ElfPSP_AntColony
Protein Structure Prediction using Ant Colony Optimization
Public Attributes | List of all members
ACOPredictor::Results Struct Reference

Structures used to return results to the callee. More...

#include <acopredictor.h>

Public Attributes

ACOSolution solution
 Best protein obtained by the ACO algorithm. More...
 
int contacts
 Number of H-H contacts within solution. More...
 

Detailed Description

Structures used to return results to the callee.

Member Data Documentation

◆ contacts

int ACOPredictor::Results::contacts

Number of H-H contacts within solution.

◆ solution

ACOSolution ACOPredictor::Results::solution

Best protein obtained by the ACO algorithm.


The documentation for this struct was generated from the following file: