Darwin Neuroevolution Framework
|
Wrapper for darwin::Universe. More...
#include <python_bindings.h>
Public Member Functions | |
shared_ptr< Experiment > | newExperiment (shared_ptr< Domain > domain, shared_ptr< Population > population, optional< string > name) |
Creates a new Darwin experiment. | |
void | close () |
Closes the Universe object. | |
bool | isClosed () const |
Returns true if the universe object is closed. | |
string | path () const |
Returns the universe path name. | |
string | repr () const |
repr implementation | |
shared_ptr< Universe > | ctxManagerEnter () |
Python context manager support. | |
void | ctxManagerExit (py::object, py::object, py::object) |
Python context manager support. | |
Wrapper for darwin::Universe.