From 4b2e2e8cf9b936acbf147f868ca853a8df8f57fc Mon Sep 17 00:00:00 2001 From: iztokf Date: May 10 2021 20:34:52 +0000 Subject: More information added to README --- diff --git a/README.md b/README.md index d4f0621..11c7ba1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # python-niapy -Micro framework for building nature-inspired algorithms \ No newline at end of file +Nature-inspired algorithms are a very popular tool for solving optimization problems. Numerous variants of nature-inspired algorithms have been developed ([paper 1](https://arxiv.org/abs/1307.4186), [paper 2](https://www.mdpi.com/2076-3417/8/9/1521)) since the beginning of their era. To prove their versatility, those were tested in various domains on various applications, especially when they are hybridized, modified or adapted. However, implementation of nature-inspired algorithms is sometimes a difficult, complex and tedious task. In order to break this wall, NiaPy is intended for simple and quick use, without spending time for implementing algorithms from scratch. \ No newline at end of file