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

@ -40,12 +40,10 @@ template <class EOT>
class eoSequentialGOpSel : public eoGOpSelector<EOT>
{
public :
eoSequentialGOpSel(void) : combined(*this, getRates()) {}
virtual eoGeneralOp<EOT>& selectOp()
{
return combined;
return combined.bind(*this, getRates());
}
private :