Seyedali Mirjalili - MATLAB Central
photo

Seyedali Mirjalili


Last seen: 3 mois il y a Actif depuis 2017

Followers: 40   Following: 0

Message

Professional Interests: Multi-objective optimization, Robust optimization, Swarm intelligence, Computational intelligence

Statistiques

All
File ExchangeMATLAB AnswersCodyFrom 02/17 to 03/25Use left and right arrows to move selectionFrom 02/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
10 Réponses

File Exchange

55 Fichiers

Cody

0 Problèmes
9 Solutions

RANG
3 632
of 297 613

RÉPUTATION
14

CONTRIBUTIONS
0 Questions
10 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
37 of 20 457

RÉPUTATION
18 553

CLASSEMENT MOYEN
4.70

CONTRIBUTIONS
55 Fichiers

TÉLÉCHARGEMENTS
998

ALL TIME TÉLÉCHARGEMENTS
172359

RANG
39 816
of 159 263

CONTRIBUTIONS
0 Problèmes
9 Solutions

SCORE
100

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 2
  • First Answer
  • Solver
  • Top Downloads 2024
  • Top Downloads 2023
  • Top Downloads 2022
  • Top Downloads 2021
  • Top Downloads 2020
  • Explorer
  • Personal Best Downloads Level 5
  • First Review
  • 5-Star Galaxy Level 5

Afficher les badges

Feeds

Afficher par

A soumis


Solving Economic Load Dispatch using Cheetah Optimizer
The Economic Load Dispatch is a vital optimization problem in power system operation, tackled on an hourly or multi-day basis. T...

presque 2 ans il y a | 12 téléchargements |

0.0 / 5
Thumbnail

A soumis


Cheetah Optimizer
The Cheetah Optimizer has been meticulously designed to tackle complex optimization problems across multiple domains

presque 2 ans il y a | 15 téléchargements |

0.0 / 5
Thumbnail

A soumis


MELGWO: GWO with memory, evolutionary operator, local search
This project includes a new variant of GWO incorporating memory, evolutionary operators, and a stochastic local search technique...

environ 2 ans il y a | 10 téléchargements |

0.0 / 5
Thumbnail

A soumis


MTDE: Multi-trial vector-based differential evolution
MTDE uses an adaptive movement step designed based on a new multi-trial vector approach named MTV, which combines different sear...

plus de 4 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A soumis


Improved Grey Wolf Optimizer (I-GWO)
One of the best improvement of the Grey Wolf Optimizer

plus de 4 ans il y a | 34 téléchargements |

5.0 / 5
Thumbnail

A soumis


Hill Climbing Algorithm: A Simple Implementation
This submission includes three files to implement the Hill Climbing algorithm for solving optimisation problems.

environ 5 ans il y a | 7 téléchargements |

5.0 / 5
Thumbnail

A soumis


Real-coded Simulated Annealing
This is a simple implementation of the Real-coded Simulated Annealing algorithm.

environ 5 ans il y a | 3 téléchargements |

5.0 / 5
Thumbnail

A soumis


Simulated Annealing for Travelling Salesman Problem
The simplest implementation of Simulated Annealing for solving Travelling Salesman Problem

environ 5 ans il y a | 8 téléchargements |

5.0 / 5
Thumbnail

A soumis


TensorFlow-like Playground Neural Networks: Regression
This is a Matlab demo that shows how Neural Networks perform regression.

environ 6 ans il y a | 4 téléchargements |

5.0 / 5
Thumbnail

A soumis


TensorFlow-like Playground Neural Networks: Classiffication
This is a Matlab demo that shows how Neural Networks perform classification.

environ 6 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A résolu


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

plus de 6 ans il y a

A soumis


Ant Colony Optimiztion (ACO)
This is a simple implementation of the Ant Colony Optimization (ACO) to solve combinatorial optimization problems.

plus de 6 ans il y a | 16 téléchargements |

5.0 / 5
Thumbnail

A soumis


Simulation of particles in Particle Swarm Optimization
This submission allows to visually see particles' movement in Particle Swarm Optimization.

