Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triki SA #30

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open

Triki SA #30

wants to merge 52 commits into from

Commits on May 6, 2013

  1. adapted eoLogger for redirecting to ostreams

    Lionel Parreaux committed May 6, 2013
    Configuration menu
    Copy the full SHA
    35212cc View commit details
    Browse the repository at this point in the history
  2. added possibility to open files and close them automatically

    Lionel Parreaux committed May 6, 2013
    Configuration menu
    Copy the full SHA
    002e4a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2013

  1. Configuration menu
    Copy the full SHA
    6d7b95b View commit details
    Browse the repository at this point in the history
  2. cooling schedule changes

    LPTK committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    1c8ff46 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2013

  1. Configuration menu
    Copy the full SHA
    8271ea8 View commit details
    Browse the repository at this point in the history
  2. use a sub-directory in the zip archive

    jdreo authored and LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    c1382dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33584ad View commit details
    Browse the repository at this point in the history
  4. Add moeoScalarObjectiveVector, a generic OV with templatized atomic type

    Because sometime, we may want to use something else than a double (for example an eoDualFitness, a complex or whatever).
    jdreo authored and LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    0edb2bc View commit details
    Browse the repository at this point in the history
  5. Use generic objective vector atomic type in HV continuator

    One should not use specific OV types in continuators, but get it from ObjectiveVector::Type instead.
    jdreo authored and LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    fec85d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d507114 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    206f12e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5fd433 View commit details
    Browse the repository at this point in the history
  9. Generic ObjectiveVector types

    jdreo authored and LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    0a9e415 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d78b3b View commit details
    Browse the repository at this point in the history
  11. More generic eoDualFitness

    Allow an imitialization on a double only, BUT an assert fails if it is not 0.0
    Remove friendship on operators, because there is two differerent templated classes declared later.
    More operators with base types.
    jdreo authored and LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    b5cc2c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    319c286 View commit details
    Browse the repository at this point in the history
  13. Add the DUAL fitness assignment class

    Change a bit the machinery of moeoExpBinaryIndicatorBasedFitnessAssignment to allow subclassing.
    jdreo authored and LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    ce02ca0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7f742cd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b79b568 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    685fc80 View commit details
    Browse the repository at this point in the history
  17. Add a warning in eoDualFitness comments

    jdreo authored and LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    8a2ba6a View commit details
    Browse the repository at this point in the history
  18. Add hyper volume continuators & metrics handling feasibility constrai…

    …nt on objectives
    jdreo authored and LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    df4db4d View commit details
    Browse the repository at this point in the history
  19. buildfix: do not always build release

    Remove a test that was building Release if DEBUG was not set.
    The correct way to specify build is to use CMAKE_BUILD_TYPE.
    nojhan authored and LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    195cd8e View commit details
    Browse the repository at this point in the history
  20. Fix build for SMP

    aquemy authored and LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    8ed699a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ebffad3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d03862b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6635dc9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bab846d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    34cbd2e View commit details
    Browse the repository at this point in the history
  26. created eoOptional

    LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    376a16e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0e08d2f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    290ff1c View commit details
    Browse the repository at this point in the history
  29. Added a test for eoOptional

    LPTK committed Jul 19, 2013
    Configuration menu
    Copy the full SHA
    7a0b889 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2013

  1. Configuration menu
    Copy the full SHA
    010d604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8460a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1428e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e38346 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bc2a21 View commit details
    Browse the repository at this point in the history
  6. updated meta-header files

    LPTK committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    922be5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8080d1b View commit details
    Browse the repository at this point in the history
  8. trivial cosmetic changes

    LPTK committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    0e235a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55ee0d8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db9f63f View commit details
    Browse the repository at this point in the history
  11. fixed bug where failing to read from the string was silently ignored …

    …(causing further problems in the framework -- eoParser)
    LPTK committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    b5f15a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6548a0e View commit details
    Browse the repository at this point in the history
  13. Refactoring and sanitization of the Metropolis-Hastings-related algor…

    …ithms for more modularity/flexibility
    LPTK committed Jul 22, 2013
    Configuration menu
    Copy the full SHA
    78cbe4f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2013

  1. Configuration menu
    Copy the full SHA
    e9b0d90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec225c View commit details
    Browse the repository at this point in the history
  3. added a case in eoOptional test

    LPTK committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    25823ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ae7468 View commit details
    Browse the repository at this point in the history
  5. updated news messages

    LPTK committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    d627e40 View commit details
    Browse the repository at this point in the history
  6. updated all mo tests

    LPTK committed Jul 23, 2013
    Configuration menu
    Copy the full SHA
    eec9e9f View commit details
    Browse the repository at this point in the history