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

Public Member Functions | |
| FlowShopInit (unsigned int _N) | |
| Ctor. | |
| void | operator() (FlowShop &_flowshop) |
| builds a random genotype | |
Private Attributes | |
| unsigned int | N |
| the number of jobs (size of a scheduling vector) | |
Definition at line 22 of file FlowShopInit.h.
| FlowShopInit::FlowShopInit | ( | unsigned int | _N | ) |
| void FlowShopInit::operator() | ( | FlowShop & | _flowshop | ) |
builds a random genotype
| _flowshop | a genotype that has been default-constructed |
Definition at line 20 of file FlowShopInit.cpp.
References MOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >::invalidate(), N, eoRng::uniform(), and moeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType >::value().
1.4.7