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

Feature request doe: build in or offer rounding #166

Open
rosonaeldred opened this issue Apr 20, 2023 · 3 comments
Open

Feature request doe: build in or offer rounding #166

rosonaeldred opened this issue Apr 20, 2023 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers hackathon

Comments

@rosonaeldred
Copy link

def find_local_max_ipopt(

Because otherwise i get stuff like this, and i expect grumpy users

                x1    x2            x3                    
exp0  8.900000e-01  0.11 -9.978892e-09 
exp1 -9.972607e-09  0.11 -9.977525e-09  
exp2 -9.972607e-09  0.11 -9.977525e-09  
exp3 -9.833874e-09  0.11  6.600000e-01  
@rosonaeldred rosonaeldred added enhancement New feature or request good first issue Good for newcomers hackathon labels Apr 20, 2023
@rosonaeldred
Copy link
Author

rosonaeldred commented Apr 20, 2023

Beware stupid python round behavior that results in such insightful entries as "-0.00" (can fix by applying abs(), but this feels like treating the symptom, not the problem)

@dlinzner-bcs
Copy link
Contributor

Maybe something for a student?

@dlinzner-bcs
Copy link
Contributor

suggestion by @jduerholt smart_round(domain,df)-> df_projected_into_feasible_space, set precision before optimization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hackathon
Projects
None yet
Development

No branches or pull requests

2 participants