Added symbolic regression, which tests combined ops as well
This commit is contained in:
parent
04bc4ecde8
commit
8ae796ab28
14 changed files with 161 additions and 199 deletions
|
|
@ -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 :
|
||||
|
|
|
|||
Reference in a new issue