Giter VIP home page Giter VIP logo

Comments (1)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
This is normal. The reason you're seeing this behavior is that the fitness 
function can not find suitable genes in the lower two quartiles and the 
gene_server filters out any submitted genes that did not result in a trade.

In the gts.py script, each time the population is fully scored, the local 
optima buffer captures the highest score. Local optima is detected when the 
buffer is filled with the same score. This indicates that no further progress 
is likely with the test population. And with the run_once option set when 
launching gts.py, the script will 'expire' when this condition is reached.

So one reason your seeing greater expiration rates for the lower two quartiles 
is that the local optima condition is triggered with the absolute minimum 
number of population cycles required due to no advancement in fitness scores. 

The second contributor is that the fitness function runs faster when no trade 
positions are generated. This is because the fitness function code to manage 
trade positions is never executed. 

The reason the gene visualization for the first two quartiles are of differing 
lengths is that the gene_server wont accept submissions for the lowest score: 
if d['score'] != -987654321.12346:

Differences in performance between commits can probably be attributed to 
changes in the gene_def config. I regularly change it for testing purposes.

Thanks for the issue submission, I'll add this note to the FAQ.


Original comment by [email protected] on 28 Dec 2012 at 8:25

  • Changed state: Invalid

from ga-bitbot.

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.