psopy
psopy copied to clipboard
Must I use the the consraints to define the bounds
I find that there are no bounds defined explicitly in minimize.py. Must I use the gen_confunc to define the bound, which is too tedious.
Could you please elaborate on your request? It is not necessary to use gen_confunc since you can pass the constraint list to minimize_pso directly.
I'm also currently looking into this. I think they were asking how to create bounds for certain parameters. Do you create the bounds through the constraints? Are there any examples of this being done? The examples of constraints on the readme don't really seem to relate to bounding very well.