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

[joss-reviews#2974] Class design regarding Moead and Problems #17

Closed
chkoar opened this issue Feb 6, 2021 · 2 comments
Closed

[joss-reviews#2974] Class design regarding Moead and Problems #17

chkoar opened this issue Feb 6, 2021 · 2 comments

Comments

@chkoar
Copy link
Contributor

chkoar commented Feb 6, 2021

Related: openjournals/joss-reviews#2974

Moead and Problem classes require files, but I cannot see their definition somewhere documented.

A better option could be to work directly with data structures. (arrays, lists, dicts)
Helper functions could be created in order to avoid the clutter of loading these.

geoffreyp added a commit that referenced this issue Feb 10, 2021
@geoffreyp
Copy link
Contributor

Hello, the documentation is updated to explain how to use and generate these files.
I explain the utility of instance files for problems in #16.

We choose to externalize the weight-vector component by using files because there are many ways to generate weight vectors for multi-objective optimization by decomposition and this way allow the researcher to use the same weight-vectors with different algorithms/framework. We provide some example files with the framework: https://github.com/moead-framework/data/blob/master/weights

@chkoar
Copy link
Contributor Author

chkoar commented Jul 19, 2021

Let's keep only the #16

@chkoar chkoar closed this as completed Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants