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

parameters is wrong #83

Open
lpatiny opened this issue Mar 8, 2022 · 0 comments
Open

parameters is wrong #83

lpatiny opened this issue Mar 8, 2022 · 0 comments

Comments

@lpatiny
Copy link
Member

lpatiny commented Mar 8, 2022

parameters?: {
/** name of the parameter for which we define the followig parameters */
name?: string;
/** definition of the starting point of the parameter (the guess),
* if it is a callback the method pass the peak as the unique input, if it is an array the first element define the guess of the first peak and so on. */
init?: number;
/** definition of the lower limit of the parameter,
* if it is a callback the method pass the peak as the unique input, if it is an array the first element define the min of the first peak and so on. */
min?: number;
/** definition of the upper limit of the parameter,
* if it is a callback the method pass the peak as the unique input, if it is an array the first element define the max of the first peak and so on. */
max?: number;
/** definition of the step size to approximate the jacobian matrix of the parameter,
* if it is a callback the method pass the peak as the unique input, if it is an array the first element define the gradientDifference of the first peak and so on. */
gradientDifference?: number;
};

We need to defined an object containing properties x, y, ... and for each property min, max, init, gradientDifference.

Please add separate file with testcases.

@aiday-mar aiday-mar removed their assignment Dec 5, 2023
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