add eoEvalNamedPipe
- a class to connect an external objective function through file(s) - fix doc error in eoEvalCmd
This commit is contained in:
parent
9623f4d1f8
commit
6232ff2f21
3 changed files with 122 additions and 3 deletions
|
|
@ -38,9 +38,7 @@ Johann Dréo <johann.dreo@thalesgroup.com>
|
|||
* Use the default string serialization of the EOT
|
||||
* and pass it as command line arguments of the command.
|
||||
* The command is expected to output on stdout a string
|
||||
* that can be interpreted as a float by `atof`.
|
||||
*
|
||||
* @todo Use the serialization of fitness instead of atof.
|
||||
* that can be deserialized as a fitness.
|
||||
*
|
||||
* For example, an eoReal would lead to a call like:
|
||||
* ```>&2 cmd INVALID 3 1.0 2.1 3.2```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue