Population Size |
How many individuals in a population |
Initilization Methods |
- Random initilizing: Individuals are randomly generated within the
boundaries.
- Uniformly initilizaing: Individuals are even spreaded within the
boundaries.
|
Random Seed |
Random seed initilization method. A random number
will depend on the random seed. there are three way to set the random
seed:
- Randomly. Each run, the random seed is changing.
- Fixed. the random seed is a fixed number. you can
repeat the same process and obatin the same results.
- Change with the run order. The random seed is set
to the current run order.
|
Random Methods |
Setting of random number generating
method. |
Distance Method |
There are three methods used in this
system:
- Euclidean distance
- Different between variables
- User defined method. This shold be included in your model
|
Remove infeasible individial |
If an individual is not in the
feasible region, it will be removed from a population and an existed
invidial will be copied into the population |
Including the initial point |
The initial point will be added into
the popultaion. |