Skip to content

log-exp and max functions in code is different to the functions stated in the paper #1

@LawsonSarah

Description

@LawsonSarah

@ftudisco
In the file real_hypergraph_data.jl the mappings are:

mappings = Dict("linear" => (x -> x, x -> x, x -> x, x -> x), "log-exp" => (x -> x, x -> x.^(1/10), x -> log.(x), x -> exp.(x)), "max" => (x -> x, x -> x.^(1/5), x -> x.^15, x -> x.^(1/15)) )

In your paper it states:
log-exp mapping is g(x)=x^1/2 instead of x^1/10
max mapping has g=id and not x^1/5 and alpha=10 instead of 15.

Is there a reason for that?

Thanks!

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