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

For some cases, adaptive method can not stay in the given range #14

Open
YunusKaratepe opened this issue Nov 28, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@YunusKaratepe
Copy link
Collaborator

python src/main.py --numSamples 1000 --numVariables 2 --function camel16_2d \ 
--min -5 --max 5  --numberOfRuns 20 --x0 2.2 2.5 --basisFunction Legendre --adaptive
Function interval: (-5.0, 5.0), range: 10.0 
Run 1   x = [0.27985662473261647, -0.02861252170279333]
Run 2   x = [-0.005210048807580164, 2.237840249946656]
Run 3   x = [-0.051820334870825775, -0.042151906612374675]
Run 4   x = [0.29765637412305057, 0.21469606758223164]
Run 5   x = [0.9347594442345218, 0.011263449579881105]
Run 6   x = [0.039238681488000464, 0.03989926587484754]
Run 7   x = [1.0332088020286692, -2.699647974536976]
Run 8   x = [0.1989855948653865, -0.015166535661991006]
Run 9   x = [1.0965983954342733, -2.638616466562995]
Run 10   x = [-0.006728868712883885, 0.05620705032244196]
Run 11   x = [0.2060165980735509, 0.0005560097588416746]
Run 12   x = [-0.1894145999623085, 0.08417917871161139]
Run 13   x = [1.1018997087304732, 1.7940054914866268]
Run 14   x = [0.17123569294528979, 0.015497938285785943]
Run 15   x = [-1.1240010355790555, -1.601318652167491]
Run 16   x = [2.102627323952583, 1.4072368370354509]
Run 17   x = [-0.28760254847046157, -0.024052071372176877]
Run 18   x = [-0.21112907136692963, -0.020029651243922756]
Run 19   x = [-0.11659604500675971, -0.002848131073215245]
Run 20   x = [0.6088551796496806, -90377974.75656782]
@YunusKaratepe YunusKaratepe added the bug Something isn't working label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant