Skip to content

Commit c99ef54

Browse files
authored
Update README.md
1 parent 64abb0d commit c99ef54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
![Static Badge](https://img.shields.io/badge/doc-latest-blue)
99
![Julia version](https://img.shields.io/badge/julia%20version-%5E1.6-blue)
10-
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
10+
[![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20Windows-orange)](https://github.com/sisl/DividedRectangles.jl)
11+
[![License: MIT](https://img.shields.io/badge/License-MIT-teal.svg)](https://opensource.org/licenses/MIT)
1112

1213

1314
**DividedRectangles.jl** provides an implementation of the DIRECT (DIvided RECTangles) algorithm for global optimization. The DIRECT algorithm is particularly useful for optimizing functions where the Lipschitz constant is unknown. This package allows users to perform both univariate and multivariate optimization efficiently.

0 commit comments

Comments
 (0)