| Projects on Google Code | Results 1 - 3 of 3 |
The middleware for http://zunzun.com as a collection of Python equations that can fit themselves to both 2D and 3D data sets (curve fitting and surface fitting), output source code in several computing languages, and run a genetic algorithm for initial parameter estimation.
=GenPro=
_Genetic Programming made simple_
Genetic programming (GP) is the art of generating a program which adheres to a given set of test cases. One could say that it’s the ultimate in test-driven development: writing the code is done for you.
GP can be used for curve fitting, optimization, ...
Java,
GeneticProgramming,
reflection,
optimization,
curvefitting,
datamining,
codegeneration,
emergentbehaviour,
desiredbehaviour
This is the C++ source code for the paper:
Daniel Lemire and Owen Kaser, Hierarchical Bin Buffering: Online Local Moments for Dynamic External Memory Arrays
http://arxiv.org/abs/cs.DS/0610128
This paper includes a survey as well as new methods to precompute polynomial range queries, as they ...