Ignore:
Timestamp:
07/14/20 16:08:07 (4 years ago)
Author:
Maciej Komosinski
Message:

Added a simple evolutionary algorithm test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/Makefile-SDK-files

    r955 r1007  
    101101
    102102MUTABLEPARAM_TEST_OBJS=frams/_demos/mutableparam_test.o $(STDOUT_LOGGER_OBJS) common/virtfile/stdiofile.o $(SDK_OBJS) frams/param/mutableparam.o frams/param/mutparamlist.o frams/param/paramtrans.o
     103
     104EVOL_TEST_OBJS=frams/_demos/evol_test.o $(SDK_OBJS) $(GENOCONV_AND_GENMAN_SDK_OBJS) $(STDOUT_LOGGER_OBJS)
Note: See TracChangeset for help on using the changeset viewer.