-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathChangeLog
88 lines (46 loc) · 1.89 KB
/
ChangeLog
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
2017-03-09 Bas Terwijn <[email protected]>
* Release 0.4.1
* Includes test software run with 'make check'
* Includes policy iteration with GPU support for policy evaluation
* Improved pruning in AlphaVectorPruning
2016-05-20 Frans Oliehoek <[email protected]>
* Release 0.4
* Includes spirit parser for .pomdp files
* Includes new code for pruning POMDP vectors; obviates dependence on
Cassandra's code and old LP solve version.
* Includes new factor graph solution code
* generalized firefighting CGBG domain aded
* simulation class for Factored Dec-POMDPs and TOI Dec-MDPs
* approximate BG clustering methods
* kGMAA with clustering
2015-02-22 Frans Oliehoek <[email protected]>
* Release 0.3.1
* switched to 'c++98' standard.
* added Max Plus solver for regular (non-graphical) Bayesian games.
* Improved documentation.
* Clearer distinction between examples and solvers.
* More examples added.
2014-05-01 Frans Oliehoek <[email protected]>
* Release 0.3
* Many new features and algorithms:
* Support for factored models.
* Parsing ProbModelXML models.
* GMAA*-ICE, DP-LPC.
* Collaborative Graphical Bayesian Games + solvers.
* Support for RL.
* etc.
2010-03-12 Matthijs Spaan <[email protected]>
* Release 0.2.1, bugfix release mainly.
* Update code to compile with GCC 4.4.
* Allow for sparse reward models, and don't add zero
entries. Thanks fo Silvano Bonacina for reporting this.
* Added Clone() functionality to most abstract base classes.
* Several small bugfixes.
2009-09-07 Matthijs Spaan <[email protected]>
* Release 0.2
* Many new classes and bugfixes, and some classes were moved to a
different library.
* The portion of the Boost libraries that MADP uses is shipped in
the tarball now.
2008-01-21 Matthijs Spaan <[email protected]>
* Release 0.1