Skip to content

Commit

Permalink
chore: improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Nov 6, 2020
1 parent 92a1023 commit af9950f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import direct from 'ml-direct';
}

// predicted.minFunctionValue = 0;
// predicted.optimum[0] = [0, 0]; This are the points where the function has minimum value
// predicted.optima[0] = [0, 0]; This are the points where the function has minimum value
```

<p align="center">
Expand Down Expand Up @@ -83,7 +83,7 @@ const predicted = direct(
);

// predicted.minFunctionValue = 0;
// Array.from(predicted.optimum[0]) = [0, 0];
// predicted.optima[0] = [0, 0];

```

Expand Down

0 comments on commit af9950f

Please sign in to comment.