From 19dd9145bb43b96bc25c6ef1026733f887e0e556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Sun, 26 Apr 2015 22:57:29 +0200 Subject: [PATCH] readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 016b8d0..db5aeda 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,5 @@ USAGE: robocode-svm --battle x y [alpha] ``` # Extras -In the `extras` folder, there is an assignment, that led to this work. Also, for better understanding, there is a sample SVM classification visualised as an image file in 2D space. The `alpha` parameter (initial gun orientation) was ommited. +* [assignment](https://github.com/delmadord/robocode_svm/blob/master/extras/assignment.pdf) +* [2D visualisation](https://github.com/delmadord/robocode_svm/blob/master/extras/visualize2D.png) **sample** - the *alpha* parameter (initial gun orientation) was omitted.