Commit Graph

109 Commits

Author SHA1 Message Date
c328c8fcef Fix file author and copyright 2017-07-26 17:50:41 +02:00
7d3f0d8d64 Remove unused exception 2017-07-25 17:28:34 +02:00
76e8e76234 Added Zero and Dimension exceptions 2017-07-25 17:28:18 +02:00
c05086c233 Remove author 2017-07-24 17:51:37 +02:00
ff3d253588 Remove @author docblock 2017-07-20 18:10:26 +02:00
97afd6a691 Fix line ending bug 2017-07-18 21:32:20 +02:00
1c72b75fc3 Optimize function 2017-07-18 15:50:06 +02:00
ffa8d39031 Create NaiveBayesFilter draft 2017-07-18 15:39:18 +02:00
521cd5366e Create TransportationProblem.php 2017-07-13 10:49:50 +02:00
c8605e4f96 Create AssignmentProblem.php 2017-07-13 10:49:38 +02:00
2188c25f01 Type fixes 2017-02-03 20:37:08 +01:00
58b9fd5171 Enable strict_types 2017-01-25 11:51:36 +01:00
6fd1ebe9b1 Removing copyright date 2017-01-25 11:18:25 +01:00
be324d0d04 Basic fixes. Needs many further fixes! 2017-01-14 15:45:26 +01:00
f042137c30 Finalizing draft 2017-01-13 21:39:13 +01:00
9fe8aa95a5 Improved Exponential smoothing implementation draft 2017-01-13 15:53:59 +01:00
b362d9d782 Prepare further exponential smoothing 2017-01-11 23:59:09 +01:00
c507e60e1d Market share calculation 2017-01-11 23:57:32 +01:00
44d0878bbc First test fixes 2017-01-06 14:05:33 +01:00
777f084a39 Fix dockblocks and minor bugs 2016-12-22 21:16:05 +01:00
441968f2fc Adding HoltWinter forecast 2016-12-11 09:42:13 +01:00
f87c655c89 Exponential smoothing draft 2016-12-10 23:01:49 +01:00
a93a1c1653 Increase php version requirement 2016-12-07 20:57:51 +01:00
d6dd1a5a96 Prepare const visibility 2016-12-07 20:22:40 +01:00
cbc6205bf7 Type hint fixes/prep for null return type 2016-12-03 23:00:05 +01:00
ab5e11a242 Preparing for void return type 2016-12-03 21:59:21 +01:00
baeb32b51e Minor debugging fixes 2016-11-23 23:47:02 +01:00
3ec569fa9e Comments 2016-11-15 21:25:39 +01:00
8212751b2e Fixing formula 2016-11-15 15:08:52 +01:00
8a68def05d Fix bugs for documentor 2016-11-15 11:46:23 +01:00
2ef8358771 Add return 2016-11-12 21:40:39 +01:00
ed79ead137 Fix comments 2016-11-07 20:14:06 +01:00
9bbdbcaf38 Fix docblocks 2016-11-06 22:22:58 +01:00
95a38e5e6d Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	Math/Matrix/Matrix.php
2016-10-22 22:45:17 +02:00
68051600a3 Matrix fixes 2016-10-22 22:43:15 +02:00
81d20b1d3f File reminder 2016-10-22 22:43:06 +02:00
0dbbc40a62 Draft genetic algorithm interface 2016-10-20 10:02:28 +02:00
028d1ae887 Move gaussian algorithm to matrix 2016-10-20 10:02:28 +02:00
e47ece41af Implement circular absolute position 2016-10-08 21:07:48 +02:00
22d6040dca Implementing more usefull functions 2016-10-08 21:01:02 +02:00
f8f2582d2e Fixing loranz kurve 2016-09-28 08:15:44 +02:00
1222d53dbc Bug fixes 2016-09-27 17:57:36 +02:00
4d50d8eb30 Lorenz implemented 2016-09-27 17:57:17 +02:00
ca03e96fb9 Started to implement better exceptions 2016-08-28 16:57:49 +02:00
2b4d9ae7a5 Fixing test errors 2016-08-25 21:33:26 +02:00
4391fd2056 Merge pull request #71 from Orange-Management/documentation
Documentation
2016-08-25 19:34:05 +02:00
fed381ba8a Regression latex documentation 2016-08-25 09:52:19 +02:00
4b09c7c1ba Replacing realpath with file_exists 2016-08-23 21:26:05 +02:00
74e1053271 Test latex formula 2016-08-22 18:31:22 +02:00
a02f1cca5d PhpStorm autofix/format 2016-08-20 12:04:30 +02:00