Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to store objectives and constraints as optimizationProblem properties #648

Closed

Commits on May 31, 2023

  1. Updates to where objectives and constraints are stored

    Objectives and constraints are now stored as variables of the optimization problem. This takes away a lot of the redundant operations in the optimization function that loop over the cst otherwise.
    Also changed the objective function to now calculate all objective function values in a separate function and then sum them up afterwards.
    First changes for Pareto optimization were also added with the normalization options
    tobiasbecher committed May 31, 2023
    Configuration menu
    Copy the full SHA
    fe06707 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    823794f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    4cba6b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e806a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Fixed bug with constraints and added some comments

    Readded function head to getConstraintBounds and more documentation.
    tobiasbecher committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    bc7f21d View commit details
    Browse the repository at this point in the history