#include <PGAint.h>
Inheritance diagram for PGAint::

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) |