Package benchmark.simulation
Class ConnectionSimulationConfig
java.lang.Object
benchmark.simulation.ConnectionSimulationConfig
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionSimulationConfig(double weightParameterNormal, double weightParameterStart, double weightParameterEndTime, int numberOfMovesNormal, int numberOfMovesStart, double weightParameterFinal, boolean activateLongSearch, int startLongSearch, int endLongSearch, double longSearchDuration) Constructs a newConnectionSimulationConfigwith the specified parameters. -
Method Summary
-
Constructor Details
-
ConnectionSimulationConfig
public ConnectionSimulationConfig(double weightParameterNormal, double weightParameterStart, double weightParameterEndTime, int numberOfMovesNormal, int numberOfMovesStart, double weightParameterFinal, boolean activateLongSearch, int startLongSearch, int endLongSearch, double longSearchDuration) Constructs a newConnectionSimulationConfigwith the specified parameters.- Parameters:
weightParameterNormal- the weight parameter for normal movesweightParameterStart- the weight parameter at the start of the simulationweightParameterEndTime- the weight parameter at the end time of the simulationnumberOfMovesNormal- the number of normal moves in the simulationnumberOfMovesStart- the number of moves at the start of the simulationweightParameterFinal- the final weight parameteractivateLongSearch- the boolean that activates a search with more timestartLongSearch- the number of moves where the long search beginsendLongSearch- the number of moves where the long search endslongSearchDuration- the time for each move in the long search
-
-
Method Details
-
toString
-