Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-41

Planner: Tabu search on entity/value must limit its tabu size on the entity/value size minus 1 to be able to downscale

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Optional Optional
    • Future
    • None
    • optaplanner-core

      from github conversation:

      planningEntityTabuAcceptor.setTabuSize(5);

      How is this going to work if, for example, I only have 3 entities in my problem? Will it result in zero moves being accepted?

      Yes but solution tabu sucks, so thats a bad default. Maybe the tabu size can be limited to the entity size minus 1?

            Unassigned Unassigned
            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: