The interface of a set of classes that modifies a solution so as to respect a given set of bounds (typically an hypercube). More...
#include <edoBounder.h>
Public Member Functions | |
edoBounder (EOT min, EOT max) | |
EOT & | min () |
EOT & | max () |
Private Attributes | |
EOT | _min |
EOT | _max |
The interface of a set of classes that modifies a solution so as to respect a given set of bounds (typically an hypercube).
Definition at line 40 of file edoBounder.h.