Changeset 56b4c6 for src/Dynamics


Ignore:
Timestamp:
Apr 10, 2018, 6:43:11 AM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision
Children:
0477b0
Parents:
985d1f
git-author:
Frederik Heber <frederik.heber@…> (05/24/17 09:55:56)
git-committer:
Frederik Heber <frederik.heber@…> (04/10/18 06:43:11)
Message:

Added damping-factor as another option to ForceAnnealing for proper testing of bond graph change effectiveness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Dynamics/ForceAnnealing.hpp

    r985d1f r56b4c6  
    6262      bool _IsAngstroem,
    6363      const size_t _maxSteps,
    64       const int _max_distance) :
     64      const int _max_distance,
     65      const double _damping_factor) :
    6566    AtomicForceManipulator<T>(_atoms, 1., _IsAngstroem),
    6667    maxSteps(_maxSteps),
    6768    max_distance(_max_distance),
    68     damping_factor(0.5)
     69    damping_factor(_damping_factor)
    6970  {}
    7071  /** Destructor of class ForceAnnealing.
Note: See TracChangeset for help on using the changeset viewer.