Package ai.libs.hasco.events
Class HASCORunStartedEvent<T,V extends java.lang.Comparable<V>>
- java.lang.Object
-
- ai.libs.jaicore.basic.algorithm.events.AAlgorithmEvent
-
- ai.libs.jaicore.basic.algorithm.events.AlgorithmInitializedEvent
-
- ai.libs.hasco.events.HASCORunStartedEvent<T,V>
-
- All Implemented Interfaces:
ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent,ai.libs.jaicore.basic.events.IEvent
public class HASCORunStartedEvent<T,V extends java.lang.Comparable<V>> extends ai.libs.jaicore.basic.algorithm.events.AlgorithmInitializedEvent
-
-
Constructor Summary
Constructors Constructor Description HASCORunStartedEvent(java.lang.String algorithmId, int seed, int timeout, int numberOfCPUS, ai.libs.jaicore.basic.IObjectEvaluator<T,V> benchmark)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ai.libs.jaicore.basic.IObjectEvaluator<T,V>getBenchmark()intgetNumberOfCPUS()intgetSeed()intgetTimeout()voidsetBenchmark(ai.libs.jaicore.basic.IObjectEvaluator<T,V> benchmark)
-