Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 885 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 885 Bytes

Expert System Demo

Maven Java JUnit

Overview

The code is based on the example of Expert System described by Virginie Mathivet in her book:

__L'Intelligence Artificielle pour les développeurs__
__Concepts et implémentations en Java__

Build the project and launch it

To use Maven the toolchain.xml file must be defined.

Check that if everythink is correct with maven

mvn verify

Build the jar with the following command:

mvn package

Launch the demo using the following command:

java -jar target/sysexpert-1.0-DEMO.jar -Drules ./src/main/resources/shapes.rules

Then some questions in french should be asking to make the program infers the shape.