From d4f4b993bc7398457830a60e1a748e8ea6281daa Mon Sep 17 00:00:00 2001 From: Kevin Shehu Date: Fri, 24 Jun 2022 11:35:04 +0200 Subject: [PATCH] CHANGE: READ ME --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4ebd422..f04fa77 100644 --- a/README.md +++ b/README.md @@ -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.