Git Product home page Git Product logo

Comments (18)

jbmouret avatar jbmouret commented on July 20, 2024

We probably lost the check when we updated waf and forgot to update the instructions. I will check but you can safely skip this step (waf check is only to run the unit tests).

from sferes2.

costashatz avatar costashatz commented on July 20, 2024

You should run ./waf --tests to run the tests. We updated the wscript (and waf) and most probably did not update the docs..!

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

jbmouret avatar jbmouret commented on July 20, 2024

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

jbmouret avatar jbmouret commented on July 20, 2024

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

jbmouret avatar jbmouret commented on July 20, 2024

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

jbmouret avatar jbmouret commented on July 20, 2024

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

jbmouret avatar jbmouret commented on July 20, 2024

The fitness function in ex_ea is f(x) = -xxx*x
screen shot 2018-02-12 at 09 02 32

The optimum is obviously for x=0 and the fitness is 0.

We maximize the fitness, therefore the values are initially negative (- something) and the maximum is -0

For the result files, there are two kinds of result files: *.dat files and gen_* files. `.dat' files should be easy to read. For instance, I get:

1 360 -0
2 440 -0
3 520 -0
4 600 -0
5 680 -0
6 760 -0
7 840 -0
8 920 -0
9 1000 -0

First column is the generation number, second is the number of evaluations, and 3rd is the best fitness so far.

gen_* files are designed to be read by sferes (here `ex_ea') itself via the --load (and the fit::view mode). By default they are binary files (to save space). If you want to read them anyway, you can switch to XML files by defining SFERES_XML_WRITE (#define SFERES_XML_WRITE at the beginning of ex_ea), but these XML files are generated by boost and might not be straighforward to parse.

from sferes2.

Nicholas-J-Sabaj avatar Nicholas-J-Sabaj commented on July 20, 2024

from sferes2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.