Skip to content

An AI system using JADE and genetic algorithms for predicting sales in the flower export industry. It employs multi-agent interactions to forecast and optimize sales strategies over 20 weeks, demonstrating AI's application in enhancing business decisions.

License

Notifications You must be signed in to change notification settings

MaxCar31/AI-FlowerExportSalesPrediction-JADE-Intelligent-Agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Flower Sales Predictor with JADE

Description

This project implements an agent-based system to predict future sales for the XYZ Flower Export Company using Genetic Algorithms (AG). The aim is to monitor a client's sales to maximize economic return over the next 20 weeks.

Project Structure

The project is structured around several agents interacting with each other to make predictions and sales decisions based on these forecasts. The involved agents are:

image

  • AH1: Maximizes an objective function using a genetic algorithm.
  • AG1: Passes the maximum value found by AH1 to AG2.
  • AG2: Decides whether to proceed with the sale based on the value received from AG1.
  • AG3: Acts according to the instructions from AG2 and AG4 to carry out or stop the sale.
  • AG4: Evaluates the client's debt and advises on the sale.

Technologies Used

  • Java: The main programming language.
  • JADE (Java Agent Development Framework): Used for implementing and managing agents.

Getting Started

Prerequisites

  • Java JDK 8 or higher.
  • JADE Framework.

Installation and Execution

  1. Clone the repository to your local machine:

Installation

Clone the repository using:

git clone https://github.com/MaxCar31/AI-FlowerExportSalesPrediction-JADE-Intelligent-Agents.git

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

  • Special thanks to Ing. Henry Paz Arias MSc. for the guidance and support in developing this project.

About

An AI system using JADE and genetic algorithms for predicting sales in the flower export industry. It employs multi-agent interactions to forecast and optimize sales strategies over 20 weeks, demonstrating AI's application in enhancing business decisions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages