Class ParticleSwarmOptimiser

    • Constructor Detail

      • ParticleSwarmOptimiser

        public ParticleSwarmOptimiser()
    • Method Detail

      • moveParticles

        protected void moveParticles()
      • initState

        public IterativeState initState​(GeneralTask t)
        Description copied from class: PathOptimiser
        Creates a new Path suitable for this PathSolver
        Specified by:
        initState in class PathOptimiser
        Parameters:
        t - the task, the optimisation path of which will be tracked
        Returns:
        a Path instance
      • compatibleWith

        public boolean compatibleWith​(OptimiserStatistic os)
        Description copied from class: PathOptimiser
        Checks if this optimiser is compatible with the statistic passed to the method as its argument.By default, this will accept any OptimiserStatistic
        Overrides:
        compatibleWith in class PathOptimiser
        Parameters:
        os - a selected optimiser metric
        Returns:
        true, if not specified otherwise by its subclass implementation.