Pinned Repositories
advent-of-code
Advent of Code Programming Puzzles
jsf
Implementation of Bob Jenkins' small fast prng https://burtleburtle.net/bob/rand/smallprng.html
meta
A very minimalistic heuristic optimization framework
nur-pkg
My nix overlay
PgnParser
A parser for Portable Game Notation files using boost::spirit.
pratt-parser-calculator
Pratt operator precedence parser and expression calculator
operon
C++ Large Scale Genetic Programming
pappus
Pappus is a modern C++ library for affine arithmetic
pyoperon
Python bindings and scikit-learn interface for the Operon library for symbolic regression.
vstat
SIMD-enabled descriptive statistics (mean, variance, covariance, correlation)
foolnotion's Repositories
foolnotion/meta
A very minimalistic heuristic optimization framework
foolnotion/PgnParser
A parser for Portable Game Notation files using boost::spirit.
foolnotion/jsf
Implementation of Bob Jenkins' small fast prng https://burtleburtle.net/bob/rand/smallprng.html
foolnotion/Som
Self-organizing map
foolnotion/DroneFlight
Drone pathfinding with assembly generation
foolnotion/inkpot
Inkpot 88/256 Colour Scheme for Vim
foolnotion/libaffa
Libaffa is a C++ Affine Arithmetic library for GNU/Linux. Affine Arithmetic is a model proposed by Stolfi and Comba in the early 90's for numerical calculation. Unlike Interval Arithmetic, it keeps track of correlations between computed and input quantities, and is therefore resistant to the explosion error observed in long interval computations.
foolnotion/pca
foolnotion/qsvm
qt gui and c++ wrapper for libSVM
foolnotion/symbolic-amp
Evaluation of symbolic expression trees with C++AMP