bdi4jade

New release

1/9/2014 3:53:10 PM

Details

diff --git a/bdi-jade/.project b/bdi-jade/.project
index 9250b16..2a222a9 100644
--- a/bdi-jade/.project
+++ b/bdi-jade/.project
@@ -18,7 +18,7 @@
 		<link>
 			<name>examples-src</name>
 			<type>2</type>
-			<location>C:/Users/ingrid/Workspaces/phd-thesis/test/src</location>
+			<location>D:/ingrid/Workspaces/mas-research/bdi4jade/bdi-jade-test/src</location>
 		</link>
 	</linkedResources>
 </projectDescription>
diff --git a/bdi-jade/bdi4jade.jar b/bdi-jade/bdi4jade.jar
index f770f8d..2046771 100644
Binary files a/bdi-jade/bdi4jade.jar and b/bdi-jade/bdi4jade.jar differ
diff --git a/bdi-jade/release-notes.txt b/bdi-jade/release-notes.txt
index 919dcbc..68e42fb 100644
--- a/bdi-jade/release-notes.txt
+++ b/bdi-jade/release-notes.txt
@@ -1,4 +1,20 @@
 -----------
+version 1.0
+-----------
+
+- Implementation of the UtilityBasedBDIAgent, which is an agent that uses the UtilityBasedPlanSelectionStrategy to select plans. It uses other concepts as soft goals and plan contributions. See the template for learning how to use it.
+
+- Implementation of the management of nested capabilities. Goals can be dispatched in plans within the scope of a capability, so that only the plans of that capability or its children will be considered to achieve the goal.
+
+- New examples provided
+
+	* Hello World example
+	* Nested capabilities example
+	* Agent based on utility-based plan selection example/template
+
+- Refactoring of the BDI4JADE packages
+
+-----------
 version 0.1
 -----------