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

Inquiry about Fitness Score Location and Algorithm Experimentation in Source Code #12

Open
space-security opened this issue Nov 21, 2024 · 1 comment

Comments

@space-security
Copy link

Hello!

I hope this message finds you well. I am working with your open-source project and have a couple of questions that I believe you can provide insight on.

Fitness Score Location: I am trying to understand where the fitness score is calculated and stored within the source code. Could you please point me to the specific section or file where this is handled? This information is crucial for my understanding and potential modifications to the project.

Algorithm Experimentation: I noticed that your implementation utilizes the soea_DE_currentToBest_1_bin_templet, a differential evolution algorithm from Geatpy. I am curious if you have experimented with other genetic algorithms available in Geatpy, such as genetic algorithms or evolutionary strategies. I am currently working on the corresponding tasks in this area. Would you have any recommendations on how to proceed with such experiments?

Your guidance on these matters would be greatly appreciated as I aim to enhance the project's capabilities and performance.

Thank you for your time and support. I look forward to your response.

Best regards

@BlackJocker1995
Copy link
Owner

You can find it in ProblemGA/aimFunc.

I have only attempted the method soea_DE_currentToBest_1_bin_templet, which was configured to initiate the population from the default values. You may wish to explore other methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants