Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
IConfigurableConfiguration.cs
Go to the documentation of this file.
1 namespace droid.Runtime.Interfaces {
2  public interface IConfigurableConfiguration {
3  float ConfigurableValue { get; }
4  string ConfigurableName { get; }
5 
6  bool SampleRandom { get; }
7  }
8 }