Changeset 06b7d9 for src/Makefile.am


Ignore:
Timestamp:
Nov 12, 2017, 8:48:40 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued_betteresults
Children:
30e1a4
Parents:
982e6d
git-author:
Frederik Heber <frederik.heber@…> (07/18/17 22:24:12)
git-committer:
Frederik Heber <frederik.heber@…> (11/12/17 08:48:40)
Message:

We now obtain weights via levmar minimization.

  • this should yield the best possible weights within the interval of [1/n,1.].
  • note that we cannot always get an exact solution because of this constraint.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r982e6d r06b7d9  
    1818# then comes the library itself
    1919
    20 AM_LDFLAGS = -ldl ${BOOST_LDFLAGS} ${CodePatterns_LDFLAGS} ${JobMarket_LDFLAGS}
     20AM_LDFLAGS = -ldl ${BOOST_LDFLAGS} ${CodePatterns_LDFLAGS} ${JobMarket_LDFLAGS} $(LEVMAR_LDFLAGS)
    2121AM_CPPFLAGS = \
    2222        -I$(top_srcdir)/src/unittests \
     
    2424        -I$(top_srcdir)/src/UIElements \
    2525        -I$(top_srcdir)/ThirdParty/LinearAlgebra/src \
     26        $(LEVMAR_CPPFLAGS) \
    2627        ${BOOST_CPPFLAGS} \
    2728        ${CodePatterns_CFLAGS}
Note: See TracChangeset for help on using the changeset viewer.