Skip to content

Revise which minimization results to accept for the Hesse error refinement algorithm #61

@AdrianDBS

Description

@AdrianDBS

Currently, if an IMinimizationResult doesn't carry a FunctionMinimum -- which means it's certainly not a valid result -- we are still accepting it for the Hesse method but (silently) return the input result. We should handle this in a cleaner way. Options are:

  • We could simply allow to execute Hesse on any result. This would require extending the algorithm to really accept "invalid results".
  • We could restrict the method to accept only valid results (via a new IValidMinimizationResult interface or the like)

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