coco_archive_avl_item_t Struct Reference
  The type for the node's item in the AVL tree used by the archive. More...
| Data Fields | |
| double * | normalized_y | 
| The values of normalized objectives of this solution.  More... | |
| char * | text | 
| The text describing the solution (the whole line of the archive).  More... | |
Detailed Description
The type for the node's item in the AVL tree used by the archive.
Contains information on the rounded normalized objective values (normalized_y), which are used for computing the indicators and the text, which is used for output.
Field Documentation
| double* normalized_y | 
The values of normalized objectives of this solution.
| char* text | 
The text describing the solution (the whole line of the archive).
The documentation for this struct was generated from the following file:
- C:/Users/dimo/Desktop/coco/code-experiments/src/coco_archive.c
 
          
          
 1.8.11
 1.8.11