Evolutionary Multi-Agent System implemented in GO
golang >= 1.13
All required golang dependencies will automatically download at the first start-up
To run an application, run in project directory:
go run cmd/main.go -logFile <PATH> -logLevel <VALUE>
Where PATH is path to a log file and VALUE is an integer
To run tests, run in project directory:
go test test/* -v
Full project documentation can be found on Wiki
More on Wiki