Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • GenIe GenIe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Christian Reuschling
  • GenIeGenIe
  • Wiki
  • Home

Home · Changes

Page history
Update Home authored Sep 20, 2021 by Christian Reuschling's avatar Christian Reuschling
Hide whitespace changes
Inline Side-by-side
Home.md
View page @ 1f83c5b0
......@@ -8,11 +8,18 @@
GenIe is a tool for genetic or evolutionary hyperparameter optimization with entropy analysis. It is written in Java, but can be used language independent with config files and fitness function process calls.
Offered features are:
* Platform independent as it is written in 100% pure Java
* Entropy analysis of the evolution generations to rank the impact of parameters
* Parameterize everything relevant for the genetic run inside a [single small config file](https://git.opendfki.de/reuschling/genie/-/blob/main/geneticOptimization.conf)
* Optionally, no java coding necessary: offer your fitness/cost function as a [simple process exec call](https://git.opendfki.de/reuschling/genie/-/wikis/Documentation#standalone-use)
* Platform independent as it is written in 100% pure Java
GenIe is implemented on top of the great [watchmaker framework](https://watchmaker.uncommons.org/). It is offered to you for free under the terms of the [​GPLv2 license](https://opensource.org/licenses/gpl-2.0.php). Owner: [DFKI GmbH](https://www.dfki.de/en/web/research/research-departments-and-groups/smart-data-knowledge-services/).
TODO: kleines code snippet mit Ergebnis oder einfach nur ein HeatMap Ergebnis
---
![entropyAnalysisSimpleExample](uploads/cbda6bf483c94ccc0186bcd58fa8df95/entropyAnalysisSimpleExample.png)
Small entropy analysis example for finding the right summands to get the result '23'.
---
![genIe_logo](https://git.opendfki.de/reuschling/genie/-/raw/main/genIe_logo.png)
Clone repository
  • Dataprotection
  • Documentation
  • Download | Install
  • Home
  • People