aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 45dea7284394e817d3034d8be99d8595ddef4176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Change Log

## Version 0.2.2

- Bugfix for RBF kernel

## Version 0.2.1

- Add support for prediction after grid search
- Bugfix for reading nonlinear training files
- Command line flag for maximum number of iterations in GenSVM
- Add support for seeding with nonlinear GenSVM

## Version 0.2.0

- Fix bug in nonlinear GenSVM, it should perform better now.

## Version 0.1.4

- Keep track of elapsed iterations during training
- Keep a training status
- Explicitly specify "void" as arguments to functions

## Version 0.1.3

- Allow max_iter to be set in the model

## Version 0.1.2

- Remove kernelparam array in favor of explicit gamma, coef, degree

## Version 0.1.1

- Tiny code fix