Skip to content

Problems encountered in paper reproduction #9

@fzmeng8

Description

@fzmeng8

Hello,

When I was about to reproduce your article, in 5.3 Evaluation, Figure 5a mentioned this result, but when I reproduced, it only output this graph, can you help me solve this problem, this is my config setting, thank you very much!
CONFIG = {
"lsn": {
"strat": [ManhLSNStrat],
"inclination": [53],
"sats_per_orbit": [22],
"orbits": [72],
"f": [11],
"elevation": [550000],
"hrs": [0],
"mins": [2],
"secs": [17], # list(range(0, 130))
"millis": [0],
"epoch": ["2020/01/01 00:00:00"],
},
"grid": {"strat": [GeodesicGridStrat], "repeats": [22]},
"gweight": {"strat": [GDPWeightStrat], "dataset_file": [None]},
"cover": {"strat": [AngleCovStrat], "min_elev_angle": [40]},
"rout": {
"strat": [
KSPRoutStrat,
KDGRoutStrat,
KDSRoutStrat,
KLORoutStrat,
],
"desirability_stretch": [2.3],
"k": [5],
"esx_theta": [0.5],
},
"edges": {"strat": [BidirEdgeStrat]},
"bw_sel": {"strat": [SampledBwSelectStrat], "sampled_quanta": [0]},
"bw_asg": {
"strat": [BidirBwAssignStrat],
"isl_bw": [2000],
"udl_bw": [400],
"utilisation": [0.9],
},
"atk_constr": {
"strat": [NoConstrStrat],
"geo_names": [["USA", "RUS"]],
"grid_points": [[1549, 1530]],
},
"atk_filt": {"strat": [DirectionalFilteringStrat]},
"atk_feas": {
"strat": [LPFeasStrat],
},
"atk_optim": {"strat": [BinSearchOptimStrat], "rate": [1.0]},
"zone_select": {"strat": [RandZoneStrat], "samples": [5000]},
"zone_build": {"strat": [KclosestZoneStrat], "size": [6]},
"zone_edges": {
"strat": [ISLZoneStrat],
},
"zone_bneck": {
"strat": [DetectBneckStrat],
},
}

Image

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