Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbirge authored Mar 14, 2022
1 parent 60ad285 commit 1c816f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
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.

0 comments on commit 1c816f5

Please sign in to comment.