==============================================================================
| 143 | |
| 144 | //============================================================================== |
| 145 | void MultiObjectiveSolver::setNumIterationsPerEvolution( |
| 146 | std::size_t maxIterations) |
| 147 | { |
| 148 | mProperties.mIterationsPerEvolution = maxIterations; |
| 149 | } |
| 150 | |
| 151 | //============================================================================== |
| 152 | std::size_t MultiObjectiveSolver::getNumIterationsPerEvolution() const |
no outgoing calls