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

Configuration JSON does not have any MESSAGES_PSO #4

Open
JJ opened this issue Jun 12, 2019 · 1 comment
Open

Configuration JSON does not have any MESSAGES_PSO #4

JJ opened this issue Jun 12, 2019 · 1 comment

Comments

@JJ
Copy link
Collaborator

JJ commented Jun 12, 2019

Not clear either what every one of those entries really is and why MESSAGES_PSO is 0 in all cases.

{'DIM_CONFIGURATION': {'2': {'NGEN': 50, 'POP_SIZE': 100, 'MAX_ITERATIONS': 20, 'MESSAGES_PSO': 0, 'MESSAGES_GA': 6}, '3': {'NGEN': 50, 'POP_SIZE': 100, 'MAX_ITERATIONS': 30, 'MESSAGES_PSO': 0, 'MESSAGES_GA': 2}, '5': {'NGEN': 50, 'POP_SIZE': 100, 'MAX_ITERATIONS': 25, 'MESSAGES_PSO': 0, 'MESSAGES_GA': 4}, '10': {'NGEN': 50, 'POP_SIZE': 100, 'MAX_ITERATIONS': 25, 'MESSAGES_PSO': 0, 'MESSAGES_GA': 8}, '20': {'NGEN': 50, 'POP_SIZE': 200, 'MAX_ITERATIONS': 25, 'MESSAGES_PSO': 0, 'MESSAGES_GA': 8}, '40': {'NGEN': 50, 'POP_SIZE': 200, 'MAX_ITERATIONS': 25, 'MESSAGES_PSO': 0, 'MESSAGES_GA': 16}}, 'EXPERIMENT_ID': 'JJ1', 'GA_WORKER_RATIO': 0.5, 'FUNCTIONS': [4], 'DIMENSIONS': [10], 'INSTANCES': [1, 2, 3], 'CXPB_RND': [0.2, 0.6], 'MUTPB_RND': [0.1, 0.3]}
@mariosky
Copy link
Owner

This parameter is not used yet. It is used to specify the exact number of messages for each algorithm. Right now we use the ratio.

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