-
is there any way that we can tune parameters of support vector regression using Particle swarm optimization using mlr
-
**Is your feature request related to a problem? Please describe.**
I know I have an expensive function to evaluate, I am doing a simulation based optimization of a hyper parameter space. I am plannin…
-
**Is your feature request related to a problem? Please describe.**
the problem is that some of my functions depending on the swarm may call a 'ValueError' (it is very frequent) and stop the whole ite…
-
I was hoping if you could just help me understand your code. I want to know what your abbreviated parameters stand for. Please reply ASAP, cause someone's fate depends on it.
-
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?