CHANGE: READ ME
parent
182f58e2f8
commit
d4f4b993bc
|
@ -1,5 +1,11 @@
|
|||
### **Gardeners Green Thumb Decision Support System** (GGD-DDS)
|
||||
|
||||
An open source rule engine, GGD engine and complex event processing (CEP) engine for Java™ and the JVM Platform.
|
||||
|
||||
Drools is a business rule management system with a forward-chaining and backward-chaining inference based rules engine, allowing fast and reliable evaluation of rules and complex event processing.
|
||||
A rule engine is also a fundamental building block to create an expert system which, in artificial intelligence, is a computer system that emulates the decision-making ability of a human expert.
|
||||
|
||||
Putting this together a decision support system is designed with the help of drools library which is used in the project.
|
||||
The service of decision support system is inferring knowledge from the available data of the greenhouse, the user input, and historical data what a user/the gardener should do & which action a gardener should execute to be successful with the growing process of the plants.
|
||||
These actions are called goals.
|
||||
The list of inferred active goals is offered to other services of the system.
|
||||
|
|
Loading…
Reference in New Issue