Metadata-Version: 2.1
Name: VLCDA
Version: 1.0.2
Summary: Modulo Python dedicado a evolução de circuitos lógicos através de algoritmos genéticos
Home-page: https://github.com/HumbertoTavora/Logic-Circuits-Evolution
Download-URL: https://github.com/HumbertoTavora/Logic-Circuits-Evolution
Author: Humberto Távora, Stefan Blawid, Yasmin Maria
Author-email: humbertocctg@gmail.com
License: MIT
Keywords: Genetic,Algorithm,Logic Circuits,Evolution,Optimization
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
License-File: LICENSE.txt

VLCDA
## Virtual Logic Circuits Design Automation

Python module dedicated to the evolution of logic circuits through genetic algorithms

- Evolving Combinational Logic Circuits through genetic algorithm
- A set of Odd Parity Generetors evolveds until the 100% Fitness 


> To exploit the true potential of emerging nanotechnologies, automation of the
> electronic design (EDA) of digital systems must be rethought. The digital projects
> for the nanoelectronic age it must be immune to defects and accept variability. curiosity-
> Mind you, these are characteristics of biological systems shaped by evolution. algorithms
> genetics can be used for the synthesis of digital systems when hard-
> fully integrated ware, such as those imposed by programmable devices.
> It has even been pointed out that as digital circuits evolve, fault handling strategies
> recognized by evolution reappear naturally.


## Installation

VEDA module requires [Python 3](https://www.python.org/) and some basics modules to run. 

- Random
- Datetime
- Bisect

If you don't have theses modules, run the following commands:

```sh
pip install random
pip install datetime
pip install bisect
```

To install the module VEDA run the following commands...

```sh
pip install VEDA
```
Be sure to maintain pip updated ...
```sh
python -m pip install --upgrade pip
```
## License

MIT



