found a bug in eoProportionalOp, hope this helps...
This commit is contained in:
parent
ea2e369542
commit
01727c5a5d
2 changed files with 20 additions and 14 deletions
|
|
@ -131,7 +131,7 @@ class eoSequentialOp : public eoOpContainer<EOT>
|
|||
};
|
||||
|
||||
|
||||
/** The proportinoal verions: easy! */
|
||||
/** The proportional versions: easy! */
|
||||
template <class EOT>
|
||||
class eoProportionalOp : public eoOpContainer<EOT>
|
||||
{
|
||||
|
|
@ -144,6 +144,7 @@ class eoProportionalOp : public eoOpContainer<EOT>
|
|||
try
|
||||
{
|
||||
(*ops[i])(_pop);
|
||||
++_pop;
|
||||
}
|
||||
catch( typename eoPopulator<EOT>::OutOfIndividuals&)
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue