PGAint Class Reference

An evolutionary algorithm with genotype=IntVector and phenotype=IntVector. More...

#include <PGAint.h>

Inheritance diagram for PGAint::

PGAbase EAint_ops IntOptimizer GAbase GAbase BaseOptimizer BaseOptimizer BaseOptimizer CommonIO CommonIO CommonIO List of all members.

Public Methods

 PGAint (RNG *rng_=&default_rng)
void reset ()
 Prepares the optimizer for minimization.

int write (ostream &os)
 Print information about the optimizer.

int set_problem (IntOptProblem *prob)
 Give the objective function to the optimizer.

int set_problem (UnifiedOptProblem *prob)
 Give the objective function to the optimizer.


Protected Methods

void geno_pheno_init (unsigned int i)

Detailed Description

An evolutionary algorithm with genotype=IntVector and phenotype=IntVector.


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