-
1. preallocate the solver and solve for different starting points?
if you have a function `f(x,p)` and you need in each iteration to change the parameters and find the minimum of `f(x,p[i])` (lets sa…
-
-
I have said sometimes that we are not in a hurry for finishing the new jMetal version. However, jMetal is the tool I use in most of my research works and now we are facing in our group a complex optim…
-
- [x] Introducción
- [x] TSP
- [x] Particle Swarm Optimization
- [x] Simulated Annealing
- [x] Propuesta de solución
- [x] Evaluación de los algoritmos
- [x] Resultados
- [x] Visualización
…
-
All my parameters are using trial.suggest_int.
Tried optuna.samplers.CmaEsSampler but performance really bad. Many parameters used RandomSampler and objective score, R2 was very low and seemed stat…
-
## :clipboard: 논문의 정보를 알려주세요.
- K-Means Clustering Algorithm Based on Improved Cuckoo Search Algorithm and
Its Application
- Shuce Ye, Xiaoli Huang, Yinyin Teng, Yuxia Li
- 2018-05-28
## :page_…
-
**Describe the bug**
When the ftol is used and the best cost is equal in two consecutive iteration, the search is stopped even if the cost is high.
**To Reproduce**
`
options = {'c1': 0.5, 'c2':…
-
Podemos sugerir aqui a sequencia do trabalho de dissertação:
Na qualificação havia:
1. INTRODUÇÃO
2. FUNDAMENTAÇÃO TEÓRICA
2.1 Robôs Omnidirecionais
2.2 Controle Preditivo
2.3 Particle Swarm O…
-
**Is your feature request related to a problem? Please describe.**
Hi! I am currently working on a plant Layout Optimization Problem, which is in my case a non-convex MINLP - Mixed Integer Non-Linear…
-
Hello Marco,
I noticed that the first 'swarm iteration' happens twice with the same parameters for all particles. I.e. if you have **4 particles**, at 'particle evaluations' 1 and 5 the particles u…