pypop icon indicating copy to clipboard operation
pypop copied to clipboard

PyPop7: A Pure-Python Library for POPulation-based Black-Box Optimization (BBO), especially their *Large-Scale* versions/variants (evolutionary algorithms/swarm-based optimizers/pattern search/...). [...

Results 2 pypop issues
Sort by recently updated
recently updated
newest added

Thanks for the excellent work :partying_face: 1. I'm looking for black-box optimization algorithms to perform prompt tuning on my neural network, which requires candidate solutions from each iteration. 2. Following...

Hallo, I noticed that in the example you gave, the evaluation value can only be obtained by calling the objective function successively. I would like to ask if pypop7 supports...