Submitted


Sine Cosine Algorithm Toolbox
A toolbox for the Sine Cosine Algorithm (SCA) for solving single-objective optimization problems

6 years ago | 3 downloads |

Thumbnail

Submitted


DA: Dragonfly Algorithm
DA is a novel swarm intelligence technique for solving single-objective optimization problems

6 years ago | 23 downloads |

Thumbnail

Submitted


Multi-Verse Optimizer (MVO)
MVO is a novel meta-heuristic algorithm for global optimization

6 years ago | 18 downloads |

Thumbnail

Submitted


Grey Wolf Optimizer for Training Multi-Layer Perceptrons (ALL CLASSIFICATION AND FUNCTION DATASETS)
The submission employs the recently proposed Grey Wolf Optimizer for training Multi-Layer Perceptron

6 years ago | 13 downloads |

Thumbnail

Submitted


Moth-flame Optimization (MFO) Algorithm toolbox
A toolbox for the Moth-flame Optimization (MFO) Algorithm for solving optimization problems

6 years ago | 8 downloads |

Thumbnail

Submitted


Dragonfly Algorithm Toolbox
A toolbox for the Dragonfly Algorithm (DA) for solving single-objective optimization problems

6 years ago | 3 downloads |

Thumbnail

Submitted


Moth-flame Optimization (MFO) Algorithm
MFO is a novel meta-heuristic algorithm for solving optimization problems

6 years ago | 31 downloads |

Thumbnail

Submitted


MODA: Multi-Objective Dragonfly Algorithm
The multi-objective version of the Dragonfly Algorithm (DA) for solving multi-objective problems

6 years ago | 19 downloads |

Thumbnail

Submitted


BDA: Binary Dragonfly Algorithm
The binary version of the Dragonfly Algorithm (DA) for solving binary optimization problems

6 years ago | 4 downloads |

Thumbnail

Submitted


Ant Lion Optimizer (ALO)
ALO is a novel meta-heuristic algorithm for global optimization

6 years ago | 43 downloads |

Thumbnail

Submitted


Grey Wolf Optimizer (GWO)
GWO is a novel meta-heuristic algorithm for global optimization

6 years ago | 320 downloads |

Thumbnail

Submitted


Multi-Verse Optimizer toolbox
A toolbox for the Multi-Verse Optimizer (MVO) algorithm

6 years ago | 2 downloads |

Thumbnail

Submitted


Ant Lion Optimizer toolbox
A toolbox for the Ant Lion Optimizer (ALO) algorithm

6 years ago | 8 downloads |

Thumbnail

Submitted


Grey Wolf Optimizer Toolbox
A toolbox for the Grey Wolf Optimizer (GWO) algorithm

6 years ago | 67 downloads |

Thumbnail

Submitted


Robust multi-objective test problems
The most challenging robust multi-objective test problems in the world

6 years ago | 2 downloads |

Thumbnail

Submitted


Grey Wolf Optimizer for Training Multi-Layer Perceptrons
The submission employs the recently proposed Grey Wolf Optimizer for training Multi-Layer Perceptron

6 years ago | 18 downloads |

Thumbnail

Submitted


Autonomous Groups Particles Swarm Optimization (AGPSO)
A Particle Swarm Optimization Algorithm with Autonomous Groups of Particles

6 years ago | 8 downloads |

Thumbnail

Submitted


Binary hybrid particle swarm optimization and gravitational search algorithm (BPSOGSA)
Binary version of the BPSOGSA algorithm

6 years ago | 8 downloads |

Thumbnail

Submitted


Binary Bat Algorithm
BBA is the binary version of the Bat Algorithm for optimizing binary problems.

6 years ago | 6 downloads |

Thumbnail

Submitted


Enhanced Binary Particle Swarm Optimization (BPSO) with 6 new transfer functions
An Enhanced binary Particle Swarm Optimization algorithm (VPSO) with v-shaped transfer functions

6 years ago | 11 downloads |

Thumbnail

Submitted


Adaptive gbest-guided gravitational search algorithm
A gbest-guided gravitational search algorithm

6 years ago | 5 downloads |

Thumbnail

Submitted


Chaotic Biogeography-based Optimisation (CBBO) algorithm
50 chaos-embedded versions of the BBO algorithm

6 years ago | 8 downloads |

Thumbnail

Submitted


Biogeography-Based Optimizer (BBO) for training Multi-Layer Perceptron (MLP) - Breast cancer dataset
Biogeography-Based Optimizer (BBO) is employed as a trainer for Multi-Layer Perceptron (MLP) trainin

6 years ago | 5 downloads |

Thumbnail

Submitted


Chaos theory and meta-heuristics
10 chaotic maps that can be integrated to any meta-heuristics

6 years ago | 14 downloads |

Thumbnail

Submitted


Biogeography-Based Optimizer (BBO) for training Multi-Layer Perceptron (MLP)
Biogeography-Based Optimizer (BBO) is employed as a trainer for Multi-Layer Perceptron (MLP)

6 years ago | 2 downloads |

Thumbnail

Submitted


Hybrid Particle Swarm Optimization and Gravitational Search Algorithm (PSOGSA)
PSOGSA is the efficient combination of PSO and GSA.

6 years ago | 24 downloads |

Thumbnail

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

6 years ago

Solved


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

6 years ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

6 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

6 years ago

Load more