ElfPSP_ParallelABC
Protein Structure Prediction using Parallel Artificial Bee Colony Optimization
Functions
fitness.h File Reference

Public header file with routines for calculating the fitness of a protein represented as a chain of relative movements + hp chain. More...

#include <int3d.h>
#include <hpchain.h>
#include <movchain.h>
#include <config.h>

Go to the source code of this file.

Functions

void FitnessCalc_initialize (const HPElem *hpChain, int hpSize)
 
void FitnessCalc_cleanup ()
 
double FitnessCalc_run (const int3d *coordsBB, const int3d *coordsSC)
 
double FitnessCalc_run2 (const MovElem *chain)
 
void FitnessCalc_measures (const MovElem *chain, int *Hcontacts_p, int *collisions_p, double *bbGyration_p)
 

Detailed Description

Public header file with routines for calculating the fitness of a protein represented as a chain of relative movements + hp chain.