|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Environment | |
---|---|
yawn.config | |
yawn.envs.delve | |
yawn.envs.plaintext | |
yawn.envs.synthetic | |
yawn.io | |
yawn.optim.genetic |
Uses of Environment in yawn.config |
---|
Fields in yawn.config declared as Environment | |
---|---|
protected Environment |
NeuralNetworkConfig.environment
The environment in which this network will be trained. |
Methods in yawn.config that return Environment | |
---|---|
Environment |
NeuralNetworkConfig.getEnvironment()
|
Methods in yawn.config with parameters of type Environment | |
---|---|
void |
NeuralNetworkConfig.setEnvironment(Environment environment)
|
Uses of Environment in yawn.envs.delve |
---|
Subclasses of Environment in yawn.envs.delve | |
---|---|
class |
DelveEnvironment
|
Uses of Environment in yawn.envs.plaintext |
---|
Subclasses of Environment in yawn.envs.plaintext | |
---|---|
class |
PlainTextEnvironment
This is part of the yawn project. |
Uses of Environment in yawn.envs.synthetic |
---|
Subclasses of Environment in yawn.envs.synthetic | |
---|---|
class |
CircleInTheSquareEnvironment
A synthetic environment for the circle-in-the-square problem. |
class |
SyntheticDataEnvironment
An abstract class that represents a Synthetic environment . |
class |
XOrDataEnvironment
This is yawn.envs.synthetic.XOrDataEnvironment part of the yawn project. |
Uses of Environment in yawn.io |
---|
Fields in yawn.io declared as Environment | |
---|---|
protected Environment |
Experiment.environment
|
Methods in yawn.io that return Environment | |
---|---|
Environment |
Experiment.getEnvironment()
|
Methods in yawn.io with parameters of type Environment | |
---|---|
void |
Experiment.setEnvironment(Environment environment)
|
Uses of Environment in yawn.optim.genetic |
---|
Methods in yawn.optim.genetic with parameters of type Environment | |
---|---|
void |
GeneticParameterFitterConfig.setEnvironment(Environment environment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |