additions to the api. kinda drafting out what I think might be needed to the user to specify crossover and mutation behavior

This commit is contained in:
2025-08-11 00:55:17 -05:00
parent db2272b768
commit 65c7ea743b
3 changed files with 24 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ obj_files = $(src_files:src/%.cpp=obj/%.o)
ifeq ($(OS),Windows_NT)
CCFLAGS += -D WIN32 -Iext/PTHREADS-BUILT/include
CCFLAGS += -D WIN32 -Iext/PTHREADS-BUILT/include -std=c++20
PTHREADLIB = ext/PTHREADS-BUILT/lib/pthreadVCE3.lib
ifeq ($(PROCESSOR_ARCHITEW6432),AMD64)
CCFLAGS += -D AMD64