N3PDF / evolutionary_keras

An evolutionary algorithm implementation for Keras
GNU General Public License v3.0
10 stars 7 forks source link

LSTM compatibility #37

Open Msnkhosravi opened 2 years ago

Msnkhosravi commented 2 years ago

Hi, How can this be used for LSTM layers?

scarlehoff commented 2 years ago

Tbh, we haven't tried but in principle one should look at this module https://github.com/N3PDF/evolutionary_keras/blob/a73bf3fd8890908f30c783af75358c10d2fd78a0/src/evolutionary_keras/optimizers.py#L57