An open API service indexing awesome lists of open source software.

https://github.com/simonusher/p3-ag-challenge

This repository contains my adaptation/implementation of the Parameter-less population pyramid (P3) optimization method. It is my solution to the second evolutionary computation challenge, organized at Wrocław University of Science and Technology.
https://github.com/simonusher/p3-ag-challenge

binary evolutionary-computation optimization-methods

Last synced: 8 days ago
JSON representation

This repository contains my adaptation/implementation of the Parameter-less population pyramid (P3) optimization method. It is my solution to the second evolutionary computation challenge, organized at Wrocław University of Science and Technology.

Awesome Lists containing this project

README

          

# P3 - my solution to the 2nd competition in evolutionary computation at WUST
This repository contains my adaptation/implementation of the Parameter-less population pyramid (P3) optimization method. It is my solution to the second evolutionary computation challenge, organized at Wrocław University of Science and Technology.

## The method
The method was published by Brian W. Goldman et al. in [this](https://dl.acm.org/doi/10.1145/2576768.2598350) paper. If you're interested in how the method works, go check it out. If you'd like to know how the authors implemented it, multiple versions are available [on Mr Goldman's GitHub profile](https://github.com/brianwgoldman?tab=repositories).