Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
Public Attributes | List of all members
mc::optim::GA::Individual Struct Reference

A single population member. More...

#include <GA.hpp>

Collaboration diagram for mc::optim::GA::Individual:

Public Attributes

Coordinates genome
 Encoded parameters (genome).
 
Real fitness
 Fitness value for this genome.
 

Detailed Description

A single population member.

Definition at line 51 of file GA.hpp.

Member Data Documentation

◆ fitness

Real mc::optim::GA::Individual::fitness

Fitness value for this genome.

Definition at line 55 of file GA.hpp.

◆ genome

Coordinates mc::optim::GA::Individual::genome

Encoded parameters (genome).

Definition at line 53 of file GA.hpp.


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