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

Add reconstruct_objs feature #576

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Mar 8, 2024

  1. Add reconstruct_objs feature

    A new feature is added to the iterative process of the optimization algorithm. Users can customize a function and assign it to the Algorithm through kwsargs, call the function in each iteration in run() and update the objs to implement the dynamic objective function in the iteration.
    waterfall-xi authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9f12609 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    6db6bf9 View commit details
    Browse the repository at this point in the history
  2. reconstruct_objs according algorithm self

    A new feature is added to the iterative process of the optimization algorithm. Users can customize a function and assign it to the Algorithm through kwsargs, call the function in each iteration in run() and update the objs to implement the dynamic objective function in the iteration. reconstruct_objs_func() is required to  include the arguement algo and can be used to complete the objs reconstruction using the information in algo.
    waterfall-xi authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1dfe498 View commit details
    Browse the repository at this point in the history