Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

BoundedBroydenFletcherGoldfarbShanno #778

@ZanderFick

Description

@ZanderFick

What would you like to submit? (put an 'x' inside the bracket that applies)

  • question
  • [x ] bug report
  • [x ] feature request

Issue description

Lower and Upperbounds properties have no Set accessors.

  public double[] UpperBounds
    {
        get { return upperBound; }
    }

    public double[] LowerBounds
    {
        get { return lowerBound; }
    }

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