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

Adapt set_initial_fd method to work with the new multi objective feature #148

Open
Rezenders opened this issue Dec 1, 2022 · 0 comments
Assignees
Labels
ros2 ros2

Comments

@Rezenders
Copy link
Contributor

Adapt set_initial_fd method to work with the new multi objective feature.
Check this method as reference:

def select_requested_configurations(self):
        objectives = self.search_objectives()
        requested_configurations = dict()
        for objective in objectives:
            function = objective.typeF.name
            if function in self.requested_configurations:
                requested_configurations[objective] = \
                    self.requested_configurations[function]
        self.requested_configurations = dict()
        return requested_configurations
@Rezenders Rezenders added the ros2 ros2 label Dec 1, 2022
@Rezenders Rezenders self-assigned this Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ros2 ros2
Projects
None yet
Development

No branches or pull requests

1 participant