views:

189

answers:

1

i am trying to implement discrete curve evolution algorithm in c++ do any one help me with psudo code or c code or some simple steps of your understanding

A: 

I'm not exactly sure what you mean by Discrete Curve evolutionary algorithm, but if you mean a Symbolic regression algorithm, you can start by reading about symbolic regression (or genetic programming in general):

http://en.wikipedia.org/wiki/Symbolic_Regression

There's also some nice existing programs. The Eureqa one has an open API:

http://code.google.com/p/eureqa-api/

Inverse