Skip to content

Mahtab-Shabani/Implementation-of-a-Metaheuristic-Optimization-algorithm-inspired-by-Group-Hunting-of-Animal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation-of-a-Metaheuristic-Optimization-algorithm-inspired-by-Group-Hunting-of-Animal

This repository is an implementation of the paper below:

"A novel meta-heuristic optimization algorithm inspired by group hunting of animals: Hunting search. R. Oftadeh, et al."

Basic Usage

  1. Before running, select a function.
There are three functions: %function1 Z=(X-Y).^2+((X+Y-10)/3).^2; %function2 Z=(X.^2+Y.^2); %function3 Z=100*(X.^2-Y)+(X-1).^2; 
  1. Run the 'hunting_search.m' script.

About

It is a Implementation of a paper about Metaheuristic Optimization algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages