|
GPLIB++
|
#include <GAConf.h>
Public Member Functions | |
| void | GetData (std::ifstream &instream) |
| GAConf () | |
| virtual | ~GAConf () |
Public Attributes | |
| int | popsize |
| double | inittemp |
| double | coolingratio |
| int | generations |
| double | mutationprob |
| double | crossoverprob |
| std::string | gatype |
| int | annealinggeneration |
| bool | elitist |
| gplib::GAConf::GAConf | ( | ) |
Definition at line 20 of file GAConf.cpp.
|
virtual |
Definition at line 24 of file GAConf.cpp.
| void gplib::GAConf::GetData | ( | std::ifstream & | instream | ) |
Definition at line 28 of file GAConf.cpp.
Referenced by main().
| int gplib::GAConf::annealinggeneration |
Definition at line 27 of file GAConf.h.
Referenced by main(), and SetupAnnealingGA().
| double gplib::GAConf::coolingratio |
Definition at line 22 of file GAConf.h.
Referenced by main(), and SetupAnnealingGA().
| double gplib::GAConf::inittemp |
Definition at line 21 of file GAConf.h.
Referenced by main(), and SetupAnnealingGA().
1.8.6