BIEN VENIDOSSSSS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

BUENAS A TODOS ES UN GUSTO QUE SE LLEGUEN POR RSTE NUESTRO LUGAR QUE LO DSIFRUTEN

domingo, 19 de abril de 2020

Evolving Logic Until Pass Tests Automatically

Automating the automation is still a challenge, but in some cases it's possible under certain situations.

In 2017 I created logic-evolver, one of my experiments for creating logic automatically or better said evolving logic automatically.

In some way, the computer create its own program that satisfies a set of tests defined by a human.

https://github.com/sha0coder/logic-evolver

This implementation in rust, contains a fast cpu emulator than can execute one million instructions in less than two seconds. And a simple genetic algorithm to do the evolution.


Here we create the genetic algorithm, and configure a population of 1000 individuals, and the top 5 to crossover. We run the genetic algorithm with 500 cycles maximum.
Note that in this case the population are programs initially random until take the correct shape.


An evaluation function is provided in the run method as well, and looks like this:




The evaluation function receives a CPU object, to compute a test you need to set the initial parameters, run the program and set a scoring regarding the return value.


Related news
  1. Pentest Tools For Windows
  2. Hacking Tools For Games
  3. Hacking Tools For Windows
  4. Pentest Tools Linux
  5. Hack Tool Apk No Root
  6. Hacking Tools
  7. Usb Pentest Tools
  8. Pentest Tools Nmap
  9. Ethical Hacker Tools
  10. Pentest Tools List
  11. Hacking Apps
  12. Pentest Tools Free
  13. Game Hacking
  14. Pentest Tools Windows
  15. Pentest Tools
  16. Hacking Tools Online
  17. Wifi Hacker Tools For Windows
  18. Hack Tool Apk
  19. Hack Tools Pc
  20. Hacking Tools Software
  21. Hacker Tools For Mac
  22. Hack Tools For Ubuntu
  23. Pentest Tools Port Scanner
  24. Hack Tools For Windows
  25. Growth Hacker Tools

No hay comentarios:

Publicar un comentario