Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider testing that objective returns a vector #11

Open
jmlarson1 opened this issue Oct 6, 2022 · 0 comments
Open

Consider testing that objective returns a vector #11

jmlarson1 opened this issue Oct 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jmlarson1
Copy link
Collaborator

Both pounders and manifold sampling are designed to utilize vector output.

Because this is not typical of most optimization methods; users might not return a vector.

If the objective returns a scalar, pounders.m and pounders.py will not error. When given a scalar, both will store m copies of that value for each row in its Fvec array. Pounders will converge, but likely (much) more slowly than if vector of m outputs was returned.

@jmlarson1 jmlarson1 added the enhancement New feature or request label Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant