Class MCover.Parameters_divide

java.lang.Object
eu.bandm.music.entities.MCover.Parameters_divide
Enclosing class:
MCover

public static class MCover.Parameters_divide extends Object
The parameters when MCover works in "auto-division mode", which inserts new alternatives of child nodes whenever necessary.
  • Field Details

    • first_fit_not_best_fit

      public boolean first_fit_not_best_fit
      Search strategy.
    • finer_division_down_not_up

      public boolean finer_division_down_not_up
      Order of spontanuously generated n-plet-brackets.
    • prefer_one_bracket

      public boolean prefer_one_bracket
      Do not order bracket, but join them.
    • recursive_separation

      public boolean recursive_separation
      Separate disjoint prime factors by bi-furcation more than once.
    • minimal_synthetic_bisection

      public Rational minimal_synthetic_bisection
      Lower limit for the size of synthetic bi-sections.
    • memo_synthesized_divisions

      public boolean memo_synthesized_divisions
      Whether synthesized new divisions shall be memorized for reuse.
  • Constructor Details

    • Parameters_divide

      public Parameters_divide()
  • Method Details