int idle_iterations
Number of iterations through which the food didn't improve.
Definition: solution_structure_private.h:8
double fitness
Fitness of such solution.
Definition: solution_structure_private.h:7
struct Solution_ Solution
Encapsulates a solution, which is a protein conformation that is developed by a bee.
MovElem * chain
Position of such solution.
Definition: solution_structure_private.h:6
unsigned char MovElem
Type that holds 2 movements, one for the backbone and one for the side chain.
Definition: movelem.h:21
Encapsulates a solution, which is a protein conformation that is developed by a bee.
Definition: solution_structure_private.h:5