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 __loss function for MOO using OptimizationMetaheuristics.jl #805

Merged
merged 8 commits into from
Aug 30, 2024

Commits on Aug 20, 2024

  1. Update __loss function OptimizationMetaheuristics.jl

    Loss function updated to handle MOO.
    ParasPuneetSingh authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0a01e9d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Update tests for MOO runtests.jl

    Added tests for MOO algorithms.
    ParasPuneetSingh authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6dcf336 View commit details
    Browse the repository at this point in the history
  2. Update runtests.jl

    Corrected the objectives dictionary values.
    ParasPuneetSingh authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c721064 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Update objectives in tests runtests.jl

    Updated the objective values in the testset for MOO.
    ParasPuneetSingh authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    202c88a View commit details
    Browse the repository at this point in the history
  2. Update added seed for tests runtests.jl

    Added seed as the objectives were stochastic in nature for MOO.
    ParasPuneetSingh authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    5ff61ea View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update Project.toml

    ParasPuneetSingh authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bb3cdcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c1e43f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update runtests.jl

    Increased tolerance from 0.1 to 0.95
    ParasPuneetSingh authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5d118bd View commit details
    Browse the repository at this point in the history