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

Error checking for #1461 #1462

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

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    6750392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7152ca6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Set popsize so workers get distinct base vectors

    Nevergrad may ignore user specified llambda if fewer than num_workers
    Game4Move78 authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    09504be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    478c588 View commit details
    Browse the repository at this point in the history
  3. Removed trailing space

    Game4Move78 authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    93b018f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    cfebd90 View commit details
    Browse the repository at this point in the history
  2. Update test_experiments.py

    teytaud authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    0364fdc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    0fc538c View commit details
    Browse the repository at this point in the history
  2. Update optimizerlib.py

    teytaud authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    4f26996 View commit details
    Browse the repository at this point in the history
  3. protobuf issue :-/

    teytaud authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    38bcac0 View commit details
    Browse the repository at this point in the history
  4. Create dev.txt

    teytaud authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ace09f7 View commit details
    Browse the repository at this point in the history
  5. Update dev.txt

    teytaud authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    86b10d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Update dev.txt

    teytaud authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    de292f2 View commit details
    Browse the repository at this point in the history
  2. SQP is not parallel

    so ParaPortfolio is not really parallel.
    teytaud authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4f0090d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Update test_experiments.py

    teytaud authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    fe0fe9e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Handle corner cases of too many untold points

    Avoid adding uid to queue twice. This handles both cases: 
    - More asks than workers (point used twice but added to told queue once)
    - Ask without a tell (last worker grabs this point from asked queue)
    
    facebookresearch#1462 (comment)
    Game4Move78 authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    144548c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Update differentialevolution.py

    Reworded comment
    Game4Move78 authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a510a0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    233216e View commit details
    Browse the repository at this point in the history