Skip to content
Snippets Groups Projects
Select Git revision
  • crossentropy
  • master default protected
  • snn-enkf
  • documentation_change
  • harmony_search
  • bayesian_optimizee
  • trajectorycleanup
  • no-jube
  • genetic_bit_operators_rebased
  • es
  • unit-tests
  • ce_noise_level
  • alternative_result_trajectory
  • approximator
  • v1.0.0-beta
  • v0.4.3
  • v0.4.2
  • 0.4.1
  • v0.4.1
19 results

l2l-gh

user avatar
Thomas Bohnstingl authored
cec362fd
History
https://circleci.com/gh/IGITUGraz/LTL.svg?style=svg&circle-token=227d26445f67e74ecc1c8904688859b1c49c292f

To Install dependencies:

Run this from the LTL directory

pip3 install --user -r requirements.text

Each optimizees and optimizers may have their own dependencies specified in the requirements.txt file within their respective package.

To build documentation:

Run the following command from the doc directory

make html

And open the documentation with

firefox _build/html/index.html

All further (and extensive) documentation is in the html documentation! Go read it!