Class MultiLayerPerceptronPathGenerator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(java.io.InputStream weights, java.io.InputStream model, java.io.InputStream xScalar, java.io.InputStream yScalar)  
      boolean move​(Interactable interactable, double velocityMultiplier)  
      • Methods inherited from class java.lang.Object

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

      • MultiLayerPerceptronPathGenerator

        public MultiLayerPerceptronPathGenerator()
    • Method Detail

      • init

        public void init​(java.io.InputStream weights,
                         java.io.InputStream model,
                         java.io.InputStream xScalar,
                         java.io.InputStream yScalar)
      • move

        public boolean move​(Interactable interactable,
                            double velocityMultiplier)
        Specified by:
        move in class Mouse.PathGenerator
        Parameters:
        interactable - The object to move into
        velocityMultiplier - A velocity multiplier with a base of 1.00