Iconic

Predictive modelling using evolutionary algorithms

View the Project on GitHub koosvary/Iconic

Iconic Project

User Manual

The user manual for Iconic can be found here.

Build Status

What’s New

Release Notes - 0.7.0 - November 2nd, 2018

CLI

General

Input Data

Results

Release Notes - 0.6.0 - October 25th, 2018

General

Input Data

Process Data

Define Search

Results

Reports

Release Notes - 0.5.0 - October 11th, 2018

General

Input Data

Process Data

Define Search

Simple Evolutionary Algorithm for Multi-objective Optimization (SEAMO)

Release Notes - 0.4.0 - September 21st, 2018

General

Input Data

Process Data

Define Search

Results

Bug Fixes

Release Notes - 0.3.0 - August 31st, 2018

Improvements

Fixes

Release Notes - 0.2.0 - August 17th, 2018

Improvements

Fixes

Release Notes - 0.1.0 - May 28th, 2018

Improvements

Fixes

Building

Compiling

All commands are assumed to be made from the root project folder

Application Programming Interface

gradlew :api:build

Command Line Interface

gradlew :cli:run
gradlew :cli:run -PappArgs="['-i', 'dataChronicKidneyDisease2.txt', '-p', '100', '-g', '500', '-mP', '1.0', '-cP', '1.0']"

Workbench

To run the client:

gradlew :client:jfxRun

To package a native executable:

gradlew :client:jfxNative