Ignore:
Timestamp:
Nov 5, 2017, 1:55:28 AM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued_betteresults
Children:
d79ef32
Parents:
5b6afad
git-author:
Frederik Heber <frederik.heber@…> (05/24/17 09:55:56)
git-committer:
Frederik Heber <frederik.heber@…> (11/05/17 01:55:28)
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

    r5b6afad rfdd121  
    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.