endrov.hardwareFrivolous
Class FrivolousSettings

java.lang.Object
  extended by endrov.hardwareFrivolous.FrivolousSettings
Direct Known Subclasses:
FrivolousSettingsNew

public class FrivolousSettings
extends java.lang.Object


Nested Class Summary
 class FrivolousSettings.IllegalValueException
           
 
Field Summary
static double LOWER_LIMIT_LAMBDA
           
 double parameter_noise_lambda
           
static double UPPER_LIMIT_LAMBDA
           
 
Constructor Summary
FrivolousSettings()
           
 
Method Summary
 boolean setNoiseLambda(double d)
           
 boolean setNoiseLambda(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPPER_LIMIT_LAMBDA

public static final double UPPER_LIMIT_LAMBDA
See Also:
Constant Field Values

LOWER_LIMIT_LAMBDA

public static final double LOWER_LIMIT_LAMBDA
See Also:
Constant Field Values

parameter_noise_lambda

public double parameter_noise_lambda
Constructor Detail

FrivolousSettings

public FrivolousSettings()
Method Detail

setNoiseLambda

public boolean setNoiseLambda(java.lang.String s)
                       throws java.lang.NumberFormatException,
                              FrivolousSettings.IllegalValueException
Throws:
java.lang.NumberFormatException
FrivolousSettings.IllegalValueException

setNoiseLambda

public boolean setNoiseLambda(double d)
                       throws FrivolousSettings.IllegalValueException
Throws:
FrivolousSettings.IllegalValueException