-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# OptimizationKit | ||
Optimization library written for Swift, using Accelerate framework. Intended to make simple optimization and regression methods easy and efficient to implement using Swift subclassing and protocols. | ||
|
||
## Overview | ||
This is a non-linear optimization and regression library written for Swift, using the Accelerate vectorization framework. It's intendended to make implementing simple optimization and regression methods in iOS apps easy and efficient using Swift subclassing and protocols. | ||
|
||
## Help Needed | ||
While the framework is currently being used in an existing iOS app (EcoChef) this project is just started and there's a lot of work left to do. Collaboration partners would be welcome! The architecture is largely done, and so I think porting in or wrapping existing algorithms should be fairly straighforward. One possibility is wrapping the GNU Scientific Library optimization and regression functions, which are written in C. |