Skip to content

Incorrect coordinates of the all_losses matrix #66

@doducchien

Description

@doducchien

In plots/chapter0.py
At line 106: ax1.scatter(b_minimum, w_minimum, all_losses[bidx, widx], c='k')
We must pass all_losses[widx, bidx] instead of all_losses[bidx, widx].
Because we use meshgrid of (b_range, w_range)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions