ebadi / ScenarioGenerator

ScenarioGenerator - Search-based Software Testing of Baidu Apollo in SVL
BSD 3-Clause "New" or "Revised" License
15 stars 12 forks source link

Lack of genetic_algorithm_minimize.py #2

Open 1Jyfc opened 2 years ago

1Jyfc commented 2 years ago

Hello!

I am trying to run ScenarioGenerator and I find there is no genetic_algorithm_minimize.py in folder modules, while ScenarioGenerator.py seems to use it by from modules.genetic_algorithm_minimize import *. I am wondering if you would consider making this code public, so that I can run the whole ScenarioGenerator.py. Thank you sincerely.

ebadi commented 2 years ago

Hi @1Jyfc, I respect software licensing, because of a licensing conflict, I am not able to share the code in Github. Please contact me directly via hamidDOTebadiATgmail and I will directly send the code to you.

1Jyfc commented 2 years ago

Thank you so much! I've sent a mail to this mailbox. Hope for your reply.

JasonBourne1998 commented 2 years ago

Hi @1Jyfc, I respect software licensing, because of a licensing conflict, I am not able to share the code in Github. Please contact me directly via hamidDOTebadiATgmail and I will directly send the code to you.

Hi @ebadi , it seems that your email is undergoing maintenance and can't accept messages now, could you please give me another email-address?

ebadi commented 2 years ago

@JasonBourne1998 very strange that your email has not reached me. I uploaded the file here: https://gist.github.com/ebadi/ad11e747c867d78e2c7f6014170f5a9c

I have to emphasis that the code is a modification to code that is found in the DEAP project.

JasonBourne1998 commented 2 years ago

@JasonBourne1998 very strange that your email has not reached me. I uploaded the file here: https://gist.github.com/ebadi/ad11e747c867d78e2c7f6014170f5a9c

I have to emphasis that the code is a modification to code that is found in the DEAP project.

Thanks very much :)