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
|
|
@ -13,7 +13,7 @@ LDADDS = $(top_builddir)/src/libeo.a $(top_builddir)/src/utils/libeoutils.a
|
|||
|
||||
###############################################################################
|
||||
|
||||
noinst_PROGRAMS = t-eofitness t-eobin t-eoStateAndParser t-eoCheckpointing t-eoExternalEO t-eoESFull
|
||||
noinst_PROGRAMS = t-eofitness t-eobin t-eoStateAndParser t-eoCheckpointing t-eoExternalEO t-eoESFull t-eoSymreg
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
|
@ -57,4 +57,13 @@ t_eoExternalEO_LDADD = $(LDADDS)
|
|||
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
|
||||
t_eoSymreg_SOURCES = t-eoSymreg.cpp
|
||||
t_eoSymreg_DEPENDENCIES = $(DEPS)
|
||||
t_eoSymreg_LDFLAGS = -lm
|
||||
t_eoSymreg_LDADD = $(LDADDS)
|
||||
|
||||
###############################################################################
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue