ElfPSP_ParallelABC
Protein Structure Prediction using Parallel Artificial Bee Colony Optimization
solution_structure_private.h
Go to the documentation of this file.
1 
5 typedef struct Solution_ {
7  double fitness;
9 } Solution;
10 
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