Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aero-Spec authored Sep 16, 2024
1 parent 1040096 commit c71ab27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ f(x) = \sum_{i=1}^{n} c_i x_i
```

where:
- ($x_i$) represents the variables.
- ($c_i$) represents the coefficients corresponding to each variable.
- $x_i$ represents the variables.
- $c_i$ represents the coefficients corresponding to each variable.

This equation forms the basis for dividing the search space into smaller rectangles, optimizing the function by evaluating it at specific points.

Expand Down

0 comments on commit c71ab27

Please sign in to comment.