-
The current job planner performs a cartesian product of all the placements, nozzles, and nozzletips to determine the best order to place parts in. For large jobs on machines with more than 1 nozzle th…
-
Hello Mr. Rooy,
Thanks for posting this solid particle swarm optimization code. I believe this already helped others a lot. But could you please have a look of line 44 of your code where you have:
…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
## Goal
PSO can be utilized in a wide variety of fields. To broaden our collection of tutorials, we'd like to have another example where we analyse a simple circuit with PSO. For some inspiration, yo…
whzup updated
5 years ago
-
Hello,
Thanks very much for making this library!
I want to use the PSO optimizer and set my own control parameters, but you have some very restrictive bounds on the parameters and I get these er…
-
Is there a possibility to fine tune Scikit estimator let's say RandomForest using swarmops?
-
There are some topologies that we can implement in `pyswarms.backend`:
- [x] Ring (`static`): currently, our Ring topology is dynamic. It looks for the nearest neighbors in the current iteration an…
-
Please state in which files the preprocessing is performed:? I am a newbie....So i was curious how you actually ran the classifer.....Maybe if you tell some detail about file...how you did POS taggin…
-
**Describe the bug**
If I try to apply a large upper bound to my problem, I no longer get the same optimal solution I was getting. I would think that the bounds would only come into play if the parti…
-
Library version 3.0.2
I am using SequentialMinimalOptimization for binary classification learning. I tried both Linear and Polynomial Kernels with no success:
For example the SVM with Polynomial Kern…