Skip to content

Inconsistency between the MFS of the BruteForce and BlackBox #156

@Datseris

Description

@Datseris

Describe the bug

Our implementation of brute force and black box algorithms for the Minimal Fatal Shock are inconsistent. The BlackBox variant returns a vector that leads to a different attractor (as defined) while the Brute Force variant returns a vector that leads to the same attractor (NOT as defined). This is wrong and it is simply because of the logic of the for loop: the brute force version must return the second-to-last estimated vector, not the last one, as the last one leads to the same basin.

Minimal Working Example

One can use the example of the documentation and swap the two algorithms and then call the output with the given mapper.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions