Skip to content

greg9702/go-emas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Evolutionary Multi-Agent System implemented in GO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages