Add orx readme generator, update readmes

This commit is contained in:
Abe Pazos
2020-05-18 11:54:18 +02:00
committed by Edwin Jakobs
parent 274af989c3
commit 540e8b0498
39 changed files with 206 additions and 84 deletions

View File

@@ -1,7 +1,6 @@
# orx-gradient-descent
A gradient descent based minimizer that is incredibly
easy to use.
Finds equation inputs that output a minimum value: easy to use gradient descent based minimizer.
## Usage
@@ -33,4 +32,4 @@ class Model {
var y = 0.0
var v2 = Vector2.ZERO
}
```
```