Ignore:
Timestamp:
Nov 7, 2017, 7:35:34 AM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued_betteresults
Children:
1ea892
Parents:
e237c8c
git-author:
Frederik Heber <frederik.heber@…> (06/21/17 16:07:08)
git-committer:
Frederik Heber <frederik.heber@…> (11/07/17 07:35:34)
Message:

TEST: Adding Python test on ForceAnnealing using an Ising model with and without bondgraph.

  • We are not done yet with implementing optimization using the bond graph. The 2-body Ising test on using bond graph reveals that we have a problem when bonds need to shrink. In case of the test the updates from either side cancel each other and there is no progress. For the 5-body Ising test convergence is not monotone, probably also because of the need to proper deal with shrinking bonds.
  • TESTFIX: Marked Python tests on ForceAnnealing using the bond graph as XFAIL because of this.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Python/Makefile.am

    re237c8c rd9c229  
    2525        $(srcdir)/BoxMaker/testsuite-python-boxmaker.at \
    2626        $(srcdir)/CommandHelp/testsuite-python-commandhelp.at \
     27        $(srcdir)/ForceAnnealing/testsuite-python-forceannealing-ising.at \
    2728        $(srcdir)/ReturnValueActions/testsuite-python-returnvalueactions.at
    2829
Note: See TracChangeset for help on using the changeset viewer.