fibonacci-bees-algorithm-tsp

Fibonacci Bees Algorithm for Travelling Salesman Problem

https://github.com/nataliahartonofung/fibonacci-bees-algorithm-tsp

Science Score: 57.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Fibonacci Bees Algorithm for Travelling Salesman Problem

Basic Info
  • Host: GitHub
  • Owner: NataliaHartonoFung
  • Language: MATLAB
  • Default Branch: main
  • Homepage:
  • Size: 44.9 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Citation

Readme.txt

How to run the BAF:

1. Open Main.m
2. Click Run
3. Choose dataset
4. Input the maximum number of evaluations (recommendation: 2000000)

%% Fibonacci Bees Algorithm (BAF) for Travelling Salesman Problem
% by Natalia Hartono
% This code accompanied the article:
% 'A Comparative Study of Reduced Parameter Versions of the Bees Algorithm 
% for Traveling Salesman Problem'
% Authors: Natalia Hartono, Hamid Suluova, Fatih M Eker, Sultan Zeybek, Mario Caterino
% Journal of Integrated System Vol. 7 No. 1 (June 2024)
% https://doi.org/10.28932/jis.v7i1.8602
%
% This code is modified from basic bees algorithm in TSP problem, article:
% 'Using the Bees Algorithm to solve combinatorial optimisation problems for
% TSPLIB' (Ismail et al., 2020), doi:10.1088/1757-899X/1/012027
% 
% How to cite this code: click on the upper right-hand side "cite this repository"

%% To calculate total population or to find combinations of possible parameters, use the zip file: "BAFcalculatepop.zip"

Owner

  • Name: NHartono
  • Login: NataliaHartonoFung
  • Kind: user

PhD student, Mechanical Engineering, University of Birmingham, UK & Lecturer, Industrial Engineering, University of Pelita Harapan, Indonesia.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Hartono"
  given-names: "Natalia"
  orcid: "https://orcid.org/0000-0003-2314-1394"
title: "Fibonacci-Bees-Algorithm-TSP"
version: 1.0.0
doi: 10.5281/zenodo.11657644
date-released: 2024-06-14
url: "https://github.com/NataliaHartonoFung/Fibonacci-Bees-Algorithm-TSP"

GitHub Events

Total
Last Year