Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 798 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 798 Bytes

go-emas

Evolutionary Multi-Agent System implemented in GO

Requirements

golang >= 1.13

All required golang dependencies will automatically download at the first start-up

How to run

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

Documentation

Full project documentation can be found on Wiki

Results

De Jong's function 1

Alt Text

Rosenbrock's valley (De Jong's function 2)

Alt Text

More on Wiki