Skip to content

ogolem/ogolem

Repository files navigation

OGOLEM

The Java source of the OGOLEM framework for global optimization.

To build OGOLEM

Prerequisites:

  • Java21+ JDK
  • gradle8+

Invoke gradle build and a shadowjar will be created in build/libs/ogolem-snapshot.jar.

To run OGOLEM

Prerequisites:

  • Java21+ JRE
  • the OGOLEM shadowjar - either from building or from downloading a Jenkins artifact

Please see the manual for input options.

Currently, one MUST explicitly enable incubator modules used by OGOLEM:

java --add-modules=jdk.incubator.vector --enable-preview -jar ogolem-snapshot.jar ....

About

This is the open-source ogolem framework for GA-based global optimization.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages