Class HASCORunStartedEvent<T,​V extends java.lang.Comparable<V>>

  • All Implemented Interfaces:
    org.api4.java.algorithm.events.IAlgorithmEvent, org.api4.java.common.event.IEvent

    public class HASCORunStartedEvent<T,​V extends java.lang.Comparable<V>>
    extends ai.libs.jaicore.basic.algorithm.AlgorithmInitializedEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      HASCORunStartedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm, int seed, int timeout, int numberOfCPUS, org.api4.java.common.attributedobjects.IObjectEvaluator<T,​V> benchmark)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.api4.java.common.attributedobjects.IObjectEvaluator<T,​V> getBenchmark()  
      int getNumberOfCPUS()  
      int getSeed()  
      int getTimeout()  
      void setBenchmark​(org.api4.java.common.attributedobjects.IObjectEvaluator<T,​V> benchmark)  
      • Methods inherited from class ai.libs.jaicore.basic.algorithm.AAlgorithmEvent

        getAlgorithmId, getTimestamp
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HASCORunStartedEvent

        public HASCORunStartedEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                                    int seed,
                                    int timeout,
                                    int numberOfCPUS,
                                    org.api4.java.common.attributedobjects.IObjectEvaluator<T,​V> benchmark)
    • Method Detail

      • getBenchmark

        public org.api4.java.common.attributedobjects.IObjectEvaluator<T,​V> getBenchmark()
      • setBenchmark

        public void setBenchmark​(org.api4.java.common.attributedobjects.IObjectEvaluator<T,​V> benchmark)
      • getSeed

        public int getSeed()
      • getTimeout

        public int getTimeout()
      • getNumberOfCPUS

        public int getNumberOfCPUS()