psopy icon indicating copy to clipboard operation
psopy copied to clipboard

Must I use the the consraints to define the bounds

Open zhxd050946 opened this issue 6 years ago • 2 comments

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.

zhxd050946 avatar Dec 26 '19 10:12 zhxd050946

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.

jerrytheo avatar Mar 25 '20 19:03 jerrytheo

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.

nolangormley avatar Nov 05 '20 23:11 nolangormley