Skip to content

zweifel/zweifel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌱 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published