Giter VIP home page Giter VIP logo

ants2024-code's Introduction

ANTS2024-Code

This repository contains the code and some materials used in the experimental work presented in the following paper:

Grasshopper Optimization Algorithm (GOA): A Novel Algorithm or A Variant of PSO? ANTS2024, 2024

Citation

If you find the code in this repository useful for your research, consider citing our paper.

Data

In this folder, we provided the data collected from the experiment explained in Section 5.1 of the paper.

Figures

The figures presented in the paper in PNG and EPS formats can be found in this folder.

Source

This folder contains the codebase for the ANTS 2024 project. The code is organized as follows:

cls_GeneralFunctions.py: This file contains general functions used by other classes/functions.

cls_ObjectiveFunctions.py: This file contains the code for all the implemented benchmark functions. Any other functions can be added to this class to be used to run the algorithms.

cls_SwarmIntelligence.py: This file contains the code for all the implemented SI algorithms (GOA, PSO, and its variants).

GOA_PSO_BenchmarkFunctions_ToFile.py: This file contains the code to run all the algorithms and save the results to be used later to plot (for the experimental setup, please refer to Section 5.1 and Table 1)

GOA_PSO_BenchmarkFunctions_BoxPlotAll.py: This file contains the code to read the data (from the previous steps) and plot the required boxplots.

Statistic Test

R Markdown containing the code for statistic tests (one-sided and two-sided tests) is available in this folder. This file will use the CSV file in the data folder.

Appendix_BenchmarkFunctions.pdf

The mathematical definitions of the benchmark functions used in the experimental phase.

Requirements

Python 3.8
NumPy 1.24.2
Pandas 1.5.3
Matplotlib 3.7.5
Seaborn 0.13.2

ants2024-code's People

Contributors

negin17h avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.