Class EquNetNeuralFix


  • public class EquNetNeuralFix
    extends EquNetNeural
    An EqualizationNet EquNetNeural model with transitions, places and their state. It is loaded from a net file. The time to browse is calculated with a neural network/IA. It uses the fixed blocks method.

    Neural Net class diagram

    • Method Detail

      • progressTime

        public void progressTime​(Float delta)
        Description copied from class: PhysicalModel
        advance the time of the delta parameter value and update the status of the transitions (blocked, fireable...)
        Specified by:
        progressTime in class PhysicalModel
      • minimumClock

        public float minimumClock()
        Description copied from class: PhysicalModel
        return the minimum time to advance in order to update the status of tokens or transitions
        Specified by:
        minimumClock in class PhysicalModel