Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 💥 Add _pseudo_ genetic search #777

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 5, 2022

  1. feat: 💥 Add _pseudo_ genetic search

    The proposed implementation of a genetic algorithm for hyper optimization.
    
    Even if genetic optimization might be costly for CNN, the applications in numeric analysis or Design of Experiment (DoE) make it still interesting.
    
    Fixes: keras-team#47
    
    
    Further Reading:
    
    1. [Vishwakarma G, et al Towards Autonomous Machine Learning in Chemistry via Evolutionary Algorithms. **ChemRxiv.**](https://chemrxiv.org/engage/api-gateway/chemrxiv/assets/orp/resource/item/60c7445a337d6c2849e26d98/original/towards-autonomous-machine-learning-in-chemistry-via-evolutionary-algorithms.pdf)
    2. [Rosanna Nichols et al 2019 _Quantum Sci. Technol._ **4** 045012](https://iopscience.iop.org/article/10.1088/2058-9565/ab4d89/meta?casa_token=db7uZRqRMEAAAAAA:fRO9qB25dAkeoskS6MMyzpZw2jSiMkpsN4zA_k6lheWUXaSUU8fPS-JPMoNFcIl9tka4OPCG5AtDtiM)
    Anselmoo committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a75db52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4b7878 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    116f03d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e651e71 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    be86e9b View commit details
    Browse the repository at this point in the history