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

Custom Step Size #232

Open
godrays opened this issue Mar 11, 2022 · 2 comments
Open

Custom Step Size #232

godrays opened this issue Mar 11, 2022 · 2 comments

Comments

@godrays
Copy link

godrays commented Mar 11, 2022

Hello,

I'm just wondering if the custom step size is possible to use. I believe this would optimize the entire process.

Assume that some parameters can only be an integer value, although they are floating-point values in the process. For example, a x parameter is meaningful only when its values are 0,1,2,3,4,5,6 .... step size (1) OR another parameter's value can only be 0, 0.5, 1, 1.5, 2, ... etc.. step size (0.5).

Please excuse me if I miss something in the documentation.

@nikohansen
Copy link
Collaborator

To make this work is a little more complicated than you might think. This is a reference that tries to address this problem: https://hal.inria.fr/file/index/docid/629689/filename/RR-7751.pdf I think this has only been implemented in Octave/Matlab.

@godrays
Copy link
Author

godrays commented Mar 11, 2022

Nice! Any reason why you haven't implemented it in this library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants