Darwin Neuroevolution Framework
Public Member Functions | List of all members
darwin::python::Universe Class Reference

Wrapper for darwin::Universe. More...

#include <python_bindings.h>

Inheritance diagram for darwin::python::Universe:
core::NonCopyable

Public Member Functions

shared_ptr< ExperimentnewExperiment (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< UniversectxManagerEnter ()
 Python context manager support.
 
void ctxManagerExit (py::object, py::object, py::object)
 Python context manager support.
 

Detailed Description

Wrapper for darwin::Universe.


The documentation for this class was generated from the following files: