opt download is a command used to download the submitted solutions. You need to login beforehand.


Usage

$ opt download -e <NUM> [option]

Option

Example

  1. Specify the end number of the solution and execute the command.
$ opt show download -e 50
  1. When executed, the download of the solutions will begin.
$ opt show download -e 50
Downloading trials  [####################################]  100%
  1. The download is complete when "Downloading trials" reaches 100% and Trials have been written to trials_[match].json is displayed.
  2. Please check the trials_[match].json file.
[
    {
        "trialNo": 1,
        "solution": {
            "variable": "1",
            "created_at": "2024-06-15T07:54:51.352Z"
        },
        "status": "success",
        "evaluation": {
            "status": "Success",
            "objective": "1",
            "constraint": null,
            "info": "{}",
            "started_at": "2024-06-15T16:55:15.169676",
            "finished_at": "2024-06-15T16:55:20.028320"
        },
        "score": {
            "status": "Success",
            "score": 1.0,
            "started_at": "2024-06-15T16:57:55.250528",
            "finished_at": "2024-06-15T16:57:59.689562"
        }
    },
    {
        "trialNo": 2,
        "solution": {
            "variable": "2",
            "created_at": "2024-06-15T07:55:51.992Z"
        },
        "status": "success",
        "evaluation": {
            "status": "Success",
            "objective": "4",
            "constraint": null,
            "info": "{}",
            "started_at": "2024-06-15T16:55:52.989292",
            "finished_at": "2024-06-15T16:55:57.004102"
        },
        "score": {
            "status": "Success",
            "score": 1.0,
            "started_at": "2024-06-15T16:58:00.485367",
            "finished_at": "2024-06-15T16:58:04.453852"
        }
    },
    {
        "trialNo": 3,
        "solution": {
            "variable": "3",
            "created_at": "2024-06-15T07:55:59.257Z"
        },
        "status": "success",
        "evaluation": {
            "status": "Success",
            "objective": "9",
            "constraint": null,
            "info": "{}",
            "started_at": "2024-06-15T16:56:00.099067",
            "finished_at": "2024-06-15T16:56:04.066172"
        },
        "score": {
            "status": "Success",
            "score": 1.0,
            "started_at": "2024-06-15T16:58:05.158084",
            "finished_at": "2024-06-15T16:58:09.130960"
        }
    },
    ・・・
    {
        "trialNo": 49,
        "solution": {
            "variable": "[1,2,2]",
            "created_at": "2024-07-20T01:50:42.524Z"
        },
        "status": "evaluating",
        "evaluation": null,
        "score": null
    },
    {
        "trialNo": 50,
        "solution": {
            "variable": "[23,12,13,3]",
            "created_at": "2024-07-20T02:03:44.467Z"
        },
        "status": "evaluating",
        "evaluation": null,
        "score": null
    }
]