Skip to content

Commit

Permalink
Merge pull request #59 from kaBeech/update-current-status
Browse files Browse the repository at this point in the history
Update current status
  • Loading branch information
kaBeech authored Jun 13, 2024
2 parents fd33f8e + 0b66243 commit c9abadb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ implementations of Robustsort, a group of Tensort variants designed to
prioritize robustness in conditions defined in David H. Ackley's
[Beyond Efficiency](https://www.cs.unm.edu/~ackley/be-201301131528.pdf).

Note: This project is still under construction. The Library is
functional but I have yet to add much documentation and benchmarking.
There's likely a lot of room for improvement in the code as well.
Note: This project is still under construction. Everything works and according
to my calculations will perform excellently under Ackley's testing conditions.
Still to add: benchmarking to prove how cool it is, documentation
additions/revisions, memes. There's likely a lot of room for improvement in the
code as well.

## Table of Contents

Expand All @@ -22,7 +24,7 @@ There's likely a lot of room for improvement in the code as well.
- [Why Haskell?](#why-haskell)
- [Project structure](#project-structure)
- [Algorithms overview](#algorithms-overview)
- [Tensort](#tensort-1)
- [Tensort](#tensort)
- [Preface](#preface)
- [Structure](#structure)
- [Algorithm](#algorithm)
Expand Down

0 comments on commit c9abadb

Please sign in to comment.