We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not clear either what every one of those entries really is and why MESSAGES_PSO is 0 in all cases.
MESSAGES_PSO
{'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]}
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
Not clear either what every one of those entries really is and why
MESSAGES_PSO
is 0 in all cases.The text was updated successfully, but these errors were encountered: