Presentation is loading. Please wait.

Presentation is loading. Please wait.

Ontologies Reasoning Components Agents Simulations Project Topics: MCI 2007.1 Jacques Robin.

Similar presentations


Presentation on theme: "Ontologies Reasoning Components Agents Simulations Project Topics: MCI 2007.1 Jacques Robin."— Presentation transcript:

1 Ontologies Reasoning Components Agents Simulations Project Topics: MCI 2007.1 Jacques Robin

2 Topic  Developing a component framework of search algorithms  Based on the books:  Artificial Intelligence a Modern Approach by Russell & Norvig  Constraint Processing by Dechter  Stochastic Local Search by Hoos & Stützle  Using under development KobrA-2 method for PIM modeling  Maximizing separation of concerns:  Search problem specifications  Search algorithms  Search heuristics (variable choice, value choice, backtracking point choice, etc.)  Search visualization (GUI to follow reasoning)

3 Topic  Modeling a hierarchical framework of abstract components  which generic description is inherited by concrete components  that can be used to assemble variations of two main target algorithms  Conflict directed backjumping (complete, not very scalable)  Min-conflict (incomplete, very scalable)

4 Something along those lines... SearchAlgo GlobalSearchAlgoLocalSearchAlgo CSPSearchProblem SearchProblem FullStateFormulation SearchProblem PartialStateFormulation SearchProblem FDCSP SearchProblem VariableChoice Heuristic ValueChoice Heuristic Backtracking Heuristic PartialStateFormulation FDCSPSearchProblem FullStateFormulation FDCSPSearchProblem CSPSearchAlgo FDCSP SearchAlgo GlobalFDCSP SearchAlgo LocalFDCSP SearchAlgo CDBJMin-Confllict

5 PSM and Code  Develop a partial UML Profile for Java OSGi Component Model  Model the PSM using this profile  Either:  Manually translate the PIM to PSM and to source code  Write ATL rules that automatically perform these translations  Test the framework on a set of benchmark problems including:  Map coloring  N-Queens

6 Division of Labor  All four students:  PIM of general abstract framework classes  Problem formulations (Heron)  Algorithms (Geovane)  Heuristics (Juliana)  UML profile for Java OSGi (Weslei)  PIM of benchmark problems (Roberto)  Can suggest division of labor for those tasks

7 Division of Labor  Heron & Weslei:  PIM of abstract superclasses of Conflict-Direct Backjumping  PIM of abstract Conflict-Direct Backjumping  PIM of benchmark problems Partial State Formulation  PIM of concrete Conflict-Direct Backjumping variant assemblies  PSM of these PIM  Java code of these PIM  Geovane, Juliana & Roberto:  PIM of abstract superclasses of Min-Conflict  PIM of abstract Min-Conflict  PIM of benchmark problem Full State Formulations  PIM of concrete Min-Conflict variant assemblies  PSM of these PIM  Java code of these PIM

8 Timetable  21/03: Version 1.0 of KobrA PIM for common components  10/04:  Version 2.0 of KobrA PIM for common components  Version 1.0 of KobrA PIM for concrete components  Version 1.0 of UML Profile for OSGi Java  24/04:  Version 2.0 of KobrA PIM for concrete components  Version 2.0 of UML Profile for OSGi Java  Version 1.0 of PSM and Source Code for common and concrete components  03/05: Final oral presentation and demos

9 Reminder: KobrA’s PIM as a Recursive Component Assembly

10 KobrA-2 Artifacts for each Component Specification  Class diagrams: interfaces with operations, realizing component classes, classes defining non-primitives types of operation parameters  Structural OCL constraints of these class diagrams  (if needed) OCL derived attributes  OCL pre and post conditions or body for each operation of each interface  Component diagrams: socket-lollypop interfaces, port types, realizing component classes  (if needed) Protocol state machine: states changes of components resulting from calling operations of the interface that it realizes, primitive operation calls or OCL expressions on the transitions, primitive state attribute specification or OCL expression on the nodes

11 KobrA-2 Artifacts for each Component Realization  Class diagrams: interfaces with operations, realizing component classes, classes defining non-primitives types of operation parameters  Structural OCL constraints of these class diagrams  (if needed) OCL derived attributes  OCL pre and post conditions or body for each operation of each interface  Component diagrams: socket-lollypop interfaces, port types, realizing component classes  Composite structure diagrams (one for each constructor operation): component instances, port instances, connections  Activity diagrams (one for each operation): nodes either names of other activities, names of primitive actions or OCL expressions joining primitive actions


Download ppt "Ontologies Reasoning Components Agents Simulations Project Topics: MCI 2007.1 Jacques Robin."

Similar presentations


Ads by Google