Skip to content

Commit

Permalink
Generating trial points directly after initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
einar90 committed Nov 22, 2016
1 parent f066d35 commit 503d782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FieldOpt/Optimization/optimizers/APPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ namespace Optimization {
step_lengths_.fill(settings->parameters().initial_step_length);
max_queue_length_ = directions_.size() * 2;
is_async_ = true;
iterate();
}

void APPS::iterate() {
Expand Down

0 comments on commit 503d782

Please sign in to comment.