zweifel / zweifel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌱 zweifel 🐜

zweifel is a library for really wide and general purposes. It was built for my own personal use to avoid having to rewrite code. However, most of my codes came to depend on it so I decided to make it public.

Features

  • Graph related: create and print graphs as well as other graph related functions.
  • Optimization related:
    • Single Objective: Differential Evolution, Original Genetic Algorithm
    • Multi Objective: GDE3 and SAN (State-of-the-art Subpopulation algorithm based on the General Subpopulation Framework)
  • Dynamics:
    • Neural Models: FitzHugh Nagumo, Hindmarsh Rose, Integrate Fire
    • Map: Henon
  • Generate random numbers with state-of-the-art algorithms.
  • Printing, reading and writing CSV, ARFF, to screen, etc.

Install

First, check if you have libboost installed (required for compiling the random generators):

sudo apt-get install libboost-all-dev

To install it simply enter the src/ directory and run:

./create_all_libs.sh

License

Apache License Version 2.0

About

License:Other


Languages

Language:C++ 43.3%Language:HTML 40.1%Language:C 12.6%Language:CSS 1.3%Language:Makefile 1.2%Language:Shell 1.1%Language:R 0.3%