You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aima-core/README.txt
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,10 @@
3
3
== Requirements ==
4
4
# JDK 1.8 - is the baseline JDK against which this project is developed.
5
5
6
-
== Current Release: 0.12.0-Search-Improvements ==
7
-
0.12.0-Search-Improvements : Dec 18 2016 :<br>
8
-
* Improvements/Simplifications across search related APIs.
9
-
* Complete set of algorithms for Chapters 22, 23 and 25 added.
10
-
* Moved from JDK-7 to 8 as the baseline for further development.
6
+
== Current Release: 3.0.0-Search-Improvements ==
7
+
3.0.0-Search-Improvements : Dec 18 2016 :<br>
8
+
* Releasing as a full version number, corresponding to 3rd edition of book
9
+
(i.e. all 3rd edition releases will start with 3.x.x going forward).
11
10
12
11
= Details =
13
12
@@ -109,6 +108,11 @@ The Perceptron and DecisionTreeLearners work on *numerized datasets*. If you int
109
108
2. Learners all implement the Learner interface with 3 methods, train, predict and test. If you want to add a new type of Learner (a partitioning Decision Tree learner perhaps?) you need to implement this interface.
110
109
111
110
= Change History (Update in reverse chronological order) =
111
+
0.12.0-Search-Improvements : Dec 18 2016 :<br>
112
+
* Improvements/Simplifications across search related APIs.
113
+
* Complete set of algorithms for Chapters 22, 23 and 25 added.
114
+
* Moved from JDK-7 to 8 as the baseline for further development.
Copy file name to clipboardExpand all lines: aima-gui/README.txt
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,9 @@ They use different frameworks (sub-package framework) and also differ in functio
16
16
== Requirements ==
17
17
# Depends on the aima-core project.
18
18
19
-
== Current Release: 1.1.0-AIMA-GUI JavaFX GUIs Added ==
20
-
1.1.0-JavaFX GUIs Added : 18 Dec 2016 :<br>
21
-
* Java FX based GUIs added.
22
-
* Simulated Annealing, FX based, Application Added.
23
-
* Genetic Algorithm, FX based, Application Added.
24
-
* Updated to work with the latest version of aima-core (0.12.0).
25
-
* Search Framework improvements.
26
-
* Bidirectional Search options added to GUI demo applications.
27
-
* Monte Carlo Localization (MCL), Swing based, Application Added.
19
+
== Current Release: 1.1.1-AIMA-GUI JavaFX GUIs Added ==
20
+
1.1.1-JavaFX GUIs Added : 18 Dec 2016 :<br>
21
+
* Fixed Jar to launch JavaFX Integrated App by default.
28
22
29
23
== Running the GUIs and Command Line Demos ==
30
24
Under the release/ directory you should find two jar files, aima-core.jar and aima-gui.jar, ensure these are on your CLASSPATH, the different GUI programs that can be run using these are:
@@ -61,6 +55,15 @@ The following command line demos can be run as well:
61
55
62
56
63
57
= Change History (Update in reverse chronological order) =
58
+
1.1.0-JavaFX GUIs Added : 18 Dec 2016 :<br>
59
+
* Java FX based GUIs added.
60
+
* Simulated Annealing, FX based, Application Added.
61
+
* Genetic Algorithm, FX based, Application Added.
62
+
* Updated to work with the latest version of aima-core (0.12.0).
63
+
* Search Framework improvements.
64
+
* Bidirectional Search options added to GUI demo applications.
65
+
* Monte Carlo Localization (MCL), Swing based, Application Added.
66
+
64
67
1.0.9-Chp 7 Rewrite Support : 10 Aug 2014 :<br>
65
68
* Updated to work with the latest version of aima-core (0.11.0).
0 commit comments