Class EvaluatedSearchSolutionCandidateFoundEvent<N,​A,​V extends java.lang.Comparable<V>>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V getScore()  
      • Methods inherited from class ai.libs.jaicore.basic.algorithm.ASolutionCandidateFoundEvent

        getGID, getSolutionCandidate
      • 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
      • Methods inherited from interface org.api4.java.algorithm.events.IAlgorithmEvent

        getAlgorithmId
      • Methods inherited from interface org.api4.java.common.event.IEvent

        getTimestamp
      • Methods inherited from interface org.api4.java.algorithm.events.result.ISolutionCandidateFoundEvent

        getSolutionCandidate
    • Constructor Detail

      • EvaluatedSearchSolutionCandidateFoundEvent

        public EvaluatedSearchSolutionCandidateFoundEvent​(org.api4.java.algorithm.IAlgorithm<?,​?> algorithm,
                                                          EvaluatedSearchGraphPath<N,​A,​V> solutionCandidate)
    • Method Detail

      • getScore

        public V getScore()
        Specified by:
        getScore in interface org.api4.java.algorithm.events.result.IScoredSolutionCandidateFoundEvent<N,​A>