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

Public Member Functions | |
| std::string | className () const |
| the class name (used to display statistics) | |
| bool | operator() (FlowShop &_flowshop) |
| modifies the parent with a shift mutation | |
Definition at line 22 of file FlowShopOpMutationShift.h.
| bool FlowShopOpMutationShift::operator() | ( | FlowShop & | _flowshop | ) | [virtual] |
modifies the parent with a shift mutation
| _flowshop | the parent genotype (will be modified) |
Implements eoUF< FlowShop &, bool >.
Definition at line 22 of file FlowShopOpMutationShift.cpp.
References eoRng::random(), and moeoVector< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType >::value().
1.4.7