Skip to content

Implementation of Sequential Minimal Optimization (SMO) method in nim

Notifications You must be signed in to change notification settings

wotzlaff/nimsmo

Repository files navigation

Installation

Installation of nim package

nimble install

Run example:

nim r -d:release examples/smo_test.nim

Installation of python module

from PyPi

pip install nimsmo

from source

First, install dependencies:

conda install poetry
poetry shell
poetry install

Run example:

python examples/smo_test.py

About

Implementation of Sequential Minimal Optimization (SMO) method in nim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published