Added symbolic regression, which tests combined ops as well

This commit is contained in:
mac 2000-08-18 08:44:22 +00:00
commit 8ae796ab28
14 changed files with 161 additions and 199 deletions

View file

@ -148,7 +148,7 @@ public :
if (arity == 0)
return 0;
T* t new T [arity];
T* t = new T [arity];
for (int i = 0; i < arity; ++i)
{