class documentation
class _BoundDomainPenalty(object):
Constructor: _BoundDomainPenalty(function, boundaries)
[WIP early] function wrapper for penalty boundary handler, looks kinda complex
| Method | __call__ |
Undocumented |
| Method | __getattr__ |
return getattr(self.function, name) when not hasattr(self, name). |
| Method | __init__ |
return a callable that evaluates function only within boundaries |
| Method | callback |
needs the mean and the fitness values? |
| Instance Variable | boundary |
Undocumented |
| Instance Variable | function |
Undocumented |
| Instance Variable | transform |
Undocumented |