[scikit-learn] Inquiry on Genetic Algorithm

Trevor Stephens trev.stephens at gmail.com
Sun Oct 30 08:30:53 EDT 2022


Not GA, but gplearn <https://gplearn.readthedocs.io/en/stable/> is an
estimator that wraps genetic programming in a (mostly) scikit-learn
compatible API. TPOT <http://epistasislab.github.io/tpot/> is another
package that might be what you're looking for?  More details on what you
are doing would help point you in the right direction.

On Sun, Oct 30, 2022 at 11:19 PM Thomas Evangelidis <tevang3 at gmail.com>
wrote:

> Hi,
>
> I am not aware of any *official* scikit-learn implementation of a genetic
> algorithm. I program my own with DEAP, which is quite versatile:
>
> https://deap.readthedocs.io/en/master/
>
> ~Thomas
>
> On Sun, 30 Oct 2022 at 12:19, Ellarizza Fredeluces via scikit-learn <
> scikit-learn at python.org> wrote:
>
>> Dear Scikit-Learn developers,
>>
>> First of all, thank you for your brilliant work.
>> I would like to ask if a genetic algorithm is available in scikit-learn.
>> I tried to search, but I only found this one
>> <https://pypi.org/project/sklearn-genetic/#:~:text=sklearn-genetic%20is%20a%20genetic,optimal%20values%20of%20a%20function.>.
>> I also checked your website but
>> there seems to be no genetic algorithm yet.
>>
>> Your reply will be highly appreciated. Thank you again.
>>
>> Sincerely,
>> Ella
>> _______________________________________________
>> scikit-learn mailing list
>> scikit-learn at python.org
>> https://mail.python.org/mailman/listinfo/scikit-learn
>>
>
>
> --
>
> ======================================================================
>
> Dr. Thomas Evangelidis
>
> Research Scientist
>
> IOCB - Institute of Organic Chemistry and Biochemistry of the Czech
> Academy of Sciences <https://www.uochb.cz/web/structure/31.html?lang=en>, Prague,
> Czech Republic
>   &
> CEITEC - Central European Institute of Technology <https://www.ceitec.eu/>
> , Brno, Czech Republic
>
> email: tevang3 at gmail.com, Twitter: tevangelidis
> <https://twitter.com/tevangelidis>, LinkedIn: Thomas Evangelidis
> <https://www.linkedin.com/in/thomas-evangelidis-495b45125/>
>
> website: https://sites.google.com/site/thomasevangelidishomepage/
>
>
>
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/scikit-learn/attachments/20221030/215a4f2f/attachment.html>


More information about the scikit-learn mailing list