Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola-Mircic authored Mar 25, 2024
1 parent d288c7f commit 3014a68
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# ftn_psi_pa
Sample codes for Applied algorithms course on Faculty of Technical Sciences, University of Novi Sad
# Metaheuristic algorithms

### What are these algorithms?
Metaheuristic algorithms are optimization algorithms that are used to address complicated issues that cannot be solved using standard approaches.

These algorithms are inspired by natural processes such as **genetics, swarm behavior, and evolution**, and they are used to explore a broad search space to identify the global optimum of a problem.


### Examples of some metaheuristic algorithms implemented in Julia:

- [Genetic algorithm](/src/genetic_algorithm)
- [Particle swarm optimization](/src/pso)

</br>

TO-DO:
- Ant colony optimization

0 comments on commit 3014a68

Please sign in to comment.