-
Hello
Can you tell me how can I run psoSearchSeismic?
What parameters?
-
Davis - Any interest in adding PSO to dlib?
-
Are there some papers or books that i can reference about this project? Looking forward to your reply
-
**Submitting author:** @kuangmeng (Mengmeng Kuang)
**Repository:** https://github.com/kuangmeng/CIMSA
**Version:** v1.0
**Editor:** @will-rowe
**Reviewers:** @CFGrote, @xyzmjf
**Managing EiC:** Loren…
-
> The provided solvers, under certain conditions, will converge to a local minimum. In the case where a global minimum is desired, global optimization techniques should be employed instead (see e.g. B…
-
When two lines have the same "title" AND "year" AND "authors" keep only one (the first? the most complete?)
Below the three key in ISI and SCOPUS:
- title --> ISI = TI / Scopus = Title
- year -->…
tommv updated
3 years ago
-
在粒子群里,因为我这的自变量是整数的索引,想着如果X以及V都是整数的话,会不会能让算法运行速度更快点?
-
Hi!
Just tried to run the example from [https://github.com/htm-community/htm.core/tree/master/py/htm/optimization](https://github.com/htm-community/htm.core/tree/master/py/htm/optimization) on Window…
-
Hallo Jochen,
ich habe Probleme bei der Linux-Installation. Es beginnt bei 35% mit einigen Warnungen, gefolgt bei 82% von einer obsoleten Fortran-Anweisung. Der aktuelle Compiler meiner Distributio…
-
你好,我打算使用不带约束的粒子群算法求解TSP问题,但程序报错了,代码如下:
```python
pso = PSO(func=cal_total_distance, dim=num_points)
fitness = pso.run()
return pso.gbest_x, pso.gbest_y
````
```python
IndexError …