Skip to content

Fix bug that ignores additional stop criteria in Dud #448

@erikpelgrim

Description

@erikpelgrim

In BaseDudCoreOptimizer.isThereMoreToDo() the additional stop criteria affect the this.moreToDo field instead of the moreToDo local variable.
The method returns the moreToDo local variable which then overrides the this.moreToDo field which undo's the effect of the additional criteria.

For other algorithms (Like Powell & Simplex) the additional stop crireria do work and allow the algorimth to stop earlier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions