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

Optional: Add Latex code for available metrics #40

Closed
firefly-cpp opened this issue Apr 5, 2022 · 1 comment · Fixed by #42
Closed

Optional: Add Latex code for available metrics #40

firefly-cpp opened this issue Apr 5, 2022 · 1 comment · Fixed by #42
Assignees

Comments

@firefly-cpp
Copy link
Owner

Can be something similar as we have in niapy framework for presentation of problems:

LaTeX formats:
Inline:
$f(\mathbf{x}) = \sum_{i=1}^{D} \lvert x_i \sin(x_i)+0.1x_i \rvert$
Equation:
\begin{equation} f(\mathbf{x}) = \sum_{i=1}^{D} \lvert x_i \sin(x_i)+0.1x_i \rvert \end{equation}
Domain:
$-10 \leq x_i \leq 10$

@firefly-cpp
Copy link
Owner Author

It can also be used in Docs.

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

Successfully merging a pull request may close this issue.

2 participants