Skip to content

Commit 3371acd

Browse files
Update scimlfunctions.jl
Corrected escape sequence in docstring.
1 parent a6a7bdc commit 3371acd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scimlfunctions.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,9 +1933,9 @@ $(TYPEDEF)
19331933
19341934
A representation of a multi-objective optimization problem, where multiple objective functions `f1, f2, ..., fn` are to be minimized:
19351935
1936-
\[
1937-
\min_{u} F(u, p) = [f1(u, p), f2(u, p), ..., fn(u, p)]
1938-
\]
1936+
'''math
1937+
\\min_{u} F(u, p) = [f1(u, p), f2(u, p), ..., fn(u, p)]
1938+
'''
19391939
19401940
`F` represents a vector of objective functions, where `u` are the optimization variables and `p` are fixed parameters or data. This struct defines all related functions such as Jacobians, Hessians, constraint functions, and their derivatives needed to solve multi-objective optimization problems.
19411941

0 commit comments

Comments
 (0)