Niklas Birk
|
3fed93055f
|
Fix stuff; add new problem "Labyrinthine puzzle" from game Labyrinthine Chapter I
|
2021-04-12 16:11:46 +02:00 |
|
Niklas Birk
|
6937e28cdd
|
Crossvalidation added
|
2019-06-30 23:59:49 +02:00 |
|
Niklas Birk
|
757eb4dd2b
|
Added classify method for perceptron
|
2019-06-27 00:11:59 +02:00 |
|
Niklas Birk
|
05dba5bae5
|
Refactored Perceptron
|
2019-06-27 00:02:21 +02:00 |
|
Niklas Birk
|
54cfe2dece
|
Added kNearestNeighbour and refactored Vector to a package level above and added a constructor
|
2019-06-27 00:01:49 +02:00 |
|
Niklas Birk
|
5264853c8e
|
Adjusted few things to all
|
2019-06-25 12:06:39 +02:00 |
|
Niklas Birk
|
248593af6c
|
finished
|
2019-06-24 14:23:27 +02:00 |
|
Niklas Birk
|
c44e53707d
|
Perceptron (unfinished)
|
2019-06-24 00:23:19 +02:00 |
|
Niklas Birk
|
5f9776c4ef
|
Perceptron (unfinished)
|
2019-06-23 13:48:53 +02:00 |
|
Niklas Birk
|
84a1b61477
|
Perceptron (unfinished)
|
2019-06-20 13:17:23 +02:00 |
|
Niklas Birk
|
3032aeeca8
|
Implemented A* at full state
|
2019-04-04 18:59:25 +02:00 |
|
Niklas Birk
|
9e51fc8c69
|
Implemented heuristic
|
2019-04-02 23:07:54 +02:00 |
|
Niklas Birk
|
d4e54493c7
|
Made all variables and parameter final where available
|
2019-04-02 20:34:15 +02:00 |
|
Niklas Birk
|
4a0b04aefe
|
Created package uninformed for uninformed search algorithms and moved the implementations to this package
|
2019-04-01 20:27:14 +02:00 |
|
Niklas Birk
|
bb95a412d8
|
Added IterativeDeepening
|
2019-03-27 20:38:47 +01:00 |
|
Niklas Birk
|
2a772ac4fd
|
Removed imports
|
2019-03-27 20:01:59 +01:00 |
|
Niklas Birk
|
82e7e618d7
|
Changed several implementation details and added depth-first-search
|
2019-03-27 19:59:28 +01:00 |
|
birkn
|
481b292d17
|
Gnerified node
|
2019-03-25 19:14:17 +01:00 |
|
Niklas Birk
|
19fbb91529
|
Changed implementation
|
2019-03-24 17:25:51 +01:00 |
|
Niklas Birk
|
237782d518
|
Commit
|
2019-03-24 16:58:10 +01:00 |
|
Niklas Birk
|
d2c1cb698c
|
Finished tests
|
2019-03-24 16:41:14 +01:00 |
|
birkn
|
d014b9f686
|
Added testclass and implemented methods
|
2019-03-24 14:36:10 +01:00 |
|