Package org.simbrain.world

The simbrain.world package contains as sub-packages all code for "worlds." Worlds are simbrain components which interact with neural networks by producing inputs and accepting outputs.

See:
          Description

Interface Summary
Agent Agent.
WorldListener Classes implementing this interface are notified of world events.
 

Class Summary
World World is the abstract superclass of all worlds, which are components which interact with neural networks.
 

Package org.simbrain.world Description

The simbrain.world package contains as sub-packages all code for "worlds." Worlds are simbrain components which interact with neural networks by producing inputs and accepting outputs. Any simbrain world type must implement the Agent and World interfaces.