Package ilda

Class Optimiser

java.lang.Object
be.cmbsoft.ilda.Optimiser

public class Optimiser extends Object
Optimises a frame or frame segments according to its OptimisationSettings.
  • Constructor Details

  • Method Details

    • getSettings

      public OptimisationSettings getSettings()
    • setSettings

      public void setSettings (OptimisationSettings settings)
    • optimiseSegment

      public List<IldaPoint> optimiseSegment (List<IldaPoint> points)
      Optimise a list of points according to the settings loaded from the OptimisationSettings object. Note that this will not make a copy of the points, the original points might be adjusted and points can be removed/added to the list! If the original points need to be preserved, make a hard copy first.
      Parameters:
      points - some points that need to learn how to behave
      Returns:
      the same list of points that should now be safer to scan - no guarantees!