JedS6391 / LGP-examples

A set of example problem definitions for testing LGP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LGP Examples

license build

About

A set of example usages of nz.co.jedsimson.lgp:core and nz.co.jedsimson.lgp:lib.

Usage

To run the provided examples, you can build a fat JAR using Gradle and then execute the given main class, as follows:

  1. Build a fat JAR
./gradlew jar

This will output a JAR to the build/libs directory that contains everything necessary to run the examples.

  1. Run your chosen problem
cd build/libs
kotlin -cp LGP-examples-1.0.jar:. nz.co.jedsimson.lgp.examples.kotlin.SimpleFunction

To enable logging for the framework, add the following option to the above command: -Dorg.slf4j.simpleLogger.defaultLogLevel=LOG_LEVEL

About

A set of example problem definitions for testing LGP.

License:MIT License


Languages

Language:Kotlin 76.9%Language:Java 23.1%