Ignore:
Timestamp:
Nov 5, 2017, 1:55:28 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued_betteresults
Children:
fdd121
Parents:
917d11
git-author:
Frederik Heber <frederik.heber@…> (09/11/17 09:58:39)
git-committer:
Frederik Heber <frederik.heber@…> (11/05/17 01:55:28)
Message:

FIX: Removed step-world-tme from StructuralOptimizationAction.

  • this was introduced in Fix_ForceAnnealing. However, there the default value of "1" was not properly parsed and instead the value 0 was set. This is different now (since the introduction of "handleSuccess" to the Querys). Therefore, we remove this extra step (we would step two times instead of one per annealing step) to be equivalent to commit 8754b15c.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/StructuralOptimizationAction.cpp

    r917d11 r5b6afad  
    7070  prototype_actions.addAction(AR.getActionByName(std::string("analyse-fragment-results")).clone());
    7171  prototype_actions.addAction(AR.getActionByName(std::string("force-annealing")).clone());
    72   prototype_actions.addAction(AR.getActionByName(std::string("step-world-time")).clone());
    7372  prototype_actions.addAction(AR.getActionByName(std::string("output")).clone());
    7473  prototype_actions.addAction(AR.getActionByName(std::string("clear-fragment-results")).clone());
Note: See TracChangeset for help on using the changeset viewer.