Add a warning in eoDualFitness comments
This commit is contained in:
parent
97156dd69a
commit
82ce471aef
1 changed files with 4 additions and 3 deletions
|
|
@ -85,8 +85,9 @@ public:
|
|||
_is_feasible(false)
|
||||
{}
|
||||
|
||||
//! Empty initialization
|
||||
//! Initialization with only the value, the fitness will be unfeasible.
|
||||
/*!
|
||||
* WARNING: this is what is used when you initialize a new fitness from a double.
|
||||
* Unfeasible by default
|
||||
*/
|
||||
template<class T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue