Skip to content

Commit

Permalink
style: renamed prj dirs to prj-src
Browse files Browse the repository at this point in the history
  • Loading branch information
DanArmor committed Jan 4, 2024
1 parent 3987d34 commit 97953de
Show file tree
Hide file tree
Showing 67 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "${{matrix.project}}/README.md forReadme/${{matrix.project}}.gif"
SRC_DIR: ${{ matrix.project }}
EXTRA_FILES: "${{matrix.project}}-src/README.md forReadme/${{matrix.project}}.gif"
SRC_DIR: "${{matrix.project}}-src"
TOOLCHAIN_VERSION: "nightly"
ARCHIVE_NAME: "${{matrix.project}}-release-${{matrix.target}}"
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,44 @@ Contains:
* Hopfield network ([what it is](https://en.wikipedia.org/wiki/Hopfield_network))
* Bidirectional associative memory ([what it is](https://en.wikipedia.org/wiki/Bidirectional_associative_memory))

#### [Simulated annealing](/sim-ann/)
#### [Simulated annealing](/sim-ann-src/)

N Queen Problem solved with simulated annealing

![sim-ann.gif](/forReadme/sim-ann.gif)

#### [ART-1](/art-1/)
#### [ART-1](/art-1-src/)

Clastering data with ART-1

![art-1.gif](/forReadme/art-1.gif)

#### [Ant algorithm](/ant/)
#### [Ant algorithm](/ant-src/)

Travel salesman problem solved with ant algorithm

![ant.gif](/forReadme/ant.gif)

#### [Neural network](/neuro/)
#### [Neural network](/neuro-src/)

Image classification using a neural network. Works with 28x28 black-white images

(in the example gif - types of vehicles)

![neuro.gif](/forReadme/neuro.gif)

#### [Genetic algorithm](/genetic/)
#### [Genetic algorithm](/genetic-src/)

Travel salesman problem solved with genetic algorithm

![genetic.gif](/forReadme/genetic.gif)

#### [Hopfield network](/hopfield/)
#### [Hopfield network](/hopfield-src/)

Simple example of hopfield network
![hopfield](forReadme/hopfield.gif)

#### [Biderictional associative memory](/kosko/)
#### [Biderictional associative memory](/kosko-src/)

Simple example of Biderectional associative memory
![kosko.gif](forReadme/kosko.gif)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 97953de

Please sign in to comment.