Genetic Programming Anyone?
|
01-31-2015, 09:26 PM
Post: #4
|
|||
|
|||
RE: Genetic Programming Anyone?
The trick is to be able to dynamically alter the expression tree! It's NOT easy.
The alternative approach that I have used is to apply test regression models between multiple variables with EACH variable having a set of different possible transformations. this approach can test hundreds if not THOUSANDS of regression models. The approach is deterministic as it gives you the same exact results whne repeated. Genetic Programming (GP for short), variant of Genetic Algorithm, has a stochastic element in it. So repeating calculations, which involve random numbers, most likely give you different results. Matrices can easily model graphs and trees--both of which contain nodes. The graphs in GP contain nodes that are either constants, variables, operators, and even functions. Dynamically knowing what sub-graph to add and what part of the current graph to remove remains a mystery to me. My goal is to learn and master teh algorithm that dynamically grows and prunes expression trees. Namir |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Genetic Programming Anyone? - Namir - 01-30-2015, 05:03 PM
RE: Genetic Programming Anyone? - Csaba Tizedes - 01-31-2015, 01:12 PM
RE: Genetic Programming Anyone? - Jeff_Kearns - 01-31-2015, 03:09 PM
RE: Genetic Programming Anyone? - Namir - 01-31-2015 09:26 PM
RE: Genetic Programming Anyone? - Martin Hepperle - 02-04-2015, 12:42 PM
RE: Genetic Programming Anyone? - Massimo Gnerucci - 02-04-2015, 02:44 PM
|
User(s) browsing this thread: 3 Guest(s)