https://github.com/fpopic/apr
(Class) Computer Aided Analysis and Design (Optiomisation algorithms)
https://github.com/fpopic/apr
algorithm box-algorithm genetic-algorithm golden-ratio gradient-descent hookejeeves java matrix matrix-factorization newtonraphson optimization runge-kutta-formulas simplex
Last synced: 3 months ago
JSON representation
(Class) Computer Aided Analysis and Design (Optiomisation algorithms)
- Host: GitHub
- URL: https://github.com/fpopic/apr
- Owner: fpopic
- Created: 2017-02-03T15:20:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T15:37:45.000Z (over 8 years ago)
- Last Synced: 2025-01-10T19:42:16.626Z (4 months ago)
- Topics: algorithm, box-algorithm, genetic-algorithm, golden-ratio, gradient-descent, hookejeeves, java, matrix, matrix-factorization, newtonraphson, optimization, runge-kutta-formulas, simplex
- Language: HTML
- Homepage:
- Size: 620 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AAD - Aided Analysis and Design
## Student assignments:
Lab1 Java - Matrix operators, Matrix Factorization LU, LUP
Lab2 Java - GoldenRatio, HookeJeeves, Simplex
Lab3 Java - GradientDescent, NewtonRaphson, Box, Transformaions
Lab4 Java - GeneticAlgorithm (minimization)
Lab5 Java - Trapese & RungeKutta integrations