plus de 6 ans il y a | 12 téléchargements |

4.9 / 5
Thumbnail

A soumis


Improved Feedforward Neural Networks Using PSOGSA
This program is an improved Feedforward Neural Network using a hybrid algorithm called PSOGSA.

plus de 6 ans il y a | 4 téléchargements |

3.0 / 5
Thumbnail

A soumis


Binary Image Reconstruction Using The Genetic Algorithm
This submission reconstructs any binary image using the Genetic Algorithm

presque 7 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A soumis


The Continuous Version of The Genetic Algorithm
The Continuous Genetic Algorithms (CGA)

presque 7 ans il y a | 2 téléchargements |

5.0 / 5
Thumbnail

A soumis


The Genetic Algorithm (GA) : Selection + Crossover + Mutation + Elitism
This is the implementation of the original version of the genetic algorithm

presque 7 ans il y a | 46 téléchargements |

5.0 / 5
Thumbnail

A soumis


A simple implementation of Particle Swarm Optimization (PSO) Algorithm
A function to solve optimization problems using the Particle Swarm Optimization (PSO) Algorithm

presque 7 ans il y a | 10 téléchargements |

4.3 / 5
Thumbnail

A soumis


Multi-Objective Multi-Verse Optimization (MOMVO) algorithm
The multi-objective version of the Multi-Verse Optimization Algorithm

presque 7 ans il y a | 21 téléchargements |

5.0 / 5
Thumbnail

A soumis


MOGOA: Multi-Objective Grasshopper Optimization Algorithm
The multi-objective version of the Grasshopper Optimization Algorithm (MOGOA)

presque 7 ans il y a | 20 téléchargements |

5.0 / 5
Thumbnail

A soumis


MSSA: Multi-objective Salp Swarm Algorithm
The multi-objective version of the Salp Swarm Algorithm (SSA)

presque 7 ans il y a | 18 téléchargements |

5.0 / 5
Thumbnail

A soumis


SSA: Salp Swarm Algorithm
SSA is a novel algorithm for solving single-objective optimization problems

presque 7 ans il y a | 33 téléchargements |

4.7 / 5
Thumbnail

A soumis


Grasshopper Optimisation Algorithm (GOA)
GOA is a novel meta-heuristic algorithm for global optimisation

presque 7 ans il y a | 17 téléchargements |

2.3 / 5
Thumbnail

A soumis


GSA + Chaotic Gravitational Constant
Improving Gravitational Search Algorithm with chaotic gravitational constant

presque 7 ans il y a | 4 téléchargements |

5.0 / 5
Thumbnail

A soumis


Multi-objective Ant Lion Optimizer (MOALO)
The multi-objective version of the recently proposed Ant Lion Optimizer

presque 7 ans il y a | 23 téléchargements |

5.0 / 5
Thumbnail

A soumis


A new MATLAB optimization toolbox
This toolbox includes all my proposed optimization algorithms (GWO, ALO, MVO, DA, MFO, SCA, and WOA)

presque 7 ans il y a | 33 téléchargements |

5.0 / 5
Thumbnail

A soumis


Multi-Objective Grey Wolf Optimizer (MOGWO)
The Multi-objective version of the recently proposed Grey Wolf Optimizer (GWO).

presque 7 ans il y a | 49 téléchargements |

5.0 / 5
Thumbnail

A soumis


The Whale Optimization Algorithm
WOA is a new algorithm for solving single-objective optimization problems

presque 7 ans il y a | 92 téléchargements |

4.4 / 5
Thumbnail

A soumis


Whale Optimization Algorithm Toolbox
A toolbox for the Whale Optimization Algorithm (WOA) for solving optimization problems

presque 7 ans il y a | 10 téléchargements |

1.0 / 5
Thumbnail

A soumis


SCA: A Sine Cosine Algorithm
SCA is a novel algorithm for solving single-objective optimization problems

presque 7 ans il y a | 23 téléchargements |

4.0 / 5
Thumbnail

Charger plus