Genetic Algorithms, Multi-Dimensional Problem Solving, and Trading

Discussion in 'Psychology' started by bwolinsky, Apr 20, 2012.

How Many?

Poll closed May 1, 2012.
  1. 25,000 to 50,000

    1 vote(s)
    33.3%
  2. 50,001 to 75,000

    0 vote(s)
    0.0%
  3. 75,001 to 100,000

    0 vote(s)
    0.0%
  4. 100,001 to 125,000

    0 vote(s)
    0.0%
  5. 125,001 to 150,000

    2 vote(s)
    66.7%
Thread Status:
Not open for further replies.
  1. I disagree that it is complex. It is not overfitting because the model works in real time and has awesome results.
     
    #11     Apr 24, 2012
  2. It's a counting problem.
     
    #12     Apr 24, 2012
  3. It's not overfitting because if you had 1000^5 possibilities the only way to solve a 5 dimensional problem like this is to find ranges by narrowing them down with one final exhaustive study, and that is how real financial research in the fields of artifical intelligence is done.
     
    #13     Apr 24, 2012
  4. bellman

    bellman

    When you write 1000^5, do you mean 10^15 (as in a huge number) or is it some sort of lin alg notation meaning a 1000 by 5 matrix? Judging by your phrasing of the question, you mean the latter.
     
    #14     Apr 25, 2012
  5. The ranges start at 1 to 1000, so 1000^5 is how many possibilities the genetic algorithms must sort through to find the best ranges.

    10^15 is the same value as 1000^5.
     
    #15     Apr 25, 2012
  6. The correct answer was approximately 124,000.
     
    #16     May 16, 2012
  7. bellman

    bellman

    Was there a mathematical method to arrive at this number without knowing a) the data set & b) your genetic algorithms?
     
    #17     May 16, 2012
Thread Status:
Not open for further replies.