diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/reana-yadage.yaml b/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/reana-yadage.yaml deleted file mode 100644 index 524d04c7..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/reana-yadage.yaml +++ /dev/null @@ -1,28 +0,0 @@ -version: 0.8.0 -inputs: - files: - - ttbar_analysis_pipeline.py - - samples.ipynb - - ttbar_analysis_pipeline.ipynb - - validate_histograms.py - - cabinetry_config_ml.yml - - GetIOBranches.py - - cabinetry_config.yml - - nanoaod_inputs.json - - nanoaod_branch_rations.json - - fix-env.sh - - corrections.json - - yadage.yaml - - merged.ipynb - - directories: - - models - - reference - - utils - - report -workflow: - type: yadage - file: yadage.yaml -outputs: - files: - - histogram_1.root \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/reana.yaml b/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/reana.yaml deleted file mode 100644 index e286d613..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/reana.yaml +++ /dev/null @@ -1,30 +0,0 @@ -version: 0.6.0 -inputs: - files: - - ttbar_analysis_pipeline.py - - ttbar_analysis_pipeline.ipynb - - validate_histograms.py - - cabinetry_config_ml.yml - - GetIOBranches.py - - cabinetry_config.yml - - nanoaod_inputs.json - - nanoaod_branch_rations.json - - fix-env.sh - - corrections.json - - directories: - - models - - reference - - utils -workflow: - type: serial #since everything in reana.yaml file the serial should be the workflow engine - specification: - steps: - - name: demoanalyzer - environment: 'hub.opensciencegrid.org/iris-hep/analysis-systems-base:latest' - commands: - - /bin/bash -l && source fix-env.sh && python ttbar_analysis_pipeline.py -outputs: - files: - - merged_histograms.root - diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/reana_2steps.yaml b/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/reana_2steps.yaml deleted file mode 100644 index 38deb434..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/reana_2steps.yaml +++ /dev/null @@ -1,41 +0,0 @@ -version: 0.6.0 -inputs: - files: - - ttbar_analysis_pipeline.py - - ttbar_analysis_pipeline.ipynb - - validate_histograms.py - - cabinetry_config_ml.yml - - GetIOBranches.py - - cabinetry_config.yml - - nanoaod_inputs.json - - nanoaod_branch_rations.json - - fix-env.sh - - first_step.py - - second_step.py - - corrections.json - - directories: - - models - - reference - - utils - parameters: - notebook: ttbar_analysis_pipeline.ipynb - value1: True - value2: False a -workflow: - type: serial #since everything in reana.yaml file the serial should be the workflow engine - specification: - steps: - - name: Histogram stage - environment: 'povstenandrii/papermill:20231102a' - commands: - - /bin/bash -l && source fix-env.sh && papermill ${notebook} -p RUN_HISTOGRAMS ${value1} -p RUN_STAT ${value2} output1.ipynb - - name: Statistical Inference - environment: 'povstenandrii/papermill:20231102a' - commands: - - /bin/bash -l && source fix-env.sh && papermill ${notebook} -p RUN_HISTOGRAMS ${value2} -p RUN_STAT ${value1} output2.ipynb -outputs: - files: - # you can't get rid of cash files, but you can find them using the search bar - - histograms.root -# outputs reana download \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/steps.yaml b/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/steps.yaml deleted file mode 100644 index 12e9892c..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/steps.yaml +++ /dev/null @@ -1,17 +0,0 @@ -firstsample: - process: - process_type: interpolated-script-cmd - interpreter: bash - script: | - /bin/bash -l - source fix-env.sh - papermill {input} sample2_out.ipynb -p selected_sample 'ttbar_scaledown' -k python3 - - publisher: - publisher_type: interpolated-pub - publish: - histfile: 'histograms_ttbar_scaledown.root' - environment: - environment_type: 'docker-encapsulated' - image: 'povstenandrii/papermill:20231102a' - diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/yadage.yaml b/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/yadage.yaml deleted file mode 100644 index f6582be7..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/No_paralelisation_REANA/yadage.yaml +++ /dev/null @@ -1,22 +0,0 @@ -stages: - - name: firstsample - dependencies: [init] - scheduler: - scheduler_type: 'singlestep-stage' - parameters: - outfilename: '{workdir}/histograms_ttbar_scaledown.root' - step: - process: - process_type: 'interpolated-script-cmd' - script: | - /bin/bash -l - source fix-env.sh - papermill {input} sample2_out.ipynb -p selected_sample 'ttbar_scaledown' -k python3 - - publisher: - publisher_type: 'frompar-pub' - outputmap: - data: outfilename - environment: - environment_type: 'docker-encapsulated' - image: 'povstenandrii/papermill:20231102a' diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/README.md b/analyses/cms-open-data-ttbar/Repr-step(REANA)/README.md deleted file mode 100644 index caa8be30..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# CMS Open Data $t\bar{t}$ - -This directory is focused on running the CMS Open Data $t\bar{t}$ analysis through the `ttbar_analysis_pipeline.ipynb` notebook or `ttbar_analysis_pipeline.py` Python script. Here is a brief description of files in this repository: - -| File Name | Description | -|-------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------| -| GetIOBranches.py | This script uses `nanoaod_branch_ratios.json` to calculate a list of branches to read in specific fractions of data for I/O benchmarking tests. | -| cabinetry_config.yml | This is a config file for `cabinetry`, which is used to build a statistical workspace. | -| cabinetry_config_ml.yml | This is another `cabinetry` config file, but specifically for the Machine Learning observables. | -| coffea.ipynb | This was the old name of the `ttbar_analysis_pipeline.ipynb` notebook (moved to avoid confusion with `coffea` library) | -| corrections.json | `correctionlib` file to handle correction factors in the $t\bar{t}$ analysis. | -| make_corrections_json.py | Python script used to write `corrections.json` | -| nanoaod_branch_ratios.json | Branch size fractions for all files listed in `nanoaod_inputs.json` combined. | -| nanoaod_inputs.json | `xrootd` links to all files used in the $t\bar{t}$ analysis. | -| requirements.txt | Requirements to run analysis. | -| ttbar_analysis_pipeline.ipynb | Notebook version of the analysis. | -| ttbar_analysis_pipeline.py | Python script version of the analysis (linked to notebook via `jupytext`) | -| models/ | Contains models used for ML inference task (when `USE_TRITON = False`) | -| utils/ | Contains code for bookkeeping and cosmetics, as well as some boilerplate. Also contains images used in notebooks. | -| utils/config.py | This is a general config file to handle different options for running the analysis. | - -#### Instructions for paired notebook - -If you only care about running the `ttbar_analysis_pipeline.ipynb` notebook, you can completely ignore the `ttbar_analysis_pipeline.py` file. - -This notebook (`ttbar_analysis_pipeline.ipynb`) is paired to the file `ttbar_analysis_pipeline.py` via Jupytext (https://jupytext.readthedocs.io/en/latest/). Using `git diff` with this file instead of the `.ipynb` file is much simpler, as you don't have to deal with notebook metadata or output images. However, in order for the notebook output to be preserved, the notebook still needs to be version controlled. It is ideal to run `git diff` with the option `-- . ':(exclude)*.ipynb'`, so that `.ipynb` files are ignored. - -The `.py` file can also be run as a Python script. - -There is a pre-commit hook that will ensure that the files are synced via Jupytext. If you are cloning the repository for the first time, you must run -``` -pre-commit install -``` -in the GitHub repository. After this, you should be able to commit with the Jupytext pre-commit hook! You may have to commit twice, as the pre-commit hook may make changes to the notebook file. - -The `ttbar_analysis_pipeline.ipynb` and `ttbar_analysis_pipeline.py` files should auto-sync with each other, but in case they don't, you can force a sync by running the command -``` -jupytext --sync ttbar_analysis_pipeline.ipynb -``` - -If you wish to create a new notebook (`notebook.ipynb`) and pair it with a .py file via Jupytext, you can either click View ⇒ Activate Command Palettte, then click "Pair Notebook with percent Script", or run the command -``` -jupytext --set-formats ipynb,py:percent notebook.ipynb -``` - -#### Validating outputs - -The `validate_histograms.py` script can be used to check that the histograms produced by the analysis are consistent with expectations. -To use it, simply call `python validate_histograms.py --reference reference/histos_1_file_per_process.json`, where the last -argument is the appropriate reference file for the number of files per process and the kind of run that has been performed. -For full usage help see the output of `python validate_histograms.py --help`. - -`validate_histograms.py` can also be used to create new references by passing the `--dump-json` option. diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/Snakefile b/analyses/cms-open-data-ttbar/Repr-step(REANA)/Snakefile deleted file mode 100644 index 89d7e1df..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/Snakefile +++ /dev/null @@ -1,106 +0,0 @@ -N_FILES_MAX_PER_SAMPLE = -1 -download_sleep = 0 -url_prefix = "root://eospublic.cern.ch//eos/opendata" -#In order to run analysis from Nebraska use this prefix -#url_prefix = "https://xrootd-local.unl.edu:1094//" -import glob -import json -import os -def extract_samples_from_json(json_file): - output_files = [] - - with open(json_file, "r") as fd: - data = json.load(fd) - - for sample, conditions in data.items(): - for condition, details in conditions.items(): - sample_name = f"{sample}__{condition}" - output_files.append(sample_name) - with open(f"sample_{sample_name}_paths.txt", "w") as path_file: - paths = [file_info["path"].replace("https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD", - "root://eospublic.cern.ch//eos/opendata/cms/upload/agc/1.0.0/") for file_info in details["files"]] - path_file.write("\n".join(paths)) - - return output_files - -def get_file_paths(wildcards, max=N_FILES_MAX_PER_SAMPLE): - "Return list of at most MAX file paths for the given SAMPLE." - import json - import os - filepaths = [] - fd = open(f"sample_{wildcards.sample}__{wildcards.condition}_paths.txt") - filepaths = fd.read().splitlines() - fd.close() - return [f"histograms/histograms_{wildcards.sample}__{wildcards.condition}__"+filepath[38:] for filepath in filepaths][:max] - -samples = extract_samples_from_json("nanoaod_inputs.json") - -def get_items(json_file): - samples = [] - - with open(json_file, "r") as fd: - data = json.load(fd) - - for sample, conditions in data.items(): - for condition in conditions: - samples.append((sample, condition)) - - return samples - -rule all: - input: - "histograms_merged.root" - -rule process_sample_one_file_in_sample: - container: - "docker.io/reanahub/reana-demo-agc-cmc-ttbar-coffea:1.0.0" - resources: - kubernetes_memory_limit="3700Mi" - input: - "ttbar_analysis_reana.ipynb" - output: - "histograms/histograms_{sample}__{condition}__{filename}" - params: - sample_name = '{sample}__{condition}' - shell: - "/bin/bash -l && source fix-env.sh && python prepare_workspace.py sample_{params.sample_name}_{wildcards.filename} && papermill ttbar_analysis_reana.ipynb sample_{params.sample_name}_{wildcards.filename}_out.ipynb -p sample_name {params.sample_name} -p filename {url_prefix}{wildcards.filename} -k python3" - -rule process_sample: - container: - "docker.io/reanahub/reana-demo-agc-cms-ttbar-coffea:1.0.0" - resources: - kubernetes_memory_limit="1850Mi" - input: - "file_merging.ipynb", - get_file_paths - output: - "everything_merged_{sample}__{condition}.root" - params: - sample_name = '{sample}__{condition}' - shell: - "/bin/bash -l && source fix-env.sh && papermill file_merging.ipynb merged_{params.sample_name}.ipynb -p sample_name {params.sample_name} -k python3" - -rule merging_histograms: - container: - "docker.io/reanahub/reana-demo-agc-cms-ttbar-coffea:1.0.0" - resources: - kubernetes_memory_limit="1850Mi" - input: - "everything_merged_ttbar__nominal.root", - "everything_merged_ttbar__ME_var.root", - "everything_merged_ttbar__PS_var.root", - "everything_merged_ttbar__scaleup.root", - "everything_merged_ttbar__scaledown.root", - "everything_merged_single_top_s_chan__nominal.root", - "everything_merged_single_top_t_chan__nominal.root", - "everything_merged_single_top_tW__nominal.root", - "everything_merged_wjets__nominal.root", - "final_merging.ipynb" - output: - "histograms_merged.root" - params: - merged_step = "Yes" - shell: - "/bin/bash -l && source fix-env.sh && papermill final_merging.ipynb sample_merged.ipynb -p merged_step {params.merged_step} -k python3" - - \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/corrections.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/corrections.json deleted file mode 100644 index f0d4d77a..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/corrections.json +++ /dev/null @@ -1 +0,0 @@ -{"schema_version": 2, "corrections": [{"name": "event_systematics", "description": "Calculates a multiplicative event weight for the selected systematic variation", "version": 1, "inputs": [{"name": "syst_name", "type": "string", "description": "Systematic name"}, {"name": "direction", "type": "string", "description": "Variation direction"}, {"name": "pt", "type": "real", "description": "One specific object pt from each event"}], "output": {"name": "weight", "type": "real", "description": "Multiplicative event weight"}, "data": {"nodetype": "category", "input": "syst_name", "content": [{"key": "scale_var", "value": {"nodetype": "category", "input": "direction", "content": [{"key": "up", "value": 1.025}, {"key": "down", "value": 0.975}], "default": 1.0}}, {"key": "btag_var", "value": {"nodetype": "category", "input": "direction", "content": [{"key": "up", "value": {"nodetype": "formula", "expression": "1.0 + (x*0.075 / 50)", "parser": "TFormula", "variables": ["pt"]}}, {"key": "down", "value": {"nodetype": "formula", "expression": "1.0 - (x*0.075 / 50)", "parser": "TFormula", "variables": ["pt"]}}], "default": 1.0}}, {"key": "btag_var_1", "value": {"nodetype": "category", "input": "direction", "content": [{"key": "up", "value": {"nodetype": "formula", "expression": "1.0 + (x*0.075 / 50)", "parser": "TFormula", "variables": ["pt"]}}, {"key": "down", "value": {"nodetype": "formula", "expression": "1.0 - (x*0.075 / 50)", "parser": "TFormula", "variables": ["pt"]}}], "default": 1.0}}, {"key": "btag_var_2", "value": {"nodetype": "category", "input": "direction", "content": [{"key": "up", "value": {"nodetype": "formula", "expression": "1.0 + (x*0.075 / 50)", "parser": "TFormula", "variables": ["pt"]}}, {"key": "down", "value": {"nodetype": "formula", "expression": "1.0 - (x*0.075 / 50)", "parser": "TFormula", "variables": ["pt"]}}], "default": 1.0}}, {"key": "btag_var_3", "value": {"nodetype": "category", "input": "direction", "content": [{"key": "up", "value": {"nodetype": "formula", "expression": "1.0 + (x*0.075 / 50)", "parser": "TFormula", "variables": ["pt"]}}, {"key": "down", "value": {"nodetype": "formula", "expression": "1.0 - (x*0.075 / 50)", "parser": "TFormula", "variables": ["pt"]}}], "default": 1.0}}, {"key": "btag_var_4", "value": {"nodetype": "category", "input": "direction", "content": [{"key": "up", "value": {"nodetype": "formula", "expression": "1.0 + (x*0.075 / 50)", "parser": "TFormula", "variables": ["pt"]}}, {"key": "down", "value": {"nodetype": "formula", "expression": "1.0 - (x*0.075 / 50)", "parser": "TFormula", "variables": ["pt"]}}], "default": 1.0}}], "default": 1.0}}]} \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/entrypoint.sh b/analyses/cms-open-data-ttbar/Repr-step(REANA)/entrypoint.sh deleted file mode 100644 index a8bc3b5c..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/entrypoint.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -exec /bin/bash -l -c "$*" \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/Dockerfile b/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/Dockerfile deleted file mode 100644 index 23ac6a69..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/Dockerfile +++ /dev/null @@ -1,80 +0,0 @@ - -FROM almalinux:9 as base - -SHELL ["/bin/bash", "-c"] - - -ENV TZ=Etc/UTC -# Copy the environment files -COPY requirements.txt /docker/requirements.txt -COPY environment.yml /docker/environment.yml -COPY full.conda-lock.yml /docker/conda-lock.yml -COPY requirements.lock /docker/requirements.lock - -# Installing system dependencies and creation necessary directories -RUN yum install -y bzip2 && \ - yum clean all && \ - yum autoremove -y && \ - curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C /usr/local/bin/ --strip-components=1 bin/micromamba && \ - micromamba shell init --prefix /opt/micromamba --shell bash && \ - /usr/local/bin/micromamba shell init --prefix /opt/micromamba && \ - cp /root/.bashrc /etc/.bashrc && \ - . /etc/.bashrc && \ - micromamba create --name lock && \ - micromamba activate lock && \ - micromamba env list && \ - micromamba install --channel conda-forge --yes conda-lock && \ - conda-lock install --help && \ - conda-lock install --micromamba --name analysis-systems /docker/conda-lock.yml && \ - micromamba clean --yes --all && \ - echo 'export PATH="/opt/micromamba/bin:${PATH}"' >> /etc/.bashrc && \ - echo "micromamba activate analysis-systems" >> /etc/.bashrc && \ - echo 'if [ -f /etc/.bashrc ]; then . /etc/.bashrc; fi' >> /etc/profile && \ - . /etc/.bashrc && \ - micromamba activate analysis-systems && \ - rm -rf /opt/micromamba/envs/lock && \ - chmod --recursive 777 /opt/micromamba/envs && \ - micromamba env list && \ - micromamba install --channel conda-forge --freeze-installed --yes cmake gcc git && \ - micromamba clean --yes --all && \ - python -m pip --no-cache-dir install --upgrade pip setuptools wheel && \ - python -m pip --no-cache-dir install --no-deps --require-hashes --only-binary :all: --no-binary torch-geometric --use-pep517 --requirement /docker/requirements.lock && \ - python -m pip --no-cache-dir install --find-links https://data.pyg.org/whl/torch-1.12.1+cpu.html 'torch-scatter==2.1.0+pt112cpu' 'torch-sparse==0.6.15+pt112cpu' 'torch-cluster==1.6.0+pt112cpu' 'torch-spline-conv==1.2.1+pt112cpu' && \ - python -m ipykernel install --name="analysis-systems" --display-name="Analysis Systems" --sys-prefix && \ - rm -rf /root/* - -# Creating necessary directories and symbolic links -RUN mkdir -p -v /etc/condor && \ - mkdir -p -v /direct/condor && \ - mkdir -p -v /usatlas/atlas01 && \ - ln -sf /opt/micromamba/envs/analysis-systems/etc/grid-security /etc/grid-security && \ - ln -sf /lib64/libcrypt.so.2 /lib64/libcrypt.so.1 && \ - ln -sf /lib64/libcrypto.so.3 /lib64/libcrypto.so.10 && \ - ln -sf /lib64/libssl.so.3 /lib64/libssl.so.10 && \ - mkdir -p -v /u0b/software/jupyter/kernels && \ - ln -s /opt/micromamba/envs/analysis-systems/share/jupyter/kernels/analysis-systems /u0b/software/jupyter/kernels/analysis-systems && \ - mkdir -p -v /.local /.jupyter /.config /.cache /work && \ - chmod --recursive 777 /.local /.jupyter /.config /.cache /work && \ - printf '#!/bin/bash\n\njupyter lab --no-browser --ip 0.0.0.0 --port 8888\n' > /docker/entrypoint.sh && \ - chmod 777 /docker/entrypoint.sh && \ - echo 'export JUPYTER_PATH="/opt/micromamba/envs/analysis-systems/share/jupyter:${JUPYTER_PATH}"' >> /etc/.bashrc && \ - echo 'export JUPYTER_DATA_DIR="/opt/micromamba/envs/analysis-systems/share/jupyter"' >> /etc/.bashrc && \ - chmod --recursive 777 /opt/micromamba/envs/analysis-systems/share/jupyter && \ - echo "# image build date: $(date)" > /docker/build_date.txt - -WORKDIR /work - -ENV HOME=/work - -SHELL ["/bin/bash", "-lc"] - -# Installing papermill for -RUN micromamba install papermill --channel conda-forge - - -COPY entrypoint.sh /entrypoint.sh -RUN chmod +x /entrypoint.sh - -ENTRYPOINT ["/entrypoint.sh"] - -CMD ["/docker/entrypoint.sh"] diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/conda-lock.yml b/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/conda-lock.yml deleted file mode 100644 index 7e49ad1a..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/conda-lock.yml +++ /dev/null @@ -1,5780 +0,0 @@ -# This lock file was generated by conda-lock (https://github.com/conda-incubator/conda-lock). DO NOT EDIT! -# -# A "lock file" contains a concrete list of package versions (with checksums) to be installed. Unlike -# e.g. `conda env create`, the resulting environment will not change as new package versions become -# available, unless you explicitly update the lock file. -# -# Install this environment as "YOURENV" with: -# conda-lock install -n YOURENV --file full.conda-lock.yml -# To update a single package to the latest version compatible with the version constraints in the source: -# conda-lock lock --lockfile full.conda-lock.yml --update PACKAGE -# To re-solve the entire environment, e.g. after changing a version constraint in the source file: -# conda-lock -f /home/feickert/Code/GitHub/IRIS-HEP/analysis-systems-base/docker/environment.yml --lockfile full.conda-lock.yml -metadata: - channels: - - url: conda-forge - used_env_vars: [] - content_hash: - linux-64: 234c670cee5bebcd45c9957458f025494e7adf4f503933a6e0cd72b9867e4286 - platforms: - - linux-64 - sources: - - /home/feickert/Code/GitHub/IRIS-HEP/analysis-systems-base/docker/environment.yml -package: -- category: main - dependencies: {} - hash: - md5: d7c89558ba9fa0495403155b64376d81 - sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 - manager: conda - name: _libgcc_mutex - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 - version: '0.1' -- category: main - dependencies: {} - hash: - md5: 23b8f98a355030331f40d0245492f715 - sha256: 504b46c85d81269b24e7b22309064886cfc873955e77daf0eb794d8e7ec8cc06 - manager: conda - name: _py-xgboost-mutex - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2 - version: '2.0' -- category: main - dependencies: {} - hash: - md5: 41e4e87062433e283696cf384f952ef6 - sha256: 058355034667e77d15389700f6b2364cc74efce0af63a418eacc1ce252458942 - manager: conda - name: ca-certificates - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2022.9.24-ha878542_0.tar.bz2 - version: 2022.9.24 -- category: main - dependencies: {} - hash: - md5: 9e7e8227b81bdc5b3b696d3f59ab7a4e - sha256: 889568a69bf9a01c9cedb71a3fb2c8015906c5cf9f5ddabcd1b03084cadcd022 - manager: conda - name: ca-policy-lcg - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ca-policy-lcg-1.117-hd8ed1ab_0.tar.bz2 - version: '1.117' -- category: main - dependencies: {} - hash: - md5: 0c96522c6bdaed4b1566d11387caaf45 - sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - manager: conda - name: font-ttf-dejavu-sans-mono - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - version: '2.37' -- category: main - dependencies: {} - hash: - md5: 34893075a5c9e55cdafac56607368fc6 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - manager: conda - name: font-ttf-inconsolata - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - version: '3.000' -- category: main - dependencies: {} - hash: - md5: 4d59c254e01d9cde7957100457e2d5fb - sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - manager: conda - name: font-ttf-source-code-pro - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - version: '2.038' -- category: main - dependencies: {} - hash: - md5: 19410c3df09dfb12d1206132a1d357c5 - sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - manager: conda - name: font-ttf-ubuntu - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 - version: '0.83' -- category: main - dependencies: {} - hash: - md5: 737be0d34c22d24432049ab7a3214de4 - sha256: 3e7f203e33ea497b6e468279cc5fdef7d556473c25e7466b35fd672940392469 - manager: conda - name: ld_impl_linux-64 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.39-hcc3a1bd_1.conda - version: '2.39' -- category: main - dependencies: {} - hash: - md5: 164b4b1acaedc47ee7e658ae6b308ca3 - sha256: 03ea784edd12037dc3a7a0078ff3f9c3383feabb34d5ba910bb2fd7a21a2d961 - manager: conda - name: libgfortran5 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-12.2.0-h337968e_19.tar.bz2 - version: 12.2.0 -- category: main - dependencies: {} - hash: - md5: 1030b1f38c129f2634eae026f704fe60 - sha256: 0289e6a7b9a5249161a3967909e12dcfb4ab4475cdede984635d3fb65c606f08 - manager: conda - name: libstdcxx-ng - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-12.2.0-h46fd767_19.tar.bz2 - version: 12.2.0 -- category: main - dependencies: {} - hash: - md5: 9a66894dfd07c4510beb6b3f9672ccc0 - sha256: d38542a151a90417065c1a234866f97fd1ea82a81de75ecb725955ab78f88b4b - manager: conda - name: nomkl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nomkl-1.0-h5ca1d4c_0.tar.bz2 - version: '1.0' -- category: main - dependencies: {} - hash: - md5: 2f3f7af062b42d664117662612022204 - sha256: 3e55f11e96fd737e2a338464ec99a51178fc8fae9d46550a4255be39b25efa99 - manager: conda - name: python_abi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.8-3_cp38.conda - version: '3.8' -- category: main - dependencies: - font-ttf-dejavu-sans-mono: '' - font-ttf-inconsolata: '' - font-ttf-source-code-pro: '' - font-ttf-ubuntu: '' - hash: - md5: f766549260d6815b0c52253f1fb1bb29 - sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - manager: conda - name: fonts-conda-forge - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 - version: '1' -- category: main - dependencies: - libgfortran5: 12.2.0 h337968e_19 - hash: - md5: cd7a806282c16e1f2d39a7e80d3a3e0d - sha256: c7d061f323e80fbc09564179073d8af303bf69b953b0caddcf79b47e352c746f - manager: conda - name: libgfortran-ng - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-12.2.0-h69a702a_19.tar.bz2 - version: 12.2.0 -- category: main - dependencies: - _libgcc_mutex: 0.1 conda_forge - hash: - md5: cedcee7c064c01c403f962c9e8d3c373 - sha256: 81a76d20cfdee9fe0728b93ef057ba93494fd1450d42bc3717af4e468235661e - manager: conda - name: libgomp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-12.2.0-h65d4601_19.tar.bz2 - version: 12.2.0 -- category: main - dependencies: - _libgcc_mutex: 0.1 conda_forge - libgomp: '>=7.5.0' - hash: - md5: 73aaf86a425cc6e73fcf236a5a46396d - sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 - manager: conda - name: _openmp_mutex - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 - version: '4.5' -- category: main - dependencies: - fonts-conda-forge: '' - hash: - md5: fee5683a3f04bd15cbd8318b096a27ab - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - manager: conda - name: fonts-conda-ecosystem - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - version: '1' -- category: main - dependencies: - _libgcc_mutex: 0.1 conda_forge - _openmp_mutex: '>=4.5' - hash: - md5: e4c94f80aef025c17ab0828cd85ef535 - sha256: f3899c26824cee023f1e360bd0859b0e149e2b3e8b1668bc6dd04bfc70dcd659 - manager: conda - name: libgcc-ng - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-12.2.0-h65d4601_19.tar.bz2 - version: 12.2.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: baa652d7d0da41d757a31d00b4ae2c38 - sha256: b512998e4ca2db616fbd36f6a54cad81c3e1778ac694e2dcefee7bad6a75e3ba - manager: conda - name: abseil-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/abseil-cpp-20210324.2-h9c3ff4c_0.tar.bz2 - version: '20210324.2' -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: be733e69048951df1e4b4b7bb8c7666f - sha256: 2c0a618d0fa695e4e01a30e7ff31094be540c52e9085cbd724edb132c65cf9cd - manager: conda - name: alsa-lib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.8-h166bdaf_0.tar.bz2 - version: 1.2.8 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: d9c69a24ad678ffce24c6543a0176b00 - sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324 - manager: conda - name: attr - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 - version: 2.5.1 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: ce69a062b3080485b760378841240634 - sha256: 8c8e79eb74c3b4574322ea89363fb9c7c72127e8952fa913d3651166f8498c5f - manager: conda - name: aws-c-common - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.6.2-h7f98852_0.tar.bz2 - version: 0.6.2 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: a1fd65c7ccbf10880423d82bca54eb54 - sha256: cb521319804640ff2ad6a9f118d972ed76d86bea44e5626c09a13d38f562e1fa - manager: conda - name: bzip2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 - version: 1.0.8 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - hash: - md5: f26ef8098fab1f719c91eb760d63381a - sha256: ee735e60d2cf68e5635df17847e97b505a752985d10581d2438203e7c0f44c15 - manager: conda - name: c-ares - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.18.1-h7f98852_0.tar.bz2 - version: 1.18.1 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: c4fbad8d4bddeb3c085f18cbf97fbfad - sha256: b44db0b92ae926b3fbbcd57c179fceb64fa11a9f9d09082e03be58b74dcad832 - manager: conda - name: expat - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-h27087fc_0.tar.bz2 - version: 2.5.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libgfortran-ng: '' - libgfortran5: '>=10.4.0' - libstdcxx-ng: '>=12' - hash: - md5: 9d3e01547ba04a57372beee01158096f - sha256: 23d7936d3b99ab4d72dae544257ff70674a8ba13aff2a3d7320f7f3265847370 - manager: conda - name: fftw - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fftw-3.3.10-nompi_hf0379b8_105.tar.bz2 - version: 3.3.10 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: 14947d8770185e5153fdd04d4673ed37 - sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a - manager: conda - name: gettext - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 - version: 0.21.1 -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - hash: - md5: cddaf2c63ea4a5901cf09524c490ecdc - sha256: a853c0cacf53cfc59e1bca8d6e5cdfe9f38fce836f08c2a69e35429c2a492e77 - manager: conda - name: gflags - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 - version: 2.2.2 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - hash: - md5: 87473a15119779e021c314249d4b4aed - sha256: 1d7950f3be4637ab915d886304e57731d39a41ab705ffc95c4681655c459374a - manager: conda - name: icu - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-70.1-h27087fc_0.tar.bz2 - version: '70.1' -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: ee8b844357a0946870901c7c6f418268 - sha256: 0110ee167e8fe386f9019f98757e299a0c42dc6ccdcce161c9bb552b79e459a3 - manager: conda - name: jpeg - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/jpeg-9e-h166bdaf_2.tar.bz2 - version: 9e -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - hash: - md5: 30186d27e2c9fa62b45fb1476b7200e3 - sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb - manager: conda - name: keyutils - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 - version: 1.6.1 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: a8832b479f93521a9e7b5b743803be51 - sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab - manager: conda - name: lame - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - version: '3.100' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: 76bbff344f0134279f225174e9064c8f - sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 - manager: conda - name: lerc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 - version: 4.0.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: ee147bfa0b7b0111d730cea710bd6642 - sha256: 5484890c5c347fa62f586fb3b468641a3f1ca823dde7b4a15980c0225fff77cc - manager: conda - name: libabseil - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20220623.0-cxx17_h48a1fff_5.tar.bz2 - version: '20220623.0' -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: 9194c9bf9428035a05352d031462eae4 - sha256: ddc961a36d498aaafd5b71078836ad5dd247cc6ba7924157f3801a2f09b77b14 - manager: conda - name: libbrotlicommon - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.0.9-h166bdaf_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - libstdcxx-ng: '>=9.4.0' - hash: - md5: c965a5aa0d5c1c37ffc62dff36e28400 - sha256: fd1d153962764433fe6233f34a72cdeed5dcf8a883a85769e8295ce940b5b0c5 - manager: conda - name: libcrc32c - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 - version: 1.1.2 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: 3f3258d8f841fbac63b36b75bdac1afd - sha256: 21fac1012ff05b131d4b5d284003dbbe7b5c4c652aa9e401b46279ed5a784372 - manager: conda - name: libdb - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdb-6.2.32-h9c3ff4c_0.tar.bz2 - version: 6.2.32 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: fc84a0446e4e4fb882e78d786cfb9734 - sha256: 6f7cbc9347964e7f9697bde98a8fb68e0ed926888b3116474b1224eaa92209dc - manager: conda - name: libdeflate - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.14-h166bdaf_0.tar.bz2 - version: '1.14' -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - hash: - md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3 - sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9 - manager: conda - name: libev - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 - version: '4.33' -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - hash: - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - manager: conda - name: libffi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - version: 3.4.2 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - hash: - md5: b62b52da46c39ee2bc3c162ac7f1804d - sha256: 6a81ebac9f1aacdf2b4f945c87ad62b972f0f69c8e0981d68e111739e6720fd7 - manager: conda - name: libiconv - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 - version: '1.17' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: 2ed926c822a091c21d467429d1eaa92c - sha256: d7e5b39bcbc144463ca938c8cdb1dc73d2d204fb78c5aea200c07037517aebba - manager: conda - name: liblief - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblief-0.12.3-h27087fc_0.tar.bz2 - version: 0.12.3 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - hash: - md5: 39b1328babf85c7c3a61636d9cd50206 - sha256: 32f4fb94d99946b0dabfbbfd442b25852baf909637f2eed1ffe3baea15d02aad - manager: conda - name: libnsl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.0-h7f98852_0.tar.bz2 - version: 2.0.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: 6e8cc2173440d77708196c5b93771680 - sha256: b88afeb30620b11bed54dac4295aa57252321446ba4e6babd7dce4b9ffde9b25 - manager: conda - name: libogg - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.4-h7f98852_1.tar.bz2 - version: 1.3.4 -- category: main - dependencies: - libgcc-ng: '>=12' - libgfortran-ng: '' - libgfortran5: '>=10.4.0' - hash: - md5: 8c5963a49b6035c40646a763293fbb35 - sha256: 018372af663987265cb3ca8f37ac8c22b5f39219f65a0c162b056a30af11bba0 - manager: conda - name: libopenblas - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.21-pthreads_h78a6416_3.tar.bz2 - version: 0.3.21 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: 15345e56d527b330e1cacbdf58676e8f - sha256: 0e1c2740ebd1c93226dc5387461bbcf8142c518f2092f3ea7551f77755decc8f - manager: conda - name: libopus - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 - version: 1.3.1 -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - hash: - md5: c3788462a6fbddafdb413a9f9053e58d - sha256: 53da0c8b79659df7b53eebdb80783503ce72fb4b10ed6e9e05cc0e9e4207a130 - manager: conda - name: libsodium - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2 - version: 1.0.18 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - hash: - md5: 16e143a1ed4b4fd169536373957f6fee - sha256: eadbb80c922dce355c0f8f7fc560f20f61263245799d076a1d5251d147d0d250 - manager: conda - name: libtool - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libtool-2.4.6-h9c3ff4c_1008.tar.bz2 - version: 2.4.6 -- category: main - dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc-ng: '>=12' - hash: - md5: 174243089ec111479298a5b7099b64b5 - sha256: e9ef9cb1d34a2f02f68c4778986f1f8be3015fec272523fd2dde3723c120f038 - manager: conda - name: libudev1 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libudev1-252-h166bdaf_0.tar.bz2 - version: '252' -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: ede4266dc02e875fe1ea77b25dd43747 - sha256: 49082ee8d01339b225f7f8c60f32a2a2c05fe3b16f31b554b4fb2c1dea237d1c - manager: conda - name: libutf8proc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 - version: 2.8.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: 772d69f030955d9646d3d0eaf21d859d - sha256: 54f118845498353c936826f8da79b5377d23032bcac8c4a02de2019e26c3f6b3 - manager: conda - name: libuuid - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.32.1-h7f98852_1000.tar.bz2 - version: 2.32.1 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: e5cb4fe581a18ca2185a016eb848fc00 - sha256: dc14922a6d5cf7fde55c0aa8f6661d6871c6a2e94369e7455a8a5927c3065080 - manager: conda - name: libuv - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.44.2-h166bdaf_0.tar.bz2 - version: 1.44.2 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: ac2ccf7323d21f2994e4d1f5da664f37 - sha256: 221f2e138dd264b7394b88f08884d93825d38800a51415059e813c02467abfd1 - manager: conda - name: libwebp-base - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.2.4-h166bdaf_0.tar.bz2 - version: 1.2.4 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: fc739e992bdc42ed012f11fe9b4a559d - sha256: 0441bf8e7e14e94bd7a8acdc9d5c26652f81facbbae1784584eb022f6db4fe78 - manager: conda - name: libxgboost - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxgboost-1.7.1-cpu_ha3b9936_0.tar.bz2 - version: 1.7.1 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: f3f9de449d32ca9b9c66a22863c96f41 - sha256: 22f3663bcf294d349327e60e464a51cd59664a71b8ed70c28a9f512d10bc77dd - manager: conda - name: libzlib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h166bdaf_4.tar.bz2 - version: 1.2.13 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: fbe97e8fa6f275d7c76a09e795adc3e6 - sha256: 56313fe4e602319682d4ea05c0ed3c5c45fc79884a5896f2cb7436b15d6987f9 - manager: conda - name: lz4-c - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.3-h9c3ff4c_1.tar.bz2 - version: 1.9.3 -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - hash: - md5: bb14fcb13341b81d5eb386423b9d2bac - sha256: 25d16e6aaa3d0b450e61d0c4fadd7c9fd17f16e2fef09b34507209342d63c9f6 - manager: conda - name: lzo - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h516909a_1000.tar.bz2 - version: '2.10' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: 2fe2a839394ef3a1825a5e5e296060bc - sha256: 75f164e4ea955eca41186cbf595395a4b9b592ea8c4367b5284f690151198bb1 - manager: conda - name: mpg123 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.30.2-h27087fc_1.tar.bz2 - version: 1.30.2 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - hash: - md5: 4acfc691e64342b9dae57cf2adc63238 - sha256: b801e8cf4b2c9a30bce5616746c6c2a4e36427f045b46d9fc08a4ed40a9f7065 - manager: conda - name: ncurses - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.3-h27087fc_1.tar.bz2 - version: '6.3' -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - libstdcxx-ng: '>=9.4.0' - hash: - md5: 29ded371806431b0499aaee146abfc3e - sha256: 987835de2261507bcea0dcb61ed0668e4622fc55ad9d84ec1fc3d72ab2bd94e9 - manager: conda - name: nspr - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.32-h9c3ff4c_1.tar.bz2 - version: '4.32' -- category: main - dependencies: - ca-certificates: '' - libgcc-ng: '>=12' - hash: - md5: e17553617ce05787d97715177be014d1 - sha256: 3779589ed7e775ae279cd782d670aa23e23e8db3122cb604ea2f0718d8dad220 - manager: conda - name: openssl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-1.1.1s-h166bdaf_0.tar.bz2 - version: 1.1.1s -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: 4c1bbbec45149a186b915c67d086ed3b - sha256: fc30d1b643c35d82abd294cde6b34f7b9e952856c0386f4f069c3a2b7feb28dd - manager: conda - name: patch - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/patch-2.7.6-h7f98852_1002.tar.bz2 - version: 2.7.6 -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - hash: - md5: 2c797576e39d03ceb9319e543963883e - sha256: 59d6f4c1a393ff4133367c077f0d6e784b7b472d62d9e2f58bc060641890c1f4 - manager: conda - name: patchelf - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/patchelf-0.17.0-h58526e2_0.tar.bz2 - version: 0.17.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: c05d1820a6d34ff07aaaab7a9b7eddaa - sha256: 8f35c244b1631a4f31fb1d66ab6e1d9bfac0ca9b679deced1112c7225b3ad138 - manager: conda - name: pcre - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre-8.45-h9c3ff4c_0.tar.bz2 - version: '8.45' -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - hash: - md5: 22dad4df6e8630e8dff2428f6f6a7036 - sha256: 67c84822f87b641d89df09758da498b2d4558d47b920fd1d3fe6d3a871e000ff - manager: conda - name: pthread-stubs - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 - version: '0.4' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: 68070cd09c67755f37e0db13f00a008b - sha256: 24bd3f98530f6e3cbf4ea1bfcf99509d342ec2e301a40807b230abb18c7a5e55 - manager: conda - name: re2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/re2-2022.06.01-h27087fc_1.conda - version: 2022.06.01 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - hash: - md5: 15a0bf4a1260b0a08198eb683eb272fb - sha256: d98b4816de502658080e62014b1ccaa296e54c3a161418e344c52aebf9044c79 - manager: conda - name: ripgrep - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ripgrep-13.0.0-h2f28480_2.tar.bz2 - version: 13.0.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: 48018e187dacc6002d3ede9c824238ac - sha256: a223b21f16f37af90f0b19593baed5c118ee819c5ae7e8fa59b47ece491c268a - manager: conda - name: snappy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.1.9-hbd366e4_2.tar.bz2 - version: 1.1.9 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: 1b1ba3afc4159643c3cda3467ec46f99 - sha256: 08708cf9126263c860f53134d2ed5701c223cf73612404564246c5ea4341b16b - manager: conda - name: tini - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tini-0.19.0-h166bdaf_1.tar.bz2 - version: 0.19.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: bf6f803a544f26ebbdc3bfff272eb179 - sha256: 9e9b70c24527289ac7ae31925d1eb3b0c1e9a78cb7b8f58a3110cc8bbfe51c26 - manager: conda - name: xorg-libxau - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.9-h7f98852_0.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: be93aabceefa2fac576e971aef407908 - sha256: 4df7c5ee11b8686d3453e7f3f4aa20ceef441262b49860733066c52cfd0e4a77 - manager: conda - name: xorg-libxdmcp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 - version: 1.1.3 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: 52402c791f35e414e704b7a113f99605 - sha256: c048c715b63fff3b8d9521d08f67ddda97bdd346c4ae71f54eda24f634695962 - manager: conda - name: xxhash - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.0-h7f98852_3.tar.bz2 - version: 0.8.0 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: 2161070d867d1b1204ea749c8eec4ef0 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 - manager: conda - name: xz - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - version: 5.2.6 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - hash: - md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae - sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 - manager: conda - name: yaml - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 - version: 0.2.5 -- category: main - dependencies: - aws-c-common: '>=0.6.2,<0.6.3.0a0' - libgcc-ng: '>=9.3.0' - openssl: '>=1.1.1k,<1.1.2a' - hash: - md5: d4e7b241fb22dd3d7be1171f813d5da3 - sha256: c04c608d185c111cb1ce21f3e7934b8c2bf63bdeac0b057deb3f8935f3333ae5 - manager: conda - name: aws-c-cal - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.5.11-h95a6274_0.tar.bz2 - version: 0.5.11 -- category: main - dependencies: - aws-c-common: '>=0.6.17,<0.6.18.0a0' - libgcc-ng: '>=9.4.0' - hash: - md5: 09190c3fa80af2fe47535358b9b05071 - sha256: 0f766f764a4659175ca31b465c1576990ebe34d0a183f21c72dc3d2da6bcc974 - manager: conda - name: aws-c-compression - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.14-h7c7754b_7.tar.bz2 - version: 0.2.14 -- category: main - dependencies: - aws-c-common: '>=0.6.17,<0.6.18.0a0' - libgcc-ng: '>=9.4.0' - hash: - md5: 0fcd001d2a9d267ce64a0c196bfeea6c - sha256: bfdbb99fc617f54ae6fb45907065be21ec04b20688b99f4ea6c1d7b01396f093 - manager: conda - name: aws-c-sdkutils - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.1-h7c7754b_4.tar.bz2 - version: 0.1.1 -- category: main - dependencies: - aws-c-common: '>=0.6.2,<0.6.3.0a0' - libgcc-ng: '>=9.3.0' - hash: - md5: 2fdb96aaab883abc0766ff76c0a34483 - sha256: ecb7903e97aea0acd861c31acf86a89367a318c7ad0025e4b72c0e7e3e679cfe - manager: conda - name: aws-checksums - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.11-ha31a3da_7.tar.bz2 - version: 0.1.11 -- category: main - dependencies: - gflags: '>=2.2.2,<2.3.0a0' - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - hash: - md5: b31f3565cb84435407594e548a2fb7b2 - sha256: 888cbcfb67f6e3d88a4c4ab9d26c9a406f620c4101a35dc6d2dbadb95f2221d4 - manager: conda - name: glog - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.6.0-h6f12383_0.tar.bz2 - version: 0.6.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 3c519ea20b4b74edc2a484cdb36f6c3f - sha256: ce0e760db2568961a5ee0798e66149fc93e32a1f8689bb54babe5b3be38eb461 - manager: conda - name: gsoap - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gsoap-2.8.123-h598caef_0.tar.bz2 - version: 2.8.123 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - pcre: '>=8.45,<9.0a0' - hash: - md5: 0e68d4872abcec2d99e7d497a4c925ef - sha256: 165d1e1f9b9abf44c6e307e96e08c4d31e96e0cfea0c1f8b76be87980221e0fc - manager: conda - name: htcondor-classads - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/htcondor-classads-9.0.17-h9d75d03_1.tar.bz2 - version: 9.0.17 -- category: main - dependencies: - libopenblas: '>=0.3.21,<1.0a0' - hash: - md5: d9b7a8639171f6c6fa0a983edabcfe2b - sha256: 4e4c60d3fe0b95ffb25911dace509e3532979f5deef4364141c533c5ca82dd39 - manager: conda - name: libblas - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-16_linux64_openblas.tar.bz2 - version: 3.9.0 -- category: main - dependencies: - libbrotlicommon: 1.0.9 h166bdaf_8 - libgcc-ng: '>=12' - hash: - md5: 4ae4d7795d33e02bd20f6b23d91caf82 - sha256: d88ba07c3be27c89cb4975cc7edf63ee7b1c62d01f70d5c3f7efeb987c82b052 - manager: conda - name: libbrotlidec - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.0.9-h166bdaf_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - libbrotlicommon: 1.0.9 h166bdaf_8 - libgcc-ng: '>=12' - hash: - md5: 04bac51ba35ea023dc48af73c1c88c25 - sha256: a0468858b2f647f51509a32040e93512818a8f9980f20b3554cccac747bcc4be - manager: conda - name: libbrotlienc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.0.9-h166bdaf_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - attr: '>=2.5.1,<2.6.0a0' - libgcc-ng: '>=12' - hash: - md5: 2d7665abd0997f1a6d4b7596bc27b657 - sha256: db113b0bacb45533ec6f5c13a548054af8bd0ca2f7583e8bc5989f17e1e1638b - manager: conda - name: libcap - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.66-ha37c62d_0.tar.bz2 - version: '2.66' -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - ncurses: '>=6.2,<7.0.0a0' - hash: - md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 - sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf - manager: conda - name: libedit - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - version: 3.1.20191231 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - openssl: '>=1.1.1l,<1.1.2a' - hash: - md5: 390026683aef81db27ff1b8570ca1336 - sha256: 18695f2fa3f19700d3f5d4f6b5fc49920685c7424b6bbbe461fa746c40996a14 - manager: conda - name: libevent - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.10-h9b69904_4.tar.bz2 - version: 2.1.10 -- category: main - dependencies: - gettext: '>=0.21.1,<1.0a0' - libgcc-ng: '>=12' - libogg: '>=1.3.4,<1.4.0a0' - libstdcxx-ng: '>=12' - hash: - md5: 7daf72d8e2a8e848e11d63ed6d1026e0 - sha256: 095cfa4e2df8622b8f9eebec3c60710ea0f4732c64cd24769ccf9ed63fd45545 - manager: conda - name: libflac - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.2-h27087fc_0.tar.bz2 - version: 1.4.2 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: cae79c6fd61cc6823cbebdbb2c16c60e - sha256: fe02eb90fb3c9a2eb57c0b653d7630f7df72ee8b3093b0c3d1c34296e4e01134 - manager: conda - name: libllvm11 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm11-11.1.0-he0ac6c6_5.tar.bz2 - version: 11.1.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - hash: - md5: f5759f0c80708fbf9c4836c0cb46d0fe - sha256: af0f505053153cd2e8ad08a8559fb3df73b22ce8f635dbcaf7818a7bf916437f - manager: conda - name: libllvm14 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm14-14.0.6-he0ac6c6_0.tar.bz2 - version: 14.0.6 -- category: main - dependencies: - c-ares: '>=1.18.1,<2.0a0' - libev: '>=4.33,<4.34.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 6fe9e31c2b8d0b022626ccac13e6ca3c - sha256: 44b87b28efb1fa34632730f37a39250ef955a3497d7d9cd0ec60316ac134278e - manager: conda - name: libnghttp2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.47.0-hdcd2b5c_1.tar.bz2 - version: 1.47.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: e1c890aebdebbfbf87e2c917187b4416 - sha256: a32b36d34e4f2490b99bddbc77d01a674d304f667f0e62c89e02c961addef462 - manager: conda - name: libpng - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.39-h753d276_0.conda - version: 1.6.39 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 1adfa2693fd61ec2bf81d2eb91773269 - sha256: 0610f0c30983a7012c799fce2d781d9243dd55957d80b2c4fda090ed9ea34a64 - manager: conda - name: libprotobuf - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-3.21.10-h6239696_0.conda - version: 3.21.10 -- category: main - dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 2e5f9a37d487e1019fd4d8113adb2f9f - sha256: 6008a0b914bd1a3510a3dba38eada93aa0349ebca3a21e5fa276833c8205bf49 - manager: conda - name: libsqlite - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.40.0-h753d276_0.tar.bz2 - version: 3.40.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 89acee135f0809a18a1f4537390aa2dd - sha256: 3c2ed83502bedf4ec8c5b972accb6ff1b6c018f72fb711cdb65cb8540d5ab89e - manager: conda - name: libssh2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.10.0-haa6b8db_3.tar.bz2 - version: 1.10.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - libogg: '>=1.3.4,<1.4.0a0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: 309dec04b70a3cc0f1e84a4013683bc0 - sha256: 53080d72388a57b3c31ad5805c93a7328e46ff22fab7c44ad2a86d712740af33 - manager: conda - name: libvorbis - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 - version: 1.3.7 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - pthread-stubs: '' - xorg-libxau: '' - xorg-libxdmcp: '' - hash: - md5: b3653fdc58d03face9724f602218a904 - sha256: 8d5d24cbeda9282dd707edd3156e5fde2e3f3fe86c802fa7ce08c8f1e803bfd9 - manager: conda - name: libxcb - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.13-h7f98852_1004.tar.bz2 - version: '1.13' -- category: main - dependencies: - icu: '>=70.1,<71.0a0' - libgcc-ng: '>=12' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - xz: '>=5.2.6,<6.0a0' - hash: - md5: 3b933ea47ef8f330c4c068af25fcd6a8 - sha256: b30713fb4477ff4f722280d956593e7e7a2cb705b7444dcc278de447432b43b1 - manager: conda - name: libxml2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.10.3-h7463322_0.tar.bz2 - version: 2.10.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 0249d755f8d26cb2ac796f9f01cfb823 - sha256: 4ade18a1813e80f726d7473878e414621013c6fbeb6d41730a30c090379cc94a - manager: conda - name: mysql-common - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.0.31-haf5c9bc_0.tar.bz2 - version: 8.0.31 -- category: main - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 35a82883468c85ac8bf41f083c1933cf - sha256: 5f5e6366660a209fe2cdcf4dac8176d7a0a6a4ec2c0a7e861554f4d2bffd86f0 - manager: conda - name: pandoc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pandoc-2.19.2-h32600fe_1.tar.bz2 - version: 2.19.2 -- category: main - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - hash: - md5: 69e2c796349cd9b273890bee0febfe1b - sha256: 7a29ec847556eed4faa1646010baae371ced69059a4ade43851367a076d6108a - manager: conda - name: pcre2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.40-hc3806b6_0.tar.bz2 - version: '10.40' -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - libnsl: '>=2.0.0,<2.1.0a0' - hash: - md5: 09ba115862623f00962e9809ea248f1a - sha256: a116c1d3c64a072280b441c43d893d341a1d37d16ec18afc76eee40299deabfa - manager: conda - name: perl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/perl-5.32.1-2_h7f98852_perl5.tar.bz2 - version: 5.32.1 -- category: main - dependencies: - libgcc-ng: '>=12' - ncurses: '>=6.3,<7.0a0' - hash: - md5: db2ebbe2943aae81ed051a6a9af8e0fa - sha256: f5f383193bdbe01c41cb0d6f99fec68e820875e842e6e8b392dbe1a9b6c43ed8 - manager: conda - name: readline - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.1.2-h0f457ee_0.tar.bz2 - version: 8.1.2 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - openssl: '>=1.1.1k,<1.1.2a' - hash: - md5: 9708c3ac26c20b4c4549cbe8fef937eb - sha256: 75eba1f7873a734985b14b94db81dc75d1e618ab6f6938106374f314057d91fb - manager: conda - name: s2n - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.0.10-h9b69904_0.tar.bz2 - version: 1.0.10 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - libzlib: '>=1.2.11,<1.3.0a0' - hash: - md5: 5b8c42eb62e9fc961af70bdd6a26e168 - sha256: 032fd769aad9d4cad40ba261ab222675acb7ec951a8832455fce18ef33fa8df0 - manager: conda - name: tk - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.12-h27826a3_0.tar.bz2 - version: 8.6.12 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - libsodium: '>=1.0.18,<1.0.19.0a0' - libstdcxx-ng: '>=9.4.0' - hash: - md5: 21743a8d2ea0c8cfbbf8fe489b0347df - sha256: 525315b0df21866d4c3d68bc2ff987d26c2fdf0e3e8fd242c49b7255adef04c6 - manager: conda - name: zeromq - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.4-h9c3ff4c_1.tar.bz2 - version: 4.3.4 -- category: main - dependencies: - libgcc-ng: '>=12' - libzlib: 1.2.13 h166bdaf_4 - hash: - md5: 4b11e365c0275b808be78b30f904e295 - sha256: 282ce274ebe6da1fbd52efbb61bd5a93dec0365b14d64566e6819d1691b75300 - manager: conda - name: zlib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-h166bdaf_4.tar.bz2 - version: 1.2.13 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - hash: - md5: adcf0be7897e73e312bd24353b613f74 - sha256: c42d9ec413edd7e984b6cac676997105d0f106556a0f045961153b049b95b87c - manager: conda - name: zstd - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.2-h6239696_4.tar.bz2 - version: 1.5.2 -- category: main - dependencies: - aws-c-cal: '>=0.5.11,<0.5.12.0a0' - aws-c-common: '>=0.6.2,<0.6.3.0a0' - libgcc-ng: '>=9.3.0' - s2n: '>=1.0.10,<1.0.11.0a0' - hash: - md5: 47d6b88b0c42a8c9877f3993b49f052d - sha256: 74fc4b5ae00ccd913e5c71d080a40e7b5bb0928f6bdca7cceb028c3300214bba - manager: conda - name: aws-c-io - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.10.5-hfb6a706_0.tar.bz2 - version: 0.10.5 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - libzlib: '>=1.2.11,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.9,<2.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 37baca23e60af4130cfc03e8ab9f8e22 - sha256: 3635408361a0d168c289d0e32927b1e1c1e4e563439b4ce7153e787201c6a4e0 - manager: conda - name: blosc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.1-h83bc5f7_3.tar.bz2 - version: 1.21.1 -- category: main - dependencies: - bzip2: '>=1.0.8,<2.0a0' - icu: '>=70.1,<71.0a0' - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - libzlib: '>=1.2.11,<1.3.0a0' - xz: '>=5.2.5,<5.3.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: accc1f1ca33809bbf9ad067a0a69e236 - sha256: 582c34faa81ca1440e562a0ec7a07a953d6bd585000f1133d5867dc279b6b416 - manager: conda - name: boost-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/boost-cpp-1.78.0-h75c5d50_1.tar.bz2 - version: 1.78.0 -- category: main - dependencies: - libbrotlidec: 1.0.9 h166bdaf_8 - libbrotlienc: 1.0.9 h166bdaf_8 - libgcc-ng: '>=12' - hash: - md5: e5613f2bc717e9945840ff474419b8e4 - sha256: ab1994e03bdd88e4b27f9f802ac18e45ed29b92cce25e1fd86da43b89734950f - manager: conda - name: brotli-bin - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.0.9-h166bdaf_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - libgcc-ng: '>=12' - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: e1232042de76d24539a436d37597eb06 - sha256: 1eb913727b54e9aa63c6d9a1177db4e2894cee97c5f26910a2b61899d5ac904f - manager: conda - name: freetype - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-hca18f0e_1.conda - version: 2.12.1 -- category: main - dependencies: - libedit: '>=3.1.20191231,<3.2.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libtool: '>=2.4.6,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - perl: '' - hash: - md5: e5d57a850e569f8cffdb77632fdf6437 - sha256: 8a15cdaa4af536260c515f530b8d77a642c1bc9e1e0b4af289bc786ec50e5053 - manager: conda - name: gct - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gct-6.2.1629922860-h727a467_2.tar.bz2 - version: 6.2.1629922860 -- category: main - dependencies: - abseil-cpp: '>=20210324.2,<20210324.3.0a0' - c-ares: '>=1.18.1,<2.0a0' - libgcc-ng: '>=11.2.0' - libprotobuf: '>=3.19.1,<3.20.0a0' - libstdcxx-ng: '>=11.2.0' - libzlib: '>=1.2.11,<1.3.0a0' - openssl: '>=1.1.1l,<1.1.2a' - re2: '>=2021.11.1,<2021.11.2.0a0' - zlib: '>=1.2.11,<1.3.0a0' - hash: - md5: 5e1cc0c994752f37a62ccff8c6ece657 - sha256: 31ee07382d33afb068af3adb54af7b5a932645d19c447300254d15c9851295f3 - manager: conda - name: grpc-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/grpc-cpp-1.42.0-ha1441d3_1.tar.bz2 - version: 1.42.0 -- category: main - dependencies: - keyutils: '>=1.6.1,<2.0a0' - libedit: '>=3.1.20191231,<4.0a0' - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - openssl: '>=1.1.1l,<1.1.2a' - hash: - md5: 7d862b05445123144bec92cb1acc8ef8 - sha256: 3d0f0a8806b6bbe5f9584ff69e0b569d8b3a5b8bd4f35564fdbd304c7ef28fd1 - manager: conda - name: krb5 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.19.3-h3790be6_0.tar.bz2 - version: 1.19.3 -- category: main - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=12' - libxml2: '>=2.10.3,<2.11.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - lzo: '>=2.10,<3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: f516eeab1624a2cf36a958d43f92dc88 - sha256: 021492d03eb72dbe3a42e4ac8c254ce329cd707632c27bdea8ee014bef3b7ed7 - manager: conda - name: libarchive - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.6.1-hc6fc967_0.tar.bz2 - version: 3.6.1 -- category: main - dependencies: - libblas: 3.9.0 16_linux64_openblas - hash: - md5: 20bae26d0a1db73f758fc3754cab4719 - sha256: e4ceab90a49cb3ac1af20177016dc92066aa278eded19646bb928d261b98367f - manager: conda - name: libcblas - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-16_linux64_openblas.tar.bz2 - version: 3.9.0 -- category: main - dependencies: - gettext: '>=0.21.1,<1.0a0' - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - libiconv: '>=1.17,<2.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - pcre2: '>=10.40,<10.41.0a0' - hash: - md5: ed5349aa96776e00b34eccecf4a948fe - sha256: 3cbad3d63cff2dd9ac1dc9cce54fd3d657f3aff53df41bfe5bae9d760562a5af - manager: conda - name: libglib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.74.1-h606061b_1.tar.bz2 - version: 2.74.1 -- category: main - dependencies: - c-ares: '>=1.18.1,<2.0a0' - libabseil: 20220623.0 cxx17* - libgcc-ng: '>=12' - libprotobuf: '>=3.21.9,<3.22.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - re2: '>=2022.6.1,<2022.6.2.0a0' - zlib: '' - hash: - md5: bfba4edad98313fa8b209b575f9b5d53 - sha256: e5cd052c3206f7f3a78ed2174f48f2f015eb700ebbde61cbc5137f3c64b1d678 - manager: conda - name: libgrpc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.49.1-h05bd8bd_1.tar.bz2 - version: 1.49.1 -- category: main - dependencies: - libblas: 3.9.0 16_linux64_openblas - hash: - md5: 955d993f41f9354bf753d29864ea20ad - sha256: f5f30b8049dfa368599e5a08a4f35cb1966af0abc539d1fd1f50d93db76a74e6 - manager: conda - name: liblapack - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-16_linux64_openblas.tar.bz2 - version: 3.9.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libxml2: '>=2.10.3,<2.11.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 443dd9129ca5af4f95cd1f6fcf1b47d3 - sha256: da19c493f02132bc2be1f3d6aa85de0f8a852a87e17a456f2e638e0695fc1d51 - manager: conda - name: libllvm15 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.4-h63197d8_0.tar.bz2 - version: 15.0.4 -- category: main - dependencies: - lame: '>=3.100,<3.101.0a0' - libflac: '>=1.4.1,<1.5.0a0' - libgcc-ng: '>=12' - libogg: '>=1.3.4,<1.4.0a0' - libopus: '>=1.3.1,<2.0a0' - libstdcxx-ng: '>=12' - libvorbis: '>=1.3.7,<1.4.0a0' - mpg123: '>=1.30.2,<1.31.0a0' - hash: - md5: 02fa0b56a57c8421d1195bf0c021e682 - sha256: 5c2473d6eae4b874c25de4754a6f0a7ee5d56731f4ebd86d94c6f48d0bd2ea6f - manager: conda - name: libsndfile - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.1.0-h27087fc_0.tar.bz2 - version: 1.1.0 -- category: main - dependencies: - libevent: '>=2.1.10,<2.1.11.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 9134d477d02ad9264c6ee359fa36702c - sha256: 3a5a087dc968fc85c48eb77c2aa8913ac38de580f768f7e74de154254ea5c90a - manager: conda - name: libthrift - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.16.0-h491838f_2.tar.bz2 - version: 0.16.0 -- category: main - dependencies: - jpeg: '>=9e,<10a' - lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.14,<1.15.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libwebp-base: '>=1.2.4,<2.0a0' - libzlib: '>=1.2.12,<1.3.0a0' - xz: '>=5.2.6,<5.3.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 901791f0ec7cddc8714e76e273013a91 - sha256: 19f29fcaab2e6b97cb1991a5a703b5951e981dc8a093945f20382288b29a4668 - manager: conda - name: libtiff - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.4.0-h55922b4_4.tar.bz2 - version: 4.4.0 -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - libxml2: '>=2.9.10,<2.11.0a0' - hash: - md5: f9dbabc7e01c459ed7a1d1d64b206e9b - sha256: 64d37e16c694714ca08a96f9864a35ba9ee38b8e222f8ee646e10976250d966d - manager: conda - name: libxkbcommon - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.0.3-he3ba5ed_0.tar.bz2 - version: 1.0.3 -- category: main - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=9.4.0' - openssl: '>=1.1.1l,<1.1.2a' - zlib: '>=1.2.11,<1.3.0a0' - hash: - md5: 72375051558b668406def3e0c4e97a6c - sha256: f3b53e99c54e921d0d95ef74de5a5e88fb8e30b8a517dd9846d76c2d695dd553 - manager: conda - name: munge - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/munge-0.5.13-h4de3113_1.tar.bz2 - version: 0.5.13 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - mysql-common: 8.0.31 haf5c9bc_0 - openssl: '>=1.1.1q,<1.1.2a' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 455d44a05123f30f66af2ca2a9652b5f - sha256: 3174c6d2912bacdbcca00daacb010322825e6eb1814eb3748d40a0a6a9a8dd31 - manager: conda - name: mysql-libs - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.0.31-h28c427c_0.tar.bz2 - version: 8.0.31 -- category: main - dependencies: - __glibc: '>=2.17,<3.0.a0' - icu: '>=70.1,<71.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libuv: '>=1.44.2,<1.45.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1s,<1.1.2a' - zlib: '' - hash: - md5: beedcccf403764141f6a54721fd4de29 - sha256: fe3db2cfa8422f139dc0503a360054f2bd069bf11f35cb593da832d45f3867cb - manager: conda - name: nodejs - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.12.1-h96d913c_0.tar.bz2 - version: 18.12.1 -- category: main - dependencies: - libgcc-ng: '>=12' - libprotobuf: '>=3.21.5,<3.22.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.9,<2.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 5264738eca92101d4a9ab744321ff111 - sha256: 34ff9adfff15027e296c26ae8ac1e994322dc3502b42782ae74556bcf80c9f03 - manager: conda - name: orc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/orc-1.8.0-h09e0d61_0.tar.bz2 - version: 1.8.0 -- category: main - dependencies: - bzip2: '>=1.0.8,<2.0a0' - ld_impl_linux-64: '>=2.36.1' - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - libnsl: '>=2.0.0,<2.1.0a0' - libsqlite: '>=3.40.0,<4.0a0' - libuuid: '>=2.32.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ncurses: '>=6.3,<7.0a0' - openssl: '>=1.1.1s,<1.1.2a' - readline: '>=8.1.2,<9.0a0' - tk: '>=8.6.12,<8.7.0a0' - xz: '>=5.2.6,<6.0a0' - hash: - md5: 485151f9b0c1cfb2375b6c4995ac52ba - sha256: 0648cf2b562437979168cdc0dcf26344fcd3ce2bc3c9b344e6c68163ab84ff87 - manager: conda - name: python - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.8.15-h257c98d_0_cpython.conda - version: 3.8.15 -- category: main - dependencies: - libgcc-ng: '>=12' - libsqlite: 3.40.0 h753d276_0 - libzlib: '>=1.2.13,<1.3.0a0' - ncurses: '>=6.3,<7.0a0' - readline: '>=8.1.2,<9.0a0' - hash: - md5: bb11803129cbbb53ed56f9506ff74145 - sha256: baf0e77938e5215653aa6609ff154cb94aeb0a08083ff8dec2d3ba8dd62263e9 - manager: conda - name: sqlite - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.40.0-h4ff8645_0.tar.bz2 - version: 3.40.0 -- category: main - dependencies: - expat: '>=2.5.0,<3.0a0' - gsoap: '>=2.8.123,<2.8.124.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: c8ef51167d7fb3e8fedb3d1ff82baf16 - sha256: a05d81e0ff5b9c8991b85489ca3c0d28ce641758dbeba8539a68bbd6354d4124 - manager: conda - name: voms - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/voms-2.1.0rc2-h4fe81f9_7.tar.bz2 - version: 2.1.0rc2 -- category: main - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - hash: - md5: 384e7fcb3cd162ba3e4aed4b687df566 - sha256: 292dee40f8390aea0e6a0abbf2f255f179c777326831ed9e1ad7db53665c8562 - manager: conda - name: xcb-util - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.0-h166bdaf_0.tar.bz2 - version: 0.4.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - hash: - md5: 637054603bb7594302e3bf83f0a99879 - sha256: 6a2c0f38b360a2fda57b2349d2cbeeb7583576a4914a3e4ce17977601ac87613 - manager: conda - name: xcb-util-keysyms - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.0-h166bdaf_0.tar.bz2 - version: 0.4.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - hash: - md5: 732e22f1741bccea861f5668cf7342a7 - sha256: 19d27b7af8fb8047e044de2b87244337343c51fe7caa0fbaa9c53c2215787188 - manager: conda - name: xcb-util-renderutil - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.9-h166bdaf_0.tar.bz2 - version: 0.3.9 -- category: main - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - hash: - md5: 0a8e20a8aef954390b9481a527421a8c - sha256: a76af35297f233982b58de1f55f1900d8a8ae44018a55d2a94f3084ab97d6c80 - manager: conda - name: xcb-util-wm - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.1-h166bdaf_0.tar.bz2 - version: 0.4.1 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: c76151135c040e151b2ab21d3b7636fd - sha256: 25ef477d4de8a71404e1c7fc39ad06dbc7dd9e65041c037ffe649dfc2fd16d2b - manager: conda - name: async-exit-stack - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/async-exit-stack-1.0.1-pyhd8ed1ab_0.tar.bz2 - version: 1.0.1 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: 6d3ccbc56256204925bfa8378722792f - sha256: 86133878250874b3823bae7369bcad90187132537726cb1b546d88a0552d24de - manager: conda - name: attrs - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/attrs-22.1.0-pyh71513ae_1.tar.bz2 - version: 22.1.0 -- category: main - dependencies: - aws-c-common: '>=0.6.2,<0.6.3.0a0' - aws-c-io: '>=0.10.5,<0.10.6.0a0' - aws-checksums: '>=0.1.11,<0.1.12.0a0' - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: 39768ba0fe69c241d54703a7f5e3119f - sha256: 0d688595654e98dc464f00cdb7f8d13ba1c602a71ee09f250c16045a46944547 - manager: conda - name: aws-c-event-stream - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.2.7-h3541f99_13.tar.bz2 - version: 0.2.7 -- category: main - dependencies: - aws-c-common: '>=0.6.17,<0.6.18.0a0' - aws-c-compression: '>=0.2.14,<0.2.15.0a0' - aws-c-io: '>=0.10.14,<0.10.15.0a0' - libgcc-ng: '>=9.4.0' - hash: - md5: ea78095b4371b7de5720d741a29a33fc - sha256: 387d604a66f6e15baa4eb946bbfef81b10bc7bc101f4b467429fee080be74b29 - manager: conda - name: aws-c-http - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.6.10-h416565a_3.tar.bz2 - version: 0.6.10 -- category: main - dependencies: - python: '' - hash: - md5: 6006a6d08a3fa99268a2681c7fb55213 - sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9 - manager: conda - name: backcall - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2 - version: 0.2.0 -- category: main - dependencies: - python: '>=2.7' - hash: - md5: 54ca2e08b3220c148a1d8329c2678e02 - sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd - manager: conda - name: backports - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda - version: '1.0' -- category: main - dependencies: - brotli-bin: 1.0.9 h166bdaf_8 - libbrotlidec: 1.0.9 h166bdaf_8 - libbrotlienc: 1.0.9 h166bdaf_8 - libgcc-ng: '>=12' - hash: - md5: 2ff08978892a3e8b954397c461f18418 - sha256: 74c0fa22ea7c62d2c8f7a7aea03a3bd4919f7f3940ef5b027ce0dfb5feb38c06 - manager: conda - name: brotli - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.0.9-h166bdaf_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: a5e46a34b186df210034b44bfa79ce07 - sha256: 5cee7890feafe6dccf06e0f2b05aa5623707a9407e3d93a1c50b64cc5de4648f - manager: conda - name: brotli-python - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.0.9-py38hfa26641_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: c6653a1ed0c4a48ace64ab68a0bf9b27 - sha256: ae9d26949fcf8130d899e6bc22ed8afab40adcee782d79e0d82e0799960785af - manager: conda - name: cachetools - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/cachetools-5.2.0-pyhd8ed1ab_0.tar.bz2 - version: 5.2.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: f66309b099374af91369e67e84af397d - sha256: 52e7459b3c457e888e2b6a4e6d13ab7f8675999bc12d20a83e34f12591a8771a - manager: conda - name: certifi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2022.9.24-pyhd8ed1ab_0.tar.bz2 - version: 2022.9.24 -- category: main - dependencies: - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 82b176df00873b95ba500784184941f4 - sha256: 70e2cdd9fe4144cc49d933e6cf06e95e6669b08f3c35866598444fc17c287770 - manager: conda - name: chardet - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/chardet-5.0.0-py38h578d9bd_1.tar.bz2 - version: 5.0.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: c1d5b294fbf9a795dec349a6f4d8be8e - sha256: 9e6170fa7b65b5546377eddb602d5ff871110f84bebf101b7b8177ff64aab1cb - manager: conda - name: charset-normalizer - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-2.1.1-pyhd8ed1ab_0.tar.bz2 - version: 2.1.1 -- category: main - dependencies: - __unix: '' - python: '>=3.8' - hash: - md5: 20e4087407c7cb04a40817114b333dbf - sha256: 23676470b591b100393bb0f6c46fe10624dcbefc696a6a9f42932ed8816ef0ea - manager: conda - name: click - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.3-unix_pyhd8ed1ab_2.tar.bz2 - version: 8.1.3 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: a6cf47b09786423200d7982d1faa19eb - sha256: ad15e71f51afa48f44592e9f7cee74b6e1b90ddb1caacb5d3e043a62775b64bb - manager: conda - name: cloudpickle - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-2.2.0-pyhd8ed1ab_0.tar.bz2 - version: 2.2.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - manager: conda - name: colorama - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - version: 0.4.6 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: a50559fad0affdbb33729a68669ca1cb - sha256: 3b594bc8aa0b9a51269d54c7a4ef6af777d7fad4bee16b05695e1124de6563f6 - manager: conda - name: cycler - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.11.0-pyhd8ed1ab_0.tar.bz2 - version: 0.11.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: a362b2124b06aad102e2ee4581acee7d - sha256: 63a83e62e0939bc1ab32de4ec736f6403084198c4639638b354a352113809c92 - manager: conda - name: dataclasses - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2 - version: '0.8' -- category: main - dependencies: - expat: '>=2.4.2,<3.0a0' - libgcc-ng: '>=9.4.0' - libglib: '>=2.70.2,<3.0a0' - hash: - md5: ecfff944ba3960ecb334b9a2663d708d - sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 - manager: conda - name: dbus - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - version: 1.13.6 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: a31011fb85bdc423991ab2f35f24364c - sha256: c4349fe37f768b05864d678c88c85106cd08042b1d7bcaa0486d9d8aa1994284 - manager: conda - name: debugpy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.6.4-py38hfa26641_0.conda - version: 1.6.4 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: 43afe5ab04e35e17ba28649471dd7364 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - manager: conda - name: decorator - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - version: 5.1.1 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 961b3a227b437d82ad7054484cfa71b2 - sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be - manager: conda - name: defusedxml - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 - version: 0.7.1 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 3cf04868fee0a029769bd41f4b2fbf2d - sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af - manager: conda - name: entrypoints - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 - version: '0.4' -- category: main - dependencies: - python: '>=2.7' - hash: - md5: 4c1bc140e2be5c8ba6e3acab99e25c50 - sha256: 9c03425cd58c474af20e179c9ba121a82984d6c4bfc896bbc992f5ed75dd7539 - manager: conda - name: executing - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/executing-1.2.0-pyhd8ed1ab_0.tar.bz2 - version: 1.2.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 10f0218dbd493ab2e5dc6759ddea4526 - sha256: 5b5884b070fbe23bb714c3de22038ed6056b6533b0974c81d5f4a7ef451b7eff - manager: conda - name: filelock - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.8.0-pyhd8ed1ab_0.tar.bz2 - version: 3.8.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 6d5e56de2e65da7aa35fd10131226efa - sha256: 251e79241eadab363eeaaf20f118423571e1a90ef351ae78e1c4574c53c8526c - manager: conda - name: flit-core - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/flit-core-3.8.0-pyhd8ed1ab_0.tar.bz2 - version: 3.8.0 -- category: main - dependencies: - expat: '>=2.4.9,<3.0a0' - freetype: '>=2.12.1,<3.0a0' - libgcc-ng: '>=12' - libuuid: '>=2.32.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 78415f0180a8d9c5bcc47889e00d5fb1 - sha256: 4594348401ccdb622b41692698f3701423e9a4e726b6b6efa818c3a1611b01f9 - manager: conda - name: fontconfig - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.1-hc2a2eb6_0.tar.bz2 - version: 2.14.1 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: b68f1b24442f2c93d0a4651341c88345 - sha256: 1dbd94d5229b978e1b89b05c95bc61aca40319873c67a8b6a704978a328da06b - manager: conda - name: frozenlist - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.3.3-py38h0a891b7_0.tar.bz2 - version: 1.3.3 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: eb919f2119a6db5d0192f9e9c3711572 - sha256: 1ba0e6a0c6f023753b6766fda092b333485a7c640f1069a64d003570c652bddb - manager: conda - name: fsspec - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/fsspec-2022.11.0-pyhd8ed1ab_0.tar.bz2 - version: 2022.11.0 -- category: main - dependencies: - python: '>=3.8' - hash: - md5: a6966947ba28bbe60f9904653da7fed5 - sha256: 286667d325d52cd866a410da18da5660eb8bcde10dd6eae90403fa462152eff6 - manager: conda - name: future - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.2-pyhd8ed1ab_6.tar.bz2 - version: 0.18.2 -- category: main - dependencies: - libgcc-ng: '>=12' - libglib: 2.74.1 h606061b_1 - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 5f442e6bc9d89ba236eb25a25c5c2815 - sha256: 029533e2e1cb03a80ae07a0a1a6bdd76b524e8f551d82e832a4d846a77b615c9 - manager: conda - name: glib-tools - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.74.1-h6239696_1.tar.bz2 - version: 2.74.1 -- category: main - dependencies: - python: '' - hash: - md5: 1f3a88e65e61216e1d475135922dbf6a - sha256: d8ae39a37fb99489525846f77c4ae85cb6b42360d34936bb0393025db5f0508d - manager: conda - name: glob2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/glob2-0.7-py_0.tar.bz2 - version: '0.7' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 6aac5e858186f9308beaf5b02fbc031f - sha256: 8f50601e4e99ad380506c279c5a8e7fa4a8689bdadec11998e82c52f66a75ea1 - manager: conda - name: greenlet - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/greenlet-2.0.1-py38hfa26641_0.tar.bz2 - version: 2.0.1 -- category: main - dependencies: - python: '' - hash: - md5: 77242bfb1e74a627fb06319b5a2d3b95 - sha256: 37e5013a0bfbd5d446b06d125b2a9ba2de0e65a9195f0ef0aecd8d9da1355d17 - manager: conda - name: heapdict - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/heapdict-1.0.1-py_0.tar.bz2 - version: 1.0.1 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 34272b248891bddccc64479f9a7fffed - sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - manager: conda - name: idna - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 - version: '3.4' -- category: main - dependencies: - python: '' - hash: - md5: 5071c982548b3a20caf70462f04f5287 - sha256: 0fafbc60209f1d8c0b89a2f79f3ff0f7bc45589a23da1d2e5cc55bcca906707b - manager: conda - name: ipython_genutils - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ipython_genutils-0.2.0-py_1.tar.bz2 - version: 0.2.0 -- category: main - dependencies: - alsa-lib: '>=1.2.8,<1.2.9.0a0' - libdb: '>=6.2.32,<6.3.0a0' - libgcc-ng: '>=12' - libopus: '>=1.3.1,<2.0a0' - libsndfile: '>=1.1.0,<1.2.0a0' - libstdcxx-ng: '>=12' - readline: '>=8.1.2,<9.0a0' - hash: - md5: 5cef21ebd70a90a0d28127543a8d3739 - sha256: a1af470ea8f8dc250feba01807e450a8db440c8673b3393fd3627872a1faa664 - manager: conda - name: jack - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/jack-1.9.21-he978b8e_1.tar.bz2 - version: 1.9.21 -- category: main - dependencies: - python: '' - hash: - md5: 10759827a94e6b14996e81fb002c0bda - sha256: 3ca2456b121bf25e102581b45713530b8e9c0fb92f2e720880948ec85360017a - manager: conda - name: json5 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.5-pyh9f0ad1d_0.tar.bz2 - version: 0.9.5 -- category: main - dependencies: - python: '' - hash: - md5: 07d85c22a3beb102a48cd123df84c2a6 - sha256: da279af2285d8f575a7f5652e83bf7f36155c4c63154e385a9d171efcc607bc1 - manager: conda - name: jsonpointer - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jsonpointer-2.0-py_0.tar.bz2 - version: '2.0' -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 395233d17d26296e12354344a8c4673b - sha256: 3804828d5193cff4ca5128579508bbb206fde962baa5d42796ca6b511480c5cd - manager: conda - name: jupyterlab_widgets - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.3-pyhd8ed1ab_0.tar.bz2 - version: 3.0.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 41ca56d5cac7bfc7eb4fcdbee878eb84 - sha256: ad11704a392f9d30aae00f55923a3db20d1be86b9b28adc4f5708382cf51a948 - manager: conda - name: kiwisolver - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.4-py38h43d8883_1.tar.bz2 - version: 1.4.4 -- category: main - dependencies: - jpeg: '>=9e,<10a' - libgcc-ng: '>=12' - libtiff: '>=4.4.0,<5.0a0' - hash: - md5: dcc588839de1445d90995a0a2c4f3a39 - sha256: cbadb4150850941bf0518ba948effbbdd89b2c28dfdfed54eae196037e015b43 - manager: conda - name: lcms2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.14-h6ed2654_0.tar.bz2 - version: '2.14' -- category: main - dependencies: - libgcc-ng: '>=12' - libllvm15: '>=15.0.4,<15.1.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: d60d2d91b5991e364fd95cba5ec8ab96 - sha256: 47631acb56d426a1cda2fff8d51767e030909f576436c9e1a5d5976a61f3978f - manager: conda - name: libclang13 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-15.0.4-default_h3a83d3e_0.tar.bz2 - version: 15.0.4 -- category: main - dependencies: - krb5: '>=1.19.3,<1.20.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - hash: - md5: 3b88f1d0fe2580594d58d7e44d664617 - sha256: 293b4be657b9bb534c58b2add62c5088fdbd2e943ff5aea5b4595564cc15e681 - manager: conda - name: libcups - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h3e49a29_2.tar.bz2 - version: 2.3.3 -- category: main - dependencies: - krb5: '>=1.19.3,<1.20.0a0' - libgcc-ng: '>=12' - libnghttp2: '>=1.47.0,<2.0a0' - libssh2: '>=1.10.0,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 5e5f33d81f31598d87f9b849f73c30e3 - sha256: c9b7e26c4356aa3c0b81c70a6f7103a8c8db3d119cd3051e6312de50221d89f4 - manager: conda - name: libcurl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-7.86.0-h7bff187_1.tar.bz2 - version: 7.86.0 -- category: main - dependencies: - krb5: '>=1.19.3,<1.20.0a0' - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - readline: '>=8.1.2,<9.0a0' - hash: - md5: f5c8135a70758d928a8126998a6558d8 - sha256: f5cb56f5a05c298324a61b903741318516866cd69d072ea4c1819cb0780d1012 - manager: conda - name: libpq - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpq-14.5-hd77ab85_1.tar.bz2 - version: '14.5' -- category: main - dependencies: - libgcc-ng: '>=12' - libllvm11: '>=11.1.0,<11.2.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: c7437a5fe8b788821cfcec6bb05ab943 - sha256: 50010b8c0b556baf2291d246e524b81315639560e2c086834c17abe3cf440350 - manager: conda - name: llvmlite - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.39.1-py38h38d86a4_1.tar.bz2 - version: 0.39.1 -- category: main - dependencies: - python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' - hash: - md5: 91e27ef3d05cc772ce627e51cff111c4 - sha256: 9afe0b5cfa418e8bdb30d8917c5a6cec10372b037924916f1f85b9f4899a67a6 - manager: conda - name: locket - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2 - version: 1.0.0 -- category: main - dependencies: - libgcc-ng: '>=12' - lz4-c: '>=1.9.3,<1.10.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 570316ba7af197f56ab5c4a13c3af420 - sha256: a8c5b86e23f85fad62ea3cb0df35acf45173b2d60a938046b616bade917d79af - manager: conda - name: lz4 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-4.0.2-py38h1bf946c_0.tar.bz2 - version: 4.0.2 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: c342a370480791db83d5dd20f2d8899f - sha256: 7fee735dbd03326da05161c744f304b3e454b9e00ad3f061159d4367574efbbc - manager: conda - name: markupsafe - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.1-py38h0a891b7_2.tar.bz2 - version: 2.1.1 -- category: main - dependencies: - python: '>=2.7' - hash: - md5: 78e0a90393b79b378b8ff6d32893d58a - sha256: 9dc56355cc698e35c75607a5422ff8f5eb8c4eef7a3feca8bad9dd287ce9a7e5 - manager: conda - name: mistune - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/mistune-2.0.4-pyhd8ed1ab_0.tar.bz2 - version: 2.0.4 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 33d02b47a4a63aae3e1340fba09a8bb5 - sha256: 1c59385af1d2e39bc62f4543ebbf175f35384919846ead6ef525e2d7b59e284c - manager: conda - name: mplhep_data - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/mplhep_data-0.0.3-pyhd8ed1ab_0.tar.bz2 - version: 0.0.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: c7791d28af035651ed6ecac71096c76d - sha256: d6ebf9b11d3f6f97400c47108e03891b3cf217eb43aaadcb84f2d36e7dae0bb3 - manager: conda - name: msgpack-python - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.0.4-py38h43d8883_1.tar.bz2 - version: 1.0.4 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 6866dedec03e4d3ac2322bc9587b593e - sha256: 57801e71086cf8681210e45f9fbb6feb2a81accc54236a98fc6b728f003e4495 - manager: conda - name: multidict - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/multidict-6.0.2-py38h0a891b7_2.tar.bz2 - version: 6.0.2 -- category: main - dependencies: - python: '' - hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - manager: conda - name: munkres - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - version: 1.1.4 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: 7b868f21adde0d9b8b38f9c16836589b - sha256: 594d240d8be933b6e47b78b786269cc89ffa34874544d9dbed1c6afc9213869b - manager: conda - name: nest-asyncio - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.6-pyhd8ed1ab_0.tar.bz2 - version: 1.5.6 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.11,<1.3.0a0' - nspr: '>=4.32,<5.0a0' - sqlite: '>=3.38.5,<4.0a0' - hash: - md5: ab3df39f96742e6f1a9878b09274c1dc - sha256: 6dc675619b9a156641eeb898acf810f620bca5f1af1ced5508a6c7b7ff3e7306 - manager: conda - name: nss - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.78-h2350873_0.tar.bz2 - version: '3.78' -- category: main - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: d5a3620cd8c1af4115120f21d678507a - sha256: d6a94abc23255ae5a9168abfb7d71732e6381d17ef4ac18ed27aeb6c09e191c8 - manager: conda - name: numpy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.23.5-py38h7042d01_0.conda - version: 1.23.5 -- category: main - dependencies: - libgcc-ng: '>=12' - libpng: '>=1.6.37,<1.7.0a0' - libstdcxx-ng: '>=12' - libtiff: '>=4.4.0,<5.0a0' - libzlib: '>=1.2.12,<1.3.0a0' - hash: - md5: a11b4df9271a8d7917686725aa04c8f2 - sha256: a715cba5649f12a1dca53dfd72fc49577152041f033d7595cf4b6a655a5b93b6 - manager: conda - name: openjpeg - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.0-h7d73246_1.tar.bz2 - version: 2.5.0 -- category: main - dependencies: - python: '!=3.0,!=3.1,!=3.2,!=3.3' - hash: - md5: 457c2c8c08e54905d6954e79cb5b5db9 - sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f - manager: conda - name: pandocfilters - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 - version: 1.5.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 17a565a0c3899244e938cdf417e7b094 - sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - manager: conda - name: parso - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 - version: 0.8.3 -- category: main - dependencies: - python: '>=3' - hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - manager: conda - name: pickleshare - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - version: 0.7.5 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 16baa84609ca04c89819ed8520d194d1 - sha256: f51633a07fb3022e1497eb441af9068eb77be9c54c9ff6c8677f11e5496c18e7 - manager: conda - name: pkginfo - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pkginfo-1.9.1-pyhd8ed1ab_0.conda - version: 1.9.1 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 89e3c7cdde7d3aaa2aee933b604dd07f - sha256: 7d055ffc8a02bf781a89d069db3454b453605cdaff300b82cedcc7133283e47e - manager: conda - name: pkgutil-resolve-name - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_0.tar.bz2 - version: 1.3.10 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 2fb3f88922e7aec26ba652fcdfe13950 - sha256: a46843e317318405a8c66b640e7ad0c95d2f536918faa4f36cdfcda852000bcd - manager: conda - name: platformdirs - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-2.5.2-pyhd8ed1ab_1.tar.bz2 - version: 2.5.2 -- category: main - dependencies: - python: '' - hash: - md5: 7205635cd71531943440fbfe3b6b5727 - sha256: 2cd6fae8f9cbc806b7f828f006ae4a83c23fac917cacfd73c37ce322d4324e53 - manager: conda - name: ply - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-py_1.tar.bz2 - version: '3.11' -- category: main - dependencies: - python: '>=3.6' - hash: - md5: b260ed41427dbbe70537b3030c643b2e - sha256: e3aaefcdfed2e2425c9d6c7f1f729b0c3210c241ad0d92f263b01971b18f5310 - manager: conda - name: prometheus_client - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.15.0-pyhd8ed1ab_0.tar.bz2 - version: 0.15.0 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: fe2ef279417faa1af0adf178de2032f7 - sha256: f6ad065ad24c10f1760db4328fbd995f575c1a77bec5d331eeb431a81f6e2e6b - manager: conda - name: psutil - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.4-py38h0a891b7_0.tar.bz2 - version: 5.9.4 -- category: main - dependencies: - python: '' - hash: - md5: 359eeb6536da0e687af562ed265ec263 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - manager: conda - name: ptyprocess - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - version: 0.7.0 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: 6784285c7e55cb7212efabc79e4c2883 - sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - manager: conda - name: pure_eval - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 - version: 0.2.2 -- category: main - dependencies: - libgcc-ng: '>=12' - liblief: 0.12.3 h27087fc_0 - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 702c893cb8871b2b226255b8d71a151d - sha256: 4f6fe339e41158cf95ef99082d48514695ed9856c78c310f5711ba7f73d1376f - manager: conda - name: py-lief - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/py-lief-0.12.3-py38hfa26641_0.tar.bz2 - version: 0.12.3 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: f1c39cf3c19238d1e50429f81d4afae2 - sha256: 247b2e6fdb7b8262cc7e991052ea782287f54b9fe6ca81bc18402d43000a777a - manager: conda - name: pycosat - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.4-py38h0a891b7_1.tar.bz2 - version: 0.6.4 -- category: main - dependencies: - python: ==2.7.*|>=3.4 - hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - manager: conda - name: pycparser - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 - version: '2.21' -- category: main - dependencies: - python: '>=3.6' - hash: - md5: e8fbc1b54b25f4b08281467bc13b70cc - sha256: 4acc7151cef5920d130f2e0a7615559cce8bfb037aeecb14d4d359ae3d9bc51b - manager: conda - name: pyparsing - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.0.9-pyhd8ed1ab_0.tar.bz2 - version: 3.0.9 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: e65f072bbd50ecfbe453fc8777b6cc02 - sha256: 629feff24d46920f2238ae9941809c8db6b90b978829deb685741be90d84e134 - manager: conda - name: pyrsistent - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.19.2-py38h0a891b7_0.tar.bz2 - version: 0.19.2 -- category: main - dependencies: - __unix: '' - python: '>=3.8' - hash: - md5: 2a7de29fb590ca14b5243c4c812c8025 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - manager: conda - name: pysocks - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - version: 1.7.1 -- category: main - dependencies: - blosc: '>=1.21.1,<2.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 0d74eed248a6e9bacfc82667db40864d - sha256: 7f15a43f02118e28ff46e55566da3a035527f4e7db75bd7cfb3a7469054b68bb - manager: conda - name: python-blosc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-blosc-1.10.6-py38h8f669ce_1.tar.bz2 - version: 1.10.6 -- category: main - dependencies: - python: '>=3.3' - hash: - md5: 5fe4b6002f505336734ce92961b3e6a0 - sha256: f57c3029451da285fc16fd01f1783e00f3b8583b13030736277bd312c9f0adf2 - manager: conda - name: python-fastjsonschema - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.16.2-pyhd8ed1ab_0.tar.bz2 - version: 2.16.2 -- category: main - dependencies: - libarchive: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: c561c43ef1d26bcfd04191735feb8960 - sha256: 1b77adb941fc7301bfda0d778a9f3ef05691800300f5f0f52b9bea678c69fc01 - manager: conda - name: python-libarchive-c - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-libarchive-c-4.0-py38h578d9bd_2.tar.bz2 - version: '4.0' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: c1c49835f45526f4589102b2e7927694 - sha256: 8f686321d7415ac576eb9c9960352a3d8401c7e7467b9fabad01b7d4f8cd0483 - manager: conda - name: python-rapidjson - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-rapidjson-1.9-py38hfa26641_1.tar.bz2 - version: '1.9' -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - xxhash: '>=0.8.0,<0.8.1.0a0' - hash: - md5: 9b13816a39904084556126a6ce7fd0d0 - sha256: cdf262f10268b500f7e2039a4adfcb641b102e95cb6ffa50c2471f2dcf25076b - manager: conda - name: python-xxhash - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.0.0-py38h0a891b7_2.tar.bz2 - version: 3.0.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: b1f26ad83328e486910ef7f6e81dc061 - sha256: d82fa6df6707afaf7e9f7034c810ced6e5c2b313ce9bf49eeee613b0711da0ab - manager: conda - name: pytz - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2022.6-pyhd8ed1ab_0.tar.bz2 - version: '2022.6' -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - yaml: '>=0.2.5,<0.3.0a0' - hash: - md5: 0856c59f9ddb710c640dc0428d66b1b7 - sha256: 21e0e474a9e9d3ba4bc1a55c61285bd9d46a9f14e35b9269b818cd1ef58227fe - manager: conda - name: pyyaml - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0-py38h0a891b7_5.tar.bz2 - version: '6.0' -- category: main - dependencies: - libgcc-ng: '>=12' - libsodium: '>=1.0.18,<1.0.19.0a0' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - zeromq: '>=4.3.4,<4.4.0a0' - hash: - md5: a0d5ef0498ced7a2afd82ee17994935e - sha256: 44479c3b783986f591de0e3c4db0a6cff480283022148c67db6144aa4885224b - manager: conda - name: pyzmq - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-24.0.1-py38hfc09fa9_1.tar.bz2 - version: 24.0.1 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - yaml: '>=0.2.5,<0.3.0a0' - hash: - md5: 736c9423746276bad8202aa93cdaedcb - sha256: 9b607abbda9c420c4f06b6a1485171e1c2fbf1cb1fb50cf57d31cfa68b0c3d34 - manager: conda - name: ruamel_yaml - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruamel_yaml-0.15.80-py38h0a891b7_1008.tar.bz2 - version: 0.15.80 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: edab14119efe85c3bf131ad747e9005c - sha256: 1a8e79f256e747bae4e7aefd3b06261f428f30cdd14e61fbe7bbe628b31df224 - manager: conda - name: send2trash - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.0-pyhd8ed1ab_0.tar.bz2 - version: 1.8.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: cfb8dc4d9d285ca5fb1177b9dd450e33 - sha256: 55521371cfbd1bc046c362a108f9b8e294c35604896757659c6fb6765b6955c2 - manager: conda - name: setuptools - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-65.5.1-pyhd8ed1ab_0.tar.bz2 - version: 65.5.1 -- category: main - dependencies: - python: '>=3' - hash: - md5: 12b5f0d11cc26bf386bd9a2f99099648 - sha256: b9a9bbde381320514b826893154c7b060639276b2ed103be3aba1e4b7b33aac6 - manager: conda - name: simpervisor - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/simpervisor-0.4-pyhd8ed1ab_0.tar.bz2 - version: '0.4' -- category: main - dependencies: - python: '' - hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - manager: conda - name: six - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - version: 1.16.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: dd6cbc539e74cb1f430efbd4575b9303 - sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 - manager: conda - name: sniffio - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 - version: 1.3.0 -- category: main - dependencies: - python: '>=2.7' - hash: - md5: 6d6552722448103793743dabfbda532d - sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 - manager: conda - name: sortedcontainers - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 - version: 2.4.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 146f4541d643d48fc8a75cacf69f03ae - sha256: 72d80dda41c3902c2619e8ab49d4f5b2a894d13375e1f9ed16fc00074ddd2307 - manager: conda - name: soupsieve - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.3.2.post1-pyhd8ed1ab_0.tar.bz2 - version: 2.3.2.post1 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 4759805cce2d914c38472f70bf4d8bcb - sha256: f6e4a0dd24ba060a4af69ca79d32361a6678e61d78c73eb5e357909b025b4620 - manager: conda - name: tabulate - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 - version: 0.9.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 3d4afc31302aa7be471feb6be048ed76 - sha256: fdf33a560f402de6201574bfc6a57c48cd379a970b51c11153a8687a8c078ce6 - manager: conda - name: tblib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tblib-1.7.0-pyhd8ed1ab_0.tar.bz2 - version: 1.7.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 97e6f26dd5b93c9f5e6142e16ee3af62 - sha256: 089372e831e1e879b4354f9be8a6dcad98b3e67732dd9167890c4f2e57cdd530 - manager: conda - name: tenacity - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.1.0-pyhd8ed1ab_0.tar.bz2 - version: 8.1.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: a2995ee828f65687ac5b1e71a2ab1e0c - sha256: c7a964811ba49c545236f7d6c2486b2ed493931660048a06fe94ecc851dd0b82 - manager: conda - name: threadpoolctl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.1.0-pyh8a188c0_0.tar.bz2 - version: 3.1.0 -- category: main - dependencies: - python: '>=2.7' - hash: - md5: f832c45a477c78bebd107098db465095 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - manager: conda - name: toml - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - version: 0.10.2 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - manager: conda - name: tomli - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - version: 2.0.1 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: 92facfec94bc02d6ccf42e7173831a36 - sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b - manager: conda - name: toolz - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 - version: 0.12.0 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: d9e2836a4a46935f84b858462d54a7c3 - sha256: 33cde02973405b2dcfef40545c89f29e5d22e6c9a925e6a464743ba38e1826ac - manager: conda - name: tornado - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.1-py38h0a891b7_3.tar.bz2 - version: '6.1' -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 63650c013737b2801811bcd94524e863 - sha256: c5a333fa75f4d9ef577631a0ec6a3eb9d3538b5bc873286679cb3851419bf55b - manager: conda - name: traitlets - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.5.0-pyhd8ed1ab_0.tar.bz2 - version: 5.5.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 2d93b130d148d7fc77e583677792fc6a - sha256: 70c57b5ac94cd32e78f1a2fa2c38572bfac85b901a6a99aa254a9e8e126c132d - manager: conda - name: typing_extensions - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.4.0-pyha770c72_0.tar.bz2 - version: 4.4.0 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 44421904760e9f5ae2035193e04360f0 - sha256: 55857db2dbb982831ad475dba5b43eb32582caf45536a63cfef4026cbbb1ea6b - manager: conda - name: unicodedata2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.0.0-py38h0a891b7_0.tar.bz2 - version: 15.0.0 -- category: main - dependencies: - python: '' - hash: - md5: 3563be4c5611a44210d9ba0c16113136 - sha256: 302f4f4bd1ad00c0be1426ecf6bb01db59cfd8aff3de0cf1596526dca1a6b70e - manager: conda - name: webencodings - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-py_1.tar.bz2 - version: 0.5.1 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 5309fca1777cfdd2d7ab582edb8cc41a - sha256: cf252c7ce64ab21e6dac77f070046f7523a9027059ab50856a17c3178f8c9187 - manager: conda - name: websocket-client - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.4.2-pyhd8ed1ab_0.tar.bz2 - version: 1.4.2 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: c829cfb8cb826acb9de0ac1a2df0a940 - sha256: bd4f11ff075ff251ade9f57686f31473e25be46ab282d9603f551401250f9f44 - manager: conda - name: wheel - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - version: 0.38.4 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: e9a70e82e24a455386e4f2321b0ab18e - sha256: 4b1c46c35bdff4ec210054eba8714a56081e4832be5361843167dbae23e537ea - manager: conda - name: widgetsnbextension - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.3-pyhd8ed1ab_0.tar.bz2 - version: 4.0.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - xcb-util: '>=0.4.0,<0.5.0a0' - hash: - md5: c9b568bd804cb2903c6be6f5f68182e4 - sha256: 6db358d4afa0eb1225e24871f6c64c1b6c433f203babdd43508b0d61252467d1 - manager: conda - name: xcb-util-image - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-h166bdaf_0.tar.bz2 - version: 0.4.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 0c0e2e24aa2e9ee3dd99c611b1098047 - sha256: 65553bbb7bdfedc1a17abc7cb26df8fb38aa50d9e56aa0eeb64a68a060d5301a - manager: conda - name: xyzservices - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/xyzservices-2022.9.0-pyhd8ed1ab_0.tar.bz2 - version: 2022.9.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 09b5b885341697137879a4f039a9e5a1 - sha256: d98e41fe62edde9d979d79114f8cffa992ca86f4e7428c75e3c8b8fd6ab040a3 - manager: conda - name: zipp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.11.0-pyhd8ed1ab_0.conda - version: 3.11.0 -- category: main - dependencies: - frozenlist: '>=1.1.0' - python: '>=3.7' - hash: - md5: d1e1eb7e21a9e2c74279d87dafb68156 - sha256: 575c742e14c86575986dc867463582a970463da50b77264cdf54df74f5563783 - manager: conda - name: aiosignal - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - version: 1.3.1 -- category: main - dependencies: - async-exit-stack: '' - python: '>=3.6' - hash: - md5: 91f79a9aec935978f302c1aa59882022 - sha256: 70511f689769f1285a960ed151f8ebd73915fac9768d582b3d6ffb0ccb28fb85 - manager: conda - name: aiostream - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/aiostream-0.4.5-pyhd8ed1ab_0.tar.bz2 - version: 0.4.5 -- category: main - dependencies: - idna: '>=2.8' - python: '>=3.7' - sniffio: '>=1.1' - typing_extensions: '' - hash: - md5: 8ada050fa88f26916fc1e76e368a49fd - sha256: fd75e43157315b02a816d8feddd6da6fffe84d4c78e6429cf017e366b54bcb74 - manager: conda - name: anyio - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/anyio-3.6.2-pyhd8ed1ab_0.tar.bz2 - version: 3.6.2 -- category: main - dependencies: - python: '>=3.5' - six: '' - hash: - md5: 4bb36cb24fef8d5ba67f2e48e55d979f - sha256: c63a49da9218405d3d7f0aa17aa08ea90e6d992d7a1f93393098c28042791948 - manager: conda - name: asttokens - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.2.0-pyhd8ed1ab_0.conda - version: 2.2.0 -- category: main - dependencies: - numpy: '>=1.13.1' - python: ==2.7.*|>=3.5 - hash: - md5: aff59fbaddc02ad7d371299e3e3dc093 - sha256: 50c345aae8357cd2a3bf3f2d505b74f47bed6c66037881eadae47d8e9ac219db - manager: conda - name: awkward0 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/awkward0-0.15.5-pyhd8ed1ab_0.tar.bz2 - version: 0.15.5 -- category: main - dependencies: - aws-c-cal: '>=0.5.12,<0.5.13.0a0' - aws-c-common: '>=0.6.17,<0.6.18.0a0' - aws-c-http: '>=0.6.10,<0.6.11.0a0' - aws-c-io: '>=0.10.14,<0.10.15.0a0' - aws-c-sdkutils: '>=0.1.1,<0.1.2.0a0' - libgcc-ng: '>=9.4.0' - hash: - md5: fce5afd13e321e3f8aa895598f422748 - sha256: 40d0c529f95682c6dce52a64887d67eb9e4b6c6fbd54a0fc295016d2de3697b8 - manager: conda - name: aws-c-auth - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.6.8-hadad3cd_1.tar.bz2 - version: 0.6.8 -- category: main - dependencies: - aws-c-common: '>=0.6.17,<0.6.18.0a0' - aws-c-http: '>=0.6.10,<0.6.11.0a0' - aws-c-io: '>=0.10.14,<0.10.15.0a0' - libgcc-ng: '>=9.4.0' - hash: - md5: 2e5e361a8c21023460d4348118510b86 - sha256: 88738f84c28973ca599fd2e508bf865977e4da4d0d12f552138c00afb464762c - manager: conda - name: aws-c-mqtt - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.7.10-h885097b_0.tar.bz2 - version: 0.7.10 -- category: main - dependencies: - aws-c-common: '>=0.6.2,<0.6.3.0a0' - aws-c-event-stream: '>=0.2.7,<0.2.8.0a0' - libcurl: '>=7.86.0,<8.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: e29dc8e8611b70cdfcc3139dba6e9001 - sha256: 0830feba7382290c54c69fa114a60f7eb6ab062fc1604b34248663bd318fb193 - manager: conda - name: aws-sdk-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.8.186-hecaee15_4.tar.bz2 - version: 1.8.186 -- category: main - dependencies: - python: '>=3.6' - pytz: '' - hash: - md5: 2ea70fde8d581ba9425a761609eed6ba - sha256: 21a8403d886136c0a80f965ae5387fa1693b19ddd69023bcd0e844f2510d7e2f - manager: conda - name: babel - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.11.0-pyhd8ed1ab_0.tar.bz2 - version: 2.11.0 -- category: main - dependencies: - backports: '' - python: '>=3.6' - setuptools: '' - hash: - md5: c5b3edc62d6309088f4970b3eaaa65a6 - sha256: fdea00d4b79990f3fe938e2716bc32bd895eb5c44b6c75b8261db095a1b33c16 - manager: conda - name: backports.functools_lru_cache - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.4-pyhd8ed1ab_0.tar.bz2 - version: 1.6.4 -- category: main - dependencies: - python: '>=3.6' - soupsieve: '>=1.2' - hash: - md5: eeec8814bd97b2681f708bb127478d7d - sha256: e16b4f73965c5e05896f27fd0a254576c4f65496b19eecddcd3039086ea762c8 - manager: conda - name: beautifulsoup4 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.11.1-pyha770c72_0.tar.bz2 - version: 4.11.1 -- category: main - dependencies: - boost-cpp: 1.78.0.* - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: b29ec4189e91f651ae926ce1a60b38ca - sha256: d1bcc17d39a68f9fa8c96d28096ae142e396ddef8ff9c09560bd4130df3b199c - manager: conda - name: boost - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/boost-1.78.0-py38h4e30db6_4.tar.bz2 - version: 1.78.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: dd24fd546ad314c466e270aef71e3ef5 - sha256: ccd8ef05370c8c8c8e1bcb23d040945c27a90ec9e73a381114af706aad0d2ef7 - manager: conda - name: boost-histogram - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/boost-histogram-1.3.2-py38h43d8883_2.tar.bz2 - version: 1.3.2 -- category: main - dependencies: - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - pycparser: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 2276b1f4d1ede3f5f14cc7e4ae6f9a33 - sha256: a53a8f4e39b4163e073f1e78915085cc0a41333e8824b273fb9a213586609af1 - manager: conda - name: cffi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.15.1-py38h4a40e3a_2.tar.bz2 - version: 1.15.1 -- category: main - dependencies: - python: '>=3.6' - traitlets: '' - hash: - md5: b7a6eec95756cb01c90190261e61adb3 - sha256: ae3d6123a419894acac7edca6426b34f1fefeb5cc26bc749c8bb5559b6b5cc0a - manager: conda - name: comm - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.1-pyhd8ed1ab_0.conda - version: 0.1.1 -- category: main - dependencies: - future: '>=0.14.0' - python: '' - hash: - md5: 6aa0173c14befcd577ded130cf6f22f5 - sha256: 10577f82bafd5d37f0c3f2122272d0dc1f2d133655c2bdd1a3cd5f910d0bd4c5 - manager: conda - name: commonmark - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/commonmark-0.9.1-py_0.tar.bz2 - version: 0.9.1 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.16' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 1107ee053d55172b26c4fc905dd0238e - sha256: f5676157d16d7cad2a368de3bed2d69de83fe65edca90f805c9a24a3e6ac153e - manager: conda - name: contourpy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.0.6-py38h43d8883_0.tar.bz2 - version: 1.0.6 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - toolz: '>=0.10.0' - hash: - md5: 183f6160ab3498b882e903b06be7d430 - sha256: ade0f0bfe23e7aa90675615be71edfb6e617052bb0655f7a4862d56990cb09ab - manager: conda - name: cytoolz - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cytoolz-0.12.0-py38h0a891b7_1.tar.bz2 - version: 0.12.0 -- category: main - dependencies: - brotli: '' - libgcc-ng: '>=12' - munkres: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - unicodedata2: '>=14.0.0' - hash: - md5: 62c89ddefed9c5835e228a32b357a28d - sha256: 5d97360574bf0a8f773ac01dcd6744ac3e0e7a503885d17e6b7f0168f09f6f22 - manager: conda - name: fonttools - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.38.0-py38h0a891b7_1.tar.bz2 - version: 4.38.0 -- category: main - dependencies: - gettext: '>=0.21.1,<1.0a0' - glib-tools: 2.74.1 h6239696_1 - libgcc-ng: '>=12' - libglib: 2.74.1 h606061b_1 - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - python: '*' - hash: - md5: f3220a9e9d3abcbfca43419a219df7e4 - sha256: bc3f1d84e976a62ae8388e3b44f260d867beb7a307c18147048a8301a3c12e47 - manager: conda - name: glib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-2.74.1-h6239696_1.tar.bz2 - version: 2.74.1 -- category: main - dependencies: - libcurl: '>=7.83.1,<8.0a0' - libgcc-ng: '>=12' - libgfortran-ng: '' - libgfortran5: '>=10.3.0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: b014a5f912e0193783e48086b7bb3995 - sha256: 6f0a1e7fe9c76fee4f490b33a91465a3a4690a5ccf1df21c7bde141ab320ea96 - manager: conda - name: hdf5 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.12.2-nompi_h2386368_100.tar.bz2 - version: 1.12.2 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: ac5616d46005441a01ca4e9d204ce7d7 - sha256: fada63006ea6bee87759805d852230c7890077675f72482c3291bf6a2fe7d42d - manager: conda - name: iminuit - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/iminuit-2.17.0-py38hfa26641_1.tar.bz2 - version: 2.17.0 -- category: main - dependencies: - python: '>=3.8' - zipp: '>=0.5' - hash: - md5: 46a62e35b9ae515cf0e49afc7fe0e7ef - sha256: 6e5e45c3cc3ba9fc854cd80960d775ff6c042e1f0b1351ca2e294b1b9d987d8c - manager: conda - name: importlib-metadata - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-5.1.0-pyha770c72_0.conda - version: 5.1.0 -- category: main - dependencies: - python: '>=3.6' - zipp: '>=3.1.0' - hash: - md5: eb521efe7f5550de7573bc1629b74a05 - sha256: d4929ef6dd4ba4222dc2bd737c365833b896a3ee89f9e5142df763799b5ca944 - manager: conda - name: importlib_resources - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-5.10.0-pyhd8ed1ab_0.tar.bz2 - version: 5.10.0 -- category: main - dependencies: - parso: '>=0.8.0,<0.9.0' - python: '>=3.6' - hash: - md5: b5e695ef9c3f0d27d6cd96bf5adc9e07 - sha256: abe63ae6e1b13f83500608d94004cb8d485b264083511d77f79253e775cd546c - manager: conda - name: jedi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.18.2-pyhd8ed1ab_0.conda - version: 0.18.2 -- category: main - dependencies: - markupsafe: '>=2.0' - python: '>=3.7' - hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - manager: conda - name: jinja2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 - version: 3.1.2 -- category: main - dependencies: - python: '>=3.6' - setuptools: '' - hash: - md5: 7583652522d71ad78ba536bba06940eb - sha256: 0c21351871df2c0a53168575597dd9c881e2a9fa4c42fe89a9bcd7fab37f462c - manager: conda - name: joblib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/joblib-1.2.0-pyhd8ed1ab_0.tar.bz2 - version: 1.2.0 -- category: main - dependencies: - jsonpointer: '>=1.9' - python: '>=3.6' - hash: - md5: 09150b51b0528a31a0f6500b96fdde82 - sha256: d87fd8da2d3327744821b6b1d1e5b76e4077224fb626ce02d6623a1bc6ee2563 - manager: conda - name: jsonpatch - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.32-pyhd8ed1ab_0.tar.bz2 - version: '1.32' -- category: main - dependencies: - platformdirs: '>=2.5' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - traitlets: '>=5.3' - hash: - md5: 01918c3450aaae0885cd21aa36ed7227 - sha256: 8dc29f6cbf09ae0d3f093c754371db2c8a6830c79d549155d92b676a978168f1 - manager: conda - name: jupyter_core - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.1.0-py38h578d9bd_0.conda - version: 5.1.0 -- category: main - dependencies: - libclang13: 15.0.4 default_h3a83d3e_0 - libgcc-ng: '>=12' - libllvm15: '>=15.0.4,<15.1.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 248a013d3e7248c5c5f4ff69ffc307e8 - sha256: 964da29f7b53cf21590b8dbb367b237c5a5731974d33f0e34f2f8d693cac2796 - manager: conda - name: libclang - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-15.0.4-default_h2e3cab8_0.tar.bz2 - version: 15.0.4 -- category: main - dependencies: - libabseil: 20220623.0 cxx17* - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=7.86.0,<8.0a0' - libgcc-ng: '>=12' - libgrpc: '>=1.49.1,<1.50.0a0' - libprotobuf: '>=3.21.9,<3.22.0a0' - libstdcxx-ng: '>=12' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 64de9e9d502aef39cd6b83505ecbaff5 - sha256: 4464b3a8ea4cfead5eeadfd2b07160101d4b249c65c2461e79bcc1ac07872fbe - manager: conda - name: libgoogle-cloud - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.3.0-hcb5eced_1.tar.bz2 - version: 2.3.0 -- category: main - dependencies: - python: '>=3.6' - traitlets: '' - hash: - md5: b21613793fcc81d944c76c9f2864a7de - sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - manager: conda - name: matplotlib-inline - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 - version: 0.1.6 -- category: main - dependencies: - pyparsing: '>=2.0.2,!=3.0.5' - python: '>=3.6' - hash: - md5: 71f1ab2de48613876becddd496371c85 - sha256: 8322a9e93e2e09fbf2103f0d37c9287b7b97387125abadd6db26686084893540 - manager: conda - name: packaging - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/packaging-21.3-pyhd8ed1ab_0.tar.bz2 - version: '21.3' -- category: main - dependencies: - locket: '' - python: '>=3.7' - toolz: '' - hash: - md5: af8c82d121e63082926062d61d9abb54 - sha256: 0bba1886af3b9aaa398e237dc481c1afb06289b81c5434bf51d089b553f0035b - manager: conda - name: partd - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/partd-1.3.0-pyhd8ed1ab_0.tar.bz2 - version: 1.3.0 -- category: main - dependencies: - ptyprocess: '>=0.5' - python: '' - hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - manager: conda - name: pexpect - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 - version: 4.8.0 -- category: main - dependencies: - freetype: '>=2.12.1,<3.0a0' - jpeg: '>=9e,<10a' - lcms2: '>=2.12,<3.0a0' - libgcc-ng: '>=12' - libtiff: '>=4.4.0,<5.0a0' - libwebp-base: '>=1.2.4,<2.0a0' - libxcb: '>=1.13,<1.14.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - tk: '>=8.6.12,<8.7.0a0' - hash: - md5: 61dc7b3140b7b79b1985b53d52726d74 - sha256: 61f160a70a239aaf8f9a1f34801cea276d46fa5260202446b8d37b7853f4f9f1 - manager: conda - name: pillow - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pillow-9.2.0-py38h9eb91d8_3.tar.bz2 - version: 9.2.0 -- category: main - dependencies: - python: '>=3.7' - setuptools: '' - wheel: '' - hash: - md5: da66f2851b9836d3a7c5190082a45f7d - sha256: 7a86b2427abbf5cf695da192ba1c03130115f157297e7bfde65f0a18a345a7bc - manager: conda - name: pip - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pip-22.3.1-pyhd8ed1ab_0.tar.bz2 - version: 22.3.1 -- category: main - dependencies: - alsa-lib: '>=1.2.8,<1.2.9.0a0' - dbus: '>=1.13.6,<2.0a0' - fftw: '>=3.3.10,<4.0a0' - jack: '>=1.9.21,<1.10.0a0' - libcap: '>=2.66,<2.67.0a0' - libgcc-ng: '>=12' - libglib: '>=2.74.1,<3.0a0' - libiconv: '>=1.17,<2.0a0' - libsndfile: '>=1.1.0,<1.2.0a0' - libstdcxx-ng: '>=12' - libtool: '>=2.4' - libudev1: '>=251' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 316026c5f80d8b5b9666e87b8614ac6c - sha256: d10a9df7f868baf2f877885c10cf4e10793c6185e8fbc0035fa222fa9c586a9f - manager: conda - name: pulseaudio - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-14.0-h0d2025b_11.tar.bz2 - version: '14.0' -- category: main - dependencies: - python: '>=3.6' - setuptools: '' - hash: - md5: 9f478e8eedd301008b5f395bad0caaed - sha256: 4f61addd5ab463c5fe7a3040a2d710ff2aed9c989b6cee2de2486187108bcdd5 - manager: conda - name: pygments - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.13.0-pyhd8ed1ab_0.tar.bz2 - version: 2.13.0 -- category: main - dependencies: - python: '>=3.6' - six: '>=1.5' - hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - manager: conda - name: python-dateutil - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 - version: 2.8.2 -- category: main - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - libgfortran-ng: '' - libgfortran5: '>=10.4.0' - liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: dfd81898f0c6e9ee0c22305da6aa443e - sha256: 3f73bcd37217ca412c5c5ce40c0f1ba2eae0ff95eac940dbdcbfedaf965bd12d - manager: conda - name: scipy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.9.3-py38h8ce737c_2.tar.bz2 - version: 1.9.3 -- category: main - dependencies: - libcurl: '>=7.83.1,<8.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libuuid: '>=2.32.1,<3.0a0' - openssl: '>=1.1.1p,<1.1.2a' - sqlite: '>=3.38.5,<4.0a0' - hash: - md5: f310918c6bc02b33ffa1108b25805664 - sha256: 7dab6d3429f918f05419b7bd21573a759f04f85546179a05469f4a42223fcdde - manager: conda - name: scitokens-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/scitokens-cpp-0.7.1-h0255ffa_0.tar.bz2 - version: 0.7.1 -- category: main - dependencies: - __linux: '' - ptyprocess: '' - python: '>=3.7' - tornado: '>=6.1.0' - hash: - md5: 57127b015e2f20aa5410666c58a07d61 - sha256: 10c5c8f97ecd66c16c7af25d5b34bd9454c203d8c5175de88f3852b0065ceac3 - manager: conda - name: terminado - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.0-pyh41d4057_0.tar.bz2 - version: 0.17.0 -- category: main - dependencies: - python: '>=3.5' - webencodings: '>=0.4' - hash: - md5: 7234c9eefff659501cd2fe0d2ede4d48 - sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d - manager: conda - name: tinycss2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 - version: 1.2.1 -- category: main - dependencies: - colorama: '' - python: '>=2.7' - hash: - md5: 5526ff3f88f9db87bb0924b9ce575345 - sha256: d196e0c3a057a840147fa23d3d43eafd6b63258846bdafe8ac17f70b534f91bd - manager: conda - name: tqdm - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.64.1-pyhd8ed1ab_0.tar.bz2 - version: 4.64.1 -- category: main - dependencies: - typing_extensions: 4.4.0 pyha770c72_0 - hash: - md5: be969210b61b897775a0de63cd9e9026 - sha256: 6f129b1bc18d111dcf3abaec6fcf6cbee00f1b77bb42d0f0bc8d85f8faa65cf0 - manager: conda - name: typing-extensions - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.4.0-hd8ed1ab_0.tar.bz2 - version: 4.4.0 -- category: main - dependencies: - numpy: '>=1.13.3' - python: '>=3.6' - typing_extensions: '>=3.7' - hash: - md5: 87bd37fd92e8850b6ea293ead6dbf31a - sha256: fe40e9eb42ceb65ba8a22854357eaaa5a402948a8e8a31d6f30f357533330279 - manager: conda - name: uhi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/uhi-0.3.2-pyhd8ed1ab_0.tar.bz2 - version: 0.3.2 -- category: main - dependencies: - numpy: '' - python: '>=3.5' - hash: - md5: f003f17d40cf0c4c197df6059f3e8d1d - sha256: 21ef60b191b727002017d521ce809256f8c0793100e12796ea06dc4297848695 - manager: conda - name: uproot-base - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/uproot-base-4.3.7-pyhc9056f5_1.tar.bz2 - version: 4.3.7 -- category: main - dependencies: - idna: '>=2.0' - libgcc-ng: '>=12' - multidict: '>=4.0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: e692d623b751b32501203663b8b63c20 - sha256: 4fa3e51d9d6e71d0b849da2e3e47d0b1b50b2a92513cc163ee9f9a59fe18ae56 - manager: conda - name: yarl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.8.1-py38h0a891b7_0.tar.bz2 - version: 1.8.1 -- category: main - dependencies: - heapdict: '' - python: '>=3.7' - hash: - md5: cd563d01df94e51f968645dbf3b310b0 - sha256: 539f925365d2a0455f83375385ff73a62a53d469495d9439c939bb2cc90f7de2 - manager: conda - name: zict - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/zict-2.2.0-pyhd8ed1ab_0.tar.bz2 - version: 2.2.0 -- category: main - dependencies: - python: '' - setuptools: '' - hash: - md5: 82afb122a3152f24339bda8fee5ff062 - sha256: c2a7511605c6c7d45a8f229f26e708c8e56ed466bd77abc7857715b986c052fc - manager: conda - name: zope.event - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/zope.event-4.5.0-pyh9f0ad1d_0.tar.bz2 - version: 4.5.0 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - setuptools: '' - hash: - md5: cf33947d90bc7d2678b57d10c1d7bf03 - sha256: d3ab0eac74849a694707bb3b00a815c1c57053f79fdc2e41d7efa3db1782c333 - manager: conda - name: zope.interface - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zope.interface-5.5.2-py38h0a891b7_0.tar.bz2 - version: 5.5.2 -- category: main - dependencies: - cffi: '>=1.0.1' - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: efcaa056d265a3138d2038a4b6b68791 - sha256: f7a7c261addfdbe300603976a76853087d5efe93d1d90a5ff745d5f003abaec7 - manager: conda - name: argon2-cffi-bindings - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py38h0a891b7_3.tar.bz2 - version: 21.2.0 -- category: main - dependencies: - aws-sdk-cpp: '>=1.8.186,<1.8.187.0a0' - bzip2: '>=1.0.8,<2.0a0' - c-ares: '>=1.18.1,<2.0a0' - gflags: '>=2.2.2,<2.3.0a0' - glog: '>=0.6.0,<0.7.0a0' - libabseil: 20220623.0 cxx17* - libbrotlicommon: '>=1.0.9,<1.1.0a0' - libbrotlidec: '>=1.0.9,<1.1.0a0' - libbrotlienc: '>=1.0.9,<1.1.0a0' - libgcc-ng: '>=12' - libgoogle-cloud: '>=2.3.0,<2.3.1.0a0' - libgrpc: '>=1.49.1,<1.50.0a0' - libprotobuf: '>=3.21.9,<3.22.0a0' - libstdcxx-ng: '>=12' - libthrift: '>=0.16.0,<0.16.1.0a0' - libutf8proc: '>=2.7.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - numpy: '>=1.20.3,<2.0a0' - openssl: '>=1.1.1q,<1.1.2a' - orc: '>=1.8.0,<1.8.1.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - re2: '>=2022.6.1,<2022.6.2.0a0' - snappy: '>=1.1.9,<2.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: be28fefc353c389b0d442fc005fdf929 - sha256: 329f2fbb524cd4c5e74b55df3cbeb6dc8898fd7bc0a6a7cc9343a80f0d0e5534 - manager: conda - name: arrow-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/arrow-cpp-9.0.0-py38hc370d79_10_cpu.tar.bz2 - version: 9.0.0 -- category: main - dependencies: - python: '>=3.6' - typing-extensions: '>=3.6.5' - hash: - md5: 25e79f9a1133556671becbd65a170c78 - sha256: a08b78e6fadee1ffac0f255363d2a08a0c589c7403fd2a71c1c0b6aafd5e0737 - manager: conda - name: async-timeout - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.2-pyhd8ed1ab_0.tar.bz2 - version: 4.0.2 -- category: main - dependencies: - importlib_resources: '' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.13.1' - packaging: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: e735d6e6c916db69fc3df7183875018a - sha256: 8d194c5924d173dddba64d9b9fb389643df6598071b82930585d728d9ba027ba - manager: conda - name: awkward - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/awkward-1.10.2-py38hfa26641_0.tar.bz2 - version: 1.10.2 -- category: main - dependencies: - aws-c-auth: '>=0.6.8,<0.6.9.0a0' - aws-c-cal: '>=0.5.12,<0.5.13.0a0' - aws-c-common: '>=0.6.17,<0.6.18.0a0' - aws-c-http: '>=0.6.10,<0.6.11.0a0' - aws-c-io: '>=0.10.14,<0.10.15.0a0' - libgcc-ng: '>=9.4.0' - openssl: '>=1.1.1l,<1.1.2a' - hash: - md5: aaddb9ce682eb322795d77c473ad1e7d - sha256: cb97d12a1f6fd317552c4b12b11aa3b276fd205ca772aceaeb2a92c0792bca39 - manager: conda - name: aws-c-s3 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.1.29-h8d70ed6_0.tar.bz2 - version: 0.1.29 -- category: main - dependencies: - packaging: '' - python: '>=3.6' - setuptools: '' - six: '>=1.9.0' - webencodings: '' - hash: - md5: 1f5151d37e4a2b1137f81c89a3a769f2 - sha256: b85dd43a40efd13c860086365d181eb9bc64cc757c36a05edc7544c3fa622bf8 - manager: conda - name: bleach - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/bleach-5.0.1-pyhd8ed1ab_0.tar.bz2 - version: 5.0.1 -- category: main - dependencies: - cffi: '>=1.0.0' - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: e99e08812dfff30fdd17b3f8838e2759 - sha256: 560848f841eb649f99176c8f298c61997804782579881f4d28662e02436b4a8d - manager: conda - name: brotlipy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotlipy-0.7.0-py38h0a891b7_1005.tar.bz2 - version: 0.7.0 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - tqdm: '' - hash: - md5: 823477a208dc544347ea8a4262faa2c4 - sha256: bb919f51c717c5a1fffeade7287a6a8f9184c2a5632245e6781e9acfd06a39ba - manager: conda - name: conda-package-handling - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/conda-package-handling-1.9.0-py38h0a891b7_1.tar.bz2 - version: 1.9.0 -- category: main - dependencies: - cffi: '>=1.12' - libgcc-ng: '>=12' - openssl: '>=1.1.1s,<1.1.2a' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 6929a22f82fc8b7b0432b07be73796e2 - sha256: fe016e522a348ee7fb0a8f288181f9c85362562c106dc0d1c2fc116b9a30c519 - manager: conda - name: cryptography - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-38.0.4-py38h2b5fc30_0.conda - version: 38.0.4 -- category: main - dependencies: - cloudpickle: '>=1.1.1' - fsspec: '>=0.6.0' - packaging: '>=20.0' - partd: '>=0.3.10' - python: '>=3.8' - pyyaml: '>=5.3.1' - toolz: '>=0.8.2' - hash: - md5: 9993f51a02fc8338837421211b53ab19 - sha256: c622a8ecbe3c152aa5fca215c0b8e4990f4bd57ff1d653f110708c445358fca5 - manager: conda - name: dask-core - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2022.9.2-pyhd8ed1ab_0.tar.bz2 - version: 2022.9.2 -- category: main - dependencies: - c-ares: '>=1.18.1,<2.0a0' - cffi: '>=1.11.5' - greenlet: '>=2.0.0' - libev: '>=4.33,<4.34.0a0' - libgcc-ng: '>=12' - libuv: '>=1.44.2,<2.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - setuptools: '' - zope.event: '' - zope.interface: '' - hash: - md5: 336decf8d44e69ea415fc6880d8c8f12 - sha256: 7779b4b17a2fe38f3f42ba7cef800fe5c4e882a26dc3a5d43c0eecad4be2b3ef - manager: conda - name: gevent - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gevent-22.10.2-py38h0fd6f59_0.tar.bz2 - version: 22.10.2 -- category: main - dependencies: - gettext: '>=0.21.1,<1.0a0' - glib: '>=2.74.1,<3.0a0' - libgcc-ng: '>=12' - libglib: '>=2.74.1,<3.0a0' - libstdcxx-ng: '>=12' - hash: - md5: e604f83df3497fcdb6991ae58b73238f - sha256: c61794f2a64446346cdefed92ddca9aa7cd308b090ac4951cfcf7754e483915d - manager: conda - name: gstreamer - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.21.1-hd4edc92_1.tar.bz2 - version: 1.21.1 -- category: main - dependencies: - click: '>=7.0.0' - numpy: '>=1.0.0' - python: '>=3.6' - uhi: '>=0.2.1' - hash: - md5: 66b1ad59194723afa681d416ebd8f1d0 - sha256: b3e2616c976be99efd1936465f9343ca54370358256158d9b3732a1096da3e13 - manager: conda - name: histoprint - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/histoprint-2.4.0-pyhd8ed1ab_0.tar.bz2 - version: 2.4.0 -- category: main - dependencies: - importlib-metadata: '>=5.1.0,<5.1.1.0a0' - hash: - md5: 3dc2248927de739b4d2e2da9a9972bfe - sha256: 6f643ecc303fba87b1de661d63460624434fe98fd124f1f1306b7b27d4c8b050 - manager: conda - name: importlib_metadata - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-5.1.0-hd8ed1ab_0.conda - version: 5.1.0 -- category: main - dependencies: - attrs: '>=17.4.0' - importlib-metadata: '' - importlib_resources: '>=1.4.0' - pkgutil-resolve-name: '>=1.3.10' - pyrsistent: '!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0' - python: '>=3.7' - typing_extensions: '' - hash: - md5: da35ac96b2ed4c312864324ad98efed9 - sha256: 5d45b5b5483da50847d20f1184b8d46617d078cbd55a51ea720b52c79bf86cb3 - manager: conda - name: jsonschema - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.17.1-pyhd8ed1ab_0.conda - version: 4.17.1 -- category: main - dependencies: - entrypoints: '' - jupyter_core: '>=4.9.2' - nest-asyncio: '>=1.5.4' - python: '>=3.7' - python-dateutil: '>=2.8.2' - pyzmq: '>=23.0' - tornado: '>=6.0' - traitlets: '' - hash: - md5: dad80938cdccc5c274e954dda56b6eb5 - sha256: 181b36306cf9f389785c63199a14df6154583b605c86ab6c81f36c2fe57b4c9b - manager: conda - name: jupyter_client - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-7.3.4-pyhd8ed1ab_0.tar.bz2 - version: 7.3.4 -- category: main - dependencies: - pygments: '>=2.4.1,<3' - python: '>=3.7' - hash: - md5: 243f63592c8e449f40cd42eb5cf32f40 - sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 - manager: conda - name: jupyterlab_pygments - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 - version: 0.2.2 -- category: main - dependencies: - _openmp_mutex: '>=4.5' - gct: '>=6.2.1629922860,<6.2.1629922861.0a0' - htcondor-classads: 9.0.17 h9d75d03_1 - krb5: '>=1.19.3,<1.20.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libuuid: '>=2.32.1,<3.0a0' - munge: '' - openssl: '>=1.1.1s,<1.1.2a' - pcre: '>=8.45,<9.0a0' - scitokens-cpp: '>=0.7.1,<1.0a0' - voms: '' - hash: - md5: 67421399b7761355f6b8bf1991e9f0e0 - sha256: 6d2c6b31c5dac90f0e72d178233fc10a292f1aa38db96a5afd77357928608902 - manager: conda - name: libcondor_utils - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcondor_utils-9.0.17-hd2a20c0_1.tar.bz2 - version: 9.0.17 -- category: main - dependencies: - certifi: '>=2020.06.20' - contourpy: '>=1.0.1' - cycler: '>=0.10' - fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' - kiwisolver: '>=1.0.1' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - packaging: '>=20.0' - pillow: '>=6.2.0' - pyparsing: '>=2.3.1' - python: '>=3.8,<3.9.0a0' - python-dateutil: '>=2.7' - python_abi: 3.8.* *_cp38 - tk: '>=8.6.12,<8.7.0a0' - hash: - md5: 72422499195d8aded0dfd461c6e3e86f - sha256: 8c78273c7766552bb0e21fc62d92f65f05be8efbaa6bcec0879ce8b8ab32196d - manager: conda - name: matplotlib-base - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.6.2-py38hb021067_0.tar.bz2 - version: 3.6.2 -- category: main - dependencies: - importlib-metadata: '' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - llvmlite: '>=0.39.1,<0.40.0a0' - numpy: '>=1.20.3,<2.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - setuptools: '' - hash: - md5: 6fa12627870d0c17735a7a8b94ad23df - sha256: 39710b15ada2f7c9bf4aa8eb3d40177a09e42bfa6a99a4be2a96a7997d0d50f2 - manager: conda - name: numba - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numba-0.56.4-py38h9a4aae9_0.conda - version: 0.56.4 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - nomkl: '' - numpy: '>=1.20.3,<2.0a0' - packaging: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: dceac89fdcb69f717ec19f37f15e8069 - sha256: 22c3edb8ee538e2404c76039f3f3f989aeeb0306427be9458d6c9cdc3f66f189 - manager: conda - name: numexpr - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numexpr-2.8.3-py38h36ff5c2_101.tar.bz2 - version: 2.8.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - python: '>=3.8,<3.9.0a0' - python-dateutil: '>=2.8.1' - python_abi: 3.8.* *_cp38 - pytz: '>=2020.1' - hash: - md5: dbc17622f9d159be987bd21959d5494e - sha256: c93dea20ebf6d47b023ece1422ed1d38f8cc1e5a655ba8751d491882796d5698 - manager: conda - name: pandas - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-1.5.2-py38h8f669ce_0.conda - version: 1.5.2 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - typing-extensions: '>=4.1.0' - hash: - md5: 8a16f4eb6b199226ee983a95a67cba8b - sha256: a3a25cd79ecf6cc3d577ef2d83a4545bcd6478759366abddc90a244a86eed732 - manager: conda - name: pydantic - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pydantic-1.10.2-py38h0a891b7_1.tar.bz2 - version: 1.10.2 -- category: main - dependencies: - commonmark: '>=0.9.0,<0.10.0' - dataclasses: '>=0.7,<0.9' - pygments: '>=2.6.0,<3.0.0' - python: '>=3.6.2' - typing_extensions: '>=4.0.0,<5.0.0' - hash: - md5: 162ed4cc104133be23e592faa1e055e3 - sha256: 0cdb3105d3e50de8b6d9f4aea7e228b4872fb8b066daeb1e51c9519bc92ceffd - manager: conda - name: rich - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/rich-12.6.0-pyhd8ed1ab_0.tar.bz2 - version: 12.6.0 -- category: main - dependencies: - joblib: '>=1.0.0' - libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - scipy: '' - threadpoolctl: '>=2.0.0' - hash: - md5: 87bcd6885b07937c0b02dca83f040db5 - sha256: 2daeaebd24f3a9bd5fad6dc997ee133e00ec5e80a8c4318cda5b44a53a10fada - manager: conda - name: scikit-learn - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.1.3-py38h4c4ba11_1.tar.bz2 - version: 1.1.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - packaging: '' - ply: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - toml: '' - hash: - md5: a39a1d696fbe108d705c0ac584b937e3 - sha256: 0d1ebddc26aa2254e12ad5852af7f3c2c9314c360f625f59e1804cc15247f8a0 - manager: conda - name: sip - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.4-py38hfa26641_0.tar.bz2 - version: 6.7.4 -- category: main - dependencies: - asttokens: '' - executing: '' - pure_eval: '' - python: '>=3.5' - hash: - md5: e7df0fdd404616638df5ece6e69ba7af - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - manager: conda - name: stack_data - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - version: 0.6.2 -- category: main - dependencies: - awkward0: '' - numpy: '>=1.13.1' - python: ==2.7.*|>=3.5 - hash: - md5: 9958bddb6d04b6e97a109a56455766cd - sha256: 39538c56f1353149e7c7ec3c60bd844008f74f54d8a701857404926707e95afa - manager: conda - name: uproot3-methods - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/uproot3-methods-0.10.1-pyhd8ed1ab_0.tar.bz2 - version: 0.10.1 -- category: main - dependencies: - backports.functools_lru_cache: '' - python: '' - hash: - md5: 5266fcd697043c59621fda522b3d78ee - sha256: be098694551ab1b9a1a4bcf28d61f3edd5a17325a33ca723e571298dd8645ca2 - manager: conda - name: wcwidth - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.5-pyh9f0ad1d_2.tar.bz2 - version: 0.2.5 -- category: main - dependencies: - __glibc: '>=2.17,<3.0.a0' - krb5: '>=1.19.2,<1.20.0a0' - libcurl: '>=7.80.0,<8.0a0' - libgcc-ng: '>=9.4.0' - libstdcxx-ng: '>=9.4.0' - libuuid: '>=2.32.1,<3.0a0' - libxml2: '>=2.9.12,<2.11.0a0' - libzlib: '>=1.2.11,<1.3.0a0' - ncurses: '>=6.2,<7.0.0a0' - openssl: '>=1.1.1l,<1.1.2a' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - readline: '>=8.1,<9.0a0' - scitokens-cpp: '>=0.6.3,<1.0a0' - zlib: '>=1.2.11,<1.3.0a0' - hash: - md5: 7ef547c7fd65fccb045f13b52c8f336b - sha256: a1d3a23e7824873cc6624889799d8b4286f23eec85502f8006d23c4a6c7522c8 - manager: conda - name: xrootd - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xrootd-5.4.0-py38h68ec80c_0.tar.bz2 - version: 5.4.0 -- category: main - dependencies: - cffi: '>=1.11' - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: c082b3fdcc1f26a187814a6e180058fb - sha256: a95ca4f91f9383163dd04962105b4f050833a45b1030db0a9e778f3642531162 - manager: conda - name: zstandard - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.19.0-py38h5945529_1.conda - version: 0.19.0 -- category: main - dependencies: - aiosignal: '>=1.1.2' - async-timeout: <5.0,>=4.0.0a3 - attrs: '>=17.3.0' - charset-normalizer: '>=2.0,<3.0' - frozenlist: '>=1.1.1' - libgcc-ng: '>=12' - multidict: '>=4.5,<7.0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - yarl: '>=1.0,<2.0' - hash: - md5: 8d4f0ee67458832aca7b2ad3a4e05425 - sha256: 36acee0785b554e6a3c539a8903d1cbb386ac6b2c8619773339418151d0b3ed8 - manager: conda - name: aiohttp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.8.3-py38h0a891b7_1.tar.bz2 - version: 3.8.3 -- category: main - dependencies: - argon2-cffi-bindings: '' - flit-core: '>=3.4,<4' - python: '>=3.6' - hash: - md5: a0b402db58f73aaab8ee0ca1025a362e - sha256: 3a53cfd674641d9ff9901f5d4e1cc5e9a3ce9bb8b6a7dca826db840c2e39bc23 - manager: conda - name: argon2-cffi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-21.3.0-pyhd8ed1ab_0.tar.bz2 - version: 21.3.0 -- category: main - dependencies: - aws-c-auth: '>=0.6.8,<0.6.9.0a0' - aws-c-cal: '>=0.5.12,<0.5.13.0a0' - aws-c-common: '>=0.6.17,<0.6.18.0a0' - aws-c-event-stream: '>=0.2.7,<0.2.8.0a0' - aws-c-http: '>=0.6.10,<0.6.11.0a0' - aws-c-io: '>=0.10.14,<0.10.15.0a0' - aws-c-mqtt: '>=0.7.10,<0.7.11.0a0' - aws-c-s3: '>=0.1.29,<0.1.30.0a0' - aws-checksums: '>=0.1.12,<0.1.13.0a0' - libgcc-ng: '>=9.4.0' - libstdcxx-ng: '>=9.4.0' - hash: - md5: ba5102511e25cc97692eca7c90ac531d - sha256: d244085f07471a016b496adafc3f235d45693fe282e281d36d8a73725d8ce7d5 - manager: conda - name: aws-crt-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.17.10-h6ab17b9_5.tar.bz2 - version: 0.17.10 -- category: main - dependencies: - contourpy: '>=1' - jinja2: '>=2.9' - numpy: '>=1.11.3' - packaging: '>=16.8' - pandas: '>=1.2' - pillow: '>=7.1.0' - python: '>=3.8' - pyyaml: '>=3.10' - tornado: '>=5.1' - xyzservices: '>=2021.09.1' - hash: - md5: ca68273dffdcaf498036ea543af2224e - sha256: dc4fa75ba3659e43615aa51b7eb2a003f91e01e8fa8ef5884e96bf132e50f84c - manager: conda - name: bokeh - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.0.2-pyhd8ed1ab_0.tar.bz2 - version: 3.0.2 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.13.3' - pydantic: '>=1.7.3' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - rich: '' - hash: - md5: 918345385dfff8177b9e6ab413b65188 - sha256: b0b545096498d367718cb7d65e325189c8934952b8f62dd8662f5db6b0306b9c - manager: conda - name: correctionlib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/correctionlib-2.2.2-py38h43d8883_1.tar.bz2 - version: 2.2.2 -- category: main - dependencies: - brotli-python: '' - certifi: '' - gevent: '>=0.13' - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - six: '' - hash: - md5: 164119497c543a4699d3097bba2e3107 - sha256: a72439793d2e829dfe370e65a9fce864faac37a235a735c239f1190bfc0b0c90 - manager: conda - name: geventhttpclient - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geventhttpclient-2.0.8-py38h0a891b7_1.tar.bz2 - version: 2.0.8 -- category: main - dependencies: - alsa-lib: '>=1.2.8,<1.2.9.0a0' - gettext: '>=0.21.1,<1.0a0' - gstreamer: 1.21.1 hd4edc92_1 - libgcc-ng: '>=12' - libglib: '>=2.74.1,<3.0a0' - libopus: '>=1.3.1,<2.0a0' - libpng: '>=1.6.38,<1.7.0a0' - libstdcxx-ng: '>=12' - libvorbis: '>=1.3.7,<1.4.0a0' - libxcb: '>=1.13,<1.14.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: c03f4fca88373cf6c26d932c26e4ee20 - sha256: 7376306ef7ebe0890fd47f7083ba3eccac7bd2096967b1e2a99fe2c9f6b09e96 - manager: conda - name: gst-plugins-base - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.21.1-h3e40eee_1.tar.bz2 - version: 1.21.1 -- category: main - dependencies: - _openmp_mutex: '>=4.5' - htcondor-classads: 9.0.17 h9d75d03_1 - libcondor_utils: 9.0.17 hd2a20c0_1 - libcurl: '>=7.86.0,<8.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libuuid: '>=2.32.1,<3.0a0' - hash: - md5: d9032ce37c41394dcad7f5fbc2c6ba24 - sha256: 8fb7e2663fc37c7e9aec9f834ceeea0fc1d7d8da626038dbf11c546e4d9ae182 - manager: conda - name: htcondor-utils - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/htcondor-utils-9.0.17-hd598b45_1.tar.bz2 - version: 9.0.17 -- category: main - dependencies: - matplotlib-base: '>=3.4' - mplhep_data: '' - numpy: '>=1.16.0' - packaging: '' - python: '>=3.7' - uhi: '>=0.2.0' - hash: - md5: 0348b316c7cad0952fc7895614199251 - sha256: 864a45e04827c28b8d24f6d5910d0faf2f508704d5014d8cffb85e951809d5b9 - manager: conda - name: mplhep - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/mplhep-0.3.26-pyhd8ed1ab_0.tar.bz2 - version: 0.3.26 -- category: main - dependencies: - importlib-metadata: '>=3.6' - jsonschema: '>=2.6' - jupyter_core: '' - python: '>=3.7' - python-fastjsonschema: '' - traitlets: '>=5.1' - hash: - md5: f8439ce65664bec6d348346590ed57f0 - sha256: 7e7442fbbd721d5be49d1632957b06939b8e6618ae07cbcc4b6d0e07d044f55c - manager: conda - name: nbformat - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.7.0-pyhd8ed1ab_0.tar.bz2 - version: 5.7.0 -- category: main - dependencies: - arrow-cpp: '>=0.11.0' - hash: - md5: 79a5f78c42817594ae016a7896521a97 - sha256: 15e50657515b791734ba045da5135377404ca37c518b2066b9c6451c65cd732e - manager: conda - name: parquet-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/parquet-cpp-1.5.1-2.tar.bz2 - version: 1.5.1 -- category: main - dependencies: - python: '>=3.6' - wcwidth: '' - hash: - md5: 35b8770b727ab4f65bc2d387238e0af3 - sha256: 66306e4f42bfec456a7bd18ac5af1ba1100f7070e5ee176e061de0de78bf2b03 - manager: conda - name: prompt-toolkit - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.33-pyha770c72_0.conda - version: 3.0.33 -- category: main - dependencies: - _py-xgboost-mutex: 2.0 cpu_0 - libxgboost: 1.7.1 cpu_ha3b9936_0 - numpy: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - scikit-learn: '' - scipy: '' - hash: - md5: 965c1d71d42b2b4acd5c5ffb224ffab9 - sha256: f66fd476d3e5ba12c8ff2193bd97f0fb6d2c5cd848fcb47560041fcfd397927f - manager: conda - name: py-xgboost - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/py-xgboost-1.7.1-cpu_py38h66f0ec1_0.tar.bz2 - version: 1.7.1 -- category: main - dependencies: - click: '>=8.0.0' - importlib_resources: '>=1.4.0' - jsonpatch: '>=1.15' - jsonschema: '>=4.15.0' - python: '>=3.7' - pyyaml: '>=5.1' - scipy: '>=1.2.0' - tqdm: '>=4.56.0' - typing_extensions: '>=3.7.4.3' - hash: - md5: dff6c7ef65393f9de2cfa4b2b261b338 - sha256: 4603dbc69eb65c85e784f31fe00225dab77a3712376f615d642d396bd27ee2a4 - manager: conda - name: pyhf - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pyhf-0.7.0-pyhd8ed1ab_0.tar.bz2 - version: 0.7.0 -- category: main - dependencies: - cryptography: '>=38.0.0,<39' - python: '>=3.6' - hash: - md5: fbfa0a180d48c800f922a10a114a8632 - sha256: 42f04dded77ac2597108378d62b121697d0e982aba7b20a462a7239030563628 - manager: conda - name: pyopenssl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pyopenssl-22.1.0-pyhd8ed1ab_0.tar.bz2 - version: 22.1.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - packaging: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - sip: '' - toml: '' - hash: - md5: ad6437509a14f1e8e5b8a354f93f340c - sha256: f962aeb783c207879d2abad71552e4e6346587a9f15f01a4d4a81e653e37feb6 - manager: conda - name: pyqt5-sip - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.11.0-py38hfa26641_2.tar.bz2 - version: 12.11.0 -- category: main - dependencies: - blosc: '>=1.21.1,<2.0a0' - bzip2: '>=1.0.8,<2.0a0' - hdf5: '>=1.12.2,<1.12.3.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - lzo: '>=2.10,<3.0a0' - numexpr: '' - numpy: '>=1.20.3,<2.0a0' - packaging: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - six: '' - hash: - md5: 50c48d6f753de3d6be56fcb21b0f645f - sha256: a4a4cf915341ab87861e1912343157069be38f656b3c066984baa6dd41411b9e - manager: conda - name: pytables - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pytables-3.7.0-py38hf134f34_3.tar.bz2 - version: 3.7.0 -- category: main - dependencies: - boost: '>=1.78.0,<1.78.1.0a0' - htcondor-classads: 9.0.17 h9d75d03_1 - libcondor_utils: 9.0.17 hd2a20c0_1 - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 9bd772a7fc55dff04411cacc5921a700 - sha256: 386dc4d29ff64a0d47c3129dcc1c420fd177f0b82f59705d9ca0feddce6d498d - manager: conda - name: python-htcondor - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-htcondor-9.0.17-py38hd69dc29_1.tar.bz2 - version: 9.0.17 -- category: main - dependencies: - awkward: '>=1,<2' - lz4: '' - python: '>=3.8,<3.9.0a0' - python-xxhash: '' - python_abi: 3.8.* *_cp38 - setuptools: '' - uproot-base: 4.3.7 pyhc9056f5_1 - xrootd: '' - zstandard: '' - hash: - md5: d1d52712d4a81986d1e44e1af0b455bc - sha256: 0800a667618568661ff1443effd58aacbed7bb6664f2efb8e16313cd502a30e3 - manager: conda - name: uproot - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/uproot-4.3.7-py38h578d9bd_1.tar.bz2 - version: 4.3.7 -- category: main - dependencies: - awkward0: '' - cachetools: '' - numpy: '>=1.13.1' - python: ==2.7.*|>=3.5 - uproot3-methods: '' - hash: - md5: 87bea8e3df78e4b444a6ed21f5183503 - sha256: 51188598f1794d4b09958c76b25a730ed9b740c3ffb97d512f5746e64efbe652 - manager: conda - name: uproot3 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/uproot3-3.14.4-pyhd8ed1ab_0.tar.bz2 - version: 3.14.4 -- category: main - dependencies: - importlib_metadata: '>=0.22' - numpy: '>=1.14.5' - packaging: '' - python: '>=3.7' - typing-extensions: '' - hash: - md5: 6563bdfc33c8146b7df325289ace6643 - sha256: 0c1bab3a3314f45802845c360070b7272d33076b285c62e405dde55197bab6ba - manager: conda - name: vector - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/vector-0.10.0-pyhd8ed1ab_1.tar.bz2 - version: 0.10.0 -- category: main - dependencies: - awkward: '>=1.8' - boost-histogram: '>=1.0.0' - iminuit: '>=2.7.0' - matplotlib-base: '>=3.5.0' - pyhf: ~=0.7.0 - python: '>=3.7' - tabulate: '>=0.8.1' - typing_extensions: '' - hash: - md5: 2bfbe770cd1722f37e73201ba8560ce0 - sha256: 28d4e700564c6654e6233cd22eec280aaa802950539690319fa77406ca62e99e - manager: conda - name: cabinetry - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/cabinetry-0.5.1-pyhd8ed1ab_0.tar.bz2 - version: 0.5.1 -- category: main - dependencies: - boost-histogram: ~=1.3.1 - histoprint: '>=2.2' - iminuit: '>=2.0' - matplotlib-base: '>=3.0' - mplhep: '>=0.2.16' - numpy: '>=1.14.5' - python: '>=3.7' - scipy: '>=1.4' - typing-extensions: '' - hash: - md5: 5c21a04b73a6b2f724a6a83c1b002116 - sha256: 922bd6e549c2055d77baf3588e345fa9d9530f93a6d39d9e1fff88b31a6eb645 - manager: conda - name: hist - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/hist-2.6.2-pyhd8ed1ab_0.tar.bz2 - version: 2.6.2 -- category: main - dependencies: - htcondor-classads: 9.0.17 h9d75d03_1 - htcondor-utils: 9.0.17 hd598b45_1 - libcondor_utils: 9.0.17 hd2a20c0_1 - python: '>=3.8,<3.9.0a0' - python-htcondor: 9.0.17 py38hd69dc29_1 - python_abi: 3.8.* *_cp38 - hash: - md5: 016def5fb145efbedf32823aa6936d6a - sha256: 90436415382757fe5c7a0d46d4686a61c9a17f4f071ca523cf58398340975a7b - manager: conda - name: htcondor - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/htcondor-9.0.17-py38h578d9bd_1.tar.bz2 - version: 9.0.17 -- category: main - dependencies: - __linux: '' - backcall: '' - decorator: '' - jedi: '>=0.16' - matplotlib-inline: '' - pexpect: '>4.3' - pickleshare: '' - prompt-toolkit: '>3.0.1,<3.1.0' - pygments: '>=2.4.0' - python: '>=3.8' - stack_data: '' - traitlets: '>=5' - hash: - md5: 1450d70c7a31f515354f47d8d8faae78 - sha256: e417c9064fac8d254b0fba28bb897be5d68dc678bc8d9224b23e1bc00d7802de - manager: conda - name: ipython - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.6.0-pyh41d4057_1.tar.bz2 - version: 8.6.0 -- category: main - dependencies: - jupyter_client: '>=6.1.5' - nbformat: '>=5.0' - nest-asyncio: '' - python: '>=3.7' - traitlets: '>=5.2.2' - hash: - md5: 87eed34d791330d8acdab6a8ab63113f - sha256: ef28a3c4e3a218ae48b1e7a24ec7a8bb4f6da0096135d1155a5a5cc71393aaf4 - manager: conda - name: nbclient - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.0-pyhd8ed1ab_0.tar.bz2 - version: 0.7.0 -- category: main - dependencies: - arrow-cpp: 9.0.0 py38hc370d79_10_cpu - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - parquet-cpp: 1.5.1.* - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 2cd359666667ecc808d94a137773940a - sha256: 7abf678b04f1d297e9c8564e1e89b8603d6f555377a3b65e7dbe1b0c15613f18 - manager: conda - name: pyarrow - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-9.0.0-py38h8617f3d_10_cpu.tar.bz2 - version: 9.0.0 -- category: main - dependencies: - __glibc: '>=2.17,<3.0.a0' - alsa-lib: '>=1.2.8,<1.2.9.0a0' - dbus: '>=1.13.6,<2.0a0' - expat: '>=2.5.0,<3.0a0' - fontconfig: '>=2.14.1,<3.0a0' - fonts-conda-ecosystem: '' - freetype: '>=2.12.1,<3.0a0' - gst-plugins-base: '>=1.21.1,<1.22.0a0' - gstreamer: '>=1.21.1,<1.22.0a0' - icu: '>=70.1,<71.0a0' - jpeg: '>=9e,<10a' - krb5: '>=1.19.3,<1.20.0a0' - libclang: '>=15.0.3,<16.0a0' - libclang13: '>=15.0.3' - libcups: '>=2.3.3,<2.4.0a0' - libevent: '>=2.1.10,<2.1.11.0a0' - libgcc-ng: '>=12' - libglib: '>=2.74.1,<3.0a0' - libpng: '>=1.6.38,<1.7.0a0' - libpq: '>=14.5,<15.0a0' - libsqlite: '>=3.39.4,<4.0a0' - libstdcxx-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - libxkbcommon: '>=1.0.3,<2.0a0' - libxml2: '>=2.10.3,<2.11.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - mysql-libs: '>=8.0.31,<8.1.0a0' - nspr: '>=4.32,<5.0a0' - nss: '>=3.78,<4.0a0' - openssl: '>=1.1.1q,<1.1.2a' - pulseaudio: '>=14.0,<14.1.0a0' - xcb-util: '' - xcb-util-image: '' - xcb-util-keysyms: '' - xcb-util-renderutil: '' - xcb-util-wm: '' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 738d009d60cd682df336b6d52c766190 - sha256: f1e5e85563b3abfa8b568f823b94008b6480c9fc1c4db77242bd9eabff9f63ef - manager: conda - name: qt-main - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.6-hd477bba_1.tar.bz2 - version: 5.15.6 -- category: main - dependencies: - brotlipy: '>=0.6.0' - certifi: '' - cryptography: '>=1.3.4' - idna: '>=2.0.0' - pyopenssl: '>=0.14' - pysocks: '>=1.5.6,<2.0,!=1.5.7' - python: <4.0 - hash: - md5: 3078ef2359efd6ecadbc7e085c5e0592 - sha256: 992f2d6ca50c98f865a4f2e4bada23f950e39f33ff7c64614a31ee152ec4d5ae - manager: conda - name: urllib3 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.13-pyhd8ed1ab_0.conda - version: 1.26.13 -- category: main - dependencies: - py-xgboost: 1.7.1 cpu_py38h66f0ec1_0 - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 75c972e39685e696f25c811d6c2dfc52 - sha256: bfdc4e403691260941a80ffe889339e1d40001e76c357108ce393516b8208b27 - manager: conda - name: xgboost - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xgboost-1.7.1-cpu_py38h66f0ec1_0.tar.bz2 - version: 1.7.1 -- category: main - dependencies: - awkward: '>=1.5.1,<2' - cachetools: '' - cloudpickle: '>=1.2.3' - correctionlib: '>=2.0.0' - fsspec: '' - hist: '>=2' - lz4: '' - matplotlib-base: '>=3' - mplhep: '>=0.1.18' - numba: '' - numpy: '>=1.18' - packaging: '' - pandas: '' - pyarrow: '>=1.0.0' - python: '>=3.7' - scipy: '>=1.1.0' - toml: '>=0.10.2' - tqdm: '>=4.27.0' - typing-extensions: '' - uproot: '>=4.1.6,<5,!=4.2.4,!=4.3.0,!=4.3.1' - uproot3: '>=3.14.1' - uproot3-methods: '>=0.10.0' - hash: - md5: 704c4479a665c1316c8b67d7caedec8f - sha256: 7ff369ff9fef79fda8496b652eca78969469b9931594f7ea5b47267bb96be83f - manager: conda - name: coffea - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/coffea-0.7.20-pyhd8ed1ab_1.tar.bz2 - version: 0.7.20 -- category: main - dependencies: - click: '>=6.6' - cloudpickle: '>=1.5.0' - cytoolz: '>=0.8.2' - dask-core: '>=2022.9.2,<2022.9.3.0a0' - jinja2: '' - locket: '>=1.0.0' - msgpack-python: '>=0.6.0' - packaging: '>=20.0' - psutil: '>=5.0' - python: '>=3.8' - pyyaml: '' - sortedcontainers: '!=2.0.0,!=2.0.1' - tblib: '>=1.6.0' - toolz: '>=0.8.2' - tornado: '>=6.0.3,<6.2' - urllib3: '' - zict: '>=0.1.3' - hash: - md5: 673a4a6ec9327d55ca29cb6931e10a72 - sha256: f6d540ab9112bd634a339cfeb98c0c7e38bb4389e0d565c3024a71f51bfc8861 - manager: conda - name: distributed - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/distributed-2022.9.2-pyhd8ed1ab_0.tar.bz2 - version: 2022.9.2 -- category: main - dependencies: - __linux: '' - comm: '>=0.1' - debugpy: '>=1.0' - ipython: '>=7.23.1' - jupyter_client: '>=6.1.12' - matplotlib-inline: '>=0.1' - nest-asyncio: '' - packaging: '' - psutil: '' - python: '>=3.8' - pyzmq: '>=17' - tornado: '>=6.1' - traitlets: '>=5.1.0' - hash: - md5: 2c700d412a133befe8f5b557c89b3409 - sha256: 05edd1f1efb4693ba9670355d13ed2890f49912a9cc06671f934f33a3d2ce257 - manager: conda - name: ipykernel - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.18.2-pyh210e3f2_0.conda - version: 6.18.2 -- category: main - dependencies: - beautifulsoup4: '' - bleach: '' - defusedxml: '' - entrypoints: '>=0.2.2' - jinja2: '>=3.0' - jupyter_core: '>=4.7' - jupyterlab_pygments: '' - markupsafe: '>=2.0' - mistune: '>=2.0.3,<3' - nbclient: '>=0.5.0' - nbformat: '>=5.1' - packaging: '' - pandocfilters: '>=1.4.1' - pygments: '>=2.4.1' - python: '>=3.7' - tinycss2: '' - traitlets: '>=5.0' - hash: - md5: a61e2f21cff3a5d819fe58e0caafcbdc - sha256: 161c0a19e5d256628446994dab1cc7650b5ec864334de4724886dd66be5b78c6 - manager: conda - name: nbconvert-core - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.2.5-pyhd8ed1ab_0.tar.bz2 - version: 7.2.5 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - pyqt5-sip: 12.11.0 py38hfa26641_2 - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - qt-main: '>=5.15.6,<5.16.0a0' - sip: '>=6.7.2,<6.8.0a0' - hash: - md5: cfa725eff634872f90dcd5ebf8e8dc1a - sha256: 6338a64b698cf7213137d7ad57b1a0178bfd12e8b6806ed408b345dfd8eb3b08 - manager: conda - name: pyqt - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.7-py38h7492b6b_2.tar.bz2 - version: 5.15.7 -- category: main - dependencies: - certifi: '>=2017.4.17' - charset-normalizer: '>=2,<3' - idna: '>=2.5,<4' - python: '>=3.7,<4.0' - urllib3: '>=1.21.1,<1.27' - hash: - md5: 089382ee0e2dc2eae33a04cc3c2bddb0 - sha256: b45d0da6774c8231ab4fef0427b3050e7c54c84dfe453143dd4010999c89e050 - manager: conda - name: requests - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.28.1-pyhd8ed1ab_1.tar.bz2 - version: 2.28.1 -- category: main - dependencies: - conda-package-handling: '>=1.3.0' - pycosat: '>=0.6.3' - pyopenssl: '>=16.2.0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - requests: '>=2.20.1,<3' - ruamel_yaml: '>=0.11.14,<0.17' - setuptools: '>=31.0.1' - toolz: '>=0.8.1' - hash: - md5: 952a97bda916070bee25ddbaa23ad61c - sha256: 16d8a1a7fa768d392b799216cd13809e76e35ad67eb32a11b52199ed412fc05d - manager: conda - name: conda - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/conda-22.9.0-py38h578d9bd_2.tar.bz2 - version: 22.9.0 -- category: main - dependencies: - bokeh: '>=2.4.2' - cytoolz: '>=0.8.2' - dask-core: '>=2022.9.2,<2022.9.3.0a0' - distributed: '>=2022.9.2,<2022.9.3.0a0' - jinja2: '' - lz4: '' - numpy: '>=1.18' - pandas: '>=1.0' - python: '>=3.8' - hash: - md5: b7576e0c268a5fe5117ccd9e4adf1e1e - sha256: 7fc32c30df1145a425b50ba1b2aa4fb764b8727235baffceda444db63ebb8211 - manager: conda - name: dask - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dask-2022.9.2-pyhd8ed1ab_0.tar.bz2 - version: 2022.9.2 -- category: main - dependencies: - dask-core: '>=2022.02.0' - distributed: '>=2022.02.0' - python: '>=3.8' - hash: - md5: 9409a5a80b0f4ca3a4c1c6bf305602bb - sha256: 6aa1a3ece5195575cf50b0d22dbc08f417597f576e1213246ec3508945243791 - manager: conda - name: dask-jobqueue - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dask-jobqueue-0.8.1-pyhd8ed1ab_0.tar.bz2 - version: 0.8.1 -- category: main - dependencies: - ipykernel: '>=4.5.1' - ipython: '>=4.0.0' - jupyterlab_widgets: '>=3.0.0,<4.0.0' - nbformat: '>=4.2.0' - python: '>=3.7' - traitlets: '>=4.3.1' - widgetsnbextension: '>=4.0.0,<5.0.0' - hash: - md5: 81b7f46918555bf911ad2ba2f3259094 - sha256: 1b5327309e21508aafa29c9b25300982a2709f77e804e47a071da91427350af1 - manager: conda - name: ipywidgets - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.0.2-pyhd8ed1ab_1.tar.bz2 - version: 8.0.2 -- category: main - dependencies: - anyio: '>=3.1.0' - argon2-cffi: '' - jinja2: '' - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.7.0' - nbconvert-core: '>=6.4.4' - nbformat: '>=5.2.0' - packaging: '' - prometheus_client: '' - python: '>=3.7' - pyzmq: '>=17' - send2trash: '' - terminado: '>=0.8.3' - tornado: '>=6.1.0' - traitlets: '>=5.1.0' - websocket-client: '' - hash: - md5: c497ada2dbcb07e6912756f4ea709f65 - sha256: 125d721aa32f00c33078e8b5e0d76b5333e65afccd5631970e57eaadb9ab8858 - manager: conda - name: jupyter_server - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-1.23.3-pyhd8ed1ab_0.conda - version: 1.23.3 -- category: main - dependencies: - matplotlib-base: '>=3.6.2,<3.6.3.0a0' - pyqt: '>=5' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - tornado: '>=5' - hash: - md5: e1a19f0d4686a701d4a4acce2b625acb - sha256: 36d7625428c7b0537c762140bc7ee271f848cb70610e46d3ff6eb43141235de1 - manager: conda - name: matplotlib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.6.2-py38h578d9bd_0.tar.bz2 - version: 3.6.2 -- category: main - dependencies: - nbconvert-core: 7.2.5 pyhd8ed1ab_0 - pandoc: '' - python: '>=3.7' - hash: - md5: 894cf714e30768b4f26e5ef36f8d39d5 - sha256: 098af33a2408c51791939ed0dc52364a6034d891660681347f198f5d25504dd9 - manager: conda - name: nbconvert-pandoc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.2.5-pyhd8ed1ab_0.tar.bz2 - version: 7.2.5 -- category: main - dependencies: - beautifulsoup4: '' - chardet: '' - conda: '>=4.13' - conda-package-handling: '>=1.3' - filelock: '' - glob2: '>=0.6' - jinja2: '' - patch: '>=2.6' - patchelf: '' - pkginfo: '' - psutil: '' - py-lief: '' - python: '>=3.8,<3.9.0a0' - python-libarchive-c: '' - python_abi: 3.8.* *_cp38 - pytz: '' - pyyaml: '' - requests: '' - ripgrep: '' - setuptools: '' - six: '' - toml: '' - tqdm: '' - hash: - md5: bf93d893b17734e64732c884cb5c5f00 - sha256: 8c58257c9949b1c53611daac0bb26a63680d18fe5c0568865db8ae997e1f46db - manager: conda - name: conda-build - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/conda-build-3.23.1-py38h578d9bd_0.conda - version: 3.23.1 -- category: main - dependencies: - aiohttp: '' - dask: '>=2.2.0' - distributed: '>=2.2.0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 7d8610f3e1603a7874ce3dcc14f79d12 - sha256: 1f094d87a0fb66e9b054cb9cda346086bf67ca223f0554a461e2b5f1881a6379 - manager: conda - name: dask-gateway - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dask-gateway-0.9.0-py38h578d9bd_2.tar.bz2 - version: 0.9.0 -- category: main - dependencies: - ipython: <9 - ipython_genutils: '' - ipywidgets: '>=7.6.0,<9' - matplotlib-base: '>=2.2.0,<4' - numpy: '' - pillow: '' - python: '>=3.6' - traitlets: <6 - hash: - md5: 2a6a7f37cc8dd03a8a7439c34f557e0e - sha256: 68111a711846e6caf080929b80c5c943f7815399f8a746bac5f1709980bc0c8e - manager: conda - name: ipympl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ipympl-0.9.2-pyhd8ed1ab_0.tar.bz2 - version: 0.9.2 -- category: main - dependencies: - aiohttp: '' - jupyter_server: '>=1' - python: '>=3.6' - simpervisor: '>=0.4' - hash: - md5: 77b213af8a32bdc5b25c0c3fde58f889 - sha256: 449750afbd758f20058a7e53e232dd5486fff818b794e0e7daaff1372569e245 - manager: conda - name: jupyter-server-proxy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-3.2.2-pyhd8ed1ab_0.tar.bz2 - version: 3.2.2 -- category: main - dependencies: - babel: '' - importlib-metadata: '>=4.8.3' - jinja2: '>=3.0.3' - json5: '' - jsonschema: '>=3.0.1' - jupyter_server: '>=1.8,<3' - packaging: '' - python: '>=3.7' - requests: '' - hash: - md5: 7141271af36d1e0a1c6d5a955528bc1e - sha256: 3dbc52a6c15d7e9c07f0f9424ef1cd850a95238437b2be14a6243835bda55db0 - manager: conda - name: jupyterlab_server - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.16.3-pyhd8ed1ab_0.tar.bz2 - version: 2.16.3 -- category: main - dependencies: - nbconvert-core: 7.2.5 pyhd8ed1ab_0 - nbconvert-pandoc: 7.2.5 pyhd8ed1ab_0 - python: '>=3.7' - hash: - md5: 14cfcab1c236866c4590970ee25d618c - sha256: 62ae27840594871f074301c0106216660f7b9b07381760226a68ffffcf317b96 - manager: conda - name: nbconvert - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.2.5-pyhd8ed1ab_0.tar.bz2 - version: 7.2.5 -- category: main - dependencies: - jupyter_server: '>=1.8,<3' - python: '>=3.7' - hash: - md5: 40be846cd4e78672a40e43db9dae753c - sha256: d798a6a1938e3efa1562d3477a0337720ce07ef571c8b0255d80089f285eaf8a - manager: conda - name: notebook-shim - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.2-pyhd8ed1ab_0.tar.bz2 - version: 0.2.2 -- category: main - dependencies: - argon2-cffi: '' - ipykernel: '' - ipython_genutils: '' - jinja2: '' - jupyter_client: '>=6.1.1' - jupyter_core: '>=4.6.1' - jupyter_server: '>=1.17.0' - nbconvert: '>=5' - nbformat: '' - nest-asyncio: '>=1.5' - notebook-shim: '>=0.1.0' - prometheus_client: '' - python: '>=3.7' - pyzmq: '>=17' - send2trash: '>=1.8.0' - terminado: '>=0.8.3' - tornado: '>=6.1' - traitlets: '>=4.2.1' - hash: - md5: f4f150f83ed90a1b833e6081bbf38257 - sha256: e180247b54ef26df23ed4662a5ca6a04252b11624da22d21cd976479afea4417 - manager: conda - name: nbclassic - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbclassic-0.4.8-pyhd8ed1ab_0.tar.bz2 - version: 0.4.8 -- category: main - dependencies: - argon2-cffi: '' - ipykernel: '' - ipython_genutils: '' - jinja2: '' - jupyter_client: '>=5.3.4' - jupyter_core: '>=4.6.1' - nbclassic: '>=0.4.7' - nbconvert-core: '>=5' - nbformat: '' - nest-asyncio: '>=1.5' - prometheus_client: '' - python: '>=3.7' - pyzmq: '>=17' - send2trash: '>=1.8.0' - terminado: '>=0.8.3' - tornado: '>=6.1' - traitlets: '>=4.2.1' - hash: - md5: 7bf26ca095481f206e6f9dd7681085fe - sha256: 59b8f5923f5400e8d52a1bc7ad307add6953fa09f332cb745e22ef1e05b05acc - manager: conda - name: notebook - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/notebook-6.5.2-pyha770c72_1.tar.bz2 - version: 6.5.2 -- category: main - dependencies: - ipython: '' - jinja2: '>=2.10' - jupyter_core: '' - jupyter_server: '>=1.16,<3' - jupyterlab_server: '>=2.10,<3' - nbclassic: '' - notebook: <7 - packaging: '' - python: '>=3.7' - tomli: '' - tornado: '>=6.1.0' - hash: - md5: c3f50a279e3f52b0e63739a3b45eb4cc - sha256: 6e7bc516d3693f912358fce8f4c75d31d0d1af38407a3b8eb0f08dbe73935bec - manager: conda - name: jupyterlab - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-3.5.0-pyhd8ed1ab_0.tar.bz2 - version: 3.5.0 -- category: main - dependencies: - bokeh: '>=1.0.0,!=2.0.0' - distributed: '>=1.24.1' - jupyter-server-proxy: '>=1.3.2' - jupyterlab: '>=3.0.0' - python: '>=3.6' - hash: - md5: 32a0ba2d4b9ed598d90463d0032aace3 - sha256: d38e97f5db508ae4bb36264dab4ec10efa508a7d7b1024f6a90deecc46d7bc30 - manager: conda - name: dask-labextension - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dask-labextension-6.0.0-pyhd8ed1ab_0.tar.bz2 - version: 6.0.0 -- category: main - dependencies: - jupyterlab: '>=3.0,<4' - notebook: <7 - python: '>=3.6' - hash: - md5: 2c7f4ea067ac22a2d2aa854490eff654 - sha256: 3dc8d10ce30ab1204479d1f7df9d221005f8605cfb1a64de6825d229380a29ca - manager: conda - name: jupyterlab-github - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-github-3.0.1-pyhd8ed1ab_0.tar.bz2 - version: 3.0.1 -- category: main - dependencies: - dask-labextension: '>=6.0.0,<6.0.1.0a0' - hash: - md5: d6177a405cdb3ac5a53f4c4713015e6b - sha256: 46e44e548199262bd2fcd969c18c41a107a6af6b00e285f5bcaae4484f10708b - manager: conda - name: dask_labextension - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dask_labextension-6.0.0-hd8ed1ab_0.tar.bz2 - version: 6.0.0 -- category: main - dependencies: {} - hash: - sha256: e06808ce449f765b0f86a2badc2bbe72a3f6a3d4793472b2b8c221bbdba66511 - manager: pip - name: make-it-sync - optional: false - platform: linux-64 - source: null - url: https://files.pythonhosted.org/packages/87/78/7fa133c36425d4815af4093951577852e6f7cdfe821a87eb092fd053cbff/make_it_sync-1.0.0-py3-none-any.whl - version: 1.0.0 -- category: main - dependencies: - awkward: '>=1' - numpy: '>=1.13.3' - vector: '*' - hash: - sha256: 47e7b4997af902b8d3aa92c2cbf8e7c0c608e20f8e3d81dba2be7b3cf7213377 - manager: pip - name: fastjet - optional: false - platform: linux-64 - source: null - url: https://files.pythonhosted.org/packages/33/26/cce11861f0f6eb7d68a1b7f16f3b99e6a666e487dc16a47aafc20e290597/fastjet-3.3.4.0rc9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - version: 3.3.4.0rc9 -- category: main - dependencies: - make-it-sync: '*' - hash: - sha256: 29c52aa1ec89bc10f6846a30f75e8da178cdd4cf494b02bf841ca441e8d194f8 - manager: pip - name: func-adl - optional: false - platform: linux-64 - source: null - url: https://files.pythonhosted.org/packages/f0/1e/7ef1dfaccb21104383fc18c21da3490f8a661149d38169db7128c70755b3/func_adl-3.0-py3-none-any.whl - version: '3.0' -version: 1 \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/entrypoint.sh b/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/entrypoint.sh deleted file mode 100644 index a8bc3b5c..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/entrypoint.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -exec /bin/bash -l -c "$*" \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/environment.yml b/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/environment.yml deleted file mode 100644 index e51abfe8..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/environment.yml +++ /dev/null @@ -1,53 +0,0 @@ -name: base -channels: - - conda-forge -dependencies: - - python==3.8.* - # base image - - xrootd==5.4.0 - - conda-build - - voms - - jupyterlab - - ipympl - - dask_labextension - - ca-policy-lcg - - coffea==0.7.20 - - xgboost - - lz4 - - python-xxhash - - zstandard - - pytables - - python-rapidjson - - geventhttpclient - - brotli - - nomkl - # docker-coffea-dask - - python-blosc - - cytoolz - - bokeh - - dask==2022.9.2 - - distributed==2022.9.2 - - dask-gateway==0.9.0 - - dask-jobqueue - - nomkl - - scipy - - tini - - jupyter-server-proxy - # BNL currently requires HTCondor v9.0.x - - htcondor==9.0.17 - # coffea[servicex] components available on conda-forge - - aiostream - - tenacity - # Jupyter Lab extensions - - nodejs - - jupyterlab-github - # IRIS-HEP Analysis Systems - - awkward==1.10.2 - - uproot==4.3.7 - - hist==2.6.2 - - vector==0.10.0 - - pyhf==0.7.0 - - iminuit==2.17.0 - - cabinetry==0.5.1 - - mplhep==0.3.26 - - pip >=22.3 \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/full.conda-lock.yml b/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/full.conda-lock.yml deleted file mode 100644 index 232a551d..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/full.conda-lock.yml +++ /dev/null @@ -1,5778 +0,0 @@ -# This lock file was generated by conda-lock (https://github.com/conda-incubator/conda-lock). DO NOT EDIT! -# -# A "lock file" contains a concrete list of package versions (with checksums) to be installed. Unlike -# e.g. `conda env create`, the resulting environment will not change as new package versions become -# available, unless you explicitly update the lock file. -# -# Install this environment as "YOURENV" with: -# conda-lock install -n YOURENV --file full.conda-lock.yml -# To update a single package to the latest version compatible with the version constraints in the source: -# conda-lock lock --lockfile full.conda-lock.yml --update PACKAGE -metadata: - channels: - - url: conda-forge - used_env_vars: [] - content_hash: - linux-64: 234c670cee5bebcd45c9957458f025494e7adf4f503933a6e0cd72b9867e4286 - platforms: - - linux-64 - sources: - - /home/feickert/Code/GitHub/IRIS-HEP/analysis-systems-base/docker/environment.yml -package: -- category: main - dependencies: {} - hash: - md5: d7c89558ba9fa0495403155b64376d81 - sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 - manager: conda - name: _libgcc_mutex - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 - version: '0.1' -- category: main - dependencies: {} - hash: - md5: 23b8f98a355030331f40d0245492f715 - sha256: 504b46c85d81269b24e7b22309064886cfc873955e77daf0eb794d8e7ec8cc06 - manager: conda - name: _py-xgboost-mutex - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_py-xgboost-mutex-2.0-cpu_0.tar.bz2 - version: '2.0' -- category: main - dependencies: {} - hash: - md5: 41e4e87062433e283696cf384f952ef6 - sha256: 058355034667e77d15389700f6b2364cc74efce0af63a418eacc1ce252458942 - manager: conda - name: ca-certificates - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2022.9.24-ha878542_0.tar.bz2 - version: 2022.9.24 -- category: main - dependencies: {} - hash: - md5: 9e7e8227b81bdc5b3b696d3f59ab7a4e - sha256: 889568a69bf9a01c9cedb71a3fb2c8015906c5cf9f5ddabcd1b03084cadcd022 - manager: conda - name: ca-policy-lcg - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ca-policy-lcg-1.117-hd8ed1ab_0.tar.bz2 - version: '1.117' -- category: main - dependencies: {} - hash: - md5: 0c96522c6bdaed4b1566d11387caaf45 - sha256: 58d7f40d2940dd0a8aa28651239adbf5613254df0f75789919c4e6762054403b - manager: conda - name: font-ttf-dejavu-sans-mono - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-dejavu-sans-mono-2.37-hab24e00_0.tar.bz2 - version: '2.37' -- category: main - dependencies: {} - hash: - md5: 34893075a5c9e55cdafac56607368fc6 - sha256: c52a29fdac682c20d252facc50f01e7c2e7ceac52aa9817aaf0bb83f7559ec5c - manager: conda - name: font-ttf-inconsolata - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-inconsolata-3.000-h77eed37_0.tar.bz2 - version: '3.000' -- category: main - dependencies: {} - hash: - md5: 4d59c254e01d9cde7957100457e2d5fb - sha256: 00925c8c055a2275614b4d983e1df637245e19058d79fc7dd1a93b8d9fb4b139 - manager: conda - name: font-ttf-source-code-pro - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-source-code-pro-2.038-h77eed37_0.tar.bz2 - version: '2.038' -- category: main - dependencies: {} - hash: - md5: 19410c3df09dfb12d1206132a1d357c5 - sha256: 470d5db54102bd51dbb0c5990324a2f4a0bc976faa493b22193338adb9882e2e - manager: conda - name: font-ttf-ubuntu - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/font-ttf-ubuntu-0.83-hab24e00_0.tar.bz2 - version: '0.83' -- category: main - dependencies: {} - hash: - md5: 737be0d34c22d24432049ab7a3214de4 - sha256: 3e7f203e33ea497b6e468279cc5fdef7d556473c25e7466b35fd672940392469 - manager: conda - name: ld_impl_linux-64 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.39-hcc3a1bd_1.conda - version: '2.39' -- category: main - dependencies: {} - hash: - md5: 164b4b1acaedc47ee7e658ae6b308ca3 - sha256: 03ea784edd12037dc3a7a0078ff3f9c3383feabb34d5ba910bb2fd7a21a2d961 - manager: conda - name: libgfortran5 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-12.2.0-h337968e_19.tar.bz2 - version: 12.2.0 -- category: main - dependencies: {} - hash: - md5: 1030b1f38c129f2634eae026f704fe60 - sha256: 0289e6a7b9a5249161a3967909e12dcfb4ab4475cdede984635d3fb65c606f08 - manager: conda - name: libstdcxx-ng - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-12.2.0-h46fd767_19.tar.bz2 - version: 12.2.0 -- category: main - dependencies: {} - hash: - md5: 9a66894dfd07c4510beb6b3f9672ccc0 - sha256: d38542a151a90417065c1a234866f97fd1ea82a81de75ecb725955ab78f88b4b - manager: conda - name: nomkl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nomkl-1.0-h5ca1d4c_0.tar.bz2 - version: '1.0' -- category: main - dependencies: {} - hash: - md5: 2f3f7af062b42d664117662612022204 - sha256: 3e55f11e96fd737e2a338464ec99a51178fc8fae9d46550a4255be39b25efa99 - manager: conda - name: python_abi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.8-3_cp38.conda - version: '3.8' -- category: main - dependencies: - font-ttf-dejavu-sans-mono: '' - font-ttf-inconsolata: '' - font-ttf-source-code-pro: '' - font-ttf-ubuntu: '' - hash: - md5: f766549260d6815b0c52253f1fb1bb29 - sha256: 53f23a3319466053818540bcdf2091f253cbdbab1e0e9ae7b9e509dcaa2a5e38 - manager: conda - name: fonts-conda-forge - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-forge-1-0.tar.bz2 - version: '1' -- category: main - dependencies: - libgfortran5: 12.2.0 h337968e_19 - hash: - md5: cd7a806282c16e1f2d39a7e80d3a3e0d - sha256: c7d061f323e80fbc09564179073d8af303bf69b953b0caddcf79b47e352c746f - manager: conda - name: libgfortran-ng - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-12.2.0-h69a702a_19.tar.bz2 - version: 12.2.0 -- category: main - dependencies: - _libgcc_mutex: 0.1 conda_forge - hash: - md5: cedcee7c064c01c403f962c9e8d3c373 - sha256: 81a76d20cfdee9fe0728b93ef057ba93494fd1450d42bc3717af4e468235661e - manager: conda - name: libgomp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-12.2.0-h65d4601_19.tar.bz2 - version: 12.2.0 -- category: main - dependencies: - _libgcc_mutex: 0.1 conda_forge - libgomp: '>=7.5.0' - hash: - md5: 73aaf86a425cc6e73fcf236a5a46396d - sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 - manager: conda - name: _openmp_mutex - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 - version: '4.5' -- category: main - dependencies: - fonts-conda-forge: '' - hash: - md5: fee5683a3f04bd15cbd8318b096a27ab - sha256: a997f2f1921bb9c9d76e6fa2f6b408b7fa549edd349a77639c9fe7a23ea93e61 - manager: conda - name: fonts-conda-ecosystem - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/fonts-conda-ecosystem-1-0.tar.bz2 - version: '1' -- category: main - dependencies: - _libgcc_mutex: 0.1 conda_forge - _openmp_mutex: '>=4.5' - hash: - md5: e4c94f80aef025c17ab0828cd85ef535 - sha256: f3899c26824cee023f1e360bd0859b0e149e2b3e8b1668bc6dd04bfc70dcd659 - manager: conda - name: libgcc-ng - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-12.2.0-h65d4601_19.tar.bz2 - version: 12.2.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: baa652d7d0da41d757a31d00b4ae2c38 - sha256: b512998e4ca2db616fbd36f6a54cad81c3e1778ac694e2dcefee7bad6a75e3ba - manager: conda - name: abseil-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/abseil-cpp-20210324.2-h9c3ff4c_0.tar.bz2 - version: '20210324.2' -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: be733e69048951df1e4b4b7bb8c7666f - sha256: 2c0a618d0fa695e4e01a30e7ff31094be540c52e9085cbd724edb132c65cf9cd - manager: conda - name: alsa-lib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/alsa-lib-1.2.8-h166bdaf_0.tar.bz2 - version: 1.2.8 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: d9c69a24ad678ffce24c6543a0176b00 - sha256: 82c13b1772c21fc4a17441734de471d3aabf82b61db9b11f4a1bd04a9c4ac324 - manager: conda - name: attr - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/attr-2.5.1-h166bdaf_1.tar.bz2 - version: 2.5.1 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: ce69a062b3080485b760378841240634 - sha256: 8c8e79eb74c3b4574322ea89363fb9c7c72127e8952fa913d3651166f8498c5f - manager: conda - name: aws-c-common - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-common-0.6.2-h7f98852_0.tar.bz2 - version: 0.6.2 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: a1fd65c7ccbf10880423d82bca54eb54 - sha256: cb521319804640ff2ad6a9f118d972ed76d86bea44e5626c09a13d38f562e1fa - manager: conda - name: bzip2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 - version: 1.0.8 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - hash: - md5: f26ef8098fab1f719c91eb760d63381a - sha256: ee735e60d2cf68e5635df17847e97b505a752985d10581d2438203e7c0f44c15 - manager: conda - name: c-ares - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.18.1-h7f98852_0.tar.bz2 - version: 1.18.1 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: c4fbad8d4bddeb3c085f18cbf97fbfad - sha256: b44db0b92ae926b3fbbcd57c179fceb64fa11a9f9d09082e03be58b74dcad832 - manager: conda - name: expat - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/expat-2.5.0-h27087fc_0.tar.bz2 - version: 2.5.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libgfortran-ng: '' - libgfortran5: '>=10.4.0' - libstdcxx-ng: '>=12' - hash: - md5: 9d3e01547ba04a57372beee01158096f - sha256: 23d7936d3b99ab4d72dae544257ff70674a8ba13aff2a3d7320f7f3265847370 - manager: conda - name: fftw - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fftw-3.3.10-nompi_hf0379b8_105.tar.bz2 - version: 3.3.10 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: 14947d8770185e5153fdd04d4673ed37 - sha256: 4fcfedc44e4c9a053f0416f9fc6ab6ed50644fca3a761126dbd00d09db1f546a - manager: conda - name: gettext - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gettext-0.21.1-h27087fc_0.tar.bz2 - version: 0.21.1 -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - hash: - md5: cddaf2c63ea4a5901cf09524c490ecdc - sha256: a853c0cacf53cfc59e1bca8d6e5cdfe9f38fce836f08c2a69e35429c2a492e77 - manager: conda - name: gflags - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gflags-2.2.2-he1b5a44_1004.tar.bz2 - version: 2.2.2 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - hash: - md5: 87473a15119779e021c314249d4b4aed - sha256: 1d7950f3be4637ab915d886304e57731d39a41ab705ffc95c4681655c459374a - manager: conda - name: icu - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/icu-70.1-h27087fc_0.tar.bz2 - version: '70.1' -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: ee8b844357a0946870901c7c6f418268 - sha256: 0110ee167e8fe386f9019f98757e299a0c42dc6ccdcce161c9bb552b79e459a3 - manager: conda - name: jpeg - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/jpeg-9e-h166bdaf_2.tar.bz2 - version: 9e -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - hash: - md5: 30186d27e2c9fa62b45fb1476b7200e3 - sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb - manager: conda - name: keyutils - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 - version: 1.6.1 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: a8832b479f93521a9e7b5b743803be51 - sha256: aad2a703b9d7b038c0f745b853c6bb5f122988fe1a7a096e0e606d9cbec4eaab - manager: conda - name: lame - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lame-3.100-h166bdaf_1003.tar.bz2 - version: '3.100' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: 76bbff344f0134279f225174e9064c8f - sha256: cb55f36dcd898203927133280ae1dc643368af041a48bcf7c026acb7c47b0c12 - manager: conda - name: lerc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lerc-4.0.0-h27087fc_0.tar.bz2 - version: 4.0.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: ee147bfa0b7b0111d730cea710bd6642 - sha256: 5484890c5c347fa62f586fb3b468641a3f1ca823dde7b4a15980c0225fff77cc - manager: conda - name: libabseil - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libabseil-20220623.0-cxx17_h48a1fff_5.tar.bz2 - version: '20220623.0' -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: 9194c9bf9428035a05352d031462eae4 - sha256: ddc961a36d498aaafd5b71078836ad5dd247cc6ba7924157f3801a2f09b77b14 - manager: conda - name: libbrotlicommon - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.0.9-h166bdaf_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - libstdcxx-ng: '>=9.4.0' - hash: - md5: c965a5aa0d5c1c37ffc62dff36e28400 - sha256: fd1d153962764433fe6233f34a72cdeed5dcf8a883a85769e8295ce940b5b0c5 - manager: conda - name: libcrc32c - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcrc32c-1.1.2-h9c3ff4c_0.tar.bz2 - version: 1.1.2 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: 3f3258d8f841fbac63b36b75bdac1afd - sha256: 21fac1012ff05b131d4b5d284003dbbe7b5c4c652aa9e401b46279ed5a784372 - manager: conda - name: libdb - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdb-6.2.32-h9c3ff4c_0.tar.bz2 - version: 6.2.32 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: fc84a0446e4e4fb882e78d786cfb9734 - sha256: 6f7cbc9347964e7f9697bde98a8fb68e0ed926888b3116474b1224eaa92209dc - manager: conda - name: libdeflate - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libdeflate-1.14-h166bdaf_0.tar.bz2 - version: '1.14' -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - hash: - md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3 - sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9 - manager: conda - name: libev - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 - version: '4.33' -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - hash: - md5: d645c6d2ac96843a2bfaccd2d62b3ac3 - sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e - manager: conda - name: libffi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 - version: 3.4.2 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - hash: - md5: b62b52da46c39ee2bc3c162ac7f1804d - sha256: 6a81ebac9f1aacdf2b4f945c87ad62b972f0f69c8e0981d68e111739e6720fd7 - manager: conda - name: libiconv - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 - version: '1.17' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: 2ed926c822a091c21d467429d1eaa92c - sha256: d7e5b39bcbc144463ca938c8cdb1dc73d2d204fb78c5aea200c07037517aebba - manager: conda - name: liblief - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblief-0.12.3-h27087fc_0.tar.bz2 - version: 0.12.3 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - hash: - md5: 39b1328babf85c7c3a61636d9cd50206 - sha256: 32f4fb94d99946b0dabfbbfd442b25852baf909637f2eed1ffe3baea15d02aad - manager: conda - name: libnsl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.0-h7f98852_0.tar.bz2 - version: 2.0.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: 6e8cc2173440d77708196c5b93771680 - sha256: b88afeb30620b11bed54dac4295aa57252321446ba4e6babd7dce4b9ffde9b25 - manager: conda - name: libogg - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libogg-1.3.4-h7f98852_1.tar.bz2 - version: 1.3.4 -- category: main - dependencies: - libgcc-ng: '>=12' - libgfortran-ng: '' - libgfortran5: '>=10.4.0' - hash: - md5: 8c5963a49b6035c40646a763293fbb35 - sha256: 018372af663987265cb3ca8f37ac8c22b5f39219f65a0c162b056a30af11bba0 - manager: conda - name: libopenblas - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.21-pthreads_h78a6416_3.tar.bz2 - version: 0.3.21 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: 15345e56d527b330e1cacbdf58676e8f - sha256: 0e1c2740ebd1c93226dc5387461bbcf8142c518f2092f3ea7551f77755decc8f - manager: conda - name: libopus - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libopus-1.3.1-h7f98852_1.tar.bz2 - version: 1.3.1 -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - hash: - md5: c3788462a6fbddafdb413a9f9053e58d - sha256: 53da0c8b79659df7b53eebdb80783503ce72fb4b10ed6e9e05cc0e9e4207a130 - manager: conda - name: libsodium - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsodium-1.0.18-h36c2ea0_1.tar.bz2 - version: 1.0.18 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - hash: - md5: 16e143a1ed4b4fd169536373957f6fee - sha256: eadbb80c922dce355c0f8f7fc560f20f61263245799d076a1d5251d147d0d250 - manager: conda - name: libtool - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libtool-2.4.6-h9c3ff4c_1008.tar.bz2 - version: 2.4.6 -- category: main - dependencies: - __glibc: '>=2.17,<3.0.a0' - libgcc-ng: '>=12' - hash: - md5: 174243089ec111479298a5b7099b64b5 - sha256: e9ef9cb1d34a2f02f68c4778986f1f8be3015fec272523fd2dde3723c120f038 - manager: conda - name: libudev1 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libudev1-252-h166bdaf_0.tar.bz2 - version: '252' -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: ede4266dc02e875fe1ea77b25dd43747 - sha256: 49082ee8d01339b225f7f8c60f32a2a2c05fe3b16f31b554b4fb2c1dea237d1c - manager: conda - name: libutf8proc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libutf8proc-2.8.0-h166bdaf_0.tar.bz2 - version: 2.8.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: 772d69f030955d9646d3d0eaf21d859d - sha256: 54f118845498353c936826f8da79b5377d23032bcac8c4a02de2019e26c3f6b3 - manager: conda - name: libuuid - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.32.1-h7f98852_1000.tar.bz2 - version: 2.32.1 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: e5cb4fe581a18ca2185a016eb848fc00 - sha256: dc14922a6d5cf7fde55c0aa8f6661d6871c6a2e94369e7455a8a5927c3065080 - manager: conda - name: libuv - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.44.2-h166bdaf_0.tar.bz2 - version: 1.44.2 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: ac2ccf7323d21f2994e4d1f5da664f37 - sha256: 221f2e138dd264b7394b88f08884d93825d38800a51415059e813c02467abfd1 - manager: conda - name: libwebp-base - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libwebp-base-1.2.4-h166bdaf_0.tar.bz2 - version: 1.2.4 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: fc739e992bdc42ed012f11fe9b4a559d - sha256: 0441bf8e7e14e94bd7a8acdc9d5c26652f81facbbae1784584eb022f6db4fe78 - manager: conda - name: libxgboost - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxgboost-1.7.1-cpu_ha3b9936_0.tar.bz2 - version: 1.7.1 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: f3f9de449d32ca9b9c66a22863c96f41 - sha256: 22f3663bcf294d349327e60e464a51cd59664a71b8ed70c28a9f512d10bc77dd - manager: conda - name: libzlib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-h166bdaf_4.tar.bz2 - version: 1.2.13 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: fbe97e8fa6f275d7c76a09e795adc3e6 - sha256: 56313fe4e602319682d4ea05c0ed3c5c45fc79884a5896f2cb7436b15d6987f9 - manager: conda - name: lz4-c - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.3-h9c3ff4c_1.tar.bz2 - version: 1.9.3 -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - hash: - md5: bb14fcb13341b81d5eb386423b9d2bac - sha256: 25d16e6aaa3d0b450e61d0c4fadd7c9fd17f16e2fef09b34507209342d63c9f6 - manager: conda - name: lzo - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h516909a_1000.tar.bz2 - version: '2.10' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: 2fe2a839394ef3a1825a5e5e296060bc - sha256: 75f164e4ea955eca41186cbf595395a4b9b592ea8c4367b5284f690151198bb1 - manager: conda - name: mpg123 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mpg123-1.30.2-h27087fc_1.tar.bz2 - version: 1.30.2 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - hash: - md5: 4acfc691e64342b9dae57cf2adc63238 - sha256: b801e8cf4b2c9a30bce5616746c6c2a4e36427f045b46d9fc08a4ed40a9f7065 - manager: conda - name: ncurses - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.3-h27087fc_1.tar.bz2 - version: '6.3' -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - libstdcxx-ng: '>=9.4.0' - hash: - md5: 29ded371806431b0499aaee146abfc3e - sha256: 987835de2261507bcea0dcb61ed0668e4622fc55ad9d84ec1fc3d72ab2bd94e9 - manager: conda - name: nspr - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nspr-4.32-h9c3ff4c_1.tar.bz2 - version: '4.32' -- category: main - dependencies: - ca-certificates: '' - libgcc-ng: '>=12' - hash: - md5: e17553617ce05787d97715177be014d1 - sha256: 3779589ed7e775ae279cd782d670aa23e23e8db3122cb604ea2f0718d8dad220 - manager: conda - name: openssl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openssl-1.1.1s-h166bdaf_0.tar.bz2 - version: 1.1.1s -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: 4c1bbbec45149a186b915c67d086ed3b - sha256: fc30d1b643c35d82abd294cde6b34f7b9e952856c0386f4f069c3a2b7feb28dd - manager: conda - name: patch - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/patch-2.7.6-h7f98852_1002.tar.bz2 - version: 2.7.6 -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - hash: - md5: 2c797576e39d03ceb9319e543963883e - sha256: 59d6f4c1a393ff4133367c077f0d6e784b7b472d62d9e2f58bc060641890c1f4 - manager: conda - name: patchelf - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/patchelf-0.17.0-h58526e2_0.tar.bz2 - version: 0.17.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: c05d1820a6d34ff07aaaab7a9b7eddaa - sha256: 8f35c244b1631a4f31fb1d66ab6e1d9bfac0ca9b679deced1112c7225b3ad138 - manager: conda - name: pcre - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre-8.45-h9c3ff4c_0.tar.bz2 - version: '8.45' -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - hash: - md5: 22dad4df6e8630e8dff2428f6f6a7036 - sha256: 67c84822f87b641d89df09758da498b2d4558d47b920fd1d3fe6d3a871e000ff - manager: conda - name: pthread-stubs - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pthread-stubs-0.4-h36c2ea0_1001.tar.bz2 - version: '0.4' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: 68070cd09c67755f37e0db13f00a008b - sha256: 24bd3f98530f6e3cbf4ea1bfcf99509d342ec2e301a40807b230abb18c7a5e55 - manager: conda - name: re2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/re2-2022.06.01-h27087fc_1.conda - version: 2022.06.01 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - hash: - md5: 15a0bf4a1260b0a08198eb683eb272fb - sha256: d98b4816de502658080e62014b1ccaa296e54c3a161418e344c52aebf9044c79 - manager: conda - name: ripgrep - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ripgrep-13.0.0-h2f28480_2.tar.bz2 - version: 13.0.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - hash: - md5: 48018e187dacc6002d3ede9c824238ac - sha256: a223b21f16f37af90f0b19593baed5c118ee819c5ae7e8fa59b47ece491c268a - manager: conda - name: snappy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/snappy-1.1.9-hbd366e4_2.tar.bz2 - version: 1.1.9 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: 1b1ba3afc4159643c3cda3467ec46f99 - sha256: 08708cf9126263c860f53134d2ed5701c223cf73612404564246c5ea4341b16b - manager: conda - name: tini - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tini-0.19.0-h166bdaf_1.tar.bz2 - version: 0.19.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: bf6f803a544f26ebbdc3bfff272eb179 - sha256: 9e9b70c24527289ac7ae31925d1eb3b0c1e9a78cb7b8f58a3110cc8bbfe51c26 - manager: conda - name: xorg-libxau - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxau-1.0.9-h7f98852_0.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: be93aabceefa2fac576e971aef407908 - sha256: 4df7c5ee11b8686d3453e7f3f4aa20ceef441262b49860733066c52cfd0e4a77 - manager: conda - name: xorg-libxdmcp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xorg-libxdmcp-1.1.3-h7f98852_0.tar.bz2 - version: 1.1.3 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - hash: - md5: 52402c791f35e414e704b7a113f99605 - sha256: c048c715b63fff3b8d9521d08f67ddda97bdd346c4ae71f54eda24f634695962 - manager: conda - name: xxhash - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.0-h7f98852_3.tar.bz2 - version: 0.8.0 -- category: main - dependencies: - libgcc-ng: '>=12' - hash: - md5: 2161070d867d1b1204ea749c8eec4ef0 - sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 - manager: conda - name: xz - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 - version: 5.2.6 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - hash: - md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae - sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 - manager: conda - name: yaml - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 - version: 0.2.5 -- category: main - dependencies: - aws-c-common: '>=0.6.2,<0.6.3.0a0' - libgcc-ng: '>=9.3.0' - openssl: '>=1.1.1k,<1.1.2a' - hash: - md5: d4e7b241fb22dd3d7be1171f813d5da3 - sha256: c04c608d185c111cb1ce21f3e7934b8c2bf63bdeac0b057deb3f8935f3333ae5 - manager: conda - name: aws-c-cal - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-cal-0.5.11-h95a6274_0.tar.bz2 - version: 0.5.11 -- category: main - dependencies: - aws-c-common: '>=0.6.17,<0.6.18.0a0' - libgcc-ng: '>=9.4.0' - hash: - md5: 09190c3fa80af2fe47535358b9b05071 - sha256: 0f766f764a4659175ca31b465c1576990ebe34d0a183f21c72dc3d2da6bcc974 - manager: conda - name: aws-c-compression - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-compression-0.2.14-h7c7754b_7.tar.bz2 - version: 0.2.14 -- category: main - dependencies: - aws-c-common: '>=0.6.17,<0.6.18.0a0' - libgcc-ng: '>=9.4.0' - hash: - md5: 0fcd001d2a9d267ce64a0c196bfeea6c - sha256: bfdbb99fc617f54ae6fb45907065be21ec04b20688b99f4ea6c1d7b01396f093 - manager: conda - name: aws-c-sdkutils - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-sdkutils-0.1.1-h7c7754b_4.tar.bz2 - version: 0.1.1 -- category: main - dependencies: - aws-c-common: '>=0.6.2,<0.6.3.0a0' - libgcc-ng: '>=9.3.0' - hash: - md5: 2fdb96aaab883abc0766ff76c0a34483 - sha256: ecb7903e97aea0acd861c31acf86a89367a318c7ad0025e4b72c0e7e3e679cfe - manager: conda - name: aws-checksums - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-checksums-0.1.11-ha31a3da_7.tar.bz2 - version: 0.1.11 -- category: main - dependencies: - gflags: '>=2.2.2,<2.3.0a0' - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - hash: - md5: b31f3565cb84435407594e548a2fb7b2 - sha256: 888cbcfb67f6e3d88a4c4ab9d26c9a406f620c4101a35dc6d2dbadb95f2221d4 - manager: conda - name: glog - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glog-0.6.0-h6f12383_0.tar.bz2 - version: 0.6.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 3c519ea20b4b74edc2a484cdb36f6c3f - sha256: ce0e760db2568961a5ee0798e66149fc93e32a1f8689bb54babe5b3be38eb461 - manager: conda - name: gsoap - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gsoap-2.8.123-h598caef_0.tar.bz2 - version: 2.8.123 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - pcre: '>=8.45,<9.0a0' - hash: - md5: 0e68d4872abcec2d99e7d497a4c925ef - sha256: 165d1e1f9b9abf44c6e307e96e08c4d31e96e0cfea0c1f8b76be87980221e0fc - manager: conda - name: htcondor-classads - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/htcondor-classads-9.0.17-h9d75d03_1.tar.bz2 - version: 9.0.17 -- category: main - dependencies: - libopenblas: '>=0.3.21,<1.0a0' - hash: - md5: d9b7a8639171f6c6fa0a983edabcfe2b - sha256: 4e4c60d3fe0b95ffb25911dace509e3532979f5deef4364141c533c5ca82dd39 - manager: conda - name: libblas - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-16_linux64_openblas.tar.bz2 - version: 3.9.0 -- category: main - dependencies: - libbrotlicommon: 1.0.9 h166bdaf_8 - libgcc-ng: '>=12' - hash: - md5: 4ae4d7795d33e02bd20f6b23d91caf82 - sha256: d88ba07c3be27c89cb4975cc7edf63ee7b1c62d01f70d5c3f7efeb987c82b052 - manager: conda - name: libbrotlidec - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.0.9-h166bdaf_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - libbrotlicommon: 1.0.9 h166bdaf_8 - libgcc-ng: '>=12' - hash: - md5: 04bac51ba35ea023dc48af73c1c88c25 - sha256: a0468858b2f647f51509a32040e93512818a8f9980f20b3554cccac747bcc4be - manager: conda - name: libbrotlienc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.0.9-h166bdaf_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - attr: '>=2.5.1,<2.6.0a0' - libgcc-ng: '>=12' - hash: - md5: 2d7665abd0997f1a6d4b7596bc27b657 - sha256: db113b0bacb45533ec6f5c13a548054af8bd0ca2f7583e8bc5989f17e1e1638b - manager: conda - name: libcap - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcap-2.66-ha37c62d_0.tar.bz2 - version: '2.66' -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - ncurses: '>=6.2,<7.0.0a0' - hash: - md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 - sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf - manager: conda - name: libedit - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 - version: 3.1.20191231 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - openssl: '>=1.1.1l,<1.1.2a' - hash: - md5: 390026683aef81db27ff1b8570ca1336 - sha256: 18695f2fa3f19700d3f5d4f6b5fc49920685c7424b6bbbe461fa746c40996a14 - manager: conda - name: libevent - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libevent-2.1.10-h9b69904_4.tar.bz2 - version: 2.1.10 -- category: main - dependencies: - gettext: '>=0.21.1,<1.0a0' - libgcc-ng: '>=12' - libogg: '>=1.3.4,<1.4.0a0' - libstdcxx-ng: '>=12' - hash: - md5: 7daf72d8e2a8e848e11d63ed6d1026e0 - sha256: 095cfa4e2df8622b8f9eebec3c60710ea0f4732c64cd24769ccf9ed63fd45545 - manager: conda - name: libflac - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libflac-1.4.2-h27087fc_0.tar.bz2 - version: 1.4.2 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: cae79c6fd61cc6823cbebdbb2c16c60e - sha256: fe02eb90fb3c9a2eb57c0b653d7630f7df72ee8b3093b0c3d1c34296e4e01134 - manager: conda - name: libllvm11 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm11-11.1.0-he0ac6c6_5.tar.bz2 - version: 11.1.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - hash: - md5: f5759f0c80708fbf9c4836c0cb46d0fe - sha256: af0f505053153cd2e8ad08a8559fb3df73b22ce8f635dbcaf7818a7bf916437f - manager: conda - name: libllvm14 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm14-14.0.6-he0ac6c6_0.tar.bz2 - version: 14.0.6 -- category: main - dependencies: - c-ares: '>=1.18.1,<2.0a0' - libev: '>=4.33,<4.34.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 6fe9e31c2b8d0b022626ccac13e6ca3c - sha256: 44b87b28efb1fa34632730f37a39250ef955a3497d7d9cd0ec60316ac134278e - manager: conda - name: libnghttp2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.47.0-hdcd2b5c_1.tar.bz2 - version: 1.47.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: e1c890aebdebbfbf87e2c917187b4416 - sha256: a32b36d34e4f2490b99bddbc77d01a674d304f667f0e62c89e02c961addef462 - manager: conda - name: libpng - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpng-1.6.39-h753d276_0.conda - version: 1.6.39 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 1adfa2693fd61ec2bf81d2eb91773269 - sha256: 0610f0c30983a7012c799fce2d781d9243dd55957d80b2c4fda090ed9ea34a64 - manager: conda - name: libprotobuf - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libprotobuf-3.21.10-h6239696_0.conda - version: 3.21.10 -- category: main - dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 2e5f9a37d487e1019fd4d8113adb2f9f - sha256: 6008a0b914bd1a3510a3dba38eada93aa0349ebca3a21e5fa276833c8205bf49 - manager: conda - name: libsqlite - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.40.0-h753d276_0.tar.bz2 - version: 3.40.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 89acee135f0809a18a1f4537390aa2dd - sha256: 3c2ed83502bedf4ec8c5b972accb6ff1b6c018f72fb711cdb65cb8540d5ab89e - manager: conda - name: libssh2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.10.0-haa6b8db_3.tar.bz2 - version: 1.10.0 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - libogg: '>=1.3.4,<1.4.0a0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: 309dec04b70a3cc0f1e84a4013683bc0 - sha256: 53080d72388a57b3c31ad5805c93a7328e46ff22fab7c44ad2a86d712740af33 - manager: conda - name: libvorbis - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libvorbis-1.3.7-h9c3ff4c_0.tar.bz2 - version: 1.3.7 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - pthread-stubs: '' - xorg-libxau: '' - xorg-libxdmcp: '' - hash: - md5: b3653fdc58d03face9724f602218a904 - sha256: 8d5d24cbeda9282dd707edd3156e5fde2e3f3fe86c802fa7ce08c8f1e803bfd9 - manager: conda - name: libxcb - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxcb-1.13-h7f98852_1004.tar.bz2 - version: '1.13' -- category: main - dependencies: - icu: '>=70.1,<71.0a0' - libgcc-ng: '>=12' - libiconv: '>=1.17,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - xz: '>=5.2.6,<6.0a0' - hash: - md5: 3b933ea47ef8f330c4c068af25fcd6a8 - sha256: b30713fb4477ff4f722280d956593e7e7a2cb705b7444dcc278de447432b43b1 - manager: conda - name: libxml2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.10.3-h7463322_0.tar.bz2 - version: 2.10.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 0249d755f8d26cb2ac796f9f01cfb823 - sha256: 4ade18a1813e80f726d7473878e414621013c6fbeb6d41730a30c090379cc94a - manager: conda - name: mysql-common - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-common-8.0.31-haf5c9bc_0.tar.bz2 - version: 8.0.31 -- category: main - dependencies: - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 35a82883468c85ac8bf41f083c1933cf - sha256: 5f5e6366660a209fe2cdcf4dac8176d7a0a6a4ec2c0a7e861554f4d2bffd86f0 - manager: conda - name: pandoc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pandoc-2.19.2-h32600fe_1.tar.bz2 - version: 2.19.2 -- category: main - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - hash: - md5: 69e2c796349cd9b273890bee0febfe1b - sha256: 7a29ec847556eed4faa1646010baae371ced69059a4ade43851367a076d6108a - manager: conda - name: pcre2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pcre2-10.40-hc3806b6_0.tar.bz2 - version: '10.40' -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - libnsl: '>=2.0.0,<2.1.0a0' - hash: - md5: 09ba115862623f00962e9809ea248f1a - sha256: a116c1d3c64a072280b441c43d893d341a1d37d16ec18afc76eee40299deabfa - manager: conda - name: perl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/perl-5.32.1-2_h7f98852_perl5.tar.bz2 - version: 5.32.1 -- category: main - dependencies: - libgcc-ng: '>=12' - ncurses: '>=6.3,<7.0a0' - hash: - md5: db2ebbe2943aae81ed051a6a9af8e0fa - sha256: f5f383193bdbe01c41cb0d6f99fec68e820875e842e6e8b392dbe1a9b6c43ed8 - manager: conda - name: readline - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.1.2-h0f457ee_0.tar.bz2 - version: 8.1.2 -- category: main - dependencies: - libgcc-ng: '>=9.3.0' - openssl: '>=1.1.1k,<1.1.2a' - hash: - md5: 9708c3ac26c20b4c4549cbe8fef937eb - sha256: 75eba1f7873a734985b14b94db81dc75d1e618ab6f6938106374f314057d91fb - manager: conda - name: s2n - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/s2n-1.0.10-h9b69904_0.tar.bz2 - version: 1.0.10 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - libzlib: '>=1.2.11,<1.3.0a0' - hash: - md5: 5b8c42eb62e9fc961af70bdd6a26e168 - sha256: 032fd769aad9d4cad40ba261ab222675acb7ec951a8832455fce18ef33fa8df0 - manager: conda - name: tk - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.12-h27826a3_0.tar.bz2 - version: 8.6.12 -- category: main - dependencies: - libgcc-ng: '>=9.4.0' - libsodium: '>=1.0.18,<1.0.19.0a0' - libstdcxx-ng: '>=9.4.0' - hash: - md5: 21743a8d2ea0c8cfbbf8fe489b0347df - sha256: 525315b0df21866d4c3d68bc2ff987d26c2fdf0e3e8fd242c49b7255adef04c6 - manager: conda - name: zeromq - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zeromq-4.3.4-h9c3ff4c_1.tar.bz2 - version: 4.3.4 -- category: main - dependencies: - libgcc-ng: '>=12' - libzlib: 1.2.13 h166bdaf_4 - hash: - md5: 4b11e365c0275b808be78b30f904e295 - sha256: 282ce274ebe6da1fbd52efbb61bd5a93dec0365b14d64566e6819d1691b75300 - manager: conda - name: zlib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zlib-1.2.13-h166bdaf_4.tar.bz2 - version: 1.2.13 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - hash: - md5: adcf0be7897e73e312bd24353b613f74 - sha256: c42d9ec413edd7e984b6cac676997105d0f106556a0f045961153b049b95b87c - manager: conda - name: zstd - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.2-h6239696_4.tar.bz2 - version: 1.5.2 -- category: main - dependencies: - aws-c-cal: '>=0.5.11,<0.5.12.0a0' - aws-c-common: '>=0.6.2,<0.6.3.0a0' - libgcc-ng: '>=9.3.0' - s2n: '>=1.0.10,<1.0.11.0a0' - hash: - md5: 47d6b88b0c42a8c9877f3993b49f052d - sha256: 74fc4b5ae00ccd913e5c71d080a40e7b5bb0928f6bdca7cceb028c3300214bba - manager: conda - name: aws-c-io - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-io-0.10.5-hfb6a706_0.tar.bz2 - version: 0.10.5 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - libzlib: '>=1.2.11,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.9,<2.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 37baca23e60af4130cfc03e8ab9f8e22 - sha256: 3635408361a0d168c289d0e32927b1e1c1e4e563439b4ce7153e787201c6a4e0 - manager: conda - name: blosc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/blosc-1.21.1-h83bc5f7_3.tar.bz2 - version: 1.21.1 -- category: main - dependencies: - bzip2: '>=1.0.8,<2.0a0' - icu: '>=70.1,<71.0a0' - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - libzlib: '>=1.2.11,<1.3.0a0' - xz: '>=5.2.5,<5.3.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: accc1f1ca33809bbf9ad067a0a69e236 - sha256: 582c34faa81ca1440e562a0ec7a07a953d6bd585000f1133d5867dc279b6b416 - manager: conda - name: boost-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/boost-cpp-1.78.0-h75c5d50_1.tar.bz2 - version: 1.78.0 -- category: main - dependencies: - libbrotlidec: 1.0.9 h166bdaf_8 - libbrotlienc: 1.0.9 h166bdaf_8 - libgcc-ng: '>=12' - hash: - md5: e5613f2bc717e9945840ff474419b8e4 - sha256: ab1994e03bdd88e4b27f9f802ac18e45ed29b92cce25e1fd86da43b89734950f - manager: conda - name: brotli-bin - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-bin-1.0.9-h166bdaf_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - libgcc-ng: '>=12' - libpng: '>=1.6.39,<1.7.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: e1232042de76d24539a436d37597eb06 - sha256: 1eb913727b54e9aa63c6d9a1177db4e2894cee97c5f26910a2b61899d5ac904f - manager: conda - name: freetype - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/freetype-2.12.1-hca18f0e_1.conda - version: 2.12.1 -- category: main - dependencies: - libedit: '>=3.1.20191231,<3.2.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libtool: '>=2.4.6,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - perl: '' - hash: - md5: e5d57a850e569f8cffdb77632fdf6437 - sha256: 8a15cdaa4af536260c515f530b8d77a642c1bc9e1e0b4af289bc786ec50e5053 - manager: conda - name: gct - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gct-6.2.1629922860-h727a467_2.tar.bz2 - version: 6.2.1629922860 -- category: main - dependencies: - abseil-cpp: '>=20210324.2,<20210324.3.0a0' - c-ares: '>=1.18.1,<2.0a0' - libgcc-ng: '>=11.2.0' - libprotobuf: '>=3.19.1,<3.20.0a0' - libstdcxx-ng: '>=11.2.0' - libzlib: '>=1.2.11,<1.3.0a0' - openssl: '>=1.1.1l,<1.1.2a' - re2: '>=2021.11.1,<2021.11.2.0a0' - zlib: '>=1.2.11,<1.3.0a0' - hash: - md5: 5e1cc0c994752f37a62ccff8c6ece657 - sha256: 31ee07382d33afb068af3adb54af7b5a932645d19c447300254d15c9851295f3 - manager: conda - name: grpc-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/grpc-cpp-1.42.0-ha1441d3_1.tar.bz2 - version: 1.42.0 -- category: main - dependencies: - keyutils: '>=1.6.1,<2.0a0' - libedit: '>=3.1.20191231,<4.0a0' - libgcc-ng: '>=10.3.0' - libstdcxx-ng: '>=10.3.0' - openssl: '>=1.1.1l,<1.1.2a' - hash: - md5: 7d862b05445123144bec92cb1acc8ef8 - sha256: 3d0f0a8806b6bbe5f9584ff69e0b569d8b3a5b8bd4f35564fdbd304c7ef28fd1 - manager: conda - name: krb5 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.19.3-h3790be6_0.tar.bz2 - version: 1.19.3 -- category: main - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=12' - libxml2: '>=2.10.3,<2.11.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - lzo: '>=2.10,<3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - xz: '>=5.2.6,<6.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: f516eeab1624a2cf36a958d43f92dc88 - sha256: 021492d03eb72dbe3a42e4ac8c254ce329cd707632c27bdea8ee014bef3b7ed7 - manager: conda - name: libarchive - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.6.1-hc6fc967_0.tar.bz2 - version: 3.6.1 -- category: main - dependencies: - libblas: 3.9.0 16_linux64_openblas - hash: - md5: 20bae26d0a1db73f758fc3754cab4719 - sha256: e4ceab90a49cb3ac1af20177016dc92066aa278eded19646bb928d261b98367f - manager: conda - name: libcblas - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-16_linux64_openblas.tar.bz2 - version: 3.9.0 -- category: main - dependencies: - gettext: '>=0.21.1,<1.0a0' - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - libiconv: '>=1.17,<2.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - pcre2: '>=10.40,<10.41.0a0' - hash: - md5: ed5349aa96776e00b34eccecf4a948fe - sha256: 3cbad3d63cff2dd9ac1dc9cce54fd3d657f3aff53df41bfe5bae9d760562a5af - manager: conda - name: libglib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libglib-2.74.1-h606061b_1.tar.bz2 - version: 2.74.1 -- category: main - dependencies: - c-ares: '>=1.18.1,<2.0a0' - libabseil: 20220623.0 cxx17* - libgcc-ng: '>=12' - libprotobuf: '>=3.21.9,<3.22.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - re2: '>=2022.6.1,<2022.6.2.0a0' - zlib: '' - hash: - md5: bfba4edad98313fa8b209b575f9b5d53 - sha256: e5cd052c3206f7f3a78ed2174f48f2f015eb700ebbde61cbc5137f3c64b1d678 - manager: conda - name: libgrpc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgrpc-1.49.1-h05bd8bd_1.tar.bz2 - version: 1.49.1 -- category: main - dependencies: - libblas: 3.9.0 16_linux64_openblas - hash: - md5: 955d993f41f9354bf753d29864ea20ad - sha256: f5f30b8049dfa368599e5a08a4f35cb1966af0abc539d1fd1f50d93db76a74e6 - manager: conda - name: liblapack - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-16_linux64_openblas.tar.bz2 - version: 3.9.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libxml2: '>=2.10.3,<2.11.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 443dd9129ca5af4f95cd1f6fcf1b47d3 - sha256: da19c493f02132bc2be1f3d6aa85de0f8a852a87e17a456f2e638e0695fc1d51 - manager: conda - name: libllvm15 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libllvm15-15.0.4-h63197d8_0.tar.bz2 - version: 15.0.4 -- category: main - dependencies: - lame: '>=3.100,<3.101.0a0' - libflac: '>=1.4.1,<1.5.0a0' - libgcc-ng: '>=12' - libogg: '>=1.3.4,<1.4.0a0' - libopus: '>=1.3.1,<2.0a0' - libstdcxx-ng: '>=12' - libvorbis: '>=1.3.7,<1.4.0a0' - mpg123: '>=1.30.2,<1.31.0a0' - hash: - md5: 02fa0b56a57c8421d1195bf0c021e682 - sha256: 5c2473d6eae4b874c25de4754a6f0a7ee5d56731f4ebd86d94c6f48d0bd2ea6f - manager: conda - name: libsndfile - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libsndfile-1.1.0-h27087fc_0.tar.bz2 - version: 1.1.0 -- category: main - dependencies: - libevent: '>=2.1.10,<2.1.11.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 9134d477d02ad9264c6ee359fa36702c - sha256: 3a5a087dc968fc85c48eb77c2aa8913ac38de580f768f7e74de154254ea5c90a - manager: conda - name: libthrift - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libthrift-0.16.0-h491838f_2.tar.bz2 - version: 0.16.0 -- category: main - dependencies: - jpeg: '>=9e,<10a' - lerc: '>=4.0.0,<5.0a0' - libdeflate: '>=1.14,<1.15.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libwebp-base: '>=1.2.4,<2.0a0' - libzlib: '>=1.2.12,<1.3.0a0' - xz: '>=5.2.6,<5.3.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 901791f0ec7cddc8714e76e273013a91 - sha256: 19f29fcaab2e6b97cb1991a5a703b5951e981dc8a093945f20382288b29a4668 - manager: conda - name: libtiff - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libtiff-4.4.0-h55922b4_4.tar.bz2 - version: 4.4.0 -- category: main - dependencies: - libgcc-ng: '>=7.5.0' - libstdcxx-ng: '>=7.5.0' - libxml2: '>=2.9.10,<2.11.0a0' - hash: - md5: f9dbabc7e01c459ed7a1d1d64b206e9b - sha256: 64d37e16c694714ca08a96f9864a35ba9ee38b8e222f8ee646e10976250d966d - manager: conda - name: libxkbcommon - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libxkbcommon-1.0.3-he3ba5ed_0.tar.bz2 - version: 1.0.3 -- category: main - dependencies: - bzip2: '>=1.0.8,<2.0a0' - libgcc-ng: '>=9.4.0' - openssl: '>=1.1.1l,<1.1.2a' - zlib: '>=1.2.11,<1.3.0a0' - hash: - md5: 72375051558b668406def3e0c4e97a6c - sha256: f3b53e99c54e921d0d95ef74de5a5e88fb8e30b8a517dd9846d76c2d695dd553 - manager: conda - name: munge - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/munge-0.5.13-h4de3113_1.tar.bz2 - version: 0.5.13 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - mysql-common: 8.0.31 haf5c9bc_0 - openssl: '>=1.1.1q,<1.1.2a' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 455d44a05123f30f66af2ca2a9652b5f - sha256: 3174c6d2912bacdbcca00daacb010322825e6eb1814eb3748d40a0a6a9a8dd31 - manager: conda - name: mysql-libs - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/mysql-libs-8.0.31-h28c427c_0.tar.bz2 - version: 8.0.31 -- category: main - dependencies: - __glibc: '>=2.17,<3.0.a0' - icu: '>=70.1,<71.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libuv: '>=1.44.2,<1.45.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1s,<1.1.2a' - zlib: '' - hash: - md5: beedcccf403764141f6a54721fd4de29 - sha256: fe3db2cfa8422f139dc0503a360054f2bd069bf11f35cb593da832d45f3867cb - manager: conda - name: nodejs - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nodejs-18.12.1-h96d913c_0.tar.bz2 - version: 18.12.1 -- category: main - dependencies: - libgcc-ng: '>=12' - libprotobuf: '>=3.21.5,<3.22.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - snappy: '>=1.1.9,<2.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 5264738eca92101d4a9ab744321ff111 - sha256: 34ff9adfff15027e296c26ae8ac1e994322dc3502b42782ae74556bcf80c9f03 - manager: conda - name: orc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/orc-1.8.0-h09e0d61_0.tar.bz2 - version: 1.8.0 -- category: main - dependencies: - bzip2: '>=1.0.8,<2.0a0' - ld_impl_linux-64: '>=2.36.1' - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - libnsl: '>=2.0.0,<2.1.0a0' - libsqlite: '>=3.40.0,<4.0a0' - libuuid: '>=2.32.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - ncurses: '>=6.3,<7.0a0' - openssl: '>=1.1.1s,<1.1.2a' - readline: '>=8.1.2,<9.0a0' - tk: '>=8.6.12,<8.7.0a0' - xz: '>=5.2.6,<6.0a0' - hash: - md5: 485151f9b0c1cfb2375b6c4995ac52ba - sha256: 0648cf2b562437979168cdc0dcf26344fcd3ce2bc3c9b344e6c68163ab84ff87 - manager: conda - name: python - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-3.8.15-h257c98d_0_cpython.conda - version: 3.8.15 -- category: main - dependencies: - libgcc-ng: '>=12' - libsqlite: 3.40.0 h753d276_0 - libzlib: '>=1.2.13,<1.3.0a0' - ncurses: '>=6.3,<7.0a0' - readline: '>=8.1.2,<9.0a0' - hash: - md5: bb11803129cbbb53ed56f9506ff74145 - sha256: baf0e77938e5215653aa6609ff154cb94aeb0a08083ff8dec2d3ba8dd62263e9 - manager: conda - name: sqlite - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sqlite-3.40.0-h4ff8645_0.tar.bz2 - version: 3.40.0 -- category: main - dependencies: - expat: '>=2.5.0,<3.0a0' - gsoap: '>=2.8.123,<2.8.124.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: c8ef51167d7fb3e8fedb3d1ff82baf16 - sha256: a05d81e0ff5b9c8991b85489ca3c0d28ce641758dbeba8539a68bbd6354d4124 - manager: conda - name: voms - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/voms-2.1.0rc2-h4fe81f9_7.tar.bz2 - version: 2.1.0rc2 -- category: main - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - hash: - md5: 384e7fcb3cd162ba3e4aed4b687df566 - sha256: 292dee40f8390aea0e6a0abbf2f255f179c777326831ed9e1ad7db53665c8562 - manager: conda - name: xcb-util - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-0.4.0-h166bdaf_0.tar.bz2 - version: 0.4.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - hash: - md5: 637054603bb7594302e3bf83f0a99879 - sha256: 6a2c0f38b360a2fda57b2349d2cbeeb7583576a4914a3e4ce17977601ac87613 - manager: conda - name: xcb-util-keysyms - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-keysyms-0.4.0-h166bdaf_0.tar.bz2 - version: 0.4.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - hash: - md5: 732e22f1741bccea861f5668cf7342a7 - sha256: 19d27b7af8fb8047e044de2b87244337343c51fe7caa0fbaa9c53c2215787188 - manager: conda - name: xcb-util-renderutil - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-renderutil-0.3.9-h166bdaf_0.tar.bz2 - version: 0.3.9 -- category: main - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - hash: - md5: 0a8e20a8aef954390b9481a527421a8c - sha256: a76af35297f233982b58de1f55f1900d8a8ae44018a55d2a94f3084ab97d6c80 - manager: conda - name: xcb-util-wm - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-wm-0.4.1-h166bdaf_0.tar.bz2 - version: 0.4.1 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: c76151135c040e151b2ab21d3b7636fd - sha256: 25ef477d4de8a71404e1c7fc39ad06dbc7dd9e65041c037ffe649dfc2fd16d2b - manager: conda - name: async-exit-stack - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/async-exit-stack-1.0.1-pyhd8ed1ab_0.tar.bz2 - version: 1.0.1 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: 6d3ccbc56256204925bfa8378722792f - sha256: 86133878250874b3823bae7369bcad90187132537726cb1b546d88a0552d24de - manager: conda - name: attrs - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/attrs-22.1.0-pyh71513ae_1.tar.bz2 - version: 22.1.0 -- category: main - dependencies: - aws-c-common: '>=0.6.2,<0.6.3.0a0' - aws-c-io: '>=0.10.5,<0.10.6.0a0' - aws-checksums: '>=0.1.11,<0.1.12.0a0' - libgcc-ng: '>=9.3.0' - libstdcxx-ng: '>=9.3.0' - hash: - md5: 39768ba0fe69c241d54703a7f5e3119f - sha256: 0d688595654e98dc464f00cdb7f8d13ba1c602a71ee09f250c16045a46944547 - manager: conda - name: aws-c-event-stream - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-event-stream-0.2.7-h3541f99_13.tar.bz2 - version: 0.2.7 -- category: main - dependencies: - aws-c-common: '>=0.6.17,<0.6.18.0a0' - aws-c-compression: '>=0.2.14,<0.2.15.0a0' - aws-c-io: '>=0.10.14,<0.10.15.0a0' - libgcc-ng: '>=9.4.0' - hash: - md5: ea78095b4371b7de5720d741a29a33fc - sha256: 387d604a66f6e15baa4eb946bbfef81b10bc7bc101f4b467429fee080be74b29 - manager: conda - name: aws-c-http - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-http-0.6.10-h416565a_3.tar.bz2 - version: 0.6.10 -- category: main - dependencies: - python: '' - hash: - md5: 6006a6d08a3fa99268a2681c7fb55213 - sha256: ee62d6434090c1327a48551734e06bd10e65a64ef7f3b6e68719500dab0e42b9 - manager: conda - name: backcall - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/backcall-0.2.0-pyh9f0ad1d_0.tar.bz2 - version: 0.2.0 -- category: main - dependencies: - python: '>=2.7' - hash: - md5: 54ca2e08b3220c148a1d8329c2678e02 - sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd - manager: conda - name: backports - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda - version: '1.0' -- category: main - dependencies: - brotli-bin: 1.0.9 h166bdaf_8 - libbrotlidec: 1.0.9 h166bdaf_8 - libbrotlienc: 1.0.9 h166bdaf_8 - libgcc-ng: '>=12' - hash: - md5: 2ff08978892a3e8b954397c461f18418 - sha256: 74c0fa22ea7c62d2c8f7a7aea03a3bd4919f7f3940ef5b027ce0dfb5feb38c06 - manager: conda - name: brotli - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-1.0.9-h166bdaf_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: a5e46a34b186df210034b44bfa79ce07 - sha256: 5cee7890feafe6dccf06e0f2b05aa5623707a9407e3d93a1c50b64cc5de4648f - manager: conda - name: brotli-python - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.0.9-py38hfa26641_8.tar.bz2 - version: 1.0.9 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: c6653a1ed0c4a48ace64ab68a0bf9b27 - sha256: ae9d26949fcf8130d899e6bc22ed8afab40adcee782d79e0d82e0799960785af - manager: conda - name: cachetools - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/cachetools-5.2.0-pyhd8ed1ab_0.tar.bz2 - version: 5.2.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: f66309b099374af91369e67e84af397d - sha256: 52e7459b3c457e888e2b6a4e6d13ab7f8675999bc12d20a83e34f12591a8771a - manager: conda - name: certifi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/certifi-2022.9.24-pyhd8ed1ab_0.tar.bz2 - version: 2022.9.24 -- category: main - dependencies: - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 82b176df00873b95ba500784184941f4 - sha256: 70e2cdd9fe4144cc49d933e6cf06e95e6669b08f3c35866598444fc17c287770 - manager: conda - name: chardet - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/chardet-5.0.0-py38h578d9bd_1.tar.bz2 - version: 5.0.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: c1d5b294fbf9a795dec349a6f4d8be8e - sha256: 9e6170fa7b65b5546377eddb602d5ff871110f84bebf101b7b8177ff64aab1cb - manager: conda - name: charset-normalizer - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-2.1.1-pyhd8ed1ab_0.tar.bz2 - version: 2.1.1 -- category: main - dependencies: - __unix: '' - python: '>=3.8' - hash: - md5: 20e4087407c7cb04a40817114b333dbf - sha256: 23676470b591b100393bb0f6c46fe10624dcbefc696a6a9f42932ed8816ef0ea - manager: conda - name: click - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.3-unix_pyhd8ed1ab_2.tar.bz2 - version: 8.1.3 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: a6cf47b09786423200d7982d1faa19eb - sha256: ad15e71f51afa48f44592e9f7cee74b6e1b90ddb1caacb5d3e043a62775b64bb - manager: conda - name: cloudpickle - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/cloudpickle-2.2.0-pyhd8ed1ab_0.tar.bz2 - version: 2.2.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 3faab06a954c2a04039983f2c4a50d99 - sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 - manager: conda - name: colorama - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 - version: 0.4.6 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: a50559fad0affdbb33729a68669ca1cb - sha256: 3b594bc8aa0b9a51269d54c7a4ef6af777d7fad4bee16b05695e1124de6563f6 - manager: conda - name: cycler - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/cycler-0.11.0-pyhd8ed1ab_0.tar.bz2 - version: 0.11.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: a362b2124b06aad102e2ee4581acee7d - sha256: 63a83e62e0939bc1ab32de4ec736f6403084198c4639638b354a352113809c92 - manager: conda - name: dataclasses - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2 - version: '0.8' -- category: main - dependencies: - expat: '>=2.4.2,<3.0a0' - libgcc-ng: '>=9.4.0' - libglib: '>=2.70.2,<3.0a0' - hash: - md5: ecfff944ba3960ecb334b9a2663d708d - sha256: 8f5f995699a2d9dbdd62c61385bfeeb57c82a681a7c8c5313c395aa0ccab68a5 - manager: conda - name: dbus - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dbus-1.13.6-h5008d03_3.tar.bz2 - version: 1.13.6 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: a31011fb85bdc423991ab2f35f24364c - sha256: c4349fe37f768b05864d678c88c85106cd08042b1d7bcaa0486d9d8aa1994284 - manager: conda - name: debugpy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/debugpy-1.6.4-py38hfa26641_0.conda - version: 1.6.4 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: 43afe5ab04e35e17ba28649471dd7364 - sha256: 328a6a379f9bdfd0230e51de291ce858e6479411ea4b0545fb377c71662ef3e2 - manager: conda - name: decorator - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/decorator-5.1.1-pyhd8ed1ab_0.tar.bz2 - version: 5.1.1 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 961b3a227b437d82ad7054484cfa71b2 - sha256: 9717a059677553562a8f38ff07f3b9f61727bd614f505658b0a5ecbcf8df89be - manager: conda - name: defusedxml - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/defusedxml-0.7.1-pyhd8ed1ab_0.tar.bz2 - version: 0.7.1 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 3cf04868fee0a029769bd41f4b2fbf2d - sha256: 2ec4a0900a4a9f42615fc04d0fb3286b796abe56590e8e042f6ec25e102dd5af - manager: conda - name: entrypoints - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/entrypoints-0.4-pyhd8ed1ab_0.tar.bz2 - version: '0.4' -- category: main - dependencies: - python: '>=2.7' - hash: - md5: 4c1bc140e2be5c8ba6e3acab99e25c50 - sha256: 9c03425cd58c474af20e179c9ba121a82984d6c4bfc896bbc992f5ed75dd7539 - manager: conda - name: executing - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/executing-1.2.0-pyhd8ed1ab_0.tar.bz2 - version: 1.2.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 10f0218dbd493ab2e5dc6759ddea4526 - sha256: 5b5884b070fbe23bb714c3de22038ed6056b6533b0974c81d5f4a7ef451b7eff - manager: conda - name: filelock - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.8.0-pyhd8ed1ab_0.tar.bz2 - version: 3.8.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 6d5e56de2e65da7aa35fd10131226efa - sha256: 251e79241eadab363eeaaf20f118423571e1a90ef351ae78e1c4574c53c8526c - manager: conda - name: flit-core - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/flit-core-3.8.0-pyhd8ed1ab_0.tar.bz2 - version: 3.8.0 -- category: main - dependencies: - expat: '>=2.4.9,<3.0a0' - freetype: '>=2.12.1,<3.0a0' - libgcc-ng: '>=12' - libuuid: '>=2.32.1,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 78415f0180a8d9c5bcc47889e00d5fb1 - sha256: 4594348401ccdb622b41692698f3701423e9a4e726b6b6efa818c3a1611b01f9 - manager: conda - name: fontconfig - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fontconfig-2.14.1-hc2a2eb6_0.tar.bz2 - version: 2.14.1 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: b68f1b24442f2c93d0a4651341c88345 - sha256: 1dbd94d5229b978e1b89b05c95bc61aca40319873c67a8b6a704978a328da06b - manager: conda - name: frozenlist - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/frozenlist-1.3.3-py38h0a891b7_0.tar.bz2 - version: 1.3.3 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: eb919f2119a6db5d0192f9e9c3711572 - sha256: 1ba0e6a0c6f023753b6766fda092b333485a7c640f1069a64d003570c652bddb - manager: conda - name: fsspec - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/fsspec-2022.11.0-pyhd8ed1ab_0.tar.bz2 - version: 2022.11.0 -- category: main - dependencies: - python: '>=3.8' - hash: - md5: a6966947ba28bbe60f9904653da7fed5 - sha256: 286667d325d52cd866a410da18da5660eb8bcde10dd6eae90403fa462152eff6 - manager: conda - name: future - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/future-0.18.2-pyhd8ed1ab_6.tar.bz2 - version: 0.18.2 -- category: main - dependencies: - libgcc-ng: '>=12' - libglib: 2.74.1 h606061b_1 - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 5f442e6bc9d89ba236eb25a25c5c2815 - sha256: 029533e2e1cb03a80ae07a0a1a6bdd76b524e8f551d82e832a4d846a77b615c9 - manager: conda - name: glib-tools - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-tools-2.74.1-h6239696_1.tar.bz2 - version: 2.74.1 -- category: main - dependencies: - python: '' - hash: - md5: 1f3a88e65e61216e1d475135922dbf6a - sha256: d8ae39a37fb99489525846f77c4ae85cb6b42360d34936bb0393025db5f0508d - manager: conda - name: glob2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/glob2-0.7-py_0.tar.bz2 - version: '0.7' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 6aac5e858186f9308beaf5b02fbc031f - sha256: 8f50601e4e99ad380506c279c5a8e7fa4a8689bdadec11998e82c52f66a75ea1 - manager: conda - name: greenlet - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/greenlet-2.0.1-py38hfa26641_0.tar.bz2 - version: 2.0.1 -- category: main - dependencies: - python: '' - hash: - md5: 77242bfb1e74a627fb06319b5a2d3b95 - sha256: 37e5013a0bfbd5d446b06d125b2a9ba2de0e65a9195f0ef0aecd8d9da1355d17 - manager: conda - name: heapdict - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/heapdict-1.0.1-py_0.tar.bz2 - version: 1.0.1 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 34272b248891bddccc64479f9a7fffed - sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 - manager: conda - name: idna - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 - version: '3.4' -- category: main - dependencies: - python: '' - hash: - md5: 5071c982548b3a20caf70462f04f5287 - sha256: 0fafbc60209f1d8c0b89a2f79f3ff0f7bc45589a23da1d2e5cc55bcca906707b - manager: conda - name: ipython_genutils - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ipython_genutils-0.2.0-py_1.tar.bz2 - version: 0.2.0 -- category: main - dependencies: - alsa-lib: '>=1.2.8,<1.2.9.0a0' - libdb: '>=6.2.32,<6.3.0a0' - libgcc-ng: '>=12' - libopus: '>=1.3.1,<2.0a0' - libsndfile: '>=1.1.0,<1.2.0a0' - libstdcxx-ng: '>=12' - readline: '>=8.1.2,<9.0a0' - hash: - md5: 5cef21ebd70a90a0d28127543a8d3739 - sha256: a1af470ea8f8dc250feba01807e450a8db440c8673b3393fd3627872a1faa664 - manager: conda - name: jack - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/jack-1.9.21-he978b8e_1.tar.bz2 - version: 1.9.21 -- category: main - dependencies: - python: '' - hash: - md5: 10759827a94e6b14996e81fb002c0bda - sha256: 3ca2456b121bf25e102581b45713530b8e9c0fb92f2e720880948ec85360017a - manager: conda - name: json5 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.5-pyh9f0ad1d_0.tar.bz2 - version: 0.9.5 -- category: main - dependencies: - python: '' - hash: - md5: 07d85c22a3beb102a48cd123df84c2a6 - sha256: da279af2285d8f575a7f5652e83bf7f36155c4c63154e385a9d171efcc607bc1 - manager: conda - name: jsonpointer - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jsonpointer-2.0-py_0.tar.bz2 - version: '2.0' -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 395233d17d26296e12354344a8c4673b - sha256: 3804828d5193cff4ca5128579508bbb206fde962baa5d42796ca6b511480c5cd - manager: conda - name: jupyterlab_widgets - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_widgets-3.0.3-pyhd8ed1ab_0.tar.bz2 - version: 3.0.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 41ca56d5cac7bfc7eb4fcdbee878eb84 - sha256: ad11704a392f9d30aae00f55923a3db20d1be86b9b28adc4f5708382cf51a948 - manager: conda - name: kiwisolver - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/kiwisolver-1.4.4-py38h43d8883_1.tar.bz2 - version: 1.4.4 -- category: main - dependencies: - jpeg: '>=9e,<10a' - libgcc-ng: '>=12' - libtiff: '>=4.4.0,<5.0a0' - hash: - md5: dcc588839de1445d90995a0a2c4f3a39 - sha256: cbadb4150850941bf0518ba948effbbdd89b2c28dfdfed54eae196037e015b43 - manager: conda - name: lcms2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lcms2-2.14-h6ed2654_0.tar.bz2 - version: '2.14' -- category: main - dependencies: - libgcc-ng: '>=12' - libllvm15: '>=15.0.4,<15.1.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: d60d2d91b5991e364fd95cba5ec8ab96 - sha256: 47631acb56d426a1cda2fff8d51767e030909f576436c9e1a5d5976a61f3978f - manager: conda - name: libclang13 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang13-15.0.4-default_h3a83d3e_0.tar.bz2 - version: 15.0.4 -- category: main - dependencies: - krb5: '>=1.19.3,<1.20.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - hash: - md5: 3b88f1d0fe2580594d58d7e44d664617 - sha256: 293b4be657b9bb534c58b2add62c5088fdbd2e943ff5aea5b4595564cc15e681 - manager: conda - name: libcups - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcups-2.3.3-h3e49a29_2.tar.bz2 - version: 2.3.3 -- category: main - dependencies: - krb5: '>=1.19.3,<1.20.0a0' - libgcc-ng: '>=12' - libnghttp2: '>=1.47.0,<2.0a0' - libssh2: '>=1.10.0,<2.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 5e5f33d81f31598d87f9b849f73c30e3 - sha256: c9b7e26c4356aa3c0b81c70a6f7103a8c8db3d119cd3051e6312de50221d89f4 - manager: conda - name: libcurl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-7.86.0-h7bff187_1.tar.bz2 - version: 7.86.0 -- category: main - dependencies: - krb5: '>=1.19.3,<1.20.0a0' - libgcc-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - readline: '>=8.1.2,<9.0a0' - hash: - md5: f5c8135a70758d928a8126998a6558d8 - sha256: f5cb56f5a05c298324a61b903741318516866cd69d072ea4c1819cb0780d1012 - manager: conda - name: libpq - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libpq-14.5-hd77ab85_1.tar.bz2 - version: '14.5' -- category: main - dependencies: - libgcc-ng: '>=12' - libllvm11: '>=11.1.0,<11.2.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: c7437a5fe8b788821cfcec6bb05ab943 - sha256: 50010b8c0b556baf2291d246e524b81315639560e2c086834c17abe3cf440350 - manager: conda - name: llvmlite - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/llvmlite-0.39.1-py38h38d86a4_1.tar.bz2 - version: 0.39.1 -- category: main - dependencies: - python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*' - hash: - md5: 91e27ef3d05cc772ce627e51cff111c4 - sha256: 9afe0b5cfa418e8bdb30d8917c5a6cec10372b037924916f1f85b9f4899a67a6 - manager: conda - name: locket - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/locket-1.0.0-pyhd8ed1ab_0.tar.bz2 - version: 1.0.0 -- category: main - dependencies: - libgcc-ng: '>=12' - lz4-c: '>=1.9.3,<1.10.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 570316ba7af197f56ab5c4a13c3af420 - sha256: a8c5b86e23f85fad62ea3cb0df35acf45173b2d60a938046b616bade917d79af - manager: conda - name: lz4 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/lz4-4.0.2-py38h1bf946c_0.tar.bz2 - version: 4.0.2 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: c342a370480791db83d5dd20f2d8899f - sha256: 7fee735dbd03326da05161c744f304b3e454b9e00ad3f061159d4367574efbbc - manager: conda - name: markupsafe - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.1-py38h0a891b7_2.tar.bz2 - version: 2.1.1 -- category: main - dependencies: - python: '>=2.7' - hash: - md5: 78e0a90393b79b378b8ff6d32893d58a - sha256: 9dc56355cc698e35c75607a5422ff8f5eb8c4eef7a3feca8bad9dd287ce9a7e5 - manager: conda - name: mistune - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/mistune-2.0.4-pyhd8ed1ab_0.tar.bz2 - version: 2.0.4 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 33d02b47a4a63aae3e1340fba09a8bb5 - sha256: 1c59385af1d2e39bc62f4543ebbf175f35384919846ead6ef525e2d7b59e284c - manager: conda - name: mplhep_data - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/mplhep_data-0.0.3-pyhd8ed1ab_0.tar.bz2 - version: 0.0.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: c7791d28af035651ed6ecac71096c76d - sha256: d6ebf9b11d3f6f97400c47108e03891b3cf217eb43aaadcb84f2d36e7dae0bb3 - manager: conda - name: msgpack-python - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/msgpack-python-1.0.4-py38h43d8883_1.tar.bz2 - version: 1.0.4 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 6866dedec03e4d3ac2322bc9587b593e - sha256: 57801e71086cf8681210e45f9fbb6feb2a81accc54236a98fc6b728f003e4495 - manager: conda - name: multidict - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/multidict-6.0.2-py38h0a891b7_2.tar.bz2 - version: 6.0.2 -- category: main - dependencies: - python: '' - hash: - md5: 2ba8498c1018c1e9c61eb99b973dfe19 - sha256: f86fb22b58e93d04b6f25e0d811b56797689d598788b59dcb47f59045b568306 - manager: conda - name: munkres - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/munkres-1.1.4-pyh9f0ad1d_0.tar.bz2 - version: 1.1.4 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: 7b868f21adde0d9b8b38f9c16836589b - sha256: 594d240d8be933b6e47b78b786269cc89ffa34874544d9dbed1c6afc9213869b - manager: conda - name: nest-asyncio - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nest-asyncio-1.5.6-pyhd8ed1ab_0.tar.bz2 - version: 1.5.6 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.11,<1.3.0a0' - nspr: '>=4.32,<5.0a0' - sqlite: '>=3.38.5,<4.0a0' - hash: - md5: ab3df39f96742e6f1a9878b09274c1dc - sha256: 6dc675619b9a156641eeb898acf810f620bca5f1af1ced5508a6c7b7ff3e7306 - manager: conda - name: nss - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/nss-3.78-h2350873_0.tar.bz2 - version: '3.78' -- category: main - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: d5a3620cd8c1af4115120f21d678507a - sha256: d6a94abc23255ae5a9168abfb7d71732e6381d17ef4ac18ed27aeb6c09e191c8 - manager: conda - name: numpy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.23.5-py38h7042d01_0.conda - version: 1.23.5 -- category: main - dependencies: - libgcc-ng: '>=12' - libpng: '>=1.6.37,<1.7.0a0' - libstdcxx-ng: '>=12' - libtiff: '>=4.4.0,<5.0a0' - libzlib: '>=1.2.12,<1.3.0a0' - hash: - md5: a11b4df9271a8d7917686725aa04c8f2 - sha256: a715cba5649f12a1dca53dfd72fc49577152041f033d7595cf4b6a655a5b93b6 - manager: conda - name: openjpeg - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/openjpeg-2.5.0-h7d73246_1.tar.bz2 - version: 2.5.0 -- category: main - dependencies: - python: '!=3.0,!=3.1,!=3.2,!=3.3' - hash: - md5: 457c2c8c08e54905d6954e79cb5b5db9 - sha256: 2bb9ba9857f4774b85900c2562f7e711d08dd48e2add9bee4e1612fbee27e16f - manager: conda - name: pandocfilters - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pandocfilters-1.5.0-pyhd8ed1ab_0.tar.bz2 - version: 1.5.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 17a565a0c3899244e938cdf417e7b094 - sha256: 4e26d5daf5de0e31aa5e74ac56386a361b202433b83f024fdadbf07d4a244da4 - manager: conda - name: parso - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/parso-0.8.3-pyhd8ed1ab_0.tar.bz2 - version: 0.8.3 -- category: main - dependencies: - python: '>=3' - hash: - md5: 415f0ebb6198cc2801c73438a9fb5761 - sha256: a1ed1a094dd0d1b94a09ed85c283a0eb28943f2e6f22161fb45e128d35229738 - manager: conda - name: pickleshare - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pickleshare-0.7.5-py_1003.tar.bz2 - version: 0.7.5 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 16baa84609ca04c89819ed8520d194d1 - sha256: f51633a07fb3022e1497eb441af9068eb77be9c54c9ff6c8677f11e5496c18e7 - manager: conda - name: pkginfo - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pkginfo-1.9.1-pyhd8ed1ab_0.conda - version: 1.9.1 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 89e3c7cdde7d3aaa2aee933b604dd07f - sha256: 7d055ffc8a02bf781a89d069db3454b453605cdaff300b82cedcc7133283e47e - manager: conda - name: pkgutil-resolve-name - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_0.tar.bz2 - version: 1.3.10 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 2fb3f88922e7aec26ba652fcdfe13950 - sha256: a46843e317318405a8c66b640e7ad0c95d2f536918faa4f36cdfcda852000bcd - manager: conda - name: platformdirs - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/platformdirs-2.5.2-pyhd8ed1ab_1.tar.bz2 - version: 2.5.2 -- category: main - dependencies: - python: '' - hash: - md5: 7205635cd71531943440fbfe3b6b5727 - sha256: 2cd6fae8f9cbc806b7f828f006ae4a83c23fac917cacfd73c37ce322d4324e53 - manager: conda - name: ply - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ply-3.11-py_1.tar.bz2 - version: '3.11' -- category: main - dependencies: - python: '>=3.6' - hash: - md5: b260ed41427dbbe70537b3030c643b2e - sha256: e3aaefcdfed2e2425c9d6c7f1f729b0c3210c241ad0d92f263b01971b18f5310 - manager: conda - name: prometheus_client - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/prometheus_client-0.15.0-pyhd8ed1ab_0.tar.bz2 - version: 0.15.0 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: fe2ef279417faa1af0adf178de2032f7 - sha256: f6ad065ad24c10f1760db4328fbd995f575c1a77bec5d331eeb431a81f6e2e6b - manager: conda - name: psutil - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.4-py38h0a891b7_0.tar.bz2 - version: 5.9.4 -- category: main - dependencies: - python: '' - hash: - md5: 359eeb6536da0e687af562ed265ec263 - sha256: fb31e006a25eb2e18f3440eb8d17be44c8ccfae559499199f73584566d0a444a - manager: conda - name: ptyprocess - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd3deb0d_0.tar.bz2 - version: 0.7.0 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: 6784285c7e55cb7212efabc79e4c2883 - sha256: 72792f9fc2b1820e37cc57f84a27bc819c71088c3002ca6db05a2e56404f9d44 - manager: conda - name: pure_eval - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.2-pyhd8ed1ab_0.tar.bz2 - version: 0.2.2 -- category: main - dependencies: - libgcc-ng: '>=12' - liblief: 0.12.3 h27087fc_0 - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 702c893cb8871b2b226255b8d71a151d - sha256: 4f6fe339e41158cf95ef99082d48514695ed9856c78c310f5711ba7f73d1376f - manager: conda - name: py-lief - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/py-lief-0.12.3-py38hfa26641_0.tar.bz2 - version: 0.12.3 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: f1c39cf3c19238d1e50429f81d4afae2 - sha256: 247b2e6fdb7b8262cc7e991052ea782287f54b9fe6ca81bc18402d43000a777a - manager: conda - name: pycosat - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.4-py38h0a891b7_1.tar.bz2 - version: 0.6.4 -- category: main - dependencies: - python: ==2.7.*|>=3.4 - hash: - md5: 076becd9e05608f8dc72757d5f3a91ff - sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc - manager: conda - name: pycparser - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 - version: '2.21' -- category: main - dependencies: - python: '>=3.6' - hash: - md5: e8fbc1b54b25f4b08281467bc13b70cc - sha256: 4acc7151cef5920d130f2e0a7615559cce8bfb037aeecb14d4d359ae3d9bc51b - manager: conda - name: pyparsing - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.0.9-pyhd8ed1ab_0.tar.bz2 - version: 3.0.9 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: e65f072bbd50ecfbe453fc8777b6cc02 - sha256: 629feff24d46920f2238ae9941809c8db6b90b978829deb685741be90d84e134 - manager: conda - name: pyrsistent - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyrsistent-0.19.2-py38h0a891b7_0.tar.bz2 - version: 0.19.2 -- category: main - dependencies: - __unix: '' - python: '>=3.8' - hash: - md5: 2a7de29fb590ca14b5243c4c812c8025 - sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b - manager: conda - name: pysocks - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 - version: 1.7.1 -- category: main - dependencies: - blosc: '>=1.21.1,<2.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 0d74eed248a6e9bacfc82667db40864d - sha256: 7f15a43f02118e28ff46e55566da3a035527f4e7db75bd7cfb3a7469054b68bb - manager: conda - name: python-blosc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-blosc-1.10.6-py38h8f669ce_1.tar.bz2 - version: 1.10.6 -- category: main - dependencies: - python: '>=3.3' - hash: - md5: 5fe4b6002f505336734ce92961b3e6a0 - sha256: f57c3029451da285fc16fd01f1783e00f3b8583b13030736277bd312c9f0adf2 - manager: conda - name: python-fastjsonschema - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/python-fastjsonschema-2.16.2-pyhd8ed1ab_0.tar.bz2 - version: 2.16.2 -- category: main - dependencies: - libarchive: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: c561c43ef1d26bcfd04191735feb8960 - sha256: 1b77adb941fc7301bfda0d778a9f3ef05691800300f5f0f52b9bea678c69fc01 - manager: conda - name: python-libarchive-c - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-libarchive-c-4.0-py38h578d9bd_2.tar.bz2 - version: '4.0' -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: c1c49835f45526f4589102b2e7927694 - sha256: 8f686321d7415ac576eb9c9960352a3d8401c7e7467b9fabad01b7d4f8cd0483 - manager: conda - name: python-rapidjson - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-rapidjson-1.9-py38hfa26641_1.tar.bz2 - version: '1.9' -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - xxhash: '>=0.8.0,<0.8.1.0a0' - hash: - md5: 9b13816a39904084556126a6ce7fd0d0 - sha256: cdf262f10268b500f7e2039a4adfcb641b102e95cb6ffa50c2471f2dcf25076b - manager: conda - name: python-xxhash - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-xxhash-3.0.0-py38h0a891b7_2.tar.bz2 - version: 3.0.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: b1f26ad83328e486910ef7f6e81dc061 - sha256: d82fa6df6707afaf7e9f7034c810ced6e5c2b313ce9bf49eeee613b0711da0ab - manager: conda - name: pytz - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pytz-2022.6-pyhd8ed1ab_0.tar.bz2 - version: '2022.6' -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - yaml: '>=0.2.5,<0.3.0a0' - hash: - md5: 0856c59f9ddb710c640dc0428d66b1b7 - sha256: 21e0e474a9e9d3ba4bc1a55c61285bd9d46a9f14e35b9269b818cd1ef58227fe - manager: conda - name: pyyaml - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0-py38h0a891b7_5.tar.bz2 - version: '6.0' -- category: main - dependencies: - libgcc-ng: '>=12' - libsodium: '>=1.0.18,<1.0.19.0a0' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - zeromq: '>=4.3.4,<4.4.0a0' - hash: - md5: a0d5ef0498ced7a2afd82ee17994935e - sha256: 44479c3b783986f591de0e3c4db0a6cff480283022148c67db6144aa4885224b - manager: conda - name: pyzmq - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyzmq-24.0.1-py38hfc09fa9_1.tar.bz2 - version: 24.0.1 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - yaml: '>=0.2.5,<0.3.0a0' - hash: - md5: 736c9423746276bad8202aa93cdaedcb - sha256: 9b607abbda9c420c4f06b6a1485171e1c2fbf1cb1fb50cf57d31cfa68b0c3d34 - manager: conda - name: ruamel_yaml - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/ruamel_yaml-0.15.80-py38h0a891b7_1008.tar.bz2 - version: 0.15.80 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: edab14119efe85c3bf131ad747e9005c - sha256: 1a8e79f256e747bae4e7aefd3b06261f428f30cdd14e61fbe7bbe628b31df224 - manager: conda - name: send2trash - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/send2trash-1.8.0-pyhd8ed1ab_0.tar.bz2 - version: 1.8.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: cfb8dc4d9d285ca5fb1177b9dd450e33 - sha256: 55521371cfbd1bc046c362a108f9b8e294c35604896757659c6fb6765b6955c2 - manager: conda - name: setuptools - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/setuptools-65.5.1-pyhd8ed1ab_0.tar.bz2 - version: 65.5.1 -- category: main - dependencies: - python: '>=3' - hash: - md5: 12b5f0d11cc26bf386bd9a2f99099648 - sha256: b9a9bbde381320514b826893154c7b060639276b2ed103be3aba1e4b7b33aac6 - manager: conda - name: simpervisor - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/simpervisor-0.4-pyhd8ed1ab_0.tar.bz2 - version: '0.4' -- category: main - dependencies: - python: '' - hash: - md5: e5f25f8dbc060e9a8d912e432202afc2 - sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 - manager: conda - name: six - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 - version: 1.16.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: dd6cbc539e74cb1f430efbd4575b9303 - sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 - manager: conda - name: sniffio - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 - version: 1.3.0 -- category: main - dependencies: - python: '>=2.7' - hash: - md5: 6d6552722448103793743dabfbda532d - sha256: 0cea408397d50c2afb2d25e987ebac4546ae11e549d65b1403d80dc368dfaaa6 - manager: conda - name: sortedcontainers - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/sortedcontainers-2.4.0-pyhd8ed1ab_0.tar.bz2 - version: 2.4.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 146f4541d643d48fc8a75cacf69f03ae - sha256: 72d80dda41c3902c2619e8ab49d4f5b2a894d13375e1f9ed16fc00074ddd2307 - manager: conda - name: soupsieve - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.3.2.post1-pyhd8ed1ab_0.tar.bz2 - version: 2.3.2.post1 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 4759805cce2d914c38472f70bf4d8bcb - sha256: f6e4a0dd24ba060a4af69ca79d32361a6678e61d78c73eb5e357909b025b4620 - manager: conda - name: tabulate - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tabulate-0.9.0-pyhd8ed1ab_1.tar.bz2 - version: 0.9.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 3d4afc31302aa7be471feb6be048ed76 - sha256: fdf33a560f402de6201574bfc6a57c48cd379a970b51c11153a8687a8c078ce6 - manager: conda - name: tblib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tblib-1.7.0-pyhd8ed1ab_0.tar.bz2 - version: 1.7.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: 97e6f26dd5b93c9f5e6142e16ee3af62 - sha256: 089372e831e1e879b4354f9be8a6dcad98b3e67732dd9167890c4f2e57cdd530 - manager: conda - name: tenacity - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tenacity-8.1.0-pyhd8ed1ab_0.tar.bz2 - version: 8.1.0 -- category: main - dependencies: - python: '>=3.6' - hash: - md5: a2995ee828f65687ac5b1e71a2ab1e0c - sha256: c7a964811ba49c545236f7d6c2486b2ed493931660048a06fe94ecc851dd0b82 - manager: conda - name: threadpoolctl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/threadpoolctl-3.1.0-pyh8a188c0_0.tar.bz2 - version: 3.1.0 -- category: main - dependencies: - python: '>=2.7' - hash: - md5: f832c45a477c78bebd107098db465095 - sha256: f0f3d697349d6580e4c2f35ba9ce05c65dc34f9f049e85e45da03800b46139c1 - manager: conda - name: toml - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/toml-0.10.2-pyhd8ed1ab_0.tar.bz2 - version: 0.10.2 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 5844808ffab9ebdb694585b50ba02a96 - sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f - manager: conda - name: tomli - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 - version: 2.0.1 -- category: main - dependencies: - python: '>=3.5' - hash: - md5: 92facfec94bc02d6ccf42e7173831a36 - sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b - manager: conda - name: toolz - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 - version: 0.12.0 -- category: main - dependencies: - libgcc-ng: '>=10.3.0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: d9e2836a4a46935f84b858462d54a7c3 - sha256: 33cde02973405b2dcfef40545c89f29e5d22e6c9a925e6a464743ba38e1826ac - manager: conda - name: tornado - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/tornado-6.1-py38h0a891b7_3.tar.bz2 - version: '6.1' -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 63650c013737b2801811bcd94524e863 - sha256: c5a333fa75f4d9ef577631a0ec6a3eb9d3538b5bc873286679cb3851419bf55b - manager: conda - name: traitlets - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/traitlets-5.5.0-pyhd8ed1ab_0.tar.bz2 - version: 5.5.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 2d93b130d148d7fc77e583677792fc6a - sha256: 70c57b5ac94cd32e78f1a2fa2c38572bfac85b901a6a99aa254a9e8e126c132d - manager: conda - name: typing_extensions - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.4.0-pyha770c72_0.tar.bz2 - version: 4.4.0 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 44421904760e9f5ae2035193e04360f0 - sha256: 55857db2dbb982831ad475dba5b43eb32582caf45536a63cfef4026cbbb1ea6b - manager: conda - name: unicodedata2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/unicodedata2-15.0.0-py38h0a891b7_0.tar.bz2 - version: 15.0.0 -- category: main - dependencies: - python: '' - hash: - md5: 3563be4c5611a44210d9ba0c16113136 - sha256: 302f4f4bd1ad00c0be1426ecf6bb01db59cfd8aff3de0cf1596526dca1a6b70e - manager: conda - name: webencodings - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/webencodings-0.5.1-py_1.tar.bz2 - version: 0.5.1 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 5309fca1777cfdd2d7ab582edb8cc41a - sha256: cf252c7ce64ab21e6dac77f070046f7523a9027059ab50856a17c3178f8c9187 - manager: conda - name: websocket-client - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.4.2-pyhd8ed1ab_0.tar.bz2 - version: 1.4.2 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: c829cfb8cb826acb9de0ac1a2df0a940 - sha256: bd4f11ff075ff251ade9f57686f31473e25be46ab282d9603f551401250f9f44 - manager: conda - name: wheel - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/wheel-0.38.4-pyhd8ed1ab_0.tar.bz2 - version: 0.38.4 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: e9a70e82e24a455386e4f2321b0ab18e - sha256: 4b1c46c35bdff4ec210054eba8714a56081e4832be5361843167dbae23e537ea - manager: conda - name: widgetsnbextension - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/widgetsnbextension-4.0.3-pyhd8ed1ab_0.tar.bz2 - version: 4.0.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - xcb-util: '>=0.4.0,<0.5.0a0' - hash: - md5: c9b568bd804cb2903c6be6f5f68182e4 - sha256: 6db358d4afa0eb1225e24871f6c64c1b6c433f203babdd43508b0d61252467d1 - manager: conda - name: xcb-util-image - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xcb-util-image-0.4.0-h166bdaf_0.tar.bz2 - version: 0.4.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 0c0e2e24aa2e9ee3dd99c611b1098047 - sha256: 65553bbb7bdfedc1a17abc7cb26df8fb38aa50d9e56aa0eeb64a68a060d5301a - manager: conda - name: xyzservices - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/xyzservices-2022.9.0-pyhd8ed1ab_0.tar.bz2 - version: 2022.9.0 -- category: main - dependencies: - python: '>=3.7' - hash: - md5: 09b5b885341697137879a4f039a9e5a1 - sha256: d98e41fe62edde9d979d79114f8cffa992ca86f4e7428c75e3c8b8fd6ab040a3 - manager: conda - name: zipp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.11.0-pyhd8ed1ab_0.conda - version: 3.11.0 -- category: main - dependencies: - frozenlist: '>=1.1.0' - python: '>=3.7' - hash: - md5: d1e1eb7e21a9e2c74279d87dafb68156 - sha256: 575c742e14c86575986dc867463582a970463da50b77264cdf54df74f5563783 - manager: conda - name: aiosignal - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/aiosignal-1.3.1-pyhd8ed1ab_0.tar.bz2 - version: 1.3.1 -- category: main - dependencies: - async-exit-stack: '' - python: '>=3.6' - hash: - md5: 91f79a9aec935978f302c1aa59882022 - sha256: 70511f689769f1285a960ed151f8ebd73915fac9768d582b3d6ffb0ccb28fb85 - manager: conda - name: aiostream - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/aiostream-0.4.5-pyhd8ed1ab_0.tar.bz2 - version: 0.4.5 -- category: main - dependencies: - idna: '>=2.8' - python: '>=3.7' - sniffio: '>=1.1' - typing_extensions: '' - hash: - md5: 8ada050fa88f26916fc1e76e368a49fd - sha256: fd75e43157315b02a816d8feddd6da6fffe84d4c78e6429cf017e366b54bcb74 - manager: conda - name: anyio - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/anyio-3.6.2-pyhd8ed1ab_0.tar.bz2 - version: 3.6.2 -- category: main - dependencies: - python: '>=3.5' - six: '' - hash: - md5: 4bb36cb24fef8d5ba67f2e48e55d979f - sha256: c63a49da9218405d3d7f0aa17aa08ea90e6d992d7a1f93393098c28042791948 - manager: conda - name: asttokens - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/asttokens-2.2.0-pyhd8ed1ab_0.conda - version: 2.2.0 -- category: main - dependencies: - numpy: '>=1.13.1' - python: ==2.7.*|>=3.5 - hash: - md5: aff59fbaddc02ad7d371299e3e3dc093 - sha256: 50c345aae8357cd2a3bf3f2d505b74f47bed6c66037881eadae47d8e9ac219db - manager: conda - name: awkward0 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/awkward0-0.15.5-pyhd8ed1ab_0.tar.bz2 - version: 0.15.5 -- category: main - dependencies: - aws-c-cal: '>=0.5.12,<0.5.13.0a0' - aws-c-common: '>=0.6.17,<0.6.18.0a0' - aws-c-http: '>=0.6.10,<0.6.11.0a0' - aws-c-io: '>=0.10.14,<0.10.15.0a0' - aws-c-sdkutils: '>=0.1.1,<0.1.2.0a0' - libgcc-ng: '>=9.4.0' - hash: - md5: fce5afd13e321e3f8aa895598f422748 - sha256: 40d0c529f95682c6dce52a64887d67eb9e4b6c6fbd54a0fc295016d2de3697b8 - manager: conda - name: aws-c-auth - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-auth-0.6.8-hadad3cd_1.tar.bz2 - version: 0.6.8 -- category: main - dependencies: - aws-c-common: '>=0.6.17,<0.6.18.0a0' - aws-c-http: '>=0.6.10,<0.6.11.0a0' - aws-c-io: '>=0.10.14,<0.10.15.0a0' - libgcc-ng: '>=9.4.0' - hash: - md5: 2e5e361a8c21023460d4348118510b86 - sha256: 88738f84c28973ca599fd2e508bf865977e4da4d0d12f552138c00afb464762c - manager: conda - name: aws-c-mqtt - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-mqtt-0.7.10-h885097b_0.tar.bz2 - version: 0.7.10 -- category: main - dependencies: - aws-c-common: '>=0.6.2,<0.6.3.0a0' - aws-c-event-stream: '>=0.2.7,<0.2.8.0a0' - libcurl: '>=7.86.0,<8.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: e29dc8e8611b70cdfcc3139dba6e9001 - sha256: 0830feba7382290c54c69fa114a60f7eb6ab062fc1604b34248663bd318fb193 - manager: conda - name: aws-sdk-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-sdk-cpp-1.8.186-hecaee15_4.tar.bz2 - version: 1.8.186 -- category: main - dependencies: - python: '>=3.6' - pytz: '' - hash: - md5: 2ea70fde8d581ba9425a761609eed6ba - sha256: 21a8403d886136c0a80f965ae5387fa1693b19ddd69023bcd0e844f2510d7e2f - manager: conda - name: babel - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/babel-2.11.0-pyhd8ed1ab_0.tar.bz2 - version: 2.11.0 -- category: main - dependencies: - backports: '' - python: '>=3.6' - setuptools: '' - hash: - md5: c5b3edc62d6309088f4970b3eaaa65a6 - sha256: fdea00d4b79990f3fe938e2716bc32bd895eb5c44b6c75b8261db095a1b33c16 - manager: conda - name: backports.functools_lru_cache - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.4-pyhd8ed1ab_0.tar.bz2 - version: 1.6.4 -- category: main - dependencies: - python: '>=3.6' - soupsieve: '>=1.2' - hash: - md5: eeec8814bd97b2681f708bb127478d7d - sha256: e16b4f73965c5e05896f27fd0a254576c4f65496b19eecddcd3039086ea762c8 - manager: conda - name: beautifulsoup4 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.11.1-pyha770c72_0.tar.bz2 - version: 4.11.1 -- category: main - dependencies: - boost-cpp: 1.78.0.* - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: b29ec4189e91f651ae926ce1a60b38ca - sha256: d1bcc17d39a68f9fa8c96d28096ae142e396ddef8ff9c09560bd4130df3b199c - manager: conda - name: boost - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/boost-1.78.0-py38h4e30db6_4.tar.bz2 - version: 1.78.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: dd24fd546ad314c466e270aef71e3ef5 - sha256: ccd8ef05370c8c8c8e1bcb23d040945c27a90ec9e73a381114af706aad0d2ef7 - manager: conda - name: boost-histogram - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/boost-histogram-1.3.2-py38h43d8883_2.tar.bz2 - version: 1.3.2 -- category: main - dependencies: - libffi: '>=3.4,<4.0a0' - libgcc-ng: '>=12' - pycparser: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 2276b1f4d1ede3f5f14cc7e4ae6f9a33 - sha256: a53a8f4e39b4163e073f1e78915085cc0a41333e8824b273fb9a213586609af1 - manager: conda - name: cffi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.15.1-py38h4a40e3a_2.tar.bz2 - version: 1.15.1 -- category: main - dependencies: - python: '>=3.6' - traitlets: '' - hash: - md5: b7a6eec95756cb01c90190261e61adb3 - sha256: ae3d6123a419894acac7edca6426b34f1fefeb5cc26bc749c8bb5559b6b5cc0a - manager: conda - name: comm - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/comm-0.1.1-pyhd8ed1ab_0.conda - version: 0.1.1 -- category: main - dependencies: - future: '>=0.14.0' - python: '' - hash: - md5: 6aa0173c14befcd577ded130cf6f22f5 - sha256: 10577f82bafd5d37f0c3f2122272d0dc1f2d133655c2bdd1a3cd5f910d0bd4c5 - manager: conda - name: commonmark - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/commonmark-0.9.1-py_0.tar.bz2 - version: 0.9.1 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.16' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 1107ee053d55172b26c4fc905dd0238e - sha256: f5676157d16d7cad2a368de3bed2d69de83fe65edca90f805c9a24a3e6ac153e - manager: conda - name: contourpy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/contourpy-1.0.6-py38h43d8883_0.tar.bz2 - version: 1.0.6 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - toolz: '>=0.10.0' - hash: - md5: 183f6160ab3498b882e903b06be7d430 - sha256: ade0f0bfe23e7aa90675615be71edfb6e617052bb0655f7a4862d56990cb09ab - manager: conda - name: cytoolz - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cytoolz-0.12.0-py38h0a891b7_1.tar.bz2 - version: 0.12.0 -- category: main - dependencies: - brotli: '' - libgcc-ng: '>=12' - munkres: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - unicodedata2: '>=14.0.0' - hash: - md5: 62c89ddefed9c5835e228a32b357a28d - sha256: 5d97360574bf0a8f773ac01dcd6744ac3e0e7a503885d17e6b7f0168f09f6f22 - manager: conda - name: fonttools - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/fonttools-4.38.0-py38h0a891b7_1.tar.bz2 - version: 4.38.0 -- category: main - dependencies: - gettext: '>=0.21.1,<1.0a0' - glib-tools: 2.74.1 h6239696_1 - libgcc-ng: '>=12' - libglib: 2.74.1 h606061b_1 - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - python: '*' - hash: - md5: f3220a9e9d3abcbfca43419a219df7e4 - sha256: bc3f1d84e976a62ae8388e3b44f260d867beb7a307c18147048a8301a3c12e47 - manager: conda - name: glib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/glib-2.74.1-h6239696_1.tar.bz2 - version: 2.74.1 -- category: main - dependencies: - libcurl: '>=7.83.1,<8.0a0' - libgcc-ng: '>=12' - libgfortran-ng: '' - libgfortran5: '>=10.3.0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.12,<1.3.0a0' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: b014a5f912e0193783e48086b7bb3995 - sha256: 6f0a1e7fe9c76fee4f490b33a91465a3a4690a5ccf1df21c7bde141ab320ea96 - manager: conda - name: hdf5 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/hdf5-1.12.2-nompi_h2386368_100.tar.bz2 - version: 1.12.2 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: ac5616d46005441a01ca4e9d204ce7d7 - sha256: fada63006ea6bee87759805d852230c7890077675f72482c3291bf6a2fe7d42d - manager: conda - name: iminuit - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/iminuit-2.17.0-py38hfa26641_1.tar.bz2 - version: 2.17.0 -- category: main - dependencies: - python: '>=3.8' - zipp: '>=0.5' - hash: - md5: 46a62e35b9ae515cf0e49afc7fe0e7ef - sha256: 6e5e45c3cc3ba9fc854cd80960d775ff6c042e1f0b1351ca2e294b1b9d987d8c - manager: conda - name: importlib-metadata - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-5.1.0-pyha770c72_0.conda - version: 5.1.0 -- category: main - dependencies: - python: '>=3.6' - zipp: '>=3.1.0' - hash: - md5: eb521efe7f5550de7573bc1629b74a05 - sha256: d4929ef6dd4ba4222dc2bd737c365833b896a3ee89f9e5142df763799b5ca944 - manager: conda - name: importlib_resources - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-5.10.0-pyhd8ed1ab_0.tar.bz2 - version: 5.10.0 -- category: main - dependencies: - parso: '>=0.8.0,<0.9.0' - python: '>=3.6' - hash: - md5: b5e695ef9c3f0d27d6cd96bf5adc9e07 - sha256: abe63ae6e1b13f83500608d94004cb8d485b264083511d77f79253e775cd546c - manager: conda - name: jedi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jedi-0.18.2-pyhd8ed1ab_0.conda - version: 0.18.2 -- category: main - dependencies: - markupsafe: '>=2.0' - python: '>=3.7' - hash: - md5: c8490ed5c70966d232fdd389d0dbed37 - sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 - manager: conda - name: jinja2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 - version: 3.1.2 -- category: main - dependencies: - python: '>=3.6' - setuptools: '' - hash: - md5: 7583652522d71ad78ba536bba06940eb - sha256: 0c21351871df2c0a53168575597dd9c881e2a9fa4c42fe89a9bcd7fab37f462c - manager: conda - name: joblib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/joblib-1.2.0-pyhd8ed1ab_0.tar.bz2 - version: 1.2.0 -- category: main - dependencies: - jsonpointer: '>=1.9' - python: '>=3.6' - hash: - md5: 09150b51b0528a31a0f6500b96fdde82 - sha256: d87fd8da2d3327744821b6b1d1e5b76e4077224fb626ce02d6623a1bc6ee2563 - manager: conda - name: jsonpatch - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.32-pyhd8ed1ab_0.tar.bz2 - version: '1.32' -- category: main - dependencies: - platformdirs: '>=2.5' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - traitlets: '>=5.3' - hash: - md5: 01918c3450aaae0885cd21aa36ed7227 - sha256: 8dc29f6cbf09ae0d3f093c754371db2c8a6830c79d549155d92b676a978168f1 - manager: conda - name: jupyter_core - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/jupyter_core-5.1.0-py38h578d9bd_0.conda - version: 5.1.0 -- category: main - dependencies: - libclang13: 15.0.4 default_h3a83d3e_0 - libgcc-ng: '>=12' - libllvm15: '>=15.0.4,<15.1.0a0' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: 248a013d3e7248c5c5f4ff69ffc307e8 - sha256: 964da29f7b53cf21590b8dbb367b237c5a5731974d33f0e34f2f8d693cac2796 - manager: conda - name: libclang - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libclang-15.0.4-default_h2e3cab8_0.tar.bz2 - version: 15.0.4 -- category: main - dependencies: - libabseil: 20220623.0 cxx17* - libcrc32c: '>=1.1.2,<1.2.0a0' - libcurl: '>=7.86.0,<8.0a0' - libgcc-ng: '>=12' - libgrpc: '>=1.49.1,<1.50.0a0' - libprotobuf: '>=3.21.9,<3.22.0a0' - libstdcxx-ng: '>=12' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 64de9e9d502aef39cd6b83505ecbaff5 - sha256: 4464b3a8ea4cfead5eeadfd2b07160101d4b249c65c2461e79bcc1ac07872fbe - manager: conda - name: libgoogle-cloud - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libgoogle-cloud-2.3.0-hcb5eced_1.tar.bz2 - version: 2.3.0 -- category: main - dependencies: - python: '>=3.6' - traitlets: '' - hash: - md5: b21613793fcc81d944c76c9f2864a7de - sha256: aa091b88aec55bfa2d9207028d8cdc689b9efb090ae27b99557e93c675be2f3c - manager: conda - name: matplotlib-inline - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/matplotlib-inline-0.1.6-pyhd8ed1ab_0.tar.bz2 - version: 0.1.6 -- category: main - dependencies: - pyparsing: '>=2.0.2,!=3.0.5' - python: '>=3.6' - hash: - md5: 71f1ab2de48613876becddd496371c85 - sha256: 8322a9e93e2e09fbf2103f0d37c9287b7b97387125abadd6db26686084893540 - manager: conda - name: packaging - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/packaging-21.3-pyhd8ed1ab_0.tar.bz2 - version: '21.3' -- category: main - dependencies: - locket: '' - python: '>=3.7' - toolz: '' - hash: - md5: af8c82d121e63082926062d61d9abb54 - sha256: 0bba1886af3b9aaa398e237dc481c1afb06289b81c5434bf51d089b553f0035b - manager: conda - name: partd - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/partd-1.3.0-pyhd8ed1ab_0.tar.bz2 - version: 1.3.0 -- category: main - dependencies: - ptyprocess: '>=0.5' - python: '' - hash: - md5: 330448ce4403cc74990ac07c555942a1 - sha256: 07706c0417ead94f359ca7278f65452d3c396448777aba1da6a11fc351bdca9a - manager: conda - name: pexpect - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pexpect-4.8.0-pyh1a96a4e_2.tar.bz2 - version: 4.8.0 -- category: main - dependencies: - freetype: '>=2.12.1,<3.0a0' - jpeg: '>=9e,<10a' - lcms2: '>=2.12,<3.0a0' - libgcc-ng: '>=12' - libtiff: '>=4.4.0,<5.0a0' - libwebp-base: '>=1.2.4,<2.0a0' - libxcb: '>=1.13,<1.14.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - openjpeg: '>=2.5.0,<3.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - tk: '>=8.6.12,<8.7.0a0' - hash: - md5: 61dc7b3140b7b79b1985b53d52726d74 - sha256: 61f160a70a239aaf8f9a1f34801cea276d46fa5260202446b8d37b7853f4f9f1 - manager: conda - name: pillow - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pillow-9.2.0-py38h9eb91d8_3.tar.bz2 - version: 9.2.0 -- category: main - dependencies: - python: '>=3.7' - setuptools: '' - wheel: '' - hash: - md5: da66f2851b9836d3a7c5190082a45f7d - sha256: 7a86b2427abbf5cf695da192ba1c03130115f157297e7bfde65f0a18a345a7bc - manager: conda - name: pip - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pip-22.3.1-pyhd8ed1ab_0.tar.bz2 - version: 22.3.1 -- category: main - dependencies: - alsa-lib: '>=1.2.8,<1.2.9.0a0' - dbus: '>=1.13.6,<2.0a0' - fftw: '>=3.3.10,<4.0a0' - jack: '>=1.9.21,<1.10.0a0' - libcap: '>=2.66,<2.67.0a0' - libgcc-ng: '>=12' - libglib: '>=2.74.1,<3.0a0' - libiconv: '>=1.17,<2.0a0' - libsndfile: '>=1.1.0,<1.2.0a0' - libstdcxx-ng: '>=12' - libtool: '>=2.4' - libudev1: '>=251' - openssl: '>=1.1.1q,<1.1.2a' - hash: - md5: 316026c5f80d8b5b9666e87b8614ac6c - sha256: d10a9df7f868baf2f877885c10cf4e10793c6185e8fbc0035fa222fa9c586a9f - manager: conda - name: pulseaudio - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pulseaudio-14.0-h0d2025b_11.tar.bz2 - version: '14.0' -- category: main - dependencies: - python: '>=3.6' - setuptools: '' - hash: - md5: 9f478e8eedd301008b5f395bad0caaed - sha256: 4f61addd5ab463c5fe7a3040a2d710ff2aed9c989b6cee2de2486187108bcdd5 - manager: conda - name: pygments - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.13.0-pyhd8ed1ab_0.tar.bz2 - version: 2.13.0 -- category: main - dependencies: - python: '>=3.6' - six: '>=1.5' - hash: - md5: dd999d1cc9f79e67dbb855c8924c7984 - sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da - manager: conda - name: python-dateutil - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 - version: 2.8.2 -- category: main - dependencies: - libblas: '>=3.9.0,<4.0a0' - libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - libgfortran-ng: '' - libgfortran5: '>=10.4.0' - liblapack: '>=3.9.0,<4.0a0' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: dfd81898f0c6e9ee0c22305da6aa443e - sha256: 3f73bcd37217ca412c5c5ce40c0f1ba2eae0ff95eac940dbdcbfedaf965bd12d - manager: conda - name: scipy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/scipy-1.9.3-py38h8ce737c_2.tar.bz2 - version: 1.9.3 -- category: main - dependencies: - libcurl: '>=7.83.1,<8.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libuuid: '>=2.32.1,<3.0a0' - openssl: '>=1.1.1p,<1.1.2a' - sqlite: '>=3.38.5,<4.0a0' - hash: - md5: f310918c6bc02b33ffa1108b25805664 - sha256: 7dab6d3429f918f05419b7bd21573a759f04f85546179a05469f4a42223fcdde - manager: conda - name: scitokens-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/scitokens-cpp-0.7.1-h0255ffa_0.tar.bz2 - version: 0.7.1 -- category: main - dependencies: - __linux: '' - ptyprocess: '' - python: '>=3.7' - tornado: '>=6.1.0' - hash: - md5: 57127b015e2f20aa5410666c58a07d61 - sha256: 10c5c8f97ecd66c16c7af25d5b34bd9454c203d8c5175de88f3852b0065ceac3 - manager: conda - name: terminado - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/terminado-0.17.0-pyh41d4057_0.tar.bz2 - version: 0.17.0 -- category: main - dependencies: - python: '>=3.5' - webencodings: '>=0.4' - hash: - md5: 7234c9eefff659501cd2fe0d2ede4d48 - sha256: f0db1a2298a5e10e30f4b947566c7229442834702f549dded40a73ecdea7502d - manager: conda - name: tinycss2 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tinycss2-1.2.1-pyhd8ed1ab_0.tar.bz2 - version: 1.2.1 -- category: main - dependencies: - colorama: '' - python: '>=2.7' - hash: - md5: 5526ff3f88f9db87bb0924b9ce575345 - sha256: d196e0c3a057a840147fa23d3d43eafd6b63258846bdafe8ac17f70b534f91bd - manager: conda - name: tqdm - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.64.1-pyhd8ed1ab_0.tar.bz2 - version: 4.64.1 -- category: main - dependencies: - typing_extensions: 4.4.0 pyha770c72_0 - hash: - md5: be969210b61b897775a0de63cd9e9026 - sha256: 6f129b1bc18d111dcf3abaec6fcf6cbee00f1b77bb42d0f0bc8d85f8faa65cf0 - manager: conda - name: typing-extensions - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/typing-extensions-4.4.0-hd8ed1ab_0.tar.bz2 - version: 4.4.0 -- category: main - dependencies: - numpy: '>=1.13.3' - python: '>=3.6' - typing_extensions: '>=3.7' - hash: - md5: 87bd37fd92e8850b6ea293ead6dbf31a - sha256: fe40e9eb42ceb65ba8a22854357eaaa5a402948a8e8a31d6f30f357533330279 - manager: conda - name: uhi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/uhi-0.3.2-pyhd8ed1ab_0.tar.bz2 - version: 0.3.2 -- category: main - dependencies: - numpy: '' - python: '>=3.5' - hash: - md5: f003f17d40cf0c4c197df6059f3e8d1d - sha256: 21ef60b191b727002017d521ce809256f8c0793100e12796ea06dc4297848695 - manager: conda - name: uproot-base - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/uproot-base-4.3.7-pyhc9056f5_1.tar.bz2 - version: 4.3.7 -- category: main - dependencies: - idna: '>=2.0' - libgcc-ng: '>=12' - multidict: '>=4.0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: e692d623b751b32501203663b8b63c20 - sha256: 4fa3e51d9d6e71d0b849da2e3e47d0b1b50b2a92513cc163ee9f9a59fe18ae56 - manager: conda - name: yarl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/yarl-1.8.1-py38h0a891b7_0.tar.bz2 - version: 1.8.1 -- category: main - dependencies: - heapdict: '' - python: '>=3.7' - hash: - md5: cd563d01df94e51f968645dbf3b310b0 - sha256: 539f925365d2a0455f83375385ff73a62a53d469495d9439c939bb2cc90f7de2 - manager: conda - name: zict - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/zict-2.2.0-pyhd8ed1ab_0.tar.bz2 - version: 2.2.0 -- category: main - dependencies: - python: '' - setuptools: '' - hash: - md5: 82afb122a3152f24339bda8fee5ff062 - sha256: c2a7511605c6c7d45a8f229f26e708c8e56ed466bd77abc7857715b986c052fc - manager: conda - name: zope.event - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/zope.event-4.5.0-pyh9f0ad1d_0.tar.bz2 - version: 4.5.0 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - setuptools: '' - hash: - md5: cf33947d90bc7d2678b57d10c1d7bf03 - sha256: d3ab0eac74849a694707bb3b00a815c1c57053f79fdc2e41d7efa3db1782c333 - manager: conda - name: zope.interface - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zope.interface-5.5.2-py38h0a891b7_0.tar.bz2 - version: 5.5.2 -- category: main - dependencies: - cffi: '>=1.0.1' - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: efcaa056d265a3138d2038a4b6b68791 - sha256: f7a7c261addfdbe300603976a76853087d5efe93d1d90a5ff745d5f003abaec7 - manager: conda - name: argon2-cffi-bindings - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/argon2-cffi-bindings-21.2.0-py38h0a891b7_3.tar.bz2 - version: 21.2.0 -- category: main - dependencies: - aws-sdk-cpp: '>=1.8.186,<1.8.187.0a0' - bzip2: '>=1.0.8,<2.0a0' - c-ares: '>=1.18.1,<2.0a0' - gflags: '>=2.2.2,<2.3.0a0' - glog: '>=0.6.0,<0.7.0a0' - libabseil: 20220623.0 cxx17* - libbrotlicommon: '>=1.0.9,<1.1.0a0' - libbrotlidec: '>=1.0.9,<1.1.0a0' - libbrotlienc: '>=1.0.9,<1.1.0a0' - libgcc-ng: '>=12' - libgoogle-cloud: '>=2.3.0,<2.3.1.0a0' - libgrpc: '>=1.49.1,<1.50.0a0' - libprotobuf: '>=3.21.9,<3.22.0a0' - libstdcxx-ng: '>=12' - libthrift: '>=0.16.0,<0.16.1.0a0' - libutf8proc: '>=2.7.0,<3.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - lz4-c: '>=1.9.3,<1.10.0a0' - numpy: '>=1.20.3,<2.0a0' - openssl: '>=1.1.1q,<1.1.2a' - orc: '>=1.8.0,<1.8.1.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - re2: '>=2022.6.1,<2022.6.2.0a0' - snappy: '>=1.1.9,<2.0a0' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: be28fefc353c389b0d442fc005fdf929 - sha256: 329f2fbb524cd4c5e74b55df3cbeb6dc8898fd7bc0a6a7cc9343a80f0d0e5534 - manager: conda - name: arrow-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/arrow-cpp-9.0.0-py38hc370d79_10_cpu.tar.bz2 - version: 9.0.0 -- category: main - dependencies: - python: '>=3.6' - typing-extensions: '>=3.6.5' - hash: - md5: 25e79f9a1133556671becbd65a170c78 - sha256: a08b78e6fadee1ffac0f255363d2a08a0c589c7403fd2a71c1c0b6aafd5e0737 - manager: conda - name: async-timeout - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/async-timeout-4.0.2-pyhd8ed1ab_0.tar.bz2 - version: 4.0.2 -- category: main - dependencies: - importlib_resources: '' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.13.1' - packaging: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: e735d6e6c916db69fc3df7183875018a - sha256: 8d194c5924d173dddba64d9b9fb389643df6598071b82930585d728d9ba027ba - manager: conda - name: awkward - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/awkward-1.10.2-py38hfa26641_0.tar.bz2 - version: 1.10.2 -- category: main - dependencies: - aws-c-auth: '>=0.6.8,<0.6.9.0a0' - aws-c-cal: '>=0.5.12,<0.5.13.0a0' - aws-c-common: '>=0.6.17,<0.6.18.0a0' - aws-c-http: '>=0.6.10,<0.6.11.0a0' - aws-c-io: '>=0.10.14,<0.10.15.0a0' - libgcc-ng: '>=9.4.0' - openssl: '>=1.1.1l,<1.1.2a' - hash: - md5: aaddb9ce682eb322795d77c473ad1e7d - sha256: cb97d12a1f6fd317552c4b12b11aa3b276fd205ca772aceaeb2a92c0792bca39 - manager: conda - name: aws-c-s3 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-c-s3-0.1.29-h8d70ed6_0.tar.bz2 - version: 0.1.29 -- category: main - dependencies: - packaging: '' - python: '>=3.6' - setuptools: '' - six: '>=1.9.0' - webencodings: '' - hash: - md5: 1f5151d37e4a2b1137f81c89a3a769f2 - sha256: b85dd43a40efd13c860086365d181eb9bc64cc757c36a05edc7544c3fa622bf8 - manager: conda - name: bleach - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/bleach-5.0.1-pyhd8ed1ab_0.tar.bz2 - version: 5.0.1 -- category: main - dependencies: - cffi: '>=1.0.0' - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: e99e08812dfff30fdd17b3f8838e2759 - sha256: 560848f841eb649f99176c8f298c61997804782579881f4d28662e02436b4a8d - manager: conda - name: brotlipy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/brotlipy-0.7.0-py38h0a891b7_1005.tar.bz2 - version: 0.7.0 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - tqdm: '' - hash: - md5: 823477a208dc544347ea8a4262faa2c4 - sha256: bb919f51c717c5a1fffeade7287a6a8f9184c2a5632245e6781e9acfd06a39ba - manager: conda - name: conda-package-handling - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/conda-package-handling-1.9.0-py38h0a891b7_1.tar.bz2 - version: 1.9.0 -- category: main - dependencies: - cffi: '>=1.12' - libgcc-ng: '>=12' - openssl: '>=1.1.1s,<1.1.2a' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 6929a22f82fc8b7b0432b07be73796e2 - sha256: fe016e522a348ee7fb0a8f288181f9c85362562c106dc0d1c2fc116b9a30c519 - manager: conda - name: cryptography - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-38.0.4-py38h2b5fc30_0.conda - version: 38.0.4 -- category: main - dependencies: - cloudpickle: '>=1.1.1' - fsspec: '>=0.6.0' - packaging: '>=20.0' - partd: '>=0.3.10' - python: '>=3.8' - pyyaml: '>=5.3.1' - toolz: '>=0.8.2' - hash: - md5: 9993f51a02fc8338837421211b53ab19 - sha256: c622a8ecbe3c152aa5fca215c0b8e4990f4bd57ff1d653f110708c445358fca5 - manager: conda - name: dask-core - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dask-core-2022.9.2-pyhd8ed1ab_0.tar.bz2 - version: 2022.9.2 -- category: main - dependencies: - c-ares: '>=1.18.1,<2.0a0' - cffi: '>=1.11.5' - greenlet: '>=2.0.0' - libev: '>=4.33,<4.34.0a0' - libgcc-ng: '>=12' - libuv: '>=1.44.2,<2.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - setuptools: '' - zope.event: '' - zope.interface: '' - hash: - md5: 336decf8d44e69ea415fc6880d8c8f12 - sha256: 7779b4b17a2fe38f3f42ba7cef800fe5c4e882a26dc3a5d43c0eecad4be2b3ef - manager: conda - name: gevent - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gevent-22.10.2-py38h0fd6f59_0.tar.bz2 - version: 22.10.2 -- category: main - dependencies: - gettext: '>=0.21.1,<1.0a0' - glib: '>=2.74.1,<3.0a0' - libgcc-ng: '>=12' - libglib: '>=2.74.1,<3.0a0' - libstdcxx-ng: '>=12' - hash: - md5: e604f83df3497fcdb6991ae58b73238f - sha256: c61794f2a64446346cdefed92ddca9aa7cd308b090ac4951cfcf7754e483915d - manager: conda - name: gstreamer - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gstreamer-1.21.1-hd4edc92_1.tar.bz2 - version: 1.21.1 -- category: main - dependencies: - click: '>=7.0.0' - numpy: '>=1.0.0' - python: '>=3.6' - uhi: '>=0.2.1' - hash: - md5: 66b1ad59194723afa681d416ebd8f1d0 - sha256: b3e2616c976be99efd1936465f9343ca54370358256158d9b3732a1096da3e13 - manager: conda - name: histoprint - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/histoprint-2.4.0-pyhd8ed1ab_0.tar.bz2 - version: 2.4.0 -- category: main - dependencies: - importlib-metadata: '>=5.1.0,<5.1.1.0a0' - hash: - md5: 3dc2248927de739b4d2e2da9a9972bfe - sha256: 6f643ecc303fba87b1de661d63460624434fe98fd124f1f1306b7b27d4c8b050 - manager: conda - name: importlib_metadata - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/importlib_metadata-5.1.0-hd8ed1ab_0.conda - version: 5.1.0 -- category: main - dependencies: - attrs: '>=17.4.0' - importlib-metadata: '' - importlib_resources: '>=1.4.0' - pkgutil-resolve-name: '>=1.3.10' - pyrsistent: '!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0' - python: '>=3.7' - typing_extensions: '' - hash: - md5: da35ac96b2ed4c312864324ad98efed9 - sha256: 5d45b5b5483da50847d20f1184b8d46617d078cbd55a51ea720b52c79bf86cb3 - manager: conda - name: jsonschema - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.17.1-pyhd8ed1ab_0.conda - version: 4.17.1 -- category: main - dependencies: - entrypoints: '' - jupyter_core: '>=4.9.2' - nest-asyncio: '>=1.5.4' - python: '>=3.7' - python-dateutil: '>=2.8.2' - pyzmq: '>=23.0' - tornado: '>=6.0' - traitlets: '' - hash: - md5: dad80938cdccc5c274e954dda56b6eb5 - sha256: 181b36306cf9f389785c63199a14df6154583b605c86ab6c81f36c2fe57b4c9b - manager: conda - name: jupyter_client - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_client-7.3.4-pyhd8ed1ab_0.tar.bz2 - version: 7.3.4 -- category: main - dependencies: - pygments: '>=2.4.1,<3' - python: '>=3.7' - hash: - md5: 243f63592c8e449f40cd42eb5cf32f40 - sha256: 08453e09d5a6bbaeeca839553a5dfd7a377a97550efab96019c334a8042f54f5 - manager: conda - name: jupyterlab_pygments - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_pygments-0.2.2-pyhd8ed1ab_0.tar.bz2 - version: 0.2.2 -- category: main - dependencies: - _openmp_mutex: '>=4.5' - gct: '>=6.2.1629922860,<6.2.1629922861.0a0' - htcondor-classads: 9.0.17 h9d75d03_1 - krb5: '>=1.19.3,<1.20.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libuuid: '>=2.32.1,<3.0a0' - munge: '' - openssl: '>=1.1.1s,<1.1.2a' - pcre: '>=8.45,<9.0a0' - scitokens-cpp: '>=0.7.1,<1.0a0' - voms: '' - hash: - md5: 67421399b7761355f6b8bf1991e9f0e0 - sha256: 6d2c6b31c5dac90f0e72d178233fc10a292f1aa38db96a5afd77357928608902 - manager: conda - name: libcondor_utils - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/libcondor_utils-9.0.17-hd2a20c0_1.tar.bz2 - version: 9.0.17 -- category: main - dependencies: - certifi: '>=2020.06.20' - contourpy: '>=1.0.1' - cycler: '>=0.10' - fonttools: '>=4.22.0' - freetype: '>=2.12.1,<3.0a0' - kiwisolver: '>=1.0.1' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - packaging: '>=20.0' - pillow: '>=6.2.0' - pyparsing: '>=2.3.1' - python: '>=3.8,<3.9.0a0' - python-dateutil: '>=2.7' - python_abi: 3.8.* *_cp38 - tk: '>=8.6.12,<8.7.0a0' - hash: - md5: 72422499195d8aded0dfd461c6e3e86f - sha256: 8c78273c7766552bb0e21fc62d92f65f05be8efbaa6bcec0879ce8b8ab32196d - manager: conda - name: matplotlib-base - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-base-3.6.2-py38hb021067_0.tar.bz2 - version: 3.6.2 -- category: main - dependencies: - importlib-metadata: '' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - llvmlite: '>=0.39.1,<0.40.0a0' - numpy: '>=1.20.3,<2.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - setuptools: '' - hash: - md5: 6fa12627870d0c17735a7a8b94ad23df - sha256: 39710b15ada2f7c9bf4aa8eb3d40177a09e42bfa6a99a4be2a96a7997d0d50f2 - manager: conda - name: numba - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numba-0.56.4-py38h9a4aae9_0.conda - version: 0.56.4 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - nomkl: '' - numpy: '>=1.20.3,<2.0a0' - packaging: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: dceac89fdcb69f717ec19f37f15e8069 - sha256: 22c3edb8ee538e2404c76039f3f3f989aeeb0306427be9458d6c9cdc3f66f189 - manager: conda - name: numexpr - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/numexpr-2.8.3-py38h36ff5c2_101.tar.bz2 - version: 2.8.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - python: '>=3.8,<3.9.0a0' - python-dateutil: '>=2.8.1' - python_abi: 3.8.* *_cp38 - pytz: '>=2020.1' - hash: - md5: dbc17622f9d159be987bd21959d5494e - sha256: c93dea20ebf6d47b023ece1422ed1d38f8cc1e5a655ba8751d491882796d5698 - manager: conda - name: pandas - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pandas-1.5.2-py38h8f669ce_0.conda - version: 1.5.2 -- category: main - dependencies: - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - typing-extensions: '>=4.1.0' - hash: - md5: 8a16f4eb6b199226ee983a95a67cba8b - sha256: a3a25cd79ecf6cc3d577ef2d83a4545bcd6478759366abddc90a244a86eed732 - manager: conda - name: pydantic - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pydantic-1.10.2-py38h0a891b7_1.tar.bz2 - version: 1.10.2 -- category: main - dependencies: - commonmark: '>=0.9.0,<0.10.0' - dataclasses: '>=0.7,<0.9' - pygments: '>=2.6.0,<3.0.0' - python: '>=3.6.2' - typing_extensions: '>=4.0.0,<5.0.0' - hash: - md5: 162ed4cc104133be23e592faa1e055e3 - sha256: 0cdb3105d3e50de8b6d9f4aea7e228b4872fb8b066daeb1e51c9519bc92ceffd - manager: conda - name: rich - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/rich-12.6.0-pyhd8ed1ab_0.tar.bz2 - version: 12.6.0 -- category: main - dependencies: - joblib: '>=1.0.0' - libcblas: '>=3.9.0,<4.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - scipy: '' - threadpoolctl: '>=2.0.0' - hash: - md5: 87bcd6885b07937c0b02dca83f040db5 - sha256: 2daeaebd24f3a9bd5fad6dc997ee133e00ec5e80a8c4318cda5b44a53a10fada - manager: conda - name: scikit-learn - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/scikit-learn-1.1.3-py38h4c4ba11_1.tar.bz2 - version: 1.1.3 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - packaging: '' - ply: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - toml: '' - hash: - md5: a39a1d696fbe108d705c0ac584b937e3 - sha256: 0d1ebddc26aa2254e12ad5852af7f3c2c9314c360f625f59e1804cc15247f8a0 - manager: conda - name: sip - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/sip-6.7.4-py38hfa26641_0.tar.bz2 - version: 6.7.4 -- category: main - dependencies: - asttokens: '' - executing: '' - pure_eval: '' - python: '>=3.5' - hash: - md5: e7df0fdd404616638df5ece6e69ba7af - sha256: a58433e75229bec39f3be50c02efbe9b7083e53a1f31d8ee247564f370191eec - manager: conda - name: stack_data - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/stack_data-0.6.2-pyhd8ed1ab_0.conda - version: 0.6.2 -- category: main - dependencies: - awkward0: '' - numpy: '>=1.13.1' - python: ==2.7.*|>=3.5 - hash: - md5: 9958bddb6d04b6e97a109a56455766cd - sha256: 39538c56f1353149e7c7ec3c60bd844008f74f54d8a701857404926707e95afa - manager: conda - name: uproot3-methods - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/uproot3-methods-0.10.1-pyhd8ed1ab_0.tar.bz2 - version: 0.10.1 -- category: main - dependencies: - backports.functools_lru_cache: '' - python: '' - hash: - md5: 5266fcd697043c59621fda522b3d78ee - sha256: be098694551ab1b9a1a4bcf28d61f3edd5a17325a33ca723e571298dd8645ca2 - manager: conda - name: wcwidth - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.5-pyh9f0ad1d_2.tar.bz2 - version: 0.2.5 -- category: main - dependencies: - __glibc: '>=2.17,<3.0.a0' - krb5: '>=1.19.2,<1.20.0a0' - libcurl: '>=7.80.0,<8.0a0' - libgcc-ng: '>=9.4.0' - libstdcxx-ng: '>=9.4.0' - libuuid: '>=2.32.1,<3.0a0' - libxml2: '>=2.9.12,<2.11.0a0' - libzlib: '>=1.2.11,<1.3.0a0' - ncurses: '>=6.2,<7.0.0a0' - openssl: '>=1.1.1l,<1.1.2a' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - readline: '>=8.1,<9.0a0' - scitokens-cpp: '>=0.6.3,<1.0a0' - zlib: '>=1.2.11,<1.3.0a0' - hash: - md5: 7ef547c7fd65fccb045f13b52c8f336b - sha256: a1d3a23e7824873cc6624889799d8b4286f23eec85502f8006d23c4a6c7522c8 - manager: conda - name: xrootd - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xrootd-5.4.0-py38h68ec80c_0.tar.bz2 - version: 5.4.0 -- category: main - dependencies: - cffi: '>=1.11' - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: c082b3fdcc1f26a187814a6e180058fb - sha256: a95ca4f91f9383163dd04962105b4f050833a45b1030db0a9e778f3642531162 - manager: conda - name: zstandard - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.19.0-py38h5945529_1.conda - version: 0.19.0 -- category: main - dependencies: - aiosignal: '>=1.1.2' - async-timeout: <5.0,>=4.0.0a3 - attrs: '>=17.3.0' - charset-normalizer: '>=2.0,<3.0' - frozenlist: '>=1.1.1' - libgcc-ng: '>=12' - multidict: '>=4.5,<7.0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - yarl: '>=1.0,<2.0' - hash: - md5: 8d4f0ee67458832aca7b2ad3a4e05425 - sha256: 36acee0785b554e6a3c539a8903d1cbb386ac6b2c8619773339418151d0b3ed8 - manager: conda - name: aiohttp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aiohttp-3.8.3-py38h0a891b7_1.tar.bz2 - version: 3.8.3 -- category: main - dependencies: - argon2-cffi-bindings: '' - flit-core: '>=3.4,<4' - python: '>=3.6' - hash: - md5: a0b402db58f73aaab8ee0ca1025a362e - sha256: 3a53cfd674641d9ff9901f5d4e1cc5e9a3ce9bb8b6a7dca826db840c2e39bc23 - manager: conda - name: argon2-cffi - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-21.3.0-pyhd8ed1ab_0.tar.bz2 - version: 21.3.0 -- category: main - dependencies: - aws-c-auth: '>=0.6.8,<0.6.9.0a0' - aws-c-cal: '>=0.5.12,<0.5.13.0a0' - aws-c-common: '>=0.6.17,<0.6.18.0a0' - aws-c-event-stream: '>=0.2.7,<0.2.8.0a0' - aws-c-http: '>=0.6.10,<0.6.11.0a0' - aws-c-io: '>=0.10.14,<0.10.15.0a0' - aws-c-mqtt: '>=0.7.10,<0.7.11.0a0' - aws-c-s3: '>=0.1.29,<0.1.30.0a0' - aws-checksums: '>=0.1.12,<0.1.13.0a0' - libgcc-ng: '>=9.4.0' - libstdcxx-ng: '>=9.4.0' - hash: - md5: ba5102511e25cc97692eca7c90ac531d - sha256: d244085f07471a016b496adafc3f235d45693fe282e281d36d8a73725d8ce7d5 - manager: conda - name: aws-crt-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/aws-crt-cpp-0.17.10-h6ab17b9_5.tar.bz2 - version: 0.17.10 -- category: main - dependencies: - contourpy: '>=1' - jinja2: '>=2.9' - numpy: '>=1.11.3' - packaging: '>=16.8' - pandas: '>=1.2' - pillow: '>=7.1.0' - python: '>=3.8' - pyyaml: '>=3.10' - tornado: '>=5.1' - xyzservices: '>=2021.09.1' - hash: - md5: ca68273dffdcaf498036ea543af2224e - sha256: dc4fa75ba3659e43615aa51b7eb2a003f91e01e8fa8ef5884e96bf132e50f84c - manager: conda - name: bokeh - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/bokeh-3.0.2-pyhd8ed1ab_0.tar.bz2 - version: 3.0.2 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.13.3' - pydantic: '>=1.7.3' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - rich: '' - hash: - md5: 918345385dfff8177b9e6ab413b65188 - sha256: b0b545096498d367718cb7d65e325189c8934952b8f62dd8662f5db6b0306b9c - manager: conda - name: correctionlib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/correctionlib-2.2.2-py38h43d8883_1.tar.bz2 - version: 2.2.2 -- category: main - dependencies: - brotli-python: '' - certifi: '' - gevent: '>=0.13' - libgcc-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - six: '' - hash: - md5: 164119497c543a4699d3097bba2e3107 - sha256: a72439793d2e829dfe370e65a9fce864faac37a235a735c239f1190bfc0b0c90 - manager: conda - name: geventhttpclient - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/geventhttpclient-2.0.8-py38h0a891b7_1.tar.bz2 - version: 2.0.8 -- category: main - dependencies: - alsa-lib: '>=1.2.8,<1.2.9.0a0' - gettext: '>=0.21.1,<1.0a0' - gstreamer: 1.21.1 hd4edc92_1 - libgcc-ng: '>=12' - libglib: '>=2.74.1,<3.0a0' - libopus: '>=1.3.1,<2.0a0' - libpng: '>=1.6.38,<1.7.0a0' - libstdcxx-ng: '>=12' - libvorbis: '>=1.3.7,<1.4.0a0' - libxcb: '>=1.13,<1.14.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - hash: - md5: c03f4fca88373cf6c26d932c26e4ee20 - sha256: 7376306ef7ebe0890fd47f7083ba3eccac7bd2096967b1e2a99fe2c9f6b09e96 - manager: conda - name: gst-plugins-base - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/gst-plugins-base-1.21.1-h3e40eee_1.tar.bz2 - version: 1.21.1 -- category: main - dependencies: - _openmp_mutex: '>=4.5' - htcondor-classads: 9.0.17 h9d75d03_1 - libcondor_utils: 9.0.17 hd2a20c0_1 - libcurl: '>=7.86.0,<8.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libuuid: '>=2.32.1,<3.0a0' - hash: - md5: d9032ce37c41394dcad7f5fbc2c6ba24 - sha256: 8fb7e2663fc37c7e9aec9f834ceeea0fc1d7d8da626038dbf11c546e4d9ae182 - manager: conda - name: htcondor-utils - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/htcondor-utils-9.0.17-hd598b45_1.tar.bz2 - version: 9.0.17 -- category: main - dependencies: - matplotlib-base: '>=3.4' - mplhep_data: '' - numpy: '>=1.16.0' - packaging: '' - python: '>=3.7' - uhi: '>=0.2.0' - hash: - md5: 0348b316c7cad0952fc7895614199251 - sha256: 864a45e04827c28b8d24f6d5910d0faf2f508704d5014d8cffb85e951809d5b9 - manager: conda - name: mplhep - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/mplhep-0.3.26-pyhd8ed1ab_0.tar.bz2 - version: 0.3.26 -- category: main - dependencies: - importlib-metadata: '>=3.6' - jsonschema: '>=2.6' - jupyter_core: '' - python: '>=3.7' - python-fastjsonschema: '' - traitlets: '>=5.1' - hash: - md5: f8439ce65664bec6d348346590ed57f0 - sha256: 7e7442fbbd721d5be49d1632957b06939b8e6618ae07cbcc4b6d0e07d044f55c - manager: conda - name: nbformat - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbformat-5.7.0-pyhd8ed1ab_0.tar.bz2 - version: 5.7.0 -- category: main - dependencies: - arrow-cpp: '>=0.11.0' - hash: - md5: 79a5f78c42817594ae016a7896521a97 - sha256: 15e50657515b791734ba045da5135377404ca37c518b2066b9c6451c65cd732e - manager: conda - name: parquet-cpp - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/parquet-cpp-1.5.1-2.tar.bz2 - version: 1.5.1 -- category: main - dependencies: - python: '>=3.6' - wcwidth: '' - hash: - md5: 35b8770b727ab4f65bc2d387238e0af3 - sha256: 66306e4f42bfec456a7bd18ac5af1ba1100f7070e5ee176e061de0de78bf2b03 - manager: conda - name: prompt-toolkit - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.33-pyha770c72_0.conda - version: 3.0.33 -- category: main - dependencies: - _py-xgboost-mutex: 2.0 cpu_0 - libxgboost: 1.7.1 cpu_ha3b9936_0 - numpy: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - scikit-learn: '' - scipy: '' - hash: - md5: 965c1d71d42b2b4acd5c5ffb224ffab9 - sha256: f66fd476d3e5ba12c8ff2193bd97f0fb6d2c5cd848fcb47560041fcfd397927f - manager: conda - name: py-xgboost - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/py-xgboost-1.7.1-cpu_py38h66f0ec1_0.tar.bz2 - version: 1.7.1 -- category: main - dependencies: - click: '>=8.0.0' - importlib_resources: '>=1.4.0' - jsonpatch: '>=1.15' - jsonschema: '>=4.15.0' - python: '>=3.7' - pyyaml: '>=5.1' - scipy: '>=1.2.0' - tqdm: '>=4.56.0' - typing_extensions: '>=3.7.4.3' - hash: - md5: dff6c7ef65393f9de2cfa4b2b261b338 - sha256: 4603dbc69eb65c85e784f31fe00225dab77a3712376f615d642d396bd27ee2a4 - manager: conda - name: pyhf - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pyhf-0.7.0-pyhd8ed1ab_0.tar.bz2 - version: 0.7.0 -- category: main - dependencies: - cryptography: '>=38.0.0,<39' - python: '>=3.6' - hash: - md5: fbfa0a180d48c800f922a10a114a8632 - sha256: 42f04dded77ac2597108378d62b121697d0e982aba7b20a462a7239030563628 - manager: conda - name: pyopenssl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/pyopenssl-22.1.0-pyhd8ed1ab_0.tar.bz2 - version: 22.1.0 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - packaging: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - sip: '' - toml: '' - hash: - md5: ad6437509a14f1e8e5b8a354f93f340c - sha256: f962aeb783c207879d2abad71552e4e6346587a9f15f01a4d4a81e653e37feb6 - manager: conda - name: pyqt5-sip - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyqt5-sip-12.11.0-py38hfa26641_2.tar.bz2 - version: 12.11.0 -- category: main - dependencies: - blosc: '>=1.21.1,<2.0a0' - bzip2: '>=1.0.8,<2.0a0' - hdf5: '>=1.12.2,<1.12.3.0a0' - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - libzlib: '>=1.2.13,<1.3.0a0' - lzo: '>=2.10,<3.0a0' - numexpr: '' - numpy: '>=1.20.3,<2.0a0' - packaging: '' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - six: '' - hash: - md5: 50c48d6f753de3d6be56fcb21b0f645f - sha256: a4a4cf915341ab87861e1912343157069be38f656b3c066984baa6dd41411b9e - manager: conda - name: pytables - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pytables-3.7.0-py38hf134f34_3.tar.bz2 - version: 3.7.0 -- category: main - dependencies: - boost: '>=1.78.0,<1.78.1.0a0' - htcondor-classads: 9.0.17 h9d75d03_1 - libcondor_utils: 9.0.17 hd2a20c0_1 - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 9bd772a7fc55dff04411cacc5921a700 - sha256: 386dc4d29ff64a0d47c3129dcc1c420fd177f0b82f59705d9ca0feddce6d498d - manager: conda - name: python-htcondor - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/python-htcondor-9.0.17-py38hd69dc29_1.tar.bz2 - version: 9.0.17 -- category: main - dependencies: - awkward: '>=1,<2' - lz4: '' - python: '>=3.8,<3.9.0a0' - python-xxhash: '' - python_abi: 3.8.* *_cp38 - setuptools: '' - uproot-base: 4.3.7 pyhc9056f5_1 - xrootd: '' - zstandard: '' - hash: - md5: d1d52712d4a81986d1e44e1af0b455bc - sha256: 0800a667618568661ff1443effd58aacbed7bb6664f2efb8e16313cd502a30e3 - manager: conda - name: uproot - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/uproot-4.3.7-py38h578d9bd_1.tar.bz2 - version: 4.3.7 -- category: main - dependencies: - awkward0: '' - cachetools: '' - numpy: '>=1.13.1' - python: ==2.7.*|>=3.5 - uproot3-methods: '' - hash: - md5: 87bea8e3df78e4b444a6ed21f5183503 - sha256: 51188598f1794d4b09958c76b25a730ed9b740c3ffb97d512f5746e64efbe652 - manager: conda - name: uproot3 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/uproot3-3.14.4-pyhd8ed1ab_0.tar.bz2 - version: 3.14.4 -- category: main - dependencies: - importlib_metadata: '>=0.22' - numpy: '>=1.14.5' - packaging: '' - python: '>=3.7' - typing-extensions: '' - hash: - md5: 6563bdfc33c8146b7df325289ace6643 - sha256: 0c1bab3a3314f45802845c360070b7272d33076b285c62e405dde55197bab6ba - manager: conda - name: vector - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/vector-0.10.0-pyhd8ed1ab_1.tar.bz2 - version: 0.10.0 -- category: main - dependencies: - awkward: '>=1.8' - boost-histogram: '>=1.0.0' - iminuit: '>=2.7.0' - matplotlib-base: '>=3.5.0' - pyhf: ~=0.7.0 - python: '>=3.7' - tabulate: '>=0.8.1' - typing_extensions: '' - hash: - md5: 2bfbe770cd1722f37e73201ba8560ce0 - sha256: 28d4e700564c6654e6233cd22eec280aaa802950539690319fa77406ca62e99e - manager: conda - name: cabinetry - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/cabinetry-0.5.1-pyhd8ed1ab_0.tar.bz2 - version: 0.5.1 -- category: main - dependencies: - boost-histogram: ~=1.3.1 - histoprint: '>=2.2' - iminuit: '>=2.0' - matplotlib-base: '>=3.0' - mplhep: '>=0.2.16' - numpy: '>=1.14.5' - python: '>=3.7' - scipy: '>=1.4' - typing-extensions: '' - hash: - md5: 5c21a04b73a6b2f724a6a83c1b002116 - sha256: 922bd6e549c2055d77baf3588e345fa9d9530f93a6d39d9e1fff88b31a6eb645 - manager: conda - name: hist - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/hist-2.6.2-pyhd8ed1ab_0.tar.bz2 - version: 2.6.2 -- category: main - dependencies: - htcondor-classads: 9.0.17 h9d75d03_1 - htcondor-utils: 9.0.17 hd598b45_1 - libcondor_utils: 9.0.17 hd2a20c0_1 - python: '>=3.8,<3.9.0a0' - python-htcondor: 9.0.17 py38hd69dc29_1 - python_abi: 3.8.* *_cp38 - hash: - md5: 016def5fb145efbedf32823aa6936d6a - sha256: 90436415382757fe5c7a0d46d4686a61c9a17f4f071ca523cf58398340975a7b - manager: conda - name: htcondor - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/htcondor-9.0.17-py38h578d9bd_1.tar.bz2 - version: 9.0.17 -- category: main - dependencies: - __linux: '' - backcall: '' - decorator: '' - jedi: '>=0.16' - matplotlib-inline: '' - pexpect: '>4.3' - pickleshare: '' - prompt-toolkit: '>3.0.1,<3.1.0' - pygments: '>=2.4.0' - python: '>=3.8' - stack_data: '' - traitlets: '>=5' - hash: - md5: 1450d70c7a31f515354f47d8d8faae78 - sha256: e417c9064fac8d254b0fba28bb897be5d68dc678bc8d9224b23e1bc00d7802de - manager: conda - name: ipython - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ipython-8.6.0-pyh41d4057_1.tar.bz2 - version: 8.6.0 -- category: main - dependencies: - jupyter_client: '>=6.1.5' - nbformat: '>=5.0' - nest-asyncio: '' - python: '>=3.7' - traitlets: '>=5.2.2' - hash: - md5: 87eed34d791330d8acdab6a8ab63113f - sha256: ef28a3c4e3a218ae48b1e7a24ec7a8bb4f6da0096135d1155a5a5cc71393aaf4 - manager: conda - name: nbclient - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbclient-0.7.0-pyhd8ed1ab_0.tar.bz2 - version: 0.7.0 -- category: main - dependencies: - arrow-cpp: 9.0.0 py38hc370d79_10_cpu - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - numpy: '>=1.20.3,<2.0a0' - parquet-cpp: 1.5.1.* - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 2cd359666667ecc808d94a137773940a - sha256: 7abf678b04f1d297e9c8564e1e89b8603d6f555377a3b65e7dbe1b0c15613f18 - manager: conda - name: pyarrow - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyarrow-9.0.0-py38h8617f3d_10_cpu.tar.bz2 - version: 9.0.0 -- category: main - dependencies: - __glibc: '>=2.17,<3.0.a0' - alsa-lib: '>=1.2.8,<1.2.9.0a0' - dbus: '>=1.13.6,<2.0a0' - expat: '>=2.5.0,<3.0a0' - fontconfig: '>=2.14.1,<3.0a0' - fonts-conda-ecosystem: '' - freetype: '>=2.12.1,<3.0a0' - gst-plugins-base: '>=1.21.1,<1.22.0a0' - gstreamer: '>=1.21.1,<1.22.0a0' - icu: '>=70.1,<71.0a0' - jpeg: '>=9e,<10a' - krb5: '>=1.19.3,<1.20.0a0' - libclang: '>=15.0.3,<16.0a0' - libclang13: '>=15.0.3' - libcups: '>=2.3.3,<2.4.0a0' - libevent: '>=2.1.10,<2.1.11.0a0' - libgcc-ng: '>=12' - libglib: '>=2.74.1,<3.0a0' - libpng: '>=1.6.38,<1.7.0a0' - libpq: '>=14.5,<15.0a0' - libsqlite: '>=3.39.4,<4.0a0' - libstdcxx-ng: '>=12' - libxcb: '>=1.13,<1.14.0a0' - libxkbcommon: '>=1.0.3,<2.0a0' - libxml2: '>=2.10.3,<2.11.0a0' - libzlib: '>=1.2.13,<1.3.0a0' - mysql-libs: '>=8.0.31,<8.1.0a0' - nspr: '>=4.32,<5.0a0' - nss: '>=3.78,<4.0a0' - openssl: '>=1.1.1q,<1.1.2a' - pulseaudio: '>=14.0,<14.1.0a0' - xcb-util: '' - xcb-util-image: '' - xcb-util-keysyms: '' - xcb-util-renderutil: '' - xcb-util-wm: '' - zstd: '>=1.5.2,<1.6.0a0' - hash: - md5: 738d009d60cd682df336b6d52c766190 - sha256: f1e5e85563b3abfa8b568f823b94008b6480c9fc1c4db77242bd9eabff9f63ef - manager: conda - name: qt-main - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.6-hd477bba_1.tar.bz2 - version: 5.15.6 -- category: main - dependencies: - brotlipy: '>=0.6.0' - certifi: '' - cryptography: '>=1.3.4' - idna: '>=2.0.0' - pyopenssl: '>=0.14' - pysocks: '>=1.5.6,<2.0,!=1.5.7' - python: <4.0 - hash: - md5: 3078ef2359efd6ecadbc7e085c5e0592 - sha256: 992f2d6ca50c98f865a4f2e4bada23f950e39f33ff7c64614a31ee152ec4d5ae - manager: conda - name: urllib3 - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/urllib3-1.26.13-pyhd8ed1ab_0.conda - version: 1.26.13 -- category: main - dependencies: - py-xgboost: 1.7.1 cpu_py38h66f0ec1_0 - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 75c972e39685e696f25c811d6c2dfc52 - sha256: bfdc4e403691260941a80ffe889339e1d40001e76c357108ce393516b8208b27 - manager: conda - name: xgboost - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/xgboost-1.7.1-cpu_py38h66f0ec1_0.tar.bz2 - version: 1.7.1 -- category: main - dependencies: - awkward: '>=1.5.1,<2' - cachetools: '' - cloudpickle: '>=1.2.3' - correctionlib: '>=2.0.0' - fsspec: '' - hist: '>=2' - lz4: '' - matplotlib-base: '>=3' - mplhep: '>=0.1.18' - numba: '' - numpy: '>=1.18' - packaging: '' - pandas: '' - pyarrow: '>=1.0.0' - python: '>=3.7' - scipy: '>=1.1.0' - toml: '>=0.10.2' - tqdm: '>=4.27.0' - typing-extensions: '' - uproot: '>=4.1.6,<5,!=4.2.4,!=4.3.0,!=4.3.1' - uproot3: '>=3.14.1' - uproot3-methods: '>=0.10.0' - hash: - md5: 704c4479a665c1316c8b67d7caedec8f - sha256: 7ff369ff9fef79fda8496b652eca78969469b9931594f7ea5b47267bb96be83f - manager: conda - name: coffea - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/coffea-0.7.20-pyhd8ed1ab_1.tar.bz2 - version: 0.7.20 -- category: main - dependencies: - click: '>=6.6' - cloudpickle: '>=1.5.0' - cytoolz: '>=0.8.2' - dask-core: '>=2022.9.2,<2022.9.3.0a0' - jinja2: '' - locket: '>=1.0.0' - msgpack-python: '>=0.6.0' - packaging: '>=20.0' - psutil: '>=5.0' - python: '>=3.8' - pyyaml: '' - sortedcontainers: '!=2.0.0,!=2.0.1' - tblib: '>=1.6.0' - toolz: '>=0.8.2' - tornado: '>=6.0.3,<6.2' - urllib3: '' - zict: '>=0.1.3' - hash: - md5: 673a4a6ec9327d55ca29cb6931e10a72 - sha256: f6d540ab9112bd634a339cfeb98c0c7e38bb4389e0d565c3024a71f51bfc8861 - manager: conda - name: distributed - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/distributed-2022.9.2-pyhd8ed1ab_0.tar.bz2 - version: 2022.9.2 -- category: main - dependencies: - __linux: '' - comm: '>=0.1' - debugpy: '>=1.0' - ipython: '>=7.23.1' - jupyter_client: '>=6.1.12' - matplotlib-inline: '>=0.1' - nest-asyncio: '' - packaging: '' - psutil: '' - python: '>=3.8' - pyzmq: '>=17' - tornado: '>=6.1' - traitlets: '>=5.1.0' - hash: - md5: 2c700d412a133befe8f5b557c89b3409 - sha256: 05edd1f1efb4693ba9670355d13ed2890f49912a9cc06671f934f33a3d2ce257 - manager: conda - name: ipykernel - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ipykernel-6.18.2-pyh210e3f2_0.conda - version: 6.18.2 -- category: main - dependencies: - beautifulsoup4: '' - bleach: '' - defusedxml: '' - entrypoints: '>=0.2.2' - jinja2: '>=3.0' - jupyter_core: '>=4.7' - jupyterlab_pygments: '' - markupsafe: '>=2.0' - mistune: '>=2.0.3,<3' - nbclient: '>=0.5.0' - nbformat: '>=5.1' - packaging: '' - pandocfilters: '>=1.4.1' - pygments: '>=2.4.1' - python: '>=3.7' - tinycss2: '' - traitlets: '>=5.0' - hash: - md5: a61e2f21cff3a5d819fe58e0caafcbdc - sha256: 161c0a19e5d256628446994dab1cc7650b5ec864334de4724886dd66be5b78c6 - manager: conda - name: nbconvert-core - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-core-7.2.5-pyhd8ed1ab_0.tar.bz2 - version: 7.2.5 -- category: main - dependencies: - libgcc-ng: '>=12' - libstdcxx-ng: '>=12' - pyqt5-sip: 12.11.0 py38hfa26641_2 - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - qt-main: '>=5.15.6,<5.16.0a0' - sip: '>=6.7.2,<6.8.0a0' - hash: - md5: cfa725eff634872f90dcd5ebf8e8dc1a - sha256: 6338a64b698cf7213137d7ad57b1a0178bfd12e8b6806ed408b345dfd8eb3b08 - manager: conda - name: pyqt - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.7-py38h7492b6b_2.tar.bz2 - version: 5.15.7 -- category: main - dependencies: - certifi: '>=2017.4.17' - charset-normalizer: '>=2,<3' - idna: '>=2.5,<4' - python: '>=3.7,<4.0' - urllib3: '>=1.21.1,<1.27' - hash: - md5: 089382ee0e2dc2eae33a04cc3c2bddb0 - sha256: b45d0da6774c8231ab4fef0427b3050e7c54c84dfe453143dd4010999c89e050 - manager: conda - name: requests - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/requests-2.28.1-pyhd8ed1ab_1.tar.bz2 - version: 2.28.1 -- category: main - dependencies: - conda-package-handling: '>=1.3.0' - pycosat: '>=0.6.3' - pyopenssl: '>=16.2.0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - requests: '>=2.20.1,<3' - ruamel_yaml: '>=0.11.14,<0.17' - setuptools: '>=31.0.1' - toolz: '>=0.8.1' - hash: - md5: 952a97bda916070bee25ddbaa23ad61c - sha256: 16d8a1a7fa768d392b799216cd13809e76e35ad67eb32a11b52199ed412fc05d - manager: conda - name: conda - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/conda-22.9.0-py38h578d9bd_2.tar.bz2 - version: 22.9.0 -- category: main - dependencies: - bokeh: '>=2.4.2' - cytoolz: '>=0.8.2' - dask-core: '>=2022.9.2,<2022.9.3.0a0' - distributed: '>=2022.9.2,<2022.9.3.0a0' - jinja2: '' - lz4: '' - numpy: '>=1.18' - pandas: '>=1.0' - python: '>=3.8' - hash: - md5: b7576e0c268a5fe5117ccd9e4adf1e1e - sha256: 7fc32c30df1145a425b50ba1b2aa4fb764b8727235baffceda444db63ebb8211 - manager: conda - name: dask - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dask-2022.9.2-pyhd8ed1ab_0.tar.bz2 - version: 2022.9.2 -- category: main - dependencies: - dask-core: '>=2022.02.0' - distributed: '>=2022.02.0' - python: '>=3.8' - hash: - md5: 9409a5a80b0f4ca3a4c1c6bf305602bb - sha256: 6aa1a3ece5195575cf50b0d22dbc08f417597f576e1213246ec3508945243791 - manager: conda - name: dask-jobqueue - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dask-jobqueue-0.8.1-pyhd8ed1ab_0.tar.bz2 - version: 0.8.1 -- category: main - dependencies: - ipykernel: '>=4.5.1' - ipython: '>=4.0.0' - jupyterlab_widgets: '>=3.0.0,<4.0.0' - nbformat: '>=4.2.0' - python: '>=3.7' - traitlets: '>=4.3.1' - widgetsnbextension: '>=4.0.0,<5.0.0' - hash: - md5: 81b7f46918555bf911ad2ba2f3259094 - sha256: 1b5327309e21508aafa29c9b25300982a2709f77e804e47a071da91427350af1 - manager: conda - name: ipywidgets - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ipywidgets-8.0.2-pyhd8ed1ab_1.tar.bz2 - version: 8.0.2 -- category: main - dependencies: - anyio: '>=3.1.0' - argon2-cffi: '' - jinja2: '' - jupyter_client: '>=6.1.12' - jupyter_core: '>=4.7.0' - nbconvert-core: '>=6.4.4' - nbformat: '>=5.2.0' - packaging: '' - prometheus_client: '' - python: '>=3.7' - pyzmq: '>=17' - send2trash: '' - terminado: '>=0.8.3' - tornado: '>=6.1.0' - traitlets: '>=5.1.0' - websocket-client: '' - hash: - md5: c497ada2dbcb07e6912756f4ea709f65 - sha256: 125d721aa32f00c33078e8b5e0d76b5333e65afccd5631970e57eaadb9ab8858 - manager: conda - name: jupyter_server - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter_server-1.23.3-pyhd8ed1ab_0.conda - version: 1.23.3 -- category: main - dependencies: - matplotlib-base: '>=3.6.2,<3.6.3.0a0' - pyqt: '>=5' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - tornado: '>=5' - hash: - md5: e1a19f0d4686a701d4a4acce2b625acb - sha256: 36d7625428c7b0537c762140bc7ee271f848cb70610e46d3ff6eb43141235de1 - manager: conda - name: matplotlib - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.6.2-py38h578d9bd_0.tar.bz2 - version: 3.6.2 -- category: main - dependencies: - nbconvert-core: 7.2.5 pyhd8ed1ab_0 - pandoc: '' - python: '>=3.7' - hash: - md5: 894cf714e30768b4f26e5ef36f8d39d5 - sha256: 098af33a2408c51791939ed0dc52364a6034d891660681347f198f5d25504dd9 - manager: conda - name: nbconvert-pandoc - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-pandoc-7.2.5-pyhd8ed1ab_0.tar.bz2 - version: 7.2.5 -- category: main - dependencies: - beautifulsoup4: '' - chardet: '' - conda: '>=4.13' - conda-package-handling: '>=1.3' - filelock: '' - glob2: '>=0.6' - jinja2: '' - patch: '>=2.6' - patchelf: '' - pkginfo: '' - psutil: '' - py-lief: '' - python: '>=3.8,<3.9.0a0' - python-libarchive-c: '' - python_abi: 3.8.* *_cp38 - pytz: '' - pyyaml: '' - requests: '' - ripgrep: '' - setuptools: '' - six: '' - toml: '' - tqdm: '' - hash: - md5: bf93d893b17734e64732c884cb5c5f00 - sha256: 8c58257c9949b1c53611daac0bb26a63680d18fe5c0568865db8ae997e1f46db - manager: conda - name: conda-build - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/conda-build-3.23.1-py38h578d9bd_0.conda - version: 3.23.1 -- category: main - dependencies: - aiohttp: '' - dask: '>=2.2.0' - distributed: '>=2.2.0' - python: '>=3.8,<3.9.0a0' - python_abi: 3.8.* *_cp38 - hash: - md5: 7d8610f3e1603a7874ce3dcc14f79d12 - sha256: 1f094d87a0fb66e9b054cb9cda346086bf67ca223f0554a461e2b5f1881a6379 - manager: conda - name: dask-gateway - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/linux-64/dask-gateway-0.9.0-py38h578d9bd_2.tar.bz2 - version: 0.9.0 -- category: main - dependencies: - ipython: <9 - ipython_genutils: '' - ipywidgets: '>=7.6.0,<9' - matplotlib-base: '>=2.2.0,<4' - numpy: '' - pillow: '' - python: '>=3.6' - traitlets: <6 - hash: - md5: 2a6a7f37cc8dd03a8a7439c34f557e0e - sha256: 68111a711846e6caf080929b80c5c943f7815399f8a746bac5f1709980bc0c8e - manager: conda - name: ipympl - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/ipympl-0.9.2-pyhd8ed1ab_0.tar.bz2 - version: 0.9.2 -- category: main - dependencies: - aiohttp: '' - jupyter_server: '>=1' - python: '>=3.6' - simpervisor: '>=0.4' - hash: - md5: 77b213af8a32bdc5b25c0c3fde58f889 - sha256: 449750afbd758f20058a7e53e232dd5486fff818b794e0e7daaff1372569e245 - manager: conda - name: jupyter-server-proxy - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyter-server-proxy-3.2.2-pyhd8ed1ab_0.tar.bz2 - version: 3.2.2 -- category: main - dependencies: - babel: '' - importlib-metadata: '>=4.8.3' - jinja2: '>=3.0.3' - json5: '' - jsonschema: '>=3.0.1' - jupyter_server: '>=1.8,<3' - packaging: '' - python: '>=3.7' - requests: '' - hash: - md5: 7141271af36d1e0a1c6d5a955528bc1e - sha256: 3dbc52a6c15d7e9c07f0f9424ef1cd850a95238437b2be14a6243835bda55db0 - manager: conda - name: jupyterlab_server - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab_server-2.16.3-pyhd8ed1ab_0.tar.bz2 - version: 2.16.3 -- category: main - dependencies: - nbconvert-core: 7.2.5 pyhd8ed1ab_0 - nbconvert-pandoc: 7.2.5 pyhd8ed1ab_0 - python: '>=3.7' - hash: - md5: 14cfcab1c236866c4590970ee25d618c - sha256: 62ae27840594871f074301c0106216660f7b9b07381760226a68ffffcf317b96 - manager: conda - name: nbconvert - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbconvert-7.2.5-pyhd8ed1ab_0.tar.bz2 - version: 7.2.5 -- category: main - dependencies: - jupyter_server: '>=1.8,<3' - python: '>=3.7' - hash: - md5: 40be846cd4e78672a40e43db9dae753c - sha256: d798a6a1938e3efa1562d3477a0337720ce07ef571c8b0255d80089f285eaf8a - manager: conda - name: notebook-shim - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/notebook-shim-0.2.2-pyhd8ed1ab_0.tar.bz2 - version: 0.2.2 -- category: main - dependencies: - argon2-cffi: '' - ipykernel: '' - ipython_genutils: '' - jinja2: '' - jupyter_client: '>=6.1.1' - jupyter_core: '>=4.6.1' - jupyter_server: '>=1.17.0' - nbconvert: '>=5' - nbformat: '' - nest-asyncio: '>=1.5' - notebook-shim: '>=0.1.0' - prometheus_client: '' - python: '>=3.7' - pyzmq: '>=17' - send2trash: '>=1.8.0' - terminado: '>=0.8.3' - tornado: '>=6.1' - traitlets: '>=4.2.1' - hash: - md5: f4f150f83ed90a1b833e6081bbf38257 - sha256: e180247b54ef26df23ed4662a5ca6a04252b11624da22d21cd976479afea4417 - manager: conda - name: nbclassic - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/nbclassic-0.4.8-pyhd8ed1ab_0.tar.bz2 - version: 0.4.8 -- category: main - dependencies: - argon2-cffi: '' - ipykernel: '' - ipython_genutils: '' - jinja2: '' - jupyter_client: '>=5.3.4' - jupyter_core: '>=4.6.1' - nbclassic: '>=0.4.7' - nbconvert-core: '>=5' - nbformat: '' - nest-asyncio: '>=1.5' - prometheus_client: '' - python: '>=3.7' - pyzmq: '>=17' - send2trash: '>=1.8.0' - terminado: '>=0.8.3' - tornado: '>=6.1' - traitlets: '>=4.2.1' - hash: - md5: 7bf26ca095481f206e6f9dd7681085fe - sha256: 59b8f5923f5400e8d52a1bc7ad307add6953fa09f332cb745e22ef1e05b05acc - manager: conda - name: notebook - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/notebook-6.5.2-pyha770c72_1.tar.bz2 - version: 6.5.2 -- category: main - dependencies: - ipython: '' - jinja2: '>=2.10' - jupyter_core: '' - jupyter_server: '>=1.16,<3' - jupyterlab_server: '>=2.10,<3' - nbclassic: '' - notebook: <7 - packaging: '' - python: '>=3.7' - tomli: '' - tornado: '>=6.1.0' - hash: - md5: c3f50a279e3f52b0e63739a3b45eb4cc - sha256: 6e7bc516d3693f912358fce8f4c75d31d0d1af38407a3b8eb0f08dbe73935bec - manager: conda - name: jupyterlab - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-3.5.0-pyhd8ed1ab_0.tar.bz2 - version: 3.5.0 -- category: main - dependencies: - bokeh: '>=1.0.0,!=2.0.0' - distributed: '>=1.24.1' - jupyter-server-proxy: '>=1.3.2' - jupyterlab: '>=3.0.0' - python: '>=3.6' - hash: - md5: 32a0ba2d4b9ed598d90463d0032aace3 - sha256: d38e97f5db508ae4bb36264dab4ec10efa508a7d7b1024f6a90deecc46d7bc30 - manager: conda - name: dask-labextension - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dask-labextension-6.0.0-pyhd8ed1ab_0.tar.bz2 - version: 6.0.0 -- category: main - dependencies: - jupyterlab: '>=3.0,<4' - notebook: <7 - python: '>=3.6' - hash: - md5: 2c7f4ea067ac22a2d2aa854490eff654 - sha256: 3dc8d10ce30ab1204479d1f7df9d221005f8605cfb1a64de6825d229380a29ca - manager: conda - name: jupyterlab-github - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/jupyterlab-github-3.0.1-pyhd8ed1ab_0.tar.bz2 - version: 3.0.1 -- category: main - dependencies: - dask-labextension: '>=6.0.0,<6.0.1.0a0' - hash: - md5: d6177a405cdb3ac5a53f4c4713015e6b - sha256: 46e44e548199262bd2fcd969c18c41a107a6af6b00e285f5bcaae4484f10708b - manager: conda - name: dask_labextension - optional: false - platform: linux-64 - url: https://conda.anaconda.org/conda-forge/noarch/dask_labextension-6.0.0-hd8ed1ab_0.tar.bz2 - version: 6.0.0 -- category: main - dependencies: {} - hash: - sha256: e06808ce449f765b0f86a2badc2bbe72a3f6a3d4793472b2b8c221bbdba66511 - manager: pip - name: make-it-sync - optional: false - platform: linux-64 - source: null - url: https://files.pythonhosted.org/packages/87/78/7fa133c36425d4815af4093951577852e6f7cdfe821a87eb092fd053cbff/make_it_sync-1.0.0-py3-none-any.whl - version: 1.0.0 -- category: main - dependencies: - awkward: '>=1' - numpy: '>=1.13.3' - vector: '*' - hash: - sha256: 47e7b4997af902b8d3aa92c2cbf8e7c0c608e20f8e3d81dba2be7b3cf7213377 - manager: pip - name: fastjet - optional: false - platform: linux-64 - source: null - url: https://files.pythonhosted.org/packages/33/26/cce11861f0f6eb7d68a1b7f16f3b99e6a666e487dc16a47aafc20e290597/fastjet-3.3.4.0rc9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - version: 3.3.4.0rc9 -- category: main - dependencies: - make-it-sync: '*' - hash: - sha256: 29c52aa1ec89bc10f6846a30f75e8da178cdd4cf494b02bf841ca441e8d194f8 - manager: pip - name: func-adl - optional: false - platform: linux-64 - source: null - url: https://files.pythonhosted.org/packages/f0/1e/7ef1dfaccb21104383fc18c21da3490f8a661149d38169db7128c70755b3/func_adl-3.0-py3-none-any.whl - version: '3.0' -version: 1 \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/requirements.lock b/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/requirements.lock deleted file mode 100644 index 4a587904..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/requirements.lock +++ /dev/null @@ -1,1316 +0,0 @@ -# -# This file is autogenerated by pip-compile with python 3.8 -# To update, run: -# -# pip-compile --extra-index-url=https://download.pytorch.org/whl/cpu/ --extra-index-url=https://google-coral.github.io/py-repo/ --generate-hashes --output-file=_requirements.lock requirements.txt -# ---extra-index-url https://download.pytorch.org/whl/cpu/ ---extra-index-url https://google-coral.github.io/py-repo/ - -aiohttp==3.8.3 \ - --hash=sha256:02f9a2c72fc95d59b881cf38a4b2be9381b9527f9d328771e90f72ac76f31ad8 \ - --hash=sha256:059a91e88f2c00fe40aed9031b3606c3f311414f86a90d696dd982e7aec48142 \ - --hash=sha256:05a3c31c6d7cd08c149e50dc7aa2568317f5844acd745621983380597f027a18 \ - --hash=sha256:08c78317e950e0762c2983f4dd58dc5e6c9ff75c8a0efeae299d363d439c8e34 \ - --hash=sha256:09e28f572b21642128ef31f4e8372adb6888846f32fecb288c8b0457597ba61a \ - --hash=sha256:0d2c6d8c6872df4a6ec37d2ede71eff62395b9e337b4e18efd2177de883a5033 \ - --hash=sha256:16c121ba0b1ec2b44b73e3a8a171c4f999b33929cd2397124a8c7fcfc8cd9e06 \ - --hash=sha256:1d90043c1882067f1bd26196d5d2db9aa6d268def3293ed5fb317e13c9413ea4 \ - --hash=sha256:1e56b9cafcd6531bab5d9b2e890bb4937f4165109fe98e2b98ef0dcfcb06ee9d \ - --hash=sha256:20acae4f268317bb975671e375493dbdbc67cddb5f6c71eebdb85b34444ac46b \ - --hash=sha256:21b30885a63c3f4ff5b77a5d6caf008b037cb521a5f33eab445dc566f6d092cc \ - --hash=sha256:21d69797eb951f155026651f7e9362877334508d39c2fc37bd04ff55b2007091 \ - --hash=sha256:256deb4b29fe5e47893fa32e1de2d73c3afe7407738bd3c63829874661d4822d \ - --hash=sha256:25892c92bee6d9449ffac82c2fe257f3a6f297792cdb18ad784737d61e7a9a85 \ - --hash=sha256:2ca9af5f8f5812d475c5259393f52d712f6d5f0d7fdad9acdb1107dd9e3cb7eb \ - --hash=sha256:2d252771fc85e0cf8da0b823157962d70639e63cb9b578b1dec9868dd1f4f937 \ - --hash=sha256:2dea10edfa1a54098703cb7acaa665c07b4e7568472a47f4e64e6319d3821ccf \ - --hash=sha256:2df5f139233060578d8c2c975128fb231a89ca0a462b35d4b5fcf7c501ebdbe1 \ - --hash=sha256:2feebbb6074cdbd1ac276dbd737b40e890a1361b3cc30b74ac2f5e24aab41f7b \ - --hash=sha256:309aa21c1d54b8ef0723181d430347d7452daaff93e8e2363db8e75c72c2fb2d \ - --hash=sha256:3828fb41b7203176b82fe5d699e0d845435f2374750a44b480ea6b930f6be269 \ - --hash=sha256:398701865e7a9565d49189f6c90868efaca21be65c725fc87fc305906be915da \ - --hash=sha256:43046a319664a04b146f81b40e1545d4c8ac7b7dd04c47e40bf09f65f2437346 \ - --hash=sha256:437399385f2abcd634865705bdc180c8314124b98299d54fe1d4c8990f2f9494 \ - --hash=sha256:45d88b016c849d74ebc6f2b6e8bc17cabf26e7e40c0661ddd8fae4c00f015697 \ - --hash=sha256:47841407cc89a4b80b0c52276f3cc8138bbbfba4b179ee3acbd7d77ae33f7ac4 \ - --hash=sha256:4a4fbc769ea9b6bd97f4ad0b430a6807f92f0e5eb020f1e42ece59f3ecfc4585 \ - --hash=sha256:4ab94426ddb1ecc6a0b601d832d5d9d421820989b8caa929114811369673235c \ - --hash=sha256:4b0f30372cef3fdc262f33d06e7b411cd59058ce9174ef159ad938c4a34a89da \ - --hash=sha256:4e3a23ec214e95c9fe85a58470b660efe6534b83e6cbe38b3ed52b053d7cb6ad \ - --hash=sha256:512bd5ab136b8dc0ffe3fdf2dfb0c4b4f49c8577f6cae55dca862cd37a4564e2 \ - --hash=sha256:527b3b87b24844ea7865284aabfab08eb0faf599b385b03c2aa91fc6edd6e4b6 \ - --hash=sha256:54d107c89a3ebcd13228278d68f1436d3f33f2dd2af5415e3feaeb1156e1a62c \ - --hash=sha256:5835f258ca9f7c455493a57ee707b76d2d9634d84d5d7f62e77be984ea80b849 \ - --hash=sha256:598adde339d2cf7d67beaccda3f2ce7c57b3b412702f29c946708f69cf8222aa \ - --hash=sha256:599418aaaf88a6d02a8c515e656f6faf3d10618d3dd95866eb4436520096c84b \ - --hash=sha256:5bf651afd22d5f0c4be16cf39d0482ea494f5c88f03e75e5fef3a85177fecdeb \ - --hash=sha256:5c59fcd80b9049b49acd29bd3598cada4afc8d8d69bd4160cd613246912535d7 \ - --hash=sha256:653acc3880459f82a65e27bd6526e47ddf19e643457d36a2250b85b41a564715 \ - --hash=sha256:66bd5f950344fb2b3dbdd421aaa4e84f4411a1a13fca3aeb2bcbe667f80c9f76 \ - --hash=sha256:6f3553510abdbec67c043ca85727396ceed1272eef029b050677046d3387be8d \ - --hash=sha256:7018ecc5fe97027214556afbc7c502fbd718d0740e87eb1217b17efd05b3d276 \ - --hash=sha256:713d22cd9643ba9025d33c4af43943c7a1eb8547729228de18d3e02e278472b6 \ - --hash=sha256:73a4131962e6d91109bca6536416aa067cf6c4efb871975df734f8d2fd821b37 \ - --hash=sha256:75880ed07be39beff1881d81e4a907cafb802f306efd6d2d15f2b3c69935f6fb \ - --hash=sha256:75e14eac916f024305db517e00a9252714fce0abcb10ad327fb6dcdc0d060f1d \ - --hash=sha256:8135fa153a20d82ffb64f70a1b5c2738684afa197839b34cc3e3c72fa88d302c \ - --hash=sha256:84b14f36e85295fe69c6b9789b51a0903b774046d5f7df538176516c3e422446 \ - --hash=sha256:86fc24e58ecb32aee09f864cb11bb91bc4c1086615001647dbfc4dc8c32f4008 \ - --hash=sha256:87f44875f2804bc0511a69ce44a9595d5944837a62caecc8490bbdb0e18b1342 \ - --hash=sha256:88c70ed9da9963d5496d38320160e8eb7e5f1886f9290475a881db12f351ab5d \ - --hash=sha256:88e5be56c231981428f4f506c68b6a46fa25c4123a2e86d156c58a8369d31ab7 \ - --hash=sha256:89d2e02167fa95172c017732ed7725bc8523c598757f08d13c5acca308e1a061 \ - --hash=sha256:8d6aaa4e7155afaf994d7924eb290abbe81a6905b303d8cb61310a2aba1c68ba \ - --hash=sha256:92a2964319d359f494f16011e23434f6f8ef0434acd3cf154a6b7bec511e2fb7 \ - --hash=sha256:96372fc29471646b9b106ee918c8eeb4cca423fcbf9a34daa1b93767a88a2290 \ - --hash=sha256:978b046ca728073070e9abc074b6299ebf3501e8dee5e26efacb13cec2b2dea0 \ - --hash=sha256:9c7149272fb5834fc186328e2c1fa01dda3e1fa940ce18fded6d412e8f2cf76d \ - --hash=sha256:a0239da9fbafd9ff82fd67c16704a7d1bccf0d107a300e790587ad05547681c8 \ - --hash=sha256:ad5383a67514e8e76906a06741febd9126fc7c7ff0f599d6fcce3e82b80d026f \ - --hash=sha256:ad61a9639792fd790523ba072c0555cd6be5a0baf03a49a5dd8cfcf20d56df48 \ - --hash=sha256:b29bfd650ed8e148f9c515474a6ef0ba1090b7a8faeee26b74a8ff3b33617502 \ - --hash=sha256:b97decbb3372d4b69e4d4c8117f44632551c692bb1361b356a02b97b69e18a62 \ - --hash=sha256:ba71c9b4dcbb16212f334126cc3d8beb6af377f6703d9dc2d9fb3874fd667ee9 \ - --hash=sha256:c37c5cce780349d4d51739ae682dec63573847a2a8dcb44381b174c3d9c8d403 \ - --hash=sha256:c971bf3786b5fad82ce5ad570dc6ee420f5b12527157929e830f51c55dc8af77 \ - --hash=sha256:d1fde0f44029e02d02d3993ad55ce93ead9bb9b15c6b7ccd580f90bd7e3de476 \ - --hash=sha256:d24b8bb40d5c61ef2d9b6a8f4528c2f17f1c5d2d31fed62ec860f6006142e83e \ - --hash=sha256:d5ba88df9aa5e2f806650fcbeedbe4f6e8736e92fc0e73b0400538fd25a4dd96 \ - --hash=sha256:d6f76310355e9fae637c3162936e9504b4767d5c52ca268331e2756e54fd4ca5 \ - --hash=sha256:d737fc67b9a970f3234754974531dc9afeea11c70791dcb7db53b0cf81b79784 \ - --hash=sha256:da22885266bbfb3f78218dc40205fed2671909fbd0720aedba39b4515c038091 \ - --hash=sha256:da37dcfbf4b7f45d80ee386a5f81122501ec75672f475da34784196690762f4b \ - --hash=sha256:db19d60d846283ee275d0416e2a23493f4e6b6028825b51290ac05afc87a6f97 \ - --hash=sha256:db4c979b0b3e0fa7e9e69ecd11b2b3174c6963cebadeecfb7ad24532ffcdd11a \ - --hash=sha256:e164e0a98e92d06da343d17d4e9c4da4654f4a4588a20d6c73548a29f176abe2 \ - --hash=sha256:e168a7560b7c61342ae0412997b069753f27ac4862ec7867eff74f0fe4ea2ad9 \ - --hash=sha256:e381581b37db1db7597b62a2e6b8b57c3deec95d93b6d6407c5b61ddc98aca6d \ - --hash=sha256:e65bc19919c910127c06759a63747ebe14f386cda573d95bcc62b427ca1afc73 \ - --hash=sha256:e7b8813be97cab8cb52b1375f41f8e6804f6507fe4660152e8ca5c48f0436017 \ - --hash=sha256:e8a78079d9a39ca9ca99a8b0ac2fdc0c4d25fc80c8a8a82e5c8211509c523363 \ - --hash=sha256:ebf909ea0a3fc9596e40d55d8000702a85e27fd578ff41a5500f68f20fd32e6c \ - --hash=sha256:ec40170327d4a404b0d91855d41bfe1fe4b699222b2b93e3d833a27330a87a6d \ - --hash=sha256:f178d2aadf0166be4df834c4953da2d7eef24719e8aec9a65289483eeea9d618 \ - --hash=sha256:f88df3a83cf9df566f171adba39d5bd52814ac0b94778d2448652fc77f9eb491 \ - --hash=sha256:f973157ffeab5459eefe7b97a804987876dd0a55570b8fa56b4e1954bf11329b \ - --hash=sha256:ff25f48fc8e623d95eca0670b8cc1469a83783c924a602e0fbd47363bb54aaca - # via - # servicex - # tritonclient -aiosignal==1.3.1 \ - --hash=sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc \ - --hash=sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17 - # via aiohttp -async-timeout==4.0.2 \ - --hash=sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15 \ - --hash=sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c - # via aiohttp -attrs==22.1.0 \ - --hash=sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6 \ - --hash=sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c - # via aiohttp -awkward==1.10.2 \ - --hash=sha256:0298d1af66bbfbf2c9f8515d97df5fd930a30c42fcbd165a7eabb6effdba95b3 \ - --hash=sha256:06c4c3444a863c166a67a617063720c8d7acabef0529522b37788fdb9ce7f8b1 \ - --hash=sha256:0ecdf5d1394f3bb8fdc18724a5d0c1f7868494426e776fce4408dc8ceeaa08c5 \ - --hash=sha256:10d9d7bf901537ea4671aaf061d78bee206e7f89b97656b0986eccd9b0601f51 \ - --hash=sha256:19bbe1b333ebe1432cfedd37101bf7244a251afa2fb9e192b794c023e31195a1 \ - --hash=sha256:1c0976175ad3782b777116f1625c541fbe3b4e2ab0168541f42a97d3bb19a1d4 \ - --hash=sha256:25c5013fbf4a7fea0baf7a6b59bcdb2d18df6845d3c8ae689cfc94db57ee2763 \ - --hash=sha256:2d0de599dc76f4937cdeff291bd5a7caad9920e5f0acf418e825e3876c075b1b \ - --hash=sha256:2fcc1bb81c66fb07cd6b5c8a954b64122fa586b52ff3b8fad340e2344184527e \ - --hash=sha256:303bc0919f0932db3e78a9254c17fcdeb125e4be65cd894b40dfbc3bfddfc054 \ - --hash=sha256:32b0f997047eb1355d782a2921f3198c0ebe9011b16ef73fb20171d4255c95ab \ - --hash=sha256:32f7e53a630cbf57439b9ee9749a72d7f5ed905425f59b279b5eb27ee600cb99 \ - --hash=sha256:337aa0b7787115786cfd2e8622921bc9ac6cf75413e25974c6f8237b19fdf18c \ - --hash=sha256:373987a502f27c6c43489debbbfd9eca09d1c0b08fd6798a4e0f024afb13efcd \ - --hash=sha256:470acc695ee6561a53f70c8d812b54908c773d02fa82c5077e32797e98e92646 \ - --hash=sha256:556755fd6a27fae07d3519ef7c927fa0b79ac1300be45b6da23027955fccf690 \ - --hash=sha256:5a80eb981bbed4cc91ef768cc207a476906bacb7842b8b74ff5a66110dd858a3 \ - --hash=sha256:5cc4e94e06caad96f62ac15fee88cf758b8addb883e9fa6442a4e902eb7aae20 \ - --hash=sha256:5e50b4e9a0750485acea62401dd4481f51fb2b7cc71c8d71835fcc5847d535bf \ - --hash=sha256:67323e8940f0355192a6e132bcfb98993cba0349be3e0fc7f9254fcde90936f2 \ - --hash=sha256:6bb938bdb5a530aff7569dd0999dcc373a22d09a42d2efef595055be22ed1d02 \ - --hash=sha256:6ddde3c5572ac857ffb7979de8d134cd598a25c3d54f986ff3c8fd7976af1979 \ - --hash=sha256:73fc4fdd757117df143dc7a1fdd895d9f060f525f6cd40953fe2b360657b61bf \ - --hash=sha256:7bfbab198533de585a58b47d741d3b0446412beeb27cf74aa1d79d6719aa94cf \ - --hash=sha256:7d6fe944ee8f14e4111430c384aeef9046bb4a054af6985bd4e1e97632649f3f \ - --hash=sha256:84d453b178117f121ddeb68eac652bdaafdc66aeb2ea1797705ab8df24c7b917 \ - --hash=sha256:886eefc96462ea58ae74a48bb3ac23e2f003f6295f8dd7a73ebe1c633807faf5 \ - --hash=sha256:98923e39a4c45e4184b2337dfc9dcef42c3a12d27eb4caf2b91a9718a7b1c5bc \ - --hash=sha256:9db335cbf1a42b62d47da2de6d1fb70d52c4e4ebbb67ca650157ac55589014cf \ - --hash=sha256:9eab8962580375b0dcb6e83d4e8fe898b28680438958f838cfc5da6ca794baa0 \ - --hash=sha256:a0caaf1064c5098bc04914300e02cc74672ffce1cc77594e73935720462760e7 \ - --hash=sha256:a28afbfc6f46c1ea029a58c9c3a9661088ad84bdebc3c98ce967d14ac39dc601 \ - --hash=sha256:a7d9cb735d745c46ea3cdbf38d0cb830e15f85ebdf24a1b85fe4dd36cfa92617 \ - --hash=sha256:ae1c3026a8f19aa8afeff776629fd137ee21bc4523ab3ee2a43c9c4f6a2fab81 \ - --hash=sha256:bffd1d98e1a93ec703bd4a08ec62c8f5905dc8343c148e3848f62b1af925aa95 \ - --hash=sha256:c3b17000dd61c1b484ec1b9da12e8c93f7d0e9e660312cf62c6b376b73f64d60 \ - --hash=sha256:c48e82b604f76634e6b5181bd8877c9711f0c91a46a0df77f8bdfac1a41fa37b \ - --hash=sha256:d938ab75f5a5f9c2b5e556731e414ea08f18cfb8fc4680561ecf7c5dc9063616 \ - --hash=sha256:d94872c76d4e2cd4679dc3e20b5afdcfad85cbc29b079b32b722ceb320e92ddb \ - --hash=sha256:e1d746e652a38ed41570d9df164e84a297800ebf1d1b856f7de8292aae1bfa2d \ - --hash=sha256:e3bda85028b95ae726fffc9f469df8ca732c4f237bfdbca2ab07feaeac43bd3c \ - --hash=sha256:e619b1473455d2adc6fd9b102d9e5beef9cd6f5f3f5e3d5a9029ef3f2fc3332f \ - --hash=sha256:ea8d2bee6f5b032a1b701bc551ca5d4c891e728092bd848be4e2ac7a20af37cd \ - --hash=sha256:ffa5117294479cb47a4c2042413e45472854842bd9dbaaa639f40f61c4713695 - # via - # fastjet - # servicex -backoff==2.2.1 \ - --hash=sha256:03f829f5bb1923180821643f8753b0502c3b682293992485b0eef2807afa5cba \ - --hash=sha256:63579f9a0628e06278f7e47b7d7d5b6ce20dc65c5e96a6f3ca99a6adca0396e8 - # via - # servicex - # servicex-databinder -brotli==1.0.9 \ - --hash=sha256:12effe280b8ebfd389022aa65114e30407540ccb89b177d3fbc9a4f177c4bd5d \ - --hash=sha256:160c78292e98d21e73a4cc7f76a234390e516afcd982fa17e1422f7c6a9ce9c8 \ - --hash=sha256:16d528a45c2e1909c2798f27f7bf0a3feec1dc9e50948e738b961618e38b6a7b \ - --hash=sha256:19598ecddd8a212aedb1ffa15763dd52a388518c4550e615aed88dc3753c0f0c \ - --hash=sha256:1c48472a6ba3b113452355b9af0a60da5c2ae60477f8feda8346f8fd48e3e87c \ - --hash=sha256:268fe94547ba25b58ebc724680609c8ee3e5a843202e9a381f6f9c5e8bdb5c70 \ - --hash=sha256:269a5743a393c65db46a7bb982644c67ecba4b8d91b392403ad8a861ba6f495f \ - --hash=sha256:26d168aac4aaec9a4394221240e8a5436b5634adc3cd1cdf637f6645cecbf181 \ - --hash=sha256:29d1d350178e5225397e28ea1b7aca3648fcbab546d20e7475805437bfb0a130 \ - --hash=sha256:2aad0e0baa04517741c9bb5b07586c642302e5fb3e75319cb62087bd0995ab19 \ - --hash=sha256:3496fc835370da351d37cada4cf744039616a6db7d13c430035e901443a34daa \ - --hash=sha256:35a3edbe18e876e596553c4007a087f8bcfd538f19bc116917b3c7522fca0429 \ - --hash=sha256:3b78a24b5fd13c03ee2b7b86290ed20efdc95da75a3557cc06811764d5ad1126 \ - --hash=sha256:40d15c79f42e0a2c72892bf407979febd9cf91f36f495ffb333d1d04cebb34e4 \ - --hash=sha256:44bb8ff420c1d19d91d79d8c3574b8954288bdff0273bf788954064d260d7ab0 \ - --hash=sha256:4688c1e42968ba52e57d8670ad2306fe92e0169c6f3af0089be75bbac0c64a3b \ - --hash=sha256:495ba7e49c2db22b046a53b469bbecea802efce200dffb69b93dd47397edc9b6 \ - --hash=sha256:4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438 \ - --hash=sha256:503fa6af7da9f4b5780bb7e4cbe0c639b010f12be85d02c99452825dd0feef3f \ - --hash=sha256:56d027eace784738457437df7331965473f2c0da2c70e1a1f6fdbae5402e0389 \ - --hash=sha256:5913a1177fc36e30fcf6dc868ce23b0453952c78c04c266d3149b3d39e1410d6 \ - --hash=sha256:5b6ef7d9f9c38292df3690fe3e302b5b530999fa90014853dcd0d6902fb59f26 \ - --hash=sha256:5cb1e18167792d7d21e21365d7650b72d5081ed476123ff7b8cac7f45189c0c7 \ - --hash=sha256:61a7ee1f13ab913897dac7da44a73c6d44d48a4adff42a5701e3239791c96e14 \ - --hash=sha256:622a231b08899c864eb87e85f81c75e7b9ce05b001e59bbfbf43d4a71f5f32b2 \ - --hash=sha256:68715970f16b6e92c574c30747c95cf8cf62804569647386ff032195dc89a430 \ - --hash=sha256:6b2ae9f5f67f89aade1fab0f7fd8f2832501311c363a21579d02defa844d9296 \ - --hash=sha256:6c772d6c0a79ac0f414a9f8947cc407e119b8598de7621f39cacadae3cf57d12 \ - --hash=sha256:6d847b14f7ea89f6ad3c9e3901d1bc4835f6b390a9c71df999b0162d9bb1e20f \ - --hash=sha256:76ffebb907bec09ff511bb3acc077695e2c32bc2142819491579a695f77ffd4d \ - --hash=sha256:7bbff90b63328013e1e8cb50650ae0b9bac54ffb4be6104378490193cd60f85a \ - --hash=sha256:7cb81373984cc0e4682f31bc3d6be9026006d96eecd07ea49aafb06897746452 \ - --hash=sha256:7ee83d3e3a024a9618e5be64648d6d11c37047ac48adff25f12fa4226cf23d1c \ - --hash=sha256:854c33dad5ba0fbd6ab69185fec8dab89e13cda6b7d191ba111987df74f38761 \ - --hash=sha256:85f7912459c67eaab2fb854ed2bc1cc25772b300545fe7ed2dc03954da638649 \ - --hash=sha256:87fdccbb6bb589095f413b1e05734ba492c962b4a45a13ff3408fa44ffe6479b \ - --hash=sha256:88c63a1b55f352b02c6ffd24b15ead9fc0e8bf781dbe070213039324922a2eea \ - --hash=sha256:8a674ac10e0a87b683f4fa2b6fa41090edfd686a6524bd8dedbd6138b309175c \ - --hash=sha256:93130612b837103e15ac3f9cbacb4613f9e348b58b3aad53721d92e57f96d46a \ - --hash=sha256:9744a863b489c79a73aba014df554b0e7a0fc44ef3f8a0ef2a52919c7d155031 \ - --hash=sha256:9749a124280a0ada4187a6cfd1ffd35c350fb3af79c706589d98e088c5044267 \ - --hash=sha256:97f715cf371b16ac88b8c19da00029804e20e25f30d80203417255d239f228b5 \ - --hash=sha256:9bf919756d25e4114ace16a8ce91eb340eb57a08e2c6950c3cebcbe3dff2a5e7 \ - --hash=sha256:9d12cf2851759b8de8ca5fde36a59c08210a97ffca0eb94c532ce7b17c6a3d1d \ - --hash=sha256:9ed4c92a0665002ff8ea852353aeb60d9141eb04109e88928026d3c8a9e5433c \ - --hash=sha256:a72661af47119a80d82fa583b554095308d6a4c356b2a554fdc2799bc19f2a43 \ - --hash=sha256:afde17ae04d90fbe53afb628f7f2d4ca022797aa093e809de5c3cf276f61bbfa \ - --hash=sha256:b336c5e9cf03c7be40c47b5fd694c43c9f1358a80ba384a21969e0b4e66a9b17 \ - --hash=sha256:b663f1e02de5d0573610756398e44c130add0eb9a3fc912a09665332942a2efb \ - --hash=sha256:b83bb06a0192cccf1eb8d0a28672a1b79c74c3a8a5f2619625aeb6f28b3a82bb \ - --hash=sha256:c2415d9d082152460f2bd4e382a1e85aed233abc92db5a3880da2257dc7daf7b \ - --hash=sha256:c83aa123d56f2e060644427a882a36b3c12db93727ad7a7b9efd7d7f3e9cc2c4 \ - --hash=sha256:cfc391f4429ee0a9370aa93d812a52e1fee0f37a81861f4fdd1f4fb28e8547c3 \ - --hash=sha256:db844eb158a87ccab83e868a762ea8024ae27337fc7ddcbfcddd157f841fdfe7 \ - --hash=sha256:defed7ea5f218a9f2336301e6fd379f55c655bea65ba2476346340a0ce6f74a1 \ - --hash=sha256:e16eb9541f3dd1a3e92b89005e37b1257b157b7256df0e36bd7b33b50be73bcb \ - --hash=sha256:e23281b9a08ec338469268f98f194658abfb13658ee98e2b7f85ee9dd06caa91 \ - --hash=sha256:e2d9e1cbc1b25e22000328702b014227737756f4b5bf5c485ac1d8091ada078b \ - --hash=sha256:e48f4234f2469ed012a98f4b7874e7f7e173c167bed4934912a29e03167cf6b1 \ - --hash=sha256:e4c4e92c14a57c9bd4cb4be678c25369bf7a092d55fd0866f759e425b9660806 \ - --hash=sha256:ec1947eabbaf8e0531e8e899fc1d9876c179fc518989461f5d24e2223395a9e3 \ - --hash=sha256:f909bbbc433048b499cb9db9e713b5d8d949e8c109a2a548502fb9aa8630f0b1 - # via geventhttpclient -cachetools==5.2.0 \ - --hash=sha256:6a94c6402995a99c3970cc7e4884bb60b4a8639938157eeed436098bf9831757 \ - --hash=sha256:f9f17d2aec496a9aa6b76f53e3b614c965223c061982d434d160f930c698a9db - # via google-auth -certifi==2022.9.24 \ - --hash=sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14 \ - --hash=sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382 - # via - # geventhttpclient - # minio - # requests -charset-normalizer==2.1.1 \ - --hash=sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845 \ - --hash=sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f - # via - # aiohttp - # requests -coloredlogs==15.0.1 \ - --hash=sha256:612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934 \ - --hash=sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0 - # via onnxruntime -configparser==5.3.0 \ - --hash=sha256:8be267824b541c09b08db124917f48ab525a6c3e837011f3130781a224c57090 \ - --hash=sha256:b065779fd93c6bf4cee42202fa4351b4bb842e96a3fb469440e484517a49b9fa - # via minio -confuse==1.3.0 \ - --hash=sha256:0600af9544e6e82a01e6a4225fb33c566edbd0df919b576e3bc9643e501275f9 \ - --hash=sha256:f68a1c61fdb175b88e7a1466277c5b62bd039b722c1bbb72d42df24253d32b1f - # via servicex -fastjet==3.4.0.1 \ - --hash=sha256:2f930f6f700e6c0abef13cd1cef6dde0af13a7e756e3f01b202e569f1ebc487a \ - --hash=sha256:40027c706174110e68299ccb874f158cad8cf0a78669b21ac556ab1c911228a1 \ - --hash=sha256:44b0ef5f557489bb8a3017c2cc10ff2f57d684046e440c814afe33bbed5423e3 \ - --hash=sha256:b7f53437a14a5a6d6e65c51cee1e3b0fe2b8f32de11e183c9879806cdf030b95 \ - --hash=sha256:bcc0a2ee90a0224ec7dfe9686a19e3819c5b7b1db210b0ee6d010b5939cceecc \ - --hash=sha256:fd9fdb060dd95dcfa6b5cc52e15ddc744b0b5b582fc74650b7f4b754f807561c - # via -r requirements.txt -flatbuffers==22.10.26 \ - --hash=sha256:8698aaa635ca8cf805c7d8414d4a4a8ecbffadca0325fa60551cb3ca78612356 \ - --hash=sha256:e36d5ba7a5e9483ff0ec1d238fdc3011c866aab7f8ce77d5e9d445ac12071d84 - # via onnxruntime -frozenlist==1.3.3 \ - --hash=sha256:008a054b75d77c995ea26629ab3a0c0d7281341f2fa7e1e85fa6153ae29ae99c \ - --hash=sha256:02c9ac843e3390826a265e331105efeab489ffaf4dd86384595ee8ce6d35ae7f \ - --hash=sha256:034a5c08d36649591be1cbb10e09da9f531034acfe29275fc5454a3b101ce41a \ - --hash=sha256:05cdb16d09a0832eedf770cb7bd1fe57d8cf4eaf5aced29c4e41e3f20b30a784 \ - --hash=sha256:0693c609e9742c66ba4870bcee1ad5ff35462d5ffec18710b4ac89337ff16e27 \ - --hash=sha256:0771aed7f596c7d73444c847a1c16288937ef988dc04fb9f7be4b2aa91db609d \ - --hash=sha256:0af2e7c87d35b38732e810befb9d797a99279cbb85374d42ea61c1e9d23094b3 \ - --hash=sha256:14143ae966a6229350021384870458e4777d1eae4c28d1a7aa47f24d030e6678 \ - --hash=sha256:180c00c66bde6146a860cbb81b54ee0df350d2daf13ca85b275123bbf85de18a \ - --hash=sha256:1841e200fdafc3d51f974d9d377c079a0694a8f06de2e67b48150328d66d5483 \ - --hash=sha256:23d16d9f477bb55b6154654e0e74557040575d9d19fe78a161bd33d7d76808e8 \ - --hash=sha256:2b07ae0c1edaa0a36339ec6cce700f51b14a3fc6545fdd32930d2c83917332cf \ - --hash=sha256:2c926450857408e42f0bbc295e84395722ce74bae69a3b2aa2a65fe22cb14b99 \ - --hash=sha256:2e24900aa13212e75e5b366cb9065e78bbf3893d4baab6052d1aca10d46d944c \ - --hash=sha256:303e04d422e9b911a09ad499b0368dc551e8c3cd15293c99160c7f1f07b59a48 \ - --hash=sha256:352bd4c8c72d508778cf05ab491f6ef36149f4d0cb3c56b1b4302852255d05d5 \ - --hash=sha256:3843f84a6c465a36559161e6c59dce2f2ac10943040c2fd021cfb70d58c4ad56 \ - --hash=sha256:394c9c242113bfb4b9aa36e2b80a05ffa163a30691c7b5a29eba82e937895d5e \ - --hash=sha256:3bbdf44855ed8f0fbcd102ef05ec3012d6a4fd7c7562403f76ce6a52aeffb2b1 \ - --hash=sha256:40de71985e9042ca00b7953c4f41eabc3dc514a2d1ff534027f091bc74416401 \ - --hash=sha256:41fe21dc74ad3a779c3d73a2786bdf622ea81234bdd4faf90b8b03cad0c2c0b4 \ - --hash=sha256:47df36a9fe24054b950bbc2db630d508cca3aa27ed0566c0baf661225e52c18e \ - --hash=sha256:4ea42116ceb6bb16dbb7d526e242cb6747b08b7710d9782aa3d6732bd8d27649 \ - --hash=sha256:58bcc55721e8a90b88332d6cd441261ebb22342e238296bb330968952fbb3a6a \ - --hash=sha256:5c11e43016b9024240212d2a65043b70ed8dfd3b52678a1271972702d990ac6d \ - --hash=sha256:5cf820485f1b4c91e0417ea0afd41ce5cf5965011b3c22c400f6d144296ccbc0 \ - --hash=sha256:5d8860749e813a6f65bad8285a0520607c9500caa23fea6ee407e63debcdbef6 \ - --hash=sha256:6327eb8e419f7d9c38f333cde41b9ae348bec26d840927332f17e887a8dcb70d \ - --hash=sha256:65a5e4d3aa679610ac6e3569e865425b23b372277f89b5ef06cf2cdaf1ebf22b \ - --hash=sha256:66080ec69883597e4d026f2f71a231a1ee9887835902dbe6b6467d5a89216cf6 \ - --hash=sha256:783263a4eaad7c49983fe4b2e7b53fa9770c136c270d2d4bbb6d2192bf4d9caf \ - --hash=sha256:7f44e24fa70f6fbc74aeec3e971f60a14dde85da364aa87f15d1be94ae75aeef \ - --hash=sha256:7fdfc24dcfce5b48109867c13b4cb15e4660e7bd7661741a391f821f23dfdca7 \ - --hash=sha256:810860bb4bdce7557bc0febb84bbd88198b9dbc2022d8eebe5b3590b2ad6c842 \ - --hash=sha256:841ea19b43d438a80b4de62ac6ab21cfe6827bb8a9dc62b896acc88eaf9cecba \ - --hash=sha256:84610c1502b2461255b4c9b7d5e9c48052601a8957cd0aea6ec7a7a1e1fb9420 \ - --hash=sha256:899c5e1928eec13fd6f6d8dc51be23f0d09c5281e40d9cf4273d188d9feeaf9b \ - --hash=sha256:8bae29d60768bfa8fb92244b74502b18fae55a80eac13c88eb0b496d4268fd2d \ - --hash=sha256:8df3de3a9ab8325f94f646609a66cbeeede263910c5c0de0101079ad541af332 \ - --hash=sha256:8fa3c6e3305aa1146b59a09b32b2e04074945ffcfb2f0931836d103a2c38f936 \ - --hash=sha256:924620eef691990dfb56dc4709f280f40baee568c794b5c1885800c3ecc69816 \ - --hash=sha256:9309869032abb23d196cb4e4db574232abe8b8be1339026f489eeb34a4acfd91 \ - --hash=sha256:9545a33965d0d377b0bc823dcabf26980e77f1b6a7caa368a365a9497fb09420 \ - --hash=sha256:9ac5995f2b408017b0be26d4a1d7c61bce106ff3d9e3324374d66b5964325448 \ - --hash=sha256:9bbbcedd75acdfecf2159663b87f1bb5cfc80e7cd99f7ddd9d66eb98b14a8411 \ - --hash=sha256:a4ae8135b11652b08a8baf07631d3ebfe65a4c87909dbef5fa0cdde440444ee4 \ - --hash=sha256:a6394d7dadd3cfe3f4b3b186e54d5d8504d44f2d58dcc89d693698e8b7132b32 \ - --hash=sha256:a97b4fe50b5890d36300820abd305694cb865ddb7885049587a5678215782a6b \ - --hash=sha256:ae4dc05c465a08a866b7a1baf360747078b362e6a6dbeb0c57f234db0ef88ae0 \ - --hash=sha256:b1c63e8d377d039ac769cd0926558bb7068a1f7abb0f003e3717ee003ad85530 \ - --hash=sha256:b1e2c1185858d7e10ff045c496bbf90ae752c28b365fef2c09cf0fa309291669 \ - --hash=sha256:b4395e2f8d83fbe0c627b2b696acce67868793d7d9750e90e39592b3626691b7 \ - --hash=sha256:b756072364347cb6aa5b60f9bc18e94b2f79632de3b0190253ad770c5df17db1 \ - --hash=sha256:ba64dc2b3b7b158c6660d49cdb1d872d1d0bf4e42043ad8d5006099479a194e5 \ - --hash=sha256:bed331fe18f58d844d39ceb398b77d6ac0b010d571cba8267c2e7165806b00ce \ - --hash=sha256:c188512b43542b1e91cadc3c6c915a82a5eb95929134faf7fd109f14f9892ce4 \ - --hash=sha256:c21b9aa40e08e4f63a2f92ff3748e6b6c84d717d033c7b3438dd3123ee18f70e \ - --hash=sha256:ca713d4af15bae6e5d79b15c10c8522859a9a89d3b361a50b817c98c2fb402a2 \ - --hash=sha256:cd4210baef299717db0a600d7a3cac81d46ef0e007f88c9335db79f8979c0d3d \ - --hash=sha256:cfe33efc9cb900a4c46f91a5ceba26d6df370ffddd9ca386eb1d4f0ad97b9ea9 \ - --hash=sha256:d5cd3ab21acbdb414bb6c31958d7b06b85eeb40f66463c264a9b343a4e238642 \ - --hash=sha256:dfbac4c2dfcc082fcf8d942d1e49b6aa0766c19d3358bd86e2000bf0fa4a9cf0 \ - --hash=sha256:e235688f42b36be2b6b06fc37ac2126a73b75fb8d6bc66dd632aa35286238703 \ - --hash=sha256:eb82dbba47a8318e75f679690190c10a5e1f447fbf9df41cbc4c3afd726d88cb \ - --hash=sha256:ebb86518203e12e96af765ee89034a1dbb0c3c65052d1b0c19bbbd6af8a145e1 \ - --hash=sha256:ee78feb9d293c323b59a6f2dd441b63339a30edf35abcb51187d2fc26e696d13 \ - --hash=sha256:eedab4c310c0299961ac285591acd53dc6723a1ebd90a57207c71f6e0c2153ab \ - --hash=sha256:efa568b885bca461f7c7b9e032655c0c143d305bf01c30caf6db2854a4532b38 \ - --hash=sha256:efce6ae830831ab6a22b9b4091d411698145cb9b8fc869e1397ccf4b4b6455cb \ - --hash=sha256:f163d2fd041c630fed01bc48d28c3ed4a3b003c00acd396900e11ee5316b56bb \ - --hash=sha256:f20380df709d91525e4bee04746ba612a4df0972c1b8f8e1e8af997e678c7b81 \ - --hash=sha256:f30f1928162e189091cf4d9da2eac617bfe78ef907a761614ff577ef4edfb3c8 \ - --hash=sha256:f470c92737afa7d4c3aacc001e335062d582053d4dbe73cda126f2d7031068dd \ - --hash=sha256:ff8bf625fe85e119553b5383ba0fb6aa3d0ec2ae980295aaefa552374926b3f4 - # via - # aiohttp - # aiosignal -func-adl==3.1 \ - --hash=sha256:70d183c5d584f11cdb2c443ec7530591ccd2d2d40d0c8bb283b429fb6d1645df \ - --hash=sha256:de333a40a3289df840e3c275e28a69d8e852edc1c7a75cc174042b514978a295 - # via - # -r requirements.txt - # func-adl-servicex -func-adl-servicex==2.1 \ - --hash=sha256:3e92a1c9cd79aa7140c86b1ca65b09ac77010284afd5d40b0eeb39b8ad3c77bb \ - --hash=sha256:7311b76d5e5a624b18a93ffa3dff1b98ad9207106c409d8dab842cf2cc2a863e - # via - # -r requirements.txt - # servicex-databinder -gevent==22.10.2 \ - --hash=sha256:018f93de7d5318d2fb440f846839a4464738468c3476d5c9cf7da45bb71c18bd \ - --hash=sha256:0d581f22a5be6281b11ad6309b38b18f0638cf896931223cbaa5adb904826ef6 \ - --hash=sha256:1472012493ca1fac103f700d309cb6ef7964dcdb9c788d1768266e77712f5e49 \ - --hash=sha256:172caa66273315f283e90a315921902cb6549762bdcb0587fd60cb712a9d6263 \ - --hash=sha256:17b68f4c9e20e47ad49fe797f37f91d5bbeace8765ce2707f979a8d4ec197e4d \ - --hash=sha256:1ca01da176ee37b3527a2702f7d40dbc9ffb8cfc7be5a03bfa4f9eec45e55c46 \ - --hash=sha256:1d543c9407a1e4bca11a8932916988cfb16de00366de5bf7bc9e7a3f61e60b18 \ - --hash=sha256:1e1286a76f15b5e15f1e898731d50529e249529095a032453f2c101af3fde71c \ - --hash=sha256:1e955238f59b2947631c9782a713280dd75884e40e455313b5b6bbc20b92ff73 \ - --hash=sha256:1f001cac0ba8da76abfeb392a3057f81fab3d67cc916c7df8ea977a44a2cc989 \ - --hash=sha256:1ff3796692dff50fec2f381b9152438b221335f557c4f9b811f7ded51b7a25a1 \ - --hash=sha256:2929377c8ebfb6f4d868d161cd8de2ea6b9f6c7a5fcd4f78bcd537319c16190b \ - --hash=sha256:319d8b1699b7b8134de66d656cd739b308ab9c45ace14d60ae44de7775b456c9 \ - --hash=sha256:323b207b281ba0405fea042067fa1a61662e5ac0d574ede4ebbda03efd20c350 \ - --hash=sha256:3b7eae8a0653ba95a224faaddf629a913ace408edb67384d3117acf42d7dcf89 \ - --hash=sha256:4114f0f439f0b547bb6f1d474fee99ddb46736944ad2207cef3771828f6aa358 \ - --hash=sha256:4197d423e198265eef39a0dea286ef389da9148e070310f34455ecee8172c391 \ - --hash=sha256:494c7f29e94df9a1c3157d67bb7edfa32a46eed786e04d9ee68d39f375e30001 \ - --hash=sha256:4e2f008c82dc54ec94f4de12ca6feea60e419babb48ec145456907ae61625aa4 \ - --hash=sha256:53ee7f170ed42c7561fe8aff5d381dc9a4124694e70580d0c02fba6aafc0ea37 \ - --hash=sha256:54f4bfd74c178351a4a05c5c7df6f8a0a279ff6f392b57608ce0e83c768207f9 \ - --hash=sha256:58898dbabb5b11e4d0192aae165ad286dc6742c543e1be9d30dc82753547c508 \ - --hash=sha256:59b47e81b399d49a5622f0f503c59f1ce57b7705306ea0196818951dfc2f36c8 \ - --hash=sha256:5aa99e4882a9e909b4756ee799c6fa0f79eb0542779fad4cc60efa23ec1b2aa8 \ - --hash=sha256:6c04ee32c11e9fcee47c1b431834878dc987a7a2cc4fe126ddcae3bad723ce89 \ - --hash=sha256:84c517e33ed604fa06b7d756dc0171169cc12f7fdd68eb7b17708a62eebf4516 \ - --hash=sha256:8729129edef2637a8084258cb9ec4e4d5ca45d97ac77aa7a6ff19ccb530ab731 \ - --hash=sha256:877abdb3a669576b1d51ce6a49b7260b2a96f6b2424eb93287e779a3219d20ba \ - --hash=sha256:8c192d2073e558e241f0b592c1e2b34127a4481a5be240cad4796533b88b1a98 \ - --hash=sha256:8f2477e7b0a903a01485c55bacf2089110e5f767014967ba4b287ff390ae2638 \ - --hash=sha256:96c56c280e3c43cfd075efd10b250350ed5ffd3c1514ec99a080b1b92d7c8374 \ - --hash=sha256:97cd42382421779f5d82ec5007199e8a84aa288114975429e4fd0a98f2290f10 \ - --hash=sha256:98bc510e80f45486ef5b806a1c305e0e89f0430688c14984b0dbdec03331f48b \ - --hash=sha256:990d7069f14dc40674e0d5cb43c68fd3bad8337048613b9bb94a0c4180ffc176 \ - --hash=sha256:9d85574eb729f981fea9a78998725a06292d90a3ed50ddca74530c3148c0be41 \ - --hash=sha256:a2237451c721a0f874ef89dbb4af4fdc172b76a964befaa69deb15b8fff10f49 \ - --hash=sha256:a47a4e77e2bc668856aad92a0b8de7ee10768258d93cd03968e6c7ba2e832f76 \ - --hash=sha256:a5488eba6a568b4d23c072113da4fc0feb1b5f5ede7381656dc913e0d82204e2 \ - --hash=sha256:ae90226074a6089371a95f20288431cd4b3f6b0b096856afd862e4ac9510cddd \ - --hash=sha256:b43d500d7d3c0e03070dee813335bb5315215aa1cf6a04c61093dfdd718640b3 \ - --hash=sha256:b6c144e08dfad4106effc043a026e5d0c0eff6ad031904c70bf5090c63f3a6a7 \ - --hash=sha256:d21ad79cca234cdbfa249e727500b0ddcbc7adfff6614a96e6eaa49faca3e4f2 \ - --hash=sha256:d82081656a5b9a94d37c718c8646c757e1617e389cdc533ea5e6a6f0b8b78545 \ - --hash=sha256:da4183f0b9d9a1e25e1758099220d32c51cc2c6340ee0dea3fd236b2b37598e4 \ - --hash=sha256:db562a8519838bddad0c439a2b12246bab539dd50e299ea7ff3644274a33b6a5 \ - --hash=sha256:ddaa3e310a8f1a45b5c42cf50b54c31003a3028e7d4e085059090ea0e7a5fddd \ - --hash=sha256:ed7f16613eebf892a6a744d7a4a8f345bc6f066a0ff3b413e2479f9c0a180193 \ - --hash=sha256:efc003b6c1481165af61f0aeac248e0a9ac8d880bb3acbe469b448674b2d5281 \ - --hash=sha256:f01c9adbcb605364694b11dcd0542ec468a29ac7aba2fb5665dc6caf17ba4d7e \ - --hash=sha256:f23d0997149a816a2a9045af29c66f67f405a221745b34cefeac5769ed451db8 \ - --hash=sha256:f3329bedbba4d3146ae58c667e0f9ac1e6f1e1e6340c7593976cdc60aa7d1a47 \ - --hash=sha256:f7ed2346eb9dc4344f9cb0d7963ce5b74fe16fdd031a2809bb6c2b6eba7ebcd5 - # via geventhttpclient -geventhttpclient==2.0.2 \ - --hash=sha256:00b7b2b836294c091c53789a469c5671202d79420b5191931df4e3a767d607fa \ - --hash=sha256:01c1c783fce45f16db448d7e34864f1e9c22fe60a7780d2c1c14edbb1fb7262e \ - --hash=sha256:09acd03d0a8c1bb7d5a1cb6fcb77aaa19a907c1b4915ab58da5d283675edb0a5 \ - --hash=sha256:0e9f7283c01d970e643d89da81127869a8d94bb7a0081020dcad5b590bc007c4 \ - --hash=sha256:12d271cc53486efb3716e99855dc5cb84f2cd3fc9f3243721747bb39ec0fff8a \ - --hash=sha256:2435e0f2a60e00d977822ec4c12e7851deb7aa49a23d32d648e72c641aae3b05 \ - --hash=sha256:27049ea40e3b559eee380310272aaa9b7c19e73c1d9e51e2ec137362be2caa70 \ - --hash=sha256:28d7655d1d50bc75ece683a0ae8faf978821d4aeae358d77b59371548db07f1e \ - --hash=sha256:2ba69422d4e8670dd99803b1313ba574a4d41f52e92b512af51068c9c577bdc1 \ - --hash=sha256:2ca459cedb3827d960362e05ea3a4ae600a6d0d93de77eac2ac0f79828e5e18c \ - --hash=sha256:2f817e226c02b5a71d86de3772d6accdf250288d1e6825e426c713759830162d \ - --hash=sha256:31c7febba298ecf44838561074a3fb7a01523adca286469b5a82dcc90e8d6a07 \ - --hash=sha256:320a2c756d8a4f296de370476a1515485c186d9e22c3fc29e04f8f743a7d47bb \ - --hash=sha256:3648626ca58ea4b340e695d78e5d533e6b8be78d375edbd42ff188bc3447e095 \ - --hash=sha256:36d3345c6585b09738195a7c45d279a87ccbab0350f1cce3679d3f0dce8577a1 \ - --hash=sha256:379d90d8b1fcdda94e74d693806e0b0116c0610504e7f62d5576bac738dc66a5 \ - --hash=sha256:3a5841dd02e6f792a4ef15dbd04fefe620c831ba0b78105808160bb779a31af4 \ - --hash=sha256:3e9f2ff09706e3a64a99886d5f2595f3bf364821bc609f2865dbc3e499e21a36 \ - --hash=sha256:3ebb582a291c4c5daaac2ea115b413f4be86874baa60def44d333301cee17bd7 \ - --hash=sha256:407d54499556c2741b93691b86da93232590b013f4a0b773327d766fe3e5c0a9 \ - --hash=sha256:4f0d70a83ef4ab93102c6601477c13e9cdbc87205e5237fbf5797e30dc9d3ee8 \ - --hash=sha256:57c993c4b2bea551c4a71b75ae1e172e9f3e4352f704ff1b619a0f16aa762f76 \ - --hash=sha256:5ceb492d43a659b895794999dc40d0e7c23b1d41dd34040bbacd0dc264b57d5b \ - --hash=sha256:5d0813d97050446dab2fb243312e6c446e4ef5e9591befd597ef8f2887f8e2a8 \ - --hash=sha256:5f3326e115ec7e7ce95a5d0d47698e8f3584944c4c434a7404937d56b17136b8 \ - --hash=sha256:60b81a6d4e65db7c1a5350c9fb72ebf800b478849a7e8020d1ab93af237a3747 \ - --hash=sha256:6775bc81e25c48fa58b034444aecfa508b0c3d1bc1e4ae546cc17661be1f51aa \ - --hash=sha256:6e3af579c6b46b9caa515a8baf6a2cadeafcd1d41ad22ca5712851f074a40b47 \ - --hash=sha256:6ff7fc19f9a4fdd54a2b1c106a705ea2c679fa049685ed763051d417725bdab1 \ - --hash=sha256:716f1f72f50b841daf9c9511a01fc31a030866510a11863f27741e26e4f556a7 \ - --hash=sha256:721c3075897bfc81e918066f16ae3d1a88c7bb14eeeb831a4f89ea636474643e \ - --hash=sha256:7551b6db860b56411de1f96618e91b54f65e1a7be8d10255bd1adfb738bb6ee5 \ - --hash=sha256:777fcdb72077dfbf70516ecb9e9022246dd337b83a4c1e96f17f3ab9e15f4547 \ - --hash=sha256:77c407c2b4bea817c6f752502db4ab0e9f9465b4fb85b459d1332b5f93a3096c \ - --hash=sha256:7adaa29e5699dea54e0224d1d2d9d8869668d8ad79f5b89433ff9c46f9424a6c \ - --hash=sha256:805554594bb29231fd990cc2cbbe493d223d76a6085fec891dd76bb4e0928933 \ - --hash=sha256:8135a85200b170def7293d01dd1557931fcd1bec1ac78c52ad7cedd22368b9ba \ - --hash=sha256:81f839d6becd664d0972b488422f5dc821f8ad2f2196d53aa5e4d799a3a35a66 \ - --hash=sha256:84d7be660b6bc53dd53e3f46b3bc5d275972a8116bd183a77139bb4d9d6d9fb1 \ - --hash=sha256:852da9bb0fc792cdca5ffc9327490094783e42415494b3569e5d532615027439 \ - --hash=sha256:8770b8ab9e8c31d2aaf8a6fbc63fbb7239c58db10bb49cee191ca5c141c61542 \ - --hash=sha256:91615fed7931acd49cfe5fc30984acd5411dc1f2643b1544c879d1a537233c6d \ - --hash=sha256:94edb022fa50d576cf63f6dd0c437c1acd24a719872a5935991aaf08f8e88cb2 \ - --hash=sha256:95959c201d3151fa8f57e0f1ce184476d1173996bdde41dc7d600006023dc5be \ - --hash=sha256:96922d170ef8933f4c20036e8d70d4fbe861f54c543e32e7459ebdbaafa65a2e \ - --hash=sha256:996c5f453d810b3c592160193d6832a065cca0112e92adc74e62df0e4c564df6 \ - --hash=sha256:9be5000ba57336a90b438782117c1e43205f51f49aa9b1499a82e210e8431b11 \ - --hash=sha256:9d075355862d7726eb3436f0136fce7650c884f2d04eaae7a39fed3aad9798bc \ - --hash=sha256:a0156882c73537bbbbc7c693ae44c9808119963174078692613ffa4feea21fcf \ - --hash=sha256:a3f67e789e31c7b1ce440cd1465dcdefeca29ba6108735eac0b1a593d3a55b7f \ - --hash=sha256:a594ab319872a38fb7f16be4cfb107d3c63c43a081f2abe241834e9877f27401 \ - --hash=sha256:aa7b1a27f950d209fe223a97906fe41312dc12c92372424639b8a9b96f1adf91 \ - --hash=sha256:ad6c2fcbc3733785bd3b8c2bb43d1f605f9085b0a8b70ce354d198f37143f884 \ - --hash=sha256:b03f298ec19b8a4717cce8112fe30322c9e5bfada84dde61a1a44d1eeffc1d3c \ - --hash=sha256:b2dc94b9a23eb6744a8c729aec2b1cdc4e39acf1d8f16ea85a62810aa6b2cae5 \ - --hash=sha256:b88a10538341e33fed1682c0dd4579c655d49db5863e7456583085a1cd6bd9d4 \ - --hash=sha256:b9c0c6b75b3905000d2490dc64b4c98a8bac155efbc0ff8917ac082ae0bad261 \ - --hash=sha256:bc46d5479673dfb293ea428c057d2e23e48ebef5c5d44587cdbaada7f87553e4 \ - --hash=sha256:bcb7e061c243308d9a44b02de5298001e917f1636a9f270c10da86601fcc8dfa \ - --hash=sha256:bcf325131b0e4600b793643108cd85dddd66bbf532fd2eb498be5727ef532a1e \ - --hash=sha256:c55b7ac0ba0e1e1afbf297b7608f0b3a0bbc34fb4b0c19b7869f32a77ddc6209 \ - --hash=sha256:c58877b4440a580063571a23fbc616aed7c735c6bf9ef525c5129783df8b6966 \ - --hash=sha256:c8b7298eb1ebd015257bf4503e34f5fbbe64bd83324140f76b511046aba5a0d5 \ - --hash=sha256:cd76acdc7e7ee5c54c7b279f806b28957a6b092f79c40db34adcfd972749343c \ - --hash=sha256:d52aba2c38420b3fc518188449f1c2a46b1a99adf1c0266c68e72ee0422cd0fa \ - --hash=sha256:daff1e977fccf98f27266d3891afdc101f1d705a48331754909e960bcae83f8a \ - --hash=sha256:dbccf1ba155dea3ea99ba0e67a835c05b4303f05298e85f5bb2a46700ccdf092 \ - --hash=sha256:e707f62271a093e6e3af6f1bbd8cc398b414b8c508fe6b15505dd8e76c4409ac \ - --hash=sha256:e79304a63a9d0512f2757c5862487b332b18a9c85feebecf6ebc3526c6dd1ba2 \ - --hash=sha256:e956a457d8831dc81d6f046ab09ebeec680f9a1e9c07e25a1906e77b287918ee \ - --hash=sha256:eb23527d98f626ca7a4e8961ed9bdc6aed3388de306614c69a133b34262460f4 \ - --hash=sha256:ebb3c993903d40fd4bb1f3e55b84c62c8fc1d14433ae6d4d477dd9a325354c94 \ - --hash=sha256:ebf98db9435824cf0b80b5247be6c88b20bfafd6249f7ebaabb85297da37e380 \ - --hash=sha256:eec7c52e8eb817674a193e0124486b507215d9e86d34f2638bf9a9292d16f815 \ - --hash=sha256:ef328ee3e7dca5055b833fdf3c181647a335abf0249947b27f5df2d95390198c \ - --hash=sha256:f44153e4b3ef9b901edcd14be54145a0058bf5fa371b3e583153865fac866245 \ - --hash=sha256:fcf96e212b55b93490f3a5fcdfe7a2ef4995a0d13b7d9df398b11e319b7a86b1 \ - --hash=sha256:fe4e06313aad353b103950780b050d3958000464cc732d621ff8ea3cacbd2bc4 - # via tritonclient -google-auth==2.14.1 \ - --hash=sha256:ccaa901f31ad5cbb562615eb8b664b3dd0bf5404a67618e642307f00613eda4d \ - --hash=sha256:f5d8701633bebc12e0deea4df8abd8aff31c28b355360597f7f2ee60f2e4d016 - # via servicex -greenlet==2.0.1 \ - --hash=sha256:0109af1138afbfb8ae647e31a2b1ab030f58b21dd8528c27beaeb0093b7938a9 \ - --hash=sha256:0459d94f73265744fee4c2d5ec44c6f34aa8a31017e6e9de770f7bcf29710be9 \ - --hash=sha256:04957dc96669be041e0c260964cfef4c77287f07c40452e61abe19d647505581 \ - --hash=sha256:0722c9be0797f544a3ed212569ca3fe3d9d1a1b13942d10dd6f0e8601e484d26 \ - --hash=sha256:097e3dae69321e9100202fc62977f687454cd0ea147d0fd5a766e57450c569fd \ - --hash=sha256:0b493db84d124805865adc587532ebad30efa68f79ad68f11b336e0a51ec86c2 \ - --hash=sha256:13ba6e8e326e2116c954074c994da14954982ba2795aebb881c07ac5d093a58a \ - --hash=sha256:13ebf93c343dd8bd010cd98e617cb4c1c1f352a0cf2524c82d3814154116aa82 \ - --hash=sha256:1407fe45246632d0ffb7a3f4a520ba4e6051fc2cbd61ba1f806900c27f47706a \ - --hash=sha256:1bf633a50cc93ed17e494015897361010fc08700d92676c87931d3ea464123ce \ - --hash=sha256:2d0bac0385d2b43a7bd1d651621a4e0f1380abc63d6fb1012213a401cbd5bf8f \ - --hash=sha256:3001d00eba6bbf084ae60ec7f4bb8ed375748f53aeaefaf2a37d9f0370558524 \ - --hash=sha256:356e4519d4dfa766d50ecc498544b44c0249b6de66426041d7f8b751de4d6b48 \ - --hash=sha256:38255a3f1e8942573b067510f9611fc9e38196077b0c8eb7a8c795e105f9ce77 \ - --hash=sha256:3d75b8d013086b08e801fbbb896f7d5c9e6ccd44f13a9241d2bf7c0df9eda928 \ - --hash=sha256:41b825d65f31e394b523c84db84f9383a2f7eefc13d987f308f4663794d2687e \ - --hash=sha256:42e602564460da0e8ee67cb6d7236363ee5e131aa15943b6670e44e5c2ed0f67 \ - --hash=sha256:4aeaebcd91d9fee9aa768c1b39cb12214b30bf36d2b7370505a9f2165fedd8d9 \ - --hash=sha256:4c8b1c43e75c42a6cafcc71defa9e01ead39ae80bd733a2608b297412beede68 \ - --hash=sha256:4d37990425b4687ade27810e3b1a1c37825d242ebc275066cfee8cb6b8829ccd \ - --hash=sha256:4f09b0010e55bec3239278f642a8a506b91034f03a4fb28289a7d448a67f1515 \ - --hash=sha256:505138d4fa69462447a562a7c2ef723c6025ba12ac04478bc1ce2fcc279a2db5 \ - --hash=sha256:5067920de254f1a2dee8d3d9d7e4e03718e8fd2d2d9db962c8c9fa781ae82a39 \ - --hash=sha256:56961cfca7da2fdd178f95ca407fa330c64f33289e1804b592a77d5593d9bd94 \ - --hash=sha256:5a8e05057fab2a365c81abc696cb753da7549d20266e8511eb6c9d9f72fe3e92 \ - --hash=sha256:659f167f419a4609bc0516fb18ea69ed39dbb25594934bd2dd4d0401660e8a1e \ - --hash=sha256:662e8f7cad915ba75d8017b3e601afc01ef20deeeabf281bd00369de196d7726 \ - --hash=sha256:6f61d71bbc9b4a3de768371b210d906726535d6ca43506737682caa754b956cd \ - --hash=sha256:72b00a8e7c25dcea5946692a2485b1a0c0661ed93ecfedfa9b6687bd89a24ef5 \ - --hash=sha256:811e1d37d60b47cb8126e0a929b58c046251f28117cb16fcd371eed61f66b764 \ - --hash=sha256:81b0ea3715bf6a848d6f7149d25bf018fd24554a4be01fcbbe3fdc78e890b955 \ - --hash=sha256:88c8d517e78acdf7df8a2134a3c4b964415b575d2840a2746ddb1cc6175f8608 \ - --hash=sha256:8dca09dedf1bd8684767bc736cc20c97c29bc0c04c413e3276e0962cd7aeb148 \ - --hash=sha256:974a39bdb8c90a85982cdb78a103a32e0b1be986d411303064b28a80611f6e51 \ - --hash=sha256:9e112e03d37987d7b90c1e98ba5e1b59e1645226d78d73282f45b326f7bddcb9 \ - --hash=sha256:9e9744c657d896c7b580455e739899e492a4a452e2dd4d2b3e459f6b244a638d \ - --hash=sha256:9ed358312e63bf683b9ef22c8e442ef6c5c02973f0c2a939ec1d7b50c974015c \ - --hash=sha256:9f2c221eecb7ead00b8e3ddb913c67f75cba078fd1d326053225a3f59d850d72 \ - --hash=sha256:a20d33124935d27b80e6fdacbd34205732660e0a1d35d8b10b3328179a2b51a1 \ - --hash=sha256:a4c0757db9bd08470ff8277791795e70d0bf035a011a528ee9a5ce9454b6cba2 \ - --hash=sha256:afe07421c969e259e9403c3bb658968702bc3b78ec0b6fde3ae1e73440529c23 \ - --hash=sha256:b1992ba9d4780d9af9726bbcef6a1db12d9ab1ccc35e5773685a24b7fb2758eb \ - --hash=sha256:b23d2a46d53210b498e5b701a1913697671988f4bf8e10f935433f6e7c332fb6 \ - --hash=sha256:b5e83e4de81dcc9425598d9469a624826a0b1211380ac444c7c791d4a2137c19 \ - --hash=sha256:be35822f35f99dcc48152c9839d0171a06186f2d71ef76dc57fa556cc9bf6b45 \ - --hash=sha256:be9e0fb2ada7e5124f5282d6381903183ecc73ea019568d6d63d33f25b2a9000 \ - --hash=sha256:c140e7eb5ce47249668056edf3b7e9900c6a2e22fb0eaf0513f18a1b2c14e1da \ - --hash=sha256:c6a08799e9e88052221adca55741bf106ec7ea0710bca635c208b751f0d5b617 \ - --hash=sha256:cb242fc2cda5a307a7698c93173d3627a2a90d00507bccf5bc228851e8304963 \ - --hash=sha256:cce1e90dd302f45716a7715517c6aa0468af0bf38e814ad4eab58e88fc09f7f7 \ - --hash=sha256:cd4ccc364cf75d1422e66e247e52a93da6a9b73cefa8cad696f3cbbb75af179d \ - --hash=sha256:d21681f09e297a5adaa73060737e3aa1279a13ecdcfcc6ef66c292cb25125b2d \ - --hash=sha256:d38ffd0e81ba8ef347d2be0772e899c289b59ff150ebbbbe05dc61b1246eb4e0 \ - --hash=sha256:d566b82e92ff2e09dd6342df7e0eb4ff6275a3f08db284888dcd98134dbd4243 \ - --hash=sha256:d5b0ff9878333823226d270417f24f4d06f235cb3e54d1103b71ea537a6a86ce \ - --hash=sha256:d6ee1aa7ab36475035eb48c01efae87d37936a8173fc4d7b10bb02c2d75dd8f6 \ - --hash=sha256:db38f80540083ea33bdab614a9d28bcec4b54daa5aff1668d7827a9fc769ae0a \ - --hash=sha256:ea688d11707d30e212e0110a1aac7f7f3f542a259235d396f88be68b649e47d1 \ - --hash=sha256:f6327b6907b4cb72f650a5b7b1be23a2aab395017aa6f1adb13069d66360eb3f \ - --hash=sha256:fb412b7db83fe56847df9c47b6fe3f13911b06339c2aa02dcc09dce8bbf582cd - # via gevent -grpcio==1.41.0 \ - --hash=sha256:056806e83eaa09d0af0e452dd353db8f7c90aa2dedcce1112a2d21592550f6b1 \ - --hash=sha256:07594e585a5ba25cf331ddb63095ca51010c34e328a822cb772ffbd5daa62cb5 \ - --hash=sha256:0abd56d90dff3ed566807520de1385126dded21e62d3490a34c180a91f94c1f4 \ - --hash=sha256:15c04d695833c739dbb25c88eaf6abd9a461ec0dbd32f44bc8769335a495cf5a \ - --hash=sha256:1820845e7e6410240eff97742e9f76cd5bf10ca01d36a322e86c0bd5340ac25b \ - --hash=sha256:1bcbeac764bbae329bc2cc9e95d0f4d3b0fb456b92cf12e7e06e3e860a4b31cf \ - --hash=sha256:2410000eb57cf76b05b37d2aee270b686f0a7876710850a2bba92b4ed133e026 \ - --hash=sha256:2882b62f74de8c8a4f7b2be066f6230ecc46f4edc8f42db1fb7358200abe3b25 \ - --hash=sha256:297ee755d3c6cd7e7d3770f298f4d4d4b000665943ae6d2888f7407418a9a510 \ - --hash=sha256:39ce785f0cbd07966a9019386b7a054615b2da63da3c7727f371304d000a1890 \ - --hash=sha256:3a92e4df5330cd384984e04804104ae34f521345917813aa86fc0930101a3697 \ - --hash=sha256:3bbeee115b05b22f6a9fa9bc78f9ab8d9d6bb8c16fdfc60401fc8658beae1099 \ - --hash=sha256:4537bb9e35af62c5189493792a8c34d127275a6d175c8ad48b6314cacba4021e \ - --hash=sha256:462178987f0e5c60d6d1b79e4e95803a4cd789db961d6b3f087245906bb5ae04 \ - --hash=sha256:5292a627b44b6d3065de4a364ead23bab3c9d7a7c05416a9de0c0624d0fe03f4 \ - --hash=sha256:5502832b7cec670a880764f51a335a19b10ff5ab2e940e1ded67f39b88aa02b1 \ - --hash=sha256:585847ed190ea9cb4d632eb0ebf58f1d299bbca5e03284bc3d0fa08bab6ea365 \ - --hash=sha256:59645b2d9f19b5ff30cb46ddbcaa09c398f9cd81e4e476b21c7c55ae1e942807 \ - --hash=sha256:5d4b30d068b022e412adcf9b14c0d9bcbc872e9745b91467edc0a4c700a8bba6 \ - --hash=sha256:7033199706526e7ee06a362e38476dfdf2ddbad625c19b67ed30411d1bb25a18 \ - --hash=sha256:7b07cbbd4eea56738e995fcbba3b60e41fd9aa9dac937fb7985c5dcbc7626260 \ - --hash=sha256:7da3f6f6b857399c9ad85bcbffc83189e547a0a1a777ab68f5385154f8bc1ed4 \ - --hash=sha256:83c1e731c2b76f26689ad88534cafefe105dcf385567bead08f5857cb308246b \ - --hash=sha256:9674a9d3f23702e35a89e22504f41b467893cf704f627cc9cdd118cf1dcc8e26 \ - --hash=sha256:9ecd0fc34aa46eeac24f4d20e67bafaf72ca914f99690bf2898674905eaddaf9 \ - --hash=sha256:a0c4bdd1d646365d10ba1468bcf234ea5ad46e8ce2b115983e8563248614910a \ - --hash=sha256:a144f6cecbb61aace12e5920840338a3d246123a41d795e316e2792e9775ad15 \ - --hash=sha256:a3cd7f945d3e3b82ebd2a4c9862eb9891a5ac87f84a7db336acbeafd86e6c402 \ - --hash=sha256:a614224719579044bd7950554d3b4c1793bb5715cbf0f0399b1f21d283c40ef6 \ - --hash=sha256:ace080a9c3c673c42adfd2116875a63fec9613797be01a6105acf7721ed0c693 \ - --hash=sha256:b2de4e7b5a930be04a4d05c9f5fce7e9191217ccdc174b026c2a7928770dca9f \ - --hash=sha256:b6b68c444abbaf4a2b944a61cf35726ab9645f45d416bcc7cf4addc4b2f2d53d \ - --hash=sha256:be3c6ac822edb509aeef41361ca9c8c5ee52cb9e4973e1977d2bb7d6a460fd97 \ - --hash=sha256:c07acd49541f5f6f9984fe0adf162d77bf70e0f58e77f9960c6f571314ff63a4 \ - --hash=sha256:c1e0a4c86d4cbd93059d5eeceed6e1c2e3e1494e1bf40be9b8ab14302c576162 \ - --hash=sha256:c8c5bc498f6506b6041c30afb7a55c57a9fd535d1a0ac7cdba9b5fd791a85633 \ - --hash=sha256:c95dd6e60e059ff770a2ac9f5a202b75dd64d76b0cd0c48f27d58907e43ed6a6 \ - --hash=sha256:ccd2f1cf11768d1f6fbe4e13e8b8fb0ccfe9914ceeff55a367d5571e82eeb543 \ - --hash=sha256:d0cc0393744ce3ce1b237ae773635cc928470ff46fb0d3f677e337a38e5ed4f6 \ - --hash=sha256:d539ebd05a2bbfbf897d41738d37d162d5c3d9f2b1f8ddf2c4f75e2c9cf59907 \ - --hash=sha256:d71aa430b2ac40e18e388504ac34cc91d49d811855ca507c463a21059bf364f0 \ - --hash=sha256:dcb5f324712a104aca4a459e524e535f205f36deb8005feb4f9d3ff0a22b5177 \ - --hash=sha256:e516124010ef60d5fc2e0de0f1f987599249dc55fd529001f17f776a4145767f \ - --hash=sha256:fb64abf0d92134cb0ba4496a3b7ab918588eee42de20e5b3507fe6ee16db97ee - # via tritonclient -humanfriendly==10.0 \ - --hash=sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477 \ - --hash=sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc - # via coloredlogs -idna==2.10 \ - --hash=sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6 \ - --hash=sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0 - # via - # requests - # servicex - # yarl -importlib-resources==5.10.0 \ - --hash=sha256:c01b1b94210d9849f286b86bb51bcea7cd56dde0600d8db721d7b81330711668 \ - --hash=sha256:ee17ec648f85480d523596ce49eae8ead87d5631ae1551f913c0100b5edd3437 - # via awkward -jinja2==3.1.2 \ - --hash=sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852 \ - --hash=sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61 - # via torch-geometric -joblib==1.2.0 \ - --hash=sha256:091138ed78f800342968c523bdde947e7a305b8594b910a0fea2ab83c3c6d385 \ - --hash=sha256:e1cee4a79e4af22881164f218d4311f60074197fb707e082e803b61f6d137018 - # via scikit-learn -lark-parser==0.12.0 \ - --hash=sha256:0eaf30cb5ba787fe404d73a7d6e61df97b21d5a63ac26c5008c78a494373c675 \ - --hash=sha256:15967db1f1214013dca65b1180745047b9be457d73da224fcda3d9dd4e96a138 - # via qastle -make-it-sync==1.0.0 \ - --hash=sha256:26f5dd7d066295d14eee934326228f9d05cc42267c795e0f35a8966ba54b8b4c \ - --hash=sha256:e06808ce449f765b0f86a2badc2bbe72a3f6a3d4793472b2b8c221bbdba66511 - # via - # func-adl - # servicex -markupsafe==2.1.1 \ - --hash=sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003 \ - --hash=sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88 \ - --hash=sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5 \ - --hash=sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7 \ - --hash=sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a \ - --hash=sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603 \ - --hash=sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1 \ - --hash=sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135 \ - --hash=sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247 \ - --hash=sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6 \ - --hash=sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601 \ - --hash=sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77 \ - --hash=sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02 \ - --hash=sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e \ - --hash=sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63 \ - --hash=sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f \ - --hash=sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980 \ - --hash=sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b \ - --hash=sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812 \ - --hash=sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff \ - --hash=sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96 \ - --hash=sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1 \ - --hash=sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925 \ - --hash=sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a \ - --hash=sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6 \ - --hash=sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e \ - --hash=sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f \ - --hash=sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4 \ - --hash=sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f \ - --hash=sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3 \ - --hash=sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c \ - --hash=sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a \ - --hash=sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417 \ - --hash=sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a \ - --hash=sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a \ - --hash=sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37 \ - --hash=sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452 \ - --hash=sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933 \ - --hash=sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a \ - --hash=sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7 - # via jinja2 -minio==5.0.10 \ - --hash=sha256:6ecb7637a35f806733e9d112eacfa599a58d7c3d4698fda2b5c86fff5d34b417 \ - --hash=sha256:ba5978a97e3366983c8b4ea11f2ae8e1add995ab4789e0098dd2403199999ac4 - # via servicex -mpmath==1.2.1 \ - --hash=sha256:604bc21bd22d2322a177c73bdb573994ef76e62edd595d17e00aff24b0667e5c \ - --hash=sha256:79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a - # via sympy -multidict==6.0.2 \ - --hash=sha256:0327292e745a880459ef71be14e709aaea2f783f3537588fb4ed09b6c01bca60 \ - --hash=sha256:041b81a5f6b38244b34dc18c7b6aba91f9cdaf854d9a39e5ff0b58e2b5773b9c \ - --hash=sha256:0556a1d4ea2d949efe5fd76a09b4a82e3a4a30700553a6725535098d8d9fb672 \ - --hash=sha256:05f6949d6169878a03e607a21e3b862eaf8e356590e8bdae4227eedadacf6e51 \ - --hash=sha256:07a017cfa00c9890011628eab2503bee5872f27144936a52eaab449be5eaf032 \ - --hash=sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2 \ - --hash=sha256:19adcfc2a7197cdc3987044e3f415168fc5dc1f720c932eb1ef4f71a2067e08b \ - --hash=sha256:19d9bad105dfb34eb539c97b132057a4e709919ec4dd883ece5838bcbf262b80 \ - --hash=sha256:225383a6603c086e6cef0f2f05564acb4f4d5f019a4e3e983f572b8530f70c88 \ - --hash=sha256:23b616fdc3c74c9fe01d76ce0d1ce872d2d396d8fa8e4899398ad64fb5aa214a \ - --hash=sha256:2957489cba47c2539a8eb7ab32ff49101439ccf78eab724c828c1a54ff3ff98d \ - --hash=sha256:2d36e929d7f6a16d4eb11b250719c39560dd70545356365b494249e2186bc389 \ - --hash=sha256:2e4a0785b84fb59e43c18a015ffc575ba93f7d1dbd272b4cdad9f5134b8a006c \ - --hash=sha256:3368bf2398b0e0fcbf46d85795adc4c259299fec50c1416d0f77c0a843a3eed9 \ - --hash=sha256:373ba9d1d061c76462d74e7de1c0c8e267e9791ee8cfefcf6b0b2495762c370c \ - --hash=sha256:4070613ea2227da2bfb2c35a6041e4371b0af6b0be57f424fe2318b42a748516 \ - --hash=sha256:45183c96ddf61bf96d2684d9fbaf6f3564d86b34cb125761f9a0ef9e36c1d55b \ - --hash=sha256:4571f1beddff25f3e925eea34268422622963cd8dc395bb8778eb28418248e43 \ - --hash=sha256:47e6a7e923e9cada7c139531feac59448f1f47727a79076c0b1ee80274cd8eee \ - --hash=sha256:47fbeedbf94bed6547d3aa632075d804867a352d86688c04e606971595460227 \ - --hash=sha256:497988d6b6ec6ed6f87030ec03280b696ca47dbf0648045e4e1d28b80346560d \ - --hash=sha256:4bae31803d708f6f15fd98be6a6ac0b6958fcf68fda3c77a048a4f9073704aae \ - --hash=sha256:50bd442726e288e884f7be9071016c15a8742eb689a593a0cac49ea093eef0a7 \ - --hash=sha256:514fe2b8d750d6cdb4712346a2c5084a80220821a3e91f3f71eec11cf8d28fd4 \ - --hash=sha256:5774d9218d77befa7b70d836004a768fb9aa4fdb53c97498f4d8d3f67bb9cfa9 \ - --hash=sha256:5fdda29a3c7e76a064f2477c9aab1ba96fd94e02e386f1e665bca1807fc5386f \ - --hash=sha256:5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013 \ - --hash=sha256:626fe10ac87851f4cffecee161fc6f8f9853f0f6f1035b59337a51d29ff3b4f9 \ - --hash=sha256:6701bf8a5d03a43375909ac91b6980aea74b0f5402fbe9428fc3f6edf5d9677e \ - --hash=sha256:684133b1e1fe91eda8fa7447f137c9490a064c6b7f392aa857bba83a28cfb693 \ - --hash=sha256:6f3cdef8a247d1eafa649085812f8a310e728bdf3900ff6c434eafb2d443b23a \ - --hash=sha256:75bdf08716edde767b09e76829db8c1e5ca9d8bb0a8d4bd94ae1eafe3dac5e15 \ - --hash=sha256:7c40b7bbece294ae3a87c1bc2abff0ff9beef41d14188cda94ada7bcea99b0fb \ - --hash=sha256:8004dca28e15b86d1b1372515f32eb6f814bdf6f00952699bdeb541691091f96 \ - --hash=sha256:8064b7c6f0af936a741ea1efd18690bacfbae4078c0c385d7c3f611d11f0cf87 \ - --hash=sha256:89171b2c769e03a953d5969b2f272efa931426355b6c0cb508022976a17fd376 \ - --hash=sha256:8cbf0132f3de7cc6c6ce00147cc78e6439ea736cee6bca4f068bcf892b0fd658 \ - --hash=sha256:9cc57c68cb9139c7cd6fc39f211b02198e69fb90ce4bc4a094cf5fe0d20fd8b0 \ - --hash=sha256:a007b1638e148c3cfb6bf0bdc4f82776cef0ac487191d093cdc316905e504071 \ - --hash=sha256:a2c34a93e1d2aa35fbf1485e5010337c72c6791407d03aa5f4eed920343dd360 \ - --hash=sha256:a45e1135cb07086833ce969555df39149680e5471c04dfd6a915abd2fc3f6dbc \ - --hash=sha256:ac0e27844758d7177989ce406acc6a83c16ed4524ebc363c1f748cba184d89d3 \ - --hash=sha256:aef9cc3d9c7d63d924adac329c33835e0243b5052a6dfcbf7732a921c6e918ba \ - --hash=sha256:b9d153e7f1f9ba0b23ad1568b3b9e17301e23b042c23870f9ee0522dc5cc79e8 \ - --hash=sha256:bfba7c6d5d7c9099ba21f84662b037a0ffd4a5e6b26ac07d19e423e6fdf965a9 \ - --hash=sha256:c207fff63adcdf5a485969131dc70e4b194327666b7e8a87a97fbc4fd80a53b2 \ - --hash=sha256:d0509e469d48940147e1235d994cd849a8f8195e0bca65f8f5439c56e17872a3 \ - --hash=sha256:d16cce709ebfadc91278a1c005e3c17dd5f71f5098bfae1035149785ea6e9c68 \ - --hash=sha256:d48b8ee1d4068561ce8033d2c344cf5232cb29ee1a0206a7b828c79cbc5982b8 \ - --hash=sha256:de989b195c3d636ba000ee4281cd03bb1234635b124bf4cd89eeee9ca8fcb09d \ - --hash=sha256:e07c8e79d6e6fd37b42f3250dba122053fddb319e84b55dd3a8d6446e1a7ee49 \ - --hash=sha256:e2c2e459f7050aeb7c1b1276763364884595d47000c1cddb51764c0d8976e608 \ - --hash=sha256:e5b20e9599ba74391ca0cfbd7b328fcc20976823ba19bc573983a25b32e92b57 \ - --hash=sha256:e875b6086e325bab7e680e4316d667fc0e5e174bb5611eb16b3ea121c8951b86 \ - --hash=sha256:f4f052ee022928d34fe1f4d2bc743f32609fb79ed9c49a1710a5ad6b2198db20 \ - --hash=sha256:fcb91630817aa8b9bc4a74023e4198480587269c272c58b3279875ed7235c293 \ - --hash=sha256:fd9fc9c4849a07f3635ccffa895d57abce554b467d611a5009ba4f39b78a8849 \ - --hash=sha256:feba80698173761cddd814fa22e88b0661e98cb810f9f986c54aa34d281e4937 \ - --hash=sha256:feea820722e69451743a3d56ad74948b68bf456984d63c1a92e8347b7b88452d - # via - # aiohttp - # yarl -nest-asyncio==1.5.6 \ - --hash=sha256:b9a953fb40dceaa587d109609098db21900182b16440652454a146cffb06e8b8 \ - --hash=sha256:d267cc1ff794403f7df692964d1d2a3fa9418ffea2a3f6859a439ff482fef290 - # via servicex-databinder -numpy==1.23.4 \ - --hash=sha256:0fe563fc8ed9dc4474cbf70742673fc4391d70f4363f917599a7fa99f042d5a8 \ - --hash=sha256:12ac457b63ec8ded85d85c1e17d85efd3c2b0967ca39560b307a35a6703a4735 \ - --hash=sha256:2341f4ab6dba0834b685cce16dad5f9b6606ea8a00e6da154f5dbded70fdc4dd \ - --hash=sha256:296d17aed51161dbad3c67ed6d164e51fcd18dbcd5dd4f9d0a9c6055dce30810 \ - --hash=sha256:488a66cb667359534bc70028d653ba1cf307bae88eab5929cd707c761ff037db \ - --hash=sha256:4d52914c88b4930dafb6c48ba5115a96cbab40f45740239d9f4159c4ba779962 \ - --hash=sha256:5e13030f8793e9ee42f9c7d5777465a560eb78fa7e11b1c053427f2ccab90c79 \ - --hash=sha256:61be02e3bf810b60ab74e81d6d0d36246dbfb644a462458bb53b595791251911 \ - --hash=sha256:7607b598217745cc40f751da38ffd03512d33ec06f3523fb0b5f82e09f6f676d \ - --hash=sha256:7a70a7d3ce4c0e9284e92285cba91a4a3f5214d87ee0e95928f3614a256a1488 \ - --hash=sha256:7ab46e4e7ec63c8a5e6dbf5c1b9e1c92ba23a7ebecc86c336cb7bf3bd2fb10e5 \ - --hash=sha256:8981d9b5619569899666170c7c9748920f4a5005bf79c72c07d08c8a035757b0 \ - --hash=sha256:8c053d7557a8f022ec823196d242464b6955a7e7e5015b719e76003f63f82d0f \ - --hash=sha256:926db372bc4ac1edf81cfb6c59e2a881606b409ddc0d0920b988174b2e2a767f \ - --hash=sha256:95d79ada05005f6f4f337d3bb9de8a7774f259341c70bc88047a1f7b96a4bcb2 \ - --hash=sha256:95de7dc7dc47a312f6feddd3da2500826defdccbc41608d0031276a24181a2c0 \ - --hash=sha256:a0882323e0ca4245eb0a3d0a74f88ce581cc33aedcfa396e415e5bba7bf05f68 \ - --hash=sha256:a8365b942f9c1a7d0f0dc974747d99dd0a0cdfc5949a33119caf05cb314682d3 \ - --hash=sha256:a8aae2fb3180940011b4862b2dd3756616841c53db9734b27bb93813cd79fce6 \ - --hash=sha256:c237129f0e732885c9a6076a537e974160482eab8f10db6292e92154d4c67d71 \ - --hash=sha256:c67b833dbccefe97cdd3f52798d430b9d3430396af7cdb2a0c32954c3ef73894 \ - --hash=sha256:ce03305dd694c4873b9429274fd41fc7eb4e0e4dea07e0af97a933b079a5814f \ - --hash=sha256:d331afac87c92373826af83d2b2b435f57b17a5c74e6268b79355b970626e329 \ - --hash=sha256:dada341ebb79619fe00a291185bba370c9803b1e1d7051610e01ed809ef3a4ba \ - --hash=sha256:ed2cc92af0efad20198638c69bb0fc2870a58dabfba6eb722c933b48556c686c \ - --hash=sha256:f260da502d7441a45695199b4e7fd8ca87db659ba1c78f2bbf31f934fe76ae0e \ - --hash=sha256:f2f390aa4da44454db40a1f0201401f9036e8d578a25f01a6e237cea238337ef \ - --hash=sha256:f76025acc8e2114bb664294a07ede0727aa75d63a06d2fae96bf29a81747e4a7 - # via - # awkward - # fastjet - # onnxruntime - # pandas - # pyarrow - # scikit-learn - # scipy - # tflite-runtime - # torch-geometric - # tritonclient - # uproot - # vector -onnxruntime==1.13.1 \ - --hash=sha256:083ef4448790a7c1fa4efebf4c1b15db95c4e2dbd3c3984018f57fe982c30276 \ - --hash=sha256:0df1240878f13204246453bcb645ffa759e7dd93e06d210b7fe0defe88942fd3 \ - --hash=sha256:0f1087bc219e293194b5e3b2ea8b50bf3e9e1343a49ef51c5b06987e6269c042 \ - --hash=sha256:343d4205631daf3d18a251212d5a04daf1f1ea1c34323042e7fc8deae0a358da \ - --hash=sha256:3b4e8f2b915fe505ffdc99c80324130ff9da2c52d8d1326c0bce19948523bb6c \ - --hash=sha256:4dbec4f7c9aa5b09e4c5d3e4d2231820d23660d70939136215562e3ea9d9e629 \ - --hash=sha256:5336f5b9f5ba2bfb2586eb23b7346b50bb102dd8a15d0ce21b20d098da8984b0 \ - --hash=sha256:5f9b4533bd8d879f4cfd015a17af021825a9a0ec68e2229971605dac5f4430d3 \ - --hash=sha256:67785843d393c59c4183cfd3eabbddd23620d0b56472dff679b68c8b94dd4a07 \ - --hash=sha256:68074af35c1a79c9ee856ef8192a72099d2b17ad240b45764e95e65f58ed71c9 \ - --hash=sha256:6941cd11e514b4bbc7408de13d041430ac283f2e55446d9ae85a6cc133ab002b \ - --hash=sha256:76fda2c7c797f799b679be043612de0da51ee91319581310b65f35658d6f0c0c \ - --hash=sha256:7973bb9d3dd886d6f36b6d97f434c052531cf0ec4b5c05fd5c4c90d0061f02cf \ - --hash=sha256:852d7f26da6bb060cbaedb1f92cbe3b0b6e874b3169c20f9a55e656ff2d62742 \ - --hash=sha256:93d803c5e01f24a3c65434d2238093c2d10993fd96a6cfb34d67f1ccd4224dc8 \ - --hash=sha256:97e9e38bfa168f541c3996a4c4fd57f886d02958e7de97ac167fd27118334a33 \ - --hash=sha256:a436eb49c488ef01b4bd42ecad0a363ebf32ea7af3daa3a9e1cc35fdb8a8ad01 \ - --hash=sha256:aaa33c79cfe2ac145d27166c59a216783951090a679d19c5b49f40f71606cf2d \ - --hash=sha256:ad589c249efcba104f3147df00fbab828855783aa3748f49ee3e04ff69ddf65d \ - --hash=sha256:af07e43158a24c7ce6056dcd58cfa5c990193889e7bb2bea8300ce93e9c0584b \ - --hash=sha256:b2b833c0acee7790f553a70ffa94999278886efe55f6f6bcaf57996e54a6724b \ - --hash=sha256:b488fe1a0c3afce90d22040d898862fb24d3b331644f5e1aec8cfd6a807fc987 \ - --hash=sha256:bc491fc9a3474cbb40f3e04ea28687791d43a5eb3f55b62a803f88826aa512b3 \ - --hash=sha256:c19cf50f51c8e73b7c4c2978916d298b969c871bb8ea74c74c3f92c4f9811225 \ - --hash=sha256:d31681cf8e3570631ce7305e5a09babcf6362112da1f0b88031f74d46efbe18c \ - --hash=sha256:d541174f3d1d4371c09242faa2d6c84a2de861f1aee771d2248cfc7f67ffb708 \ - --hash=sha256:d85e6c5a12c1055fec9e24023dd22506d1243417bed0ac26caa9b6123c10c242 \ - --hash=sha256:f060f7883c27eaf4ed7490f90cd72cdf96c80e4d74133525c6db5ba06f71623d \ - --hash=sha256:f19697f9846e5518ea4f6c8b78c0f3fbd7f1b9b2fdef8dfc6eb7751b8e7e1edc \ - --hash=sha256:f523192616479b7f8a50bd02aa775e1256c90a7bc4c034bdeed9bd78a55a6e7a \ - --hash=sha256:f9011384e792befdcde20860ab57294b3b9de5504a85b85818a8b242600052d7 - # via -r requirements.txt -packaging==21.3 \ - --hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \ - --hash=sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522 - # via - # awkward - # onnxruntime - # vector -pandas==1.5.1 \ - --hash=sha256:04e51b01d5192499390c0015630975f57836cc95c7411415b499b599b05c0c96 \ - --hash=sha256:05c527c64ee02a47a24031c880ee0ded05af0623163494173204c5b72ddce658 \ - --hash=sha256:0a78e05ec09731c5b3bd7a9805927ea631fe6f6cb06f0e7c63191a9a778d52b4 \ - --hash=sha256:17da7035d9e6f9ea9cdc3a513161f8739b8f8489d31dc932bc5a29a27243f93d \ - --hash=sha256:249cec5f2a5b22096440bd85c33106b6102e0672204abd2d5c014106459804ee \ - --hash=sha256:2c25e5c16ee5c0feb6cf9d982b869eec94a22ddfda9aa2fbed00842cbb697624 \ - --hash=sha256:32e3d9f65606b3f6e76555bfd1d0b68d94aff0929d82010b791b6254bf5a4b96 \ - --hash=sha256:36aa1f8f680d7584e9b572c3203b20d22d697c31b71189322f16811d4ecfecd3 \ - --hash=sha256:5b0c970e2215572197b42f1cff58a908d734503ea54b326412c70d4692256391 \ - --hash=sha256:5cee0c74e93ed4f9d39007e439debcaadc519d7ea5c0afc3d590a3a7b2edf060 \ - --hash=sha256:669c8605dba6c798c1863157aefde959c1796671ffb342b80fcb80a4c0bc4c26 \ - --hash=sha256:66a1ad667b56e679e06ba73bb88c7309b3f48a4c279bd3afea29f65a766e9036 \ - --hash=sha256:683779e5728ac9138406c59a11e09cd98c7d2c12f0a5fc2b9c5eecdbb4a00075 \ - --hash=sha256:6bb391659a747cf4f181a227c3e64b6d197100d53da98dcd766cc158bdd9ec68 \ - --hash=sha256:81f0674fa50b38b6793cd84fae5d67f58f74c2d974d2cb4e476d26eee33343d0 \ - --hash=sha256:927e59c694e039c75d7023465d311277a1fc29ed7236b5746e9dddf180393113 \ - --hash=sha256:932d2d7d3cab44cfa275601c982f30c2d874722ef6396bb539e41e4dc4618ed4 \ - --hash=sha256:a52419d9ba5906db516109660b114faf791136c94c1a636ed6b29cbfff9187ee \ - --hash=sha256:b156a971bc451c68c9e1f97567c94fd44155f073e3bceb1b0d195fd98ed12048 \ - --hash=sha256:bcf1a82b770b8f8c1e495b19a20d8296f875a796c4fe6e91da5ef107f18c5ecb \ - --hash=sha256:cb2a9cf1150302d69bb99861c5cddc9c25aceacb0a4ef5299785d0f5389a3209 \ - --hash=sha256:d8c709f4700573deb2036d240d140934df7e852520f4a584b2a8d5443b71f54d \ - --hash=sha256:db45b94885000981522fb92349e6b76f5aee0924cc5315881239c7859883117d \ - --hash=sha256:ddf46b940ef815af4e542697eaf071f0531449407a7607dd731bf23d156e20a7 \ - --hash=sha256:e675f8fe9aa6c418dc8d3aac0087b5294c1a4527f1eacf9fe5ea671685285454 \ - --hash=sha256:eb7e8cf2cf11a2580088009b43de84cabbf6f5dae94ceb489f28dba01a17cb77 \ - --hash=sha256:f340331a3f411910adfb4bbe46c2ed5872d9e473a783d7f14ecf49bc0869c594 - # via servicex -protobuf==3.19.6 \ - --hash=sha256:010be24d5a44be7b0613750ab40bc8b8cedc796db468eae6c779b395f50d1fa1 \ - --hash=sha256:0469bc66160180165e4e29de7f445e57a34ab68f49357392c5b2f54c656ab25e \ - --hash=sha256:0c0714b025ec057b5a7600cb66ce7c693815f897cfda6d6efb58201c472e3437 \ - --hash=sha256:11478547958c2dfea921920617eb457bc26867b0d1aa065ab05f35080c5d9eb6 \ - --hash=sha256:14082457dc02be946f60b15aad35e9f5c69e738f80ebbc0900a19bc83734a5a4 \ - --hash=sha256:2b2d2913bcda0e0ec9a784d194bc490f5dc3d9d71d322d070b11a0ade32ff6ba \ - --hash=sha256:30a15015d86b9c3b8d6bf78d5b8c7749f2512c29f168ca259c9d7727604d0e39 \ - --hash=sha256:30f5370d50295b246eaa0296533403961f7e64b03ea12265d6dfce3a391d8992 \ - --hash=sha256:347b393d4dd06fb93a77620781e11c058b3b0a5289262f094379ada2920a3730 \ - --hash=sha256:4bc98de3cdccfb5cd769620d5785b92c662b6bfad03a202b83799b6ed3fa1fa7 \ - --hash=sha256:5057c64052a1f1dd7d4450e9aac25af6bf36cfbfb3a1cd89d16393a036c49157 \ - --hash=sha256:559670e006e3173308c9254d63facb2c03865818f22204037ab76f7a0ff70b5f \ - --hash=sha256:5a0d7539a1b1fb7e76bf5faa0b44b30f812758e989e59c40f77a7dab320e79b9 \ - --hash=sha256:5f5540d57a43042389e87661c6eaa50f47c19c6176e8cf1c4f287aeefeccb5c4 \ - --hash=sha256:7a552af4dc34793803f4e735aabe97ffc45962dfd3a237bdde242bff5a3de684 \ - --hash=sha256:84a04134866861b11556a82dd91ea6daf1f4925746b992f277b84013a7cc1229 \ - --hash=sha256:878b4cd080a21ddda6ac6d1e163403ec6eea2e206cf225982ae04567d39be7b0 \ - --hash=sha256:90b0d02163c4e67279ddb6dc25e063db0130fc299aefabb5d481053509fae5c8 \ - --hash=sha256:91d5f1e139ff92c37e0ff07f391101df77e55ebb97f46bbc1535298d72019462 \ - --hash=sha256:a8ce5ae0de28b51dff886fb922012dad885e66176663950cb2344c0439ecb473 \ - --hash=sha256:aa3b82ca1f24ab5326dcf4ea00fcbda703e986b22f3d27541654f749564d778b \ - --hash=sha256:bb6776bd18f01ffe9920e78e03a8676530a5d6c5911934c6a1ac6eb78973ecb6 \ - --hash=sha256:bbf5cea5048272e1c60d235c7bd12ce1b14b8a16e76917f371c718bd3005f045 \ - --hash=sha256:c0ccd3f940fe7f3b35a261b1dd1b4fc850c8fde9f74207015431f174be5976b3 \ - --hash=sha256:d0b635cefebd7a8a0f92020562dead912f81f401af7e71f16bf9506ff3bdbb38 - # via - # onnxruntime - # tritonclient -pyarrow==10.0.0 \ - --hash=sha256:10e031794d019425d34406edffe7e32157359e9455f9edb97a1732f8dabf802f \ - --hash=sha256:25f51dca780fc22cfd7ac30f6bdfe70eb99145aee9acfda987f2c49955d66ed9 \ - --hash=sha256:2d326a9d47ac237d81b8c4337e9d30a0b361835b536fc7ea53991455ce761fbd \ - --hash=sha256:3d2694f08c8d4482d14e3798ff036dbd81ae6b1c47948f52515e1aa90fbec3f0 \ - --hash=sha256:4051664d354b14939b5da35cfa77821ade594bc1cf56dd2032b3068c96697d74 \ - --hash=sha256:511735040b83f2993f78d7fb615e7b88253d75f41500e87e587c40156ff88120 \ - --hash=sha256:65d4a312f3ced318423704355acaccc7f7bdfe242472e59bdd54aa0f8837adf8 \ - --hash=sha256:68ccb82c04c0f7abf7a95541d5e9d9d94290fc66a2d36d3f6ea0777f40c15654 \ - --hash=sha256:69b8a1fd99201178799b02f18498633847109b701856ec762f314352a431b7d0 \ - --hash=sha256:758284e1ebd3f2a9abb30544bfec28d151a398bb7c0f2578cbca5ee5b000364a \ - --hash=sha256:7be7f42f713068293308c989a4a3a2de03b70199bdbe753901c6595ff8640c64 \ - --hash=sha256:7ce026274cd5d9934cd3694e89edecde4e036018bbc6cb735fd33b9e967e7d47 \ - --hash=sha256:7e6b837cc44cd62a0e280c8fc4de94ebce503d6d1190e6e94157ab49a8bea67b \ - --hash=sha256:b153b05765393557716e3729cf988442b3ae4f5567364ded40d58c07feed27c2 \ - --hash=sha256:b3e3148468d3eed3779d68241f1d13ed4ee7cca4c6dbc7c07e5062b93ad4da33 \ - --hash=sha256:b45f969ed924282e9d4ede38f3430630d809c36dbff65452cabce03141943d28 \ - --hash=sha256:b9f63ceb8346aac0bcb487fafe9faca642ad448ca649fcf66a027c6e120cbc12 \ - --hash=sha256:c79300e1a3e23f2bf4defcf0d70ff5ea25ef6ebf6f121d8670ee14bb662bb7ca \ - --hash=sha256:d45a59e2f47826544c0ca70bc0f7ed8ffa5ad23f93b0458230c7e983bcad1acf \ - --hash=sha256:e4c6da9f9e1ff96781ee1478f7cc0860e66c23584887b8e297c4b9905c3c9066 \ - --hash=sha256:f329951d56b3b943c353f7b27c894e02367a7efbb9fef7979c6b24e02dbfcf55 \ - --hash=sha256:f76157d9579571c865860e5fd004537c03e21139db76692d96fd8a186adab1f2 - # via - # servicex - # servicex-databinder -pyasn1==0.4.8 \ - --hash=sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d \ - --hash=sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba - # via - # pyasn1-modules - # rsa -pyasn1-modules==0.2.8 \ - --hash=sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e \ - --hash=sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74 - # via google-auth -pyparsing==3.0.9 \ - --hash=sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb \ - --hash=sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc - # via - # packaging - # torch-geometric -python-dateutil==2.8.2 \ - --hash=sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 \ - --hash=sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9 - # via - # minio - # pandas -python-rapidjson==1.9 \ - --hash=sha256:05c33a6b582026140fc508de1ad6f9f7a90edd97844c348a0b6d01c55c655bbf \ - --hash=sha256:10b177a5980a7d9753dc123ae40f149b31b21c834d4e55883d4ad570963483fe \ - --hash=sha256:10da4f444b05b356fbb11622305c09b1f409194d31f15ba8c519682f49a3e646 \ - --hash=sha256:118acc14c7b40c30e69d3e87d9f3ec96b518251ead5e522cd23905b4b1163838 \ - --hash=sha256:11d9851dcb3e4351da3bc497b4e2896db183ffa501482d5241fd472cbf947348 \ - --hash=sha256:22f988f6334ad540fc04b3e9fea347ae62888e7c216b1e8b3205cfa4835aebe6 \ - --hash=sha256:27a80f84bc7b748b9b87d89d99d05e856eafbc7f4da1376375a24fa07cbcc76b \ - --hash=sha256:2e4adc00ffde5f59795fac2eab280805d100fdb334c512399928b5a44689aefb \ - --hash=sha256:2eadfc7df1b747f691b79b3d7523d3934945660faaf3ac367d49fafef834a29e \ - --hash=sha256:31d245ca102c6498dad9ad85f9a96bdfac790b174505dc77ee664cab0c92859e \ - --hash=sha256:3cdf9b07197b2bf1c5b0c33d66d872d5b7ec3e1600d897dd1f3f1ce37018103d \ - --hash=sha256:41388e80cb0300dc33d3f1f06e5c2719aa9ef60b30fbee8a8bb6b35b203eda18 \ - --hash=sha256:496e33bd1fb8bd37532d603879dfe9797c4a0809d45dfef6b46b34e741d06789 \ - --hash=sha256:4c7a4e54772073f2a18c89a3aeaf168f1feeecbbe26c4d7395814a5eb7297630 \ - --hash=sha256:4ffb853b2f4e7ffc8e6201e369926200fa36ae10db780d2b7431885ba75e9f58 \ - --hash=sha256:54bafd1d5d5acec17297d6c5cb5de884e4f6b5d154e1d984cf06fd5e86f1d323 \ - --hash=sha256:559e9d67bb719a446f6322fcd7260793370dacb6212682e863a06eeef545a5b1 \ - --hash=sha256:5a51b4a4b226bd8ce45710e0af4b55be7371b00d917702599d2583672cbbb78b \ - --hash=sha256:661537c1fbee359b048154f4fce794bd8cc6ed4d97c68fed439ab8727f74691e \ - --hash=sha256:68bdc0d3352dc7dc2aff62c5ea73277a501fbf4873457dfddd5835440df23d1d \ - --hash=sha256:708de2b1ec6971e018348920ea1cd75b85452bf31dbf0f73743d75f67700c820 \ - --hash=sha256:72706275a1d58eaa59e75ba064ba4048b95e51440fec1b8402076bb042190a41 \ - --hash=sha256:7abbff592461e9899a71e00eeeeea09473ee4dad4cd4ec1565b3a74ee96849af \ - --hash=sha256:83454b2afb89b38104c8ea6a63a758f6cf2109ba3905de98d5fd488eff97a35d \ - --hash=sha256:8552b363238e4762616149238d719d247936767c6c959a36492cf5e049b4d070 \ - --hash=sha256:875d468d2a965d92d479ef2d6df7dc5ee289ae1275008580631656c65e612be5 \ - --hash=sha256:a01e42b35987e27d97f1f722de5221cfdf621d0d8aa530cd00ffa8acecdba0b9 \ - --hash=sha256:a854dddc7e3014ac5e4fea7ae48547f4c06298ec6ca97fe25c209233067dec21 \ - --hash=sha256:a8bccf158e78a299d95bcebba17a50640aabd96a737a6c51054dcacfc90fc8af \ - --hash=sha256:aa5fe5f8a715170e6329fd67e4b5c79c9c3fa3a6a5d16304709493125d3fac55 \ - --hash=sha256:ba786f0a575c75f3fd3eff4d35e0159cea1e8384dba0f3b560da2f9e952affce \ - --hash=sha256:be7d351c7112dac608133a23f60e95395668d0981a07f4037f63e0e88afcf01a \ - --hash=sha256:c229cd186316ecf5474d25e8bfdc83c97256454403ac5e9656d38bd26f1cf910 \ - --hash=sha256:c25dcc70b8d3a6cf615ce47cb18b52d0540363c8efd7c77c60368a779add9983 \ - --hash=sha256:c4b941d9548b0af83586a88db2b532574c687feb4fbb84daafd324fa3c822350 \ - --hash=sha256:d376e3c2034f8749baf2250ca2f76222217845b3c6d054b24729b8facae29ed7 \ - --hash=sha256:dd86188afbc0fafcf3e234990a9a535eaac311b5aeb925426cbb4f86f19c6e10 \ - --hash=sha256:e5cc8dde6ea51e75669330bbb7f2677b12c9f46ce106f52fa0c9b58b8a272a36 \ - --hash=sha256:eb9c69eafd04840e369f9a21918fccfe2a59dc2e533af102e1098b3cb7604d8a \ - --hash=sha256:ec920c316e032f366f244baa6e6354da562deb31bc33167682f77111987e7c77 \ - --hash=sha256:eec5e7f5667484a0f837c829355b24978c4311b053a699f4e3fef05c3c3410b5 \ - --hash=sha256:f48364cad2c1cf1cb4ac5f304c073928cf8344cb60b5be312206f4888786d81e \ - --hash=sha256:f89af19b413012daa7a2d0361020c0a5d6d14ae2960923c8f1a921677d570e08 \ - --hash=sha256:fb487d65594f14bf9541415337c9a390695c61b1dc1535380e9955fdacafd858 \ - --hash=sha256:fdf1b88c8372db7d470d56a0ef1c53aac581ef51f4e4bed8651adb991e0bd441 \ - --hash=sha256:ff1f2d24689352e24cc753c2f0a4dd06478304b41acb7bfea482b37a285f21de - # via tritonclient -pytz==2022.6 \ - --hash=sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427 \ - --hash=sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2 - # via - # minio - # pandas -pyyaml==6.0 \ - --hash=sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf \ - --hash=sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293 \ - --hash=sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b \ - --hash=sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57 \ - --hash=sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b \ - --hash=sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4 \ - --hash=sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07 \ - --hash=sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba \ - --hash=sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9 \ - --hash=sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287 \ - --hash=sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513 \ - --hash=sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0 \ - --hash=sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782 \ - --hash=sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0 \ - --hash=sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92 \ - --hash=sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f \ - --hash=sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2 \ - --hash=sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc \ - --hash=sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1 \ - --hash=sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c \ - --hash=sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86 \ - --hash=sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4 \ - --hash=sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c \ - --hash=sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34 \ - --hash=sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b \ - --hash=sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d \ - --hash=sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c \ - --hash=sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb \ - --hash=sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7 \ - --hash=sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737 \ - --hash=sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3 \ - --hash=sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d \ - --hash=sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358 \ - --hash=sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53 \ - --hash=sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78 \ - --hash=sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803 \ - --hash=sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a \ - --hash=sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f \ - --hash=sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174 \ - --hash=sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5 - # via confuse -qastle==0.16.0 \ - --hash=sha256:4239aafb72eac7be88f52c71938b87f874f063b8787bbca3a5e99c427f1b70d9 \ - --hash=sha256:f57cd4bfc6611f1f08667844c9d28d5287018618d4110f115d7d24b20dd395bb - # via - # func-adl-servicex - # servicex - # tcut-to-qastle -requests==2.28.1 \ - --hash=sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 \ - --hash=sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349 - # via torch-geometric -rsa==4.9 \ - --hash=sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7 \ - --hash=sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21 - # via google-auth -scikit-learn==1.1.3 \ - --hash=sha256:23fb9e74b813cc2528b5167d82ed08950b11106ccf50297161875e45152fb311 \ - --hash=sha256:250da993701da88bf475e7c5746abf1285ea0ae47e4d0917cd13afd6600bb162 \ - --hash=sha256:28b2bd6a1419acd522ff45d282c8ba23dbccb5338802ab0ee12baa4ade0aba4c \ - --hash=sha256:2ee2c649f2231b68511aabb0dc827edd8936aad682acc6263c34aed11bc95dac \ - --hash=sha256:30e27721adc308e8fd9f419f43068e43490005f911edf4476a9e585059fa8a83 \ - --hash=sha256:38814f66285318f2e241305cca545eaa9b4126c65aa5dd78c69371f235f78e2b \ - --hash=sha256:4d3a19166d4e1cdfcab975c68f471e046ce01e74c42a9a33fa89a14c2fcedf60 \ - --hash=sha256:5699cded6c0685426433c7e5afe0fecad80ec831ec7fa264940e50c796775cc5 \ - --hash=sha256:6785b8a3093329bf90ac01801be5525551728ae73edb11baa175df660820add4 \ - --hash=sha256:6d1c1394e38a3319ace620381f6f23cc807d8780e9915c152449a86fc8f1db21 \ - --hash=sha256:701181792a28c82fecae12adb5d15d0ecf57bffab7cf4bdbb52c7b3fd428d540 \ - --hash=sha256:748f2bd632d6993e8918d43f1a26c380aeda4e122a88840d4c3a9af99d4239fe \ - --hash=sha256:8e9dd76c7274055d1acf4526b8efb16a3531c26dcda714a0c16da99bf9d41900 \ - --hash=sha256:bef51978a51ec19977700fe7b86aecea49c825884f3811756b74a3b152bb4e35 \ - --hash=sha256:cd55c6fbef7608dbce1f22baf289dfcc6eb323247daa3c3542f73d389c724786 \ - --hash=sha256:da5a2e95fef9805b1750e4abda4e834bf8835d26fc709a391543b53feee7bd0e \ - --hash=sha256:ee47f68d973cee7009f06edb956f2f5588a0f230f24a2a70175fd0ecf36e2653 \ - --hash=sha256:f4931f2a6c06e02c6c17a05f8ae397e2545965bc7a0a6cb38c8cd7d4fba8624d \ - --hash=sha256:f5644663987ee221f5d1f47a593271b966c271c236fe05634e6bdc06041b5a2b \ - --hash=sha256:f5d4231af7199531e77da1b78a4cc6b3d960a00b1ec672578ac818aae2b9c35d \ - --hash=sha256:fd3ee69d36d42a7dcbb17e355a5653af5fd241a7dfd9133080b3dde8d9e2aafb - # via torch-geometric -scipy==1.9.3 \ - --hash=sha256:06d2e1b4c491dc7d8eacea139a1b0b295f74e1a1a0f704c375028f8320d16e31 \ - --hash=sha256:0d54222d7a3ba6022fdf5773931b5d7c56efe41ede7f7128c7b1637700409108 \ - --hash=sha256:1884b66a54887e21addf9c16fb588720a8309a57b2e258ae1c7986d4444d3bc0 \ - --hash=sha256:1a72d885fa44247f92743fc20732ae55564ff2a519e8302fb7e18717c5355a8b \ - --hash=sha256:2318bef588acc7a574f5bfdff9c172d0b1bf2c8143d9582e05f878e580a3781e \ - --hash=sha256:4db5b30849606a95dcf519763dd3ab6fe9bd91df49eba517359e450a7d80ce2e \ - --hash=sha256:545c83ffb518094d8c9d83cce216c0c32f8c04aaf28b92cc8283eda0685162d5 \ - --hash=sha256:5a04cd7d0d3eff6ea4719371cbc44df31411862b9646db617c99718ff68d4840 \ - --hash=sha256:5b88e6d91ad9d59478fafe92a7c757d00c59e3bdc3331be8ada76a4f8d683f58 \ - --hash=sha256:68239b6aa6f9c593da8be1509a05cb7f9efe98b80f43a5861cd24c7557e98523 \ - --hash=sha256:83b89e9586c62e787f5012e8475fbb12185bafb996a03257e9675cd73d3736dd \ - --hash=sha256:83c06e62a390a9167da60bedd4575a14c1f58ca9dfde59830fc42e5197283dab \ - --hash=sha256:90453d2b93ea82a9f434e4e1cba043e779ff67b92f7a0e85d05d286a3625df3c \ - --hash=sha256:abaf921531b5aeaafced90157db505e10345e45038c39e5d9b6c7922d68085cb \ - --hash=sha256:b41bc822679ad1c9a5f023bc93f6d0543129ca0f37c1ce294dd9d386f0a21096 \ - --hash=sha256:c68db6b290cbd4049012990d7fe71a2abd9ffbe82c0056ebe0f01df8be5436b0 \ - --hash=sha256:cff3a5295234037e39500d35316a4c5794739433528310e117b8a9a0c76d20fc \ - --hash=sha256:d01e1dd7b15bd2449c8bfc6b7cc67d630700ed655654f0dfcf121600bad205c9 \ - --hash=sha256:d644a64e174c16cb4b2e41dfea6af722053e83d066da7343f333a54dae9bc31c \ - --hash=sha256:da8245491d73ed0a994ed9c2e380fd058ce2fa8a18da204681f2fe1f57f98f95 \ - --hash=sha256:fbc5c05c85c1a02be77b1ff591087c83bc44579c6d2bd9fb798bb64ea5e1a027 - # via - # scikit-learn - # torch-geometric -servicex==2.5.4 \ - --hash=sha256:269d61545459440025227baa2a01638880ca07bf83f7118b3002a81626c00eee \ - --hash=sha256:85fa70bf56750280a8c2105a6c088c41294f398d5a46cb10fbe8574674f957a1 - # via - # -r requirements.txt - # func-adl-servicex - # servicex-databinder -servicex-databinder==0.2.10 \ - --hash=sha256:0b69e2bc5c100d88e306a9c37d2033b0792d9498c8d047fbb1aab7f8c8a94f23 \ - --hash=sha256:8c02568a559e050fd545c35ac7e7982e8f154eb363b085eb6e4835fe215c2e19 - # via -r requirements.txt -six==1.16.0 \ - --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ - --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254 - # via - # geventhttpclient - # google-auth - # grpcio - # python-dateutil -sympy==1.11.1 \ - --hash=sha256:938f984ee2b1e8eae8a07b884c8b7a1146010040fccddc6539c54f401c8f6fcf \ - --hash=sha256:e32380dce63cb7c0108ed525570092fd45168bdae2faa17e528221ef72e88658 - # via onnxruntime -tcut-to-qastle==0.7 \ - --hash=sha256:6cb1b370f6f17550f6d53a9be9675c46da84ac9dc1918a64aacfdfc3bd51fd93 \ - --hash=sha256:b295d62a6a7501bbb76a94a432d28a0cb245258aed404d50f18be8326af9bcc5 - # via servicex-databinder -tflite-runtime==2.10.0 \ - --hash=sha256:32ecaa9cc10d3807218c9202df7e022e2182b0dd3cf69dc097551fbd85ca5735 \ - --hash=sha256:351391fc467b872f4ed306af375bad98728082b93dae0631f20f40da71bc9b69 \ - --hash=sha256:71d07943e41930bc16e089c7459fa925907e32d88600f07b9fa99c5a2820f0f0 \ - --hash=sha256:7877f4f18cde72b3664029f40a4fd8d4eaf4d2c7905e5cf927463ee1dfd8e0ce \ - --hash=sha256:a082929891945375051fecac97c4d95d360e962e0aa397cce87d9c3d25a671ff \ - --hash=sha256:b5c3baa3586b70021123d09a16310af8658858c3ac9bd5cdc513ccd7ad7abb19 \ - --hash=sha256:b68f6bf92dfb238db7c781f656c5abf3f8e95375606096b26cf517c7629922ae \ - --hash=sha256:c0e91c7bfc26960da4898c85f8ae9bac47d73097c860ede901cc14ca12b9cc81 \ - --hash=sha256:dd9c3651910227b09fb73c8b401dda11b9e2bf5c1ff6931589af4e6117404e95 - # via -r requirements.txt -threadpoolctl==3.1.0 \ - --hash=sha256:8b99adda265feb6773280df41eece7b2e6561b772d21ffd52e372f999024907b \ - --hash=sha256:a335baacfaa4400ae1f0d8e3a58d6674d2f8828e3716bb2802c44955ad391380 - # via scikit-learn -torch==1.12.1 \ - --hash=sha256:03e31c37711db2cd201e02de5826de875529e45a55631d317aadce2f1ed45aa8 \ - --hash=sha256:0b44601ec56f7dd44ad8afc00846051162ef9c26a8579dda0a02194327f2d55e \ - --hash=sha256:42e115dab26f60c29e298559dbec88444175528b729ae994ec4c65d56fe267dd \ - --hash=sha256:42f639501928caabb9d1d55ddd17f07cd694de146686c24489ab8c615c2871f2 \ - --hash=sha256:4e1b9c14cf13fd2ab8d769529050629a0e68a6fc5cb8e84b4a3cc1dd8c4fe541 \ - --hash=sha256:68104e4715a55c4bb29a85c6a8d57d820e0757da363be1ba680fa8cc5be17b52 \ - --hash=sha256:69fe2cae7c39ccadd65a123793d30e0db881f1c1927945519c5c17323131437e \ - --hash=sha256:6cf6f54b43c0c30335428195589bd00e764a6d27f3b9ba637aaa8c11aaf93073 \ - --hash=sha256:743784ccea0dc8f2a3fe6a536bec8c4763bd82c1352f314937cb4008d4805de1 \ - --hash=sha256:8a34a2fbbaa07c921e1b203f59d3d6e00ed379f2b384445773bd14e328a5b6c8 \ - --hash=sha256:976c3f997cea38ee91a0dd3c3a42322785414748d1761ef926b789dfa97c6134 \ - --hash=sha256:9b356aea223772cd754edb4d9ecf2a025909b8615a7668ac7d5130f86e7ec421 \ - --hash=sha256:9c038662db894a23e49e385df13d47b2a777ffd56d9bcd5b832593fab0a7e286 \ - --hash=sha256:a8320ba9ad87e80ca5a6a016e46ada4d1ba0c54626e135d99b2129a4541c509d \ - --hash=sha256:b5dbcca369800ce99ba7ae6dee3466607a66958afca3b740690d88168752abcf \ - --hash=sha256:bfec2843daa654f04fda23ba823af03e7b6f7650a873cdb726752d0e3718dada \ - --hash=sha256:cd26d8c5640c3a28c526d41ccdca14cf1cbca0d0f2e14e8263a7ac17194ab1d2 \ - --hash=sha256:e9c8f4a311ac29fc7e8e955cfb7733deb5dbe1bdaabf5d4af2765695824b7e0d \ - --hash=sha256:f00c721f489089dc6364a01fd84906348fe02243d0af737f944fddb36003400d \ - --hash=sha256:f3b52a634e62821e747e872084ab32fbcb01b7fa7dbb7471b6218279f02a178a \ - --hash=sha256:42b7d500629c9e99d875cb204a1a1f5b3f65f6743823b21de9b4cba5962300d8 - # via -r requirements.txt -torch-geometric==2.1.0.post1 \ - --hash=sha256:32347402076ccf60fa50312825178f1e3e5ce5e7b3b3a8b2729ac699da24525d - # via -r requirements.txt -tqdm==4.64.1 \ - --hash=sha256:5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4 \ - --hash=sha256:6fee160d6ffcd1b1c68c65f14c829c22832bc401726335ce92c52d395944a6a1 - # via - # servicex - # servicex-databinder - # torch-geometric -tritonclient[all]==2.27.0 \ - --hash=sha256:2c7eb48090d2f1cc480681edbf88ff3fbbe76305de851dfffa6cdd8dfa94e9f1 \ - --hash=sha256:cc6eca462f6c88552da4b43521692e9d397067bd6f0fb25a32d99a7aebd303da \ - --hash=sha256:d930180438564b1102185196c291af940de065a31b1411fb865f8e208ed74e0b - # via -r requirements.txt -typing-extensions==4.4.0 \ - --hash=sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa \ - --hash=sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e - # via torch -uproot==4.3.7 \ - --hash=sha256:264f148edde4c4a778d9b347c4ae975fe70a910e87d069fbd2b53e1f99874f0e \ - --hash=sha256:7b55df2b5b8c0db9d4d4e4bdb7161e29215a0fbd39087971b657514d0c67d4c2 - # via servicex -urllib3==1.26.12 \ - --hash=sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e \ - --hash=sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997 - # via - # minio - # requests -vector==0.10.0 \ - --hash=sha256:76705d13ffc7517488478d3e03b1e7c60b76d8a91a298f5bd1f58047288ffc00 \ - --hash=sha256:b785678f449de32476f427911248391ddcc7c3582a522a88cbbd50c92dcae490 - # via fastjet -yarl==1.8.1 \ - --hash=sha256:076eede537ab978b605f41db79a56cad2e7efeea2aa6e0fa8f05a26c24a034fb \ - --hash=sha256:07b21e274de4c637f3e3b7104694e53260b5fc10d51fb3ec5fed1da8e0f754e3 \ - --hash=sha256:0ab5a138211c1c366404d912824bdcf5545ccba5b3ff52c42c4af4cbdc2c5035 \ - --hash=sha256:0c03f456522d1ec815893d85fccb5def01ffaa74c1b16ff30f8aaa03eb21e453 \ - --hash=sha256:12768232751689c1a89b0376a96a32bc7633c08da45ad985d0c49ede691f5c0d \ - --hash=sha256:19cd801d6f983918a3f3a39f3a45b553c015c5aac92ccd1fac619bd74beece4a \ - --hash=sha256:1ca7e596c55bd675432b11320b4eacc62310c2145d6801a1f8e9ad160685a231 \ - --hash=sha256:1e4808f996ca39a6463f45182e2af2fae55e2560be586d447ce8016f389f626f \ - --hash=sha256:205904cffd69ae972a1707a1bd3ea7cded594b1d773a0ce66714edf17833cdae \ - --hash=sha256:20df6ff4089bc86e4a66e3b1380460f864df3dd9dccaf88d6b3385d24405893b \ - --hash=sha256:21ac44b763e0eec15746a3d440f5e09ad2ecc8b5f6dcd3ea8cb4773d6d4703e3 \ - --hash=sha256:29e256649f42771829974e742061c3501cc50cf16e63f91ed8d1bf98242e5507 \ - --hash=sha256:2d800b9c2eaf0684c08be5f50e52bfa2aa920e7163c2ea43f4f431e829b4f0fd \ - --hash=sha256:2d93a049d29df172f48bcb09acf9226318e712ce67374f893b460b42cc1380ae \ - --hash=sha256:31a9a04ecccd6b03e2b0e12e82131f1488dea5555a13a4d32f064e22a6003cfe \ - --hash=sha256:3d1a50e461615747dd93c099f297c1994d472b0f4d2db8a64e55b1edf704ec1c \ - --hash=sha256:449c957ffc6bc2309e1fbe67ab7d2c1efca89d3f4912baeb8ead207bb3cc1cd4 \ - --hash=sha256:4a88510731cd8d4befaba5fbd734a7dd914de5ab8132a5b3dde0bbd6c9476c64 \ - --hash=sha256:4c322cbaa4ed78a8aac89b2174a6df398faf50e5fc12c4c191c40c59d5e28357 \ - --hash=sha256:5395da939ffa959974577eff2cbfc24b004a2fb6c346918f39966a5786874e54 \ - --hash=sha256:5587bba41399854703212b87071c6d8638fa6e61656385875f8c6dff92b2e461 \ - --hash=sha256:56c11efb0a89700987d05597b08a1efcd78d74c52febe530126785e1b1a285f4 \ - --hash=sha256:5999c4662631cb798496535afbd837a102859568adc67d75d2045e31ec3ac497 \ - --hash=sha256:59ddd85a1214862ce7c7c66457f05543b6a275b70a65de366030d56159a979f0 \ - --hash=sha256:6347f1a58e658b97b0a0d1ff7658a03cb79bdbda0331603bed24dd7054a6dea1 \ - --hash=sha256:6628d750041550c5d9da50bb40b5cf28a2e63b9388bac10fedd4f19236ef4957 \ - --hash=sha256:6afb336e23a793cd3b6476c30f030a0d4c7539cd81649683b5e0c1b0ab0bf350 \ - --hash=sha256:6c8148e0b52bf9535c40c48faebb00cb294ee577ca069d21bd5c48d302a83780 \ - --hash=sha256:76577f13333b4fe345c3704811ac7509b31499132ff0181f25ee26619de2c843 \ - --hash=sha256:7c0da7e44d0c9108d8b98469338705e07f4bb7dab96dbd8fa4e91b337db42548 \ - --hash=sha256:7de89c8456525650ffa2bb56a3eee6af891e98f498babd43ae307bd42dca98f6 \ - --hash=sha256:7ec362167e2c9fd178f82f252b6d97669d7245695dc057ee182118042026da40 \ - --hash=sha256:7fce6cbc6c170ede0221cc8c91b285f7f3c8b9fe28283b51885ff621bbe0f8ee \ - --hash=sha256:85cba594433915d5c9a0d14b24cfba0339f57a2fff203a5d4fd070e593307d0b \ - --hash=sha256:8b0af1cf36b93cee99a31a545fe91d08223e64390c5ecc5e94c39511832a4bb6 \ - --hash=sha256:9130ddf1ae9978abe63808b6b60a897e41fccb834408cde79522feb37fb72fb0 \ - --hash=sha256:99449cd5366fe4608e7226c6cae80873296dfa0cde45d9b498fefa1de315a09e \ - --hash=sha256:9de955d98e02fab288c7718662afb33aab64212ecb368c5dc866d9a57bf48880 \ - --hash=sha256:a0fb2cb4204ddb456a8e32381f9a90000429489a25f64e817e6ff94879d432fc \ - --hash=sha256:a165442348c211b5dea67c0206fc61366212d7082ba8118c8c5c1c853ea4d82e \ - --hash=sha256:ab2a60d57ca88e1d4ca34a10e9fb4ab2ac5ad315543351de3a612bbb0560bead \ - --hash=sha256:abc06b97407868ef38f3d172762f4069323de52f2b70d133d096a48d72215d28 \ - --hash=sha256:af887845b8c2e060eb5605ff72b6f2dd2aab7a761379373fd89d314f4752abbf \ - --hash=sha256:b19255dde4b4f4c32e012038f2c169bb72e7f081552bea4641cab4d88bc409dd \ - --hash=sha256:b3ded839a5c5608eec8b6f9ae9a62cb22cd037ea97c627f38ae0841a48f09eae \ - --hash=sha256:c1445a0c562ed561d06d8cbc5c8916c6008a31c60bc3655cdd2de1d3bf5174a0 \ - --hash=sha256:d0272228fabe78ce00a3365ffffd6f643f57a91043e119c289aaba202f4095b0 \ - --hash=sha256:d0b51530877d3ad7a8d47b2fff0c8df3b8f3b8deddf057379ba50b13df2a5eae \ - --hash=sha256:d0f77539733e0ec2475ddcd4e26777d08996f8cd55d2aef82ec4d3896687abda \ - --hash=sha256:d2b8f245dad9e331540c350285910b20dd913dc86d4ee410c11d48523c4fd546 \ - --hash=sha256:dd032e8422a52e5a4860e062eb84ac94ea08861d334a4bcaf142a63ce8ad4802 \ - --hash=sha256:de49d77e968de6626ba7ef4472323f9d2e5a56c1d85b7c0e2a190b2173d3b9be \ - --hash=sha256:de839c3a1826a909fdbfe05f6fe2167c4ab033f1133757b5936efe2f84904c07 \ - --hash=sha256:e80ed5a9939ceb6fda42811542f31c8602be336b1fb977bccb012e83da7e4936 \ - --hash=sha256:ea30a42dc94d42f2ba4d0f7c0ffb4f4f9baa1b23045910c0c32df9c9902cb272 \ - --hash=sha256:ea513a25976d21733bff523e0ca836ef1679630ef4ad22d46987d04b372d57fc \ - --hash=sha256:ed19b74e81b10b592084a5ad1e70f845f0aacb57577018d31de064e71ffa267a \ - --hash=sha256:f5af52738e225fcc526ae64071b7e5342abe03f42e0e8918227b38c9aa711e28 \ - --hash=sha256:fae37373155f5ef9b403ab48af5136ae9851151f7aacd9926251ab26b953118b - # via aiohttp -zipp==3.10.0 \ - --hash=sha256:4fcb6f278987a6605757302a6e40e896257570d11c51628968ccb2a47e80c6c1 \ - --hash=sha256:7a7262fd930bd3e36c50b9a64897aec3fafff3dfdeec9623ae22b40e93f99bb8 - # via importlib-resources -zope-event==4.5.0 \ - --hash=sha256:2666401939cdaa5f4e0c08cf7f20c9b21423b95e88f4675b1443973bdb080c42 \ - --hash=sha256:5e76517f5b9b119acf37ca8819781db6c16ea433f7e2062c4afc2b6fbedb1330 - # via gevent -zope-interface==5.5.1 \ - --hash=sha256:026e7da51147910435950a46c55159d68af319f6e909f14873d35d411f4961db \ - --hash=sha256:061a41a3f96f076686d7f1cb87f3deec6f0c9f0325dcc054ac7b504ae9bb0d82 \ - --hash=sha256:0eda7f61da6606a28b5efa5d8ad79b4b5bb242488e53a58993b2ec46c924ffee \ - --hash=sha256:13a7c6e3df8aa453583412de5725bf761217d06f66ff4ed776d44fbcd13ec4e4 \ - --hash=sha256:185f0faf6c3d8f2203e8755f7ca16b8964d97da0abde89c367177a04e36f2568 \ - --hash=sha256:2204a9d545fdbe0d9b0bf4d5e2fc67e7977de59666f7131c1433fde292fc3b41 \ - --hash=sha256:27c53aa2f46d42940ccdcb015fd525a42bf73f94acd886296794a41f229d5946 \ - --hash=sha256:3c293c5c0e1cabe59c33e0d02fcee5c3eb365f79a20b8199a26ca784e406bd0d \ - --hash=sha256:3e42b1c3f4fd863323a8275c52c78681281a8f2e1790f0e869d911c1c7b25c46 \ - --hash=sha256:3e5540b7d703774fd171b7a7dc2a3cb70e98fc273b8b260b1bf2f7d3928f125b \ - --hash=sha256:4477930451521ac7da97cc31d49f7b83086d5ae76e52baf16aac659053119f6d \ - --hash=sha256:475b6e371cdbeb024f2302e826222bdc202186531f6dc095e8986c034e4b7961 \ - --hash=sha256:489c4c46fcbd9364f60ff0dcb93ec9026eca64b2f43dc3b05d0724092f205e27 \ - --hash=sha256:509a8d39b64a5e8d473f3f3db981f3ca603d27d2bc023c482605c1b52ec15662 \ - --hash=sha256:58331d2766e8e409360154d3178449d116220348d46386430097e63d02a1b6d2 \ - --hash=sha256:59a96d499ff6faa9b85b1309f50bf3744eb786e24833f7b500cbb7052dc4ae29 \ - --hash=sha256:6cb8f9a1db47017929634264b3fc7ea4c1a42a3e28d67a14f14aa7b71deaa0d2 \ - --hash=sha256:6d678475fdeb11394dc9aaa5c564213a1567cc663082e0ee85d52f78d1fbaab2 \ - --hash=sha256:72a93445937cc71f0b8372b0c9e7c185328e0db5e94d06383a1cb56705df1df4 \ - --hash=sha256:76cf472c79d15dce5f438a4905a1309be57d2d01bc1de2de30bda61972a79ab4 \ - --hash=sha256:7b4547a2f624a537e90fb99cec4d8b3b6be4af3f449c3477155aae65396724ad \ - --hash=sha256:7f2e4ebe0a000c5727ee04227cf0ff5ae612fe599f88d494216e695b1dac744d \ - --hash=sha256:8343536ea4ee15d6525e3e726bb49ffc3f2034f828a49237a36be96842c06e7c \ - --hash=sha256:8de7bde839d72d96e0c92e8d1fdb4862e89b8fc52514d14b101ca317d9bcf87c \ - --hash=sha256:90f611d4cdf82fb28837fe15c3940255755572a4edf4c72e2306dbce7dcb3092 \ - --hash=sha256:9ad58724fabb429d1ebb6f334361f0a3b35f96be0e74bfca6f7de8530688b2df \ - --hash=sha256:a1393229c9c126dd1b4356338421e8882347347ab6fe3230cb7044edc813e424 \ - --hash=sha256:a20fc9cccbda2a28e8db8cabf2f47fead7e9e49d317547af6bf86a7269e4b9a1 \ - --hash=sha256:a69f6d8b639f2317ba54278b64fef51d8250ad2c87acac1408b9cc461e4d6bb6 \ - --hash=sha256:a6f51ffbdcf865f140f55c484001415505f5e68eb0a9eab1d37d0743b503b423 \ - --hash=sha256:c9552ee9e123b7997c7630fb95c466ee816d19e721c67e4da35351c5f4032726 \ - --hash=sha256:cd423d49abcf0ebf02c29c3daffe246ff756addb891f8aab717b3a4e2e1fd675 \ - --hash=sha256:d0587d238b7867544134f4dcca19328371b8fd03fc2c56d15786f410792d0a68 \ - --hash=sha256:d1f2d91c9c6cd54d750fa34f18bd73c71b372d0e6d06843bc7a5f21f5fd66fe0 \ - --hash=sha256:d743b03a72fefed807a4512c079fb1aa5e7777036cc7a4b6ff79ae4650a14f73 \ - --hash=sha256:dd4b9251e95020c3d5d104b528dbf53629d09c146ce9c8dfaaf8f619ae1cce35 \ - --hash=sha256:e4988d94962f517f6da2d52337170b84856905b31b7dc504ed9c7b7e4bab2fc3 \ - --hash=sha256:e6a923d2dec50f2b4d41ce198af3516517f2e458220942cf393839d2f9e22000 \ - --hash=sha256:e8c8764226daad39004b7873c3880eb4860c594ff549ea47c045cdf313e1bad5 - # via gevent - -# WARNING: The following packages were not pinned, but pip requires them to be -# pinned when the requirements file includes hashes. Consider using the --allow-unsafe flag. -# setuptools \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/requirements.txt b/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/requirements.txt deleted file mode 100644 index e487e18b..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/environment/requirements.txt +++ /dev/null @@ -1,169 +0,0 @@ -aiohttp==3.8.4 -aiosignal==1.3.1 -anyio==3.6.2 -appnope==0.1.3 -argon2-cffi==21.3.0 -argon2-cffi-bindings==21.2.0 -arrow==1.2.3 -asttokens==2.2.1 -async-timeout==4.0.2 -attrs==22.2.0 -awkward==1.10.3 -awkward0==0.15.5 -backcall==0.2.0 -backoff==2.2.1 -beautifulsoup4==4.12.0 -bleach==6.0.0 -bokeh==2.4.3 -boost-histogram==1.3.2 -cabinetry==0.5.2 -cachetools==5.3.0 -certifi==2022.12.7 -cffi==1.15.1 -charset-normalizer==3.1.0 -click==8.1.3 -cloudpickle==2.2.1 -coffea==0.7.21 -comm==0.1.3 -configparser==5.3.0 -confuse==2.0.1 -contourpy==1.0.7 -correctionlib==2.2.2 -cycler==0.11.0 -dask==2023.3.2 -debugpy==1.6.6 -decorator==5.1.1 -defusedxml==0.7.1 -distributed==2023.3.2 -executing==1.2.0 -fastjsonschema==2.16.3 -fonttools==4.39.3 -fqdn==1.5.1 -frozenlist==1.3.3 -fsspec==2023.3.0 -func-adl==3.2.4 -func-adl-servicex==2.2 -google-auth==2.17.1 -HeapDict==1.0.1 -hist==2.6.3 -histoprint==2.4.0 -idna==2.10 -iminuit==2.21.3 -importlib-metadata==6.1.0 -ipykernel==6.22.0 -ipython==8.12.0 -ipython-genutils==0.2.0 -ipywidgets==8.0.6 -isoduration==20.11.0 -jedi==0.18.2 -Jinja2==3.1.2 -jsonpatch==1.32 -jsonpointer==2.3 -jsonschema==4.17.3 -jupyter==1.0.0 -jupyter-console==6.6.3 -jupyter-events==0.6.3 -jupyter_client==8.1.0 -jupyter_core==5.3.0 -jupyter_server==2.5.0 -jupyter_server_terminals==0.4.4 -jupyterlab-pygments==0.2.2 -jupyterlab-widgets==3.0.7 -jupytext==1.14.1 -kiwisolver==1.4.4 -lark-parser==0.12.0 -llvmlite==0.39.1 -locket==1.0.0 -lz4==4.3.2 -make-it-sync==1.0.0 -markdown-it-py==2.2.0 -MarkupSafe==2.1.2 -matplotlib==3.7.1 -matplotlib-inline==0.1.6 -mdurl==0.1.2 -minio==5.0.10 -mistune==2.0.5 -mplhep==0.3.26 -mplhep-data==0.0.3 -msgpack==1.0.5 -multidict==6.0.4 -nbclassic==0.5.4 -nbclient==0.7.3 -nbconvert==7.3.0 -nbformat==5.8.0 -nest-asyncio==1.5.6 -notebook==6.5.3 -notebook_shim==0.2.2 -numba==0.56.4 -numpy==1.23.5 -packaging==23.0 -pandas==1.5.3 -pandocfilters==1.5.0 -parso==0.8.3 -partd==1.3.0 -pexpect==4.8.0 -pickleshare==0.7.5 -Pillow==9.5.0 -platformdirs==3.2.0 -prometheus-client==0.16.0 -prompt-toolkit==3.0.38 -psutil==5.9.4 -ptyprocess==0.7.0 -pure-eval==0.2.2 -pyarrow==11.0.0 -pyasn1==0.4.8 -pyasn1-modules==0.2.8 -pycparser==2.21 -pydantic==1.10.7 -Pygments==2.14.0 -pyhf==0.7.0 -pyparsing==3.0.9 -pyrsistent==0.19.3 -python-dateutil==2.8.2 -python-json-logger==2.0.7 -pytz==2023.3 -PyYAML==6.0 -pyzmq==25.0.2 -qastle==0.16.0 -qtconsole==5.4.2 -QtPy==2.3.1 -rfc3339-validator==0.1.4 -rfc3986-validator==0.1.1 -rich==13.3.3 -rsa==4.9 -scipy==1.10.1 -Send2Trash==1.8.0 -servicex==2.6.2 -six==1.16.0 -sniffio==1.3.0 -sortedcontainers==2.4.0 -soupsieve==2.4 -stack-data==0.6.2 -tabulate==0.9.0 -tblib==1.7.0 -terminado==0.17.1 -tinycss2==1.2.1 -toml==0.10.2 -toolz==0.12.0 -tornado==6.2 -tqdm==4.65.0 -traitlets==5.9.0 -tritonclient==2.32.0 -typing_extensions==4.5.0 -uhi==0.3.3 -uproot==4.3.7 -uproot3==3.14.4 -uproot3-methods==0.10.1 -uri-template==1.2.0 -urllib3==1.26.15 -vector==0.8.5 -wcwidth==0.2.6 -webcolors==1.13 -webencodings==0.5.1 -websocket-client==1.5.1 -widgetsnbextension==4.0.7 -xgboost==1.7.1 -yarl==1.8.2 -zict==2.2.0 -zipp==3.15.0 -zstandard==0.19.0 \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/file_merging.ipynb b/analyses/cms-open-data-ttbar/Repr-step(REANA)/file_merging.ipynb deleted file mode 100644 index ae89945a..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/file_merging.ipynb +++ /dev/null @@ -1,62 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import glob\n", - "import hist\n", - "import uproot\n", - "import matplotlib.pyplot as plt" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_histograms = {}\n", - "\n", - "for fname in glob.glob(f\"histograms/histograms_{sample_name}_*/**/*.root\", recursive=True):\n", - " print(f\"opening file {fname}\")\n", - " with uproot.open(fname) as f:\n", - " # loop over all histograms in file\n", - " for key in f.keys(cycle=False):\n", - " if key not in all_histograms.keys():\n", - " # this kind of histogram has not been seen yet, create a new entry for it\n", - " all_histograms.update({key: hist.Hist(f[key])})\n", - " else:\n", - " # this kind of histogram is already being tracked, so add it\n", - " all_histograms[key] += hist.Hist(f[key])\n", - "\n", - "# save this to a new file\n", - "with uproot.recreate(f\"everything_merged_{sample_name}.root\") as f:\n", - " for key, value in all_histograms.items():\n", - " f[key] = value\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import uproot\n", - "file = uproot.open(f\"everything_merged_{sample_name}.root\")\n", - "\n", - "keys = file.keys()\n", - "print(\"Keys for the heverything_merged.root:\", keys)" - ] - } - ], - "metadata": { - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/final_merging.ipynb b/analyses/cms-open-data-ttbar/Repr-step(REANA)/final_merging.ipynb deleted file mode 100644 index 87a4745f..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/final_merging.ipynb +++ /dev/null @@ -1,75 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import logging\n", - "import time\n", - "\n", - "import awkward as ak\n", - "import cabinetry\n", - "import cloudpickle\n", - "import correctionlib\n", - "from coffea import processor\n", - "from coffea.nanoevents import NanoAODSchema\n", - "from coffea.analysis_tools import PackedSelection\n", - "import copy\n", - "from func_adl import ObjectStream\n", - "from func_adl_servicex import ServiceXSourceUpROOT\n", - "import hist\n", - "import matplotlib.pyplot as plt\n", - "import numpy as np\n", - "import pyhf\n", - "\n", - "import utils # contains code for bookkeeping and cosmetics, as well as some boilerplate\n", - "\n", - "logging.getLogger(\"cabinetry\").setLevel(logging.INFO)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import uproot\n", - "\n", - "if merged_step == 'Yes':\n", - " LIST_OF_FILES_PER_SAMPLE = [\n", - " \"everything_merged_ttbar__nominal.root\",\n", - " \"everything_merged_ttbar__ME_var.root\",\n", - " \"everything_merged_ttbar__PS_var.root\",\n", - " \"everything_merged_ttbar__scaleup.root\",\n", - " \"everything_merged_ttbar__scaledown.root\",\n", - " \"everything_merged_single_top_s_chan__nominal.root\",\n", - " \"everything_merged_single_top_t_chan__nominal.root\",\n", - " \"everything_merged_single_top_tW__nominal.root\",\n", - " \"everything_merged_wjets__nominal.root\"\n", - " ]\n", - " print(LIST_OF_FILES_PER_SAMPLE)\n", - "\n", - "if merged_step == 'Yes':\n", - " import uproot\n", - "\n", - "# LIST_OF_FILES_PER_SAMPLE is a list of 9 files containing histograms per sample\n", - "\n", - " with uproot.recreate(\"histograms_merged.root\") as f_out:\n", - " for h_file in LIST_OF_FILES_PER_SAMPLE:\n", - " with uproot.open(h_file) as f_per_sample:\n", - " for key in f_per_sample.keys(cycle=False):\n", - " value = f_per_sample[key]\n", - " f_out[key] = value\n" - ] - } - ], - "metadata": { - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/fix-env.sh b/analyses/cms-open-data-ttbar/Repr-step(REANA)/fix-env.sh deleted file mode 100644 index f6344275..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/fix-env.sh +++ /dev/null @@ -1 +0,0 @@ -export PATH="/opt/micromamba/envs/analysis-systems/bin/:$PATH" \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/models/model_even.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/models/model_even.json deleted file mode 100644 index 0a9a0e40..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/models/model_even.json +++ /dev/null @@ -1 +0,0 @@ -{"learner":{"attributes":{"best_iteration":"250","best_ntree_limit":"251","scikit_learn":"{\"use_label_encoder\": null, \"n_estimators\": 100, \"objective\": \"binary:logistic\", \"max_depth\": null, \"max_leaves\": null, \"max_bin\": null, \"grow_policy\": null, \"learning_rate\": 0.78, \"verbosity\": null, \"booster\": null, \"tree_method\": \"hist\", \"gamma\": 0.00206913808111479, \"min_child_weight\": 0.16237767391887217, \"max_delta_step\": null, \"subsample\": null, \"sampling_method\": null, \"colsample_bytree\": null, \"colsample_bylevel\": null, \"colsample_bynode\": null, \"reg_alpha\": 1, \"reg_lambda\": 0.5, \"scale_pos_weight\": null, \"base_score\": null, \"missing\": NaN, \"num_parallel_tree\": null, \"random_state\": 5, \"n_jobs\": null, \"monotone_constraints\": null, \"interaction_constraints\": null, \"importance_type\": null, \"gpu_id\": null, \"validate_parameters\": null, \"predictor\": null, \"enable_categorical\": false, \"feature_types\": null, \"max_cat_to_onehot\": null, \"max_cat_threshold\": null, \"eval_metric\": null, \"early_stopping_rounds\": null, \"callbacks\": null, \"classes_\": [0.0, 1.0], \"kwargs\": {\"nthread\": -1}, \"n_classes_\": 2, \"_estimator_type\": \"classifier\"}"},"feature_names":[],"feature_types":[],"gradient_booster":{"model":{"gbtree_model_param":{"num_parallel_tree":"1","num_trees":"251","size_leaf_vector":"0"},"tree_info":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"trees":[{"base_weights":[-1.6665444E0,-1.2810979E0,-1.9428703E0,-8.28866E-1,-1.8151114E0,-1.8418272E0,-1.5494906E0,-3.255599E-1,-1.7138212E0,-1.5604061E0,-1.9470198E0,-1.0604026E0,-1.5356785E0,2.7825245E-1,-1.8488419E0,-1.3045977E0,-1.8730878E0,-1.6950221E0,-9.947917E-1,-1.9480519E0,-0E0,-6.182618E-1,-1.7392796E0,5.837818E-1,-1.7352941E0,2.2222222E-1,-1.8875103E0,-1.0627451E0,-1.946524E0,-1.7257318E0,-1.525085E0,-1.4839886E0,-1.4301914E0,-1.7582418E0,-2.955665E-1,-1.8539435E0,-1.5458026E0,-1E0,2.1908127E-1,-1.7700348E0,-0E0,-1.215534E0,7.7440524E-1,8.695652E-2,-1.7886792E0,-4.347826E-1,1E0,-1.5680345E0,-1.9591211E0,-1.5983936E0,-5.4198474E-1,-0E0,-1.5263611E0,-1.3703704E0,-1.8360655E0,-1.7577046E0,-7.627119E-1,-1.7685951E0,-0E0,2.147651E-1,-1.709091E0,-1.4719095E0,-1.1851852E0,-7.7045906E-1,-1.8449613E0,-1.08E0,9.4054055E-1,-9.019608E-1,-1.84E0,5.2E-1,-2.857143E-1,-1.4673913E0,-5.503356E-1,3.9589E-1,1.5691524E0,6.685714E-1,-0E0,-1.8071066E0,-0E0,-0E0,-9.36E-1,-0E0,1.2380953E0,-1.678899E0,6.896552E-2,-1.5296777E0,-0E0,-3.448276E-1,-1.6602973E0,-1.007595E0,8.396947E-1,-1.7636364E0,-4.9056605E-1,-0E0,-1.4350718E0,-1.8439531E0,-1.3333334E0,-1.02389075E-1,-1.801105E0,-0E0,-1.3944134E0,-1.0555556E0,6.315789E-1,-1.7431192E0,-0E0,-1.7590362E0,5.185185E-1,-1.3394495E0,-3.1578946E-1,-0E0,-1.8740157E0,-0E0,-1.3766234E0,1.1578947E0,-1.25E0,-1.5E0,7.692308E-1,-1.4457803E0,-0E0,-5.2E-1,-0E0,-2.857143E-1,-1.5186247E0,-0E0,-1.0769231E0,-8.877551E-1,5.693731E-1,-1.0909091E-1,1.6306069E0,-5.714286E-1,5.2E-1,-1.2083334E0,-1.8789625E0,5.2E-1,-3.12E-1,5.4545456E-1,-5.2E-1,-0E0,1.2133334E0,-0E0,-1.7037038E0,-5.882353E-1,1.1428572E0,-1.25E0,4E-1,-1.4408332E0,-1.3297297E0,-4.920635E-1,-1.862069E0,-0E0,1.2527473E0,-0E0,-1.7808219E0,-1.6363636E0,6.415094E-1,-1.8534031E0,-0E0,-1.3720931E0,-0E0,1.7460318E-1,-1.4148837E0,-1.8426967E0,-0E0,-0E0,-3.12E-1,-1.5636364E0,3.1578946E-1,-4.4444445E-1,9.7727275E-1,-0E0,-1.7777778E0,-0E0,-1.8024691E0,-6.685714E-1,1.0909091E0,-1.4423077E0,3.3333334E-1,-1.1401869E0,1.5555556E-1,-1.4851199E0,-0E0,-6.666667E-1,6.666667E-1,-0E0,-1.5223881E0,-0E0,1.3288591E0,-1.1439999E0,-0E0,-1.6842105E0,-0E0,9.36E-1,-0E0,-5.2E-1,-0E0,-1.0769231E0,4E-1,-1.5362319E0,-0E0,5.4545456E-1,-3.809524E-1,-1.2571429E0,-0E0,-4.489796E-1,-1.5704699E0,-1.08E0,6.916575E-1,-7.3170733E-1,1.25E0,1.163728E0,1.7894737E0,-8.666667E-1,-0E0,-1.4146341E0,-0E0,-1.4699566E0,-0E0,-0E0,8.666667E-1,-0E0,3.12E-1,-1.7283373E0,-0E0,-9.36E-1,-0E0,1.08E0,-0E0,-1.1439999E0,-0E0,-0E0,8.666667E-1,-1.6666666E0,-9.010989E-1,-1E0,8E-1,-0E0,-1.4733332E0,-4.7058824E-1,9.36E-1,1.3333334E-1,1.6825397E0,-0E0,-1.797235E0,-1.3833963E0,-0E0,1.3548387E0,-1.6666667E-1,-1.4566886E0,-1.8181819E-1,-0E0,-3.12E-1,-1.4355829E0,-0E0,-1.4E0,4.8598132E-1,-1.8628571E0,-0E0,-0E0,-1.6923077E0,-2.2222222E-1,1E0,5.263158E-1,-1.027027E0,-0E0,1.2517985E0,-0E0,-1.4128301E0,-0E0,-1.8481013E0,1.4E0,-0E0,-0E0,-1.5811518E0,8.666667E-1,-3.12E-1,-0E0,-1.4634147E0,-9.62963E-1,3.7419355E-1,-0E0,-1.0769231E0,9.36E-1,-0E0,-7.8E-1,5.2E-1,-1.5757576E0,-0E0,-7.692308E-1,7.692308E-1,-0E0,1.4411764E0,-1.3866667E0,-0E0,-1.04E0,-0E0,-0E0,7.8E-1,-0E0,-1.5451895E0,-1.1764706E-1,1.3333334E0,5.4545456E-1,-7.878788E-1,-1.5172414E0,-0E0,-3.12E-1,6.685714E-1,-1.2688172E0,2.5974026E-2,-0E0,-1.6388888E0,-1.2820513E0,-2.6086956E-1,7.8995615E-1,-4.4859812E-1,3.529412E-1,-1.5384616E0,-0E0,1.1439999E0,4.1379312E-1,1.4487633E0,-0E0,1.7994628E0,-1.4871795E0,-0E0,5.4545456E-1,-6.685714E-1,-1.745283E0,-0E0,-0E0,3.12E-1,3.12E-1,-0E0,-5.2E-1,-0E0,-0E0,-1.775281E0,-5.7142857E-2,-1.3103448E0,-1.1656442E0,8.695652E-2,-2.857143E-1,1.1034483E0,-1.1304348E0,4.6153846E-1,-7.692308E-1,9.4736844E-1,1.8E0,-0E0,-1.8454106E0,-3.3333334E-1,-0E0,1.5555556E0,-1.1428572E0,6.666667E-1,3.12E-1,-7.8E-1,-1.475E0,-0E0,-6.685714E-1,5.2E-1,-0E0,-1.4871795E0,-3.2E-1,7.4698794E-1,-0E0,-1.4693022E0,-1.7647059E0,-0E0,-0E0,-6.685714E-1,-0E0,9.927272E-1,1E0,-3.12E-1,-0E0,-1.4285715E0,-1.0588236E0,6.666667E-1,7.4074075E-2,1.4736842E0,-1.4778947E0,-0E0,1.231579E0,-0E0,7.8E-1,-4.6153846E-1,-9.285714E-1,-1.7956204E0,-8.235294E-1,1E0,-1.5443038E0,-0E0,-0E0,-1.231579E0,6.181818E-1,-1.2765957E-1,-0E0,-1.04E0,-0E0,-1.6307693E0,-0E0,-9.36E-1,-0E0,9.927272E-1,6.685714E-1,-4E-1,1.6363636E0,4.2857143E-1,-1.5542521E0,-0E0,4E-1,-8.666667E-1,-0E0,1.1929412E0,8.666667E-1,-0E0,-1.0344827E0,-0E0,-0E0,-1.6296296E0,-6.685714E-1,6.666667E-1,-3.6363637E-1,-1.4520547E0,-2.4E-1,1.2258065E0,-0E0,3.12E-1,-1.5384616E-1,-1.7293233E0,-1.3202615E0,-0E0,-9.3333334E-1,6.666667E-1,2.7893174E-1,8.6660534E-1,-1.3504274E0,5.858586E-1,8.5714287E-1,-3.12E-1,-1.3103999E0,-0E0,-1.21212125E-1,1.1538461E0,-0E0,1.5675676E0,-0E0,-3.12E-1,1.3469387E0,1.4508641E0,-0E0,-1.5324675E0,8.666667E-1,-0E0,-0E0,-1.7535545E0,-3.12E-1,-0E0,-5.2E-1,3.12E-1,-0E0,-1.4181818E0,7.692308E-1,-6.666667E-1,-0E0,-1.52E0,-1.4188035E0,-4.1666666E-1,-8.666667E-1,1E0,2.857143E-1,-8.666667E-1,1.2142857E0,-0E0,-1.4E0,-0E0,9.36E-1,-3.12E-1,-9.927272E-1,-0E0,-0E0,1.2941177E0,-0E0,1.4542372E0,-0E0,-1.862745E0,-0E0,-6.685714E-1,1.3199999E0,-0E0,-1.08E0,-0E0,8.666667E-1,-0E0,-1.5294118E0,-0E0,-0E0,-1.5789474E0,4.347826E-1,-1.0344827E0,1.0909091E-1,1.0088495E0,-1.432653E0,-0E0,1.2E0,-0E0,5.2E-1,-2.857143E-1,-0E0,-1.5555556E0,-0E0,-1.1142857E0,1.0476191E0,-3.12E-1,6.666667E-1,-7.8E-1,-0E0,1.5315316E0,-8.666667E-1,-0E0,5.2E-1,-1.1538461E0,-0E0,-1.4223529E0,-1.2E0,-0E0,9.927272E-1,-0E0,-0E0,-1.5897436E0,-0E0,5.2E-1,9.4736844E-1,-0E0,-8.333333E-1,4E-1,-0E0,-1.6825397E0,-0E0,-7.8E-1,1.7009345E0,-0E0,1.17E0,-5.714286E-1,-1.5634218E0,-0E0,-0E0,6.685714E-1,-0E0,-1.4285715E0,-0E0,3.12E-1,-1.3245282E0,-0E0,7.8E-1,-0E0,2.857143E-1,-8.235294E-1,-1.5E0,-0E0,-9.5652175E-1,1.2345679E-1,-0E0,1.4482758E0,-7.8E-1,2.857143E-1,-1.7557251E0,-0E0,-1.3741497E0,-0E0,3.12E-1,-1.2592592E0,1E0,-0E0,7.7386934E-1,-4E-1,-0E0,9.0229887E-1,-1.52E0,-1.0526316E-1,-4E-1,7.906977E-1,-0E0,9.927272E-1,3.75E-1,-6.666667E-1,1.4285715E0,-0E0,9.3333334E-1,-7.692308E-1,1.6290323E0,-0E0,1.4626865E0,-0E0,-0E0,-1.6111112E0,-1.7619047E0,-0E0,9.927272E-1,-0E0,-1.1111112E0,-0E0,2.857143E-1,-3.12E-1,-0E0,-1.6444445E0,-0E0,-1.4736842E0,-1.2380953E0,6.896552E-2,-0E0,1.08E0,5.2E-1,-0E0,-0E0,1.36E0,-0E0,-1.231579E0,1.17E0,-0E0,-1.4668657E0,-0E0,3.12E-1,-0E0,-0E0,-1.5526316E0,-3.12E-1,-0E0,-1.6666666E0,-0E0,-5E-1,1.0588236E0,-0E0,-1.36E0,7.826087E-1,-2.3529412E-1,-0E0,1.16E0,-0E0,1.1142857E0,-0E0,-5.2E-1,-1.3E0,-0E0,-0E0,1.2E0,-3.12E-1,1.1111112E0,-0E0,1.588785E0,-0E0,3.12E-1,-1.4146341E0,-0E0,-0E0,-1.08E0,-0E0,-1.6315789E0,-3.12E-1,-0E0,1.0857143E0,-0E0,-3.2258064E-1,6.685714E-1,-1.2380953E0,3.12E-1,-5E-1,9.4736844E-1,-0E0,-1.3554097E0,-0E0,1.7669903E0,-9.36E-1,-0E0,-1.5727003E0,-0E0,3.12E-1,-2.857143E-1,-0E0,-1.248E0,5.2E-1,-0E0,-0E0,-1.1428572E0,-0E0,-1.625E0,-0E0,-1.2631578E0,5.5172414E-1,-7.2E-1,-0E0,1.5714285E0,5.2E-1,-0E0,-1.7829458E0,-0E0,-1.4285715E0,-0E0,-3.12E-1,3.12E-1,-1.2628571E0,-0E0,-0E0,1.1142857E0,-5.263158E-1,9.230769E-1,-0E0,-1.1489362E0,3.6065573E-1,-7.586207E-1,9.1698843E-1,-6.666667E-1,-1.6444445E0,-0E0,-8.5714287E-1,6.685714E-1,-9.36E-1,2.857143E-1,9.8734176E-1,-6.666667E-1,1E0,-0E0,-1.3043479E0,1.3333334E-1,1.5121951E0,-0E0,-5E-1,5.2E-1,-0E0,1.1428572E0,-0E0,-9.36E-1,-0E0,1.6707819E0,-5E-1,6.685714E-1,-0E0,1.5625E0,-4E-1,6.685714E-1,-3.12E-1,-0E0,-4.6153846E-1,-1.7377049E0,-0E0,-1.7697842E0,-1.1142857E0,-0E0,-0E0,5.2E-1,-0E0,5.2E-1,-0E0,-3.12E-1,-1.7209302E0,-0E0,-1.5272727E0,-0E0,-1.2133334E0,-0E0,5.4545456E-1,-6.666667E-1,3.12E-1,-3.12E-1,1.4782609E0,-0E0,-0E0,-1.5761589E0,-0E0,3.12E-1,-1.370909E0,-0E0,-0E0,-6.685714E-1,-0E0,9.7499996E-1,-0E0,3.12E-1,-1.5E0,-0E0,1.1142857E0,-0E0,5.714286E-1,-9.0909094E-1,-6.666667E-1,5E-1,-0E0,1.3103448E0,1.17E0,-0E0,-0E0,1.17E0,-0E0,1.6226416E0,-0E0,-1.5897436E0,5.2E-1,-6.666667E-1,-1.7575758E0,-3.3333334E-1,1.2786885E0,-0E0,-0E0,-5.2E-1,1.3333334E-1,-8.888889E-1,-1.4E0,-0E0,-0E0,-6.685714E-1,-0E0,1.2941177E0,1.84E0,-0E0,-0E0,3.12E-1,-0E0,-1.5808383E0,-0E0,-5.2E-1,-1.08E0,-0E0,-5E-1,-0E0,-0E0,-1.7288135E0,-3.12E-1,6.685714E-1,-0E0,-1.4117647E0,1.1929412E0,4.6511628E-2,3.12E-1,-1.0909091E0,1.3199999E0,-0E0,-0E0,-1.4114286E0,-1.4532374E0,-0E0,-3.12E-1,-0E0,-0E0,-1E0,1.0769231E0,-0E0,-5E-1,4.489796E-1,-1.2173913E0,-0E0,8.717949E-1,-3.3333334E-1,-1.2727273E0,2.2222222E-1,8.5776097E-1,1.3777778E0,-1.2E0,3.12E-1,-1.6853932E0,-0E0,-6.685714E-1,2.857143E-1,-1.04E0,-0E0,5.2E-1,-0E0,-0E0,1.0985916E0,-7.8E-1,-0E0,1.1142857E0,-0E0,-6.685714E-1,1.5384616E-1,-1.4545455E0,-0E0,9.0909094E-1,-5.2E-1,-0E0,1.6E0,-6.685714E-1,-0E0,-0E0,1.08E0,-3.12E-1,-0E0,-0E0,1.7118644E0,-6.685714E-1,-0E0,-5.2E-1,-0E0,-0E0,1.6422764E0,-0E0,-6.666667E-1,-9.36E-1,3.12E-1,-1.4444444E0,-2.2222222E-1,-1.3925853E0,-2.2222222E-1,-1.4039999E0,-0E0,-1.6363636E0,-1.5384616E-1,-0E0,1.1428572E0,-0E0,-7.8E-1,1.5555556E0,-0E0,-1.6E0,-0E0,-1.2763636E0,-0E0,-5.2E-1,2.857143E-1,1E0,-0E0,-1.2E0,-0E0,-0E0,-7.8E-1,6.685714E-1,-0E0,-4E-1,6.685714E-1,1.4074074E0,-0E0,1.6571429E0,-0E0,-0E0,-1.6666666E0,-7.8E-1,-0E0,-1.4114286E0,-0E0,-7.8E-1,-0E0,1.4385965E0,-0E0,2.857143E-1,-5.2E-1,-5E-1,8.666667E-1,-0E0,-1.25E0,-0E0,-1.231579E0,1.17E0,-0E0,-0E0,1.4654545E0,-1.5903615E0,-0E0,-6.685714E-1,-0E0,-3.12E-1,-0E0,-0E0,-1.3928571E0,-0E0,-1.5151515E0,-3.2258064E-1,1.1428572E0,-1.3684211E0,-0E0,-1.5114504E0,-0E0,-0E0,3.12E-1,-0E0,3.12E-1,-9.927272E-1,-0E0,1.1466666E0,-0E0,9.36E-1,-6E-1,6.666667E-1,-8.292683E-1,7.777778E-1,-1.3333334E-1,-1.2888889E0,-0E0,-0E0,1.2E0,1.8181819E-1,-9.3333334E-1,-0E0,-1.4285715E0,-0E0,6.685714E-1,9.360544E-1,5.4068244E-1,-0E0,1.5247525E0,-0E0,-1.1142857E0,-1.7272727E0,-0E0,-0E0,5.2E-1,-2.857143E-1,3.12E-1,1.1884058E0,-0E0,7.8E-1,-2.857143E-1,-1.248E0,-0E0,9.36E-1,-0E0,-0E0,1.6923077E0,-3.12E-1,5.2E-1,1.7264957E0,-0E0,-0E0,1.6949153E0,-0E0,-7.8E-1,-0E0,-6.685714E-1,-0E0,-6.685714E-1,-1.3026804E0,-0E0,-6.685714E-1,-0E0,-5E-1,-0E0,-0E0,1.08E0,1.6279069E0,-0E0,-0E0,-1.2802758E0,-0E0,5.2E-1,9.927272E-1,-0E0,-1.1929412E0,-0E0,-0E0,-7.8E-1,1.5757576E0,3.529412E-1,-3.12E-1,3.12E-1,-0E0,1.6893204E0,-1.370909E0,-0E0,-0E0,3.12E-1,-0E0,1.5E0,-3.12E-1,-0E0,5.2E-1,-0E0,-6.685714E-1,-0E0,-1.1142857E0,-0E0,-1.6149068E0,-3.3333334E-1,-0E0,-1.3371428E0,-8.235294E-1,-0E0,1.08E0,-0E0,-1.1929412E0,-0E0,-0E0,-1.5348837E0,-5.2E-1,-0E0,-3.12E-1,-0E0,1.2E0,-0E0,-5.2E-1,-0E0,-0E0,-9.927272E-1,7.8E-1,-0E0,-1.0588236E0,-0E0,-2.857143E-1,1.0967742E0,-8E-1,2.857143E-1,-1.4146341E0,-0E0,2.857143E-1,-5.2E-1,1.52E0,-0E0,-3.12E-1,7.8E-1,-1.04E0,-0E0,-0E0,-1.231579E0,8.084211E-1,1.1570882E0,1.6091955E-1,8.3253586E-1,-5.714286E-1,7.692308E-1,-0E0,1.5736041E0,-1.3764706E0,-0E0,-0E0,-5.2E-1,3.3333334E-1,1.4893616E0,-0E0,-5.2E-1,1.3866667E0,-0E0,-0E0,1.754386E0,-0E0,3.12E-1,1.7241379E0,-0E0,5.2E-1,-0E0,-0E0,-6.685714E-1,1.3913513E0,-0E0,-0E0,1.625E0,-0E0,8.666667E-1,-0E0,1.7227722E0,1.5636364E0,-0E0,-0E0,-1.6238245E0,-8.666667E-1,3.12E-1,-3.12E-1,-0E0,-1.2E0,-0E0,6.685714E-1,-1.8181819E-1,-1.6206896E0,-4E-1,-0E0,3.12E-1,-0E0,1.2835821E0,-3.12E-1,-0E0,-2.857143E-1,5.2E-1,-1.1515151E0,-0E0,5.2E-1,-3.12E-1,-5.2E-1,-0E0,1.2857143E0,-0E0,-8.666667E-1,-0E0,5.2E-1,-0E0,-1.4871795E0,-0E0,5.2E-1,-0E0,1.3E0,-0E0,-0E0,-3.12E-1,6.533524E-1,1.2191235E0,7.3170733E-1,1.5107914E0,-5.714286E-1,5.3333336E-1,-5.263158E-1,9.791667E-1,-1E0,-0E0,9.36E-1,-0E0,-3.12E-1,-0E0,-0E0,1.6230366E0,8.5714287E-1,-0E0,-0E0,1.6279069E0,-0E0,5.2E-1,1.7688888E0,-0E0,1.3667257E0,-0E0,3.12E-1,-0E0,1.6774193E0,-0E0,-5.2E-1,-0E0,1.7575758E0,-0E0,-0E0,1.3103999E0,-0E0,-1.2736709E0,-0E0,-1.1142857E0,-0E0,-6.685714E-1,-1.7009345E0,-1.8181819E-1,-9.0909094E-1,-0E0,6.685714E-1,-5E-1,-0E0,1.3282443E0,-0E0,-5.2E-1,-1.3103448E0,-0E0,-0E0,1.4074074E0,-1.5555556E0,-0E0,7.7862597E-1,2.5698325E-1,4.7272727E-1,1.3939394E0,8.363636E-1,-0E0,1.5474453E0,-0E0,-0E0,-1.0967742E0,-1.3333334E-1,7.826087E-1,-0E0,-9.927272E-1,1.2173913E0,2.857143E-1,-0E0,-9.927272E-1,1.6577541E0,-0E0,-0E0,1.0769231E0,5.2E-1,-7.8E-1,-0E0,1.7142857E0,1.7981651E0,2.2222222E-1,-0E0,1.7333333E0,-0E0,3.12E-1,1.3974999E0,-0E0,3.12E-1,-0E0,-0E0,3.12E-1,-1.8241758E0,-6.666667E-1,3.12E-1,-7.8E-1,-0E0,-9.36E-1,-0E0,3.12E-1,-0E0,-6.685714E-1,-0E0,1.375E0,-1.5E0,-0E0,1.5384616E0,-0E0,-1.2763636E0,-0E0,5.4054055E-2,8.8495576E-1,5.92E-1,-4.2857143E-1,9E-1,-3.529412E-1,8E-2,1.5428572E0,9.2156863E-1,-0E0,6.666667E-1,-6.666667E-1,-0E0,1.5735294E0,-3.12E-1,-0E0,-4.6153846E-1,5E-1,-1.2857143E0,-0E0,-6E-1,3.3333334E-1,-0E0,1.1612903E0,-3.12E-1,6.685714E-1,1.29771E0,-0E0,-4.6153846E-1,1E0,-0E0,1.693989E0,1.04E0,-0E0,1.4039999E0,-0E0,2.2222222E-1,1.4269193E0,6.685714E-1,-0E0,-0E0,1.7894737E0,-1.4536363E0,-0E0,2.857143E-1,-1.08E0,1.4015749E0,-0E0,-0E0,-1.2886956E0,-0E0,-3.12E-1,-0E0,1.3E0,-3.6734694E-1,9.62963E-1,-0E0,1.0127226E0,-3.1578946E-1,7.777778E-1,-1.2307693E0,1.25E-1,1.1111112E0,-0E0,-1E0,2.857143E-1,-3.529412E-1,9.36E-1,1.6319019E0,-0E0,-2.2222222E-1,9.8477155E-1,-7.692308E-1,6.685714E-1,-0E0,9.36E-1,-9.927272E-1,-0E0,1.5970149E0,-0E0,-0E0,-8.666667E-1,-0E0,1E0,-1.2628571E0,-0E0,-0E0,-1E0,7.8E-1,-0E0,4.347826E-1,-9.0909094E-1,-0E0,1.2666667E0,1.36E0,-0E0,3.12E-1,-5.2E-1,-0E0,-1.04E0,1.2E0,-0E0,-0E0,1.730337E0,6.685714E-1,-0E0,1.4444444E0,-0E0,5.2E-1,-0E0,-0E0,1.4621849E0,5.4545456E-1,-7E-1,1.248E0,-2.2222222E-1,5.4545456E-1,-2.4390244E-1,1.0466322E0,-2.2222222E-1,-0E0,-8.666667E-1,9.3877554E-1,-3.3333334E-1,-1.4782609E0,-0E0,8.235294E-1,-3.529412E-1,-0E0,1.2E0,-0E0,-3.12E-1,-0E0,-9.927272E-1,5.2E-1,-0E0,3.12E-1,-8.5714287E-1,-0E0,1.7124183E0,-2.2222222E-1,6.685714E-1,-6.685714E-1,-0E0,1.1219512E0,1.7142858E-1,-9.36E-1,-0E0,-0E0,3.12E-1,1.5384616E-1,1.6420233E0,-0E0,3.12E-1,-0E0,-3.12E-1,9.927272E-1,-0E0,-5.2E-1,3.12E-1,3.12E-1,-0E0,-1.08E0,-0E0,-3.12E-1,-0E0,8E-1,-3.12E-1,-9.36E-1,-0E0,1.3571428E0,-0E0,1.409836E0,-0E0,3.12E-1,-3.12E-1,-5E-1,8E-1,-0E0,1.4285715E0,-0E0,3.12E-1,1.75E0,-0E0,5.2E-1,-0E0,-0E0,1.4871795E0,-0E0,7.8E-1,1.5384616E-1,-1.1724138E0,-6.685714E-1,-0E0,1.2941177E0,-6.685714E-1,-9.927272E-1,-0E0,1.3255814E0,7.962963E-1,-0E0,-6.685714E-1,-3.12E-1,6.666667E-1,1.1264368E0,-1.5384616E-1,3.12E-1,-8.666667E-1,-0E0,-1.248E0,1.1428572E0,-0E0,-8.666667E-1,-0E0,-0E0,1.2941177E0,-0E0,-9.927272E-1,6.685714E-1,-2.857143E-1,1.7793103E0,-0E0,-6.685714E-1,-0E0,-0E0,1.2051282E0,-4.4444445E-1,9.4736844E-1,-3.12E-1,-0E0,-5.2E-1,8.666667E-1,-0E0,1.6666666E0,-0E0,1.25E0,-0E0,1.4615384E0,-0E0,1.4782609E0,-0E0,-6.685714E-1,8.666667E-1,-0E0,1.5555556E0,-0E0,1.4235E0,6.666667E-1,-0E0,-3.12E-1,-0E0,1.5130435E0,-2.857143E-1,7.8E-1,-1.52E0,-0E0,-0E0,1.17E0,-6.666667E-1,4E-1,1.6666667E-1,1.4666667E0,-0E0,9.2896175E-1,7.8E-1,-0E0,-2.857143E-1,1.2682927E0,-8E-1,3.12E-1,1.08E0,-0E0,5.2E-1,-0E0,1.5384616E0,-0E0,-5.2E-1,-0E0,1.8041958E0,-0E0,-0E0,5.2E-1,-5.2E-1,-0E0,-0E0,1.2751678E0,2.857143E-1,-1.0769231E0,-0E0,1.25E0,3.12E-1,-0E0,-0E0,1.68E0,-3.12E-1,-0E0,-0E0,1.1439999E0,1.52E0,-0E0,-3.12E-1,5.2E-1,-0E0,1.5087719E0,-0E0,1.3103999E0,-3.12E-1,1.2E0,9E-1,1.7402598E0,-5.2E-1,-0E0,-1.3E0,-0E0,-0E0,3.12E-1,-7.8E-1,-0E0,-0E0,6.666667E-1,8.235294E-1,-6.666667E-1,1.5524476E0,-0E0,6.666667E-1,-7.5E-1,-0E0,1.0295858E0,-5.2E-1,-0E0,1.35E0,-0E0,-0E0,-8.666667E-1,-3.12E-1,-0E0,-0E0,1.3E0,-3.12E-1,6.685714E-1,-0E0,1.8285714E0,-3.12E-1,-0E0,-0E0,3.12E-1,3.12E-1,-5.2E-1,1.0526316E-1,1.3939394E0,-0E0,5.2E-1,-1.04E0,-0E0,1.1439999E0,-0E0,1.6923077E0,-0E0,1.6363636E0,-0E0,-0E0,1.559633E0,1.1142857E0,-0E0,-0E0,1.2628571E0,1.7837838E0,-0E0,-3.12E-1,-0E0,-0E0,9.36E-1,1.1428572E0,-0E0,-0E0,-7.8E-1,-0E0,1.6028368E0,-5.2E-1,3.12E-1,1.2E0,-0E0,-0E0,-1.1428572E0,5.2E-1,-6.666667E-1,-0E0,1.113924E0,1.4929577E0,-0E0,-0E0,1.8540146E0,7.692308E-1,-5E-1,-0E0,1.4418604E0,1.329836E0,-0E0,1.3957894E0,-0E0,-0E0,5.2E-1,3.12E-1,-0E0,-0E0,1.588785E0,8E-1,-4.6153846E-1,1.428169E0,-0E0,5.2E-1,-2.2222222E-1,1.04E0,-0E0,-0E0,1.6285714E0,1.1142857E0,-0E0,-5.2E-1,-0E0,-0E0,-1.08E0,-0E0,-8.666667E-1,5E-1,-6.685714E-1,1.1688311E0,-0E0,1.5428572E0,-0E0,-5.2E-1,6.685714E-1,-0E0,1.880597E0,-0E0,1E0,-6.685714E-1,-0E0,-0E0,1.46875E0,-0E0,3.12E-1,-0E0,1.2599999E0,8.666667E-1,-0E0,-9.0909094E-1,-0E0,-6.685714E-1,-0E0,-0E0,1.6546763E0,6.685714E-1,-0E0,1.25E0,-0E0,-0E0,-3.12E-1,1.5942029E0,-0E0,4E-1,1.5104761E0,9.927272E-1,-0E0,-0E0,1.496063E0,-0E0,-9.36E-1,-0E0,1.6788322E0,1.2957747E0,-0E0,-5.2E-1,5E-1,1.3957894E0,2.857143E-1,7.8E-1,-0E0,-0E0,1.5238096E0,-0E0,1.7037038E0,-0E0,1.3191489E0,-0E0,6.685714E-1,-2.857143E-1,8.666667E-1,-0E0,1.552E0,1.751938E0,-0E0,-0E0,1.3576642E0,-5.2E-1,-0E0,-0E0,1.5772358E0,1.3866667E0,-0E0,5.2E-1,-0E0,-0E0,1.382353E0,-0E0,1.6033058E0,1.4074074E0,-0E0,6.666667E-1,1.3458823E0,1.4328358E0,-0E0,1.25E0,-2.857143E-1,6.666667E-1,1.5849056E0,-0E0,1.1439999E0,-0E0,-5.2E-1,1.0909091E0,-0E0,1.2570873E0,-0E0,-0E0,1.3684211E0,3.12E-1,-6.685714E-1,1.2133334E0,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":0,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,-1,23,25,27,29,31,33,35,-1,37,39,41,43,45,47,49,51,53,-1,-1,55,57,59,61,-1,63,65,67,69,71,73,75,77,79,81,83,85,87,89,-1,-1,91,93,95,97,99,-1,101,103,-1,105,107,109,111,113,115,117,-1,119,121,123,125,127,-1,129,131,133,135,-1,-1,137,139,141,-1,-1,143,145,147,149,151,153,-1,-1,155,157,159,161,163,-1,165,167,169,-1,171,173,175,177,-1,179,181,183,185,187,189,191,-1,193,-1,-1,195,197,199,201,203,205,207,209,211,-1,213,215,-1,-1,217,-1,-1,-1,219,221,223,225,227,229,-1,231,233,235,237,239,-1,241,243,245,247,249,251,-1,253,-1,255,-1,-1,-1,257,259,261,263,-1,265,-1,267,-1,269,271,273,275,277,-1,-1,279,281,283,285,287,289,-1,-1,291,-1,-1,-1,-1,-1,293,295,297,-1,299,301,303,305,307,309,311,313,315,317,319,321,-1,-1,323,325,-1,-1,-1,-1,-1,-1,327,329,-1,331,-1,-1,-1,-1,333,-1,335,337,339,341,-1,-1,343,-1,345,347,-1,349,-1,-1,351,353,-1,355,-1,-1,357,359,361,363,365,-1,-1,367,369,371,373,375,377,379,-1,-1,-1,381,383,-1,385,387,-1,-1,389,391,393,395,-1,397,-1,-1,-1,-1,399,-1,401,403,405,407,-1,-1,-1,-1,-1,-1,-1,409,411,413,415,417,419,421,-1,-1,423,425,427,429,431,433,435,437,439,441,-1,-1,443,445,447,449,451,-1,453,-1,455,-1,-1,-1,-1,457,-1,-1,459,461,463,465,467,469,471,473,475,477,479,481,483,-1,485,487,-1,489,491,493,-1,-1,495,-1,-1,-1,-1,497,499,501,-1,-1,503,-1,-1,-1,-1,-1,505,-1,507,509,511,513,515,517,-1,-1,-1,-1,-1,519,521,523,525,527,529,-1,531,-1,533,535,-1,-1,-1,537,-1,-1,-1,-1,-1,539,541,543,545,-1,547,-1,-1,-1,-1,-1,549,551,-1,553,-1,555,557,559,561,563,-1,-1,565,567,569,-1,571,573,575,577,579,581,583,-1,-1,-1,585,587,589,591,-1,-1,593,-1,-1,595,-1,-1,-1,597,-1,-1,-1,-1,-1,-1,599,601,603,605,607,609,-1,611,613,-1,615,-1,617,-1,-1,-1,-1,-1,-1,619,-1,-1,-1,621,623,-1,-1,-1,-1,-1,-1,-1,625,627,-1,629,631,633,635,637,-1,-1,639,-1,-1,641,-1,643,-1,-1,645,-1,647,-1,-1,649,-1,651,-1,653,-1,-1,655,-1,-1,-1,-1,657,659,-1,661,663,665,667,-1,669,-1,-1,671,-1,-1,673,675,-1,-1,-1,677,679,-1,-1,-1,-1,-1,-1,681,683,685,-1,687,689,-1,691,-1,693,695,-1,697,699,-1,701,703,-1,705,707,709,711,713,715,717,719,-1,-1,721,723,725,727,729,731,733,735,737,739,741,743,745,-1,-1,-1,747,749,751,-1,753,755,-1,757,759,761,-1,-1,-1,-1,763,765,-1,-1,-1,-1,-1,-1,-1,-1,-1,767,-1,769,771,-1,773,775,777,779,781,783,785,787,-1,-1,-1,-1,-1,-1,-1,789,-1,791,-1,793,-1,-1,795,797,-1,-1,-1,799,-1,-1,801,803,805,-1,807,-1,809,811,-1,-1,-1,813,-1,815,817,-1,-1,819,-1,-1,-1,-1,-1,821,823,825,827,829,831,833,-1,835,-1,-1,837,-1,839,841,-1,-1,-1,-1,-1,-1,843,845,847,849,851,853,855,857,859,861,863,-1,-1,865,867,869,871,873,875,877,879,-1,881,-1,-1,883,-1,-1,885,887,889,-1,891,893,895,-1,-1,-1,897,899,-1,901,-1,-1,-1,-1,-1,-1,-1,-1,903,-1,905,-1,-1,-1,907,909,-1,-1,911,-1,-1,913,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,915,-1,-1,917,919,921,923,925,927,929,-1,-1,-1,-1,-1,931,-1,933,-1,935,937,939,941,943,-1,-1,945,947,949,-1,-1,-1,-1,951,953,-1,-1,-1,-1,955,-1,-1,-1,-1,957,-1,959,961,-1,-1,-1,963,-1,965,-1,967,-1,-1,-1,-1,969,-1,-1,971,973,975,977,979,981,983,985,-1,987,989,991,993,995,997,999,-1,1001,-1,-1,1003,-1,-1,-1,-1,1005,1007,-1,-1,-1,-1,-1,1009,1011,-1,1013,-1,-1,1015,-1,-1,-1,-1,-1,-1,1017,1019,-1,-1,-1,-1,-1,1021,-1,1023,-1,-1,-1,1025,-1,1027,-1,-1,1029,1031,1033,1035,-1,-1,1037,-1,1039,-1,-1,-1,-1,1041,1043,-1,1045,-1,-1,-1,-1,-1,1047,-1,1049,1051,1053,-1,-1,1055,-1,-1,-1,-1,-1,1057,1059,1061,1063,-1,1065,-1,-1,1067,-1,-1,-1,-1,-1,-1,1069,-1,-1,-1,-1,-1,-1,-1,-1,1071,1073,1075,1077,-1,1079,1081,-1,-1,1083,-1,-1,-1,1085,1087,-1,1089,1091,1093,1095,1097,1099,-1,1101,1103,1105,1107,-1,1109,-1,-1,1111,1113,1115,1117,-1,-1,1119,-1,-1,-1,1121,-1,1123,-1,-1,1125,-1,-1,-1,-1,-1,1127,-1,-1,1129,-1,1131,1133,-1,-1,-1,-1,-1,-1,-1,-1,-1,1135,1137,-1,-1,-1,1139,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1141,1143,-1,-1,-1,1145,-1,-1,-1,-1,-1,1147,-1,-1,-1,-1,-1,-1,-1,-1,1149,1151,1153,-1,1155,1157,-1,-1,-1,-1,-1,1159,-1,1161,-1,-1,1163,1165,-1,-1,1167,-1,-1,-1,1169,1171,1173,1175,1177,1179,1181,-1,1183,-1,1185,1187,-1,-1,-1,-1,-1,-1,1189,1191,1193,1195,1197,1199,1201,1203,-1,-1,-1,-1,1205,1207,-1,-1,-1,-1,1209,1211,-1,-1,1213,-1,-1,-1,-1,-1,-1,1215,-1,1217,1219,-1,-1,1221,1223,-1,-1,1225,-1,-1,-1,-1,1227,-1,-1,1229,1231,1233,-1,-1,1235,1237,-1,-1,1239,-1,1241,-1,-1,-1,-1,-1,1243,-1,-1,-1,-1,-1,1245,-1,-1,-1,-1,-1,-1,-1,1247,1249,1251,1253,1255,1257,1259,1261,1263,-1,-1,-1,-1,-1,-1,1265,1267,1269,-1,1271,-1,-1,1273,-1,-1,-1,-1,-1,1275,-1,-1,1277,1279,-1,1281,-1,-1,-1,-1,-1,1283,-1,1285,1287,1289,1291,-1,1293,-1,1295,-1,-1,1297,-1,-1,1299,1301,-1,1303,1305,1307,1309,1311,1313,1315,1317,1319,1321,1323,1325,1327,-1,1329,1331,-1,-1,1333,-1,-1,1335,-1,-1,-1,1337,1339,1341,-1,1343,-1,-1,-1,-1,-1,-1,-1,-1,1345,1347,-1,-1,-1,-1,-1,-1,-1,-1,-1,1349,1351,1353,1355,-1,-1,-1,1357,1359,1361,1363,1365,1367,1369,1371,1373,1375,1377,1379,-1,1381,-1,-1,1383,1385,1387,-1,1389,1391,1393,1395,-1,-1,1397,1399,1401,1403,-1,1405,-1,-1,-1,-1,1407,-1,-1,-1,-1,1409,-1,-1,1411,-1,1413,-1,-1,-1,-1,-1,-1,-1,1415,1417,1419,1421,1423,1425,1427,1429,1431,1433,1435,1437,1439,-1,1441,1443,1445,1447,1449,-1,-1,-1,-1,1451,1453,-1,1455,-1,1457,1459,-1,1461,1463,1465,-1,1467,1469,1471,-1,1473,1475,1477,-1,-1,1479,-1,1481,-1,1483,1485,-1,-1,-1,-1,-1,-1,1487,1489,1491,1493,-1,1495,1497,1499,1501,1503,1505,-1,1507,1509,1511,-1,1513,1515,-1,1517,-1,-1,-1,-1,-1,-1,-1,1519,1521,1523,1525,-1,-1,-1,1527,1529,-1,-1,1531,-1,1533,1535,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1537,-1,-1,-1,1539,-1,1541,-1,-1,-1,1543,1545,-1,1547,-1,-1,1549,-1,-1,1551,-1,1553,-1,-1,1555,1557,-1,-1,1559,-1,-1,1561,1563,1565,-1,-1,-1,1567,1569,1571,-1,-1,-1,-1,1573,-1,-1,1575,-1,1577,-1,-1,-1,1579,1581,1583,-1,-1,1585,1587,1589,1591,-1,-1,-1,-1,1593,1595,1597,1599,-1,1601,1603,1605,-1,-1,-1,-1,1607,-1,-1,1609,-1,-1,-1,1611,1613,-1,1615,1617,-1,-1,1619,1621,1623,1625,1627,1629,-1,-1,1631,1633,1635,-1,-1,-1,-1,1637,1639,1641,-1,-1,1643,-1,1645,-1,-1,1647,1649,1651,1653,1655,-1,1657,-1,-1,-1,1659,-1,-1,-1,-1,1661,-1,-1,-1,-1,1663,-1,-1,-1,1665,1667,1669,-1,-1,-1,-1,-1,-1,-1,-1,1671,1673,1675,1677,1679,1681,1683,1685,1687,1689,-1,-1,1691,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1693,-1,-1,-1,-1,-1,-1,1695,1697,-1,-1,-1,-1,-1,-1,1699,-1,1701,1703,1705,1707,-1,-1,1709,-1,1711,-1,-1,-1,1713,-1,1715,-1,-1,-1,-1,1717,-1,-1,1719,1721,-1,1723,-1,1725,1727,1729,1731,1733,-1,1735,1737,1739,-1,1741,-1,-1,-1,1743,-1,-1,-1,-1,-1,1745,1747,1749,-1,-1,-1,1751,-1,-1,-1,1753,-1,-1,-1,-1,-1,-1,-1,-1,1755,-1,1757,1759,1761,-1,-1,-1,-1,1763,-1,1765,-1,-1,-1,1767,-1,-1,-1,-1,-1,-1,1769,-1,-1,-1,-1,1771,-1,-1,1773,1775,-1,-1,1777,-1,1779,-1,-1,-1,-1,1781,-1,-1,-1,1783,1785,-1,-1,1787,-1,1789,-1,-1,-1,1791,-1,1793,-1,1795,-1,-1,1797,-1,-1,1799,1801,1803,-1,1805,-1,-1,-1,1807,-1,-1,-1,-1,-1,1809,-1,1811,1813,-1,1815,-1,1817,-1,1819,1821,1823,1825,-1,-1,-1,-1,1827,1829,-1,-1,-1,1831,-1,-1,-1,-1],"loss_changes":[1.5932188E3,1.5099502E3,3.2871094E1,1.5098257E3,9.14668E1,2.5879883E2,0E0,1.9936038E3,7.57666E1,7.1465576E1,3.7929688E0,1.0891412E2,0E0,9.5337256E2,5.114746E1,4.9983948E1,5.3149414E0,3.8917236E1,1.001805E2,3.1835938E-1,0E0,7.352998E1,8.6814575E0,4.6212527E2,2.1624817E1,6.5314007E0,8.766602E0,6.855731E1,9.0515137E-1,8.258606E0,0E0,0E0,7.392334E1,2.540802E0,7.4896515E1,7.1832275E0,0E0,2.7124496E1,6.667776E1,5.1437073E0,8.095238E-1,1.9148636E1,3.644286E2,1.242236E0,7.454468E0,2.5130434E0,2.0476189E0,2.2674744E1,1.9210205E0,7.3698425E0,8.4866394E1,0E0,0E0,2.5338974E1,1.6890259E0,4.2038574E0,7.89139E1,2.1740112E0,0E0,3.9356155E1,2.4708939E0,0E0,2.8093704E1,3.0535774E1,1.7287445E0,7.3205185E0,2.2652275E1,1.4050528E1,1.4223022E0,0E0,5.2380955E-1,3.5485077E0,1.1333506E1,1.8415523E2,4.206543E1,0E0,1.8095238E0,4.25354E0,8.666667E-1,1.4848485E0,0E0,0E0,2.8412704E0,6.2429504E0,6.007534E0,0E0,0E0,5.987931E0,2.870819E0,4.068792E1,1.2611694E1,2.5574188E0,3.5893654E1,0E0,0E0,2.4233398E0,3.6201553E0,3.652481E1,4.3110657E0,2E-1,0E0,1.403631E1,2.1952555E1,2.5351715E0,0E0,1.5853043E0,6.0163536E0,1.0726601E1,2.8759327E1,0E0,1.7840652E0,3E0,2.3403778E0,8.462738E0,1.8166666E0,4.4473686E0,1.676923E0,0E0,6.666667E-1,0E0,0E0,3.7406595E0,2.332962E0,3.978355E0,5.0417576E0,2.6984726E1,1.4717033E2,1.1574168E1,2.4116638E1,1.6349205E0,0E0,5.982723E0,2.7669678E0,0E0,0E0,1.9595959E0,0E0,0E0,0E0,2E-1,5.396759E0,2.1294117E0,1.6593404E0,1.8166666E0,2.1777778E0,0E0,3.3608093E0,4.1946033E1,2.7547913E0,5.4823527E0,9.017342E0,0E0,1.6002655E0,4.861065E0,8.939643E0,2.2974243E0,2E-1,3.0281067E0,0E0,3.031488E1,0E0,7.217407E-1,0E0,0E0,0E0,3.612587E0,2.6374269E0,8.405879E0,1.2430508E1,0E0,1.6100616E0,0E0,1.6655731E0,0E0,3.2545457E0,1.120388E1,2.6444445E0,9.1267395E0,1.0596177E1,0E0,0E0,2.1025643E0,2.2666664E0,2.6666667E0,2.1488E0,3.8461537E0,4.839119E0,0E0,0E0,1.497076E0,0E0,0E0,0E0,0E0,0E0,1.5641026E0,1.6E0,1.1868896E0,0E0,5.604278E0,4.4155846E0,5.722168E0,1.4857143E0,2.5109142E1,4.8219604E0,6.5651703E0,7.67648E1,1.0426222E1,1.8166666E0,1.9053162E1,6.809021E0,0E0,0E0,2.1038132E0,2.1038961E0,0E0,0E0,0E0,0E0,0E0,0E0,3.999115E0,2E-1,0E0,2E-1,0E0,0E0,0E0,0E0,6.666667E-1,0E0,3.456932E0,6.4525967E0,9.411579E0,6.7408876E0,0E0,0E0,6.1577806E0,0E0,6.0529013E0,4.0126953E0,0E0,1.3396301E0,0E0,0E0,2.1075277E0,5.7380958E0,0E0,2.109091E0,0E0,0E0,3.0434036E0,1.9523809E0,1.9641018E0,1.1801112E1,7.5852966E-1,0E0,0E0,2.475113E0,1.1746031E0,1.4545455E0,2.8842103E0,4.5289574E0,7.4313726E0,7.4785385E0,0E0,0E0,0E0,7.548294E-1,2.0421047E0,0E0,2.6923077E0,3.125122E0,0E0,0E0,5.882353E0,3.1988258E0,5.5828457E0,5.274774E0,0E0,1.5641026E0,0E0,0E0,0E0,0E0,2.2456894E0,0E0,1.676923E0,2.5314686E0,1.6857142E0,4.304428E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2008057E0,3.1189542E0,1.9411764E0,1.9595959E0,2.6374087E0,2.4725418E0,2.2857141E0,0E0,0E0,1.7766151E0,1.3419188E1,2E-1,2.8185654E0,2.5706406E0,7.7507243E0,2.3302734E1,5.1070473E1,2.2420168E0,2.2553844E0,0E0,0E0,1.2584599E1,1.0609879E1,2E-1,3.2005615E0,2.079586E0,0E0,1.9595959E0,0E0,1.5302429E0,0E0,0E0,0E0,0E0,2E-1,0E0,0E0,8.666667E-1,2.6036758E0,4.561172E0,3.983448E0,5.5955734E0,6.734299E0,2.6349204E0,2.9876842E0,2.4521742E0,3.1076922E0,2.5314686E0,2.8544893E0,2.6711884E0,0E0,7.240753E-1,9.523809E-1,0E0,2.282051E0,1.6593404E0,1.4444443E0,0E0,0E0,2.4455872E0,0E0,0E0,0E0,0E0,2.1201077E0,7.5655775E0,5.759224E0,0E0,0E0,1.6206474E0,0E0,0E0,0E0,0E0,0E0,1.4000001E0,0E0,8.095238E-1,2.0476198E0,2.3781514E0,3.2952378E0,4.296296E0,3.1953506E0,0E0,0E0,0E0,0E0,0E0,2.08547E0,5.9029293E0,2.6281662E0,2.5176473E0,1.4545455E0,2.1807861E0,0E0,6.666667E-1,0E0,6.54354E0,4.9751773E0,0E0,0E0,0E0,1.3719177E0,0E0,0E0,0E0,0E0,0E0,1.6E0,3.7561646E0,8.857143E0,1.2149811E0,0E0,8.857143E-1,0E0,0E0,0E0,0E0,0E0,2.955665E0,2E-1,0E0,2.3556938E0,0E0,1E0,2.2979372E0,2.0205498E0,9.030381E0,3.5617352E0,0E0,0E0,2.065934E0,1.5181122E0,2.7213516E0,0E0,4.3703704E0,2E0,2.8839073E1,1.6811646E1,4.470749E0,5.5469112E0,1.883117E0,0E0,0E0,0E0,4.882576E0,4.12088E0,5.1897435E0,5.4241486E0,0E0,0E0,4.998169E0,0E0,0E0,1.514431E0,0E0,0E0,0E0,1.5447998E0,0E0,0E0,0E0,0E0,0E0,0E0,2.5314686E0,2.8888886E0,3.4285715E-1,1.542223E0,3.0143967E0,5.998769E0,0E0,2.2307692E0,5.2380955E-1,0E0,2.4771442E0,0E0,2.0421047E0,0E0,0E0,0E0,0E0,0E0,0E0,1.8823528E0,0E0,0E0,0E0,7.556305E-1,2E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.134674E0,2E-1,0E0,1.3157902E0,4.177749E0,3.8013797E0,3.828691E0,4.887787E0,0E0,0E0,1.742857E0,0E0,0E0,5.2380955E-1,0E0,3.3333206E-1,0E0,0E0,1.4380951E0,0E0,3.422222E0,0E0,0E0,2.4332733E0,0E0,2E-1,0E0,3.204504E0,0E0,0E0,8.3076906E-1,0E0,0E0,0E0,0E0,1.2968979E0,2E-1,0E0,3.5759392E0,2.092166E0,4.080952E0,3.7631578E0,0E0,1.4618759E0,0E0,0E0,3.0055313E0,0E0,0E0,2.4571428E0,1.2293854E0,0E0,0E0,0E0,3.4285715E-1,2.0857143E0,0E0,0E0,0E0,0E0,0E0,0E0,5.2380955E-1,1.689076E0,1.75E0,0E0,4.636156E0,7.3451514E0,0E0,2.0788183E0,0E0,5.2380955E-1,1.5651779E0,0E0,2.0340195E0,4E-1,0E0,3.0582008E0,3.142857E0,0E0,1.0291048E1,9.910639E0,6.15602E0,1.2586731E1,3.084446E0,3.8045113E0,3.142857E0,6.811304E0,0E0,0E0,2.875E0,5.8492756E0,2.0104523E0,1.1666667E0,1.3047621E0,1.676923E0,5.052109E0,1.7857143E0,6.4533615E0,1.6857142E0,2E-1,1.9264221E-2,5.727844E-1,0E0,0E0,0E0,1.5873017E0,6.666667E-1,5.2380955E-1,0E0,2E-1,1.4149876E0,0E0,2.2507172E0,2.8412704E0,2.6018808E0,0E0,0E0,0E0,0E0,4E-1,2.0104332E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.1761932E0,0E0,2E-1,4.8484802E-1,0E0,7.8571427E-1,1.4852943E0,2E-1,1.9399996E0,3.6211178E0,5.2177234E0,1.5E0,3.7048264E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.8000002E0,0E0,3.4444447E0,0E0,2.2502213E0,0E0,0E0,4.12883E0,1.6666667E0,0E0,0E0,0E0,7.2407913E-1,0E0,0E0,4.305855E0,6.666667E-1,2.8157706E0,0E0,1.7523813E0,0E0,7.8571427E-1,2.8544893E0,0E0,0E0,0E0,4.2419434E0,0E0,2E-1,2.878723E-1,0E0,0E0,5.2380955E-1,0E0,0E0,0E0,0E0,0E0,1.6593404E0,5E-1,1.8347473E0,1.4857143E0,1.7832823E0,5.5506387E0,3.5054543E0,0E0,1.32967E0,0E0,0E0,6.2348175E-1,0E0,1.9599152E0,2E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.6842105E0,6.46154E0,5.469388E0,1.5328398E0,6.093317E0,4.847788E0,1.1310486E1,3.6E0,2.3578033E0,1.4285715E0,2.761905E0,0E0,0E0,5.2380955E-1,2.1693707E0,1E0,3.142857E0,1.3626374E0,1.853755E0,2.8727274E0,2.1609764E0,0E0,7.8571427E-1,0E0,0E0,1.6593404E0,0E0,0E0,2E-1,3.3139343E0,7.8571427E-1,0E0,6.666667E-1,4.8099594E0,6E-1,0E0,0E0,0E0,3.1076922E0,3.5822678E-1,0E0,3.0789185E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.627918E-1,0E0,2.204193E0,0E0,0E0,0E0,2.9350653E0,1E0,0E0,0E0,2.0917873E0,0E0,0E0,2.218544E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.227273E0,0E0,0E0,8.095238E-1,1.8571428E0,2.6545453E0,1E0,7.8571427E-1,1.6857142E0,2.766285E0,0E0,0E0,0E0,0E0,0E0,2.3121338E0,0E0,3.5897446E-1,0E0,1E0,6.0173416E-1,1.6666666E0,4.5568027E0,8.095238E-1,0E0,0E0,3.211111E0,2.6944444E0,2.0421047E0,0E0,0E0,0E0,0E0,1.8823528E0,2.7236404E0,0E0,0E0,0E0,0E0,1.2570496E0,0E0,0E0,0E0,0E0,7.8571427E-1,0E0,2E-1,5.581093E-1,0E0,0E0,0E0,1.9982166E0,0E0,5.3546247E0,0E0,2.3492827E0,0E0,0E0,0E0,0E0,1.4283066E0,0E0,0E0,2E-1,2E-1,1.4545455E0,4.075897E0,5.3999996E0,5.0487804E0,3.0417235E0,1.6454105E0,0E0,3.3897438E0,2.690909E0,1.8051949E0,1.1746031E0,9.7456665E0,1.0628159E1,1.742857E0,0E0,2.4341125E0,0E0,0E0,5.2380955E-1,0E0,0E0,0E0,0E0,3.4285715E-1,2.939783E0,0E0,0E0,0E0,0E0,0E0,2.065934E0,1.1636362E0,0E0,1.3272727E0,0E0,0E0,2.3230762E0,0E0,0E0,0E0,0E0,0E0,0E0,8.666667E-1,1.477768E0,0E0,0E0,0E0,0E0,0E0,1.8108063E0,0E0,1E0,0E0,0E0,0E0,1.1746031E0,0E0,1.1746031E0,0E0,0E0,1.3664474E0,1.2087911E0,5E-1,1.6593404E0,0E0,0E0,1.2661514E0,0E0,1.6620712E0,0E0,0E0,0E0,0E0,5.2380955E-1,1.4545455E0,0E0,2.7411766E0,0E0,0E0,0E0,0E0,0E0,1.6E0,0E0,1.3879967E0,4E-1,1.3997192E0,0E0,0E0,4.8484802E-1,0E0,0E0,0E0,0E0,0E0,2E-1,2.008772E0,2E-1,5.2380955E-1,0E0,7.8571427E-1,0E0,0E0,8.928571E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.4350586E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.6320343E0,2.0759013E0,1.6593404E0,1.0464392E0,0E0,1.1599503E0,6.666667E-1,0E0,0E0,2E-1,0E0,0E0,0E0,2.8933334E0,6.666667E-1,0E0,2.6545455E0,1E0,2.4806309E0,4.020993E0,1.6761905E0,1.823307E0,0E0,8.095238E-1,3.6399994E0,2.109091E0,2.0666668E0,0E0,1.1278191E0,0E0,0E0,7.9344177E0,9.496603E0,3.0659342E0,4.548378E0,0E0,0E0,5.401077E-1,0E0,0E0,0E0,5.2380955E-1,0E0,2.3681774E0,0E0,0E0,5.2380955E-1,0E0,0E0,0E0,0E0,0E0,5.21368E-1,0E0,0E0,1.0625305E0,0E0,2E-1,1.4611282E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.666667E-1,7.8571427E-1,0E0,0E0,0E0,9.440594E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.280304E0,2.2483659E0,0E0,0E0,0E0,1.455162E0,0E0,0E0,0E0,0E0,0E0,2.1181831E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.473816E-1,2.6444445E0,2E-1,0E0,2.5176473E0,1.3766234E0,0E0,0E0,0E0,0E0,0E0,7.9566956E-1,0E0,2E-1,0E0,0E0,2.99403E0,2E-1,0E0,0E0,8.095238E-1,0E0,0E0,0E0,1.4099827E0,8.666667E-1,5.2380955E-1,2.248848E0,1.1777776E0,5.2380955E-1,1.0519066E0,0E0,5.2380955E-1,0E0,2.2266665E0,2E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.285495E1,1.6839615E1,1.1978326E1,1.1121311E1,1.8571428E0,1.676923E0,2E-1,3.8310242E0,0E0,0E0,0E0,0E0,1.9047618E0,2.4245434E0,0E0,0E0,0E0,0E0,6.666667E-1,5.658417E-1,0E0,0E0,5.276184E-1,0E0,0E0,0E0,0E0,0E0,0E0,2E-1,0E0,1.3629036E0,6.666667E-1,0E0,0E0,1.5139465E0,1.6618156E0,0E0,0E0,3.603058E-1,0E0,0E0,0E0,0E0,1.742857E0,0E0,0E0,1.1948051E0,1.3110199E0,1.6727272E0,0E0,0E0,1.7857143E0,2.5845947E0,0E0,0E0,5.2380955E-1,0E0,1.5088816E0,0E0,0E0,0E0,0E0,0E0,1.7989416E0,0E0,0E0,0E0,0E0,0E0,2.1367645E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.566307E0,5.9916E0,5.5458984E0,5.396103E0,4.7511516E0,5.6869564E0,3.138756E0,6.2524605E0,1.4545455E0,0E0,0E0,0E0,0E0,0E0,0E0,2.6905975E0,1.1978023E0,2.6666667E0,0E0,2.3687706E0,0E0,0E0,3.2685852E-1,0E0,0E0,0E0,0E0,0E0,1.453762E0,0E0,0E0,2E-1,5.8712006E-1,0E0,2E-1,0E0,0E0,0E0,0E0,0E0,2E-1,0E0,3.1077576E-1,2.109091E0,1.3272727E0,2E-1,0E0,7.8571427E-1,0E0,2.7213745E0,0E0,0E0,1.0517244E0,0E0,0E0,2.014245E0,3.1313133E-1,0E0,9.129784E0,1.0568121E1,5.5566845E0,8.001045E0,4.840996E0,3.3333335E0,4.338455E0,2E-1,1.6923077E0,2.248848E0,1.9999999E0,6.816268E0,1.4857143E0,0E0,4.022236E0,8.241757E0,0E0,0E0,2.8082123E0,0E0,0E0,1.5641026E0,0E0,0E0,0E0,1.5428581E0,4.264679E-1,1.1746031E0,0E0,5.649147E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.0578766E-1,4.373626E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.870079E0,2.195652E0,2E-1,1.2820511E0,0E0,0E0,0E0,7.8582664E0,1.2270325E1,5.8550186E0,7.399726E0,3.0111103E0,2.6134453E0,4.0894117E0,4.3786087E0,4.5588074E0,3.2087913E0,2.2666664E0,2.4545455E0,0E0,2.5129547E0,0E0,0E0,2.08547E0,2E0,2.1904764E0,0E0,2.2E0,1.6666666E0,3.3596838E0,3.1634426E0,0E0,0E0,2.6473274E0,8.666667E-1,3.948718E0,2.8000002E0,0E0,1.9518127E0,0E0,0E0,0E0,0E0,1.1746031E0,0E0,0E0,0E0,0E0,6.647148E-1,0E0,0E0,5.2380955E-1,0E0,1.2349625E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.0651207E0,6.6518517E0,2.2461197E0,5.0550613E0,2.3040934E0,5.591837E0,2.7190628E0,3.2867646E0,1.4888897E0,2E-1,1.4545455E0,5.2380955E-1,2.2420168E0,0E0,3.6419296E0,1.3968254E0,1.1746031E0,4.1054764E0,1.676923E0,0E0,0E0,0E0,0E0,2E-1,2.429779E0,0E0,2E-1,0E0,2E-1,1.4545455E0,0E0,8.666667E-1,2E-1,2.2307692E0,0E0,2E-1,2.3130436E0,1.3272727E0,0E0,1.7190475E0,2.8229523E0,4E-1,0E0,0E0,2.1E0,0E0,3.485714E0,0E0,2E-1,1.5140381E0,0E0,0E0,0E0,0E0,0E0,0E0,6.666667E-1,1.087265E0,1.1818182E0,5.1424403E0,0E0,1.1746031E0,6.766998E0,3.8447895E0,4.0890274E0,1.1746031E0,1.2E0,0E0,6.0827885E0,2.6444445E0,2.3478317E-1,0E0,1.689076E0,2.2483659E0,0E0,1.635294E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.883117E0,1.4285715E0,2.6021194E0,1.1746031E0,0E0,0E0,0E0,5.031269E0,4.8949037E0,0E0,0E0,2E-1,0E0,3.3675213E0,1.7665405E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.05E0,0E0,0E0,0E0,1.9835148E0,0E0,2.2031364E0,0E0,0E0,0E0,7.8571427E-1,1.1777776E0,0E0,2.0476198E0,0E0,0E0,4.750061E-1,0E0,0E0,2E-1,0E0,1.1250839E0,0E0,0E0,2.065934E0,4.4744825E0,0E0,0E0,1.8823528E0,0E0,0E0,2E0,5.2751923E0,5.2401314E0,0E0,0E0,0E0,1E0,5.5207634E0,1.7230769E0,0E0,0E0,0E0,0E0,1.6593404E0,0E0,0E0,6.666667E-1,0E0,1.1493206E0,0E0,0E0,0E0,5.2380955E-1,1.6051102E0,6.666667E-1,0E0,0E0,6.666667E-1,3.9294434E0,3.023199E0,1.9868422E0,0E0,0E0,0E0,0E0,2E-1,1.3999939E0,2E-1,1.8166666E0,0E0,1.1107693E0,8.666667E-1,2.0511017E0,0E0,0E0,0E0,0E0,1.3066654E0,0E0,0E0,3.6E0,0E0,0E0,0E0,5.813141E-1,5.2380955E-1,0E0,2.2266665E0,2E-1,0E0,0E0,1E0,1.3333333E0,3.715686E0,5.494179E0,4.583333E0,5.3061104E0,0E0,0E0,5.2380955E-1,3.474392E0,1.1777776E0,0E0,0E0,0E0,0E0,2E-1,1.2820511E0,1.4857143E0,0E0,0E0,6.579437E-1,0E0,2E-1,0E0,0E0,2E-1,8.666667E-1,3.603382E0,5.2380955E-1,1.5641026E0,0E0,1.8166666E0,0E0,0E0,0E0,4.46167E-1,0E0,0E0,0E0,0E0,5.745468E-1,0E0,0E0,0E0,0E0,1.4072113E0,0E0,0E0,0E0,1.742857E0,5.6619043E0,5.661621E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2E-1,1.2666667E0,1.689076E0,1E0,4.3994446E0,8.666667E-1,3.0666668E0,2.3214288E0,2E0,4.2256737E0,0E0,0E0,3.1133804E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.01355E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.3704453E0,2.925293E0,0E0,0E0,0E0,0E0,0E0,0E0,4.6531677E-1,0E0,9.6650696E-1,6.666667E-1,2E-1,1.2389603E0,0E0,0E0,2.2923079E0,0E0,6.421776E-1,0E0,0E0,0E0,7.777778E-1,0E0,7.619047E-1,0E0,0E0,0E0,0E0,2.2682877E0,0E0,0E0,1.742857E0,6.666667E-1,0E0,1.6593404E0,0E0,1.4444443E0,1.7857143E0,3.5847473E0,2.0937614E0,1.9523809E0,0E0,7.476883E-1,1.0769231E0,7.8571427E-1,0E0,1.9847412E0,0E0,0E0,0E0,2E-1,0E0,0E0,0E0,0E0,0E0,3.2279205E-1,1.1777776E0,1.5804195E0,0E0,0E0,0E0,1.1746031E0,0E0,0E0,0E0,2.3153076E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.8571427E-1,0E0,3.6525955E0,2E-1,2.1834373E0,0E0,0E0,0E0,0E0,4.9369812E-2,0E0,1.4545455E0,0E0,0E0,0E0,2.031746E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3272727E0,0E0,0E0,0E0,0E0,1.3889618E0,0E0,0E0,3.3556328E0,1.1666667E0,0E0,0E0,2.0767136E0,0E0,1.6E0,0E0,0E0,0E0,0E0,2.0798645E0,0E0,0E0,0E0,1.4301147E0,1.7347946E0,0E0,0E0,7.8571427E-1,0E0,2.6349204E0,0E0,0E0,0E0,2.1291428E0,0E0,1.0215378E0,0E0,1.7909584E0,0E0,0E0,5.2380955E-1,0E0,0E0,1.2239304E0,5.710602E-1,6.666667E-1,0E0,1.8392029E0,0E0,0E0,0E0,1.2643967E0,0E0,0E0,0E0,0E0,0E0,1.8812637E0,0E0,4.945755E-1,1.9242706E0,0E0,4.0595236E0,0E0,1.1232529E0,0E0,1.8166666E0,5.2380955E-1,3.2121212E0,3.1745148E-1,0E0,0E0,0E0,0E0,2.3492827E0,1.4857143E0,0E0,0E0,0E0,1.9941521E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,32,32,33,33,34,34,35,35,37,37,38,38,39,39,40,40,41,41,42,42,43,43,44,44,45,45,46,46,47,47,48,48,49,49,50,50,53,53,54,54,55,55,56,56,57,57,59,59,60,60,62,62,63,63,64,64,65,65,66,66,67,67,68,68,70,70,71,71,72,72,73,73,74,74,76,76,77,77,78,78,79,79,82,82,83,83,84,84,87,87,88,88,89,89,90,90,91,91,92,92,95,95,96,96,97,97,98,98,99,99,101,101,102,102,103,103,105,105,106,106,107,107,108,108,110,110,111,111,112,112,113,113,114,114,115,115,116,116,118,118,121,121,122,122,123,123,124,124,125,125,126,126,127,127,128,128,129,129,131,131,132,132,135,135,139,139,140,140,141,141,142,142,143,143,144,144,146,146,147,147,148,148,149,149,150,150,152,152,153,153,154,154,155,155,156,156,157,157,159,159,161,161,165,165,166,166,167,167,168,168,170,170,172,172,174,174,175,175,176,176,177,177,178,178,181,181,182,182,183,183,184,184,185,185,186,186,189,189,195,195,196,196,197,197,199,199,200,200,201,201,202,202,203,203,204,204,205,205,206,206,207,207,208,208,209,209,210,210,213,213,214,214,221,221,222,222,224,224,229,229,231,231,232,232,233,233,234,234,237,237,239,239,240,240,242,242,245,245,246,246,248,248,251,251,252,252,253,253,254,254,255,255,258,258,259,259,260,260,261,261,262,262,263,263,264,264,268,268,269,269,271,271,272,272,275,275,276,276,277,277,278,278,280,280,285,285,287,287,288,288,289,289,290,290,298,298,299,299,300,300,301,301,302,302,303,303,304,304,307,307,308,308,309,309,310,310,311,311,312,312,313,313,314,314,315,315,316,316,319,319,320,320,321,321,322,322,323,323,325,325,327,327,332,332,335,335,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,344,344,345,345,346,346,347,347,349,349,350,350,352,352,353,353,354,354,357,357,362,362,363,363,364,364,367,367,373,373,375,375,376,376,377,377,378,378,379,379,380,380,386,386,387,387,388,388,389,389,390,390,391,391,393,393,395,395,396,396,400,400,406,406,407,407,408,408,409,409,411,411,417,417,418,418,420,420,422,422,423,423,424,424,425,425,426,426,429,429,430,430,431,431,433,433,434,434,435,435,436,436,437,437,438,438,439,439,443,443,444,444,445,445,446,446,449,449,452,452,456,456,463,463,464,464,465,465,466,466,467,467,468,468,470,470,471,471,473,473,475,475,482,482,486,486,487,487,495,495,496,496,498,498,499,499,500,500,501,501,502,502,505,505,508,508,510,510,513,513,515,515,518,518,520,520,522,522,525,525,530,530,531,531,533,533,534,534,535,535,536,536,538,538,541,541,544,544,545,545,549,549,550,550,557,557,558,558,559,559,561,561,562,562,564,564,566,566,567,567,569,569,570,570,572,572,573,573,575,575,576,576,577,577,578,578,579,579,580,580,581,581,582,582,585,585,586,586,587,587,588,588,589,589,590,590,591,591,592,592,593,593,594,594,595,595,596,596,597,597,601,601,602,602,603,603,605,605,606,606,608,608,609,609,610,610,615,615,616,616,626,626,628,628,629,629,631,631,632,632,633,633,634,634,635,635,636,636,637,637,638,638,646,646,648,648,650,650,653,653,654,654,658,658,661,661,662,662,663,663,665,665,667,667,668,668,672,672,674,674,675,675,678,678,684,684,685,685,686,686,687,687,688,688,689,689,690,690,692,692,695,695,697,697,698,698,705,705,706,706,707,707,708,708,709,709,710,710,711,711,712,712,713,713,714,714,715,715,718,718,719,719,720,720,721,721,722,722,723,723,724,724,725,725,727,727,730,730,733,733,734,734,735,735,737,737,738,738,739,739,743,743,744,744,746,746,755,755,757,757,761,761,762,762,765,765,768,768,779,779,782,782,783,783,784,784,785,785,786,786,787,787,788,788,794,794,796,796,798,798,799,799,800,800,801,801,802,802,805,805,806,806,807,807,812,812,813,813,818,818,823,823,825,825,826,826,830,830,832,832,834,834,839,839,842,842,843,843,844,844,845,845,846,846,847,847,848,848,849,849,851,851,852,852,853,853,854,854,855,855,856,856,857,857,859,859,862,862,867,867,868,868,874,874,875,875,877,877,880,880,887,887,888,888,894,894,896,896,900,900,902,902,905,905,906,906,907,907,908,908,911,911,913,913,918,918,919,919,921,921,927,927,929,929,930,930,931,931,934,934,940,940,941,941,942,942,943,943,945,945,948,948,955,955,964,964,965,965,966,966,967,967,969,969,970,970,973,973,977,977,978,978,980,980,981,981,982,982,983,983,984,984,985,985,987,987,988,988,989,989,990,990,992,992,995,995,996,996,997,997,998,998,1001,1001,1005,1005,1007,1007,1010,1010,1016,1016,1019,1019,1021,1021,1022,1022,1032,1032,1033,1033,1037,1037,1049,1049,1050,1050,1054,1054,1060,1060,1069,1069,1070,1070,1071,1071,1073,1073,1074,1074,1080,1080,1082,1082,1085,1085,1086,1086,1089,1089,1093,1093,1094,1094,1095,1095,1096,1096,1097,1097,1098,1098,1099,1099,1101,1101,1103,1103,1104,1104,1111,1111,1112,1112,1113,1113,1114,1114,1115,1115,1116,1116,1117,1117,1118,1118,1123,1123,1124,1124,1129,1129,1130,1130,1133,1133,1140,1140,1142,1142,1143,1143,1146,1146,1147,1147,1150,1150,1155,1155,1158,1158,1159,1159,1160,1160,1163,1163,1164,1164,1167,1167,1169,1169,1175,1175,1181,1181,1189,1189,1190,1190,1191,1191,1192,1192,1193,1193,1194,1194,1195,1195,1196,1196,1197,1197,1204,1204,1205,1205,1206,1206,1208,1208,1211,1211,1217,1217,1220,1220,1221,1221,1223,1223,1229,1229,1231,1231,1232,1232,1233,1233,1234,1234,1236,1236,1238,1238,1241,1241,1244,1244,1245,1245,1247,1247,1248,1248,1249,1249,1250,1250,1251,1251,1252,1252,1253,1253,1254,1254,1255,1255,1256,1256,1257,1257,1258,1258,1259,1259,1261,1261,1262,1262,1265,1265,1268,1268,1272,1272,1273,1273,1274,1274,1276,1276,1285,1285,1286,1286,1296,1296,1297,1297,1298,1298,1299,1299,1303,1303,1304,1304,1305,1305,1306,1306,1307,1307,1308,1308,1309,1309,1310,1310,1311,1311,1312,1312,1313,1313,1314,1314,1316,1316,1319,1319,1320,1320,1321,1321,1323,1323,1324,1324,1325,1325,1326,1326,1329,1329,1330,1330,1331,1331,1332,1332,1334,1334,1339,1339,1344,1344,1347,1347,1349,1349,1357,1357,1358,1358,1359,1359,1360,1360,1361,1361,1362,1362,1363,1363,1364,1364,1365,1365,1366,1366,1367,1367,1368,1368,1369,1369,1371,1371,1372,1372,1373,1373,1374,1374,1375,1375,1380,1380,1381,1381,1383,1383,1385,1385,1386,1386,1388,1388,1389,1389,1390,1390,1392,1392,1393,1393,1394,1394,1396,1396,1397,1397,1398,1398,1401,1401,1403,1403,1405,1405,1406,1406,1413,1413,1414,1414,1415,1415,1416,1416,1418,1418,1419,1419,1420,1420,1421,1421,1422,1422,1423,1423,1425,1425,1426,1426,1427,1427,1429,1429,1430,1430,1432,1432,1440,1440,1441,1441,1442,1442,1443,1443,1447,1447,1448,1448,1451,1451,1453,1453,1454,1454,1469,1469,1473,1473,1475,1475,1479,1479,1480,1480,1482,1482,1485,1485,1488,1488,1490,1490,1493,1493,1494,1494,1497,1497,1500,1500,1501,1501,1502,1502,1506,1506,1507,1507,1508,1508,1513,1513,1516,1516,1518,1518,1522,1522,1523,1523,1524,1524,1527,1527,1528,1528,1529,1529,1530,1530,1535,1535,1536,1536,1537,1537,1538,1538,1540,1540,1541,1541,1542,1542,1547,1547,1550,1550,1554,1554,1555,1555,1557,1557,1558,1558,1561,1561,1562,1562,1563,1563,1564,1564,1565,1565,1566,1566,1569,1569,1570,1570,1571,1571,1576,1576,1577,1577,1578,1578,1581,1581,1583,1583,1586,1586,1587,1587,1588,1588,1589,1589,1590,1590,1592,1592,1596,1596,1601,1601,1606,1606,1610,1610,1611,1611,1612,1612,1621,1621,1622,1622,1623,1623,1624,1624,1625,1625,1626,1626,1627,1627,1628,1628,1629,1629,1630,1630,1633,1633,1644,1644,1651,1651,1652,1652,1659,1659,1661,1661,1662,1662,1663,1663,1664,1664,1667,1667,1669,1669,1673,1673,1675,1675,1680,1680,1683,1683,1684,1684,1686,1686,1688,1688,1689,1689,1690,1690,1691,1691,1692,1692,1694,1694,1695,1695,1696,1696,1698,1698,1702,1702,1708,1708,1709,1709,1710,1710,1714,1714,1718,1718,1727,1727,1729,1729,1730,1730,1731,1731,1736,1736,1738,1738,1742,1742,1749,1749,1754,1754,1757,1757,1758,1758,1761,1761,1763,1763,1768,1768,1772,1772,1773,1773,1776,1776,1778,1778,1782,1782,1784,1784,1786,1786,1789,1789,1792,1792,1793,1793,1794,1794,1796,1796,1800,1800,1806,1806,1808,1808,1809,1809,1811,1811,1813,1813,1815,1815,1816,1816,1817,1817,1818,1818,1823,1823,1824,1824,1828,1828],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,-1,24,26,28,30,32,34,36,-1,38,40,42,44,46,48,50,52,54,-1,-1,56,58,60,62,-1,64,66,68,70,72,74,76,78,80,82,84,86,88,90,-1,-1,92,94,96,98,100,-1,102,104,-1,106,108,110,112,114,116,118,-1,120,122,124,126,128,-1,130,132,134,136,-1,-1,138,140,142,-1,-1,144,146,148,150,152,154,-1,-1,156,158,160,162,164,-1,166,168,170,-1,172,174,176,178,-1,180,182,184,186,188,190,192,-1,194,-1,-1,196,198,200,202,204,206,208,210,212,-1,214,216,-1,-1,218,-1,-1,-1,220,222,224,226,228,230,-1,232,234,236,238,240,-1,242,244,246,248,250,252,-1,254,-1,256,-1,-1,-1,258,260,262,264,-1,266,-1,268,-1,270,272,274,276,278,-1,-1,280,282,284,286,288,290,-1,-1,292,-1,-1,-1,-1,-1,294,296,298,-1,300,302,304,306,308,310,312,314,316,318,320,322,-1,-1,324,326,-1,-1,-1,-1,-1,-1,328,330,-1,332,-1,-1,-1,-1,334,-1,336,338,340,342,-1,-1,344,-1,346,348,-1,350,-1,-1,352,354,-1,356,-1,-1,358,360,362,364,366,-1,-1,368,370,372,374,376,378,380,-1,-1,-1,382,384,-1,386,388,-1,-1,390,392,394,396,-1,398,-1,-1,-1,-1,400,-1,402,404,406,408,-1,-1,-1,-1,-1,-1,-1,410,412,414,416,418,420,422,-1,-1,424,426,428,430,432,434,436,438,440,442,-1,-1,444,446,448,450,452,-1,454,-1,456,-1,-1,-1,-1,458,-1,-1,460,462,464,466,468,470,472,474,476,478,480,482,484,-1,486,488,-1,490,492,494,-1,-1,496,-1,-1,-1,-1,498,500,502,-1,-1,504,-1,-1,-1,-1,-1,506,-1,508,510,512,514,516,518,-1,-1,-1,-1,-1,520,522,524,526,528,530,-1,532,-1,534,536,-1,-1,-1,538,-1,-1,-1,-1,-1,540,542,544,546,-1,548,-1,-1,-1,-1,-1,550,552,-1,554,-1,556,558,560,562,564,-1,-1,566,568,570,-1,572,574,576,578,580,582,584,-1,-1,-1,586,588,590,592,-1,-1,594,-1,-1,596,-1,-1,-1,598,-1,-1,-1,-1,-1,-1,600,602,604,606,608,610,-1,612,614,-1,616,-1,618,-1,-1,-1,-1,-1,-1,620,-1,-1,-1,622,624,-1,-1,-1,-1,-1,-1,-1,626,628,-1,630,632,634,636,638,-1,-1,640,-1,-1,642,-1,644,-1,-1,646,-1,648,-1,-1,650,-1,652,-1,654,-1,-1,656,-1,-1,-1,-1,658,660,-1,662,664,666,668,-1,670,-1,-1,672,-1,-1,674,676,-1,-1,-1,678,680,-1,-1,-1,-1,-1,-1,682,684,686,-1,688,690,-1,692,-1,694,696,-1,698,700,-1,702,704,-1,706,708,710,712,714,716,718,720,-1,-1,722,724,726,728,730,732,734,736,738,740,742,744,746,-1,-1,-1,748,750,752,-1,754,756,-1,758,760,762,-1,-1,-1,-1,764,766,-1,-1,-1,-1,-1,-1,-1,-1,-1,768,-1,770,772,-1,774,776,778,780,782,784,786,788,-1,-1,-1,-1,-1,-1,-1,790,-1,792,-1,794,-1,-1,796,798,-1,-1,-1,800,-1,-1,802,804,806,-1,808,-1,810,812,-1,-1,-1,814,-1,816,818,-1,-1,820,-1,-1,-1,-1,-1,822,824,826,828,830,832,834,-1,836,-1,-1,838,-1,840,842,-1,-1,-1,-1,-1,-1,844,846,848,850,852,854,856,858,860,862,864,-1,-1,866,868,870,872,874,876,878,880,-1,882,-1,-1,884,-1,-1,886,888,890,-1,892,894,896,-1,-1,-1,898,900,-1,902,-1,-1,-1,-1,-1,-1,-1,-1,904,-1,906,-1,-1,-1,908,910,-1,-1,912,-1,-1,914,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,916,-1,-1,918,920,922,924,926,928,930,-1,-1,-1,-1,-1,932,-1,934,-1,936,938,940,942,944,-1,-1,946,948,950,-1,-1,-1,-1,952,954,-1,-1,-1,-1,956,-1,-1,-1,-1,958,-1,960,962,-1,-1,-1,964,-1,966,-1,968,-1,-1,-1,-1,970,-1,-1,972,974,976,978,980,982,984,986,-1,988,990,992,994,996,998,1000,-1,1002,-1,-1,1004,-1,-1,-1,-1,1006,1008,-1,-1,-1,-1,-1,1010,1012,-1,1014,-1,-1,1016,-1,-1,-1,-1,-1,-1,1018,1020,-1,-1,-1,-1,-1,1022,-1,1024,-1,-1,-1,1026,-1,1028,-1,-1,1030,1032,1034,1036,-1,-1,1038,-1,1040,-1,-1,-1,-1,1042,1044,-1,1046,-1,-1,-1,-1,-1,1048,-1,1050,1052,1054,-1,-1,1056,-1,-1,-1,-1,-1,1058,1060,1062,1064,-1,1066,-1,-1,1068,-1,-1,-1,-1,-1,-1,1070,-1,-1,-1,-1,-1,-1,-1,-1,1072,1074,1076,1078,-1,1080,1082,-1,-1,1084,-1,-1,-1,1086,1088,-1,1090,1092,1094,1096,1098,1100,-1,1102,1104,1106,1108,-1,1110,-1,-1,1112,1114,1116,1118,-1,-1,1120,-1,-1,-1,1122,-1,1124,-1,-1,1126,-1,-1,-1,-1,-1,1128,-1,-1,1130,-1,1132,1134,-1,-1,-1,-1,-1,-1,-1,-1,-1,1136,1138,-1,-1,-1,1140,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1142,1144,-1,-1,-1,1146,-1,-1,-1,-1,-1,1148,-1,-1,-1,-1,-1,-1,-1,-1,1150,1152,1154,-1,1156,1158,-1,-1,-1,-1,-1,1160,-1,1162,-1,-1,1164,1166,-1,-1,1168,-1,-1,-1,1170,1172,1174,1176,1178,1180,1182,-1,1184,-1,1186,1188,-1,-1,-1,-1,-1,-1,1190,1192,1194,1196,1198,1200,1202,1204,-1,-1,-1,-1,1206,1208,-1,-1,-1,-1,1210,1212,-1,-1,1214,-1,-1,-1,-1,-1,-1,1216,-1,1218,1220,-1,-1,1222,1224,-1,-1,1226,-1,-1,-1,-1,1228,-1,-1,1230,1232,1234,-1,-1,1236,1238,-1,-1,1240,-1,1242,-1,-1,-1,-1,-1,1244,-1,-1,-1,-1,-1,1246,-1,-1,-1,-1,-1,-1,-1,1248,1250,1252,1254,1256,1258,1260,1262,1264,-1,-1,-1,-1,-1,-1,1266,1268,1270,-1,1272,-1,-1,1274,-1,-1,-1,-1,-1,1276,-1,-1,1278,1280,-1,1282,-1,-1,-1,-1,-1,1284,-1,1286,1288,1290,1292,-1,1294,-1,1296,-1,-1,1298,-1,-1,1300,1302,-1,1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,1324,1326,1328,-1,1330,1332,-1,-1,1334,-1,-1,1336,-1,-1,-1,1338,1340,1342,-1,1344,-1,-1,-1,-1,-1,-1,-1,-1,1346,1348,-1,-1,-1,-1,-1,-1,-1,-1,-1,1350,1352,1354,1356,-1,-1,-1,1358,1360,1362,1364,1366,1368,1370,1372,1374,1376,1378,1380,-1,1382,-1,-1,1384,1386,1388,-1,1390,1392,1394,1396,-1,-1,1398,1400,1402,1404,-1,1406,-1,-1,-1,-1,1408,-1,-1,-1,-1,1410,-1,-1,1412,-1,1414,-1,-1,-1,-1,-1,-1,-1,1416,1418,1420,1422,1424,1426,1428,1430,1432,1434,1436,1438,1440,-1,1442,1444,1446,1448,1450,-1,-1,-1,-1,1452,1454,-1,1456,-1,1458,1460,-1,1462,1464,1466,-1,1468,1470,1472,-1,1474,1476,1478,-1,-1,1480,-1,1482,-1,1484,1486,-1,-1,-1,-1,-1,-1,1488,1490,1492,1494,-1,1496,1498,1500,1502,1504,1506,-1,1508,1510,1512,-1,1514,1516,-1,1518,-1,-1,-1,-1,-1,-1,-1,1520,1522,1524,1526,-1,-1,-1,1528,1530,-1,-1,1532,-1,1534,1536,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1538,-1,-1,-1,1540,-1,1542,-1,-1,-1,1544,1546,-1,1548,-1,-1,1550,-1,-1,1552,-1,1554,-1,-1,1556,1558,-1,-1,1560,-1,-1,1562,1564,1566,-1,-1,-1,1568,1570,1572,-1,-1,-1,-1,1574,-1,-1,1576,-1,1578,-1,-1,-1,1580,1582,1584,-1,-1,1586,1588,1590,1592,-1,-1,-1,-1,1594,1596,1598,1600,-1,1602,1604,1606,-1,-1,-1,-1,1608,-1,-1,1610,-1,-1,-1,1612,1614,-1,1616,1618,-1,-1,1620,1622,1624,1626,1628,1630,-1,-1,1632,1634,1636,-1,-1,-1,-1,1638,1640,1642,-1,-1,1644,-1,1646,-1,-1,1648,1650,1652,1654,1656,-1,1658,-1,-1,-1,1660,-1,-1,-1,-1,1662,-1,-1,-1,-1,1664,-1,-1,-1,1666,1668,1670,-1,-1,-1,-1,-1,-1,-1,-1,1672,1674,1676,1678,1680,1682,1684,1686,1688,1690,-1,-1,1692,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1694,-1,-1,-1,-1,-1,-1,1696,1698,-1,-1,-1,-1,-1,-1,1700,-1,1702,1704,1706,1708,-1,-1,1710,-1,1712,-1,-1,-1,1714,-1,1716,-1,-1,-1,-1,1718,-1,-1,1720,1722,-1,1724,-1,1726,1728,1730,1732,1734,-1,1736,1738,1740,-1,1742,-1,-1,-1,1744,-1,-1,-1,-1,-1,1746,1748,1750,-1,-1,-1,1752,-1,-1,-1,1754,-1,-1,-1,-1,-1,-1,-1,-1,1756,-1,1758,1760,1762,-1,-1,-1,-1,1764,-1,1766,-1,-1,-1,1768,-1,-1,-1,-1,-1,-1,1770,-1,-1,-1,-1,1772,-1,-1,1774,1776,-1,-1,1778,-1,1780,-1,-1,-1,-1,1782,-1,-1,-1,1784,1786,-1,-1,1788,-1,1790,-1,-1,-1,1792,-1,1794,-1,1796,-1,-1,1798,-1,-1,1800,1802,1804,-1,1806,-1,-1,-1,1808,-1,-1,-1,-1,-1,1810,-1,1812,1814,-1,1816,-1,1818,-1,1820,1822,1824,1826,-1,-1,-1,-1,1828,1830,-1,-1,-1,1832,-1,-1,-1,-1],"split_conditions":[9.931453E1,6.645508E-1,5.1708984E-1,7.4072266E-1,9.0771484E-1,4.9389648E-1,-1.5494906E0,2.0662012E2,8.847656E-1,1.4440968E2,1.43375E2,2.4991222E2,-1.5356785E0,1.554232E2,1.5031339E0,1.5067117E2,9.6435547E-1,7.1435547E-1,4.2651367E-1,9.6435547E-1,-0E0,1.3636737E2,9.995117E-1,4.6777344E-1,1.9917679E0,2.0197098E2,2.3125546E2,7.397461E-1,1.5153171E0,1.6343852E0,-1.525085E0,-1.4839886E0,7.758789E-1,1.29375E2,2.0131575E2,2.2786215E2,-1.5458026E0,1.5638684E2,7.631836E-1,1.4816458E0,2.9890952E0,2.253418E-1,1.5197548E2,1.2164814E0,2.1457988E2,1.2115266E2,7.0375E1,1.7607762E2,4.0338547E2,1.0719299E-2,1.3991972E2,-0E0,-1.5263611E0,8.330078E-1,1.4343262E-3,4.1259766E-1,1.9376758E2,2.7866364E-3,-0E0,3.1054688E-1,5.7129335E0,-1.4719095E0,8.330078E-1,8.8964844E-1,1.9636177E0,9.27124E-2,1.5452979E2,7.84375E1,5.374661E0,5.2E-1,3.2123349E0,2.1514893E-2,3.701172E-1,1.339702E2,1.2773585E2,6.685714E-1,2.8094592E0,1.6333017E2,1.2164814E0,2.1842087E2,-9.36E-1,-0E0,1.5283203E-1,8.907673E-1,5.43125E1,-1.5296777E0,-0E0,5.24375E1,2.4487305E-1,1.9050462E2,5.9E1,3.028125E1,6.0546875E-1,-0E0,-1.4350718E0,5.7019033E0,5.1600704E0,1.5760175E2,4.867456E0,1.2243876E0,-1.3944134E0,2.2357483E2,7.631836E-1,4.19375E1,-0E0,4.8021188E-1,6.4014834E-1,4.6876884E0,8.183594E-1,-0E0,4.8150425E0,3.2073975E-2,1.0299464E0,1.7429552E2,3.8075461E0,2.2357483E2,1.5185547E-1,-1.4457803E0,2.9070182E0,-5.2E-1,-0E0,3.5107422E-1,2.41E2,2.2802734E-1,4.454001E0,7.562318E1,5.083008E-1,1.026875E2,6.165625E1,9.2125E1,5.2E-1,4.734375E1,9.995117E-1,5.2E-1,-3.12E-1,4.296875E1,-5.2E-1,-0E0,1.2133334E0,1.6849717E0,9.891087E1,8.24375E1,4.9616556E0,4.8150425E0,1.6512576E2,-1.4408332E0,8.169207E1,9.5751953E-1,1.049959E0,2.1457988E2,9.057617E-1,-0E0,4.8623496E-1,2.3292801E2,2.0185528E0,7.43125E1,1.4772453E0,1.3451347E2,-0E0,1.3738815E2,-1.4148837E0,5.3953815E0,-0E0,-0E0,-3.12E-1,4.3969585E1,5.24375E1,7.6660156E-1,4.70625E1,-0E0,3.296875E1,-0E0,4.234314E-3,-6.685714E-1,1.3640794E2,1.5894338E0,1.9321188E0,1.052574E2,1.6648955E2,-1.4851199E0,-0E0,8.031195E-1,2.3730469E-1,1.8192119E2,5.002396E0,9.238281E-1,3.7125E1,-1.1439999E0,-0E0,1.4457663E0,-0E0,9.36E-1,-0E0,-5.2E-1,-0E0,1.8112183E-2,1.574224E2,3.355719E1,-0E0,7.147217E-2,1.6983032E-2,5.64375E1,8.061213E1,1.18628586E2,3.053125E1,9.243164E-1,1.9376758E2,8.6125064E-1,5.99105E-1,5.5125E1,5.083008E-1,-8.666667E-1,-0E0,1.3797261E2,1.4953662E0,-1.4699566E0,-0E0,-0E0,8.666667E-1,-0E0,3.12E-1,8.8625E1,2.1321727E2,-9.36E-1,1.2361847E2,1.08E0,-0E0,-1.1439999E0,-0E0,1.26146614E2,8.666667E-1,3.384375E1,1.4322183E0,4.25726E0,1.3738815E2,-0E0,-1.4733332E0,4.555664E-1,9.36E-1,1.0629205E0,9.489949E1,-0E0,9.8535156E-1,-1.3833963E0,-0E0,7.107589E1,3.9683874E0,-1.4566886E0,8.169207E1,-0E0,-3.12E-1,5.3953815E0,1.5876004E2,3.178125E1,2.1350098E-1,1.7551279E0,-0E0,-0E0,1.46625E2,9.553292E1,7.011088E-1,7.3095703E-1,8.123123E1,4.909375E1,1.5782086E2,-0E0,-1.4128301E0,-0E0,9.975586E-1,9.8000305E1,-0E0,1.9673145E2,1.3977051E-1,8.666667E-1,-3.12E-1,6.9628906E-1,1.3431422E2,1.9636177E0,3.3856516E0,-0E0,9.6169376E-1,9.36E-1,-0E0,-7.8E-1,5.2E-1,5.9906006E-2,-0E0,8.45806E1,1.5060963E2,1.0388513E2,2.902832E-1,-1.3866667E0,-0E0,-1.04E0,-0E0,-0E0,7.8E-1,-0E0,9.995117E-1,1.803358E0,5.574597E-1,2.0497682E0,6.4160156E-1,3.065625E1,1.7014574E2,-3.12E-1,6.685714E-1,1.7028809E-1,8.48125E1,9.94495E-1,3.9716488E1,5.3953815E0,5.109375E1,1.4589845E2,8.475928E1,9.975586E-1,5.225803E0,-0E0,1.1439999E0,1.8550575E2,1.5132338E2,8.94364E-1,7.558594E-1,3.028125E1,-0E0,2.4609375E-1,-6.685714E-1,4.8623496E-1,-0E0,-0E0,3.12E-1,3.12E-1,7.041205E-1,-5.2E-1,-0E0,3.575E1,3.128125E1,5.64375E1,1.586914E-2,6.9625E1,2.019043E-1,9.8339844E-1,9.946289E-1,2.0780666E0,3.701172E-1,5.034375E1,6.3727512E1,4.5438328E-1,-0E0,1.0000084E2,1.150134E0,-0E0,9.21875E1,9.100104E1,5.48296E0,3.12E-1,-7.8E-1,9.9316406E-1,-0E0,-6.685714E-1,5.2E-1,-0E0,7.3095703E-1,2.528103E0,9.213867E-1,-0E0,-1.4693022E0,9.489949E1,-0E0,-0E0,-6.685714E-1,-0E0,9.927272E-1,3.9296677E0,-3.12E-1,5.083008E-1,3.1982422E-1,1.17248535E-1,1.397099E2,1.984491E0,1.4148083E2,-1.4778947E0,-0E0,1.231579E0,-0E0,7.8E-1,5.1464844E-1,1.01041626E2,1.4343262E-3,1.0425934E2,4.476433E0,3.028125E1,-0E0,6.8462975E1,-1.231579E0,2.1069336E-1,1.7236328E-1,-0E0,-1.04E0,-0E0,9.9796104E1,-0E0,-9.36E-1,-0E0,9.927272E-1,6.685714E-1,3.4503937E-3,4.2236328E-1,1.4830244E0,9.995117E-1,-0E0,1.049959E0,-8.666667E-1,-0E0,1.1929412E0,8.666667E-1,-0E0,1.361084E-1,1.4816458E0,-0E0,5.233553E0,-6.685714E-1,2.4282126E0,1.2030029E-1,7.1484375E-1,8.833008E-1,2.4938965E-1,-0E0,3.12E-1,6.8115234E-1,5.5904746E0,6.538086E-1,-0E0,4.852295E-2,8.835282E1,7.649653E1,5.824608E1,9.25625E1,6.314517E1,2.631836E-1,-3.12E-1,-1.3103999E0,-0E0,3.6625E1,2.3346324E0,7.159618E1,6.118164E-1,-0E0,-3.12E-1,5.78125E-1,1.4508641E0,-0E0,4.878998E-3,8.666667E-1,-0E0,-0E0,5.9258E0,-3.12E-1,-0E0,-5.2E-1,3.12E-1,-0E0,-1.4181818E0,4.656706E0,1.8225098E-1,1.803358E0,7.6416016E-1,1.8911917E1,1.6027832E-1,-8.666667E-1,1.4772453E0,2.2046204E0,-8.666667E-1,1.1550618E0,-0E0,3.440625E1,-0E0,9.36E-1,-3.12E-1,-9.927272E-1,-0E0,-0E0,8.798985E1,-0E0,1.4542372E0,-0E0,1.105E2,2.5410448E2,-6.685714E-1,1.3199999E0,-0E0,-1.08E0,-0E0,8.666667E-1,-0E0,5.670253E-1,3.821875E1,-0E0,4.1783757E0,4.246875E1,3.1796875E1,9.553292E1,4.2896885E1,-1.432653E0,-0E0,7.264352E-1,-0E0,5.2E-1,5.109437E1,-0E0,9.926758E-1,-0E0,-1.1142857E0,6.835949E-1,-3.12E-1,6.1983948E1,-7.8E-1,-0E0,4.5595753E1,-8.666667E-1,1.1691341E0,5.2E-1,8.58125E1,-0E0,-1.4223529E0,2.5971567E1,-0E0,9.927272E-1,-0E0,-0E0,3.028125E1,1.1512431E0,5.2E-1,9.633789E-1,3.906933E0,9.1875E1,1.4772453E0,-0E0,3.065625E1,-0E0,-7.8E-1,5.859375E-2,-0E0,1.17E0,7.7197266E-1,9.9853516E-1,-0E0,-0E0,6.685714E-1,5.4625E1,5.242106E-1,-0E0,3.12E-1,-1.3245282E0,-0E0,7.8E-1,-0E0,2.1730914E0,7.466854E-1,3.79375E1,-0E0,1.5153171E0,1.18251976E2,-0E0,6.4014834E-1,-7.8E-1,3.1101894E0,7.241211E-1,-0E0,9.2125E1,1.5979004E-1,3.12E-1,3.0419922E-1,3.1546875E1,-0E0,5.78378E1,8.442229E1,1.7378914E2,1.5359016E2,4.239948E0,7.125E1,9.8339844E-1,1.4716272E2,-0E0,9.927272E-1,1.6998236E2,2.1618652E-1,5.3953815E0,4.656706E0,4.8595623E1,8.270264E-2,3.642297E1,2.7270508E-1,5.083008E-1,1.0731122E0,3.187E0,1.5866824E0,1.5629083E0,-0E0,9.927272E-1,-0E0,6.0546875E-1,8.0672165E1,1.4953662E0,-3.12E-1,2.0946765E0,4.82698E0,-0E0,1.4052943E2,9.8779297E-1,1.3530252E2,-0E0,1.08E0,5.2E-1,-0E0,8.407194E1,5.315625E1,-0E0,-1.231579E0,1.17E0,-0E0,-1.4668657E0,-0E0,3.12E-1,-0E0,-0E0,9.534567E0,-3.12E-1,6.595758E-1,9.5458984E-1,-0E0,1.501924E0,7.264415E-1,1.9484142E0,4.6136885E0,8.261719E-1,8.417969E-1,9.2626953E-1,6.7759636E1,-0E0,1.1142857E0,-0E0,-5.2E-1,-1.3E0,-0E0,-0E0,9.1845703E-1,-3.12E-1,7.6560974E-3,-0E0,5.198394E-1,-0E0,3.12E-1,9.223938E-3,1.145804E2,-0E0,-1.08E0,-0E0,9.794922E-1,-3.12E-1,-0E0,9.13125E1,1.3767382E0,2.6700044E0,6.685714E-1,3.3054595E0,3.12E-1,1.11564125E2,3.203125E1,-0E0,-1.3554097E0,-0E0,9.8535156E-1,-9.36E-1,1.6218437E0,5.1768404E-1,-0E0,3.12E-1,1.4048293E2,-0E0,-1.248E0,5.2E-1,-0E0,-0E0,9.9853516E-1,3.1101894E0,3.375E1,7.1490715E1,9.161377E-2,9.4189453E-1,6.12028E1,-0E0,5.300359E0,5.2E-1,-0E0,1.2571477E0,-0E0,7.3291016E-1,1.8597907E0,-3.12E-1,3.12E-1,-1.2628571E0,-0E0,-0E0,1.1142857E0,1.2685891E0,1.310303E2,1.7551279E0,4.718893E0,2.6608677E0,9.633789E-1,1.3636737E2,3.6912036E0,1.279375E2,7.939675E1,1.9995117E-1,6.685714E-1,-9.36E-1,3.1091602E0,7.631836E-1,1.5359016E2,8.959961E-1,1.1512431E0,5.374661E0,2.7001953E-1,6.881162E-1,-0E0,2.070868E0,5.2E-1,-0E0,4.0919353E1,-0E0,-9.36E-1,8.8125E1,5.292969E-1,1.06550934E2,6.685714E-1,1.3193779E0,6.1920166E-2,5.794245E-1,6.685714E-1,-3.12E-1,-0E0,1.5456015E2,4.510386E0,-0E0,1.445E2,-1.1142857E0,-0E0,-0E0,5.2E-1,-0E0,5.2E-1,-0E0,-3.12E-1,4.911853E0,-0E0,9.31875E1,-0E0,-1.2133334E0,-0E0,9.813423E1,6.12028E1,3.12E-1,-3.12E-1,5.2019324E0,-0E0,-0E0,9.975586E-1,-0E0,3.12E-1,-1.370909E0,-0E0,-0E0,-6.685714E-1,-0E0,9.7499996E-1,-0E0,3.12E-1,1.1088684E2,-0E0,1.1142857E0,7.0715706E1,3.8145149E0,9.3652344E-1,1.1580858E1,3.4010012E0,6.5375E1,4.5861425E0,1.17E0,-0E0,-0E0,1.17E0,-0E0,1.7378922E2,-0E0,1.1123956E0,5.2E-1,2.694708E0,1.10875E2,4.578125E1,1.3543028E2,9.7998047E-1,-0E0,-5.2E-1,5.5145264E-2,3.25E1,5.859375E-2,-0E0,-0E0,-6.685714E-1,-0E0,5.7129335E0,3.0171875E1,-0E0,-0E0,3.12E-1,-0E0,5.9258E0,-0E0,-5.2E-1,-1.08E0,-0E0,3.4125E1,-0E0,7.9102844E-1,7.551224E-1,-3.12E-1,6.685714E-1,-0E0,2.513793E1,1.1929412E0,2.732861E0,3.12E-1,9.428711E-1,1.3199999E0,-0E0,-0E0,-1.4114286E0,4.867456E0,-0E0,-3.12E-1,1.0184251E0,6.030468E1,1.433288E2,9.9072266E-1,2.1856756E0,1.126709E-1,9.526367E-1,7.6125E1,-0E0,4.678125E1,2.1897647E0,6.1920166E-2,5.3808594E-1,2.6367188E-1,7.631836E-1,1.6343852E0,3.12E-1,9.9853516E-1,-0E0,-6.685714E-1,2.944534E0,-1.04E0,-0E0,5.2E-1,-0E0,1.9207792E0,9.8339844E-1,-7.8E-1,-0E0,1.1142857E0,-0E0,-6.685714E-1,9.6435547E-1,9.975586E-1,-0E0,4.510386E0,-5.2E-1,-0E0,1.4123535E-1,-6.685714E-1,-0E0,-0E0,1.08E0,-3.12E-1,-0E0,4.496875E1,6.1E1,-6.685714E-1,-0E0,-5.2E-1,-0E0,-0E0,1.5782086E2,-0E0,1.1657715E-2,-9.36E-1,3.12E-1,-1.4444444E0,3.6328125E-1,-1.3925853E0,1.9979639E0,-1.4039999E0,-0E0,1.880765E2,1.2807577E0,2.2724047E0,1.5131986E0,-0E0,-7.8E-1,1.144375E2,-0E0,4.878998E-3,-0E0,-1.2763636E0,-0E0,-5.2E-1,1.23227E0,3.660726E0,-0E0,4.208856E0,-0E0,-0E0,-7.8E-1,6.685714E-1,-0E0,7.89791E1,6.685714E-1,9.980469E-1,4.175E1,4.5438328E-1,-0E0,-0E0,3.772453E0,-7.8E-1,-0E0,-1.4114286E0,-0E0,-7.8E-1,8.031195E-1,3.078125E1,3.6983209E0,3.0618317E0,-5.2E-1,3.648739E0,8.666667E-1,-0E0,2.6367965E0,-0E0,-1.231579E0,1.17E0,-0E0,-0E0,1.4654545E0,9.980469E-1,-0E0,-6.685714E-1,-0E0,-3.12E-1,-0E0,-0E0,-1.3928571E0,-0E0,3.571875E1,2.0838587E0,4.41875E1,3.3332334E0,-0E0,3.34375E1,1.8767561E0,-0E0,3.12E-1,4.4148173E0,3.12E-1,-9.927272E-1,-0E0,5.1061854E0,2.6913953E0,9.36E-1,1.6718141E0,4.576556E0,8.671875E-1,1.5153171E0,9.7998047E-1,9.355469E-1,-0E0,9.27124E-2,9.975586E-1,9.698486E-2,7.526776E1,-0E0,5.242106E-1,-0E0,6.685714E-1,6.5375E1,4.9145508E-1,5.683594E-1,8.7968683E-1,-0E0,-1.1142857E0,6.240625E1,-0E0,-0E0,5.2E-1,1.8721352E0,3.12E-1,8.872735E1,-0E0,7.8E-1,1.9164897E0,-1.248E0,-0E0,9.36E-1,-0E0,-0E0,9.767814E1,-3.12E-1,5.2E-1,1.5464331E2,-0E0,1.018125E2,2.76E2,-0E0,-7.8E-1,-0E0,-6.685714E-1,-0E0,-6.685714E-1,-1.3026804E0,-0E0,-6.685714E-1,9.507258E1,9.7704583E-1,-0E0,-0E0,1.08E0,9.975586E-1,-0E0,-0E0,-1.2802758E0,-0E0,5.2E-1,9.927272E-1,-0E0,-1.1929412E0,-0E0,-0E0,-7.8E-1,8.7102866E-1,7.311355E1,-3.12E-1,3.12E-1,-0E0,4.0919353E1,-1.370909E0,-0E0,-0E0,3.12E-1,-0E0,1.218125E2,-3.12E-1,-0E0,5.2E-1,-0E0,-6.685714E-1,-0E0,-1.1142857E0,-0E0,6.9465117E0,3.9257812E-1,9.41416E1,-1.3371428E0,2.7929425E0,9.5410156E-1,1.08E0,-0E0,-1.1929412E0,-0E0,-0E0,4.6037035E0,-5.2E-1,6.0506973E1,-3.12E-1,-0E0,1.1657715E-2,2.2826233E0,-5.2E-1,-0E0,4.3945312E-1,-9.927272E-1,7.8E-1,-0E0,4.858024E0,4.5214844E-1,2.856803E0,4.549924E0,4.9197593E0,5.225803E0,1.4513676E2,-0E0,2.2450645E0,-5.2E-1,1.67375E2,1.7196697E0,-3.12E-1,7.8E-1,-1.04E0,-0E0,-0E0,-1.231579E0,7.9875E1,5.9E1,8.696289E-1,6.314517E1,1.074375E2,2.2290039E-1,1.7830962E2,4.9883556E1,-1.3764706E0,-0E0,-0E0,-5.2E-1,5.21875E1,2.1514893E-2,-0E0,-5.2E-1,1.3866667E0,-0E0,1.0601807E-1,4.0338547E2,-0E0,3.12E-1,5.6689453E-1,-0E0,5.2E-1,-0E0,-0E0,-6.685714E-1,1.3913513E0,8.995536E1,-0E0,9.9902344E-1,1.7871094E-1,8.666667E-1,-0E0,9.8000305E1,1.00235146E2,-0E0,-0E0,3.0171875E1,-8.666667E-1,3.12E-1,-3.12E-1,-0E0,1.6091789E0,-0E0,6.685714E-1,1.2596837E2,9.6875E1,4.1625E1,-0E0,3.12E-1,9.3896484E-1,9.534567E0,-3.12E-1,-0E0,1.1550618E0,5.2E-1,1.390574E2,-0E0,5.2E-1,-3.12E-1,-5.2E-1,-0E0,7.689911E1,-0E0,-8.666667E-1,-0E0,5.2E-1,-0E0,8.58125E1,-0E0,5.2E-1,-0E0,1.3E0,-0E0,-0E0,-3.12E-1,1.2115266E2,1.9997325E0,1.8764581E2,9.05625E1,5.463867E-1,8.696289E-1,9.1629326E-1,1.7744127E2,6.881162E-1,-0E0,9.36E-1,-0E0,-3.12E-1,-0E0,-0E0,9.980469E-1,1.2916358E0,5.3E1,-0E0,3.0796875E1,-0E0,5.2E-1,9.8000305E1,-0E0,1.3667257E0,-0E0,3.12E-1,-0E0,4.878998E-3,-0E0,-5.2E-1,2.2937083E0,5.9258E0,-0E0,2.4077632E0,1.3103999E0,-0E0,-1.2736709E0,-0E0,-1.1142857E0,6.964659E-1,-6.685714E-1,8.149414E-1,1.7510658E2,3.9625E1,1.4094955E0,6.685714E-1,7.6887417E-1,-0E0,1.4541626E-2,-0E0,-5.2E-1,1.4428937E2,-0E0,-0E0,9.9658203E-1,9.9125E1,-0E0,6.556537E1,7.480469E-1,1.8070786E2,1.2481689E-2,9.506836E-1,4.1381836E-1,6.547886E-1,2.1730914E0,4.984375E1,9.3002686E1,1.7346191E-1,5.2E1,6.595758E-1,-9.927272E-1,9.3002686E1,8.271267E1,-0E0,-9.927272E-1,2.2628784E-2,-0E0,-0E0,1.168419E2,5.2E-1,-7.8E-1,-0E0,9.946289E-1,3.5858154E-3,1.2571477E0,-0E0,5.0581165E1,-0E0,3.12E-1,1.3974999E0,-0E0,3.12E-1,-0E0,-0E0,3.12E-1,4.0572176E0,8.671875E-1,3.12E-1,-7.8E-1,-0E0,-9.36E-1,-0E0,3.12E-1,-0E0,-6.685714E-1,-0E0,7.1484375E-1,6.8893433E-3,2.0780666E0,3.821875E1,-0E0,-1.2763636E0,-0E0,7.00625E1,1.7049073E0,1.8112183E-2,5.7594612E1,9.526367E-1,8.007352E1,3.0238917E0,1.2974973E2,3.1015625E1,1.0286574E2,5.2275635E1,1.911568E2,-0E0,9.980469E-1,-3.12E-1,-0E0,5.928125E1,7.4450485E1,3.876618E0,-0E0,1.69142E0,8.852539E-1,5.025E1,8.907673E-1,-3.12E-1,6.685714E-1,6.0302734E-1,2.7722013E0,1.0145622E2,1.4334764E2,-0E0,1.4991826E2,1.04E0,-0E0,1.4039999E0,-0E0,4.5214844E-1,1.4269193E0,6.685714E-1,-0E0,-0E0,9.7558594E-1,-1.4536363E0,-0E0,7.4019394E1,-1.08E0,3.090625E1,-0E0,-0E0,-1.2886956E0,-0E0,-3.12E-1,-0E0,1.3E0,3.2073975E-2,4.358679E0,1.3374591E0,9.941406E-1,8.7322365E1,1.8343948E2,9.8828125E-1,6.557617E-1,4.3436302E1,1.1691341E0,9.3809134E-1,1.984491E0,7.397461E-1,9.36E-1,1.5195343E2,1.3374591E0,4.4978957E0,5.40625E1,3.4279902E0,6.685714E-1,-0E0,9.36E-1,-9.927272E-1,4.909375E1,6.544696E1,-0E0,2.3071907E0,-8.666667E-1,1.4094955E0,1.109375E2,-1.2628571E0,3.1091602E0,3.7510343E0,9.700544E1,7.8E-1,2.9141474E0,1.4560646E2,1.8028659E2,-0E0,9.6881165E1,1.325302E2,8.915528E1,3.12E-1,-5.2E-1,9.0283203E-1,-1.04E0,3.6875E1,-0E0,9.589844E-1,5.48296E0,6.685714E-1,-0E0,1.4444444E0,-0E0,5.2E-1,-0E0,3.053125E1,3.083775E1,2.4060552E0,8.417969E-1,1.248E0,1.1126709E-1,6.2125E1,4.496875E1,1.6512576E2,4.59375E1,1.5195343E2,-8.666667E-1,9.980469E-1,4.675293E-2,2.4641087E0,-0E0,1.144375E2,2.1714256E0,-0E0,2.7866364E-3,-0E0,-3.12E-1,-0E0,-9.927272E-1,5.2E-1,-0E0,3.12E-1,6.1920166E-2,8.2373047E-1,4.565157E0,1.7213681E2,6.685714E-1,-6.685714E-1,-0E0,5.4540688E1,2.1735778E0,-9.36E-1,-0E0,2.3346324E0,3.12E-1,7.69375E1,5.292969E-1,-0E0,3.12E-1,-0E0,-3.12E-1,9.927272E-1,-0E0,-5.2E-1,3.12E-1,3.12E-1,-0E0,-1.08E0,-0E0,-3.12E-1,-0E0,1.200956E0,-3.12E-1,-9.36E-1,-0E0,2.7001953E-1,-0E0,1.9895706E1,-0E0,3.12E-1,-3.12E-1,9.757707E-1,3.7197125E0,-0E0,4.641084E0,-0E0,3.12E-1,9.456452E1,-0E0,5.2E-1,1.2243876E0,-0E0,5.3808594E-1,-0E0,7.8E-1,4.7072582E1,9.6240234E-1,-6.685714E-1,-0E0,1.0148346E0,-6.685714E-1,-9.927272E-1,1.5515137E-1,1.2807577E0,4.3625E1,-0E0,-6.685714E-1,-3.12E-1,3.3244107E0,9.1805494E-1,5.78125E-1,3.12E-1,-8.666667E-1,-0E0,-1.248E0,6.7E1,-0E0,-8.666667E-1,1.03149414E-1,-0E0,3.239746E-1,-0E0,-9.927272E-1,6.685714E-1,1.2823582E2,9.9902344E-1,8.260382E1,-6.685714E-1,-0E0,1.182251E-1,7.6049805E-2,7.88125E1,6.66875E1,-3.12E-1,-0E0,-5.2E-1,8.666667E-1,8.50537E1,3.028125E1,2.3416753E0,1.0767572E0,-0E0,4.9197593E0,1.844163E0,8.706953E-1,-0E0,-6.685714E-1,8.666667E-1,-0E0,3.1796875E1,-0E0,1.4235E0,7.31875E1,-0E0,-3.12E-1,-0E0,6.1983948E1,3.6111214E0,7.8E-1,9.824219E-1,1.4322183E0,-0E0,1.17E0,1.0052267E2,5.109375E1,7.8564453E-1,7.6125E1,8.3740234E-1,7.053005E1,7.8E-1,-0E0,3.906352E0,1.20625E2,1.2302591E2,3.12E-1,1.08E0,-0E0,5.2E-1,4.867456E0,3.0171875E1,1.0601807E-1,-5.2E-1,-0E0,1.5329698E2,-0E0,3.5610359E0,5.2E-1,-5.2E-1,1.2685891E0,7.833379E1,1.1101958E0,1.1238468E0,1.2066222E2,-0E0,3.963329E0,3.12E-1,-0E0,-0E0,1.354008E2,-3.12E-1,-0E0,-0E0,1.1439999E0,1.8702464E2,-0E0,-3.12E-1,5.2E-1,-0E0,5.1464844E-1,-0E0,1.3103999E0,-3.12E-1,1.2115266E2,6.228125E1,7.725E1,-5.2E-1,-0E0,-1.3E0,-0E0,-0E0,3.12E-1,-7.8E-1,-0E0,3.2135594E0,5.275E1,7.20625E1,1.3603444E0,6.9465117E0,6.1572266E-1,3.679532E0,1.8673838E0,1.23291016E-1,4.324341E-2,-5.2E-1,-0E0,9.921875E-1,-0E0,-0E0,-8.666667E-1,-3.12E-1,-0E0,-0E0,1.3E0,-3.12E-1,6.685714E-1,-0E0,1.2298584E-2,-3.12E-1,-0E0,-0E0,3.12E-1,3.12E-1,-5.2E-1,4.73125E1,1.4855162E2,-0E0,5.2E-1,-1.04E0,-0E0,1.1439999E0,-0E0,2.536621E-1,-0E0,9.6240234E-1,6.454447E1,9.716797E-1,4.878998E-3,1.1142857E0,-0E0,4.390625E1,1.2628571E0,9.916992E-1,-0E0,-3.12E-1,-0E0,1.4440918E-1,9.36E-1,1.2591983E0,-0E0,-0E0,-7.8E-1,-0E0,1.044945E0,-5.2E-1,3.12E-1,1.8702464E2,5.673828E-1,-0E0,1.3468312E0,5.2E-1,3.903125E1,5.090332E-2,9.975586E-1,9.570969E1,4.909375E1,-0E0,2.0324707E-2,6.2330997E1,3.4718857E0,-0E0,5.9547573E-1,1.329836E0,-0E0,1.3957894E0,2.185948E0,-0E0,5.2E-1,3.12E-1,-0E0,-0E0,1.3603444E0,1.458595E0,1.2020777E2,1.428169E0,-0E0,5.2E-1,2.6879883E-1,1.04E0,-0E0,-0E0,8.163452E-3,1.1142857E0,-0E0,-5.2E-1,-0E0,-0E0,-1.08E0,-0E0,-8.666667E-1,4.0440974E0,-6.685714E-1,4.641084E0,1.1324565E0,9.9560547E-1,-0E0,-5.2E-1,6.685714E-1,-0E0,6.5771484E-1,-0E0,8.852539E-1,-6.685714E-1,-0E0,-0E0,6.3727512E1,-0E0,3.12E-1,-0E0,1.2599999E0,8.666667E-1,-0E0,1.1299024E0,-0E0,-6.685714E-1,-0E0,-0E0,1.7722172E0,6.685714E-1,-0E0,5.2019324E0,5.109375E1,-0E0,-3.12E-1,8.53125E1,-0E0,8.5498047E-1,1.5104761E0,9.927272E-1,-0E0,-0E0,1.8911917E1,-0E0,-9.36E-1,-0E0,2.33078E-3,1.0763143E0,-0E0,-5.2E-1,2.070868E0,1.3957894E0,2.5859928E0,7.8E-1,-0E0,-0E0,1.0719299E-2,-0E0,9.794922E-1,-0E0,7.512394E-1,-0E0,6.685714E-1,1.6512576E2,8.666667E-1,-0E0,1.2243876E0,1.2066222E2,2.1870694E0,-0E0,1.2571477E0,-5.2E-1,-0E0,-0E0,6.149292E-3,1.3866667E0,-0E0,5.2E-1,-0E0,-0E0,2.4267578E-1,-0E0,7.3545586E1,9.863281E-1,-0E0,4.275E1,1.3458823E0,5.2825928E-2,-0E0,1.303711E-1,9.0283203E-1,1.0514776E2,6.044922E-1,-0E0,1.1439999E0,-0E0,-5.2E-1,6.903076E-2,3.589344E1,1.2570873E0,-0E0,-0E0,4.4148173E0,3.12E-1,-6.685714E-1,1.2133334E0,-0E0],"split_indices":[5,13,13,12,13,12,0,6,12,7,8,6,0,4,3,4,12,15,14,13,0,7,17,14,0,7,6,14,0,0,0,0,14,8,6,7,0,4,14,0,3,14,7,3,7,4,10,7,7,18,7,0,0,14,17,14,6,18,0,15,3,0,14,15,0,18,4,11,0,0,2,18,18,6,6,0,3,4,3,6,0,0,14,2,10,0,0,11,14,6,11,11,15,0,0,0,0,4,0,0,0,7,14,9,0,3,1,1,14,0,3,18,1,6,0,7,12,0,1,0,0,17,10,13,2,5,15,11,11,9,0,8,15,0,0,9,0,0,0,1,5,8,3,3,6,0,5,15,3,7,14,0,1,7,3,8,2,7,0,6,0,2,0,0,0,4,10,13,10,0,10,0,18,0,4,1,0,5,6,0,0,0,12,6,1,14,11,0,0,0,0,0,0,0,0,18,6,4,0,18,18,8,7,6,10,17,6,1,0,10,14,0,0,7,1,0,0,0,0,0,0,8,6,0,4,0,0,0,0,4,0,10,1,0,6,0,0,19,0,3,5,0,16,0,0,5,3,0,5,0,0,2,6,11,17,3,0,0,11,4,2,14,4,11,7,0,0,0,16,5,0,6,19,0,0,14,4,0,3,0,1,0,0,0,0,14,0,4,6,5,13,0,0,0,0,0,0,0,17,0,0,1,13,8,6,0,0,16,11,0,7,2,11,6,5,14,1,0,0,7,6,0,14,10,0,12,0,1,0,0,0,0,1,0,0,8,11,8,19,11,16,15,18,1,18,8,5,0,0,6,1,0,8,5,3,0,0,16,0,0,0,0,15,2,14,0,0,5,0,0,0,0,0,1,0,14,15,17,4,1,6,0,0,0,0,0,17,5,17,5,3,10,0,4,0,13,19,0,0,0,5,0,0,0,0,0,17,12,1,18,0,3,0,0,0,0,0,17,0,0,0,0,3,19,12,15,15,0,0,16,3,13,0,19,5,5,5,11,4,16,0,0,0,10,0,5,13,0,0,12,0,0,19,0,0,0,1,0,0,0,0,0,0,0,13,0,12,7,15,0,2,1,0,2,0,11,0,0,0,0,0,0,5,0,0,0,8,7,0,0,0,0,0,0,0,2,8,0,0,11,8,4,7,0,0,2,0,0,4,0,16,0,0,1,0,5,0,0,4,0,0,0,9,0,0,7,0,0,0,0,8,0,0,19,1,10,2,0,8,0,0,13,0,0,18,19,0,0,0,11,1,0,0,0,0,0,0,1,3,11,0,0,4,0,1,0,0,12,0,9,16,0,15,8,0,4,5,6,4,2,9,14,4,0,0,7,13,2,0,4,12,4,19,15,3,0,2,3,0,0,0,14,4,1,0,1,0,0,4,14,4,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,7,0,0,19,0,2,1,0,0,13,14,15,4,0,0,0,0,0,0,0,16,0,19,0,3,0,0,18,5,0,0,0,16,0,0,10,0,1,0,0,0,5,11,0,0,0,18,0,2,0,0,0,6,0,0,0,0,0,15,0,9,4,13,15,5,0,1,0,0,1,0,12,2,0,0,0,0,0,0,1,4,3,3,0,17,7,2,10,5,13,0,0,3,15,4,18,0,0,13,3,0,3,0,0,5,0,0,9,14,4,0,1,12,3,0,0,0,6,3,0,10,0,0,0,0,0,0,0,0,3,0,10,0,0,0,4,5,0,0,2,0,0,19,0,0,0,0,0,0,0,0,0,0,7,0,0,4,1,17,7,3,9,3,0,0,0,0,0,4,0,0,0,2,11,10,5,15,0,0,19,11,13,0,0,0,0,3,8,0,0,0,0,1,0,0,0,0,11,0,2,0,0,0,0,7,0,0,0,18,0,0,0,0,0,0,0,1,5,6,18,0,12,16,10,0,9,3,12,14,13,14,0,0,16,0,0,3,0,0,0,0,1,18,0,0,0,0,0,14,17,0,3,0,0,15,0,0,0,0,0,0,8,11,0,0,0,0,0,7,0,18,0,0,0,16,0,3,0,0,6,2,1,2,0,0,10,0,19,0,0,0,0,2,3,0,0,0,0,0,0,0,7,0,15,8,0,0,0,1,0,0,0,0,0,0,11,0,2,0,2,0,0,3,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,11,2,8,1,0,10,3,0,0,3,0,0,0,1,3,0,1,0,18,0,15,18,0,18,14,18,7,0,1,0,0,9,17,17,1,0,0,8,0,0,0,2,0,5,0,0,0,0,0,0,0,0,5,0,0,7,0,11,10,0,0,0,0,0,0,0,0,0,4,1,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,2,7,0,0,0,5,0,0,0,0,0,11,0,0,0,0,0,0,0,0,7,16,4,0,1,14,0,0,0,0,0,1,0,4,0,0,18,3,0,0,16,0,0,0,2,16,2,3,0,1,6,0,0,0,11,3,0,0,0,0,0,0,10,11,14,4,9,12,6,4,0,0,0,0,11,18,0,0,0,0,13,7,0,0,13,0,0,0,0,0,0,7,0,17,12,0,0,5,5,0,0,8,0,0,0,0,3,0,0,6,10,8,0,0,15,7,0,0,2,0,7,0,0,0,0,0,5,0,0,0,0,0,9,0,0,0,0,0,0,0,4,1,6,10,18,15,0,6,3,0,0,0,0,0,0,16,1,10,0,8,0,0,5,0,0,0,0,0,19,0,0,0,1,0,0,0,0,0,0,0,0,0,17,6,10,0,0,1,0,17,0,0,6,0,0,14,11,0,4,19,6,18,18,16,2,1,9,5,12,9,0,0,5,5,0,0,17,0,0,4,0,0,0,16,18,1,0,7,0,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0,0,0,12,18,1,9,0,0,0,11,3,19,7,16,5,1,7,10,4,7,6,0,19,0,0,11,5,0,0,2,19,9,2,0,0,13,0,4,4,0,6,0,0,0,0,16,0,0,0,0,19,0,0,5,0,8,0,0,0,0,0,0,0,18,2,3,18,5,6,17,16,7,0,2,1,14,0,6,3,1,11,2,0,0,0,0,11,5,0,1,0,0,9,0,3,0,7,0,2,4,6,0,5,7,4,0,0,15,0,10,0,14,3,0,0,0,0,0,0,8,5,2,14,0,13,9,9,6,9,6,0,15,18,0,0,11,2,0,18,0,0,0,0,0,0,0,12,18,1,6,0,0,0,4,3,0,0,0,0,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,7,0,0,0,0,3,0,1,0,0,5,0,0,0,0,14,0,0,4,16,0,0,0,0,0,16,2,10,0,0,0,3,3,17,0,0,0,0,10,0,0,13,0,12,0,0,0,4,19,7,0,0,13,12,9,9,0,0,0,0,5,10,2,2,0,0,1,3,0,0,0,0,8,0,0,9,0,0,0,5,3,0,19,1,0,0,4,10,16,10,17,5,0,0,0,11,4,0,0,0,0,0,8,13,0,0,6,0,0,0,0,1,5,1,1,4,0,0,0,0,0,7,0,0,0,0,6,0,0,0,0,17,0,0,0,4,11,9,0,0,0,0,0,0,0,0,0,9,10,0,7,18,3,0,19,17,0,0,17,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,10,6,0,0,0,0,0,0,13,0,16,7,14,19,0,0,11,0,19,0,0,0,19,0,2,0,0,0,0,1,0,0,6,19,0,1,0,9,18,17,5,10,0,18,4,2,0,2,0,0,0,2,0,0,0,0,0,0,1,4,0,0,0,12,0,0,0,17,0,0,0,0,0,0,0,0,0,0,1,0,18,0,0,0,0,15,0,19,0,0,0,5,0,0,0,0,0,0,2,0,0,0,0,3,0,0,2,11,0,0,11,0,16,0,0,0,0,7,0,0,0,16,0,0,0,3,0,3,0,0,0,16,0,19,0,2,0,0,6,0,0,0,4,1,0,1,0,0,0,19,0,0,0,0,0,13,0,5,18,0,8,0,19,0,12,15,4,12,0,0,0,0,13,7,0,0,0,3,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5E4,6.266E3,8.734E3,3.3945E3,2.8715E3,2.6485E3,6.0855E3,2.165E3,1.2295E3,9.845E2,1.887E3,3.72E2,2.2765E3,1.55025E3,6.1475E2,3.475E2,8.82E2,7.93E2,1.915E2,1.886E3,1E0,2.2675E2,1.4525E2,1.34675E3,2.035E2,1.075E1,6.04E2,2.545E2,9.3E1,3.24E2,5.58E2,4.4075E2,3.5225E2,9.05E1,1.01E2,5.13E2,1.373E3,1.565E2,7.025E1,1.43E2,2.25E0,1.2825E2,1.2185E3,5.25E0,1.9825E2,5.25E0,5.5E0,1.1525E2,4.8875E2,1.24E2,1.305E2,7.5E-1,9.225E1,8.05E1,2.435E2,2.3475E2,1.175E2,9.025E1,2.5E-1,7.4E1,2.7E1,4.865E2,2.65E1,1.2475E2,3.175E1,2.45E1,4.575E1,1.225E1,1.3075E2,1E0,1.25E0,9.15E1,3.675E1,8.2675E2,3.9175E2,1.25E0,4E0,1.965E2,1.75E0,3.25E0,2E0,7.5E-1,4.75E0,1.085E2,6.75E0,4.8825E2,5E-1,6.75E0,1.1725E2,9.825E1,3.225E1,5.45E1,2.6E1,5E-1,2.43E2,1.9175E2,4.3E1,7.275E1,4.475E1,1.25E0,8.9E1,1.75E1,5.65E1,2.675E1,2.5E-1,2.025E1,6.25E0,5.4E1,7.075E1,5E-1,3.125E1,5.75E0,1.875E1,4.225E1,3.5E0,9.5E0,2.75E0,1.2925E2,1.5E0,1E0,2.5E-1,4.75E0,8.675E1,1.775E1,1.9E1,9.75E1,7.2925E2,1.325E1,3.785E2,3E0,1E0,2.35E1,1.73E2,1E0,7.5E-1,2.25E0,1E0,7.5E-1,4E0,1E0,1.075E2,3.75E0,3E0,3.5E0,3.25E0,7.15E1,4.575E1,6.25E1,3.575E1,1E1,2.225E1,2.5E-1,5.425E1,1.325E1,1.275E1,1.905E2,1.25E0,4.25E1,5E-1,6.25E1,1.025E1,4.4E1,7.5E-1,5E-1,7.5E-1,1.325E1,4.25E0,1.3E1,4.35E1,2.5E-1,2.65E1,5E-1,1.975E1,1.25E0,5E0,5.15E1,2.5E0,2.625E1,4.45E1,3.075E1,5E-1,3.25E0,2.5E0,2.5E0,1.625E1,5.5E0,3.675E1,3.25E0,2.5E-1,9E0,5E-1,2E0,7.5E-1,1E0,5E-1,2.75E0,2E0,8.575E1,1E0,7.75E0,1E1,1.7E1,2E0,6.075E1,3.675E1,4.95E1,6.7975E2,9.75E0,3.5E0,9.875E1,2.7975E2,1.75E0,1.25E0,2E1,3.5E0,1.7275E2,2.5E-1,5E-1,1.75E0,2.5E-1,7.5E-1,1.0625E2,1.25E0,2E0,1.75E0,2.75E0,2.5E-1,3.25E0,2.5E-1,1.5E0,1.75E0,2.35E1,2.225E1,4.55E1,1.7E1,2.5E-1,3.55E1,8E0,2E0,7E0,1.525E1,5E-1,5.375E1,1.275E1,5E-1,7.25E0,5.5E0,1.8825E2,2.25E0,5E-1,7.5E-1,4.025E1,2.25E0,9.5E0,5.3E1,4.325E1,7.5E-1,7.5E-1,1.25E1,1.75E0,2.5E0,4.25E0,8.75E0,9.25E0,3.425E1,5E-1,2.6E1,5E-1,1.925E1,4.5E0,5E-1,4.25E0,4.725E1,1.75E0,7.5E-1,6.25E0,2E1,6.25E0,3.825E1,5E-1,2.75E0,2E0,5E-1,1.5E0,1E0,1.6E1,2.5E-1,2.75E0,2.75E0,3.25E0,3.35E1,8.5E0,5E-1,2.5E0,2.5E-1,5E-1,1.5E0,5E-1,8.525E1,3.75E0,4E0,2.25E0,7.75E0,1.4E1,3E0,7.5E-1,1.25E0,2.275E1,3.8E1,1.25E0,3.55E1,3.85E1,1.1E1,6.2675E2,5.3E1,3.75E0,6E0,2.5E-1,3.25E0,2.85E1,7.025E1,1E0,2.7875E2,1.9E1,1E0,2.25E0,1.25E0,1.055E2,7.5E-1,5E-1,7.5E-1,7.5E-1,1E0,1E0,5E-1,1.75E0,2.175E1,8.25E0,1.4E1,4.025E1,5.25E0,3E0,1.4E1,5.25E0,2.75E0,2.75E0,4.25E0,1.45E1,7.5E-1,5.125E1,2.5E0,1E0,6.25E0,3E0,2.5E0,7.5E-1,1.5E0,3.95E1,7.5E-1,1.25E0,1E0,2.5E-1,9.25E0,1.2E1,4.1E1,7.5E-1,4.25E1,1.225E1,2.5E-1,5E-1,1.25E0,2.5E-1,2.25E0,3.5E0,7.5E-1,2.25E0,6.5E0,3.75E0,5.5E0,6.25E0,2.8E1,1.85E1,7.5E-1,4.25E0,2.5E-1,1.5E0,2.75E0,1.35E1,3.375E1,3.75E0,2.5E0,1.925E1,7.5E-1,2E0,4.25E0,2.7E1,1.125E1,2.5E-1,2.5E0,2.5E-1,1.575E1,7.5E-1,2E0,5E-1,2.25E0,1.25E0,2E0,2.7E1,6.5E0,8.475E1,5E-1,2E0,1.75E0,2.5E-1,3.75E0,1.75E0,5E-1,6.75E0,1E0,1E0,1.3E1,1.25E0,1.75E0,5E0,1.775E1,3.075E1,7.25E0,5E-1,7.5E-1,2.75E0,3.275E1,3.775E1,7.5E-1,7E0,4E0,8.375E1,5.43E2,2.875E1,2.425E1,3E0,7.5E-1,5.75E0,2.5E-1,1.6E1,1.25E1,6E0,6.425E1,2.5E-1,7.5E-1,3.625E1,2.425E2,2.5E-1,1.875E1,1.75E0,5E-1,5E-1,1.05E2,7.5E-1,2.5E-1,1E0,7.5E-1,2.5E-1,2.15E1,2.75E0,5.5E0,2E0,1.2E1,2.875E1,1.15E1,1.75E0,3.5E0,1.25E0,1.75E0,1.35E1,5E-1,4.5E0,7.5E-1,2E0,7.5E-1,2.25E0,5E-1,5E-1,3.75E0,2.5E-1,1.425E1,7.5E-1,5.05E1,1.25E0,1.25E0,6E0,2.5E-1,2.75E0,2.5E-1,1.75E0,7.5E-1,3.775E1,1.75E0,2.5E-1,9E0,5.25E0,6.75E0,1.325E1,2.775E1,1.175E1,5E-1,3.25E0,2.5E-1,1E0,1.25E0,2.5E-1,6.25E0,7.5E-1,3E0,4.75E0,7.5E-1,4.75E0,1.5E0,7.5E-1,2.725E1,1.75E0,1E0,1E0,1.25E1,2.5E-1,3.35E1,3.25E0,5E-1,2.25E0,2.5E-1,2.5E-1,1.9E1,1E0,1E0,1.85E1,8.5E0,5.5E0,5.75E0,5E-1,1.525E1,5E-1,1.5E0,2.625E1,7.5E-1,3.5E0,3E0,8.425E1,5E-1,7.5E-1,1.25E0,2E0,4.75E0,2.5E-1,7.5E-1,1.275E1,2.5E-1,1.5E0,2.5E-1,1.25E0,3.75E0,1.75E1,2.5E-1,1.1E1,1.975E1,5E-1,6.75E0,1.5E0,1.25E0,3.225E1,5E-1,3.625E1,1.5E0,7.5E-1,6.25E0,3.5E0,5E-1,4.925E1,3.45E1,2.15E1,5.215E2,2.45E1,4.25E0,3.25E0,2.1E1,7.5E-1,2.25E0,7.5E0,8.5E0,1E1,2.5E0,3.25E0,2.75E0,6.15E1,2.75E0,3.3E1,3.25E0,1.25E0,1.75E1,1.045E2,5E-1,2.25E0,5E-1,4E0,1.5E0,1.25E0,7.5E-1,1.25E0,1.075E1,7.5E-1,2.8E1,4.75E0,6.75E0,7.5E-1,2.75E0,1E0,2.5E-1,1.5E0,1.2E1,2.5E-1,4.25E0,3.5E0,2.5E-1,4.975E1,7.5E-1,7.5E-1,5E-1,2.5E-1,3.75E1,7.5E-1,1E0,8.5E0,5E-1,1.5E0,3.75E0,1E0,5.75E0,5.25E0,8E0,3.25E0,2.45E1,2.5E-1,3E0,2.5E-1,1E0,5.5E0,7.5E-1,2.5E-1,4.5E0,7.5E-1,4E0,1E0,2.625E1,2.5E-1,7.5E-1,9.75E0,2.75E0,5E-1,2.75E0,5E-1,1.85E1,7.5E-1,2.5E-1,1.7E1,1.5E0,7.25E0,1.25E0,4.75E0,7.5E-1,1.5E0,4.25E0,5E-1,1.475E1,1E0,2.525E1,2E0,1E0,8.375E1,5E-1,7.5E-1,1.25E0,2.5E-1,4.5E0,1E0,2.5E-1,7.5E-1,3E0,2E0,1.55E1,2E0,9E0,1.4E1,5.75E0,2.5E-1,6.5E0,1E0,2.5E-1,3.175E1,5E-1,3.45E1,1.75E0,7.5E-1,7.5E-1,4.75E0,1.5E0,5E-1,3E0,4.25E0,4.5E1,2.325E1,1.125E1,1.475E1,6.75E0,5.175E2,4E0,2.2E1,2.5E0,3E0,1.25E0,2E0,1.25E0,1.925E1,1.75E0,3.5E0,4E0,5.25E0,3.25E0,9.75E0,2.5E-1,1.5E0,1E0,2.5E-1,3E0,7.5E-1,2E0,1.25E0,6.025E1,1.5E0,1.25E0,1.5E0,3.15E1,2E0,1.25E0,7.5E-1,5E-1,2.75E0,1.475E1,7.5E-1,1.0375E2,3E0,1E0,5E-1,1E0,2.5E-1,1E0,5E-1,7.5E-1,1.025E1,5E-1,2.7E1,1E0,4E0,7.5E-1,5E0,1.75E0,7.5E-1,7.5E-1,1.1E1,1E0,2.5E-1,3.725E1,2.5E-1,7.5E-1,7.75E0,7.5E-1,2.5E-1,1.25E0,2.5E-1,3.5E0,2.5E-1,7.5E-1,5.5E0,2.5E-1,3E0,2.25E0,3E0,5E0,1.75E0,1.5E0,3.25E0,2.125E1,3.5E0,1E0,5E-1,3.5E0,2.5E-1,2.6E1,5E-1,9.25E0,1E0,1.75E0,1.6E1,2.5E0,1.475E1,2.25E0,5E-1,1E0,3.25E0,4E0,4.5E0,2.5E-1,2.5E-1,1.25E0,5E-1,3.75E0,2.45E1,7.5E-1,2.5E-1,7.5E-1,7.5E-1,8.3E1,2.5E-1,1E0,2.75E0,2.5E-1,1.5E0,5E-1,1.25E0,1.425E1,7.5E-1,1.25E0,1E0,8E0,3.75E0,1.025E1,7.5E-1,5E0,6E0,5E-1,7.5E-1,3.1E1,3.425E1,2.5E-1,7.5E-1,1E0,1.75E0,2.5E0,3.85E1,6.5E0,1.15E1,1.175E1,1.1E1,2.5E-1,9.25E0,5.5E0,5E0,1.75E0,4.6175E2,5.575E1,3.25E0,7.5E-1,2.175E1,2.5E-1,1.25E0,1.25E0,2.5E0,5E-1,1E0,2.5E-1,2E0,1.725E1,1.5E0,2.5E-1,3E0,5E-1,1.25E0,2.75E0,5E0,2.5E-1,2.25E0,1E0,2.5E-1,9.5E0,1.25E0,2.5E-1,2.5E-1,2.75E0,7.5E-1,5E-1,1.75E0,5.85E1,1.25E0,2.5E-1,1E0,5E-1,1.25E0,3.025E1,2.5E-1,1.75E0,2E0,7.5E-1,1.3E1,1.75E0,1.02E2,1.75E0,9.5E0,7.5E-1,2.425E1,2.75E0,2E0,3E0,2.5E-1,1.5E0,1.075E1,2.5E-1,3.7E1,2.5E-1,5E0,5E-1,1E0,1.25E0,2.5E0,5E-1,4.5E0,5E-1,2.5E-1,1.5E0,1.25E0,2.5E-1,2E0,1.25E0,1.975E1,1.5E0,2.575E1,2.5E-1,7.5E-1,8.5E0,1.5E0,2.5E-1,1.525E1,7.5E-1,1.5E0,1E0,1.375E1,1E0,1.25E0,1E0,1.5E0,1.75E0,5E-1,3.5E0,2.5E-1,4.25E0,3.5E0,2.5E-1,2.5E-1,2.425E1,8.25E1,5E-1,1.25E0,2.5E-1,7.5E-1,5E-1,7.5E-1,1.35E1,2.5E-1,7.75E0,7.25E0,3E0,4.25E0,7.5E-1,3.225E1,2E0,2.5E-1,7.5E-1,1E0,7.5E-1,2.25E0,2.5E-1,3.7E1,1.5E0,2E0,4.5E0,1.75E0,9.75E0,8.5E0,3.25E0,1.075E1,2.5E-1,2.25E0,7E0,2.25E0,3.25E0,2.5E-1,4.75E0,5E-1,1.25E0,3.67E2,9.475E1,5.75E0,5E1,2.5E-1,3E0,2.15E1,2.5E-1,2.5E-1,1E0,1.25E0,7.5E-1,1.675E1,5E-1,1.5E0,1.25E0,4.5E0,5E-1,2E0,2.5E-1,2.5E-1,9.25E0,7.5E-1,1E0,5.8E1,5E-1,1.25E0,2.9E1,2.5E-1,1.5E0,5E-1,1.25E0,5E-1,1.25E0,2.375E1,5E-1,1.25E0,1.5E0,1.5E0,5E-1,2.5E-1,2.75E0,1.025E1,5E-1,1.25E0,3.575E1,2.5E-1,1E0,2.25E0,2.5E-1,3.75E0,7.5E-1,5E-1,1.5E0,1.6E1,3.75E0,7.5E-1,7.5E-1,5E-1,2.525E1,7.75E0,7.5E-1,2.5E-1,7.5E-1,2.5E-1,1.35E1,7.5E-1,2.5E-1,1E0,2.5E-1,1.25E0,2.5E-1,3E0,5E-1,8E1,2.5E0,1.25E0,6.5E0,3.75E0,3.5E0,2.75E0,2.5E-1,3.75E0,5E-1,5E-1,3.175E1,1E0,1E0,7.5E-1,2.5E-1,3.575E1,1.25E0,1E0,5E-1,2.25E0,2.25E0,1.5E0,2.5E-1,8E0,1.75E0,1.25E0,7.25E0,2E0,1.25E0,9.75E0,1E0,1.25E0,1E0,5.75E0,1.25E0,7.5E-1,1.5E0,2.5E0,7.5E-1,5E-1,4.25E0,2.37E2,1.3E2,4.3E1,5.175E1,3E0,2.75E0,1.25E0,4.875E1,2.075E1,7.5E-1,2.5E-1,1E0,5.5E0,1.125E1,2.5E-1,1E0,8.5E0,7.5E-1,1.5E0,5.65E1,5E-1,7.5E-1,2.85E1,5E-1,1E0,5E-1,2.5E-1,1.25E0,8.75E0,1.5E0,5E-1,1.55E1,2E0,1.75E0,5E-1,2.475E1,1.325E1,2.5E-1,7.5E-1,7.925E1,1.75E0,7.5E-1,7.5E-1,5E-1,3.25E0,5E-1,1.25E0,2.25E0,2.85E1,3.25E0,2.5E-1,7.5E-1,2.75E0,3.3E1,7.5E-1,5E-1,1.25E0,1E0,7.75E0,2.5E-1,1E0,7.5E-1,1E0,2.5E-1,6.5E0,7.5E-1,1.75E0,2.5E-1,1E0,2.5E-1,9.25E0,5E-1,1E0,2.5E-1,5.5E0,2.5E-1,5E-1,7.5E-1,1.7475E2,6.225E1,6.1E1,6.9E1,1.35E1,2.95E1,4.25E0,4.75E1,2.5E0,5E-1,2E0,7.5E-1,7.5E-1,5E-1,1.5E0,4.725E1,3E0,2.5E0,1E0,1.025E1,5E-1,1E0,5.575E1,7.5E-1,2.775E1,7.5E-1,7.5E-1,7.5E-1,1.5E1,5E-1,1E0,1E0,2.425E1,5E-1,1.25E0,1.2E1,7.5E-1,7.85E1,2.5E-1,3E0,1E0,1.25E0,2.625E1,2.25E0,2.25E0,1E0,1.25E0,1.5E0,7.5E-1,3.225E1,2.5E-1,1E0,6.75E0,1E0,2.5E-1,6.25E0,8.5E0,7.5E-1,1.305E2,4.425E1,1.325E1,4.9E1,5.45E1,6.5E0,6.8E1,1E0,6.25E0,7.25E0,7E0,2.25E1,2E0,2.25E0,3.4E1,1.35E1,2.5E-1,2.25E0,4.625E1,1E0,2.5E-1,2.75E0,1E0,1.5E0,2.5E-1,1E1,5.4E1,1.75E0,5E-1,1.45E1,2.5E-1,7.5E-1,2.35E1,7.5E-1,7.5E-1,5E-1,2.5E-1,7.5E-1,2.225E1,4E0,7.5E-1,1.5E0,2.5E-1,2E0,2.5E-1,7.5E-1,2.5E-1,1.25E0,7.5E-1,3.15E1,5.5E0,1.25E0,6E0,2.5E-1,7.75E0,7.5E-1,1.8E1,1.125E2,3.075E1,1.35E1,9.5E0,3.75E0,5.75E0,4.325E1,5.05E1,4E0,2.5E0,4E0,5E-1,6.75E1,7.5E-1,2.5E-1,2.75E0,3.5E0,6.5E0,7.5E-1,4.5E0,2.5E0,7.5E0,1.5E1,7.5E-1,1.25E0,3.225E1,1.75E0,6E0,7.5E0,1E0,4.525E1,2.5E0,2.5E-1,9.5E0,5E-1,1.75E0,5.225E1,1.25E0,5E-1,7.5E-1,1.375E1,2.15E1,7.5E-1,1.25E0,2.75E0,3.125E1,2.5E-1,2.5E-1,5.25E0,5E-1,7.5E-1,5E-1,5.5E0,1.175E1,6.25E0,1.475E1,9.775E1,4.25E0,2.65E1,6E0,7.5E0,8.5E0,1E0,2.5E0,1.25E0,3.75E0,2E0,4.025E1,3E0,1.75E0,4.875E1,2.75E0,1.25E0,5E-1,2E0,2.25E0,1.75E0,6.65E1,1E0,1E0,1.75E0,1E0,2.5E0,4.75E0,1.75E0,1E0,3.5E0,1.5E0,1E0,5.25E0,2.25E0,5E-1,1.45E1,3.075E1,1.5E0,7.5E-1,1E0,3.5E0,2.5E0,7E0,5E-1,1.25E0,4.4E1,1.25E0,5E-1,1.3E1,7.5E-1,1E0,2.5E-1,2E0,2.925E1,2.25E0,9.5E0,4.5E0,1.75E0,5E0,9.75E0,9.6E1,1.75E0,2.5E0,1.75E0,2.4E1,2.5E0,5.25E0,7.5E-1,3.75E0,3.75E0,2.5E-1,8.25E0,2.5E-1,7.5E-1,2.5E-1,2.25E0,1E0,2.5E-1,7.5E-1,3E0,2.5E0,3.775E1,1.75E0,1.25E0,1.25E0,5E-1,4.05E1,8.25E0,2E0,7.5E-1,1E0,7.5E-1,2.75E0,6.375E1,2.5E-1,7.5E-1,2.5E-1,7.5E-1,2.25E0,2.5E-1,1E0,7.5E-1,7.5E-1,2.5E-1,2.75E0,7.5E-1,7.5E-1,2.5E-1,4.5E0,7.5E-1,2E0,2.5E-1,1.35E1,1E0,3E1,7.5E-1,7.5E-1,7.5E-1,1.5E0,2E0,5E-1,6.5E0,5E-1,7.5E-1,4.35E1,5E-1,1E0,1E0,5E-1,2.875E1,7.5E-1,1.5E0,2.75E0,6.75E0,1.25E0,5E-1,3.75E0,1.25E0,2.25E0,7.5E0,4.25E1,5.35E1,5E-1,1.25E0,7.5E-1,1.75E0,2.125E1,2.75E0,7.5E-1,1.75E0,7.5E-1,4.5E0,3E0,7.5E-1,1.75E0,2E0,2.5E-1,8E0,7.5E-1,2.25E0,1.25E0,1.25E0,3.575E1,2E0,1.25E0,5E-1,2E0,3.85E1,4E0,4.25E0,7.5E-1,2.5E-1,1E0,1.75E0,1.25E0,6.25E1,1E0,3.5E0,1E0,1.25E1,1.75E0,2.825E1,2.5E-1,1.25E0,1.75E0,2.5E-1,6.25E0,2.5E-1,3.95E1,4E0,2.5E-1,7.5E-1,5E-1,2.825E1,1.25E0,1.5E0,5.75E0,1E0,2.5E-1,3.5E0,1.75E0,5.75E0,5.5E0,3.7E1,8.25E0,4.525E1,1.5E0,2.5E-1,1.25E0,2E1,2E0,7.5E-1,2.75E0,2.5E-1,1E0,1E0,6E0,2E0,1E0,2.5E-1,3.525E1,5E-1,1E0,1E0,1E0,1E0,1.75E0,3.675E1,1.25E0,2.75E0,7.5E-1,3.5E0,7.5E-1,5E-1,5E-1,6.2E1,7.5E-1,2.5E-1,2.5E-1,3.25E0,1.2E1,5E-1,7.5E-1,1E0,2.5E-1,2.8E1,5E-1,5.75E0,7.5E-1,3.25E0,9.5E0,1.875E1,1E0,2.5E-1,5.5E0,2.5E-1,2.5E-1,7.5E-1,1.5E0,2.5E-1,1E0,4.75E0,3.75E0,1.75E0,3.525E1,1.75E0,4.75E0,3.5E0,3.5E0,4.175E1,1E0,2.5E-1,1.95E1,5E-1,2.5E-1,1.75E0,7.5E-1,2.5E-1,5E-1,5.5E0,7.5E-1,1.25E0,7.5E-1,3.45E1,7.5E-1,2.5E-1,2.5E-1,7.5E-1,7.5E-1,1E0,4.25E0,3.25E1,2.5E-1,1E0,2.5E0,2.5E-1,3.25E0,2.5E-1,6.125E1,7.5E-1,1.05E1,1.5E0,1.25E0,2.675E1,3E0,2.5E-1,4.75E0,4.75E0,1.8E1,7.5E-1,7.5E-1,2.5E-1,2.75E0,2E0,3E0,7.5E-1,2.5E-1,1.5E0,5E-1,3.475E1,1E0,7.5E-1,3.25E0,1.5E0,5E-1,3E0,1E0,2.5E0,2.75E0,3.9E1,1.725E1,2.25E0,7.5E-1,3.375E1,2.75E0,1.5E0,7.5E-1,3.175E1,6.05E1,7.5E-1,9E0,1.5E0,5E-1,1E0,7.5E-1,5E-1,5E-1,2.625E1,2E0,2.75E0,1.725E1,7.5E-1,1E0,1.75E0,2.5E0,5E-1,2.5E-1,3.45E1,3E0,2.5E-1,1E0,5E-1,2.5E-1,2.75E0,7.5E-1,1.75E0,1.5E0,1.25E0,3.8E1,1E0,1.7E1,2.5E-1,1E0,1.25E0,7.5E-1,3.3E1,2.5E-1,2.5E0,1.25E0,2.5E-1,2.5E-1,3.15E1,7.5E-1,7.5E-1,7.5E-1,2.55E1,1.75E0,2.5E-1,2.25E0,5E-1,1.25E0,5E-1,2.5E-1,3.425E1,1.25E0,2.5E-1,3.55E1,2.5E0,2.5E-1,7.5E-1,1.675E1,2.5E-1,2E0,3.1E1,2.25E0,2.5E-1,2.5E-1,3.125E1,2.5E-1,2E0,5E-1,3.375E1,3.5E1,5E-1,1E0,1.5E0,1.375E1,3E0,1.5E0,5E-1,2.5E-1,3.1E1,5E-1,3.325E1,2.5E-1,3.475E1,2.5E-1,1.25E0,1.25E0,1.75E0,2.5E-1,3.075E1,3.175E1,1.5E0,1E0,3.375E1,1E0,2.5E-1,5E-1,3.025E1,3.1E1,7.5E-1,1E0,5E-1,2.5E-1,3.35E1,5E-1,2.975E1,3.325E1,2.5E-1,4.75E0,2.5E1,3.3E1,2.5E-1,3.5E0,1.25E0,7E0,2.6E1,2.5E-1,3.25E0,2.5E-1,1E0,5E0,2E0,2.525E1,7.5E-1,7.5E-1,4.25E0,7.5E-1,1.25E0,4E0,2.5E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1833","size_leaf_vector":"0"}},{"base_weights":[-9.4998074E-1,-7.111375E-1,-1.1645181E0,-4.6403354E-1,-1.0643247E0,-1.1031597E0,-1.2013813E0,-1.7992364E-1,-9.588553E-1,-8.902699E-1,-1.1564093E0,-8.1757486E-1,-1.1819823E0,-4.930545E-2,-9.375954E-1,1.128408E-1,-1.0536857E0,-7.336882E-1,-1.118189E0,-1.1301267E0,-7.4840593E-1,-1.16197E0,-4.300075E-1,-4.734926E-1,-9.7884357E-1,-1.0648618E0,-9.357247E-1,2.7772173E-1,-4.4902036E-1,2.6273414E-1,-9.004708E-1,-0E0,-1.0902901E0,-5.94313E-1,-1.148806E0,-9.0598136E-1,-9.391486E-1,-1.1521401E0,-0E0,-1.0534049E0,-4.566975E-1,-9.2859364E-1,-1.0669914E0,-7.8526175E-1,1.2623239E0,-7.023379E-1,-0E0,-1.1324813E0,-7.613726E-1,-1.1008654E0,-5.9478885E-1,6.423038E-1,-0E0,-6.644449E-1,3.5753313E-1,3.9046514E-1,-9.727298E-1,-6.0259545E-1,4.767657E-1,-0E0,-1.0999564E0,-9.436268E-1,-2.9989958E-1,-0E0,-1.1694082E0,-1.1149412E0,-3.342175E-1,-9.018867E-1,-0E0,4.352889E-1,-3.5924438E-1,-1.0614818E0,-0E0,-1.9686587E-1,-1.1533724E0,-1.1487149E0,1.8592435E-1,1.12372816E-1,-9.507152E-1,-2.1054214E-1,-9.0831655E-1,-5.381347E-1,9.2311823E-1,-0E0,-1.1375066E0,-1.0433524E0,-3.404398E-1,-1.1140339E-1,-1.1103253E0,-9.177009E-1,1.4504974E0,-2.8506312E-1,-9.014353E-1,1.9105406E-1,9.169067E-1,-7.035531E-2,7.051002E-1,-9.984956E-1,-0E0,-0E0,-8.654491E-1,6.7580664E-1,-0E0,3.0655378E-1,-5.0014593E-2,-0E0,-1.108771E0,-1.1043173E0,-7.556807E-1,-8.64874E-1,1.9227517E-1,-0E0,2.7904984E-1,-4.15878E-1,-9.361737E-1,-1.1263866E0,-0E0,-1.0104092E0,5.4715663E-1,-0E0,-6.053056E-2,8.0113614E-1,-0E0,-4.9066374E-1,-0E0,-1.1435658E0,-8.4134394E-1,2.5847492E-1,-1.8350714E-1,-8.8105917E-1,-0E0,-0E0,-1.1853855E0,-1.1629909E0,-3.8014725E-1,9.025328E-1,-4.4862708E-1,-0E0,-8.3859557E-1,7.375928E-2,-7.178061E-1,-9.29374E-1,-0E0,-9.82659E-1,-2.6428368E-2,-0E0,1.4195775E0,-1.1436847E0,-0E0,-0E0,-1.0732319E0,-0E0,-8.866096E-1,-4.8085174E-1,2.6898736E-1,-5.416426E-1,-1.1342009E0,-0E0,-8.524718E-1,-0E0,1.9288379E0,-6.381109E-1,1.6687937E-1,-0E0,-9.623483E-1,-6.2504953E-1,2.6542386E-1,6.1958593E-1,1.0530516E0,-4.0829492E-1,-0E0,-0E0,9.2375684E-1,-7.5943685E-1,-1.1249095E0,4.9359766E-1,-5.6930494E-1,-0E0,3.654091E-1,-0E0,9.298826E-1,-1.3394612E-1,-0E0,-0E0,5.682848E-1,5.454146E-1,-4.317565E-1,-1.1140403E0,-0E0,-3.895942E-1,-8.9897984E-1,-8.313488E-1,-0E0,-9.759025E-1,3.447872E-1,4.7231743E-1,-1.0451139E0,2.6509598E-1,-0E0,-0E0,-6.194429E-1,-0E0,-1.1356375E0,-0E0,-1.0695459E0,-1.1101603E-1,1.2959943E0,7.1825206E-1,-0E0,-1.150494E0,-0E0,-0E0,-9.180145E-1,-9.461733E-1,-0E0,-5.297717E-1,3.0487812E-1,2.3945715E-1,-8.63978E-2,-9.332525E-1,-0E0,-9.099743E-1,-0E0,3.614476E-1,-7.295556E-1,-0E0,2.0805185E0,1.0527442E-1,-7.2412974E-1,7.5366116E-1,-2.177556E-1,3.505608E-2,-9.4496393E-1,-5.0728476E-1,-1.0811487E0,-0E0,9.8140754E-2,-0E0,-1.0482755E0,-4.409217E-1,6.0500485E-1,-7.0812595E-1,8.428732E-1,8.414708E-2,1.6124866E0,-0E0,-1.1498995E0,2.3570828E-1,-8.604634E-2,-0E0,-1.0871313E0,-1.5471384E-1,1.1582735E0,-0E0,6.362464E-1,-7.229906E-1,-0E0,-1.1396098E0,-0E0,-3.074322E-1,6.858435E-1,-8.7636703E-1,6.4028755E-2,-8.286518E-1,8.694997E-1,-6.0394067E-1,7.5241417E-1,-9.970352E-1,-0E0,-7.239262E-1,-0E0,-4.6812218E-1,3.210849E-1,-1.6249295E-1,7.3984617E-1,7.3317755E-3,1.1003917E0,-0E0,1.0230978E0,-8.3971864E-1,-0E0,-0E0,-1.1357138E0,9.5157915E-1,-7.620437E-2,-0E0,-2.205063E-1,-0E0,9.2559415E-1,5.0366503E-1,-0E0,1.0864434E0,-0E0,-8.7805665E-1,-1.1655973E0,1.8275312E-1,-0E0,1.392512E-1,-7.2239417E-1,-3.861385E-1,-9.545888E-1,5.226096E-1,-4.1655353E-1,-1.0037978E0,-0E0,-1.890963E-1,7.353605E-1,-2.930419E-2,8.0247056E-1,-8.915737E-1,-0E0,6.450233E-1,-1.4412454E-1,-0E0,-1.1467063E0,-0E0,-8.7253785E-1,-4.977339E-1,1.3170102E-1,8.671962E-2,2.828042E0,-1.1569824E0,-0E0,1.4309394E0,-6.6532737E-1,-0E0,-9.627684E-1,-9.69221E-1,-0E0,-5.7750925E-2,3.2024124E-1,-8.5907906E-1,-1.3579062E-1,-5.321659E-1,5.2475065E-1,-0E0,-3.650196E-2,-0E0,-1.4312488E-1,1.0185447E0,-0E0,-4.9261653E-1,4.4952026E-1,2.8965824E0,-0E0,-2.732995E-1,9.833662E-1,-0E0,1.500559E0,-7.275101E-1,6.236141E-3,-1.1669869E-1,9.402418E-1,-0E0,-8.131722E-1,-7.5436616E-1,7.348872E-2,-0E0,-1.1055527E0,-0E0,-8.605764E-1,-8.4269387E-1,6.8804294E-2,1.0415554E0,-2.510701E-2,-7.212741E-1,-0E0,3.376756E-1,-0E0,-0E0,1.6718649E0,-9.0448034E-1,-1.1915732E-1,-0E0,-8.541531E-1,-5.0078565E-1,9.793936E-2,1.616486E0,-0E0,5.980994E-1,-4.8085174E-1,-0E0,-8.931737E-1,-0E0,-3.4634423E-2,-0E0,1.2220174E0,-9.5282894E-1,-0E0,-4.2955112E-1,7.055785E-1,-0E0,-7.936466E-1,-1.5202707E-1,1.6269572E0,-0E0,1.1545829E0,-1.020846E0,-0E0,6.4710337E-1,-3.6293426E-1,-7.5472033E-1,5.4053772E-2,-6.9717944E-1,4.2113397E-1,-0E0,-9.3170303E-1,2.3754649E-1,7.2487026E-1,-9.66553E-1,3.5880947E-1,-1.6007159E-2,7.944073E-1,4.212665E-1,-5.9427017E-1,-0E0,1.1255425E0,-0E0,1.1312313E0,-8.977719E-1,-0E0,-5.473533E-1,3.7196973E-1,-3.4601156E-2,-1.1667738E0,-3.8684392E-1,-0E0,-0E0,1.2176268E0,-9.910509E-1,-1.7178692E-1,-0E0,-1.1717529E0,-0E0,5.6292945E-1,-6.9995654E-1,-0E0,-0E0,-8.480525E-1,-0E0,-9.9224144E-1,8.3001393E-1,-0E0,-0E0,-5.968855E-1,-3.9974156E-1,-1.0664588E0,-2.9068762E-1,-0E0,-0E0,-1.7589705E-1,-0E0,9.63247E-1,6.6403973E-1,-3.401104E-1,-5.125397E-1,8.896449E-1,-0E0,1.1927611E0,-0E0,-1.1556187E0,-0E0,-5.4992014E-1,8.967107E-1,-0E0,6.901207E-1,-2.943508E-1,-0E0,2.4280653E0,-1.1639409E0,-0E0,-0E0,-5.528979E-2,-0E0,1.5748341E0,-6.68342E-1,-0E0,7.9890066E-1,-4.2436868E-1,-0E0,-9.781717E-1,-1.2470885E-1,-1.0630242E0,2.9917306E-1,-0E0,-1.0077193E0,-0E0,-4.3027693E-1,4.70018E-1,2.4487603E-1,-7.985815E-1,6.648835E-1,-8.6620927E-1,1.1383742E0,-0E0,-1.9505079E-1,1.492174E0,3.3484313E0,-0E0,-0E0,1.605242E0,-3.1988287E-1,1.8375684E-1,-0E0,2.0478203E0,7.9409546E-1,-1.9969872E-1,-9.6799463E-1,-0E0,-2.5715292E-1,5.7675034E-1,-1.1170411E0,-0E0,-7.934103E-1,-0E0,-1.4875549E-1,6.114892E-1,-0E0,1.1540627E0,-0E0,-1.4385541E-1,1.7478899E0,-0E0,-0E0,-4.3399444E-1,-6.957013E-1,8.934828E-2,-3.508273E-2,1.0058281E0,1.3906676E0,-0E0,-3.5739094E-2,1.550029E0,-0E0,-3.5739094E-2,-9.9265987E-1,-0E0,1.7392884E-1,-0E0,-0E0,-4.8641765E-1,1.3717781E0,-0E0,-5.4194796E-1,1.1731311E-1,2.1600864E0,-0E0,1.0789891E0,-0E0,-1.0350238E0,-0E0,-8.681898E-1,-2.425536E-1,-0E0,6.135695E-1,-6.639453E-1,-0E0,9.3891805E-1,-1.4184248E-1,-5.575827E-1,4.548144E-1,-1.5906245E-2,-1.1343561E0,1.9670653E-1,7.2067046E-1,2.1482262E-1,1.0864226E0,-0E0,-1.2218388E0,6.9842744E-1,-0E0,-8.325154E-1,2.2400363E-1,8.701513E-1,2.9241638E-3,-0E0,7.43264E-1,-6.018171E-1,-0E0,-3.808905E-1,3.9384732E-1,1.136508E0,-0E0,9.3679744E-1,-0E0,-9.678339E-1,-0E0,-4.7910008E-1,8.3920604E-1,-0E0,-5.379139E-1,6.851937E-1,-0E0,-4.6244124E-1,3.583052E-1,-9.172645E-1,-0E0,-1.0479975E0,-0E0,6.082177E-1,-6.765877E-1,6.076325E-1,-1.5736227E-1,-2.00996E-1,-1.1799011E0,-3.481621E-1,8.971867E-1,-9.666351E-1,-0E0,5.9279002E-2,-2.0776132E-2,-1.0621343E0,-3.2071653E-1,-0E0,9.808413E-1,2.0065208E-1,-0E0,-8.417974E-1,-0E0,-1.0808371E0,-0E0,2.4610724E-1,-0E0,8.107758E-1,-0E0,1.1625706E0,-0E0,-5.391454E-1,5.3039956E-1,-1.2680759E-1,9.624514E-1,-0E0,-9.101436E-1,-0E0,1.2142699E0,-0E0,-1.2371326E-1,-0E0,1.2004507E0,-3.4203947E-1,-0E0,-0E0,-9.1337085E-1,-9.1331616E-2,-0E0,-0E0,1.1347291E0,-9.959023E-1,-0E0,-0E0,-3.8679767E-1,-0E0,-1.0770092E0,-0E0,-1.0726717E0,3.3014432E-1,-2.940582E-1,2.2632354E-1,-8.559771E-1,-2.6963633E-1,1.0159639E0,1.0735494E0,-2.4420221E-1,-0E0,-1.0034442E0,8.734333E-1,6.1173934E-2,-0E0,-7.216539E-1,1.9900473E0,-0E0,2.725828E0,-0E0,5.3914064E-1,-0E0,-0E0,1.8425146E0,-0E0,6.8822277E-1,-5.4870415E-1,-0E0,-0E0,-1.0569619E0,-4.3461302E-1,4.459425E-1,-3.3992523E-1,-0E0,9.500838E-1,-0E0,-0E0,-8.851282E-1,-2.8731722E-1,-0E0,1.0426825E0,-0E0,-0E0,1.0587778E0,1.8007872E0,-0E0,-0E0,-8.180907E-1,-0E0,5.321387E-1,3.3583257E-1,-6.59193E-1,1.5101429E0,-0E0,1.9766352E0,-0E0,-1.0234836E0,-0E0,1.4774123E0,-0E0,-0E0,-1.8512157E-1,6.472918E-1,-0E0,-0E0,2.5717866E0,2.1845868E-1,-1.0137381E-1,-1.0452174E0,-0E0,-8.981688E-1,-0E0,3.8156188E-1,-5.915652E-1,-0E0,1.2646161E0,-0E0,-3.108949E-1,-0E0,-7.960357E-1,-0E0,7.1806127E-1,-5.4837704E-1,1.7194432E-1,-0E0,-1.1742424E0,2.724692E-1,-8.729578E-2,1.1460036E0,4.1307902E-1,-8.8798985E-2,8.462186E-1,-2.5204018E-1,1.1445014E0,-0E0,-1.4457319E0,-0E0,6.7322445E-1,-2.307804E-1,-0E0,-1.2585876E0,-0E0,3.300515E-1,-0E0,4.2341378E-2,9.5016956E-1,-2.0506641E-1,5.873766E-1,-2.3046015E-1,-0E0,-0E0,7.174626E-1,-0E0,-8.2618594E-1,-0E0,1.142239E0,1.5330541E-1,-2.6764494E-1,-0E0,-1.0091094E0,7.8053325E-1,-4.610467E-1,-0E0,-5.416995E-1,-0E0,8.333591E-1,9.573659E-1,-0E0,-5.5382067E-1,-0E0,-1.063963E0,-0E0,-7.590005E-1,1.1369861E0,-0E0,1.1070019E0,-0E0,-8.086581E-1,-6.058712E-1,5.858069E-1,-0E0,-9.227723E-1,-7.0122015E-1,-0E0,1.5545248E0,-0E0,-8.159047E-1,-0E0,-8.4703076E-1,-0E0,-6.942013E-1,-0E0,8.635551E-1,-0E0,-7.665663E-1,-0E0,8.499093E-1,-1.2467488E-1,-3.5653013E-1,-1.1312876E0,-0E0,1.2817574E0,-3.0582222E-1,1.9010042E-1,-9.2888284E-1,-0E0,-4.181334E-1,-0E0,3.470253E-1,1.2198616E0,-0E0,-6.350961E-2,-0E0,1.5664575E0,-9.615227E-2,-0E0,-0E0,-1.0140023E0,2.1074603E-1,-0E0,-5.698254E-1,-0E0,-8.5467386E-1,-0E0,-0E0,-1.1320239E0,-0E0,6.487792E-1,-4.202345E-1,-0E0,-2.2812746E-1,7.6405287E-1,-1.0468783E0,-0E0,-0E0,-5.575068E-1,8.6568457E-1,-0E0,-0E0,9.856955E-1,3.192029E-1,-1.9522154E-1,-1.0370237E0,-0E0,-0E0,9.5806265E-1,-8.0438036E-1,8.187078E-1,1.9349207E0,-0E0,-0E0,-6.157636E-1,3.6268812E-1,-0E0,-0E0,-8.7399226E-1,-0E0,7.225069E-1,-0E0,1.2708364E0,-0E0,9.6247476E-1,-0E0,1.4505682E0,1.3312852E-1,-0E0,-0E0,-9.879718E-1,-0E0,-5.94725E-2,8.6045825E-1,-5.4037288E-2,-0E0,-8.6037606E-1,1.6466806E0,-0E0,-1.0727763E0,-0E0,-0E0,6.886603E-1,2.7829754E0,-0E0,-0E0,-1.0549173E0,-9.4893247E-1,-0E0,-0E0,5.802927E-2,-0E0,7.152613E-1,-9.303932E-1,-0E0,-0E0,1.496331E0,3.5836264E-1,-2.8541744E-1,-1.0618974E0,-0E0,5.2001965E-1,-3.8214505E-1,9.3014187E-1,-0E0,-0E0,-5.7157224E-1,-0E0,5.9535277E-1,-9.338197E-1,-0E0,1.000522E-2,3.4092233E-1,-8.5751307E-1,3.4604138E-1,1.2925788E0,-0E0,-2.610601E-1,6.3126504E-1,5.636532E-1,-4.7259533E-1,9.79511E-1,-0E0,-8.6882985E-1,-0E0,8.486532E-2,1.2443722E0,-0E0,-1.2367072E0,-1.226181E0,-0E0,6.050406E-1,-6.299805E-1,1.8270743E-1,1.0372679E0,-7.5556815E-1,6.351369E-2,-0E0,5.729197E-1,8.9637816E-1,-0E0,1.2835427E-1,-0E0,-8.8835925E-2,-8.226688E-1,-6.826765E-1,2.7070937E-1,-0E0,-1.0756682E0,-0E0,1.4645914E0,-0E0,-4.5225047E-2,-0E0,1.4150004E0,-2.991552E-1,7.0234895E-1,-0E0,-3.862778E-2,-8.5474044E-1,-0E0,5.8541787E-1,-1.9176601E-1,-0E0,-6.474094E-1,5.4485226E-1,-0E0,8.606435E-1,-0E0,-0E0,-3.6136514E-1,-6.251608E-1,-0E0,-0E0,-1.1374621E0,1.3854408E0,-0E0,-5.431364E-1,-0E0,1.8770543E-1,-0E0,2.6509598E-1,-1.0989208E0,-7.188437E-1,3.8179168E-1,-1.2409588E-1,7.27622E-1,1.305175E0,-0E0,-0E0,1.4400918E0,-1.0320016E0,-0E0,-6.3069856E-1,-0E0,-9.2632353E-1,-0E0,-0E0,-4.6311855E-1,8.3179915E-1,-0E0,-0E0,-1.203355E0,2.0121934E-1,-0E0,-5.2E-1,-0E0,-0E0,-1.0715225E0,2.7488238E-1,-3.2261476E-1,-0E0,9.925014E-1,-0E0,-9.7923326E-1,-0E0,1.8263799E0,3.3993313E-1,-0E0,6.510386E-1,-0E0,-0E0,1.2090775E0,-0E0,-1.0676142E0,1.1514552E0,-0E0,9.802147E-2,-5.4344183E-1,-0E0,-9.670131E-1,-0E0,-1.0975803E0,3.0587134E0,-0E0,-1.1224108E0,-4.4537333E-1,-9.783142E-1,-0E0,-3.6408818E-1,4.035663E-1,9.4808716E-1,-0E0,-8.1812847E-1,-0E0,-3.516055E-1,2.7191702E-1,1.6220132E0,-0E0,7.18178E-1,-0E0,-8.9444065E-1,-0E0,-0E0,3.561238E-1,4.589792E-1,-0E0,-6.558396E-1,-0E0,7.029409E-2,1.0459644E0,-1.0048862E-1,-0E0,-0E0,-9.822063E-2,2.2515617E-1,-6.029302E-1,-5.542016E-1,3.5374543E-1,-9.48578E-1,-0E0,-3.9786363E-1,4.2206326E-1,1.3444514E0,-0E0,2.9222342E-1,-5.9415482E-2,5.765114E-2,-7.0849764E-1,-4.783666E-3,7.754685E-1,8.750062E-1,-0E0,-6.622924E-1,5.172531E-1,-0E0,1.0683715E0,-2.457762E-1,4.074154E-2,-8.727677E-1,-0E0,-0E0,5.772233E-1,1.2698929E0,-0E0,-2.2860616E-2,1.0675178E0,-0E0,-6.6780204E-1,7.1099544E-1,-5.986967E-1,1.0738854E0,-0E0,-0E0,-1.1526188E0,-0E0,2.4331655E-1,-4.9338615E-1,1.3144279E-1,-0E0,-1.0898829E0,-0E0,1.2793142E0,-7.7395433E-1,-0E0,-0E0,5.3247225E-1,-0E0,-3.9317954E-1,-0E0,4.965699E-1,-6.156819E-1,-0E0,-1.0186695E-1,3.2558572E-1,-0E0,-8.951561E-1,-0E0,1.4978293E0,-0E0,-4.970594E-1,-1.1464186E0,-0E0,-0E0,-6.5909845E-1,-1.5035814E-1,7.359102E-1,-7.489185E-1,2.8788146E-1,-0E0,1.0693766E0,-0E0,1.3896655E0,4.2527694E-2,-0E0,-1.0499244E0,-0E0,-0E0,-5.5005974E-1,8.176952E-2,-6.656734E-2,-0E0,-9.916109E-1,1.9542669E-1,-0E0,-8.8545376E-1,-0E0,-0E0,7.4058616E-1,1.0224049E0,-0E0,5.802927E-2,-0E0,-8.131193E-1,-0E0,-2.7581695E-1,1.026363E0,-0E0,2.209075E0,-0E0,-1.1143974E0,-0E0,9.8979723E-1,-0E0,3.094152E-1,-7.6115775E-1,-0E0,-0E0,-8.1023014E-1,-0E0,-1.1221819E0,3.403039E-2,2.6605554E0,-1.1620625E0,-1.5890686E-1,-9.112537E-1,4.7956753E-1,-9.987302E-1,-0E0,-0E0,-4.2364277E-2,-0E0,-5.2436763E-1,8.371586E-1,-0E0,7.6893246E-1,-0E0,1.4136871E0,-0E0,-0E0,6.920122E-1,-6.274803E-1,-0E0,-5.360004E-2,5.933934E-1,4.4491783E-2,9.1701394E-1,-7.694318E-1,-0E0,-8.0800164E-1,-0E0,-7.767312E-2,3.76004E-1,-0E0,-1.0017864E0,-4.5597535E-1,5.827272E-1,2.4067973E-1,-1.0654854E0,6.263082E-1,5.078799E-2,-0E0,1.0777854E0,-1.9310585E-1,-0E0,3.705885E-1,-0E0,-7.6114804E-1,-0E0,-0E0,-2.7450383E-1,-0E0,8.5301834E-1,9.766875E-1,-0E0,-4.8305568E-1,3.082246E-1,-0E0,-8.353622E-1,5.900622E-1,-0E0,1.1088539E0,-0E0,-0E0,-3.302638E-1,-3.5512117E-1,1.3362955E-1,1.2797647E0,-0E0,-1.5771003E-1,-0E0,-0E0,9.022455E-1,8.3684385E-1,-0E0,-0E0,-9.9438626E-1,-0E0,1.1084414E0,-2.539189E-1,1.9827108E-1,-0E0,5.505035E-1,-0E0,-1.0971538E0,5.833175E-1,-0E0,1.2591143E0,-0E0,-0E0,-9.6202767E-1,-0E0,1.0795634E0,-7.731916E-1,-0E0,-0E0,5.24835E-1,-2.0793617E-1,2.594282E-1,1.2054976E0,-0E0,2.7124926E-1,-1.7673129E-1,-0E0,1.4286532E0,2.3376596E-1,-0E0,-1.1004049E0,-2.5417143E-1,8.1049794E-1,-0E0,1.0832088E0,-0E0,-7.7737564E-1,-0E0,2.666807E0,-0E0,-9.055437E-1,-0E0,-0E0,-1.218321E0,-0E0,-9.2345554E-1,-4.6607348E-1,-0E0,-0E0,-7.7593434E-1,-0E0,1.1506958E0,-0E0,-1.0161853E0,-0E0,6.971718E-1,-1.8181188E-1,-0E0,-0E0,5.866707E-1,-7.284521E-1,1.4333352E-1,1.2089943E0,-0E0,-2.066048E-1,-1.1104937E0,-1.6656528E-1,3.7697646E-1,-7.3008794E-1,-0E0,-4.8541543E-1,7.359067E-2,4.6854967E-1,2.2565478E-1,-3.9957234E-1,-1.1839076E0,6.218788E-1,-0E0,4.1501254E-1,-0E0,-0E0,-1.4138082E0,7.075053E-1,-1.3357483E-2,-5.9149064E-2,1.0650549E0,-2.4812867E-1,-0E0,-0E0,-1.065153E-1,-0E0,9.249622E-1,1.0596019E0,-0E0,-0E0,-6.136789E-1,4.1534206E-1,-0E0,-1.238891E-1,5.9042996E-1,-4.7873124E-2,-1.2138034E0,8.934357E-1,-0E0,-0E0,-7.258124E-1,2.9551378E-1,-0E0,1.289238E0,-0E0,7.252853E-1,-0E0,3.1945124E-1,-2.6764494E-1,1.1318488E0,-0E0,-8.63618E-1,-0E0,-7.339725E-2,-0E0,1.2337774E0,-0E0,6.0101295E-1,-0E0,-0E0,-3.5621026E-1,-0E0,4.1698173E-1,1.3457471E0,-0E0,1.555125E0,2.0489517E-1,-0E0,-8.7464184E-1,-6.543802E-1,5.742884E-1,2.4941182E0,9.4146436E-1,2.959643E-1,-5.1581286E-2,-6.8157005E-1,-0E0,5.453313E-1,-9.723452E-3,2.8802094E0,-0E0,-3.9184472E-1,8.420848E-2,-0E0,-9.8476666E-1,-0E0,-2.7737793E-1,-0E0,5.6069964E-1,-0E0,1.4010347E0,-1.030224E0,-0E0,-0E0,-8.7689775E-1,4.6599597E-1,-6.281678E-2,1.0161848E0,-0E0,-9.911564E-2,1.4343764E-1,-5.839828E-1,3.004261E-1,-0E0,-1.1544544E0,-0E0,-2.6460096E-1,-0E0,5.528503E-1,-7.114436E-1,-0E0,3.468979E-1,-2.577829E-1,2.435195E-1,5.877176E-1,3.6918232E-1,-0E0,1.17862545E-1,-8.4123623E-1,-0E0,-1.2185184E0,-1.6031518E0,-0E0,7.924538E-1,-0E0,-4.6942255E-1,-0E0,-2.7958563E-1,6.6434485E-1,9.462792E-1,-0E0,-0E0,9.927129E-1,-0E0,1.1204653E0,-4.0457246E-1,-0E0,-4.5534396E-1,4.01307E-1,-0E0,-1.3005573E0,-0E0,-6.814743E-1,-0E0,1.2979883E0,1.164817E0,-0E0,1.0612423E0,-0E0,5.433792E-1,-0E0,-0E0,1.422433E0,1.6083311E0,-0E0,-0E0,4.2713162E-1,-7.8559235E-2,-0E0,-6.749393E-1,-0E0,-0E0,2.4556704E0,5.0391275E-1,1.2556645E0,3.541134E-1,-0E0,-0E0,-5.89112E-2,-0E0,5.2361214E-1,-0E0,-1.4694639E-1,-0E0,2.5158212E0,-1.0387703E0,-0E0,-0E0,-1.0385619E0,-0E0,7.381631E-1,-6.712384E-1,7.665047E-2,-0E0,4.1122025E-1,-0E0,-8.637222E-1,-0E0,6.1561394E-1,-0E0,-9.302491E-1,-8.433324E-1,-0E0,-0E0,6.160579E-1,-0E0,-3.7775928E-1,-2.2017424E-1,3.2423073E-1,6.994674E-1,2.7202648E-1,1.8703704E-1,6.6224456E-1,1.5622543E-1,-3.8152766E-1,8.5993534E-1,-1.5994315E-1,-0E0,-9.688905E-1,-0E0,-1.2649722E0,-0E0,-1.3988317E0,-0E0,8.5370475E-1,-4.438596E-1,3.4643012E-1,-4.425397E-1,-0E0,1.7990136E-1,-0E0,-4.658974E-1,2.6215848E-1,8.342562E-1,-0E0,1.0489516E0,-0E0,9.4032204E-1,-0E0,-0E0,-6.9652E-1,-0E0,4.4943795E-1,-1.3495011E0,-0E0,-0E0,1.3085105E0,1.1821965E0,-0E0,1.15650766E-1,-0E0,1.1969292E0,-0E0,-0E0,1.6437747E0,-7.175446E-2,-0E0,-1.7872252E-1,6.553273E-1,1.339997E0,-0E0,-0E0,-1.0694427E0,-9.5212674E-1,-0E0,-4.995392E-1,3.8060364E-1,8.430865E-1,-0E0,-0E0,-7.72816E-1,-3.9888093E-1,2.9747695E-1,-0E0,-1.0536656E0,5.9424376E-1,-0E0,-0E0,-8.133939E-1,5.761938E-3,-2.4426346E-1,-0E0,8.92554E-1,-4.041556E-1,-0E0,1.3463902E-3,-8.242019E-1,4.3222642E-1,-0E0,1.7644739E-1,7.775523E-1,-1.8847838E-1,4.6890363E-1,3.8001093E-1,-8.807477E-2,8.888061E-1,-0E0,3.7048274E-1,-1.5065992E-1,-1.1315287E0,2.1293315E-3,-0E0,1.1660914E0,-0E0,-2.6027694E-1,-0E0,-1.0748606E0,-1.284854E0,-0E0,-3.9402053E-1,-0E0,-0E0,9.4756097E-1,-6.181463E-1,-0E0,-9.0146047E-1,-6.681653E-3,-0E0,5.017748E-1,-0E0,7.1606827E-1,-0E0,8.40873E-1,-8.292319E-1,-0E0,-0E0,-1.0928335E0,-0E0,1.0333533E0,9.303441E-1,-0E0,-0E0,1.6704793E0,-0E0,-3.273352E-1,8.8757485E-1,-0E0,1.3951286E0,-0E0,-0E0,-1.6724996E-1,-8.4737486E-1,-0E0,-0E0,-7.112205E-1,-0E0,6.122271E-1,-0E0,9.398377E-1,-0E0,-1.18536696E-1,-1.1513729E0,-0E0,5.6268996E-1,-0E0,-8.9260286E-1,-0E0,-3.695197E-1,-0E0,1.023495E0,-0E0,-1.0093012E-1,4.906198E-1,-9.3926215E-1,-0E0,7.281189E-1,3.710153E-3,2.0745456E-1,-8.183916E-1,-5.947012E-1,5.276631E-1,3.222614E-1,9.120915E-1,2.2035274E-1,-7.631193E-1,5.862976E-1,-4.5642662E-1,-1.2064303E-1,6.1958224E-1,3.7835827E-1,-4.231761E-1,-0E0,9.936299E-1,-5.4510874E-1,2.7455842E-1,7.5950515E-1,-0E0,-4.2075604E-1,4.154579E-1,-1.2478012E0,-0E0,-2.3209685E-1,6.299312E-1,-0E0,-1.1488913E0,-1.3145295E0,-0E0,5.006577E-1,-5.793921E-1,-0E0,1.0237652E0,-1.021038E0,-0E0,-3.204916E-1,2.3253259E-1,-0E0,-7.3357916E-1,-0E0,1.3236922E0,1.023176E0,-0E0,-2.5249657E-1,3.434198E-1,1.4376462E0,-0E0,-0E0,7.621716E-1,1.0202836E0,-0E0,-0E0,2.1150883E-1,-0E0,-1.0390152E0,4.3291268E-1,-2.4509643E-1,7.3711306E-1,-2.2317713E-2,1.19161986E-1,-6.404195E-1,-0E0,9.003466E-1,-5.4871666E-1,-0E0,-8.1309426E-1,-0E0,3.9892547E-2,9.715084E-1,-7.421842E-1,1.7765243E-1,-5.2659106E-1,4.7626644E-1,-7.3800105E-1,-0E0,-8.5599506E-1,-0E0,-0E0,7.499661E-1,5.1677084E-1,-2.65955E-1,9.423439E-1,-0E0,-8.8590905E-2,6.464318E-1,-1.124012E0,-0E0,8.125074E-1,3.0142164E-2,-7.703607E-1,-0E0,3.959846E-1,-5.176594E-1,4.8570212E-2,1.002942E0,-7.7578306E-2,6.988856E-1,1.9897332E-2,-6.3192534E-1,-2.3545197E-1,3.997918E-1,-0E0,1.0459025E0,-7.4573874E-1,-0E0,-1.5660048E-1,5.955704E-1,-0E0,9.905376E-1,-3.7516692E-1,2.3879988E-1,-9.40639E-1,-0E0,6.276148E-1,-0E0,-6.1501134E-2,4.38797E-2,-0E0,-7.8786576E-1,-0E0,6.5324175E-1,-0E0,-9.4601876E-1,-0E0,-1.341745E0,-5.111955E-1,-0E0,-1.8922415E-1,-0E0,-0E0,1.1173649E0,-0E0,-1.186439E0,-0E0,-5.8443266E-1,-9.232567E-3,6.5437526E-1,-0E0,1.2838699E0,-0E0,-5.918589E-1,4.0420154E-1,-0E0,1.46831E0,-0E0,-0E0,8.2999104E-1,-0E0,1.0855875E0,-4.9243224E-1,-0E0,7.080323E-1,-0E0,-1.4444262E-1,-0E0,-1.6944052E-1,5.1788944E-1,-0E0,-7.791295E-1,-5.5130297E-1,-0E0,-0E0,1.9845705E-1,3.9683878E-1,-4.9374557E-1,1.1477658E0,-0E0,-0E0,-7.4253714E-1,-0E0,7.3197436E-1,-0E0,-7.5310373E-1,-4.8471633E-1,8.019451E-1,-0E0,-7.737148E-1,-3.3153185E-1,3.5800386E-2,9.0002066E-1,-0E0,-1.7078158E-1,6.4016134E-1,-0E0,-8.5010755E-1,1.0360266E0,2.8397894E-1,-0E0,-2.6764494E-1,-0E0,7.481147E-1,-1.5452099E0,-0E0,-0E0,1.0121437E0,6.0242367E-1,-2.627306E-1,-0E0,4.715627E-1,-7.161546E-1,-0E0,-3.1692863E-1,4.705507E-1,1.0705733E0,-0E0,-0E0,-4.6504793E-1,-0E0,7.890524E-1,-0E0,3.6863345E-1,-7.784134E-1,-0E0,-0E0,-3.4659883E-1,-0E0,1.1208507E0,-0E0,8.0607593E-1,-6.957398E-1,2.1554731E-1,1.0817761E0,-0E0,-9.17806E-1,1.1478914E-1,5.8705866E-1,-0E0,-0E0,-1.1637973E0,-2.417204E-1,3.2024696E-1,-0E0,5.8941483E-1,-4.225355E-2,2.7159542E-1,-7.575975E-1,-0E0,-0E0,-1.3615687E0,-4.3012723E-1,-0E0,4.400064E-1,-8.676921E-2,1.1696573E0,-0E0,-0E0,-9.8770845E-1,2.81403E-1,-1.3543263E-1,-7.476327E-1,-0E0,6.5073884E-1,-0E0,-1.7943957E-1,6.3567066E-1,-0E0,1.5292138E0,-0E0,-5.362221E-1,-0E0,1.5045179E0,7.099349E-1,-0E0,-0E0,1.1461926E0,-0E0,-2.6160765E-1,-3.366646E-1,-0E0,-0E0,7.412141E-1,6.755412E-1,-0E0,1.2305951E0,-0E0,-4.045879E-1,3.07816E-1,2.3197219E-1,-3.3143723E-1,7.1230346E-1,-0E0,-5.040498E-1,-0E0,-0E0,1.0771497E0,-0E0,2.0095062E-1,9.551459E-1,-0E0,-0E0,-6.5935683E-1,8.150157E-1,-0E0,-0E0,1.787118E-1,-0E0,-9.4095814E-1,1.0755914E0,-0E0,-2.0588279E-1,7.7814686E-1,6.503845E-1,-0E0,-1.3535801E0,-0E0,-2.0383628E-1,2.3085496E-1,1.1294831E0,-0E0,-0E0,7.7002156E-1,-0E0,-5.8137107E-1,-0E0,-9.0663093E-1,-6.979851E-1,-0E0,-0E0,7.4571157E-1,-0E0,1.1430573E0,-1.2187083E0,-1.19920805E-1,4.255662E-2,-0E0,-0E0,9.2499256E-1,7.141048E-1,-0E0,-0E0,1.1982101E0,-0E0,-1.1508037E0,-0E0,4.469273E-1,-4.595604E-1,1.9502889E-1,-9.987977E-1,-0E0,-0E0,-4.889971E-1,-0E0,4.4371328E-1,-0E0,-3.9708194E-1,-0E0,-1.3861811E0,-0E0,-4.393925E-1,1.1947562E0,-0E0,-0E0,-8.6838716E-1,-2.800373E-1,-0E0,7.650699E-1,-0E0,-0E0,1.6115669E0,-0E0,1.5366031E0,1.2066729E0,-0E0,7.1323484E-1,-0E0,7.355209E-1,-0E0,1.920419E-2,-4.610331E-1,-0E0,1.2947098E0,-5.413049E-1,-0E0,4.9659333E-1,-1.23088375E-1,-5.3795207E-1,-0E0,2.680731E-1,-1.0037691E-1,9.594331E-1,-0E0,1.0855043E0,-0E0,-0E0,9.2657393E-1,-3.1662905E-1,2.8563175E-1,-0E0,1.0888548E0,-1.1565072E-1,2.6846737E-1,-7.428391E-1,4.3113483E-3,-0E0,7.4505866E-1,-0E0,-4.4186175E-1,4.944452E-1,-0E0,1.1946981E0,-0E0,7.783882E-1,-0E0,-0E0,8.707614E-2,-0E0,-8.214493E-1,-1.165945E0,-0E0,-8.008563E-1,-0E0,-0E0,9.218969E-2,-1.0149846E-1,-0E0,9.131807E-1,-0E0,1.1797031E0,-0E0,-1.0341744E0,-0E0,7.367986E-2,-4.804352E-1,-0E0,9.707616E-1,-9.9884665E-1,-0E0,-4.6985948E-1,-0E0,3.06655E-1,-0E0,-0E0,-6.5135884E-1,-4.433541E-1,-0E0,-0E0,-1.4096118E0,1.262668E0,-0E0,-7.473907E-1,-0E0,1.3265944E0,-0E0,-0E0,1.5698601E0,-0E0,1.2521392E0,-0E0,1.3806231E0,-0E0,7.3519737E-1,-4.4260386E-1,-0E0,-9.1371775E-1,-0E0,-2.920952E-1,-0E0,1.1557617E0,-0E0,1.0461546E0,-0E0,-4.807075E-1,-0E0,1.1003585E0,-0E0,-7.230501E-1,-0E0,-0E0,1.9041456E-1,4.4490552E-1,-0E0,-0E0,1.248655E0,-9.769226E-1,-0E0,7.8162766E-1,-0E0,-0E0,1.217263E0,1.7669654E-1,-0E0,-6.828262E-1,-0E0,-0E0,3.285261E-1,-0E0,-1.4393915E0,1.284774E0,-0E0,-0E0,1.1376669E-1,1.6008184E0,-0E0,-0E0,1.0222279E0,1.430685E0,-0E0,-0E0,-1.0768841E-1,-0E0,9.254723E-1,-1.0346699E0,-0E0,-0E0,1.7265008E-1,-3.617301E-1,-0E0,-0E0,9.591526E-1,-0E0,1.1077393E0,-0E0,1.1089284E0,-0E0,1.0082884E0,-0E0,9.838623E-1,-0E0,-7.956789E-1,-0E0,-1.1479996E0,-0E0,1.323054E0,1.2683976E0,-0E0,1.1622329E0,-0E0,8.297674E-1,-0E0,-0E0,-8.943011E-1,-0E0,9.1323996E-1,1.1259981E0,-0E0,-7.193729E-1,-0E0,-0E0,1.047411E0,1.1382449E0,-0E0,-0E0,3.796647E-2,-0E0,9.142822E-1,3.4773958E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":1,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,-1,29,31,33,35,37,39,41,43,45,47,49,-1,51,-1,53,55,57,59,61,63,-1,65,67,69,71,73,-1,75,77,-1,79,81,83,85,87,89,-1,-1,91,93,95,97,99,101,103,105,107,109,111,113,115,117,-1,119,121,123,125,127,129,131,133,135,-1,137,139,141,143,145,-1,147,149,151,153,155,157,159,161,163,165,167,169,171,173,175,177,-1,179,181,183,-1,185,187,189,191,193,195,-1,197,199,-1,201,-1,203,205,-1,-1,207,-1,-1,-1,209,211,-1,-1,213,215,217,219,221,223,225,227,-1,-1,229,231,233,235,237,239,241,243,245,-1,247,249,251,-1,-1,253,255,257,259,-1,-1,-1,261,263,265,267,269,271,273,275,-1,-1,-1,277,279,281,283,-1,-1,-1,285,287,-1,-1,-1,289,291,-1,293,295,297,-1,299,301,303,305,307,309,-1,-1,311,-1,-1,313,-1,315,317,319,-1,-1,321,-1,323,325,327,329,331,333,-1,-1,-1,335,-1,337,339,-1,341,343,345,-1,347,349,351,353,355,357,-1,-1,-1,359,361,363,365,-1,367,369,-1,371,-1,-1,-1,373,375,377,-1,-1,-1,379,381,383,-1,385,387,389,391,393,-1,395,397,399,401,403,405,407,409,411,413,415,-1,417,419,421,-1,423,-1,-1,-1,425,-1,-1,-1,-1,427,-1,429,431,-1,-1,433,435,437,439,441,443,445,447,449,451,453,455,-1,-1,457,-1,-1,459,-1,-1,461,463,465,467,469,471,473,475,477,479,481,-1,-1,483,485,487,489,491,-1,-1,-1,-1,493,-1,-1,495,497,-1,-1,499,501,503,-1,505,-1,-1,-1,-1,507,509,-1,511,-1,-1,513,515,517,519,-1,-1,-1,-1,-1,521,-1,523,-1,-1,525,527,529,-1,531,-1,533,-1,-1,-1,-1,-1,535,537,539,541,-1,-1,543,545,-1,547,549,-1,-1,-1,551,553,555,557,559,561,563,565,567,569,571,573,575,577,579,581,-1,583,585,587,589,591,593,595,-1,-1,-1,-1,597,599,601,603,-1,-1,-1,-1,605,607,609,611,613,-1,615,-1,617,619,-1,621,-1,-1,-1,623,625,627,-1,629,-1,-1,-1,631,-1,-1,633,635,637,639,-1,-1,641,643,-1,-1,-1,-1,-1,-1,645,-1,-1,647,649,651,-1,-1,653,655,657,659,661,663,665,667,-1,-1,-1,669,671,-1,-1,-1,-1,673,-1,675,677,679,681,683,685,687,689,-1,-1,-1,691,693,-1,695,-1,-1,697,-1,-1,-1,699,701,703,705,-1,-1,-1,707,-1,-1,709,-1,-1,-1,-1,-1,711,713,-1,715,717,719,-1,-1,721,-1,723,725,-1,-1,-1,-1,727,729,731,733,735,737,739,741,743,745,-1,747,749,751,753,755,757,759,761,763,-1,-1,765,-1,767,769,-1,-1,771,773,775,777,-1,-1,779,-1,781,-1,-1,-1,783,785,787,789,-1,-1,791,793,795,797,799,-1,-1,-1,801,803,-1,805,-1,-1,807,809,811,-1,-1,-1,-1,-1,813,815,817,-1,819,821,823,-1,-1,-1,-1,-1,-1,825,-1,-1,827,-1,-1,-1,-1,-1,829,-1,831,833,-1,835,-1,837,839,841,843,845,847,849,851,-1,853,855,857,859,-1,-1,861,-1,-1,-1,-1,-1,-1,-1,-1,-1,863,865,-1,867,-1,869,-1,-1,871,-1,-1,-1,-1,-1,873,-1,-1,-1,875,-1,877,879,881,-1,883,885,887,-1,-1,-1,889,-1,-1,-1,-1,-1,891,-1,-1,893,-1,-1,895,-1,897,899,901,903,-1,905,-1,-1,907,909,911,913,915,917,-1,919,921,923,925,927,929,931,933,935,-1,937,-1,-1,-1,-1,939,-1,-1,-1,941,943,945,947,-1,-1,-1,-1,-1,-1,-1,949,-1,-1,951,953,-1,955,-1,-1,-1,-1,-1,-1,-1,-1,957,-1,-1,959,961,963,965,-1,-1,-1,967,-1,969,971,-1,-1,-1,-1,-1,-1,973,975,-1,-1,-1,-1,977,979,981,983,-1,985,987,989,991,993,-1,-1,995,997,-1,-1,-1,999,-1,-1,-1,1001,-1,-1,1003,-1,-1,-1,-1,1005,-1,-1,-1,-1,1007,1009,1011,1013,-1,1015,-1,-1,-1,-1,-1,-1,1017,-1,1019,1021,1023,1025,-1,-1,-1,-1,1027,-1,-1,-1,-1,1029,-1,1031,-1,-1,-1,-1,-1,-1,-1,1033,-1,-1,1035,1037,-1,1039,-1,-1,1041,-1,-1,-1,1043,-1,-1,1045,1047,1049,-1,-1,-1,1051,1053,1055,-1,1057,1059,-1,1061,1063,1065,1067,1069,1071,-1,-1,1073,-1,-1,-1,1075,1077,1079,1081,1083,1085,1087,1089,1091,1093,1095,1097,1099,-1,1101,1103,-1,-1,-1,-1,1105,1107,1109,1111,1113,1115,-1,-1,-1,-1,-1,-1,1117,-1,-1,-1,-1,1119,-1,-1,-1,-1,-1,1121,-1,-1,-1,-1,1123,-1,1125,1127,-1,-1,1129,-1,-1,-1,-1,-1,1131,1133,-1,1135,1137,-1,1139,-1,-1,-1,-1,1141,1143,1145,1147,1149,1151,1153,-1,-1,1155,-1,1157,-1,-1,-1,-1,-1,-1,-1,1159,1161,1163,-1,-1,-1,-1,1165,1167,-1,-1,1169,1171,1173,1175,1177,-1,-1,-1,-1,-1,-1,-1,1179,1181,-1,1183,1185,-1,1187,-1,1189,1191,-1,1193,1195,1197,1199,1201,-1,1203,-1,-1,-1,-1,1205,1207,-1,1209,-1,-1,-1,-1,-1,-1,-1,1211,-1,1213,-1,-1,-1,-1,-1,1215,1217,1219,1221,1223,1225,1227,1229,1231,-1,-1,1233,1235,1237,1239,1241,1243,1245,1247,1249,-1,1251,1253,-1,-1,-1,1255,-1,1257,-1,1259,1261,-1,-1,1263,1265,1267,1269,-1,-1,-1,-1,-1,1271,-1,1273,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1275,-1,-1,-1,1277,-1,-1,1279,-1,-1,-1,-1,1281,1283,1285,1287,1289,1291,1293,1295,-1,1297,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1299,1301,-1,-1,-1,-1,-1,1303,-1,-1,1305,-1,1307,-1,-1,-1,-1,-1,-1,-1,-1,-1,1309,-1,-1,1311,1313,1315,1317,1319,-1,-1,-1,-1,-1,-1,-1,1321,-1,-1,-1,-1,-1,-1,-1,1323,1325,1327,1329,1331,1333,1335,-1,1337,1339,-1,1341,-1,1343,1345,1347,1349,1351,-1,-1,-1,-1,-1,-1,-1,-1,-1,1353,1355,1357,1359,-1,1361,1363,1365,1367,-1,-1,1369,-1,-1,-1,1371,1373,1375,-1,-1,-1,-1,-1,1377,-1,-1,-1,1379,1381,-1,-1,-1,-1,-1,1383,-1,-1,-1,-1,1385,-1,-1,1387,-1,-1,-1,1389,1391,1393,1395,-1,-1,-1,-1,1397,-1,-1,1399,1401,-1,-1,1403,1405,1407,1409,1411,-1,-1,-1,1413,1415,1417,-1,-1,1419,-1,-1,-1,1421,-1,1423,-1,-1,-1,-1,-1,-1,1425,1427,1429,1431,1433,1435,1437,1439,-1,-1,1441,1443,1445,1447,1449,1451,-1,-1,-1,-1,-1,1453,1455,1457,1459,1461,-1,-1,-1,-1,-1,1463,1465,-1,-1,-1,-1,-1,1467,-1,1469,1471,-1,-1,-1,1473,-1,-1,1475,-1,-1,-1,-1,-1,1477,-1,-1,-1,-1,-1,1479,-1,1481,-1,-1,-1,-1,-1,1483,-1,1485,1487,1489,-1,1491,-1,1493,1495,1497,1499,-1,-1,1501,1503,1505,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1507,-1,-1,1509,1511,1513,-1,-1,-1,1515,1517,1519,-1,1521,-1,-1,-1,-1,1523,-1,1525,1527,1529,1531,1533,1535,1537,1539,-1,1541,1543,-1,1545,1547,1549,1551,1553,1555,-1,-1,-1,1557,-1,1559,-1,-1,1561,1563,-1,1565,-1,-1,-1,1567,1569,1571,-1,-1,-1,-1,-1,1573,1575,-1,1577,-1,-1,-1,-1,-1,-1,-1,1579,1581,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1583,-1,-1,1585,1587,1589,1591,1593,-1,-1,-1,1595,-1,1597,-1,-1,1599,-1,1601,1603,-1,1605,1607,1609,1611,1613,1615,1617,1619,1621,1623,1625,-1,1627,-1,1629,-1,-1,1631,1633,1635,-1,-1,-1,-1,-1,1637,1639,1641,-1,1643,-1,-1,-1,-1,1645,-1,-1,1647,-1,-1,1649,1651,-1,-1,-1,-1,-1,-1,1653,-1,-1,1655,1657,1659,-1,1661,1663,-1,-1,1665,1667,1669,-1,1671,-1,1673,1675,-1,1677,-1,-1,-1,-1,-1,1679,-1,1681,-1,-1,1683,1685,1687,1689,1691,1693,1695,1697,1699,1701,1703,1705,1707,1709,1711,1713,-1,-1,-1,-1,-1,1715,1717,-1,-1,-1,1719,1721,-1,-1,1723,1725,-1,-1,-1,-1,-1,-1,1727,-1,-1,-1,-1,-1,-1,-1,-1,1729,-1,-1,1731,1733,1735,-1,-1,-1,-1,-1,-1,-1,-1,1737,-1,1739,1741,-1,1743,1745,1747,1749,-1,-1,-1,-1,1751,-1,1753,-1,1755,-1,1757,1759,1761,1763,1765,1767,1769,1771,1773,1775,1777,1779,1781,1783,1785,1787,1789,1791,1793,1795,1797,1799,1801,1803,-1,1805,1807,1809,-1,1811,1813,-1,-1,1815,1817,1819,1821,-1,1823,1825,-1,-1,-1,-1,1827,-1,1829,1831,1833,-1,-1,1835,1837,-1,-1,-1,-1,-1,-1,1839,1841,1843,1845,1847,-1,-1,1849,1851,-1,-1,1853,1855,1857,1859,1861,1863,-1,-1,1865,-1,1867,1869,1871,1873,1875,1877,-1,1879,1881,-1,1883,1885,-1,-1,1887,1889,1891,1893,1895,1897,1899,1901,1903,-1,-1,1905,-1,-1,-1,1907,1909,1911,1913,1915,1917,1919,1921,-1,-1,-1,1923,1925,-1,-1,-1,-1,-1,1927,-1,-1,1929,-1,1931,1933,-1,1935,1937,1939,-1,1941,1943,1945,-1,1947,-1,-1,1949,-1,-1,1951,-1,1953,-1,-1,-1,1955,-1,-1,1957,1959,-1,-1,-1,-1,-1,-1,1961,-1,1963,1965,-1,-1,1967,1969,-1,-1,1971,1973,-1,-1,-1,1975,1977,-1,1979,1981,1983,1985,1987,1989,-1,-1,-1,1991,1993,-1,1995,1997,1999,2001,-1,-1,2003,-1,2005,2007,2009,-1,-1,-1,-1,-1,-1,-1,2011,2013,-1,-1,-1,2015,-1,2017,-1,-1,2019,-1,2021,2023,-1,2025,-1,2027,2029,2031,-1,-1,2033,-1,-1,-1,-1,2035,-1,-1,-1,2037,2039,-1,-1,-1,-1,-1,2041,-1,-1,-1,2043,2045,-1,2047,-1,-1,-1,2049,-1,-1,-1,2051,-1,-1,-1,-1,-1,2053,2055,2057,2059,-1,2061,-1,2063,2065,-1,-1,-1,-1,2067,2069,-1,-1,2071,-1,-1,-1,2073,2075,-1,-1,-1,-1,2077,2079,2081,2083,-1,-1,-1,-1,2085,2087,2089,-1,-1,2091,2093,2095,-1,2097,2099,2101,2103,2105,-1,2107,2109,2111,-1,-1,-1,-1,-1,-1,-1,2113,-1,2115,-1,-1,2117,2119,-1,-1,-1,2121,-1,-1,-1,2123,-1,2125,-1,-1,2127,-1,-1,2129,-1,-1,-1,-1,-1,2131,-1,2133,2135,-1,-1,-1,-1,-1,-1,-1,-1,2137,-1,-1,2139,2141,2143,-1,-1,2145,-1,-1,2147,-1,-1,2149,2151,-1,-1,2153,-1,-1,2155,2157,-1,-1,-1,-1,2159,-1,2161,-1,-1,-1,-1,-1,-1,-1,2163,-1,-1,-1,-1,-1,-1,-1,2165,-1,2167,-1,-1,-1,2169,2171,-1,-1,-1,-1,-1,-1,2173,-1,-1,-1,-1,-1,-1,2175,2177,2179,-1,-1,-1,-1,-1,2181,-1,2183,-1,2185,2187,2189,-1,-1,2191,2193,2195,-1,2197,-1,2199,-1,-1,-1,2201,-1,-1,-1,-1,-1,-1,-1,-1,2203,-1,-1,-1,-1,-1,2205,-1,-1,2207,-1,-1,-1,-1,2209,2211,-1,-1,-1,2213,-1,-1,-1,2215,-1,-1,-1,-1,2217,2219,-1,-1,-1,-1,-1,-1,-1,-1,2221,-1,2223,-1,-1,-1,-1,-1,2225,-1,-1,-1,2227,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2229,2231,-1,-1,-1,-1,2233,-1,-1,-1,2235,-1,-1,-1],"loss_changes":[4.630537E2,3.7357324E2,7.8476562E0,3.5487024E2,2.5781006E1,3.82771E1,9.921875E-1,4.1310193E2,3.083368E1,1.8719543E1,2.8076172E0,2.0291382E1,2.4658203E-2,9.11607E-1,0E0,1.8269965E2,1.6362366E1,2.026715E1,1.5168457E0,5.8382874E0,3.3151108E1,1.9873047E-1,7.737502E0,1.41694355E1,6.6026306E0,1.3168488E0,0E0,4.51851E-1,0E0,9.228475E1,1.5202538E1,3.9339356E0,4.8628235E0,2.8651123E1,2.7811356E0,0E0,1.0239952E1,5.00885E-1,8.203975E-1,1.5327301E0,3.5295353E1,0E0,2.9374512E1,2.4197474E0,0E0,7.6497154E0,2.1358591E1,1.2176514E0,1.2069489E1,4.081726E-1,1.142841E1,0E0,0E0,7.387146E0,8.781131E1,1.7938392E0,3.3417969E0,2.795052E0,1.4610258E0,2.3625696E-1,3.4611511E0,1.7029343E0,4.5460476E1,9.487191E-2,3.0512238E-1,1.8088684E0,1.6914265E1,0E0,8.455211E-3,8.6514854E-1,4.7418827E-1,9.3473816E-1,1.8876627E-1,2.064913E1,2.1409378E0,1.0921631E0,8.208404E0,0E0,1.9048433E0,4.6962867E0,1.5265694E0,5.0970287E0,8.03955E0,0E0,1.178009E0,2.3223572E0,1.2720448E1,1.0583563E0,4.333954E-1,2.6773071E0,4.871869E0,6.837775E0,3.2301178E0,4.4550407E1,6.813629E0,4.2758363E-1,1.3983011E0,2.016571E0,1.9407189E0,3.4837312E-1,0E0,1.6048074E0,3.9731327E-2,4.809718E-1,0E0,1.3159292E0,3.28656E0,5.4572296E-1,3.7078743E0,1.0991398E1,2.9261328E1,0E0,9.701766E-3,1.3871121E0,0E0,1.450798E0,0E0,1.6537552E0,6.907377E0,0E0,0E0,1.3325274E-1,0E0,0E0,0E0,7.028198E-1,3.0866127E0,0E0,0E0,2.3882217E0,1.8685558E1,1.0432258E-1,2.6786804E-2,3.3493042E-1,3.5292473E0,1.0009976E1,3.1046796E0,0E0,0E0,4.003038E0,2.8651237E0,1.9276161E0,1.34061705E-2,1.2306957E0,3.6505048E0,4.549513E0,9.9780273E-1,1.006485E0,0E0,1.3012937E-1,1.1111679E0,5.9702444E0,0E0,0E0,4.4830686E-1,1.9224284E0,5.6137085E-1,9.49533E-1,0E0,0E0,0E0,4.7817564E0,1.194772E1,2.6713946E0,1.8581772E0,4.1958942E0,2.7625961E1,7.399889E0,6.1310883E0,0E0,0E0,0E0,7.7309084E-1,2.9579334E0,1.8037643E0,2.3792157E0,0E0,0E0,0E0,7.942164E-2,1.4660907E0,0E0,0E0,0E0,6.1757743E-2,1.1736931E0,0E0,2.129303E0,6.6004105E-2,1.7434046E0,0E0,1.7249069E0,1.5132425E0,1.1912613E0,1.8652333E0,1.248203E1,2.1586075E0,0E0,0E0,6.3425064E-1,0E0,0E0,9.6917725E-1,0E0,1.3932018E0,9.4804484E-1,8.288086E0,0E0,0E0,4.103241E-1,0E0,5.5913377E0,1.8539734E0,1.1869583E0,1.8068701E-1,4.378167E0,1.3866182E1,0E0,0E0,0E0,2.634879E-3,0E0,5.21334E-2,1.496561E0,0E0,1.6998184E0,7.4325085E0,2.158155E0,0E0,3.8941698E0,2.740943E0,1.597562E0,1.575901E0,3.3392787E0,1.5268097E0,0E0,0E0,0E0,6.338911E-1,2.7968657E0,2.357761E0,1.1061113E0,0E0,3.6143383E-1,8.368168E-1,0E0,1.5881348E-1,0E0,0E0,0E0,1.7477417E-1,3.152576E0,2.8915195E0,0E0,0E0,0E0,1.9294839E0,5.713196E-1,2.7077752E-3,0E0,1.6552994E0,1.7735214E0,2.128556E0,1.3681083E0,9.731034E0,0E0,1.3107133E0,1.8497238E0,1.111826E0,1.9971466E0,2.3103108E0,9.553229E0,2.0272911E1,4.505078E0,3.4041634E0,1.8832835E0,3.757187E0,0E0,8.7872124E-1,2.0403633E0,1.4117908E0,0E0,1.8428268E0,0E0,0E0,0E0,2.6724777E-1,0E0,0E0,0E0,0E0,5.393704E-1,0E0,4.700947E0,2.5950928E0,0E0,0E0,5.911526E-1,1.1992528E0,2.195896E0,1.6618767E0,9.5870644E-1,1.1749893E0,8.838501E-1,2.5335017E-1,1.2170792E-2,1.4305792E0,5.675229E0,6.0997066E0,0E0,0E0,1.6369436E0,0E0,0E0,5.746765E-1,0E0,0E0,5.8224946E-1,9.5048934E-1,1.4853891E0,2.8829765E-1,4.163971E-1,6.752299E-3,2.2402682E0,1.1216178E0,1.5133572E0,1.2059097E0,1.2775841E0,0E0,0E0,3.0031756E-2,2.689353E0,3.814323E0,3.720749E0,1.1839771E1,0E0,0E0,0E0,0E0,1.3013066E0,0E0,0E0,3.636409E0,5.0037346E0,0E0,0E0,2.6909175E0,3.5345128E-1,2.6888862E0,0E0,1.9790059E0,0E0,0E0,0E0,0E0,2.0277605E0,1.1790234E0,0E0,5.566101E-1,0E0,0E0,1.104034E0,9.3996763E-1,7.062011E-1,4.528451E-2,0E0,0E0,0E0,0E0,0E0,7.5873184E-1,0E0,7.087102E-1,0E0,0E0,2.351835E0,3.0129082E0,8.1329155E-1,0E0,3.0971916E0,0E0,2.8859857E-3,0E0,0E0,0E0,0E0,0E0,9.7322273E-1,4.5488443E-2,4.1683856E-1,2.0600576E0,0E0,0E0,1.2571365E0,5.214962E0,0E0,8.277035E-1,1.0818901E0,0E0,0E0,0E0,1.8354187E0,4.921733E-1,4.9296308E-1,2.5581875E0,6.3972883E0,3.0748367E0,9.400618E0,1.8140293E1,1.4853888E0,9.326223E-1,1.3939999E0,2.7516441E0,1.2420412E0,4.5973682E-1,8.138024E-1,1.7230682E0,0E0,2.8775692E-1,2.0334587E0,1.6857479E0,4.4473565E-1,8.052917E-1,9.2434776E-1,1.5143967E0,0E0,0E0,0E0,0E0,2.930828E0,5.041073E0,5.514968E-1,9.496765E-1,0E0,0E0,0E0,0E0,2.8204546E0,1.1122837E0,8.760458E-3,4.5009613E-1,5.449879E-1,0E0,5.947797E-2,0E0,2.36369E0,4.7343445E-1,0E0,1.4726555E-1,0E0,0E0,0E0,3.1442094E-1,3.0210268E0,4.141144E0,0E0,4.019966E0,0E0,0E0,0E0,5.251236E-1,0E0,0E0,1.2867224E0,3.3586033E-2,1.8706615E0,1.7597592E-1,0E0,0E0,3.946991E-1,1.9751104E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.2368804E0,0E0,0E0,1.0720253E0,4.5009288E-1,2.6774216E-1,0E0,0E0,1.7903461E0,4.045037E-1,5.0665984E0,3.3098903E0,2.4125881E0,2.2822442E0,6.05336E0,2.720921E-1,0E0,0E0,0E0,2.0808353E0,5.003948E-1,0E0,0E0,0E0,0E0,6.1367434E-1,0E0,1.350584E0,1.322242E-1,9.11919E-1,1.6112165E0,1.1161661E0,2.0946454E-1,9.569665E-1,1.7507935E-1,0E0,0E0,0E0,1.6445534E-1,1.2487108E0,0E0,8.5760593E-1,0E0,0E0,1.7479897E-1,0E0,0E0,0E0,1.3459587E0,5.919453E-1,3.7082045E0,2.64061E0,0E0,0E0,0E0,3.8885512E0,0E0,0E0,8.526802E-1,0E0,0E0,0E0,0E0,0E0,2.2205443E0,7.9428375E-2,0E0,6.2787753E-1,4.638115E0,1.3813673E-1,0E0,0E0,5.409126E-1,0E0,1.6393757E0,2.8964934E0,0E0,0E0,0E0,0E0,2.1819174E0,2.3232685E-1,1.9111214E0,1.7092988E0,9.7721475E-1,1.300703E0,1.0699142E1,3.2992039E0,9.568465E0,5.762581E0,0E0,7.594323E-1,6.6411793E-1,1.2984356E-1,1.1526276E0,2.4049798E-1,2.5673714E0,1.2858547E0,1.14515E-1,1.0024619E0,0E0,0E0,8.5426325E-1,0E0,1.2309418E0,1.5939488E-1,0E0,0E0,1.8691025E0,1.9038957E0,6.6997546E-1,2.3526657E-1,0E0,0E0,1.5092138E0,0E0,8.3390045E-1,0E0,0E0,0E0,1.6268845E0,5.4186287E0,1.8659556E0,2.683748E0,0E0,0E0,2.6204293E0,6.3153076E-1,1.3322823E0,2.5825481E0,7.4363995E-1,0E0,0E0,0E0,9.831581E-1,1.3854651E0,0E0,1.919446E-1,0E0,0E0,1.1191123E0,1.1809283E0,4.440155E-1,0E0,0E0,0E0,0E0,0E0,1.0338836E0,2.763307E-1,3.6664243E0,0E0,4.862597E-1,4.615093E0,9.329004E-3,0E0,0E0,0E0,0E0,0E0,0E0,1.5409787E0,0E0,0E0,2.1985134E-2,0E0,0E0,0E0,0E0,0E0,1.0858345E0,0E0,9.741799E-2,5.3341335E-1,0E0,1.4250565E-1,0E0,1.571621E0,7.948201E-1,3.9063048E-1,1.9863714E0,2.2625437E0,4.109257E-1,6.561208E-1,4.4385672E-1,0E0,3.7279704E-1,3.4694195E-1,2.8735409E0,1.0882921E1,0E0,0E0,1.437243E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.556989E-1,2.4590084E-1,0E0,3.3700943E-1,0E0,5.4324096E-1,0E0,0E0,1.1329391E0,0E0,0E0,0E0,0E0,0E0,3.7538886E-1,0E0,0E0,0E0,2.2162056E-1,0E0,3.762381E-2,1.5368886E0,8.153112E-3,0E0,2.506373E0,1.356852E0,2.996573E0,0E0,0E0,0E0,8.2832336E-1,0E0,0E0,0E0,0E0,0E0,4.32173E-1,0E0,0E0,3.0760326E0,0E0,0E0,2.9310608E-1,0E0,1.5466347E0,4.6309624E-3,9.7732794E-1,1.653475E0,0E0,1.609005E0,0E0,0E0,5.240112E-1,2.7106628E0,1.073949E0,2.1918254E0,5.7164824E-1,7.1002877E-1,0E0,4.905491E-1,6.6220093E0,3.4164776E1,1.832859E0,4.0924706E0,7.626344E0,2.1189003E0,1.0488999E0,4.8693314E0,0E0,2.6511288E-1,0E0,0E0,0E0,0E0,5.7547903E-1,0E0,0E0,0E0,2.5825465E0,1.904335E0,1.340772E0,5.084803E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.1256409E0,0E0,0E0,3.1244166E-2,4.552269E-1,0E0,2.0254579E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.258774E-1,0E0,0E0,2.8205984E0,4.5045586E-3,1.1601782E0,1.4633305E0,0E0,0E0,0E0,3.3796874E-3,0E0,9.2782044E-1,6.7858607E-1,0E0,0E0,0E0,0E0,0E0,0E0,7.030401E-1,4.8817116E-1,0E0,0E0,0E0,0E0,5.7503283E-1,4.0154222E-1,7.53947E-1,1.2998962E-1,0E0,9.1307163E-1,3.8234213E-1,1.5177533E-2,3.1700583E0,2.4235568E0,0E0,0E0,3.1136136E0,2.5973587E0,0E0,0E0,0E0,7.879224E-1,0E0,0E0,0E0,9.0426636E-1,0E0,0E0,1.16889834E-1,0E0,0E0,0E0,0E0,5.718632E-1,0E0,0E0,0E0,0E0,5.532942E-1,1.5800066E0,1.4510937E0,5.2679818E-2,0E0,9.8033786E-2,0E0,0E0,0E0,0E0,0E0,0E0,3.4860516E-1,0E0,5.1487106E-1,1.7497826E0,1.335001E0,6.7217765E0,0E0,0E0,0E0,0E0,5.0892472E-2,0E0,0E0,0E0,0E0,1.0006243E-1,0E0,1.0879138E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.6792526E-1,0E0,0E0,1.6333497E0,7.756619E-1,0E0,8.7589407E-1,0E0,0E0,4.7158813E-1,0E0,0E0,0E0,2.7297764E0,0E0,0E0,2.4348068E-1,9.9575806E-1,6.1104226E-1,0E0,0E0,0E0,6.587236E-1,8.407583E-1,5.5239606E-1,0E0,2.3777533E-1,7.655903E-1,0E0,8.6288166E-1,2.7489835E-1,4.7641277E-2,7.8616345E-1,1.242229E0,2.100384E-2,0E0,0E0,2.2983273E-2,0E0,0E0,0E0,1.0746422E1,3.3968544E0,3.2630005E0,3.714386E0,1.0427418E0,2.2293551E-1,1.4247643E0,2.603497E0,2.27371E0,4.129357E0,1.6803102E0,9.9083506E-2,5.766356E-1,0E0,1.0545177E0,1.9407654E0,0E0,0E0,0E0,0E0,2.3759804E0,6.243561E-1,3.0849035E0,1.4684944E0,1.585379E0,1.4122196E-1,0E0,0E0,0E0,0E0,0E0,0E0,9.5380163E-1,0E0,0E0,0E0,0E0,4.570923E-1,0E0,0E0,0E0,0E0,0E0,6.4128447E-1,0E0,0E0,0E0,0E0,8.869724E-1,0E0,4.5910895E-2,4.684212E-1,0E0,0E0,4.6851635E-2,0E0,0E0,0E0,0E0,0E0,6.352402E-1,1.8877326E-1,0E0,1.3169098E-1,1.0142326E0,0E0,1.0053569E-1,0E0,0E0,0E0,0E0,8.0761623E-1,7.7986E-2,1.7448891E0,1.9578402E0,2.0709825E0,2.8467789E0,3.3106625E-3,0E0,0E0,6.9556427E-1,0E0,1.418271E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.9160766E-2,7.551193E-1,9.559978E-3,0E0,0E0,0E0,0E0,2.1241474E-1,1.0206671E0,0E0,0E0,1.5453491E0,4.6309624E-3,4.2418098E-1,2.9729984E0,2.7081556E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.625452E-1,8.023038E-1,0E0,2.3711342E-1,1.2330587E0,0E0,5.941148E-1,0E0,2.5079727E-1,2.4388504E-1,0E0,2.4101257E-1,3.7960966E0,8.970337E-1,3.5662176E-3,6.031757E-1,0E0,2.167821E-1,0E0,0E0,0E0,0E0,9.424673E-1,7.760153E-1,0E0,4.4760942E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.9616156E-1,0E0,8.010885E-1,0E0,0E0,0E0,0E0,0E0,6.971313E0,2.7088165E0,9.2088485E-1,3.212616E0,1.8292141E0,1.4158373E0,3.0632834E0,3.8050709E0,9.20372E-1,0E0,0E0,7.537027E-2,4.0211323E-1,6.916375E-1,1.3405144E-1,1.2736483E0,1.1394987E0,7.0646244E-1,2.791502E0,6.38876E-1,0E0,5.0761795E-1,1.5839157E-1,0E0,0E0,0E0,4.675341E-1,0E0,7.453079E-1,0E0,5.3202707E-2,2.7084923E-1,0E0,0E0,7.9934406E-1,1.4287157E0,1.0688133E0,2.0184673E-1,0E0,0E0,0E0,0E0,0E0,5.470846E-1,0E0,2.9148865E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.190952E-1,0E0,0E0,0E0,1.0713949E0,0E0,0E0,1.5371609E-1,0E0,0E0,0E0,0E0,1.677835E0,7.1140325E-1,4.1555285E-1,2.1892393E-1,1.3554354E0,1.9099669E-1,1.5331154E0,1.3353035E-1,0E0,3.1915665E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.3992174E-1,1.6331787E0,0E0,0E0,0E0,0E0,0E0,1.3526475E0,0E0,0E0,1.543293E0,0E0,2.46521E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.7805023E-1,0E0,0E0,1.0818481E-2,7.938575E-1,5.326209E-1,1.5160854E0,8.551178E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2790143E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.390413E-2,3.928489E-1,3.449422E0,2.880494E0,1.8877487E0,4.4961184E-1,5.200597E-1,0E0,1.2330431E0,3.2802277E0,0E0,1.719326E0,0E0,5.716487E-1,4.1838795E-1,2.0356123E0,2.5938406E0,3.639111E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.4719456E-2,2.429683E-2,1.2647667E0,7.44123E-1,0E0,6.6144913E-1,2.996263E-1,8.919395E-1,3.2934875E0,0E0,0E0,6.011238E-1,0E0,0E0,0E0,8.560707E-1,2.1423428E-1,6.772003E-1,0E0,0E0,0E0,0E0,0E0,6.11516E-1,0E0,0E0,0E0,3.9289042E-1,1.0194664E0,0E0,0E0,0E0,0E0,0E0,1.0891724E-1,0E0,0E0,0E0,0E0,1.2068714E-2,0E0,0E0,9.621563E-1,0E0,0E0,0E0,8.510023E-2,2.7000844E-1,3.5079747E-1,1.4469299E0,0E0,0E0,0E0,0E0,1.669075E0,0E0,0E0,3.6494827E-1,1.9526706E0,0E0,0E0,1.9396324E0,1.7783324E-1,2.2896314E-1,4.6943262E-1,2.4240494E-1,0E0,0E0,0E0,5.502531E-1,1.2741852E-1,2.2805849E-1,0E0,0E0,4.2584145E-1,0E0,0E0,0E0,1.8292997E0,0E0,5.1091766E-1,0E0,0E0,0E0,0E0,0E0,0E0,9.623692E-1,3.5960207E0,1.3890018E0,7.9735376E-2,1.949044E0,7.2118664E-1,1.1689445E-1,8.135772E-1,0E0,0E0,1.1646924E0,8.7158626E-1,3.77874E0,3.416006E0,2.9492416E0,1.5618668E0,0E0,0E0,0E0,0E0,0E0,1.1670504E0,2.2208118E0,4.217343E-1,2.9990745E0,5.542877E-1,0E0,0E0,0E0,0E0,0E0,1.2840452E0,6.721573E-1,0E0,0E0,0E0,0E0,0E0,3.6073932E-1,0E0,1.3114841E0,1.6518354E0,0E0,0E0,0E0,4.4927955E-1,0E0,0E0,5.834198E-1,0E0,0E0,0E0,0E0,0E0,7.509575E-1,0E0,0E0,0E0,0E0,0E0,5.2404404E-1,0E0,9.923804E-2,0E0,0E0,0E0,0E0,0E0,4.598236E-1,0E0,1.553215E0,5.384397E-1,1.4460504E-2,0E0,1.1188905E0,0E0,4.514969E0,2.2141914E0,1.985331E-1,2.680015E-3,0E0,0E0,1.0435051E-1,4.92899E-2,2.4546623E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.5546265E-1,0E0,0E0,7.740009E-1,2.6094499E0,2.9710848E0,0E0,0E0,0E0,4.959309E-1,1.6960983E0,6.2671083E-1,0E0,1.5069485E-1,0E0,0E0,0E0,0E0,6.2159777E-1,0E0,8.5852987E-1,1.5249972E-1,2.5424955E0,2.8449173E0,2.7272682E0,2.6774046E0,1.5482646E0,1.1123457E0,0E0,1.5083313E0,1.2024784E0,0E0,2.33012E0,8.507477E-1,9.741953E-2,8.22734E-2,2.0036273E0,7.7311504E-1,0E0,0E0,0E0,1.2939262E0,0E0,4.8851967E-1,0E0,0E0,7.3024356E-1,2.9989338E-1,0E0,8.877239E-1,0E0,0E0,0E0,5.5496216E-1,3.7350082E-1,2.6337778E-2,0E0,0E0,0E0,0E0,0E0,2.6649475E-2,8.8783646E-1,0E0,1.0474775E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.107088E0,2.3979225E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.620926E-1,0E0,0E0,8.6705256E-1,1.6326516E0,1.4818907E0,1.1785741E0,2.2312765E0,0E0,0E0,0E0,1.2379031E0,0E0,3.6718452E-1,0E0,0E0,6.451955E-1,0E0,1.0833768E-1,1.3535639E0,0E0,2.2481394E-1,1.8910515E0,1.9367561E0,2.2132034E0,3.2389874E0,2.6890354E0,3.7137403E0,2.602287E0,4.6955366E0,2.0448155E0,1.3326548E-1,0E0,1.005537E0,0E0,8.449669E-1,0E0,0E0,2.8685918E-1,2.319109E0,4.843212E-1,0E0,0E0,0E0,0E0,0E0,1.9635797E0,5.5550057E-1,2.6158452E-1,0E0,6.782484E-1,0E0,0E0,0E0,0E0,5.7188916E-1,0E0,0E0,6.53265E-1,0E0,0E0,2.171936E-1,2.2929382E-1,0E0,0E0,0E0,0E0,0E0,0E0,8.2831573E-1,0E0,0E0,2.4064666E-1,2.1754074E0,1.5898933E0,0E0,7.272109E-2,4.0426254E-1,0E0,0E0,1.6295892E0,9.432574E-1,1.1677427E0,0E0,3.277181E-2,0E0,2.1831877E0,1.7154821E0,0E0,4.7963667E-1,0E0,0E0,0E0,0E0,0E0,2.5062367E-1,0E0,7.2461915E-1,0E0,0E0,8.888671E-1,5.274911E-1,4.6283474E0,2.5510464E0,3.5031703E0,2.7306023E0,2.6149497E0,2.8905883E0,3.964602E0,2.743581E0,1.1097078E0,1.0745795E0,3.86204E0,2.1047807E0,2.6642647E0,1.6198815E0,0E0,0E0,0E0,0E0,0E0,2.6447582E-1,7.7755356E-1,0E0,0E0,0E0,1.4753926E0,2.3705082E0,0E0,0E0,7.454109E-1,7.721239E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.063958E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.9128647E-1,0E0,0E0,1.8915663E0,3.8130593E-1,1.0917568E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.02419E-1,0E0,1.2320919E0,1.163286E-1,0E0,4.601047E-1,7.19234E-1,1.7466171E0,9.5322895E-1,0E0,0E0,0E0,0E0,7.578466E-1,0E0,6.172834E-1,0E0,2.9823327E-1,0E0,2.9274626E0,1.9865862E0,2.52708E0,5.2431655E-1,8.2662666E-1,1.5523527E0,2.353866E0,1.9827423E0,1.1836189E0,1.700851E0,1.9931378E0,1.1517617E0,1.9303298E0,3.4695454E0,1.5283034E0,1.6572938E0,5.7379663E-1,1.2700157E0,8.997125E-1,1.125356E0,3.0512786E0,1.1646641E0,2.0453916E0,4.9409598E-1,0E0,1.1420639E-2,9.880144E-1,8.6560047E-1,0E0,2.69938E-1,7.964325E-1,0E0,0E0,4.0145516E-2,5.190994E-2,1.6815338E0,4.5126486E-1,0E0,7.305544E-1,9.9396473E-1,0E0,0E0,0E0,0E0,1.735877E0,0E0,6.117606E-1,2.1769512E-1,9.776192E-1,0E0,0E0,2.0254588E-1,1.1602688E0,0E0,0E0,0E0,0E0,0E0,0E0,6.3528794E-1,1.6235976E0,4.409001E-2,1.006272E0,9.2110395E-1,0E0,0E0,3.4419924E-1,9.23365E-2,0E0,0E0,1.7553055E0,2.7647743E0,7.322867E-1,1.5485171E0,1.2904036E0,3.7525156E0,0E0,0E0,5.208343E-1,0E0,2.5678745E-1,1.3148303E0,1.780441E0,1.2530646E0,1.5508652E0,1.0641679E-1,0E0,3.7319517E-1,1.7578063E0,0E0,2.1582336E0,1.8171457E0,0E0,0E0,3.2824427E-1,1.1787001E0,1.7572746E0,1.3051882E0,4.335655E-1,1.5457122E0,4.3117812E-1,1.2925069E0,1.9213507E-1,0E0,0E0,1.057209E0,0E0,0E0,0E0,8.01538E-1,1.2850217E0,1.5559158E0,2.3906965E0,1.1622843E0,7.84559E-1,5.212258E-1,3.815844E-1,0E0,0E0,0E0,1.9551162E-1,4.9458075E-1,0E0,0E0,0E0,0E0,0E0,4.876175E-1,0E0,0E0,2.98846E-1,0E0,4.8184407E-1,1.8744316E0,0E0,2.743187E-1,2.5864804E-1,6.63656E-1,0E0,5.855751E-1,6.7658025E-1,2.2554188E0,0E0,1.2998551E-1,0E0,0E0,8.010826E-1,0E0,0E0,3.798127E-2,0E0,8.7112236E-1,0E0,0E0,0E0,1.1843056E-1,0E0,0E0,2.5905147E-1,8.561846E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.1814276E0,0E0,1.6104355E0,5.6500506E-1,0E0,0E0,1.0690184E0,7.4020934E-1,0E0,0E0,3.1913942E-1,1.5502596E0,0E0,0E0,0E0,1.0148499E-1,5.5137396E-1,0E0,6.838974E-1,1.5671778E0,7.970906E-2,7.516229E-1,1.2549782E0,2.6165395E0,0E0,0E0,0E0,2.1130729E-1,1.1170363E0,0E0,2.019254E-1,1.8692703E0,8.0219245E-1,9.0149575E-1,0E0,0E0,1.2870202E0,0E0,8.86901E-1,1.4710319E0,1.1088686E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.618144E-1,3.717054E-3,0E0,0E0,0E0,4.362774E-1,0E0,5.014782E-1,0E0,0E0,1.2554436E0,0E0,1.343385E0,6.3214695E-1,0E0,5.456019E-1,0E0,4.3944454E-1,6.540644E-1,4.9009934E-1,0E0,0E0,2.8103957E-1,0E0,0E0,0E0,0E0,4.2209244E-1,0E0,0E0,0E0,5.0733405E-1,9.9092484E-1,0E0,0E0,0E0,0E0,0E0,5.4729366E-1,0E0,0E0,0E0,1.5829474E-1,6.424866E-1,0E0,1.1025648E0,0E0,0E0,0E0,6.832237E-1,0E0,0E0,0E0,8.3589745E-1,0E0,0E0,0E0,0E0,0E0,6.443027E-1,9.2771983E-1,4.3879548E-1,1.5687752E0,0E0,4.3511298E-1,0E0,1.2142055E0,8.0475104E-1,0E0,0E0,0E0,0E0,2.0569646E-1,8.922858E-1,0E0,0E0,5.8831596E-1,0E0,0E0,0E0,1.1587148E0,4.5878327E-1,0E0,0E0,0E0,0E0,8.8459015E-1,2.2784363E-1,1.1299515E0,1.058598E0,0E0,0E0,0E0,0E0,3.5749915E-1,3.886187E-1,9.483967E-1,0E0,0E0,1.0213962E0,1.7189449E-2,1.3924235E0,0E0,1.3138285E0,9.058802E-1,1.908359E-2,2.2352964E-2,7.750113E-1,0E0,4.3055534E-1,5.1800346E-1,7.556408E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.606001E-1,0E0,7.9258966E-1,0E0,0E0,2.6794007E-1,1.1531085E-1,0E0,0E0,0E0,6.6961414E-1,0E0,0E0,0E0,2.447584E-1,0E0,2.8855133E-1,0E0,0E0,1.0320683E0,0E0,0E0,2.57612E-1,0E0,0E0,0E0,0E0,0E0,8.27446E-1,0E0,4.770851E-1,7.9415894E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3256683E0,0E0,0E0,1.4216151E0,5.77872E-1,1.3449361E0,0E0,0E0,1.2968083E-1,0E0,0E0,6.7899656E-1,0E0,0E0,1.6651344E0,4.715923E-1,0E0,0E0,5.036125E-1,0E0,0E0,2.222395E-1,8.440891E-2,0E0,0E0,0E0,0E0,7.151139E-2,0E0,7.9300785E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.879672E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.641906E-1,0E0,2.6874447E-1,0E0,0E0,0E0,6.985416E-2,6.642907E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.15363285E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.158432E-1,5.981884E-1,2.9931849E-2,0E0,0E0,0E0,0E0,0E0,3.700981E-1,0E0,4.95224E-1,0E0,9.104595E-1,2.4250789E-2,1.4115295E0,0E0,0E0,5.9328747E-1,7.083777E-2,1.9034238E-1,0E0,7.3023653E-1,0E0,7.586832E-1,0E0,0E0,0E0,3.6039734E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.297634E-1,0E0,0E0,0E0,0E0,0E0,5.684166E-1,0E0,0E0,4.2023897E-1,0E0,0E0,0E0,0E0,2.76371E-1,5.076103E-1,0E0,0E0,0E0,3.4828186E-2,0E0,0E0,0E0,6.128559E-1,0E0,0E0,0E0,0E0,7.0160484E-1,3.3433795E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.232626E-1,0E0,9.2689514E-2,0E0,0E0,0E0,0E0,0E0,5.0594795E-1,0E0,0E0,0E0,1.8247986E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.9507828E-1,3.164186E-3,0E0,0E0,0E0,0E0,2.5513458E-1,0E0,0E0,0E0,3.7903962E-1,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,27,27,29,29,30,30,31,31,32,32,33,33,34,34,36,36,37,37,38,38,39,39,40,40,42,42,43,43,45,45,46,46,47,47,48,48,49,49,50,50,53,53,54,54,55,55,56,56,57,57,58,58,59,59,60,60,61,61,62,62,63,63,64,64,65,65,66,66,68,68,69,69,70,70,71,71,72,72,73,73,74,74,75,75,76,76,78,78,79,79,80,80,81,81,82,82,84,84,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,97,97,98,98,99,99,101,101,102,102,103,103,105,105,106,106,107,107,108,108,109,109,110,110,112,112,113,113,115,115,117,117,118,118,121,121,125,125,126,126,129,129,130,130,131,131,132,132,133,133,134,134,135,135,136,136,139,139,140,140,141,141,142,142,143,143,144,144,145,145,146,146,147,147,149,149,150,150,151,151,154,154,155,155,156,156,157,157,161,161,162,162,163,163,164,164,165,165,166,166,167,167,168,168,172,172,173,173,174,174,175,175,179,179,180,180,184,184,185,185,187,187,188,188,189,189,191,191,192,192,193,193,194,194,195,195,196,196,199,199,202,202,204,204,205,205,206,206,209,209,211,211,212,212,213,213,214,214,215,215,216,216,220,220,222,222,223,223,225,225,226,226,227,227,229,229,230,230,231,231,232,232,233,233,234,234,238,238,239,239,240,240,241,241,243,243,244,244,246,246,250,250,251,251,252,252,256,256,257,257,258,258,260,260,261,261,262,262,263,263,264,264,266,266,267,267,268,268,269,269,270,270,271,271,272,272,273,273,274,274,275,275,276,276,278,278,279,279,280,280,282,282,286,286,291,291,293,293,294,294,297,297,298,298,299,299,300,300,301,301,302,302,303,303,304,304,305,305,306,306,307,307,308,308,311,311,314,314,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,330,330,331,331,332,332,333,333,334,334,339,339,342,342,343,343,346,346,347,347,348,348,350,350,355,355,356,356,358,358,361,361,362,362,363,363,364,364,370,370,372,372,375,375,376,376,377,377,379,379,381,381,387,387,388,388,389,389,390,390,393,393,394,394,396,396,397,397,401,401,402,402,403,403,404,404,405,405,406,406,407,407,408,408,409,409,410,410,411,411,412,412,413,413,414,414,415,415,416,416,418,418,419,419,420,420,421,421,422,422,423,423,424,424,429,429,430,430,431,431,432,432,437,437,438,438,439,439,440,440,441,441,443,443,445,445,446,446,448,448,452,452,453,453,454,454,456,456,460,460,463,463,464,464,465,465,466,466,469,469,470,470,477,477,480,480,481,481,482,482,485,485,486,486,487,487,488,488,489,489,490,490,491,491,492,492,496,496,497,497,502,502,504,504,505,505,506,506,507,507,508,508,509,509,510,510,511,511,515,515,516,516,518,518,521,521,525,525,526,526,527,527,528,528,532,532,535,535,541,541,542,542,544,544,545,545,546,546,549,549,551,551,552,552,557,557,558,558,559,559,560,560,561,561,562,562,563,563,564,564,565,565,566,566,568,568,569,569,570,570,571,571,572,572,573,573,574,574,575,575,576,576,579,579,581,581,582,582,585,585,586,586,587,587,588,588,591,591,593,593,597,597,598,598,599,599,600,600,603,603,604,604,605,605,606,606,607,607,611,611,612,612,614,614,617,617,618,618,619,619,625,625,626,626,627,627,629,629,630,630,631,631,638,638,641,641,647,647,649,649,650,650,652,652,654,654,655,655,656,656,657,657,658,658,659,659,660,660,661,661,663,663,664,664,665,665,666,666,669,669,679,679,680,680,682,682,684,684,687,687,693,693,697,697,699,699,700,700,701,701,703,703,704,704,705,705,709,709,715,715,718,718,721,721,723,723,724,724,725,725,726,726,728,728,731,731,732,732,733,733,734,734,735,735,736,736,738,738,739,739,740,740,741,741,742,742,743,743,744,744,745,745,746,746,748,748,753,753,757,757,758,758,759,759,760,760,768,768,771,771,772,772,774,774,783,783,786,786,787,787,788,788,789,789,793,793,795,795,796,796,803,803,804,804,809,809,810,810,811,811,812,812,814,814,815,815,816,816,817,817,818,818,821,821,822,822,826,826,830,830,833,833,838,838,843,843,844,844,845,845,846,846,848,848,855,855,857,857,858,858,859,859,860,860,865,865,870,870,872,872,880,880,883,883,884,884,886,886,889,889,893,893,896,896,897,897,898,898,902,902,903,903,904,904,906,906,907,907,909,909,910,910,911,911,912,912,913,913,914,914,917,917,921,921,922,922,923,923,924,924,925,925,926,926,927,927,928,928,929,929,930,930,931,931,932,932,933,933,935,935,936,936,941,941,942,942,943,943,944,944,945,945,946,946,953,953,958,958,964,964,969,969,971,971,972,972,975,975,981,981,982,982,984,984,985,985,987,987,992,992,993,993,994,994,995,995,996,996,997,997,998,998,1001,1001,1003,1003,1011,1011,1012,1012,1013,1013,1018,1018,1019,1019,1022,1022,1023,1023,1024,1024,1025,1025,1026,1026,1034,1034,1035,1035,1037,1037,1038,1038,1040,1040,1042,1042,1043,1043,1045,1045,1046,1046,1047,1047,1048,1048,1049,1049,1051,1051,1056,1056,1057,1057,1059,1059,1067,1067,1069,1069,1075,1075,1076,1076,1077,1077,1078,1078,1079,1079,1080,1080,1081,1081,1082,1082,1083,1083,1086,1086,1087,1087,1088,1088,1089,1089,1090,1090,1091,1091,1092,1092,1093,1093,1094,1094,1096,1096,1097,1097,1101,1101,1103,1103,1105,1105,1106,1106,1109,1109,1110,1110,1111,1111,1112,1112,1118,1118,1120,1120,1134,1134,1138,1138,1141,1141,1146,1146,1147,1147,1148,1148,1149,1149,1150,1150,1151,1151,1152,1152,1153,1153,1155,1155,1168,1168,1169,1169,1175,1175,1178,1178,1180,1180,1190,1190,1193,1193,1194,1194,1195,1195,1196,1196,1197,1197,1205,1205,1213,1213,1214,1214,1215,1215,1216,1216,1217,1217,1218,1218,1219,1219,1221,1221,1222,1222,1224,1224,1226,1226,1227,1227,1228,1228,1229,1229,1230,1230,1240,1240,1241,1241,1242,1242,1243,1243,1245,1245,1246,1246,1247,1247,1248,1248,1251,1251,1255,1255,1256,1256,1257,1257,1263,1263,1267,1267,1268,1268,1274,1274,1279,1279,1282,1282,1286,1286,1287,1287,1288,1288,1289,1289,1294,1294,1297,1297,1298,1298,1301,1301,1302,1302,1303,1303,1304,1304,1305,1305,1309,1309,1310,1310,1311,1311,1314,1314,1318,1318,1320,1320,1327,1327,1328,1328,1329,1329,1330,1330,1331,1331,1332,1332,1333,1333,1334,1334,1337,1337,1338,1338,1339,1339,1340,1340,1341,1341,1342,1342,1348,1348,1349,1349,1350,1350,1351,1351,1352,1352,1358,1358,1359,1359,1365,1365,1367,1367,1368,1368,1372,1372,1375,1375,1381,1381,1387,1387,1389,1389,1395,1395,1397,1397,1398,1398,1399,1399,1401,1401,1403,1403,1404,1404,1405,1405,1406,1406,1409,1409,1410,1410,1411,1411,1423,1423,1426,1426,1427,1427,1428,1428,1432,1432,1433,1433,1434,1434,1436,1436,1441,1441,1443,1443,1444,1444,1445,1445,1446,1446,1447,1447,1448,1448,1449,1449,1450,1450,1452,1452,1453,1453,1455,1455,1456,1456,1457,1457,1458,1458,1459,1459,1460,1460,1464,1464,1466,1466,1469,1469,1470,1470,1472,1472,1476,1476,1477,1477,1478,1478,1484,1484,1485,1485,1487,1487,1495,1495,1496,1496,1507,1507,1510,1510,1511,1511,1512,1512,1513,1513,1514,1514,1518,1518,1520,1520,1523,1523,1525,1525,1526,1526,1528,1528,1529,1529,1530,1530,1531,1531,1532,1532,1533,1533,1534,1534,1535,1535,1536,1536,1537,1537,1538,1538,1540,1540,1542,1542,1545,1545,1546,1546,1547,1547,1553,1553,1554,1554,1555,1555,1557,1557,1562,1562,1565,1565,1568,1568,1569,1569,1576,1576,1579,1579,1580,1580,1581,1581,1583,1583,1584,1584,1587,1587,1588,1588,1589,1589,1591,1591,1593,1593,1594,1594,1596,1596,1602,1602,1604,1604,1607,1607,1608,1608,1609,1609,1610,1610,1611,1611,1612,1612,1613,1613,1614,1614,1615,1615,1616,1616,1617,1617,1618,1618,1619,1619,1620,1620,1621,1621,1622,1622,1628,1628,1629,1629,1633,1633,1634,1634,1637,1637,1638,1638,1645,1645,1654,1654,1657,1657,1658,1658,1659,1659,1668,1668,1670,1670,1671,1671,1673,1673,1674,1674,1675,1675,1676,1676,1681,1681,1683,1683,1685,1685,1687,1687,1688,1688,1689,1689,1690,1690,1691,1691,1692,1692,1693,1693,1694,1694,1695,1695,1696,1696,1697,1697,1698,1698,1699,1699,1700,1700,1701,1701,1702,1702,1703,1703,1704,1704,1705,1705,1706,1706,1707,1707,1708,1708,1709,1709,1710,1710,1712,1712,1713,1713,1714,1714,1716,1716,1717,1717,1720,1720,1721,1721,1722,1722,1723,1723,1725,1725,1726,1726,1731,1731,1733,1733,1734,1734,1735,1735,1738,1738,1739,1739,1746,1746,1747,1747,1748,1748,1749,1749,1750,1750,1753,1753,1754,1754,1757,1757,1758,1758,1759,1759,1760,1760,1761,1761,1762,1762,1765,1765,1767,1767,1768,1768,1769,1769,1770,1770,1771,1771,1772,1772,1774,1774,1775,1775,1777,1777,1778,1778,1781,1781,1782,1782,1783,1783,1784,1784,1785,1785,1786,1786,1787,1787,1788,1788,1789,1789,1792,1792,1796,1796,1797,1797,1798,1798,1799,1799,1800,1800,1801,1801,1802,1802,1803,1803,1807,1807,1808,1808,1814,1814,1817,1817,1819,1819,1820,1820,1822,1822,1823,1823,1824,1824,1826,1826,1827,1827,1828,1828,1830,1830,1833,1833,1836,1836,1838,1838,1842,1842,1845,1845,1846,1846,1853,1853,1855,1855,1856,1856,1859,1859,1860,1860,1863,1863,1864,1864,1868,1868,1869,1869,1871,1871,1872,1872,1873,1873,1874,1874,1875,1875,1876,1876,1880,1880,1881,1881,1883,1883,1884,1884,1885,1885,1886,1886,1889,1889,1891,1891,1892,1892,1893,1893,1901,1901,1902,1902,1906,1906,1908,1908,1911,1911,1913,1913,1914,1914,1916,1916,1918,1918,1919,1919,1920,1920,1923,1923,1928,1928,1932,1932,1933,1933,1939,1939,1943,1943,1944,1944,1946,1946,1950,1950,1954,1954,1960,1960,1961,1961,1962,1962,1963,1963,1965,1965,1967,1967,1968,1968,1973,1973,1974,1974,1977,1977,1981,1981,1982,1982,1987,1987,1988,1988,1989,1989,1990,1990,1995,1995,1996,1996,1997,1997,2000,2000,2001,2001,2002,2002,2004,2004,2005,2005,2006,2006,2007,2007,2008,2008,2010,2010,2011,2011,2012,2012,2020,2020,2022,2022,2025,2025,2026,2026,2030,2030,2034,2034,2036,2036,2039,2039,2042,2042,2048,2048,2050,2050,2051,2051,2060,2060,2063,2063,2064,2064,2065,2065,2068,2068,2071,2071,2074,2074,2075,2075,2078,2078,2081,2081,2082,2082,2087,2087,2089,2089,2097,2097,2105,2105,2107,2107,2111,2111,2112,2112,2119,2119,2126,2126,2127,2127,2128,2128,2134,2134,2136,2136,2138,2138,2139,2139,2140,2140,2143,2143,2144,2144,2145,2145,2147,2147,2149,2149,2153,2153,2162,2162,2168,2168,2171,2171,2176,2176,2177,2177,2181,2181,2185,2185,2190,2190,2191,2191,2200,2200,2202,2202,2208,2208,2212,2212,2223,2223,2224,2224,2229,2229,2233,2233],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,-1,30,32,34,36,38,40,42,44,46,48,50,-1,52,-1,54,56,58,60,62,64,-1,66,68,70,72,74,-1,76,78,-1,80,82,84,86,88,90,-1,-1,92,94,96,98,100,102,104,106,108,110,112,114,116,118,-1,120,122,124,126,128,130,132,134,136,-1,138,140,142,144,146,-1,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178,-1,180,182,184,-1,186,188,190,192,194,196,-1,198,200,-1,202,-1,204,206,-1,-1,208,-1,-1,-1,210,212,-1,-1,214,216,218,220,222,224,226,228,-1,-1,230,232,234,236,238,240,242,244,246,-1,248,250,252,-1,-1,254,256,258,260,-1,-1,-1,262,264,266,268,270,272,274,276,-1,-1,-1,278,280,282,284,-1,-1,-1,286,288,-1,-1,-1,290,292,-1,294,296,298,-1,300,302,304,306,308,310,-1,-1,312,-1,-1,314,-1,316,318,320,-1,-1,322,-1,324,326,328,330,332,334,-1,-1,-1,336,-1,338,340,-1,342,344,346,-1,348,350,352,354,356,358,-1,-1,-1,360,362,364,366,-1,368,370,-1,372,-1,-1,-1,374,376,378,-1,-1,-1,380,382,384,-1,386,388,390,392,394,-1,396,398,400,402,404,406,408,410,412,414,416,-1,418,420,422,-1,424,-1,-1,-1,426,-1,-1,-1,-1,428,-1,430,432,-1,-1,434,436,438,440,442,444,446,448,450,452,454,456,-1,-1,458,-1,-1,460,-1,-1,462,464,466,468,470,472,474,476,478,480,482,-1,-1,484,486,488,490,492,-1,-1,-1,-1,494,-1,-1,496,498,-1,-1,500,502,504,-1,506,-1,-1,-1,-1,508,510,-1,512,-1,-1,514,516,518,520,-1,-1,-1,-1,-1,522,-1,524,-1,-1,526,528,530,-1,532,-1,534,-1,-1,-1,-1,-1,536,538,540,542,-1,-1,544,546,-1,548,550,-1,-1,-1,552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582,-1,584,586,588,590,592,594,596,-1,-1,-1,-1,598,600,602,604,-1,-1,-1,-1,606,608,610,612,614,-1,616,-1,618,620,-1,622,-1,-1,-1,624,626,628,-1,630,-1,-1,-1,632,-1,-1,634,636,638,640,-1,-1,642,644,-1,-1,-1,-1,-1,-1,646,-1,-1,648,650,652,-1,-1,654,656,658,660,662,664,666,668,-1,-1,-1,670,672,-1,-1,-1,-1,674,-1,676,678,680,682,684,686,688,690,-1,-1,-1,692,694,-1,696,-1,-1,698,-1,-1,-1,700,702,704,706,-1,-1,-1,708,-1,-1,710,-1,-1,-1,-1,-1,712,714,-1,716,718,720,-1,-1,722,-1,724,726,-1,-1,-1,-1,728,730,732,734,736,738,740,742,744,746,-1,748,750,752,754,756,758,760,762,764,-1,-1,766,-1,768,770,-1,-1,772,774,776,778,-1,-1,780,-1,782,-1,-1,-1,784,786,788,790,-1,-1,792,794,796,798,800,-1,-1,-1,802,804,-1,806,-1,-1,808,810,812,-1,-1,-1,-1,-1,814,816,818,-1,820,822,824,-1,-1,-1,-1,-1,-1,826,-1,-1,828,-1,-1,-1,-1,-1,830,-1,832,834,-1,836,-1,838,840,842,844,846,848,850,852,-1,854,856,858,860,-1,-1,862,-1,-1,-1,-1,-1,-1,-1,-1,-1,864,866,-1,868,-1,870,-1,-1,872,-1,-1,-1,-1,-1,874,-1,-1,-1,876,-1,878,880,882,-1,884,886,888,-1,-1,-1,890,-1,-1,-1,-1,-1,892,-1,-1,894,-1,-1,896,-1,898,900,902,904,-1,906,-1,-1,908,910,912,914,916,918,-1,920,922,924,926,928,930,932,934,936,-1,938,-1,-1,-1,-1,940,-1,-1,-1,942,944,946,948,-1,-1,-1,-1,-1,-1,-1,950,-1,-1,952,954,-1,956,-1,-1,-1,-1,-1,-1,-1,-1,958,-1,-1,960,962,964,966,-1,-1,-1,968,-1,970,972,-1,-1,-1,-1,-1,-1,974,976,-1,-1,-1,-1,978,980,982,984,-1,986,988,990,992,994,-1,-1,996,998,-1,-1,-1,1000,-1,-1,-1,1002,-1,-1,1004,-1,-1,-1,-1,1006,-1,-1,-1,-1,1008,1010,1012,1014,-1,1016,-1,-1,-1,-1,-1,-1,1018,-1,1020,1022,1024,1026,-1,-1,-1,-1,1028,-1,-1,-1,-1,1030,-1,1032,-1,-1,-1,-1,-1,-1,-1,1034,-1,-1,1036,1038,-1,1040,-1,-1,1042,-1,-1,-1,1044,-1,-1,1046,1048,1050,-1,-1,-1,1052,1054,1056,-1,1058,1060,-1,1062,1064,1066,1068,1070,1072,-1,-1,1074,-1,-1,-1,1076,1078,1080,1082,1084,1086,1088,1090,1092,1094,1096,1098,1100,-1,1102,1104,-1,-1,-1,-1,1106,1108,1110,1112,1114,1116,-1,-1,-1,-1,-1,-1,1118,-1,-1,-1,-1,1120,-1,-1,-1,-1,-1,1122,-1,-1,-1,-1,1124,-1,1126,1128,-1,-1,1130,-1,-1,-1,-1,-1,1132,1134,-1,1136,1138,-1,1140,-1,-1,-1,-1,1142,1144,1146,1148,1150,1152,1154,-1,-1,1156,-1,1158,-1,-1,-1,-1,-1,-1,-1,1160,1162,1164,-1,-1,-1,-1,1166,1168,-1,-1,1170,1172,1174,1176,1178,-1,-1,-1,-1,-1,-1,-1,1180,1182,-1,1184,1186,-1,1188,-1,1190,1192,-1,1194,1196,1198,1200,1202,-1,1204,-1,-1,-1,-1,1206,1208,-1,1210,-1,-1,-1,-1,-1,-1,-1,1212,-1,1214,-1,-1,-1,-1,-1,1216,1218,1220,1222,1224,1226,1228,1230,1232,-1,-1,1234,1236,1238,1240,1242,1244,1246,1248,1250,-1,1252,1254,-1,-1,-1,1256,-1,1258,-1,1260,1262,-1,-1,1264,1266,1268,1270,-1,-1,-1,-1,-1,1272,-1,1274,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1276,-1,-1,-1,1278,-1,-1,1280,-1,-1,-1,-1,1282,1284,1286,1288,1290,1292,1294,1296,-1,1298,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1300,1302,-1,-1,-1,-1,-1,1304,-1,-1,1306,-1,1308,-1,-1,-1,-1,-1,-1,-1,-1,-1,1310,-1,-1,1312,1314,1316,1318,1320,-1,-1,-1,-1,-1,-1,-1,1322,-1,-1,-1,-1,-1,-1,-1,1324,1326,1328,1330,1332,1334,1336,-1,1338,1340,-1,1342,-1,1344,1346,1348,1350,1352,-1,-1,-1,-1,-1,-1,-1,-1,-1,1354,1356,1358,1360,-1,1362,1364,1366,1368,-1,-1,1370,-1,-1,-1,1372,1374,1376,-1,-1,-1,-1,-1,1378,-1,-1,-1,1380,1382,-1,-1,-1,-1,-1,1384,-1,-1,-1,-1,1386,-1,-1,1388,-1,-1,-1,1390,1392,1394,1396,-1,-1,-1,-1,1398,-1,-1,1400,1402,-1,-1,1404,1406,1408,1410,1412,-1,-1,-1,1414,1416,1418,-1,-1,1420,-1,-1,-1,1422,-1,1424,-1,-1,-1,-1,-1,-1,1426,1428,1430,1432,1434,1436,1438,1440,-1,-1,1442,1444,1446,1448,1450,1452,-1,-1,-1,-1,-1,1454,1456,1458,1460,1462,-1,-1,-1,-1,-1,1464,1466,-1,-1,-1,-1,-1,1468,-1,1470,1472,-1,-1,-1,1474,-1,-1,1476,-1,-1,-1,-1,-1,1478,-1,-1,-1,-1,-1,1480,-1,1482,-1,-1,-1,-1,-1,1484,-1,1486,1488,1490,-1,1492,-1,1494,1496,1498,1500,-1,-1,1502,1504,1506,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1508,-1,-1,1510,1512,1514,-1,-1,-1,1516,1518,1520,-1,1522,-1,-1,-1,-1,1524,-1,1526,1528,1530,1532,1534,1536,1538,1540,-1,1542,1544,-1,1546,1548,1550,1552,1554,1556,-1,-1,-1,1558,-1,1560,-1,-1,1562,1564,-1,1566,-1,-1,-1,1568,1570,1572,-1,-1,-1,-1,-1,1574,1576,-1,1578,-1,-1,-1,-1,-1,-1,-1,1580,1582,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1584,-1,-1,1586,1588,1590,1592,1594,-1,-1,-1,1596,-1,1598,-1,-1,1600,-1,1602,1604,-1,1606,1608,1610,1612,1614,1616,1618,1620,1622,1624,1626,-1,1628,-1,1630,-1,-1,1632,1634,1636,-1,-1,-1,-1,-1,1638,1640,1642,-1,1644,-1,-1,-1,-1,1646,-1,-1,1648,-1,-1,1650,1652,-1,-1,-1,-1,-1,-1,1654,-1,-1,1656,1658,1660,-1,1662,1664,-1,-1,1666,1668,1670,-1,1672,-1,1674,1676,-1,1678,-1,-1,-1,-1,-1,1680,-1,1682,-1,-1,1684,1686,1688,1690,1692,1694,1696,1698,1700,1702,1704,1706,1708,1710,1712,1714,-1,-1,-1,-1,-1,1716,1718,-1,-1,-1,1720,1722,-1,-1,1724,1726,-1,-1,-1,-1,-1,-1,1728,-1,-1,-1,-1,-1,-1,-1,-1,1730,-1,-1,1732,1734,1736,-1,-1,-1,-1,-1,-1,-1,-1,1738,-1,1740,1742,-1,1744,1746,1748,1750,-1,-1,-1,-1,1752,-1,1754,-1,1756,-1,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776,1778,1780,1782,1784,1786,1788,1790,1792,1794,1796,1798,1800,1802,1804,-1,1806,1808,1810,-1,1812,1814,-1,-1,1816,1818,1820,1822,-1,1824,1826,-1,-1,-1,-1,1828,-1,1830,1832,1834,-1,-1,1836,1838,-1,-1,-1,-1,-1,-1,1840,1842,1844,1846,1848,-1,-1,1850,1852,-1,-1,1854,1856,1858,1860,1862,1864,-1,-1,1866,-1,1868,1870,1872,1874,1876,1878,-1,1880,1882,-1,1884,1886,-1,-1,1888,1890,1892,1894,1896,1898,1900,1902,1904,-1,-1,1906,-1,-1,-1,1908,1910,1912,1914,1916,1918,1920,1922,-1,-1,-1,1924,1926,-1,-1,-1,-1,-1,1928,-1,-1,1930,-1,1932,1934,-1,1936,1938,1940,-1,1942,1944,1946,-1,1948,-1,-1,1950,-1,-1,1952,-1,1954,-1,-1,-1,1956,-1,-1,1958,1960,-1,-1,-1,-1,-1,-1,1962,-1,1964,1966,-1,-1,1968,1970,-1,-1,1972,1974,-1,-1,-1,1976,1978,-1,1980,1982,1984,1986,1988,1990,-1,-1,-1,1992,1994,-1,1996,1998,2000,2002,-1,-1,2004,-1,2006,2008,2010,-1,-1,-1,-1,-1,-1,-1,2012,2014,-1,-1,-1,2016,-1,2018,-1,-1,2020,-1,2022,2024,-1,2026,-1,2028,2030,2032,-1,-1,2034,-1,-1,-1,-1,2036,-1,-1,-1,2038,2040,-1,-1,-1,-1,-1,2042,-1,-1,-1,2044,2046,-1,2048,-1,-1,-1,2050,-1,-1,-1,2052,-1,-1,-1,-1,-1,2054,2056,2058,2060,-1,2062,-1,2064,2066,-1,-1,-1,-1,2068,2070,-1,-1,2072,-1,-1,-1,2074,2076,-1,-1,-1,-1,2078,2080,2082,2084,-1,-1,-1,-1,2086,2088,2090,-1,-1,2092,2094,2096,-1,2098,2100,2102,2104,2106,-1,2108,2110,2112,-1,-1,-1,-1,-1,-1,-1,2114,-1,2116,-1,-1,2118,2120,-1,-1,-1,2122,-1,-1,-1,2124,-1,2126,-1,-1,2128,-1,-1,2130,-1,-1,-1,-1,-1,2132,-1,2134,2136,-1,-1,-1,-1,-1,-1,-1,-1,2138,-1,-1,2140,2142,2144,-1,-1,2146,-1,-1,2148,-1,-1,2150,2152,-1,-1,2154,-1,-1,2156,2158,-1,-1,-1,-1,2160,-1,2162,-1,-1,-1,-1,-1,-1,-1,2164,-1,-1,-1,-1,-1,-1,-1,2166,-1,2168,-1,-1,-1,2170,2172,-1,-1,-1,-1,-1,-1,2174,-1,-1,-1,-1,-1,-1,2176,2178,2180,-1,-1,-1,-1,-1,2182,-1,2184,-1,2186,2188,2190,-1,-1,2192,2194,2196,-1,2198,-1,2200,-1,-1,-1,2202,-1,-1,-1,-1,-1,-1,-1,-1,2204,-1,-1,-1,-1,-1,2206,-1,-1,2208,-1,-1,-1,-1,2210,2212,-1,-1,-1,2214,-1,-1,-1,2216,-1,-1,-1,-1,2218,2220,-1,-1,-1,-1,-1,-1,-1,-1,2222,-1,2224,-1,-1,-1,-1,-1,2226,-1,-1,-1,2228,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2230,2232,-1,-1,-1,-1,2234,-1,-1,-1,2236,-1,-1,-1],"split_conditions":[1.0344413E2,7.441406E-1,7.055664E-1,7.1484375E-1,9.2089844E-1,5.1953125E-1,6.1287874E-1,2.0852206E2,9.213867E-1,2.8833008E-1,3.3316458E2,2.092212E0,7.6416016E-1,9.1259766E-1,-9.375954E-1,1.5263658E2,1.7049073E0,1.5263658E2,1.4674263E2,2.2786215E2,3.4521484E-1,9.2626953E-1,9.824219E-1,9.4189453E-1,8.8964844E-1,9.9560547E-1,-9.357247E-1,1.0763143E0,-4.4902036E-1,3.1054688E-1,1.9917679E0,5.859375E1,9.9871737E-1,6.5771484E-1,1.7182151E0,-9.0598136E-1,8.120117E-1,9.9902344E-1,8.466797E-1,1.055625E2,2.0662012E2,-9.2859364E-1,9.165039E-1,4.8021188E-1,1.2623239E0,1.6223145E-1,1.3069638E2,4.8021188E-1,8.183594E-1,2.7866364E-3,8.071289E-1,6.423038E-1,-0E0,4.4189453E-1,1.7380452E2,1.051242E0,1.8779236E2,2.545166E-2,1.4183609E2,2.1713524E2,1.7127991E-3,1.7504883E-1,5.180664E-1,6.2158203E-1,2.2616587E0,5.8878827E0,5.888672E-1,-9.018867E-1,2.0233104E0,6.147461E-1,7.868618E-1,9.897461E-1,2.2827148E-2,1.4428937E2,3.83125E1,1.9903542E2,2.4914002E0,1.12372816E-1,5.65625E1,5.1708984E-1,9.9902344E-1,6.870117E-1,7.680664E-1,-0E0,3.115E2,1.2685891E0,1.621244E2,3.6844602E0,1.0771259E2,3.546875E1,1.3867188E-1,1.7014574E2,3.0796875E1,4.6777344E-1,8.730469E-1,1.03625E2,7.4242966E1,1.7949274E2,1.7049073E0,1.4892578E-1,-8.654491E-1,7.0375E1,1.6023248E0,1.6849717E0,-5.0014593E-2,2.5976535E2,5.7129335E0,5.9906006E-2,1.4225E2,1.9329475E2,2.1237613E2,-0E0,8.9748967E-1,1.9312739E0,-9.361737E-1,3.028125E1,-0E0,8.232422E-1,1.67573E2,-0E0,-6.053056E-2,1.4637315E2,-0E0,-4.9066374E-1,-0E0,5.5904746E0,5.9906006E-2,2.5847492E-1,-1.8350714E-1,5.596875E1,2.5634766E-1,7.1435547E-1,5.2019324E0,5.7994533E0,1.7744127E2,9.760742E-1,2.067654E0,-0E0,-8.3859557E-1,1.0687256E-1,4.5166016E-2,1.1624906E2,2.0297227E0,1.06183174E2,8.09375E1,6.85E1,4.1E1,3.028125E1,-0E0,1.11379944E2,3.028125E1,1.6545354E2,-8.866096E-1,-4.8085174E-1,1.5978085E0,1.1211547E2,5.7019033E0,5.875E1,-8.524718E-1,-0E0,1.9288379E0,1.08875E2,7.903404E1,7.107589E1,8.65625E1,8.6E1,1.2773585E2,5.6933594E-1,1.339702E2,-4.0829492E-1,-0E0,-0E0,6.3727512E1,5.034375E1,2.0715363E0,3.540039E-1,-5.6930494E-1,-0E0,3.654091E-1,1.4953613E-2,1.3797261E2,-1.3394612E-1,-0E0,-0E0,2.0545259E0,4.358679E0,-4.317565E-1,2.3125546E2,1.0559194E0,7.6416016E-1,-8.9897984E-1,6.1706543E-2,4.4189453E-1,1.044375E2,4.7875E1,1.5632748E2,4.732746E0,2.6509598E-1,-0E0,1.5734863E-1,-6.194429E-1,-0E0,3.275E1,-0E0,1.4343262E-3,8.6279297E-1,9.7998047E-1,7.1825206E-1,-0E0,9.8125E1,-0E0,1.2597656E-1,9.916992E-1,2.3292801E2,4.803125E1,8.496094E-1,6.9391914E1,2.3945715E-1,-8.63978E-2,-9.332525E-1,5.470021E0,-9.099743E-1,6.757729E1,6.738281E-1,-7.295556E-1,6.4941406E-1,1.8486754E2,6.45E1,-7.2412974E-1,1.7551279E0,8.120117E-1,2.0324707E-2,5.198394E-1,9.3066406E-1,1.4343262E-3,-0E0,9.8140754E-2,-0E0,8.3984375E-2,3.1957788E0,2.2419197E2,4.5801816E0,8.428732E-1,8.9990234E-1,3.5858154E-3,-0E0,5.4041085E0,2.3570828E-1,-8.604634E-2,-0E0,3.028125E1,9.6972656E-1,9.0478516E-1,-0E0,6.362464E-1,-7.229906E-1,1.6089104E2,1.7127991E-3,1.6849717E0,-3.074322E-1,3.228125E1,4.656706E0,1.5329698E2,3.753125E1,2.9907227E-1,-6.0394067E-1,8.8750404E-1,5.8878827E0,8.509232E1,7.34375E-1,1.433288E2,7.159618E1,9.1875E1,4.7607422E-1,5.109437E1,4.6240234E-1,3.296875E1,-0E0,4.909668E-1,9.9902344E-1,2.300029E0,-0E0,4.234314E-3,9.5157915E-1,-7.620437E-2,-0E0,2.674702E0,-0E0,9.2559415E-1,5.0366503E-1,-0E0,8.138623E1,-0E0,6.371875E1,1.2214166E0,1.8275312E-1,-0E0,2.4914002E0,9.970703E-1,7.910156E-1,6.149292E-3,8.730469E-1,5.5375E1,4.109375E1,9.5214844E-2,1.5513255E2,6.6748047E-1,1.4094955E0,5.928523E1,-8.915737E-1,-0E0,1.00097656E-1,-1.4412454E-1,-0E0,1.0000084E2,-0E0,-8.7253785E-1,9.5996094E-1,5.475E1,9.628906E-1,8.710014E1,1.99375E2,7.254778E-1,1.0693682E0,4.811537E0,1.5153171E0,1.7127991E-3,3.7994385E-2,-0E0,-5.7750925E-2,1.9980905E0,3.8422909E0,9.824219E-1,4.147339E-2,1.6333017E2,-0E0,-3.650196E-2,-0E0,-1.4312488E-1,9.8095703E-1,-0E0,-4.9261653E-1,1.2731934E-1,9.8876953E-1,-0E0,-2.732995E-1,8.702339E1,1.826477E-2,1.21765144E2,-7.275101E-1,1.0821035E2,-1.1669869E-1,9.402418E-1,-0E0,-8.131722E-1,9.31875E1,5.68125E1,-0E0,9.345703E-1,-0E0,-8.605764E-1,1.0997418E2,1.09436035E-1,1.4343262E-3,1.7131479E0,-7.212741E-1,-0E0,3.376756E-1,-0E0,-0E0,4.8140607E0,-9.0448034E-1,2.2131348E-1,-0E0,-8.541531E-1,9.31875E1,1.521592E2,9.951172E-1,-0E0,1.8486754E2,-4.8085174E-1,6.263682E-1,-8.931737E-1,-0E0,-3.4634423E-2,-0E0,1.2220174E0,1.89125E2,4.78125E1,1.4575195E-1,1.6352637E2,-0E0,-7.936466E-1,1.282959E-1,2.1643066E-1,-0E0,3.3832002E0,9.9853516E-1,-0E0,6.4710337E-1,-3.6293426E-1,9.951172E-1,1.8070002E0,5.334375E1,3.0083954E0,1.1563888E2,5.0059975E1,1.018125E2,5.859375E1,7.7184206E-1,1.18E2,6.4404297E-1,1.3773697E2,5.21875E1,6.582031E-1,8.3496094E-1,6.9384766E-1,-0E0,2.0825E2,9.980469E-1,7.8875E1,8.5998535E-2,5.875E1,1.01244675E2,9.995117E-1,-3.8684392E-1,-0E0,-0E0,1.2176268E0,9.9853516E-1,2.0545259E0,1.1615591E0,1.2512207E-1,-0E0,5.6292945E-1,-6.9995654E-1,-0E0,2.3808382E0,2.3292801E2,3.778125E1,9.9658203E-1,7.4072266E-1,-0E0,2.7368164E-1,-5.968855E-1,1.492202E2,5.2631617E0,-2.9068762E-1,1.4637315E2,-0E0,-1.7589705E-1,-0E0,1.208125E2,1.9045055E0,1.4205656E2,-5.125397E-1,4.9883556E1,-0E0,1.1927611E0,-0E0,4.234314E-3,-0E0,-5.4992014E-1,7.055727E-1,9.05625E1,1.6768748E2,1.2658691E-1,-0E0,2.4280653E0,6.263682E-1,9.435027E-1,-0E0,-5.528979E-2,-0E0,1.5748341E0,-6.68342E-1,-0E0,1.4589845E2,-4.2436868E-1,-0E0,5.949265E0,5.4442307E1,4.8021188E-1,2.9917306E-1,-0E0,3.25E1,4.4140625E-1,1.6091789E0,8.7968683E-1,4.831543E-1,1.8236187E0,9.100104E1,8.283211E-1,1.1383742E0,-0E0,-1.9505079E-1,1.8815807E0,5.432747E0,-0E0,-0E0,1.605242E0,-3.1988287E-1,2.2411392E0,-0E0,5.962354E1,1.4083862E-2,2.1321727E2,3.0796875E1,1.7341446E2,2.0545259E0,2.1936035E-1,5.9906006E-2,-0E0,-7.934103E-1,-0E0,1.616834E0,4.486797E0,-0E0,1.7102667E2,-0E0,-1.4385541E-1,2.0057738E0,-0E0,-0E0,-4.3399444E-1,9.165039E-1,1.19956024E2,2.218865E2,4.7998047E-1,1.3906676E0,-0E0,-3.5739094E-2,2.103742E2,-0E0,-3.5739094E-2,9.975586E-1,-0E0,1.7392884E-1,-0E0,-0E0,-4.8641765E-1,1.975752E0,2.0324707E-2,-5.4194796E-1,1.839576E2,1.1512431E0,8.765955E1,1.0789891E0,-0E0,9.995117E-1,-0E0,9.980469E-1,9.698486E-2,-0E0,6.135695E-1,-6.639453E-1,-0E0,8.14209E-2,2.0751953E-1,3.221875E1,5.4625E1,3.369788E1,3.028125E1,1.8290038E2,1.8964835E0,1.0551027E2,2.3071289E-2,-0E0,3.94375E1,4.5595753E1,3.359375E-1,6.4125E1,2.263818E0,5.292969E-1,1.7318316E0,9.1805494E-1,1.0000084E2,-6.018171E-1,-0E0,1.517334E-1,3.9384732E-1,1.4343262E-3,1.6898769E0,9.3679744E-1,-0E0,7.266495E-1,2.545166E-2,1.5760175E2,1.8750198E0,-0E0,-5.379139E-1,9.4921875E-1,-0E0,3.4718857E0,3.583052E-1,-9.172645E-1,-0E0,7.055664E-1,9.8095703E-1,8.337999E1,5.7525635E-2,6.076325E-1,-1.5736227E-1,1.59875E2,5.574597E-1,5.1875E1,3.90625E-1,5.1476407E0,-0E0,5.9279002E-2,-2.0776132E-2,9.1503906E-1,8.9404297E-1,-0E0,2.0946765E0,2.0065208E-1,-0E0,4.4140625E-1,4.2626953E-1,6.37207E-2,-0E0,2.4610724E-1,-0E0,8.107758E-1,-0E0,5.0059975E1,6.323242E-1,9.5166016E-1,5.3039956E-1,8.71875E1,9.213867E-1,1.00097656E-1,-9.101436E-1,-0E0,1.2142699E0,-0E0,-1.2371326E-1,-0E0,7.5784874E1,-3.4203947E-1,-0E0,1.7471051E2,-9.1337085E-1,-9.1331616E-2,-0E0,-0E0,1.1347291E0,6.2394565E-1,-0E0,2.1936035E-1,5.3379583E0,-0E0,5.233553E0,-0E0,9.07135E-3,1.4180292E0,4.1852345E0,1.6406128E2,4.718893E0,3.94375E1,4.382428E0,1.6815954E0,-2.4420221E-1,1.9921875E-1,7.375E1,4.8000122E1,8.378906E-1,-0E0,-7.216539E-1,9.9125E1,-0E0,2.725828E0,-0E0,5.3914064E-1,-0E0,-0E0,1.8425146E0,-0E0,6.8822277E-1,4.3625E1,7.11875E1,-0E0,3.34375E1,-4.3461302E-1,3.7875E1,-3.3992523E-1,-0E0,2.2021484E-1,-0E0,-0E0,-8.851282E-1,-2.8731722E-1,-0E0,3.275E1,-0E0,-0E0,1.0587778E0,3.571875E1,-0E0,1.0418515E2,1.09248375E2,9.0283203E-1,5.321387E-1,5.913086E-1,1.9210815E-2,2.5622678E0,-0E0,1.9766352E0,-0E0,1.3838902E2,-0E0,1.4774123E0,-0E0,-0E0,-1.8512157E-1,1.1615591E0,-0E0,-0E0,4.374597E0,2.1845868E-1,-1.0137381E-1,3.355719E1,-0E0,9.9316406E-1,1.7551279E0,1.2731934E-1,2.6639972E0,-0E0,6.12028E1,-0E0,-3.108949E-1,7.1533203E-1,9.741211E-1,1.4758301E-1,9.482422E-1,8.267427E-1,2.543771E0,-0E0,1.08875E2,1.626375E0,8.237745E1,1.9821982E2,1.6157431E2,1.1086228E2,4.466443E0,9.5166016E-1,7.2216797E-1,-0E0,1.2481689E-2,-0E0,6.7322445E-1,-2.307804E-1,-0E0,9.757707E-1,-0E0,3.300515E-1,-0E0,9.892578E-1,2.2827148E-2,2.5952148E-1,5.5908203E-1,-2.3046015E-1,-0E0,-0E0,7.174626E-1,-0E0,-8.2618594E-1,-0E0,3.115E2,1.5330541E-1,-2.6764494E-1,1.5874426E2,7.6560974E-3,7.8053325E-1,4.218342E0,-0E0,-5.416995E-1,-0E0,8.333591E-1,9.573659E-1,-0E0,-5.5382067E-1,-0E0,3.4868896E1,-0E0,-7.590005E-1,2.0324707E-2,1.4619246E0,7.0715706E1,7.734375E-1,-8.086581E-1,-6.058712E-1,5.858069E-1,2.2072709E0,-9.227723E-1,5.966797E-1,1.8112183E-2,1.5545248E0,-0E0,-8.159047E-1,-0E0,-8.4703076E-1,-0E0,7.6887417E-1,2.9296446E0,8.635551E-1,-0E0,-7.665663E-1,-0E0,3.9329317E0,2.8692198E0,2.3498535E-1,4.234314E-3,-0E0,9.9853516E-1,8.3251953E-1,1.0763143E0,3.375E1,1.143293E0,-4.181334E-1,-0E0,3.713379E-1,5.036323E0,-0E0,-6.350961E-2,-0E0,6.70317E-1,-9.615227E-2,-0E0,-0E0,3.359375E-1,2.1074603E-1,-0E0,4.5349836E0,-0E0,-8.5467386E-1,-0E0,-0E0,6.56875E1,-0E0,6.487792E-1,-4.202345E-1,-0E0,6.692959E1,1.397099E2,3.369788E1,2.0624137E0,-0E0,5.384375E1,8.6568457E-1,-0E0,-0E0,9.856955E-1,3.192029E-1,-1.9522154E-1,2.59552E-2,-0E0,3.066462E0,3.128125E1,7.6660156E-1,7.49375E1,1.9349207E0,-0E0,-0E0,-6.157636E-1,4.9829102E-1,-0E0,-0E0,-8.7399226E-1,-0E0,9.614258E-1,-0E0,1.0388513E2,-0E0,9.6247476E-1,-0E0,1.4505682E0,1.3312852E-1,-0E0,-0E0,6.389618E-3,-0E0,-5.94725E-2,4.192886E0,9.902344E-1,-0E0,9.716797E-1,1.6466806E0,-0E0,1.4343262E-3,-0E0,-0E0,6.886603E-1,4.096266E0,-0E0,-0E0,4.3452554E0,5.3953815E0,2.548828E-1,-0E0,5.802927E-2,-0E0,4.3191414E0,9.13125E1,2.2961426E-1,-0E0,9.9609375E-1,2.300029E0,-2.8541744E-1,9.975586E-1,2.0545259E0,6.030468E1,7.6125E1,1.6589355E-1,4.096266E0,-0E0,-5.7157224E-1,1.4561434E0,5.9535277E-1,-9.338197E-1,-0E0,8.835282E1,6.30102E-1,6.003125E1,1.839576E2,8.6625E1,2.0567703E0,1.619873E-1,8.276367E-2,9.3359375E-1,4.2346306E0,4.234314E-3,1.1324565E0,6.075E1,-0E0,4.6876884E0,1.8325E2,-0E0,-1.2367072E0,-1.226181E0,-0E0,7.795399E1,5.794245E-1,8.286133E-1,1.3431422E2,5.178125E1,9.6875E1,-0E0,5.729197E-1,8.9637816E-1,-0E0,1.2835427E-1,-0E0,4.175E1,-8.226688E-1,-6.826765E-1,2.7070937E-1,-0E0,1.7127991E-3,-0E0,1.4645914E0,-0E0,-4.5225047E-2,-0E0,1.6218437E0,-2.991552E-1,7.0234895E-1,-0E0,-3.862778E-2,7.3535156E-1,-0E0,8.200046E1,8.706953E-1,-0E0,-6.474094E-1,5.1800232E1,-0E0,8.606435E-1,-0E0,-0E0,-3.6136514E-1,1.3910196E2,3.878125E1,-0E0,4.5438328E-1,9.07135E-3,-0E0,7.3291016E-1,-0E0,1.8770543E-1,-0E0,2.6509598E-1,5.8878827E0,1.3476562E-1,4.042842E1,7.1875E1,1.2668667E0,3.0224827E1,1.2020777E2,-0E0,1.4400918E0,5.626188E0,-0E0,4.178125E1,-0E0,-9.2632353E-1,-0E0,-0E0,-4.6311855E-1,8.3179915E-1,-0E0,2.1681361E0,9.5622164E-1,4.178581E0,-0E0,-5.2E-1,-0E0,-0E0,9.970703E-1,8.232422E-1,-3.2261476E-1,-0E0,5.3379583E0,9.3002686E1,9.9902344E-1,1.8702464E2,3.984375E1,3.3993313E-1,-0E0,6.510386E-1,-0E0,-0E0,1.2090775E0,-0E0,3.203125E1,7.264352E-1,-0E0,1.5989886E2,1.1345675E2,-0E0,9.223938E-3,-0E0,3.5858154E-3,2.1514893E-2,-0E0,1.899269E2,9.64375E1,1.144375E2,5.470021E0,9.951172E-1,4.035663E-1,3.557129E-1,-0E0,-8.1812847E-1,-0E0,-3.516055E-1,2.7619843E0,4.079402E0,-0E0,1.2600543E0,-0E0,-8.9444065E-1,-0E0,-0E0,3.561238E-1,4.589792E-1,-0E0,4.23125E1,-0E0,4.496875E1,1.0459644E0,-1.0048862E-1,-0E0,-0E0,-9.822063E-2,8.15E1,7.7875E1,9.946289E-1,5.446132E1,1.9895706E1,1.1880319E2,6.159375E1,1.9522543E2,2.1636963E-2,-0E0,2.9222342E-1,4.192886E0,2.902788E0,2.5891693E0,9.370117E-1,6.274414E-1,5.0828595E0,6.45E1,1.8964835E0,1.7213681E2,-0E0,1.4402605E2,1.7318316E0,4.074154E-2,-8.727677E-1,-0E0,9.916992E-1,5.772233E-1,1.18E2,-0E0,1.5806481E0,6.3623047E-1,-0E0,-6.6780204E-1,2.1925E2,9.223938E-3,1.07421875E-2,1.9903542E2,-0E0,-1.1526188E0,-0E0,2.4331655E-1,-4.9338615E-1,2.3640523E0,-0E0,5.574597E-1,-0E0,1.2793142E0,-7.7395433E-1,-0E0,-0E0,5.3247225E-1,-0E0,-3.9317954E-1,-0E0,4.965699E-1,-6.156819E-1,-0E0,-1.0186695E-1,3.7046587E0,-0E0,-8.951561E-1,-0E0,9.980469E-1,-0E0,-4.970594E-1,3.73125E1,-0E0,-0E0,-6.5909845E-1,-1.5035814E-1,7.397461E-1,8.208008E-1,9.1629326E-1,9.345703E-1,2.902832E-1,8.5253906E-1,5.78125E-1,8.6035156E-1,-0E0,9.863281E-1,-0E0,-0E0,-5.5005974E-1,8.176952E-2,-6.656734E-2,-0E0,-9.916109E-1,1.9542669E-1,-0E0,-8.8545376E-1,-0E0,-0E0,3.8422909E0,9.9902344E-1,-0E0,5.802927E-2,-0E0,-8.131193E-1,-0E0,2.1054127E0,1.026363E0,-0E0,2.4263985E2,-0E0,9.9560547E-1,-0E0,9.8979723E-1,-0E0,3.094152E-1,-7.6115775E-1,-0E0,-0E0,-8.1023014E-1,-0E0,1.3183594E-1,3.403039E-2,2.6605554E0,4.7072582E1,1.6809082E-1,4.8595623E1,4.221875E1,3.028125E1,-0E0,-0E0,-4.2364277E-2,-0E0,-5.2436763E-1,8.371586E-1,-0E0,1.2915843E0,-0E0,1.4136871E0,-0E0,-0E0,6.920122E-1,-6.274803E-1,-0E0,7.053005E1,9.842065E-1,6.719971E-2,1.2467276E2,1.9484142E0,8.730469E-1,9.824219E-1,-0E0,3.384375E1,9.819336E-1,-0E0,1.0443115E-1,-4.5597535E-1,8.200046E1,2.9553292E0,1.4561434E0,9.6484375E-1,1.00235146E2,-0E0,1.0777854E0,-1.9310585E-1,-0E0,3.705885E-1,-0E0,-7.6114804E-1,-0E0,-0E0,3.641782E0,3.4625E1,5.7800293E-2,4.1125245E0,-0E0,1.6307803E0,9.8339844E-1,1.5989886E2,2.41471E0,5.900622E-1,-0E0,9.9365234E-1,-0E0,-0E0,-3.302638E-1,5.71224E1,1.4830244E0,1.5067117E2,-0E0,-1.5771003E-1,-0E0,-0E0,9.022455E-1,5.7019033E0,-0E0,-0E0,-9.9438626E-1,8.325E1,9.9609375E-1,-2.539189E-1,1.9827108E-1,-0E0,5.505035E-1,-0E0,1.57125E2,5.833175E-1,-0E0,1.2591143E0,-0E0,5.317383E-1,-9.6202767E-1,-0E0,1.3475E2,-7.731916E-1,-0E0,-0E0,8.0810547E-1,1.0234004E2,1.6352637E2,2.0772719E2,-0E0,2.7124926E-1,-1.7673129E-1,-0E0,9.633789E-1,2.3376596E-1,-0E0,3.178125E1,9.9902344E-1,8.1049794E-1,-0E0,4.2651367E-1,4.665625E1,9.9853516E-1,3.120176E0,9.033203E-1,-0E0,-9.055437E-1,-0E0,1.15600586E-1,3.1982422E-1,8.408174E-1,-9.2345554E-1,-4.6607348E-1,8.369812E1,-0E0,-7.7593434E-1,-0E0,1.0286574E2,-0E0,1.1975E2,-0E0,6.971718E-1,-1.8181188E-1,-0E0,-0E0,5.866707E-1,3.9625E1,1.8313776E0,6.9875E1,1.0272217E-1,2.7833576E0,5.4785156E-1,8.111085E1,1.5456015E2,-7.3008794E-1,-0E0,7.00625E1,1.5632748E2,5.303125E1,4.115625E1,6.701258E1,5.242106E-1,6.218788E-1,-0E0,4.1501254E-1,-0E0,-0E0,6.4125E1,1.322075E2,8.8964844E-1,7.25E1,6.8125E1,-2.4812867E-1,-0E0,-0E0,-1.065153E-1,-0E0,1.9321188E0,6.2394565E-1,-0E0,-0E0,-6.136789E-1,4.1534206E-1,-0E0,9.892578E-1,5.9042996E-1,3.0834272E0,5.180664E-1,8.934357E-1,-0E0,-0E0,1.0731122E0,2.9551378E-1,-0E0,3.9184296E1,-0E0,7.252853E-1,-0E0,3.1945124E-1,-2.6764494E-1,6.044922E-1,-0E0,-8.63618E-1,-0E0,-7.339725E-2,-0E0,9.091797E-1,-0E0,1.657967E0,-0E0,-0E0,-3.5621026E-1,-0E0,4.1698173E-1,1.574224E2,-0E0,5.002396E0,3.701172E-1,2.8789625E0,-8.7464184E-1,4.1585665E0,5.742884E-1,4.104004E-1,4.203125E1,3.6064243E0,1.0767572E0,-6.8157005E-1,-0E0,9.182833E1,7.391666E1,3.62854E-2,-0E0,-3.9184472E-1,8.420848E-2,-0E0,-9.8476666E-1,-0E0,-2.7737793E-1,-0E0,5.6069964E-1,-0E0,1.4010347E0,7.5E1,-0E0,-0E0,1.1657715E-2,8.9990234E-1,1.3947751E2,1.0161848E0,-0E0,-9.911564E-2,7.409668E-2,9.454346E-2,3.59375E1,-0E0,1.501924E0,-0E0,-2.6460096E-1,-0E0,5.528503E-1,9.951172E-1,-0E0,9.213867E-1,1.2915843E0,7.060547E-1,3.3334692E0,6.2125E1,9.5947266E-1,5.40625E1,1.8343948E2,-0E0,1.5950433E0,3.3203125E-2,-0E0,8.4901214E-1,3.3189723E0,1.0373772E2,1.0242693E2,5.734375E1,2.0662012E2,9.462792E-1,-0E0,-0E0,1.01041626E2,-0E0,9.2626953E-1,-4.0457246E-1,-0E0,2.2293558E0,1.5629083E0,-0E0,4.76875E1,-0E0,-6.814743E-1,-0E0,4.5438328E-1,7.1240234E-1,6.7822266E-1,1.0612423E0,-0E0,5.433792E-1,-0E0,-0E0,4.466443E0,3.440625E1,-0E0,8.6625E1,4.2713162E-1,-7.8559235E-2,-0E0,-6.749393E-1,-0E0,-0E0,2.4556704E0,1.5132338E2,7.763672E-1,3.541134E-1,-0E0,-0E0,-5.89112E-2,-0E0,5.2361214E-1,-0E0,-1.4694639E-1,-0E0,2.5158212E0,7.086182E-2,-0E0,-0E0,9.975586E-1,3.713379E-1,9.633789E-1,7.562318E1,5.1875E1,-0E0,4.1122025E-1,-0E0,2.59552E-2,-0E0,1.6089104E2,-0E0,-9.302491E-1,5.859375E-2,-0E0,8.911133E-2,1.586914E-2,-0E0,1.0847726E2,5.4625E1,3.486489E0,7.8271484E-1,3.6983209E0,6.51875E1,6.875E-1,2.0996094E-1,9.8535156E-1,8.730469E-1,9.291992E-1,-0E0,6.1621094E-1,-0E0,9.9365234E-1,-0E0,-1.3988317E0,2.2046204E0,3.6875E1,1.3482295E2,3.4643012E-1,-4.425397E-1,-0E0,1.7990136E-1,-0E0,2.6024919E0,9.165039E-1,8.475928E1,-0E0,9.9035347E-1,-0E0,9.4032204E-1,-0E0,-0E0,3.9846306E0,-0E0,4.4943795E-1,1.2949408E2,-0E0,-0E0,3.065625E1,2.048185E2,-0E0,1.15650766E-1,-0E0,1.1969292E0,-0E0,-0E0,4.234314E-3,-7.175446E-2,-0E0,1.4983639E0,3.884375E1,5.3436007E0,-0E0,1.7417161E0,1.0291228E2,-9.5212674E-1,-0E0,1.1564536E0,6.1920166E-2,3.753125E1,-0E0,1.427002E-1,-7.72816E-1,1.9628906E-1,6.88125E1,-0E0,6.147461E-1,5.9424376E-1,-0E0,-0E0,-8.133939E-1,5.761938E-3,2.902788E0,-0E0,9.741211E-1,-4.041556E-1,-0E0,9.716797E-1,4.2867475E0,3.022784E0,9.082031E-1,1.3476562E-1,2.2440307E0,2.6913953E0,1.3582068E2,1.0443115E-1,7.4450485E1,1.1019915E0,8.393701E1,3.4057617E-1,5.159375E1,9.8583984E-1,3.1762695E-1,-0E0,1.1660914E0,-0E0,-2.6027694E-1,-0E0,3.488159E-2,5.5308394E0,-0E0,-3.9402053E-1,-0E0,2.1714256E0,6.542969E-2,-6.181463E-1,-0E0,8.825E1,8.58125E1,-0E0,5.017748E-1,-0E0,7.1606827E-1,-0E0,8.40873E-1,9.9871737E-1,-0E0,-0E0,-1.0928335E0,-0E0,1.0333533E0,9.303441E-1,-0E0,-0E0,3.178125E1,-0E0,-3.273352E-1,4.5861425E0,9.39375E1,9.9902344E-1,-0E0,-0E0,-1.6724996E-1,-8.4737486E-1,-0E0,-0E0,-7.112205E-1,-0E0,5.4785156E-1,-0E0,1.2478318E2,3.1796875E1,-1.18536696E-1,3.571875E1,5.957031E-1,4.82698E0,1.6845201E2,-8.9260286E-1,-0E0,-3.695197E-1,-0E0,1.2949408E2,-0E0,2.6458163E0,4.906198E-1,4.203125E1,-0E0,3.8598606E1,9.161377E-2,3.6983209E0,3.3332334E0,9.345703E-1,3.878125E1,2.1220849E0,1.325E2,4.73125E1,4.633789E-1,4.65E1,1.4887653E2,1.3574219E-1,7.562318E1,7.0375E1,8.7646484E-2,8.8863815E1,3.557129E-1,1.6445607E0,1.5153171E0,8.648682E-2,2.7954102E-1,2.7392578E-1,7.1533203E-1,-1.2478012E0,1.7236328E-1,8.337999E1,3.178125E1,-0E0,1.4903688E0,1.4343262E-3,-0E0,5.006577E-1,1.175E2,1.5063477E-1,1.3657055E0,1.4094955E0,-0E0,3.1666129E0,2.7441406E-1,-0E0,-7.3357916E-1,-0E0,1.3236922E0,8.071289E-1,-0E0,1.6200897E2,1.1312231E2,9.9365234E-1,-0E0,-0E0,5.916674E1,5.871525E1,-0E0,-0E0,2.1150883E-1,-0E0,-1.0390152E0,4.3291268E-1,3.4057617E-1,1.3773697E2,1.5031339E0,3.1360357E0,6.903076E-2,-0E0,9.003466E-1,3.2498567E0,1.563553E0,-8.1309426E-1,-0E0,3.369788E1,9.53125E-1,6.964659E-1,8.876953E-1,3.5038986E1,1.4247733E2,-7.3800105E-1,-0E0,3.546875E1,-0E0,1.8188477E-1,5.957031E-1,8.4901214E-1,1.4900486E0,9.980469E-1,1.1862046E0,-8.8590905E-2,1.5530928E0,4.665625E1,-0E0,7.631836E-1,5.600586E-1,-7.703607E-1,-0E0,3.8500977E-1,1.7251845E2,4.53125E1,9.980469E-1,2.3278E0,1.2591983E0,3.0975111E1,4.0572176E0,6.820809E1,3.997918E-1,-0E0,1.586914E-2,-7.4573874E-1,-0E0,-1.5660048E-1,6.48125E1,1.0514776E2,9.9853516E-1,9.423828E-1,9.264644E1,1.0443115E-1,6.6625E1,6.820809E1,-0E0,-6.1501134E-2,4.38797E-2,5.653125E1,3.0795333E0,-0E0,6.5324175E-1,-0E0,-9.4601876E-1,-0E0,3.5858154E-3,-5.111955E-1,-0E0,2.3071907E0,-0E0,8.378906E-1,9.863281E-1,-0E0,1.3661591E0,1.0847726E2,9.377171E1,-9.232567E-3,4.82698E0,8.838797E1,1.3060333E0,-0E0,1.0559194E0,4.0420154E-1,-0E0,7.6560974E-3,-0E0,-0E0,9.813423E1,-0E0,5.446132E1,-4.9243224E-1,-0E0,7.080323E-1,1.0601807E-1,-1.4444262E-1,-0E0,4.95625E1,6.93125E1,-0E0,-7.791295E-1,-5.5130297E-1,-0E0,-0E0,1.9845705E-1,6.401367E-1,-4.9374557E-1,5.2375E1,1.6815954E0,-0E0,-7.4253714E-1,3.875E1,1.7471051E2,-0E0,-7.5310373E-1,2.0214844E-1,3.5083008E-1,-0E0,-7.737148E-1,-3.3153185E-1,4.689443E1,1.3838902E2,-0E0,1.3468312E0,5.453125E1,5.68125E1,7.761472E1,1.8192119E2,4.803125E1,-0E0,-2.6764494E-1,-0E0,6.625E1,4.858024E0,-0E0,5.890625E1,4.391625E0,1.6898769E0,1.4294825E0,-0E0,4.715627E-1,3.4125E1,-0E0,9.682617E-1,1.3261063E2,3.525E1,-0E0,-0E0,-4.6504793E-1,-0E0,7.890524E-1,-0E0,3.6863345E-1,1.5283203E-1,4.911331E0,-0E0,-3.4659883E-1,-0E0,1.4589845E2,-0E0,1.370248E2,-6.957398E-1,2.1554731E-1,9.94495E-1,-0E0,1.7049073E0,1.1324565E0,5.8705866E-1,7.2802734E-1,-0E0,8.989258E-1,1.1657715E-2,1.6736515E0,-0E0,5.8941483E-1,3.3203125E-2,2.7159542E-1,-7.575975E-1,-0E0,-0E0,3.740625E1,-4.3012723E-1,-0E0,4.400064E-1,3.9208984E-1,8.825E1,-0E0,-0E0,-9.8770845E-1,2.81403E-1,-1.3543263E-1,1.3336834E0,-0E0,6.5073884E-1,-0E0,3.4625635E0,1.3069638E2,-0E0,7.107589E1,-0E0,-5.362221E-1,-0E0,3.3625E1,7.099349E-1,-0E0,-0E0,7.9875E1,-0E0,-2.6160765E-1,-3.366646E-1,-0E0,-0E0,9.9902344E-1,1.574224E2,4.834375E1,1.1634827E-2,-0E0,2.3477464E0,3.07816E-1,2.7954102E-1,3.15071E0,7.1230346E-1,-0E0,-5.040498E-1,-0E0,6.45E1,9.082031E-1,-0E0,2.0095062E-1,9.5166016E-1,-0E0,-0E0,-6.5935683E-1,3.1546875E1,8.4765625E-1,-0E0,1.787118E-1,-0E0,-9.4095814E-1,3.5858154E-3,4.93125E1,4.259375E1,1.2761303E0,6.503845E-1,-0E0,-1.3535801E0,-0E0,3.371875E1,8.369812E1,9.9902344E-1,-0E0,-0E0,6.738281E-1,6.620039E1,1.4001465E-1,-0E0,9.9902344E-1,4.1852345E0,9.946289E-1,2.732861E0,1.6512576E2,-0E0,9.0234375E-1,1.4716272E2,4.2896885E1,4.255662E-2,-0E0,-0E0,9.2499256E-1,7.141048E-1,-0E0,-0E0,3.6694336E-1,-0E0,1.7269498E0,-0E0,4.469273E-1,3.7567995E0,3.6046462E0,-9.987977E-1,-0E0,-0E0,2.7691786E0,-0E0,4.4371328E-1,-0E0,4.553929E0,-0E0,1.0719299E-2,-0E0,-4.393925E-1,4.7313786E0,-0E0,-0E0,9.892578E-1,-2.800373E-1,-0E0,7.650699E-1,-0E0,-0E0,1.9050462E2,-0E0,4.4140625E-1,3.028125E1,-0E0,7.1323484E-1,-0E0,7.355209E-1,-0E0,1.920419E-2,-4.610331E-1,-0E0,1.7363583E0,-5.413049E-1,-0E0,3.1666129E0,5.854492E-1,6.913808E1,-0E0,2.680731E-1,3.5179644E0,9.594331E-1,-0E0,5.3715096E0,-0E0,-0E0,5.439453E-1,1.7429552E2,2.8563175E-1,-0E0,9.891087E1,-1.1565072E-1,2.6846737E-1,2.0545259E0,6.626806E-1,-0E0,7.4505866E-1,-0E0,-4.4186175E-1,8.496094E-1,-0E0,7.011088E-1,-0E0,7.783882E-1,-0E0,-0E0,8.707614E-2,-0E0,-8.214493E-1,8.41875E1,-0E0,-8.008563E-1,-0E0,-0E0,9.218969E-2,-1.0149846E-1,-0E0,9.916992E-1,-0E0,1.0559194E0,-0E0,-1.0341744E0,-0E0,1.7881145E2,3.7876146E0,-0E0,9.707616E-1,-9.9884665E-1,-0E0,-4.6985948E-1,-0E0,1.03149414E-1,-0E0,-0E0,-6.5135884E-1,-4.433541E-1,-0E0,-0E0,3.296875E1,5.0629873E0,1.8879367E2,-7.473907E-1,-0E0,1.3265944E0,-0E0,-0E0,9.063121E1,-0E0,4.8595623E1,-0E0,4.828125E1,1.0763143E0,3.4125E1,-4.4260386E-1,-0E0,6.4746094E-1,1.5513255E2,9.3015594E1,-0E0,1.2949408E2,-0E0,1.3015747E-2,-0E0,-4.807075E-1,-0E0,4.909668E-1,-0E0,-7.230501E-1,-0E0,-0E0,1.9041456E-1,4.4490552E-1,-0E0,-0E0,1.7127991E-3,-9.769226E-1,-0E0,7.8162766E-1,-0E0,-0E0,5.109437E1,1.7669654E-1,-0E0,5.180664E-1,-0E0,-0E0,3.285261E-1,-0E0,3.4625E1,3.1796875E1,-0E0,-0E0,1.1376669E-1,1.4887653E2,-0E0,-0E0,1.0222279E0,9.100104E1,-0E0,-0E0,-1.0768841E-1,-0E0,4.9389648E-1,7.713616E1,-0E0,-0E0,1.7265008E-1,-3.617301E-1,-0E0,-0E0,9.591526E-1,-0E0,5.46875E1,-0E0,5.5593286E0,-0E0,1.0082884E0,-0E0,9.838623E-1,-0E0,9.584961E-1,-0E0,-1.1479996E0,-0E0,3.028125E1,1.2683976E0,-0E0,1.1622329E0,-0E0,8.297674E-1,-0E0,-0E0,-8.943011E-1,-0E0,9.1323996E-1,8.9375E1,6.556537E1,-7.193729E-1,-0E0,-0E0,1.047411E0,5.859375E-2,-0E0,-0E0,3.796647E-2,5.044366E0,9.142822E-1,3.4773958E-1,-0E0],"split_indices":[5,13,13,12,13,12,1,6,12,15,7,0,12,13,0,4,3,4,7,7,14,14,14,14,15,14,0,0,0,14,0,9,2,14,0,0,14,17,13,8,6,0,15,3,0,18,7,3,14,19,15,0,0,18,7,2,7,18,4,6,18,14,15,16,0,0,15,0,0,12,1,15,18,6,10,7,0,0,9,13,16,15,15,0,9,1,4,1,5,11,16,6,8,15,14,10,7,4,3,19,0,10,1,1,0,6,3,14,11,7,6,0,1,3,0,11,0,14,6,0,0,4,0,0,0,3,14,0,0,8,17,14,2,2,6,14,2,0,0,17,19,5,2,5,11,11,8,10,0,4,10,7,0,0,0,7,0,8,0,0,0,11,5,5,8,11,6,15,6,0,0,0,5,8,0,19,0,0,0,19,7,0,0,0,0,2,0,6,0,12,0,19,18,11,8,6,0,0,0,13,0,0,10,0,17,17,14,0,0,8,0,12,15,7,11,14,5,0,0,0,2,0,5,18,0,17,6,10,0,3,15,19,3,17,17,0,0,0,13,2,6,2,0,16,19,0,3,0,0,0,8,14,18,0,0,0,7,18,1,0,11,0,6,11,17,0,3,0,4,13,6,5,11,17,4,12,10,0,14,15,3,0,19,0,0,0,0,0,0,0,0,5,0,8,2,0,0,0,15,18,18,12,10,10,15,6,14,0,5,0,0,13,0,0,6,0,0,12,8,14,4,9,0,1,2,0,18,18,0,0,2,0,15,19,4,0,0,0,0,13,0,0,12,13,0,0,5,17,5,0,5,0,0,0,0,11,10,0,14,0,0,4,13,17,1,0,0,0,0,0,1,0,13,0,0,11,5,14,0,6,0,2,0,0,0,0,0,10,10,13,6,0,0,18,14,0,2,19,0,0,0,14,2,8,2,6,7,10,9,2,10,17,4,11,12,19,12,0,11,14,10,12,8,7,15,0,0,0,0,15,0,1,14,0,0,0,0,3,7,8,15,12,0,14,0,6,3,0,4,0,0,0,8,1,7,0,4,0,0,0,19,0,0,3,9,7,13,0,0,2,1,0,0,0,0,0,0,6,0,0,2,7,3,0,0,10,14,3,1,18,3,5,2,0,0,0,0,1,0,0,0,0,1,0,7,19,6,8,6,0,16,14,0,0,0,0,2,0,6,0,0,0,0,0,0,15,5,6,13,0,0,0,6,0,0,19,0,0,0,0,0,0,18,0,6,0,5,0,0,18,0,19,19,0,0,0,0,13,12,8,11,7,10,6,0,7,16,0,10,4,15,8,2,14,2,3,6,0,0,13,0,17,3,0,0,3,18,4,1,0,0,15,0,2,0,0,0,12,14,5,18,0,0,10,0,10,14,2,0,0,0,12,16,0,1,0,0,15,19,13,0,0,0,0,0,7,19,15,0,10,14,13,0,0,0,0,0,0,4,0,0,6,0,0,0,0,0,3,0,12,2,0,0,0,16,1,1,6,3,11,3,2,0,12,8,7,14,0,0,10,0,0,0,0,0,0,0,0,0,10,8,0,10,0,8,0,0,14,0,0,0,0,0,10,0,0,0,11,0,4,5,14,0,16,18,2,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,4,0,17,3,17,3,0,5,0,0,18,17,12,17,0,2,0,11,3,5,6,6,4,1,14,14,0,19,0,0,0,0,0,0,0,0,15,19,19,14,0,0,0,0,0,0,0,9,0,0,4,19,0,1,0,0,0,0,0,0,0,0,5,0,0,19,0,4,16,0,0,0,3,0,14,19,0,0,0,0,0,0,1,0,0,0,0,0,2,3,15,19,0,15,16,0,9,2,0,0,16,2,0,0,0,3,0,0,0,14,0,0,1,0,0,0,0,8,0,0,0,0,5,4,7,1,0,8,0,0,0,0,0,0,16,0,3,11,13,9,0,0,0,0,16,0,0,0,0,19,0,5,0,0,0,0,0,0,0,17,0,0,3,14,0,14,0,0,17,0,0,0,2,0,0,0,2,15,0,0,0,0,10,16,0,14,3,0,14,0,5,10,12,2,0,0,2,0,0,0,5,0,8,6,11,3,12,13,17,0,18,0,8,0,1,11,0,0,0,0,5,3,14,4,8,10,0,0,0,0,0,0,8,0,0,0,0,19,0,0,0,0,0,2,0,0,0,0,18,0,5,3,0,0,7,0,0,0,0,0,4,11,0,0,16,0,12,0,0,0,0,0,16,7,9,3,7,4,0,0,1,0,11,0,0,0,0,0,0,0,0,2,2,0,0,0,0,14,15,0,0,2,5,15,6,11,0,0,0,0,0,0,0,10,2,0,6,7,0,19,0,19,18,0,6,9,10,2,17,0,15,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,8,0,9,0,0,0,0,0,10,10,14,5,7,7,9,6,16,0,0,3,0,1,15,14,2,10,0,6,0,4,2,0,0,0,15,0,10,0,0,15,0,0,9,19,17,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,17,0,0,10,0,0,0,0,14,17,0,15,13,12,15,12,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,3,0,0,7,0,17,0,0,0,0,0,0,0,0,0,12,0,0,4,14,4,11,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2,13,7,0,14,18,0,8,15,0,13,0,5,1,2,19,5,0,0,0,0,0,0,0,0,0,3,11,16,3,0,1,16,6,1,0,0,16,0,0,0,7,1,4,0,0,0,0,0,0,0,0,0,8,19,0,0,0,0,0,9,0,0,0,0,16,0,0,11,0,0,0,12,7,6,6,0,0,0,0,19,0,0,10,15,0,0,14,8,14,1,16,0,0,0,12,15,1,0,0,5,0,0,0,4,0,9,0,0,0,0,0,0,10,0,9,12,1,15,7,6,0,0,11,6,9,8,7,1,0,0,0,0,0,8,4,15,11,11,0,0,0,0,0,0,3,0,0,0,0,0,14,0,2,15,0,0,0,3,0,0,7,0,0,0,0,0,12,0,0,0,0,0,16,0,1,0,0,0,0,0,6,0,1,18,0,0,1,0,17,8,0,2,0,0,5,4,16,0,0,0,0,0,0,0,0,0,0,0,8,0,0,19,15,6,0,0,0,16,13,10,0,2,0,0,0,0,15,0,15,0,15,0,9,17,11,6,0,3,18,0,2,0,4,4,8,6,0,0,0,5,0,16,0,0,3,3,0,8,0,0,0,0,13,14,0,0,0,0,0,1,10,0,11,0,0,0,0,0,0,0,6,12,0,0,0,0,0,0,0,0,0,0,13,0,0,14,16,19,5,10,0,0,0,16,0,7,0,0,13,0,19,19,0,4,11,0,14,0,11,18,12,17,15,15,0,14,0,19,0,0,1,11,4,0,0,0,0,0,3,14,5,0,1,0,0,0,0,0,0,0,6,0,0,8,6,0,0,0,0,0,0,19,0,0,0,8,3,0,1,5,0,0,3,12,11,0,13,0,19,10,0,12,0,0,0,0,0,0,0,18,0,0,14,0,3,19,16,3,3,4,13,5,2,4,19,8,14,19,0,0,0,0,0,16,1,0,0,0,2,13,0,0,10,9,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,11,0,0,3,10,16,0,0,0,0,0,0,0,0,15,0,4,8,0,11,17,0,6,0,0,0,0,6,0,0,0,8,0,7,13,0,1,15,11,3,9,10,18,8,4,19,5,11,13,7,14,1,0,13,18,12,18,0,18,5,10,0,3,17,0,0,9,12,2,0,0,3,16,0,0,0,0,15,0,6,4,19,0,0,7,7,0,0,0,0,0,0,18,4,3,0,13,0,0,2,1,0,0,7,17,0,16,7,6,0,0,11,0,19,12,2,2,14,0,0,2,8,0,15,16,0,0,16,6,11,17,2,2,7,1,5,0,0,19,0,0,0,9,4,14,16,4,13,11,5,0,0,0,11,0,0,0,0,0,0,19,0,0,1,0,14,18,0,3,4,5,0,0,7,2,0,0,0,0,19,0,0,4,0,5,0,0,0,13,0,0,8,10,0,0,0,0,0,0,19,0,9,2,0,0,8,6,0,0,12,16,0,0,0,7,4,0,1,8,11,5,6,10,0,0,0,10,1,0,9,2,3,2,0,0,10,0,14,6,9,0,0,0,0,0,0,0,18,1,0,0,0,6,0,4,0,0,0,0,3,0,0,19,0,18,18,3,0,0,19,0,0,0,0,9,0,0,0,18,11,0,0,0,0,0,1,0,0,0,3,7,0,5,0,0,0,11,0,0,0,10,0,0,0,0,0,15,6,10,17,0,3,0,13,0,0,0,0,0,10,18,0,0,15,0,0,0,8,17,0,0,0,0,18,11,8,0,0,0,0,0,8,5,14,0,0,18,5,13,0,15,1,15,0,6,0,19,4,7,0,0,0,0,0,0,0,14,0,1,0,0,3,2,0,0,0,3,0,0,0,2,0,16,0,0,1,0,0,17,0,0,0,0,0,6,0,14,8,0,0,0,0,0,0,0,0,3,0,0,3,19,7,0,0,1,0,0,1,0,0,13,6,0,0,5,0,0,0,1,0,0,0,0,18,0,2,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,18,0,0,0,0,0,6,2,0,0,0,0,0,0,13,0,0,0,0,0,0,11,3,6,0,0,0,0,0,5,0,4,0,8,0,11,0,0,12,6,7,0,6,0,17,0,0,0,15,0,0,0,0,0,0,0,0,18,0,0,0,0,0,4,0,0,14,0,0,0,0,10,8,0,0,0,4,0,0,0,5,0,0,0,0,12,4,0,0,0,0,0,0,0,0,9,0,2,0,0,0,0,0,16,0,0,0,10,0,0,0,0,0,0,0,0,0,0,11,4,0,0,0,0,13,0,0,0,1,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.081E3,4.3003086E3,4.7806914E3,2.532476E3,1.7678328E3,1.8102056E3,2.9704856E3,1.6104899E3,9.2198615E2,6.172748E2,1.150558E3,3.955277E2,1.4146779E3,2.6006198E0,2.967885E3,1.2057723E3,4.0471753E2,3.858249E2,5.3616125E2,2.254918E2,3.91783E2,1.1401534E3,1.0404582E1,1.2882854E2,2.666992E2,1.9684145E2,1.2178364E3,5.779155E-1,2.0227041E0,1.051576E3,1.5419637E2,1.298751E1,3.9173E2,2.9155914E2,9.426574E1,4.2498965E2,1.11171585E2,2.2133667E2,4.1551414E0,1.8921425E2,2.0256873E2,8.6421796E2,2.7593546E2,9.545581E0,8.590013E-1,8.700486E1,4.182367E1,1.5235915E2,1.1434003E2,1.8023842E2,1.6603016E1,2.8895774E-1,2.8895774E-1,9.628729E1,9.552887E2,7.323221E0,1.4687314E2,5.0552983E0,7.9322114E0,2.8442795E0,3.8888574E2,1.3128903E2,1.6027013E2,1.2759756E0,9.298976E1,8.453201E1,2.6639572E1,2.2013135E2,1.2053214E0,2.066918E0,2.0882232E0,1.8769847E2,1.5157897E0,1.490542E2,5.3514523E1,2.598275E2,1.6107946E1,5.389577E-1,9.006623E0,2.7414875E1,5.9589985E1,2.640118E1,1.542249E1,4.0654323E-1,1.519526E2,6.6606094E1,4.773393E1,2.7684677E0,1.7746996E2,1.4999467E1,1.6035486E0,3.9067608E1,5.721969E1,7.380816E2,2.172071E2,1.8392825E0,5.4839387E0,1.4271733E2,4.155804E0,1.6463605E0,3.408938E0,6.8956776E0,1.0365336E0,1.9531717E0,8.9110774E-1,3.3511245E0,3.855346E2,6.659392E1,6.469511E1,7.538629E1,8.488383E1,5.5762005E-1,7.1835554E-1,5.212985E0,8.777678E1,8.423846E1,2.9355055E-1,1.5675043E1,1.096453E1,3.0133036E-1,9.039911E-1,1.6057631E0,4.6115476E-1,1.5424355E0,5.457878E-1,1.3188272E2,5.5815746E1,4.092208E-1,1.106569E0,3.3567326E1,1.1548688E2,1.3544478E0,5.2160072E1,2.5355995E2,6.2675557E0,8.205787E0,7.9021597E0,4.2487204E-1,8.581751E0,1.657896E1,1.0835916E1,5.866524E1,9.247434E-1,1.2835999E1,1.3565182E1,5.200053E0,1.0222437E1,1.5121057E2,7.4204403E-1,1.6683196E0,6.4937775E1,3.4061974E1,1.3671956E1,2.185359E0,5.831086E-1,9.315456E0,1.681545E2,2.3298378E0,1.2669629E1,5.831086E-1,1.0204401E0,2.3060188E1,1.6007418E1,3.5878143E0,5.3631874E1,6.021028E1,6.7787134E2,7.140014E1,1.4580698E2,1.1027536E0,7.365289E-1,8.5892224E-1,4.6250167E0,5.3312824E1,8.940451E1,2.2877488E0,1.8680552E0,5.590018E-1,1.0873587E0,1.6334162E0,5.2622614E0,8.4729284E-1,1.8924071E-1,2.5E-1,1.7031717E0,1.4337924E0,1.9173322E0,3.8453958E2,9.950337E-1,5.8066273E0,6.0787292E1,5.8732155E1,5.9629517E0,6.9894356E1,5.4919367E0,7.01296E1,1.4754226E1,4.0532666E-1,3.130289E-1,1.9469314E0,3.266054E0,2.5E-1,8.398846E1,2.9355055E-1,1.5381493E1,5.3514633E0,5.6130667E0,1.2510362E0,3.547269E-1,1.3082408E2,1.0586327E0,5.3513775E0,5.046437E1,3.170742E1,1.8599035E0,4.1363174E1,7.41237E1,4.2019558E-1,9.342522E-1,5.120693E1,9.531437E-1,2.5222194E2,1.3380213E0,1.9868444E0,4.280711E0,4.754953E0,3.4508336E0,2.8813078E0,5.020852E0,5.766773E0,1.0812186E1,1.5892676E0,9.246648E0,1.7832504E1,4.0832737E1,5.779155E-1,3.4682792E-1,4.9732065E-1,1.2338677E1,9.236559E0,4.3286233E0,3.5379472E0,1.6621063E0,2.0352345E0,8.187202E0,8.742504E-1,1.5033632E2,7.3383343E-1,9.344861E-1,7.2239435E-1,6.421538E1,3.0667961E1,3.3940125E0,2.915543E-1,2.915543E-1,5.0892177E0,4.226239E0,1.6698958E2,1.1649189E0,1.4577715E0,8.720664E-1,1.8188469E1,4.8717203E0,5.997181E0,1.0010238E1,1.7196832E0,1.8681313E0,5.1800133E1,1.8317387E0,5.276512E1,7.4451623E0,4.6280342E1,6.3159094E2,8.384302E0,6.301584E1,7.254733E0,1.3855225E2,2.0836292E-1,4.4166536E0,4.7709972E1,5.6028514E0,3.0399838E-1,8.910052E1,1.5469692E0,7.4077964E-1,5E-1,1.1334162E0,1.1828016E0,4.07946E0,1.3545349E0,3.4863693E-1,9.817115E-1,4.5208085E-1,7.404356E1,3.10496E2,7.0234907E-1,2.926846E-1,1.1944818E0,4.6121454E0,1.4940338E1,4.3791817E1,2.5626616E0,3.4002903E0,6.7218506E1,2.6758516E0,1.3475397E0,4.1443973E0,2.6814873E1,4.331473E1,1.3904548E1,8.4967816E-1,8.9727306E-1,1.0496583E0,8.861698E-1,8.310229E1,2.5E-1,1.5131493E1,3.449734E0,1.9017291E0,3.797025E0,1.8160418E0,1.2966179E2,1.1622921E0,1.2320619E0,4.1193156E0,2.6278527E0,4.7836517E1,3.145742E1,2.5E-1,6.6004777E-1,1.1998557E0,2.0826765E1,2.0536411E1,1.4326222E1,5.979748E1,2.5E-1,7.031437E-1,2.8965038E-1,1.048371E0,1.2557303E0,7.3111415E-1,2.2282834E0,2.5266697E0,2.42412E0,1.0267137E0,1.3450094E0,1.5362984E0,2.9564726E0,2.8103008E0,3.2669597E0,7.5452266E0,1.0113521E0,5.779155E-1,2.8895774E-1,8.95769E0,1.3613316E1,4.2191887E0,5.554349E-1,4.02773E1,7.2798514E-1,1.1610692E1,6.0796947E0,3.1568644E0,3.3016958E0,1.0269272E0,3.1614993E0,3.764478E-1,1.524278E0,5.1095647E-1,3.0673152E-1,7.8804708E0,1.4791301E2,2.423302E0,7.889577E-1,6.3426422E1,1.4404429E1,1.626353E1,2.6058676E0,7.881447E-1,2.0408802E0,2.185359E0,1.1649189E0,1.6582466E2,2.915543E-1,8.733646E-1,4.3473488E-1,4.3733144E-1,1.7262888E1,9.2558056E-1,1.9658108E0,2.9059093E0,8.664435E-1,5.1307373E0,3.8702114E0,6.1400266E0,3.7919357E-1,1.4889376E0,5.116378E1,6.3635355E-1,5.571842E-1,1.2745545E0,5.20069E1,7.5821865E-1,2.132054E0,5.3131084E0,2.396584E1,2.2314503E1,5.260319E2,1.0555905E2,3.8843198E0,4.499982E0,3.032388E0,5.9983448E1,5.3711786E0,1.8835541E0,3.179163E0,1.3537308E2,2.0836292E-1,4.2082906E0,4.4208176E1,3.5017972E0,2.5899813E0,3.0128703E0,3.3566384E0,8.574387E1,9.0939623E-1,2.2401999E-1,5.426846E-1,4.3902692E-1,6.243693E1,1.1606625E1,1.3688315E0,3.091272E2,4.9643743E-1,6.980445E-1,4.3020425E0,3.1010276E-1,9.185973E0,5.754365E0,1.6097453E0,4.218207E1,2.1057813E0,4.5688024E-1,7.3808026E-1,2.66221E0,8.164159E0,5.9054344E1,1.3241361E0,1.3517154E0,3.0914518E-1,1.0383945E0,3.9577717E-1,3.74862E0,7.1280293E0,1.9686842E1,1.6104571E0,4.1704273E1,4.4863653E-1,4.4863653E-1,8.542038E-1,8.2248085E1,8.0977523E-1,2.6399586E0,7.3387635E-1,1.1678528E0,2.328568E0,1.4684569E0,3.7473688E-1,1.4413049E0,1.2841751E2,1.2442825E0,3.184416E-1,8.438505E-1,3.1248382E-1,9.195781E-1,3.8127897E0,3.0652604E-1,7.8418845E-1,1.8436644E0,2.5E-1,4.7586517E1,4.326969E0,2.7130451E1,8.891176E-1,3.1073803E-1,1.7647612E1,3.179153E0,1.5027187E1,5.509224E0,2.70974E0,1.1616482E1,5.521477E1,4.5827084E0,9.6607995E-1,2.8965038E-1,1.1655897E0,1.3610799E0,2.1344695E0,2.8965038E-1,9.3603307E-1,6.002653E-1,1.1355737E0,1.820899E0,8.916883E-1,1.9186124E0,2.273856E0,5.2713704E0,1.0235384E1,3.377931E0,1.4946698E0,2.7245188E0,3.9888924E1,3.8837683E-1,5.082872E0,9.968226E-1,1.1971768E0,1.9596877E0,1.7487204E-1,3.126824E0,1.672977E-1,8.596295E-1,7.415651E0,4.6481985E-1,5E-1,1.923302E0,1.2034601E1,2.3698282E0,1.3643704E1,2.6198263E0,2.308961E0,2.9690668E-1,8.746629E-1,1.1662172E0,2.9025602E-1,8.746629E-1,1.6853666E1,4.092208E-1,4.14844E-1,5.107365E-1,2.2401999E-1,1.7417908E0,1.4958065E0,1.4101028E0,2.2529614E0,1.61725E0,4.3845205E0,1.755506E0,1.318107E0,1.7083065E-1,5.0768E1,3.9577717E-1,4.0691692E1,1.1315211E1,4.5688826E-1,3.0133036E-1,1.9460263E0,1.8602781E-1,3.5189888E0,1.7941197E0,1.1350487E1,1.2615353E1,5.034989E0,1.7279514E1,4.8758804E2,3.8443863E1,4.526538E1,6.029367E1,6.4571315E-1,3.2386065E0,2.731526E0,1.7684562E0,1.3549718E0,1.6774163E0,5.3546013E1,6.437437E0,1.736853E0,3.6343257E0,1.6862823E0,1.972718E-1,1.7907289E0,1.388434E0,1.3409784E2,1.2752384E0,3.8764856E0,3.3180496E-1,4.014043E1,4.067744E0,2.6275012E0,8.742959E-1,2.083629E-1,2.3816183E0,2.250509E0,7.623613E-1,2.9006407E0,4.559976E-1,8.549387E1,2.5E-1,5.845149E1,3.9854453E0,3.7416751E0,7.864949E0,3.0379742E-1,1.0650342E0,3.701495E0,3.054257E2,7.36671E0,1.8192627E0,5.504365E0,2.5E-1,8.6368954E-1,7.460558E-1,3.659342E1,5.588656E0,1.7329678E-1,1.9324845E0,3.9878947E-1,3.392908E-1,4.789365E0,3.3747938E0,5.7885654E1,1.1686889E0,9.7924995E-1,3.7246543E-1,3.4394748E0,3.0914518E-1,4.2238374E0,2.9041924E0,1.749031E1,2.1965308E0,1.8446847E0,3.985959E1,1.1997191E0,8.104837E1,2.9355055E-1,4.4032583E-1,3.3274794E-1,8.351048E-1,5.9565246E-1,1.7329155E0,1.3020829E0,1.6637397E-1,1.259253E0,1.2715826E2,9.405829E-1,3.0369967E-1,3.1248382E-1,4.717046E-1,4.6970406E1,6.1611056E-1,1.3168108E0,3.0101585E0,4.8208508E-1,2.6648367E1,5.752336E-1,1.7072378E1,1.4148182E0,1.7643348E0,5.0787783E0,9.948409E0,1.6691759E0,3.8400478E0,1.6256101E0,1.0841298E0,2.175759E0,9.440723E0,3.9641064E1,1.55737095E1,3.0958986E-1,4.2731185E0,1.0717759E0,2.8930408E-1,1.9595975E0,1.7487206E-1,9.484991E-1,8.7239987E-1,3.5889226E-1,1.5597202E0,3.5723603E-1,1.91662E0,3.2933204E0,1.9780501E0,2.8895774E-1,9.946426E0,1.700213E0,1.6777182E0,1.297398E0,1.972718E-1,1.748438E0,9.760808E-1,1.1168733E0,3.8772053E1,9.888139E-1,2.083629E-1,1.494537E0,4.6515065E-1,5.3979003E-1,2.5870337E0,7.0113473E0,4.0430373E-1,1.4588269E0,1.0575774E1,1.5487986E0,8.2102954E-1,7.6976056E0,5.9460983E0,2.041911E0,5.779155E-1,7.2888577E-1,4.3733144E-1,1.6638144E1,2.1552289E-1,1.165755E0,3.3005145E-1,5E-1,9.101029E-1,1.068107E0,5.4914296E-1,7.3743844E-1,3.6470819E0,9.880818E-1,7.674242E-1,5.0268E1,5E-1,4.001998E1,6.7171085E-1,3.0138557E0,8.301355E0,4.392407E-1,3.0797482E0,5.4120606E-1,1.2529136E0,3.020349E0,8.330137E0,4.5385737E0,8.076778E0,2.4510758E0,2.5839128E0,2.4401335E-1,1.7035501E1,3.8770285E2,9.988519E1,1.41976385E1,2.4246225E1,2.978733E1,1.547805E1,1.7219735E0,5.8571693E1,7.0495385E-1,2.5336528E0,2.2401999E-1,2.507506E0,9.832412E-1,7.85215E-1,1.0392735E0,3.1569824E-1,1.4533963E0,2.2401999E-1,5.8886023E0,4.765741E1,3.7252758E0,2.7121613E0,8.117766E-1,9.2507637E-1,2.5E-1,3.3843257E0,1.2330918E0,5.576371E-1,4.0381855E-1,1.3369402E2,8.7141985E-1,4.0381855E-1,1.4211106E0,3.8719322E1,5.480117E-1,3.519732E0,2.5E-1,2.3775012E0,3.2029754E-1,5.5399835E-1,1.3589889E0,8.9152014E-1,2.5966425E0,3.0399838E-1,5.8132694E1,3.1879243E-1,2.467244E0,1.5182014E0,1.4385709E0,2.3031044E0,2.30542E0,5.5595293E0,3.0184546E0,6.8304026E-1,1.1707385E0,3.0425494E2,4.1488004E0,3.21791E0,6.202055E-1,1.1990572E0,5.307093E0,1.972718E-1,3.5818848E1,7.7456963E-1,3.6744642E0,1.914192E0,1.5658203E0,3.6666423E-1,4.539365E0,2.5E-1,1.0745956E0,2.3001983E0,5.322763E0,5.2562893E1,2.0836292E-1,4.0154743E0,1.8565527E0,1.0476397E0,9.810118E0,7.680194E0,1.3233063E0,5.2137834E-1,1.32470255E1,2.6612564E1,2.925524E-1,9.071667E-1,2.9355055E-1,1.4393649E0,9.467692E-1,3.1248382E-1,6.23518E-1,4.634689E1,8.344724E-1,4.823385E-1,2.7601585E0,2.5E-1,2.5847036E1,8.013303E-1,5.679263E-1,1.6504452E1,4.6429718E-1,9.5052093E-1,1.5203215E0,2.4401335E-1,1.9006717E0,3.1781068E0,8.549704E0,1.3987052E0,3.396794E-1,1.3294964E0,3.669476E0,1.7057176E-1,3.1365204E-1,1.3119581E0,1.1584903E0,1.0172689E0,9.129985E0,3.1073803E-1,3.6478038E0,3.599326E1,6.63808E0,8.935629E0,7.450905E-1,3.2668543E-1,9.0864384E-1,2.3846765E0,1.3693619E0,6.086883E-1,8.8277113E-1,9.063655E0,3.0744642E-1,1.3702717E0,2.9025602E-1,1.458182E0,3.2384092E-1,1.170696E0,4.0430373E-1,6.6070433E0,7.9154545E-1,6.6728145E-1,1.9069334E0,8.668841E0,6.4637196E-1,9.024266E-1,4.117866E0,3.5797396E0,8.291758E-1,5.116923E0,1.4730189E0,5.688919E-1,1.5819126E1,8.19018E-1,1.7083065E-1,8.972764E-1,3.438719E0,2.0836292E-1,6.659382E-1,4.9602066E1,3.7518234E1,2.501745E0,3.3501786E-1,3.36693E-1,6.035505E-1,2.4103053E0,4.9682665E0,3.333089E0,3.0421925E-1,2.7755287E0,2.113075E0,9.0727407E-1,6.865989E0,1.4641483E0,1.6314702E0,2.9071035E0,7.144928E0,9.318508E-1,2.3383345E-1,2.2172425E0,1.7086567E0,8.752563E-1,1.6711538E1,3.2396334E-1,8.334024E1,3.043626E2,3.6618103E1,6.3267094E1,1.2150305E1,2.0473337E0,4.7838516E0,1.9462374E1,9.980559E0,1.980677E1,1.3633799E1,1.8442515E0,1.0765052E0,6.454684E-1,5.9870043E0,5.258469E1,4.058931E-1,2.1277597E0,7.1951675E-1,3.1975675E-1,4.042584E0,1.8460183E0,6.185384E0,4.1472027E1,2.1451347E0,1.580141E0,2.155229E-1,2.4966383E0,1.3292493E2,7.690927E-1,6.5381855E-1,7.6729214E-1,2.932693E0,3.578663E1,3.1177328E0,4.0199918E-1,7.2818863E-1,5.7404507E1,4.7818863E-1,1.0400127E0,5.986369E-1,8.3993393E-1,5.0803316E-1,1.7950711E0,1.3332179E0,9.72202E-1,2.926846E-1,8.7805384E-1,3.8988001E0,2.5E-1,1.2110413E0,2.0068688E0,2.3383345E-1,3.4406307E0,1.144427E0,7.69765E-1,9.065551E-1,1.6804047E-1,7.266076E-1,1.5735906E0,3.3229287E0,1.9998343E0,4.7405326E-1,5.208884E1,3.8406022E0,1.7487204E-1,1.5432194E0,3.1333318E-1,7.278468E-1,3.197929E-1,4.0532666E-1,9.404791E0,2.622314E0,5.05788E0,4.8960156E0,8.351009E0,2.470869E1,1.9038734E0,3.1215113E-1,1.1272138E0,4.5576065E1,7.7082324E-1,2.4550622E0,3.050964E-1,1.5355788E1,1.1486628E0,4.76774E-1,1.4238976E0,2.7774415E0,4.0066516E-1,1.1984209E0,7.351283E0,8.010826E-1,5.9762263E-1,1E0,3.2949644E-1,3.064927E-1,8.823492E0,2.4340732E0,1.2137306E0,7.1228874E-1,3.528097E1,9.293504E-1,5.7087297E0,5.524469E0,3.4111605E0,1.0626303E0,3.0673152E-1,1.0450381E0,3.2523358E-1,1.8924071E-1,1.2689413E0,6.4320284E-1,8.025639E0,3.3106637E0,8.072025E-1,1.4772978E0,2.1024418E0,2.3383345E-1,4.8830895E0,3.377893E-1,1.5481337E1,3.0523653E0,3.8635355E-1,4.2801483E1,6.8005824E0,3.6309315E1,1.2089198E0,1.9150519E0,5.86693E-1,1.8892595E0,5.210457E-1,4.5667977E0,4.0146846E-1,1.2949221E0,2.038167E0,2.3779614E0,3.9756745E-1,1.6349646E0,4.7811037E-1,6.472786E0,3.9320356E-1,6.454081E-1,8.1874025E-1,1.3022366E0,3.292337E-1,2.4845219E0,4.2258185E-1,3.2863946E0,3.8585334E0,7.654768E-1,1.6637397E-1,7.5923204E-1,9.4942456E-1,6.3128773E1,2.021147E1,2.8990438E0,3.0146356E2,3.3459763E1,3.1583402E0,4.450107E0,5.8816986E1,1.1769852E1,3.8045344E-1,1.050679E0,9.9665487E-1,1.7429616E0,3.04089E0,2.4046738E0,1.7057701E1,6.8186684E0,3.161891E0,1.7608034E1,2.1987362E0,7.8122115E-1,1.2852577E1,1.0833447E0,7.609069E-1,9.110776E-1,1.654275E-1,4.4761405E0,1.5108634E0,5.1675964E1,9.087274E-1,9.9911284E-1,3.0434713E0,2.2401999E-1,1.6219983E0,4.4808154E0,1.7045683E0,3.9931858E1,1.5401671E0,1.2275779E0,9.1755676E-1,5.426382E-1,1.0375028E0,1.8846813E0,1.0480118E0,1.1157736E0,5.628873E1,3.484615E-1,1.4466096E0,3.6649666E0,2.3383345E-1,3.542143E-1,8.56827E-1,3.0055326E-1,1.7063155E0,3.2434565E-1,8.2008123E-1,2.917602E0,4.0532666E-1,9.5280814E-1,1.0470262E0,8.282975E-1,5.126054E1,1.7487204E-1,3.6657302E0,3.1140792E-1,1.2318115E0,9.21555E0,1.8924071E-1,7.534801E-1,1.8688338E0,9.3871677E-1,4.1191635E0,2.7474704E0,2.1485455E0,2.9422953E0,5.4087143E0,1.4980296E0,2.321066E1,1.3305063E0,5.733671E-1,4.46474E1,9.286673E-1,3.062446E-1,2.1488175E0,3.495372E-1,8.488837E-1,3.495372E-1,7.0017457E0,4.9149275E-1,3.0958986E-1,7.9717245E0,8.5176766E-1,6.6891474E-1,1.7651585E0,3.4696877E1,5.8409286E-1,3.36693E-1,5.9265745E-1,5.368754E0,3.3997554E-1,4.528353E0,9.961156E-1,6.827936E-1,2.7283666E0,1.672977E-1,7.8583407E0,1.7487204E-1,3.1357915E0,3.4974408E-1,1.1275537E0,1.6019616E0,5.0048023E-1,1.672977E-1,4.7157917E0,4.9387804E-1,1.4987458E1,6.7505914E-1,2.3773062E0,4.0013847E1,2.7876346E0,5.2465262E0,1.5540559E0,3.571911E1,5.9020805E-1,5E-1,7.0891976E-1,3.7205562E-1,1.5429963E0,1.5525665E0,3.36693E-1,1.4114127E0,6.267544E-1,2.0412683E0,3.36693E-1,1.672977E-1,1.4676669E0,2.0957773E0,3.8874447E-1,1.4742968E0,1.8120978E0,5.16254E1,1.1503371E1,1.6793097E1,3.4183738E0,2.5095963E0,3.894475E-1,1.2525305E1,2.8893826E2,1.6889435E0,3.1770817E1,1.2467086E0,1.9116316E0,1.6724219E0,2.7776852E0,3.5984447E1,2.283254E1,1.7186993E-1,1.1597981E1,8.159001E-1,1.8075472E-1,1.314393E0,4.285685E-1,2.0928748E0,9.480152E-1,1.1247967E0,1.2798771E0,1.2969245E0,1.57607765E1,6.5686684E0,2.5E-1,1.7486048E0,1.4132862E0,2.7257023E0,1.4882333E1,1.878087E0,3.206492E-1,1.2308258E1,5.4431933E-1,1.6637397E-1,9.169707E-1,2.9155483E0,1.5605924E0,5.1329193E1,3.467692E-1,8.205443E-1,1.7856851E-1,3.230474E-1,2.720424E0,4.236802E0,2.4401337E-1,8.3929414E-1,8.6527413E-1,1.6117271E0,3.8320133E1,4.1187972E-1,1.1282874E0,3.9601254E-1,6.519992E-1,5.0803316E-1,5.57807E1,7.213963E-1,3.2562983E-1,3.4976897E0,1.6804047E-1,1.2205223E0,7.995028E0,1.0330968E0,3.0860665E0,2.0776434E0,6.698268E-1,3.4304893E-1,1.8054966E0,1.4282472E0,1.514048E0,5.082372E0,3.263418E-1,4.0167794E-1,1.0963516E0,5.2532166E-1,2.268534E1,1.0235018E0,3.0700457E-1,4.0622326E1,4.0250726E0,1.5211451E0,2.4401337E-1,3.224826E1,2.448615E0,2.371326E0,2.1570272E0,1.9322418E0,7.9612494E-1,7.3843207E0,4.7402E-1,2.025756E0,1.2961702E1,1.4742285E0,3.853962E1,1.9559414E0,8.316932E-1,3.8635355E-1,4.8601727E0,5.5229175E-1,1.0017642E0,4.0549105E-1,3.5313618E1,3.36693E-1,1.0747197E0,9.6462977E-1,5.09667E-1,1.7856851E-1,1.6335292E0,4.345035E0,4.7280365E1,8.376375E0,3.1269965E0,7.7457733E0,9.047323E0,1.0589147E0,2.3594592E0,2.3362997E0,1.7329678E-1,4.8792834E0,7.6460214E0,1.7407753E2,1.1486073E2,9.02291E0,2.2747908E1,1.6876116E0,2.2401999E-1,1.4224219E0,2.5E-1,3.9771724E-1,2.379968E0,3.3271374E1,2.7130713E0,2.0135002E1,2.6975384E0,9.7077876E-1,3.0909827E-1,4.9401337E-1,8.029111E-1,9.5286286E-1,1.4807914E1,6.168461E0,4.0020743E-1,3.3238843E-1,1.4162164E0,1.1977633E0,2.155229E-1,1.7287649E0,9.9693733E-1,5.871059E0,9.011273E0,1.1961489E1,3.467692E-1,9.7287494E-1,1.9426733E0,1.248877E0,3.1171536E-1,5.0977737E1,3.514553E-1,4.0438514E0,1.9295068E-1,1.2079085E0,4.0381855E-1,3.7526855E1,7.932762E-1,5.4852577E1,9.281224E-1,8.629833E-1,3.5753906E-1,2.8777037E0,2.0836292E-1,1.4936885E0,3.1180805E-1,2.3383345E-1,1.1944138E0,3.1226918E-1,1.2017788E0,4.778401E0,3.0397135E-1,1.9697155E1,2.988186E0,1.2306123E0,3.9391712E1,3.706631E0,3.184416E-1,1.5424086E0,3.0705854E1,1.4857453E0,9.628699E-1,2.0724158E0,2.9891008E-1,1.0780265E0,1.0790007E0,1.6143924E0,3.1784934E-1,1.6394024E0,3.8635355E-1,8.4614193E-1,1.2115561E1,1.7083065E-1,1.3033978E0,5.0759953E-1,3.2409367E-1,3.184416E-1,6.833226E-1,3.482559E1,4.8802674E-1,2.5E-1,4.095035E0,2.0076933E1,2.7203432E1,7.962491E0,4.138838E-1,6.688854E-1,2.458111E0,5.527839E0,2.217934E0,1.7214444E-1,8.875178E0,1.672977E-1,8.91617E-1,4.3110526E-1,1.928354E0,4.3052816E0,5.740017E-1,5.831055E0,1.814966E0,6.370111E1,1.1037643E2,6.766203E1,4.7198696E1,3.2811992E0,5.7417107E0,2.5E-1,2.2497908E1,2.19394E0,1.8602781E-1,2.9955502E1,3.3158736E0,1.4164654E0,1.2966061E0,1.6727402E1,3.407599E0,2.3409998E0,3.5653841E-1,7.152046E-1,1.4092709E1,1.6938585E-1,5.9990754E0,9.680334E-1,7.6073146E-1,4.2421956E0,1.6288631E0,2.5E-1,8.761273E0,1.6829833E-1,1.774375E0,3.4544122E-1,5.0632298E1,3.5958225E1,1.5686287E0,2.5605996E0,3.1710404E-1,1.1883967E0,3.052918E-1,3.265319E-1,4.451869E0,1.8983406E1,7.1374875E-1,1.204267E0,1.7839189E0,9.255359E-1,3.050764E-1,3.400105E0,3.0652604E-1,3.050764E-1,1.2373321E0,1.4708099E1,1.5997754E1,1.3071768E0,1.7856851E-1,3.1073803E-1,6.521318E-1,3.050964E-1,7.729301E-1,1.8602781E-1,8.929729E-1,4.0477473E-1,1.2096177E0,3.4483456E1,3.421341E-1,6.0161E-1,3.4934254E0,7.5874395E0,1.2489494E1,6.054512E0,2.114892E1,9.5486975E-1,1.5032414E0,9.9871373E-1,4.5291257E0,4.1697067E-1,1.8009633E0,4.8459458E-1,8.390584E0,3.793813E0,5.114687E-1,2.0615404E0,3.7695148E0,1.6829833E-1,1.6466677E0,7.4791083E0,5.6222E1,7.873127E1,3.1645159E1,4.4336918E1,2.3325117E1,3.530941E1,1.1889288E1,1.5888864E0,1.692313E0,3.5145533E-1,5.3902555E0,7.1547776E-1,2.178243E1,1.672977E-1,2.0266423E0,1.0162745E0,2.8939226E1,1.9301882E0,1.3856856E0,1.114582E0,3.0188346E-1,1.0466061E0,2.5E-1,1.3872417E1,2.8549855E0,3.0888064E0,3.1879243E-1,1.3745881E1,3.4682792E-1,5.450291E0,5.487839E-1,1.210264E0,3.0319316E0,1.9295068E-1,1.4359124E0,8.589129E0,1.7214444E-1,4.9492413E-1,5.0137375E1,3.5161404E1,7.9682374E-1,6.9804E-1,8.7058866E-1,3.7661757E0,6.8569356E-1,5.025739E-1,1.8480831E1,7.377589E-1,4.665082E-1,1.4547887E0,1.3253311E1,1.5321976E1,6.757779E-1,1.7487633E0,3.273469E1,2.9726422E0,5.2078307E-1,3.2130425E0,4.374397E0,1.154239E1,9.4710445E-1,2.3455565E0,3.7089555E0,5.1427784E0,1.6006142E1,5.3474575E-1,3.9943798E0,1.635025E0,1.6593821E-1,8.9230704E-1,2.901506E0,7.4690384E-1,1.3146366E0,5.3644305E-1,3.2330718E0,1.4783694E0,1.6829833E-1,4.6259303E0,2.853178E0,4.17851E1,1.4436903E1,1.21026945E1,6.662857E1,7.962506E0,2.3682653E1,2.8082808E1,1.6254112E1,1.7427969E1,5.8971477E0,2.26505E1,1.2658911E1,4.5758705E0,7.3134174E0,4.828301E-1,1.1060562E0,4.917984E-1,1.2005146E0,2.3383345E-1,5.1564217E0,2.1610006E1,1.724242E-1,6.2413967E-1,3.9213482E-1,2.960201E0,2.5979027E1,1.0334733E0,8.967149E-1,5.754842E0,8.117576E0,1.4554924E0,1.3994932E0,3.147619E-1,2.7740445E0,1.7487204E-1,1.3571009E1,2.8235688E0,2.083629E-1,3.2396334E-1,8.265166E0,1.114737E0,4.9022636E1,3.469437E1,4.6703327E-1,3.051747E-1,1.8175657E1,2.3383345E-1,1.2209553E0,9.758861E0,3.4944499E0,1.4913052E1,4.0892467E-1,6.670875E-1,1.0816759E0,3.2049126E1,6.8556714E-1,6.3860816E-1,2.5744345E0,4.7402E-1,3.900377E0,1.0297471E0,1.0512643E1,1.4265513E0,9.190051E-1,1.824117E0,3.3186615E0,9.531434E0,6.4747076E0,3.6764581E0,3.1792158E-1,1.0991137E0,2.1552289E-1,3.0307229E0,2.0234905E-1,2.9685624E0,1.657368E0,2.679881E0,1.7329678E-1,2.3130302E1,1.8654797E1,1.1926532E1,2.5103707E0,2.787788E0,9.314906E0,1.7280495E1,4.934808E1,3.815793E0,4.146713E0,2.2137966E1,1.5446876E0,7.818294E0,2.0264513E1,5.520844E0,1.0733269E1,2.4591439E0,1.4968824E1,2.001143E0,3.896005E0,1.1703594E1,1.0946905E1,9.8528805E0,2.80603E0,3.080513E0,1.4953576E0,4.395715E0,2.9177024E0,5.051093E-1,4.6513124E0,2.107298E1,5.3702486E-1,1.413126E0,1.5470749E0,1.5335091E0,2.4445517E1,5.0905848E0,6.6425693E-1,5.246065E0,2.8715103E0,1.672977E-1,2.656271E0,3.052918E-1,1.7870365E1,9.02669E0,7.321717E-1,2.2454684E0,1.2489815E0,1.45430975E1,3.699541E-1,5.2405405E-1,3.376323E0,1.0028078E1,4.845646E-1,3.4450674E-1,1.0820446E0,3.2847464E-1,1.4956423E0,1.3542601E0,1.9644014E0,8.558923E0,9.7251177E-1,4.835251E0,1.6394565E0,1.860278E-1,2.844695E0,1.6675158E0,1.3010466E0,2.356068E0,3.238133E-1,7.2683525E0,1.586195E1,2.1316144E0,1.6523182E1,2.0711856E0,9.855347E0,2.3379467E0,1.724242E-1,2.2150843E0,5.7270354E-1,2.1962605E0,7.118646E0,1.430947E1,2.9710236E0,4.843166E1,9.1641957E-1,1.0290391E0,2.786754E0,2.9880943E0,1.1586182E0,1.4295079E1,7.842887E0,1.1174517E0,4.2723596E-1,2.3034213E0,5.514873E0,9.414112E0,1.08504E1,1.1475819E0,4.3732624E0,2.0480838E0,8.6851845E0,1.1160249E0,1.3431191E0,3.4659356E-1,1.4622231E1,1.2973381E0,7.038048E-1,3.902669E-1,3.505738E0,1.9189824E0,9.784612E0,5.2735224E0,5.673383E0,3.8831515E0,5.9697285E0,2.203055E0,6.029752E-1,6.5440524E-1,8.409524E-1,2.87916E0,1.5165553E0,2.5E-1,2.6677024E0,3.4542668E-1,4.305886E0,4.2388582E-1,2.0649096E1,1.1933697E0,3.5370523E-1,9.49764E-1,5.8374506E-1,2.6574035E0,2.1788113E1,1.1295259E0,3.9610589E0,1.8792343E0,3.366831E0,6.249191E-1,2.246591E0,2.4229414E0,6.603748E0,4.993837E-1,1.7460847E0,1.0787859E0,1.701956E-1,1.4374799E1,1.6829836E-1,3.135761E-1,3.0627468E0,2.4401337E-1,9.784064E0,1.4653554E0,4.9904597E-1,7.443917E0,1.115006E0,8.0708426E-1,1.654275E-1,1.5168709E0,3.31838E0,3.36861E-1,1.3025955E0,1.4953713E0,1.7214444E-1,3.7468517E-1,9.263614E-1,5.8541794E0,1.4141734E0,1.3321249E1,2.5407004E0,2.2401999E-1,1.9075944E0,1.31302595E1,3.3929224E0,4.2214444E-1,1.6490413E0,1.6555692E0,8.199778E0,1.638838E-1,2.0512006E0,9.087055E-1,1.2875549E0,6.4131784E0,7.054678E-1,9.149313E-1,1.3394539E1,1.3973931E0,1.5736306E0,4.0817726E1,7.613934E0,5.12601E-1,4.0381855E-1,1.6593821E-1,2.6208158E0,2.081875E0,9.0621936E-1,3.1540506E0,1.1141028E1,3.631945E0,4.2109423E0,7.026627E-1,1.6007584E0,4.940898E0,5.739749E-1,3.8414946E0,5.5726175E0,1.06004E1,2.5E-1,4.000001E-1,7.4758184E-1,1.0368148E0,3.3364475E0,6.131265E-1,1.4349573E0,7.6864967E0,9.986876E-1,1.8924071E-1,9.2678416E-1,1.1132247E0,1.35090065E1,5.854051E-1,2.920333E0,9.766896E-1,9.4229287E-1,9.452502E0,3.3210868E-1,3.263495E0,2.0100272E0,2.1732829E0,3.5001001E0,9.4052255E-1,2.942629E0,3.8865676E0,2.0831609E0,1.701956E-1,2.0328593E0,1.8004719E0,1.0786879E0,1.3511277E0,1.654275E-1,3.4832948E-1,2.0300766E1,6.5345424E-1,2.963098E-1,9.6224475E-1,1.6951587E0,2.1209873E1,5.782411E-1,3.7382427E-1,3.5872345E0,1.2182909E0,6.609434E-1,3.050228E0,3.1660274E-1,2.0310683E0,2.155229E-1,1.3999541E0,1.0229875E0,1.1320933E0,5.4716544E0,3.062446E-1,1.4398401E0,3.5344058E-1,1.40213585E1,2.5085225E0,5.542244E-1,3.9571315E-1,9.388351E0,5.6219095E-1,5.528151E-1,1.2013487E0,3.1552225E-1,3.9588994E-1,2.9224904E0,4.2815537E0,1.5726256E0,1.2586736E1,7.345136E-1,1.2079985E0,1.332702E0,8.122477E0,5.007783E0,2.888667E0,5.0425553E-1,1.4770006E0,1.7856851E-1,2.541437E0,5.6583405E0,2.2401999E-1,1.0635349E0,6.2426066E0,1.7057176E-1,4.0011966E-1,5.1481164E-1,1.0431494E1,2.9630454E0,3.789785E-1,1.0184146E0,5.2741593E-1,1.0462146E0,3.8918728E1,1.8989993E0,2.9538789E0,4.660055E0,2.3161175E0,3.046981E-1,1.9179913E0,1.638838E-1,1.1569582E0,1.9970924E0,1.0313199E1,8.278295E-1,2.5E-1,3.381945E0,1.0816299E0,3.1293123E0,4.802718E-1,4.4606266E0,2.215564E0,1.6259308E0,1.0093362E0,4.5632815E0,5.144897E-1,1.0085911E1,3.4414241E0,4.245073E0,7.486876E-1,2.5E-1,1.1842235E0,1.2324782E1,2.749761E0,1.7057176E-1,9.658141E-1,8.486689E0,3.5530546E-1,2.9081895E0,4.8383346E-1,1.5261937E0,1.66237E0,1.8377302E0,2.6116703E0,3.3095872E-1,5.79387E-1,3.3071806E0,2.5E-1,1.8331609E0,4.9201497E-1,1.3084569E0,5.1243496E-1,1.978833E1,5.443373E-1,1.1508214E0,2.1001509E1,2.0836292E-1,1.9295068E-1,2.8572776E0,1.2026823E0,1.972718E-1,8.074646E-1,2.155229E-1,1.701956E-1,5.301459E0,3.1073803E-1,1.3710621E1,8.996033E0,3.923183E-1,2.5193882E0,4.0310216E-1,2.9973013E0,1.2842523E0,8.1892157E-1,7.537041E-1,3.2816112E-1,1.22585745E1,9.839785E-1,2.2401999E-1,6.153489E0,1.9689872E0,4.371533E0,6.362503E-1,1.0735859E0,1.467851E0,4.8122854E0,8.4605503E-1,5.2196884E0,1.022918E0,1.1241772E0,9.307317E0,1.6467295E0,1.3163159E0,2.0836292E-1,3.8710365E1,6.9804E-1,1.2009593E0,1.8129756E0,1.1409032E0,5.754286E-1,4.0846267E0,3.2841092E-1,8.2854736E-1,1.6339462E0,3.6314628E-1,9.829365E0,4.8383343E-1,2.8369067E0,5.450381E-1,2.0234905E-1,8.792808E-1,1.2678541E0,1.8614581E0,3.4659052E0,9.947212E-1,1.6142788E0,6.0128516E-1,7.598245E-1,8.661063E-1,8.2009554E-1,1.8924071E-1,3.8058329E0,7.574484E-1,9.7478285E0,3.3808267E-1,3.1247458E0,3.1667817E-1,1.2160418E0,3.029031E0,1.6593821E-1,8.32075E0,2.7357655E0,1.724242E-1,1.4969424E0,1.654275E-1,1.6717919E0,1.6593821E-1,1.541492E0,1.7656887E0,1.1401585E0,1.6829833E-1,5.2364266E-1,1.9264688E1,1.9398153E1,1.6033568E0,2.5380328E0,3.1924474E-1,4.994966E0,3.064927E-1,4.021318E-1,1.3308489E1,1.7057176E-1,8.825461E0,8.4299374E-1,1.1415581E1,9.877865E-1,5.165703E0,1.4108688E0,5.581185E-1,2.7995403E0,1.5719925E0,1.2523282E0,2.1552289E-1,5.0537505E0,1.6593821E-1,8.714855E0,5.924612E-1,1.3082738E0,3.3845562E-1,3.8310745E1,3.9962083E-1,1.2439227E0,5.6905305E-1,2.2401999E-1,9.1688323E-1,1.3233167E0,3.1062943E-1,3.6479637E-1,9.464569E0,3.1204786E0,3.4542668E-1,3.6375346E0,1.6829836E-1,4.4128513E-1,9.306543E0,1.0427451E0,1.7329678E-1,2.6717951E0,3.5723603E-1,3.7024263E-1,1.3015493E0,7.0518637E-1,1.8559502E1,1.90817E1,3.1645328E-1,6.9636244E-1,9.0699446E-1,1.292399E1,3.8449863E-1,5.243871E-1,8.301074E0,1.1041087E1,3.7449348E-1,2.1552289E-1,7.722636E-1,4.4219637E-1,4.7235065E0,2.6273959E0,1.7214444E-1,6.261518E-1,9.458407E-1,1.0801837E0,1.7214444E-1,1.647245E-1,4.8890257E0,3.7783852E-1,8.337017E0,3.044837E-1,3.800626E1,1.7057176E-1,9.293997E0,3.1645328E-1,8.990089E0,1.7214444E-1,2.4996507E0,7.024045E-1,1.7857098E1,8.267386E-1,1.8254961E1,1.2522177E1,4.018134E-1,1.04159355E1,6.2515116E-1,4.073319E0,6.5018755E-1,3.261823E-1,2.3012135E0,6.178177E-1,7.719199E0,3.692074E1,1.085521E0,2.327506E0,1.7214444E-1,4.4727176E-1,1.780769E1,3.634758E1,5.731593E-1,2.5E-1,8.355209E-1,1.9155517E0,3.4432026E1,1.4070649E0,5.0848675E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"2237","size_leaf_vector":"0"}},{"base_weights":[-7.611522E-1,-5.315923E-1,-1.005724E0,-3.453058E-1,-8.9844495E-1,-9.177576E-1,-1.0615634E0,-2.0849663E-1,-9.740731E-1,-7.219223E-1,-1.0145427E0,-5.8611035E-1,-1.0265529E0,-0E0,-8.289395E-1,-6.017579E-3,-7.611781E-1,-5.8206093E-1,-1.0248654E0,-6.1584026E-1,-8.483153E-1,-1.0213768E0,-1.4874208E-1,-3.867866E-1,-9.176695E-1,-8.874922E-1,-8.256212E-1,6.2174022E-2,-2.654748E-1,8.5838914E-2,-7.255141E-1,-5.8246064E-1,-1.0315428E0,6.85831E-1,-7.0097584E-1,-1.0314364E0,-0E0,-8.7579703E-1,-4.1382784E-1,-1.024938E0,-0E0,-5.243238E-1,2.4160409E-1,-8.8354117E-1,-1.7566638E-1,-9.446899E-1,9.893845E-2,-9.024813E-1,-0E0,3.6425498E-1,-0E0,-5.07714E-1,1.6513419E-1,-0E0,-8.1679595E-1,-9.168652E-1,-3.5359955E-1,-0E0,-8.088141E-1,-0E0,1.4888049E0,-0E0,-8.921104E-1,-0E0,-1.0341183E0,4.980411E-2,-1.9010799E-1,-9.563609E-1,-5.724775E-1,-7.350959E-1,-0E0,-8.0221397E-1,-0E0,4.1074216E-1,-2.8457922E-1,5.9832585E-1,-0E0,-9.332676E-1,-0E0,-7.890141E-1,8.173805E-2,-4.4661412E-1,-1.0170214E0,-0E0,3.5471347E-1,-9.7767806E-1,-6.2487304E-1,4.3115798E-1,-1.6962795E-1,-1.0061029E0,-3.7291047E-1,6.502222E-2,6.173651E-1,2.8029194E-1,-6.1596584E-1,-3.637777E-1,-9.0444E-1,-9.269207E-1,-0E0,-8.8953E-1,1.3756346E-2,-0E0,1.8027691E0,4.8528764E-1,-5.5849457E-1,-9.275719E-1,-0E0,-0E0,-8.075514E-1,-0E0,-9.7196823E-1,-6.7168075E-1,1.1156568E-1,-8.905908E-1,-1.1006867E-1,1.3650425E-1,-8.834391E-1,-3.5417E-1,4.3916997E-1,-0E0,6.435379E-1,7.892066E-1,-0E0,-0E0,-9.7573954E-1,-0E0,3.5798222E-1,-8.7594205E-1,-0E0,2.0360471E-1,-8.1992936E-1,-9.0074795E-1,8.843179E-2,-1.0285789E0,-0E0,-0E0,-9.862256E-1,-8.39054E-1,1.1020341E0,-0E0,6.596717E-1,-0E0,-1.0510999E0,-1.9888033E-1,-7.504061E-1,-6.5335953E-1,1.16017595E-1,3.1428617E-1,8.7858224E-1,-8.561527E-3,6.320282E-1,-0E0,-7.3943543E-1,-0E0,-8.5428935E-1,-4.921614E-1,-1.0035291E0,-9.323783E-1,-0E0,-9.4829893E-1,-0E0,1.7259654E-1,-8.947389E-1,-0E0,1.5448833E0,-0E0,1.3545834E0,-0E0,-5.0861E-1,-9.5872205E-1,-0E0,-9.035898E-2,-0E0,-9.797031E-1,-0E0,-5.9562236E-2,-8.71032E-1,9.865222E-1,-1.3016386E-1,1.5333809E-1,-9.272289E-1,1.0091615E0,-3.3638927E-1,-5.898216E-1,3.0707917E-1,-7.226588E-1,-0E0,-0E0,8.1284446E-1,-1.3129893E-1,3.0203587E-1,-0E0,-9.9950314E-1,-9.335852E-1,-0E0,3.1559697E-1,-1.0188853E-1,-6.119445E-1,3.833023E-1,-0E0,-7.0290864E-1,-7.445944E-1,-0E0,-2.4978556E-1,4.951691E-1,-0E0,-8.096276E-1,-3.5764236E-2,-0E0,-0E0,-9.9472E-1,-8.6847645E-1,-0E0,2.525816E0,-0E0,-0E0,-8.3862346E-1,-5.74273E-1,-0E0,-8.6014384E-1,-0E0,-6.9492817E-1,-0E0,1.7885618E-2,3.1979302E-1,4.360151E-1,-2.6239604E-1,4.449901E-1,1.0297538E0,-3.9657363E-1,8.07098E-2,9.0236855E-1,-0E0,-8.520716E-1,-0E0,-5.649525E-1,1.4379178E-1,-0E0,-7.39234E-1,-6.3909656E-1,2.13287E-1,-8.160918E-1,-3.653647E-2,-0E0,-9.4032764E-1,-1.3546479E-1,-9.82298E-1,-2.7216104E-1,1.4567022E-1,-4.9757414E-2,6.688305E-1,-7.6585704E-1,-0E0,1.24512374E-1,-1.527757E-1,-0E0,1.7293472E0,-9.8701936E-1,-0E0,2.5847492E-1,-0E0,-6.529594E-2,-1.004625E0,5.899326E-1,-5.7580775E-1,-9.5123076E-1,-0E0,-0E0,1.1617801E0,-0E0,7.0403594E-1,-0E0,-9.640018E-1,-0E0,1.659214E0,1.5236832E-1,-8.234986E-1,-7.8734773E-1,-0E0,4.2466432E-1,-6.681706E-1,5.049732E-1,-0E0,-0E0,-1.0110829E0,-0E0,-9.6462667E-1,-6.997262E-3,6.3264346E-1,-0E0,-3.6191058E-1,-0E0,-7.754127E-1,-0E0,6.5120625E-1,8.102931E-1,-0E0,-0E0,-4.254275E-2,-0E0,-1.0023866E0,-0E0,-8.9865345E-1,-0E0,3.0410986E0,-0E0,-2.681022E-1,2.5776193E-1,-8.492116E-1,-6.249116E-1,1.5100545E-1,-0E0,-8.823998E-1,5.107308E-1,-0E0,-8.4812176E-1,-2.663982E-1,3.113142E-1,-1.7182338E-1,-2.98709E-1,7.593635E-2,4.7684437E-1,-3.9181747E-2,-7.045082E-2,5.221725E-1,-7.7002937E-1,2.3143414E-1,6.6139126E-1,-1.852773E-1,8.057518E-1,-0E0,-4.6843493E-1,-0E0,4.0952024E-1,-0E0,1.249973E0,-0E0,-0E0,-6.9173515E-1,-6.0293907E-1,-0E0,6.528974E-1,-7.2685204E-2,-7.7974814E-1,2.7079606E-1,1.121265E0,-7.2291076E-2,2.5644377E-1,-4.546211E-1,-5.475273E-1,-7.793454E-1,-4.6879646E-1,2.8800365E-1,-0E0,-9.978133E-1,-0E0,5.929161E-1,-3.6377296E-1,2.1935783E-1,9.2342013E-1,-0E0,5.554358E-1,-0E0,-2.5137132E-1,-0E0,-0E0,1.5010717E0,-0E0,-7.810037E-1,-4.245222E-1,1.9618977E-2,-1.0201229E0,-0E0,-0E0,1.1301672E0,-6.282173E-1,-0E0,-0E0,-7.7546906E-1,7.470163E-2,-6.421645E-2,3.838928E-1,-3.376742E-1,-7.621617E-1,-0E0,2.161389E0,-0E0,8.886371E-1,-2.3813398E-1,-9.35202E-1,-0E0,-0E0,-8.602723E-1,2.538032E-1,-2.213951E-1,-2.0744115E-1,5.1174176E-1,-5.9315753E-1,-0E0,-8.068115E-1,-0E0,-9.919543E-1,-0E0,-2.9727873E-1,-0E0,1.9741665E-1,-1.2704667E-1,-8.289349E-1,-0E0,-3.539567E-1,3.7757206E-1,2.3697162E-2,9.410326E-1,8.875441E-1,-0E0,-0E0,-1.0097224E0,-0E0,-9.2770076E-1,3.6040652E0,-0E0,-2.3968509E-1,8.2803947E-1,-0E0,-9.002748E-1,-0E0,-7.196974E-1,5.4557395E-1,-2.7375937E-1,-9.171544E-1,-0E0,-0E0,6.17712E-1,-8.694476E-1,-0E0,-0E0,-5.5385005E-1,-0E0,4.7847822E-1,-0E0,-5.1002127E-1,-3.9475247E-2,2.8686297E-1,8.131878E-2,6.2253946E-1,6.300706E-1,-2.128979E-1,2.902802E-1,-7.4232435E-1,-0E0,5.9056646E-1,-1.2220123E0,-0E0,6.119782E-1,-4.087968E-1,8.564932E-1,-0E0,-8.4117335E-1,-0E0,-0E0,-4.2261678E-1,1.1568592E0,-0E0,9.362833E-1,-0E0,1.05707515E-2,-3.8039336E-1,-8.268716E-1,-0E0,4.45866E-1,-0E0,1.31031E0,-0E0,5.510581E-1,-0E0,-7.262718E-1,1.6182205E-1,4.7515562E-1,-0E0,-0E0,-7.8574795E-1,7.848263E-1,-0E0,2.2200461E-2,-6.3161296E-1,9.051928E-1,-0E0,-0E0,1.2509385E0,-5.7372373E-1,2.8791517E-1,-4.2973357E-1,-0E0,7.5716656E-1,-0E0,-1.0312783E0,-0E0,7.8299925E-2,-1.7924409E-1,1.7553856E0,-0E0,-0E0,7.356815E-2,-0E0,8.508519E-1,2.7714915E0,-0E0,-1.3476391E-1,1.8000176E0,-5.344064E-1,1.320101E-1,-7.6034594E-1,-0E0,-0E0,-7.6077896E-1,2.4672563E-1,-0E0,-0E0,-2.5987968E-1,-5.8253354E-1,-0E0,8.961105E-1,2.3490527E-1,-0E0,-1.6545972E-1,-0E0,-7.9364663E-1,-0E0,-2.103292E-1,-8.7197864E-1,-0E0,4.9034458E-2,-6.4534646E-1,9.758712E-1,-0E0,5.031325E-1,-2.1485041E-1,-0E0,1.0142907E0,-0E0,-1.3475208E-1,-7.945009E-1,-0E0,-0E0,-9.574941E-1,-0E0,3.2274811E0,1.0727369E0,-0E0,-0E0,-9.7126025E-1,-1.5756352E-1,2.5424668E-1,1.0539095E-1,1.0385411E0,7.665068E-1,-4.6564957E-1,-0E0,-9.7135204E-1,-0E0,-9.08481E-1,-2.8578782E-1,4.847607E-1,-7.306496E-1,-0E0,-5.2719486E-1,1.2970768E-1,-6.454072E-2,-6.787173E-1,9.647881E-3,-4.6045366E-1,5.9426684E-2,5.023986E-1,-4.5406693E-1,1.7664021E-1,-0E0,7.157422E-1,-0E0,6.984446E-1,4.919738E-2,-3.9880884E-1,-0E0,6.0641825E-1,-0E0,-1.0970424E0,9.927648E-2,-4.3139514E-1,-0E0,6.4289993E-1,-1.4539704E0,-0E0,7.2257334E-1,-0E0,-0E0,-3.565458E-1,-0E0,9.933018E-1,-6.006708E-1,3.1005538E-1,-1.0770162E0,-0E0,3.4153515E-1,-0E0,1.0621145E0,-0E0,-0E0,2.837296E-1,-4.8000437E-1,-0E0,-1.6120067E-2,-7.6994646E-1,-0E0,5.240532E-1,-7.333451E-1,-0E0,-0E0,9.2189854E-1,-0E0,6.732312E-1,3.320303E-1,-3.354825E-1,-0E0,-8.14953E-1,-0E0,1.3806287E0,-4.0309164E-1,2.5449568E-1,-1.92156E-1,4.13605E-1,-0E0,1.3341252E0,-0E0,-5.214904E-1,-2.280885E-1,1.0376935E0,-1.7595369E-1,-1.054649E0,-0E0,1.6198958E0,-0E0,2.5727508E0,-0E0,-1.9468576E-1,-0E0,2.3570366E0,4.3738815E-1,-0E0,-0E0,-5.417652E-1,4.0643924E-1,-0E0,1.0385765E-1,1.2411069E0,-2.5063362E-2,5.842353E-1,-9.2858344E-1,-0E0,-0E0,4.0776148E-1,-0E0,-8.267837E-1,-0E0,1.3036833E0,-2.7423662E-1,3.9314228E-1,9.28593E-1,-0E0,1.6431475E-1,-6.1820185E-1,-0E0,1.0683732E0,-1.8644498E-1,-0E0,-0E0,-7.634466E-1,9.479286E-1,-0E0,-1.004061E0,-0E0,-2.3306619E-1,-0E0,-0E0,5.0861734E-1,-5.0398004E-1,4.761284E-1,1.4186778E0,-0E0,1.0528904E0,-0E0,-6.1762196E-1,-0E0,-1.4231625E-1,-0E0,-0E0,-7.874527E-1,-0E0,-9.364315E-1,-0E0,-4.5184532E-1,-0E0,9.0396214E-1,-0E0,-8.2313734E-1,-0E0,-7.4737585E-1,-3.6884695E-1,2.7208796E-1,-5.1428777E-1,-0E0,-0E0,-8.0958784E-1,-1.6294615E-1,7.201699E-2,-4.839707E-2,-7.374164E-1,-1.131966E-1,2.187694E-1,7.771711E-1,2.8868353E-1,-5.707179E-1,-0E0,2.6203418E-1,-3.5399604E-1,2.7265197E-1,-3.0859584E-1,3.22537E-1,8.574272E-1,8.1027013E-1,-0E0,-0E0,4.4921508E-1,1.7998718E-1,-5.27876E-1,-0E0,7.026386E-1,-0E0,-1.299727E0,3.792934E-1,-0E0,-4.8449498E-1,-0E0,1.0703709E-1,-6.6486305E-1,1.2296028E-1,7.6932883E-1,-1.2541211E0,-0E0,6.4561385E-1,-0E0,-4.40649E-1,2.608473E-1,-0E0,8.1086093E-1,2.8740194E-1,-0E0,-1.0209539E0,-0E0,-0E0,3.9096886E-1,-0E0,9.1210324E-1,-4.4257188E-1,-0E0,3.6016378E-1,-4.474947E-1,1.6522355E-1,-3.3537516E-1,9.1766405E-1,-0E0,-0E0,5.995682E-1,-4.7583735E-1,7.005925E-1,-9.408745E-1,-0E0,1.6421514E0,-0E0,-0E0,-5.7359606E-1,7.0079464E-1,-1.401671E-1,-0E0,-3.472847E-1,7.293225E-1,-0E0,-0E0,1.3970556E0,-0E0,-2.874433E-1,-0E0,9.2792773E-1,-0E0,-3.935609E-1,-0E0,-1.0671625E0,2.6585262E0,-0E0,9.0687567E-1,-2.5483504E-1,1.3516703E0,-0E0,-4.2019436E-1,3.2479057E-1,-1.6155964E-1,7.764337E-1,-0E0,-9.494694E-1,-0E0,-2.2674982E-1,-0E0,5.279595E-1,-9.3012273E-1,-0E0,-0E0,1.4849857E0,-0E0,-4.7378948E-1,-0E0,7.976167E-1,1.0048251E0,-0E0,1.3329965E-1,-2.7731445E-2,6.045933E-1,-0E0,-0E0,-7.667689E-1,-0E0,1.0985428E0,-8.1846184E-1,-0E0,-6.395372E-1,-0E0,7.018736E-1,-0E0,1.6523732E0,-0E0,5.978386E-2,-8.646936E-3,-7.31139E-1,-0E0,3.8915938E-1,-0E0,-0E0,-1.00242E0,-0E0,8.672403E-1,-0E0,-6.822494E-1,-6.723485E-1,-0E0,-0E0,-4.6044624E-1,4.828721E-1,-0E0,-5.0160086E-1,-0E0,2.3718633E-1,-3.956455E-1,-5.7137656E-1,4.0273622E-1,-0E0,-8.406196E-1,-7.316347E-1,-3.676944E-2,-2.711625E-1,1.17728345E-1,2.7970353E-1,-4.8884928E-1,-0E0,-8.2215935E-1,-4.3337125E-1,7.389461E-2,-3.2170646E-2,3.7669948E-1,1.8843658E-1,1.0585562E0,4.7820982E-1,-0E0,-0E0,-6.788444E-1,-3.2146428E-2,3.903405E-1,-0E0,-5.4237807E-1,5.8214664E-1,-7.193059E-2,-0E0,-5.735389E-1,-2.8398134E-2,5.299891E-1,-0E0,8.993936E-1,-0E0,8.60057E-1,-3.3128393E-1,2.1864949E-1,-0E0,6.2446207E-1,5.1274407E-1,-9.408548E-3,-6.26479E-1,-0E0,5.7296E-1,-0E0,-0E0,4.6522352E-1,1.22419864E-1,-0E0,-0E0,-7.504111E-1,-1.8979803E-1,5.336751E-1,-0E0,8.069098E-1,-0E0,-5.402613E-1,1.0033485E0,-0E0,-0E0,4.3112436E-1,-2.8151017E-1,4.1312966E-2,-0E0,8.381846E-1,-5.226309E-1,-0E0,8.879791E-1,-0E0,-0E0,-7.958199E-1,4.4729795E-2,-0E0,-0E0,1.8532081E0,4.1699558E-1,-0E0,-7.824133E-1,-0E0,1.089776E0,-0E0,2.259302E-1,-6.1828953E-1,-0E0,-5.49173E-1,6.315191E-1,-0E0,-0E0,1.4762336E0,-0E0,-4.907215E-1,-0E0,-1.5999658E-1,-8.4150785E-1,-0E0,-0E0,2.9062567E0,-0E0,1.1799498E0,-5.7425976E-1,1.05560005E-1,1.4895782E0,-0E0,-0E0,-7.573613E-1,-2.6904618E-2,7.0533895E-1,-0E0,-2.5049162E-1,-0E0,9.8605263E-1,-0E0,-7.535883E-1,-9.704393E-1,-0E0,-0E0,1.5684339E0,7.30099E-2,-0E0,-5.877851E-1,-0E0,1.0448104E0,-0E0,-0E0,8.5168695E-1,-0E0,2.4608785E-1,-1.1846379E-1,-0E0,6.404155E-1,-0E0,-6.899203E-1,-0E0,1.1446304E0,-0E0,-0E0,-5.6549156E-1,8.6616933E-1,-0E0,-0E0,-8.389735E-2,-0E0,2.0137608E0,2.4010526E-1,-0E0,-7.82933E-1,-0E0,-3.0812663E-1,1.5141475E-1,-1.0357267E0,-0E0,6.555191E-1,-1.2918375E-1,-3.6616823E-1,1.1370271E-1,4.6102718E-1,-0E0,-0E0,-4.2282343E-1,-0E0,6.2507963E-1,-9.049554E-1,-0E0,-9.642676E-1,-0E0,2.751895E-1,-1.743676E-1,-8.2447207E-1,-0E0,1.9872753E-1,-4.5765016E-2,-0E0,6.321128E-1,-8.2667935E-1,2.0766554E-2,-8.781421E-1,-0E0,-0E0,-7.006014E-1,4.3646425E-1,-2.2840275E-1,5.275806E-1,-3.7495455E-1,-3.855928E-2,5.461511E-1,3.7428725E-1,-3.4007716E-1,1.1418986E0,-0E0,5.796443E-1,-3.158712E-2,1.9809608E-1,-4.5678928E-1,-0E0,-7.8133124E-1,-5.3453946E-1,3.4051222E-1,5.5626506E-1,-0E0,-6.8296546E-1,-0E0,-0E0,7.385209E-1,-0E0,-4.0869224E-1,-0E0,1.5474568E-1,-5.7249254E-1,5.764361E-2,-2.6127365E-1,6.4036614E-1,-1.3850851E-1,-0E0,-0E0,9.645394E-1,-0E0,9.2620146E-1,-6.2268037E-1,-0E0,-3.4092048E-1,6.406304E-1,7.068512E-1,-0E0,-0E0,7.2966385E-1,-0E0,-7.0397705E-1,1.1550242E-1,-1.9019257E-1,-0E0,-8.145444E-1,8.1303537E-1,-0E0,-0E0,-5.6939635E-2,8.3669066E-1,-0E0,5.098428E-1,-0E0,6.657722E-2,-0E0,-0E0,9.303188E-1,-0E0,2.0890682E0,-0E0,-8.9575315E-1,-0E0,1.4471049E0,2.5362667E-1,-9.471743E-2,6.9199145E-1,-0E0,-5.439429E-1,-0E0,-5.8869255E-1,-0E0,-0E0,1.555945E0,-2.0067105E-1,-0E0,-0E0,2.4548316E0,1.6270176E0,-0E0,2.2537954E-1,-0E0,-0E0,-9.4358027E-1,-0E0,-4.3382108E-1,-0E0,8.7456197E-1,-2.0593408E-1,-0E0,-0E0,1.0938156E0,-7.746586E-1,-0E0,1.3389062E0,-0E0,-0E0,-5.109525E-1,-0E0,9.41786E-1,-0E0,2.6572177E-1,1.1658858E0,-0E0,-0E0,1.1639878E0,-0E0,-2.0978549E-1,2.2289941E0,-0E0,-0E0,-8.212395E-1,-0E0,4.7049245E-1,-1.0497639E0,-0E0,-0E0,8.0506015E-1,-1.5727994E-1,-0E0,-0E0,-6.091672E-1,-0E0,3.8667023E-1,-0E0,6.755849E-1,-3.588617E-1,2.753225E-1,7.520762E-1,-0E0,-0E0,-9.227459E-1,-1.0837293E0,-0E0,-3.0852216E-1,4.731272E-1,-3.7950027E-1,9.5903836E-2,-1.0830631E0,-0E0,-1.6948007E-1,2.2320326E-1,6.867691E-2,4.3707478E-1,4.0420628E-1,-1.936339E-1,8.581654E-2,-2.9306915E-1,8.6612433E-1,-0E0,-7.040437E-1,-0E0,4.6133012E-1,-0E0,-0E0,-9.4083273E-1,-3.0228993E-1,6.0414106E-1,-9.398721E-1,-0E0,6.29615E-1,-6.1529886E-2,9.1948904E-2,-5.068762E-1,-0E0,7.199407E-1,-6.445222E-1,2.8189693E-2,-6.655958E-1,7.628282E-2,-0E0,7.298686E-1,6.5928906E-1,-0E0,-0E0,1.199498E0,7.1526E-1,-0E0,-0E0,-4.165921E-1,-3.965815E-2,4.2711332E-1,-0E0,-8.70166E-1,-0E0,-6.2768054E-1,-0E0,-8.963398E-1,-0E0,5.1591545E-1,-0E0,6.2302935E-1,-1.22755155E-1,4.9734318E-1,-5.720693E-1,-0E0,8.702467E-1,-0E0,-5.4650146E-1,-0E0,2.458771E-1,-0E0,-6.895938E-1,-0E0,-4.8113514E-2,4.6678048E-1,-0E0,-2.3142676E-1,-0E0,7.251464E-1,-1.5958937E-1,-0E0,-2.3958325E-1,2.2725043E-1,-0E0,1.0034113E0,-0E0,1.0040386E0,-8.75944E-1,-0E0,2.8597906E-1,-0E0,-0E0,-4.9443334E-1,8.016956E-1,-0E0,-0E0,5.839951E-1,8.682021E-1,-0E0,-0E0,1.4035593E-1,-7.678585E-1,-0E0,-0E0,4.8472303E-1,-3.8434982E-1,-0E0,-0E0,2.4874234E-1,-6.9768345E-1,-0E0,-0E0,8.804889E-1,-1.5104103E-1,-0E0,-0E0,8.531722E-1,7.8127164E-1,-0E0,2.2437022E0,-0E0,-7.3107177E-1,-0E0,-0E0,1.2105068E0,-0E0,4.285367E-1,-1.8847044E-1,-0E0,-0E0,5.95556E-1,-0E0,-4.9105167E-1,-0E0,1.6392853E0,-0E0,1.7119576E0,3.657464E-1,-0E0,-0E0,-1.0983254E0,7.556097E-1,-0E0,1.3092552E0,-0E0,1.1861074E0,-0E0,2.3939717E-1,-0E0,-0E0,1.2159672E0,-0E0,2.3601973E0,-0E0,-6.9382566E-1,-8.272057E-1,-0E0,-0E0,9.5883936E-1,-5.0714594E-1,-0E0,-0E0,-1.4055432E-1,-0E0,4.2200872E-1,-0E0,7.8172964E-1,-0E0,-3.5229608E-1,-0E0,3.0846822E-1,-0E0,6.15295E-1,-0E0,-9.4427794E-1,-0E0,-1.1487899E0,-0E0,6.8010426E-1,1.0599335E-1,-5.121487E-1,6.2653416E-1,-2.7050177E-2,-1.2214696E0,-0E0,-6.4919835E-1,-0E0,5.1324326E-1,-0E0,2.0163932E-1,-1.4585847E-1,-0E0,6.647076E-1,-9.7208045E-2,7.446128E-1,-3.7838954E-1,1.26938E-1,-0E0,2.5574243E-1,9.848289E-1,-0E0,-0E0,4.7931787E-1,-9.928582E-1,-0E0,-0E0,-5.472229E-1,-0E0,7.9295653E-1,-0E0,-1.0171429E0,-3.1778625E-1,2.6815943E-2,-0E0,7.374568E-1,-1.843247E-1,-0E0,-0E0,3.453575E-1,-6.7320365E-1,-0E0,-7.684097E-1,-0E0,3.0670735E-1,-0E0,-6.3069546E-1,-0E0,3.8846305E-1,-0E0,-0E0,-2.3192054E-1,8.806072E-1,-0E0,-0E0,8.002211E-1,-0E0,-1.6472796E-1,-0E0,1.2249844E0,-0E0,7.8713554E-1,-4.1471153E-1,1.2151591E-1,-0E0,1.12054184E-1,-0E0,-4.777329E-1,-0E0,7.3600316E-1,-0E0,1.6928835E-1,-9.594795E-1,-0E0,-0E0,-7.2988445E-1,-0E0,6.8903875E-1,7.0420414E-1,-0E0,-4.2395192E-1,4.5074075E-2,5.5895126E-1,-0E0,9.6655154E-1,-0E0,-0E0,-6.1074895E-1,-8.167226E-1,-0E0,-0E0,-4.7406685E-1,-0E0,-7.436864E-2,7.873443E-1,-0E0,-3.5026672E-1,-0E0,3.7492958E-1,-0E0,-0E0,2.0956159E-1,1.022224E0,-0E0,1.0424864E0,-0E0,-0E0,-9.881912E-1,-4.903578E-1,-0E0,-0E0,7.132043E-1,7.193879E-1,-0E0,-8.240452E-1,-0E0,4.5351455E-1,-0E0,-0E0,4.2625654E-1,-0E0,7.3507214E-1,-0E0,8.730298E-1,1.8537905E0,-0E0,-0E0,1.7215893E0,-0E0,1.7857921E0,-0E0,-9.1808045E-1,1.4227054E0,-0E0,-0E0,7.9412E-2,1.5255643E0,6.4809823E-1,3.2030395E-1,-0E0,1.279284E0,-0E0,-0E0,1.990867E0,-0E0,2.0663312E-1,-0E0,1.0966339E0,-0E0,-2.0456104E-1,8.409761E-1,-0E0,-0E0,-9.6056014E-1,-0E0,-1.1885332E0,8.0565923E-1,-0E0,3.9422348E-1,-0E0,-0E0,-6.3455856E-1,-4.517725E-1,4.084749E-1,-0E0,-1.3155091E0,-8.1521595E-1,-0E0,-3.278233E-2,3.2972062E-1,7.450233E-1,-0E0,-0E0,-2.632776E-1,-1.1023492E-1,3.0400676E-1,-4.7959632E-1,1.1368456E-1,-4.239407E-1,3.3589908E-1,7.7241683E-1,-0E0,3.5433035E-2,-5.1932114E-1,8.746116E-1,-0E0,-0E0,-6.658643E-1,6.7672133E-1,-1.2765096E-1,8.6954415E-1,-0E0,-0E0,-1.0281832E0,-6.7778426E-1,-0E0,6.8236274E-1,-0E0,-0E0,-8.670138E-1,-0E0,-3.4358895E-1,8.1629735E-1,-0E0,-0E0,-7.7198166E-1,-0E0,-9.0498835E-1,-0E0,3.5765254E-1,3.2357225E-1,-0E0,-7.228907E-2,-0E0,-0E0,-4.716168E-1,9.216823E-1,-0E0,-0E0,3.035743E-1,9.2011505E-1,-0E0,-0E0,-3.5408252E-1,1.2479781E0,-0E0,-0E0,8.7675416E-1,-0E0,-3.5335195E-1,-0E0,2.8908634E-1,5.009485E-2,-0E0,-0E0,-4.3591246E-1,-2.6603234E-1,6.867739E-2,-0E0,9.194895E-1,-0E0,1.571823E-1,-0E0,-7.9209644E-1,5.658213E-1,-0E0,-0E0,8.1740904E-1,-0E0,-6.978772E-1,2.8868976E-1,-0E0,-0E0,6.2419033E-1,7.7490574E-1,-0E0,-5.1108474E-1,-0E0,-7.343564E-1,-0E0,1.6036496E-1,-0E0,-5.6727004E-1,-0E0,-0E0,8.5553473E-1,-0E0,4.906942E-1,-1.075024E-1,-0E0,-0E0,2.680528E-1,-0E0,1.0439954E0,1.3667092E-1,-0E0,-0E0,8.3132803E-1,-0E0,-1.1443417E0,-0E0,-8.71242E-1,8.9565027E-1,-0E0,1.7824665E0,-0E0,-0E0,1.4278469E0,-0E0,1.4607178E0,2.782417E-1,-0E0,1.5878645E0,-0E0,-0E0,8.757814E-1,-0E0,1.0553333E0,-0E0,4.1261253E-1,-0E0,1.151933E0,6.956744E-1,-0E0,-0E0,-9.743618E-1,-9.5592016E-1,-0E0,-0E0,8.8693297E-1,-0E0,5.545599E-1,2.3569278E-1,-0E0,-8.915729E-1,-0E0,-0E0,-6.663352E-1,6.347031E-1,-0E0,-1.0871067E0,-0E0,-0E0,-9.2998654E-1,-0E0,-1.9341873E-1,-0E0,4.6390787E-1,-0E0,6.3528585E-1,-4.1917312E-1,3.487922E-2,-0E0,4.3545347E-1,-6.7025805E-1,7.1898736E-2,4.6863928E-1,-1.22253865E-1,-6.3083917E-1,-0E0,8.009336E-1,-2.915468E-2,-0E0,8.2687336E-1,-1.8074082E-1,2.0986734E-1,-0E0,8.197853E-1,5.772589E-1,-8.8302046E-2,-0E0,-8.204415E-1,8.2554305E-1,-0E0,7.536089E-2,-5.9110594E-1,-1.0652069E0,-0E0,-6.034022E-1,-0E0,-0E0,8.736381E-1,-8.1458217E-1,-0E0,-0E0,-1.0361648E0,-0E0,-2.398816E-1,-4.7696367E-1,-0E0,9.7178054E-1,-0E0,-1.874609E-1,-0E0,-0E0,2.7126396E-1,9.578517E-1,-0E0,-3.571103E-1,-0E0,1.2676792E0,-0E0,-0E0,4.369074E-2,9.537413E-1,-0E0,-0E0,2.982499E-1,7.224201E-2,-0E0,2.1403736E-1,-0E0,-0E0,8.0245507E-1,-0E0,8.6769855E-1,-6.652899E-1,-0E0,2.9810774E-1,-0E0,-0E0,5.114998E-1,9.1244906E-1,-0E0,4.7156647E-1,-0E0,-0E0,9.274944E-2,-0E0,1.0675969E0,-9.879997E-1,-0E0,-8.9838463E-1,-0E0,9.418198E-1,-0E0,-0E0,1.858358E0,-0E0,1.5014938E0,-0E0,1.6750233E0,-0E0,1.16944E-1,-0E0,9.4951874E-1,-0E0,4.52483E-1,-0E0,1.2065119E0,-0E0,-9.9680954E-1,-0E0,9.3370825E-1,4.6394423E-1,-0E0,-0E0,-1.0817229E0,-3.539005E-1,1.5461004E-1,8.2108825E-2,-0E0,-8.569636E-1,-0E0,5.938321E-1,-0E0,-0E0,-7.710029E-1,4.3071696E-1,-0E0,-0E0,-6.136424E-1,3.6917758E-1,-0E0,3.9151824E-1,-4.02339E-1,5.353281E-1,-1.8450625E-1,-0E0,-8.1825256E-1,-0E0,2.3719949E-1,7.236049E-1,-0E0,-5.4146E-1,-0E0,-0E0,-8.5159683E-1,9.223839E-1,-0E0,-4.6784645E-1,-0E0,9.249429E-1,-0E0,-4.6442637E-1,-0E0,-0E0,2.7810374E-1,-3.320843E-1,1.9268946E-1,7.6755375E-2,-0E0,-9.302897E-1,-0E0,7.665884E-1,-0E0,5.285394E-1,-7.00429E-2,-8.155241E-1,-0E0,-8.616944E-1,-0E0,1.0016565E0,-0E0,-0E0,-8.4207976E-1,-0E0,-8.545234E-1,-3.2397053E-1,-0E0,-0E0,1.0270236E0,-0E0,-2.5075346E-1,7.737397E-1,-0E0,-0E0,1.3047668E0,-0E0,-7.672594E-2,-0E0,9.9772966E-1,9.07105E-1,-0E0,9.488445E-1,-0E0,-0E0,2.1964288E-1,1.0913668E0,-0E0,-0E0,-9.230529E-1,9.6976656E-1,-0E0,-0E0,1.1356632E-1,7.1843624E-1,2.3191514E0,1.2146566E0,-0E0,-0E0,1.7163565E0,-0E0,-1.3105634E-1,2.4133252E-1,-0E0,9.780708E-1,-0E0,9.6620953E-1,-0E0,-7.961782E-1,-0E0,7.551285E-1,-0E0,-3.5666838E-1,6.947715E-2,-1.142168E0,-0E0,-0E0,-5.836944E-1,-0E0,3.6419713E-1,-0E0,-1.0121528E0,-0E0,-7.492108E-1,-0E0,-2.3121151E-1,8.358659E-1,-0E0,-7.9866445E-1,-0E0,7.0595586E-1,-0E0,-0E0,-4.33846E-1,-9.409204E-1,-0E0,-0E0,8.1078124E-1,-7.3116535E-1,-0E0,-0E0,1.8619967E-1,-0E0,-9.966768E-1,1.0208387E0,-0E0,-5.087881E-1,-0E0,-0E0,1.6273993E-1,1.028962E0,-0E0,-4.543407E-2,1.9599232E-1,-0E0,-4.2779934E-1,-0E0,-5.352385E-1,-0E0,2.9154956E-1,-0E0,1.2657976E-1,-0E0,-9.7530645E-1,-0E0,7.0678544E-1,-0E0,-1.0057003E0,-0E0,1.0657547E0,-0E0,-8.766054E-1,1.0599823E0,-0E0,-0E0,1.080249E0,1.0389162E0,-0E0,9.5043427E-1,-0E0,-0E0,1.0148667E0,-0E0,-2.1422452E-1,-0E0,1.1022527E0,-0E0,1.8426779E-1,-1.0073508E0,-0E0,-0E0,1.0327544E0,-0E0,8.1384355E-1,2.633164E0,-0E0,-0E0,1.3659667E0,-0E0,7.8197485E-1,-3.1963342E-1,-0E0,-0E0,-1.2174679E0,-7.700133E-1,-0E0,4.1166258E-1,-0E0,-0E0,-8.2386494E-1,-0E0,-9.0099037E-1,-0E0,-3.3887056E-1,-0E0,9.450624E-1,-0E0,-2.3147935E-1,-0E0,-9.6213293E-1,2.3100534E-1,-0E0,8.079255E-1,-0E0,-7.1949966E-2,3.7729827E-1,-0E0,-4.3916324E-1,-0E0,-1.0930222E0,-0E0,8.662457E-1,-6.83185E-1,-0E0,3.7989232E-1,-0E0,-8.2457364E-1,-0E0,-0E0,8.25462E-1,-0E0,1.0609838E0,1.375678E-1,-0E0,-0E0,1.7460543E-1,4.6802763E-2,-0E0,-7.102829E-1,-0E0,-0E0,-7.97024E-1,6.014443E-1,-0E0,-8.269342E-1,-0E0,-0E0,1.0941528E0,-0E0,-7.210168E-1,-0E0,1.1084427E0,1.8767421E-1,-0E0,1.056898E0,-0E0,1.8652933E-2,8.8263375E-1,-0E0,8.1390595E-1,-0E0,8.694137E-1,-1.0701478E0,-0E0,-2.3390564E-1,-0E0,3.8542852E-1,-2.5290713E-1,8.252602E-1,-0E0,-0E0,6.572275E-1,2.7572489E0,-0E0,-0E0,-1.2936759E0,-6.533384E-1,-0E0,-1.0322225E0,-0E0,-0E0,-7.825838E-1,9.8780936E-1,3.4705803E-2,-4.6004707E-1,6.6560353E-3,-0E0,-1.1663663E0,7.09883E-1,-0E0,-0E0,3.2198676E-1,-0E0,1.0984044E0,1.6536818E-1,-0E0,-0E0,-7.9388404E-1,-0E0,8.8565606E-1,-0E0,1.1683068E0,-0E0,8.375591E-1,-0E0,3.4419024E-1,-0E0,-1.1008584E0,-3.641714E-1,-0E0,-7.6087004E-1,-0E0,-0E0,2.9006987E0,-0E0,-1.3322048E0,-8.3982223E-1,-0E0,1.0488757E0,-0E0,-0E0,3.9456677E-1,-0E0,-6.3139397E-1,-0E0,2.3537314E-1,-1.2267954E0,-0E0,-0E0,1.129372E0,-8.295884E-1,-0E0,-0E0,1.2081171E0,-0E0,4.2689675E-1,-1.1436911E0,-0E0,-0E0,-3.0112475E-1,-0E0,3.0481741E0,-0E0,-1.0690298E0,1.0866631E0,-0E0,-0E0,-1.9920695E-1,4.027684E-1,-0E0,-0E0,-6.6710824E-1,-0E0,3.8098285E-1,-0E0,-9.8144156E-1,-0E0,8.9311594E-1,-0E0,-6.87005E-1,-0E0,9.561923E-1,-1.1744959E0,-0E0,2.6045673E0,-0E0,-0E0,8.6229694E-1,-0E0,-5.594466E-1,-0E0,3.2941508E-1,-0E0,-1.1973245E0,-9.5172024E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":2,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,-1,29,31,33,35,37,-1,39,41,43,45,47,-1,49,-1,51,53,55,57,59,61,63,65,67,69,71,73,-1,75,77,79,81,83,85,87,-1,-1,89,91,93,95,97,99,-1,-1,-1,101,103,105,-1,107,-1,-1,109,111,113,115,-1,117,119,-1,121,-1,123,125,127,129,131,133,-1,-1,135,137,139,-1,141,143,145,147,149,151,153,155,157,-1,159,161,-1,163,165,167,169,-1,-1,-1,171,173,175,177,179,181,183,185,-1,187,-1,-1,-1,-1,189,191,-1,-1,193,195,197,199,201,203,205,207,-1,209,211,213,-1,-1,-1,215,217,219,221,223,225,227,229,231,-1,233,235,237,239,241,243,-1,245,247,249,251,-1,-1,253,255,-1,-1,257,-1,-1,259,261,-1,263,265,267,-1,269,271,273,275,277,279,-1,-1,-1,-1,-1,281,-1,283,285,287,-1,289,291,293,-1,-1,-1,-1,-1,295,-1,-1,-1,-1,297,299,301,-1,303,305,-1,-1,307,309,311,313,315,317,319,321,323,325,327,329,331,333,335,-1,337,-1,339,341,-1,-1,343,345,-1,347,-1,349,351,353,-1,355,357,359,-1,-1,361,363,-1,365,367,-1,-1,-1,369,371,373,375,377,379,-1,-1,-1,-1,381,383,-1,385,387,389,391,393,395,397,-1,-1,-1,399,-1,401,-1,-1,-1,403,405,407,409,411,413,-1,-1,-1,-1,415,-1,417,-1,419,-1,-1,421,423,425,427,-1,429,431,-1,433,435,437,-1,439,441,443,445,447,449,451,453,455,457,-1,-1,459,-1,-1,-1,461,-1,-1,-1,-1,-1,463,465,467,469,471,-1,473,-1,475,-1,-1,477,-1,479,-1,481,483,485,487,489,-1,-1,-1,-1,-1,-1,-1,-1,491,493,495,497,-1,499,-1,501,-1,-1,-1,-1,503,-1,-1,-1,505,-1,507,509,511,-1,-1,513,515,517,519,521,-1,-1,-1,523,525,-1,-1,-1,-1,527,529,-1,531,533,535,537,-1,-1,539,541,-1,543,545,-1,-1,547,-1,549,551,-1,553,555,557,-1,-1,-1,559,-1,561,563,-1,-1,565,567,569,571,573,575,577,579,581,583,585,587,589,-1,591,593,595,597,599,601,-1,-1,-1,-1,603,-1,605,607,609,-1,-1,-1,-1,-1,611,-1,613,615,-1,-1,-1,-1,617,-1,619,621,623,625,627,629,631,633,-1,-1,-1,-1,635,-1,-1,-1,637,-1,-1,-1,-1,-1,639,-1,641,643,-1,645,-1,-1,-1,-1,-1,-1,-1,-1,647,649,651,653,-1,-1,-1,-1,-1,-1,655,-1,657,659,661,663,665,667,-1,669,-1,-1,-1,671,-1,673,-1,-1,675,-1,-1,677,679,681,683,685,687,689,691,693,-1,695,697,699,701,-1,703,705,707,709,711,713,715,717,719,721,723,725,-1,727,729,731,-1,733,-1,735,737,739,741,743,745,-1,747,-1,-1,-1,749,751,-1,753,755,-1,757,-1,759,-1,-1,-1,761,-1,763,-1,-1,-1,-1,765,-1,767,-1,-1,769,-1,771,773,-1,775,777,779,781,783,-1,785,-1,-1,787,789,791,793,-1,-1,-1,-1,-1,-1,-1,795,-1,-1,-1,-1,-1,-1,797,799,801,803,805,-1,807,809,-1,811,-1,813,815,817,819,821,823,825,-1,827,-1,-1,-1,-1,-1,-1,829,-1,-1,-1,-1,-1,831,833,835,837,-1,-1,839,841,-1,-1,-1,-1,-1,843,-1,-1,-1,845,-1,847,-1,849,851,853,855,857,859,861,863,865,867,869,871,873,875,877,879,-1,881,883,885,887,889,891,893,-1,895,897,899,901,-1,903,-1,-1,905,-1,-1,-1,907,909,911,913,-1,-1,-1,-1,915,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,917,-1,919,-1,-1,-1,921,923,925,927,929,931,933,-1,935,937,939,941,-1,943,945,-1,-1,947,-1,-1,-1,-1,-1,949,951,953,955,-1,957,959,961,-1,963,965,967,969,-1,971,-1,-1,-1,-1,973,-1,-1,975,977,979,-1,981,983,-1,985,987,989,-1,-1,991,-1,993,-1,-1,995,-1,997,999,1001,-1,1003,-1,1005,-1,-1,-1,1007,1009,-1,-1,-1,-1,-1,-1,-1,-1,1011,1013,-1,-1,1015,1017,-1,1019,-1,1021,1023,1025,1027,1029,1031,1033,-1,1035,1037,1039,1041,1043,1045,1047,1049,1051,-1,1053,1055,1057,-1,1059,1061,1063,1065,-1,1067,1069,1071,1073,-1,1075,1077,1079,-1,1081,1083,-1,1085,1087,-1,-1,-1,-1,-1,-1,-1,-1,1089,1091,1093,1095,-1,-1,-1,-1,-1,1097,-1,1099,-1,1101,-1,-1,-1,-1,-1,-1,-1,-1,-1,1103,-1,-1,1105,-1,1107,1109,1111,1113,-1,1115,-1,-1,-1,1117,-1,-1,-1,-1,-1,1119,-1,1121,-1,-1,-1,-1,1123,-1,1125,1127,1129,1131,-1,-1,1133,1135,-1,-1,1137,-1,-1,1139,-1,-1,1141,-1,1143,-1,-1,-1,-1,1145,-1,-1,-1,-1,-1,-1,1147,-1,-1,-1,1149,-1,-1,1151,-1,1153,-1,-1,1155,-1,-1,1157,1159,-1,1161,1163,1165,1167,1169,1171,-1,-1,-1,1173,1175,-1,1177,-1,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,-1,1201,1203,1205,1207,1209,1211,1213,1215,1217,-1,1219,-1,1221,1223,1225,1227,-1,1229,1231,1233,1235,1237,1239,-1,-1,1241,-1,1243,-1,1245,1247,1249,1251,1253,1255,-1,1257,1259,-1,1261,1263,1265,1267,1269,1271,-1,-1,1273,1275,1277,1279,1281,1283,1285,1287,1289,-1,-1,1291,-1,-1,-1,-1,-1,-1,1293,-1,1295,-1,1297,-1,1299,1301,1303,1305,-1,-1,-1,1307,-1,-1,1309,-1,-1,-1,-1,1311,-1,1313,-1,-1,1315,-1,-1,-1,1317,-1,-1,-1,1319,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1321,-1,1323,1325,-1,-1,1327,-1,-1,1329,-1,-1,1331,-1,-1,1333,-1,-1,-1,1335,1337,1339,-1,1341,1343,1345,1347,-1,-1,1349,1351,-1,-1,1353,1355,1357,1359,-1,1361,1363,1365,1367,1369,1371,1373,-1,1375,-1,-1,-1,1377,-1,-1,1379,1381,1383,1385,1387,1389,1391,1393,1395,-1,-1,1397,1399,1401,1403,1405,1407,1409,1411,-1,1413,1415,1417,1419,-1,1421,1423,1425,1427,-1,-1,-1,1429,-1,1431,-1,1433,1435,1437,-1,-1,1439,-1,1441,-1,-1,-1,1443,-1,1445,-1,-1,-1,1447,1449,-1,-1,1451,1453,1455,1457,-1,1459,1461,-1,-1,-1,-1,1463,1465,-1,-1,-1,1467,-1,-1,-1,1469,-1,-1,1471,-1,-1,-1,1473,-1,-1,-1,1475,-1,-1,-1,1477,-1,-1,1479,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1481,-1,1483,-1,-1,-1,1485,-1,-1,1487,1489,1491,-1,1493,-1,-1,1495,-1,1497,-1,-1,-1,-1,1499,1501,-1,-1,-1,1503,-1,-1,-1,1505,-1,-1,-1,-1,-1,-1,-1,1507,-1,1509,-1,1511,1513,1515,-1,1517,1519,-1,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543,-1,-1,1545,-1,-1,-1,1547,-1,-1,1549,-1,1551,-1,1553,1555,-1,-1,1557,-1,-1,-1,-1,1559,-1,1561,-1,1563,-1,-1,-1,1565,1567,-1,1569,1571,1573,-1,1575,-1,1577,-1,1579,-1,1581,1583,1585,-1,-1,1587,1589,1591,1593,-1,1595,1597,-1,-1,-1,-1,1599,1601,-1,1603,1605,1607,-1,1609,-1,-1,1611,1613,-1,1615,1617,-1,-1,1619,-1,-1,-1,1621,-1,1623,1625,1627,1629,1631,-1,-1,1633,-1,-1,-1,-1,-1,-1,1635,-1,-1,-1,-1,-1,-1,-1,-1,1637,-1,-1,-1,1639,-1,1641,-1,-1,1643,-1,-1,1645,1647,1649,-1,-1,1651,-1,-1,-1,-1,1653,-1,1655,-1,-1,1657,-1,-1,1659,-1,1661,1663,-1,1665,-1,1667,1669,1671,1673,-1,1675,1677,-1,1679,1681,1683,-1,-1,-1,1685,1687,1689,1691,1693,1695,1697,1699,-1,-1,1701,-1,1703,1705,1707,1709,-1,-1,-1,1711,1713,-1,-1,-1,-1,-1,-1,-1,1715,-1,-1,1717,-1,1719,-1,-1,-1,-1,1721,-1,-1,1723,1725,-1,1727,1729,1731,-1,-1,1733,1735,-1,1737,1739,-1,-1,-1,1741,1743,-1,-1,-1,-1,1745,-1,1747,-1,-1,-1,-1,-1,-1,-1,1749,-1,1751,1753,-1,-1,1755,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1757,-1,1759,-1,-1,-1,-1,1761,1763,-1,-1,-1,-1,-1,1765,-1,1767,1769,-1,1771,-1,-1,-1,-1,1773,-1,-1,1775,-1,1777,1779,-1,-1,-1,1781,-1,1783,-1,-1,-1,1785,-1,-1,-1,1787,-1,1789,-1,-1,1791,1793,1795,1797,1799,-1,-1,-1,-1,1801,-1,-1,-1,1803,-1,-1,1805,1807,1809,1811,1813,1815,1817,1819,1821,-1,1823,1825,-1,1827,1829,1831,-1,-1,-1,1833,1835,1837,1839,-1,1841,1843,1845,-1,-1,-1,-1,1847,1849,-1,-1,1851,-1,1853,-1,-1,1855,-1,1857,-1,-1,-1,1859,-1,-1,-1,1861,-1,1863,-1,1865,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1867,-1,-1,-1,-1,-1,-1,1869,-1,-1,-1,-1,-1,1871,1873,-1,-1,1875,-1,1877,1879,-1,1881,-1,1883,-1,1885,1887,1889,-1,1891,-1,-1,-1,1893,-1,1895,-1,1897,-1,-1,1899,1901,1903,1905,-1,-1,1907,-1,-1,-1,-1,-1,-1,-1,-1,1909,-1,1911,1913,1915,1917,1919,-1,1921,-1,-1,1923,-1,1925,1927,-1,1929,1931,-1,1933,1935,1937,1939,1941,-1,-1,-1,1943,1945,1947,-1,1949,-1,-1,-1,1951,-1,1953,-1,-1,-1,1955,-1,-1,1957,-1,-1,-1,-1,-1,1959,-1,-1,-1,-1,-1,1961,-1,-1,-1,1963,1965,-1,1967,-1,1969,-1,1971,1973,-1,1975,1977,-1,-1,-1,1979,1981,-1,-1,-1,1983,-1,-1,-1,-1,1985,-1,-1,-1,-1,-1,-1,-1,1987,-1,1989,-1,-1,1991,-1,1993,-1,1995,-1,1997,-1,1999,2001,2003,2005,2007,2009,2011,-1,2013,2015,-1,-1,2017,2019,-1,-1,2021,-1,2023,2025,-1,-1,-1,-1,-1,2027,2029,-1,2031,-1,-1,2033,2035,-1,-1,-1,-1,-1,2037,-1,2039,-1,2041,-1,2043,-1,2045,2047,-1,2049,-1,2051,-1,2053,-1,-1,2055,-1,-1,-1,2057,-1,-1,2059,2061,2063,2065,-1,2067,2069,-1,-1,-1,-1,-1,-1,-1,-1,2071,2073,-1,-1,-1,-1,-1,-1,2075,-1,-1,-1,-1,-1,-1,-1,2077,-1,-1,2079,-1,2081,-1,-1,-1,-1,2083,-1,2085,-1,-1,2087,-1,-1,-1,-1,-1,-1,2089,2091,-1,-1,-1,-1,-1,2093,-1,-1,-1,-1,-1,-1,-1,-1,2095,-1,-1,-1,2097,-1,-1,2099,-1,2101,-1,-1,-1,-1,-1,2103,-1,2105,-1,-1,2107,-1,-1,-1,-1,2109,-1,-1,2111,-1,-1,2113,-1,-1,-1,2115,2117,2119,2121,-1,2123,-1,-1,-1,-1,-1,2125,-1,-1,-1,2127,-1,-1,-1,2129,-1,-1,-1,2131,-1,2133,2135,-1,-1,-1,-1,2137,-1,2139,-1,-1,2141,-1,2143,2145,-1,2147,-1,2149,2151,-1,-1,2153,2155,-1,-1,2157,-1,-1,2159,-1,-1,-1,-1,2161,-1,-1,2163,-1,-1,-1,-1,-1,-1,2165,-1,2167,-1,-1,-1,-1,-1,-1,-1,-1,2169,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2171,-1,-1],"loss_changes":[2.7523657E2,1.7276697E2,9.255615E0,1.4433711E2,1.54435425E1,3.1905884E1,1.1812744E0,1.5503583E2,4.089508E0,1.1338074E1,1.7825928E0,1.4046097E1,7.0562744E-1,2.3302068E-1,0E0,6.813603E1,1.605925E1,5.977336E0,1.4178162E0,1.2737892E1,0E0,1.4610596E0,1.6846311E0,1.454109E1,3.2540054E0,2.0395966E0,0E0,1.9376768E-1,0E0,4.2268E1,7.3753777E0,1.5964874E1,7.261505E-1,2.9452245E0,5.050625E0,5.430603E-1,1.0927313E-1,1.0247879E0,2.0788315E1,1.1732178E0,4.509666E-1,0E0,5.739536E-1,2.5417824E0,1.7623528E1,1.362503E0,2.601886E-1,9.746933E-1,3.3333445E-1,0E0,0E0,5.502945E0,3.5503914E1,2.6707482E0,2.6667633E0,1.2868958E0,2.79619E1,0E0,0E0,0E0,1.3204212E0,2.2269475E0,1.2018433E0,0E0,4.1912842E-1,0E0,0E0,1.066536E0,2.5066433E0,7.4746704E0,8.144669E0,0E0,6.793808E-1,3.6039233E-1,0E0,9.5778525E-1,0E0,1.6908188E0,2.6725975E-1,2.4525967E0,7.66818E0,4.1060333E0,4.9697876E-1,0E0,0E0,7.6322937E-1,1.2646613E1,5.043721E-1,0E0,7.782917E-1,4.5731955E0,2.3574379E1,9.99662E0,1.5954685E0,6.2455547E-1,2.6261718E0,1.7023087E0,7.303314E-1,0E0,2.682804E0,1.1042955E1,0E0,4.9837732E-1,2.1150103E0,3.237741E-1,8.063526E-1,0E0,0E0,0E0,1.9869125E-2,9.953995E-1,2.2060776E0,1.5634547E0,3.4796295E0,4.3920956E0,7.1972895E0,5.5200386E-1,0E0,5.868713E-1,0E0,0E0,0E0,0E0,1.4651692E-1,1.096878E0,0E0,0E0,2.0835476E0,2.345015E-1,9.726007E0,6.005831E-1,6.530013E-1,1.1837926E0,3.440323E-1,2.9553138E-3,0E0,5.479584E-1,1.2133598E0,7.3969846E0,0E0,0E0,0E0,1.9474411E-1,4.505598E0,2.7837915E0,1.2612228E0,1.19637375E1,5.059346E0,3.1988144E0,4.7633237E-1,1.6759133E0,0E0,6.4908075E-1,1.494638E0,9.785423E-1,2.492128E0,1.6073685E0,5.468292E-1,0E0,2.854843E-1,3.1174254E-1,8.392206E0,1.6129036E0,0E0,0E0,7.804276E-2,1.3354092E0,0E0,0E0,6.4977646E-1,0E0,0E0,9.984286E-2,8.587494E-1,0E0,2.8837364E0,1.2564764E0,1.3142966E0,0E0,8.921876E-1,1.9436035E0,2.85421E0,4.8271E0,1.1816914E0,5.6028123E0,0E0,0E0,0E0,0E0,0E0,2.690753E-1,0E0,4.1312408E-1,1.2785225E0,5.124793E-1,0E0,2.8609532E-1,1.1992159E0,5.847891E0,0E0,0E0,0E0,0E0,0E0,1.0353942E0,0E0,0E0,0E0,0E0,4.4325907E-3,5.531845E-1,1.2523766E0,0E0,1.6127081E0,1.8303417E-1,0E0,0E0,5.49453E0,3.8832514E0,6.277962E-1,4.1193616E-1,1.4004421E0,2.4100174E-1,7.491962E0,1.1534105E1,3.0190802E0,3.3523607E0,3.5279899E0,9.3681335E-2,1.3344437E-1,3.260062E-1,2.071207E0,0E0,1.3305163E-1,0E0,7.6836693E-1,1.6197668E0,0E0,0E0,2.8224435E0,1.7819389E0,0E0,1.0867012E0,0E0,2.3019409E-1,1.1676819E0,3.738594E-1,0E0,6.8064004E-1,4.208366E0,4.4412184E0,0E0,0E0,5.540241E-1,1.476539E-1,0E0,4.662981E-1,3.888054E-1,0E0,0E0,0E0,5.275121E-1,9.7533417E-1,1.8672453E0,1.4128895E0,1.1509209E0,1.9926056E-2,0E0,0E0,0E0,0E0,6.7696816E-1,1.0095749E0,0E0,2.4336624E0,3.0504122E0,8.459172E-1,5.5111504E-1,2.0427081E-1,2.8680105E0,4.9519348E-1,0E0,0E0,0E0,2.7349472E-1,0E0,8.2235146E-1,0E0,0E0,0E0,7.637471E-3,1.1623294E-1,4.179783E-1,3.2072873E0,5.0806084E0,1.1875577E0,0E0,0E0,0E0,0E0,1.2233734E-1,0E0,1.2189732E0,0E0,1.2639027E0,0E0,0E0,2.1575823E0,1.0999718E0,1.5507085E0,5.847963E0,0E0,6.2815857E-1,4.3543786E-1,0E0,7.9101944E-1,1.4601452E0,3.572293E-1,0E0,4.1547375E0,8.950264E0,7.268282E0,6.4367647E0,2.315878E0,2.1912613E0,2.551542E0,1.5209286E0,2.9390063E0,1.4223117E0,0E0,0E0,1.388393E-1,0E0,0E0,0E0,1.2761636E0,0E0,0E0,0E0,0E0,0E0,1.3951311E0,5.137337E-1,8.015013E-1,3.3830634E-1,1.5028267E0,0E0,3.612647E-1,0E0,2.509676E0,0E0,0E0,2.7350077E-1,0E0,2.6172256E-1,0E0,4.2773092E-1,3.084999E0,4.195203E0,5.1759863E0,1.2780174E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.1179738E-1,6.943308E-1,9.46228E-1,9.855918E-2,0E0,2.572684E0,0E0,7.561236E-3,0E0,0E0,0E0,0E0,1.0800505E0,0E0,0E0,0E0,7.190685E-1,0E0,5.29208E0,1.3794014E0,3.5176373E-1,0E0,0E0,4.3432236E-1,2.8830126E-2,9.629557E-2,9.045361E-1,3.1929235E0,0E0,0E0,0E0,7.80286E-2,4.340248E-1,0E0,0E0,0E0,0E0,9.725176E-2,4.0577888E-1,0E0,2.0836957E0,2.6183505E0,1.7289771E0,2.0922565E0,0E0,0E0,4.667749E-2,1.2830353E-1,0E0,9.121189E-1,4.6814442E-1,0E0,0E0,8.5569096E-1,0E0,1.1879358E0,1.4712843E-1,0E0,2.7951636E0,2.8559225E0,6.858349E-1,0E0,0E0,0E0,7.6947594E-1,0E0,1.0295448E0,8.8113093E-1,0E0,0E0,1.6091893E0,2.043192E0,5.1741347E0,5.7702627E0,1.792923E0,5.08947E0,8.306799E-1,2.6937368E0,9.8230565E-1,1.6797309E0,4.5118606E-1,2.0325356E0,1.4299426E0,0E0,5.147803E-1,8.770883E-3,1.5488663E0,1.3377382E0,7.327882E-1,2.9988945E-1,0E0,0E0,0E0,0E0,6.769247E-1,0E0,2.0555343E-1,2.7528006E-1,9.9225235E-1,0E0,0E0,0E0,0E0,0E0,5.3750128E-2,0E0,1.4789429E0,1.1752225E0,0E0,0E0,0E0,0E0,1.1715448E-1,0E0,1.1975328E0,1.3544855E0,3.7465873E0,2.007978E0,4.5834535E-1,2.025137E0,2.3517704E-1,2.4419303E0,0E0,0E0,0E0,0E0,2.8131104E-1,0E0,0E0,0E0,1.4178176E0,0E0,0E0,0E0,0E0,0E0,9.95903E-2,0E0,5.8983423E-2,3.609192E0,0E0,3.860306E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.7562394E-1,3.2687426E-1,2.8920765E0,2.9628432E0,0E0,0E0,0E0,0E0,0E0,0E0,2.2175932E-1,0E0,4.5537367E-1,1.3618424E0,1.5793571E0,8.6131346E-1,1.0010136E0,1.583447E0,0E0,1.5966969E0,0E0,0E0,0E0,1.04029894E-1,0E0,7.645588E-1,0E0,0E0,3.1266236E-1,0E0,0E0,4.9659824E-1,1.1461873E-1,3.9961657E-1,2.656551E0,2.8545818E0,1.3747885E0,1.5338142E0,5.3167216E-2,4.75605E-1,0E0,7.637825E-1,6.4825463E-1,1.0915933E0,7.199664E-1,0E0,7.213352E-1,1.4811769E0,8.5203904E-1,1.5469055E0,2.098015E0,2.1627946E0,1.9285145E0,2.5892181E0,4.5256788E-1,1.5727957E0,1.2522588E0,3.4288101E0,0E0,8.3504534E-1,7.9760706E-1,2.6599302E0,0E0,3.6885273E-1,0E0,1.1333287E0,3.7055713E-1,3.5428092E-1,7.5184697E-1,1.9728088E0,1.0175657E-1,0E0,5.099449E-1,0E0,0E0,0E0,4.4825763E-1,9.2009354E-1,0E0,6.006767E-2,7.807944E-1,0E0,2.9283708E-1,0E0,3.9666724E-1,0E0,0E0,0E0,1.9731504E-1,0E0,1.1735464E0,0E0,0E0,0E0,0E0,4.841962E-1,0E0,5.5124664E-1,0E0,0E0,9.34754E-1,0E0,1.6099238E0,1.4782753E0,0E0,2.5601654E0,1.0972426E0,2.4660287E0,2.7171183E-1,5.4792345E-1,0E0,1.5300465E0,0E0,0E0,1.3975988E-1,5.168638E-1,4.4504339E-1,3.6251068E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.8528938E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.5531793E0,1.8925419E0,2.0943873E0,2.5296106E0,7.24926E-2,0E0,1.13811694E-1,4.980476E-1,0E0,1.1136503E0,0E0,1.2042012E0,4.1783383E-1,1.1440119E0,2.2914553E-1,3.5719864E-2,6.9270134E-1,7.991681E-1,0E0,9.916878E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.28516E-1,0E0,0E0,0E0,0E0,0E0,4.5404565E-1,1.3204584E0,1.9313726E0,6.4261057E-3,0E0,0E0,1.3276806E0,4.055102E-1,0E0,0E0,0E0,0E0,0E0,8.818455E-1,0E0,0E0,0E0,4.529965E-1,0E0,3.9458275E-3,0E0,5.1270986E-1,4.7924593E-1,1.3944696E0,4.1017914E-1,7.897886E-1,2.1175232E0,8.6348534E-1,2.7865076E0,2.2716591E0,2.0745041E0,1.4895611E0,2.1073868E0,1.8332342E0,2.9148197E0,2.3652592E0,4.590739E-1,0E0,1.597801E0,4.8780262E-1,1.5722212E0,1.1238778E0,2.346751E0,2.7648048E0,5.97137E-1,0E0,1.1916865E0,4.0650547E-1,7.90542E-1,1.260117E0,0E0,6.184554E-2,0E0,0E0,4.4554207E-1,0E0,0E0,0E0,1.7748488E-2,5.794976E-1,1.7828816E0,1.3075581E0,0E0,0E0,0E0,0E0,2.537361E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.4781227E0,0E0,2.9709774E-1,0E0,0E0,0E0,2.2350639E-1,1.2054378E0,6.8427324E-1,9.1075903E-1,1.2004547E0,3.8002844E-3,2.1513395E0,0E0,2.3696631E-1,9.6730375E-1,1.3806748E0,1.3059851E0,0E0,4.650628E-1,9.23841E-2,0E0,0E0,1.5123272E0,0E0,0E0,0E0,0E0,0E0,7.580478E-1,7.3302604E-2,6.491852E-2,2.6197052E-1,0E0,1.9591963E0,1.3671964E0,1.4042397E0,0E0,1.6305313E0,1.537458E0,1.3399705E-1,2.7706137E0,0E0,3.8560867E-2,0E0,0E0,0E0,0E0,3.2315207E-1,0E0,0E0,4.0012312E-1,1.0363113E-2,3.4909713E-1,0E0,7.3309004E-1,2.539153E-1,0E0,6.493686E-2,3.31406E-2,4.877351E-1,0E0,0E0,6.04604E-1,0E0,8.3335876E-1,0E0,0E0,2.6013553E-1,0E0,8.630369E-1,1.4160034E-2,2.6140137E0,0E0,1.3132656E-1,0E0,7.116213E-1,0E0,0E0,0E0,3.6431837E-1,6.3422775E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.8243334E0,4.9252218E-1,0E0,0E0,5.6947714E-1,2.565382E-1,0E0,5.7440645E-1,0E0,7.6959133E-1,1.2173266E0,1.7545685E0,2.3447618E0,1.99087E0,9.6131885E-1,1.9837689E0,0E0,9.6664715E-1,1.5971859E0,2.0887916E0,2.3380601E0,2.3086555E0,1.1892767E0,1.9230385E0,1.8256478E0,1.5207564E0,0E0,4.7126436E-1,1.7862208E0,1.157922E0,0E0,4.4724715E-1,1.1276042E0,4.7531313E-1,4.6968803E-2,0E0,9.0874285E-1,2.006875E0,3.7576746E-2,3.0206604E0,0E0,3.8229942E-1,1.3348616E0,2.1096518E0,0E0,2.3639774E-1,6.5224606E-1,0E0,1.3468857E0,1.3229302E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3057988E0,1.346846E0,5.2997298E-3,1.080307E0,0E0,0E0,0E0,0E0,0E0,3.6337516E-1,0E0,6.208758E-3,0E0,5.0953746E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.4380264E0,0E0,0E0,5.9482026E-1,0E0,9.8309994E-1,1.2955052E-1,5.85557E-1,2.3945272E-1,0E0,7.194179E-2,0E0,0E0,0E0,1.3919964E0,0E0,0E0,0E0,0E0,0E0,1.2225149E-1,0E0,1.6767025E-1,0E0,0E0,0E0,0E0,1.4925289E0,0E0,1.2586054E-1,1.0153801E0,5.9056747E-1,9.1486526E-1,0E0,0E0,1.1466652E-1,1.6231441E0,0E0,0E0,5.9088707E-2,0E0,0E0,2.8757763E-1,0E0,0E0,9.976959E-2,0E0,1.7550397E-1,0E0,0E0,0E0,0E0,6.366594E-2,0E0,0E0,0E0,0E0,0E0,0E0,6.187687E-1,0E0,0E0,0E0,8.452673E-1,0E0,0E0,1.1577195E-1,0E0,2.3044662E0,0E0,0E0,5.287113E-1,0E0,0E0,2.8958827E-1,2.7308655E-1,0E0,1.7786307E0,3.311822E-2,4.870183E-1,3.3392507E-1,4.74087E-1,4.2747903E-1,0E0,0E0,0E0,3.8338363E-1,3.9051628E-1,0E0,7.0667267E-1,0E0,1.6352973E0,2.08351E0,1.8892443E0,4.346572E-1,2.4785395E0,2.6351721E0,2.771417E-1,8.247974E-1,2.024765E-1,3.0706602E-1,7.7325726E-1,0E0,1.0752066E0,6.882086E-1,1.4792088E0,1.1459843E0,1.3378247E0,1.617755E0,1.0562027E0,2.6867461E0,1.4182616E0,0E0,1.392128E0,0E0,2.149116E0,5.194236E-1,9.398477E-1,1.4869756E0,0E0,9.571314E-3,1.4799335E0,4.695706E-1,9.1416645E-1,9.296404E-1,1.17664576E-1,0E0,0E0,9.3011856E-1,0E0,3.17945E-1,0E0,1.1583443E-1,3.196175E-1,8.980368E-1,3.3827797E-3,1.1564574E0,3.3545133E-2,0E0,2.873737E-1,1.4495659E0,0E0,1.4134741E-1,1.1844065E0,2.3862375E-1,2.5337523E-1,9.626608E-1,8.013511E-2,0E0,0E0,5.066495E-1,4.5024272E-2,1.3465729E0,4.850967E-1,4.0320694E-1,1.6011342E-1,1.6038764E-1,3.4876013E-1,6.161925E-2,0E0,0E0,7.3246574E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.6670752E-1,0E0,4.4586182E-1,0E0,2.0975494E-1,0E0,2.931218E-1,2.5925758E-1,7.4715674E-2,2.3442984E-2,0E0,0E0,0E0,7.120335E-2,0E0,0E0,1.1902809E0,0E0,0E0,0E0,0E0,1.2654037E0,0E0,2.6203996E-1,0E0,0E0,4.318304E-1,0E0,0E0,0E0,5.3548E-1,0E0,0E0,0E0,1.6985836E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.860081E-1,0E0,8.697045E-2,9.545708E-2,0E0,0E0,5.163479E-1,0E0,0E0,5.79823E-1,0E0,0E0,5.4813385E-2,0E0,0E0,5.5378246E-1,0E0,0E0,0E0,5.9140146E-2,3.5301514E-2,2.2599834E-1,0E0,3.9084566E-1,1.2408373E-1,1.0330151E-1,3.0698895E-2,0E0,0E0,1.8767929E-1,4.0217638E-1,0E0,0E0,9.4728017E-1,1.7518494E0,1.8448405E0,1.0745511E0,0E0,1.0807508E0,7.5660604E-1,1.9505777E0,2.767789E0,2.2065015E0,2.2749295E0,1.354519E-1,0E0,4.9741483E-1,0E0,0E0,0E0,1.2843344E-1,0E0,0E0,7.241907E-1,4.8348364E-1,4.1682136E-1,4.034524E-1,2.4455537E-1,6.771903E-1,7.3173985E-2,3.2169858E-1,9.173324E-1,0E0,0E0,1.0989158E0,2.0421258E-1,3.8872862E-1,2.7488708E-1,1.4454576E-1,1.2342882E0,7.6320505E-1,7.705956E-2,0E0,6.745491E-1,1.1090012E0,3.8950846E-1,2.8147304E-2,0E0,4.5662725E-1,1.2384745E0,4.866905E-2,3.2749104E-1,0E0,0E0,0E0,9.1053486E-2,0E0,5.596689E-1,0E0,9.3932676E-1,7.2588617E-1,1.2810338E-1,0E0,0E0,8.0468225E-1,0E0,1.3125223E-1,0E0,0E0,0E0,3.7659132E-1,0E0,4.7995234E-1,0E0,0E0,0E0,1.0416016E-2,8.928108E-1,0E0,0E0,2.0419598E-1,2.7957368E-1,9.366471E-2,5.418434E-1,0E0,3.321767E-1,7.173197E-1,0E0,0E0,0E0,0E0,2.6180404E-1,6.190727E-1,0E0,0E0,0E0,9.963441E-2,0E0,0E0,0E0,9.356432E-1,0E0,0E0,1.5884948E-1,0E0,0E0,0E0,4.8736796E-1,0E0,0E0,0E0,2.2576714E-1,0E0,0E0,0E0,6.2887573E-1,0E0,0E0,2.458725E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2692318E0,0E0,9.2996025E-1,0E0,0E0,0E0,3.9383602E-1,0E0,0E0,1.1735535E0,1.1015974E-2,6.9610596E-1,0E0,1.4001553E-1,0E0,0E0,1.0767174E-1,0E0,6.7536545E-1,0E0,0E0,0E0,0E0,9.2705905E-2,1.2218785E0,0E0,0E0,0E0,6.68683E-2,0E0,0E0,0E0,1.717999E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.9519615E-1,0E0,1.5831947E-1,0E0,1.0285428E0,3.8943288E-1,1.738594E0,0E0,1.9188752E0,2.928176E-1,0E0,5.681883E-1,3.002714E-1,8.8350964E-1,1.3523926E-1,1.6081915E0,2.3534918E0,1.7379353E0,1.3599863E0,8.676245E-1,1.0889235E0,3.100829E0,2.0952911E0,0E0,0E0,5.700207E-1,0E0,0E0,0E0,5.567417E-1,0E0,0E0,3.4090346E-1,0E0,1.2723649E-1,0E0,3.1053352E-1,1.6562487E-1,0E0,0E0,6.8731904E-1,0E0,0E0,0E0,0E0,3.3556104E-1,0E0,9.106896E-1,0E0,2.1123672E-1,0E0,0E0,0E0,1.1301547E-2,9.966715E-3,0E0,3.4375715E-1,7.536497E-1,1.8258089E-1,0E0,6.13611E-1,0E0,2.3542997E-1,0E0,4.5848083E-1,0E0,1.1045198E0,3.324443E-2,1.2914798E-1,0E0,0E0,3.7307625E-3,6.432286E-2,1.8609129E-1,1.089052E0,0E0,1.281954E-2,1.829803E-1,0E0,0E0,0E0,0E0,4.5077324E-2,1.4341488E0,0E0,1.0077412E0,1.705896E-1,1.3941753E-1,0E0,6.569719E-2,0E0,0E0,6.846106E-2,2.9808438E-1,0E0,7.063588E-2,5.047163E-1,0E0,0E0,9.4986534E-1,0E0,0E0,0E0,2.5257313E-1,0E0,2.5023684E-2,1.3756889E-1,5.060539E-1,4.8765715E-2,6.586695E-2,0E0,0E0,6.743164E-1,0E0,0E0,0E0,0E0,0E0,0E0,7.652292E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.038685E-1,0E0,0E0,0E0,9.0408516E-1,0E0,2.4449348E-1,0E0,0E0,3.081808E-1,0E0,0E0,1.7059118E-1,1.3241119E0,1.0293882E0,0E0,0E0,1.1549902E-1,0E0,0E0,0E0,0E0,2.3016793E-1,0E0,4.6594048E-1,0E0,0E0,9.709501E-2,0E0,0E0,1.6978931E-1,0E0,1.6350603E-1,6.9136906E-1,0E0,3.4953493E-1,0E0,1.49141E-1,1.9917016E0,1.119425E0,7.472966E-1,0E0,8.973169E-2,2.3464274E-1,0E0,7.5803936E-2,2.276904E-1,2.1300268E-1,0E0,0E0,0E0,7.8483975E-1,1.4787583E0,1.8507986E0,1.3338972E0,6.558495E-1,2.0884624E0,9.8002815E-1,1.4873366E-1,0E0,0E0,1.1118727E0,0E0,1.1798558E0,1.8314748E0,6.190963E-1,1.1511836E0,0E0,0E0,0E0,3.8783073E-2,2.1906042E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.1899195E-1,0E0,0E0,1.6281891E-1,0E0,1.1438489E0,0E0,0E0,0E0,0E0,8.838453E-2,0E0,0E0,1.6989556E-1,7.215061E-1,0E0,7.03444E-2,3.3142E-2,1.765728E-1,0E0,0E0,1.3137364E-1,2.6577377E-1,0E0,4.3838318E-3,1.0459166E0,0E0,0E0,0E0,8.765772E-2,7.2677117E-3,0E0,0E0,0E0,0E0,1.21636376E-1,0E0,6.915841E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.255083E-1,0E0,4.8222435E-1,9.922886E-2,0E0,0E0,2.7703643E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.604149E-1,0E0,3.0787927E-1,0E0,0E0,0E0,0E0,2.054365E-2,6.11187E-1,0E0,0E0,0E0,0E0,0E0,7.9259014E-1,0E0,6.395159E-1,6.550045E-1,0E0,8.529682E-1,0E0,0E0,0E0,0E0,1.4269352E-1,0E0,0E0,9.64571E-1,0E0,2.6767354E-2,5.39588E-1,0E0,0E0,0E0,2.5785887E-1,0E0,3.9458847E-1,0E0,0E0,0E0,1.2899017E-1,0E0,0E0,0E0,2.7885818E-1,0E0,5.6205273E-2,0E0,0E0,1.2007723E0,4.815008E-1,1.2027517E-2,1.2165422E0,4.9292278E-1,0E0,0E0,0E0,0E0,7.1566105E-3,0E0,0E0,0E0,1.4920038E-1,0E0,0E0,7.623153E-1,4.7252473E-1,1.7976439E0,1.9546399E0,1.4491606E0,1.5573113E-1,1.20487E0,7.407268E-1,9.9244225E-1,0E0,7.415354E-1,4.6698937E-1,0E0,1.066021E0,2.7077267E-1,1.4233866E-1,0E0,0E0,0E0,7.1183777E-1,9.716171E-3,1.5002193E0,6.0097075E-1,0E0,7.2255564E-1,8.6109185E-1,2.165699E-2,0E0,0E0,0E0,0E0,5.0402117E-1,7.839441E-2,0E0,0E0,1.4286757E-1,0E0,1.6623083E-1,0E0,0E0,5.850296E-1,0E0,1.1913951E-1,0E0,0E0,0E0,1.0938406E-1,0E0,0E0,0E0,1.5232468E-1,0E0,1.3037385E-2,0E0,8.5554695E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.420355E-1,0E0,0E0,0E0,0E0,0E0,0E0,6.995325E-1,0E0,0E0,0E0,0E0,0E0,1.0977819E-1,5.026169E-1,0E0,0E0,4.9501228E-1,0E0,5.90498E-1,3.298571E-2,0E0,7.928982E-1,0E0,2.3508072E-2,0E0,4.444828E-1,4.288574E-2,1.3517824E-1,0E0,1.681652E-1,0E0,0E0,0E0,2.1864986E-1,0E0,1.1102486E-1,0E0,4.2764187E-2,0E0,0E0,2.5263312E-1,8.450136E-1,4.4534123E-1,2.8561136E-1,0E0,0E0,6.024995E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.463957E-1,0E0,1.0288323E-1,1.6931072E0,1.6117548E0,1.6501374E0,3.0934855E-1,0E0,1.0395608E0,0E0,0E0,5.2030754E-1,0E0,4.5348424E-1,9.608487E-2,0E0,6.1580324E-1,6.402011E-1,0E0,3.1990963E-1,6.9545716E-2,8.128166E-1,7.1643166E-2,8.061835E-2,0E0,0E0,0E0,7.600031E-1,1.7966822E-1,2.7707536E-2,0E0,5.63447E-1,0E0,0E0,0E0,4.6879882E-1,0E0,8.2339454E-1,0E0,0E0,0E0,2.4627018E-1,0E0,0E0,6.578112E-2,0E0,0E0,0E0,0E0,0E0,5.8262634E-1,0E0,0E0,0E0,0E0,0E0,1.3562584E-1,0E0,0E0,0E0,2.5769997E-1,5.78063E-1,0E0,6.4089394E-1,0E0,6.515834E-2,0E0,5.1613617E-1,9.2152424E-2,0E0,5.104666E-1,7.343273E-1,0E0,0E0,0E0,4.4376683E-1,1.4785671E0,0E0,0E0,0E0,4.2638016E-1,0E0,0E0,0E0,0E0,7.4602604E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.1102443E-2,0E0,7.99222E-1,0E0,0E0,5.061564E-1,0E0,2.9475912E-1,0E0,1.6613865E-1,0E0,7.9441714E-1,0E0,1.9385415E-1,1.2935073E0,1.5377241E-1,8.571656E-1,1.4163648E-1,1.2706194E0,5.320964E-1,0E0,1.7996716E-1,1.4015145E0,0E0,0E0,2.5326324E-1,4.2200541E-1,0E0,0E0,2.1745679E-1,0E0,1.6913056E-1,1.1130762E-1,0E0,0E0,0E0,0E0,0E0,4.4310284E-1,3.4348182E-2,0E0,9.280197E-3,0E0,0E0,5.083179E-3,7.845721E-1,0E0,0E0,0E0,0E0,0E0,5.346222E-1,0E0,1.2983215E-1,0E0,7.639861E-2,0E0,1.20607376E-1,0E0,6.940222E-2,5.9084415E-1,0E0,8.573458E-2,0E0,2.4167919E-1,0E0,7.3096275E-1,0E0,0E0,3.603363E-2,0E0,0E0,0E0,3.2052612E-1,0E0,0E0,4.2352676E-1,1.13900706E-1,6.6180795E-1,1.1796379E-1,0E0,1.958561E-2,1.0470428E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.1139183E-1,1.2200153E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.4947686E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.5242548E-2,0E0,0E0,9.9568176E-1,0E0,6.186538E-1,0E0,0E0,0E0,0E0,8.658161E-1,0E0,1.9863725E-1,0E0,0E0,2.7937919E-2,0E0,0E0,0E0,0E0,0E0,0E0,4.0203476E-1,3.7715383E-2,0E0,0E0,0E0,0E0,0E0,3.0201197E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.0627985E-1,0E0,0E0,0E0,6.3397026E-1,0E0,0E0,9.375954E-2,0E0,3.0751553E-1,0E0,0E0,0E0,0E0,0E0,4.550066E-1,0E0,1.3793649E-1,0E0,0E0,6.287392E-1,0E0,0E0,0E0,0E0,4.3214226E-1,0E0,0E0,2.7779007E-1,0E0,0E0,5.2572727E-2,0E0,0E0,0E0,1.0049381E0,3.8733062E-1,3.7870306E-1,1.3023962E-1,0E0,5.8259964E-1,0E0,0E0,0E0,0E0,0E0,2.0254898E-1,0E0,0E0,0E0,6.754184E-2,0E0,0E0,0E0,2.8731632E-1,0E0,0E0,0E0,3.822505E-1,0E0,4.5142174E-1,6.064743E-3,0E0,0E0,0E0,0E0,3.704338E-1,0E0,2.5326538E-1,0E0,0E0,2.3981476E-1,0E0,9.922518E-2,2.0515373E-1,0E0,3.3942103E-2,0E0,1.8271802E-1,7.379913E-2,0E0,0E0,8.114433E-2,2.7619123E-2,0E0,0E0,1.3353348E-1,0E0,0E0,3.8272572E-1,0E0,0E0,0E0,0E0,1.108017E-1,0E0,0E0,3.1302452E-2,0E0,0E0,0E0,0E0,0E0,0E0,7.377064E-2,0E0,2.6514858E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.4275589E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.3465538E-1,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,25,25,27,27,29,29,30,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40,42,42,43,43,44,44,45,45,46,46,47,47,48,48,51,51,52,52,53,53,54,54,55,55,56,56,60,60,61,61,62,62,64,64,67,67,68,68,69,69,70,70,72,72,73,73,75,75,77,77,78,78,79,79,80,80,81,81,82,82,85,85,86,86,87,87,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,97,97,99,99,100,100,102,102,103,103,104,104,105,105,109,109,110,110,111,111,112,112,113,113,114,114,115,115,116,116,118,118,123,123,124,124,127,127,128,128,129,129,130,130,131,131,132,132,133,133,134,134,136,136,137,137,138,138,142,142,143,143,144,144,145,145,146,146,147,147,148,148,149,149,150,150,152,152,153,153,154,154,155,155,156,156,157,157,159,159,160,160,161,161,162,162,165,165,166,166,169,169,172,172,173,173,175,175,176,176,177,177,179,179,180,180,181,181,182,182,183,183,184,184,190,190,192,192,193,193,194,194,196,196,197,197,198,198,204,204,209,209,210,210,211,211,213,213,214,214,217,217,218,218,219,219,220,220,221,221,222,222,223,223,224,224,225,225,226,226,227,227,228,228,229,229,230,230,231,231,233,233,235,235,236,236,239,239,240,240,242,242,244,244,245,245,246,246,248,248,249,249,250,250,253,253,254,254,256,256,257,257,261,261,262,262,263,263,264,264,265,265,266,266,271,271,272,272,274,274,275,275,276,276,277,277,278,278,279,279,280,280,284,284,286,286,290,290,291,291,292,292,293,293,294,294,295,295,300,300,302,302,304,304,307,307,308,308,309,309,310,310,312,312,313,313,315,315,316,316,317,317,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,331,331,335,335,341,341,342,342,343,343,344,344,345,345,347,347,349,349,352,352,354,354,356,356,357,357,358,358,359,359,360,360,369,369,370,370,371,371,372,372,374,374,376,376,381,381,385,385,387,387,388,388,389,389,392,392,393,393,394,394,395,395,396,396,400,400,401,401,406,406,407,407,409,409,410,410,411,411,412,412,415,415,416,416,418,418,419,419,422,422,424,424,425,425,427,427,428,428,429,429,433,433,435,435,436,436,439,439,440,440,441,441,442,442,443,443,444,444,445,445,446,446,447,447,448,448,449,449,450,450,451,451,453,453,454,454,455,455,456,456,457,457,458,458,463,463,465,465,466,466,467,467,473,473,475,475,476,476,481,481,483,483,484,484,485,485,486,486,487,487,488,488,489,489,490,490,495,495,499,499,505,505,507,507,508,508,510,510,519,519,520,520,521,521,522,522,529,529,531,531,532,532,533,533,534,534,535,535,536,536,538,538,542,542,544,544,547,547,550,550,551,551,552,552,553,553,554,554,555,555,556,556,557,557,558,558,560,560,561,561,562,562,563,563,565,565,566,566,567,567,568,568,569,569,570,570,571,571,572,572,573,573,574,574,575,575,576,576,578,578,579,579,580,580,582,582,584,584,585,585,586,586,587,587,588,588,589,589,591,591,595,595,596,596,598,598,599,599,601,601,603,603,607,607,609,609,614,614,616,616,619,619,621,621,622,622,624,624,625,625,626,626,627,627,628,628,630,630,633,633,634,634,635,635,636,636,644,644,651,651,652,652,653,653,654,654,655,655,657,657,658,658,660,660,662,662,663,663,664,664,665,665,666,666,667,667,668,668,670,670,677,677,683,683,684,684,685,685,686,686,689,689,690,690,696,696,700,700,702,702,704,704,705,705,706,706,707,707,708,708,709,709,710,710,711,711,712,712,713,713,714,714,715,715,716,716,717,717,718,718,719,719,721,721,722,722,723,723,724,724,725,725,726,726,727,727,729,729,730,730,731,731,732,732,734,734,737,737,741,741,742,742,743,743,744,744,749,749,763,763,765,765,769,769,770,770,771,771,772,772,773,773,774,774,775,775,777,777,778,778,779,779,780,780,782,782,783,783,786,786,792,792,793,793,794,794,795,795,797,797,798,798,799,799,801,801,802,802,803,803,804,804,806,806,811,811,814,814,815,815,816,816,818,818,819,819,821,821,822,822,823,823,826,826,828,828,831,831,833,833,834,834,835,835,837,837,839,839,843,843,844,844,853,853,854,854,857,857,858,858,860,860,862,862,863,863,864,864,865,865,866,866,867,867,868,868,870,870,871,871,872,872,873,873,874,874,875,875,876,876,877,877,878,878,880,880,881,881,882,882,884,884,885,885,886,886,887,887,889,889,890,890,891,891,892,892,894,894,895,895,896,896,898,898,899,899,901,901,902,902,911,911,912,912,913,913,914,914,920,920,922,922,924,924,934,934,937,937,939,939,940,940,941,941,942,942,944,944,948,948,954,954,956,956,961,961,963,963,964,964,965,965,966,966,969,969,970,970,973,973,976,976,979,979,981,981,986,986,993,993,997,997,1000,1000,1002,1002,1005,1005,1008,1008,1009,1009,1011,1011,1012,1012,1013,1013,1014,1014,1015,1015,1016,1016,1020,1020,1021,1021,1023,1023,1025,1025,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1031,1031,1032,1032,1033,1033,1034,1034,1035,1035,1037,1037,1038,1038,1039,1039,1040,1040,1041,1041,1042,1042,1043,1043,1044,1044,1045,1045,1047,1047,1049,1049,1050,1050,1051,1051,1052,1052,1054,1054,1055,1055,1056,1056,1057,1057,1058,1058,1059,1059,1062,1062,1064,1064,1066,1066,1067,1067,1068,1068,1069,1069,1070,1070,1071,1071,1073,1073,1074,1074,1076,1076,1077,1077,1078,1078,1079,1079,1080,1080,1081,1081,1084,1084,1085,1085,1086,1086,1087,1087,1088,1088,1089,1089,1090,1090,1091,1091,1092,1092,1095,1095,1102,1102,1104,1104,1106,1106,1108,1108,1109,1109,1110,1110,1111,1111,1115,1115,1118,1118,1123,1123,1125,1125,1128,1128,1132,1132,1136,1136,1147,1147,1149,1149,1150,1150,1153,1153,1156,1156,1159,1159,1162,1162,1166,1166,1167,1167,1168,1168,1170,1170,1171,1171,1172,1172,1173,1173,1176,1176,1177,1177,1180,1180,1181,1181,1182,1182,1183,1183,1185,1185,1186,1186,1187,1187,1188,1188,1189,1189,1190,1190,1191,1191,1193,1193,1197,1197,1200,1200,1201,1201,1202,1202,1203,1203,1204,1204,1205,1205,1206,1206,1207,1207,1208,1208,1211,1211,1212,1212,1213,1213,1214,1214,1215,1215,1216,1216,1217,1217,1218,1218,1220,1220,1221,1221,1222,1222,1223,1223,1225,1225,1226,1226,1227,1227,1228,1228,1232,1232,1234,1234,1236,1236,1237,1237,1238,1238,1241,1241,1243,1243,1247,1247,1249,1249,1253,1253,1254,1254,1257,1257,1258,1258,1259,1259,1260,1260,1262,1262,1263,1263,1268,1268,1269,1269,1273,1273,1277,1277,1280,1280,1284,1284,1288,1288,1292,1292,1295,1295,1310,1310,1312,1312,1316,1316,1319,1319,1320,1320,1321,1321,1323,1323,1326,1326,1328,1328,1333,1333,1334,1334,1338,1338,1342,1342,1350,1350,1352,1352,1354,1354,1355,1355,1356,1356,1358,1358,1359,1359,1361,1361,1362,1362,1363,1363,1364,1364,1365,1365,1366,1366,1367,1367,1368,1368,1369,1369,1370,1370,1371,1371,1372,1372,1375,1375,1379,1379,1382,1382,1384,1384,1386,1386,1387,1387,1390,1390,1395,1395,1397,1397,1399,1399,1403,1403,1404,1404,1406,1406,1407,1407,1408,1408,1410,1410,1412,1412,1414,1414,1416,1416,1417,1417,1418,1418,1421,1421,1422,1422,1423,1423,1424,1424,1426,1426,1427,1427,1432,1432,1433,1433,1435,1435,1436,1436,1437,1437,1439,1439,1442,1442,1443,1443,1445,1445,1446,1446,1449,1449,1453,1453,1455,1455,1456,1456,1457,1457,1458,1458,1459,1459,1462,1462,1469,1469,1478,1478,1482,1482,1484,1484,1487,1487,1490,1490,1491,1491,1492,1492,1495,1495,1500,1500,1502,1502,1505,1505,1508,1508,1510,1510,1511,1511,1513,1513,1515,1515,1516,1516,1517,1517,1518,1518,1520,1520,1521,1521,1523,1523,1524,1524,1525,1525,1529,1529,1530,1530,1531,1531,1532,1532,1533,1533,1534,1534,1535,1535,1536,1536,1539,1539,1541,1541,1542,1542,1543,1543,1544,1544,1548,1548,1549,1549,1557,1557,1560,1560,1562,1562,1567,1567,1570,1570,1571,1571,1573,1573,1574,1574,1575,1575,1578,1578,1579,1579,1581,1581,1582,1582,1586,1586,1587,1587,1592,1592,1594,1594,1602,1602,1604,1604,1605,1605,1608,1608,1620,1620,1622,1622,1627,1627,1628,1628,1634,1634,1636,1636,1637,1637,1639,1639,1644,1644,1647,1647,1649,1649,1650,1650,1654,1654,1656,1656,1660,1660,1664,1664,1666,1666,1669,1669,1670,1670,1671,1671,1672,1672,1673,1673,1678,1678,1682,1682,1685,1685,1686,1686,1687,1687,1688,1688,1689,1689,1690,1690,1691,1691,1692,1692,1693,1693,1695,1695,1696,1696,1698,1698,1699,1699,1700,1700,1704,1704,1705,1705,1706,1706,1707,1707,1709,1709,1710,1710,1711,1711,1716,1716,1717,1717,1720,1720,1722,1722,1725,1725,1727,1727,1731,1731,1735,1735,1737,1737,1739,1739,1750,1750,1757,1757,1763,1763,1764,1764,1767,1767,1769,1769,1770,1770,1772,1772,1774,1774,1776,1776,1777,1777,1778,1778,1780,1780,1784,1784,1786,1786,1788,1788,1791,1791,1792,1792,1793,1793,1794,1794,1797,1797,1806,1806,1808,1808,1809,1809,1810,1810,1811,1811,1812,1812,1814,1814,1817,1817,1819,1819,1820,1820,1822,1822,1823,1823,1825,1825,1826,1826,1827,1827,1828,1828,1829,1829,1833,1833,1834,1834,1835,1835,1837,1837,1841,1841,1843,1843,1847,1847,1850,1850,1856,1856,1862,1862,1866,1866,1867,1867,1869,1869,1871,1871,1873,1873,1874,1874,1876,1876,1877,1877,1881,1881,1882,1882,1886,1886,1891,1891,1899,1899,1901,1901,1904,1904,1906,1906,1908,1908,1910,1910,1912,1912,1913,1913,1914,1914,1915,1915,1916,1916,1917,1917,1918,1918,1920,1920,1921,1921,1924,1924,1925,1925,1928,1928,1930,1930,1931,1931,1937,1937,1938,1938,1940,1940,1943,1943,1944,1944,1950,1950,1952,1952,1954,1954,1956,1956,1958,1958,1959,1959,1961,1961,1963,1963,1965,1965,1968,1968,1972,1972,1975,1975,1976,1976,1977,1977,1978,1978,1980,1980,1981,1981,1990,1990,1991,1991,1998,1998,2006,2006,2009,2009,2011,2011,2016,2016,2018,2018,2021,2021,2028,2028,2029,2029,2035,2035,2044,2044,2048,2048,2051,2051,2053,2053,2059,2059,2061,2061,2064,2064,2069,2069,2072,2072,2075,2075,2079,2079,2080,2080,2081,2081,2082,2082,2084,2084,2090,2090,2094,2094,2098,2098,2102,2102,2104,2104,2105,2105,2110,2110,2112,2112,2115,2115,2117,2117,2118,2118,2120,2120,2122,2122,2123,2123,2126,2126,2127,2127,2130,2130,2133,2133,2138,2138,2141,2141,2148,2148,2150,2150,2159,2159,2170,2170],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,-1,30,32,34,36,38,-1,40,42,44,46,48,-1,50,-1,52,54,56,58,60,62,64,66,68,70,72,74,-1,76,78,80,82,84,86,88,-1,-1,90,92,94,96,98,100,-1,-1,-1,102,104,106,-1,108,-1,-1,110,112,114,116,-1,118,120,-1,122,-1,124,126,128,130,132,134,-1,-1,136,138,140,-1,142,144,146,148,150,152,154,156,158,-1,160,162,-1,164,166,168,170,-1,-1,-1,172,174,176,178,180,182,184,186,-1,188,-1,-1,-1,-1,190,192,-1,-1,194,196,198,200,202,204,206,208,-1,210,212,214,-1,-1,-1,216,218,220,222,224,226,228,230,232,-1,234,236,238,240,242,244,-1,246,248,250,252,-1,-1,254,256,-1,-1,258,-1,-1,260,262,-1,264,266,268,-1,270,272,274,276,278,280,-1,-1,-1,-1,-1,282,-1,284,286,288,-1,290,292,294,-1,-1,-1,-1,-1,296,-1,-1,-1,-1,298,300,302,-1,304,306,-1,-1,308,310,312,314,316,318,320,322,324,326,328,330,332,334,336,-1,338,-1,340,342,-1,-1,344,346,-1,348,-1,350,352,354,-1,356,358,360,-1,-1,362,364,-1,366,368,-1,-1,-1,370,372,374,376,378,380,-1,-1,-1,-1,382,384,-1,386,388,390,392,394,396,398,-1,-1,-1,400,-1,402,-1,-1,-1,404,406,408,410,412,414,-1,-1,-1,-1,416,-1,418,-1,420,-1,-1,422,424,426,428,-1,430,432,-1,434,436,438,-1,440,442,444,446,448,450,452,454,456,458,-1,-1,460,-1,-1,-1,462,-1,-1,-1,-1,-1,464,466,468,470,472,-1,474,-1,476,-1,-1,478,-1,480,-1,482,484,486,488,490,-1,-1,-1,-1,-1,-1,-1,-1,492,494,496,498,-1,500,-1,502,-1,-1,-1,-1,504,-1,-1,-1,506,-1,508,510,512,-1,-1,514,516,518,520,522,-1,-1,-1,524,526,-1,-1,-1,-1,528,530,-1,532,534,536,538,-1,-1,540,542,-1,544,546,-1,-1,548,-1,550,552,-1,554,556,558,-1,-1,-1,560,-1,562,564,-1,-1,566,568,570,572,574,576,578,580,582,584,586,588,590,-1,592,594,596,598,600,602,-1,-1,-1,-1,604,-1,606,608,610,-1,-1,-1,-1,-1,612,-1,614,616,-1,-1,-1,-1,618,-1,620,622,624,626,628,630,632,634,-1,-1,-1,-1,636,-1,-1,-1,638,-1,-1,-1,-1,-1,640,-1,642,644,-1,646,-1,-1,-1,-1,-1,-1,-1,-1,648,650,652,654,-1,-1,-1,-1,-1,-1,656,-1,658,660,662,664,666,668,-1,670,-1,-1,-1,672,-1,674,-1,-1,676,-1,-1,678,680,682,684,686,688,690,692,694,-1,696,698,700,702,-1,704,706,708,710,712,714,716,718,720,722,724,726,-1,728,730,732,-1,734,-1,736,738,740,742,744,746,-1,748,-1,-1,-1,750,752,-1,754,756,-1,758,-1,760,-1,-1,-1,762,-1,764,-1,-1,-1,-1,766,-1,768,-1,-1,770,-1,772,774,-1,776,778,780,782,784,-1,786,-1,-1,788,790,792,794,-1,-1,-1,-1,-1,-1,-1,796,-1,-1,-1,-1,-1,-1,798,800,802,804,806,-1,808,810,-1,812,-1,814,816,818,820,822,824,826,-1,828,-1,-1,-1,-1,-1,-1,830,-1,-1,-1,-1,-1,832,834,836,838,-1,-1,840,842,-1,-1,-1,-1,-1,844,-1,-1,-1,846,-1,848,-1,850,852,854,856,858,860,862,864,866,868,870,872,874,876,878,880,-1,882,884,886,888,890,892,894,-1,896,898,900,902,-1,904,-1,-1,906,-1,-1,-1,908,910,912,914,-1,-1,-1,-1,916,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,918,-1,920,-1,-1,-1,922,924,926,928,930,932,934,-1,936,938,940,942,-1,944,946,-1,-1,948,-1,-1,-1,-1,-1,950,952,954,956,-1,958,960,962,-1,964,966,968,970,-1,972,-1,-1,-1,-1,974,-1,-1,976,978,980,-1,982,984,-1,986,988,990,-1,-1,992,-1,994,-1,-1,996,-1,998,1000,1002,-1,1004,-1,1006,-1,-1,-1,1008,1010,-1,-1,-1,-1,-1,-1,-1,-1,1012,1014,-1,-1,1016,1018,-1,1020,-1,1022,1024,1026,1028,1030,1032,1034,-1,1036,1038,1040,1042,1044,1046,1048,1050,1052,-1,1054,1056,1058,-1,1060,1062,1064,1066,-1,1068,1070,1072,1074,-1,1076,1078,1080,-1,1082,1084,-1,1086,1088,-1,-1,-1,-1,-1,-1,-1,-1,1090,1092,1094,1096,-1,-1,-1,-1,-1,1098,-1,1100,-1,1102,-1,-1,-1,-1,-1,-1,-1,-1,-1,1104,-1,-1,1106,-1,1108,1110,1112,1114,-1,1116,-1,-1,-1,1118,-1,-1,-1,-1,-1,1120,-1,1122,-1,-1,-1,-1,1124,-1,1126,1128,1130,1132,-1,-1,1134,1136,-1,-1,1138,-1,-1,1140,-1,-1,1142,-1,1144,-1,-1,-1,-1,1146,-1,-1,-1,-1,-1,-1,1148,-1,-1,-1,1150,-1,-1,1152,-1,1154,-1,-1,1156,-1,-1,1158,1160,-1,1162,1164,1166,1168,1170,1172,-1,-1,-1,1174,1176,-1,1178,-1,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198,1200,-1,1202,1204,1206,1208,1210,1212,1214,1216,1218,-1,1220,-1,1222,1224,1226,1228,-1,1230,1232,1234,1236,1238,1240,-1,-1,1242,-1,1244,-1,1246,1248,1250,1252,1254,1256,-1,1258,1260,-1,1262,1264,1266,1268,1270,1272,-1,-1,1274,1276,1278,1280,1282,1284,1286,1288,1290,-1,-1,1292,-1,-1,-1,-1,-1,-1,1294,-1,1296,-1,1298,-1,1300,1302,1304,1306,-1,-1,-1,1308,-1,-1,1310,-1,-1,-1,-1,1312,-1,1314,-1,-1,1316,-1,-1,-1,1318,-1,-1,-1,1320,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1322,-1,1324,1326,-1,-1,1328,-1,-1,1330,-1,-1,1332,-1,-1,1334,-1,-1,-1,1336,1338,1340,-1,1342,1344,1346,1348,-1,-1,1350,1352,-1,-1,1354,1356,1358,1360,-1,1362,1364,1366,1368,1370,1372,1374,-1,1376,-1,-1,-1,1378,-1,-1,1380,1382,1384,1386,1388,1390,1392,1394,1396,-1,-1,1398,1400,1402,1404,1406,1408,1410,1412,-1,1414,1416,1418,1420,-1,1422,1424,1426,1428,-1,-1,-1,1430,-1,1432,-1,1434,1436,1438,-1,-1,1440,-1,1442,-1,-1,-1,1444,-1,1446,-1,-1,-1,1448,1450,-1,-1,1452,1454,1456,1458,-1,1460,1462,-1,-1,-1,-1,1464,1466,-1,-1,-1,1468,-1,-1,-1,1470,-1,-1,1472,-1,-1,-1,1474,-1,-1,-1,1476,-1,-1,-1,1478,-1,-1,1480,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1482,-1,1484,-1,-1,-1,1486,-1,-1,1488,1490,1492,-1,1494,-1,-1,1496,-1,1498,-1,-1,-1,-1,1500,1502,-1,-1,-1,1504,-1,-1,-1,1506,-1,-1,-1,-1,-1,-1,-1,1508,-1,1510,-1,1512,1514,1516,-1,1518,1520,-1,1522,1524,1526,1528,1530,1532,1534,1536,1538,1540,1542,1544,-1,-1,1546,-1,-1,-1,1548,-1,-1,1550,-1,1552,-1,1554,1556,-1,-1,1558,-1,-1,-1,-1,1560,-1,1562,-1,1564,-1,-1,-1,1566,1568,-1,1570,1572,1574,-1,1576,-1,1578,-1,1580,-1,1582,1584,1586,-1,-1,1588,1590,1592,1594,-1,1596,1598,-1,-1,-1,-1,1600,1602,-1,1604,1606,1608,-1,1610,-1,-1,1612,1614,-1,1616,1618,-1,-1,1620,-1,-1,-1,1622,-1,1624,1626,1628,1630,1632,-1,-1,1634,-1,-1,-1,-1,-1,-1,1636,-1,-1,-1,-1,-1,-1,-1,-1,1638,-1,-1,-1,1640,-1,1642,-1,-1,1644,-1,-1,1646,1648,1650,-1,-1,1652,-1,-1,-1,-1,1654,-1,1656,-1,-1,1658,-1,-1,1660,-1,1662,1664,-1,1666,-1,1668,1670,1672,1674,-1,1676,1678,-1,1680,1682,1684,-1,-1,-1,1686,1688,1690,1692,1694,1696,1698,1700,-1,-1,1702,-1,1704,1706,1708,1710,-1,-1,-1,1712,1714,-1,-1,-1,-1,-1,-1,-1,1716,-1,-1,1718,-1,1720,-1,-1,-1,-1,1722,-1,-1,1724,1726,-1,1728,1730,1732,-1,-1,1734,1736,-1,1738,1740,-1,-1,-1,1742,1744,-1,-1,-1,-1,1746,-1,1748,-1,-1,-1,-1,-1,-1,-1,1750,-1,1752,1754,-1,-1,1756,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1758,-1,1760,-1,-1,-1,-1,1762,1764,-1,-1,-1,-1,-1,1766,-1,1768,1770,-1,1772,-1,-1,-1,-1,1774,-1,-1,1776,-1,1778,1780,-1,-1,-1,1782,-1,1784,-1,-1,-1,1786,-1,-1,-1,1788,-1,1790,-1,-1,1792,1794,1796,1798,1800,-1,-1,-1,-1,1802,-1,-1,-1,1804,-1,-1,1806,1808,1810,1812,1814,1816,1818,1820,1822,-1,1824,1826,-1,1828,1830,1832,-1,-1,-1,1834,1836,1838,1840,-1,1842,1844,1846,-1,-1,-1,-1,1848,1850,-1,-1,1852,-1,1854,-1,-1,1856,-1,1858,-1,-1,-1,1860,-1,-1,-1,1862,-1,1864,-1,1866,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1868,-1,-1,-1,-1,-1,-1,1870,-1,-1,-1,-1,-1,1872,1874,-1,-1,1876,-1,1878,1880,-1,1882,-1,1884,-1,1886,1888,1890,-1,1892,-1,-1,-1,1894,-1,1896,-1,1898,-1,-1,1900,1902,1904,1906,-1,-1,1908,-1,-1,-1,-1,-1,-1,-1,-1,1910,-1,1912,1914,1916,1918,1920,-1,1922,-1,-1,1924,-1,1926,1928,-1,1930,1932,-1,1934,1936,1938,1940,1942,-1,-1,-1,1944,1946,1948,-1,1950,-1,-1,-1,1952,-1,1954,-1,-1,-1,1956,-1,-1,1958,-1,-1,-1,-1,-1,1960,-1,-1,-1,-1,-1,1962,-1,-1,-1,1964,1966,-1,1968,-1,1970,-1,1972,1974,-1,1976,1978,-1,-1,-1,1980,1982,-1,-1,-1,1984,-1,-1,-1,-1,1986,-1,-1,-1,-1,-1,-1,-1,1988,-1,1990,-1,-1,1992,-1,1994,-1,1996,-1,1998,-1,2000,2002,2004,2006,2008,2010,2012,-1,2014,2016,-1,-1,2018,2020,-1,-1,2022,-1,2024,2026,-1,-1,-1,-1,-1,2028,2030,-1,2032,-1,-1,2034,2036,-1,-1,-1,-1,-1,2038,-1,2040,-1,2042,-1,2044,-1,2046,2048,-1,2050,-1,2052,-1,2054,-1,-1,2056,-1,-1,-1,2058,-1,-1,2060,2062,2064,2066,-1,2068,2070,-1,-1,-1,-1,-1,-1,-1,-1,2072,2074,-1,-1,-1,-1,-1,-1,2076,-1,-1,-1,-1,-1,-1,-1,2078,-1,-1,2080,-1,2082,-1,-1,-1,-1,2084,-1,2086,-1,-1,2088,-1,-1,-1,-1,-1,-1,2090,2092,-1,-1,-1,-1,-1,2094,-1,-1,-1,-1,-1,-1,-1,-1,2096,-1,-1,-1,2098,-1,-1,2100,-1,2102,-1,-1,-1,-1,-1,2104,-1,2106,-1,-1,2108,-1,-1,-1,-1,2110,-1,-1,2112,-1,-1,2114,-1,-1,-1,2116,2118,2120,2122,-1,2124,-1,-1,-1,-1,-1,2126,-1,-1,-1,2128,-1,-1,-1,2130,-1,-1,-1,2132,-1,2134,2136,-1,-1,-1,-1,2138,-1,2140,-1,-1,2142,-1,2144,2146,-1,2148,-1,2150,2152,-1,-1,2154,2156,-1,-1,2158,-1,-1,2160,-1,-1,-1,-1,2162,-1,-1,2164,-1,-1,-1,-1,-1,-1,2166,-1,2168,-1,-1,-1,-1,-1,-1,-1,-1,2170,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2172,-1,-1],"split_conditions":[1.0388513E2,8.149414E-1,7.055664E-1,2.1842087E2,9.472656E-1,5.1953125E-1,6.1287874E-1,8.2421875E-1,1.4083862E-2,1.5067117E2,3.3316458E2,2.7264685E2,8.1347656E-1,9.1259766E-1,-8.289395E-1,1.5359016E2,9.785156E-1,1.7056254E0,3.0068246E2,4.0063477E-1,-8.483153E-1,1.076875E2,6.5771484E-1,5.78125E-1,5.374661E0,5.3715096E0,-8.256212E-1,1.0763143E0,-2.654748E-1,3.1054688E-1,2.2616587E0,3.359375E-1,1.7127991E-3,4.303125E1,1.8313776E0,3.4868896E1,1.1324565E0,9.902344E-1,6.3623047E-1,5.7994533E0,1.2907522E0,-5.243238E-1,9.8876953E-1,1.0375E2,6.6748047E-1,1.7876629E0,4.46875E1,9.682617E-1,2.4764154E0,3.6425498E-1,-0E0,1.4247733E2,1.803709E2,3.413086E-1,1.6333017E2,5.8878827E0,3.1982422E-1,-0E0,-8.088141E-1,-0E0,5.7800293E-2,9.321289E-1,5.1600704E0,-0E0,6.881162E-1,4.980411E-2,-1.9010799E-1,6.263682E-1,4.9100776E0,1.2808148E2,2.162071E2,-8.0221397E-1,6.8847656E-1,7.9102844E-1,-2.8457922E-1,2.1225E2,-0E0,3.384375E1,1.1691341E0,1.6998236E2,1.6456529E2,8.123123E1,3.115E2,-0E0,3.5471347E-1,3.0171875E1,8.833008E-1,1.2467276E2,-1.6962795E-1,6.1920166E-2,9.063121E1,1.9055176E-1,9.213867E-1,1.6459377E2,1.3603444E0,2.6394196E0,3.7994385E-2,2.40125E2,-0E0,1.006875E2,1.6333017E2,-0E0,2.1252441E-1,6.5185547E-1,1.2274802E0,9.9902344E-1,-0E0,-0E0,-8.075514E-1,1.7471051E2,1.29375E2,2.7954102E-1,1.5049149E2,6.7803276E-1,3.79375E1,6.620039E1,5.374661E0,-3.5417E-1,4.659375E1,-0E0,6.435379E-1,7.892066E-1,-0E0,3.8452148E-1,2.9277802E-3,-0E0,3.5798222E-1,9.873047E-1,3.3447266E-2,1.7299095E2,1.6157431E2,1.10875E2,5.35E1,2.33078E-3,5.0439453E-1,-0E0,2.1858215E-3,9.9658203E-1,2.467041E-1,-0E0,6.596717E-1,-0E0,6.2394565E-1,7.107589E1,1.9673145E2,5.036323E0,7.1625E1,9.5458984E-1,6.075E1,5.384375E1,5.1953125E-1,-0E0,1.34625E2,7.107589E1,3.028125E1,9.980469E-1,9.9902344E-1,4.8623496E-1,-0E0,5.9906006E-2,1.8294637E2,7.45625E1,9.975586E-1,-0E0,1.5448833E0,7.733154E-2,1.1419678E-1,-0E0,-5.0861E-1,9.9902344E-1,-0E0,-9.035898E-2,1.8654926E2,6.1920166E-2,-0E0,1.5131986E0,1.3773697E2,4.15625E1,-1.3016386E-1,8.8623047E-1,1.586914E-2,9.13125E1,3.540039E-1,9.819336E-1,9.8000305E1,-7.226588E-1,-0E0,-0E0,8.1284446E-1,-1.3129893E-1,7.525E1,-0E0,1.7127991E-3,3.028125E1,6.228125E1,3.1559697E-1,1.09248375E2,1.1425781E-1,5.4875E1,-0E0,-7.0290864E-1,-7.445944E-1,-0E0,-2.4978556E-1,7.43125E1,-0E0,-8.096276E-1,-3.5764236E-2,-0E0,1.1562682E2,1.7127991E-3,5.670253E-1,-0E0,1.3776189E0,1.21765144E2,-0E0,-8.3862346E-1,1.4868164E-1,5.279541E-2,5.1768404E-1,9.313104E1,8.149414E-1,1.8294142E0,1.3947751E2,1.26146614E2,6.692959E1,3.112793E-1,3.0126953E-1,8.0810547E-1,3.7197125E0,5.521875E1,1.8654926E2,-0E0,4.878998E-3,-0E0,8.88125E1,7.903404E1,-0E0,-7.39234E-1,1.8294637E2,1.9251624E2,-8.160918E-1,2.839847E0,-0E0,3.8125E1,4.2867475E0,3.1015625E1,-2.7216104E-1,7.558594E-1,6.034375E1,9.340873E1,-7.6585704E-1,-0E0,2.5559727E2,1.67375E2,-0E0,1.7196697E0,2.1960469E2,-0E0,2.5847492E-1,-0E0,9.13125E1,5.48296E0,1.5513255E2,3.1982422E-1,1.53196E1,1.4247408E2,-0E0,1.1617801E0,-0E0,7.0403594E-1,3.428125E1,9.9902344E-1,-0E0,1.8702464E2,1.7196697E0,1.32875E2,5.4855347E-3,1.9577821E0,1.3738815E2,5.2960944E0,5.049732E-1,-0E0,-0E0,1.9006223E2,-0E0,9.9902344E-1,-6.997262E-3,6.3264346E-1,-0E0,6.274414E-1,3.61875E1,1.7213681E2,2.1425911E2,9.526463E1,6.713867E-2,-0E0,-0E0,-4.254275E-2,-0E0,1.7127991E-3,-0E0,3.8890839E-3,-0E0,2.9898603E0,-0E0,-2.681022E-1,5.828125E1,1.4428937E2,9.454346E-2,1.6149038E0,-0E0,9.8339844E-1,6.1E1,-0E0,1.365E2,2.1897647E0,1.492202E2,-1.7182338E-1,6.692959E1,2.1242025E0,5.096875E1,1.9321188E0,2.7392578E-1,5.180664E-1,1.6648955E2,4.104004E-1,9.980469E-1,2.0197098E2,8.057518E-1,-0E0,1.0693682E0,-0E0,4.0952024E-1,-0E0,3.266834E0,-0E0,-0E0,-6.9173515E-1,-6.0293907E-1,-0E0,1.7651115E2,3.021896E0,4.9986987E0,1.7049073E0,5.625E1,-7.2291076E-2,9.406461E1,-4.546211E-1,8.49375E1,-7.793454E-1,-4.6879646E-1,7.795399E1,-0E0,4.5438328E-1,-0E0,9.2643135E1,8.803711E-1,1.2030029E-1,8.340011E1,9.057617E-1,5.554358E-1,-0E0,-2.5137132E-1,-0E0,-0E0,1.5010717E0,-0E0,-7.810037E-1,5.571875E1,3.45625E1,9.9853516E-1,6.414952E1,-0E0,1.8442609E2,-6.282173E-1,2.8380213E0,-0E0,-7.7546906E-1,7.470163E-2,-6.421645E-2,6.3695145E1,-3.376742E-1,-7.621617E-1,-0E0,1.4318146E2,-0E0,1.150134E0,5.846875E1,5.3379583E0,-0E0,-0E0,8.388672E-1,2.3808382E0,1.3549805E-1,9.477539E-1,1.8701172E-1,-5.9315753E-1,-0E0,-8.068115E-1,1.971489E2,3.128125E1,-0E0,-2.9727873E-1,-0E0,1.9741665E-1,3.228125E1,9.9658203E-1,-0E0,1.1562682E2,7.526776E1,1.1455654E2,3.221875E1,8.875441E-1,-0E0,9.1629326E-1,5.1061854E0,-0E0,5.4855347E-3,1.3242401E0,-0E0,-2.3968509E-1,7.4072266E-1,-0E0,8.270264E-2,7.00625E1,-7.196974E-1,1.1766199E2,5.9906006E-2,5.9906006E-2,-0E0,-0E0,6.17712E-1,3.740625E1,-0E0,1.492202E2,9.951172E-1,-0E0,4.7847822E-1,5.568739E1,6.701258E1,1.9896704E2,6.55E1,4.1381836E-2,7.1435547E-1,1.777649E-2,1.6149038E0,4.3969585E1,1.09436035E-1,1.20625E2,6.124878E-2,9.7021484E-1,-0E0,1.16375E2,6.635742E-1,8.105469E-2,1.477097E2,8.666992E-1,1.8028659E2,-0E0,-4.2261678E-1,1.1568592E0,-0E0,4.4140625E-1,-0E0,2.8521674E0,3.9655356E0,6.9391914E1,-0E0,4.45866E-1,-0E0,1.31031E0,-0E0,3.509375E1,-0E0,2.1252441E-1,3.61875E1,4.7515562E-1,-0E0,-0E0,-7.8574795E-1,7.512394E-1,-0E0,6.958008E-1,8.0078125E-2,8.881836E-1,9.213867E-1,9.8375E1,3.153125E1,9.6169376E-1,1.7510658E2,-4.2973357E-1,-0E0,7.5716656E-1,-0E0,3.153125E1,-0E0,7.8299925E-2,-1.7924409E-1,8.460552E-1,-0E0,-0E0,7.356815E-2,-0E0,8.508519E-1,1.8701172E-1,-0E0,8.510742E-1,5.815625E1,-5.344064E-1,2.048185E2,-7.6034594E-1,-0E0,-0E0,-7.6077896E-1,2.4672563E-1,-0E0,-0E0,-2.5987968E-1,4.8021188E-1,1.6849717E0,9.345703E-1,1.7504883E-1,-0E0,-1.6545972E-1,-0E0,-7.9364663E-1,-0E0,-2.103292E-1,9.9902344E-1,-0E0,1.8108405E2,1.826477E-2,1.6072092E0,7.25E1,8.5510254E-2,2.2826233E0,-0E0,7.1435547E-1,-0E0,-1.3475208E-1,-7.945009E-1,3.3054595E0,-0E0,3.065625E1,-0E0,3.2274811E0,8.0859375E-1,-0E0,-0E0,9.946289E-1,2.5439453E-1,1.3809204E-2,4.41875E1,9.2822266E-1,1.9679368E0,1.899269E2,2.2293558E0,2.2077162E1,-0E0,7.861328E-2,6.595758E-1,2.902832E-1,8.208008E-1,-0E0,4.178125E1,1.0750213E2,7.4658203E-1,1.3468312E0,3.984375E1,4.78125E1,9.0283203E-1,3.45625E1,3.0795333E0,1.8926317E2,2.7954102E-1,1.6091789E0,-0E0,8.774414E-1,3.5313118E0,1.3232422E-1,-0E0,1.1114502E-1,-0E0,5.673828E-1,7.24375E1,9.482422E-1,1.1904609E0,6.0546875E-1,1.51625E2,-0E0,6.269531E-1,-0E0,-0E0,-3.565458E-1,7.833379E1,2.8380184E1,-6.006708E-1,1.310303E2,1.168419E2,-0E0,3.275E1,-0E0,1.0647613E0,-0E0,-0E0,2.837296E-1,4.374597E0,-0E0,1.5185547E-1,-7.6994646E-1,-0E0,5.240532E-1,-7.333451E-1,8.959961E-1,-0E0,2.3756618E0,-0E0,6.732312E-1,9.27124E-2,-3.354825E-1,9.5751953E-1,1.29625E2,-0E0,3.6632307E0,4.1381836E-2,2.0545259E0,8.460999E-3,5.48296E0,-0E0,7.6560974E-3,-0E0,-5.214904E-1,5.5161303E-1,1.2807577E0,1.1634827E-2,3.740625E1,-0E0,1.6198958E0,-0E0,2.5727508E0,-0E0,-1.9468576E-1,-0E0,1.8964835E0,4.3738815E-1,-0E0,-0E0,-5.417652E-1,4.0643924E-1,-0E0,8.183594E-1,6.9125E1,9.2125E1,5.180664E-1,3.128125E1,-0E0,3.83125E1,6.309375E1,-0E0,4.9389648E-1,-0E0,3.275E1,1.01257324E-1,6.70625E1,3.6091423E0,2.5048828E-1,2.0996094E-1,3.115625E1,-0E0,4.8021188E-1,-1.8644498E-1,-0E0,-0E0,-7.634466E-1,9.479286E-1,-0E0,4.669651E0,-0E0,-2.3306619E-1,-0E0,-0E0,5.0861734E-1,9.9853516E-1,2.5410448E2,1.46625E2,2.3046875E-1,1.0528904E0,-0E0,4.9986987E0,1.9595676E2,-1.4231625E-1,-0E0,-0E0,-7.874527E-1,-0E0,3.5038986E1,-0E0,-4.5184532E-1,-0E0,9.1478874E1,-0E0,1.5881348E-1,-0E0,4.9616556E0,3.1015625E1,2.528103E0,9.584961E-1,3.5610359E0,1.3070835E0,3.028125E1,1.3603444E0,7.1899414E-2,1.1779785E-1,1.1724517E0,2.2826233E0,9.454346E-2,4.104004E-1,2.2290039E-1,7.3875E1,-0E0,1.3558308E0,1.5515137E-1,8.7322365E1,1.9348145E-1,6.4331055E-2,4.7072582E1,7.266495E-1,-0E0,9.60625E1,5.71224E1,3.1835938E-1,9.9609375E-1,-0E0,5.253906E-1,-0E0,-1.299727E0,1.1114502E-1,-0E0,-4.8449498E-1,-0E0,2.6140732E2,3.428125E1,5.541992E-1,1.4148083E2,-1.2541211E0,-0E0,6.4561385E-1,-0E0,9.547331E-1,2.608473E-1,-0E0,8.1086093E-1,2.8740194E-1,-0E0,-1.0209539E0,-0E0,-0E0,3.9096886E-1,-0E0,9.1210324E-1,-4.4257188E-1,-0E0,4.234314E-3,-4.474947E-1,3.25E1,-3.3537516E-1,9.1766405E-1,-0E0,6.38125E1,1.3174154E0,5.79375E1,9.902344E-1,3.028125E1,1.7275E2,3.23125E1,-0E0,6.757729E1,2.8789625E0,8.208008E-1,6.5875E1,-0E0,8.383789E-1,8.012478E1,-0E0,-0E0,8.383789E-1,-0E0,-2.874433E-1,-0E0,9.2792773E-1,-0E0,1.2597656E-1,2.6565552E-2,5.190503E0,3.61875E1,-0E0,1.7182151E0,1.5197548E2,1.315594E2,-0E0,7.3649704E1,7.1435547E-1,5.242106E-1,6.1484783E1,-0E0,9.435027E-1,-0E0,-2.2674982E-1,-0E0,5.279595E-1,1.4247408E2,-0E0,-0E0,7.318115E-2,4.834375E1,2.6990753E2,-0E0,8.0126953E-1,6.1920166E-2,-0E0,4.878125E1,9.7998047E-1,9.9316406E-1,-0E0,-0E0,4.2346306E0,-0E0,9.9625E1,-8.1846184E-1,-0E0,3.128125E1,-0E0,7.1484375E-1,3.753125E1,4.3625E1,-0E0,2.0751953E-1,-8.646936E-3,5.233553E0,-0E0,3.8915938E-1,-0E0,3.166652E1,9.980469E-1,-0E0,8.672403E-1,-0E0,-6.822494E-1,-6.723485E-1,-0E0,-0E0,-4.6044624E-1,8.852539E-1,2.2460938E-1,-5.0160086E-1,-0E0,3.035286E0,1.509302E0,-5.7137656E-1,1.2369247E2,-0E0,1.3860733E2,7.0214844E-1,3.296875E1,4.559375E1,6.958008E-1,6.191406E-1,1.6149038E0,-0E0,7.24375E1,1.8701172E-1,2.34375E-1,9.555664E-1,7.339802E1,3.7475586E-1,6.7E1,4.718893E0,2.4816895E-1,-0E0,6.8893433E-3,4.496875E1,3.345616E0,-0E0,1.390574E2,6.37207E-2,9.468079E-3,1.6845703E-1,-5.735389E-1,1.09375E-1,5.180664E-1,8.634905E1,7.6560974E-3,-0E0,5.292969E-1,1.3942289E0,3.778125E1,-0E0,3.7182617E-1,1.2776484E2,-9.408548E-3,3.065625E1,1.697998E-1,5.7296E-1,-0E0,-0E0,4.6522352E-1,1.22419864E-1,-0E0,-0E0,-7.504111E-1,1.13125E2,9.60935E1,1.616834E0,2.0662012E2,-0E0,-5.402613E-1,1.0033485E0,-0E0,-0E0,3.7793615E0,-2.8151017E-1,5.4625E1,-0E0,5.292969E-1,-5.226309E-1,-0E0,8.879791E-1,-0E0,-0E0,-7.958199E-1,4.4729795E-2,-0E0,-0E0,6.222534E-2,4.1699558E-1,-0E0,8.94364E-1,-0E0,6.3623047E-1,9.8339844E-1,8.303684E1,9.707031E-1,-0E0,1.8243823E2,6.315191E-1,-0E0,-0E0,3.589344E1,-0E0,-4.907215E-1,-0E0,-1.5999658E-1,-8.4150785E-1,1.4402605E2,-0E0,1.1757402E0,-0E0,1.1799498E0,-5.7425976E-1,1.05560005E-1,8.8916016E-1,-0E0,1.1312231E2,1.051242E0,1.1315591E0,5.218541E1,-0E0,-2.5049162E-1,9.448242E-1,7.8808594E-1,-0E0,-7.535883E-1,2.1143997E2,-0E0,-0E0,2.4609375E-1,7.30099E-2,-0E0,3.203125E1,-0E0,8.556919E1,-0E0,-0E0,8.5168695E-1,-0E0,5.865625E1,-1.1846379E-1,-0E0,6.404155E-1,-0E0,-6.899203E-1,-0E0,5.470021E0,-0E0,-0E0,-5.6549156E-1,5.29375E1,-0E0,-0E0,7.249789E1,-0E0,2.9614258E-1,2.4010526E-1,-0E0,3.0171875E1,-0E0,-3.0812663E-1,1.0286574E2,6.78125E1,-0E0,3.1015625E1,9.7558594E-1,1.8112183E-2,3.465625E1,1.3661591E0,4.803125E1,-0E0,-4.2282343E-1,-0E0,4.732746E0,3.128125E1,-0E0,9.1503906E-1,-0E0,3.488159E-2,9.628906E-1,9.404297E-1,1.0193159E2,4.715625E1,8.898926E-2,2.0378697E2,1.8225098E-1,9.100104E1,1.182251E-1,6.921387E-2,-0E0,2.1618652E-1,1.6406128E2,1.2776484E2,1.0443115E-1,3.0907419E0,4.353125E1,9.716797E-1,3.340625E1,3.2273164E0,-3.4007716E-1,1.4428937E2,-0E0,1.9673145E2,9.406461E1,5.2825928E-2,8.634905E1,-0E0,3.115625E1,9.264644E1,5.60132E1,7.6416016E-2,9.826043E1,4.075E1,-0E0,-0E0,5.521875E1,-0E0,9.7509766E-1,-0E0,6.25E-1,8.375E1,9.7314453E-1,1.2761303E0,6.544696E1,4.2577624E0,-0E0,7.8875E1,3.369788E1,-0E0,1.4437718E0,9.6777344E-1,6.240625E1,6.365967E-2,1.9464404E2,5.2825928E-2,-0E0,-0E0,9.340873E1,1.809082E-1,1.20625E2,2.63378E0,5.890625E1,1.593932E2,3.9521375E0,5.9547573E-1,1.01041626E2,-0E0,-5.6939635E-2,3.028125E1,-0E0,5.098428E-1,-0E0,6.657722E-2,-0E0,-0E0,5.3E1,-0E0,8.50537E1,-0E0,9.8535156E-1,-0E0,1.0772705E-1,9.3066406E-1,1.0514776E2,1.3942289E0,-0E0,-5.439429E-1,-0E0,3.296875E1,-0E0,-0E0,3.509375E1,-2.0067105E-1,-0E0,-0E0,2.4548316E0,2.986145E-2,-0E0,8.8427734E-1,-0E0,-0E0,7.649653E1,-0E0,-4.3382108E-1,-0E0,1.9376758E2,-2.0593408E-1,-0E0,-0E0,9.9609375E-1,-7.746586E-1,-0E0,1.3389062E0,-0E0,-0E0,-5.109525E-1,-0E0,9.41786E-1,-0E0,2.6572177E-1,5.464748E0,-0E0,5.140625E1,6.964659E-1,-0E0,-2.0978549E-1,7.086182E-2,-0E0,-0E0,3.546875E1,-0E0,4.7049245E-1,1.1675E2,-0E0,-0E0,6.915283E-2,-1.5727994E-1,-0E0,-0E0,9.663086E-1,8.071289E-1,6.6748047E-1,-0E0,3.359375E-1,7.830182E1,3.4486165E0,6.757729E1,-0E0,-0E0,3.065625E1,3.1015625E1,-0E0,-3.0852216E-1,7.943014E1,1.2668667E0,3.5003662E-2,9.824219E-1,-0E0,2.8637695E-1,1.27192345E2,5.965625E1,9.345703E-1,7.963867E-1,8.227539E-1,2.0131575E2,-2.9306915E-1,3.345616E0,-0E0,-7.040437E-1,-0E0,1.8673838E0,-0E0,-0E0,1.00235146E2,3.278125E1,1.8112183E-2,1.3175964E-2,4.98125E1,3.546875E1,8.7322365E1,8.200046E1,3.4311783E0,-0E0,7.199407E-1,7.34375E-1,6.1706543E-2,9.570969E1,4.68125E1,3.9716488E1,6.228125E1,5.083008E-1,4.296875E1,-0E0,2.1252441E-1,1.4953613E-2,9.377171E1,7.4019394E1,-4.165921E-1,9.555664E-1,3.765625E1,3.603125E1,6.9625E1,-0E0,-6.2768054E-1,-0E0,7.5625E1,-0E0,1.2773585E2,-0E0,4.1852345E0,1.0601082E2,5.083008E-1,-5.720693E-1,-0E0,5.3953815E0,-0E0,2.6901245E-2,-0E0,2.458771E-1,-0E0,9.584961E-1,-0E0,9.4677734E-1,4.6678048E-1,-0E0,-2.3142676E-1,6.76875E1,4.358679E0,-1.5958937E-1,-0E0,9.321289E-1,1.2115266E2,9.746094E-1,1.335E2,-0E0,5.190503E0,3.0224827E1,-0E0,2.8597906E-1,-0E0,-0E0,9.824219E-1,1.339702E2,-0E0,-0E0,5.839951E-1,1.1489981E2,-0E0,-0E0,1.4035593E-1,4.3452554E0,-0E0,-0E0,9.9560547E-1,-3.8434982E-1,-0E0,-0E0,7.649653E1,-6.9768345E-1,-0E0,-0E0,5.4855347E-3,-1.5104103E-1,-0E0,-0E0,6.37207E-2,7.8127164E-1,-0E0,9.980469E-1,-0E0,-7.3107177E-1,-0E0,-0E0,1.2105068E0,-0E0,4.285367E-1,-1.8847044E-1,-0E0,-0E0,5.95556E-1,-0E0,-4.9105167E-1,-0E0,6.37207E-2,-0E0,3.3625E1,3.657464E-1,-0E0,-0E0,4.6777344E-1,7.556097E-1,-0E0,1.4183609E2,7.88125E1,3.5864258E-1,-0E0,5.673828E-1,-0E0,-0E0,7.08125E1,-0E0,1.5329698E2,-0E0,-6.9382566E-1,-8.272057E-1,-0E0,1.5980119E0,1.303711E-1,-5.0714594E-1,-0E0,-0E0,3.278125E1,-0E0,4.2200872E-1,-0E0,6.45E1,-0E0,-3.5229608E-1,-0E0,3.0846822E-1,-0E0,6.15295E-1,-0E0,4.878998E-3,-0E0,7.89791E1,-0E0,9.8000305E1,3.83125E1,1.5511911E0,6.2653416E-1,5.321875E1,3.3625E1,-0E0,4.828125E1,7.2216797E-1,8.76875E1,5.625E1,1.23291016E-1,2.543771E0,2.2072709E0,9.9853516E-1,9.2626953E-1,1.3640794E2,1.4892578E-1,1.6512576E2,-0E0,2.5574243E-1,4.576556E0,-0E0,-0E0,4.7931787E-1,1.051242E0,-0E0,-0E0,6.29375E1,-0E0,1.9632405E0,-0E0,2.3880005E-2,2.8404987E0,2.6815943E-2,-0E0,1.975448E2,-1.843247E-1,-0E0,-0E0,3.453575E-1,2.2077162E1,-0E0,7.861328E-2,-0E0,9.707031E-1,-0E0,-6.3069546E-1,-0E0,9.182833E1,1.1862046E0,-0E0,2.6700044E0,9.970703E-1,2.5678523E0,-0E0,3.428125E1,-0E0,1.2384033E-1,-0E0,5.233553E0,-0E0,1.5876004E2,1.361084E-1,2.4629776E0,-0E0,1.12054184E-1,5.525E1,9.662795E1,4.008789E-1,4.1259766E-1,-0E0,3.0080447E0,2.41471E0,-0E0,-0E0,-7.2988445E-1,-0E0,3.0444336E-1,1.9210815E-2,-0E0,5.090332E-2,7.8097725E1,6.6748047E-1,-0E0,7.1484375E-1,-0E0,-0E0,5.957031E-1,5.8447266E-1,-0E0,1.6718141E0,9.364896E1,-0E0,-7.436864E-2,7.717748E1,-0E0,-3.5026672E-1,-0E0,3.289795E-2,-0E0,6.425E1,1.1904609E0,1.1634827E-2,7.6708984E-1,9.468079E-3,-0E0,-0E0,1.5131986E0,-4.903578E-1,-0E0,-0E0,7.132043E-1,7.193879E-1,-0E0,2.0388842E0,-0E0,4.5351455E-1,-0E0,-0E0,4.2625654E-1,-0E0,7.3507214E-1,-0E0,9.404297E-1,1.8537905E0,-0E0,-0E0,4.860085E0,-0E0,4.2651367E-1,-0E0,-9.1808045E-1,3.296875E1,-0E0,-0E0,8.4063805E1,2.0168129E2,8.0859375E-1,3.2030395E-1,-0E0,7.311355E1,-0E0,-0E0,1.990867E0,-0E0,1.0092212E0,-0E0,4.6539307E-2,-0E0,-2.0456104E-1,4.239948E0,-0E0,-0E0,4.234314E-3,-0E0,9.7625E1,4.2651367E-1,-0E0,5.198394E-1,-0E0,3.8166869E0,3.1551692E0,1.975752E0,3.878125E1,-0E0,9.794922E-1,2.545166E-2,-0E0,4.15625E1,8.4521484E-1,8.163452E-3,-0E0,-0E0,-2.632776E-1,2.9170887E0,8.544922E-1,1.265968E2,3.6732154E0,1.5782086E2,9.7753906E-1,3.7314304E1,1.5466309E-1,3.5433035E-2,-5.1932114E-1,6.620039E1,-0E0,1.8558058E0,4.8000122E1,9.5654297E-1,5.9E1,8.6954415E-1,-0E0,-0E0,7.270508E-1,3.6983209E0,-0E0,6.8236274E-1,-0E0,-0E0,-8.670138E-1,-0E0,-3.4358895E-1,8.907673E-1,-0E0,-0E0,9.9365234E-1,-0E0,1.1580858E1,-0E0,3.5765254E-1,3.2357225E-1,-0E0,1.0130861E0,-0E0,-0E0,4.93125E1,7.055664E-1,-0E0,2.4609375E-1,8.026123E-2,3.034359E0,-0E0,-0E0,4.4873047E-1,5.1061854E0,-0E0,1.5734863E-1,6.118164E-1,-0E0,-3.5335195E-1,-0E0,2.0131575E2,2.8266418E0,-0E0,-0E0,-4.3591246E-1,-2.6603234E-1,3.740625E1,-0E0,7.939675E1,-0E0,1.571823E-1,-0E0,-7.9209644E-1,5.658213E-1,-0E0,-0E0,3.028125E1,-0E0,3.2664256E0,9.100104E1,-0E0,-0E0,1.116044E2,7.7490574E-1,-0E0,-5.1108474E-1,-0E0,-7.343564E-1,-0E0,1.6036496E-1,-0E0,-5.6727004E-1,-0E0,-0E0,5.7019033E0,-0E0,6.25E-1,-1.075024E-1,-0E0,-0E0,2.680528E-1,4.025E1,3.115625E1,1.3667092E-1,-0E0,-0E0,8.3132803E-1,-0E0,1.6998236E2,-0E0,9.9658203E-1,9.9902344E-1,-0E0,2.9277802E-3,-0E0,-0E0,1.4278469E0,-0E0,3.203125E1,2.782417E-1,-0E0,6.274414E-1,-0E0,8.911133E-2,1.7602325E2,-0E0,1.0553333E0,-0E0,3.321875E1,-0E0,4.878998E-3,6.956744E-1,-0E0,-0E0,5.5161303E-1,-9.5592016E-1,-0E0,-0E0,8.9748967E-1,-0E0,6.6552734E-1,2.3569278E-1,-0E0,1.657967E0,3.975E1,4.489746E-1,3.903125E1,9.456452E1,-0E0,-1.0871067E0,-0E0,-0E0,1.5688235E2,-0E0,-1.9341873E-1,-0E0,9.0285095E1,-0E0,6.3528585E-1,4.449623E1,4.73125E1,7.060547E-1,4.502776E0,8.276367E-2,3.7872314E-2,9.8535156E-1,1.427002E-1,4.803125E1,-0E0,5.78125E-1,1.1779785E-1,-0E0,1.2990378E2,1.0426011E2,1.0879862E0,-0E0,8.197853E-1,5.772589E-1,1.2361847E2,3.0444336E-1,6.93125E1,5.015625E1,-0E0,3.5438912E0,7.1875E-1,8.959961E-1,-0E0,-6.034022E-1,-0E0,-0E0,3.903443E0,6.389618E-3,-0E0,-0E0,3.9886475E-2,-0E0,5.300359E0,-4.7696367E-1,-0E0,5.859375E-2,-0E0,3.078125E1,-0E0,-0E0,2.7126396E-1,5.2019324E0,-0E0,-3.571103E-1,-0E0,3.375E1,-0E0,4.578125E1,4.369074E-2,5.6933594E-1,-0E0,-0E0,2.982499E-1,7.224201E-2,-0E0,2.1403736E-1,-0E0,-0E0,8.0245507E-1,-0E0,4.63125E1,-6.652899E-1,-0E0,2.9810774E-1,-0E0,-0E0,5.114998E-1,1.31E2,-0E0,4.7156647E-1,-0E0,-0E0,9.274944E-2,1.7966347E0,5.470021E0,-9.879997E-1,-0E0,7.29375E1,-0E0,7.441406E-1,1.3549805E-1,-0E0,1.5511911E0,-0E0,9.711914E-1,-0E0,5.565625E1,1.458595E0,3.1517103E0,-0E0,2.7800275E2,-0E0,4.52483E-1,-0E0,5.002396E0,-0E0,5.48296E0,-0E0,9.428711E-1,4.6394423E-1,-0E0,3.59375E1,5.374661E0,2.8637695E-1,7.053005E1,8.2108825E-2,-0E0,1.4991826E2,-0E0,5.938321E-1,-0E0,-0E0,-7.710029E-1,4.3071696E-1,-0E0,-0E0,4.878125E1,3.6917758E-1,3.0883789E-2,2.2072709E0,6.165625E1,4.1625E1,9.0283203E-1,-0E0,9.638672E-1,-0E0,2.3719949E-1,1.0560753E0,-0E0,9.9609375E-1,8.763536E1,-0E0,6.6748047E-1,9.189453E-1,-0E0,7.158203E-1,1.0693682E0,9.9658203E-1,2.8167725E-2,7.89791E1,-0E0,-0E0,2.7810374E-1,1.5674638E0,1.0043708E0,6.757729E1,-0E0,3.19375E1,-0E0,7.665884E-1,-0E0,1.0767572E0,-7.00429E-2,1.1550618E0,-0E0,-8.616944E-1,-0E0,5.824608E1,-0E0,-0E0,6.1706543E-2,-0E0,-8.545234E-1,-3.2397053E-1,-0E0,-0E0,2.103742E2,-0E0,-2.5075346E-1,7.737397E-1,-0E0,-0E0,9.842065E-1,-0E0,-7.672594E-2,-0E0,1.2823582E2,7.055664E-1,-0E0,1.2773585E2,-0E0,1.8188477E-1,2.1964288E-1,3.028125E1,1.0960995E2,-0E0,9.428711E-1,7.3545586E1,-0E0,-0E0,1.1356632E-1,4.2651367E-1,4.6136885E0,1.2146566E0,-0E0,-0E0,4.984375E1,-0E0,-1.3105634E-1,2.4133252E-1,-0E0,7.4658203E-1,-0E0,9.6620953E-1,-0E0,-7.961782E-1,-0E0,7.551285E-1,-0E0,8.19375E1,6.947715E-2,5.6885696E1,-0E0,-0E0,4.8150425E0,-0E0,4.510386E0,-0E0,3.982544E-2,-0E0,1.6693115E-2,-0E0,1.492202E2,3.1274414E-1,1.7871094E-1,1.8112183E-2,1.7744127E2,9.980469E-1,9.3652344E-1,-0E0,1.7480469E-1,1.2450634E0,-0E0,-0E0,7.254778E-1,8.798985E1,-0E0,-0E0,4.858024E0,-0E0,8.765955E1,1.3175964E-2,-0E0,-5.087881E-1,-0E0,-0E0,1.6273993E-1,4.025E1,3.2910156E-1,-4.543407E-2,8.5998535E-2,-0E0,-4.2779934E-1,6.25E-1,4.1783757E0,-0E0,2.9154956E-1,-0E0,1.2657976E-1,-0E0,9.289551E-2,-0E0,9.9902344E-1,-0E0,8.442383E-1,-0E0,3.028125E1,-0E0,1.3072801E0,6.544696E1,-0E0,8.911133E-1,1.080249E0,8.25E1,-0E0,1.4343488E0,-0E0,-0E0,6.870117E-1,-0E0,-2.1422452E-1,-0E0,1.2369247E2,-0E0,1.8426779E-1,7.25E1,3.3219106E0,7.7197266E-1,2.275E2,-0E0,3.984375E1,9.25625E1,-0E0,-0E0,1.3659667E0,-0E0,7.8197485E-1,-3.1963342E-1,-0E0,-0E0,6.713867E-2,3.571875E1,-0E0,4.1166258E-1,-0E0,-0E0,-8.2386494E-1,-0E0,9.970703E-1,-0E0,-3.3887056E-1,-0E0,9.450624E-1,-0E0,-2.3147935E-1,-0E0,1.0806577E0,2.3100534E-1,-0E0,4.0063477E-1,-0E0,5.378125E1,3.7729827E-1,-0E0,-4.3916324E-1,-0E0,3.7125E1,-0E0,1.8926317E2,-6.83185E-1,-0E0,6.149292E-3,-0E0,-8.2457364E-1,-0E0,-0E0,8.25462E-1,-0E0,9.3896484E-1,1.4322183E0,-0E0,-0E0,1.7460543E-1,4.6802763E-2,-0E0,3.0975111E1,-0E0,-0E0,-7.97024E-1,6.014443E-1,-0E0,-8.269342E-1,-0E0,-0E0,2.1870694E0,-0E0,-7.210168E-1,-0E0,8.163452E-3,1.8767421E-1,-0E0,3.355719E1,-0E0,2.0405595E0,8.8263375E-1,-0E0,8.1390595E-1,-0E0,8.694137E-1,3.5858154E-3,-0E0,1.00609436E2,-0E0,3.8542852E-1,1.0148346E0,8.252602E-1,-0E0,-0E0,6.572275E-1,8.001769E1,-0E0,-0E0,3.34375E1,-6.533384E-1,-0E0,4.476433E0,-0E0,-0E0,-7.825838E-1,1.9320657E2,2.5123515E0,5.5422985E1,7.30894E1,-0E0,1.4205656E2,7.09883E-1,-0E0,-0E0,3.2198676E-1,-0E0,4.7088623E-2,1.6536818E-1,-0E0,-0E0,9.9609375E-1,-0E0,8.8565606E-1,-0E0,1.1564536E0,-0E0,8.375591E-1,-0E0,6.913808E1,-0E0,9.975586E-1,1.5803868E2,-0E0,-7.6087004E-1,-0E0,-0E0,8.5253906E-1,-0E0,4.1259766E-1,-8.3982223E-1,-0E0,4.858024E0,-0E0,1.6467285E-1,4.0667987E0,-0E0,7.223979E1,-0E0,9.95501E-1,3.663898E1,-0E0,-0E0,8.163452E-3,1.5383453E2,-0E0,-0E0,6.149292E-3,-0E0,4.2689675E-1,1.4025E2,-0E0,-0E0,-3.0112475E-1,-0E0,8.8427734E-1,-0E0,-1.0690298E0,4.9883556E1,-0E0,-0E0,-1.9920695E-1,4.027684E-1,-0E0,-0E0,1.6218437E0,-0E0,4.5843605E1,-0E0,-9.8144156E-1,-0E0,8.9311594E-1,-0E0,-6.87005E-1,-0E0,9.561923E-1,2.7866364E-3,-0E0,2.6045673E0,-0E0,-0E0,8.6229694E-1,-0E0,-5.594466E-1,-0E0,3.2941508E-1,-0E0,4.510386E0,-9.5172024E-1,-0E0],"split_indices":[5,13,13,6,13,12,1,12,18,4,7,6,12,13,0,4,12,2,7,14,0,8,14,14,0,1,0,0,0,14,0,14,19,8,0,5,0,15,15,2,3,0,13,8,15,0,8,14,3,0,0,6,7,13,4,0,15,0,0,0,16,14,0,0,3,0,0,2,2,7,6,0,17,2,0,9,0,11,0,7,4,4,9,0,0,8,15,7,0,12,5,15,14,6,0,1,19,9,0,9,4,0,15,19,3,15,0,0,0,6,8,18,7,2,10,5,0,0,10,0,0,0,0,12,17,0,0,18,17,6,6,11,11,16,18,0,17,16,18,0,0,0,3,5,6,2,11,18,10,8,12,0,9,5,10,14,15,1,0,15,7,9,19,0,0,19,17,0,0,14,0,0,6,12,0,2,4,10,0,17,19,9,19,14,5,0,0,0,0,0,9,0,19,10,11,0,5,12,11,0,0,0,0,0,8,0,0,0,0,5,19,2,0,3,5,0,0,13,17,0,4,17,1,6,4,5,19,13,12,3,8,6,0,18,0,10,5,0,0,7,4,0,0,0,10,0,11,0,14,11,5,0,0,6,10,0,3,6,0,0,0,11,3,6,14,7,4,0,0,0,0,8,17,0,6,3,11,19,2,6,0,0,0,0,5,0,16,0,0,0,15,10,6,6,7,17,0,0,0,0,18,0,16,0,2,0,0,9,6,19,1,0,19,10,0,11,3,6,0,5,1,9,0,12,15,6,13,14,7,0,0,1,0,0,0,1,0,0,0,0,0,6,0,2,3,9,0,7,0,9,0,0,5,0,0,0,5,12,18,4,12,0,0,0,0,0,0,0,0,8,8,16,7,0,6,0,3,0,0,0,0,7,0,0,0,7,0,1,8,2,0,0,13,3,12,16,18,0,0,0,5,11,0,0,0,0,11,16,0,5,7,4,8,0,0,0,1,0,18,0,0,0,12,0,12,10,0,4,14,14,0,0,0,9,0,6,14,0,0,4,7,6,10,16,14,16,1,4,13,10,13,17,0,8,17,12,6,16,6,0,0,0,0,13,0,0,2,5,0,0,0,0,0,8,0,14,10,0,0,0,0,2,0,18,18,12,15,11,10,1,6,0,0,0,0,10,0,0,0,0,0,0,0,0,0,18,0,13,10,0,6,0,0,0,0,0,0,0,0,3,1,15,12,0,0,0,0,0,0,15,0,6,17,2,10,18,3,0,15,0,0,0,0,0,8,0,0,17,0,0,17,12,17,8,17,2,6,3,7,0,13,0,13,17,0,10,6,14,1,11,11,14,8,0,6,13,3,0,18,3,16,0,15,0,16,8,17,1,14,11,0,12,0,0,0,5,4,0,4,4,0,11,0,2,0,0,0,0,0,12,0,0,0,0,12,0,2,0,0,18,0,15,10,0,0,16,0,18,3,0,18,0,0,3,2,17,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,8,9,14,10,0,10,9,0,12,0,11,18,9,1,16,12,8,0,3,0,0,0,0,0,0,3,0,0,0,0,0,15,7,11,18,0,0,2,6,0,0,0,0,0,7,0,0,0,7,0,12,0,3,8,2,18,0,3,10,0,12,18,3,3,18,17,12,11,0,2,16,5,12,19,4,3,0,11,7,12,15,0,13,0,0,15,0,0,0,7,8,17,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,10,0,0,0,10,2,8,15,8,10,8,0,5,0,17,11,0,12,4,0,0,12,0,0,0,0,0,12,17,3,11,0,0,7,4,0,7,14,1,4,0,1,0,0,0,0,4,0,0,13,10,6,0,18,12,0,9,14,14,0,0,0,0,8,0,0,10,0,12,10,10,0,12,0,0,0,0,0,7,19,0,0,0,0,0,0,0,0,19,18,0,0,3,1,0,6,0,6,19,11,10,18,17,1,0,8,18,12,14,4,17,11,3,13,0,19,9,2,0,7,13,17,17,0,12,15,5,19,0,14,1,8,0,12,4,0,8,12,0,0,0,0,0,0,0,0,10,5,0,6,0,0,0,0,0,3,0,11,0,14,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,15,5,14,0,6,0,0,0,7,0,0,0,0,0,4,0,1,0,0,0,0,19,0,4,2,3,4,0,0,19,15,0,0,6,0,0,12,0,0,10,0,4,0,0,0,0,11,0,0,0,0,0,0,2,0,0,0,8,0,0,5,0,14,0,0,8,0,0,4,8,0,8,19,18,8,3,9,0,0,0,0,11,0,18,0,16,15,18,4,8,13,6,13,5,13,12,0,12,6,4,13,1,8,14,8,0,0,6,0,6,7,19,5,0,8,4,7,16,7,8,0,0,8,0,16,0,13,9,15,0,5,3,0,11,7,0,2,16,9,17,6,18,0,0,5,12,10,0,9,6,1,2,5,0,0,10,0,0,0,0,0,0,11,0,5,0,16,0,13,17,4,1,0,0,0,10,0,0,11,0,0,0,0,17,0,13,0,0,5,0,0,0,6,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,13,0,0,11,0,0,11,0,0,18,0,0,0,14,14,15,0,15,4,3,5,0,0,8,11,0,0,7,3,18,17,0,19,4,11,14,18,16,6,0,2,0,0,0,0,0,0,5,8,18,19,11,10,5,5,0,0,0,13,18,5,10,7,11,15,9,0,15,19,5,5,0,14,8,8,11,0,0,0,11,0,6,0,1,4,12,0,0,2,0,19,0,0,0,16,0,15,0,0,0,9,2,0,0,15,4,14,9,0,3,7,0,0,0,0,17,6,0,0,0,7,0,0,0,0,0,0,14,0,0,0,5,0,0,0,19,0,0,0,13,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,11,0,0,0,14,0,0,4,9,17,0,16,0,0,10,0,6,0,0,0,0,2,12,0,0,0,8,0,0,0,11,0,0,0,0,0,0,0,19,0,7,0,5,11,0,0,10,10,0,8,14,10,10,16,2,3,14,14,4,19,6,0,0,0,0,0,0,2,0,0,10,0,3,0,17,2,0,0,6,0,0,0,0,7,0,13,0,14,0,0,0,5,0,0,1,18,3,0,8,0,12,0,0,0,6,17,1,0,0,9,4,17,15,0,1,1,0,0,0,0,12,18,0,19,7,14,0,12,0,0,12,13,0,1,4,0,0,7,0,0,0,16,0,9,1,17,18,17,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,3,0,14,0,0,11,0,0,5,5,17,0,0,7,0,0,0,0,3,0,17,0,0,2,0,0,18,0,10,14,0,3,0,3,2,0,11,0,19,19,0,11,15,17,0,0,0,0,15,4,2,7,15,7,13,0,0,5,0,3,7,17,10,0,0,0,13,0,0,0,0,0,0,0,0,2,0,0,19,0,7,0,0,0,0,2,0,0,11,13,0,12,13,0,0,0,12,1,0,13,13,0,0,0,6,0,0,0,0,0,8,0,5,0,0,0,0,0,0,0,8,0,3,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,8,8,0,0,0,0,0,7,0,17,15,0,17,0,0,0,0,10,0,0,14,0,19,6,0,0,0,11,0,19,0,0,0,3,0,0,0,1,0,12,0,0,2,8,18,11,5,0,0,0,0,6,0,0,0,5,0,0,7,11,15,0,16,16,17,13,8,0,12,18,0,4,7,2,0,0,0,4,12,11,8,0,2,13,19,0,0,0,0,3,17,0,0,19,0,1,0,0,13,0,10,0,0,0,2,0,0,0,9,0,11,0,15,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,10,0,0,0,0,0,2,2,0,0,11,0,13,13,0,0,0,19,0,11,1,1,0,7,0,0,0,1,0,3,0,18,0,0,11,0,19,5,0,0,6,0,0,0,0,0,0,0,0,9,0,18,3,10,8,15,0,16,0,0,1,0,15,4,0,15,14,0,17,1,15,18,7,0,0,0,0,1,5,0,8,0,0,0,2,0,2,0,0,0,5,0,0,18,0,0,0,0,0,6,0,0,0,0,0,2,0,0,0,4,13,0,6,0,19,0,10,7,0,18,5,0,0,0,14,0,0,0,0,9,0,0,0,0,15,0,0,0,0,0,0,0,10,0,4,0,0,3,0,3,0,16,0,16,0,6,17,12,18,6,14,17,0,16,0,0,0,0,5,0,0,2,0,5,18,0,0,0,0,0,11,13,0,12,0,0,13,0,0,0,0,0,0,12,0,17,0,19,0,8,0,0,5,0,16,0,9,0,3,0,0,15,0,0,0,6,0,0,9,2,19,9,0,10,10,0,0,0,0,0,0,0,0,12,11,0,0,0,0,0,0,14,0,0,0,0,0,0,0,1,0,0,18,0,10,0,0,0,0,10,0,6,0,0,19,0,0,0,0,0,0,14,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,1,0,0,0,17,0,0,4,0,2,0,0,0,0,0,19,0,7,0,0,0,0,0,0,0,7,0,0,11,0,0,3,0,0,0,6,2,7,5,0,7,0,0,0,0,0,16,0,0,0,14,0,0,0,3,0,0,0,7,0,19,6,0,0,0,0,12,0,14,0,0,2,0,12,3,0,4,0,3,7,0,0,17,6,0,0,19,0,0,11,0,0,0,0,16,0,0,4,0,0,0,0,0,0,2,0,7,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,3,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.9339844E3,2.5480295E3,2.3859546E3,1.6923542E3,8.556753E2,9.3679877E2,1.4491559E3,1.3917821E3,3.0057205E2,3.4434018E2,5.1133514E2,2.3446138E2,7.0233734E2,2.1702876E0,1.4469856E3,1.02030164E3,3.714805E2,3.7450325E1,2.6312173E2,2.7006772E2,7.427248E1,5.060954E2,5.239732E0,1.4899141E2,8.546997E1,1.3970709E2,5.6263025E2,6.987097E-1,1.4715779E0,9.0394727E2,1.16354416E2,2.2682185E2,1.4465865E2,2.285786E0,3.516454E1,2.6110626E2,2.015488E0,1.1520278E2,1.5486493E2,5.039721E2,2.1233022E0,3.178302E0,2.0614295E0,4.2548332E1,1.06443085E2,8.424973E1,1.2202384E0,1.375926E2,2.1144829E0,4.0975198E-1,2.8895774E-1,1.0472577E2,7.992215E2,1.3603969E1,1.0275044E2,8.9774155E1,1.370477E2,8.321475E-1,1.438265E2,8.6587554E-1,1.4199104E0,7.299027E0,2.7865513E1,8.473493E-1,2.602589E2,7.6263726E-1,1.2528507E0,8.757017E1,2.7632616E1,8.720926E1,6.765566E1,5.0161295E2,2.3591475E0,4.893379E-1,1.6339643E0,1.5209032E0,5.405264E-1,4.1001415E1,1.5469173E0,3.2308983E1,7.41341E1,1.2891458E1,7.135828E1,3.8069436E-1,8.3954406E-1,1.044396E2,3.3153015E1,8.422358E-1,1.2722471E0,2.0028273E1,8.4697495E1,6.5664154E2,1.4257994E2,9.040296E0,4.5636735E0,1.8923412E1,8.3827034E1,8.932394E1,4.5021296E-1,5.6553707E1,8.049399E1,2.0421204E-1,1.2156984E0,4.2329326E0,3.0660949E0,2.7134977E1,7.305353E-1,2.1512704E-1,2.6004376E2,1.6767304E0,8.589344E1,2.5417397E1,2.2152195E0,6.838419E1,1.8825062E1,5.9143986E1,8.51168E0,1.8677967E0,4.91351E-1,2.1469611E-1,2.746418E-1,1.142259E0,3.786443E-1,1.7583745E0,3.924304E1,7.7809805E-1,7.688193E-1,2.931672E1,2.9922633E0,6.662537E1,7.5087337E0,7.7990584E0,5.0923996E0,7.022224E1,1.1360347E0,1.0264301E0,1.0341317E2,3.0238764E1,2.914251E0,2.8823376E-1,5.5400205E-1,1.0155265E0,1.9012745E1,6.030747E1,2.4390028E1,4.1831886E1,6.1480963E2,6.828344E1,7.42965E1,3.67066E0,5.3696356E0,4.075873E-1,4.156086E0,1.2302995E1,6.620417E0,1.8777029E1,6.505E1,8.911558E1,2.083629E-1,5.2684555E1,3.8691497E0,6.979657E1,1.0697417E1,1.6724506E-1,1.0484533E0,2.9728134E0,1.2601188E0,1.8853515E-1,2.8775597E0,2.624564E1,8.893371E-1,9.805577E-1,6.961727E-1,8.5571724E1,3.2171386E-1,7.636079E0,1.7781317E1,1.0948261E0,1.1203934E0,1.3392227E0,6.7044975E1,2.132271E0,1.6692791E1,9.8994875E0,4.92445E1,8.336807E0,1.7487206E-1,2.7488616E-1,2.1646485E-1,1.1714519E0,5.8692265E-1,7.693735E-1,3.8473667E1,2.8138924E1,1.1777955E0,7.590995E-1,2.2331638E0,1.0807664E1,5.5817703E1,6.392713E-1,6.869462E0,7.605568E0,1.9349019E-1,1.3668249E0,3.7255745E0,9.565254E-1,6.926572E1,9.0570736E-1,2.3032737E-1,1.2133466E0,1.0219982E2,2.9799986E1,4.3877703E-1,1.309401E0,1.60485E0,6.9502145E-1,1.8317724E1,2.0455E1,3.9852467E1,2.2206842E1,2.1831856E0,3.9530636E1,2.3012505E0,4.186513E2,1.9615834E2,5.7914566E1,1.0368874E1,2.1426767E1,5.286973E1,2.4598246E0,1.2108355E0,4.4376755E0,9.3196017E-1,3.9004824E0,2.556038E-1,3.585774E0,8.717221E0,2.4547514E-1,6.374942E0,1.675232E1,2.0247097E0,6.1266792E1,3.7832098E0,8.90343E-1,8.8225235E1,3.3961334E0,4.928842E1,1.5732448E0,2.2959049E0,4.7118336E1,2.2678236E1,1.047134E1,2.2607705E-1,1.3737017E0,1.5991118E0,2.3367587E-1,1.026443E0,2.5401037E1,8.4460264E-1,4.092208E-1,2.8695193E-1,3.3829608E0,8.218876E1,2.4921913E0,5.1438875E0,1.621727E1,1.564048E0,3.027693E-1,7.9205674E-1,6.910374E-1,6.4818525E-1,2.9633875E0,6.408159E1,6.217551E-1,1.510516E0,7.479078E0,9.213714E0,7.2422748E0,2.6572127E0,4.5112923E1,4.131574E0,3.7856194E-1,2.083607E-1,4.8349303E-1,3.7990173E1,4.3951547E-1,2.769941E1,8.989488E-1,2.7884677E-1,3.3225697E-1,1.9009068E0,2.2706058E0,8.537058E0,2.3016273E1,3.280143E1,2.654969E0,1.0706056E0,2.2331417E-1,9.9003243E-1,1.0143976E0,1.01185425E2,4.500129E-1,2.9349974E1,3.8684165E-1,9.2255944E-1,5.556033E-1,1.0492467E0,4.1847944E0,1.6270206E1,7.527228E0,3.2325237E1,3.247013E-1,2.1882141E1,1.0792314E0,1.1039541E0,2.7040794E1,1.2489842E1,1.169854E0,1.1313963E0,6.1879013E1,3.5677228E2,1.382817E2,5.7876663E1,6.745634E0,5.116893E1,5.9736204E0,4.395253E0,1.711299E1,4.3137774E0,5.2621056E1,2.4867447E-1,2.2295012E0,2.3032337E-1,7.231016E-1,4.8773384E-1,3.3989222E0,1.0387533E0,1.6910452E-1,3.7313778E0,2.968343E0,6.174309E-1,3.6782408E0,5.03898E0,1.5523272E1,1.2290471E0,9.982714E-1,1.0264381E0,1.4437695E0,2.3394403E0,1.4378369E1,7.384686E1,2.6426475E0,7.534859E-1,1.1608051E0,4.8127617E1,6.91027E-1,1.604878E0,2.3378862E1,2.3739475E1,1.6867836E1,5.810399E0,6.498579E-1,7.2384375E-1,1.3934214E0,2.0569035E-1,1.6791007E-1,8.585329E-1,3.4506994E-1,2.5055967E1,2.5160022E0,8.669585E-1,8.063263E1,1.5561335E0,7.150133E-1,1.777178E0,4.5628133E0,5.8107436E-1,2.4912962E-1,1.596814E1,5.6380147E-1,1.0002466E0,1.144108E0,1.8192793E0,6.34152E1,6.6638696E-1,1.2057521E0,3.0476388E-1,3.2584522E0,4.220626E0,7.9990253E0,1.2146884E0,5.1229596E-1,6.729979E0,1.1239735E0,1.5332394E0,3.9880488E0,4.1124874E1,3.9319239E0,1.9965024E-1,3.6531956E1,1.458219E0,2.7002806E1,6.966032E-1,1.7174869E0,1.8341997E-1,8.23985E-1,1.4466207E0,8.0160265E0,5.210316E-1,1.2031659E1,1.0984613E1,1.1624407E1,2.1177023E1,2.017084E0,6.37885E-1,1.352163E0,9.983326E1,4.236295E-1,2.8926344E1,6.101558E-1,3.124036E-1,1.3370485E0,2.847746E0,4.9128583E-1,1.577892E1,2.5236983E0,5.0035295E0,1.790507E1,1.442017E1,2.0964754E1,9.1738796E-1,2.2811657E-1,8.5111487E-1,2.675273E1,2.8806466E-1,5.2245317E0,7.265311E0,2.904638E-1,8.793902E-1,2.5009449E1,3.6869564E1,2.2779587E2,1.2897641E2,3.9282436E1,9.899925E1,1.0470063E1,4.74066E1,3.6054554E0,3.1401787E0,4.9918036E0,4.6177128E1,3.779103E0,2.1945174E0,3.7501934E0,6.4505976E-1,1.4009117E1,3.103873E0,1.7436674E0,2.5701098E0,2.1633658E-1,2.0131648E0,2.849468E0,5.4945415E-1,3.1232202E0,5.5502045E-1,1.7881538E0,3.2508266E0,1.4921251E1,6.0202056E-1,9.233942E-1,3.0565283E-1,7.000322E-1,2.9823926E-1,1.1106354E0,3.3313408E-1,1.2600948E1,1.7774203E0,5.1719165E-1,2.3629428E-1,6.6027826E-1,4.746734E1,1.395763E0,2.0911495E-1,8.235705E0,1.5143157E1,6.0434766E0,1.7695997E1,4.5962224E0,1.2271614E1,2.3971715E0,3.4132278E0,2.3179195E0,1.9808266E-1,2.373977E-1,6.2956077E-1,7.9776596E1,8.560304E-1,3.5243326E-1,1.2037003E0,1.2788378E0,4.9834016E-1,2.3110688E-1,3.4996745E-1,5.3281856E-1,6.112895E-1,6.3103455E-1,5.747176E-1,1.2187412E0,2.039711E0,2.9428544E0,1.2777712E0,7.6927032E0,3.0632198E-1,1.1489702E0,5.5810084E0,8.3366543E-1,2.9030806E-1,2.679981E-1,1.2652413E0,2.734655E0,1.2533939E0,1.5237674E1,2.5887201E1,2.241817E-1,1.2340373E0,9.442062E-1,2.60586E1,1.7702673E-1,1.269594E0,7.7296963E0,2.863301E-1,3.7833414E0,8.248318E0,3.9686491E0,7.0159645E0,5.070708E0,6.553699E0,9.844885E-1,2.0192535E1,2.8820258E-1,1.0639603E0,9.821739E1,1.6158669E0,8.0786836E-1,2.8118475E1,2.4058264E-1,3.6957318E-1,2.2382417E0,6.0950434E-1,1.0332874E0,1.4745633E1,1.5255698E0,9.981286E-1,1.08511915E1,7.0538783E0,1.2009686E0,1.3219201E1,1.6015861E0,1.9363169E1,1.3592335E0,2.5393496E1,2.3253388E0,2.8991926E0,5.6124787E0,1.6528325E0,3.9870074E0,2.1022442E1,1.1945046E1,2.4924517E1,2.023027E2,2.5493174E1,6.532355E1,6.365287E1,4.066999E0,3.5215435E1,1.42912445E1,8.470801E1,3.3986694E-1,1.0130197E1,1.7592976E1,2.9813623E1,4.9358088E-1,3.1118746E0,5.77754E-1,2.5624247E0,3.26689E0,1.7249134E0,2.3723574E0,4.380477E1,3.19909E0,5.800131E-1,3.5346706E0,2.155229E-1,1.8728146E-1,4.5777828E-1,2.1516545E0,1.1857463E1,1.3981779E0,1.7056952E0,1.5003604E0,2.433069E-1,2.0709305E0,4.9917936E-1,2.915636E0,2.0758426E-1,7.327457E-1,1.055408E0,3.0503745E0,2.0045188E-1,3.583093E0,1.1338159E1,4.0805745E-1,7.0257795E-1,8.990708E0,3.6102407E0,8.244677E-1,9.529525E-1,1.7105903E-1,1.224704E0,6.2786674E0,1.9570378E0,4.2073293E0,1.0935827E1,1.7651477E0,4.278329E0,7.657152E0,1.0038846E1,3.2198164E0,1.3764062E0,4.0525308E-1,1.1866361E1,2.3762333E-1,2.159548E0,1.4378536E0,1.9753742E0,3.3732903E0,7.6403305E1,1.7925443E-1,1.0995834E0,3.2334042E-1,3.0769414E-1,2.709105E-1,9.478307E-1,4.0889326E-1,1.6308178E0,8.2618123E-1,4.5158994E-1,1.8075472E-1,2.5539002E0,7.038673E-1,5.495266E-1,5.699164E0,9.538509E0,1.3466812E1,1.2420389E1,7.014123E0,7.155735E-1,1.4826314E0,2.30071E0,1.4260787E0,6.822239E0,1.0354905E0,2.9331586E0,4.258873E0,2.7570918E0,2.296286E0,2.7744217E0,2.252939E0,4.3007603E0,6.430792E-1,1.9549456E1,1.3207318E0,2.9513514E-1,4.3302205E-1,2.7685453E1,1.8452129E0,3.9302868E-1,1.4258402E1,4.87231E-1,1.3470013E0,1.7856851E-1,3.305419E-1,6.675867E-1,3.016321E0,7.8348703E0,4.9664097E0,2.0874686E0,8.029667E-1,3.980019E-1,1.131927E1,1.8999304E0,1.0970707E0,5.0451535E-1,1.0082061E0,1.8354961E1,6.5166587E-1,2.474183E1,2.0591971E-1,2.119419E0,1.0858045E0,1.8133881E0,2.3383345E-1,5.378645E0,9.629607E-1,3.0240467E0,2.9331336E0,1.808931E1,2.9174168E0,9.02763E0,5.195289E0,1.9729227E1,4.9229637E1,1.5307306E2,1.1934844E1,1.355833E1,2.841226E1,3.6911285E1,2.5224497E1,3.842837E1,3.780308E0,2.866911E-1,3.217519E1,3.0402474E0,9.261864E0,5.029381E0,2.4741463E1,5.996654E1,8.670408E0,1.4597883E0,1.3923387E1,3.6695893E0,3.9873524E0,2.5826271E1,1.743803E-1,2.9374943E0,1.3268691E0,1.2355556E0,2.333818E0,9.3307215E-1,1.4914283E0,2.3348504E-1,1.2159865E0,1.156371E0,1.0308182E1,3.3496586E1,2.5642986E0,6.347915E-1,3.3191223E0,2.1554807E-1,6.633881E-1,1.4882665E0,2.2401999E-1,1.1633443E1,1.504266E0,2.0142916E-1,1.3100823E0,1.9027813E-1,2.1176103E-1,1.8591695E0,3.0771515E-1,2.607921E0,2.6537802E0,3.9659438E-1,1.1742625E0,2.4088304E0,1.8361187E0,1.7741219E0,7.904139E-1,1.6253859E-1,2.0995393E0,4.179128E0,3.0777524E0,1.129577E0,9.749552E0,1.1862754E0,3.826946E0,4.513827E-1,7.937836E-1,6.8633685E0,5.7183256E0,4.3205204E0,3.2811314E-1,2.8917031E0,1.1335778E0,2.4282831E-1,3.0506647E-1,1.1561295E1,1.6637397E-1,1.2714796E0,2.267806E-1,1.7485937E0,2.2580722E-1,3.147483E0,1.4746473E0,7.492866E1,1.2011476E0,4.2967016E-1,2.3845499E0,3.3146143E0,8.99929E0,5.392188E-1,7.619278E0,5.8475347E0,1.495211E0,1.0925179E1,2.4653298E-1,6.76759E0,6.3589644E-1,8.46735E-1,6.97228E-1,1.6034819E0,6.5728493E0,2.4938938E-1,2.4105844E-1,2.6921E0,1.3031504E0,2.9557223E0,6.6757536E-1,2.0895164E0,2.1150446E0,1.812416E-1,1.4304513E0,1.3439705E0,1.5983844E0,6.5455467E-1,3.2085356E-1,3.9799066E0,2.6437333E-1,1.9285082E1,1.3311366E1,9.470359E-1,2.7937672E0,2.2255383E-1,6.016009E0,1.8188612E0,4.236896E0,7.295135E-1,1.2520412E0,8.354275E-1,1.0417719E1,9.015514E-1,1.1290557E0,7.708747E-1,2.3363156E0,2.2405516E1,4.177639E-1,1.3956242E0,6.6724205E-1,4.711403E0,2.8392692E0,1.8477769E-1,7.175198E-1,2.2156138E0,1.1382852E1,6.7064567E0,2.677512E0,2.399047E-1,7.2772794E0,1.7503506E0,2.4717958E0,2.7234933E0,2.4401335E-1,1.9485214E1,7.064543E0,4.2165096E1,1.51313715E1,1.379417E2,5.6432076E0,6.291637E0,5.450609E-1,1.3013268E1,1.2207689E1,1.620457E1,1.1965368E1,2.4945917E1,9.57651E0,1.5647987E1,2.4029324E1,1.439905E1,2.5875548E-1,3.5215526E0,7.518246E0,2.4656942E1,3.7394986E-1,2.6662977E0,6.226627E0,3.0352373E0,2.4768128E0,2.5525682E0,7.561411E0,1.7180052E1,2.0932415E0,5.78733E1,2.2370856E-1,8.4467E0,7.220764E0,6.702622E0,9.694475E-1,2.7001417E0,3.059074E0,9.282783E-1,2.1402016E1,4.424256E0,2.7598054E0,1.7768894E-1,4.3537524E-1,1.8984427E0,1.0186405E0,1.9734599E-1,2.3920712E-1,9.1716385E-1,4.6223993E0,5.685783E0,1.0847433E0,3.2411846E1,1.6364041E-1,4.9974763E-1,5.245505E-1,6.4971197E-1,3.9457595E-1,1.4415427E0,1.1975255E0,9.020138E-1,5.6912017E-1,3.6100078E0,2.828526E0,2.4922626E-1,8.198761E-1,3.0970097E-1,3.8013515E-1,9.369417E0,6.5561056E-1,5.306648E-1,3.03033E-1,3.523913E0,3.2911137E-1,4.6467224E-1,5.037581E0,1.8257875E0,3.2340279E0,2.4842975E0,1.4117578E0,2.9087627E0,4.93325E-1,2.3983781E0,9.664808E-1,1.6709706E-1,5.651585E-1,1.0996136E1,3.0490768E-1,2.8425756E0,2.3249099E-1,1.2421563E0,7.335816E1,1.5704993E0,2.4663661E-1,9.54511E-1,9.9176073E-1,1.3927891E0,2.4326694E0,8.8194495E-1,7.9546595E0,1.0446315E0,2.7773695E0,4.8419085E0,1.9147888E0,3.9327457E0,1.9098467E-1,1.3042263E0,1.4917452E0,9.433434E0,2.073114E-1,6.5602784E0,6.3405185E0,2.3233119E-1,1.6798145E-1,2.5241187E0,6.828125E-1,6.203379E-1,2.7557268E0,1.9999543E-1,1.6807057E0,4.0881082E-1,1.8750569E-1,1.9275389E0,2.9174733E-1,1.138704E0,9.9821776E-1,3.4575275E-1,1.361348E0,2.3703633E-1,3.6393733E0,3.405334E-1,1.8359962E1,9.251195E-1,2.35769E-1,2.5579982E0,4.928857E0,1.0871524E0,3.0714005E-1,1.5117213E0,9.030012E-1,3.3338947E0,9.520051E-1,3.000361E-1,1.0181915E1,2.3580402E-1,1.6620839E0,6.742318E-1,2.1547243E1,8.582711E-1,1.0125118E1,1.2577336E0,2.7429876E0,3.963469E0,4.2378263E0,3.0394535E0,1.7856851E-1,1.571782E0,4.1526017E-1,2.308233E0,1.768435E1,1.8008646E0,5.1640964E0,1.900446E0,1.0528238E1,3.1636858E1,4.6402736E0,1.0491098E1,9.626033E1,4.168136E1,2.53448E0,3.1087275E0,4.7764535E0,1.5151833E0,1.2598751E1,4.145174E-1,4.591386E0,7.616304E0,8.77095E0,7.4336205E0,3.3340943E0,8.631274E0,5.631116E0,1.93148E1,8.768487E0,8.080232E-1,1.4851656E1,7.963312E-1,2.1620537E1,2.4087856E0,9.489439E0,4.9096107E0,2.1385843E-1,3.3076942E0,4.2520905E0,3.2661557E0,1.5629543E1,9.0274E0,2.455759E0,2.1053855E-1,4.795776E-1,5.7470493E0,5.800411E-1,2.4551961E0,1.0153846E0,1.4614282E0,2.2334404E0,5.3279705E0,9.103807E-1,1.6269672E1,1.4586924E0,6.345489E-1,4.372028E0,5.3501274E1,7.8657496E-1,7.660125E0,5.128152E0,2.0926123E0,1.9040368E0,4.798585E0,2.4707515E0,2.2939008E-1,5.7650065E-1,2.4825735E0,1.8390075E0,1.9563007E1,2.2995183E0,2.1247375E0,2.8761845E0,1.7462149E0,4.202706E0,1.4830772E0,5.902233E-1,4.9452E-1,3.1653818E1,7.580264E-1,1.1951292E0,2.464136E-1,6.806474E-1,2.2136647E-1,1.8503404E-1,3.4249737E0,2.9868212E-1,3.225231E0,5.71361E-1,4.46622E0,1.1469293E0,2.0870986E0,1.2756543E0,1.2086432E0,9.266233E-1,4.8513448E-1,2.6719396E0,2.3682307E-1,2.2298865E0,1.6849169E-1,5.7275254E-1,1.0423383E1,1.3470297E0,2.2346964E-1,1.972718E-1,7.572392E-1,7.1504226E0,8.0423695E-1,1.9777676E0,7.99602E-1,7.5999475E-1,4.0819135E0,5E-1,1.4147888E0,3.533387E-1,3.5794072E0,1.1450131E0,3.4673217E-1,5.0421786E-1,8.929215E0,6.0911255E0,2.4939302E-1,2.1223593E0,4.0175954E-1,4.0194526E-1,2.3537817E0,4.2743158E-1,1.2532741E0,2.3502356E-1,9.036804E-1,1.813377E1,2.261935E-1,1.798787E0,3.1300697E0,2.1552289E-1,1.2961984E0,3.0930579E0,2.4083683E-1,1.8933503E-1,9.99258E0,3.0433014E-1,3.699017E-1,2.1209373E1,3.3787087E-1,8.3637226E-1,9.288746E0,1.0359927E0,2.2174078E-1,7.5882316E-1,1.9841645E0,1.844112E0,2.119357E0,1.4927673E0,2.745059E0,1.7891688E0,1.2502846E0,2.117717E0,1.9051614E-1,2.3578446E-1,1.7448565E1,4.585887E0,5.7820946E-1,1.134073E0,9.394165E0,1.9974426E1,1.166243E1,4.089299E0,5.5097437E-1,6.033204E0,4.4578943E0,6.540998E1,3.0850353E1,8.42233E0,3.325903E1,1.1578255E0,1.3766546E0,2.5216088E0,5.871186E-1,4.174469E0,6.0198444E-1,9.4689E-1,5.6829333E-1,8.138898E-1,1.1784862E1,3.029049E0,1.5623367E0,4.788938E0,2.8273656E0,7.6714325E0,1.0995178E0,1.9426844E0,5.4909363E0,1.0110812E0,2.323013E0,6.479683E0,2.1515913E0,1.8484321E0,3.7826838E0,3.6762736E0,1.5638527E1,5.7501254E0,3.0183616E0,4.713955E-1,1.438026E1,1.8228302E1,3.3922362E0,1.0777001E0,1.3310853E0,2.7163718E0,6.7730675E0,1.9550886E0,2.9545221E0,2.033287E-1,3.1043656E0,1.2200121E0,3.0320783E0,3.613572E-1,2.9047985E0,9.165895E-1,1.4712954E1,6.175693E0,2.851707E0,2.2818024E0,1.7395669E-1,5.2271523E0,5.198965E-1,2.2172675E0,2.3792866E-1,1.1383852E0,3.2304305E-1,2.0560362E0,1.7740437E-1,3.2908025E0,2.0371683E0,2.7827543E-1,6.3210523E-1,1.49275E0,1.4776921E1,1.1989652E0,2.597273E-1,1.2277614E0,3.1442664E0,2.6632242E0,5.0838047E1,1.0759567E0,6.5841684E0,3.8877382E0,1.2404138E0,1.2751472E0,8.1746507E-1,2.246243E-1,1.6794125E0,4.381223E0,4.1736203E-1,1.7995043E-1,2.290801E0,2.2788131E0,2.0376033E-1,9.484967E-1,8.9051086E-1,1.8647463E1,9.155452E-1,5.759376E-1,1.7235807E0,1.5516244E0,5.73113E-1,7.883986E-1,2.0877857E0,1.5632111E0,1.8300381E-1,2.4307844E-1,3.9596274E0,1.1432956E0,3.3978152E-1,2.2401999E-1,3.1429798E1,3.0521533E0,3.7282044E-1,2.8180118E0,4.0721905E-1,4.2747574E0,1.9146237E-1,2.1598968E-1,1.871109E0,5.383414E-1,7.37313E-1,1.0422692E0,1.6637397E-1,2.1460801E-1,7.120153E-1,1.6321099E-1,2.0666754E0,6.395075E-1,9.783875E0,3.0856812E-1,6.841854E0,1.2642062E0,7.135615E-1,8.421817E-1,3.2397318E0,3.39546E0,1.8394718E-1,7.0722713E0,1.8569441E0,1.792036E1,2.1340907E-1,1.0175174E0,7.8126955E-1,2.3915909E-1,2.8909106E0,2.956791E-1,2.7973788E0,8.162234E-1,9.176356E0,2.081997E1,3.8940364E-1,2.2857156E0,7.0030303E0,1.8204992E0,1.636653E-1,5.571928E-1,1.2869192E0,5.0940007E-1,1.609957E0,1.8183649E-1,2.5632224E0,2.3578446E-1,1.5533844E0,2.4145979E-1,1.0088247E0,1.8897587E-1,1.9287411E0,5.9873444E-1,1.684983E1,2.5501144E-1,4.330876E0,3.0578485E0,6.3363166E0,2.6901639E0,1.7284264E1,2.521736E0,9.140695E0,3.8283978E0,2.6090145E-1,2.5095663E0,3.5236375E0,3.309931E0,1.1479632E0,4.3278557E1,2.2131424E1,1.15312805E1,1.9319073E1,2.3622787E0,6.0600514E0,2.3020714E1,1.0238314E1,2.842607E-1,8.735647E-1,2.3499575E0,1.7165142E-1,2.9132247E-1,6.555675E-1,1.1265794E1,5.1906735E-1,8.375896E-1,2.1914594E0,2.0231241E-1,1.3600242E0,3.8309368E-1,4.405844E0,1.9049786E0,9.223871E-1,9.699546E-1,6.701478E0,9.187631E-1,1.8075472E-1,6.9637054E-1,1.2463139E0,4.9204044E0,5.705316E-1,6.2716393E0,2.0804347E-1,1.693271E0,4.5832026E-1,1.6858493E0,1.6258283E-1,1.4867549E0,2.295929E0,1.4889067E0,2.187367E0,1.2178022E1,3.4605043E0,8.1578946E-1,4.934336E0,6.7853457E-1,2.339827E0,1.6321754E-1,1.4217043E1,1.47419E0,1.6754112E1,1.5649606E0,1.8272756E0,2.1384008E-1,8.638601E-1,1.193463E0,1.5229087E0,2.5374823E0,4.2355857E0,7.5684994E-1,1.1982387E0,2.6970606E0,2.574616E-1,1.8725911E-1,2.844819E0,3.1718484E-1,2.5876136E0,1.3302021E1,1.4109322E0,4.0688586E0,2.1068344E0,2.5635967E0,2.8811026E-1,5.0040708E0,2.230818E-1,1.8974552E-1,2.0275218E0,1.8868101E0,1.6922605E-1,1.6161604E0,1.674642E0,8.4694403E-1,6.458061E-1,1.3898823E1,8.780991E-1,1.004401E0,2.2336045E-1,2.8276398E0,3.166266E-1,1.030412E0,1.6328123E0,4.9484356E1,1.3536912E0,6.3769164E0,2.072521E-1,2.0561552E-1,3.6821227E0,1.5105162E0,1.6889626E-1,3.8836312E-1,3.9928598E0,2.0795608E0,1.9925229E-1,1.750325E1,1.144213E0,1.5153072E0,2.082736E-1,4.1971013E-1,1.6680756E0,3.1249857E-1,3.6471288E0,6.109127E-1,3.0818886E1,2.5006988E0,3.1731305E-1,5.3154325E-1,9.252333E0,3.029459E-1,6.5389085E0,1.9911066E-1,3.040621E0,6.49255E0,5.797212E-1,6.101142E-1,1.2468299E0,9.285306E0,8.635055E0,8.460575E-1,1.7145993E-1,2.6293492E0,2.6156133E-1,3.74224E-1,2.4231548E0,6.144773E-1,1.6712384E0,7.5105846E-1,6.251972E0,3.014422E-1,9.854771E-1,2.3897352E0,1.7348717E-1,3.7164608E-1,1.6478184E1,2.0560123E-1,4.1252747E0,5.9561863E0,3.8013047E-1,2.2364206E0,4.5374328E-1,1.8818477E0,1.5402415E1,5.780753E0,3.3599412E0,4.275108E-1,3.400887E0,2.2635558E0,2.4601048E-1,1.2792379E0,2.2443998E0,2.8998437E0,4.100875E-1,4.6092638E-1,6.8703675E-1,8.271453E0,3.5007103E1,1.1181938E1,1.0949486E1,4.3440285E0,7.187252E0,1.6456587E1,2.862486E0,8.5028815E-1,1.5119905E0,5.678392E0,3.816597E-1,8.931508E0,1.4089207E1,4.221298E0,6.0170155E0,2.1828246E0,1.671327E-1,2.6794428E-1,1.0997849E1,1.9964956E0,1.9496375E-1,1.1944385E0,1.6558585E-1,5.4666126E-1,3.859183E0,2.9973757E-1,1.6052411E0,6.4090533E0,2.9242426E-1,7.353153E-1,4.185089E0,7.777391E-1,5.4939003E0,2.0726007E-1,1.486011E0,1.3078418E0,1.7891306E-1,1.4072465E0,8.8868266E-1,4.9198148E-1,1.6953855E0,1.196037E1,2.176523E-1,1.9793179E0,1.4811864E0,4.335167E0,5.991693E-1,3.4737659E-1,1.9924505E0,1.3974102E1,2.4294111E-1,1.9101604E0,1.4843951E1,1.7244208E-1,1.3925185E0,3.707003E-1,1.4565753E0,9.8665935E-1,2.0680362E-1,3.3874795E-1,1.1841608E0,1.0178405E0,1.5196416E0,4.1330186E-1,3.8222837E0,1.8406239E-1,1.0141764E0,1.6561732E-1,2.531443E0,2.3714035E0,2.1621016E-1,1.4117998E0,1.1890222E1,8.136155E-1,3.2552433E0,1.6104162E0,4.9641812E-1,2.490989E-1,2.314498E0,4.7764163E0,2.276546E-1,1.8554145E0,1.721074E-1,1.6324396E0,2.5437042E-1,1.1710737E0,4.4508675E-1,1.3782477E0,2.9639432E-1,9.061083E-1,1.2992714E1,3.3592752E-1,2.4917123E0,8.1735885E-1,2.1305315E-1,1.7487204E-1,1.4579402E0,1.5986983E0,4.788566E1,1.0883696E0,2.6532155E-1,2.3964424E-1,6.137272E0,5.4853356E-1,3.1335893E0,8.895825E-1,1.6613667E1,3.0009668E1,8.092174E-1,8.882113E0,3.7021917E-1,2.6720768E-1,6.271701E0,2.1476477E-1,6.2777853E0,9.2717654E-1,3.196533E-1,9.057679E0,2.2762625E-1,2.7902818E0,5.844773E0,2.6857558E-1,2.3607738E0,2.747594E-1,1.396479E0,2.815658E-1,5.970406E0,2.1912875E0,1.984478E-1,2.9873508E-1,1.617945E1,3.9590306E0,1.6624373E-1,2.5012973E-1,5.7060566E0,2.1702036E-1,2.0194001E0,1.1334043E0,7.484435E-1,1.00611E1,5.3413153E0,8.724148E-1,4.908338E0,2.9537446E0,4.0619642E-1,3.0215237E0,3.7936327E-1,3.6871472E-1,1.8948411E0,5.153664E-1,7.6387155E-1,3.000502E-1,1.9443495E0,2.339611E-1,2.6658826E0,4.544135E0,3.7273173E0,1.0402497E1,2.4604607E1,9.576686E0,1.6052521E0,5.8674803E0,5.0820055E0,3.3356957E0,1.008333E0,4.1029296E0,3.0843227E0,7.2654116E-1,1.5730044E1,1.3798218E0,1.4826642E0,8.932891E-1,4.785103E0,1.5418367E0,7.3896713E0,2.2586923E0,1.1830514E1,3.5809042E0,6.403941E-1,2.9748857E0,3.0421295E0,1.0246656E1,7.511934E-1,1.782462E0,2.1403363E-1,1.9719854E-1,6.211855E0,3.9532442E0,2.3184492E-1,3.5617185E-1,5.137728E0,1.9807348E-1,1.209173E0,1.2602545E0,4.3513095E-1,1.1472764E1,4.876058E-1,1.5017424E0,4.775755E-1,1.9757128E-1,1.2836151E0,4.154142E0,1.8102515E-1,1.6175495E0,3.7490088E-1,1.3693096E1,2.8100526E-1,1.0129422E0,8.972182E-1,1.3616601E1,1.22735E0,2.3867786E-1,1.2178974E0,7.8215945E-1,2.044999E-1,1.2418816E0,2.7776003E-1,2.1619776E-1,3.6060858E0,5.637911E-1,1.132643E1,2.6768408E0,5.784023E-1,1.3834599E0,2.2695626E-1,2.0011681E-1,2.114381E0,1.251555E1,4.771646E-1,2.3131437E0,1.7856851E-1,6.4576995E-1,9.5292825E-1,1.5794542E0,4.6306206E1,2.9596677E0,1.7392145E-1,1.6387558E1,2.2611007E-1,2.783015E1,2.1795182E0,5.0365955E-1,8.378453E0,2.9983637E-1,5.9779487E0,6.2498856E-1,8.432691E0,1.3330171E0,1.4572648E0,3.486875E-1,5.496085E0,1.7079635E-1,1.2256826E0,3.010919E-1,5.6693144E0,6.129532E-1,1.5566496E1,2.8636512E-1,5.4196916E0,1.8489057E0,1.7049459E-1,2.3604214E0,7.700679E0,2.7554975E0,2.585818E0,5.85389E-1,2.870258E-1,4.426368E0,4.8196986E-1,2.7508883E0,2.0285638E-1,2.6765618E-1,1.6271849E0,1.7144701E0,2.2987938E-1,6.6604453E-1,3.8780906E0,1.6322801E0,2.0950372E0,5.105769E0,5.296728E0,2.2638794E1,1.9658127E0,1.151015E0,8.425671E0,3.0358988E-1,1.3016622E0,4.471913E0,1.3955677E0,2.3111012E0,2.7709045E0,3.6240733E-1,2.9732885E0,3.8421772E0,2.6075232E-1,1.6474569E0,1.4368658E0,1.3716883E1,2.013162E0,1.0400733E0,3.397485E-1,1.7603958E-1,1.3066247E0,5.813721E0,1.5759498E0,1.149216E0,1.1094762E0,1.0823951E1,1.0065639E0,3.0015728E0,5.793313E-1,2.1180012E0,8.568846E-1,2.655613E0,3.8651654E-1,9.509088E0,7.375689E-1,5.1082063E0,1.1036489E0,1.7553228E-1,3.7777119E0,4.7552973E-1,4.6621985E0,1.0336934E0,1.7547953E-1,6.987272E-1,1.0774037E1,1.6829833E-1,1.333444E0,3.9506202E0,2.0352146E-1,7.059254E-1,1.2987171E1,1.6554597E-1,8.473962E-1,3.578745E-1,1.3258726E1,1.1101489E1,2.2494176E-1,1.23132E1,2.0234905E-1,6.9502425E-1,8.8442993E-1,4.471153E1,1.5946773E0,3.0958766E-1,1.6077969E1,2.684873E1,9.8141956E-1,1.1234956E0,1.0560228E0,3.4049473E0,4.9735065E0,5.5320544E0,4.4589427E-1,2.7416903E-1,8.158522E0,3.139181E-1,1.019099E0,1.1917127E0,2.6555198E-1,5.326908E0,1.6917732E-1,5.4950633E0,1.7425103E-1,1.4928511E1,6.3798517E-1,5.052043E0,3.6764857E-1,1.3944887E0,9.659327E-1,7.503407E0,1.972718E-1,7.515938E-1,2.0039036E0,3.764034E-1,2.2094147E0,8.067483E-1,3.61962E0,2.894968E-1,3.5885937E0,6.7050284E-1,1.4245344E0,3.1532116E0,1.9525573E0,3.497884E0,1.7988441E0,1.6116373E1,6.52242E0,3.7631E-1,1.5895027E0,7.4243E0,1.0013705E0,2.2019115E-1,4.2517214E0,1.889886E0,4.212152E-1,4.9951738E-1,2.271387E0,3.17658E-1,2.6556304E0,3.6593335E0,1.828437E-1,1.3565749E0,2.9088205E-1,3.3925408E-1,1.0976117E0,1.1755469E1,1.9614136E0,7.593177E-1,1.2538443E0,1.677758E-1,8.722975E-1,1.2303684E0,4.583353E0,2.3827323E-1,1.3376765E0,2.2817215E-1,9.210439E-1,4.2888352E-1,1.0395067E1,2.155229E-1,1.9024782E0,2.665156E-1,2.3890975E0,4.3748805E-1,4.670718E0,2.4472056E-1,3.5329914E0,1.06023855E1,1.7165142E-1,1.4455247E0,1.1541647E1,1.242821E1,8.305158E-1,1.070773E1,3.9375794E-1,9.906445E-1,1.1322556E1,3.312091E-1,3.638152E-1,4.6380153E-1,4.4247726E1,4.434871E-1,1.1511902E0,1.3922527E1,2.1554427E0,2.54579E0,2.430294E1,1.9189486E-1,3.2130525E0,3.9591317E0,1.0143746E0,2.024738E-1,7.956048E0,2.0665087E-1,5.1202574E0,1.0608448E0,3.336439E-1,4.2019507E-1,7.083212E0,1.7924395E0,2.1146408E-1,1.8484082E0,3.6100647E-1,1.8778759E-1,3.4318323E0,2.8288317E-1,3.3057106E0,3.5238534E-1,1.072149E0,1.0334213E0,2.1197903E0,7.065618E-1,1.2459956E0,3.1712765E-1,3.1807566E0,1.1148057E0,6.8403834E-1,1.4133281E1,1.9830925E0,4.867064E0,1.655356E0,2.8113168E-1,1.308371E0,8.7888193E-1,6.5454183E0,2.514984E-1,4.000223E0,1.7154953E0,1.7439073E-1,1.6725721E0,5.988149E-1,2.456289E0,1.9934124E-1,1.8975133E-1,3.469582E0,3.3497754E-1,1.1420492E1,1.314973E0,6.464405E-1,2.2420424E-1,1.02964E0,9.1182745E-1,3.185409E-1,3.9417136E0,6.416394E-1,4.5740244E-1,9.937664E0,1.7368834E0,1.6559482E-1,2.1678123E0,2.21285E-1,1.6417937E-1,4.506539E0,3.2488334E-1,3.2081082E0,4.6866503E-1,1.013372E1,9.809351E-1,4.6458954E-1,1.2208397E1,2.1981376E-1,2.731153E0,7.9765778E0,6.0615873E-1,1.0716397E1,7.3052394E-1,4.35172E1,1.2649365E1,1.2731612E0,1.5818288E0,5.736138E-1,1.9138979E0,6.318921E-1,2.3237604E1,1.0653354E0,2.2152388E-1,2.9915285E0,3.7045376E0,2.5459403E-1,6.810486E-1,6.4021635E0,1.6112373E0,1.8120217E-1,2.9152484E0,3.9046228E-1,2.509986E-1,2.9297578E0,1.0304061E1,3.8292198E0,2.553786E0,2.3132777E0,2.2177055E-1,6.3236475E0,3.8167315E0,1.8349153E-1,1.6866365E-1,1.5039085E0,4.651574E-1,1.0955335E1,1.103249E0,2.1172409E-1,4.0703392E-1,3.5346797E0,2.7518E-1,4.2313585E0,5.9735876E-1,9.536362E0,3.1546208E-1,1.1892935E1,6.258711E-1,2.1052818E0,3.4797066E-1,1.2301395E1,1.3989267E0,1.829021E-1,2.3683673E-1,3.9505535E-1,3.542168E-1,3.3503208E0,2.36943E-1,6.1652203E0,2.6842926E0,2.3095566E-1,9.996106E0,3.0795515E-1,1.8077803E0,2.0214398E0,4.8262078E-1,2.0711653E0,4.6015432E-1,1.8531234E0,6.0550723E0,2.6857552E-1,4.607987E-1,1.0494535E1,3.2929988E0,2.4168089E-1,4.5369425E-1,9.082667E0,2.9878712E-1,1.8064948E0,1.170561E1,5.957848E-1,1.6850972E-1,1.230417E0,3.2368743E-1,3.0266335E0,2.3292075E-1,5.9322996E0,9.481905E0,5.1420057E-1,7.8652495E-1,1.0212553E0,1.7416136E0,2.7982602E-1,1.9166176E-1,1.8795035E0,1.9613573E-1,1.6569877E0,2.771097E-1,5.7779627E0,2.3656964E-1,1.0257966E1,3.9245522E-1,2.9005437E0,1.8694922E-1,8.895719E0,1.1351195E1,3.5441533E-1,2.448655E0,5.779785E-1,3.118107E-1,9.1700945E0,1.776016E-1,1.7019019E0,2.5299075E-1,1.403997E0,2.782757E-1,1.1072919E1,1.0801519E1,2.7139997E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"2173","size_leaf_vector":"0"}},{"base_weights":[-6.0804915E-1,-3.8857615E-1,-9.079982E-1,-7.9984903E-1,-2.454028E-1,-7.9370373E-1,-8.058089E-1,-6.6624916E-1,-1.0026046E0,-7.0404875E-1,-6.205823E-2,-7.734478E-1,-4.1400373E-1,-7.5418454E-1,-2.1992312E-1,-1.0038191E0,-0E0,-5.7214355E-1,-1.0006047E0,3.937602E-2,-8.769628E-1,-1.8142696E-1,-8.479885E-1,-5.843694E-1,-9.569711E-1,-3.637223E-2,-6.735243E-1,-9.302067E-2,-7.8987235E-1,-4.2851472E-1,-8.577985E-1,-1.0071828E0,-0E0,9.5743716E-2,-6.7047423E-1,-0E0,-9.1971064E-1,3.7312987E-1,-4.122847E-1,-0E0,-8.7216264E-1,-9.74513E-2,-7.6099735E-1,-0E0,-9.9502283E-1,-6.691915E-1,9.132775E-2,-3.1212094E-1,-0E0,-8.5758805E-1,-3.2847908E-1,-8.9588255E-1,-5.131399E-2,-8.0059826E-1,-2.3350574E-1,-0E0,2.962647E-1,-7.425821E-1,-0E0,-6.4201915E-1,1.2675874E0,-1.7204584E-1,-9.52875E-1,-4.6005532E-2,7.6817423E-1,-9.556744E-2,-6.595649E-1,2.4057241E-1,-0E0,-0E0,-8.858732E-1,-6.1899626E-1,1.0902093E-1,-5.0434446E-1,-9.072139E-1,-2.8925735E-1,8.911442E-1,-7.8351486E-1,-0E0,-7.566135E-1,-0E0,4.128459E-1,-2.6740858E-1,-9.5329344E-1,-0E0,-2.3839895E-1,-9.4527847E-1,-9.076748E-1,-0E0,6.9987394E-2,-4.2082676E-1,7.45069E-1,-5.1642525E-1,1.4973693E-2,-7.318967E-1,1.14170454E-1,5.3622127E-1,-7.7258086E-1,-0E0,4.7751763E-1,-1.5926026E-1,-5.274314E-1,-0E0,-0E0,1.6805547E0,2.9075354E-1,-5.2054083E-1,-4.4854544E-2,-7.650655E-1,1.5357832E0,-3.8700446E-1,5.6039E-2,1.4144075E0,1.2562326E-1,-8.1683445E-1,-7.282421E-1,7.042095E-1,-0E0,-8.961472E-1,-0E0,-7.4657583E-1,-8.2890436E-2,7.788238E-1,-7.0297456E-1,-7.9402514E-2,-0E0,-9.42023E-1,1.641768E0,-0E0,-8.316577E-1,-0E0,-3.9613304E-1,6.982706E-1,-7.265019E-1,1.8704351E-2,-9.723936E-1,-0E0,-3.2473287E-1,5.357846E-1,-4.4914144E-1,-1.5962451E-3,-7.424634E-1,-0E0,-0E0,-9.1796803E-1,-0E0,5.0122446E-1,-4.4910145E-1,-0E0,-0E0,9.4493544E-1,-2.4170887E-1,5.3746466E-2,-0E0,-8.131709E-1,3.2858837E-1,-4.0997155E-2,2.6912487E-1,9.554219E-1,-0E0,-7.9101354E-1,2.2739024E-1,-0E0,-0E0,3.944781E-1,-0E0,-5.0678676E-1,1.4673724E0,-0E0,-0E0,9.2922E-1,-0E0,-5.2685577E-1,-3.9104283E-1,1.2262387E-1,-0E0,2.9661772E0,-0E0,-5.9212655E-1,3.72962E-1,-4.1373813E-1,4.9009672E-1,2.6982868E0,6.741715E-1,-4.4924192E-2,-7.037353E-1,-0E0,-9.149894E-2,-8.103782E-1,-0E0,1.1885496E0,-0E0,-9.068821E-1,-0E0,1.8217552E-1,-0E0,-8.295485E-1,-4.8388642E-1,2.518438E-1,1.1531982E0,-0E0,-7.6026607E-1,-0E0,-4.409559E-1,1.5851532E-1,-2.848745E-1,4.9998465E-1,-9.4832367E-1,-0E0,-0E0,1.6392705E0,-0E0,-6.6669494E-1,-0E0,-6.220589E-1,-0E0,9.1168207E-1,-6.3780063E-1,-0E0,3.07908E-1,-2.1495241E-1,-7.739269E-1,-0E0,6.186984E-1,-0E0,1.9569974E-1,-6.0280156E-1,1.2798862E-1,-5.1698333E-1,-9.4444585E-1,-8.561782E-2,-5.1164436E-1,-0E0,6.5209664E-2,-5.608473E-1,-0E0,-6.943614E-1,-0E0,4.9600264E-1,1.8826413E-1,-2.1057534E-1,-0E0,7.2429425E-1,9.935699E-1,-0E0,-8.2771415E-1,-0E0,-0E0,1.7504223E-1,-0E0,-4.3398255E-1,5.928041E-1,-0E0,3.468032E0,-0E0,-3.4287256E-1,4.626673E-1,-7.430114E-1,-0E0,-0E0,7.462947E-1,1.4657589E0,-0E0,6.9028354E-1,4.14163E0,-2.5939983E-1,9.990888E-1,-3.7016076E-1,2.703298E-1,-4.858924E-1,4.4375208E-1,-8.315274E-1,-0E0,1.5492538E0,-0E0,-0E0,-9.153002E-1,-8.657097E-1,-0E0,-6.1214674E-1,-0E0,5.1184994E-1,-1.2698057E-1,1.4517905E0,-0E0,-2.0008365E-2,-8.761697E-1,-6.2132555E-1,-0E0,5.504116E-1,-1.8800695E-1,9.0231866E-1,-0E0,-0E0,-7.5390244E-1,-6.0930127E-1,-0E0,-0E0,-1.9340202E-1,1.1052778E0,-8.890719E-2,5.782902E-1,-0E0,-4.8803963E-2,7.0022583E-1,-6.4554894E-1,5.361036E-1,-3.109585E-1,3.099938E-1,-7.32114E-1,-0E0,-0E0,-7.460573E-1,-3.8417327E-1,-0E0,-0E0,-5.786666E-1,1.20532565E-1,-4.0858567E-1,-2.9693086E-2,1.2114291E-1,-6.8650976E-2,6.82236E-1,-0E0,5.7645833E-1,-0E0,6.108015E-1,-7.91083E-1,-6.608589E-2,2.6638547E-1,-2.3333047E-1,1.0063899E0,7.378079E-2,-0E0,1.0242267E0,-0E0,-8.6760485E-1,3.983632E-1,-3.8571623E-1,-0E0,7.67412E-1,-0E0,3.1798146E0,-2.9378137E-1,-0E0,7.821061E-1,-0E0,-0E0,-7.7464193E-1,2.7695749E-2,-3.3948916E-1,-2.5310146E-2,1.1868643E0,2.655956E0,-0E0,-3.3283535E-1,1.0745578E-1,-0E0,9.794472E-1,-0E0,5.679261E0,-2.3022702E-1,-0E0,1.2835952E0,-0E0,-0E0,-5.147078E-1,-1.39743425E-2,6.312141E-1,-0E0,-6.088952E-1,1.6505224E0,-8.28295E-2,-8.4583443E-1,-0E0,-0E0,1.3247852E0,-9.2075205E-1,-0E0,-0E0,-7.143797E-1,-6.6142684E-1,-0E0,-0E0,9.83385E-1,-0E0,-2.325636E-1,-0E0,1.7285163E0,-3.6640763E-1,6.637557E-3,-0E0,-9.618649E-1,-0E0,-6.88978E-1,8.310933E-1,-0E0,-3.2420152E-1,-0E0,-0E0,-1.0906876E-1,-0E0,-2.2563225E-1,-0E0,1.2973411E0,7.5089735E-1,-0E0,-3.601296E-1,1.4783746E-1,-0E0,1.056444E0,-0E0,-6.8632615E-1,-0E0,7.500652E-1,-4.7197872E-1,1.6749075E-1,4.5665473E-1,-5.0503594E-1,-0E0,-8.2271E-1,3.7966317E-1,-3.9110935E-1,-0E0,-6.314857E-2,4.7509804E-1,-0E0,-3.1009458E-2,3.7856095E-2,-0E0,-7.563802E-1,-2.7213443E-2,2.9815105E-1,-0E0,-6.167338E-1,1.5467437E-1,-5.6927603E-1,-1.749642E-1,2.225029E-1,2.8349805E-1,-2.5615627E-1,-0E0,6.813871E-1,-1.4353645E-1,2.2632179E-1,7.038055E-1,-0E0,1.7231159E-1,-2.6939806E-1,-0E0,8.592365E-1,-9.556202E-1,-0E0,-3.7981096E-1,4.8364088E-2,-1.2056132E-1,4.947633E-1,-7.349273E-1,-4.4830255E-2,2.6702808E-2,1.1696773E0,-3.5683623E-1,4.4055784E-1,1.0462285E0,-0E0,1.1225661E-2,-2.6490337E-1,-8.812611E-1,-0E0,4.9505746E-1,-0E0,-0E0,8.01237E-1,-0E0,-8.1813216E-1,1.4468747E-1,-0E0,-3.7941244E-1,-0E0,-0E0,1.7003868E0,-0E0,3.130334E0,-0E0,-3.283845E-1,2.596071E-1,-0E0,8.8355875E-1,-0E0,5.008199E0,-0E0,-0E0,1.4215862E0,-3.4316048E-2,3.406964E-1,-7.420288E-1,-0E0,-2.9312325E-1,-0E0,8.9582205E-1,-0E0,-0E0,-7.155118E-1,2.6603584E0,-0E0,-0E0,-8.6600024E-1,-0E0,-9.275571E-1,-7.303187E-1,-0E0,-2.577339E-1,-0E0,-0E0,1.3570055E0,1.9373106E0,-0E0,-0E0,-5.206521E-1,-0E0,2.5957152E-1,-0E0,-2.9689148E-1,-0E0,-9.896686E-1,-7.3853856E-1,-0E0,-0E0,1.158229E0,-0E0,-2.7788535E-1,-0E0,1.9458412E-1,1.362398E0,-0E0,-0E0,8.2027864E-1,-0E0,-6.5586954E-1,5.2242976E-1,-0E0,-0E0,1.1752471E0,-0E0,2.8405932E-1,-0E0,-7.0574796E-1,-0E0,-6.3433367E-1,-0E0,7.959485E-1,5.7349473E-2,7.415392E-1,-5.206817E-1,-0E0,-8.8198537E-1,-0E0,5.6128716E-1,-0E0,-3.8823113E-1,-0E0,6.284531E-1,-0E0,-0E0,2.1120092E-1,2.5460094E-2,-2.1203098E-1,-0E0,-8.30076E-1,1.4394769E-1,-3.9419368E-1,-0E0,4.6040446E-1,2.4688734E-1,-0E0,-0E0,-7.067072E-1,4.0273707E-2,3.8180295E-1,-0E0,-6.372005E-1,1.4545184E-1,-3.2299203E-1,2.957486E-1,-8.431198E-2,6.2817466E-1,-0E0,-0E0,-4.3729255E-1,-3.9968604E-1,-0E0,3.4116933E-1,-0E0,7.9425365E-1,-0E0,3.336205E-1,-3.8843334E-1,-1.4667834E-1,4.5556316E-1,-5.086875E-1,-0E0,-0E0,8.9058405E-1,-0E0,-1.039896E0,-1.1117737E-1,-1.084532E0,-1.7050113E-1,4.6411362E-1,-5.671583E-1,1.2898993E-1,-0E0,7.7813417E-1,-9.894648E-1,-0E0,-3.203724E-1,1.12531856E-1,-0E0,3.5563704E-1,-0E0,1.246144E0,-6.7015153E-1,-0E0,7.0233923E-1,-0E0,1.0657648E0,-0E0,3.2723773E-1,-0E0,-0E0,-9.1404015E-1,-6.684808E-1,-0E0,-0E0,1.7237498E-1,1.7983463E0,-0E0,-0E0,3.2861788E0,-0E0,3.1325996E-1,-0E0,1.4943936E0,-0E0,-2.3985583E-1,-0E0,5.2719283E-1,-8.066234E-1,-0E0,-0E0,-1.7648691E-1,-4.867693E-1,-0E0,-0E0,1.6532958E-1,1.1513911E0,-0E0,-0E0,-5.8795255E-1,-0E0,2.9171696E0,-8.8572687E-1,-0E0,-9.438978E-1,-0E0,-0E0,-6.3927954E-1,-0E0,2.192071E-1,1.5151211E0,-0E0,2.0520723E0,-0E0,-0E0,-4.373384E-1,-2.4789207E-1,-0E0,-0E0,-7.8670883E-1,-0E0,-7.919778E-1,1.3532479E0,-0E0,-0E0,2.9641157E-1,-0E0,1.4273902E0,8.8878596E-1,-0E0,-0E0,-5.2825934E-1,6.592385E-1,-0E0,9.4512165E-1,-0E0,-0E0,2.4759535E-1,-0E0,-7.246905E-1,3.6455324E-1,-0E0,-0E0,-7.7000684E-1,-0E0,7.49974E-1,4.0019074E-1,-2.6887324E-1,1.02681756E-1,1.1431854E0,-0E0,-7.1438676E-1,-0E0,7.285909E-1,2.2810319E-1,-0E0,-0E0,-4.0713984E-1,-0E0,-8.4042084E-1,3.8284078E-1,-0E0,-6.053546E-1,-0E0,-0E0,-2.1952614E-1,6.0512996E-1,-0E0,-0E0,-7.6245E-1,2.025728E-1,-8.5844554E-2,-0E0,4.8248053E-1,-1.2555756E-1,7.5393254E-1,-7.241096E-1,-4.6443086E-2,2.8474534E-1,-9.929699E-2,-4.0206587E-1,-0E0,2.6459372E-1,1.0029731E0,-0E0,-5.3820586E-1,6.7429996E-1,-0E0,-0E0,-5.09139E-2,2.2797716E-1,-3.0696833E-1,-6.0447246E-1,-0E0,-4.7874957E-1,-0E0,3.2444623E-1,-0E0,1.6734466E-2,9.412797E-1,-0E0,4.711732E-1,-5.8566123E-1,-0E0,-5.2012694E-1,1.4335492E-1,-0E0,6.9003457E-1,-6.1887085E-1,-0E0,-1.4532875E-1,3.0359238E-1,9.249794E-1,-0E0,-1.1485703E0,-0E0,-0E0,-4.1817585E-1,6.048836E-1,-3.3486512E-1,-0E0,6.220459E-1,-6.745683E-1,-0E0,2.7632508E-1,-0E0,-0E0,-2.3427457E-1,-0E0,8.4571224E-1,-0E0,-1.0788512E0,-0E0,-4.688203E-1,-1.1138872E-1,4.9809536E-1,-0E0,-1.3830096E-1,1.2622486E0,-0E0,-0E0,-9.730508E-1,-0E0,8.573937E-1,-6.1420243E-2,-0E0,8.376064E-1,-0E0,-2.2813495E-1,-0E0,-9.3541574E-1,-0E0,3.0374762E-1,-0E0,-0E0,1.47921E0,1.759589E0,-0E0,-0E0,-8.267845E-1,2.5405288E-1,-0E0,-2.7791145E-1,-0E0,-4.3032292E-1,-0E0,1.6307887E-1,-0E0,-0E0,1.3084902E0,-0E0,-8.974083E-1,-7.4181515E-1,-0E0,-1.5746316E-1,-0E0,-0E0,1.2818848E0,-0E0,2.1574848E0,-6.379022E-1,-0E0,-0E0,1.1040789E0,1.5859859E0,-0E0,-0E0,9.2962784E-1,-0E0,-7.347109E-1,-6.772781E-1,-0E0,-0E0,5.733993E-1,-5.677436E-1,-0E0,4.5797986E-1,-1.865647E-1,1.6305267E0,2.5423178E-1,6.5162444E-1,-0E0,3.231174E-1,-0E0,-5.050319E-1,-0E0,-6.623602E-1,-0E0,-0E0,5.920823E-1,-0E0,-4.620378E-2,-6.8965447E-1,-0E0,9.408669E-2,-0E0,-2.9553238E-1,-0E0,-0E0,7.396819E-1,-8.274398E-2,1.4240901E-1,-0E0,-6.62878E-1,-0E0,4.0205586E-1,1.0337467E-2,-5.9922487E-1,-3.3426443E-1,1.0646632E-1,5.905673E-1,-5.629185E-2,-0E0,-3.6869615E-1,-0E0,8.2675827E-1,-7.4280936E-1,-0E0,5.9167586E-2,-3.1016806E-1,-0E0,4.7385362E-1,-0E0,-3.1070367E-1,-4.5654124E-1,-0E0,5.1759875E-1,-2.6557857E-1,2.1562247E-1,6.305665E-1,1.855061E0,-1.6659293E-1,1.9764236E-1,-2.4193263E-1,7.627499E-1,-0E0,-0E0,4.7417992E-1,-5.426646E-1,-0E0,-6.782282E-1,-0E0,-0E0,2.1655786E-1,2.8223428E-1,-0E0,-0E0,1.044985E0,5.0010365E-1,-0E0,-0E0,-6.907422E-1,-7.762441E-1,-0E0,1.1102364E-1,-3.1008434E-1,8.08779E-1,-0E0,-7.410748E-1,-0E0,-4.7880018E-1,-0E0,-0E0,9.462996E-1,-0E0,-1.2093905E0,4.9264383E-1,-8.3914734E-2,-7.4869597E-1,-0E0,-0E0,6.18908E-1,6.551134E-2,-5.500559E-1,-0E0,-2.0030685E-1,7.5980175E-1,-0E0,-0E0,-5.866059E-1,5.8830783E-2,-0E0,-3.6976424E-1,-0E0,-0E0,9.155948E-1,-1.1628597E0,-0E0,6.4449556E-2,-0E0,-5.4141164E-1,-0E0,-6.1937994E-1,1.8475677E-1,-0E0,7.308642E-1,-0E0,-1.5198098E-1,1.2738771E0,-0E0,-8.77E-1,-0E0,7.4460125E-1,-0E0,-0E0,1.4364508E-1,-0E0,-9.478322E-1,-0E0,-7.102459E-2,1.8604409E0,-0E0,-0E0,9.774403E-2,-6.613282E-1,-0E0,-0E0,2.2349234E-1,1.5111035E0,-0E0,-0E0,-7.199517E-1,-0E0,1.7662892E0,-0E0,1.6240786E0,-0E0,1.5144262E-1,-0E0,9.664353E-1,-0E0,-7.4070424E-1,-0E0,-6.707043E-2,-0E0,7.2946817E-1,-0E0,-5.1932776E-1,2.1140121E-1,-1.5740622E-2,1.0113295E0,-0E0,-3.7334552E-1,-0E0,1.7815582E0,-0E0,5.568939E-1,-0E0,4.4796157E-1,-0E0,-0E0,-4.1692454E-1,-0E0,7.327207E-1,-1.02441855E-1,-0E0,-7.347748E-1,-0E0,8.701649E-1,-0E0,-0E0,-2.1127853E-1,-2.4719226E-1,6.8370335E-2,5.5603665E-1,-0E0,2.3484315E-1,-1.6845325E-1,-0E0,-6.790772E-1,-0E0,-5.2121186E-1,-0E0,2.4801497E-1,9.042008E-3,7.6738375E-1,-0E0,-2.1417448E-1,-0E0,-4.0338674E-1,-0E0,-7.657566E-1,-0E0,2.1002202E-1,-4.3927705E-1,-0E0,-3.4353706E-1,-0E0,6.006579E-1,-0E0,-0E0,-4.472776E-1,-2.4494092E-1,-8.338377E-1,4.372408E-1,-1.7954703E-2,7.40584E-1,-0E0,-4.7854793E-1,-0E0,2.7496514E-1,-0E0,1.357678E-1,9.238373E-1,2.9112175E0,2.0769413E-1,-0E0,-2.1666184E-1,4.8825896E-1,-0E0,9.271668E-2,-4.3334073E-1,-0E0,6.458388E-1,-0E0,4.2492095E-1,-4.6326935E-1,-0E0,-0E0,-7.355409E-1,-0E0,4.5161182E-1,-1.6923931E-1,-0E0,2.2914587E-1,-0E0,1.0870073E0,-0E0,-0E0,-6.002331E-1,-6.754563E-1,-0E0,-0E0,2.4969016E-1,-3.8502312E-1,-0E0,-0E0,6.759448E-1,-8.154752E-1,-0E0,-0E0,-4.252087E-1,7.6693815E-1,-0E0,-0E0,-1.2798754E0,4.1767362E-1,-0E0,-2.9607546E-1,-0E0,-6.1289597E-1,-0E0,3.7237266E-1,-0E0,-0E0,-6.7639107E-1,-0E0,8.30165E-1,1.5574624E-1,-0E0,-4.3173686E-1,-0E0,9.702717E-1,-0E0,-0E0,-9.542074E-1,-6.0746753E-1,-0E0,-0E0,-6.751024E-1,9.84299E-1,-0E0,1.0079261E0,-0E0,-9.550322E-1,-0E0,1.9364834E0,-0E0,-0E0,1.7427535E0,-1.06398076E-1,-0E0,1.3007046E0,-0E0,-0E0,7.904448E-1,-0E0,-7.5320053E-1,8.182194E-1,-0E0,-2.0085657E-1,-0E0,-0E0,1.1566695E0,-0E0,-1.1738723E-1,-0E0,1.9581032E0,-0E0,7.3258454E-1,3.9355296E-1,-0E0,-0E0,6.234624E-1,-0E0,-6.267454E-1,-0E0,9.3717587E-1,1.772802E-2,-5.0713223E-1,3.5436225E-1,-1.1943568E-1,-0E0,6.8379265E-1,-2.3694953E-1,2.1502915E-1,4.5188984E-1,-0E0,-3.2273018E-1,8.712919E-2,-0E0,-7.627282E-1,-0E0,-5.1134974E-1,-1.4166164E-1,3.78403E-1,8.0731666E-1,-0E0,-3.1054476E-1,-0E0,-0E0,-7.85187E-1,3.467429E-1,-0E0,-0E0,-3.7704858E-1,1.7076787E-1,-0E0,-0E0,7.8870285E-1,-0E0,-3.1213824E-2,-0E0,-6.012504E-1,2.7522244E-2,-3.8383576E-1,-8.6871326E-1,-0E0,5.193334E-1,-0E0,-2.3790401E-1,-0E0,8.423966E-1,-0E0,-0E0,-6.448816E-1,4.0232992E-1,1.0700034E-1,-2.9939833E-1,2.8807634E-1,-0E0,4.5899114E-1,-0E0,1.0565226E0,-0E0,3.0876498E0,-0E0,5.8356726E-1,-0E0,5.926591E-1,1.4814302E-1,-2.1596742E-1,-0E0,4.52615E-1,-6.182447E-1,-0E0,-0E0,-7.7861845E-1,3.823323E-1,-0E0,-1.9468641E-1,-0E0,-0E0,2.7416474E-1,-0E0,1.1528151E0,-0E0,2.2263923E-1,-6.982639E-1,-0E0,-1.3645871E0,-0E0,-4.2135552E-1,-0E0,4.837585E-1,-0E0,-0E0,-1.0067147E-1,-7.887419E-1,-0E0,9.77104E-1,-0E0,-0E0,-3.909588E-1,1.01371E0,-0E0,-0E0,-6.6682094E-1,-0E0,-7.274652E-1,7.885073E-1,-0E0,-0E0,-9.6820134E-1,1.580267E0,-0E0,1.9541333E0,-0E0,-4.2427298E-2,-0E0,-7.646611E-1,-0E0,9.1414934E-1,-0E0,-2.1252546E-1,-0E0,-0E0,1.2899776E0,-2.4802199E-1,-0E0,2.0523303E0,-0E0,-0E0,6.208386E-1,-0E0,9.994235E-1,-0E0,1.7214552E-1,-6.8149745E-1,-0E0,5.7541317E-1,-0E0,-2.9642236E-1,-0E0,3.7569422E-2,-6.0514614E-2,-0E0,7.817776E-1,-0E0,-5.1264036E-1,4.435486E-1,-0E0,7.0239615E-1,-0E0,3.4169942E-2,-2.9025173E-1,-0E0,-5.4248184E-1,4.216533E-1,-0E0,-8.173828E-1,-0E0,-0E0,-5.922664E-1,5.630399E-1,-0E0,8.598418E-1,-0E0,-0E0,-8.336858E-1,-0E0,3.071126E-1,-0E0,3.1035468E-1,-0E0,8.7026954E-1,-5.194825E-1,-0E0,-0E0,4.3127713E-1,-4.8388064E-1,-0E0,-9.373485E-1,-0E0,-2.169164E-1,-0E0,7.232025E-1,-0E0,-0E0,-5.3951836E-1,6.8421036E-1,2.3708344E-1,-1.7652974E-1,2.0748527E-1,-0E0,-7.680653E-1,-4.1212583E-1,4.3553784E-1,1.1177422E-1,-1.6604708E-1,-0E0,5.434117E-1,-0E0,1.1577153E0,6.828708E-1,-0E0,3.2701296E-1,-0E0,-3.6172152E-1,-0E0,-0E0,-7.653192E-2,-0E0,4.9112293E-1,-8.180697E-1,-0E0,1.8629682E-1,-2.2285039E-2,-8.246076E-1,-0E0,1.1832123E0,-0E0,-0E0,-1.397233E0,-0E0,-3.833694E-1,4.474281E-1,-0E0,-9.207807E-1,-0E0,1.0232639E0,-0E0,8.097144E-1,-0E0,-0E0,-7.7903634E-1,-5.92866E-1,-0E0,-0E0,-7.586404E-1,-0E0,2.1928728E0,-6.016703E-1,-0E0,-0E0,9.901763E-1,-0E0,1.1060065E0,-2.258202E-1,-0E0,-0E0,2.2507033E0,-0E0,8.324124E-1,-7.834044E-1,-0E0,6.584883E-1,-0E0,-0E0,-4.8395866E-1,1.5551704E-1,-0E0,-2.6320896E-1,-0E0,8.189242E-1,-0E0,-4.60077E-1,-0E0,-0E0,4.2415175E-1,-0E0,8.260206E-1,-1.3009946E-1,2.4548179E-1,-0E0,2.2528498E-1,-0E0,-4.9152434E-1,-0E0,2.178436E-1,-7.7148575E-1,-0E0,-0E0,4.8791444E-1,-0E0,-8.606857E-1,1.4786547E-1,-0E0,-7.9922736E-1,-0E0,6.6856694E-1,-0E0,-0E0,9.0147644E-1,-0E0,-7.26529E-2,-8.6096084E-1,-0E0,-0E0,3.196563E-1,9.449028E-1,-0E0,-0E0,-1.5975165E-1,4.5109877E-1,-0E0,-5.562173E-1,-0E0,-0E0,6.898262E-2,-9.833294E-1,-0E0,-0E0,8.367135E-1,9.2302285E-2,5.969848E-1,-3.329239E-1,1.8827924E-1,5.901161E-1,5.2874997E-2,-2.8951058E-1,3.785087E-1,-8.6274344E-1,-0E0,-0E0,-3.596041E-1,5.981543E-1,-1.3438014E-2,-0E0,3.392697E-1,-0E0,-3.1783965E-1,1.2452484E0,-0E0,7.2528833E-1,-0E0,-0E0,4.6417114E-1,-4.3859532E-1,-0E0,-7.1616955E-2,-0E0,-9.099494E-1,-0E0,-0E0,2.619967E-1,-0E0,-2.2990611E-1,-0E0,-9.060179E-1,-0E0,1.241454E0,-0E0,-1.135923E0,-0E0,-9.8698467E-1,-0E0,8.15529E-1,-0E0,-7.983933E-1,-0E0,1.9760503E0,-0E0,1.0637727E0,-0E0,2.3906326E0,-8.2507235E-1,-0E0,7.916698E-1,-0E0,-0E0,-5.322176E-1,-2.559326E-1,-0E0,-0E0,8.4618604E-1,9.758787E-1,-0E0,-0E0,-2.8115433E-1,4.2659563E-1,-0E0,-0E0,-5.4643285E-1,-0E0,-9.2121735E-2,-8.5473937E-1,-0E0,8.804859E-2,-1.505886E-1,-9.039687E-1,-0E0,-7.2657955E-1,-0E0,-0E0,5.58477E-1,9.34083E-1,-0E0,-0E0,-1.7477898E-1,-0E0,-8.769349E-1,-0E0,1.0145E0,-0E0,-3.226815E-1,-0E0,-6.506885E-1,-0E0,2.4575096E-1,-0E0,-7.8830135E-1,-8.431004E-2,1.6523519E-1,-0E0,8.8429326E-1,3.704137E-1,-8.947998E-3,-0E0,9.9181557E-1,-0E0,-6.33597E-1,2.0890826E-1,-0E0,-0E0,6.668867E-1,2.716188E-1,-1.364288E-1,-6.71522E-1,-0E0,-0E0,8.738274E-1,-0E0,-7.122204E-1,-0E0,7.6377964E-1,-0E0,-2.945657E-1,-0E0,4.1788763E-1,-3.9721155E-1,-0E0,1.3214118E0,-0E0,7.830351E-1,-0E0,-0E0,4.4224054E-1,-0E0,-5.3327435E-1,-9.7406167E-1,-0E0,-0E0,2.1979511E-1,-0E0,-9.642383E-1,-0E0,1.2739627E0,-1.1118895E0,-0E0,-0E0,-6.410221E-1,-0E0,8.8086385E-1,2.0454025E0,-0E0,-0E0,-6.764398E-1,-0E0,6.518434E-1,-0E0,-4.5000044E-1,-0E0,8.770118E-1,8.164768E-1,-0E0,-3.3142686E-1,-0E0,-0E0,3.620853E-1,-0E0,-1.8695322E-1,-9.14457E-1,-0E0,2.004723E-1,-0E0,-0E0,-1.912811E-1,-9.540087E-1,-0E0,-0E0,9.613273E-1,-0E0,-8.8671225E-1,-0E0,1.048595E0,-4.7086138E-1,-0E0,-7.030465E-1,-0E0,-0E0,3.0826873E-1,-0E0,-9.360829E-2,3.5734507E-1,-0E0,9.960694E-1,-0E0,-0E0,6.476577E-1,-1.4885692E-1,1.4512718E-1,-1.03849515E-1,-0E0,-0E0,1.0245062E0,-6.5824404E-2,1.4739315E-1,-0E0,-8.4066546E-1,-0E0,7.83805E-1,-0E0,5.198749E-1,-0E0,-3.833637E-1,-7.078311E-1,-0E0,2.5492322E-1,-1.0557979E-1,-0E0,-6.452452E-2,-0E0,1.0719748E0,-0E0,-1.07544824E-1,-0E0,8.926091E-1,-3.877687E-1,-0E0,3.7906712E-1,-0E0,-0E0,-3.4675723E-1,1.4008089E0,-0E0,-0E0,8.390993E-1,-6.19192E-1,-0E0,-0E0,-1.0510129E0,-7.70207E-1,-0E0,1.2912124E0,-0E0,-0E0,-1.2232184E0,9.018728E-1,-0E0,-0E0,-9.879411E-1,-1.0721394E0,-0E0,9.963284E-1,-0E0,-0E0,-9.004605E-1,-0E0,8.471106E-1,-0E0,-3.9596754E-1,-0E0,-7.7401793E-1,4.3062997E-1,-0E0,-0E0,1.094708E0,-2.2413087E-1,1.0064462E-2,7.009968E-1,-0E0,9.924629E-2,-2.6322353E-1,-0E0,3.0325988E-1,-0E0,-2.761068E-1,3.434447E-2,-0E0,8.269035E-1,-0E0,-0E0,-1.9426535E-1,3.946441E-1,-0E0,-0E0,-9.645404E-1,-0E0,8.5559213E-1,2.0364039E-1,-4.368861E-1,-0E0,6.827734E-1,2.120764E-1,-4.0565293E-2,-0E0,-5.894631E-1,-5.6672394E-1,-0E0,-0E0,4.7932765E-1,-1.3978292E-1,-0E0,1.2155753E0,-0E0,-1.6879565E-1,-0E0,9.729149E-1,-0E0,-3.3633322E-1,-0E0,1.4670316E0,-0E0,-0E0,8.715731E-1,-6.708376E-1,-0E0,-8.69041E-1,-0E0,9.6760803E-1,2.1106424E0,-0E0,-9.994008E-1,-0E0,9.3315864E-1,-1.0323738E0,-0E0,-8.816688E-1,-0E0,-0E0,1.0198563E0,-0E0,-9.120306E-1,-8.2747227E-1,-0E0,-0E0,3.9747402E-1,1.1265687E0,-0E0,-3.4198183E-1,-0E0,2.1882717E-1,-0E0,-0E0,7.545275E-1,1.3212703E-1,-0E0,-4.3311822E-1,-0E0,5.0539297E-1,-0E0,-2.9112974E-1,-0E0,1.07010715E-1,-0E0,5.007815E-1,-0E0,-7.7221483E-1,-0E0,-0E0,9.0200317E-1,3.396562E-1,-0E0,-0E0,-5.8403206E-1,-3.8794007E-2,-0E0,-0E0,8.0070925E-1,-0E0,3.9993063E-1,-2.9154935E-1,-0E0,-0E0,5.9350558E-2,-0E0,-6.6523206E-1,6.1199087E-1,-0E0,1.0275275E0,-0E0,-0E0,-1.7708144E-1,-0E0,1.0545348E0,1.5032914E0,-0E0,-0E0,7.2617674E-1,-5.411146E-1,-0E0,-0E0,8.170976E-1,7.5139135E-1,-0E0,-8.290641E-1,-0E0,1.0315491E0,-0E0,-0E0,-9.266186E-1,-9.1959494E-1,-0E0,-0E0,1.1523588E0,-0E0,-3.3968997E-1,2.062039E-1,-0E0,8.432286E-1,-0E0,-0E0,-6.4845926E-1,9.9726774E-2,-1.0820661E-1,-0E0,5.0712645E-1,-0E0,1.0871278E-1,4.1803163E-1,-0E0,-0E0,9.222367E-1,-0E0,4.492871E-1,-6.4209974E-1,-0E0,8.420719E-1,-0E0,5.603017E-1,-0E0,-5.1320064E-1,-0E0,-0E0,1.8169399E-1,-7.634298E-1,-0E0,-0E0,5.219951E-1,-0E0,1.1384648E0,-0E0,1.533165E0,-0E0,8.127892E-1,-9.394344E-1,-0E0,-0E0,-9.51448E-1,9.2169434E-1,-0E0,-0E0,6.863051E-1,-1.2596488E-1,1.06274895E-1,-8.254858E-1,-0E0,-0E0,1.8715182E-1,-0E0,-2.970039E-1,-0E0,7.3728615E-1,5.301132E-1,-0E0,-0E0,-5.8646375E-1,-0E0,8.833158E-1,-0E0,4.8432285E-1,-0E0,-5.0396013E-1,-0E0,-8.0209386E-1,1.1797918E0,-0E0,-0E0,1.2180701E0,-0E0,-9.534061E-1,-9.760074E-1,-0E0,2.293383E-1,-0E0,-8.6572975E-1,-0E0,2.7486366E-1,-0E0,-3.7465462E-1,-0E0,-0E0,4.7300977E-1,-0E0,9.229264E-1,-0E0,-8.722467E-1,1.2249277E0,-0E0,-0E0,-7.5186056E-1,-0E0,-7.8092486E-1,2.1478227E-1,-0E0,-0E0,-9.0888345E-1,-0E0,2.7612177E-1,-0E0,-4.6762133E-1,9.6677977E-1,-0E0,-0E0,-7.2117525E-1,-0E0,1.2616476E0,-0E0,-7.3947006E-1,-0E0,-5.091009E-1,-0E0,7.700905E-1,1.3011671E0,-0E0,-0E0,-4.2054546E-1,-0E0,1.0472353E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":3,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,-1,21,23,25,27,-1,29,31,33,35,37,39,41,43,45,-1,47,-1,49,51,53,-1,55,57,59,61,63,65,67,69,71,73,75,77,79,81,-1,-1,83,85,87,89,-1,91,93,95,97,99,101,103,105,107,109,111,113,115,-1,-1,-1,117,119,121,123,125,-1,127,-1,-1,129,-1,131,133,135,137,139,141,143,-1,145,147,149,-1,151,153,155,157,159,161,163,165,-1,-1,-1,167,169,171,173,-1,175,177,179,181,183,185,187,189,-1,191,193,195,197,199,201,203,205,207,209,-1,211,-1,213,215,217,219,221,-1,-1,223,225,227,-1,-1,-1,229,-1,-1,-1,-1,-1,-1,231,233,-1,235,237,239,241,243,-1,245,-1,-1,-1,-1,247,249,-1,-1,-1,-1,-1,-1,-1,251,-1,253,255,257,259,-1,261,263,265,267,-1,-1,269,271,-1,273,-1,275,-1,-1,-1,277,279,281,283,-1,285,-1,287,289,-1,291,293,-1,-1,-1,-1,-1,-1,295,297,299,-1,-1,301,-1,-1,-1,-1,-1,303,305,307,309,311,313,315,317,319,-1,-1,-1,321,323,325,327,329,331,333,-1,335,337,-1,-1,-1,-1,339,-1,341,-1,343,345,347,-1,349,351,353,355,357,359,361,363,365,367,369,371,373,-1,375,-1,-1,377,379,-1,381,-1,383,385,387,-1,389,391,393,-1,395,397,-1,-1,399,-1,-1,-1,-1,401,403,-1,405,-1,407,409,411,413,415,417,419,421,423,-1,-1,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,-1,463,465,467,469,-1,-1,-1,-1,-1,-1,-1,471,-1,-1,473,475,477,-1,479,481,-1,483,485,-1,487,-1,489,-1,-1,491,-1,493,495,497,499,-1,501,503,-1,505,-1,-1,-1,507,-1,-1,-1,509,-1,511,513,-1,-1,-1,515,517,519,521,523,-1,525,527,-1,529,-1,-1,-1,-1,-1,531,533,535,-1,537,539,-1,541,543,545,-1,-1,547,549,551,553,-1,555,557,559,-1,-1,561,-1,-1,563,565,567,569,571,573,575,577,579,581,583,585,587,-1,-1,589,591,593,595,597,599,-1,601,603,-1,605,607,609,611,613,615,617,619,621,623,625,-1,627,-1,629,-1,-1,-1,-1,-1,-1,631,-1,-1,-1,-1,633,635,-1,637,-1,-1,639,-1,-1,-1,-1,-1,-1,641,643,645,647,649,651,653,655,-1,-1,657,659,-1,-1,661,-1,663,665,-1,-1,667,-1,669,671,-1,-1,673,-1,-1,-1,675,-1,677,679,-1,-1,681,-1,-1,-1,683,685,-1,-1,687,-1,689,691,-1,-1,693,-1,695,-1,697,699,701,-1,703,705,707,-1,-1,709,-1,711,-1,-1,-1,-1,-1,-1,-1,713,715,-1,717,719,721,723,725,-1,-1,-1,727,729,731,733,735,737,739,741,743,745,747,749,751,753,-1,755,-1,757,-1,759,761,763,765,767,769,-1,771,-1,773,775,-1,777,779,781,783,785,787,789,-1,791,793,795,-1,-1,797,799,-1,801,803,805,-1,-1,-1,807,809,-1,-1,-1,811,813,-1,-1,-1,-1,-1,-1,815,-1,-1,-1,-1,817,-1,819,821,823,-1,-1,825,827,-1,-1,-1,-1,-1,829,-1,831,833,-1,-1,-1,-1,835,-1,837,-1,-1,-1,-1,-1,-1,-1,-1,839,841,-1,-1,-1,-1,843,845,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,847,-1,-1,-1,849,-1,-1,851,853,855,857,-1,-1,-1,859,861,-1,-1,863,-1,865,867,869,871,-1,873,875,877,879,-1,881,883,885,887,889,891,893,895,897,899,901,903,905,907,909,911,-1,913,-1,-1,-1,915,917,919,921,-1,-1,-1,-1,923,925,-1,927,929,-1,931,-1,933,935,937,-1,939,-1,941,-1,943,-1,945,947,949,951,953,955,957,-1,-1,-1,959,961,-1,963,-1,965,967,969,971,973,-1,975,977,-1,-1,979,-1,981,-1,-1,-1,-1,-1,983,985,987,-1,-1,-1,-1,989,991,-1,993,995,-1,-1,-1,-1,-1,-1,-1,-1,997,-1,999,-1,-1,-1,-1,-1,-1,-1,1001,-1,-1,-1,-1,1003,1005,-1,1007,-1,1009,-1,-1,1011,1013,1015,1017,1019,1021,1023,1025,-1,-1,1027,-1,1029,-1,-1,-1,-1,1031,-1,1033,1035,-1,-1,-1,-1,-1,-1,1037,1039,-1,-1,-1,1041,1043,1045,1047,1049,1051,1053,1055,-1,1057,-1,-1,1059,-1,1061,1063,1065,1067,-1,1069,1071,1073,1075,1077,1079,1081,1083,1085,1087,1089,1091,-1,-1,1093,1095,-1,1097,-1,-1,-1,1099,1101,1103,1105,-1,-1,-1,1107,1109,-1,1111,1113,1115,-1,1117,-1,1119,-1,-1,1121,-1,1123,1125,1127,1129,-1,-1,-1,1131,1133,-1,-1,1135,-1,-1,-1,1137,-1,1139,-1,-1,1141,1143,-1,-1,-1,1145,-1,1147,-1,-1,1149,-1,-1,1151,-1,-1,-1,-1,-1,-1,-1,-1,1153,-1,-1,1155,-1,-1,-1,-1,-1,-1,-1,1157,-1,1159,-1,-1,-1,-1,1161,-1,-1,-1,1163,-1,1165,-1,-1,-1,1167,-1,-1,-1,1169,1171,1173,-1,-1,1175,-1,1177,-1,1179,-1,-1,-1,-1,1181,-1,-1,1183,-1,1185,-1,-1,-1,1187,1189,1191,1193,1195,1197,-1,1199,-1,1201,-1,-1,1203,1205,-1,1207,-1,-1,-1,1209,-1,1211,-1,-1,1213,1215,1217,1219,-1,1221,1223,1225,1227,1229,1231,-1,1233,-1,1235,1237,1239,1241,1243,1245,-1,-1,1247,1249,1251,1253,-1,-1,-1,-1,-1,-1,-1,1255,-1,1257,1259,-1,1261,-1,1263,-1,-1,-1,-1,-1,-1,1265,-1,-1,-1,-1,1267,-1,-1,-1,-1,-1,-1,1269,-1,-1,1271,-1,-1,-1,1273,1275,-1,1277,-1,1279,-1,-1,1281,-1,1283,-1,-1,-1,1285,-1,-1,1287,1289,-1,-1,-1,1291,-1,1293,-1,-1,1295,-1,-1,-1,-1,-1,-1,1297,1299,1301,-1,1303,-1,-1,1305,-1,1307,-1,1309,-1,1311,-1,-1,-1,-1,-1,-1,-1,1313,1315,1317,1319,1321,1323,1325,1327,1329,1331,1333,1335,1337,-1,1339,-1,-1,1341,1343,1345,-1,-1,-1,-1,1347,1349,-1,-1,-1,1351,-1,-1,1353,-1,-1,-1,1355,1357,1359,1361,-1,-1,-1,1363,-1,1365,-1,-1,1367,1369,1371,1373,1375,1377,1379,-1,1381,-1,-1,-1,-1,-1,1383,1385,1387,1389,1391,1393,1395,-1,1397,-1,-1,-1,-1,-1,-1,-1,1399,-1,-1,-1,-1,1401,-1,1403,-1,1405,-1,-1,-1,1407,-1,1409,-1,-1,-1,1411,-1,-1,1413,-1,1415,-1,-1,-1,1417,-1,-1,1419,-1,-1,-1,1421,-1,1423,-1,-1,-1,-1,1425,1427,-1,1429,-1,-1,-1,-1,1431,-1,-1,1433,-1,1435,-1,1437,-1,1439,1441,-1,1443,-1,1445,1447,-1,1449,1451,1453,1455,1457,1459,1461,-1,1463,-1,1465,1467,1469,-1,1471,-1,1473,1475,-1,-1,-1,1477,-1,1479,-1,-1,1481,1483,1485,1487,1489,-1,-1,-1,-1,-1,-1,-1,1491,1493,1495,1497,1499,1501,1503,1505,1507,1509,-1,-1,-1,1511,1513,-1,1515,-1,1517,-1,-1,1519,-1,-1,1521,-1,1523,1525,1527,-1,1529,-1,-1,1531,-1,-1,-1,-1,1533,-1,1535,-1,-1,-1,-1,1537,-1,-1,-1,-1,-1,1539,-1,-1,-1,1541,-1,-1,-1,-1,-1,1543,-1,-1,1545,-1,1547,-1,-1,1549,-1,-1,1551,-1,1553,-1,-1,-1,-1,-1,-1,1555,1557,1559,-1,-1,-1,1561,1563,-1,1565,1567,-1,-1,-1,1569,-1,-1,1571,-1,1573,-1,-1,1575,-1,1577,1579,-1,-1,-1,1581,-1,-1,1583,-1,-1,1585,-1,-1,1587,1589,-1,1591,1593,1595,1597,1599,1601,1603,1605,1607,1609,1611,-1,-1,-1,1613,1615,-1,1617,-1,1619,1621,-1,1623,-1,-1,1625,1627,-1,-1,-1,1629,-1,-1,1631,-1,-1,-1,1633,-1,1635,-1,-1,-1,1637,-1,-1,-1,1639,-1,-1,-1,1641,-1,1643,1645,-1,1647,-1,-1,1649,-1,-1,-1,1651,1653,-1,-1,1655,1657,-1,-1,-1,-1,1659,1661,-1,1663,1665,1667,-1,-1,-1,-1,-1,1669,-1,-1,-1,-1,1671,-1,1673,-1,1675,-1,1677,-1,1679,-1,-1,1681,1683,-1,1685,1687,1689,1691,1693,1695,1697,-1,-1,-1,1699,1701,1703,1705,1707,1709,1711,-1,-1,1713,1715,-1,1717,-1,1719,1721,-1,1723,-1,1725,-1,-1,-1,-1,1727,1729,-1,-1,-1,-1,1731,-1,1733,1735,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1737,-1,-1,-1,-1,-1,-1,-1,-1,1739,-1,-1,-1,-1,-1,1741,-1,-1,1743,-1,1745,-1,1747,1749,-1,1751,-1,-1,-1,-1,-1,1753,-1,1755,-1,1757,1759,1761,1763,1765,1767,-1,1769,1771,1773,-1,1775,-1,1777,1779,1781,1783,1785,1787,-1,1789,1791,-1,-1,-1,1793,-1,1795,-1,1797,1799,-1,-1,-1,-1,-1,1801,-1,-1,1803,1805,-1,-1,1807,-1,-1,1809,-1,-1,1811,1813,-1,-1,1815,1817,-1,1819,-1,-1,1821,-1,-1,-1,-1,-1,1823,1825,-1,-1,1827,1829,1831,1833,-1,1835,1837,-1,1839,-1,1841,1843,-1,-1,-1,-1,-1,1845,-1,-1,1847,-1,1849,1851,1853,1855,1857,1859,1861,1863,1865,-1,-1,-1,1867,-1,-1,1869,-1,1871,-1,1873,-1,-1,-1,1875,-1,-1,1877,1879,-1,-1,-1,1881,-1,-1,-1,-1,1883,1885,-1,-1,-1,-1,1887,-1,1889,1891,-1,-1,-1,1893,-1,1895,-1,1897,-1,-1,1899,-1,-1,1901,1903,1905,-1,-1,-1,1907,-1,1909,-1,-1,-1,-1,1911,1913,-1,-1,1915,-1,-1,-1,1917,-1,1919,1921,-1,-1,1923,-1,1925,1927,-1,-1,-1,-1,-1,-1,1929,1931,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1933,-1,-1,1935,1937,-1,-1,1939,-1,-1,-1,-1,1941,-1,1943,1945,1947,1949,-1,-1,-1,-1,-1,-1,-1,1951,-1,1953,1955,-1,1957,-1,1959,-1,1961,-1,-1,-1,1963,-1,-1,-1,-1,1965,-1,1967,-1,-1,1969,-1,-1,1971,-1,-1,-1,-1,-1,1973,1975,-1,-1,1977,-1,1979,-1,-1,1981,-1,-1,-1,-1,1983,-1,-1,-1,-1,-1,1985,1987,-1,-1,-1,-1,1989,1991,-1,1993,-1,1995,-1,1997,-1,1999,-1,-1,-1,-1,2001,-1,2003,2005,-1,-1,-1,-1,-1,-1,-1,-1,2007,-1,-1,-1,2009,2011,-1,-1,-1,-1,2013,-1,-1,-1,2015,-1,-1,2017,-1,-1,-1,-1,-1],"loss_changes":[1.8127454E2,9.341501E1,1.0874512E1,9.17514E0,9.959123E1,0E0,4.3001495E1,8.880951E0,1.9450378E-1,1.1413574E1,7.152068E1,0E0,1.9052689E1,5.391945E0,4.312081E0,1.3311768E-1,0E0,8.308868E0,7.463608E-1,2.985331E1,3.1640396E0,1.7037249E1,1.8602715E0,9.2497635E0,3.9680405E0,3.530911E0,0E0,3.667913E-1,0E0,5.623539E0,1.3922615E0,1.2060547E-1,0E0,1.3835257E1,2.7905293E0,4.5554304E0,1.0444107E0,7.0050693E0,6.640505E0,9.751363E-2,1.2040482E0,4.1491065E0,1.5488014E0,1.6099896E0,5.5384064E-1,5.8771825E-1,3.570547E0,0E0,0E0,2.2079315E0,6.149707E0,9.564667E-1,5.9787256E-1,0E0,1.9897962E0,5.910413E0,9.425974E0,1.6067581E0,5.22809E-1,1.1327088E-1,1.391592E0,1.2323827E0,1.1255875E0,8.643295E0,8.032594E0,7.752078E0,5.094269E0,0E0,0E0,0E0,7.651596E-1,1.394568E0,3.6894567E0,2.0976439E0,1.3019943E0,0E0,1.8758123E0,0E0,0E0,4.4244123E-1,0E0,4.382969E0,2.375244E0,2.9387283E-1,8.743067E-1,5.4885435E0,4.5327187E-2,6.420822E-1,0E0,5.016768E-1,4.187814E-1,5.187942E-1,0E0,4.440062E0,1.0110536E0,4.76974E0,9.54059E0,1.1356945E0,8.314701E-2,2.3363829E-3,6.4918035E-1,0E0,0E0,0E0,3.4827137E-1,8.3314127E-1,5.5290437E-1,7.266794E-1,0E0,6.574874E0,1.7105362E0,2.0085857E0,8.152763E0,3.7314014E0,1.5391965E0,1.6695652E0,8.010745E-1,0E0,5.676651E-1,5.144674E-2,6.032276E-1,2.6014001E0,2.5585492E0,9.74864E-1,1.447813E0,5.463565E-1,4.1841125E-1,3.312633E-1,0E0,1.0524225E-1,0E0,6.9469947E-1,2.908454E0,4.3951774E-1,6.649142E-1,1.5991592E-1,0E0,0E0,4.1053805E-1,6.484514E0,4.3478584E0,0E0,0E0,0E0,4.8758316E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.333297E0,2.9770174E0,0E0,1.0508733E0,2.8638082E0,2.9882383E0,7.844718E0,1.2707405E0,0E0,8.379421E-1,0E0,0E0,0E0,0E0,7.080578E-2,9.2895925E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.3332532E-1,0E0,1.0385618E0,8.829022E-1,1.1642728E0,1.8729291E0,0E0,4.058256E0,4.3743877E0,3.6744423E0,2.6362126E0,0E0,0E0,1.76557E0,9.9512863E-1,0E0,8.3340013E-1,0E0,5.666466E-1,0E0,0E0,0E0,4.054575E-1,6.876807E-1,1.2391298E0,1.9405317E0,0E0,8.3964443E-1,0E0,7.7705693E-1,1.3138933E0,0E0,6.7935526E-1,4.164276E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.828388E-1,8.186644E-2,3.3468008E0,0E0,0E0,9.49638E-1,0E0,0E0,0E0,0E0,0E0,2.0024462E0,2.7374725E0,3.707937E0,1.408184E0,3.727455E-1,6.16664E-1,8.994112E-1,1.8683804E0,2.2324805E0,0E0,0E0,0E0,1.5468295E0,1.4243946E0,2.2531335E0,3.0004187E0,2.4181616E0,3.1870098E0,1.0388603E0,0E0,9.1166496E-1,8.425807E-1,0E0,0E0,0E0,0E0,5.6326175E-1,0E0,4.9548054E-1,0E0,2.0460099E-2,7.269155E-1,3.3879328E-1,0E0,3.1960535E-1,3.0660877E0,3.9110608E0,3.0223638E-1,8.608767E-1,8.05751E0,2.2926778E-2,2.582223E0,9.145752E-1,1.7545042E0,6.669142E-1,3.246326E0,7.7737427E-1,0E0,2.4080515E-2,0E0,0E0,3.8702393E-1,2.8088808E-1,0E0,3.6080647E-1,0E0,2.2600336E0,1.4132237E-1,2.3162766E0,0E0,4.0189734E-1,5.4272366E-1,4.033749E-1,0E0,1.3099607E0,1.5564105E-1,0E0,0E0,3.2973118E-2,0E0,0E0,0E0,0E0,7.5471014E-2,1.5205679E0,0E0,6.389018E-1,0E0,6.316995E-1,1.5307267E0,1.7437992E0,5.596836E-1,1.2738671E0,4.1611395E0,1.1640358E0,7.617717E-1,1.0310986E-2,0E0,0E0,2.681013E-1,5.7990756E-3,1.6178632E0,9.032059E-1,1.1182902E0,1.47058115E1,7.879177E0,1.2947315E0,6.9494855E-1,2.2185943E-1,1.8650284E0,1.0044949E0,1.6983674E0,1.7268167E0,1.7409401E0,1.9449322E0,1.2544825E0,1.2274065E0,1.5374702E0,0E0,8.202286E-1,2.3389043E-1,8.290138E-1,2.692619E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.3764644E-1,0E0,0E0,2.0321512E-1,3.9146934E-2,2.66416E-1,0E0,1.6477675E0,1.0118313E0,0E0,1.2994274E-1,1.365788E-1,0E0,3.5903263E-1,0E0,3.5686226E0,0E0,0E0,1.6454563E0,0E0,1.5651542E-1,8.9093876E-1,3.0573294E-1,1.2629004E0,0E0,5.858748E-1,3.2934024E0,0E0,7.862854E-1,0E0,0E0,0E0,3.845253E-1,0E0,0E0,0E0,3.2537627E-1,0E0,2.0836997E-1,1.9474268E0,0E0,0E0,0E0,1.7940683E0,3.3251032E-1,1.6909349E-1,1.8360636E-1,1.3367653E-1,0E0,2.1330357E-1,1.424478E0,0E0,2.0495728E-2,0E0,0E0,0E0,0E0,0E0,6.738688E-2,1.087534E0,2.8215265E-1,0E0,1.0533957E0,3.2069504E-1,0E0,4.1062498E-1,1.3917255E-1,9.6082306E-1,0E0,0E0,1.4365675E0,6.269653E-1,2.6301322E0,4.676875E-1,0E0,4.5253325E-1,3.3088517E-1,2.1362928E-1,0E0,0E0,3.67138E-1,0E0,0E0,1.2751836E-1,2.1763878E-1,4.3948078E-1,9.3520105E-1,9.749681E-1,1.7407677E-1,6.0478926E-1,2.3181112E0,1.8188171E0,3.2432985E0,4.6431427E0,1.060466E0,7.579543E-1,0E0,0E0,2.7594382E-1,1.4577414E-1,2.0498285E0,9.74455E-1,1.6035795E0,6.7161757E-1,0E0,1.837368E-1,6.0057926E-1,0E0,1.9005713E0,2.7611525E0,1.0596982E0,2.3699162E0,1.0450549E0,9.9533784E-1,4.2989492E-1,1.4769535E0,5.3646433E-1,1.2493528E0,6.685829E-1,0E0,2.3437485E-1,0E0,6.092911E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.2673082E-1,0E0,0E0,0E0,0E0,4.7511604E-2,3.881216E-1,0E0,1.2467356E0,0E0,0E0,1.4506555E-1,0E0,0E0,0E0,0E0,0E0,0E0,8.865061E-1,1.9251746E-1,3.4482718E-1,5.4033947E-1,7.1398735E-2,3.765495E-1,4.8042014E-2,1.3373675E0,0E0,0E0,1.5901828E-1,3.3019166E0,0E0,0E0,5.5454063E-1,0E0,2.8020477E-1,1.4409685E-1,0E0,0E0,9.561353E-2,0E0,1.0072279E0,5.247526E-1,0E0,0E0,4.0012002E-2,0E0,0E0,0E0,9.708479E-3,0E0,1.02461815E-1,1.8192577E-1,0E0,0E0,1.0647049E0,0E0,0E0,0E0,1.4917086E-1,8.450346E-1,0E0,0E0,2.767501E-1,0E0,2.0184636E-2,4.3584073E-1,0E0,0E0,1.2526989E-2,0E0,7.910639E-3,0E0,8.9437103E-1,2.640169E-1,1.0458708E0,0E0,6.91545E-3,1.8216685E0,2.851758E0,0E0,0E0,6.339359E-2,0E0,3.6024535E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2418339E-1,2.613259E-1,0E0,8.224869E-2,4.9515107E-1,6.6826123E-1,1.17006786E-1,7.292049E-1,0E0,0E0,0E0,3.7740803E-1,1.6363742E0,1.69906E0,7.419992E-1,9.982252E-1,8.2956016E-1,1.5137777E0,2.1579666E0,1.5239956E0,1.3414323E-1,6.74006E-3,4.61277E-1,9.9336255E-1,3.5869062E-1,0E0,1.0255793E-1,0E0,1.6795931E0,0E0,3.8920468E-1,3.8493565E-1,1.0361499E0,1.1078539E0,4.6777987E-1,3.1137308E-1,0E0,1.8249226E-1,0E0,7.0043373E-1,7.6983666E-1,0E0,1.9048632E0,1.1667488E0,3.6037958E-1,2.1461143E-1,1.4053969E-1,7.177534E-1,3.6447573E-1,0E0,7.36652E-1,1.2221534E0,3.159941E-2,0E0,0E0,1.2677002E-1,7.3741955E-1,0E0,6.240938E-1,8.792065E-3,2.3310852E-1,0E0,0E0,0E0,1.7284611E-1,4.814644E-1,0E0,0E0,0E0,1.5808901E-1,9.886837E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.0779562E0,0E0,0E0,0E0,0E0,9.746599E-2,0E0,1.2207768E-1,1.8613473E-1,1.2793577E-1,0E0,0E0,1.8898576E-2,1.0642958E0,0E0,0E0,0E0,0E0,0E0,2.4205017E-1,0E0,3.1894684E-2,7.25896E-2,0E0,0E0,0E0,0E0,5.168557E-1,0E0,2.1770477E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.5139284E-2,1.2898922E-1,0E0,0E0,0E0,0E0,6.187515E-1,5.7207584E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.0251732E-1,0E0,0E0,0E0,9.3170357E-1,0E0,0E0,1.1101315E0,7.0528334E-1,1.1119325E0,1.7788162E0,0E0,0E0,0E0,1.8274522E-1,1.0930845E-1,0E0,0E0,2.0084664E-1,0E0,3.1066895E-2,6.7699015E-1,3.6568525E-3,3.1523895E-1,0E0,2.350923E-2,1.5968454E-1,1.0472605E0,4.6333443E-2,0E0,3.8903117E-1,1.8458008E0,2.4892094E0,4.2084014E-1,2.1588068E0,2.4295641E-1,4.7980738E-1,5.978718E-1,4.4038403E-1,1.2182041E0,2.654536E-1,1.124938E0,1.3106357E0,1.8944302E0,7.105316E0,1.5932963E0,0E0,2.2353137E-1,0E0,0E0,0E0,5.262653E-1,4.0129834E-1,5.6249595E-1,1.1163203E-1,0E0,0E0,0E0,0E0,2.4936563E-1,1.0696774E0,0E0,4.2844748E-1,2.2018707E-1,0E0,9.833783E-1,0E0,1.693742E-1,6.354375E-1,3.9156795E-1,0E0,4.007848E-1,0E0,9.7430706E-2,0E0,3.917179E-1,0E0,6.697069E-1,9.239965E-1,3.6691815E-1,1.7786151E0,8.149188E-2,1.2662985E0,1.02938175E-1,0E0,0E0,0E0,6.529709E-3,1.7690922E-1,0E0,4.94555E-1,0E0,3.3626676E-1,9.713176E-3,3.6955833E-1,1.2849061E0,1.1111096E0,0E0,2.3707733E-2,7.009888E-2,0E0,0E0,3.4328473E-1,0E0,5.5288863E-1,0E0,0E0,0E0,0E0,0E0,3.3092782E-2,4.798584E-1,1.3135895E-2,0E0,0E0,0E0,0E0,3.1076527E-1,2.0561524E-2,0E0,7.594013E-2,6.900437E-3,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.0897713E0,0E0,1.4143753E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.0750141E-1,0E0,0E0,0E0,0E0,3.5437965E-1,4.064993E-2,0E0,3.5429716E-2,0E0,2.7883148E-1,0E0,0E0,1.0806401E-2,8.3346915E-1,3.0539024E-1,1.0519142E-1,2.0220704E0,4.4883585E-1,1.7251081E0,8.464607E-1,0E0,0E0,1.5067476E-1,0E0,2.2751153E-2,0E0,0E0,0E0,0E0,5.393144E-1,0E0,2.2637045E-2,1.3696349E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.0691817E0,1.0929616E-1,0E0,0E0,0E0,4.5238057E-1,1.4051833E0,1.3389597E0,6.335273E-1,4.5819494E-1,1.587415E-1,1.7482071E0,9.351159E-2,0E0,2.3342586E-1,0E0,0E0,5.349941E-1,0E0,8.279968E-2,4.7349003E-1,2.3819074E-1,9.949455E-1,0E0,2.7850392E-1,1.67448E0,2.7998304E-1,7.106799E-1,4.3995598E-1,1.6221938E0,1.1740632E0,2.8260975E0,9.215906E-2,1.3324463E0,1.371594E0,1.5116525E-1,0E0,0E0,1.05119646E-1,5.729896E-2,0E0,3.0844212E-1,0E0,0E0,0E0,2.774771E-1,5.515952E-2,1.1495978E-1,1.0534954E0,0E0,0E0,0E0,1.4077497E-1,2.625723E-1,0E0,9.885141E-2,1.7428039E-1,3.9327502E-1,0E0,3.2025933E-1,0E0,8.051762E-2,0E0,0E0,1.716814E-1,0E0,4.0730953E-1,6.295788E-2,2.812739E-1,1.9873261E-2,0E0,0E0,0E0,3.4833044E-1,1.237138E0,0E0,0E0,7.636471E-1,0E0,0E0,0E0,6.10351E-2,0E0,7.492325E-2,0E0,0E0,4.4072056E-1,1.767726E-1,0E0,0E0,0E0,2.8541708E-1,0E0,1.3806105E-1,0E0,0E0,1.1225717E0,0E0,0E0,1.4190674E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.9755402E-1,0E0,0E0,2.5878716E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.1455894E0,0E0,3.1024922E-2,0E0,0E0,0E0,0E0,1.1641312E-1,0E0,0E0,0E0,3.7028074E-2,0E0,1.9607353E-1,0E0,0E0,0E0,6.674535E-1,0E0,0E0,0E0,7.938848E-2,6.892824E-1,3.1714205E-2,0E0,0E0,4.9534893E-1,0E0,6.454631E-1,0E0,5.9408486E-2,0E0,0E0,0E0,0E0,2.2243035E-1,0E0,0E0,2.50296E-1,0E0,6.387162E-1,0E0,0E0,0E0,9.5261145E-1,7.7722704E-1,1.128036E0,3.2381207E-1,1.2249922E0,8.4844995E-1,0E0,5.9839916E-1,0E0,3.4904706E-1,0E0,0E0,6.8421686E-1,7.925339E-1,0E0,1.8316297E-1,0E0,0E0,0E0,6.19833E-1,0E0,1.332821E-1,0E0,0E0,1.9233477E-1,6.976998E-2,1.3342302E0,2.22437E-3,0E0,3.784371E-1,1.3198159E0,4.8873472E-1,2.875325E-1,1.09279454E-1,3.2402825E-1,0E0,4.7693205E-1,0E0,1.7881241E0,2.9236E0,4.6720743E-1,1.2854657E0,4.9804335E0,8.040383E-1,0E0,0E0,5.844693E-1,3.600549E-1,5.448981E-1,1.1430275E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.025906E-1,0E0,5.1186204E-2,5.4669816E-2,0E0,1.1162391E-1,0E0,7.246361E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.0814165E-2,0E0,0E0,0E0,0E0,3.2182288E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.7127934E-1,0E0,0E0,2.0273644E-1,0E0,0E0,0E0,2.0744699E-1,2.6887024E-2,0E0,1.038765E0,0E0,6.149931E-1,0E0,0E0,8.8172525E-2,0E0,4.6036863E-1,0E0,0E0,0E0,2.5825882E-1,0E0,0E0,2.0725965E-2,1.0082245E-2,0E0,0E0,0E0,3.2310486E-2,0E0,1.5857792E-1,0E0,0E0,9.271841E-1,0E0,0E0,0E0,0E0,0E0,0E0,4.384477E-3,1.5001869E-1,6.001997E-1,0E0,5.4892667E-2,0E0,0E0,3.7720346E-1,0E0,9.821579E-2,0E0,6.2236404E-1,0E0,1.9398308E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.6566868E-1,6.0598508E-2,6.471288E-1,9.698205E-1,1.9692928E-1,9.9874735E-3,1.4252892E0,5.3763306E-1,3.4514508E-1,1.1133766E0,2.8691456E-1,1.3625488E0,4.492919E-1,0E0,4.7532988E-1,0E0,0E0,7.551827E-1,5.510674E-1,8.357096E-1,0E0,0E0,0E0,0E0,6.4430237E-1,1.4272228E-2,0E0,0E0,0E0,1.2862284E-1,0E0,0E0,8.039546E-1,0E0,0E0,0E0,1.3536817E-1,4.73984E-1,9.50711E-1,5.287876E-1,0E0,0E0,0E0,2.760826E-2,0E0,1.2503481E-1,0E0,0E0,8.4394455E-2,1.7031288E0,1.4970452E0,1.6624757E0,2.0210466E0,1.2361498E-1,4.6127963E-1,0E0,1.182477E0,0E0,0E0,0E0,0E0,0E0,6.4353275E-1,2.4571069E-1,3.794635E-1,9.963308E-3,3.945467E-1,1.0371926E0,6.468796E-2,0E0,2.2940135E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.9447746E-1,0E0,0E0,0E0,0E0,9.882927E-2,0E0,1.4277929E-1,0E0,1.7588156E-1,0E0,0E0,0E0,9.5463324E-1,0E0,3.495245E-1,0E0,0E0,0E0,1.5510798E-1,0E0,0E0,3.8581848E-1,0E0,5.329728E-3,0E0,0E0,0E0,1.4968872E-2,0E0,0E0,4.179201E-1,0E0,0E0,0E0,1.1364937E-1,0E0,6.029167E-1,0E0,0E0,0E0,0E0,1.5887737E-1,3.012745E-2,0E0,4.287777E-1,0E0,0E0,0E0,0E0,4.8155022E-1,0E0,0E0,5.062332E-1,0E0,4.3307924E-1,0E0,3.1718776E-1,0E0,5.635793E-2,1.15159914E-1,0E0,5.5158377E-1,0E0,1.7758495E-1,1.6615495E-1,0E0,8.4350824E-1,1.6734132E-1,1.5814866E-1,3.854493E-1,1.2940755E-1,1.0407798E0,4.6285778E-1,0E0,3.453517E-1,0E0,5.650238E-2,4.9176192E-1,3.897916E-1,0E0,8.052864E-1,0E0,1.1021334E-2,5.1909447E-1,0E0,0E0,0E0,1.0848971E-1,0E0,6.470909E-1,0E0,0E0,8.4965E-2,3.1033352E-1,6.2059593E-1,1.4320601E-2,6.1938E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.649931E0,1.3475952E0,8.014745E-1,1.7286367E0,1.1824651E0,4.5955682E-1,6.2152028E-2,1.8070076E0,2.0695597E-1,1.5998101E-1,0E0,0E0,0E0,1.1132183E0,3.265581E-1,0E0,2.7903864E-1,0E0,2.5210458E-1,0E0,0E0,2.4571419E-3,0E0,0E0,5.245352E-1,0E0,5.0581798E-2,1.6833195E-1,2.638178E-1,0E0,3.157978E-1,0E0,0E0,6.391144E-2,0E0,0E0,0E0,0E0,7.689333E-1,0E0,4.6607018E-2,0E0,0E0,0E0,0E0,2.9496908E-2,0E0,0E0,0E0,0E0,0E0,2.7821922E-1,0E0,0E0,0E0,6.0597706E-1,0E0,0E0,0E0,0E0,0E0,3.7616348E-1,0E0,0E0,1.4569426E-1,0E0,1.953516E-1,0E0,0E0,7.225329E-2,0E0,0E0,4.8553728E-2,0E0,3.2674503E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.0196218E0,1.5630376E-1,2.0237067E-1,0E0,0E0,0E0,4.3904954E-1,1.6599605E-2,0E0,5.594797E-1,5.4701302E-2,0E0,0E0,0E0,3.5698032E-1,0E0,0E0,3.0896235E-1,0E0,1.3539457E-1,0E0,0E0,7.1956635E-1,0E0,7.4158914E-2,3.0918312E-1,0E0,0E0,0E0,4.6943045E-1,0E0,0E0,2.0057467E-1,0E0,0E0,7.104931E-1,0E0,0E0,1.3718143E-1,2.4355602E-1,0E0,1.0044229E-1,8.156185E-1,1.231156E0,2.5870342E0,1.205757E0,4.4762176E-2,7.3313713E-1,1.4436328E0,1.1538593E0,1.3334942E0,2.4855351E-1,0E0,0E0,0E0,1.9599595E0,2.3198658E-1,0E0,9.4018266E-2,0E0,1.1077723E-1,7.994938E-1,0E0,3.08331E-1,0E0,0E0,1.8864441E-1,2.967373E-1,0E0,0E0,0E0,5.294337E-1,0E0,0E0,4.4414774E-3,0E0,0E0,0E0,2.2830391E-1,0E0,2.0479774E-1,0E0,0E0,0E0,5.911031E-1,0E0,0E0,0E0,6.077504E-2,0E0,0E0,0E0,2.705207E-1,0E0,5.055084E-1,6.5190315E-2,0E0,1.3510895E-1,0E0,0E0,5.562091E-2,0E0,0E0,0E0,3.281088E-1,5.8920527E-1,0E0,0E0,2.100119E-1,1.8749774E-2,0E0,0E0,0E0,0E0,8.39245E-2,4.455328E-1,0E0,9.70073E-2,5.4320004E-2,1.3342905E-1,0E0,0E0,0E0,0E0,0E0,6.183958E-1,0E0,0E0,0E0,0E0,2.816143E-1,0E0,2.490778E-1,0E0,2.6529893E-1,0E0,6.921296E-1,0E0,1.8242611E-1,0E0,0E0,9.326237E-3,2.7777308E-1,0E0,1.052248E0,1.4236379E0,4.553845E-1,2.3826735E-2,2.0042801E-1,7.848619E-2,1.165148E0,0E0,0E0,0E0,7.0935535E-1,1.4649247E0,7.7491117E-1,1.0576177E-1,1.947357E-1,1.0177932E-2,6.951792E-1,0E0,0E0,2.457749E-2,1.8969998E0,0E0,1.4559606E-1,0E0,7.085326E-2,5.4058015E-2,0E0,6.1057854E-1,0E0,2.7587223E-1,0E0,0E0,0E0,0E0,3.405167E-1,3.1487322E-1,0E0,0E0,0E0,0E0,6.412315E-2,0E0,7.66983E-2,2.1976757E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.4125996E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.9813662E-1,0E0,0E0,0E0,0E0,0E0,2.4657297E-1,0E0,0E0,3.896513E-1,0E0,2.53479E-1,0E0,7.884741E-2,4.6605885E-2,0E0,5.113592E-1,0E0,0E0,0E0,0E0,0E0,1.2414989E-1,0E0,7.8948784E-1,0E0,1.1251424E-1,2.5184035E-1,5.8468866E-1,3.23462E-1,1.2589811E-1,2.2169608E-3,0E0,1.17173195E-2,9.059895E-2,3.6023113E-1,0E0,6.1146593E-1,0E0,6.0599566E-1,8.516634E-1,1.3790891E0,1.997138E-1,6.9069505E-1,8.907676E-3,0E0,3.575107E-1,3.226744E-2,0E0,0E0,0E0,3.4380364E-1,0E0,2.9495673E-2,0E0,1.2519093E0,5.1656157E-2,0E0,0E0,0E0,0E0,0E0,2.7882195E-1,0E0,0E0,1.6753435E-1,1.4624107E-1,0E0,0E0,2.5249147E-1,0E0,0E0,5.137634E-1,0E0,0E0,1.254282E-1,2.2507286E-1,0E0,0E0,2.3961306E-1,3.3431435E-1,0E0,3.3449745E-1,0E0,0E0,3.03648E-1,0E0,0E0,0E0,0E0,0E0,4.656868E-1,1.449655E-1,0E0,0E0,2.7250767E-1,1.2752129E-1,1.0369016E-1,2.6475787E-1,0E0,2.7395442E-2,5.047124E-1,0E0,3.1759715E-1,0E0,9.7876206E-2,1.73911E-2,0E0,0E0,0E0,0E0,0E0,1.9867504E-1,0E0,0E0,3.6699772E-2,0E0,3.5598135E-1,1.8361296E-1,4.1968608E-1,3.5660395E-3,1.0080533E0,3.8820016E-1,2.572505E-1,6.39201E-3,3.863175E-1,0E0,0E0,0E0,2.6620364E-1,0E0,0E0,8.781624E-2,0E0,3.35749E-2,0E0,1.3260155E0,0E0,0E0,0E0,2.570877E-1,0E0,0E0,7.784033E-2,2.7894974E-2,0E0,0E0,0E0,1.3462505E0,0E0,0E0,0E0,0E0,2.2112274E-1,6.523085E-2,0E0,0E0,0E0,0E0,1.4108753E-1,0E0,2.4737549E-1,3.6607838E-1,0E0,0E0,0E0,2.2684097E-1,0E0,8.6192474E-2,0E0,2.8056413E-2,0E0,0E0,2.0876622E-1,0E0,0E0,6.9970167E-1,6.96507E-2,3.7369943E-1,0E0,0E0,0E0,1.011054E-2,0E0,3.3624053E-2,0E0,0E0,0E0,0E0,1.09939575E-1,2.0833895E-1,0E0,0E0,1.5910888E-1,0E0,0E0,0E0,4.0174627E-1,0E0,4.090106E-1,3.6138663E-1,0E0,0E0,8.139813E-2,0E0,3.8752198E-1,5.875945E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.3685169E0,9.117508E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.1805496E-2,0E0,0E0,1.1045265E-1,3.0417585E-1,0E0,0E0,1.22164726E-1,0E0,0E0,0E0,0E0,1.1616039E-1,0E0,5.8001295E-2,7.250514E-1,5.2599832E-2,2.1924883E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.4626446E-2,0E0,1.736744E-1,2.1861053E-1,0E0,3.9527082E-1,0E0,1.05083704E-1,0E0,2.9367602E-1,0E0,0E0,0E0,1.4781046E-1,0E0,0E0,0E0,0E0,4.8733807E-1,0E0,4.988575E-2,0E0,0E0,2.59552E-2,0E0,0E0,1.1221933E-1,0E0,0E0,0E0,0E0,0E0,7.7739105E-2,1.4317226E-1,0E0,0E0,7.650994E-2,0E0,1.2081897E-1,0E0,0E0,9.042168E-2,0E0,0E0,0E0,0E0,3.631916E-1,0E0,0E0,0E0,0E0,0E0,1.592691E-1,4.133978E-1,0E0,0E0,0E0,0E0,2.8425217E-2,9.511614E-2,0E0,3.195809E-2,0E0,1.3963175E-1,0E0,8.12199E-2,0E0,1.6004536E-1,0E0,0E0,0E0,0E0,1.3005924E-1,0E0,1.7203331E-2,4.160881E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.9672556E-2,0E0,0E0,0E0,3.1510532E-2,9.660864E-2,0E0,0E0,0E0,0E0,3.451767E-1,0E0,0E0,0E0,2.2068799E-2,0E0,0E0,2.6017666E-1,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,27,27,29,29,30,30,31,31,33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40,41,41,42,42,43,43,44,44,45,45,46,46,49,49,50,50,51,51,52,52,54,54,55,55,56,56,57,57,58,58,59,59,60,60,61,61,62,62,63,63,64,64,65,65,66,66,70,70,71,71,72,72,73,73,74,74,76,76,79,79,81,81,82,82,83,83,84,84,85,85,86,86,87,87,89,89,90,90,91,91,93,93,94,94,95,95,96,96,97,97,98,98,99,99,100,100,104,104,105,105,106,106,107,107,109,109,110,110,111,111,112,112,113,113,114,114,115,115,116,116,118,118,119,119,120,120,121,121,122,122,123,123,124,124,125,125,126,126,127,127,129,129,131,131,132,132,133,133,134,134,135,135,138,138,139,139,140,140,144,144,151,151,152,152,154,154,155,155,156,156,157,157,158,158,160,160,165,165,166,166,174,174,176,176,177,177,178,178,179,179,181,181,182,182,183,183,184,184,187,187,188,188,190,190,192,192,196,196,197,197,198,198,199,199,201,201,203,203,204,204,206,206,207,207,214,214,215,215,216,216,219,219,225,225,226,226,227,227,228,228,229,229,230,230,231,231,232,232,233,233,237,237,238,238,239,239,240,240,241,241,242,242,243,243,245,245,246,246,251,251,253,253,255,255,256,256,257,257,259,259,260,260,261,261,262,262,263,263,264,264,265,265,266,266,267,267,268,268,269,269,270,270,271,271,273,273,276,276,277,277,279,279,281,281,282,282,283,283,285,285,286,286,287,287,289,289,290,290,293,293,298,298,299,299,301,301,303,303,304,304,305,305,306,306,307,307,308,308,309,309,310,310,311,311,314,314,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,334,334,335,335,336,336,337,337,345,345,348,348,349,349,350,350,352,352,353,353,355,355,356,356,358,358,360,360,363,363,365,365,366,366,367,367,368,368,370,370,371,371,373,373,377,377,381,381,383,383,384,384,388,388,389,389,390,390,391,391,392,392,394,394,395,395,397,397,403,403,404,404,405,405,407,407,408,408,410,410,411,411,412,412,415,415,416,416,417,417,418,418,420,420,421,421,422,422,425,425,428,428,429,429,430,430,431,431,432,432,433,433,434,434,435,435,436,436,437,437,438,438,439,439,440,440,443,443,444,444,445,445,446,446,447,447,448,448,450,450,451,451,453,453,454,454,455,455,456,456,457,457,458,458,459,459,460,460,461,461,462,462,463,463,465,465,467,467,474,474,479,479,480,480,482,482,485,485,492,492,493,493,494,494,495,495,496,496,497,497,498,498,499,499,502,502,503,503,506,506,508,508,509,509,512,512,514,514,515,515,518,518,522,522,524,524,525,525,528,528,532,532,533,533,536,536,538,538,539,539,542,542,544,544,546,546,547,547,548,548,550,550,551,551,552,552,555,555,557,557,565,565,566,566,568,568,569,569,570,570,571,571,572,572,576,576,577,577,578,578,579,579,580,580,581,581,582,582,583,583,584,584,585,585,586,586,587,587,588,588,589,589,591,591,593,593,595,595,596,596,597,597,598,598,599,599,600,600,602,602,604,604,605,605,607,607,608,608,609,609,610,610,611,611,612,612,613,613,615,615,616,616,617,617,620,620,621,621,623,623,624,624,625,625,629,629,630,630,634,634,635,635,642,642,647,647,649,649,650,650,651,651,654,654,655,655,661,661,663,663,664,664,669,669,671,671,680,680,681,681,686,686,687,687,698,698,702,702,705,705,706,706,707,707,708,708,712,712,713,713,716,716,718,718,719,719,720,720,721,721,723,723,724,724,725,725,726,726,728,728,729,729,730,730,731,731,732,732,733,733,734,734,735,735,736,736,737,737,738,738,739,739,740,740,741,741,742,742,743,743,745,745,749,749,750,750,751,751,752,752,757,757,758,758,760,760,761,761,763,763,765,765,766,766,767,767,769,769,771,771,773,773,775,775,776,776,777,777,778,778,779,779,780,780,781,781,785,785,786,786,788,788,790,790,791,791,792,792,793,793,794,794,796,796,797,797,800,800,802,802,808,808,809,809,810,810,815,815,816,816,818,818,819,819,828,828,830,830,838,838,843,843,844,844,846,846,848,848,851,851,852,852,853,853,854,854,855,855,856,856,857,857,858,858,861,861,863,863,868,868,870,870,871,871,878,878,879,879,883,883,884,884,885,885,886,886,887,887,888,888,889,889,890,890,892,892,895,895,897,897,898,898,899,899,900,900,902,902,903,903,904,904,905,905,906,906,907,907,908,908,909,909,910,910,911,911,912,912,913,913,916,916,917,917,919,919,923,923,924,924,925,925,926,926,930,930,931,931,933,933,934,934,935,935,937,937,939,939,942,942,944,944,945,945,946,946,947,947,951,951,952,952,955,955,959,959,961,961,964,964,965,965,969,969,971,971,974,974,977,977,986,986,989,989,997,997,999,999,1004,1004,1008,1008,1010,1010,1014,1014,1018,1018,1019,1019,1020,1020,1023,1023,1025,1025,1027,1027,1032,1032,1035,1035,1037,1037,1041,1041,1042,1042,1043,1043,1044,1044,1045,1045,1046,1046,1048,1048,1050,1050,1053,1053,1054,1054,1056,1056,1060,1060,1062,1062,1065,1065,1066,1066,1067,1067,1068,1068,1070,1070,1071,1071,1072,1072,1073,1073,1074,1074,1075,1075,1077,1077,1079,1079,1080,1080,1081,1081,1082,1082,1083,1083,1084,1084,1087,1087,1088,1088,1089,1089,1090,1090,1098,1098,1100,1100,1101,1101,1103,1103,1105,1105,1112,1112,1117,1117,1124,1124,1127,1127,1131,1131,1132,1132,1134,1134,1136,1136,1139,1139,1141,1141,1145,1145,1148,1148,1149,1149,1153,1153,1155,1155,1158,1158,1165,1165,1166,1166,1167,1167,1169,1169,1172,1172,1174,1174,1176,1176,1178,1178,1186,1186,1187,1187,1188,1188,1189,1189,1190,1190,1191,1191,1192,1192,1193,1193,1194,1194,1195,1195,1196,1196,1197,1197,1198,1198,1200,1200,1203,1203,1204,1204,1205,1205,1210,1210,1211,1211,1215,1215,1218,1218,1222,1222,1223,1223,1224,1224,1225,1225,1229,1229,1231,1231,1234,1234,1235,1235,1236,1236,1237,1237,1238,1238,1239,1239,1240,1240,1242,1242,1248,1248,1249,1249,1250,1250,1251,1251,1252,1252,1253,1253,1254,1254,1256,1256,1264,1264,1269,1269,1271,1271,1273,1273,1277,1277,1279,1279,1283,1283,1286,1286,1288,1288,1292,1292,1295,1295,1299,1299,1301,1301,1306,1306,1307,1307,1309,1309,1314,1314,1317,1317,1319,1319,1321,1321,1323,1323,1324,1324,1326,1326,1328,1328,1329,1329,1331,1331,1332,1332,1333,1333,1334,1334,1335,1335,1336,1336,1337,1337,1339,1339,1341,1341,1342,1342,1343,1343,1345,1345,1347,1347,1348,1348,1352,1352,1354,1354,1357,1357,1358,1358,1359,1359,1360,1360,1361,1361,1369,1369,1370,1370,1371,1371,1372,1372,1373,1373,1374,1374,1375,1375,1376,1376,1377,1377,1378,1378,1382,1382,1383,1383,1385,1385,1387,1387,1390,1390,1393,1393,1395,1395,1396,1396,1397,1397,1399,1399,1402,1402,1407,1407,1409,1409,1414,1414,1420,1420,1424,1424,1430,1430,1433,1433,1435,1435,1438,1438,1441,1441,1443,1443,1450,1450,1451,1451,1452,1452,1456,1456,1457,1457,1459,1459,1460,1460,1464,1464,1467,1467,1469,1469,1472,1472,1474,1474,1475,1475,1479,1479,1482,1482,1485,1485,1488,1488,1489,1489,1491,1491,1492,1492,1493,1493,1494,1494,1495,1495,1496,1496,1497,1497,1498,1498,1499,1499,1500,1500,1501,1501,1505,1505,1506,1506,1508,1508,1510,1510,1511,1511,1513,1513,1516,1516,1517,1517,1521,1521,1524,1524,1528,1528,1530,1530,1534,1534,1538,1538,1542,1542,1544,1544,1545,1545,1547,1547,1550,1550,1554,1554,1555,1555,1558,1558,1559,1559,1564,1564,1565,1565,1567,1567,1568,1568,1569,1569,1575,1575,1580,1580,1582,1582,1584,1584,1586,1586,1588,1588,1591,1591,1592,1592,1594,1594,1595,1595,1596,1596,1597,1597,1598,1598,1599,1599,1600,1600,1604,1604,1605,1605,1606,1606,1607,1607,1608,1608,1609,1609,1610,1610,1613,1613,1614,1614,1616,1616,1618,1618,1619,1619,1621,1621,1623,1623,1628,1628,1629,1629,1634,1634,1636,1636,1637,1637,1652,1652,1661,1661,1667,1667,1670,1670,1672,1672,1674,1674,1675,1675,1677,1677,1683,1683,1685,1685,1687,1687,1688,1688,1689,1689,1690,1690,1691,1691,1692,1692,1694,1694,1695,1695,1696,1696,1698,1698,1700,1700,1701,1701,1702,1702,1703,1703,1704,1704,1705,1705,1707,1707,1708,1708,1712,1712,1714,1714,1716,1716,1717,1717,1723,1723,1726,1726,1727,1727,1730,1730,1733,1733,1736,1736,1737,1737,1740,1740,1741,1741,1743,1743,1746,1746,1752,1752,1753,1753,1756,1756,1757,1757,1758,1758,1759,1759,1761,1761,1762,1762,1764,1764,1766,1766,1767,1767,1773,1773,1776,1776,1778,1778,1779,1779,1780,1780,1781,1781,1782,1782,1783,1783,1784,1784,1785,1785,1786,1786,1790,1790,1793,1793,1795,1795,1797,1797,1801,1801,1804,1804,1805,1805,1809,1809,1814,1814,1815,1815,1820,1820,1822,1822,1823,1823,1827,1827,1829,1829,1831,1831,1834,1834,1837,1837,1838,1838,1839,1839,1843,1843,1845,1845,1850,1850,1851,1851,1854,1854,1858,1858,1860,1860,1861,1861,1864,1864,1866,1866,1867,1867,1874,1874,1875,1875,1887,1887,1890,1890,1891,1891,1894,1894,1899,1899,1901,1901,1902,1902,1903,1903,1904,1904,1912,1912,1914,1914,1915,1915,1917,1917,1919,1919,1921,1921,1925,1925,1930,1930,1932,1932,1935,1935,1938,1938,1944,1944,1945,1945,1948,1948,1950,1950,1953,1953,1958,1958,1964,1964,1965,1965,1970,1970,1971,1971,1973,1973,1975,1975,1977,1977,1979,1979,1984,1984,1986,1986,1987,1987,1996,1996,2000,2000,2001,2001,2006,2006,2010,2010,2013,2013],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,-1,22,24,26,28,-1,30,32,34,36,38,40,42,44,46,-1,48,-1,50,52,54,-1,56,58,60,62,64,66,68,70,72,74,76,78,80,82,-1,-1,84,86,88,90,-1,92,94,96,98,100,102,104,106,108,110,112,114,116,-1,-1,-1,118,120,122,124,126,-1,128,-1,-1,130,-1,132,134,136,138,140,142,144,-1,146,148,150,-1,152,154,156,158,160,162,164,166,-1,-1,-1,168,170,172,174,-1,176,178,180,182,184,186,188,190,-1,192,194,196,198,200,202,204,206,208,210,-1,212,-1,214,216,218,220,222,-1,-1,224,226,228,-1,-1,-1,230,-1,-1,-1,-1,-1,-1,232,234,-1,236,238,240,242,244,-1,246,-1,-1,-1,-1,248,250,-1,-1,-1,-1,-1,-1,-1,252,-1,254,256,258,260,-1,262,264,266,268,-1,-1,270,272,-1,274,-1,276,-1,-1,-1,278,280,282,284,-1,286,-1,288,290,-1,292,294,-1,-1,-1,-1,-1,-1,296,298,300,-1,-1,302,-1,-1,-1,-1,-1,304,306,308,310,312,314,316,318,320,-1,-1,-1,322,324,326,328,330,332,334,-1,336,338,-1,-1,-1,-1,340,-1,342,-1,344,346,348,-1,350,352,354,356,358,360,362,364,366,368,370,372,374,-1,376,-1,-1,378,380,-1,382,-1,384,386,388,-1,390,392,394,-1,396,398,-1,-1,400,-1,-1,-1,-1,402,404,-1,406,-1,408,410,412,414,416,418,420,422,424,-1,-1,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,-1,464,466,468,470,-1,-1,-1,-1,-1,-1,-1,472,-1,-1,474,476,478,-1,480,482,-1,484,486,-1,488,-1,490,-1,-1,492,-1,494,496,498,500,-1,502,504,-1,506,-1,-1,-1,508,-1,-1,-1,510,-1,512,514,-1,-1,-1,516,518,520,522,524,-1,526,528,-1,530,-1,-1,-1,-1,-1,532,534,536,-1,538,540,-1,542,544,546,-1,-1,548,550,552,554,-1,556,558,560,-1,-1,562,-1,-1,564,566,568,570,572,574,576,578,580,582,584,586,588,-1,-1,590,592,594,596,598,600,-1,602,604,-1,606,608,610,612,614,616,618,620,622,624,626,-1,628,-1,630,-1,-1,-1,-1,-1,-1,632,-1,-1,-1,-1,634,636,-1,638,-1,-1,640,-1,-1,-1,-1,-1,-1,642,644,646,648,650,652,654,656,-1,-1,658,660,-1,-1,662,-1,664,666,-1,-1,668,-1,670,672,-1,-1,674,-1,-1,-1,676,-1,678,680,-1,-1,682,-1,-1,-1,684,686,-1,-1,688,-1,690,692,-1,-1,694,-1,696,-1,698,700,702,-1,704,706,708,-1,-1,710,-1,712,-1,-1,-1,-1,-1,-1,-1,714,716,-1,718,720,722,724,726,-1,-1,-1,728,730,732,734,736,738,740,742,744,746,748,750,752,754,-1,756,-1,758,-1,760,762,764,766,768,770,-1,772,-1,774,776,-1,778,780,782,784,786,788,790,-1,792,794,796,-1,-1,798,800,-1,802,804,806,-1,-1,-1,808,810,-1,-1,-1,812,814,-1,-1,-1,-1,-1,-1,816,-1,-1,-1,-1,818,-1,820,822,824,-1,-1,826,828,-1,-1,-1,-1,-1,830,-1,832,834,-1,-1,-1,-1,836,-1,838,-1,-1,-1,-1,-1,-1,-1,-1,840,842,-1,-1,-1,-1,844,846,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,848,-1,-1,-1,850,-1,-1,852,854,856,858,-1,-1,-1,860,862,-1,-1,864,-1,866,868,870,872,-1,874,876,878,880,-1,882,884,886,888,890,892,894,896,898,900,902,904,906,908,910,912,-1,914,-1,-1,-1,916,918,920,922,-1,-1,-1,-1,924,926,-1,928,930,-1,932,-1,934,936,938,-1,940,-1,942,-1,944,-1,946,948,950,952,954,956,958,-1,-1,-1,960,962,-1,964,-1,966,968,970,972,974,-1,976,978,-1,-1,980,-1,982,-1,-1,-1,-1,-1,984,986,988,-1,-1,-1,-1,990,992,-1,994,996,-1,-1,-1,-1,-1,-1,-1,-1,998,-1,1000,-1,-1,-1,-1,-1,-1,-1,1002,-1,-1,-1,-1,1004,1006,-1,1008,-1,1010,-1,-1,1012,1014,1016,1018,1020,1022,1024,1026,-1,-1,1028,-1,1030,-1,-1,-1,-1,1032,-1,1034,1036,-1,-1,-1,-1,-1,-1,1038,1040,-1,-1,-1,1042,1044,1046,1048,1050,1052,1054,1056,-1,1058,-1,-1,1060,-1,1062,1064,1066,1068,-1,1070,1072,1074,1076,1078,1080,1082,1084,1086,1088,1090,1092,-1,-1,1094,1096,-1,1098,-1,-1,-1,1100,1102,1104,1106,-1,-1,-1,1108,1110,-1,1112,1114,1116,-1,1118,-1,1120,-1,-1,1122,-1,1124,1126,1128,1130,-1,-1,-1,1132,1134,-1,-1,1136,-1,-1,-1,1138,-1,1140,-1,-1,1142,1144,-1,-1,-1,1146,-1,1148,-1,-1,1150,-1,-1,1152,-1,-1,-1,-1,-1,-1,-1,-1,1154,-1,-1,1156,-1,-1,-1,-1,-1,-1,-1,1158,-1,1160,-1,-1,-1,-1,1162,-1,-1,-1,1164,-1,1166,-1,-1,-1,1168,-1,-1,-1,1170,1172,1174,-1,-1,1176,-1,1178,-1,1180,-1,-1,-1,-1,1182,-1,-1,1184,-1,1186,-1,-1,-1,1188,1190,1192,1194,1196,1198,-1,1200,-1,1202,-1,-1,1204,1206,-1,1208,-1,-1,-1,1210,-1,1212,-1,-1,1214,1216,1218,1220,-1,1222,1224,1226,1228,1230,1232,-1,1234,-1,1236,1238,1240,1242,1244,1246,-1,-1,1248,1250,1252,1254,-1,-1,-1,-1,-1,-1,-1,1256,-1,1258,1260,-1,1262,-1,1264,-1,-1,-1,-1,-1,-1,1266,-1,-1,-1,-1,1268,-1,-1,-1,-1,-1,-1,1270,-1,-1,1272,-1,-1,-1,1274,1276,-1,1278,-1,1280,-1,-1,1282,-1,1284,-1,-1,-1,1286,-1,-1,1288,1290,-1,-1,-1,1292,-1,1294,-1,-1,1296,-1,-1,-1,-1,-1,-1,1298,1300,1302,-1,1304,-1,-1,1306,-1,1308,-1,1310,-1,1312,-1,-1,-1,-1,-1,-1,-1,1314,1316,1318,1320,1322,1324,1326,1328,1330,1332,1334,1336,1338,-1,1340,-1,-1,1342,1344,1346,-1,-1,-1,-1,1348,1350,-1,-1,-1,1352,-1,-1,1354,-1,-1,-1,1356,1358,1360,1362,-1,-1,-1,1364,-1,1366,-1,-1,1368,1370,1372,1374,1376,1378,1380,-1,1382,-1,-1,-1,-1,-1,1384,1386,1388,1390,1392,1394,1396,-1,1398,-1,-1,-1,-1,-1,-1,-1,1400,-1,-1,-1,-1,1402,-1,1404,-1,1406,-1,-1,-1,1408,-1,1410,-1,-1,-1,1412,-1,-1,1414,-1,1416,-1,-1,-1,1418,-1,-1,1420,-1,-1,-1,1422,-1,1424,-1,-1,-1,-1,1426,1428,-1,1430,-1,-1,-1,-1,1432,-1,-1,1434,-1,1436,-1,1438,-1,1440,1442,-1,1444,-1,1446,1448,-1,1450,1452,1454,1456,1458,1460,1462,-1,1464,-1,1466,1468,1470,-1,1472,-1,1474,1476,-1,-1,-1,1478,-1,1480,-1,-1,1482,1484,1486,1488,1490,-1,-1,-1,-1,-1,-1,-1,1492,1494,1496,1498,1500,1502,1504,1506,1508,1510,-1,-1,-1,1512,1514,-1,1516,-1,1518,-1,-1,1520,-1,-1,1522,-1,1524,1526,1528,-1,1530,-1,-1,1532,-1,-1,-1,-1,1534,-1,1536,-1,-1,-1,-1,1538,-1,-1,-1,-1,-1,1540,-1,-1,-1,1542,-1,-1,-1,-1,-1,1544,-1,-1,1546,-1,1548,-1,-1,1550,-1,-1,1552,-1,1554,-1,-1,-1,-1,-1,-1,1556,1558,1560,-1,-1,-1,1562,1564,-1,1566,1568,-1,-1,-1,1570,-1,-1,1572,-1,1574,-1,-1,1576,-1,1578,1580,-1,-1,-1,1582,-1,-1,1584,-1,-1,1586,-1,-1,1588,1590,-1,1592,1594,1596,1598,1600,1602,1604,1606,1608,1610,1612,-1,-1,-1,1614,1616,-1,1618,-1,1620,1622,-1,1624,-1,-1,1626,1628,-1,-1,-1,1630,-1,-1,1632,-1,-1,-1,1634,-1,1636,-1,-1,-1,1638,-1,-1,-1,1640,-1,-1,-1,1642,-1,1644,1646,-1,1648,-1,-1,1650,-1,-1,-1,1652,1654,-1,-1,1656,1658,-1,-1,-1,-1,1660,1662,-1,1664,1666,1668,-1,-1,-1,-1,-1,1670,-1,-1,-1,-1,1672,-1,1674,-1,1676,-1,1678,-1,1680,-1,-1,1682,1684,-1,1686,1688,1690,1692,1694,1696,1698,-1,-1,-1,1700,1702,1704,1706,1708,1710,1712,-1,-1,1714,1716,-1,1718,-1,1720,1722,-1,1724,-1,1726,-1,-1,-1,-1,1728,1730,-1,-1,-1,-1,1732,-1,1734,1736,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1738,-1,-1,-1,-1,-1,-1,-1,-1,1740,-1,-1,-1,-1,-1,1742,-1,-1,1744,-1,1746,-1,1748,1750,-1,1752,-1,-1,-1,-1,-1,1754,-1,1756,-1,1758,1760,1762,1764,1766,1768,-1,1770,1772,1774,-1,1776,-1,1778,1780,1782,1784,1786,1788,-1,1790,1792,-1,-1,-1,1794,-1,1796,-1,1798,1800,-1,-1,-1,-1,-1,1802,-1,-1,1804,1806,-1,-1,1808,-1,-1,1810,-1,-1,1812,1814,-1,-1,1816,1818,-1,1820,-1,-1,1822,-1,-1,-1,-1,-1,1824,1826,-1,-1,1828,1830,1832,1834,-1,1836,1838,-1,1840,-1,1842,1844,-1,-1,-1,-1,-1,1846,-1,-1,1848,-1,1850,1852,1854,1856,1858,1860,1862,1864,1866,-1,-1,-1,1868,-1,-1,1870,-1,1872,-1,1874,-1,-1,-1,1876,-1,-1,1878,1880,-1,-1,-1,1882,-1,-1,-1,-1,1884,1886,-1,-1,-1,-1,1888,-1,1890,1892,-1,-1,-1,1894,-1,1896,-1,1898,-1,-1,1900,-1,-1,1902,1904,1906,-1,-1,-1,1908,-1,1910,-1,-1,-1,-1,1912,1914,-1,-1,1916,-1,-1,-1,1918,-1,1920,1922,-1,-1,1924,-1,1926,1928,-1,-1,-1,-1,-1,-1,1930,1932,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1934,-1,-1,1936,1938,-1,-1,1940,-1,-1,-1,-1,1942,-1,1944,1946,1948,1950,-1,-1,-1,-1,-1,-1,-1,1952,-1,1954,1956,-1,1958,-1,1960,-1,1962,-1,-1,-1,1964,-1,-1,-1,-1,1966,-1,1968,-1,-1,1970,-1,-1,1972,-1,-1,-1,-1,-1,1974,1976,-1,-1,1978,-1,1980,-1,-1,1982,-1,-1,-1,-1,1984,-1,-1,-1,-1,-1,1986,1988,-1,-1,-1,-1,1990,1992,-1,1994,-1,1996,-1,1998,-1,2000,-1,-1,-1,-1,2002,-1,2004,2006,-1,-1,-1,-1,-1,-1,-1,-1,2008,-1,-1,-1,2010,2012,-1,-1,-1,-1,2014,-1,-1,-1,2016,-1,-1,2018,-1,-1,-1,-1,-1],"split_conditions":[1.0474902E2,4.543457E-1,4.4140625E-1,1.9464404E2,4.2651367E-1,-7.9370373E-1,5.78125E-1,8.49375E1,3.167468E2,9.2089844E-1,2.3481618E2,-7.734478E-1,1.3640794E2,8.691406E-1,9.8095703E-1,5.99105E-1,-0E0,8.847656E-1,2.76E2,1.6456529E2,1.1324565E0,2.0329618E0,5.888672E-1,5.78125E-1,9.971619E-3,6.883095E1,-6.735243E-1,2.4487305E-1,-7.8987235E-1,1.4247733E2,3.8134766E-1,5.3715096E0,-0E0,1.3353079E2,1.7607762E2,6.419855E1,2.2440307E0,5.928125E1,2.4267578E-1,1.3303998E0,1.3603444E0,1.7883301E-1,8.647461E-1,2.4487305E-1,1.8550575E2,9.946289E-1,6.7626953E-1,-3.1212094E-1,-0E0,4.7313786E0,1.4887653E2,5.8878827E0,1.6516113E-1,-8.0059826E-1,3.4875E1,9.921875E-1,9.5166016E-1,9.970703E-1,1.1019915E0,6.314517E1,6.6625E1,8.648682E-2,5.3808594E-1,7.21875E1,1.9821982E2,8.1347656E-1,9.9853516E-1,2.4057241E-1,-0E0,-0E0,4.8021188E-1,5.9906006E-2,6.50625E1,5.9814453E-1,8.52649E-1,-2.8925735E-1,3.665625E1,-7.8351486E-1,-0E0,9.916992E-1,-0E0,3.9625E1,8.120117E-1,9.946289E-1,9.921875E-1,1.5710449E-1,1.055625E2,4.8623496E-1,-0E0,8.276367E-2,5.2631617E0,1.392558E0,-5.1642525E-1,1.3611656E2,1.66339E1,2.993164E-1,8.88125E1,4.6777344E-1,2.9170887E0,5.4875E1,1.5806481E0,-5.274314E-1,-0E0,-0E0,2.9785962E2,4.25726E0,2.2783108E0,8.564453E-1,-7.650655E-1,9.8339844E-1,2.8701782E-2,6.9433594E-1,1.7607762E2,1.17248535E-1,1.67375E2,1.1410449E2,1.7966347E0,-0E0,1.4343262E-3,8.076172E-1,1.7089844E-1,6.044922E-1,9.057617E-1,7.6E1,7.6904297E-1,9.326172E-1,7.11875E1,9.4677734E-1,-0E0,9.223938E-3,-0E0,8.7375E1,1.5632748E2,1.47625E2,9.7216797E-1,4.1259766E-1,-0E0,-3.2473287E-1,4.961189E0,5.9906006E-2,9.3002686E1,-7.424634E-1,-0E0,-0E0,9.8535156E-1,-0E0,5.0122446E-1,-4.4910145E-1,-0E0,-0E0,9.4493544E-1,1.985941E0,9.897461E-1,-0E0,5.574597E-1,8.1E1,1.3098145E-1,7.7875E1,9.238281E-1,-0E0,4.9986987E0,2.2739024E-1,-0E0,-0E0,3.944781E-1,6.70317E-1,7.6049805E-2,1.4673724E0,-0E0,-0E0,9.2922E-1,-0E0,-5.2685577E-1,-3.9104283E-1,3.0444336E-1,-0E0,5.928125E1,1.1278405E2,9.892578E-1,2.1398926E-1,-4.1373813E-1,9.698486E-2,1.3712851E0,1.0857598E0,2.543771E0,-7.037353E-1,-0E0,3.1500733E0,9.9902344E-1,-0E0,2.2780962E2,-0E0,3.028125E1,-0E0,1.8217552E-1,-0E0,1.8325E2,1.1880319E2,1.191775E2,4.2236328E-1,-0E0,9.161377E-2,-0E0,9.5654297E-1,1.0461965E2,-2.848745E-1,9.682617E-1,9.07135E-3,-0E0,-0E0,1.6392705E0,-0E0,-6.6669494E-1,-0E0,7.3875E1,6.0302734E-1,1.5067117E2,-6.3780063E-1,-0E0,2.536621E-1,-2.1495241E-1,-7.739269E-1,-0E0,6.186984E-1,-0E0,9.941406E-1,3.4754282E2,7.107589E1,6.4697266E-1,5.4855347E-3,9.60625E1,8.5998535E-2,7.761472E1,7.689911E1,-5.608473E-1,-0E0,-6.943614E-1,1.3530252E2,9.842065E-1,1.099375E2,6.692959E1,1.0299464E0,1.9484142E0,4.234314E-3,-0E0,4.234314E-3,5.1476407E0,-0E0,1.7504223E-1,-0E0,-4.3398255E-1,8.835282E1,-0E0,1.9320657E2,-0E0,4.7766466E0,5.084375E1,3.221875E1,-0E0,3.61875E1,1.7102667E2,5.26875E1,1.03595406E2,8.556919E1,2.6367188E-1,2.3716151E2,7.3535156E-1,1.143293E0,1.2217908E2,9.468079E-3,6.93125E1,5.7019033E0,-0E0,1.7551279E0,-0E0,-0E0,9.995117E-1,9.223938E-3,-0E0,4.6224666E0,-0E0,4.78125E1,1.3072801E0,1.4513676E2,-0E0,2.397461E-1,3.546875E1,1.8911917E1,-0E0,4.7998047E-1,1.8243823E2,9.0231866E-1,-0E0,4.40625E1,-7.5390244E-1,-6.0930127E-1,-0E0,-0E0,4.465625E1,1.538086E-1,-8.890719E-2,9.7021484E-1,-0E0,3.6983209E0,2.9077148E-1,9.223938E-3,7.579675E1,9.980469E-1,1.975448E2,9.880066E-3,4.215625E1,2.9435123E1,-7.460573E-1,-3.8417327E-1,9.433594E-1,1.1563888E2,3.290625E1,2.6660156E-1,1.6683462E0,1.7471051E2,1.5989886E2,4.984375E1,1.433288E2,1.6925914E2,9.946289E-1,3.618164E-1,1.3232422E-1,9.824219E-1,4.23125E1,3.83125E1,3.6315918E-2,5.8845215E1,9.7753906E-1,-0E0,9.824219E-1,6.9391914E1,9.995117E-1,2.57515E0,-3.8571623E-1,-0E0,7.67412E-1,-0E0,3.1798146E0,-2.9378137E-1,-0E0,6.5771484E-1,-0E0,-0E0,1.06183174E2,2.2668457E-1,4.391625E0,-2.5310146E-2,8.120117E-1,1.4174029E0,-0E0,2.1897647E0,3.2983398E-1,-0E0,1.4183786E2,-0E0,3.1343036E2,-2.3022702E-1,-0E0,2.1858215E-3,-0E0,1.1150913E0,4.633789E-1,9.785156E-1,9.501953E-1,-0E0,2.2077162E1,9.4921875E-1,-8.28295E-2,4.546875E1,-0E0,-0E0,1.3247852E0,3.153125E1,-0E0,-0E0,-7.143797E-1,9.926758E-1,-0E0,3.0557764E0,5.05625E1,-0E0,-2.325636E-1,-0E0,1.4887653E2,5.9906006E-2,1.4343488E0,4.5843605E1,7.8108716E-1,-0E0,3.9521375E0,6.3727512E1,-0E0,3.3625E1,-0E0,-0E0,-1.0906876E-1,-0E0,-2.2563225E-1,4.746875E1,5.3953815E0,1.433288E2,-0E0,7.1490715E1,1.9679368E0,-0E0,3.45625E1,4.434375E1,3.0171875E1,-0E0,7.500652E-1,3.0796875E1,6.1572266E-1,5.385742E-1,9.39375E1,-0E0,9.970703E-1,2.9150317E0,4.6876884E0,-0E0,-6.314857E-2,7.3545586E1,-0E0,-3.1009458E-2,7.1435547E-1,6.458827E1,1.1377411E0,6.1706543E-2,1.9567871E-1,1.7236328E-1,1.1657715E-2,7.0375E1,7.6560974E-3,8.103569E1,8.535156E-1,4.3579102E-1,1.4900486E0,-0E0,6.813871E-1,9.321289E-1,6.855469E-1,8.6035156E-1,1.2255178E2,7.8848305E1,1.4191167E0,-0E0,5.3808594E-1,7.512394E-1,-0E0,1.69375E2,8.417969E-1,5.43125E1,8.123123E1,2.2365024E0,1.4868164E-1,1.7160617E2,1.116044E2,1.7565074E0,9.794922E-1,5.8878827E0,-0E0,1.5185547E-1,-2.6490337E-1,1.779134E1,-0E0,4.9505746E-1,-0E0,-0E0,8.01237E-1,-0E0,2.690095E2,1.4468747E-1,-0E0,-3.7941244E-1,-0E0,1.0009864E2,1.7417161E0,-0E0,1.1302579E2,-0E0,-3.283845E-1,1.0960071E2,-0E0,8.8355875E-1,-0E0,5.008199E0,-0E0,-0E0,1.3459376E1,1.3072801E0,8.393701E1,5.432747E0,2.0458984E-1,9.9560547E-1,3.384375E1,9.785156E-1,-0E0,-0E0,2.7954102E-1,1.7510658E2,-0E0,-0E0,5.190503E0,-0E0,9.9902344E-1,1.303711E-1,-0E0,-2.577339E-1,8.3740234E-1,-0E0,8.3154297E-1,7.125E1,-0E0,-0E0,3.6625E1,-0E0,2.5957152E-1,-0E0,4.074707E-1,-0E0,6.547886E-1,6.8893433E-3,-0E0,-0E0,9.489949E1,-0E0,-2.7788535E-1,-0E0,1.6709415E2,5.961483E1,-0E0,-0E0,1.1675E2,-0E0,4.675293E-2,7.055664E-1,-0E0,-0E0,9.9560547E-1,-0E0,1.657967E0,-0E0,5.180664E-1,5.131836E-1,8.276367E-2,-0E0,1.1377411E0,4.4189453E-1,1.7102667E2,-5.206817E-1,-0E0,2.2077162E1,-0E0,1.4624023E-1,-0E0,-3.8823113E-1,-0E0,6.284531E-1,-0E0,-0E0,2.1120092E-1,9.9853516E-1,1.4892578E-1,-0E0,2.6954796E1,1.12659454E2,4.075E1,5.913086E-1,9.8828125E-1,2.4688734E-1,-0E0,-0E0,5.859375E-2,5.5375E1,1.4049011E0,2.1425911E2,7.84375E1,3.7567995E0,4.366553E0,9.3066406E-1,2.095634E2,2.0557521E2,1.1675E2,4.7998047E-1,9.5654297E-1,5.756836E-1,-0E0,9.845779E1,-0E0,5.1375E1,-0E0,3.6625E1,6.44375E1,8.823242E-1,1.6236313E2,9.767814E1,1.1377411E0,-0E0,1.5359016E2,-0E0,5.002396E0,8.475928E1,-1.084532E0,6.835949E-1,4.465625E1,9.404297E-1,2.4379125E0,9.2822266E-1,3.321875E1,3.584375E1,-0E0,1.2761303E0,8.763536E1,1.0629205E0,3.5563704E-1,-0E0,9.975586E-1,4.878125E1,-0E0,9.777832E-2,3.9846306E0,1.5874426E2,-0E0,3.2723773E-1,-0E0,9.9902344E-1,6.9125E1,-6.684808E-1,-0E0,-0E0,3.0444336E-1,3.488159E-2,-0E0,-0E0,3.2861788E0,-0E0,3.1325996E-1,-0E0,5.79375E1,-0E0,-2.3985583E-1,-0E0,5.2719283E-1,1.0667192E2,-0E0,3.4776242E0,9.7625E1,9.18125E1,-0E0,-0E0,2.2293982E2,6.719971E-2,-0E0,-0E0,-5.8795255E-1,-0E0,2.9171696E0,3.065625E1,-0E0,9.995117E-1,9.8583984E-1,-0E0,-6.3927954E-1,-0E0,2.192071E-1,8.105469E-2,-0E0,6.8893433E-3,-0E0,-0E0,-4.373384E-1,-2.4789207E-1,-0E0,-0E0,-7.8670883E-1,-0E0,6.78125E1,4.852295E-2,-0E0,-0E0,2.9641157E-1,-0E0,9.301758E-1,9.5622164E-1,-0E0,-0E0,-5.2825934E-1,6.592385E-1,-0E0,9.4512165E-1,-0E0,-0E0,2.4759535E-1,-0E0,3.355719E1,3.6455324E-1,-0E0,-0E0,5.3379583E0,-0E0,7.49974E-1,6.933043E1,6.259375E1,4.515625E1,1.7881145E2,-0E0,-7.1438676E-1,-0E0,1.12659454E2,8.017578E-1,-0E0,-0E0,9.6484375E-1,-0E0,1.1675E2,1.0560753E0,8.14209E-2,7.562318E1,-0E0,2.1923828E-1,7.107589E1,6.1621094E-1,5.525E1,-0E0,4.00625E1,3.70625E1,6.090625E1,5.275E1,1.4402605E2,7.172171E1,7.667854E1,5.233553E0,7.667854E1,9.161377E-2,5.815625E1,5.203125E1,7.158203E-1,4.2346306E0,4.4189453E-1,1.7773438E-1,-5.3820586E-1,9.428711E-1,-0E0,-0E0,-5.09139E-2,8.3984375E-2,1.77875E2,5.3379583E0,2.2827148E-2,-4.7874957E-1,-0E0,3.2444623E-1,-0E0,4.7070312E-1,6.7822266E-1,-0E0,6.855469E-1,9.7875E1,-0E0,2.4169922E-1,1.4335492E-1,1.5049149E2,1.3773697E2,1.515E2,-0E0,1.640482E2,3.0359238E-1,5.6933594E-1,-0E0,7.8108716E-1,-0E0,5.541992E-1,1.7692088E2,1.656217E2,7.35E1,2.665888E0,1.00235146E2,4.675293E-2,-0E0,2.7632508E-1,-0E0,8.0810547E-1,2.2786215E2,-0E0,6.8893433E-3,-0E0,9.379883E-1,3.7646484E-1,9.980469E-1,5.8375E1,1.492202E2,-0E0,1.6320801E-1,1.4981284E2,-0E0,-0E0,7.63125E1,-0E0,8.9208984E-1,-6.1420243E-2,-0E0,8.376064E-1,-0E0,-2.2813495E-1,8.41875E1,5.670253E-1,1.4049011E0,3.0374762E-1,-0E0,-0E0,1.47921E0,4.2577624E0,8.8964844E-1,-0E0,9.9902344E-1,8.286133E-1,-0E0,-2.7791145E-1,-0E0,-4.3032292E-1,-0E0,1.6307887E-1,-0E0,-0E0,9.692383E-1,-0E0,1.2611389E-2,-7.4181515E-1,-0E0,-1.5746316E-1,-0E0,-0E0,1.2818848E0,-0E0,6.419855E1,-6.379022E-1,-0E0,-0E0,1.1040789E0,1.3633728E-2,2.2668457E-1,-0E0,1.0772705E-1,-0E0,2.33078E-3,-6.772781E-1,-0E0,5.242106E-1,3.859375E1,1.4428937E2,7.125E1,4.85625E1,1.31E2,3.3529522E0,7.578125E-1,6.5162444E-1,-0E0,1.2773585E2,-0E0,1.0315928E0,-0E0,-6.623602E-1,-0E0,-0E0,1.1563888E2,-0E0,5.0828595E0,4.0242968E0,-0E0,9.408669E-2,-0E0,-2.9553238E-1,-0E0,-0E0,9.428711E-1,6.269531E-1,1.4240901E-1,-0E0,-6.62878E-1,4.78125E1,3.6263852E0,4.489746E-1,8.7102866E-1,9.166634E1,7.8271484E-1,4.60625E1,6.1540493E1,-0E0,5.859375E-2,-0E0,8.2675827E-1,3.525E1,-0E0,9.223938E-3,6.165625E1,6.870117E-1,5.8447266E-1,-0E0,4.0979965E1,9.100104E1,1.8673838E0,3.4718857E0,3.9683874E0,1.9464404E2,3.9125E1,2.0715363E0,1.2010341E0,1.0328504E2,1.7919922E-1,5.180664E-1,-0E0,-0E0,3.9625E1,9.3359375E-1,-0E0,5.180664E-1,-0E0,-0E0,2.1655786E-1,9.3125E1,9.741211E-1,1.38375E2,9.8779297E-1,5.0010365E-1,-0E0,-0E0,3.9978027E-2,9.7265625E-1,-0E0,1.0736084E-1,1.5215356E0,1.3633728E-2,-0E0,9.9902344E-1,-0E0,1.7722172E0,-0E0,-0E0,1.1975098E-1,-0E0,4.8595623E1,7.1484375E-1,1.959984E2,8.833008E-1,-0E0,-0E0,6.18908E-1,1.6467285E-1,2.0324707E-2,-0E0,-2.0030685E-1,5.198394E-1,-0E0,-0E0,-5.866059E-1,1.9673145E2,-0E0,5.865625E1,-0E0,-0E0,2.1425911E2,8.935547E-1,-0E0,6.4449556E-2,-0E0,1.265625E2,-0E0,3.928125E1,1.8475677E-1,-0E0,1.2275E2,-0E0,-1.5198098E-1,9.980469E-1,-0E0,-8.77E-1,-0E0,7.4460125E-1,-0E0,-0E0,1.4364508E-1,-0E0,9.980469E-1,-0E0,-7.102459E-2,2.2131348E-1,-0E0,-0E0,9.774403E-2,-6.613282E-1,-0E0,-0E0,2.2349234E-1,4.315625E1,-0E0,9.880066E-3,-7.199517E-1,-0E0,1.7662892E0,-0E0,6.3720703E-1,-0E0,1.5144262E-1,-0E0,1.5383453E2,-0E0,1.4428937E2,-0E0,-6.707043E-2,-0E0,7.841797E-1,-0E0,-5.1932776E-1,2.1140121E-1,1.091875E2,2.513793E1,5.4855347E-3,-3.7334552E-1,-0E0,7.6049805E-2,-0E0,5.0581165E1,-0E0,6.7E1,-0E0,-0E0,-4.1692454E-1,-0E0,6.9628906E-1,-1.02441855E-1,-0E0,1.9567871E-1,-0E0,5.5870515E-1,-0E0,-0E0,-2.1127853E-1,2.1563299E0,5.965625E1,1.4983639E0,1.1496569E2,5.4875E1,9.951172E-1,-0E0,3.34375E1,-0E0,3.646875E1,-0E0,2.4801497E-1,9.4189453E-1,5.3715096E0,-0E0,9.267578E-1,-0E0,-4.0338674E-1,-0E0,1.5159341E0,-0E0,5.044366E0,-4.3927705E-1,-0E0,1.101268E0,3.6912036E0,1.433288E2,3.369788E1,-0E0,1.3072801E0,4.73125E1,9.970703E-1,1.5383453E2,6.79375E1,1.574224E2,-0E0,3.2341957E1,-0E0,8.634905E1,8.798985E1,3.317871E-1,2.1331787E-2,1.4619246E0,8.0126953E-1,-0E0,-2.1666184E-1,8.232422E-1,1.4916992E-1,8.8964844E-1,7.3875E1,-0E0,6.458388E-1,-0E0,4.2492095E-1,-4.6326935E-1,-0E0,-0E0,3.4125E1,-0E0,9.8000305E1,8.872735E1,-0E0,1.5989886E2,-0E0,5.3808594E-1,-0E0,-0E0,-6.002331E-1,-6.754563E-1,-0E0,-0E0,9.320203E-1,-3.8502312E-1,-0E0,-0E0,6.759448E-1,9.8095703E-1,-0E0,-0E0,-4.252087E-1,7.6693815E-1,-0E0,-0E0,9.8339844E-1,4.1767362E-1,-0E0,9.7625E1,-0E0,-6.1289597E-1,-0E0,8.691406E-1,3.028125E1,-0E0,9.902344E-1,-0E0,9.291992E-1,1.5574624E-1,-0E0,4.5166016E-2,-0E0,2.275E2,-0E0,-0E0,-9.542074E-1,5.859375E-2,-0E0,-0E0,3.6625E1,1.4052943E2,-0E0,1.0079261E0,-0E0,4.878998E-3,-0E0,3.1015306E0,-0E0,-0E0,1.218125E2,-1.06398076E-1,-0E0,1.3007046E0,-0E0,-0E0,7.904448E-1,9.8095703E-1,1.4490924E2,8.5839844E-1,-0E0,9.404297E-1,-0E0,-0E0,4.465625E1,-0E0,9.224246E1,-0E0,1.51625E2,-0E0,3.79375E1,3.9355296E-1,-0E0,-0E0,6.234624E-1,-0E0,-6.267454E-1,-0E0,3.1015625E1,3.383789E-1,9.8583984E-1,4.4336333E0,2.2568576E0,5.6885696E1,5.292969E-1,8.9990234E-1,6.8125E1,6.6845703E-1,2.0898438E-1,1.9119091E0,8.930664E-1,-0E0,1.4560646E2,-0E0,-5.1134974E-1,3.571875E1,9.9072266E-1,7.649653E1,-0E0,-3.1054476E-1,-0E0,-0E0,8.270264E-2,2.4169922E-1,-0E0,-0E0,-3.7704858E-1,4.68125E1,-0E0,-0E0,2.33078E-3,-0E0,-3.1213824E-2,-0E0,3.021896E0,9.8339844E-1,1.5632748E2,1.0291228E2,-0E0,5.193334E-1,-0E0,6.4160156E-1,-0E0,5.9375E-1,-0E0,-0E0,4.4336333E0,1.7014574E2,1.6845201E2,1.18251976E2,5.6885696E1,3.7994385E-2,1.6040039E-1,-0E0,6.4697266E-1,-0E0,3.0876498E0,-0E0,5.8356726E-1,-0E0,9.5375E1,9.980469E-1,4.3052983E0,4.353125E1,7.8808594E-1,6.85E1,9.5410156E-1,-0E0,1.193125E2,3.823323E-1,-0E0,-1.9468641E-1,-0E0,-0E0,2.7416474E-1,-0E0,1.0291228E2,-0E0,2.2263923E-1,-6.982639E-1,-0E0,9.842065E-1,-0E0,7.6578987E-1,-0E0,7.939453E-1,-0E0,-0E0,-1.0067147E-1,2.492945E0,-0E0,1.4810313E2,-0E0,-0E0,-3.909588E-1,8.6625E1,-0E0,-0E0,7.4019394E1,-0E0,1.7812018E2,7.885073E-1,-0E0,-0E0,1.769221E0,1.580267E0,-0E0,8.915528E1,-0E0,-4.2427298E-2,-0E0,9.9853516E-1,-0E0,9.5947266E-2,-0E0,-2.1252546E-1,-0E0,-0E0,9.225989E1,3.557129E-1,-0E0,5.961483E1,-0E0,-0E0,6.208386E-1,-0E0,4.7088623E-2,-0E0,1.7214552E-1,5.35E1,-0E0,1.6888507E2,-0E0,3.79375E1,-0E0,8.0810547E-1,6.29375E1,-0E0,9.213867E-1,-0E0,7.216797E-1,6.544696E1,-0E0,1.433288E2,8.09375E1,6.325E1,3.575E1,2.5253444E0,9.892578E-1,9.454346E-2,-0E0,5.3808594E-1,-0E0,3.1982422E-1,9.916992E-1,9.863281E-1,-0E0,2.7866364E-3,-0E0,9.863281E-2,1.5874426E2,-0E0,3.071126E-1,-0E0,7.512394E-1,-0E0,1.2402361E2,-5.194825E-1,-0E0,8.337999E1,7.6660156E-1,8.388672E-1,5.966797E-1,4.811537E0,-0E0,-2.169164E-1,-0E0,7.232025E-1,-0E0,-0E0,-5.3951836E-1,4.59375E1,3.4521484E-1,9.980469E-1,4.63125E1,2.5611188E0,4.7736483E0,6.0034435E1,5.203125E1,4.578125E1,1.7471051E2,-0E0,5.434117E-1,-0E0,1.3582068E2,9.433594E-1,-0E0,5.4855347E-3,-0E0,7.21875E1,-0E0,-0E0,2.6700044E0,-0E0,4.9112293E-1,4.8140607E0,-0E0,1.9030762E-1,1.3060333E0,8.52649E-1,-0E0,6.757729E1,-0E0,-0E0,9.95501E-1,-0E0,-3.833694E-1,4.474281E-1,-0E0,5.5161303E-1,-0E0,6.1920166E-2,-0E0,8.097144E-1,-0E0,-0E0,6.6748047E-1,-5.92866E-1,-0E0,-0E0,-7.586404E-1,-0E0,7.39375E1,-6.016703E-1,-0E0,-0E0,7.858276E-3,-0E0,1.1060065E0,-2.258202E-1,-0E0,-0E0,6.7822266E-1,-0E0,8.324124E-1,4.3175364E0,-0E0,2.8564453E-1,-0E0,-0E0,7.1435547E-1,1.5551704E-1,-0E0,1.19656784E2,-0E0,6.8893433E-3,-0E0,-4.60077E-1,-0E0,-0E0,4.2415175E-1,-0E0,9.31875E1,6.1920166E-2,1.397099E2,-0E0,2.2528498E-1,-0E0,6.134375E1,1.5319824E-1,2.178436E-1,6.29375E1,4.678125E1,-0E0,4.8791444E-1,-0E0,6.9384766E-1,1.4786547E-1,-0E0,9.36875E1,-0E0,1.3175964E-2,-0E0,-0E0,9.980469E-1,-0E0,1.07543945E-1,5.242106E-1,-0E0,-0E0,3.196563E-1,7.723998E1,-0E0,-0E0,3.115625E1,4.5109877E-1,-0E0,1.3421886E0,-0E0,-0E0,1.3305664E-1,1.5507601E0,-0E0,6.915283E-2,1.604372E2,4.790039E-1,9.2626953E-1,1.0328504E2,2.263182E0,9.971619E-3,2.970937E0,3.0618317E0,6.4404297E-1,1.6503632E0,-0E0,-0E0,-3.596041E-1,7.8271484E-1,1.9896704E2,-0E0,4.324341E-2,-0E0,3.2031472E0,3.6263852E0,-0E0,9.916992E-1,-0E0,-0E0,1.2731934E-1,4.59375E1,-0E0,-7.1616955E-2,-0E0,9.8828125E-1,-0E0,-0E0,1.3305664E-1,-0E0,-2.2990611E-1,-0E0,2.545166E-2,-0E0,5.574597E-1,-0E0,-1.135923E0,-0E0,1.853747E2,-0E0,8.15529E-1,-0E0,7.147217E-2,-0E0,1.9760503E0,-0E0,3.20625E1,-0E0,7.661133E-1,3.228125E1,-0E0,7.397461E-1,-0E0,-0E0,1.8444824E-1,-2.559326E-1,-0E0,-0E0,1.4541626E-2,5.103357E0,-0E0,-0E0,1.095233E2,7.8271484E-1,-0E0,-0E0,-5.4643285E-1,-0E0,1.5515137E-1,9.9560547E-1,-0E0,8.803711E-1,9.941406E-1,4.576556E0,-0E0,-7.2657955E-1,-0E0,-0E0,5.58477E-1,5.1768404E-1,-0E0,-0E0,-1.7477898E-1,-0E0,3.078125E1,-0E0,6.274414E-1,-0E0,9.716797E-1,-0E0,8.96875E1,-0E0,8.648682E-2,-0E0,-7.8830135E-1,3.965625E1,4.811537E0,-0E0,4.2076197E0,5.4625E1,7.08125E1,7.241211E-1,3.440625E1,2.9956055E-1,3.94375E1,2.0890826E-1,-0E0,-0E0,3.4125E1,4.9145508E-1,1.9921875E-1,8.7322365E1,2.3046875E-1,3.0931747E0,2.2293558E0,-0E0,-7.122204E-1,1.616834E0,6.9628906E-1,-0E0,1.1278405E2,-0E0,1.0960995E2,8.026123E-2,-0E0,9.9902344E-1,-0E0,3.546875E1,-0E0,-0E0,4.4224054E-1,-0E0,9.9902344E-1,6.365967E-2,-0E0,-0E0,2.1979511E-1,-0E0,2.019043E-1,-0E0,8.334961E-1,8.58125E1,-0E0,-0E0,-6.410221E-1,-0E0,8.8086385E-1,2.0454025E0,-0E0,-0E0,-6.764398E-1,-0E0,6.518434E-1,-0E0,-4.5000044E-1,-0E0,4.446979E0,8.164768E-1,-0E0,-3.3142686E-1,-0E0,-0E0,3.620853E-1,-0E0,-1.8695322E-1,5.859375E-2,-0E0,2.004723E-1,-0E0,-0E0,-1.912811E-1,9.428711E-1,-0E0,-0E0,1.7213681E2,-0E0,9.534567E0,-0E0,1.1315591E0,5.6933594E-1,-0E0,1.3476562E-1,-0E0,-0E0,3.0826873E-1,-0E0,-9.360829E-2,1.168419E2,-0E0,2.1514893E-2,-0E0,4.4875E1,1.911568E2,1.2800329E0,8.730469E-1,3.1015625E1,1.8148401E2,-0E0,1.9050462E2,7.223979E1,4.7998047E-1,-0E0,1.6849717E0,-0E0,6.6365456E1,2.3632812E-1,6.274414E-1,7.241211E-1,1.6503632E0,1.1086228E2,-0E0,3.68125E1,8.19375E1,-0E0,-6.452452E-2,-0E0,3.6976721E0,-0E0,7.9125E1,-0E0,2.3002936E2,9.9853516E-1,-0E0,3.7906712E-1,-0E0,-0E0,-3.4675723E-1,3.3433185E0,-0E0,-0E0,2.6954796E1,9.7216797E-1,-0E0,-0E0,4.2867475E0,-7.70207E-1,-0E0,9.2089844E-1,-0E0,-0E0,3.3625E1,6.903076E-2,-0E0,-0E0,4.4148173E0,9.379883E-1,-0E0,3.85251E1,-0E0,-0E0,1.0719299E-2,-0E0,8.471106E-1,-0E0,-3.9596754E-1,-0E0,7.9875E1,8.232422E-1,-0E0,-0E0,5.571875E1,2.553711E-1,9.9609375E-1,5.859375E-2,-0E0,6.65E1,6.228125E1,-0E0,2.3346324E0,-0E0,4.5861425E0,9.31875E1,-0E0,8.269035E-1,-0E0,-0E0,-1.9426535E-1,7.88125E1,-0E0,-0E0,4.466443E0,-0E0,3.7872314E-2,9.848633E-1,7.9102844E-1,6.1E1,6.713867E-2,3.465625E1,8.171469E1,8.618164E-1,7.2216797E-1,-5.6672394E-1,-0E0,-0E0,2.2293982E2,-1.3978292E-1,-0E0,3.7207692E0,-0E0,5.6933594E-1,-0E0,7.6560974E-3,-0E0,-3.3633322E-1,-0E0,5.7019033E0,-0E0,-0E0,7.903404E1,4.860085E0,-0E0,-8.69041E-1,-0E0,1.390574E2,2.1106424E0,-0E0,-9.994008E-1,-0E0,9.428711E-1,4.4083586E0,-0E0,-8.816688E-1,-0E0,-0E0,5.562303E0,-0E0,3.34375E1,3.7905436E0,-0E0,-0E0,3.9747402E-1,3.065625E1,-0E0,3.440625E1,-0E0,1.8343948E2,-0E0,-0E0,9.477539E-1,1.3212703E-1,-0E0,1.7510658E2,3.022784E0,7.761472E1,-0E0,-2.9112974E-1,-0E0,1.7722172E0,-0E0,4.9986987E0,-0E0,-7.7221483E-1,-0E0,-0E0,3.0975111E1,1.3776189E0,-0E0,-0E0,7.3535156E-1,-3.8794007E-2,-0E0,-0E0,5.48296E0,-0E0,8.0322266E-1,6.51875E1,-0E0,-0E0,7.551224E-1,-0E0,9.7216797E-1,6.03125E1,-0E0,1.0275275E0,-0E0,-0E0,-1.7708144E-1,-0E0,2.4358696E1,3.053125E1,-0E0,-0E0,7.2617674E-1,-5.411146E-1,-0E0,-0E0,8.170976E-1,7.5139135E-1,-0E0,-8.290641E-1,-0E0,1.53196E1,-0E0,-0E0,9.941406E-1,4.6777344E-1,-0E0,-0E0,8.6E1,-0E0,-3.3968997E-1,2.062039E-1,-0E0,1.4343262E-3,-0E0,7.861328E-2,7.089844E-1,4.634375E1,6.6625E1,-0E0,5.0712645E-1,-0E0,1.0871278E-1,4.1803163E-1,-0E0,-0E0,2.1331787E-2,-0E0,5.083008E-1,7.147217E-2,-0E0,1.3175964E-2,-0E0,1.0772705E-1,-0E0,3.340625E1,-0E0,-0E0,1.8169399E-1,1.7028809E-1,-0E0,-0E0,5.219951E-1,-0E0,4.510386E0,-0E0,7.903404E1,-0E0,8.127892E-1,3.740625E1,-0E0,-0E0,4.510386E0,9.2169434E-1,-0E0,-0E0,6.863051E-1,-1.2596488E-1,3.3757653E0,1.2526942E2,-0E0,-0E0,1.10875E2,-0E0,9.926758E-1,-0E0,7.3728615E-1,1.4953613E-2,-0E0,-0E0,-5.8646375E-1,-0E0,1.2164814E0,-0E0,4.8432285E-1,-0E0,-5.0396013E-1,-0E0,6.7822266E-1,7.6660156E-1,-0E0,-0E0,1.2180701E0,-0E0,3.0796875E1,5.859375E-2,-0E0,5.463867E-1,-0E0,2.4358696E1,-0E0,1.8112183E-2,-0E0,3.028125E1,-0E0,-0E0,4.7300977E-1,-0E0,9.9902344E-1,-0E0,1.3175964E-2,4.078125E1,-0E0,-0E0,-7.5186056E-1,-0E0,-7.8092486E-1,2.1478227E-1,-0E0,-0E0,6.1920166E-2,-0E0,2.7612177E-1,-0E0,6.1920166E-2,4.45625E1,-0E0,-0E0,-7.2117525E-1,-0E0,1.144375E2,-0E0,-7.3947006E-1,-0E0,5.888672E-1,-0E0,7.700905E-1,3.0796875E1,-0E0,-0E0,-4.2054546E-1,-0E0,1.0472353E0],"split_indices":[5,15,15,6,14,0,14,9,7,13,6,0,4,13,13,0,0,12,10,4,0,1,14,12,19,5,0,15,0,6,14,1,0,7,7,4,3,11,13,2,0,17,12,15,7,17,12,0,0,1,4,0,16,0,10,13,14,19,2,4,11,13,15,9,6,12,17,0,0,0,3,15,9,16,3,0,8,0,0,18,0,11,14,16,15,14,8,1,0,16,3,0,0,6,7,18,11,15,0,10,0,0,0,0,6,0,2,17,0,14,17,13,7,17,10,5,2,0,17,18,13,16,16,9,12,19,8,14,0,18,0,9,6,9,12,14,0,0,1,14,5,0,0,0,16,0,0,0,0,0,0,2,12,0,0,9,13,10,12,0,2,0,0,0,0,3,12,0,0,0,0,0,0,0,12,0,8,7,17,19,0,18,1,3,2,0,0,3,16,0,6,0,8,0,0,0,11,7,4,12,0,13,0,19,4,0,19,16,0,0,0,0,0,0,10,13,4,0,0,13,0,0,0,0,0,15,6,5,19,18,11,12,5,5,0,0,0,4,2,11,5,1,0,18,0,19,2,0,0,0,0,5,0,6,0,0,10,8,0,10,6,8,7,4,13,7,18,2,5,17,10,0,0,3,0,0,18,19,0,3,0,11,0,6,0,15,11,7,0,13,6,0,0,9,0,0,0,0,11,17,0,17,0,0,17,18,7,15,6,16,8,7,0,0,12,6,8,18,0,6,6,9,6,6,15,12,16,19,8,10,18,4,14,0,13,5,15,0,0,0,0,0,0,0,0,14,0,0,5,12,2,0,14,2,0,3,12,0,5,0,6,0,0,17,0,2,19,15,17,0,7,13,0,9,0,0,0,11,0,0,0,17,0,1,10,0,0,0,4,15,3,7,0,0,1,5,0,10,0,0,0,0,0,8,2,6,0,4,2,0,8,8,8,0,0,8,18,16,11,0,17,3,1,0,0,5,0,0,14,5,1,18,17,19,18,11,18,5,18,12,2,0,0,15,13,12,4,4,3,0,15,2,0,9,14,11,4,2,13,7,6,2,16,0,0,12,0,7,0,0,0,0,0,0,7,0,0,0,0,4,1,0,5,0,0,5,0,0,0,0,0,0,7,0,4,1,12,14,8,15,0,0,13,6,0,0,3,0,15,12,0,0,17,0,13,10,0,0,11,0,0,0,16,0,2,18,0,0,5,0,0,0,6,4,0,0,10,0,18,13,0,0,17,0,2,0,15,18,13,0,1,18,6,0,0,7,0,12,0,0,0,0,0,0,0,14,18,0,7,4,8,16,15,0,0,0,13,10,2,6,9,3,1,13,6,6,10,13,16,19,0,5,0,11,0,11,8,17,7,5,1,0,4,0,1,5,0,1,11,19,0,17,11,8,0,0,4,3,0,0,18,9,0,12,0,4,0,0,0,14,8,0,0,0,12,16,0,0,0,0,0,0,8,0,0,0,0,5,0,3,11,9,0,0,6,13,0,0,0,0,0,8,0,17,14,0,0,0,0,12,0,18,0,0,0,0,0,0,0,0,8,18,0,0,0,0,19,2,0,0,0,0,0,0,0,0,0,0,4,0,0,0,2,0,0,4,10,8,6,0,0,0,4,12,0,0,18,0,11,1,13,5,0,19,5,14,9,0,11,8,9,9,4,7,7,0,7,13,11,8,17,0,19,13,0,19,0,0,0,13,10,2,19,0,0,0,0,19,15,0,13,9,0,12,0,7,4,9,0,7,0,14,0,0,0,18,6,6,9,2,5,18,0,0,0,13,7,0,19,0,19,18,15,11,6,0,17,4,0,0,9,0,12,0,0,0,0,0,11,2,2,0,0,0,0,3,15,0,14,15,0,0,0,0,0,0,0,0,19,0,16,0,0,0,0,0,0,0,4,0,0,0,0,16,12,0,16,0,16,0,0,1,10,6,10,10,11,1,13,0,0,6,0,0,0,0,0,0,6,0,2,0,0,0,0,0,0,0,19,17,0,0,0,11,2,19,2,4,14,10,7,0,13,0,0,9,0,19,11,16,13,0,7,5,0,2,3,6,8,0,3,4,16,14,0,0,11,17,0,14,0,0,0,9,17,11,13,0,0,0,17,18,0,12,1,16,0,15,0,3,0,0,13,0,4,12,7,14,0,0,0,12,19,0,0,3,0,0,0,6,0,11,0,0,6,15,0,0,0,9,0,8,0,0,9,0,0,17,0,0,0,0,0,0,0,0,16,0,0,13,0,0,0,0,0,0,0,11,0,16,0,0,0,0,12,0,0,0,6,0,6,0,0,0,12,0,0,0,9,7,18,0,0,12,0,7,0,11,0,0,0,0,15,0,0,17,0,1,0,0,0,3,11,0,4,11,15,0,11,0,9,0,0,14,1,0,18,0,0,0,3,0,1,0,0,3,2,6,7,0,0,11,19,6,9,6,0,7,0,5,5,18,17,0,14,0,0,15,12,14,11,0,0,0,0,0,0,0,10,0,5,5,0,6,0,14,0,0,0,0,0,0,3,0,0,0,0,19,0,0,0,0,0,0,17,0,0,11,0,0,0,13,11,0,16,0,14,0,0,18,0,9,0,0,0,13,0,0,10,4,0,0,0,18,0,2,0,0,10,0,0,0,0,0,0,19,4,13,0,19,0,0,11,0,5,0,11,0,11,0,0,0,0,0,0,0,10,16,14,1,1,4,14,15,11,16,18,3,19,0,4,0,0,10,17,5,0,0,0,0,12,16,0,0,0,11,0,0,16,0,0,0,0,14,6,5,0,0,0,13,0,19,0,0,1,6,6,4,4,18,12,0,15,0,0,0,0,0,9,15,1,9,15,10,15,0,11,0,0,0,0,0,0,0,5,0,0,0,0,2,0,3,0,14,0,0,0,3,0,4,0,0,0,11,0,0,5,0,7,0,0,0,0,0,0,4,0,0,0,19,0,12,0,0,0,0,4,14,0,4,0,0,0,0,16,0,0,10,0,6,0,10,0,13,11,0,12,0,19,5,0,6,10,11,8,1,14,13,0,14,0,13,15,18,0,18,0,13,4,0,0,0,2,0,7,0,0,5,13,13,14,2,0,0,0,0,0,0,0,9,12,14,10,0,1,7,8,10,6,0,0,0,4,12,0,19,0,9,0,0,1,0,0,1,0,13,2,3,0,5,0,0,3,0,0,0,0,3,0,12,0,0,0,0,15,0,0,0,0,0,9,0,0,0,16,0,0,0,0,0,15,0,0,3,0,12,0,0,14,0,0,7,0,19,0,0,0,0,0,0,10,12,4,0,0,0,10,12,0,11,9,0,0,0,12,0,0,9,0,18,0,0,17,0,18,1,0,0,0,5,0,0,8,0,0,0,0,0,12,1,0,19,6,16,15,4,3,19,2,2,17,0,0,0,0,15,6,0,17,0,1,2,0,19,0,0,17,9,0,0,0,19,0,0,12,0,0,0,19,0,0,0,0,0,6,0,0,0,18,0,0,0,8,0,17,11,0,15,0,0,16,0,0,0,17,0,0,0,4,14,0,0,0,0,16,19,0,16,14,0,0,0,0,0,0,0,0,0,0,0,11,0,14,0,17,0,9,0,13,0,0,9,2,0,2,10,10,17,11,16,10,0,0,0,10,17,12,5,18,0,3,0,0,0,14,0,7,0,7,13,0,14,0,10,0,0,0,0,14,17,0,0,0,0,18,0,12,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,13,0,0,0,0,0,17,0,0,6,0,7,0,3,15,0,16,0,0,0,0,0,4,0,18,0,11,6,1,15,11,6,0,6,4,13,0,1,0,4,17,14,17,0,4,0,8,11,0,0,0,3,0,9,0,6,15,0,0,0,0,0,3,0,0,7,16,0,0,0,0,0,13,0,0,10,13,0,0,3,18,0,4,0,0,18,0,0,0,0,0,10,14,0,0,8,16,15,13,0,8,11,0,0,0,3,10,0,0,0,0,0,9,0,0,1,0,16,15,2,10,12,8,7,15,14,0,0,0,6,0,0,2,0,15,0,18,0,0,0,0,0,0,5,3,0,0,0,7,0,0,0,0,19,0,0,0,0,0,0,0,10,0,0,0,0,8,0,11,0,6,0,0,19,0,0,6,3,5,0,0,0,3,0,2,0,0,0,0,7,3,0,0,18,0,0,0,3,0,13,11,0,0,0,0,16,9,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,0,0,0,0,7,0,0,19,14,0,0,10,0,0,0,0,17,0,13,19,9,11,0,0,0,0,0,0,0,17,0,12,19,0,19,0,16,0,8,0,0,0,16,0,0,0,0,3,0,5,0,0,9,0,0,3,0,0,0,0,0,0,4,0,0,11,0,14,0,0,19,0,0,0,0,3,0,0,0,0,0,15,13,0,0,0,0,8,13,0,19,0,7,0,18,0,8,0,0,0,0,15,0,19,9,0,0,0,0,0,0,0,0,12,0,0,0,12,9,0,0,0,0,10,0,0,0,14,0,0,8,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.7755222E3,1.6053604E3,1.1701619E3,4.1215265E2,1.1932078E3,5.578027E2,6.1235913E2,2.52711E2,1.5944165E2,3.3880222E2,8.544055E2,4.131358E2,1.9922334E2,2.0895682E2,4.375419E1,1.5924786E2,1.9377755E-1,2.3784692E2,1.0095529E2,7.591589E2,9.524667E1,1.3167216E2,6.755117E1,1.17463806E2,9.149301E1,3.5664497E1,8.089691E0,2.6731582E0,1.565747E2,1.6142989E2,7.641703E1,1.00370125E2,5.851673E-1,7.0501636E2,5.4142536E1,4.9531116E0,9.029356E1,3.7338757E1,9.433341E1,1.2745519E0,6.627662E1,3.2981026E1,8.448277E1,2.8936317E0,8.859938E1,6.9473715E0,2.8717127E1,1.9621416E0,7.1101665E-1,2.7914797E1,1.3351509E2,7.17342E1,4.68283E0,9.651592E1,3.8542004E0,4.7420743E2,2.3080891E2,4.910628E1,5.0362563E0,3.693824E0,1.2592876E0,5.24716E0,8.50464E1,1.7103083E1,2.0235674E1,4.3436737E1,5.0896675E1,5.2509224E-1,7.494596E-1,5.1672566E-1,6.5759895E1,1.044399E1,2.2537037E1,3.3951595E1,5.053118E1,1.7571743E0,1.1364576E0,8.7473854E1,1.1255257E0,6.352448E0,5.949237E-1,1.6574417E1,1.214271E1,2.49254E1,2.9893968E0,1.1852038E2,1.4994715E1,7.103045E1,7.037518E-1,1.7932006E0,2.8896296E0,3.507649E-1,3.5034356E0,4.6386816E2,1.0339261E1,1.3401508E2,9.679383E1,4.8020645E1,1.0856358E0,1.3242757E0,3.7119803E0,3.5283515E0,1.6547245E-1,2.6566797E-1,9.9361956E-1,1.0569279E0,4.190232E0,3.6494353E0,8.1396965E1,2.2023969E0,1.4900686E1,1.062164E1,9.614033E0,3.2497276E1,1.0939462E1,4.9376434E1,1.5202422E0,5.5780107E-1,6.5202095E1,9.1874206E-1,9.525248E0,1.6697912E1,5.8391256E0,2.1310194E1,1.2641401E1,2.2344842E0,4.8296696E1,6.780749E-1,4.583826E-1,5.8112736E0,5.4117423E-1,3.3583531E0,1.32160635E1,5.7084756E0,6.4342337E0,2.4247173E1,6.782254E-1,1.8818505E0,1.1075463E0,6.0239227E1,5.8281155E1,1.4830689E1,1.6402523E-1,8.332023E-1,7.019724E1,1.0510756E0,7.4212503E-1,2.5739985E0,3.1563115E-1,1.7547143E-1,1.7529348E-1,5.714565E1,4.067225E2,5.2942127E-1,9.809839E0,5.8736305E1,7.527877E1,6.108172E1,3.5712112E1,4.1990116E-1,4.7600742E1,4.7834522E-1,6.0729057E-1,1.8879586E-1,1.1354799E0,1.2683833E0,2.443597E0,7.903453E-1,2.0327425E-1,8.7714314E-1,1.797848E-1,6.928214E-1,3.4974105E0,2.3146842E0,1.3347512E0,1.2306392E0,9.7175753E-1,3.943252E0,1.0957435E1,8.120536E0,2.5011046E0,6.4443026E0,3.1697302E0,8.747813E0,2.3749462E1,1.0767458E1,1.7200412E-1,7.1533656E0,4.222307E1,7.4396384E-1,7.762783E-1,8.5602003E-1,6.434608E1,4.7562197E-1,4.431201E-1,1.0285913E0,8.496656E0,8.854858E0,7.843054E0,4.3152585E0,1.5238668E0,1.9833538E1,1.4766551E0,6.515902E0,6.1254992E0,1.7489132E0,4.8557094E-1,4.8115696E1,1.8100013E-1,3.8414863E-1,2.939263E-1,1.92177E-1,5.6190968E0,4.984024E-1,2.8599505E0,2.170622E0,1.1045442E1,5.0582695E0,6.50206E-1,4.947287E0,1.486947E0,2.3430788E1,8.163864E-1,8.85964E-1,2.2158226E-1,1.0313503E1,4.9925724E1,4.5321434E1,1.295972E1,6.680341E1,3.3938317E0,2.5098362E1,3.2047283E1,4.0250372E2,4.2187777E0,3.8108563E-1,9.428754E0,2.1598625E1,3.713768E1,2.9476255E1,4.5802517E1,3.8125904E1,2.2955812E1,3.4272026E1,1.4400895E0,4.465284E1,2.947903E0,3.6242563E-1,9.059576E-1,2.0135747E-1,2.2422397E0,8.115877E-1,5.231635E-1,6.629754E-1,3.087822E-1,1.3161296E0,2.6271224E0,8.885487E0,2.0719476E0,3.1047459E0,5.01579E0,2.1652906E0,4.279012E0,1.9244148E0,1.2453153E0,1.4899417E0,7.257872E0,1.3208094E1,1.0541368E1,5.2208405E0,1.9325252E0,4.1516666E1,7.0640093E-1,5.983871E-1,1.7789124E-1,5.1093715E-1,6.3835136E1,8.301766E0,1.9489002E-1,7.180551E0,1.6743071E0,6.1121492E0,1.7309045E0,3.4589126E0,8.563462E-1,3.93236E0,1.5901178E1,5.0466104E0,1.4692918E0,4.090739E0,2.0347607E0,1.9175929E-1,2.9381165E-1,1.369652E0,4.6746044E1,2.5858479E0,2.741029E-1,4.819339E-1,1.6886882E0,1.0079154E1,9.6628696E-1,3.8839562E0,1.0633308E0,5.9160433E0,4.39746E0,4.9174644E1,7.5108045E-1,1.1569744E1,3.375169E1,8.838941E0,4.120779E0,1.2760001E0,6.552741E1,2.1597097E0,1.2341222E0,2.900337E0,2.2198025E1,2.3438772E1,8.608513E0,1.4271436E2,2.5978937E2,1.897247E1,2.6261556E0,5.4865255E0,3.1651155E1,2.1089134E1,8.38712E0,7.303041E0,3.8499474E1,1.6936962E1,2.1188944E1,1.4749081E1,8.206732E0,1.0601159E0,3.321191E1,2.84549E0,4.180735E1,9.308617E-1,2.0170412E0,2.5353715E-1,5.580506E-1,2.9152986E-1,3.714455E-1,1.1492848E0,1.6684476E-1,1.7827095E0,8.44413E-1,1.8622652E-1,8.699261E0,8.405893E-1,2.2641566E0,1.159558E0,3.8562317E0,8.661982E-1,1.2990923E0,1.9314681E0,2.3475442E0,3.2282594E-1,1.6015888E0,5.6731975E-1,6.7799556E-1,1.3000977E0,1.8984397E-1,5.7672133E0,1.4906586E0,3.1660404E0,1.0042053E1,4.6151924E0,5.9261756E0,2.7906775E-1,4.941773E0,8.609773E-1,1.0715479E0,4.1193863E1,3.2280284E-1,1.7613915E-1,4.2224795E-1,6.3532043E1,3.0309466E-1,6.028725E-1,7.698894E0,6.9034233E0,2.7712762E-1,2.4837496E0,3.6283996E0,2.3656645E-1,1.4943379E0,3.9087892E-1,3.0680337E0,2.5061321E0,1.4262277E0,2.2056568E0,1.3695521E1,1.8602781E-1,4.860583E0,3.4100556E0,6.80683E-1,1.8332139E0,2.0154671E-1,1.8329942E-1,1.1863526E0,3.0842352E-1,1.3802646E0,1.9970566E0,8.082098E0,3.2332525E0,6.507036E-1,4.0978937E0,1.8181496E0,1.3743683E0,3.0230916E0,2.0253692E0,4.7149277E1,2.569893E-1,4.9409115E-1,1.0225306E1,1.3444387E0,2.983061E1,3.9210799E0,2.2376297E-1,8.615178E0,1.9410609E0,2.1797185E0,2.0287879E-1,1.0731214E0,6.877702E-1,5.463519E-1,9.214239E-1,1.9789132E0,6.585046E0,1.561298E1,9.953027E0,1.3485744E1,2.1706598E0,6.4378533E0,1.0525401E2,3.746034E1,6.3641617E1,1.9614777E2,4.6500916E0,1.4322377E1,3.0880576E-1,2.31735E0,3.105313E0,2.3812125E0,2.4833986E1,6.817168E0,1.3459299E1,7.6298356E0,2.09578E0,6.2913404E0,6.7382646E0,5.647764E-1,1.2316419E1,2.6183056E1,4.748607E0,1.21883545E1,3.942789E0,1.7246155E1,3.0651023E0,1.1683979E1,2.5269957E0,5.6797366E0,3.2558258E1,6.5364885E-1,1.3196712E0,1.5258188E0,4.157376E1,2.3359165E-1,7.3210704E-1,1.987547E-1,3.5514486E-1,1.4275646E0,6.4842767E-1,8.050833E0,6.675777E-1,1.7301162E-1,1.9723887E0,2.9176784E-1,1.6639762E0,2.1922555E0,2.7943996E-1,5.8675826E-1,1.786693E-1,1.7527988E0,2.014378E0,3.33166E-1,1.3509905E0,2.5059837E-1,5.0818485E-1,1.6981068E-1,3.4342772E-1,5.4237857E0,2.3465083E0,8.1953204E-1,6.1904073E0,3.8516464E0,3.0699189E0,1.5452733E0,4.2642403E0,1.6619353E0,3.5652226E-1,4.585251E0,4.891915E-1,3.7178582E-1,8.7072426E-1,4.032314E1,4.8917493E-1,6.3042866E1,6.182598E0,7.208254E-1,1.4084518E0,1.0752977E0,9.028243E-1,2.7255754E0,2.8183997E0,2.4963385E-1,2.9069364E-1,2.2154386E0,3.985917E-1,1.027636E0,6.2264234E-1,1.5830144E0,6.499304E-1,1.3045591E1,4.5563326E0,3.0424988E-1,8.3496535E-1,2.5750904E0,2.3957534E-1,1.5936387E0,7.173001E-1,1.2797565E0,7.8679614E0,2.1413629E-1,1.8549293E-1,3.0477595E0,7.6282454E-1,3.3350692E0,8.606288E-1,9.575207E-1,3.7898657E-1,2.644105E0,8.005818E-1,1.2247874E0,6.574272E-1,4.6491848E1,1.2174118E0,9.007894E0,7.7313447E-1,5.7130414E-1,1.4132622E1,1.56979885E1,3.0801084E0,8.4097135E-1,8.012884E0,6.022938E-1,1.6671617E0,2.7389914E-1,2.0169253E0,1.6279316E-1,4.7854507E-1,2.0922512E-1,6.911758E-1,1.2877374E0,2.2841604E0,4.3008857E0,2.0962486E0,1.3516731E1,5.1363463E0,4.816681E0,3.5210843E0,9.964661E0,1.2375301E0,9.331296E-1,4.431643E-1,5.994689E0,7.331699E1,3.1937023E1,3.182081E0,3.4278255E1,1.7978712E1,4.5662903E1,1.6099168E2,3.5156086E1,3.2363708E0,1.4137208E0,5.772609E0,8.549768E0,1.6923342E0,1.4129789E0,2.0203018E0,3.6091077E-1,2.264192E1,2.1920676E0,4.6797395E0,2.1374288E0,4.783221E0,8.676079E0,4.37567E0,3.254166E0,2.3802401E-1,6.0533166E0,5.7029355E-1,6.167971E0,1.095022E1,1.3661991E0,1.577054E1,1.0412516E1,2.910612E0,1.8379952E0,3.6446342E0,8.54372E0,3.0184295E0,9.243595E-1,8.3907385E0,8.855416E0,1.4849362E0,1.580166E0,4.9829566E-1,1.1185683E1,1.5527537E0,9.7424203E-1,4.464287E0,1.2154498E0,3.194602E1,6.122401E-1,8.329017E-1,4.8676938E-1,2.234283E0,3.9339478E1,7.601008E0,4.4982487E-1,5.649661E-1,1.0990101E0,2.02695E0,1.6530561E-1,4.1656047E-1,1.7019778E-1,5.643832E-1,1.4499949E0,1.6619253E-1,5.257593E0,7.7514946E-1,1.5713589E0,2.2941968E-1,5.901123E-1,5.9922447E0,1.9816259E-1,2.0593777E0,1.7922688E0,2.383721E0,6.8619776E-1,2.876731E-1,1.2576002E0,3.3927739E0,8.7146634E-1,2.2343065E-1,4.36182E0,2.5260052E-1,2.3659097E-1,3.9231846E1,1.0912939E0,6.1176323E1,1.866545E0,1.1619525E0,5.0206456E0,3.647015E-1,7.1059626E-1,2.5262377E0,1.9933754E-1,2.5822313E0,2.3616841E-1,2.4669039E-1,1.9687481E0,1.4139435E0,1.6907084E-1,4.0303415E-1,1.2642557E1,3.6929128E-1,4.1870413E0,2.3340406E0,2.4104969E-1,2.8016636E-1,9.9959016E-1,3.2992256E-1,7.5380387E0,2.8722606E0,1.7549898E-1,1.943736E-1,3.1406956E0,6.3001883E-1,2.3060995E-1,2.4663343E0,1.777708E-1,2.6507515E-1,9.597122E-1,7.215218E-1,4.5770325E1,7.086455E-1,5.0876623E-1,1.2913928E0,7.7165008E0,3.2968292E-1,2.4162124E-1,8.330142E0,5.8024793E0,7.2630224E0,8.434966E0,5.4286176E-1,7.470022E0,2.023777E-1,1.464784E0,1.921402E0,3.627584E-1,1.9223156E0,2.3785698E0,2.2649458E-1,1.3290236E1,3.675163E0,1.4611834E0,3.5780354E0,1.2386454E0,1.593141E0,1.9279432E0,7.549059E0,2.4156013E0,2.6572508E-1,5.728964E0,3.5394485E1,3.7922504E1,4.8259215E0,2.7111103E1,2.4587562E0,7.233249E-1,2.830811E1,5.9701486E0,1.4009578E1,3.969134E0,3.8654945E1,7.0079594E0,1.5621126E2,4.7804227E0,3.1922796E1,3.233288E0,3.0377111E0,1.9865961E-1,3.318164E-1,1.0819044E0,3.68646E0,2.086149E0,6.9548435E0,1.594925E0,1.3817667E0,3.1056756E-1,1.7882456E0,2.3205626E-1,4.7708125E0,1.7871107E1,8.297167E-1,3.8500228E0,1.7824322E0,3.5499653E-1,3.5314834E0,1.2517376E0,2.8498135E0,5.826265E0,4.0154505E0,3.6021924E-1,2.0550106E0,1.1991552E0,5.788304E0,2.650128E-1,5.4968057E0,6.711653E-1,6.238573E0,4.711647E0,1.4598044E0,1.4310736E1,1.822448E0,8.590068E0,2.7029233E0,2.0768857E-1,1.5199792E0,3.1801587E-1,1.5839934E0,2.0606408E0,3.8403392E-1,8.159687E0,2.4572934E-1,2.7727003E0,1.3873707E0,7.0033674E0,4.1861844E0,4.669232E0,3.3286583E-1,1.1520704E0,1.0968963E1,2.1672037E-1,3.0025166E-1,1.2525021E0,7.8420335E-1,3.6800833E0,9.179373E-1,2.975125E-1,3.166116E1,2.848598E-1,1.5205292E0,7.137539E-1,3.8089745E1,1.2497311E0,8.557755E-1,2.4323465E-1,2.271221E-1,1.7998277E0,4.0010314E0,1.2565619E0,1.701821E-1,5.8220625E0,1.3914204E0,6.6795725E-1,1.5286633E0,2.6360542E-1,2.1652462E0,2.1847504E-1,1.0313812E0,2.26219E-1,2.5701457E-1,3.1357594E0,7.2707844E-1,3.850477E1,6.0288048E1,8.8827515E-1,1.2811707E0,5.8537424E-1,2.6276743E-1,2.2634704E0,2.4706069E-1,2.3351707E0,4.007819E0,1.7922229E-1,1.7936404E-1,2.1546767E0,6.256828E0,1.281211E0,2.2360554E-1,2.648655E0,5.078373E-1,4.526249E1,7.1972237E0,5.192774E-1,1.1525159E0,7.177626E0,3.10158E0,2.7008994E0,4.6799507E0,2.5830717E0,4.4521756E0,3.9827902E0,1.2562765E0,2.0850751E-1,1.7536936E0,1.6770841E-1,2.1582527E0,2.2031705E-1,1.3050304E1,2.3993164E-1,4.983996E-1,3.1767633E0,2.4820308E-1,1.2129803E0,3.3048012E0,2.732342E-1,1.1157387E0,4.774022E-1,1.4274117E0,5.005315E-1,7.4789107E-1,6.801168E0,2.0492125E0,3.6638874E-1,6.7658895E-1,5.052375E0,1.5363834E1,2.0030651E1,3.0710869E1,7.2116356E0,3.0339763E0,1.791945E0,2.4086876E1,3.0242276E0,8.283529E-1,1.6304033E0,1.7732875E-1,5.459961E-1,2.7959476E1,3.4863234E-1,1.83236E0,4.1377883E0,3.8448021E0,1.0164776E1,1.2629074E0,2.7062268E0,3.5265537E1,3.3894076E0,3.2786589E0,3.7293007E0,1.4088615E2,1.53251095E1,3.0906734E0,1.6897492E0,1.6641241E1,1.5281555E1,2.6490185E0,3.8869268E-1,8.782016E-1,2.8082585E0,1.6902317E0,3.9591736E-1,6.644446E0,3.1039768E-1,6.4671993E-1,9.482052E-1,2.6490545E0,2.1217582E0,2.4858341E0,1.5385273E1,2.8914473E0,9.5857555E-1,1.8013296E-1,1.6022992E0,2.942049E0,5.894342E-1,1.8953675E0,9.5444584E-1,5.0764303E0,7.4983466E-1,3.3620212E0,6.534293E-1,1.483636E0,5.7137454E-1,1.7135823E-1,5.6169453E0,3.2017344E-1,5.1766324E0,2.1255832E0,4.11299E0,2.774243E0,1.9374038E0,2.3810206E-1,1.2217023E0,3.4998257E0,1.081091E1,1.0867512E0,7.3569673E-1,7.7862115E0,8.038561E-1,4.4403917E-1,2.2588842E0,1.3866205E0,1.9737288E-1,1.8217957E0,2.3884511E-1,6.8151015E-1,7.4781766E0,2.565595E0,2.0710534E-1,9.226909E-1,4.646798E-1,6.38693E0,6.164375E-1,2.7121873E0,1.4739974E0,6.882156E-1,3.9810164E0,1.9529739E-1,9.5677304E-1,1.0803728E1,1.6523409E-1,1.0841078E0,1.6839434E-1,3.4787045E0,2.0137905E-1,2.3799855E-1,4.7575533E-1,4.7028428E-1,3.761946E1,1.6545321E-1,1.0842779E0,3.6160529E0,3.849784E-1,4.471869E-1,8.093749E-1,5.6173573E0,2.047055E-1,3.2040697E-1,1.0710135E0,2.7033877E0,4.3237162E-1,1.9681385E0,3.653663E1,2.2110966E-1,2.114061E0,1.7888996E-1,6.077938E0,7.028784E-1,5.783326E-1,1.9733688E-1,2.4513183E0,2.2935447E-1,4.5033134E1,1.9098467E-1,9.615313E-1,1.3674951E0,5.810131E0,2.9386425E-1,2.8077157E0,9.2435914E-1,1.7765402E0,2.539284E0,2.1406665E0,1.9274843E0,6.555875E-1,4.1916466E0,2.6052895E-1,3.1636171E0,8.191729E-1,1.4234173E0,3.3027625E-1,2.0556568E-1,1.9526871E0,2.7144486E-1,2.9053185E0,1.0243661E0,1.8861422E-1,3.1055512E0,1.9924995E-1,6.187734E0,6.1343366E-1,8.216857E-1,1.2275269E0,6.161192E0,9.202643E0,1.4779096E1,5.251556E0,1.6024918E1,1.468595E1,3.331718E-1,6.878464E0,3.9383787E-1,2.6401384E0,4.648994E-1,1.3270456E0,7.057352E0,1.7029524E1,1.2421815E0,1.782046E0,1.7485099E-1,1.4555523E0,7.67763E-1,2.7191713E1,2.7009833E-1,1.5622617E0,2.3996243E0,1.7381641E0,1.5182626E0,2.3265395E0,8.894899E0,1.2698758E0,2.6695496E-1,2.439272E0,2.4820446E1,1.0445091E1,9.5956296E-1,2.4298446E0,2.6415234E0,6.3713545E-1,2.7237153E0,1.0055854E0,1.0789993E2,3.2986217E1,7.244192E0,8.080916E0,1.2796441E0,1.8110292E0,2.0766756E-1,1.4820817E0,7.897873E0,8.743368E0,3.753125E0,1.1528431E1,2.5625584E-1,2.3927627E0,4.4760412E-1,2.3606544E0,1.4908471E0,1.9938459E-1,4.9989003E-1,6.1445556E0,5.586628E-1,2.0903916E0,1.42583E0,6.9592816E-1,1.6893837E0,7.9645044E-1,1.5072401E1,3.128713E-1,1.7072092E-1,1.4315784E0,2.6158621E0,3.2618695E-1,3.362297E-1,1.5591378E0,7.892086E-1,1.6523726E-1,1.955901E-1,4.8808403E0,3.1710536E0,1.9096759E-1,1.8246868E-1,1.3011674E0,5.343369E0,2.735766E-1,3.5937637E-1,4.817256E0,1.9418882E0,1.8369503E-1,3.079223E0,1.0337669E0,2.5047941E0,2.6944882E-1,2.1358929E0,1.3639328E0,1.1265728E0,9.684338E0,2.3706008E-1,7.5491514E0,1.1946287E0,1.9199182E-1,1.6050379E0,2.1675773E-1,7.0724783E0,4.056981E-1,1.7751974E-1,2.388075E0,5.7440495E0,6.428805E-1,2.0545691E-1,2.5067303E0,3.129233E0,8.5178345E-1,1.0570199E1,2.3352952E-1,3.73731E1,2.4636209E-1,3.3681493E0,2.4790351E-1,4.178149E-1,2.2855728E0,1.1673712E0,8.0076736E-1,5.781161E0,2.9677716E-1,2.3110653E-1,2.2202117E0,1.1527218E0,4.3880413E1,5.5124364E0,2.9769462E-1,1.4818015E0,2.947387E-1,2.006046E-1,2.3386796E0,3.3916074E-1,1.8015058E0,6.786777E-1,3.512969E0,3.4383047E-1,2.8197868E0,1.2494975E0,1.7391978E-1,1.9560914E-1,2.7097094E0,2.0288423E-1,2.902667E0,1.9497502E-1,5.992759E0,1.3768348E0,4.784357E0,5.5826197E0,3.6200235E0,2.763436E0,1.2015659E1,3.0079863E0,2.2435699E0,9.961884E0,6.063034E0,1.1515894E1,3.1700563E0,5.010814E-1,6.3773828E0,3.4312415E-1,2.2970142E0,3.3083587E0,3.7489936E0,1.6554247E1,4.7527587E-1,1.3159126E0,4.6613336E-1,3.4819216E-1,2.6843521E1,1.3651395E0,1.9712211E-1,1.7582223E-1,1.3424404E0,1.8925238E0,4.340158E-1,1.800979E0,7.0939207E0,3.8087565E-1,8.8900006E-1,2.6581603E-1,2.1734557E0,6.0850115E0,1.8735434E1,1.0231543E1,2.1354859E-1,7.780594E-1,1.8150352E-1,1.4474773E0,9.823672E-1,2.3846538E0,2.568696E-1,3.0169082E-1,2.4220245E0,5.758383E1,5.03161E1,1.5008411E1,1.7977806E1,4.84892E0,2.3952725E0,8.683578E-1,7.212559E0,4.9927717E-1,7.8036696E-1,6.9650155E-1,1.1145277E0,1.0340768E0,6.863796E0,3.3223255E0,5.421043E0,1.414803E0,2.338322E0,8.399896E0,3.1285346E0,2.157683E-1,5.928787E0,1.911928E0,1.7846367E-1,1.2629348E0,1.6289528E-1,3.5540375E-1,1.33398E0,1.1818845E0,1.3890517E1,2.2796354E-1,1.3311743E0,2.947802E0,2.2325154E-1,4.3232565E0,4.9399975E-1,2.4091594E0,6.700635E-1,1.9482439E0,1.8764912E-1,2.49875E-1,1.1140578E0,8.659334E0,1.0250027E0,5.954437E0,1.5947148E0,1.9227558E-1,1.4127624E0,6.885408E0,1.8707035E-1,4.8127633E-1,5.262773E0,3.7810555E-1,2.1286247E0,2.9505656E0,1.7866747E-1,9.888031E-1,3.6384296E1,3.0725732E0,2.955761E-1,1.9583371E0,3.2723564E-1,9.818911E-1,1.7083065E-1,4.2816635E1,1.0637788E0,5.0349956E0,4.77441E-1,1.3163635E0,1.6543801E-1,3.297117E-1,2.0089676E0,1.6121708E0,1.8933503E-1,3.3006966E0,2.1227238E-1,2.0132062E-1,2.6184661E0,3.1739098E-1,5.6753683E0,6.206122E-1,7.5622255E-1,3.8195705E0,9.6478647E-1,4.735968E0,8.466514E-1,2.4101164E0,1.209907E0,1.185938E0,1.5774982E0,6.086743E-1,1.1406985E1,7.1274686E-1,2.2952394E0,1.8991671E0,3.4440273E-1,6.0869493E0,3.8749347E0,3.208762E0,2.8542721E0,3.133185E0,8.382709E0,2.1837792E0,9.862773E-1,6.1998625E0,1.7751992E-1,1.4376129E0,1.8707458E0,3.157492E0,5.915017E-1,1.5664667E1,8.895803E-1,2.1618161E0,2.4681705E1,3.265702E-1,1.0385693E0,3.3279786E-1,1.5597259E0,2.9527336E-1,6.7986474E0,1.9840542E0,1.8940157E-1,4.0098925E0,2.0751188E0,1.5664081E1,3.0713537E0,9.319331E0,9.1221094E-1,1.2821946E0,1.6528273E-1,2.0266476E0,3.5800612E-1,2.0570453E-1,2.21632E0,1.8464655E1,3.9119175E1,1.04630995E1,3.9853E1,1.0333781E1,4.67463E0,1.791633E0,1.6186174E1,1.9969418E0,2.8519778E0,6.882026E-1,1.7070699E0,4.0709883E-1,6.80546E0,6.4267445E0,4.370515E-1,2.582145E0,7.4018043E-1,4.5108533E0,9.101897E-1,2.137478E-1,1.2010552E0,3.7647352E-1,1.9618484E0,6.13287E0,2.267026E0,1.3309805E0,1.797554E0,5.569071E0,3.5971665E-1,1.337096E1,5.1955616E-1,1.7213094E-1,4.1511254E0,1.8005916E-1,2.2291002E0,1.7757422E0,1.7250168E-1,7.346768E0,1.3125665E0,5.7190585E0,2.3537835E-1,6.6864433E0,1.989649E-1,9.0489155E-1,4.3578815E0,1.9170738E0,2.1155095E-1,3.1824157E-1,3.6066055E1,4.192338E-1,1.5391033E0,4.225718E1,5.5945414E-1,2.0239773E-1,4.8325977E0,3.5344195E-1,1.6555258E0,1.409587E0,2.0258383E-1,5.558044E-1,2.7448921E0,3.3660734E-1,5.338761E0,3.5937219E0,2.2584866E-1,4.496948E0,2.390207E-1,4.6413183E-1,1.9459846E0,9.775738E-1,2.0836411E-1,1.2720786E0,3.0541956E-1,1.1173755E1,2.3322998E-1,2.1218383E0,1.7340112E-1,2.4105759E-1,1.6581094E0,5.8784634E-1,5.499103E0,2.417442E0,1.4574926E0,1.7610635E0,1.4476985E0,5.8918893E-1,2.2650833E0,1.9741361E0,1.1590488E0,5.6406274E0,2.7420816E0,2.814378E-1,1.9023414E0,1.9100839E-1,6.0088544E0,1.0722529E0,3.6536005E-1,1.5717667E0,2.98979E-1,2.9660645E0,1.914274E-1,4.6772206E-1,1.5196944E1,5.738267E-1,1.5879894E0,2.381177E1,8.699352E-1,2.324892E-1,1.3272367E0,6.4159665E0,3.8268083E-1,1.1806206E0,2.829272E0,1.8598859E0,2.152329E-1,1.3739107E1,1.9249735E0,5.6194055E-1,2.5094132E0,9.063049E0,2.5628272E-1,3.9264104E0,1.4538244E1,3.0326288E1,8.792889E0,9.272729E0,1.190371E0,9.202443E0,3.0650557E1,6.9229493E0,3.4108317E0,4.218625E0,4.560049E-1,1.6798364E-1,1.6236495E0,1.3395544E1,2.7906294E0,4.279296E-1,1.5690123E0,8.5350853E-1,1.9984695E0,6.5324106E0,2.7304935E-1,6.2610154E0,1.6572908E-1,2.5725886E-1,2.324886E0,4.2188044E0,2.9204872E-1,9.733124E-1,2.2774287E-1,5.4945126E0,6.383574E-1,1.6832073E-1,1.1626599E0,3.4686267E-1,1.4506913E0,7.202841E-1,4.848787E0,1.066056E0,1.2304905E1,3.39578E-1,3.8115473E0,2.2802287E-1,7.1187453E0,2.1966034E-1,5.499398E0,1.8642837E-1,4.171453E0,4.6797964E-1,1.0711237E0,1.7684016E-1,4.655758E0,3.029263E-1,2.4419658E0,3.4047015E0,1.8902043E-1,3.2688E0,1.2281476E0,1.6838805E-1,1.7775965E0,1.0912914E0,1.8078724E-1,2.8374892E-1,1.0890006E1,4.868748E0,6.303547E-1,3.154201E-1,2.102022E0,1.2602209E0,1.9727178E-1,5.093079E-1,1.7557753E0,5.1811516E-1,1.456021E0,5.2684655E0,3.7216187E-1,1.5206957E0,1.221386E0,5.8373294E0,1.7152475E-1,1.3811857E0,1.9058108E-1,1.7988378E-1,2.7861807E0,1.4944896E1,2.520489E-1,3.9150608E-1,1.1964834E0,4.7559565E-1,2.3336174E1,4.602489E-1,5.9557176E0,5.869509E-1,2.2423213E0,2.1564243E0,1.1582683E1,5.0083274E-1,2.0085804E0,2.7145678E-1,8.791593E0,1.186691E0,2.7397194E0,5.317184E-1,1.4006525E1,1.0375226E1,1.9951061E1,3.2961967E0,5.496692E0,4.070955E0,5.201774E0,9.593494E-1,2.3102158E-1,4.568019E-1,8.745642E0,1.6569412E1,1.4081144E1,3.4384775E0,3.4844718E0,1.4306611E0,1.9801705E0,2.0801988E-1,4.0106053E0,2.0132875E0,1.13822565E1,6.101682E-1,2.1804612E0,1.6687855E-1,1.4021337E0,1.801842E0,1.9662741E-1,6.202973E0,3.2943803E-1,5.803442E0,4.5757374E-1,3.44708E-1,1.9801781E0,4.8338842E-1,3.7354162E0,5.2893763E0,2.0513621E-1,1.6942306E-1,9.932368E-1,3.8086286E-1,4.4679236E0,5.1898235E-1,1.1785922E1,5.981299E0,1.1374464E0,1.7258064E-1,3.9988725E0,3.6895236E-1,4.286805E0,2.0186033E0,4.2336264E-1,2.8372782E-1,3.1209736E0,1.9318421E-1,3.0756156E0,1.721976E-1,1.6053989E0,3.6002904E-1,1.0529977E1,4.703964E0,1.6478384E-1,1.8024464E0,2.995757E-1,1.8670365E-1,1.0735172E0,2.0620044E-1,1.2498205E0,5.072444E0,1.9602133E-1,1.2056886E0,3.1500712E-1,1.6904846E-1,1.0523375E0,5.336554E0,5.007756E-1,1.9387217E-1,1.4751023E1,1.645953E-1,2.317158E1,1.8646215E-1,5.7692556E0,1.9844955E0,2.578256E-1,1.1250324E1,3.323582E-1,3.7070107E-1,1.6378794E0,2.0670705E-1,9.7998405E-1,2.3679638E0,3.7175554E-1,1.1994009E1,2.0125167E0,3.923946E0,6.4512806E0,1.3866642E1,6.0844193E0,1.7093047E0,1.586892E0,1.8563226E-1,5.31106E0,1.3214806E0,2.749474E0,8.1425774E-1,4.3875165E0,1.3979331E0,7.347708E0,6.9896693E0,9.579743E0,7.4618444E0,6.6193E0,3.255873E0,1.8260446E-1,2.1885254E0,1.2959465E0,4.43359E-1,9.873021E-1,2.271842E-1,1.7529863E0,3.8828966E-1,1.6249979E0,8.014715E-1,1.0580786E1,2.0150666E0,1.6539437E-1,1.2064233E0,1.9571042E-1,1.9068962E-1,1.6111524E0,5.775824E0,4.2714864E-1,4.2237025E-1,5.3810716E0,3.5297232E0,2.0569283E-1,5.316693E-1,4.757707E0,4.3029227E0,1.650009E-1,1.1505858E1,2.8006405E-1,9.7920144E-1,5.0020976E0,1.0349815E1,1.8016158E-1,3.9022264E-1,4.6822214E0,4.33575E0,1.0008041E0,1.4090836E1,6.6018814E-1,4.0469936E-1,2.276688E1,3.5799977E-1,5.411256E0,1.6620658E-1,1.818289E0,1.2024964E0,1.0047828E1,2.1443603E0,2.2360341E-1,1.4913144E0,1.0502694E1,1.7343503E0,2.1895955E0,5.9461737E0,5.0510687E-1,1.6372142E0,1.2229428E1,1.5593064E0,4.5251126E0,2.4531311E-1,1.4639916E0,1.3795091E0,2.07383E-1,4.937477E0,3.7358248E-1,2.3368104E-1,1.0877995E0,2.2662394E0,4.8323447E-1,5.17532E-1,3.8699844E0,4.3383375E-1,6.913874E0,4.0068297E0,2.9828396E0,1.2776821E0,8.302061E0,3.7876945E0,3.67415E0,2.120254E0,4.4990463E0,3.0815184E0,1.7435446E-1,3.7202814E-1,1.8164972E0,1.1280769E0,1.6786963E-1,1.4847934E0,2.6819283E-1,1.3978388E0,2.2715905E-1,1.0149616E1,4.311696E-1,1.8117955E0,2.0327121E-1,5.351577E0,4.2424747E-1,2.0953518E-1,5.1715364E0,3.2581007E0,2.716225E-1,4.382058E0,3.7564877E-1,1.062446E1,8.813976E-1,4.1098276E-1,4.5911145E0,4.568522E-1,9.892963E0,4.4705625E0,2.1165915E-1,4.112211E0,2.2353874E-1,3.4385183E-1,1.3746984E1,2.2153807E-1,2.2545341E1,9.409198E0,6.386304E-1,1.9767115E-1,1.9466892E0,1.0103871E1,3.98823E-1,1.5501059E0,1.8424436E-1,1.671074E0,5.1852155E-1,4.1716525E-1,5.5290084E0,1.1883764E0,4.488377E-1,6.892084E0,5.3373437E0,2.5527496E0,1.9723631E0,1.277332E0,1.8665972E-1,1.2123011E0,1.6720791E-1,2.010148E0,2.5609145E-1,3.6853952E0,1.8458925E-1,3.0577523E-1,6.608099E0,2.7115827E0,1.2952471E0,3.0349383E-1,2.6793458E0,9.4160414E-1,3.3607793E-1,8.296506E-1,7.47241E0,6.54902E-1,3.1327925E0,2.6072478E0,1.0669022E0,8.056249E-1,1.3146291E0,2.0094833E-1,4.2980976E0,1.6318036E0,1.8469362E-1,1.2405825E0,2.44211E-1,1.9730434E-1,1.2005345E0,3.9232743E-1,9.757288E0,5.186459E0,1.6511759E-1,6.1108387E-1,4.5604525E0,3.0720587E0,1.8604217E-1,4.0651992E-1,1.021794E1,9.490582E0,4.0238035E-1,4.2468705E0,2.2369194E-1,1.355842E1,1.8856329E-1,4.3179867E-1,2.2113543E1,7.9561787E0,1.4530193E0,2.985003E-1,9.805371E0,3.3147684E-1,1.2186291E0,1.3889998E0,2.8207415E-1,4.6209216E0,9.0808696E-1,2.4303818E0,4.4617023E0,2.081135E0,3.2562087E0,3.2407838E-1,2.228671E0,1.8242453E-1,1.0298766E0,1.8086903E0,2.0145771E-1,1.7921439E-1,6.428885E0,3.4399807E-1,2.3675847E0,2.516218E0,1.6312794E-1,7.275004E0,1.9740632E-1,2.6536663E0,4.7912607E-1,1.8749642E0,7.322835E-1,1.9672114E-1,1.1179079E0,3.8080535E0,4.9004418E-1,2.1784177E-1,1.4139618E0,4.0075776E-1,9.356531E0,1.8065347E-1,5.0058055E0,2.338702E-1,1.3324551E1,2.1625916E1,4.8762706E-1,2.2071084E-1,7.735468E0,9.388131E0,4.172402E-1,2.676789E-1,4.353243E0,8.0242425E-1,1.6279575E0,3.62582E0,8.358826E-1,3.4648725E-1,1.7346479E0,7.7213544E-1,2.4840732E0,2.495972E-1,6.1792874E0,2.177823E0,1.8976167E-1,4.297582E-1,2.0864596E0,2.0251438E-1,7.0724897E0,3.1320602E-1,2.3404603E0,1.7306107E-1,1.7019032E0,1.7557012E-1,3.6324835E0,9.028216E0,3.283146E-1,1.7842098E-1,4.8273845E0,6.1518353E-1,2.1010733E1,7.444027E0,2.91441E-1,1.4349931E0,1.929644E-1,3.44218E0,1.8363985E-1,1.5487123E0,1.859356E-1,2.2360454E0,2.4802783E-1,3.8564977E-1,1.7921731E0,2.0966692E-1,6.8628225E0,4.2866045E-1,3.203823E0,8.614482E0,4.13734E-1,4.362688E-1,2.0574463E1,2.9964706E-1,7.1443796E0,1.2637E0,1.7129305E-1,1.9642979E-1,3.2457502E0,1.654958E-1,1.3832164E0,2.4784808E-1,1.9881973E0,6.3491645E0,5.1365817E-1,3.8732535E-1,2.8164976E0,2.6142582E-1,8.353056E0,1.9212052E-1,3.0536296E0,2.673641E-1,1.7208332E0,1.8258046E-1,6.166584E0,8.027327E0,3.2573012E-1,1.6481587E-1,1.5560174E0,3.7396583E-1,7.6533604E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"2019","size_leaf_vector":"0"}},{"base_weights":[-4.6046156E-1,-2.915137E-1,-8.7127274E-1,-7.6444876E-1,-1.816354E-1,-6.8235487E-1,-9.958351E-1,-7.944571E-1,-0E0,-5.4696745E-1,-3.3883095E-2,-2.2622417E-1,-8.953258E-1,-0E0,-7.793125E-1,-6.559532E-1,-7.62041E-1,-4.1983628E-1,2.9282457E-1,-4.113431E-1,-9.2735916E-1,3.799909E-2,-8.102508E-1,-5.6042254E-1,1.432283E-2,-0E0,-9.0387636E-1,-2.237883E-1,-0E0,-5.7600632E-2,-7.1585023E-1,-0E0,-4.9693936E-1,6.8529624E-1,-0E0,-3.1781644E-1,-8.695196E-1,-9.3609583E-1,-0E0,7.1185E-2,-6.431839E-1,-0E0,-8.706871E-1,-0E0,-7.172682E-1,-1.4375046E-1,4.9888483E-1,-9.142838E-1,-0E0,1.4348291E-1,-5.3800654E-1,-7.6028216E-1,-0E0,-0E0,-5.529444E-1,7.591379E-1,-0E0,-0E0,-1.1523964E-1,-2.4596024E-1,-8.7797296E-1,-8.9614904E-1,-0E0,-7.4970376E-1,-6.940283E-2,9.199168E-2,-5.439429E-1,-0E0,-7.515223E-1,-4.526156E-1,3.6760777E-1,-0E0,-9.116789E-1,-4.2941418E-1,3.59748E-1,-0E0,-8.559083E-1,4.672409E-2,-4.687415E-1,8.2609195E-1,-0E0,-7.181244E-1,-0E0,6.6284716E-1,-1.407237E-1,-6.155614E-1,-9.509473E-1,-4.4810042E-1,2.924321E-1,-0E0,-6.302074E-1,8.324276E-1,-0E0,-1.0999691E-1,-5.1243836E-1,-0E0,-9.0910697E-1,-7.1217835E-1,-0E0,-4.4069985E-1,6.392263E-1,-2.1084075E-1,1.2830321E-1,-7.740871E-1,-0E0,-1.8935978E-1,6.376051E-1,-7.8398377E-1,-0E0,-4.639568E-1,-0E0,8.1605315E-1,-0E0,-4.0823966E-1,7.964818E-1,-0E0,-9.308387E-1,-4.323372E-1,-0E0,6.157491E-1,-0E0,-4.1533405E-1,2.4535528E-1,-0E0,-8.792485E-1,-1.8755175E-1,4.1020414E-1,-0E0,-5.88351E-1,-0E0,9.691437E-1,2.62562E-1,-6.0017098E-2,-0E0,-2.9790515E-2,-0E0,1.0486581E0,-3.0164805E-1,-0E0,-2.3140197E-1,-7.755209E-1,-0E0,-7.5906837E-1,-0E0,-6.34199E-1,9.71402E-1,-1.4596798E-1,-5.0969076E-1,-0E0,6.880699E-1,-0E0,-5.8386385E-1,-0E0,-8.123409E-1,-2.795677E-2,-7.3157966E-1,-0E0,9.147325E-1,-0E0,-4.6196166E-1,-8.5286245E-2,8.256427E-2,3.5581446E-1,-0E0,-8.6174613E-1,6.206356E-1,-4.2348778E-1,8.2602173E-1,-0E0,-0E0,-8.347264E-1,-0E0,1.0494342E0,-0E0,-7.3277146E-1,-0E0,9.229557E-1,-0E0,-4.0037167E-1,5.088208E-1,-0E0,-8.905156E-1,-0E0,-5.3835464E-1,5.2387945E-2,-0E0,1.1404195E0,-0E0,2.7108318E-1,-0E0,-7.2333103E-1,-0E0,1.1206292E0,-0E0,3.975015E-1,-0E0,-2.1153133E-1,-0E0,1.3013927E0,-0E0,-3.7333134E-1,-6.9431686E-1,-0E0,-8.849793E-1,-2.8950688E-1,-4.638336E-2,-0E0,-5.308883E-1,-0E0,1.39852E0,-0E0,-0E0,-1.7934608E-1,-6.2863195E-1,-0E0,5.261016E-2,-5.2280045E-1,-8.8649064E-1,-0E0,4.443438E-1,-4.2046556E-1,-5.273749E-1,-0E0,-4.958875E-1,-0E0,9.684005E-2,-6.3872075E-1,2.2735438E-1,7.8472424E-1,-9.127454E-1,-0E0,-0E0,1.2994113E0,-0E0,-3.9477453E-1,-0E0,7.8594023E-1,-0E0,-8.651011E-1,-0E0,9.643214E-1,1.0660292E0,-0E0,-0E0,5.523251E-1,-7.131665E-1,-0E0,-0E0,-6.5495366E-1,3.484317E-1,-0E0,4.041043E-1,-3.464365E-1,1.3051977E0,-0E0,-0E0,-7.8508544E-1,-0E0,1.1804309E0,-0E0,3.9692992E-1,-2.6704663E-1,-0E0,1.4801148E0,-0E0,-0E0,-7.570421E-1,2.6103762E-1,-2.929253E-1,-7.381371E-1,-3.5316788E-2,2.7991956E-2,-6.428886E-1,-0E0,1.8926789E0,-0E0,-7.11699E-1,3.396649E-1,-3.490322E-2,-0E0,-6.3593084E-1,-0E0,-9.0861106E-1,1.9244035E-1,-2.8664187E-1,7.725895E-1,-1.7865686E-1,-0E0,-6.2836987E-1,-0E0,-6.243132E-1,-6.5891945E-1,-0E0,1.0785602E-1,-1.8587321E-1,6.845654E-2,3.8354614E-1,-0E0,-7.3179793E-1,1.9717988E-2,4.485638E-1,-0E0,8.678051E-1,-0E0,-7.425503E-1,-0E0,1.6095352E0,-8.906647E-1,-0E0,1.1863269E0,-0E0,4.578181E-1,-0E0,-0E0,-7.1167517E-1,5.893932E-1,-0E0,-0E0,5.1024216E-1,-0E0,-4.6619305E-1,1.4390874E0,-0E0,-0E0,-8.344164E-1,-0E0,9.508922E-1,-0E0,-2.9304457E-1,1.6151152E0,-0E0,-6.2765795E-1,-0E0,-0E0,3.9945903E-1,-6.541117E-1,3.7170034E-3,-0E0,-3.3866724E-1,3.799115E-1,-0E0,-0E0,-6.0958195E-1,-0E0,1.6038485E0,2.8288162E-1,-3.9454126E-1,-0E0,-7.533307E-1,6.6648483E-1,-0E0,2.1764588E-1,-1.6568343E-1,-0E0,-7.1200633E-1,-9.255921E-1,-0E0,7.1115565E-1,-0E0,1.1510755E0,-0E0,-2.5469887E-1,-0E0,-1.1420736E-1,3.724989E-1,-0E0,-7.286738E-1,-6.7827016E-1,-0E0,-0E0,-7.483347E-1,2.37745E-1,-1.0345924E-2,2.9653985E-2,-3.657554E-1,1.10517226E-1,-1.9930679E-1,-3.903201E-2,6.9457567E-1,-6.4630103E-1,-0E0,2.0702073E-1,-2.2253208E-1,-0E0,6.338711E-1,-1.4238197E-1,-0E0,9.919015E-1,-0E0,-0E0,1.4519637E0,-0E0,-7.2154546E-1,-0E0,1.0472553E0,-0E0,-5.826911E-1,7.7406764E-1,-0E0,-0E0,-4.3628556E-1,-0E0,1.2040927E0,-6.6134673E-1,-0E0,-2.414098E-1,-0E0,-0E0,1.7215263E0,5.6148475E-1,-0E0,-7.5020045E-1,-0E0,5.203471E-1,-1.8088864E-1,-0E0,1.389574E-1,-3.6797035E-1,-0E0,-0E0,7.141319E-1,-1.5301487E-1,-0E0,-0E0,5.7648116E-1,-0E0,-3.8016185E-1,-7.994673E-1,-0E0,-0E0,8.3998036E-1,3.0792156E-1,-3.7828156E-1,6.779858E-1,-0E0,3.1305876E-2,-4.3493724E-1,-7.6117176E-1,-0E0,-0E0,-9.357612E-1,-0E0,7.8024054E-1,-0E0,1.3633811E0,-0E0,-3.5941735E-1,6.2727845E-1,-0E0,-0E0,-7.961255E-1,-0E0,-7.1535575E-1,-6.106793E-1,-0E0,-1.4253542E-1,3.694162E-1,2.2826187E-2,-2.907105E-1,-0E0,3.9950898E-1,-0E0,-4.9735552E-1,2.1660648E-1,5.8557704E-2,2.2527166E-1,-3.167959E-1,4.409948E-1,-3.286982E-1,8.222146E-1,-0E0,-1.5587528E-1,4.0890875E-1,-4.265767E-1,2.6444605E-2,-3.1570825E-1,2.2312923E-1,-0E0,6.9804966E-1,1.0876297E0,-0E0,-0E0,2.3230511E-1,-0E0,-6.503074E-2,-0E0,7.2269094E-1,1.457861E0,-0E0,-0E0,6.5382344E-1,-7.8936714E-1,-0E0,-0E0,9.3436676E-1,-2.00773E-1,-0E0,-0E0,6.837386E-1,-8.50466E-1,-0E0,-0E0,-1.5013236E-1,-0E0,9.0973294E-1,-0E0,6.210903E-1,-0E0,-4.8742384E-1,-0E0,1.0430733E0,-1.4065163E-1,2.7200752E-1,-4.428025E-1,1.7448734E-1,-5.333177E-1,-0E0,-6.273452E-1,-0E0,-7.366443E-1,-0E0,-0E0,1.5352788E0,-3.031456E-1,-0E0,5.34925E-1,-0E0,-8.528696E-1,-0E0,-0E0,-7.4993473E-1,-2.50764E-1,-0E0,5.4336137E-1,-7.907873E-4,-0E0,2.0971817E-1,-0E0,-3.912082E-1,-0E0,4.26933E-1,-0E0,-5.332517E-1,4.158665E-2,3.7505844E-1,1.5984052E-1,-1.2796188E-2,-5.765927E-4,7.3953694E-1,-7.2099066E-1,-1.4020717E-1,7.1202505E-1,-0E0,-6.202901E-1,-0E0,-0E0,8.930338E-1,-2.7850255E-1,-0E0,7.062147E-2,-5.5513966E-1,5.4695106E-1,-0E0,-5.5678356E-1,-0E0,4.0499792E-1,-0E0,9.044911E-3,-8.589737E-1,5.2439624E-1,-0E0,7.9792064E-1,-0E0,-0E0,1.1434641E0,-1.792474E-1,-0E0,-0E0,7.4302983E-1,-6.3918906E-1,-0E0,-7.180065E-1,-0E0,-0E0,9.736073E-1,-3.60501E-2,-0E0,-0E0,7.6061124E-1,-0E0,-5.854735E-1,-0E0,1.2853881E0,-3.9260238E-1,1.2631889E-2,-0E0,6.099641E-1,-0E0,-4.8914802E-1,3.9185372E-1,-0E0,-7.0537597E-1,-0E0,-0E0,2.6026744E-1,-0E0,1.6748778E0,-6.867832E-1,-0E0,-7.7585095E-1,-0E0,-2.3087688E-1,-0E0,-0E0,5.8219606E-1,-2.0099983E-1,-0E0,-5.0810333E-2,-0E0,-0E0,3.8549218E-1,-0E0,-4.760976E-1,-6.016861E-1,-0E0,-6.901309E-2,3.7338996E-1,1.329811E-1,5.2083933E-1,3.0077773E-1,-0E0,-2.523989E-1,5.718351E-2,-0E0,-3.2487893E-1,-0E0,1.1443822E0,-7.773611E-1,-0E0,-3.89477E-1,6.521971E-3,9.8293823E-1,-0E0,-0E0,-7.245404E-1,-5.133938E-3,2.3018615E-1,-0E0,9.861817E-1,-3.213258E-1,-0E0,-0E0,2.1642725E-1,-8.192603E-1,-0E0,-0E0,6.403834E-1,-2.2246367E-1,-0E0,-6.088651E-1,-0E0,3.3393914E-1,-0E0,-0E0,-1.7243433E-1,2.4185237E-1,-0E0,-0E0,-1.0232165E0,-0E0,4.89936E-1,-1.3564771E-1,-0E0,-0E0,8.2247066E-1,-0E0,1.1998668E0,-0E0,8.4144604E-1,-0E0,1.0495367E0,-0E0,-1.4023486E-1,7.538297E-1,-0E0,-0E0,-4.9568367E-1,1.4396286E0,-0E0,-0E0,-5.011984E-1,2.576094E-1,-0E0,-0E0,8.7618953E-1,-0E0,5.763895E-1,2.3040578E-1,-3.2407275E-1,-0E0,-7.732163E-1,-3.2539684E-1,1.2311657E-1,3.074957E-1,-0E0,-0E0,1.7925338E0,-6.1126447E-1,-0E0,6.191136E-1,-0E0,-0E0,-3.14546E-1,-1.3207805E-1,-0E0,4.458774E-1,-0E0,-0E0,-4.9934912E-1,-5.300205E-1,-0E0,4.180456E-2,-3.1663635E-1,4.6550086E-1,-0E0,2.8210872E-1,-3.0366082E-2,1.4501932E-1,7.9267454E-1,2.160815E-1,1.3744432E0,-5.7801116E-2,2.7072152E-1,-4.4403675E-1,-0E0,-4.200497E-2,2.0960005E-1,-4.8550805E-3,3.000556E-1,-0E0,-3.2920635E-1,1.1670283E0,-0E0,-0E0,-6.507084E-1,-0E0,-4.8196396E-1,1.969697E-1,-5.722161E-1,-0E0,1.2350749E0,-0E0,-6.120569E-1,-1.8023752E-1,-0E0,3.3412254E-1,-0E0,1.0676262E0,-0E0,3.435938E-1,-0E0,-9.0791917E-1,-0E0,-0E0,6.956225E-1,-0E0,9.829029E-2,-0E0,-6.5657043E-1,-0E0,-1.7063434E-1,-2.9141006E-1,-0E0,8.477078E-1,-0E0,1.2332902E0,-0E0,-0E0,9.180613E-1,-0E0,1.1174139E0,-0E0,1.574641E0,-0E0,-5.7713586E-1,-0E0,3.9413515E-1,-0E0,7.885724E-1,-2.6164645E-1,-0E0,-0E0,8.608349E-1,4.0112597E-1,-0E0,-5.657049E-1,-0E0,-6.2668395E-1,-0E0,-0E0,-3.299648E-1,-0E0,4.7934657E-1,1.9346662E0,-0E0,-0E0,6.610984E-1,-2.769319E-1,-0E0,-0E0,3.6339447E-1,-2.2216223E-2,3.008332E-1,-4.8905692E-1,-0E0,5.184982E-1,-0E0,-0E0,-9.698468E-2,3.719791E-1,-0E0,2.4631662E-2,-3.7149644E-1,4.4544685E-1,-4.622474E-3,8.5776347E-1,-0E0,-1.1086161E-1,2.7517268E-1,-0E0,1.651851E0,-1.8072446E-1,2.3840174E-2,-0E0,4.2810553E-1,-0E0,-5.351159E-1,1.747369E-1,-1.5549831E-1,7.9159215E-2,-1.6896039E-1,4.382921E-1,4.5267045E-2,-0E0,-1.6285117E-1,-0E0,4.812397E-1,3.334197E-1,-0E0,-5.8064175E-1,-0E0,-0E0,6.218424E-1,-4.7240525E-1,-0E0,-0E0,1.416196E0,-2.5420687E-1,-0E0,3.0836412E-1,-0E0,-0E0,1.1219431E0,-0E0,3.2036814E-1,-7.727906E-1,-0E0,7.298601E-1,-0E0,-7.0029384E-1,-0E0,8.73112E-1,-0E0,1.2722272E0,-0E0,9.762658E-1,-0E0,1.1594944E0,-0E0,1.6831065E0,-0E0,-0E0,-6.319977E-1,-0E0,3.6271295E-1,1.2510559E-1,-1.3313011E-2,1.0406187E0,-0E0,5.7673883E-1,-0E0,-5.0480163E-1,-0E0,4.6662158E-1,-0E0,-0E0,2.1279435E0,-0E0,7.083073E-1,-3.7819815E-1,9.578129E-2,5.739931E-1,-0E0,-0E0,-6.740966E-1,1.6137266E-1,-0E0,-0E0,5.7335716E-1,-2.2251785E-1,-0E0,-0E0,4.3196955E-1,-0E0,-1.2230205E-1,-0E0,1.8092532E-1,-0E0,-5.411205E-1,-0E0,6.516216E-1,-5.140681E-1,9.359254E-2,-0E0,8.8283294E-1,9.32937E-2,-4.215175E-1,3.4607008E-1,-0E0,-0E0,1.8903536E0,1.7506848E-1,-2.6153615E-1,-1.7329453E-1,2.1829E-1,-4.126892E-2,-0E0,5.8519447E-1,-0E0,-5.8705777E-1,-0E0,-0E0,3.9819142E-1,-3.475984E-1,-0E0,-1.7431973E-1,2.3491779E-1,-3.654263E-1,2.5888872E-3,5.650523E-1,-0E0,-1.7239179E-1,2.2846763E-1,4.7566083E-1,-0E0,-0E0,-6.2573E-1,-3.514858E-2,6.252446E-2,-1.5954094E-1,1.2032644E-1,1.0148907E0,-0E0,-0E0,1.1994686E0,-0E0,1.1898427E0,7.6956517E-1,-0E0,-0E0,-7.677723E-1,-0E0,8.962797E-1,1.0143079E0,-0E0,-0E0,7.8992325E-1,-0E0,1.1940739E0,1.3964858E0,-0E0,-0E0,-6.793426E-1,4.4127235E-1,-0E0,1.1944423E0,-0E0,5.2469516E-1,-0E0,1.9003272E0,-0E0,-0E0,7.8600425E-1,-0E0,-5.4064906E-1,3.8279113E-1,-0E0,6.53557E-1,-0E0,-3.4547355E-2,1.1677374E-1,-0E0,4.0611684E-2,-7.9550964E-1,-0E0,-1.2948442E-1,-0E0,-0E0,6.2865067E-1,-0E0,5.595968E-1,3.7073377E-1,-0E0,-6.9832844E-1,-0E0,7.489886E-1,-0E0,-7.1213794E-1,-0E0,5.5500376E-1,-0E0,9.065473E-1,-0E0,1.891631E-1,-0E0,-0E0,-5.3631943E-1,4.6708053E-1,-0E0,-2.0763314E-1,1.8225132E-1,1.6047394E0,-0E0,-5.141368E-1,-1.1389857E-2,-2.94048E-1,-0E0,-0E0,4.4820735E-1,-0E0,7.784782E-1,-6.8254584E-1,-0E0,-1.3669068E-1,-0E0,-0E0,5.438589E-1,-0E0,-4.6301058E-1,-3.675503E-1,-0E0,-0E0,3.247804E-1,-0E0,-4.8127735E-1,-2.0374713E-2,2.5872213E-1,6.499349E-1,-0E0,-0E0,-3.5482857E-1,-0E0,4.1334623E-1,-6.5603733E-1,-0E0,-0E0,1.5241475E-1,-0E0,-3.025108E-1,-0E0,3.518789E-1,1.8089191E0,-0E0,-6.310242E-2,-0E0,1.231079E0,-0E0,8.2497513E-1,-0E0,-8.6064136E-1,-0E0,9.1843367E-1,-0E0,-0E0,1.2218115E0,-5.4536086E-1,-0E0,3.6138463E-1,-0E0,1.2850957E0,-0E0,-0E0,8.312269E-1,-0E0,-6.544317E-1,6.4411473E-1,-0E0,-1.5326825E-1,2.3382433E-1,5.2482706E-1,-0E0,-1.7252237E-1,-0E0,-0E0,2.602078E-1,1.6107789E-1,-0E0,-8.3890724E-1,-0E0,-0E0,-1.4843431E-1,6.69339E-1,-0E0,-0E0,7.621275E-2,6.362167E-1,-0E0,-0E0,4.1975588E-1,-0E0,-5.97714E-1,7.9825836E-1,-0E0,-7.9663277E-1,-0E0,-0E0,5.056203E-1,-0E0,-2.2710666E-1,-0E0,9.241724E-1,-5.98821E-1,-0E0,1.1485823E-1,6.4776385E-1,-1.6224852E-1,1.8362902E-1,-5.173594E-1,-0E0,2.973208E-1,-0E0,-5.497727E-1,-0E0,-2.3827952E-1,1.2979019E-1,-0E0,-4.3596306E-1,-1.0544451E-1,2.65494E-1,-0E0,5.8369833E-1,-0E0,8.5264194E-1,-0E0,-7.4996865E-1,-0E0,-7.180376E-2,-0E0,-2.5448605E-1,6.2259835E-1,-0E0,-5.43501E-1,-0E0,-0E0,-6.06026E-1,-0E0,-2.614492E-1,-0E0,4.2271826E-1,1.1171487E-1,-0E0,-0E0,-5.153934E-1,1.6325768E-2,-1.9761944E-1,-0E0,4.3755338E-1,-0E0,7.631017E-1,1.6275151E-1,-0E0,-0E0,-5.2786267E-1,1.0104571E-1,-2.3427883E-1,-0E0,6.5436447E-1,-0E0,-7.295708E-1,-0E0,-4.2348626E-1,-0E0,-2.0262873E-1,-0E0,5.48911E-1,2.1416452E0,-0E0,-0E0,1.2656912E0,8.941471E-1,-0E0,-9.3638736E-1,-0E0,-0E0,9.436538E-1,-0E0,1.2523723E0,1.0982248E0,-0E0,8.4323376E-1,-0E0,-0E0,-5.830789E-1,5.397394E-1,-0E0,-3.993552E-1,-0E0,-0E0,2.874596E-1,-0E0,2.0239486E-1,-0E0,-8.8386935E-1,-0E0,6.991607E-1,-6.484681E-2,-0E0,1.8962319E-1,-0E0,7.252375E-1,-0E0,-0E0,3.699464E-1,6.746502E-1,-0E0,-0E0,-6.998063E-1,8.9232005E-2,-0E0,-0E0,-3.5419062E-1,9.366259E-1,-0E0,-6.5951693E-1,-0E0,-9.164679E-2,3.193551E-1,7.1775633E-1,-0E0,-0E0,-3.4592998E-1,4.620402E-1,-0E0,-0E0,-6.000856E-1,-0E0,2.826136E-1,-0E0,3.4685504E-1,-0E0,-5.8550036E-1,-3.156863E-1,-0E0,-0E0,2.5753343E-1,-6.438489E-1,-0E0,-4.7644284E-1,-0E0,-0E0,4.345785E-1,6.6183436E-1,-0E0,-0E0,9.082241E-1,-0E0,-8.026694E-1,-0E0,-2.1735546E-1,-0E0,6.947017E-1,-4.9066687E-1,-0E0,-0E0,-4.9418226E-1,-0E0,-3.4629473E-1,-0E0,5.092952E-1,2.2977734E-1,-0E0,-0E0,-5.6660014E-1,-0E0,2.5820336E-1,-3.9614695E-1,-0E0,5.1932675E-1,-0E0,-0E0,8.42161E-1,-0E0,3.2649615E-1,-6.9833684E-1,-0E0,-0E0,2.2663577E-1,-4.2744592E-1,-0E0,4.9205277E-2,-5.753022E-2,9.106209E-1,-0E0,-0E0,-7.713363E-1,-0E0,-3.6319998E-1,-0E0,-2.560126E-1,-0E0,6.711901E-1,-0E0,1.8737972E0,1.2954646E0,-0E0,7.3905814E-1,-0E0,-0E0,-9.7579175E-1,-0E0,7.4702656E-1,1.3362733E0,-0E0,-0E0,6.692168E-1,-0E0,-5.4601604E-1,-0E0,4.797706E-2,1.945743E-1,-0E0,-0E0,-9.4499147E-1,-0E0,7.376502E-1,-0E0,-6.4953715E-2,8.4880435E-1,-0E0,-0E0,-3.1768623E-1,9.6901894E-1,-0E0,-0E0,-5.686585E-1,-4.6951756E-1,-0E0,-0E0,3.959964E-1,7.6084805E-1,-0E0,-4.7614685E-1,-0E0,-0E0,5.401571E-1,-6.453992E-1,-0E0,3.7521362E-1,-0E0,-6.261627E-1,-0E0,-3.584313E-1,-0E0,4.1098166E-1,-0E0,-0E0,-6.9800085E-1,-0E0,-3.9112666E-1,2.5995392E-1,-0E0,-0E0,4.2760488E-1,7.3624706E-1,-0E0,7.567506E-1,-0E0,-0E0,-8.557368E-1,-1.9349886E-1,-0E0,-0E0,5.77619E-1,-4.0196708E-1,-0E0,-0E0,5.744202E-1,-0E0,2.9490983E-1,-0E0,-5.913706E-1,3.885328E-1,-0E0,-0E0,-5.180181E-1,-0E0,3.3785198E-2,4.8908344E-1,-0E0,1.0550265E0,-0E0,4.1832584E-1,-0E0,-7.7846736E-1,-0E0,-0E0,2.1022534E-1,-0E0,-5.389995E-1,-0E0,1.2823988E-1,-2.9619408E-1,-0E0,1.0014914E0,-0E0,7.200868E-2,-0E0,-8.395677E-1,-0E0,7.8119457E-1,-0E0,-0E0,1.3300335E0,-0E0,-1.0028371E0,1.412055E0,-0E0,-6.4487684E-1,-0E0,-0E0,1.4947616E-1,-9.719527E-1,-0E0,8.483863E-1,-0E0,8.7359405E-1,-0E0,-0E0,9.795195E-1,-4.155169E-1,-0E0,-0E0,3.4294706E-2,-0E0,4.5061842E-1,-0E0,7.9623985E-1,-6.2174237E-1,-0E0,4.508767E-1,-0E0,-0E0,-5.3466356E-1,-0E0,3.2610205E-1,-0E0,-6.620845E-1,-0E0,-4.1017503E-1,4.950971E-1,-0E0,-0E0,-5.6969863E-1,-0E0,2.2367309E-1,-0E0,8.0748045E-1,-9.0382034E-1,-0E0,6.401413E-1,-0E0,-6.2546754E-1,-0E0,-0E0,4.9598968E-1,-5.9684116E-1,-0E0,-0E0,1.123207E0,2.2533269E-1,-0E0,-0E0,3.6557302E-1,-0E0,-6.6135913E-1,-0E0,-6.5100557E-1,1.1212012E-1,-0E0,-3.972104E-1,-0E0,-0E0,1.1277632E0,-0E0,2.1101649E-1,-8.5314506E-1,-0E0,-0E0,8.2534236E-1,1.3503417E0,-0E0,-0E0,-1.0397522E0,1.4651023E0,-0E0,-0E0,-5.373285E-1,-0E0,2.0593823E-1,-0E0,-9.974694E-1,-0E0,7.0212185E-1,9.4508566E-2,-0E0,-0E0,6.9849056E-1,9.887699E-1,-0E0,1.2794456E-1,-0E0,-0E0,5.2062714E-1,-0E0,8.32331E-1,-0E0,-6.8322074E-1,-0E0,-6.911897E-1,-4.5637313E-1,-0E0,4.1433766E-1,-0E0,-0E0,6.58368E-1,-9.385553E-1,-0E0,-0E0,6.9549096E-1,-0E0,-6.4572066E-1,-0E0,5.543967E-1,-6.5670425E-1,-0E0,9.410012E-1,-0E0,-0E0,3.100184E-1,-5.4989386E-1,-0E0,-3.859716E-1,-0E0,9.0220094E-1,-0E0,2.5900796E-1,-0E0,-0E0,-6.7637646E-1,6.987235E-1,-0E0,-0E0,1.3788999E0,-0E0,-8.5229045E-1,1.5017326E0,-0E0,-7.9902536E-1,-0E0,-0E0,2.6049402E-1,1.0185264E0,-0E0,1.2862523E-1,-0E0,5.624084E-1,-0E0,-0E0,8.672524E-1,-0E0,-5.65004E-1,-7.4969304E-1,-0E0,-0E0,-5.087326E-1,-9.63825E-1,-0E0,-0E0,8.267312E-1,-6.913985E-1,-0E0,-0E0,4.5392996E-1,-5.571946E-1,-0E0,-0E0,1.3931915E0,-0E0,1.1979654E0,-0E0,2.1935463E-1,-0E0,8.382407E-1,5.881898E-1,-0E0,-0E0,8.912381E-1,-0E0,-6.215518E-1,-0E0,-5.5297303E-1,-0E0,-9.8549557E-1,2.665997E-1,-0E0,8.669874E-1,-0E0,-7.193648E-1,-0E0,-0E0,1.4132525E0,-0E0,6.178665E-1,-0E0,9.136488E-1,-0E0,-6.2203455E-1,-7.872866E-1,-0E0,-0E0,2.6166427E-1,7.15464E-1,-0E0,-0E0,-7.3549557E-1,-0E0,1.428645E0,-0E0,6.615972E-1,-0E0,9.303786E-1,-0E0,-5.4158026E-1,-7.4688274E-1,-0E0,1.4720664E0,-0E0,6.8092895E-1,-0E0,9.47948E-1,-0E0,-0E0,-7.805685E-1,-0E0,1.1736734E0,7.098072E-1,-0E0,-0E0,9.612094E-1,-0E0,-6.4077085E-1,-0E0,5.909352E-1,7.6607436E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":4,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,-1,29,-1,31,33,35,37,39,41,43,45,-1,47,-1,-1,49,51,-1,53,55,57,59,61,63,-1,65,67,69,71,73,75,77,79,81,-1,83,-1,85,87,-1,89,91,-1,-1,-1,93,95,97,-1,-1,99,101,103,105,107,109,111,113,115,117,119,121,123,125,127,129,131,-1,133,135,137,139,141,143,145,-1,147,149,-1,151,153,-1,155,-1,-1,-1,157,159,161,163,165,-1,167,169,-1,-1,-1,171,-1,-1,-1,-1,173,-1,-1,175,-1,177,179,-1,181,183,185,187,189,-1,191,193,195,-1,-1,-1,197,199,-1,201,203,205,-1,-1,207,209,211,-1,-1,-1,-1,213,215,217,219,-1,-1,-1,-1,221,223,225,227,-1,229,231,233,235,-1,-1,237,-1,239,-1,-1,-1,241,-1,-1,243,-1,245,-1,247,249,251,253,-1,-1,-1,255,-1,257,-1,259,-1,261,-1,263,-1,-1,265,267,269,271,-1,-1,-1,-1,273,-1,-1,-1,275,-1,277,279,281,283,285,287,289,-1,291,293,295,297,299,301,303,-1,-1,305,-1,-1,-1,-1,-1,307,-1,-1,309,-1,-1,311,-1,-1,-1,313,315,-1,317,319,321,-1,-1,323,-1,325,-1,-1,327,-1,329,-1,-1,331,333,335,-1,337,339,341,-1,343,345,347,349,351,-1,353,-1,355,357,-1,359,361,363,365,-1,367,369,-1,371,373,375,377,-1,379,381,383,385,387,-1,-1,-1,389,391,-1,393,-1,-1,-1,-1,395,397,-1,-1,-1,-1,399,401,-1,-1,403,-1,-1,-1,405,407,-1,-1,-1,-1,409,411,413,415,417,419,421,-1,-1,-1,-1,423,425,-1,427,429,431,433,435,-1,437,439,-1,441,-1,443,-1,-1,-1,445,447,-1,449,451,-1,-1,453,455,457,459,461,463,465,467,469,-1,-1,471,473,475,477,-1,-1,479,481,-1,-1,483,-1,-1,-1,-1,-1,485,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,487,489,-1,491,-1,493,495,-1,-1,-1,-1,-1,497,-1,-1,-1,-1,-1,-1,499,-1,501,503,505,507,509,511,513,515,517,-1,-1,519,-1,-1,-1,521,-1,523,525,-1,-1,527,-1,529,-1,-1,531,533,535,537,-1,539,-1,541,543,545,547,549,551,553,555,557,559,561,563,565,567,569,-1,571,573,-1,575,-1,-1,-1,-1,-1,-1,-1,-1,577,579,-1,-1,-1,-1,-1,-1,-1,581,-1,-1,-1,-1,583,585,587,-1,589,-1,591,593,595,597,599,601,603,-1,-1,-1,-1,-1,605,-1,-1,-1,-1,607,-1,-1,609,611,-1,613,615,617,619,-1,621,-1,-1,-1,623,625,627,629,631,633,635,637,639,641,-1,643,645,-1,647,649,-1,651,653,655,657,659,-1,661,663,665,667,669,671,673,-1,-1,675,-1,-1,-1,677,-1,-1,-1,-1,-1,679,681,-1,-1,683,-1,685,-1,687,689,691,-1,693,-1,-1,695,697,699,701,-1,703,-1,705,-1,-1,707,-1,-1,-1,-1,709,711,-1,713,-1,-1,715,-1,717,719,-1,721,723,725,727,729,731,733,735,737,739,-1,741,743,-1,745,747,749,-1,-1,751,753,755,-1,757,-1,-1,-1,759,761,-1,-1,763,-1,765,767,-1,-1,-1,-1,769,-1,-1,-1,-1,-1,-1,771,-1,-1,773,-1,775,-1,777,-1,779,-1,-1,-1,-1,-1,-1,781,-1,-1,783,785,-1,-1,787,789,791,793,795,-1,797,799,801,-1,-1,-1,803,-1,-1,805,-1,-1,807,-1,-1,809,-1,-1,-1,-1,-1,811,813,815,817,819,821,823,825,827,829,831,833,835,837,839,841,843,845,-1,-1,-1,-1,-1,-1,847,849,851,853,-1,855,-1,-1,857,-1,859,-1,861,-1,863,-1,865,-1,-1,867,-1,-1,-1,869,-1,-1,-1,-1,871,-1,873,-1,-1,875,-1,877,-1,879,-1,881,-1,883,-1,-1,-1,-1,885,887,889,-1,891,-1,-1,-1,-1,-1,-1,893,895,-1,-1,897,-1,-1,-1,-1,899,901,903,905,907,-1,-1,909,911,913,915,917,919,921,923,-1,925,927,-1,929,931,933,935,937,-1,939,941,943,945,947,949,951,-1,-1,-1,953,-1,-1,955,957,959,961,-1,-1,-1,963,-1,-1,-1,-1,-1,965,-1,-1,-1,-1,967,-1,969,-1,971,-1,973,-1,975,-1,977,-1,979,-1,-1,981,-1,-1,983,-1,985,-1,987,-1,-1,-1,-1,-1,-1,989,-1,991,993,995,997,999,1001,1003,-1,1005,-1,1007,-1,-1,-1,1009,-1,-1,-1,1011,-1,1013,-1,1015,1017,1019,-1,1021,1023,1025,1027,1029,-1,1031,-1,1033,1035,1037,-1,-1,1039,-1,1041,-1,1043,1045,1047,-1,1049,1051,1053,1055,1057,-1,1059,1061,-1,-1,-1,1063,-1,1065,1067,1069,1071,1073,-1,-1,-1,1075,1077,-1,-1,1079,-1,1081,-1,-1,-1,-1,-1,1083,-1,-1,-1,1085,1087,-1,1089,-1,-1,-1,-1,-1,-1,1091,-1,1093,1095,1097,1099,-1,1101,1103,-1,1105,1107,-1,1109,-1,-1,1111,1113,1115,1117,-1,1119,-1,1121,-1,1123,-1,1125,1127,1129,-1,-1,-1,-1,1131,1133,1135,1137,1139,-1,-1,1141,1143,1145,-1,1147,1149,-1,1151,1153,1155,1157,-1,-1,1159,-1,1161,1163,-1,1165,1167,1169,1171,1173,1175,1177,-1,1179,1181,1183,1185,1187,-1,-1,-1,-1,1189,1191,1193,1195,-1,-1,-1,1197,-1,1199,-1,1201,-1,1203,-1,-1,1205,-1,-1,-1,-1,1207,-1,-1,1209,-1,1211,1213,-1,1215,1217,-1,-1,-1,-1,-1,-1,1219,-1,1221,-1,-1,-1,1223,-1,1225,1227,1229,-1,-1,1231,-1,-1,1233,-1,1235,-1,-1,-1,1237,1239,-1,1241,1243,-1,1245,1247,1249,1251,1253,1255,1257,-1,1259,-1,1261,1263,-1,1265,1267,1269,-1,1271,-1,1273,-1,1275,-1,1277,-1,-1,1279,-1,1281,-1,-1,1283,-1,-1,1285,1287,1289,-1,-1,1291,1293,1295,-1,1297,-1,1299,1301,-1,-1,1303,1305,1307,1309,1311,-1,1313,-1,1315,-1,1317,-1,1319,1321,-1,-1,1323,1325,-1,1327,-1,-1,1329,-1,1331,-1,-1,1333,-1,-1,-1,-1,-1,1335,1337,-1,-1,-1,1339,-1,1341,-1,1343,1345,-1,-1,-1,1347,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1349,1351,-1,1353,-1,1355,1357,1359,-1,-1,1361,1363,-1,-1,1365,-1,-1,-1,1367,-1,1369,1371,-1,-1,1373,1375,-1,1377,1379,-1,1381,1383,-1,-1,1385,-1,1387,-1,1389,-1,1391,-1,-1,-1,-1,-1,1393,-1,1395,1397,-1,-1,1399,-1,1401,1403,1405,1407,-1,-1,1409,-1,1411,1413,-1,-1,1415,1417,-1,1419,1421,1423,1425,-1,1427,-1,-1,-1,-1,-1,1429,-1,-1,1431,-1,-1,-1,-1,1433,-1,-1,1435,-1,-1,-1,-1,1437,-1,1439,-1,-1,-1,1441,-1,1443,-1,-1,1445,-1,-1,-1,1447,-1,-1,-1,1449,1451,-1,1453,1455,-1,1457,-1,-1,1459,1461,-1,1463,-1,1465,-1,1467,-1,1469,-1,-1,1471,-1,-1,1473,-1,-1,-1,1475,-1,-1,-1,-1,1477,-1,-1,-1,-1,-1,-1,-1,1479,-1,-1,-1,1481,1483,-1,-1,1485,-1,-1,-1,-1,1487,1489,1491,-1,1493,-1,-1,-1,-1,1495,-1,1497,1499,-1,1501,-1,1503,-1,1505,-1,1507,-1,-1,1509,-1,1511,1513,-1,1515,-1,-1,1517,1519,-1,1521,1523,1525,-1,-1,1527,-1,-1,-1,1529,-1,1531,-1,1533,1535,-1,-1,-1,-1,-1,-1,-1,-1,1537,-1,1539,1541,-1,-1,-1,-1,-1,-1,1543,1545,-1,1547,-1,1549,-1,-1,1551,1553,-1,-1,1555,1557,-1,-1,-1,-1,-1,-1,1559,-1,-1,1561,-1,-1,1563,-1,1565,1567,-1,-1,1569,1571,-1,-1,1573,1575,-1,-1,-1,-1,-1,-1,1577,-1,-1,1579,-1,-1,-1,1581,-1,1583,-1,-1,1585,-1,1587,-1,1589,-1,1591,1593,-1,-1,-1,-1,-1,1595,-1,-1,1597,-1,1599,-1,1601,1603,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1605,-1,-1,1607,-1,-1,-1,-1,1609,1611,-1,-1,-1,1613,-1,-1,1615,-1,-1,1617,-1,-1,1619,1621,-1,1623,1625,1627,-1,-1,-1,-1,-1,-1,1629,-1,-1,-1,-1,-1,-1,1631,-1,-1,1633,-1,-1,-1,1635,-1,1637,1639,-1,1641,-1,1643,-1,-1,1645,-1,1647,-1,1649,-1,1651,-1,-1,-1,-1,-1,-1,-1,1653,-1,1655,-1,1657,-1,1659,-1,-1,1661,-1,1663,-1,1665,-1,1667,-1,-1,1669,-1,-1,1671,-1,-1,1673,-1,-1,-1,-1,-1,-1],"loss_changes":[1.16088776E2,6.1386497E1,9.532898E0,4.6160583E0,5.213708E1,1.8188347E1,1.6149902E-1,3.4867096E0,1.3551004E0,1.288031E1,3.974125E1,5.8370314E0,1.1880646E0,1.6949697E-1,0E0,3.7570992E0,0E0,2.8202772E-1,1.2517174E0,7.6191826E0,5.9435654E-1,1.3876796E1,2.1328468E0,2.4537268E0,3.2241712E0,0E0,1.1625977E0,0E0,0E0,2.3268166E0,3.0093155E0,0E0,1.6223884E-1,2.4260068E-1,3.886653E-2,5.8502407E0,1.1706161E0,4.6600342E-1,0E0,7.3849044E0,2.6074905E0,1.1242104E0,1.6079445E0,1.1910523E0,1.6888189E0,2.087141E0,1.363606E0,5.253372E-1,0E0,1.9777273E0,0E0,1.0699615E0,1.2673156E0,0E0,2.2382402E-1,1.9713771E-1,0E0,0E0,0E0,5.0820036E0,3.8251972E-1,1.5004921E-1,0E0,0E0,1.3846332E0,6.445081E0,2.7217731E0,9.459761E-1,8.664608E-1,3.844319E-1,8.5988474E-1,1.8926873E0,9.247055E-1,3.7063545E-1,7.675807E-1,6.656993E-1,4.344797E-1,1.5693091E0,1.2419798E0,8.9953804E-1,1.8862052E-1,0E0,2.2360676E-3,2.152971E0,2.718984E-1,2.882101E0,2.6965332E-1,7.7115285E-1,2.1420994E0,0E0,4.5827985E-2,1.2730718E-1,0E0,5.5604157E0,6.5343313E0,0E0,3.27384E-1,0E0,0E0,0E0,5.706235E-1,1.3458312E0,5.0853033E0,1.277544E0,1.6307515E0,0E0,4.241855E-1,8.6940193E-1,0E0,0E0,0E0,5.4963124E-1,0E0,0E0,0E0,0E0,1.1009598E-1,0E0,0E0,1.029795E0,0E0,2.304551E-1,3.7471884E-1,0E0,2.154293E-1,1.1744299E0,2.5627778E0,1.1067349E-1,1.0711112E0,0E0,9.81555E-1,1.9122678E-1,1.1176788E-1,0E0,0E0,0E0,1.5808873E0,3.0886722E-1,0E0,1.6386223E0,1.0202084E0,5.54338E-3,0E0,0E0,1.05327606E-1,1.6641691E0,5.6593813E-2,0E0,0E0,0E0,0E0,8.680091E-1,2.4919114E0,1.3945503E0,4.004921E0,0E0,0E0,0E0,0E0,8.956628E-1,1.6427875E0,4.0963464E0,3.5973015E0,0E0,9.2012215E-1,2.3185556E0,1.8250906E-1,3.2928407E-1,0E0,0E0,9.300804E-1,0E0,3.360182E-1,0E0,0E0,0E0,5.1310873E-1,0E0,0E0,4.2426407E-2,0E0,1.756382E-1,0E0,5.324538E-1,3.3190215E-1,8.103313E-1,6.270375E-1,0E0,0E0,0E0,4.611025E-1,0E0,3.6505938E-1,0E0,1.917831E-1,0E0,4.381591E-2,0E0,1.1665764E0,0E0,0E0,3.7373924E-1,1.3146454E0,7.590809E-1,1.7961924E0,0E0,0E0,0E0,0E0,1.3294387E0,0E0,0E0,0E0,5.272374E-1,0E0,2.3315988E0,6.145406E-1,5.183315E-1,3.691935E-1,2.4465098E0,1.3524141E0,8.3750105E-1,0E0,1.0580518E0,7.189121E-1,3.1199827E0,7.6786184E-1,2.656169E0,1.6492043E0,2.8452396E-1,0E0,0E0,1.2138066E0,0E0,0E0,0E0,0E0,0E0,8.3296394E-1,0E0,0E0,2.3788285E-1,0E0,0E0,2.5271773E-3,0E0,0E0,0E0,2.2350526E-1,4.950591E-1,0E0,3.710923E-1,2.7432808E-1,2.8935003E-1,0E0,0E0,1.9408703E-1,0E0,7.5217724E-2,0E0,0E0,1.9578949E-2,0E0,9.0461063E-1,0E0,0E0,1.0147357E-1,5.459641E-1,1.6868441E0,0E0,3.548512E-1,4.1008943E-1,1.0034442E0,0E0,1.3576126E-1,5.531658E-1,5.9704494E-1,2.4572346E0,1.9291079E0,0E0,6.123545E-1,0E0,1.6366768E-1,5.777988E-1,0E0,2.378491E0,1.549905E-1,2.9095432E-1,1.1581125E0,0E0,6.311927E-1,6.6930413E-1,0E0,5.973793E-1,8.34731E-1,4.4795356E0,5.453724E0,0E0,8.0268097E-1,1.7314366E0,2.4001303E0,3.135162E-2,1.2266197E0,0E0,0E0,0E0,2.3875666E-1,2.2117043E-1,0E0,1.7431736E-1,0E0,0E0,0E0,0E0,1.2209225E-1,4.6432793E-1,0E0,0E0,0E0,0E0,2.3331714E-1,1.6355515E-2,0E0,0E0,1.7729282E-2,0E0,0E0,0E0,4.6569556E-3,3.5345316E-1,0E0,0E0,0E0,0E0,6.9193375E-1,6.2810564E-1,7.949177E-1,3.1938516E-2,2.3453975E-1,6.1482203E-1,6.937948E-2,0E0,0E0,0E0,0E0,4.7410998E-1,1.3912904E-1,0E0,6.5295124E-1,1.654913E0,1.334343E0,1.8436043E0,2.6407833E0,0E0,3.4773397E-1,1.4156342E-1,0E0,4.4932532E-1,0E0,1.8040586E0,0E0,0E0,0E0,2.8016096E-1,3.5435438E-1,0E0,6.914153E-1,2.8430605E-1,0E0,0E0,1.8909645E-1,1.0290675E0,3.5511914E-1,3.424721E-1,4.6237946E-1,1.6658225E0,2.7153976E0,1.9825183E0,2.770606E0,0E0,0E0,2.0442517E0,1.1413717E0,7.054442E-1,7.190323E-1,0E0,0E0,1.2005434E0,1.5740292E-1,0E0,0E0,1.1056577E-2,0E0,0E0,0E0,0E0,0E0,2.3376381E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3774109E-1,4.9129975E-1,0E0,1.8480659E-1,0E0,1.0464598E0,5.7270482E-2,0E0,0E0,0E0,0E0,0E0,2.6060128E-1,0E0,0E0,0E0,0E0,0E0,0E0,7.723751E-1,0E0,6.587564E-2,8.812742E-1,7.6727897E-1,2.8458834E-1,2.1729999E0,4.8852158E-1,1.304853E0,1.3664353E0,2.5473666E-1,0E0,0E0,6.488991E-2,0E0,0E0,0E0,1.3551931E0,0E0,2.838409E-2,3.0689776E-2,0E0,0E0,3.9731646E-1,0E0,1.8450737E-1,0E0,0E0,8.329733E-2,1.4187086E0,1.5436876E-1,2.162641E-1,0E0,2.4484763E-1,0E0,1.5690243E-1,2.615737E0,1.9124517E0,1.8649855E0,2.135439E0,7.896743E-1,1.3856016E0,1.738615E0,1.6787188E-1,1.1530043E0,1.4636393E0,9.9052083E-1,3.9146245E-1,1.5322392E0,6.879256E-1,0E0,1.0937605E0,1.1142216E0,0E0,7.650856E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.038636E-1,1.2692332E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.295765E-1,0E0,0E0,0E0,0E0,7.9185724E-1,2.8834606E-3,3.61902E-1,0E0,2.9807448E-1,0E0,1.7913218E0,7.2131133E-1,8.476149E-1,6.051378E-1,1.060374E0,1.3719254E0,1.2747191E-1,0E0,0E0,0E0,0E0,0E0,8.044815E-1,0E0,0E0,0E0,0E0,6.935072E-2,0E0,0E0,1.4328194E-1,3.4110293E-2,0E0,3.2169533E-1,8.419818E-2,4.935712E-3,2.726531E-1,0E0,2.2931224E-1,0E0,0E0,0E0,1.7832172E-1,2.3595037E0,1.2339954E0,2.4503548E0,2.5147002E0,2.4698666E-1,1.524643E0,7.535858E-1,1.5565965E0,7.595761E-1,0E0,3.8367248E-1,1.3813446E-1,0E0,1.9436264E0,1.7045052E-1,0E0,1.1458162E-1,1.0155419E0,9.60567E-1,1.3651124E-1,4.134078E-1,0E0,7.499188E-3,5.3573504E-2,1.4046693E-1,1.41404E0,2.982167E-1,3.8338892E-2,5.2243805E-1,0E0,0E0,9.078293E-1,0E0,0E0,0E0,3.6909652E-1,0E0,0E0,0E0,0E0,0E0,7.2742367E-1,6.023561E-2,0E0,0E0,5.9430575E-1,0E0,1.4147806E-1,0E0,1.1865611E0,4.2993087E-1,1.8079688E-1,0E0,6.175926E-1,0E0,0E0,1.2313513E0,7.949433E-1,4.5725536E-1,3.2172805E-1,0E0,1.3933967E-1,0E0,4.1072273E-1,0E0,0E0,2.4821281E-2,0E0,0E0,0E0,0E0,2.9914665E-1,1.017892E-1,0E0,4.0935382E-2,0E0,0E0,9.078348E-2,0E0,2.9278743E-1,1.5371251E-1,0E0,1.3763461E0,8.841419E-1,8.339529E-1,2.1974096E0,3.465158E0,7.5790304E-1,1.6410179E0,1.7428794E0,2.3004323E-1,1.4035596E-1,0E0,1.5252585E0,7.8231573E-1,0E0,8.70908E-1,1.6808641E0,9.754045E-1,0E0,0E0,2.7617407E-1,6.58298E-2,1.018184E-1,0E0,1.9902649E0,0E0,0E0,0E0,1.7220783E-1,3.7341237E-1,0E0,0E0,7.2746706E-1,0E0,2.450031E-2,3.2063913E-1,0E0,0E0,0E0,0E0,2.2329576E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.801703E-1,0E0,0E0,3.7290764E-1,0E0,6.977501E-1,0E0,4.4495344E-1,0E0,6.026249E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.0597181E0,0E0,0E0,2.5591624E-1,2.0283857E-1,0E0,0E0,2.0680213E-1,2.3422651E-1,1.1550467E0,3.67512E-1,6.9152963E-1,0E0,2.8624392E-1,1.1733693E-1,3.5375208E-1,0E0,0E0,0E0,2.4343109E-1,0E0,0E0,3.6134338E-1,0E0,0E0,3.0350506E-2,0E0,0E0,9.112775E-3,0E0,0E0,0E0,0E0,0E0,7.001225E-1,1.1936187E0,4.9378824E-1,1.703426E-2,6.781615E-1,5.122958E-1,1.1284521E0,7.8686905E-1,1.2325032E0,1.8008657E0,5.8139014E-1,6.206205E-1,8.3915377E-1,4.342755E-1,1.010011E0,1.1984843E0,7.501388E-2,2.9300824E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.9993965E-1,6.5064E-1,1.3166655E0,6.583929E-2,0E0,4.721322E-1,0E0,0E0,1.1207014E-1,0E0,4.815927E-2,0E0,1.1330681E0,0E0,1.0225758E-1,0E0,2.5689316E-1,0E0,0E0,4.807377E-1,0E0,0E0,0E0,3.5272098E-1,0E0,0E0,0E0,0E0,3.8569832E-1,0E0,5.1122475E-1,0E0,0E0,1.5693688E-1,0E0,4.7804165E-1,0E0,2.9020977E-1,0E0,2.193923E-1,0E0,1.00350976E-1,0E0,0E0,0E0,0E0,4.246748E-2,1.1538215E0,4.1159296E-1,0E0,2.2748208E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.6071147E-1,2.2911263E-1,0E0,0E0,3.236642E-1,0E0,0E0,0E0,0E0,1.039353E0,5.750401E-1,1.2828672E0,7.225972E-2,5.418894E-1,0E0,0E0,1.0632462E-1,5.830717E-1,4.0777225E-2,1.3963293E-1,4.3747783E-1,6.241137E-1,8.682095E-1,5.2462006E-1,0E0,7.3530865E-1,1.1203554E0,0E0,7.117424E-1,7.783561E-1,8.628581E-1,3.7947719E-3,5.8720636E-1,0E0,6.191783E-1,6.086414E-1,3.223345E-1,1.135107E0,1.481947E0,1.064425E0,1.2440579E0,0E0,0E0,0E0,2.5113976E-1,0E0,0E0,4.661219E-1,9.656733E-3,2.2064134E-1,1.815616E0,0E0,0E0,0E0,1.2590504E-1,0E0,0E0,0E0,0E0,0E0,1.1959515E0,0E0,0E0,0E0,0E0,3.4742928E-1,0E0,2.750919E-1,0E0,3.951664E-1,0E0,1.4489555E-1,0E0,2.3003578E-2,0E0,2.9436398E-1,0E0,1.9152546E-1,0E0,0E0,1.6298747E-1,0E0,0E0,3.6961183E-1,0E0,7.1389246E-1,0E0,2.0327681E-1,0E0,0E0,0E0,0E0,0E0,0E0,6.2412643E-1,0E0,3.4132576E-1,7.8607523E-1,4.7667244E-1,1.4957476E-1,3.4069054E-2,4.0138294E-3,1.1213224E0,0E0,3.1555995E-2,0E0,4.2070913E-1,0E0,0E0,0E0,5.646136E-1,0E0,0E0,0E0,2.3168679E-1,0E0,4.962356E-1,0E0,5.451119E-1,4.497128E-1,6.3642424E-1,0E0,4.4190598E-1,8.541317E-2,4.0615076E-1,1.7729921E0,3.7647867E-1,0E0,4.081974E-1,0E0,7.615688E-1,2.8110057E-1,5.5010897E-1,0E0,0E0,7.214502E-1,0E0,5.342989E-1,0E0,3.8484983E-2,5.095613E-1,2.67273E-1,0E0,5.2303714E-1,6.937609E-1,1.0843189E0,3.3213833E-1,8.662E-1,0E0,6.9729745E-1,1.1349654E0,0E0,0E0,0E0,2.1168995E-1,0E0,5.2218784E-2,2.4283074E-1,3.8538426E-1,2.0117874E0,8.651171E-3,0E0,0E0,0E0,1.0978279E0,3.683076E-1,0E0,0E0,3.4848642E-1,0E0,3.7635422E-1,0E0,0E0,0E0,0E0,0E0,2.1691132E-1,0E0,0E0,0E0,1.1161566E-2,2.8291047E-3,0E0,4.38838E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.2598734E-1,0E0,3.4765625E-1,7.3111826E-1,2.7177623E-1,7.580161E-3,0E0,8.866858E-2,1.7722268E-1,0E0,5.3425625E-2,4.5658827E-1,0E0,2.3057446E-2,0E0,0E0,3.1566715E-1,1.3585873E-2,5.852928E-1,7.61345E-2,0E0,1.3849974E-1,0E0,2.3536134E-1,0E0,2.004919E-1,0E0,1.6430098E-1,1.144379E-1,3.1002903E-1,0E0,0E0,0E0,0E0,1.5394497E-1,1.124156E0,3.2479787E-1,7.9018044E-1,1.6820827E-1,0E0,0E0,1.5597272E-1,5.326269E-1,4.2964768E-1,0E0,2.7600268E-1,6.3740134E-1,0E0,1.6638827E-1,5.894995E-1,1.1424167E-2,1.5278202E-1,0E0,0E0,3.0083787E-1,0E0,1.5399003E-1,5.0930417E-1,0E0,1.5820707E-1,8.7118983E-1,3.6848392E-2,4.134009E-1,2.5513384E-1,4.3348506E-1,1.0346885E0,0E0,7.659154E-2,6.2352824E-1,2.8486192E-1,1.293895E0,2.0432758E-1,0E0,0E0,0E0,0E0,2.0257738E-1,9.558258E-2,4.9638104E-1,1.0656195E0,0E0,0E0,0E0,9.5378685E-1,0E0,4.821639E-1,0E0,3.922391E-1,0E0,2.99798E-1,0E0,0E0,1.8239403E-1,0E0,0E0,0E0,0E0,3.177867E-1,0E0,0E0,8.665562E-3,0E0,3.779714E-1,9.931576E-2,0E0,4.7751093E-1,1.5871745E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.508431E-2,0E0,4.350419E-1,0E0,0E0,0E0,2.730174E-1,0E0,7.31903E-3,9.6849255E-2,6.053493E-1,0E0,0E0,7.699475E-2,0E0,0E0,2.3205161E-1,0E0,2.5613213E-1,0E0,0E0,0E0,2.4242977E-2,1.390509E-1,0E0,1.7141342E-1,1.2891531E-1,0E0,7.8011477E-1,1.013197E0,4.601624E-1,5.879054E-1,1.895026E-1,2.0089824E-1,6.966549E-2,0E0,1.9610667E-1,0E0,2.455844E-1,2.2749516E-1,0E0,5.8184254E-1,6.453349E-1,3.0421242E-1,0E0,4.1292012E-1,0E0,2.2668242E-1,0E0,5.241904E-1,0E0,7.718073E-2,0E0,0E0,1.9122982E-1,0E0,1.8589848E-1,0E0,0E0,3.759682E-2,0E0,0E0,1.8708636E-1,9.373286E-1,1.0069004E-1,0E0,0E0,3.802495E-1,2.6436993E-1,4.483001E-1,0E0,1.9402295E-1,0E0,1.0007138E0,1.9752197E-1,0E0,0E0,5.200101E-1,8.195961E-2,3.4107015E-1,1.6087493E-2,9.4564414E-1,0E0,2.094059E-1,0E0,2.4278581E-2,0E0,1.13620035E-1,0E0,3.8366497E-1,4.8393297E-1,0E0,0E0,8.055439E-1,2.2952366E-1,0E0,8.2977295E-2,0E0,0E0,5.819416E-2,0E0,2.0638084E-1,0E0,0E0,1.0406017E-2,0E0,0E0,0E0,0E0,0E0,4.0948677E-1,4.855795E-3,0E0,0E0,0E0,2.2492968E-2,0E0,4.2766E-1,0E0,5.6654453E-2,3.2500648E-3,0E0,0E0,0E0,8.487754E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.9052387E-2,7.282257E-2,0E0,1.3848329E-1,0E0,5.2941847E-1,3.083834E-1,6.6368103E-1,0E0,0E0,3.060906E-1,1.12261E-1,0E0,0E0,1.06081486E-1,0E0,0E0,0E0,3.0643046E-2,0E0,1.7831802E-1,1.6893393E-1,0E0,0E0,2.2096837E-1,1.7814553E-1,0E0,1.3312817E-2,9.722887E-2,0E0,2.0484662E-1,2.792852E-1,0E0,0E0,1.9037509E-1,0E0,3.7985325E-1,0E0,1.4706254E-2,0E0,1.2145603E-1,0E0,0E0,0E0,0E0,0E0,1.8289001E-1,0E0,6.0766435E-1,1.778678E-1,0E0,0E0,3.0856228E-1,0E0,2.8469515E-1,3.339978E-1,3.0211413E-3,2.6689595E-1,0E0,0E0,8.0287504E-1,0E0,1.282239E-1,3.2377028E-1,0E0,0E0,2.597782E-2,2.9765487E-1,0E0,2.4793888E-2,2.2825257E-1,6.7724943E-1,1.2548245E-2,0E0,2.8636217E-1,0E0,0E0,0E0,0E0,0E0,3.7686825E-1,0E0,0E0,6.767025E-1,0E0,0E0,0E0,0E0,5.3902626E-2,0E0,0E0,1.6737652E-1,0E0,0E0,0E0,0E0,2.992251E-1,0E0,3.8365215E-2,0E0,0E0,0E0,1.771326E-1,0E0,1.9200087E-1,0E0,0E0,1.7677498E-1,0E0,0E0,0E0,4.9340248E-2,0E0,0E0,0E0,1.1009687E-1,2.3930506E-3,0E0,3.057407E-1,5.973196E-1,0E0,4.0889472E-1,0E0,0E0,6.90791E-2,8.521414E-2,0E0,6.438506E-2,0E0,1.7194963E-1,0E0,1.464445E-1,0E0,2.0265377E-1,0E0,0E0,6.695104E-2,0E0,0E0,7.5199157E-3,0E0,0E0,0E0,3.137467E-1,0E0,0E0,0E0,0E0,3.8528156E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.9107552E-1,0E0,0E0,0E0,3.290639E-1,2.7604973E-1,0E0,0E0,2.1985841E-1,0E0,0E0,0E0,0E0,5.771322E-1,1.3538356E-1,4.15307E-2,0E0,2.074058E-1,0E0,0E0,0E0,0E0,3.1990576E-1,0E0,2.449045E-3,1.6264373E-1,0E0,5.5284977E-1,0E0,8.463199E-2,0E0,3.9349556E-2,0E0,5.0600886E-2,0E0,0E0,4.205742E-1,0E0,1.6020584E-1,2.0012379E-1,0E0,6.85066E-2,0E0,0E0,7.979944E-2,1.095376E-1,0E0,3.623085E-1,1.9665632E-2,1.3791895E-1,0E0,0E0,6.428242E-2,0E0,0E0,0E0,2.7572345E-2,0E0,2.285049E-1,0E0,5.904188E-1,1.3902819E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.320262E-1,0E0,1.641773E-1,2.6716292E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.2639618E-1,3.8310528E-2,0E0,4.7994947E-1,0E0,2.2246313E-1,0E0,0E0,1.2762839E-1,1.6992044E-1,0E0,0E0,3.5941315E-1,2.3863827E-1,0E0,0E0,0E0,0E0,0E0,0E0,6.849384E-2,0E0,0E0,1.7151254E-1,0E0,0E0,3.673172E-2,0E0,1.2224677E-1,3.641987E-2,0E0,0E0,9.241474E-2,2.596836E-1,0E0,0E0,6.1585426E-2,7.506466E-2,0E0,0E0,0E0,0E0,0E0,0E0,4.357481E-2,0E0,0E0,1.1522953E-1,0E0,0E0,0E0,7.0209503E-3,0E0,1.1342363E-2,0E0,0E0,1.7957973E-1,0E0,5.793009E-1,0E0,3.6060095E-2,0E0,1.327343E-1,1.8550825E-1,0E0,0E0,0E0,0E0,0E0,3.484249E-2,0E0,0E0,5.1309156E-1,0E0,1.8121767E-1,0E0,2.1308005E-2,1.3445234E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.1598434E-1,0E0,0E0,1.847744E-2,0E0,0E0,0E0,0E0,7.866487E-3,2.6748657E-2,0E0,0E0,0E0,8.850086E-2,0E0,0E0,4.83634E-1,0E0,0E0,1.3767052E-1,0E0,0E0,1.5190434E-1,2.3179054E-3,0E0,1.3715427E-1,1.5571928E-1,3.253541E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.4011192E-1,0E0,0E0,0E0,0E0,0E0,0E0,6.991935E-2,0E0,0E0,3.85561E-1,0E0,0E0,0E0,1.5365815E-1,0E0,1.6991138E-2,6.021297E-2,0E0,1.0692072E-1,0E0,1.4897633E-1,0E0,0E0,1.3700676E-1,0E0,1.8042302E-1,0E0,2.9636383E-1,0E0,1.2577963E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.9235134E-2,0E0,3.39777E-1,0E0,4.414773E-2,0E0,1.7716789E-1,0E0,0E0,1.9296026E-1,0E0,1.7324448E-1,0E0,3.0159712E-2,0E0,1.4714146E-1,0E0,0E0,1.2748241E-2,0E0,0E0,1.306262E-1,0E0,0E0,9.128666E-2,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,15,15,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,26,26,29,29,30,30,32,32,33,33,34,34,35,35,36,36,37,37,39,39,40,40,41,41,42,42,43,43,44,44,45,45,46,46,47,47,49,49,51,51,52,52,54,54,55,55,59,59,60,60,61,61,64,64,65,65,66,66,67,67,68,68,69,69,70,70,71,71,72,72,73,73,74,74,75,75,76,76,77,77,78,78,79,79,80,80,82,82,83,83,84,84,85,85,86,86,87,87,88,88,90,90,91,91,93,93,94,94,96,96,100,100,101,101,102,102,103,103,104,104,106,106,107,107,111,111,116,116,119,119,121,121,122,122,124,124,125,125,126,126,127,127,128,128,130,130,131,131,132,132,136,136,137,137,139,139,140,140,141,141,144,144,145,145,146,146,151,151,152,152,153,153,154,154,159,159,160,160,161,161,162,162,164,164,165,165,166,166,167,167,170,170,172,172,176,176,179,179,181,181,183,183,184,184,185,185,186,186,190,190,192,192,194,194,196,196,198,198,201,201,202,202,203,203,204,204,209,209,213,213,215,215,216,216,217,217,218,218,219,219,220,220,221,221,223,223,224,224,225,225,226,226,227,227,228,228,229,229,232,232,238,238,241,241,244,244,248,248,249,249,251,251,252,252,253,253,256,256,258,258,261,261,263,263,266,266,267,267,268,268,270,270,271,271,272,272,274,274,275,275,276,276,277,277,278,278,280,280,282,282,283,283,285,285,286,286,287,287,288,288,290,290,291,291,293,293,294,294,295,295,296,296,298,298,299,299,300,300,301,301,302,302,306,306,307,307,309,309,314,314,315,315,320,320,321,321,324,324,328,328,329,329,334,334,335,335,336,336,337,337,338,338,339,339,340,340,345,345,346,346,348,348,349,349,350,350,351,351,352,352,354,354,355,355,357,357,359,359,363,363,364,364,366,366,367,367,370,370,371,371,372,372,373,373,374,374,375,375,376,376,377,377,378,378,381,381,382,382,383,383,384,384,387,387,388,388,391,391,397,397,408,408,409,409,411,411,413,413,414,414,420,420,427,427,429,429,430,430,431,431,432,432,433,433,434,434,435,435,436,436,437,437,440,440,444,444,446,446,447,447,450,450,452,452,455,455,456,456,457,457,458,458,460,460,462,462,463,463,464,464,465,465,466,466,467,467,468,468,469,469,470,470,471,471,472,472,473,473,474,474,475,475,476,476,478,478,479,479,481,481,490,490,491,491,499,499,504,504,505,505,506,506,508,508,510,510,511,511,512,512,513,513,514,514,515,515,516,516,522,522,527,527,530,530,531,531,533,533,534,534,535,535,536,536,538,538,542,542,543,543,544,544,545,545,546,546,547,547,548,548,549,549,550,550,551,551,553,553,554,554,556,556,557,557,559,559,560,560,561,561,562,562,563,563,565,565,566,566,567,567,568,568,569,569,570,570,571,571,574,574,578,578,584,584,585,585,588,588,590,590,592,592,593,593,594,594,596,596,599,599,600,600,601,601,602,602,604,604,606,606,609,609,614,614,615,615,617,617,620,620,622,622,623,623,625,625,626,626,627,627,628,628,629,629,630,630,631,631,632,632,633,633,634,634,636,636,637,637,639,639,640,640,641,641,644,644,645,645,646,646,648,648,652,652,653,653,656,656,658,658,659,659,664,664,671,671,674,674,676,676,678,678,680,680,687,687,690,690,691,691,694,694,695,695,696,696,697,697,698,698,700,700,701,701,702,702,706,706,709,709,712,712,715,715,721,721,722,722,723,723,724,724,725,725,726,726,727,727,728,728,729,729,730,730,731,731,732,732,733,733,734,734,735,735,736,736,737,737,738,738,745,745,746,746,747,747,748,748,750,750,753,753,755,755,757,757,759,759,761,761,764,764,768,768,773,773,775,775,778,778,780,780,782,782,784,784,786,786,791,791,792,792,793,793,795,795,802,802,803,803,806,806,811,811,812,812,813,813,814,814,815,815,818,818,819,819,820,820,821,821,822,822,823,823,824,824,825,825,827,827,828,828,830,830,831,831,832,832,833,833,834,834,836,836,837,837,838,838,839,839,840,840,841,841,842,842,846,846,849,849,850,850,851,851,852,852,856,856,862,862,867,867,869,869,871,871,873,873,875,875,877,877,879,879,882,882,885,885,887,887,889,889,896,896,898,898,899,899,900,900,901,901,902,902,903,903,904,904,906,906,908,908,912,912,916,916,918,918,920,920,921,921,922,922,924,924,925,925,926,926,927,927,928,928,930,930,932,932,933,933,934,934,937,937,939,939,941,941,942,942,943,943,945,945,946,946,947,947,948,948,949,949,951,951,952,952,956,956,958,958,959,959,960,960,961,961,962,962,966,966,967,967,970,970,972,972,978,978,982,982,983,983,985,985,992,992,994,994,995,995,996,996,997,997,999,999,1000,1000,1002,1002,1003,1003,1005,1005,1008,1008,1009,1009,1010,1010,1011,1011,1013,1013,1015,1015,1017,1017,1019,1019,1020,1020,1021,1021,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1033,1033,1034,1034,1035,1035,1037,1037,1038,1038,1040,1040,1041,1041,1042,1042,1043,1043,1046,1046,1048,1048,1049,1049,1051,1051,1052,1052,1053,1053,1054,1054,1055,1055,1056,1056,1057,1057,1059,1059,1060,1060,1061,1061,1062,1062,1063,1063,1068,1068,1069,1069,1070,1070,1071,1071,1075,1075,1077,1077,1079,1079,1081,1081,1084,1084,1089,1089,1092,1092,1094,1094,1095,1095,1097,1097,1098,1098,1105,1105,1107,1107,1111,1111,1113,1113,1114,1114,1115,1115,1118,1118,1121,1121,1123,1123,1127,1127,1128,1128,1130,1130,1131,1131,1133,1133,1134,1134,1135,1135,1136,1136,1137,1137,1138,1138,1139,1139,1141,1141,1143,1143,1144,1144,1146,1146,1147,1147,1148,1148,1150,1150,1152,1152,1154,1154,1156,1156,1159,1159,1161,1161,1164,1164,1167,1167,1168,1168,1169,1169,1172,1172,1173,1173,1174,1174,1176,1176,1178,1178,1179,1179,1182,1182,1183,1183,1184,1184,1185,1185,1186,1186,1188,1188,1190,1190,1192,1192,1194,1194,1195,1195,1198,1198,1199,1199,1201,1201,1204,1204,1206,1206,1209,1209,1215,1215,1216,1216,1220,1220,1222,1222,1224,1224,1225,1225,1229,1229,1240,1240,1241,1241,1243,1243,1245,1245,1246,1246,1247,1247,1250,1250,1251,1251,1254,1254,1258,1258,1260,1260,1261,1261,1264,1264,1265,1265,1267,1267,1268,1268,1270,1270,1271,1271,1274,1274,1276,1276,1278,1278,1280,1280,1286,1286,1288,1288,1289,1289,1292,1292,1294,1294,1295,1295,1296,1296,1297,1297,1300,1300,1302,1302,1303,1303,1306,1306,1307,1307,1309,1309,1310,1310,1311,1311,1312,1312,1314,1314,1320,1320,1323,1323,1328,1328,1331,1331,1336,1336,1338,1338,1342,1342,1344,1344,1347,1347,1351,1351,1355,1355,1356,1356,1358,1358,1359,1359,1361,1361,1364,1364,1365,1365,1367,1367,1369,1369,1371,1371,1373,1373,1376,1376,1379,1379,1383,1383,1388,1388,1396,1396,1400,1400,1401,1401,1404,1404,1409,1409,1410,1410,1411,1411,1413,1413,1418,1418,1420,1420,1421,1421,1423,1423,1425,1425,1427,1427,1429,1429,1432,1432,1434,1434,1435,1435,1437,1437,1440,1440,1441,1441,1443,1443,1444,1444,1445,1445,1448,1448,1452,1452,1454,1454,1456,1456,1457,1457,1466,1466,1468,1468,1469,1469,1476,1476,1477,1477,1479,1479,1481,1481,1484,1484,1485,1485,1488,1488,1489,1489,1496,1496,1499,1499,1502,1502,1504,1504,1505,1505,1508,1508,1509,1509,1512,1512,1513,1513,1520,1520,1523,1523,1527,1527,1529,1529,1532,1532,1534,1534,1536,1536,1538,1538,1539,1539,1545,1545,1548,1548,1550,1550,1552,1552,1553,1553,1572,1572,1575,1575,1580,1580,1581,1581,1585,1585,1588,1588,1591,1591,1594,1594,1595,1595,1597,1597,1598,1598,1599,1599,1606,1606,1613,1613,1616,1616,1620,1620,1622,1622,1623,1623,1625,1625,1627,1627,1630,1630,1632,1632,1634,1634,1636,1636,1644,1644,1646,1646,1648,1648,1650,1650,1653,1653,1655,1655,1657,1657,1659,1659,1662,1662,1665,1665,1668,1668],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,-1,30,-1,32,34,36,38,40,42,44,46,-1,48,-1,-1,50,52,-1,54,56,58,60,62,64,-1,66,68,70,72,74,76,78,80,82,-1,84,-1,86,88,-1,90,92,-1,-1,-1,94,96,98,-1,-1,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,-1,134,136,138,140,142,144,146,-1,148,150,-1,152,154,-1,156,-1,-1,-1,158,160,162,164,166,-1,168,170,-1,-1,-1,172,-1,-1,-1,-1,174,-1,-1,176,-1,178,180,-1,182,184,186,188,190,-1,192,194,196,-1,-1,-1,198,200,-1,202,204,206,-1,-1,208,210,212,-1,-1,-1,-1,214,216,218,220,-1,-1,-1,-1,222,224,226,228,-1,230,232,234,236,-1,-1,238,-1,240,-1,-1,-1,242,-1,-1,244,-1,246,-1,248,250,252,254,-1,-1,-1,256,-1,258,-1,260,-1,262,-1,264,-1,-1,266,268,270,272,-1,-1,-1,-1,274,-1,-1,-1,276,-1,278,280,282,284,286,288,290,-1,292,294,296,298,300,302,304,-1,-1,306,-1,-1,-1,-1,-1,308,-1,-1,310,-1,-1,312,-1,-1,-1,314,316,-1,318,320,322,-1,-1,324,-1,326,-1,-1,328,-1,330,-1,-1,332,334,336,-1,338,340,342,-1,344,346,348,350,352,-1,354,-1,356,358,-1,360,362,364,366,-1,368,370,-1,372,374,376,378,-1,380,382,384,386,388,-1,-1,-1,390,392,-1,394,-1,-1,-1,-1,396,398,-1,-1,-1,-1,400,402,-1,-1,404,-1,-1,-1,406,408,-1,-1,-1,-1,410,412,414,416,418,420,422,-1,-1,-1,-1,424,426,-1,428,430,432,434,436,-1,438,440,-1,442,-1,444,-1,-1,-1,446,448,-1,450,452,-1,-1,454,456,458,460,462,464,466,468,470,-1,-1,472,474,476,478,-1,-1,480,482,-1,-1,484,-1,-1,-1,-1,-1,486,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,488,490,-1,492,-1,494,496,-1,-1,-1,-1,-1,498,-1,-1,-1,-1,-1,-1,500,-1,502,504,506,508,510,512,514,516,518,-1,-1,520,-1,-1,-1,522,-1,524,526,-1,-1,528,-1,530,-1,-1,532,534,536,538,-1,540,-1,542,544,546,548,550,552,554,556,558,560,562,564,566,568,570,-1,572,574,-1,576,-1,-1,-1,-1,-1,-1,-1,-1,578,580,-1,-1,-1,-1,-1,-1,-1,582,-1,-1,-1,-1,584,586,588,-1,590,-1,592,594,596,598,600,602,604,-1,-1,-1,-1,-1,606,-1,-1,-1,-1,608,-1,-1,610,612,-1,614,616,618,620,-1,622,-1,-1,-1,624,626,628,630,632,634,636,638,640,642,-1,644,646,-1,648,650,-1,652,654,656,658,660,-1,662,664,666,668,670,672,674,-1,-1,676,-1,-1,-1,678,-1,-1,-1,-1,-1,680,682,-1,-1,684,-1,686,-1,688,690,692,-1,694,-1,-1,696,698,700,702,-1,704,-1,706,-1,-1,708,-1,-1,-1,-1,710,712,-1,714,-1,-1,716,-1,718,720,-1,722,724,726,728,730,732,734,736,738,740,-1,742,744,-1,746,748,750,-1,-1,752,754,756,-1,758,-1,-1,-1,760,762,-1,-1,764,-1,766,768,-1,-1,-1,-1,770,-1,-1,-1,-1,-1,-1,772,-1,-1,774,-1,776,-1,778,-1,780,-1,-1,-1,-1,-1,-1,782,-1,-1,784,786,-1,-1,788,790,792,794,796,-1,798,800,802,-1,-1,-1,804,-1,-1,806,-1,-1,808,-1,-1,810,-1,-1,-1,-1,-1,812,814,816,818,820,822,824,826,828,830,832,834,836,838,840,842,844,846,-1,-1,-1,-1,-1,-1,848,850,852,854,-1,856,-1,-1,858,-1,860,-1,862,-1,864,-1,866,-1,-1,868,-1,-1,-1,870,-1,-1,-1,-1,872,-1,874,-1,-1,876,-1,878,-1,880,-1,882,-1,884,-1,-1,-1,-1,886,888,890,-1,892,-1,-1,-1,-1,-1,-1,894,896,-1,-1,898,-1,-1,-1,-1,900,902,904,906,908,-1,-1,910,912,914,916,918,920,922,924,-1,926,928,-1,930,932,934,936,938,-1,940,942,944,946,948,950,952,-1,-1,-1,954,-1,-1,956,958,960,962,-1,-1,-1,964,-1,-1,-1,-1,-1,966,-1,-1,-1,-1,968,-1,970,-1,972,-1,974,-1,976,-1,978,-1,980,-1,-1,982,-1,-1,984,-1,986,-1,988,-1,-1,-1,-1,-1,-1,990,-1,992,994,996,998,1000,1002,1004,-1,1006,-1,1008,-1,-1,-1,1010,-1,-1,-1,1012,-1,1014,-1,1016,1018,1020,-1,1022,1024,1026,1028,1030,-1,1032,-1,1034,1036,1038,-1,-1,1040,-1,1042,-1,1044,1046,1048,-1,1050,1052,1054,1056,1058,-1,1060,1062,-1,-1,-1,1064,-1,1066,1068,1070,1072,1074,-1,-1,-1,1076,1078,-1,-1,1080,-1,1082,-1,-1,-1,-1,-1,1084,-1,-1,-1,1086,1088,-1,1090,-1,-1,-1,-1,-1,-1,1092,-1,1094,1096,1098,1100,-1,1102,1104,-1,1106,1108,-1,1110,-1,-1,1112,1114,1116,1118,-1,1120,-1,1122,-1,1124,-1,1126,1128,1130,-1,-1,-1,-1,1132,1134,1136,1138,1140,-1,-1,1142,1144,1146,-1,1148,1150,-1,1152,1154,1156,1158,-1,-1,1160,-1,1162,1164,-1,1166,1168,1170,1172,1174,1176,1178,-1,1180,1182,1184,1186,1188,-1,-1,-1,-1,1190,1192,1194,1196,-1,-1,-1,1198,-1,1200,-1,1202,-1,1204,-1,-1,1206,-1,-1,-1,-1,1208,-1,-1,1210,-1,1212,1214,-1,1216,1218,-1,-1,-1,-1,-1,-1,1220,-1,1222,-1,-1,-1,1224,-1,1226,1228,1230,-1,-1,1232,-1,-1,1234,-1,1236,-1,-1,-1,1238,1240,-1,1242,1244,-1,1246,1248,1250,1252,1254,1256,1258,-1,1260,-1,1262,1264,-1,1266,1268,1270,-1,1272,-1,1274,-1,1276,-1,1278,-1,-1,1280,-1,1282,-1,-1,1284,-1,-1,1286,1288,1290,-1,-1,1292,1294,1296,-1,1298,-1,1300,1302,-1,-1,1304,1306,1308,1310,1312,-1,1314,-1,1316,-1,1318,-1,1320,1322,-1,-1,1324,1326,-1,1328,-1,-1,1330,-1,1332,-1,-1,1334,-1,-1,-1,-1,-1,1336,1338,-1,-1,-1,1340,-1,1342,-1,1344,1346,-1,-1,-1,1348,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1350,1352,-1,1354,-1,1356,1358,1360,-1,-1,1362,1364,-1,-1,1366,-1,-1,-1,1368,-1,1370,1372,-1,-1,1374,1376,-1,1378,1380,-1,1382,1384,-1,-1,1386,-1,1388,-1,1390,-1,1392,-1,-1,-1,-1,-1,1394,-1,1396,1398,-1,-1,1400,-1,1402,1404,1406,1408,-1,-1,1410,-1,1412,1414,-1,-1,1416,1418,-1,1420,1422,1424,1426,-1,1428,-1,-1,-1,-1,-1,1430,-1,-1,1432,-1,-1,-1,-1,1434,-1,-1,1436,-1,-1,-1,-1,1438,-1,1440,-1,-1,-1,1442,-1,1444,-1,-1,1446,-1,-1,-1,1448,-1,-1,-1,1450,1452,-1,1454,1456,-1,1458,-1,-1,1460,1462,-1,1464,-1,1466,-1,1468,-1,1470,-1,-1,1472,-1,-1,1474,-1,-1,-1,1476,-1,-1,-1,-1,1478,-1,-1,-1,-1,-1,-1,-1,1480,-1,-1,-1,1482,1484,-1,-1,1486,-1,-1,-1,-1,1488,1490,1492,-1,1494,-1,-1,-1,-1,1496,-1,1498,1500,-1,1502,-1,1504,-1,1506,-1,1508,-1,-1,1510,-1,1512,1514,-1,1516,-1,-1,1518,1520,-1,1522,1524,1526,-1,-1,1528,-1,-1,-1,1530,-1,1532,-1,1534,1536,-1,-1,-1,-1,-1,-1,-1,-1,1538,-1,1540,1542,-1,-1,-1,-1,-1,-1,1544,1546,-1,1548,-1,1550,-1,-1,1552,1554,-1,-1,1556,1558,-1,-1,-1,-1,-1,-1,1560,-1,-1,1562,-1,-1,1564,-1,1566,1568,-1,-1,1570,1572,-1,-1,1574,1576,-1,-1,-1,-1,-1,-1,1578,-1,-1,1580,-1,-1,-1,1582,-1,1584,-1,-1,1586,-1,1588,-1,1590,-1,1592,1594,-1,-1,-1,-1,-1,1596,-1,-1,1598,-1,1600,-1,1602,1604,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1606,-1,-1,1608,-1,-1,-1,-1,1610,1612,-1,-1,-1,1614,-1,-1,1616,-1,-1,1618,-1,-1,1620,1622,-1,1624,1626,1628,-1,-1,-1,-1,-1,-1,1630,-1,-1,-1,-1,-1,-1,1632,-1,-1,1634,-1,-1,-1,1636,-1,1638,1640,-1,1642,-1,1644,-1,-1,1646,-1,1648,-1,1650,-1,1652,-1,-1,-1,-1,-1,-1,-1,1654,-1,1656,-1,1658,-1,1660,-1,-1,1662,-1,1664,-1,1666,-1,1668,-1,-1,1670,-1,-1,1672,-1,-1,1674,-1,-1,-1,-1,-1,-1],"split_conditions":[1.1562682E2,2.9614258E-1,6.7578125E-1,2.2357483E2,5.3808594E-1,5.1953125E-1,3.028125E1,1.9178845E2,8.696289E-1,9.189453E-1,2.42229E2,8.833008E-1,8.20907E-1,4.811537E0,-7.793125E-1,5.9906006E-2,-7.62041E-1,1.0719299E-2,1.7830231E0,9.682617E-1,2.76E2,1.8276724E2,2.2440307E0,2.1331787E-2,9.6972656E-1,-0E0,5.626188E0,-2.237883E-1,-0E0,8.808594E-1,1E2,-0E0,6.12028E1,8.959961E-1,1.3242401E0,1.4981284E2,5.8878827E0,5.3715096E0,-0E0,9.838867E-1,1.0262858E0,1.6998236E2,1.0559194E0,1.10222565E2,1.0144043E-1,2.4077632E0,1.1455654E2,5.7019033E0,-0E0,3.653125E1,-5.3800654E-1,8.4716797E-1,7.562318E1,-0E0,2.4169922E-2,1.8070942E0,-0E0,-0E0,-1.1523964E-1,9.145112E1,7.266495E-1,5.4041085E0,-0E0,-7.4970376E-1,9.980469E-1,1.3611656E2,8.48125E1,1.2714189E2,9.980469E-1,9.975586E-1,4.9145508E-1,6.6365456E1,1.7127991E-3,5.002396E0,7.6875E1,9.824219E-1,1.3459376E1,2.1425911E2,5.925E1,5.7594612E1,1.8236187E0,-7.181244E-1,1.0299464E0,1.1779785E-1,5.203125E1,5.8447266E-1,6.8893433E-3,4.234314E-3,8.539493E1,-0E0,4.7313786E0,9.5654297E-1,-0E0,6.281734E1,1.7692088E2,-0E0,2.0825E2,-7.1217835E-1,-0E0,-4.4069985E-1,3.640625E1,1.18628586E2,1.803709E2,1.2298584E-2,1.008125E2,-1.8935978E-1,1.7773438E-1,2.3346324E0,-0E0,-4.639568E-1,-0E0,9.131279E-1,-0E0,-4.0823966E-1,7.964818E-1,-0E0,1.143293E0,-4.323372E-1,-0E0,5.9E1,-0E0,8.460999E-3,2.6266412E2,-0E0,4.0338547E2,5.673828E-1,8.88125E1,4.984375E1,9.189453E-1,-0E0,1.586914E-2,1.7251845E2,3.9716488E1,-0E0,-2.9790515E-2,-0E0,1.1668425E0,4.689443E1,-0E0,6.820809E1,1.9799805E-1,8.4625E1,-7.5906837E-1,-0E0,6.359375E1,1.1218829E2,3.1015625E1,-5.0969076E-1,-0E0,6.880699E-1,-0E0,9.9902344E-1,9.8828125E-1,9.892578E-1,8.817795E1,-7.3157966E-1,-0E0,9.147325E-1,-0E0,1.8294637E2,7.2216797E-1,9.8535156E-1,1.9050462E2,-0E0,1.13125E2,8.769531E-1,6.0184324E-1,1.1101958E0,-0E0,-0E0,4.8021188E-1,-0E0,6.713867E-2,-0E0,-7.3277146E-1,-0E0,7.8271484E-1,-0E0,-4.0037167E-1,8.758545E-2,-0E0,9.9902344E-1,-0E0,6.149292E-3,2.7412703E0,2.6394196E0,1.218125E2,-0E0,2.7108318E-1,-0E0,6.37207E-2,-0E0,1.1769387E2,-0E0,9.238281E-1,-0E0,3.906933E0,-0E0,9.355469E-1,-0E0,-3.7333134E-1,6.903076E-2,8.07068E1,9.64375E1,8.691406E-1,-4.638336E-2,-0E0,-5.308883E-1,-0E0,4.3945312E-1,-0E0,-0E0,-1.7934608E-1,1.117378E0,-0E0,1.4868164E-1,6.757729E1,1.3459376E1,9.946289E-1,6.7626953E-1,1.4440918E-1,3.128125E1,-0E0,9.448242E-1,7.689911E1,1.0204607E2,7.466854E-1,9.135742E-1,6.620039E1,9.971619E-3,-0E0,-0E0,7.680664E-1,-0E0,-3.9477453E-1,-0E0,7.8594023E-1,-0E0,9.995117E-1,-0E0,9.643214E-1,1.218125E2,-0E0,-0E0,4.420324E0,-7.131665E-1,-0E0,-0E0,1.1624906E2,5.675E1,-0E0,8.012478E1,1.0719299E-2,3.679532E0,-0E0,-0E0,6.389618E-3,-0E0,1.6718141E0,-0E0,3.9692992E-1,1.1723873E2,-0E0,9.2643135E1,-0E0,-0E0,4.7313786E0,1.3086053E2,1.67573E2,-7.381371E-1,8.0078125E-2,2.2949219E-1,1.1150913E0,-0E0,1.1278405E2,1.4674263E2,4.0587383E1,2.0297227E0,1.4074707E-1,-0E0,3.355719E1,-0E0,9.0966797E-1,1.5866824E0,-2.8664187E-1,7.0166016E-1,1.076875E2,3.4521484E-1,3.0796875E1,-0E0,9.9902344E-1,3.275E1,-0E0,9.8828125E-1,1.0386697E0,1.9821982E2,1.839576E2,-0E0,1.1302579E2,1.1757402E0,1.9903542E2,3.778125E1,9.658203E-1,-0E0,-7.425503E-1,-0E0,1.6149038E0,1.66339E1,-0E0,4.60625E1,-0E0,4.578181E-1,-0E0,-0E0,2.9277802E-3,1.2255178E2,-0E0,-0E0,5.1024216E-1,-0E0,6.149292E-3,6.7759636E1,-0E0,-0E0,9.9902344E-1,-0E0,9.508922E-1,-0E0,4.1783757E0,1.3712851E0,-0E0,-6.2765795E-1,-0E0,-0E0,1.778566E2,7.63125E1,1.9045055E0,1.1101958E0,5.300359E0,4.9072266E-1,9.667969E-1,-0E0,-6.0958195E-1,-0E0,1.6038485E0,7.25E1,6.37207E-2,-0E0,5.3953815E0,1.4048293E2,7.3291016E-1,5.496875E1,1.6149038E0,-0E0,5.3953815E0,6.4014834E-1,-0E0,1.1218829E2,-0E0,3.878125E1,-0E0,-2.5469887E-1,-0E0,9.313104E1,2.2961426E-1,-0E0,2.5971567E1,5.5161303E-1,-0E0,-0E0,9.980469E-1,3.1671875E1,9.848633E-1,1.8603516E-1,9.698486E-2,1.7518798E0,1.9210815E-2,1.3850015E0,2.2676443E2,-6.4630103E-1,-0E0,2.019043E-1,9.1503906E-1,3.6328125E-1,5.865176E-1,-1.4238197E-1,-0E0,5.225803E0,7.0375E1,-0E0,1.4519637E0,2.492945E0,-7.2154546E-1,-0E0,1.0472553E0,-0E0,-5.826911E-1,5.565625E1,-0E0,-0E0,-4.3628556E-1,-0E0,1.2040927E0,-6.6134673E-1,-0E0,-2.414098E-1,-0E0,-0E0,2.7170334E0,3.0796875E1,-0E0,5.1600704E0,-0E0,1.755713E0,5.6689453E-1,-0E0,1.389574E-1,-3.6797035E-1,-0E0,-0E0,9.5166016E-1,-1.5301487E-1,-0E0,-0E0,5.7648116E-1,-0E0,-3.8016185E-1,5.626188E0,-0E0,7.266495E-1,4.3969585E1,2.391909E0,1.1324565E0,6.713867E-2,3.0083954E0,4.6539307E-2,4.9986987E0,5.562303E0,-0E0,-0E0,5.292969E-1,-0E0,7.8024054E-1,-0E0,1.01135254E-1,-0E0,1.3574219E-1,2.154303E0,-0E0,-0E0,9.9853516E-1,-0E0,8.267427E-1,-6.106793E-1,-0E0,6.6625E1,6.3720703E-1,3.9916992E-1,9.9121094E-1,-0E0,6.547886E-1,-0E0,5.859375E-2,6.51875E1,5.378125E1,8.88125E1,7.761472E1,1.1455654E2,1.7213681E2,5.3360508E1,2.3973068E2,3.112793E-1,7.988281E-1,5.432747E0,9.0125E1,1.4457663E0,1.0475E2,-0E0,8.383789E-1,5.78125E-1,-0E0,9.8339844E-1,2.3230511E-1,-0E0,-6.503074E-2,-0E0,7.2269094E-1,1.457861E0,-0E0,-0E0,3.7872314E-2,9.980469E-1,-0E0,-0E0,9.3436676E-1,-2.00773E-1,-0E0,-0E0,6.837386E-1,4.909668E-1,-0E0,-0E0,-1.5013236E-1,-0E0,2.3071289E-2,8.25E1,5.625E1,-0E0,5.9906006E-2,-0E0,7.159618E1,7.65625E1,6.7375E1,3.4875E1,6.538086E-1,3.359375E-1,6.020508E-1,-6.273452E-1,-0E0,-7.366443E-1,-0E0,-0E0,3.9184296E1,-3.031456E-1,-0E0,5.34925E-1,-0E0,5.756294E0,-0E0,-0E0,5.044366E0,3.1666129E0,-0E0,7.264415E-1,9.5751953E-1,9.663086E-1,9.9316406E-1,-0E0,3.640625E1,-0E0,4.26933E-1,-0E0,9.892578E-1,1.5511911E0,5.859375E1,3.317871E-1,1.7910563E0,9.707031E-1,3.778125E1,9.9902344E-1,6.635742E-1,4.734375E1,-0E0,3.4125E1,9.813423E1,-0E0,5.403125E1,5.2631617E0,-0E0,4.48125E1,8.417969E-1,6.692959E1,8.042004E1,5.5904746E0,-0E0,1.0204607E2,2.9223633E-1,5.3436007E0,1.00097656E-1,9.321289E-1,5.653125E1,3.028125E1,-0E0,-0E0,1.7127991E-3,-1.792474E-1,-0E0,-0E0,8.232422E-1,-6.3918906E-1,-0E0,-7.180065E-1,-0E0,-0E0,6.881162E-1,8.270264E-2,-0E0,-0E0,1.19642654E2,-0E0,3.128125E1,-0E0,1.315594E2,6.80905E1,7.841797E-1,-0E0,7.8466797E-1,-0E0,-4.8914802E-1,1.8444824E-1,1.7236328E-1,1.4953613E-2,1.6097078E2,-0E0,8.535156E-1,-0E0,2.0324707E-2,-6.867832E-1,-0E0,9.9E1,-0E0,-2.3087688E-1,-0E0,-0E0,5.1692543E0,2.3071289E-2,-0E0,8.149414E-1,-0E0,-0E0,9.7021484E-1,-0E0,3.315625E1,9.506836E-1,-0E0,3.043993E0,9.224246E1,8.8623047E-1,9.213867E-1,9.3066406E-1,9.9609375E-1,3.6064243E0,2.0996094E-1,5.913086E-1,3.1671875E1,-0E0,3.4478085E0,4.8623496E-1,-0E0,4.70625E1,1.310303E2,1.4991826E2,-0E0,-0E0,9.223938E-3,1.05875E2,4.9389648E-1,-0E0,9.9560547E-1,-3.213258E-1,-0E0,-0E0,8.6035156E-1,1.67375E2,-0E0,-0E0,8.796692E-3,-2.2246367E-1,1.0262858E0,2.545166E-2,-0E0,3.3393914E-1,-0E0,-0E0,5.828125E1,2.4185237E-1,-0E0,-0E0,-1.0232165E0,-0E0,4.89936E-1,4.9072266E-1,-0E0,-0E0,5.9258E0,-0E0,9.711914E-1,-0E0,1.2469577E0,-0E0,3.1219482E-2,-0E0,-1.4023486E-1,7.538297E-1,-0E0,-0E0,-4.9568367E-1,1.4148083E2,-0E0,-0E0,5.9906006E-2,5.5145264E-2,-0E0,-0E0,8.544922E-1,1.5360026E0,9.345703E-1,1.5875E2,2.3292801E2,-0E0,1.4637315E2,1.9484142E0,4.831543E-1,3.074957E-1,-0E0,-0E0,8.88125E1,-6.1126447E-1,-0E0,4.1503906E-2,-0E0,-0E0,4.88125E1,-1.3207805E-1,-0E0,3.166652E1,-0E0,-0E0,-4.9934912E-1,-5.300205E-1,-0E0,7.3375E1,4.975E1,4.718893E0,1.1053467E-1,1.6343852E0,3.906933E0,1.8225098E-1,1.6503632E0,7.1899414E-2,7.3095703E-1,5.965625E1,9.454346E-2,3.371875E1,1.7199707E-1,2.8150933E0,1.1404889E2,7.507324E-2,9.111328E-1,-0E0,-3.2920635E-1,1.1670283E0,-0E0,-0E0,-6.507084E-1,7.680664E-1,4.2936273E0,6.2E1,9.873047E-1,-0E0,6.7822266E-1,-0E0,-6.120569E-1,1.1210082E2,-0E0,1.370248E2,-0E0,2.7679443E-2,-0E0,5.083008E-1,-0E0,1.013125E2,-0E0,-0E0,9.7216797E-1,-0E0,9.829029E-2,-0E0,5.233553E0,-0E0,-1.7063434E-1,-2.9141006E-1,-0E0,9.9853516E-1,-0E0,1.4637315E2,-0E0,-0E0,4.041511E0,-0E0,9.9853516E-1,-0E0,8.6625E1,-0E0,5.5870515E-1,-0E0,3.440625E1,-0E0,7.885724E-1,-2.6164645E-1,-0E0,2.3808382E0,9.716797E-1,2.5123515E0,-0E0,4.4140625E-1,-0E0,-6.2668395E-1,-0E0,-0E0,-3.299648E-1,-0E0,1.2255178E2,3.2073975E-2,-0E0,-0E0,6.3623047E-1,-2.769319E-1,-0E0,-0E0,3.6339447E-1,4.29375E1,1.6040039E-1,1.5031339E0,1.0461426E-1,1.4953613E-2,-0E0,-0E0,8.959961E-1,4.234314E-3,1.517334E-1,2.4536133E-1,4.296875E1,1.532121E0,2.3486328E-1,4.9591064E-3,-0E0,3.575E1,5.029297E-1,-0E0,6.458827E1,3.178125E1,6.660156E-1,5.403125E1,1.7881145E2,-0E0,1.193125E2,1.2779366E0,1.6097078E2,3.496875E1,3.8422909E0,3.7415597E0,1.9628906E-1,-0E0,-1.6285117E-1,-0E0,8.0810547E-1,3.334197E-1,-0E0,9.079934E-1,5.71875E1,9.785156E-1,8.1E1,-4.7240525E-1,-0E0,-0E0,1.626375E0,-2.5420687E-1,-0E0,3.0836412E-1,-0E0,-0E0,6.870117E-1,-0E0,3.2036814E-1,-7.727906E-1,-0E0,9.9609375E-1,-0E0,9.971619E-3,-0E0,9.07135E-3,-0E0,9.980469E-1,-0E0,2.8167725E-2,-0E0,3.384375E1,-0E0,1.3305664E-1,-0E0,-0E0,5.6933594E-1,-0E0,3.6271295E-1,7.4072266E-1,-1.3313011E-2,9.2333984E-1,-0E0,9.1875E1,-0E0,-5.0480163E-1,-0E0,4.6662158E-1,-0E0,-0E0,3.7207692E0,-0E0,1.23227E0,9.094238E-2,7.484461E1,5.246875E1,2.1376555E0,4.9883556E1,1.05875E2,1.6137266E-1,4.53125E1,-0E0,1.4541626E-2,-2.2251785E-1,-0E0,-0E0,7.51875E1,-0E0,-1.2230205E-1,-0E0,7.519531E-1,-0E0,1.08875E2,-0E0,9.189453E-1,2.1563299E0,8.9990234E-1,-0E0,1.9595676E2,9.6972656E-1,1.2541362E0,4.88125E1,9.111328E-1,-0E0,9.224246E1,1.7506848E-1,3.9625E1,9.892578E-1,5.385742E-1,-4.126892E-2,-0E0,2.7441406E-1,-0E0,9.6240234E-1,-0E0,1.09375E-1,1.4513676E2,1.8876064E0,-0E0,3.3219106E0,2.6901245E-2,3.2952393E1,7.089844E-1,8.9375E1,-0E0,4.803125E1,1.4706736E0,4.7566083E-1,-0E0,-0E0,4.6224666E0,-3.514858E-2,8.45806E1,2.0393786E0,8.763536E1,2.1923828E-1,5.131836E-1,-0E0,1.1994686E0,-0E0,9.692383E-1,2.275E2,-0E0,-0E0,9.0478516E-1,-0E0,1.244375E2,1.0143079E0,-0E0,-0E0,7.8992325E-1,-0E0,3.44375E1,1.3964858E0,-0E0,-0E0,1.7275E2,9.5458984E-1,-0E0,7.8875E1,-0E0,5.2469516E-1,-0E0,1.9003272E0,-0E0,-0E0,4.878998E-3,-0E0,6.692959E1,1.9396973E-1,8.96875E1,9.5458984E-1,-0E0,7.761472E1,8.730469E-1,-0E0,8.725586E-1,9.9560547E-1,-0E0,9.461393E1,-0E0,-0E0,6.29375E1,4.84375E1,4.9986987E0,1.5751108E0,-0E0,2.0324707E-2,-0E0,9.941406E-1,-0E0,1.218125E2,-0E0,5.568739E1,1.3242401E0,5.574597E-1,-0E0,1.891631E-1,-0E0,-0E0,9.951172E-1,2.4914002E0,1.3549805E-1,6.51875E1,9.456452E1,1.6047394E0,-0E0,1.8192119E2,9.345703E-1,1.09436035E-1,-0E0,8.984375E-1,4.042842E1,-0E0,1.3426222E0,1.0406494E-1,2.0329618E0,2.1514893E-2,-0E0,-0E0,1.619873E-1,-0E0,9.243164E-1,1.656217E2,-0E0,2.3065267E0,1.8508409E0,3.6976721E0,3.065625E1,1.6299646E2,4.449623E1,7.421875E-2,-0E0,6.8115234E-1,1.2885497E2,4.5947266E-1,4.6704102E-1,1.3072801E0,-0E0,-0E0,1.5241475E-1,-0E0,4.559375E1,7.705078E-1,4.05E1,3.5828834E0,-0E0,-6.310242E-2,-0E0,4.234314E-3,-0E0,9.9853516E-1,-0E0,9.5751953E-1,-0E0,3.25E1,-0E0,-0E0,5.4855347E-3,-5.4536086E-1,-0E0,3.6138463E-1,-0E0,1.3815323E0,-0E0,-0E0,4.732746E0,-0E0,4.2237785E1,9.916992E-1,-0E0,4.338379E-1,2.6565552E-2,5.2482706E-1,-0E0,-1.7252237E-1,-0E0,-0E0,2.602078E-1,2.4304199E-1,-0E0,3.228125E1,-0E0,-0E0,-1.4843431E-1,5.446132E1,-0E0,5.683594E-1,7.125E1,1.8926317E2,-0E0,-0E0,4.3969585E1,-0E0,-5.97714E-1,6.9125E1,-0E0,7.3545586E1,-0E0,-0E0,5.056203E-1,5.475E1,1.1053467E-1,-0E0,9.931453E1,1.2415321E2,-0E0,2.019043E-1,9.18125E1,4.440625E1,3.6251738E0,1.9632405E0,5.796875E1,9.7704583E-1,-0E0,4.496875E1,-0E0,9.7802734E-1,6.692959E1,-0E0,2.4516625E0,8.169207E1,7.3095703E-1,-0E0,8.1933594E-1,-0E0,2.0715363E0,-0E0,1.803358E0,-0E0,1.586914E-2,-0E0,-2.5448605E-1,1.501924E0,-0E0,9.355469E-1,-0E0,-0E0,1.53196E1,-0E0,-2.614492E-1,4.434375E1,6.5771484E-1,6.958008E-1,-0E0,-0E0,7.397461E-1,6.620039E1,9.947432E1,-0E0,9.951172E-1,-0E0,2.2077162E1,5.05625E1,-0E0,-0E0,9.760742E-1,6.6E1,1.0619717E2,6.775E1,8.3496094E-1,-0E0,2.513793E1,-0E0,3.663898E1,-0E0,2.0229216E2,-0E0,3.289795E-2,1.9979639E0,-0E0,-0E0,9.1503906E-1,9.84375E-1,-0E0,9.466553E-2,-0E0,-0E0,4.803125E1,-0E0,4.732746E0,1.0982248E0,-0E0,6.1920166E-2,-0E0,-0E0,-5.830789E-1,5.397394E-1,-0E0,1.2436414E0,1.5980119E0,-0E0,2.874596E-1,-0E0,8.556919E1,-0E0,7.3095703E-1,-0E0,6.556537E1,4.1375E1,-0E0,1.8962319E-1,-0E0,9.100104E1,-0E0,-0E0,3.699464E-1,6.746502E-1,-0E0,-0E0,-6.998063E-1,8.9232005E-2,-0E0,-0E0,6.616211E-1,9.9316406E-1,-0E0,1.8112183E-2,-0E0,1.00097656E-1,1.586914E-2,9.891087E1,-0E0,-0E0,9.296875E-1,4.638867E1,-0E0,-0E0,1.5153645E2,-0E0,2.826136E-1,-0E0,5.1625E1,-0E0,9.926758E-1,4.2874045E0,-0E0,-0E0,9.082031E-1,4.2896885E1,-0E0,5.180664E-1,4.15625E1,-0E0,4.1375E1,7.6660156E-1,-0E0,-0E0,9.2089844E-1,-0E0,4.078125E1,-0E0,9.404297E-1,-0E0,3.7708306E0,-4.9066687E-1,-0E0,-0E0,-4.9418226E-1,-0E0,1.3712851E0,-0E0,1.9979639E0,4.147339E-2,-0E0,-0E0,3.321875E1,-0E0,1.4887653E2,9.863281E-2,9.321289E-1,1.0125E2,-0E0,-0E0,8.4277344E-1,-0E0,7.5390625E-1,8.35625E1,-0E0,-0E0,1.044945E0,2.1325684E-1,-0E0,1.4001465E-1,9.916992E-1,1.12E2,1.7378914E2,-0E0,9.980469E-1,-0E0,-3.6319998E-1,-0E0,-2.560126E-1,-0E0,9.2089844E-1,-0E0,1.8737972E0,2.5971567E1,-0E0,7.3905814E-1,-0E0,-0E0,3.0796875E1,-0E0,7.4702656E-1,1.40875E2,-0E0,-0E0,6.692168E-1,-0E0,3.5467997E0,-0E0,1.1856257E0,1.945743E-1,-0E0,-0E0,5.2653766E0,-0E0,4.91875E1,-0E0,-6.4953715E-2,1.4225E2,-0E0,-0E0,-3.1768623E-1,7.011088E-1,-0E0,-0E0,-5.686585E-1,1.19642654E2,3.053125E1,-0E0,6.419855E1,7.011088E-1,-0E0,1.19642654E2,-0E0,-0E0,5.275E1,3.24375E1,-0E0,4.078125E1,-0E0,5.3360508E1,-0E0,1.4683356E2,-0E0,1.3353079E2,-0E0,-0E0,9.9871737E-1,-0E0,-3.9112666E-1,5.4855347E-3,-0E0,-0E0,4.2760488E-1,1.975752E0,-0E0,7.567506E-1,-0E0,-0E0,1.08875E2,-1.9349886E-1,-0E0,-0E0,5.77619E-1,-4.0196708E-1,-0E0,-0E0,3.8145149E0,-0E0,2.9490983E-1,-0E0,1.193125E2,6.4697266E-2,-0E0,-0E0,4.5629883E-1,-0E0,3.3785198E-2,4.8908344E-1,-0E0,7.318115E-2,1.0847726E2,2.2440307E0,-0E0,1.9895706E1,-0E0,-0E0,2.1022534E-1,-0E0,2.3046875E-1,-0E0,3.1957788E0,5.546875E1,-0E0,7.680664E-1,-0E0,2.2827148E-2,-0E0,9.902344E-1,-0E0,8.618164E-1,-0E0,-0E0,5.0105524E0,-0E0,7.720947E-2,8.6279297E-1,-0E0,4.76875E1,-0E0,-0E0,4.909668E-1,1.2481689E-2,-0E0,6.274414E-1,5.378125E1,1.2685891E0,-0E0,-0E0,9.946289E-1,-4.155169E-1,-0E0,-0E0,4.415625E1,-0E0,1.4683356E2,-0E0,1.4247733E2,1.9210815E-2,-0E0,4.508767E-1,-0E0,-0E0,-5.3466356E-1,-0E0,3.2610205E-1,-0E0,6.1920166E-2,-0E0,9.921875E-1,4.860085E0,-0E0,-0E0,-5.6969863E-1,-0E0,2.2367309E-1,-0E0,3.525E1,1.8926317E2,-0E0,6.3727512E1,-0E0,1.3738815E2,-0E0,-0E0,3.090625E1,5.0332355E0,-0E0,-0E0,9.9853516E-1,1.8112183E-2,-0E0,-0E0,3.6557302E-1,-0E0,-6.6135913E-1,-0E0,1.5638684E2,1.1212012E-1,-0E0,9.31875E1,-0E0,-0E0,1.9376758E2,-0E0,1.4810313E2,3.821875E1,-0E0,-0E0,9.6240234E-1,1.02452194E2,-0E0,-0E0,7.466854E-1,3.2097142E0,-0E0,-0E0,-5.373285E-1,-0E0,2.0593823E-1,-0E0,9.340873E1,-0E0,7.0212185E-1,6.719971E-2,-0E0,-0E0,6.9849056E-1,4.9616556E0,-0E0,1.6968785E2,-0E0,-0E0,2.4521554E0,-0E0,5.446132E1,-0E0,3.0421875E1,-0E0,4.0181036E0,6.124878E-2,-0E0,4.1433766E-1,-0E0,-0E0,6.58368E-1,7.841797E-1,-0E0,-0E0,4.678125E1,-0E0,9.3002686E1,-0E0,1.1668425E0,4.2076197E0,-0E0,9.410012E-1,-0E0,-0E0,3.100184E-1,-5.4989386E-1,-0E0,-3.859716E-1,-0E0,9.0220094E-1,-0E0,2.5900796E-1,-0E0,-0E0,-6.7637646E-1,6.987235E-1,-0E0,-0E0,3.1015625E1,-0E0,-8.5229045E-1,5.078125E-2,-0E0,-7.9902536E-1,-0E0,-0E0,7.4450485E1,8.4472656E-2,-0E0,1.2862523E-1,-0E0,9.9902344E-1,-0E0,-0E0,3.028125E1,-0E0,-5.65004E-1,8.163452E-3,-0E0,-0E0,1.4953613E-2,3.5858154E-3,-0E0,8.4765625E-1,9.9902344E-1,9.13125E1,-0E0,-0E0,4.5392996E-1,-5.571946E-1,-0E0,-0E0,5.859375E-2,-0E0,1.1979654E0,-0E0,2.1935463E-1,-0E0,8.382407E-1,1.126709E-1,-0E0,-0E0,3.028125E1,-0E0,-6.215518E-1,-0E0,9.5947266E-2,-0E0,7.1484375E-1,8.183594E-1,-0E0,1.809082E-1,-0E0,3.62854E-2,-0E0,-0E0,5.308216E-1,-0E0,6.903076E-2,-0E0,6.50896E-1,-0E0,4.84375E1,-7.872866E-1,-0E0,-0E0,2.6166427E-1,7.15464E-1,-0E0,-0E0,9.9072266E-1,-0E0,9.8535156E-1,-0E0,9.645908E1,-0E0,9.379883E-1,-0E0,-5.4158026E-1,3.7314304E1,-0E0,7.1899414E-2,-0E0,9.5375E1,-0E0,6.855011E-3,-0E0,-0E0,2.8701782E-2,-0E0,1.1736734E0,4.025E1,-0E0,-0E0,5.036323E0,-0E0,-6.4077085E-1,-0E0,5.909352E-1,7.6607436E-1,-0E0],"split_indices":[5,15,13,7,14,12,10,6,14,13,6,15,1,2,0,15,0,19,2,12,10,4,3,17,14,0,1,0,0,13,10,0,5,12,0,4,0,1,0,13,2,7,0,7,13,0,4,0,0,8,0,12,5,0,18,3,0,0,0,5,3,3,0,0,15,6,10,7,19,15,17,4,18,1,8,14,7,6,9,7,3,0,1,18,8,13,18,18,5,0,1,18,0,5,6,0,11,0,0,0,10,6,7,17,10,0,13,0,0,0,0,1,0,0,0,0,2,0,0,10,0,19,6,0,7,19,11,9,15,0,19,6,7,0,0,0,2,7,0,5,15,9,0,0,9,4,8,0,0,0,0,17,18,18,4,0,0,0,0,7,15,12,6,0,8,15,3,1,0,0,3,0,19,0,0,0,15,0,0,12,0,17,0,19,2,1,10,0,0,0,13,0,5,0,15,0,1,0,12,0,0,13,5,9,13,0,0,0,0,16,0,0,0,3,0,13,5,7,18,12,18,8,0,18,5,5,3,14,5,19,0,0,14,0,0,0,0,0,15,0,0,10,0,0,2,0,0,0,5,8,0,4,16,3,0,0,17,0,1,0,0,5,0,5,0,0,1,6,6,0,19,15,2,0,7,7,4,2,12,0,4,0,13,2,0,16,8,14,8,0,14,11,0,15,2,6,6,0,5,1,7,8,16,0,0,0,1,7,0,11,0,0,0,0,17,4,0,0,0,0,18,4,0,0,17,0,0,0,0,1,0,0,0,0,6,8,1,1,1,19,17,0,0,0,0,10,13,0,2,6,12,9,1,0,2,1,0,4,0,11,0,0,0,4,16,0,7,3,0,0,17,8,14,13,18,0,18,2,6,0,0,16,17,16,1,0,0,1,10,0,0,3,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,1,8,0,0,0,1,13,0,0,0,0,0,14,0,0,0,0,0,0,1,0,3,4,0,0,12,2,17,2,0,0,0,14,0,0,0,14,0,18,2,0,0,15,0,0,0,0,10,12,16,15,0,2,0,13,11,11,10,5,4,6,4,6,18,13,1,11,0,9,0,12,14,0,15,0,0,0,0,0,0,0,0,16,17,0,0,0,0,0,0,0,14,0,0,0,0,16,9,9,0,14,0,5,10,11,11,13,14,17,0,0,0,0,0,7,0,0,0,0,1,0,0,1,3,0,1,15,14,15,0,11,0,0,0,17,0,9,19,3,15,8,19,17,8,0,10,4,0,9,3,0,8,14,5,5,3,0,5,12,3,13,14,11,11,0,0,19,0,0,0,14,0,0,0,0,0,3,12,0,0,4,0,8,0,4,7,19,0,13,0,0,16,18,19,6,0,18,0,18,0,0,9,0,0,0,0,1,16,0,17,0,0,17,0,8,18,0,2,5,17,14,13,15,0,12,16,8,0,2,1,0,10,4,6,0,0,18,9,12,0,16,0,0,0,12,10,0,0,17,0,2,18,0,0,0,0,9,0,0,0,0,0,0,18,0,0,1,0,12,0,2,0,17,0,0,0,0,0,0,6,0,0,14,19,0,0,15,1,15,9,7,0,4,0,19,0,0,0,11,0,0,17,0,0,8,0,0,7,0,0,0,0,0,10,8,3,18,0,1,13,0,12,14,10,13,8,12,0,4,13,14,0,0,0,0,0,0,14,2,11,16,0,14,0,0,5,0,4,0,16,0,15,0,8,0,0,12,0,0,0,0,0,0,0,0,16,0,4,0,0,2,0,15,0,10,0,1,0,11,0,0,0,0,3,17,2,0,14,0,0,0,0,0,0,4,19,0,0,14,0,0,0,0,11,12,3,18,19,0,0,18,18,13,16,9,3,16,16,0,8,13,0,5,11,19,9,6,0,10,3,6,8,0,2,18,0,0,0,13,0,0,2,11,14,9,0,0,0,3,0,0,0,0,0,14,0,0,0,0,19,0,19,0,16,0,15,0,18,0,10,0,12,0,0,15,0,0,12,0,16,0,10,0,0,0,0,0,0,2,0,2,12,5,8,1,4,9,0,11,0,17,0,0,0,11,0,0,0,16,0,10,0,14,3,15,0,6,15,3,11,15,0,5,0,11,14,18,0,0,16,0,16,0,12,6,2,0,2,18,7,19,10,0,10,1,0,0,0,3,0,4,3,4,19,19,0,0,0,13,9,0,0,19,0,8,0,0,0,0,0,8,0,0,0,11,16,0,10,0,0,0,0,0,0,19,0,5,13,9,18,0,5,14,0,13,19,0,7,0,0,11,9,2,1,0,18,0,18,0,11,0,4,0,0,0,0,0,0,16,0,13,10,5,0,0,6,15,13,0,17,7,0,2,17,1,19,0,0,12,0,17,6,0,0,0,3,8,6,7,17,0,16,4,17,17,0,0,0,0,0,10,17,8,2,0,0,0,19,0,15,0,12,0,10,0,0,19,0,0,0,0,1,0,0,0,0,7,18,0,18,17,0,0,0,0,0,0,17,0,10,0,0,0,5,0,17,11,6,0,0,4,0,0,8,0,5,0,0,0,8,18,0,5,4,0,16,9,10,3,3,9,1,0,9,0,16,5,0,2,5,14,0,12,0,0,0,0,0,18,0,0,2,0,19,0,0,7,0,0,8,14,18,0,0,14,5,7,0,16,0,7,9,0,0,15,9,7,11,18,0,7,0,7,0,6,0,16,3,0,0,12,18,0,12,0,0,9,0,0,0,0,12,0,0,0,0,0,1,2,0,0,0,4,0,14,0,4,9,0,0,0,5,0,0,0,0,0,0,0,0,0,0,16,19,0,19,0,13,18,5,0,0,16,7,0,0,4,0,0,0,11,0,17,3,0,0,19,7,0,15,11,0,9,13,0,0,18,0,9,0,18,0,0,0,0,0,0,0,1,0,3,18,0,0,10,0,4,13,14,9,0,0,17,0,19,10,0,0,1,12,0,13,15,11,6,0,15,0,0,0,0,0,19,0,0,7,0,0,0,0,8,0,0,9,0,0,0,0,3,0,3,0,0,0,2,0,8,0,0,11,0,0,0,2,0,0,0,4,11,0,4,2,0,4,0,0,11,8,0,9,0,4,0,6,0,7,0,0,2,0,0,18,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,1,0,0,0,11,16,0,0,13,0,0,0,0,13,4,3,0,7,0,0,0,0,18,0,2,8,0,15,0,19,0,19,0,15,0,0,3,0,13,19,0,9,0,0,15,19,0,14,11,1,0,0,18,0,0,0,11,0,6,0,6,18,0,0,0,0,0,0,0,0,12,0,19,3,0,0,0,0,0,0,9,6,0,5,0,6,0,0,8,0,0,0,14,19,0,0,0,0,0,0,4,0,0,10,0,0,6,0,4,9,0,0,16,5,0,0,3,3,0,0,0,0,0,0,5,0,0,13,0,0,0,3,0,6,0,0,0,0,5,0,8,0,3,13,0,0,0,0,0,12,0,0,9,0,5,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,17,0,0,0,0,5,12,0,0,0,15,0,0,10,0,0,17,0,0,18,18,0,17,15,10,0,0,0,0,0,0,13,0,0,0,0,0,0,12,0,0,11,0,0,0,12,0,12,14,0,12,0,16,0,0,2,0,13,0,3,0,9,0,0,0,0,0,0,0,18,0,19,0,5,0,12,0,0,7,0,12,0,9,0,16,0,0,17,0,0,10,0,0,2,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.6906956E3,1.2003397E3,4.9035577E2,2.2402373E2,9.76316E2,1.9932146E2,2.910343E2,2.1469618E2,9.327549E0,2.7881055E2,6.9750543E2,6.5265526E1,1.3405594E2,1.7512561E0,2.8928305E2,1.2648736E2,8.8208824E1,4.687486E0,4.640063E0,2.0823595E2,7.05746E1,6.3765393E2,5.9851505E1,2.8777075E1,3.6488453E1,1.0795544E0,1.3297638E2,1.5590947E0,1.9216144E-1,1.3118065E1,1.1336929E2,3.4280843E-1,4.344678E0,3.1038053E0,1.5362575E0,1.7545088E2,3.2785053E1,6.993238E1,6.422245E-1,6.098586E2,2.7795343E1,5.2740583E0,5.4577446E1,6.6347556E0,2.2142319E1,2.622222E1,1.0266233E1,1.3134572E2,1.6306558E0,9.045393E0,4.0726724E0,1.05655014E2,7.714279E0,4.010581E-1,3.9436197E0,2.8577852E0,2.4602023E-1,2.5567892E-1,1.2805786E0,1.5772313E2,1.7727766E1,3.2293938E1,4.9111533E-1,6.679258E1,3.1398022E0,5.918889E2,1.7969711E1,2.9532301E0,2.4842113E1,3.4635842E0,1.810474E0,2.9069543E0,5.167049E1,3.1918952E0,3.4428604E0,4.4358215E0,1.7706497E1,1.4862524E1,1.1359695E1,5.4246874E0,4.8415465E0,1.3014209E2,1.2036396E0,4.2080173E0,4.8373756E0,6.424792E1,4.1407097E1,4.0290794E0,3.6852E0,4.592197E-1,3.4844E0,2.5770488E0,2.807364E-1,1.0738953E2,5.0333595E1,7.6427317E-1,1.6963493E1,3.1271154E1,1.0227815E0,2.7376668E0,4.0213522E-1,6.0166573E1,5.317223E2,1.3162101E1,4.80761E0,1.4020839E0,1.5511461E0,2.4196665E1,6.4544845E-1,2.8815513E0,5.820329E-1,1.2600788E0,5.5039525E-1,2.3371358E0,5.698184E-1,1.0583655E0,5.0612125E1,2.9222782E0,2.6961717E-1,2.8703558E0,5.7250446E-1,2.5138702E0,1.9219514E0,3.9176598E-1,1.7314732E1,7.511754E0,7.3507705E0,7.4399966E-1,1.0615696E1,6.622277E-1,4.7624598E0,2.0648496E0,2.776697E0,1.7072466E-1,1.032915E0,8.691731E-1,3.3388443E0,3.6497838E0,1.1875917E0,2.108499E1,4.316293E1,1.6069009E0,3.9800194E1,3.5073566E-1,3.6783435E0,2.1023395E0,1.5828606E0,3.3133285E0,1.710716E-1,2.4036033E0,1.7344551E-1,1.9640411E1,8.7749115E1,2.9605097E1,2.0728497E1,1.6279072E1,6.8442166E-1,1.82936E-1,2.1919924E-1,1.6953535E1,4.321304E1,4.4694513E2,8.4777176E1,9.177695E-1,1.2244331E1,2.3623428E0,2.445267E0,1.3438178E0,2.0732835E-1,1.6635705E0,2.2533094E1,1.9672284E-1,1.0633559E0,8.0804914E-1,4.9804077E1,6.613543E-1,2.2090015E0,1.6594099E-1,2.3479292E0,1.5105109E0,4.114405E-1,1.7138443E1,1.762876E-1,4.4912295E0,3.0205243E0,4.8645053E0,2.4862652E0,3.2772088E-1,4.1627875E-1,1.7142951E0,8.901401E0,5.4497385E-1,4.217486E0,2.3556413E-1,1.8292855E0,5.1506275E-1,2.261634E0,4.128142E-1,2.9260302E0,1.1532646E0,2.496519E0,5.296662E0,1.5788328E1,3.3214478E1,9.94845E0,1.0676152E0,5.392858E-1,3.355122E0,3.2322162E-1,1.6063864E0,4.95953E-1,1.7296828E-1,1.4098923E0,1.9070456E1,5.699563E-1,7.9946594E1,7.8025255E0,2.6554031E1,3.0510647E0,8.221696E0,1.2506801E1,1.6112705E1,8.408307E-1,7.4736056E0,3.5739433E1,4.400548E2,6.8903446E0,6.762097E1,1.7156202E1,1.1964401E1,2.799308E-1,8.3619004E-1,1.5261527E0,1.707413E-1,2.274526E0,2.803789E-1,1.0634389E0,3.4628186E-1,2.2186811E1,2.1705994E-1,8.46296E-1,1.9821529E0,2.268486E-1,1.6517165E-1,1.3453393E0,1.6442207E1,6.962357E-1,3.77698E-1,4.1135316E0,2.313436E0,7.070883E-1,1.9602288E0,2.9042764E0,2.1479223E0,3.3834282E-1,6.7274123E-1,8.22866E0,2.0388798E-1,4.013598E0,1.6748463E-1,1.6618009E0,1.8471806E0,4.144535E-1,2.6811075E0,2.4492258E-1,2.6865727E-1,5.028004E0,6.626176E0,9.162153E0,2.9826979E1,3.3875003E0,3.9922085E0,5.9562416E0,5.852036E-1,1.0211829E0,3.2608824E0,1.5809572E1,2.1011719E1,5.893487E1,1.1716346E0,6.6308913E0,6.7339796E-1,2.5880634E1,1.3149927E0,1.736072E0,6.357268E0,1.8644285E0,3.7579339E0,8.748867E0,2.6097262E0,1.3502979E1,6.452951E0,1.0206548E0,2.3517925E1,1.2221507E1,4.041516E2,3.590318E1,3.2655665E-1,6.563788E0,3.749334E1,3.0127636E1,1.0289382E0,1.6127264E1,6.9247216E-1,1.1271929E1,2.3703153E-1,1.2891213E0,2.195322E1,2.3359165E-1,1.6733047E0,3.0884826E-1,1.1413996E0,2.0393962E-1,2.6481277E-1,3.848719E0,1.9083503E0,4.050856E-1,6.5417475E-1,1.3060541E0,2.6212096E-1,2.6421554E0,1.8178453E0,3.3007687E-1,7.2281295E-1,7.5058465E0,2.3113349E-1,3.7824643E0,1.7000088E-1,1.6771797E0,2.518324E0,1.6278379E-1,4.5494437E0,4.7856048E-1,6.615373E-1,5.9646387E0,5.380044E0,3.7821085E0,7.513706E-1,2.6361296E0,2.3656647E0,1.6265438E0,4.443741E-1,5.511867E0,2.0023654E-1,8.2094634E-1,9.5549864E-1,2.305384E0,7.007853E-1,1.5108788E1,1.0619018E1,1.0392702E1,1.7384745E1,4.155013E1,2.3450416E-1,6.396387E0,2.5112589E1,7.680457E-1,7.753805E-1,5.396121E-1,4.384286E0,1.9729818E0,1.6613678E0,2.0306073E-1,2.4371462E0,1.3207875E0,1.8986872E-1,8.558998E0,1.2735704E1,7.672751E-1,3.671141E-1,6.085837E0,1.4994877E1,8.523048E0,3.220828E0,9.000679E0,3.5276672E2,5.1384884E1,1.4044219E1,2.185896E1,6.178975E0,3.8481286E-1,2.3513706E1,1.3979632E1,9.316387E0,2.0811249E1,4.4089055E-1,5.880476E-1,1.3473793E1,2.653472E0,3.826432E-1,9.0647805E-1,1.3801231E0,2.0573097E1,3.7987274E-1,1.293432E0,1.8321294E-1,3.665506E0,1.671217E0,2.3713343E-1,2.136401E-1,2.4285152E0,2.966638E-1,1.5211816E0,7.278267E0,2.2757988E-1,1.500442E0,1.7673767E-1,2.423431E-1,2.2759807E0,4.966764E0,9.9787444E-1,5.0862646E0,2.9377967E-1,2.1823301E0,1.5997785E0,2.450403E-1,5.063303E-1,2.1700857E0,4.6604407E-1,8.490709E-1,1.5165938E0,1.3028225E0,3.2372123E-1,3.7431613E-1,5.8118254E-1,3.8133636E-1,1.9240475E0,1.4380823E1,7.27964E-1,1.7733378E0,8.84568E0,5.629043E0,4.7636585E0,5.353832E0,1.2030912E1,2.2105429E1,1.9444698E1,6.1344404E0,2.6194665E-1,3.919833E-1,2.4720606E1,1.8171588E-1,5.9366465E-1,4.321779E-1,3.952108E0,4.7183374E-1,1.9653126E0,1.0426482E0,2.781393E-1,3.7914038E-1,8.179858E0,7.8118813E-1,1.1954515E1,5.825293E0,2.605437E-1,1.892682E0,1.3102195E1,4.8425913E0,3.680457E0,1.5546128E0,1.6662154E0,2.4933436E0,6.5073357E0,1.0912623E2,2.436405E2,9.193085E0,4.2191803E1,3.8878765E0,1.0156343E1,1.955417E1,2.304788E0,6.6753697E0,1.6838337E1,9.694472E0,4.28516E0,3.3453581E0,5.9710293E0,2.2629375E0,1.8548311E1,1.2137107E1,1.3366855E0,1.3789372E0,1.2745346E0,2.8948092E-1,1.0906422E0,3.8344678E-1,1.2877702E0,1.8944829E0,3.814978E-1,2.8581178E-1,4.680952E0,4.842253E0,2.4401136E-1,1.44696E0,7.3537016E-1,1.4013795E0,1.9839905E-1,3.3905402E-1,1.1775398E0,1.3717518E1,6.633056E-1,4.9520004E-1,1.2781378E0,3.1335703E-1,8.532323E0,2.6335218E0,2.9955213E0,8.9547527E-1,3.8681831E0,1.3834355E0,3.970396E0,8.274262E0,3.75665E0,3.2647178E0,1.8840712E1,1.7569197E1,1.8755008E0,5.8359704E0,2.9847005E-1,2.4333231E1,3.8737348E-1,3.6620358E-1,3.5859044E0,1.796333E0,1.6897961E-1,8.558509E-1,1.8679738E-1,7.6095095E0,5.703486E-1,7.939876E-1,1.1160528E1,1.5976851E0,2.9499686E-1,1.0592528E1,2.5096667E0,1.7694598E0,3.0731316E0,4.588745E-1,3.2215827E0,1.9489563E-1,1.4713198E0,3.598747E-1,6.147461E0,5.5150944E1,5.3975285E1,1.0623728E2,1.3740323E2,5.3836718E0,3.8094125E0,1.0638034E1,3.1553766E1,2.7407863E0,1.1470901E0,6.093567E0,4.062776E0,8.744931E-1,1.8679678E1,1.6643106E0,6.4047754E-1,2.9237332E0,3.7516363E0,1.4083454E1,2.7548823E0,8.679072E0,1.0154002E0,1.9070286E0,2.3781316E0,1.2494291E0,2.095929E0,3.173192E0,2.797837E0,1.5796315E1,2.751995E0,3.5181653E-1,1.1785291E1,9.4875014E-1,4.3018714E-1,2.5670567E-1,4.424247E0,4.645937E0,1.9631638E-1,1.2614862E1,1.1026555E0,3.1089926E-1,8.221424E0,1.7187126E0,9.148092E-1,5.392146E-1,2.4563067E0,4.7099152E-1,3.3971918E0,4.4241494E-1,3.527981E0,5.3022385E0,2.9720242E0,1.13197E0,2.6246798E0,3.4900016E-1,2.9157176E0,1.024064E1,8.600072E0,1.2586601E1,4.9825964E0,4.9369478E-1,1.381806E0,3.6594453E-1,3.2199597E0,7.1981406E0,4.1136867E-1,1.0632562E1,5.2796644E-1,1.3948897E0,2.027954E-1,4.813827E-1,1.0111146E1,1.5841119E0,9.2555463E-1,1.4118145E0,3.5764536E-1,6.8084776E-1,2.392284E0,1.9715765E-1,3.024425E0,5.2138844E0,9.3357635E-1,3.9399956E1,1.5750987E1,2.322484E1,3.0750444E1,5.6729378E1,4.95079E1,3.399491E1,1.0340832E2,3.5435753E0,1.8400966E0,1.3455356E0,2.4638767E0,1.0328311E1,3.097231E-1,1.3910348E1,1.764342E1,1.9867208E0,7.5406545E-1,1.0300598E0,5.063507E0,1.956982E0,2.105794E0,1.4535741E0,1.7226103E1,1.4935572E0,1.7075336E-1,6.129948E-1,2.3107386E0,2.9652188E0,7.864175E-1,1.6027082E0,1.2480745E1,1.1781834E0,1.576699E0,8.29106E0,3.8801152E-1,1.6948919E0,2.1213657E-1,1.0763483E0,1.3017833E0,9.6253043E-1,2.868987E-1,6.6119474E-1,1.4347343E0,3.571338E-1,2.8160582E0,1.5836015E0,1.2142355E0,1.860278E-1,1.5610288E1,4.972765E-1,1.1288014E1,5.63226E-1,3.8610206E0,5.5589014E-1,7.6655335E0,2.6600218E-1,1.4527105E0,1.9674098E0,4.8889694E-1,2.3901534E-1,3.1581764E0,3.2836268E0,2.4435426E-1,5.3046685E-1,4.7717714E0,2.232727E0,7.3929733E-1,8.058964E-1,1.8187833E0,2.0700977E0,8.170542E0,3.60669E0,4.993382E0,1.4308251E0,1.1155776E1,2.0466483E0,2.9359481E0,1.2167845E0,1.6502157E-1,3.4448063E-1,2.8754792E0,1.0451868E1,1.8069378E-1,9.663841E0,4.4730416E-1,2.0427759E-1,1.3798344E0,1.0998046E0,3.1200978E-1,2.118569E0,2.7371487E-1,8.6081886E-1,2.1636062E0,4.3128715E0,9.0101284E-1,2.4716084E1,1.4683873E1,1.40361595E1,1.7148281E0,1.5151082E1,8.073757E0,1.4772491E1,1.5977952E1,5.400148E1,2.727898E0,4.1585247E1,7.9226537E0,1.8968224E1,1.5026689E1,5.888731E1,4.4521004E1,1.4890074E0,2.0545678E0,1.6564272E-1,1.6744539E0,1.915268E0,5.486088E-1,3.0217376E-1,1.0026137E1,1.2506876E0,1.265966E1,1.4823211E1,2.8202095E0,2.722383E-1,1.7144825E0,3.7169343E-1,4.691814E0,1.5284262E0,4.285559E-1,1.648806E0,4.5698786E-1,1.637088E1,8.5522294E-1,2.0738897E0,2.3684882E-1,2.7744963E0,1.9072235E-1,4.7636342E-1,1.2004382E1,5.337926E-1,1.0429064E0,4.8728132E-1,7.803779E0,2.1573752E-1,1.0860459E0,1.0654882E0,5.1811326E-1,1.5184256E1,4.2603245E-1,1.1116481E1,1.7153344E-1,1.6958717E-1,3.6914334E0,4.7926375E-1,7.1862698E0,1.936203E-1,3.0900066E0,5.276952E-1,4.2440763E0,2.5955054E-1,1.9731764E0,3.7479693E-1,1.4439864E0,1.5815917E0,4.8850596E-1,3.2246358E0,4.9459057E0,3.139004E0,4.6768588E-1,3.4636703E0,1.5297116E0,1.0738747E1,4.170294E-1,3.8419408E-1,1.6624542E0,1.6697142E0,1.266234E0,2.4627683E0,4.1271088E-1,4.231936E-1,9.240648E0,1.2162459E0,1.6358843E-1,1.7815262E-1,1.9404163E0,1.7088963E1,7.62712E0,1.085534E1,3.8285334E0,1.3053186E1,9.8297286E-1,4.0383422E-1,1.3109939E0,1.3403156E1,1.7479259E0,4.827865E0,3.245892E0,6.8049064E0,7.967585E0,1.4641536E1,1.3364164E0,5.608638E0,4.8392845E1,3.33141E-1,2.3947568E0,2.124283E1,2.0342419E1,1.668201E0,6.254452E0,3.132645E0,1.5835579E1,6.859155E0,8.167534E0,2.6196888E1,3.2690422E1,1.57223835E1,2.879862E1,2.670577E-1,1.2219497E0,2.9626295E-1,1.758305E0,5.9422237E-1,6.5646523E-1,1.049672E1,2.1629393E0,1.0380824E1,4.442386E0,2.6432672E0,1.7694218E-1,2.948054E-1,1.4196771E0,1.1755157E0,3.5291046E-1,1.3430002E0,3.058058E-1,6.938557E-1,1.5677025E1,1.6649318E-1,1.9073966E0,2.5115292E0,2.6296714E-1,1.1761202E1,2.431801E-1,7.5184774E0,2.8530177E-1,1.4790782E1,3.934736E-1,1.0732158E1,3.8432276E-1,3.3712096E0,3.2022384E-1,6.994065E0,1.9220494E-1,2.7446542E0,3.4535247E-1,2.3861411E-1,4.005462E0,2.3242795E-1,1.7407484E0,2.1846702E0,1.0399655E0,4.292224E0,6.5368193E-1,2.4976945E0,6.413095E-1,3.071602E0,3.9206806E-1,1.0830466E0,1.8318743E-1,4.6316665E-1,1.9996017E0,6.100279E-1,8.63062E0,6.0896206E0,1.0999343E1,3.4777732E0,4.149347E0,2.5552843E0,8.3000555E0,1.1882062E0,2.6403272E0,8.2107997E-1,1.2232106E1,1.0157582E0,2.952358E-1,4.68748E-1,1.2934408E1,5.893345E-1,1.1585914E0,9.634258E-1,3.8644392E0,4.8629615E-1,2.7595959E0,2.421434E0,4.3834724E0,2.5912652E0,5.37632E0,1.7461431E-1,1.4466922E1,1.653106E0,3.9555318E0,3.97667E1,8.626142E0,4.851968E-1,1.9095601E0,1.3269012E0,1.9915928E1,7.5747557E0,1.2767662E1,8.555911E-1,8.126099E-1,4.829569E0,1.4248838E0,1.4869383E1,9.661957E-1,2.1033704E0,4.7557845E0,3.902355E0,4.2651787E0,7.5044665E0,1.8692421E1,1.7692421E1,1.4998E1,1.2594122E1,3.1282618E0,1.0680373E1,1.8118246E1,1.5816913E0,1.7661369E-1,3.3719587E-1,1.0159525E1,9.4151455E-1,1.2214247E0,4.590236E0,5.790588E0,3.1182196E0,1.3241664E0,2.3831558E-1,1.1813616E0,9.488748E-1,1.472815E1,1.1115274E1,6.459277E-1,8.808552E-1,6.6376224E0,2.8835958E-1,1.4502422E1,1.0336518E1,3.9564008E-1,2.5126848E-1,3.119941E0,2.213068E-1,6.772758E0,2.4272795E0,3.1737465E-1,2.5294432E-1,3.752518E0,1.6139481E0,5.7072216E-1,3.6377738E0,6.5445006E-1,2.1527634E0,3.4493116E-1,1.5120296E0,4.8757207E-1,1.1634302E0,7.46719E0,6.7581356E-1,5.413807E0,3.4730554E0,7.526287E0,2.9184E0,5.5937326E-1,2.4051826E0,1.7441641E0,6.21641E-1,1.9336432E0,7.5907617E0,7.09294E-1,1.3821185E0,1.2582088E0,1.0766848E0,1.1155422E1,3.6261444E0,9.308264E0,2.2251356E0,1.6393038E0,2.474767E0,2.8482893E-1,4.1680236E0,2.1544884E-1,1.9975907E0,5.936745E-1,1.7332244E0,3.6430957E0,1.4231836E1,2.3508514E-1,1.2708791E0,3.8222682E-1,2.9129022E-1,3.6642416E0,2.9731876E1,1.0034826E1,5.233758E0,3.3923833E0,1.6306871E0,2.788729E-1,7.6577296E0,1.2258199E1,5.5556087E0,2.0191472E0,7.382247E0,5.385415E0,1.1274965E0,3.7020721E0,1.201673E1,2.8526528E0,1.5597456E0,5.43625E-1,7.156248E-1,4.0401597E0,6.744397E-1,3.227915E0,5.17217E0,2.3322966E0,2.5742714E0,1.6118149E1,3.0229647E0,1.4669457E1,1.0603365E1,4.394635E0,1.1447824E1,1.1462983E0,3.0029385E0,7.6774354E0,6.287386E0,1.1830861E1,9.689248E0,4.702764E-1,1.7756832E-1,1.0438564E0,1.0209237E0,3.5693126E0,2.4425266E0,3.3480613E0,1.2537392E0,1.8644804E0,8.218193E-1,5.023471E-1,1.4449444E1,2.7870637E-1,1.0148542E1,9.667315E-1,5.650816E0,9.868063E-1,1.4233561E1,2.6886153E-1,1.8116271E-1,6.591595E0,3.537459E0,2.1505922E-1,1.4307775E0,1.8317054E-1,3.3403146E0,2.9745907E-1,3.715194E-1,7.09567E0,1.0658897E0,4.347917E0,2.6654313E0,8.076239E-1,5.733863E0,1.7924246E0,2.7418675E0,1.7653243E-1,1.3833352E0,1.0218475E0,3.7673143E-1,1.3674327E0,1.7138002E0,2.1984299E-1,7.4241037E0,1.6665772E-1,3.7405324E-1,1.0080652E0,1.0486044E1,6.693781E-1,1.7871333E0,1.8390112E0,8.53407E0,7.741937E-1,1.6724926E-1,2.0578861E0,2.684665E-1,2.2063005E0,3.9789302E0,1.8909362E-1,1.8117968E0,1.8579388E-1,2.051619E-1,1.5280625E0,1.9243364E0,1.7187592E0,1.9356067E-1,1.4038276E1,3.2696378E0,3.9460373E-1,1.2234483E1,1.7497393E1,5.8951364E0,4.13969E0,3.3756962E0,1.858062E0,2.865351E0,5.270323E-1,7.150485E0,5.072445E-1,7.286835E0,4.9713635E0,1.0402335E0,4.515375E0,4.8031015E0,2.5791454E0,5.443489E-1,4.841066E0,4.7034025E-1,3.231732E0,1.1012802E0,1.091545E1,1.136855E0,1.7157978E0,2.629394E-1,1.2968061E0,3.7404952E0,2.9966462E-1,2.7268028E0,5.011123E-1,2.1990182E0,2.9731517E0,1.6661489E0,9.081226E-1,1.9329402E0,1.4185209E1,2.4525452E0,5.7041943E-1,3.8549045E-1,1.4283967E1,4.486429E0,6.1169357E0,9.191528E-1,3.4754825E0,1.5041013E0,9.943723E0,2.3915503E0,6.1138827E-1,2.2446895E0,5.4327455E0,2.0767035E0,4.2106824E0,4.388912E0,7.4419484E0,1.5665654E0,8.122683E0,8.632818E-1,2.7060308E0,6.1455995E-1,1.8279666E0,6.192771E-1,2.7287843E0,9.834774E-1,2.702618E-1,2.1106562E-1,1.4238379E1,9.167793E0,9.8074913E-1,5.143306E0,5.075102E-1,4.403482E-1,1.3793212E1,2.25588E-1,6.3660073E0,2.8595264E0,4.8078823E-1,6.893087E0,2.0258339E-1,4.5602393E-1,3.8918931E0,2.450128E0,2.1530323E-1,3.4122999E0,2.3215628E0,2.0103514E-1,1.5913894E0,1.9924101E-1,1.5145593E0,2.28815E-1,7.1952887E0,3.5868347E-1,1.012736E1,1.240509E0,5.466243E-1,1.368588E0,4.7042325E-1,7.603296E0,9.3077457E-1,2.1212643E-1,1.8457597E0,3.6251693E0,3.5376096E-1,1.7096454E-1,1.6408323E0,1.3523955E0,5.7194084E-1,1.9813906E-1,1.5206201E0,1.3849636E1,1.886394E-1,2.904101E0,3.655368E-1,3.7915604E0,8.442923E0,1.6125189E1,1.3722042E0,1.1429887E0,4.7521477E0,2.9867435E0,1.1529464E0,4.6868524E-1,2.907011E0,8.2775295E-1,1.030309E0,3.1351626E-1,2.5518348E0,3.3313298E-1,6.8173523E0,6.4005985E0,8.862371E-1,6.516067E-1,4.319757E0,3.2030895E0,1.3122858E0,2.6026633E0,2.2004383E0,3.1912965E-1,2.260016E0,4.597067E0,2.4399908E-1,1.6796832E-1,3.0637636E0,6.3618726E-1,1.0279263E1,3.4029976E-1,1.375498E0,4.3832403E-1,3.3021712E0,2.3785112E0,3.4829164E-1,2.0172825E-1,2.7714236E0,8.728478E-1,1.0600924E0,9.5470864E-1,1.3230501E1,2.1050115E0,3.4753364E-1,1.3670168E0,1.291695E1,1.0010825E0,3.4853468E0,4.003303E0,2.1136327E0,3.0414903E0,4.3399215E-1,4.578286E-1,9.485894E0,3.2012254E-1,2.0714276E0,3.956057E0,1.4766886E0,4.688294E-1,1.6078742E0,2.7818308E0,1.4288516E0,1.4675869E0,2.9213254E0,4.741401E0,2.700547E0,5.565361E-1,7.566147E0,4.4223735E-1,2.2637935E0,3.8603604E-1,1.4419305E0,2.1764094E-1,2.5111434E0,2.2060534E-1,7.628721E-1,1.40486965E1,1.8968154E-1,8.365146E0,8.026481E-1,3.594274E-1,4.7838783E0,3.5350755E-1,1.3439705E1,5.6464567E0,7.1955067E-1,2.3765062E-1,6.6554365E0,4.4593927E-1,2.9663608E0,7.1199703E-1,1.6095657E0,1.1876279E0,3.2693127E-1,4.843728E-1,6.710916E0,9.759872E-1,9.151373E0,2.163896E-1,1.0241194E0,6.5937986E0,1.0094969E0,1.9682144E-1,1.3237988E0,1.2983848E1,8.657893E-1,3.5781598E-1,2.546285E0,2.0650814E0,1.726479E0,1.1600841E0,7.2828383E0,1.5441809E1,6.8338037E-1,3.6223516E0,1.1297963E0,5.508146E-1,2.4359288E0,2.7000659E0,2.0694521E-1,2.3256116E0,2.262232E-1,6.3526473E0,4.647047E-1,6.167802E0,2.3279646E-1,2.700784E0,1.6189729E0,1.8664628E-1,3.016443E0,2.4873504E-1,2.353928E0,9.38807E-1,1.2616313E0,3.4400073E-1,1.9160151E0,4.13404E0,4.6302715E-1,2.8252997E0,2.3846397E-1,7.767469E-1,9.502516E0,1.178725E0,1.9677311E-1,2.3462962E-1,3.0675416E0,8.930997E-1,1.6699275E-1,1.0952661E0,1.2135235E1,3.9862838E-1,1.7063832E0,2.181258E-1,1.2698824E1,3.146015E0,3.3933184E-1,6.250095E-1,3.3782938E0,1.0033312E0,1.1103014E0,2.60819E0,4.333004E-1,6.58414E0,2.9017544E0,1.7991166E0,2.7231097E-1,3.6201782E0,3.3587876E-1,2.5979346E-1,1.3480806E0,1.93311E-1,2.5885198E0,1.7026913E-1,1.2973177E0,2.230807E0,6.9051856E-1,4.508628E0,2.3277342E-1,1.9199884E0,7.8055865E-1,6.7146153E0,8.5153145E-1,2.340367E0,1.7077628E-1,3.639049E-1,1.3684792E1,2.2755861E-1,4.5563197E0,5.088372E0,5.5808437E-1,2.7045486E0,2.6181212E-1,1.7514463E-1,1.4344211E0,6.5039177E0,2.069984E-1,7.0630593E0,2.0883136E0,6.428547E0,1.6525161E-1,2.3612148E-1,1.27477255E1,1.8805436E0,1.8453778E-1,1.9179167E-1,1.5346874E0,2.6675993E-1,7.0160785E0,4.4354135E-1,1.4998267E1,2.9754882E0,6.4686334E-1,2.2703905E0,1.6553837E-1,1.8180843E-1,2.5182574E0,1.8136333E-1,2.1442482E0,3.3115664E-1,6.021491E0,7.0574784E-1,5.4620543E0,2.5323172E0,1.6846682E-1,1.7939213E-1,2.837051E0,1.649793E-1,7.7382773E-1,3.003493E-1,3.8336906E0,8.938197E0,5.643193E-1,1.0872367E1,1.2628679E0,1.2140143E1,5.586808E-1,2.86566E-1,2.859449E0,3.0387478E0,3.395459E-1,3.7647146E-1,6.2076683E0,2.166352E0,7.3540217E-1,2.784493E-1,1.5206673E0,3.5863388E-1,3.2615442E0,2.1650416E-1,2.3720155E0,1.0490446E0,2.4827307E-1,2.0493085E0,1.814985E-1,6.2412405E-1,3.8845038E0,2.3753414E-1,1.6824543E0,6.540871E0,1.7374423E-1,2.21454E-1,2.1189132E0,1.3491993E1,1.9279854E-1,2.0447439E-1,4.3518453E0,4.7842507E0,3.0412158E-1,2.5197798E-1,2.4525707E0,1.6963309E-1,1.264788E0,2.4366403E-1,6.2602534E0,3.9778098E-1,6.6652784E0,1.7017378E0,3.8657585E-1,1.628556E-1,6.2656918E0,1.2566758E1,1.8096745E-1,1.3305279E0,2.0415957E-1,1.0424384E0,5.97364E0,4.626641E-1,1.4535603E1,2.9949197E-1,2.6759963E0,2.6130718E-1,5.760184E0,5.104351E0,3.577029E-1,2.2288013E0,3.0351585E-1,1.900855E-1,3.643605E0,8.296018E0,6.4217895E-1,7.458483E-1,1.0126518E1,2.4694473E-1,1.1893199E1,2.5531837E-1,2.6041305E0,2.8169994E0,2.2174838E-1,5.5612803E0,6.463877E-1,2.9873687E-1,1.8676152E0,2.086804E0,2.852115E-1,1.8430842E0,2.062242E-1,3.6955616E0,1.8894207E-1,1.4899997E0,1.9245464E-1,1.7714679E-1,6.363724E0,1.83831E0,2.8060314E-1,4.3699208E-1,1.3055001E1,4.0706715E-1,3.9447782E0,4.562893E0,2.2135794E-1,5.9511147E0,3.0913922E-1,2.1380894E-1,1.4879289E0,1.1821179E1,7.4557894E-1,1.0190372E0,3.1149057E-1,5.615262E0,3.5837832E-1,4.1627505E-1,1.4119328E1,2.818175E-1,2.3941789E0,5.057428E0,7.0275587E-1,3.774733E-1,4.7268777E0,7.8783417E0,4.1767597E-1,2.3553433E0,7.771175E0,1.0688849E1,1.2043494E0,2.241776E-1,2.379953E0,2.566719E0,2.5028032E-1,1.6539657E-1,1.2889605E1,2.14622E-1,4.348271E0,1.828043E-1,1.3051245E0,1.2305406E0,1.0590639E1,5.346732E0,2.6852965E-1,1.6742566E-1,1.3951902E1,4.2163798E-1,4.63579E0,3.061146E-1,4.4207635E0,3.6203387E-1,7.516308E0,1.4297005E0,9.2564297E-1,7.228074E0,5.4310083E-1,1.0464516E1,2.2433312E-1,3.072787E-1,1.2582326E1,3.6501023E-1,4.981722E0,2.3839526E-1,1.3713507E1,6.3487655E-1,3.7858868E0,7.15868E0,3.576279E-1,1.7591937E-1,1.2537811E0,6.5312333E0,6.9684094E-1,2.00273E-1,1.0264243E1,2.1326011E-1,1.2369065E1,2.8852195E-1,4.6932E0,1.6419302E-1,1.3549314E1,5.8518654E-1,3.2007E0,9.972999E0,2.912447E-1,1.1777866E1,5.9119904E-1,4.4977283E0,1.9547182E-1,1.3230516E1,3.18798E-1,5.6773126E-1,9.405267E0,4.5041996E-1,1.1327447E1,4.1591997E0,3.3852845E-1,2.1699938E-1,1.3013516E1,9.436099E-1,8.461658E0,3.418208E-1,3.817379E0,1.2538136E1,4.7538066E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1675","size_leaf_vector":"0"}},{"base_weights":[-3.2272476E-1,-1.7923084E-1,-7.0852387E-1,-6.11582E-2,-5.8043015E-1,-4.6315357E-1,-8.930279E-1,8.563775E-3,-5.161096E-1,-2.938333E-1,-8.445198E-1,-2.9033586E-1,-7.758042E-1,-3.3934292E-1,-7.3073095E-1,3.424998E-2,-5.6480885E-1,-2.342993E-1,-8.405617E-1,-4.512279E-1,-0E0,-0E0,-8.581307E-1,-1.9526118E-1,-6.7898524E-1,-8.1749153E-1,-0E0,-5.036717E-1,4.3822408E-1,-2.5655925E-1,6.8462655E-2,-7.258274E-1,-0E0,-0E0,-4.7731763E-1,-0E0,-8.804286E-1,-2.3039038E-1,-7.560395E-1,-5.107681E-1,1.22731656E-1,-0E0,4.945395E-2,-1.1235432E-1,-8.896051E-1,-5.551412E-1,-4.437838E-2,-0E0,-8.439519E-1,-1.1938092E-1,9.489844E-2,-7.116509E-1,-0E0,1.3507084E0,-0E0,-7.506819E-2,-5.1218784E-1,1.83832E-2,2.8091604E-1,-8.184756E-1,-0E0,3.001884E-1,-1.2066207E-1,-3.3809075E-1,1.18165016E-1,-6.427511E-1,-0E0,-8.9918786E-1,-0E0,2.0217258E-2,-4.4659904E-1,-0E0,-8.265224E-1,-0E0,-6.6771096E-1,4.3341246E-1,-0E0,7.110596E-2,-4.3238252E-1,-7.0520645E-1,-0E0,-0E0,-6.6380316E-1,2.9336018E-2,-6.6458577E-1,-0E0,-8.773002E-1,-0E0,-2.0396994E-1,2.2896345E-1,-0E0,-0E0,-7.6496124E-1,-1.5694554E-1,4.6778095E-1,-0E0,1.4412E0,-4.9434656E-1,-0E0,-0E0,-6.8133914E-1,-3.5234082E-1,4.3993685E-2,-0E0,3.8576397E-1,-8.468834E-1,-0E0,1.3927782E-1,-8.7642916E-2,-0E0,5.008324E-1,-1.7864516E-1,-0E0,-0E0,-4.8525575E-1,-9.488735E-2,4.096938E-1,-7.736246E-1,-0E0,-1.3747807E-1,3.8064802E-1,-0E0,-9.125216E-1,-4.5391512E-1,2.4048696E-1,-5.514087E-1,-0E0,-0E0,-8.4361345E-1,-0E0,2.130174E-1,-0E0,-6.168589E-1,-0E0,8.182291E-1,2.1092716E-1,-1.493252E-1,-0E0,6.3913673E-1,-0E0,-8.683383E-2,5.7671326E-1,-0E0,-7.4660856E-1,-0E0,-2.4998474E-1,2.183729E-1,-7.7376103E-1,-0E0,-0E0,-1.3735902E-1,-8.931839E-1,-0E0,-8.0916816E-1,-0E0,-0E0,1.1025245E0,1.6241638E-1,-1.1023395E-1,-2.2817741E-1,4.3724853E-1,-0E0,-7.944767E-1,-6.207194E-1,-0E0,-2.7751878E-1,6.5915555E-2,1.5635666E-1,-1.6082317E-1,5.2347824E-2,5.947729E-1,-8.7547916E-1,-0E0,3.0431396E-1,-0E0,-0E0,5.7770294E-1,-0E0,-5.6553525E-1,-3.2435596E-1,-0E0,5.8542234E-1,-0E0,-6.6572726E-1,-0E0,2.3981759E-1,-3.6629736E-2,-0E0,-2.7538866E-1,-0E0,4.637521E-1,-7.199887E-1,-0E0,-0E0,-4.1207927E-1,4.6238175E-1,-1.6362903E-1,-0E0,-6.323661E-1,1.6997881E-1,-8.521493E-2,-8.5405725E-1,-0E0,-0E0,1.204155E0,-0E0,5.194151E-1,-3.9334342E-1,2.7196765E-2,1.1484097E0,-0E0,-0E0,1.4730573E-1,5.948109E-1,-0E0,-0E0,-7.8550076E-1,-0E0,-3.878454E-1,-3.683656E-2,4.1687202E-1,-0E0,-6.124485E-1,1.5000427E-1,-0E0,-0E0,-9.087298E-1,-0E0,-6.560402E-1,1.1071147E0,-0E0,2.8322658E-1,-6.0746517E-2,-0E0,-3.317145E-1,-0E0,7.8926665E-1,2.5456932E-1,-1.3906294E-1,-0E0,-6.7386353E-1,-6.953264E-1,-0E0,2.761475E-1,-4.227715E-1,-0E0,-3.7575418E-1,1.3329801E-1,-0E0,-0E0,5.162238E-1,-0E0,-3.876895E-1,-1.02117755E-1,2.6281074E-1,-0E0,6.418407E-1,-7.06004E-1,-0E0,4.8911172E-1,-0E0,-6.200156E-1,-0E0,-0E0,-4.957486E-1,2.5637725E-1,-3.3020977E-2,6.953298E-1,-0E0,-0E0,4.8649275E-1,-3.2185653E-1,-0E0,4.3936673E-1,-0E0,6.350856E-1,-0E0,-2.647586E-1,-0E0,-6.789661E-1,-0E0,5.300789E-1,-0E0,-0E0,-8.5861124E-2,-6.869586E-1,-0E0,-0E0,1.400236E0,-0E0,-1.3228177E-1,7.674557E-1,-0E0,-0E0,-5.307442E-1,1.7444587E-1,-0E0,1.1794621E0,-0E0,-8.4519017E-1,-0E0,-1.3623673E-1,3.022889E-1,-0E0,-5.1976657E-1,1.9335885E-1,-3.9472142E-1,-4.3108784E-2,5.734609E-1,-0E0,-7.2697586E-1,-0E0,3.701212E-1,1.5142027E-1,-2.520227E-1,-5.819359E-1,-0E0,1.0239453E0,-0E0,-0E0,3.7424245E-1,-7.2096413E-1,-0E0,-0E0,4.6541065E-1,1.2673105E-1,-0E0,-4.1375506E-1,-0E0,9.954671E-2,6.460708E-1,-3.476733E-2,3.0840462E-1,3.398269E-3,-1.5423454E-1,8.285511E-1,-0E0,2.5406164E-1,-0E0,-0E0,-4.6509624E-1,8.812597E-2,-3.572808E-1,4.9649858E-1,-0E0,-1.636567E-1,1.1943773E-1,-0E0,6.93483E-1,-0E0,-5.081896E-1,-5.5847085E-1,-0E0,4.0351874E-1,-0E0,-0E0,-7.763103E-2,-0E0,7.830371E-1,4.595796E-1,-0E0,-0E0,7.931525E-1,-0E0,-2.977385E-1,-7.225942E-1,-0E0,-0E0,6.236919E-1,1.5358727E0,-0E0,-0E0,9.7681224E-1,-0E0,3.6246404E-2,-6.2729007E-1,-0E0,-0E0,3.0898914E-1,-8.7946445E-1,-0E0,-1.317787E-1,-0E0,-2.7580065E-1,-0E0,4.9743524E-1,-0E0,-0E0,1.4860469E-1,-6.2979084E-1,-0E0,-0E0,6.289278E-1,-5.9437424E-1,-0E0,-0E0,-2.0691223E-1,-0E0,7.628937E-1,-0E0,4.7376034E-1,-0E0,4.2665482E-1,-0E0,-4.135507E-1,-5.22205E-1,-0E0,-0E0,8.7838835E-1,-7.4901205E-1,-0E0,6.5174884E-1,-0E0,3.63273E-1,-0E0,-7.893839E-2,-0E0,-4.4555718E-1,-0E0,1.5867604E-1,-2.5789632E-2,7.126838E-1,-0E0,7.1176305E-2,-1.1276112E-1,-0E0,7.891687E-1,-0E0,1.3809448E-1,-2.4135141E-1,-0E0,-0E0,7.6530164E-1,-0E0,3.974966E-1,-1.7066947E-1,-0E0,-5.1476413E-1,-0E0,1.979429E-1,-0E0,-0E0,-5.133161E-1,6.6099954E-1,-0E0,1.1511855E-1,-3.0604088E-1,-0E0,-2.7417397E-1,-1.8794646E-2,5.4360803E-2,-0E0,7.0600176E-1,-0E0,-4.616121E-1,5.1006705E-1,-0E0,8.6370534E-1,-0E0,-0E0,9.2000544E-1,-0E0,-7.415108E-1,1.2817577E0,-0E0,8.0302334E-1,-0E0,-6.821886E-1,-0E0,4.3118653E-1,-0E0,-0E0,-8.928037E-1,-2.4721892E-1,-0E0,-0E0,5.9804785E-1,3.4602723E-1,-0E0,-7.1160096E-1,-0E0,-0E0,-1.4385992E-1,7.8518414E-1,-0E0,-6.574427E-1,-0E0,-3.1543732E-1,-0E0,9.165698E-2,-5.454168E-2,9.4145757E-1,-0E0,5.6531143E-1,-0E0,-1.8039134E-1,1.11956425E-1,-0E0,6.698677E-1,-0E0,-3.549709E-1,-7.595076E-1,-0E0,-0E0,7.787191E-1,-0E0,3.697843E-1,-0E0,-4.9905983E-1,1.9236958E-1,-5.6607425E-2,5.926935E-3,-3.561439E-1,7.885829E-1,-0E0,-1.0330958E-3,2.3077933E-1,-1.9184539E-1,3.2672689E-3,-1.5012217E-1,6.349414E-2,-5.992521E-2,1.0797892E0,2.6729622E-1,-0E0,-0E0,-3.0580014E-1,-0E0,5.139989E-1,-2.0729789E-1,-0E0,-0E0,-5.594097E-1,3.0340582E-1,-0E0,-0E0,-6.097322E-1,-0E0,7.335183E-1,-0E0,2.9591244E-1,-0E0,-4.4156414E-1,-0E0,-2.6543102E-1,-0E0,1.438381E-1,-0E0,7.279583E-1,5.695243E-1,-0E0,-0E0,9.1460365E-1,-0E0,9.9202377E-1,-0E0,-8.264724E-1,-0E0,-5.5676115E-1,-0E0,5.4954785E-1,-7.0623237E-1,-0E0,-0E0,4.986882E-1,-7.2793204E-1,-0E0,-0E0,1.7366745E-1,6.680215E-1,-0E0,-0E0,-5.427789E-1,-0E0,-4.0960577E-1,-0E0,3.5889748E-1,-0E0,1.1631595E0,-0E0,6.681292E-1,-3.166858E-1,-0E0,2.8812528E-1,-0E0,7.32762E-1,-0E0,-0E0,-7.722935E-1,-0E0,8.53617E-1,-5.6920093E-1,-0E0,8.82594E-2,3.5917187E-1,-2.17825E-1,-0E0,-2.4065653E-2,3.210263E-1,-0E0,-4.2153588E-1,8.43342E-1,-0E0,-1.1835709E-1,1.5828446E-1,-0E0,3.6905557E-1,-1.5172292E-2,-3.6903986E-1,-8.092186E-2,2.4082722E-1,-0E0,-2.7875185E-1,-0E0,3.214748E-1,-1.0376035E-1,-0E0,-0E0,1.542906E0,-0E0,2.3787478E-1,-0E0,-3.7626955E-1,5.9204686E-1,-0E0,-6.0818124E-1,-0E0,3.700621E-1,-0E0,-0E0,-7.0317125E-1,8.042508E-1,-0E0,2.6455113E-1,-0E0,-0E0,-5.581305E-1,-0E0,7.4242204E-1,6.294817E-1,-0E0,-0E0,7.433356E-1,-0E0,1.075386E0,-0E0,-1.9150664E-1,-8.4756917E-1,-0E0,4.8805222E-1,-0E0,-0E0,-7.478481E-1,-0E0,2.7961618E-1,-3.6879554E-1,-0E0,-0E0,4.6346134E-1,-0E0,1.3505253E0,-0E0,7.095546E-1,-4.0224645E-1,-0E0,-0E0,5.967484E-1,-6.1252165E-1,-0E0,-0E0,9.4681543E-1,-6.183055E-1,-0E0,2.0867318E-1,-3.2551054E-2,9.3997065E-3,6.265791E-1,-0E0,-3.309083E-1,8.424483E-2,-0E0,-1.564978E-1,1.4095628E-1,-0E0,4.944952E-1,-4.8300245E-1,-0E0,-0E0,8.951244E-1,-0E0,-2.4418162E-1,4.2761475E-1,-0E0,-1.4650795E-1,1.1155891E-1,4.6763238E-1,-0E0,1.0253388E-1,-2.0684011E-1,-6.340782E-1,-8.492177E-2,6.826493E-3,-3.5819015E-1,3.869668E-1,-0E0,-0E0,-2.4764974E-1,-0E0,5.0444794E-1,1.9249151E0,-0E0,-0E0,-3.2695824E-1,-0E0,4.9012944E-1,-0E0,-6.306263E-1,-0E0,4.241483E-1,-0E0,-7.4653345E-1,8.692542E-1,-0E0,-4.6185967E-1,-0E0,-0E0,7.8179854E-1,-0E0,5.152257E-1,-0E0,1.153365E0,-1.9908482E-1,-0E0,-8.5974026E-1,-0E0,-5.970098E-1,-0E0,-0E0,2.4276745E-1,-0E0,5.4261017E-1,-0E0,1.4728351E0,-0E0,7.296566E-1,-3.3079773E-1,-0E0,-0E0,1.0684161E0,-0E0,-6.502346E-1,2.8908184E-1,-0E0,1.25371115E-2,-1.9558471E-1,-2.4707262E-1,1.5199946E-1,1.9082865E-1,9.288504E-1,-4.715857E-1,-0E0,2.2464108E-1,-0E0,-0E0,-4.128776E-2,-0E0,-3.947475E-1,-0E0,2.6977226E-1,-0E0,6.243952E-1,-0E0,-5.172354E-1,-0E0,9.5522845E-1,1.8819854E-1,-7.5508244E-3,-0E0,-3.702746E-1,-0E0,5.0268644E-1,-1.02800146E-1,5.306769E-3,-0E0,-3.0700207E-1,2.1972105E-1,-0E0,-0E0,6.452272E-1,-0E0,-1.6761602E-1,3.1793538E-1,-0E0,-5.1374686E-1,-0E0,-0E0,-7.98067E-1,-2.1858932E-1,1.0755208E-1,-3.0413521E-2,3.2551497E-1,-4.5418546E-1,-0E0,4.5876488E-1,-0E0,-7.701799E-2,-0E0,-0E0,2.0022781E-1,-0E0,-3.1965485E-1,6.185126E-1,-0E0,2.2836487E0,-0E0,-5.02068E-1,-0E0,-0E0,4.7342315E-1,-7.901502E-1,-0E0,9.070364E-1,-0E0,6.286946E-2,-0E0,7.913008E-1,-0E0,-0E0,1.2523535E0,-6.7599887E-1,-0E0,-0E0,4.6844292E-1,-0E0,1.6081616E0,-0E0,6.30706E-1,8.685736E-1,-0E0,-6.637206E-1,-0E0,3.337207E-1,-8.174115E-3,5.504964E-2,-2.15193E-1,-3.420741E-2,1.8289839E-1,-0E0,-3.5467663E-1,-4.9274346E-1,-0E0,3.3174497E-1,-0E0,3.522557E-1,-0E0,2.0443795E0,4.7300196E-1,-5.5633825E-1,-0E0,3.9324045E-1,-0E0,3.056776E-1,-1.2420337E-2,-0E0,-5.071133E-1,-0E0,-6.2597916E-2,-0E0,3.707583E-1,-0E0,6.8837756E-1,-5.5460566E-1,-0E0,-0E0,9.917287E-1,-0E0,4.6947807E-1,-1.9726461E-1,-0E0,2.291247E-1,-7.9163186E-2,-5.06606E-1,-0E0,-0E0,5.592252E-1,-0E0,-3.0199292E-1,1.6374442E-1,-0E0,-3.7462455E-1,-0E0,-7.00171E-2,2.321042E-1,-0E0,7.8826416E-1,-0E0,3.975201E-1,-8.0238625E-2,1.4142102E-1,-5.869946E-1,-0E0,-4.0752223E-1,2.7287462E-1,-0E0,-2.0631935E-1,-8.8382864E-1,-0E0,-0E0,-3.288972E-1,2.5469077E-1,-0E0,1.4995944E-1,-2.5121266E-1,-0E0,4.304406E-1,-0E0,-5.235083E-1,-0E0,6.387509E-1,-1.6015685E-1,-0E0,4.8461467E-2,-0E0,-0E0,2.8420174E-1,6.7560637E-1,-0E0,-0E0,2.579556E0,-0E0,4.4336358E-1,-0E0,-6.481552E-1,-0E0,7.3876244E-1,1.1300379E-1,-0E0,-0E0,7.982223E-1,1.3171133E0,-0E0,-0E0,1.7123265E0,-6.803169E-1,-0E0,-0E0,4.0046176E-1,2.4642405E-1,-0E0,-3.6731657E-1,-0E0,-2.0690654E-1,3.4709137E-2,2.7948123E-1,-0E0,-0E0,1.2943916E-1,-4.5571345E-1,-0E0,-7.010598E-1,-0E0,5.003855E-1,-0E0,-2.2874376E-1,-0E0,-0E0,4.100993E-1,-0E0,2.2492282E0,-0E0,5.558935E-1,-0E0,-6.2488455E-1,3.640529E-1,-0E0,-0E0,3.4083757E-1,-2.3195079E-1,-0E0,-0E0,-5.671894E-1,-0E0,4.7776714E-1,-0E0,7.2663116E-1,-0E0,-6.026408E-1,1.025736E0,-0E0,4.798092E-1,-0E0,-3.7001106E-1,-0E0,-0E0,1.3930152E-1,-0E0,2.7140257E-1,-0E0,-2.6537502E-1,-5.824703E-1,-0E0,6.181301E-1,-0E0,-0E0,-4.904302E-1,2.440597E-1,-0E0,-4.3420345E-1,-0E0,-2.144358E-1,-0E0,-0E0,2.5414923E-1,-0E0,8.9222884E-1,4.6361956E-1,-0E0,2.0273712E-2,-2.9918227E-1,2.6206928E-1,-0E0,-0E0,-6.341042E-1,-0E0,-5.164216E-1,4.2528796E-1,-0E0,-2.922297E-1,-0E0,-0E0,-9.134305E-1,5.6618534E-2,-0E0,-0E0,-3.8597012E-1,-0E0,3.9918143E-1,3.9414033E-1,-0E0,-0E0,-4.6208695E-1,4.7623065E-1,-0E0,-0E0,-5.981879E-1,7.358814E-1,-0E0,-0E0,-2.839351E-1,-0E0,5.551405E-1,-0E0,2.9157755E0,8.0285233E-1,-0E0,-0E0,1.3730791E0,1.8787198E0,-0E0,-6.955955E-1,-0E0,-0E0,3.7347805E-2,5.179163E-1,-0E0,-0E0,3.979251E-1,-6.31496E-2,-0E0,-0E0,-4.9106374E-1,-0E0,-3.1988412E-1,-0E0,2.1856557E-1,-0E0,3.8780016E-1,-0E0,2.5491866E-1,-0E0,-5.529104E-1,-7.861497E-1,-0E0,-0E0,6.2034744E-1,-3.0523604E-1,-0E0,-0E0,2.2560588E-1,4.6635163E-1,-0E0,-0E0,1.8953085E0,6.54976E-1,-0E0,-5.0646204E-1,-0E0,-0E0,2.8193662E-1,-3.0929604E-1,-0E0,1.5665033E-1,-3.526763E-2,-6.111421E-1,-0E0,5.5006754E-1,-0E0,5.8771706E-1,-0E0,-0E0,-6.3048154E-1,1.0529828E0,-0E0,-0E0,-3.8693044E-1,2.4400787E-1,-0E0,-3.0650547E-1,-0E0,-6.267831E-1,-0E0,6.816783E-1,-0E0,-4.2668742E-1,-0E0,-4.9915096E-1,-0E0,-3.4422067E-1,-0E0,9.289893E-1,-0E0,5.6872654E-1,-0E0,-0E0,1.7728104E-1,-0E0,-3.9236337E-1,-0E0,3.8056344E-1,-6.719833E-1,-0E0,-0E0,-4.287879E-1,-0E0,5.926198E-1,-3.5492298E-1,-0E0,-9.2825544E-1,-0E0,1.0206927E-1,-0E0,-4.4670933E-1,-0E0,-0E0,3.8598692E-1,-0E0,4.8281962E-1,-0E0,-5.474702E-1,5.142969E-1,-0E0,-0E0,-6.523988E-1,-0E0,7.888843E-1,-0E0,-3.6517E-1,-0E0,3.3596537E0,-0E0,8.0926013E-1,1.4146065E0,-0E0,1.9524978E0,-0E0,-7.148597E-1,-0E0,-0E0,-1.2316091E-1,1.955185E-1,-0E0,-0E0,5.5827796E-1,-1.7174004E-2,1.529532E-1,-0E0,4.7123682E-1,-1.7198054E-1,-0E0,-0E0,-3.973029E-1,-3.849414E-1,-0E0,-0E0,2.5152132E-1,4.5294747E-1,-0E0,2.495436E-1,-0E0,-0E0,-6.0961324E-1,-0E0,-6.4896303E-1,-0E0,7.0898336E-1,-0E0,-3.78002E-1,-3.623909E-2,-0E0,-0E0,4.9859998E-1,7.18717E-1,-0E0,-0E0,3.5479763E-1,-2.3235238E-1,-0E0,-6.425218E-1,-0E0,5.825237E-1,-0E0,-6.702693E-1,-0E0,1.0766623E0,-0E0,2.3987895E-1,-0E0,-0E0,-3.2992187E-1,-6.6402423E-1,-0E0,-0E0,8.4182644E-1,-0E0,-5.532812E-1,-2.8873E-1,-0E0,9.707662E-1,-0E0,-0E0,6.3158596E-1,-0E0,2.5425228E-1,-0E0,-4.8213077E-1,3.2776415E-1,-0E0,-7.0240086E-1,-0E0,6.4279664E-1,-0E0,-0E0,-3.2099834E-1,-7.355598E-1,-0E0,-0E0,-5.126801E-1,-0E0,4.3706718E-1,-6.1369145E-1,-0E0,-0E0,4.3530408E-1,-0E0,-5.3868335E-1,6.4514357E-1,-0E0,-4.06961E-1,-0E0,2.9569318E0,-0E0,6.3819385E-1,-0E0,1.1443326E0,-0E0,2.02494E0,-0E0,-0E0,-5.645431E-1,-1.7903186E-1,-0E0,2.6762578E-1,-0E0,6.040627E-1,-0E0,-1.0903175E-1,-0E0,-0E0,3.1429365E-1,-0E0,5.6706166E-1,-4.405554E-1,-0E0,-0E0,5.363147E-1,-6.446895E-1,-0E0,7.278594E-1,-0E0,-3.2535705E-1,-0E0,5.257572E-1,-0E0,-0E0,7.763223E-1,-0E0,4.4312295E-1,-0E0,-2.3580948E-1,-7.004806E-1,-0E0,6.1512935E-1,-0E0,-6.984517E-1,-0E0,8.731335E-1,-0E0,-0E0,-2.8813505E-1,-0E0,-6.9637185E-1,8.9228934E-1,-0E0,-6.125355E-1,-0E0,-0E0,1.002285E0,-0E0,6.843582E-1,3.179E-1,-0E0,-5.564259E-1,-0E0,-5.673349E-1,-0E0,-0E0,6.8371105E-1,-5.552766E-1,-0E0,-0E0,-4.9815604E-1,-0E0,-3.360924E-1,1.6458063E0,-0E0,-0E0,2.8341067E-1,6.4525276E-1,-0E0,4.464997E-1,-0E0,6.1893696E-1,-0E0,-0E0,-5.0076383E-1,-0E0,5.740241E-1,-6.905883E-1,-0E0,-0E0,5.768019E-1,6.037377E-1,-0E0,-0E0,8.264048E-1,3.709427E-1,-0E0,-7.1922624E-1,-0E0,-0E0,6.812617E-1,-5.6601566E-1,-0E0,-0E0,-7.375004E-1,-0E0,7.281999E-1,-4.9658164E-1,-0E0,1.0316308E0,-0E0,5.559846E-1,-0E0,3.0645797E-1,-0E0,-0E0,-6.30768E-1,7.064562E-1,-0E0,-0E0,-5.985604E-1,2.4119379E-1,-0E0,-0E0,6.8310213E-1,5.304547E-1,-0E0,-0E0,5.1374686E-1,-0E0,-5.492507E-1,6.173493E-1,-0E0,-0E0,-7.438403E-1,-0E0,4.833312E-1,-0E0,8.8322747E-1,-0E0,-7.3536384E-1,7.339651E-1,-0E0,-7.5814694E-1,-0E0,1.0806656E0,-0E0,-0E0,-6.542672E-1,5.6630445E-1,-0E0,-0E0,-6.3026106E-1,7.1966994E-1,-0E0,4.4708213E-1,-0E0,-5.979457E-1,-0E0,-0E0,6.439028E-1,-7.8253675E-1,-0E0,9.095107E-1,-0E0,-0E0,-5.8854616E-1,7.814558E-1,-0E0,-7.845516E-1,-0E0,-0E0,1.1100537E0,-6.7917454E-1,-0E0,-0E0,-6.53177E-1,7.686449E-1,-0E0,-0E0,-6.41676E-1,6.6768646E-1,-0E0,-0E0,-6.3242257E-1,-0E0,7.3363084E-1,6.2416106E-1,-0E0,-8.291568E-1,-0E0,1.168709E0,-0E0,-5.4839075E-1,-0E0,-0E0,-6.681054E-1,8.539109E-1,-0E0,-0E0,-6.898231E-1,-0E0,5.5323255E-1,-0E0,-6.651504E-1,9.3006563E-1,-0E0,-0E0,-7.0130116E-1,8.8907754E-1,-0E0,-0E0,-7.163628E-1,-0E0,-7.468841E-1,-0E0,7.080229E-1,-5.812398E-1,-0E0,-0E0,-7.8180003E-1,-0E0,-6.268732E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":5,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,-1,29,31,33,35,37,39,41,43,45,-1,47,49,51,53,55,57,59,61,63,65,-1,67,69,71,73,75,-1,-1,77,79,81,83,-1,85,87,89,91,93,95,-1,97,99,101,103,105,107,109,111,113,115,117,119,121,-1,123,125,-1,127,129,131,133,135,137,-1,-1,139,141,143,145,147,149,151,-1,-1,-1,-1,-1,153,-1,155,-1,-1,-1,157,159,161,163,165,167,169,171,-1,173,-1,-1,175,-1,-1,-1,177,179,181,183,185,187,189,-1,191,193,195,197,199,-1,201,-1,-1,-1,-1,-1,203,205,207,-1,209,211,-1,213,-1,215,-1,217,219,221,-1,223,-1,225,-1,227,-1,-1,229,231,233,-1,235,237,239,241,243,245,247,249,251,253,255,257,-1,-1,-1,-1,259,-1,261,263,265,267,-1,-1,-1,269,-1,-1,271,-1,273,-1,-1,-1,-1,275,277,-1,279,281,283,285,-1,-1,287,289,291,293,295,297,-1,-1,-1,-1,-1,-1,299,301,303,305,307,-1,-1,-1,-1,-1,309,-1,-1,-1,-1,311,-1,313,315,-1,317,319,-1,-1,-1,321,-1,323,-1,325,327,329,331,333,335,337,339,341,343,345,347,-1,-1,-1,-1,349,-1,-1,351,353,355,357,-1,-1,359,-1,-1,-1,-1,361,-1,363,-1,365,-1,367,-1,-1,-1,-1,-1,-1,369,-1,-1,371,-1,373,375,377,-1,-1,-1,379,381,383,385,387,389,391,393,395,397,-1,-1,-1,399,401,403,405,-1,407,-1,-1,-1,409,-1,-1,411,413,415,417,-1,419,421,423,425,427,429,431,-1,433,435,-1,437,439,441,443,445,447,-1,449,451,-1,-1,453,-1,455,-1,-1,-1,-1,457,-1,-1,-1,459,-1,-1,461,-1,-1,-1,463,-1,-1,465,-1,-1,467,-1,-1,469,471,-1,-1,-1,473,-1,475,-1,-1,477,479,-1,481,483,485,-1,-1,487,489,491,-1,493,495,497,-1,499,-1,-1,-1,-1,501,-1,503,-1,505,-1,-1,-1,507,-1,509,511,513,-1,515,517,519,521,-1,523,525,-1,-1,-1,-1,527,529,-1,531,-1,533,-1,-1,535,537,-1,539,541,-1,543,-1,545,-1,547,-1,-1,549,-1,551,-1,-1,553,-1,555,-1,-1,-1,-1,557,-1,559,-1,-1,561,-1,-1,-1,563,-1,-1,565,-1,567,-1,569,-1,571,-1,573,-1,575,-1,577,-1,579,-1,581,583,-1,585,-1,-1,587,-1,-1,589,-1,-1,-1,591,593,595,597,599,601,-1,603,605,607,609,611,613,615,617,619,-1,-1,621,-1,623,-1,-1,-1,625,627,-1,-1,629,-1,631,-1,633,-1,635,-1,-1,-1,-1,-1,637,639,-1,-1,641,-1,643,645,647,-1,-1,-1,649,-1,-1,-1,-1,651,-1,-1,653,-1,-1,-1,-1,-1,655,-1,657,-1,659,-1,661,663,-1,-1,-1,665,-1,-1,667,-1,669,671,-1,673,675,677,679,681,683,-1,685,687,-1,689,691,693,695,697,699,701,703,-1,-1,705,707,-1,-1,-1,709,-1,-1,-1,711,713,-1,715,-1,717,-1,-1,719,721,-1,-1,-1,-1,723,-1,725,727,-1,-1,-1,-1,729,-1,731,733,-1,-1,-1,-1,735,-1,737,-1,-1,-1,739,-1,741,-1,743,745,-1,-1,-1,-1,-1,-1,747,749,-1,751,753,755,757,-1,759,761,763,765,767,-1,769,771,-1,-1,773,775,777,779,781,783,785,787,789,791,793,795,797,799,801,803,805,807,809,-1,811,813,-1,-1,-1,-1,-1,-1,815,-1,817,-1,819,821,-1,-1,-1,823,825,-1,-1,-1,827,-1,-1,829,-1,-1,-1,-1,-1,-1,831,-1,833,-1,835,-1,-1,-1,837,-1,839,841,843,845,847,849,851,853,855,857,-1,859,-1,-1,-1,861,863,865,867,-1,869,-1,871,-1,873,875,877,879,881,-1,883,885,887,-1,889,-1,-1,891,893,-1,-1,895,897,899,901,903,905,907,909,911,913,915,-1,917,-1,919,921,-1,923,-1,-1,925,-1,927,-1,-1,-1,-1,929,931,-1,933,-1,935,-1,937,-1,-1,939,-1,-1,-1,-1,-1,941,-1,-1,-1,-1,943,-1,945,-1,947,949,951,953,955,957,959,-1,961,963,965,-1,967,969,971,-1,973,-1,975,977,-1,979,-1,-1,-1,981,-1,983,985,-1,-1,987,-1,989,991,993,995,997,999,-1,-1,1001,-1,1003,1005,-1,1007,-1,1009,1011,-1,1013,-1,1015,1017,1019,1021,-1,1023,1025,-1,1027,1029,-1,1031,1033,1035,-1,1037,1039,-1,1041,-1,1043,-1,1045,1047,-1,-1,-1,-1,-1,1049,-1,-1,1051,-1,-1,-1,-1,-1,-1,-1,-1,-1,1053,1055,-1,-1,1057,1059,-1,1061,1063,1065,1067,1069,-1,1071,1073,1075,-1,-1,1077,1079,-1,1081,-1,1083,-1,1085,1087,-1,1089,-1,1091,-1,1093,-1,1095,-1,-1,-1,1097,1099,1101,-1,1103,-1,1105,-1,1107,-1,1109,1111,-1,-1,-1,1113,-1,-1,1115,-1,-1,-1,1117,1119,-1,1121,-1,-1,1123,-1,-1,1125,-1,1127,-1,-1,-1,-1,1129,1131,-1,1133,1135,1137,-1,-1,1139,-1,1141,1143,-1,1145,-1,-1,1147,1149,-1,-1,1151,-1,1153,1155,-1,-1,1157,1159,-1,-1,1161,1163,-1,-1,1165,-1,-1,-1,1167,1169,-1,-1,1171,1173,-1,1175,-1,1177,1179,1181,1183,-1,1185,1187,-1,-1,1189,-1,1191,-1,1193,-1,1195,-1,1197,-1,1199,1201,-1,-1,1203,1205,-1,1207,-1,1209,-1,-1,-1,1211,-1,-1,-1,-1,-1,-1,-1,1213,1215,1217,-1,1219,-1,-1,-1,-1,1221,1223,-1,-1,-1,1225,-1,1227,-1,1229,-1,1231,-1,-1,-1,1233,-1,1235,-1,1237,-1,1239,-1,-1,1241,-1,1243,-1,1245,1247,-1,-1,-1,-1,1249,1251,-1,1253,-1,-1,-1,1255,-1,-1,-1,-1,1257,-1,1259,1261,-1,-1,1263,-1,1265,-1,1267,-1,1269,-1,1271,1273,-1,1275,-1,1277,-1,-1,1279,1281,-1,-1,1283,1285,1287,-1,1289,-1,-1,-1,-1,1291,-1,-1,-1,1293,-1,-1,-1,-1,1295,-1,-1,-1,1297,-1,1299,-1,-1,-1,1301,1303,-1,-1,1305,1307,-1,1309,-1,1311,-1,1313,-1,1315,-1,-1,-1,-1,1317,1319,-1,-1,1321,-1,1323,-1,-1,1325,-1,-1,1327,-1,1329,-1,1331,-1,-1,1333,-1,1335,-1,-1,-1,-1,-1,-1,1337,-1,-1,1339,-1,-1,-1,-1,-1,-1,-1,1341,-1,-1,-1,-1,-1,-1,-1,1343,-1,-1,-1,-1,-1,1345,-1,1347,-1,-1,-1,-1,1349,-1,1351,1353,-1,-1,1355,1357,-1,1359,-1,-1,-1,1361,-1,-1,1363,-1,1365,-1,-1,1367,-1,1369,-1,1371,-1,-1,-1,-1,-1,-1,1373,1375,-1,1377,-1,-1,1379,-1,1381,1383,-1,1385,-1,-1,-1,-1,1387,1389,-1,-1,-1,-1,-1,-1,-1,-1,1391,1393,-1,1395,-1,1397,-1,-1,1399,-1,1401,1403,-1,-1,-1,1405,-1,-1,1407,-1,-1,1409,-1,-1,1411,-1,-1,-1,1413,-1,-1,-1,-1,1415,-1,-1,-1,-1,-1,-1,1417,1419,-1,-1,1421,-1,-1,-1,1423,1425,-1,-1,-1,-1,1427,1429,-1,-1,1431,-1,-1,-1,1433,-1,1435,1437,-1,1439,-1,1441,-1,-1,1443,-1,-1,-1,1445,1447,-1,-1,-1,1449,-1,-1,1451,1453,-1,1455,-1,-1,-1,1457,-1,1459,-1,-1,1461,1463,-1,-1,1465,1467,-1,-1,1469,1471,-1,-1,-1,-1,-1,-1,-1,1473,-1,1475,-1,-1,-1,-1,1477,1479,-1,-1,1481,-1,-1,-1,-1,-1,-1,-1,1483,1485,-1,-1,1487,-1,1489,-1,-1,-1,-1,-1,1491,-1,-1],"loss_changes":[6.1530678E1,3.8432205E1,1.2196213E1,2.0812862E1,1.2789387E1,6.051237E0,2.703125E0,7.6324015E0,6.7787495E0,3.9068809E0,1.3351517E0,3.7603035E0,1.3498421E0,2.0881915E0,0E0,5.1137805E0,2.4557576E0,2.913287E0,1.5133343E0,2.8332329E0,2.4516244E0,3.6492003E-3,1.1398926E0,3.6574514E0,0E0,1.1322002E0,4.285108E-2,1.8977096E0,1.5160105E0,1.8537486E0,4.799514E0,1.217062E0,2.9346165E-1,9.5179105E-1,2.225441E0,0E0,5.983238E-1,2.3964791E0,1.5046005E0,9.508107E-1,1.3481827E0,0E0,0E0,9.602761E-1,9.115982E-1,1.9298434E0,3.2920647E0,0E0,8.2912636E-1,1.0557707E-1,8.25741E-2,4.6159172E-1,5.578899E-1,1.0179517E0,0E0,1.2965254E0,2.1385202E0,3.4246013E0,2.7588472E0,4.5141888E-1,4.764616E-2,3.7412372E-1,6.7867406E-2,4.6042538E-1,1.5366124E0,1.9295259E0,4.5508453E-1,4.237423E-1,0E0,1.4220974E0,1.1504092E0,0E0,2.4207401E-1,6.6196665E-2,1.0125015E0,1.3909318E0,5.329013E-1,7.489587E-1,0E0,0E0,2.0725051E-2,5.4551643E-1,1.0994015E0,2.6773236E0,7.995646E-1,5.5485804E-2,8.07621E-1,0E0,0E0,0E0,0E0,0E0,5.20071E-1,0E0,1.3949972E0,0E0,0E0,0E0,5.4800755E-1,7.2413963E-1,1.237772E0,2.3495593E0,2.4051538E0,5.959208E-1,3.867072E0,4.744768E-1,0E0,1.453799E-1,0E0,0E0,9.784013E-2,0E0,0E0,0E0,3.1561172E-1,4.7269583E-1,9.4769394E-1,9.749193E-1,1.2495215E-1,1.6211373E-1,1.455423E-1,0E0,3.5539818E-1,1.9921654E-1,1.4218637E0,1.2321429E0,8.865216E-2,0E0,6.716442E-2,0E0,0E0,0E0,0E0,0E0,2.104087E0,7.741148E-1,9.2646915E-1,0E0,1.1300716E0,2.875834E-2,0E0,3.0971444E-1,0E0,5.603571E-1,0E0,8.5866237E-1,2.0437717E0,1.9384384E-2,0E0,3.6427855E-2,0E0,7.825947E-1,0E0,3.715582E-1,0E0,0E0,8.3326185E-1,5.614164E-1,6.811266E-1,0E0,8.2900476E-1,1.4755733E-1,1.3037004E0,7.479334E-1,1.4792483E0,7.488719E-1,1.571217E0,9.3454313E-1,8.297647E-1,1.066115E0,1.1621904E0,4.3474483E-1,0E0,0E0,0E0,0E0,1.1189818E-2,0E0,1.5177429E-1,3.3515048E-1,2.2624816E-1,5.71965E-1,0E0,0E0,0E0,2.9996628E-1,0E0,0E0,2.1428086E-1,0E0,1.8571907E-1,0E0,0E0,0E0,0E0,1.0333483E0,1.1210544E-1,0E0,7.5282955E-1,4.1037723E-1,7.847124E-3,8.0135345E-2,0E0,0E0,1.2941852E0,4.9934313E-2,9.175092E-1,7.2452044E-1,1.3409574E-1,2.6298082E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.5427399E-1,3.4702307E-1,8.7344575E-1,1.2740552E0,2.0288558E0,0E0,0E0,0E0,0E0,0E0,6.879082E-1,0E0,0E0,0E0,0E0,4.9265504E-1,0E0,3.9329052E-1,8.143537E-1,0E0,6.766275E-1,1.8316412E-1,0E0,0E0,0E0,2.2435951E-1,0E0,6.5562046E-1,0E0,5.0560832E-2,3.9736032E-1,2.2324245E0,1.8578336E0,1.03828825E-1,9.917308E-1,2.3051128E-1,2.3506248E-1,9.375222E-1,1.3200209E0,9.0716586E-2,1.1205378E0,0E0,0E0,0E0,0E0,2.49784E-2,0E0,0E0,1.7028278E-1,2.3936766E-1,1.4638435E-2,6.665218E-1,0E0,0E0,1.355651E-1,0E0,0E0,0E0,0E0,1.1475797E0,0E0,1.6706002E-1,0E0,5.74872E-1,0E0,4.4416443E-1,0E0,0E0,0E0,0E0,0E0,0E0,8.2654E-1,0E0,0E0,7.544123E-1,0E0,2.1495102E-3,5.2158E-1,2.2872156E-1,0E0,0E0,0E0,1.9390583E-1,4.953298E-2,1.344477E-1,3.7475553E-1,5.1087108E-2,8.9390755E-1,8.384412E-1,1.0106963E0,1.4863527E-1,1.6594858E0,0E0,0E0,0E0,4.9849606E-1,6.218834E-1,2.7437562E-1,4.20483E-1,0E0,5.507064E-2,0E0,0E0,0E0,1.3414907E-1,0E0,0E0,7.427584E-1,2.8915113E-1,1.7682077E-2,3.644557E-1,0E0,1.3622888E0,6.145277E-1,1.3613024E0,2.4810033E0,4.603219E-2,9.126863E-2,6.602409E-1,0E0,2.9104325E-1,5.9085894E-2,0E0,2.2347963E-1,1.630365E-1,8.006009E-1,6.5551805E-1,3.7943697E-1,9.209746E-2,0E0,7.3866285E-3,4.7065258E-1,0E0,0E0,5.4807067E-2,0E0,2.2547176E-1,0E0,0E0,0E0,0E0,4.097228E-1,0E0,0E0,0E0,1.0044546E0,0E0,0E0,3.2113647E-1,0E0,0E0,0E0,4.620843E-1,0E0,0E0,4.6317577E-2,0E0,0E0,3.0198383E-1,0E0,0E0,2.0371634E-1,7.47776E-2,0E0,0E0,0E0,2.2197902E-2,0E0,2.3843533E-1,0E0,0E0,2.8588706E-1,6.89497E-1,0E0,6.767101E-2,4.461907E-1,1.7921829E-1,0E0,0E0,1.6930985E-1,4.115211E-2,1.9529476E0,0E0,2.865311E-1,1.502037E-1,4.9265045E-1,0E0,6.3316286E-2,0E0,0E0,0E0,0E0,7.2506905E-2,0E0,6.4474297E-1,0E0,1.8001902E-1,0E0,0E0,0E0,2.7556705E-1,0E0,9.972606E-1,8.551952E-1,6.749735E-1,0E0,9.488648E-1,1.0821087E0,1.0033348E-1,2.6951127E0,0E0,1.10072926E-1,8.669965E-2,0E0,0E0,0E0,0E0,2.7697212E-1,7.078716E-2,0E0,2.41611E-1,0E0,2.4585438E-1,0E0,0E0,4.9162638E-1,4.537115E-1,0E0,1.2886897E-1,2.7629346E-1,0E0,5.652079E-2,0E0,5.800254E-2,0E0,4.798107E-1,0E0,0E0,1.0576117E-1,0E0,3.8741207E-1,0E0,0E0,6.3581276E-1,0E0,3.497486E-1,0E0,0E0,0E0,0E0,1.4211464E-1,0E0,2.8715235E-1,0E0,0E0,8.077431E-2,0E0,0E0,0E0,2.0635128E-2,0E0,0E0,1.123476E-1,0E0,6.418373E-2,0E0,1.4513922E-1,0E0,1.7063642E-1,0E0,1.8376413E-1,0E0,3.3475628E-1,0E0,1.8729782E0,0E0,5.3333116E-1,0E0,1.9481191E-1,1.412279E-1,0E0,8.343661E-2,0E0,0E0,8.1653595E-3,0E0,0E0,4.0105462E-1,0E0,0E0,0E0,5.1198244E-1,1.380549E0,2.6672092E-1,6.940811E-1,3.1268895E-1,4.7711134E-1,0E0,7.009868E-1,1.0259769E0,1.5858822E0,8.660856E-1,2.1384454E-1,3.9644745E-1,1.5364548E-2,3.519465E0,2.3149773E-2,0E0,0E0,1.0372177E-1,0E0,1.4890528E-1,0E0,0E0,0E0,2.4798894E-1,1.6192913E-1,0E0,0E0,4.0937972E-1,0E0,3.8716984E-1,0E0,2.907592E-2,0E0,1.568166E-1,0E0,0E0,0E0,0E0,0E0,3.6268425E-1,9.261918E-2,0E0,0E0,1.8372345E-1,0E0,5.755186E-1,7.986876E-2,3.1918144E-1,0E0,0E0,0E0,9.90029E-2,0E0,0E0,0E0,0E0,1.0234547E-1,0E0,0E0,8.8854626E-2,0E0,0E0,0E0,0E0,0E0,1.1890626E-1,0E0,2.0362821E-1,0E0,1.7684326E0,0E0,1.7717075E-1,1.7361543E-1,0E0,0E0,0E0,2.1083474E-2,0E0,0E0,2.172184E-2,0E0,2.4206495E-1,4.8466897E-1,0E0,1.1938567E0,2.8169465E0,3.2870975E-1,3.5826206E-2,8.03762E-1,6.977087E-1,0E0,2.942953E-1,3.935852E-1,0E0,5.9938556E-1,7.8700924E-1,1.549985E-1,1.0255649E0,9.0236425E-1,1.4089665E0,9.1160274E-1,5.69114E-1,0E0,0E0,1.6903459E-1,5.2059436E-1,0E0,0E0,0E0,2.897747E0,0E0,0E0,0E0,4.8520237E-2,4.5957565E-2,0E0,7.334471E-2,0E0,1.2930101E-1,0E0,0E0,2.5129938E-1,2.2048926E-1,0E0,0E0,0E0,0E0,2.8490186E-2,0E0,3.365078E-1,1.4482439E-2,0E0,0E0,0E0,0E0,4.7466326E-1,0E0,4.486938E-2,1.3531971E-1,0E0,0E0,0E0,0E0,8.690643E-2,0E0,2.0017132E-2,0E0,0E0,0E0,1.5520781E-1,0E0,1.3648643E0,0E0,4.1394234E-2,2.3680568E-2,0E0,0E0,0E0,0E0,0E0,0E0,3.188231E-1,3.783574E-1,0E0,7.935122E-1,4.1283682E-1,5.8701813E-1,1.3353629E0,0E0,3.3791298E-1,1.6248329E-1,3.6847845E-3,1.1322467E0,4.828288E-1,0E0,5.6584024E-1,1.7556727E-1,0E0,0E0,4.950695E-1,1.6801119E-1,6.090899E-1,3.523351E-1,5.5571537E-2,3.2790542E-1,8.925243E-2,1.1313283E0,6.316319E-2,5.015436E-1,1.161334E0,6.319022E-1,5.398209E-1,4.80494E-1,3.472718E-1,4.0511036E-1,1.954362E-2,1.0122116E-1,2.1892609E-1,0E0,2.723214E-1,2.8768559E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3715744E-2,0E0,1.2261242E-1,0E0,1.9886875E-1,1.458888E-1,0E0,0E0,0E0,7.4107824E-3,2.020359E-1,0E0,0E0,0E0,3.8217592E-1,0E0,0E0,1.3874054E-2,0E0,0E0,0E0,0E0,0E0,0E0,3.2646894E-2,0E0,8.2049084E-1,0E0,1.2973046E-1,0E0,0E0,0E0,4.45621E-2,0E0,1.1687422E-1,7.2463655E-1,1.9721907E-1,3.1126457E-1,6.195967E-1,5.2969706E-1,6.572113E-1,3.989619E-1,2.042592E0,2.568758E-1,0E0,3.1741995E-1,0E0,0E0,0E0,2.4582489E-1,6.5026426E-1,1.1018706E-2,5.132246E-1,0E0,2.9410124E-1,0E0,1.6253376E-1,0E0,2.2158575E-1,5.156009E-1,1.2792972E-1,1.4813775E-1,8.262769E-1,0E0,2.8695667E-1,2.8870088E-1,5.7230707E-2,0E0,1.8888515E-1,0E0,0E0,1.2128705E-1,1.2214565E0,0E0,0E0,2.7056873E-1,1.28513E-1,4.0772462E-1,1.1490052E0,1.2081699E-1,1.3750362E-1,5.9938914E-1,1.6480558E-1,5.6857616E-1,2.3234561E-1,3.69465E-1,0E0,5.430974E-1,0E0,5.3343542E-2,5.0288285E-3,0E0,1.9092663E-1,0E0,0E0,1.1645019E-1,0E0,2.3300858E0,0E0,0E0,0E0,0E0,1.5511245E-1,7.309532E-2,0E0,1.5369844E-1,0E0,2.7343683E-2,0E0,1.3190079E-1,0E0,0E0,4.376545E-1,0E0,0E0,0E0,0E0,0E0,6.996689E-1,0E0,0E0,0E0,0E0,9.06086E-2,0E0,5.7054687E-1,0E0,2.6708233E-1,2.538467E-1,3.129732E-1,3.2946217E-1,4.2752426E-2,4.0498912E-1,3.1646264E-1,0E0,8.692965E-1,1.5568449E-1,2.1414506E-1,0E0,6.3931656E-1,5.293499E-1,2.571422E-1,0E0,1.4900714E-1,0E0,3.0186757E-2,1.8146433E-1,0E0,4.860673E-1,0E0,0E0,0E0,3.7039208E-1,0E0,1.6745257E-1,1.6984451E-1,0E0,0E0,1.6318321E-1,0E0,3.1343192E-1,2.6681092E-1,4.7478445E-2,1.3757268E-1,1.5974881E-1,5.4965854E-1,0E0,0E0,2.2862887E-1,0E0,3.7543264E-1,1.296798E-1,0E0,1.2432712E-1,0E0,1.1558166E-1,7.7157974E-2,0E0,5.907426E-1,0E0,2.6603514E-1,4.8936167E-1,1.2135738E-1,3.0767465E-1,0E0,3.2719684E-1,4.296003E-1,0E0,9.846625E-2,1.7152786E-1,0E0,6.058703E-3,3.1892467E-1,2.2089651E-1,0E0,3.4463218E-1,6.343906E-1,0E0,1.2053925E-1,0E0,2.5843036E-1,0E0,4.1857624E-1,1.3597515E-1,0E0,0E0,0E0,0E0,0E0,5.2124143E-2,0E0,0E0,1.3241787E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.287453E-2,3.1343126E-1,0E0,0E0,4.09647E-1,2.7966976E-2,0E0,5.688188E-3,6.4339685E-1,3.849607E-1,7.5992798E-3,2.3182625E-1,0E0,3.7716773E-1,1.3670923E-1,4.235853E-1,0E0,0E0,1.07775256E-1,4.5602536E-1,0E0,1.6405642E-1,0E0,6.824142E-1,0E0,9.886469E-2,1.7338812E-1,0E0,1.6160113E-1,0E0,3.20405E-1,0E0,4.4194746E-1,0E0,3.579116E-2,0E0,0E0,0E0,8.115858E-3,2.2894014E-1,1.258668E-1,0E0,3.5766292E-1,0E0,3.5051918E-1,0E0,7.489872E-2,0E0,9.926534E-2,9.443951E-2,0E0,0E0,0E0,1.9627461E-1,0E0,0E0,8.277909E-2,0E0,0E0,0E0,4.4201195E-2,2.9697013E-1,0E0,2.6082706E-1,0E0,0E0,9.3595564E-2,0E0,0E0,1.4668918E-1,0E0,1.5848178E-1,0E0,0E0,0E0,0E0,3.6763906E-1,2.2512269E-1,0E0,9.437014E-2,2.891037E-1,1.791E-1,0E0,0E0,2.3422742E-1,0E0,5.1353633E-2,5.750478E-1,0E0,6.729154E-2,0E0,0E0,5.3015232E-2,1.9595202E-2,0E0,0E0,3.5580122E-1,0E0,1.9155273E-1,1.7596844E-1,0E0,0E0,2.878908E-1,5.465436E-2,0E0,0E0,3.0496764E-1,2.4940729E-1,0E0,0E0,1.1056338E-1,0E0,0E0,0E0,1.0970459E0,7.0604324E-2,0E0,0E0,1.3467121E-1,1.8343925E-1,0E0,2.2369862E-2,0E0,2.9777642E-2,9.109936E-2,4.4910383E-1,1.4425346E-1,0E0,2.2307873E-1,7.2194E-2,0E0,0E0,2.970159E-3,0E0,2.2369182E-1,0E0,1.4784363E-1,0E0,2.7378583E-1,0E0,6.48848E-2,0E0,2.6720035E-1,3.2375216E-2,0E0,0E0,4.4270205E-1,1.055671E-1,0E0,3.1800347E-3,0E0,1.1731017E-1,0E0,0E0,0E0,3.5887194E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.0868233E-1,1.3120258E-1,2.6211977E-1,0E0,1.7988539E-1,0E0,0E0,0E0,0E0,1.0110068E-1,6.6060066E-2,0E0,0E0,0E0,5.1732272E-2,0E0,1.7569378E-2,0E0,3.129723E-1,0E0,2.3409629E-1,0E0,0E0,0E0,1.6099423E-1,0E0,1.3107955E-2,0E0,3.709669E-1,0E0,2.7537346E-1,0E0,0E0,8.9899644E-2,0E0,3.1267613E-1,0E0,4.1290373E-2,8.2227945E-2,0E0,0E0,0E0,0E0,1.4061153E-1,6.2711865E-2,0E0,1.0050774E-2,0E0,0E0,0E0,3.8884115E-1,0E0,0E0,0E0,0E0,8.9744866E-2,0E0,2.9190004E-1,2.623111E-2,0E0,0E0,7.7712774E-2,0E0,7.8258514E-2,0E0,4.756525E-2,0E0,1.0372562E0,0E0,8.139801E-2,5.3164482E-2,0E0,1.7843819E-1,0E0,2.1340847E-2,0E0,0E0,6.439422E-2,6.783316E-2,0E0,0E0,4.5303488E-1,3.4178715E-2,2.36472E-1,0E0,2.7149397E-1,0E0,0E0,0E0,0E0,2.4817604E-1,0E0,0E0,0E0,2.1548963E-1,0E0,0E0,0E0,0E0,1.3336658E-1,0E0,0E0,0E0,4.6961546E-2,0E0,4.8366874E-2,0E0,0E0,0E0,4.116106E-2,3.924029E-1,0E0,0E0,1.4173108E-1,6.53833E-2,0E0,9.562874E-2,0E0,1.7986941E-1,0E0,5.7056427E-2,0E0,2.8169155E-2,0E0,0E0,0E0,0E0,3.7305534E-2,2.3326302E-1,0E0,0E0,1.68401E-1,0E0,1.776725E-1,0E0,0E0,2.4223995E-1,0E0,0E0,2.239244E-1,0E0,8.3051816E-2,0E0,3.0064106E-1,0E0,0E0,8.489132E-2,0E0,1.1733103E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.3411622E-1,0E0,0E0,2.1308064E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.7724545E-3,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.038864E-1,0E0,0E0,0E0,0E0,0E0,6.275013E-3,0E0,4.9105024E-1,0E0,0E0,0E0,0E0,3.2478634E-1,0E0,1.4237249E-1,2.3667026E-1,0E0,0E0,1.5503347E-1,1.4054441E-1,0E0,8.443832E-3,0E0,0E0,0E0,6.1713934E-2,0E0,0E0,3.2674384E-1,0E0,6.5082014E-3,0E0,0E0,6.911349E-2,0E0,1.771295E-1,0E0,3.0939102E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.4739776E-1,1.0572791E-1,0E0,3.256738E-2,0E0,0E0,2.445426E-1,0E0,6.707966E-2,1.02519155E-1,0E0,3.3107984E-1,0E0,0E0,0E0,0E0,1.3207197E-2,2.7154803E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.885098E-3,4.065466E-1,0E0,1.4644974E-1,0E0,6.328559E-2,0E0,0E0,2.3617971E-1,0E0,8.232415E-2,2.6636314E-1,0E0,0E0,0E0,2.8541088E-3,0E0,0E0,3.0708003E-1,0E0,0E0,5.4754496E-2,0E0,0E0,1.7757797E-1,0E0,0E0,0E0,1.11552715E-1,0E0,0E0,0E0,0E0,2.4529886E-1,0E0,0E0,0E0,0E0,0E0,0E0,6.0380578E-2,6.354928E-3,0E0,0E0,1.8666768E-1,0E0,0E0,0E0,2.5101137E-1,8.835727E-2,0E0,0E0,0E0,0E0,1.770035E-1,7.6268196E-2,0E0,0E0,1.1257219E-1,0E0,0E0,0E0,5.6932926E-2,0E0,3.5812616E-2,1.508286E-1,0E0,6.9850445E-2,0E0,2.2366905E-1,0E0,0E0,6.0277343E-2,0E0,0E0,0E0,1.1870766E-1,1.6549587E-1,0E0,0E0,0E0,1.6573095E-1,0E0,0E0,6.2285423E-2,9.8403454E-2,0E0,4.7824383E-2,0E0,0E0,0E0,2.7156591E-2,0E0,1.7988873E-1,0E0,0E0,8.844423E-2,1.19133E-2,0E0,0E0,5.9746265E-2,3.8116646E-1,0E0,0E0,1.6030598E-1,6.470919E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.5611134E-2,0E0,7.077026E-2,0E0,0E0,0E0,0E0,6.1433792E-2,1.3611984E-1,0E0,0E0,5.862212E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.6317368E-1,6.551027E-2,0E0,0E0,3.0037165E-2,0E0,1.6986156E-1,0E0,0E0,0E0,0E0,0E0,8.919501E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,25,25,26,26,27,27,28,28,29,29,30,30,31,31,32,32,33,33,34,34,36,36,37,37,38,38,39,39,40,40,43,43,44,44,45,45,46,46,48,48,49,49,50,50,51,51,52,52,53,53,55,55,56,56,57,57,58,58,59,59,60,60,61,61,62,62,63,63,64,64,65,65,66,66,67,67,69,69,70,70,72,72,73,73,74,74,75,75,76,76,77,77,80,80,81,81,82,82,83,83,84,84,85,85,86,86,92,92,94,94,98,98,99,99,100,100,101,101,102,102,103,103,104,104,105,105,107,107,110,110,114,114,115,115,116,116,117,117,118,118,119,119,120,120,122,122,123,123,124,124,125,125,126,126,128,128,134,134,135,135,136,136,138,138,139,139,141,141,143,143,145,145,146,146,147,147,149,149,151,151,153,153,156,156,157,157,158,158,160,160,161,161,162,162,163,163,164,164,165,165,166,166,167,167,168,168,169,169,170,170,171,171,176,176,178,178,179,179,180,180,181,181,185,185,188,188,190,190,195,195,196,196,198,198,199,199,200,200,201,201,204,204,205,205,206,206,207,207,208,208,209,209,216,216,217,217,218,218,219,219,220,220,226,226,231,231,233,233,234,234,236,236,237,237,241,241,243,243,245,245,246,246,247,247,248,248,249,249,250,250,251,251,252,252,253,253,254,254,255,255,256,256,261,261,264,264,265,265,266,266,267,267,270,270,275,275,277,277,279,279,281,281,288,288,291,291,293,293,294,294,295,295,299,299,300,300,301,301,302,302,303,303,304,304,305,305,306,306,307,307,308,308,312,312,313,313,314,314,315,315,317,317,321,321,324,324,325,325,326,326,327,327,329,329,330,330,331,331,332,332,333,333,334,334,335,335,337,337,338,338,340,340,341,341,342,342,343,343,344,344,345,345,347,347,348,348,351,351,353,353,358,358,362,362,365,365,369,369,372,372,375,375,378,378,379,379,383,383,385,385,388,388,389,389,391,391,392,392,393,393,396,396,397,397,398,398,400,400,401,401,402,402,404,404,409,409,411,411,413,413,417,417,419,419,420,420,421,421,423,423,424,424,425,425,426,426,428,428,429,429,434,434,435,435,437,437,439,439,442,442,443,443,445,445,446,446,448,448,450,450,452,452,455,455,457,457,460,460,462,462,467,467,469,469,472,472,476,476,479,479,481,481,483,483,485,485,487,487,489,489,491,491,493,493,495,495,496,496,498,498,501,501,504,504,508,508,509,509,510,510,511,511,512,512,513,513,515,515,516,516,517,517,518,518,519,519,520,520,521,521,522,522,523,523,526,526,528,528,532,532,533,533,536,536,538,538,540,540,542,542,548,548,549,549,552,552,554,554,555,555,556,556,560,560,565,565,568,568,574,574,576,576,578,578,580,580,581,581,585,585,588,588,590,590,591,591,593,593,594,594,595,595,596,596,597,597,598,598,600,600,601,601,603,603,604,604,605,605,606,606,607,607,608,608,609,609,610,610,613,613,614,614,618,618,622,622,623,623,625,625,627,627,630,630,631,631,636,636,638,638,639,639,644,644,646,646,647,647,652,652,654,654,658,658,660,660,662,662,663,663,670,670,671,671,673,673,674,674,675,675,676,676,678,678,679,679,680,680,681,681,682,682,684,684,685,685,688,688,689,689,690,690,691,691,692,692,693,693,694,694,695,695,696,696,697,697,698,698,699,699,700,700,701,701,702,702,703,703,704,704,705,705,706,706,708,708,709,709,716,716,718,718,720,720,721,721,725,725,726,726,730,730,733,733,740,740,742,742,744,744,748,748,750,750,751,751,752,752,753,753,754,754,755,755,756,756,757,757,758,758,759,759,761,761,765,765,766,766,767,767,768,768,770,770,772,772,774,774,775,775,776,776,777,777,778,778,780,780,781,781,782,782,784,784,787,787,788,788,791,791,792,792,793,793,794,794,795,795,796,796,797,797,798,798,799,799,800,800,801,801,803,803,805,805,806,806,808,808,811,811,813,813,818,818,819,819,821,821,823,823,825,825,828,828,834,834,839,839,841,841,843,843,844,844,845,845,846,846,847,847,848,848,849,849,851,851,852,852,853,853,855,855,856,856,857,857,859,859,861,861,862,862,864,864,868,868,870,870,871,871,874,874,876,876,877,877,878,878,879,879,880,880,881,881,884,884,886,886,887,887,889,889,891,891,892,892,894,894,896,896,897,897,898,898,899,899,901,901,902,902,904,904,905,905,907,907,908,908,909,909,911,911,912,912,914,914,916,916,918,918,919,919,925,925,928,928,938,938,939,939,942,942,943,943,945,945,946,946,947,947,948,948,949,949,951,951,952,952,953,953,956,956,957,957,959,959,961,961,963,963,964,964,966,966,968,968,970,970,972,972,976,976,977,977,978,978,980,980,982,982,984,984,986,986,987,987,991,991,994,994,998,998,999,999,1001,1001,1004,1004,1007,1007,1009,1009,1014,1014,1015,1015,1017,1017,1018,1018,1019,1019,1022,1022,1024,1024,1025,1025,1027,1027,1030,1030,1031,1031,1034,1034,1036,1036,1037,1037,1040,1040,1041,1041,1044,1044,1045,1045,1048,1048,1052,1052,1053,1053,1056,1056,1057,1057,1059,1059,1061,1061,1062,1062,1063,1063,1064,1064,1066,1066,1067,1067,1070,1070,1072,1072,1074,1074,1076,1076,1078,1078,1080,1080,1081,1081,1084,1084,1085,1085,1087,1087,1089,1089,1093,1093,1101,1101,1102,1102,1103,1103,1105,1105,1110,1110,1111,1111,1115,1115,1117,1117,1119,1119,1121,1121,1125,1125,1127,1127,1129,1129,1131,1131,1134,1134,1136,1136,1138,1138,1139,1139,1144,1144,1145,1145,1147,1147,1151,1151,1156,1156,1158,1158,1159,1159,1162,1162,1164,1164,1166,1166,1168,1168,1170,1170,1171,1171,1173,1173,1175,1175,1178,1178,1179,1179,1182,1182,1183,1183,1184,1184,1186,1186,1191,1191,1195,1195,1200,1200,1204,1204,1206,1206,1210,1210,1211,1211,1214,1214,1215,1215,1217,1217,1219,1219,1221,1221,1223,1223,1228,1228,1229,1229,1232,1232,1234,1234,1237,1237,1240,1240,1242,1242,1244,1244,1247,1247,1249,1249,1256,1256,1259,1259,1267,1267,1275,1275,1281,1281,1283,1283,1288,1288,1290,1290,1291,1291,1294,1294,1295,1295,1297,1297,1301,1301,1304,1304,1306,1306,1309,1309,1311,1311,1313,1313,1320,1320,1321,1321,1323,1323,1326,1326,1328,1328,1329,1329,1331,1331,1336,1336,1337,1337,1346,1346,1347,1347,1349,1349,1351,1351,1354,1354,1356,1356,1357,1357,1361,1361,1364,1364,1367,1367,1370,1370,1374,1374,1379,1379,1386,1386,1387,1387,1390,1390,1394,1394,1395,1395,1400,1400,1401,1401,1404,1404,1408,1408,1410,1410,1411,1411,1413,1413,1415,1415,1418,1418,1422,1422,1423,1423,1427,1427,1430,1430,1431,1431,1433,1433,1437,1437,1439,1439,1442,1442,1443,1443,1446,1446,1447,1447,1450,1450,1451,1451,1459,1459,1461,1461,1466,1466,1467,1467,1470,1470,1478,1478,1479,1479,1482,1482,1484,1484,1490,1490],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,-1,30,32,34,36,38,40,42,44,46,-1,48,50,52,54,56,58,60,62,64,66,-1,68,70,72,74,76,-1,-1,78,80,82,84,-1,86,88,90,92,94,96,-1,98,100,102,104,106,108,110,112,114,116,118,120,122,-1,124,126,-1,128,130,132,134,136,138,-1,-1,140,142,144,146,148,150,152,-1,-1,-1,-1,-1,154,-1,156,-1,-1,-1,158,160,162,164,166,168,170,172,-1,174,-1,-1,176,-1,-1,-1,178,180,182,184,186,188,190,-1,192,194,196,198,200,-1,202,-1,-1,-1,-1,-1,204,206,208,-1,210,212,-1,214,-1,216,-1,218,220,222,-1,224,-1,226,-1,228,-1,-1,230,232,234,-1,236,238,240,242,244,246,248,250,252,254,256,258,-1,-1,-1,-1,260,-1,262,264,266,268,-1,-1,-1,270,-1,-1,272,-1,274,-1,-1,-1,-1,276,278,-1,280,282,284,286,-1,-1,288,290,292,294,296,298,-1,-1,-1,-1,-1,-1,300,302,304,306,308,-1,-1,-1,-1,-1,310,-1,-1,-1,-1,312,-1,314,316,-1,318,320,-1,-1,-1,322,-1,324,-1,326,328,330,332,334,336,338,340,342,344,346,348,-1,-1,-1,-1,350,-1,-1,352,354,356,358,-1,-1,360,-1,-1,-1,-1,362,-1,364,-1,366,-1,368,-1,-1,-1,-1,-1,-1,370,-1,-1,372,-1,374,376,378,-1,-1,-1,380,382,384,386,388,390,392,394,396,398,-1,-1,-1,400,402,404,406,-1,408,-1,-1,-1,410,-1,-1,412,414,416,418,-1,420,422,424,426,428,430,432,-1,434,436,-1,438,440,442,444,446,448,-1,450,452,-1,-1,454,-1,456,-1,-1,-1,-1,458,-1,-1,-1,460,-1,-1,462,-1,-1,-1,464,-1,-1,466,-1,-1,468,-1,-1,470,472,-1,-1,-1,474,-1,476,-1,-1,478,480,-1,482,484,486,-1,-1,488,490,492,-1,494,496,498,-1,500,-1,-1,-1,-1,502,-1,504,-1,506,-1,-1,-1,508,-1,510,512,514,-1,516,518,520,522,-1,524,526,-1,-1,-1,-1,528,530,-1,532,-1,534,-1,-1,536,538,-1,540,542,-1,544,-1,546,-1,548,-1,-1,550,-1,552,-1,-1,554,-1,556,-1,-1,-1,-1,558,-1,560,-1,-1,562,-1,-1,-1,564,-1,-1,566,-1,568,-1,570,-1,572,-1,574,-1,576,-1,578,-1,580,-1,582,584,-1,586,-1,-1,588,-1,-1,590,-1,-1,-1,592,594,596,598,600,602,-1,604,606,608,610,612,614,616,618,620,-1,-1,622,-1,624,-1,-1,-1,626,628,-1,-1,630,-1,632,-1,634,-1,636,-1,-1,-1,-1,-1,638,640,-1,-1,642,-1,644,646,648,-1,-1,-1,650,-1,-1,-1,-1,652,-1,-1,654,-1,-1,-1,-1,-1,656,-1,658,-1,660,-1,662,664,-1,-1,-1,666,-1,-1,668,-1,670,672,-1,674,676,678,680,682,684,-1,686,688,-1,690,692,694,696,698,700,702,704,-1,-1,706,708,-1,-1,-1,710,-1,-1,-1,712,714,-1,716,-1,718,-1,-1,720,722,-1,-1,-1,-1,724,-1,726,728,-1,-1,-1,-1,730,-1,732,734,-1,-1,-1,-1,736,-1,738,-1,-1,-1,740,-1,742,-1,744,746,-1,-1,-1,-1,-1,-1,748,750,-1,752,754,756,758,-1,760,762,764,766,768,-1,770,772,-1,-1,774,776,778,780,782,784,786,788,790,792,794,796,798,800,802,804,806,808,810,-1,812,814,-1,-1,-1,-1,-1,-1,816,-1,818,-1,820,822,-1,-1,-1,824,826,-1,-1,-1,828,-1,-1,830,-1,-1,-1,-1,-1,-1,832,-1,834,-1,836,-1,-1,-1,838,-1,840,842,844,846,848,850,852,854,856,858,-1,860,-1,-1,-1,862,864,866,868,-1,870,-1,872,-1,874,876,878,880,882,-1,884,886,888,-1,890,-1,-1,892,894,-1,-1,896,898,900,902,904,906,908,910,912,914,916,-1,918,-1,920,922,-1,924,-1,-1,926,-1,928,-1,-1,-1,-1,930,932,-1,934,-1,936,-1,938,-1,-1,940,-1,-1,-1,-1,-1,942,-1,-1,-1,-1,944,-1,946,-1,948,950,952,954,956,958,960,-1,962,964,966,-1,968,970,972,-1,974,-1,976,978,-1,980,-1,-1,-1,982,-1,984,986,-1,-1,988,-1,990,992,994,996,998,1000,-1,-1,1002,-1,1004,1006,-1,1008,-1,1010,1012,-1,1014,-1,1016,1018,1020,1022,-1,1024,1026,-1,1028,1030,-1,1032,1034,1036,-1,1038,1040,-1,1042,-1,1044,-1,1046,1048,-1,-1,-1,-1,-1,1050,-1,-1,1052,-1,-1,-1,-1,-1,-1,-1,-1,-1,1054,1056,-1,-1,1058,1060,-1,1062,1064,1066,1068,1070,-1,1072,1074,1076,-1,-1,1078,1080,-1,1082,-1,1084,-1,1086,1088,-1,1090,-1,1092,-1,1094,-1,1096,-1,-1,-1,1098,1100,1102,-1,1104,-1,1106,-1,1108,-1,1110,1112,-1,-1,-1,1114,-1,-1,1116,-1,-1,-1,1118,1120,-1,1122,-1,-1,1124,-1,-1,1126,-1,1128,-1,-1,-1,-1,1130,1132,-1,1134,1136,1138,-1,-1,1140,-1,1142,1144,-1,1146,-1,-1,1148,1150,-1,-1,1152,-1,1154,1156,-1,-1,1158,1160,-1,-1,1162,1164,-1,-1,1166,-1,-1,-1,1168,1170,-1,-1,1172,1174,-1,1176,-1,1178,1180,1182,1184,-1,1186,1188,-1,-1,1190,-1,1192,-1,1194,-1,1196,-1,1198,-1,1200,1202,-1,-1,1204,1206,-1,1208,-1,1210,-1,-1,-1,1212,-1,-1,-1,-1,-1,-1,-1,1214,1216,1218,-1,1220,-1,-1,-1,-1,1222,1224,-1,-1,-1,1226,-1,1228,-1,1230,-1,1232,-1,-1,-1,1234,-1,1236,-1,1238,-1,1240,-1,-1,1242,-1,1244,-1,1246,1248,-1,-1,-1,-1,1250,1252,-1,1254,-1,-1,-1,1256,-1,-1,-1,-1,1258,-1,1260,1262,-1,-1,1264,-1,1266,-1,1268,-1,1270,-1,1272,1274,-1,1276,-1,1278,-1,-1,1280,1282,-1,-1,1284,1286,1288,-1,1290,-1,-1,-1,-1,1292,-1,-1,-1,1294,-1,-1,-1,-1,1296,-1,-1,-1,1298,-1,1300,-1,-1,-1,1302,1304,-1,-1,1306,1308,-1,1310,-1,1312,-1,1314,-1,1316,-1,-1,-1,-1,1318,1320,-1,-1,1322,-1,1324,-1,-1,1326,-1,-1,1328,-1,1330,-1,1332,-1,-1,1334,-1,1336,-1,-1,-1,-1,-1,-1,1338,-1,-1,1340,-1,-1,-1,-1,-1,-1,-1,1342,-1,-1,-1,-1,-1,-1,-1,1344,-1,-1,-1,-1,-1,1346,-1,1348,-1,-1,-1,-1,1350,-1,1352,1354,-1,-1,1356,1358,-1,1360,-1,-1,-1,1362,-1,-1,1364,-1,1366,-1,-1,1368,-1,1370,-1,1372,-1,-1,-1,-1,-1,-1,1374,1376,-1,1378,-1,-1,1380,-1,1382,1384,-1,1386,-1,-1,-1,-1,1388,1390,-1,-1,-1,-1,-1,-1,-1,-1,1392,1394,-1,1396,-1,1398,-1,-1,1400,-1,1402,1404,-1,-1,-1,1406,-1,-1,1408,-1,-1,1410,-1,-1,1412,-1,-1,-1,1414,-1,-1,-1,-1,1416,-1,-1,-1,-1,-1,-1,1418,1420,-1,-1,1422,-1,-1,-1,1424,1426,-1,-1,-1,-1,1428,1430,-1,-1,1432,-1,-1,-1,1434,-1,1436,1438,-1,1440,-1,1442,-1,-1,1444,-1,-1,-1,1446,1448,-1,-1,-1,1450,-1,-1,1452,1454,-1,1456,-1,-1,-1,1458,-1,1460,-1,-1,1462,1464,-1,-1,1466,1468,-1,-1,1470,1472,-1,-1,-1,-1,-1,-1,-1,1474,-1,1476,-1,-1,-1,-1,1478,1480,-1,-1,1482,-1,-1,-1,-1,-1,-1,-1,1484,1486,-1,-1,1488,-1,1490,-1,-1,-1,-1,-1,1492,-1,-1],"split_conditions":[8.388672E-1,8.2421875E-1,9.532071E1,1.4716272E2,9.60935E1,9.7753906E-1,1.0315928E0,3.0149347E2,2.0229216E2,9.4677734E-1,7.6887417E-1,1.5067117E2,9.980469E-1,9.9560547E-1,-7.3073095E-1,2.548828E-1,1.5049149E2,1.7870438E0,1.769221E0,1.2020777E2,1.7504883E-1,7.480802E-1,3.275E1,6.883095E1,-6.7898524E-1,7.055727E-1,5.225803E0,3.7383175E0,9.970703E-1,9.3002686E1,9.1875E1,9.25625E1,2.4764154E0,6.544696E1,9.951172E-1,-0E0,3.115E2,2.019043E-1,5.4855347E-3,4.065625E1,1.282959E-1,-0E0,4.945395E-2,1.19322784E2,9.9853516E-1,1.1657715E-2,1.9896704E2,-0E0,8.0771166E-1,5.574597E-1,1.0009864E2,6.547886E-1,6.274414E-1,1.9921875E-1,-0E0,5.824608E1,1.3098145E-1,1.9384766E-1,9.461393E1,5.7019033E0,8.001709E-2,8.706953E-1,4.9986987E0,1.8112183E-2,5.275E1,9.980469E-1,7.5625E1,1.7127991E-3,-0E0,7.223979E1,9.13125E1,-0E0,3.375E1,3.921875E1,4.0587383E1,7.4560547E-1,6.1706543E-2,9.119911E1,-4.3238252E-1,-7.0520645E-1,1.2761303E0,3.9916992E-1,9.970703E-1,1.5989886E2,1.061875E2,4.675293E-2,1.13125E2,-0E0,-2.0396994E-1,2.2896345E-1,-0E0,-0E0,1.54E2,-1.5694554E-1,1.10222565E2,-0E0,1.4412E0,-4.9434656E-1,1.1757402E0,1.4343488E0,3.73125E1,7.734375E-1,4.7072582E1,1.7089844E-1,8.4521484E-1,7.464099E2,-0E0,4.831543E-1,-8.7642916E-2,-0E0,1.2854004E-1,-1.7864516E-1,-0E0,-0E0,1.4301244E0,2.7926064E0,7.783203E-1,1.2974973E2,2.3046875E-1,5.590625E1,2.3632812E-1,-0E0,3.0068246E2,1.0719299E-2,3.022784E0,3.821875E1,1.3468312E0,-0E0,9.65E1,-0E0,2.130174E-1,-0E0,-6.168589E-1,-0E0,2.1936035E-1,1.5383453E2,8.183594E-1,-0E0,2.6254876E0,5.966797E-1,-8.683383E-2,9.111328E-1,-0E0,3.053125E1,-0E0,7.6065735E1,6.50625E1,1.5950433E0,-0E0,3.496875E1,-1.3735902E-1,2.33078E-3,-0E0,1.2773585E2,-0E0,-0E0,9.838867E-1,7.4072266E-1,3.8452148E-1,-2.2817741E-1,4.53125E1,1.5350342E-2,6.547886E-1,4.7313786E0,1.8702464E2,1.17248535E-1,2.3065267E0,5.828125E1,3.4057617E-1,4.9145508E-1,6.2394565E-1,2.53375E2,-0E0,3.0431396E-1,-0E0,-0E0,2.2357483E2,-0E0,9.5E1,1.5263658E2,2.4609375E-1,7.7197266E-1,-0E0,-6.6572726E-1,-0E0,1.3175964E-2,-3.6629736E-2,-0E0,1.0960071E2,-0E0,3.5484655E0,-7.199887E-1,-0E0,-0E0,-4.1207927E-1,9.6972656E-1,9.765625E-1,-0E0,1.6325E2,5.703125E1,8.334961E-1,5.044366E0,-0E0,-0E0,1.4048293E2,3.6875E1,8.9146454E1,3.221875E1,2.951686E0,1.7028809E-1,-0E0,-0E0,1.4730573E-1,5.948109E-1,-0E0,-0E0,9.8339844E-1,7.680664E-1,3.8598606E1,4.95E1,9.3563026E-1,-0E0,-6.124485E-1,1.5000427E-1,-0E0,-0E0,1.66339E1,-0E0,-6.560402E-1,1.1071147E0,-0E0,1.6204834E-2,-6.0746517E-2,8.8916016E-1,8.634905E1,-0E0,3.7793615E0,3.8452148E-1,-1.3906294E-1,-0E0,-6.7386353E-1,7.63125E1,-0E0,1.3232422E-1,-4.227715E-1,2.7001953E-1,7.6660156E-1,7.75E1,1.1104509E2,2.1096191E0,2.800293E-1,5.605469E-1,6.0546875E-1,8.664928E1,3.0908203E-1,7.06875E1,4.546875E1,-7.06004E-1,-0E0,4.8911172E-1,-0E0,2.3071289E-2,-0E0,-0E0,9.8125E1,4.382428E0,6.883095E1,2.986145E-2,-0E0,-0E0,3.251953E-1,-3.2185653E-1,-0E0,4.3936673E-1,-0E0,9.454346E-2,-0E0,9.223938E-3,-0E0,9.9902344E-1,-0E0,6.9391914E1,-0E0,-0E0,-8.5861124E-2,-6.869586E-1,-0E0,-0E0,2.0131575E2,-0E0,-1.3228177E-1,9.507258E1,-0E0,3.19375E1,9.9560547E-1,1.0092212E0,-0E0,1.1794621E0,-0E0,4.9986987E0,9.926758E-1,9.8095703E-1,7.841797E-1,5.1660156E-1,2.1877121E2,7.3875E1,9.8779297E-1,7.678223E-2,7.939675E1,-0E0,-7.2697586E-1,-0E0,1.184082E-1,7.00625E1,3.355719E1,9.980469E-1,-0E0,4.9072266E-1,-0E0,-0E0,3.7424245E-1,1.4110995E2,-0E0,-0E0,1.2243909E2,8.989258E-1,9.707031E-1,1.365E2,-0E0,3.1835938E-1,6.538086E-1,6.106292E1,3.0908203E-1,3.189087E-2,8.930664E-1,5.180664E-1,-0E0,4.8332214E-3,9.4677734E-1,-0E0,9.970703E-1,4.423828E-1,1.018125E2,1.155625E2,2.4194336E-1,1.7346191E-1,1.1943773E-1,5.090332E-2,1.0750213E2,-0E0,-5.081896E-1,1.2481689E-2,-0E0,2.0020715E2,-0E0,-0E0,-7.763103E-2,-0E0,5.942383E-1,4.595796E-1,-0E0,-0E0,3.24375E1,-0E0,-2.977385E-1,2.9277802E-3,-0E0,-0E0,6.236919E-1,4.740607E0,-0E0,-0E0,1.899269E2,-0E0,3.6246404E-2,9.873047E-1,-0E0,-0E0,7.65625E1,7.6578987E-1,-0E0,-1.317787E-1,-0E0,1.5383453E2,-0E0,3.509375E1,-0E0,-0E0,7.392578E-1,4.911331E0,-0E0,2.554263E0,5.957031E-1,4.8150425E0,-0E0,-0E0,9.5751953E-1,1.797999E2,9.145112E1,-0E0,1.8442609E2,4.7736483E0,1.3977051E-1,-0E0,1.3063444E0,-5.22205E-1,-0E0,-0E0,8.7838835E-1,2.3716151E2,-0E0,3.228125E1,-0E0,3.753125E1,-0E0,-7.893839E-2,-0E0,3.61875E1,-0E0,9.5458984E-1,2.0378697E2,1.4052943E2,-0E0,4.5843605E1,4.208856E0,7.758789E-1,2.6878712E0,-0E0,1.839576E2,9.223938E-3,-0E0,-0E0,7.6530164E-1,-0E0,1.4459164E0,4.0572176E0,-0E0,1.0806577E0,-0E0,7.6660156E-1,-0E0,-0E0,3.753125E1,6.281734E1,-0E0,3.95E1,4.70625E1,-0E0,6.8625E1,-1.8794646E-2,9.0125E1,-0E0,3.115625E1,-0E0,-4.616121E-1,9.916992E-1,-0E0,3.290625E1,-0E0,-0E0,4.0919353E1,-0E0,8.647461E-1,1.2817577E0,-0E0,8.0302334E-1,-0E0,3.053125E1,-0E0,1.4148083E2,-0E0,-0E0,1.4810313E2,-2.4721892E-1,-0E0,-0E0,2.0910645E-1,3.4602723E-1,-0E0,5.5904746E0,-0E0,3.45625E1,-1.4385992E-1,1.144375E2,-0E0,9.7131395E-1,-0E0,5.242106E-1,-0E0,4.340625E1,-5.454168E-2,8.340011E1,-0E0,9.039307E-2,-0E0,9.863281E-1,4.961189E0,-0E0,4.466443E0,-0E0,-3.549709E-1,5.292969E-1,-0E0,-0E0,7.879639E-2,-0E0,3.697843E-1,-0E0,1.6236313E2,7.84375E1,9.238281E-1,9.477539E-1,2.1858215E-3,2.7771548E2,-0E0,2.9223633E-1,8.7939453E-1,1.7602325E2,6.2402344E-1,2.2046204E0,9.785156E-1,9.819336E-1,1.0772705E-1,6.1920166E-2,-0E0,-0E0,5.859375E-2,-0E0,2.0852206E2,-2.0729789E-1,-0E0,-0E0,4.858024E0,1.397099E2,-0E0,-0E0,9.079934E-1,-0E0,5.5308394E0,-0E0,7.3125E1,-0E0,1.3060333E0,-0E0,-2.6543102E-1,-0E0,1.438381E-1,-0E0,4.5438328E-1,7.480469E-1,-0E0,-0E0,3.4521484E-1,-0E0,1.451416E-1,3.701172E-1,9.4189453E-1,-0E0,-5.5676115E-1,-0E0,9.9902344E-1,-7.0623237E-1,-0E0,-0E0,4.986882E-1,3.903125E1,-0E0,-0E0,5.1375E1,6.680215E-1,-0E0,-0E0,-5.427789E-1,-0E0,1.9050462E2,-0E0,1.0772705E-1,-0E0,6.1706543E-2,-0E0,9.018075E-1,7.9589844E-1,-0E0,2.8812528E-1,-0E0,2.9956055E-1,-0E0,-0E0,8.825E1,-0E0,6.620039E1,9.916992E-1,-0E0,4.05E1,9.4921875E-1,3.23125E1,9.506836E-1,1.7141225E2,1.2668667E0,-0E0,9.9853516E-1,4.4140625E-1,-0E0,1.3635254E-1,1.96708E0,9.1503906E-1,7.84375E1,1.7870438E0,8.634905E1,2.1398926E-1,8.129883E-1,-0E0,-2.7875185E-1,3.7646484E-1,3.7125E1,-1.0376035E-1,-0E0,-0E0,1.5110512E2,-0E0,2.3787478E-1,-0E0,8.496094E-1,4.415625E1,-0E0,3.375E1,-0E0,5.1768404E-1,-0E0,-0E0,3.359375E-1,2.0825E2,-0E0,2.6455113E-1,-0E0,-0E0,9.9316406E-1,-0E0,2.3071289E-2,5.7525635E-2,-0E0,-0E0,7.433356E-1,-0E0,7.055727E-1,-0E0,5.5E1,8.53125E1,-0E0,4.8805222E-1,-0E0,-0E0,9.9902344E-1,-0E0,1.5131986E0,-3.6879554E-1,-0E0,-0E0,1.361084E-1,-0E0,7.22322E1,-0E0,5.865176E-1,2.2021484E-1,-0E0,-0E0,5.967484E-1,-6.1252165E-1,-0E0,-0E0,1.4903688E0,4.878998E-3,-0E0,9.951172E-1,9.8339844E-1,1.3212475E0,5.275E1,-0E0,6.401367E-1,8.1E1,7.285523E1,6.090625E1,9.161377E-2,-0E0,3.61875E1,3.078125E1,-0E0,-0E0,1.1657715E-2,4.73125E1,4.63125E1,1.2800329E0,1.6968785E2,8.7646484E-2,9.7802734E-1,9.662795E1,9.975586E-1,4.221875E1,2.0898438E-1,3.628125E1,9.9560547E-1,8.09375E1,1.1404889E2,3.2848063E0,4.4140625E-1,6.89375E1,3.25E1,-0E0,9.9658203E-1,7.783203E-1,-0E0,-0E0,-3.2695824E-1,-0E0,4.9012944E-1,-0E0,9.916992E-1,-0E0,3.265625E1,-0E0,5.044366E0,9.794922E-1,-0E0,-4.6185967E-1,-0E0,1.7966347E0,8.149414E-1,-0E0,5.152257E-1,-0E0,5.9417725E-2,-1.9908482E-1,-0E0,9.946289E-1,-0E0,-5.970098E-1,-0E0,-0E0,2.4276745E-1,-0E0,1.126709E-1,-0E0,1.5979004E-1,-0E0,1.8835449E-1,-3.3079773E-1,-0E0,-0E0,8.76875E1,-0E0,8.6625E1,2.1321727E2,1.8225098E-1,7.241211E-1,1.4180292E0,9.453125E-1,3.0126953E-1,1.7692088E2,5.888672E-1,6.371875E1,-0E0,2.1388557E0,-0E0,-0E0,-4.128776E-2,1.2274802E0,1.0184251E0,3.1763344E0,1.051242E0,-0E0,5.859375E-2,-0E0,9.9902344E-1,-0E0,6.903076E-2,3.1360357E0,6.134375E1,2.2234507E0,3.906352E0,-0E0,4.6777344E-1,4.178125E1,1.0897914E2,-0E0,4.6037035E0,2.1972105E-1,-0E0,9.892578E-1,1.4746094E-1,-0E0,-1.6761602E-1,8.20907E-1,6.93125E1,1.7378914E2,1.2207031E-1,2.467041E-1,4.223679E0,8.798985E1,2.0772719E2,8.8671875E-1,5.966797E-1,3.903125E1,-0E0,8.509232E1,-0E0,9.921875E-1,5.292969E-1,-0E0,3.7994385E-2,-0E0,-3.1965485E-1,9.926758E-1,-0E0,1.9050462E2,-0E0,-5.02068E-1,-0E0,-0E0,2.6565552E-2,1.5989886E2,-0E0,3.1982422E-1,-0E0,4.0939226E0,-0E0,2.7866364E-3,-0E0,-0E0,4.7313786E0,-6.7599887E-1,-0E0,-0E0,4.6844292E-1,-0E0,8.652344E-1,-0E0,6.30706E-1,8.685736E-1,-0E0,5.562303E0,-0E0,6.703079E1,-8.174115E-3,6.390625E1,9.042969E-1,3.1957788E0,9.863281E-1,5.378125E1,7.910156E-1,4.975E1,-0E0,9.9609375E-1,5.109375E1,1.3611656E2,-0E0,1.3174154E0,6.870117E-1,6.881162E-1,-0E0,9.970703E-1,-0E0,5.5145264E-2,1.7363583E0,-0E0,3.128125E1,-0E0,-6.2597916E-2,-0E0,7.939675E1,-0E0,2.3197193E1,4.296875E1,-0E0,-0E0,1.5562587E2,-0E0,4.0861135E0,4.0135055E0,7.522975E1,1.4758301E-1,4.104004E-1,9.9902344E-1,-0E0,-0E0,9.063121E1,-0E0,1.9127043E0,4.99375E1,-0E0,9.863281E-1,-0E0,9.394531E-1,1.6307803E0,-0E0,1.060791E-1,-0E0,9.9902344E-1,1.394043E-1,8.50537E1,8.230283E1,-0E0,6.692959E1,3.8452148E-1,-0E0,8.303684E1,2.391909E0,-0E0,2.0229216E2,1.4083862E-2,8.872735E1,-0E0,5.385742E-1,9.135742E-1,-0E0,3.648739E0,-0E0,7.1899414E-2,-0E0,5.1600704E0,2.6901245E-2,-0E0,4.8461467E-2,-0E0,-0E0,2.8420174E-1,4.50625E1,-0E0,-0E0,3.540625E1,-0E0,4.4336358E-1,-0E0,-6.481552E-1,-0E0,7.3876244E-1,1.1300379E-1,-0E0,-0E0,9.9902344E-1,5.859375E-2,-0E0,-0E0,3.7876146E0,1.01875E2,-0E0,3.2299805E-1,8.5839844E-1,2.2827148E-2,7.216797E-1,1.07543945E-1,-0E0,6.281734E1,9.345703E-1,5.05625E1,-0E0,-0E0,1.2369247E2,4.878125E1,-0E0,1.095233E2,-0E0,3.290625E1,-0E0,9.9658203E-1,1.2188721E-1,-0E0,5.8447266E-1,-0E0,1.5466309E-1,-0E0,2.0057738E0,-0E0,5.044366E0,3.640529E-1,-0E0,-0E0,5.5908203E-1,4.334375E1,2.9738417E0,-0E0,1.23625E2,-0E0,9.9072266E-1,-0E0,6.4125E1,-0E0,3.9625E1,2.1681361E0,-0E0,4.798092E-1,-0E0,3.4E1,-0E0,-0E0,1.3431422E2,-0E0,2.7140257E-1,-0E0,1.9178845E2,1.4183609E2,-0E0,9.8339844E-1,-0E0,-0E0,4.6037035E0,2.440597E-1,-0E0,7.6660156E-1,-0E0,9.9072266E-1,-0E0,-0E0,2.5414923E-1,-0E0,4.471166E0,3.6064243E0,-0E0,1.3947751E2,6.274414E-1,7.1899414E-2,-0E0,-0E0,1.4183609E2,-0E0,7.8848305E1,1.4428937E2,-0E0,9.9121094E-1,-0E0,-0E0,9.8828125E-1,4.338379E-1,-0E0,-0E0,9.9853516E-1,-0E0,3.359375E1,1.3212475E0,-0E0,-0E0,8.947754E-2,2.103742E2,-0E0,-0E0,3.275E1,5.966797E-1,-0E0,-0E0,3.59375E1,-0E0,5.551405E-1,-0E0,3.3625E1,1.027832E-1,-0E0,-0E0,9.658203E-1,9.379883E-1,-0E0,5.1692543E0,-0E0,6.7803276E-1,3.653125E1,5.4855347E-3,1.4148083E2,-0E0,9.9609375E-1,7.3375E1,-0E0,-0E0,3.5858154E-3,-0E0,4.129727E0,-0E0,4.1E1,-0E0,5.1061854E0,-0E0,5.1708984E-1,-0E0,5.0059975E1,3.45625E1,-0E0,-0E0,6.7822266E-1,3.6315918E-2,-0E0,9.7875E1,2.2560588E-1,7.9875E1,-0E0,-0E0,1.8953085E0,1.293563E2,-0E0,-5.0646204E-1,-0E0,-0E0,2.8193662E-1,-3.0929604E-1,-0E0,1.755713E0,6.165625E1,1.2475E2,-0E0,9.980469E-1,-0E0,5.8771706E-1,-0E0,-0E0,5.225803E0,9.9853516E-1,-0E0,-0E0,-3.8693044E-1,5.26875E1,-0E0,3.53125E1,-0E0,9.9560547E-1,-0E0,2.3197193E1,-0E0,-4.2668742E-1,-0E0,1.07421875E-2,-0E0,3.7653725E0,-0E0,6.9433594E-1,-0E0,4.1259766E-1,-0E0,-0E0,8.183594E-1,-0E0,7.171631E-2,-0E0,1.32935E2,8.25E1,-0E0,-0E0,-4.287879E-1,-0E0,7.65625E1,1.7692088E2,-0E0,4.391625E0,-0E0,1.0206927E-1,-0E0,8.656005E1,-0E0,-0E0,3.8598692E-1,-0E0,7.861328E-2,-0E0,4.5629883E-1,1.2296324E0,-0E0,-0E0,7.973339E-1,-0E0,9.477539E-1,-0E0,9.863281E-1,-0E0,7.573242E-1,-0E0,1.208125E2,4.82698E0,-0E0,1.4716272E2,-0E0,1.2322998E-1,-0E0,-0E0,1.8764581E2,1.2243909E2,-0E0,-0E0,4.911853E0,1.1489981E2,2.3365884E0,-0E0,3.2341957E1,-1.7198054E-1,-0E0,-0E0,-3.973029E-1,9.0125E1,-0E0,-0E0,2.5152132E-1,7.107589E1,-0E0,2.495436E-1,-0E0,-0E0,9.6484375E-1,-0E0,-6.4896303E-1,-0E0,1.62875E2,-0E0,8.535156E-1,-3.623909E-2,-0E0,-0E0,9.9902344E-1,1.3611656E2,-0E0,-0E0,7.8808594E-1,3.189087E-2,-0E0,8.6279297E-1,-0E0,1.4575E2,-0E0,8.6625E1,-0E0,4.553929E0,-0E0,2.3987895E-1,-0E0,-0E0,6.222534E-2,9.534567E0,-0E0,-0E0,4.2896885E1,-0E0,5.26875E1,-2.8873E-1,-0E0,3.1015625E1,-0E0,-0E0,8.8750404E-1,-0E0,1.5894338E0,-0E0,6.26875E1,3.2776415E-1,-0E0,4.4148173E0,-0E0,5.8250427E-3,-0E0,-0E0,-3.2099834E-1,-7.355598E-1,-0E0,-0E0,9.946289E-1,-0E0,4.3706718E-1,6.458827E1,-0E0,-0E0,4.3530408E-1,-0E0,-5.3868335E-1,6.4514357E-1,-0E0,8.407194E1,-0E0,2.9569318E0,-0E0,6.3819385E-1,-0E0,1.1443326E0,-0E0,9.2822266E-1,-0E0,-0E0,-5.645431E-1,-1.7903186E-1,-0E0,5.2106663E1,-0E0,4.911331E0,-0E0,-1.0903175E-1,-0E0,-0E0,1.9673145E2,-0E0,2.2450645E0,1.200956E0,-0E0,-0E0,5.3808594E-1,9.975586E-1,-0E0,3.5858154E-3,-0E0,-3.2535705E-1,-0E0,6.26875E1,-0E0,-0E0,6.124878E-2,-0E0,7.8097725E1,-0E0,-2.3580948E-1,5.470021E0,-0E0,3.3691406E-1,-0E0,9.9902344E-1,-0E0,8.731335E-1,-0E0,-0E0,-2.8813505E-1,-0E0,5.78125E-1,3.34375E1,-0E0,7.20625E1,-0E0,-0E0,8.49375E1,-0E0,4.6224666E0,4.858024E0,-0E0,6.497393E1,-0E0,-5.673349E-1,-0E0,-0E0,5.703125E1,5.4855347E-3,-0E0,-0E0,-4.9815604E-1,-0E0,-3.360924E-1,1.6458063E0,-0E0,-0E0,9.555664E-1,3.028125E1,-0E0,9.970703E-1,-0E0,1.0647613E0,-0E0,-0E0,2.2077162E1,-0E0,2.0056877E2,4.415625E1,-0E0,-0E0,5.768019E-1,3.1671875E1,-0E0,-0E0,8.1E1,3.709427E-1,-0E0,3.2983398E-1,-0E0,-0E0,7.680664E-1,-5.6601566E-1,-0E0,-0E0,8.58125E1,-0E0,7.281999E-1,-4.9658164E-1,-0E0,9.9902344E-1,-0E0,5.559846E-1,-0E0,3.0645797E-1,-0E0,-0E0,4.878998E-3,1.3530252E2,-0E0,-0E0,5.859375E-2,2.4119379E-1,-0E0,-0E0,9.970703E-1,9.9365234E-1,-0E0,-0E0,5.1374686E-1,-0E0,9.946289E-1,6.274414E-1,-0E0,-0E0,1.008125E2,-0E0,4.833312E-1,-0E0,5.432747E0,-0E0,6.124878E-2,7.441406E-1,-0E0,9.6881165E1,-0E0,6.8893433E-3,-0E0,-0E0,1.3773697E2,5.6630445E-1,-0E0,-0E0,9.079934E-1,8.0375E1,-0E0,4.4708213E-1,-0E0,1.777649E-2,-0E0,-0E0,5.0105524E0,4.8595623E1,-0E0,6.1920166E-2,-0E0,-0E0,-5.8854616E-1,5.4041085E0,-0E0,9.9853516E-1,-0E0,-0E0,5.962354E1,1.7341446E2,-0E0,-0E0,3.321875E1,2.4169922E-1,-0E0,-0E0,3.83125E1,1.4083862E-2,-0E0,-0E0,-6.3242257E-1,-0E0,7.3363084E-1,6.2416106E-1,-0E0,3.065625E1,-0E0,9.9560547E-1,-0E0,-5.4839075E-1,-0E0,-0E0,2.2827148E-2,7.0625E1,-0E0,-0E0,4.234314E-3,-0E0,5.5323255E-1,-0E0,-6.651504E-1,9.3006563E-1,-0E0,-0E0,6.763949E1,2.3880005E-2,-0E0,-0E0,9.663086E-1,-0E0,1.9210815E-2,-0E0,7.080229E-1,-5.812398E-1,-0E0,-0E0,1.0299464E0,-0E0,-6.268732E-1],"split_indices":[13,12,5,4,5,13,0,6,6,15,1,4,15,15,0,14,7,1,0,4,14,1,11,5,0,3,1,3,15,5,11,11,3,5,15,0,9,18,19,11,18,0,0,5,18,18,6,0,2,0,4,2,14,12,0,5,13,15,7,0,17,3,2,18,10,14,10,19,0,4,11,0,9,11,4,17,19,4,0,0,0,16,14,6,11,19,8,0,0,0,0,0,8,0,7,0,0,0,1,3,11,16,4,13,14,6,0,19,0,0,12,0,0,0,0,2,18,7,19,11,17,0,7,19,3,9,1,0,8,0,0,0,0,0,16,6,14,0,1,14,0,14,0,8,0,5,9,3,0,8,0,16,0,6,0,0,13,12,19,0,10,17,2,1,6,17,0,9,19,17,3,9,0,0,0,0,7,0,9,4,12,19,0,0,0,19,0,0,5,0,0,0,0,0,0,12,16,0,10,8,12,1,0,0,6,10,5,8,2,16,0,0,0,0,0,0,16,14,7,9,0,0,0,0,0,0,7,0,0,0,0,17,0,18,5,0,3,12,0,0,0,8,0,18,0,13,13,8,5,1,12,17,14,5,12,8,9,0,0,0,0,16,0,0,8,3,5,17,0,0,18,0,0,0,0,17,0,19,0,14,0,5,0,0,0,0,0,0,6,0,0,4,0,8,17,3,0,0,0,2,15,16,19,16,7,11,14,14,5,0,0,0,12,10,4,19,0,19,0,0,0,4,0,0,7,18,15,9,0,12,13,7,12,16,19,15,0,17,15,0,15,17,11,10,18,12,0,18,6,0,0,18,0,4,0,0,0,0,13,0,0,0,8,0,0,17,0,0,0,2,0,0,6,0,0,16,0,0,10,3,0,0,0,6,0,11,0,0,16,1,0,3,17,3,0,0,14,6,5,0,6,1,18,0,1,0,0,0,0,7,0,10,0,11,0,0,0,10,0,18,6,4,0,7,0,15,0,0,6,19,0,0,0,0,1,1,0,1,0,13,0,0,10,5,0,8,10,0,9,0,10,0,8,0,0,16,0,8,0,0,5,0,12,0,0,0,0,10,0,6,0,0,4,0,0,0,15,0,0,3,0,8,0,10,0,2,0,1,0,10,0,4,0,13,0,17,1,0,1,0,0,14,0,0,12,0,0,0,7,9,14,16,17,6,0,12,15,6,19,1,14,16,13,12,0,0,13,0,6,0,0,0,1,4,0,0,2,0,1,0,8,0,2,0,0,0,0,0,0,18,0,0,15,0,15,18,15,0,0,0,15,0,0,0,0,9,0,0,10,0,0,0,0,0,6,0,16,0,19,0,3,12,0,0,0,16,0,0,11,0,5,16,0,8,15,8,19,6,3,0,17,14,0,12,1,18,11,1,5,19,16,0,0,18,11,0,0,0,5,0,0,0,15,10,0,9,0,0,0,0,15,11,0,0,0,0,18,0,16,18,0,0,0,0,3,0,8,8,0,0,0,0,14,0,2,0,0,0,17,0,7,0,1,14,0,0,0,0,0,0,3,18,0,15,15,3,10,0,19,9,4,9,13,0,11,11,0,0,16,11,10,1,6,13,18,4,15,11,19,8,14,10,4,2,13,9,10,0,15,19,0,0,0,0,0,0,16,0,8,0,1,18,0,0,0,2,13,0,0,0,19,0,0,16,0,0,0,0,0,0,14,0,16,0,16,0,0,0,10,0,11,6,13,17,1,17,13,6,14,8,0,0,0,0,0,3,1,2,2,0,13,0,15,0,13,0,11,1,0,0,15,10,4,0,1,0,0,14,16,0,0,1,11,6,13,19,3,5,6,14,14,10,0,4,0,14,18,0,19,0,0,16,0,6,0,0,0,0,17,6,0,14,0,3,0,19,0,0,1,0,0,0,0,0,13,0,0,0,0,0,0,4,0,9,17,2,16,11,18,8,0,14,11,6,0,2,14,3,0,14,0,19,3,0,11,0,0,0,5,0,7,9,0,0,5,0,0,2,5,12,17,14,0,0,5,0,2,8,0,17,0,16,1,0,12,0,14,12,5,4,0,5,13,0,5,0,0,6,19,5,0,18,15,0,2,0,12,0,0,18,0,0,0,0,0,10,0,0,8,0,0,0,0,0,0,0,0,0,18,13,0,0,2,9,0,16,16,19,18,19,0,5,14,9,0,0,6,9,0,4,0,8,0,16,12,0,13,0,13,0,0,0,1,0,0,0,15,8,3,0,9,0,17,0,8,0,10,0,0,0,0,8,0,0,4,0,0,0,6,4,0,16,0,0,1,0,0,13,0,17,0,0,0,0,0,0,0,6,14,12,0,0,4,0,4,6,0,14,0,0,18,19,0,0,15,0,8,3,0,0,16,6,0,0,11,15,0,0,10,0,0,0,11,15,0,0,16,19,0,1,0,2,8,18,6,0,15,10,0,0,18,0,1,0,8,0,1,0,13,0,7,8,0,0,14,19,0,9,0,9,0,0,0,4,0,0,0,0,0,0,0,1,11,10,0,15,0,0,0,0,1,17,0,0,0,8,0,11,0,18,0,7,0,0,0,17,0,2,0,13,0,15,0,0,15,0,17,0,4,9,0,0,0,0,11,6,0,2,0,0,0,4,0,0,0,0,13,0,13,1,0,0,3,0,18,0,19,0,12,0,8,0,0,4,0,17,0,0,6,7,0,0,3,7,1,0,7,0,0,0,0,11,0,0,0,5,0,0,0,0,19,0,0,0,9,0,18,0,0,0,17,6,0,0,14,16,0,19,0,9,0,11,0,2,0,0,0,0,16,7,0,0,7,0,8,0,0,10,0,0,3,0,1,0,8,0,0,3,0,17,0,0,0,0,0,0,19,0,0,5,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,17,0,0,0,0,0,5,0,1,0,0,0,0,6,0,0,0,0,0,15,14,0,19,0,0,0,8,0,0,13,0,7,0,0,2,0,12,0,14,0,0,0,0,0,0,14,10,0,11,0,0,9,0,3,2,0,7,0,0,0,0,8,18,0,0,0,0,0,0,0,0,15,8,0,14,0,2,0,0,7,0,6,11,0,0,0,8,0,0,9,0,0,12,0,0,16,0,0,0,9,0,0,0,0,14,0,0,0,0,0,0,19,4,0,0,13,0,0,0,17,15,0,0,0,0,16,14,0,0,10,0,0,0,1,0,13,13,0,5,0,19,0,0,4,0,0,0,2,11,0,0,0,16,0,0,3,4,0,12,0,0,0,3,0,15,0,0,7,6,0,0,11,12,0,0,10,18,0,0,0,0,0,0,0,8,0,17,0,0,0,0,19,9,0,0,18,0,0,0,0,0,0,0,7,17,0,0,15,0,18,0,0,0,0,0,1,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1281511E3,8.247269E2,3.034242E2,6.3957056E2,1.8515639E2,1.3331061E2,1.7011359E2,5.5309973E2,8.64708E1,9.111691E1,9.4039474E1,8.8535416E1,4.477519E1,1.4466612E1,1.5564697E2,5.315034E2,2.159633E1,4.8386658E1,3.808415E1,5.7537907E1,3.3579002E1,1.1621177E0,9.287735E1,7.8124535E1,1.0410881E1,4.2295223E1,2.4799643E0,1.3149765E1,1.3168473E0,5.25287E1,4.789747E2,1.7541435E1,4.054896E0,2.4320427E1,2.4066233E1,1.4628636E0,3.6621284E1,3.577638E1,2.1761526E1,7.3543262E0,2.6224678E1,7.543287E-1,4.0778902E-1,5.1401367E0,8.773721E1,2.072492E1,5.7399612E1,1.0518454E0,4.1243378E1,1.6943042E0,7.8565997E-1,1.0084429E1,3.065336E0,5.2220184E-1,7.946455E-1,3.338488E1,1.9143826E1,3.9185654E2,8.711814E1,1.5504943E1,2.036492E0,2.410058E0,1.6448381E0,5.4620132E0,1.8858414E1,1.8434563E1,5.6316686E0,3.5828556E1,7.927256E-1,1.463779E1,2.1138592E1,1.4324001E0,2.0329126E1,1.1256932E0,6.228633E0,8.820054E0,1.7404623E1,2.33001E0,2.8101265E0,8.604374E1,1.6934774E0,2.000428E0,1.8724493E1,5.0286793E1,7.1128225E0,2.0359492E0,3.9207428E1,1.9305502E-1,1.5012492E0,5.926679E-1,1.929921E-1,6.350347E-1,9.449394E0,1.3599116E0,1.7054244E0,1.7776768E-1,3.4443414E-1,3.2031875E0,3.018169E1,3.9362662E0,1.5207559E1,2.2385817E1,3.6947073E2,2.2616598E1,6.450155E1,1.5078622E1,4.2632034E-1,8.744856E-1,1.1620066E0,3.7308002E-1,2.036978E0,1.3891116E0,2.557264E-1,1.1125623E0,4.349451E0,9.108726E0,9.749688E0,1.5794111E1,2.6404521E0,3.5144963E0,2.117172E0,5.450215E-1,3.5283535E1,3.034897E0,1.1602892E1,1.7478008E1,3.660582E0,4.9527493E-1,1.983385E1,7.3813856E-1,3.875546E-1,3.132937E-1,5.9153395E0,4.6274843E0,4.1925697E0,5.0206037E0,1.2384019E1,9.615271E-1,1.368483E0,5.2120554E-1,1.1722718E0,1.1401666E0,8.602613E-1,1.6668926E1,2.0555663E0,1.8096394E1,3.21904E1,6.4515777E0,6.612449E-1,7.467585E-1,1.2891906E0,3.882008E1,3.8735092E-1,9.18627E0,2.6312417E-1,6.607983E-1,1.0446261E0,1.138556E1,1.8796131E1,1.5794233E0,2.356843E0,2.194133E0,1.3013426E1,1.2972094E1,9.413722E0,2.0299921E1,3.491708E2,1.0018267E1,1.25983305E1,2.6938421E1,3.7563126E1,1.4696601E1,3.8202104E-1,6.302679E-1,2.4421766E-1,3.3707213E-1,1.6999058E0,2.9225895E-1,4.057192E0,4.815332E0,4.293394E0,7.285071E0,2.4646173E0,1.4225469E1,1.5686423E0,1.6140796E0,1.0263726E0,8.764165E-1,2.63808E0,1.7721428E-1,1.9399579E0,3.4888054E1,3.9548174E-1,2.1165761E-1,2.8232396E0,9.041029E0,2.5618637E0,1.2273138E0,1.6250694E1,2.03379E0,1.6267921E0,1.9431665E1,4.0218574E-1,1.0747796E0,3.1177902E0,1.7409223E0,3.2796814E0,7.318304E0,5.0657153E0,9.356041E-1,4.3287882E-1,2.1487388E-1,3.0633163E-1,9.7066814E-1,1.6949844E-1,7.498863E-1,1.5919041E1,5.162405E0,1.2933989E1,1.2057512E1,2.0132885E1,1.6946377E-1,6.282114E0,4.84953E-1,2.6180556E-1,3.8612378E-1,3.8433956E1,1.9578266E-1,8.990487E0,8.4557873E-1,1.9904733E-1,1.0286282E1,1.0992785E0,1.0975069E1,7.8210616E0,6.492631E-1,1.7075799E0,8.939898E-1,1.3001431E0,3.3863235E-1,1.2674793E1,1.1783124E1,1.1889694E0,6.7640524E0,2.6496701E0,4.1500697E0,1.614985E1,1.734321E2,1.7573872E2,6.0464263E0,3.9718406E0,5.323768E0,7.274563E0,1.294421E1,1.399421E1,2.5567112E0,3.5006416E1,1.4247815E1,4.4878626E-1,1.3956381E0,3.042677E-1,3.6863167E0,3.7087524E-1,1.6762726E0,3.139059E0,2.9108922E0,1.3825018E0,6.2014885E0,1.0835828E0,3.329371E-1,1.2811426E0,2.1562057E0,4.8187414E-1,1.7391398E0,2.0081797E-1,7.119474E0,1.9215547E0,2.2688046E0,2.930592E-1,1.5663329E1,5.873659E-1,1.2210453E0,8.1274486E-1,2.0465547E-1,1.4221365E0,1.8346592E1,1.085073E0,2.8220958E-1,2.8355806E0,5.047682E-1,1.2361541E0,2.7890928E0,4.9058864E-1,9.520149E-1,6.366289E0,4.041778E0,1.0239371E0,4.4304943E-1,4.9255466E-1,1.3897787E1,2.0212529E0,2.467513E0,2.6948922E0,2.7208197E0,1.0213169E1,5.7772117E0,6.280301E0,3.5832531E0,1.6549631E1,1.1296343E0,3.730432E1,8.738467E-1,9.412435E0,8.549898E0,2.4251716E0,4.6084037E0,3.2126582E0,1.4569781E0,2.5060177E-1,2.0591389E-1,6.880759E-1,1.13567095E1,4.2641503E-1,1.6799382E0,5.084114E0,2.6480975E0,1.5019726E0,1.5553045E1,5.968053E-1,1.6511151E2,8.320584E0,1.5872949E2,1.7009226E1,2.1830266E0,3.8634E0,2.6805212E0,1.2913193E0,3.071198E0,2.25257E0,1.2858456E0,5.988717E0,5.3578053E0,7.5864053E0,8.915928E0,5.078283E0,1.6944757E0,8.622355E-1,2.7612917E0,3.224512E1,3.3628747E-1,3.3500292E0,2.9135222E0,2.2553687E-1,2.346961E0,5.6393117E-1,1.9748954E-1,1.1850122E0,3.3012882E-1,5.8713593E0,1.104776E0,1.7636655E-1,9.101568E-1,6.209317E0,2.9023504E-1,1.9785695E0,1.4871451E1,7.9187804E-1,2.7000368E-1,9.510416E-1,2.6228397E0,2.127409E-1,4.6813676E-1,2.320956E0,4.566123E-1,4.954026E-1,5.7408786E0,6.254105E-1,6.9850206E-1,3.3432763E0,1.3048143E1,8.4964454E-1,1.2353745E0,7.8587836E-1,1.9916002E0,4.7591287E-1,2.1943715E0,5.005205E-1,9.0744364E-1,1.8133761E0,9.05068E0,1.1624888E0,3.5642023E0,2.213009E0,5.3511567E0,9.291443E-1,4.3425322E-1,3.1490002E0,4.5645823E0,1.1985049E1,1.6415191E0,7.7709155E0,4.4937224E0,4.0561757E0,2.3450416E-1,2.1906674E0,4.2977166E0,3.1068707E-1,2.956389E-1,1.1613393E0,1.0724465E1,6.322441E-1,4.0961037E0,9.880103E-1,2.0742137E0,5.738837E-1,1.2264178E0,2.7555475E-1,1.5179074E1,3.7397116E-1,1.1751672E2,4.7594788E1,7.9586554E0,3.619292E-1,6.1886932E1,9.684256E1,1.0851471E1,6.157756E0,2.6755935E-1,1.9154673E0,2.8487515E0,1.0146484E0,2.2658312E-1,2.4539382E0,2.702942E-1,2.8009038E0,1.5284866E0,7.240833E-1,5.640352E0,3.4836534E-1,4.822152E0,5.356532E-1,1.1305314E0,6.4558735E0,6.3127894E0,2.6031384E0,1.8612013E0,3.2170813E0,1.8741855E-1,1.5070571E0,1.070167E0,1.6911248E0,2.0671967E-1,3.2038403E1,2.1728298E-1,2.6962392E0,2.1484194E0,1.9854163E-1,5.286032E0,5.853275E-1,5.3592044E-1,5.6733966E0,1.9021878E-1,1.4681232E1,2.3990755E0,2.2376409E-1,2.0832176E0,2.3773849E-1,5.4257326E0,3.1514585E-1,2.569303E0,7.739732E-1,3.0800533E-1,1.2740138E1,1.6076367E0,3.8396347E-1,1.6366534E-1,2.0307062E0,1.2122426E0,6.011335E-1,8.342533E0,7.081475E-1,2.0748477E0,1.4893546E0,1.9643749E0,2.4863431E-1,4.6970353E0,6.541213E-1,2.7716684E0,3.7733158E-1,3.4709563E0,1.0936258E0,9.9015465E0,2.083503E0,6.205516E0,1.5654E0,3.5658212E0,9.279011E-1,1.6099668E0,2.446209E0,1.6306756E-1,2.0275998E0,1.0542084E1,1.8238139E-1,3.1337756E-1,3.7827263E0,2.617718E-1,1.812442E0,2.075179E0,1.3103895E1,1.0567588E2,1.1840842E1,4.1111717E1,6.4830675E0,7.4941697E0,4.6448544E-1,3.863739E1,2.3249546E1,6.2520687E1,3.432187E1,2.3399765E0,8.511494E0,7.939864E-1,5.3637695E0,1.685333E0,2.3013426E-1,3.3565262E-1,2.513099E0,2.7841336E-1,2.5224905E0,1.3387322E0,1.8975441E-1,1.6892242E-1,5.4714293E0,4.435997E0,3.8615495E-1,7.0353454E-1,5.752339E0,4.3724117E-1,5.8755484E0,5.3213966E-1,1.3290616E0,5.144827E-1,2.7025988E0,2.161126E-1,1.2909445E0,2.9507518E-1,1.3960496E0,1.0277996E0,3.1010603E1,1.9503676E0,1.9805178E-1,1.6293904E-1,5.123093E0,2.1773015E-1,5.4556665E0,2.4488013E0,1.223243E1,2.3425178E-1,5.191481E0,2.2892316E-1,2.34038E0,1.2472082E1,2.6805568E-1,2.658822E-1,1.764824E0,8.162243E0,1.8028943E-1,4.467667E-1,1.6280808E0,1.769248E0,1.9512688E-1,2.0575494E-1,4.4912806E0,2.361046E-1,2.535564E0,1.1130744E0,2.357882E0,2.2028759E0,7.6986704E0,7.102642E-1,5.4952517E0,2.7617242E0,8.0409706E-1,6.6618234E-1,2.6171878E-1,2.1175494E0,3.286593E-1,3.4890372E-1,1.019318E1,1.681788E-1,3.6145475E0,1.1537971E1,1.5659249E0,6.922719E1,3.6448692E1,5.9548063E0,5.886036E0,3.506252E1,6.049199E0,2.3877278E-1,6.2442946E0,7.1605644E0,3.3360523E-1,2.5940044E1,1.2697344E1,6.929998E0,1.6319548E1,3.440412E1,2.8116564E1,2.2476585E1,1.1845284E1,6.6446644E-1,1.67551E0,4.8238416E0,3.6876523E0,6.3084084E-1,1.6314553E-1,1.5134065E0,3.850363E0,2.5763747E-1,1.4276955E0,2.903186E-1,2.2227802E0,2.2029366E0,3.1955388E-1,5.2225523E0,2.4887694E-1,4.0004096E0,4.3558773E-1,7.232987E-1,5.0290403E0,5.402001E0,4.7354758E-1,1.1450312E0,1.8403034E-1,6.946323E-1,2.0079665E0,5.5780333E-1,3.04528E1,1.7395496E0,2.1081795E-1,2.41626E-1,4.881467E0,3.8990268E-1,5.065764E0,7.71045E-1,1.6777563E0,1.2050786E1,1.8164475E-1,1.9438825E0,3.964974E-1,2.722318E-1,7.8900113E0,1.7069826E-1,1.4573827E0,2.3100772E0,2.2548659E-1,1.960848E-1,2.161797E0,1.1475098E0,6.551161E0,3.2769787E-1,5.1675534E0,2.5947256E0,1.6699873E-1,1.8033434E-1,1.9372152E0,9.877542E0,3.1563824E-1,5.001291E-1,3.1144183E0,1.09696E1,5.683706E-1,3.8633915E1,3.0593275E1,1.7636765E1,1.881193E1,6.559574E-1,5.2988486E0,4.5479417E0,1.3380945E0,2.2828218E1,1.2234302E1,9.3565303E-1,5.1135464E0,5.898462E0,3.4583288E-1,3.694665E-1,6.791098E0,1.0175494E1,1.5764551E1,5.6122694E0,7.0850744E0,5.7429767E0,1.187021E0,1.4665634E1,1.6539142E0,1.822626E1,1.6177864E1,1.240711E1,1.5709455E1,1.4704165E1,7.77242E0,8.082106E0,3.7631788E0,2.5677109E0,2.256131E0,4.4111913E-1,3.2465332E0,3.0770519E0,7.733111E-1,2.5274932E-1,1.9700309E0,1.8707277E-1,2.015864E0,2.1567443E-1,5.006878E0,3.5584825E-1,3.644561E0,1.7273803E-1,4.8563023E0,4.8441E0,5.5790067E-1,1.8094994E0,1.9846705E-1,2.4888942E0,2.7963905E1,1.7249715E-1,1.5670525E0,3.7033832E-1,4.6954255E0,1.4147505E0,2.6300585E-1,1.1881021E1,1.697658E-1,7.6580343E0,2.3197694E-1,1.7092146E-1,1.2864611E0,1.9274603E-1,1.9690511E0,4.9329484E-1,6.0578656E0,2.3022899E-1,4.9373245E0,2.4156704E0,1.790551E-1,4.966239E-1,2.6177945E0,2.0387593E-1,1.0765723E1,2.9386671E1,9.247244E0,1.9522133E1,1.1071142E1,3.6654072E0,1.3971356E1,9.393838E0,9.418092E0,3.8746362E0,1.4242126E0,3.4297516E0,1.1181899E0,5.2299505E-1,8.1509936E-1,1.2395537E1,1.043268E1,2.6233902E0,9.610911E0,6.4137936E-1,4.472167E0,1.6268297E-1,5.735779E0,3.4609726E-1,6.4450006E0,4.233204E0,5.94229E0,4.748719E0,1.1015832E1,2.9498783E-1,5.3172812E0,4.750985E0,2.3340895E0,1.3421077E0,4.400869E0,8.8936627E-1,2.976548E-1,4.482099E0,1.0183535E1,7.861154E-1,8.6779875E-1,6.4093432E0,1.18169155E1,6.6034694E0,9.574394E0,3.767257E0,8.639853E0,1.2297125E1,3.41233E0,1.076111E1,3.9430556E0,6.3285556E0,1.4438643E0,7.5308905E0,5.5121464E-1,2.7947364E0,9.684425E-1,5.429367E-1,2.0247743E0,4.4611895E-1,1.810012E0,2.7039425E0,5.4259074E-1,2.5931425E0,4.8390937E-1,4.818941E0,1.8793717E-1,2.7079052E-1,3.3737707E0,4.5998087E0,2.5649387E-1,4.585487E0,2.5861323E-1,1.3749282E0,1.113966E0,2.7607065E1,3.5684153E-1,5.451803E-1,4.150245E0,1.1702425E1,1.7859574E-1,3.6304173E-1,1.6060094E0,7.399891E-1,5.317877E0,8.1141996E-1,4.1259046E0,2.4060853E0,2.117093E-1,1.057787E1,1.878535E-1,2.8431217E1,9.554531E-1,5.907721E0,3.3395226E0,1.1026385E1,8.495747E0,3.127025E0,7.9441175E0,2.7289386E0,9.3646854E-1,8.509655E0,5.4617014E0,5.618849E0,3.774989E0,1.5902966E0,7.8277946E0,3.4732332E0,4.0140295E-1,2.835075E0,5.946769E-1,2.113064E0,1.0282474E1,1.7795438E0,8.653137E0,1.412587E0,1.210803E0,1.0242565E0,8.586655E0,2.6069254E-1,4.2114744E0,5.4521503E0,2.836283E-1,2.7651256E-1,6.168488E0,1.633318E0,2.599886E0,2.7969947E0,3.1452954E0,1.9250144E0,2.823705E0,8.871279E0,2.144553E0,1.9923733E-1,5.118044E0,1.4769319E0,3.274053E0,1.6374764E0,6.96613E-1,4.137145E0,2.63724E-1,3.0541492E0,1.4279499E0,1.5596725E0,8.623862E0,7.773884E-1,5.6319547E0,8.925396E0,2.8915193E0,6.124586E0,4.7888342E-1,3.4473288E0,6.1270657E0,1.4290235E0,2.3382335E0,7.1281796E0,1.5116733E0,1.6034992E0,1.0693625E1,2.7383187E0,6.7401123E-1,3.5183494E0,7.242761E0,6.480689E-1,3.2949867E0,3.40621E-1,5.9879346E0,2.557102E0,4.9737887E0,2.3415806E0,4.531557E-1,8.027554E-1,1.6568708E-1,3.241888E-1,1.7005855E0,2.4404337E0,2.635088E-1,3.1876865E-1,2.274374E0,7.064757E-1,2.667295E0,3.828534E-1,4.216955E0,2.5011826E-1,4.3353686E0,1.1558226E0,2.191056E-1,2.783174E-1,2.7328747E1,3.9564831E0,1.9376224E-1,4.4767445E-1,4.8702025E0,1.0239742E1,3.3812785E-1,5.282085E0,2.3149134E1,4.2180166E0,1.6897044E0,2.6992493E0,6.402733E-1,6.998327E0,4.028059E0,7.5705175E0,9.252288E-1,1.0753263E0,2.0516987E0,6.564995E0,1.3791225E0,1.7390039E0,9.899348E-1,6.9319415E0,1.5777135E0,2.47541E0,2.9862912E0,3.3107105E-1,5.287778E0,2.3703817E-1,1.3532585E0,5.8540416E-1,7.2423906E0,1.6534567E-1,3.3078876E0,2.551475E0,2.8359982E-1,2.5145862E-1,1.8616054E0,2.9037864E0,7.378687E0,3.2537997E-1,8.327757E0,1.9918991E0,6.5947556E0,1.658647E-1,4.0456095E0,4.43384E-1,5.0087667E0,5.888741E0,2.7974725E-1,2.1339428E0,4.6594307E-1,2.3859339E0,4.1106093E-1,1.1985725E0,1.9467227E0,2.3718843E-1,1.6878259E0,7.595495E-1,2.0641553E0,8.209228E0,6.620513E-1,4.696688E0,4.213557E-1,7.821192E-1,2.4919338E0,1.4099245E0,2.2755203E-1,3.611334E0,5.2581096E-1,2.392511E0,6.6163814E-1,2.2288439E-1,1.2050655E0,1.2603198E0,7.3635426E0,5.245801E0,3.8615358E-1,3.2977746E0,5.6276217E0,2.2546096E0,6.3690954E-1,1.8256605E-1,5.94202E0,2.623679E-1,3.1849608E0,4.603423E0,1.5236428E0,2.0677736E0,2.7045986E-1,2.8082526E-1,6.8473544E0,1.3900028E0,2.1349633E-1,9.24799E-1,9.7688265E0,5.3377485E-1,2.2045438E0,2.300165E0,1.2181842E0,2.4833174E0,4.7594438E0,3.1317766E0,1.6321005E-1,7.966093E-1,5.191325E0,4.3971224E0,5.766664E-1,2.5085205E-1,2.0907285E0,1.879203E-1,2.2525134E0,4.4718578E-1,1.8271881E0,2.7152786E1,1.759613E-1,1.8963721E-1,3.7668457E0,4.077138E0,7.9306424E-1,9.8309355E0,4.0880722E-1,1.7041177E0,3.5779674E0,1.6037594E1,7.111539E0,4.7750384E-1,3.7405128E0,1.4055977E0,2.8410673E-1,4.4788575E-1,2.2513635E0,6.7528623E-1,6.3230405E0,1.5520995E0,2.4759595E0,1.0622138E0,6.508304E0,2.3530084E-1,1.8163978E0,7.7391076E-1,5.7910843E0,1.5460013E0,1.9300252E-1,8.231542E-1,6.1087875E0,2.232122E0,2.4328817E-1,1.4137282E0,1.5725629E0,4.7187686E0,5.6900907E-1,2.1105853E-1,1.1421999E0,6.1072836E0,1.1351072E0,3.1116781E0,1.9620928E-1,1.9963625E-1,1.6619692E0,2.120651E0,7.8313553E-1,4.455687E0,2.9229999E0,8.061262E0,2.664945E-1,6.010725E0,5.8403057E-1,3.8593197E0,1.862901E-1,2.260495E-1,4.7827168E0,5.647565E0,2.4117589E-1,4.827228E-1,1.903211E0,1.6877375E0,2.5898528E-1,1.8926508E0,1.7150454E-1,7.77722E0,4.3200758E-1,4.334245E0,3.6244315E-1,2.2175531E0,2.7438074E-1,3.1997936E0,4.1154072E-1,1.9600601E0,4.3245077E-1,7.17952E0,1.8402249E-1,4.014279E0,1.2315223E0,7.454206E-1,2.552354E0,6.869422E-1,4.9406796E0,2.1168947E-1,2.04292E0,5.754933E0,1.8708733E-1,2.630641E-1,2.921897E0,8.377317E-1,3.7656913E0,1.774939E0,2.928346E-1,6.6760697E0,1.712845E-1,9.9814093E-1,3.918619E-1,8.949188E0,8.196383E-1,1.624552E-1,2.0420887E0,1.792904E-1,2.1208746E0,5.520743E-1,4.2073693E0,2.8206854E0,3.110913E-1,1.9002265E-1,5.0013022E0,2.3518255E-1,4.1619396E0,1.9531968E-1,1.8954089E0,4.7712132E-1,1.3500668E0,3.2837313E-1,2.6824413E1,3.5873053E0,1.795404E-1,3.7858837E0,2.9125443E-1,9.325409E0,5.055264E-1,2.410081E-1,1.4631096E0,2.0318837E0,1.5460836E0,8.6384755E-1,1.5173746E1,1.470299E0,5.64124E0,2.1221636E-1,3.5282965E0,1.1413336E0,2.6426417E-1,1.8268764E-1,2.0686758E0,5.7212586E0,6.017819E-1,1.8695362E-1,2.289006E0,5.9717693E0,5.365348E-1,1.604588E0,2.118097E-1,3.9689663E-1,5.3941875E0,1.725385E-1,1.3734628E0,6.6842353E-1,5.440364E0,2.1180828E-1,2.0203135E0,9.732159E-1,4.4051233E-1,1.813657E-1,4.537403E0,5.682031E0,4.2525214E-1,2.3318548E0,2.1238325E0,2.0090954E0,9.139043E-1,7.880375E0,1.8088755E-1,5.8355417E0,1.7518345E-1,4.3991957E0,3.8352114E-1,5.4371147E0,2.1045023E-1,1.4242076E0,2.635299E-1,1.661753E-1,1.7264756E0,7.5846186E0,1.926011E-1,1.3340364E0,3.0002089E0,1.6260615E-1,3.0371873E0,1.722944E0,2.3711608E-1,6.926413E0,2.531067E-1,1.6353172E-1,3.850747E0,1.7768453E-1,2.3746696E0,4.922472E-1,4.4484324E0,1.8195446E0,2.2337565E-1,5.3915877E0,3.6334485E-1,3.4660318E0,2.9965946E-1,2.1257365E-1,1.5623653E0,6.4643445E0,2.117254E-1,7.959715E-1,8.153216E0,3.892005E-1,1.7316742E0,4.021328E0,1.860413E-1,4.163991E-1,2.4042861E0,4.291315E-1,4.5721707E0,3.855409E0,3.0653098E-1,1.7158983E0,1.7951068E-1,1.0252343E0,3.248325E-1,2.6352337E1,4.720756E-1,3.324782E0,2.6252344E-1,3.5282319E0,2.5765166E-1,1.9977815E-1,9.12563E0,1.2875147E0,1.7559491E-1,1.798416E0,2.3346777E-1,1.4129375E1,1.0443711E0,1.2789387E0,1.9136031E-1,2.292866E0,3.348374E0,4.0210554E-1,3.126191E0,5.5283732E0,1.92885E-1,1.1064448E0,4.8653245E0,5.091136E0,3.0305144E-1,5.2248926E0,2.1547137E-1,1.8477015E0,1.7261212E-1,4.179351E0,3.580519E-1,2.3230976E-1,5.4497213E0,2.1994376E-1,1.9038886E0,3.1161866E-1,1.6974769E0,6.745832E0,1.1345428E0,5.6570582E0,1.7848352E-1,4.1287675E0,2.704283E-1,5.014882E0,4.2223254E-1,1.7711726E-1,1.5493584E0,2.5262198E-1,7.331997E0,2.8270106E0,1.7319821E-1,2.8594813E0,1.7770606E-1,2.1859658E-1,6.7078166E0,1.6700166E-1,3.6837454E0,2.1606119E0,2.1405753E-1,4.186236E0,2.621964E-1,5.154766E0,2.3682174E-1,2.0946951E-1,3.2565622E0,7.9601507E0,1.9306585E-1,2.943951E-1,3.726933E0,2.1355556E-1,1.5023427E0,3.2782269E0,2.5000513E-1,1.7077279E-1,1.6276432E0,1.3500655E1,6.2872034E-1,3.0359333E0,3.1244078E-1,2.9154654E0,2.1072546E-1,4.1867942E-1,5.109694E0,2.1126732E-1,4.654057E0,4.6673207E0,4.2381552E-1,1.6321898E-1,5.0616736E0,3.2179313E0,9.6141964E-1,2.2085449E-1,5.228867E0,1.6158528E0,2.8803575E-1,6.506655E0,2.3917642E-1,7.557049E-1,4.9013534E0,3.8469088E0,2.8185865E-1,5.7818747E-1,6.7538095E0,1.6654617E-1,2.6604645E0,2.6902235E0,1.6925791E-1,6.53336E0,1.7445678E-1,3.488546E0,1.9519949E-1,1.9059758E0,2.546361E-1,2.0740531E-1,3.9788306E0,3.0450258E0,2.1153635E-1,4.2138946E-1,7.538761E0,1.3697258E0,2.5791737E-1,6.3727516E-1,1.28633795E1,2.5257084E0,5.102247E-1,2.5357047E-1,2.6618948E0,1.6382064E-1,4.9458733E0,4.1720295E0,4.8202762E-1,2.3197073E-1,4.43535E0,1.811265E-1,3.036805E0,3.1977823E-1,4.9090886E0,2.0289326E-1,6.303762E0,4.483139E0,4.1821456E-1,6.558182E0,1.9562739E-1,6.1196127E0,4.1374728E-1,1.7489848E-1,3.8039322E0,2.8684978E0,1.7652799E-1,3.1840122E-1,7.22036E0,1.2024493E1,8.3888626E-1,2.3603637E0,1.653448E-1,4.590059E0,3.558146E-1,1.934372E-1,3.9785922E0,4.1431437E0,2.9220614E-1,4.669806E0,2.3928282E-1,2.7863958E-1,6.0251226E0,4.1428585E0,3.4028044E-1,6.204561E0,3.5362044E-1,1.643438E-1,5.955269E0,3.6247194E0,1.792127E-1,2.5397822E-1,6.9663815E0,1.0759433E1,1.2650604E0,2.676306E-1,4.322428E0,3.8049257E0,1.7366637E-1,1.6835672E-1,3.974787E0,2.815529E-1,4.388253E0,3.9702318E0,1.7262651E-1,5.7642646E0,4.4029665E-1,5.388324E0,5.669448E-1,3.3732617E0,2.5145766E-1,1.9608392E-1,6.770298E0,9.145854E0,1.6135789E0,3.1280297E-1,4.009625E0,3.6138427E-1,3.4435415E0,2.6545674E-1,5.498808E0,5.2065187E0,1.8180546E-1,5.4707205E-1,6.2232256E0,8.570084E0,5.7577026E-1,2.1371992E-1,3.7959054E0,5.0309426E-1,5.7201314E0,2.892564E-1,8.2808275E0,3.5241716E0,2.7173373E-1,2.6527706E-1,5.4548545E0,1.8178335E-1,5.2730713E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1493","size_leaf_vector":"0"}},{"base_weights":[-2.0729446E-1,-1.1396021E-1,-6.762099E-1,-5.3226036E-1,-3.166865E-2,-4.810747E-1,-9.2536587E-1,-3.9213648E-1,-8.8732255E-1,-3.5131297E-1,3.4744393E-2,-6.0272396E-1,1.8497005E-1,-0E0,-9.3804914E-1,-2.004738E-1,-6.341806E-1,-7.3203534E-1,-0E0,-1.6850868E-1,-6.2119013E-1,-9.404561E-3,1.896098E-1,-2.5843385E-1,-8.617213E-1,7.8707165E-1,-0E0,-9.505786E-1,-0E0,4.3458275E-2,-3.1267682E-1,-7.285668E-1,-0E0,8.150916E-2,-9.528233E-2,-5.458978E-1,-0E0,-0E0,-6.72406E-1,-0E0,-5.891576E-1,4.348567E-3,2.8288597E-1,-0E0,-7.3512936E-1,-8.861363E-1,-0E0,1.3533407E0,-0E0,-3.6987516E-1,1.08382806E-1,-9.5742726E-1,-0E0,-0E0,-3.4721635E-2,-0E0,3.3583224E-1,-0E0,-3.5916188E-1,-7.800759E-1,-0E0,-3.9993015E-1,1.2431449E-1,-5.9973335E-1,-0E0,-5.180149E-1,1.0568707E-1,-0E0,6.634379E-2,-0E0,-7.130215E-1,-1.1601343E-1,5.30176E-2,-6.70318E-1,-0E0,-6.1437387E-2,3.6415026E-1,-0E0,3.5293907E-1,3.1175515E-1,-1.3636456E-1,-0E0,-8.404726E-1,-0E0,-9.1073954E-1,-0E0,1.674982E0,-0E0,-5.127699E-1,-0E0,3.576934E-1,-0E0,-7.503894E-1,9.930641E-2,-2.2326893E-1,5.849706E-1,-0E0,-0E0,2.5729752E-1,-0E0,-4.0580434E-1,-8.0339557E-1,-0E0,-3.7966743E-1,-0E0,7.388664E-1,-0E0,-0E0,-6.6608447E-1,-0E0,-6.8585974E-1,3.0730343E-1,-1.7628849E-1,1.590131E-1,-0E0,-3.5506163E-2,-8.092973E-1,-2.755781E-3,-3.6972976E-1,-2.5638852E-2,1.2193664E-1,-0E0,-7.3402864E-1,6.013092E-2,-3.1942245E-1,-0E0,6.501566E-1,-2.0757796E-1,2.3530334E-1,-0E0,4.2964867E-1,6.966371E-1,-9.1340944E-2,-3.5280588E-1,-0E0,-0E0,-6.708781E-1,-9.367005E-1,-0E0,1.8325758E0,-0E0,-0E0,-4.2549035E-1,-1.4323759E-1,-0E0,-0E0,5.6508285E-1,-0E0,2.4612927E-1,-0E0,-3.7535423E-1,-0E0,7.635849E-1,-0E0,3.7268806E-1,-0E0,2.1274719E-1,-0E0,-4.7523016E-1,-6.768546E-1,-5.7713613E-2,9.0555143E-1,-0E0,-1.0902519E-1,-0E0,-0E0,-7.014008E-1,-7.22651E-1,-0E0,-7.849594E-3,4.6218234E-1,1.3048922E-1,-3.6862016E-1,-0E0,1.7699401E-1,-4.5444953E-1,4.5615956E-2,-8.386618E-1,-0E0,-1.8391691E-1,1.3886131E-1,-5.6825143E-1,-0E0,8.940718E-2,-9.477737E-2,2.0935182E-1,-1.3432713E-2,-5.9760314E-1,-0E0,3.3490562E-1,-1.24967E-2,8.391519E-2,-5.0278676E-1,-0E0,6.0551304E-1,-4.413459E-1,-0E0,-0E0,5.165212E-1,1.4470151E-1,-5.0328378E-2,1.0722827E-1,5.419404E-1,9.01221E-1,-0E0,-1.5443118E-1,-0E0,-5.5082446E-1,-0E0,-6.3339844E-2,2.680422E-1,-9.470677E-1,-0E0,-0E0,1.5175704E0,6.619409E-1,-0E0,3.7138915E-1,-0E0,-0E0,-5.161421E-1,-0E0,8.985525E-1,-1.1004096E-1,-0E0,3.764393E-1,-0E0,5.930704E-2,-3.6901258E-2,-0E0,-5.289767E-1,6.1878834E-2,-3.705578E-1,-0E0,-7.369559E-1,-7.521569E-1,-0E0,-1.8977259E-1,-0E0,5.6762326E-1,-9.485032E-2,3.8769373E-1,-0E0,-0E0,-4.4373307E-1,-0E0,-3.941027E-1,5.6995904E-1,-0E0,-0E0,-8.5628206E-1,-3.1511295E-1,1.3671798E-1,1.9734184E-1,-1.5271707E-1,-0E0,-6.696479E-1,-2.3499408E-1,2.431969E-1,2.6150662E-1,-0E0,-1.894429E-2,-2.0956314E-1,-8.07854E-2,2.3392954E-1,2.2965293E-1,-1.0603685E-1,-0E0,4.8773643E-1,-2.2483541E-1,-0E0,-0E0,2.129571E-1,-7.0439756E-1,-0E0,-0E0,-5.2522403E-1,6.353687E-1,-0E0,2.6303524E-1,-0E0,-0E0,-1.6313463E-1,2.1753366E-1,-0E0,2.3981492E-1,8.402172E-1,-0E0,1.0705638E0,-0E0,-5.398446E-1,-0E0,2.3396079E-1,-0E0,-3.5168207E-1,-0E0,4.543521E-1,-0E0,-9.65978E-1,-0E0,5.365064E-1,-0E0,4.6831095E-1,-4.8042065E-1,-0E0,8.0423874E-1,-0E0,4.2509452E-1,-0E0,-0E0,2.9984674E-1,-0E0,-6.0882486E-2,-5.682107E-1,-0E0,-0E0,3.5617507E-1,-7.617444E-1,-0E0,-0E0,-6.01387E-1,-3.099484E-1,-0E0,4.661183E-2,-0E0,6.417565E-1,-0E0,-9.477398E-2,-0E0,-0E0,5.2803737E-1,-4.9841943E-1,-0E0,8.229341E-1,-0E0,-0E0,-1.7573558E-1,-8.7249005E-1,-0E0,-3.8339695E-1,-0E0,-0E0,3.205682E-1,3.1285757E-1,-0E0,-3.2775578E-1,-0E0,-9.5646225E-2,2.9121513E-2,-0E0,-6.8781495E-1,-2.9226843E-1,-0E0,7.7903396E-1,-0E0,-2.756101E-2,3.85955E-1,3.7217174E-2,-1.854616E-1,-0E0,-3.956762E-1,-2.711785E-1,-0E0,-1.6684596E-1,-0E0,-0E0,2.676556E-1,-0E0,4.9603283E-1,-0E0,-3.5475874E-1,5.740638E-1,-0E0,-0E0,-2.7362376E-1,-1.4844087E-1,2.608079E-1,2.8314424E-1,-0E0,-8.2534087E-1,-0E0,-7.238722E-2,1.4504935E-1,-5.660114E-1,-0E0,-0E0,6.884895E-1,3.5517922E-1,-0E0,-0E0,-2.9860792E-1,3.5054502E-1,-0E0,-0E0,-1.8012737E-1,2.787191E-1,-0E0,-0E0,9.0758455E-1,-0E0,1.187673E0,5.574702E-1,-0E0,-0E0,-3.246682E-1,5.608335E-1,-0E0,-7.6292443E-1,-0E0,-0E0,4.3899754E-1,5.2602005E-1,-0E0,-0E0,-2.047514E-1,-6.2952435E-1,-0E0,-0E0,3.2120627E-1,-0E0,-7.7427274E-1,-4.0397507E-1,-0E0,1.7688484E-1,-0E0,-0E0,7.808216E-1,-0E0,5.8644044E-1,-0E0,-5.3121865E-1,-0E0,7.443323E-1,-9.024467E-1,-0E0,-1.9734576E-2,-4.907414E-1,-8.9694366E-2,1.9396149E-1,-1.3939306E-1,-0E0,-0E0,4.1861385E-1,4.9078718E-1,-0E0,1.773989E-1,-9.911996E-2,-4.3464032E-1,-0E0,-0E0,-1.9160858E-1,-0E0,1.3880195E-1,-0E0,-7.088568E-1,-3.4637E-1,-0E0,9.506874E-1,-0E0,-0E0,-1.7861255E-1,-0E0,-1.7940825E-1,-0E0,4.7657418E-1,-2.204802E-2,1.8245722E-1,-3.2225448E-1,-0E0,-7.669963E-2,9.643324E-2,-0E0,-4.6991464E-1,-0E0,-3.3390343E-1,-0E0,1.0865007E-1,-2.7112192E-1,-0E0,-1.7847516E-1,8.795513E-2,1.9484752E-1,5.2134264E-1,-0E0,-1.8213846E-1,6.0216695E-1,-0E0,-1.9094898E-1,1.1741326E-1,-0E0,-5.21894E-1,6.4641815E-1,-0E0,-0E0,-3.3457673E-1,-0E0,-3.9746782E-1,4.152262E-1,-0E0,2.4377966E-1,-0E0,-8.5837966E-1,-0E0,-1.4531876E-1,-0E0,1.9899645E-1,-0E0,-4.5931482E-1,-0E0,7.206432E-1,-0E0,-0E0,4.2746103E-1,-0E0,-3.608375E-1,-0E0,4.6644494E-1,-5.530572E-2,-0E0,-1.9738874E-1,-0E0,-0E0,3.4462842E-1,-0E0,9.856307E-1,-0E0,1.3044693E0,-0E0,5.356137E-1,-0E0,5.342025E-1,4.566958E-1,-0E0,-2.9743177E-1,-0E0,-0E0,-6.515654E-1,-0E0,-5.1281065E-2,-7.86695E-1,-0E0,-3.34272E-1,-0E0,-0E0,1.5297669E-1,-0E0,5.6090754E-2,-0E0,8.4639907E-1,4.9094003E-1,-0E0,-0E0,-5.659629E-1,-0E0,-7.0887536E-1,-0E0,-9.3760714E-2,-2.1852593E-1,-0E0,-5.455699E-1,-0E0,-0E0,-2.0826918E-1,-0E0,3.623139E-1,-0E0,-2.7075413E-1,5.316528E-1,-0E0,5.8349246E-1,-0E0,-1.2951848E-1,1.5458982E-1,-0E0,3.0863658E-1,-0E0,-2.4638407E-1,-5.313238E-1,-0E0,-1.6366324E-1,-0E0,-0E0,-7.811616E-1,-3.93026E-1,-0E0,7.917976E-1,-0E0,1.2940772E-1,-0E0,-0E0,-2.4759874E-1,-2.3094067E-1,-0E0,-0E0,5.469802E-1,-0E0,-1.372972E-1,-0E0,3.204384E-1,-0E0,-3.937673E-1,-0E0,-1.8269503E-1,2.0292433E-1,-0E0,-4.3062514E-1,-0E0,-0E0,-4.0436697E-1,-0E0,1.7385231E-1,-3.3832395E-1,-0E0,-2.8908265E-1,-0E0,2.8053048E-1,-0E0,-0E0,2.724462E-1,-0E0,6.5021574E-1,4.2459376E-2,-0E0,-2.9317746E-1,-0E0,6.92212E-1,-0E0,-0E0,-3.2231933E-1,-7.7785045E-2,2.2229189E-1,-0E0,-6.22921E-1,-0E0,7.212853E-1,-0E0,-3.6789778E-1,-0E0,-4.0705204E-1,-0E0,5.871651E-1,-0E0,-8.8797224E-1,5.941953E-1,-0E0,4.7816628E-1,-0E0,-0E0,-3.2239884E-1,5.7411593E-1,-0E0,-0E0,-1.276467E-1,4.3473238E-1,-0E0,1.0512519E0,-0E0,-0E0,1.3685217E0,-0E0,-2.6380938E-1,-0E0,-6.619807E-1,9.647627E-2,-0E0,-7.9365224E-1,-0E0,-0E0,1.9754203E-1,-0E0,9.049396E-1,-5.895272E-1,-0E0,-0E0,-3.7406057E-1,1.2260506E-1,-0E0,-0E0,-5.7335335E-1,-0E0,-3.174696E-1,-0E0,3.2486665E-1,-0E0,-2.484263E-1,6.173109E-1,-0E0,-0E0,6.6856575E-1,-0E0,-3.9915834E-2,-3.0665246E-1,-0E0,-0E0,3.0706987E-1,4.248676E-1,-0E0,3.424866E-2,-0E0,-3.6870664E-1,-0E0,-0E0,-4.697449E-1,-7.8541644E-2,-0E0,-0E0,-8.0842984E-1,-0E0,-4.2574352E-1,-0E0,1.4248958E-1,-0E0,-2.0771337E-1,-2.0305267E-1,-0E0,6.189887E-1,-0E0,-0E0,-1.9224797E-1,4.088826E-1,-0E0,-0E0,-4.798242E-1,-3.4834113E-2,1.0573235E-1,-0E0,-2.900507E-1,-0E0,3.2092595E-1,-1.3526647E-1,1.06980056E-1,-0E0,-4.5062658E-1,-2.7657717E-1,-0E0,-4.285242E-1,-0E0,-0E0,4.5068756E-1,8.959555E-2,-1.3257806E-1,3.1767872E-1,-0E0,-1.5593174E-1,-0E0,-0E0,7.4132556E-1,-0E0,1.04731545E-1,-2.5713062E-1,-0E0,8.0842566E-1,-0E0,-0E0,2.0045227E-1,-0E0,-4.685566E-1,-2.039723E-1,-0E0,-0E0,3.1240493E-1,-6.94312E-1,-0E0,-0E0,7.748904E-1,-0E0,-3.1425747E-1,-0E0,6.4580995E-1,-0E0,-9.156662E-1,5.923755E-1,-0E0,6.1932796E-1,-0E0,-1.953984E-1,-0E0,-0E0,4.733897E-1,5.7710665E-3,-8.0379836E-2,4.6909025E-1,1.5196724E0,-0E0,1.1038907E0,-6.74071E-1,-0E0,1.0790675E-1,-0E0,-0E0,-8.0754465E-1,2.863687E-1,-0E0,9.490161E-1,-0E0,-0E0,-6.193652E-1,-0E0,-4.0606517E-1,-0E0,2.3671289E-1,-0E0,-6.3923615E-1,-0E0,-3.2666293E-1,5.232833E-1,-0E0,7.0781195E-1,-0E0,-0E0,-4.0961072E-1,-0E0,3.8298792E-1,-0E0,4.8724043E-1,-0E0,7.066098E-2,-4.552351E-1,-0E0,-1.5906397E-1,-0E0,-6.438342E-1,-0E0,-0E0,-4.795827E-1,7.3883486E-1,-0E0,-2.4492007E-1,-0E0,-0E0,4.9054083E-1,-5.353288E-1,-0E0,-1.3700972E-1,-0E0,2.1143031E-1,-0E0,-0E0,-3.8874707E-1,-6.1102748E-2,-0E0,-0E0,4.2294645E-1,-0E0,-3.0187687E-1,-0E0,2.3718765E-1,-0E0,-5.1354516E-1,-0E0,-3.5662943E-1,-0E0,5.50946E-1,2.5678432E-1,-0E0,-3.486019E-1,-0E0,3.536509E-1,-0E0,-0E0,-7.886416E-2,-0E0,8.589292E-1,8.631318E-1,-0E0,3.0924606E-1,-0E0,-0E0,-4.8838502E-1,-0E0,-3.084418E-1,-0E0,-1.2450706E-1,-0E0,4.5659697E-1,-7.235131E-1,-0E0,8.102991E-1,-0E0,5.283414E-1,-0E0,-0E0,-7.44969E-1,-0E0,4.883503E-1,-0E0,6.5746504E-1,-1.9032392E-1,-0E0,-0E0,5.019229E-1,-0E0,1.6296728E-1,6.1651456E-1,-0E0,1.6195474E0,-0E0,-0E0,-6.8683255E-1,-0E0,-6.39006E-1,-0E0,3.6628821E-1,9.8982704E-1,-0E0,-6.2948084E-1,-0E0,-0E0,-3.616729E-1,2.3758529E-1,-0E0,-0E0,-6.587257E-1,-0E0,7.3876643E-1,-3.8041994E-1,-0E0,4.569598E-1,-0E0,5.787774E-1,-0E0,-0E0,-5.1751614E-1,-1.6177782E-1,-0E0,-4.0189546E-1,-0E0,-0E0,7.9755527E-1,-2.956547E-1,-0E0,5.4246885E-1,-0E0,-0E0,-5.629698E-1,-0E0,-2.1824668E-1,3.241409E-1,-0E0,-4.5514518E-1,-0E0,-0E0,-1.6274995E-1,5.2809334E-1,-0E0,-0E0,-3.9731732E-1,-0E0,2.3018025E-1,-0E0,-5.6444544E-1,4.488818E-1,-0E0,5.30013E-1,-0E0,-0E0,-1.1455249E-1,-0E0,-4.6235135E-1,-0E0,8.3023444E-2,3.8377845E-1,-0E0,-0E0,-9.067526E-2,-2.0024888E-1,-0E0,9.268096E-1,-0E0,9.2962193E-1,-0E0,2.670815E-1,-0E0,-5.108287E-1,-0E0,-2.877334E-1,-0E0,-0E0,-2.585292E-1,1.0466026E-1,-0E0,5.1775986E-1,-0E0,-7.896297E-1,-0E0,6.466434E-1,-0E0,-0E0,6.871607E-1,5.2645147E-1,-0E0,-0E0,6.7682576E-1,1.7766995E0,-0E0,-0E0,-5.404666E-1,3.0500048E-1,-0E0,1.0291278E0,-0E0,-0E0,-4.9808162E-1,-5.2331805E-1,-0E0,-0E0,7.732186E-1,-0E0,4.9707055E-1,6.513102E-1,-0E0,-0E0,-5.973138E-1,8.7719E-1,-0E0,-3.4156543E-1,-0E0,6.4482677E-1,-0E0,-5.8960056E-1,-0E0,-2.1333587E-1,-0E0,4.3507212E-1,-0E0,-5.157676E-1,-0E0,-2.7462217E-1,-0E0,5.7943124E-1,-0E0,-4.527314E-1,-0E0,-6.0098314E-1,-0E0,-0E0,4.5191747E-1,-2.0414032E-1,-0E0,-0E0,-5.0832754E-1,-0E0,1.7789012E-1,-0E0,4.1433805E-1,-0E0,-8.811627E-2,-0E0,-1.8302234E-1,-0E0,1.0258867E0,9.84206E-1,-0E0,-0E0,-4.1240904E-1,1.5165558E-1,-0E0,-0E0,-1.8811737E-1,-0E0,6.4166707E-1,-6.330074E-1,-0E0,-0E0,7.1730554E-1,5.667957E-1,-0E0,-0E0,7.231347E-1,-0E0,1.9322822E0,-0E0,1.0568259E0,7.9336524E-1,-0E0,-0E0,5.3189176E-1,-0E0,5.416967E-1,-0E0,-6.990553E-1,-0E0,9.308956E-1,-3.622151E-1,-0E0,-0E0,6.9451433E-1,-4.736122E-1,-0E0,5.172747E-1,-0E0,-5.5703634E-1,-0E0,-0E0,-3.3376676E-1,-0E0,6.2316895E-1,-4.714194E-1,-0E0,-6.216798E-1,-0E0,-0E0,-2.7050188E-1,-4.4093424E-1,-0E0,3.0816483E-1,-0E0,-0E0,4.7626635E-1,-0E0,1.0490535E0,-0E0,8.0264324E-1,-0E0,1.4644243E-1,-3.4558472E-1,-0E0,-0E0,6.668809E-1,7.42789E-1,-0E0,-0E0,5.848322E-1,7.6062673E-1,-0E0,2.0888488E0,-0E0,1.0868657E0,-0E0,8.699109E-1,-0E0,-0E0,5.6081533E-1,-5.626436E-1,-0E0,-0E0,9.595064E-1,-0E0,-2.9508662E-1,-0E0,7.498547E-1,-0E0,5.9652716E-1,-4.6536973E-1,-0E0,-2.7448118E-1,-0E0,6.6214967E-1,-0E0,-3.8087606E-1,-0E0,-6.526153E-1,-0E0,-0E0,-3.072863E-1,-0E0,2.799787E-1,-6.277282E-2,2.3154049E-1,5.122119E-1,-0E0,1.074713E0,-0E0,-0E0,-3.0533347E-1,-0E0,6.893962E-1,-0E0,6.127267E-1,6.05203E-1,-0E0,-0E0,7.8582036E-1,-0E0,2.1604133E0,1.1314723E0,-0E0,-0E0,8.9064455E-1,-0E0,5.963004E-1,1.003677E0,-0E0,-0E0,7.7510375E-1,-0E0,6.329262E-1,7.1953624E-1,-0E0,-6.908108E-1,-0E0,-2.8560692E-1,-0E0,-1.9607678E-1,-0E0,4.0768722E-1,-0E0,2.1866657E-1,6.585929E-1,8.494895E-1,-0E0,5.5106735E-1,-0E0,6.521357E-1,-0E0,-0E0,6.30585E-1,-0E0,2.224178E0,1.1684068E0,-0E0,-0E0,7.572841E-1,4.913744E-1,-0E0,7.9753464E-1,-0E0,6.248584E-1,-0E0,-0E0,5.206997E-1,-0E0,8.245147E-1,-7.1817416E-1,-0E0,-3.2986322E-1,-0E0,3.3660495E-1,-0E0,-0E0,4.1282147E-1,-0E0,7.084795E-1,6.765131E-1,-0E0,2.3320863E0,-0E0,-0E0,1.1896791E0,-0E0,9.0254587E-1,-0E0,-7.336992E-1,-3.2018527E-1,-0E0,3.302701E-2,-7.38082E-2,-0E0,5.487132E-1,7.738E-1,-0E0,-0E0,6.9492936E-1,2.4691875E0,-0E0,1.2166305E0,-0E0,-0E0,9.561567E-1,-0E0,-7.4457055E-1,1.7987624E-1,-0E0,-1.6130193E-1,-0E0,6.156997E-1,-0E0,8.862012E-1,-0E0,-0E0,7.0701563E-1,-0E0,2.722058E0,-0E0,1.2335238E0,-0E0,7.7358E-1,-0E0,-5.8989453E-1,-0E0,2.2377996E-1,-0E0,6.7081565E-1,-0E0,9.142798E-1,5.8627164E-1,-0E0,-0E0,2.8669043E0,9.9174887E-1,-0E0,5.4755026E-1,-0E0,9.8556924E-1,-0E0,-0E0,3.0998318E0,1.0110222E0,-0E0,-0E0,2.6355827E0,-0E0,1.059784E0,1.1274233E0,-0E0,1.1551858E0,-0E0,-0E0,1.1800839E0,9.8532695E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":6,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,27,29,31,-1,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,-1,-1,63,65,67,69,71,73,75,77,79,81,83,-1,85,-1,87,89,91,-1,-1,-1,93,95,97,99,101,-1,103,105,107,-1,109,111,-1,113,-1,115,117,119,121,-1,123,125,127,129,131,133,-1,135,-1,137,-1,139,-1,141,143,145,-1,-1,147,149,151,-1,-1,153,155,157,159,-1,-1,-1,161,163,-1,165,-1,167,169,171,173,-1,175,177,179,181,183,185,-1,187,189,191,-1,193,195,197,199,201,203,205,207,209,-1,-1,211,-1,213,-1,-1,-1,-1,-1,-1,215,-1,217,-1,219,-1,221,-1,-1,223,225,227,229,-1,231,-1,-1,-1,-1,-1,233,235,-1,237,239,241,243,-1,-1,245,247,249,-1,251,253,255,257,259,261,263,265,-1,-1,267,269,271,273,-1,-1,275,-1,-1,277,279,281,283,285,287,-1,-1,-1,289,291,293,295,297,-1,-1,-1,299,-1,301,-1,-1,303,-1,305,-1,-1,307,-1,309,-1,311,313,315,-1,-1,317,319,-1,321,323,325,327,329,-1,-1,331,-1,-1,333,335,-1,337,339,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,-1,371,373,375,-1,377,379,381,-1,383,385,-1,387,-1,-1,389,391,393,395,397,-1,399,-1,-1,-1,401,-1,403,-1,405,-1,407,-1,-1,-1,409,-1,-1,-1,-1,-1,-1,-1,411,-1,413,415,-1,-1,417,419,-1,-1,-1,421,-1,423,-1,425,-1,-1,-1,-1,427,429,-1,431,-1,-1,-1,433,-1,435,437,439,441,443,445,447,-1,449,451,-1,453,455,-1,457,459,461,463,465,467,469,471,473,475,477,-1,479,481,483,485,487,489,491,-1,-1,493,495,497,499,-1,501,-1,503,505,507,-1,-1,509,511,-1,-1,513,515,517,-1,519,521,-1,-1,523,-1,525,527,-1,-1,-1,529,-1,-1,-1,-1,-1,531,-1,-1,533,535,537,-1,-1,-1,539,541,-1,543,-1,545,547,-1,549,-1,551,-1,-1,553,555,557,559,561,563,565,-1,-1,567,569,571,573,575,577,-1,-1,579,-1,-1,-1,581,583,-1,585,-1,587,589,-1,591,-1,593,595,597,599,-1,601,603,-1,605,-1,607,-1,609,611,-1,613,615,617,619,621,623,625,-1,627,629,-1,631,633,-1,-1,635,-1,637,639,-1,-1,-1,641,-1,-1,-1,-1,-1,-1,-1,643,-1,-1,645,-1,647,-1,649,651,-1,-1,-1,-1,653,-1,655,-1,657,-1,-1,-1,-1,-1,-1,659,-1,-1,661,663,-1,665,-1,-1,-1,-1,-1,-1,667,-1,669,-1,-1,-1,671,-1,-1,-1,-1,673,675,677,-1,-1,679,-1,681,-1,683,685,-1,687,689,691,693,-1,695,697,699,701,-1,-1,-1,703,705,707,-1,-1,-1,709,-1,-1,711,713,-1,-1,715,-1,717,-1,719,-1,721,723,725,727,729,-1,-1,-1,731,-1,-1,733,-1,735,-1,737,-1,739,741,743,745,747,-1,749,-1,751,-1,753,755,757,759,-1,761,-1,763,-1,765,-1,-1,-1,767,-1,769,-1,-1,771,-1,-1,-1,773,-1,-1,775,777,779,781,-1,-1,783,-1,-1,-1,785,787,-1,789,-1,-1,791,-1,793,795,-1,-1,797,799,-1,-1,801,-1,803,-1,-1,-1,-1,805,-1,-1,807,-1,-1,809,-1,-1,811,813,-1,815,-1,817,-1,-1,-1,819,-1,-1,821,-1,823,-1,-1,-1,-1,-1,-1,825,-1,-1,827,829,-1,-1,831,833,835,-1,837,839,841,843,845,-1,847,-1,-1,849,-1,-1,851,853,855,857,859,-1,-1,-1,861,-1,-1,-1,-1,863,-1,-1,865,-1,867,869,-1,871,873,875,-1,-1,877,-1,-1,-1,879,-1,881,883,-1,885,-1,887,-1,-1,889,891,-1,893,895,-1,-1,897,-1,-1,-1,-1,899,901,-1,903,-1,-1,905,-1,907,-1,909,-1,911,-1,-1,-1,-1,913,-1,-1,915,-1,917,-1,919,-1,-1,921,-1,923,-1,-1,-1,-1,925,927,-1,929,-1,-1,931,933,-1,935,-1,937,-1,-1,939,941,-1,-1,943,-1,945,-1,947,-1,949,-1,-1,-1,951,953,955,957,959,961,963,-1,965,-1,967,969,-1,971,-1,-1,973,-1,975,-1,977,979,981,983,-1,985,-1,-1,-1,-1,-1,-1,-1,-1,987,-1,-1,-1,989,-1,-1,991,-1,993,-1,-1,995,-1,-1,-1,997,999,-1,1001,-1,-1,-1,-1,-1,-1,1003,-1,1005,-1,-1,1007,-1,1009,-1,-1,1011,-1,-1,-1,-1,-1,1013,1015,-1,1017,-1,-1,1019,-1,1021,1023,-1,1025,-1,-1,1027,1029,-1,-1,1031,-1,-1,-1,1033,-1,-1,1035,-1,-1,1037,-1,1039,-1,1041,1043,-1,-1,1045,1047,-1,1049,-1,1051,-1,-1,-1,1053,-1,-1,-1,-1,-1,1055,1057,1059,-1,1061,-1,-1,-1,-1,1063,1065,-1,-1,1067,1069,-1,-1,-1,-1,-1,1071,-1,-1,-1,-1,-1,-1,1073,-1,1075,1077,-1,-1,1079,1081,-1,1083,-1,1085,-1,1087,-1,-1,-1,1089,-1,1091,-1,1093,-1,1095,-1,1097,-1,1099,-1,-1,-1,1101,-1,-1,1103,-1,1105,-1,1107,-1,-1,-1,-1,-1,1109,1111,-1,-1,-1,1113,-1,-1,1115,-1,1117,-1,-1,-1,1119,1121,-1,-1,1123,-1,1125,-1,1127,1129,-1,-1,1131,-1,-1,-1,1133,-1,1135,1137,-1,-1,1139,-1,-1,1141,-1,1143,-1,-1,1145,-1,1147,1149,-1,1151,-1,-1,1153,-1,-1,1155,-1,1157,1159,-1,1161,-1,-1,-1,-1,1163,-1,-1,1165,1167,-1,-1,1169,1171,-1,1173,-1,1175,-1,1177,-1,-1,1179,-1,-1,-1,1181,-1,-1,-1,1183,-1,1185,-1,-1,-1,-1,1187,-1,-1,-1,1189,-1,-1,1191,-1,-1,1193,1195,1197,-1,1199,-1,-1,-1,-1,1201,-1,-1,1203,-1,-1,1205,-1,1207,1209,-1,-1,1211,-1,1213,1215,-1,-1,1217,-1,1219,1221,-1,1223,-1,-1,-1,1225,-1,1227,-1,1229,1231,-1,-1,-1,-1,1233,-1,-1,-1,-1,1235,1237,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1239,1241,-1,1243,-1,-1,-1,1245,1247,-1,1249,1251,-1,1253,-1,-1,1255,-1,1257,-1,1259,-1,-1,1261,1263,-1,1265,1267,-1,-1,1269,1271,-1,1273,-1,-1,1275,-1,1277,1279,-1,-1,-1,1281,-1,1283,-1,-1,1285,-1,1287,-1,1289,-1,-1,-1,-1,-1,-1,-1,1291,-1,1293,-1,-1,-1,1295,-1,-1,-1,-1,1297,-1,-1,1299,1301,-1,-1,-1,-1,1303,1305,-1,1307,-1,-1,1309,-1,-1],"loss_changes":[3.5714542E1,2.3480227E1,5.01849E0,4.1604767E0,1.2771269E1,6.952778E0,6.4598083E-1,2.9903584E0,1.247448E0,4.264819E0,3.4861305E0,4.921648E0,1.9188269E0,0E0,1.4081955E-1,1.6394866E0,1.4169474E0,0E0,3.6410373E-2,3.7429798E0,1.5728769E0,2.3509727E0,1.6524606E0,3.6605768E0,1.0685825E0,2.7280762E0,5.6342214E-1,1.1469269E-1,3.0797557E-3,4.679495E-1,7.87096E-1,8.706455E-1,5.7802653E-1,0E0,0E0,6.077099E-1,2.8433807E0,9.587072E-3,1.3043289E0,2.214859E0,5.061705E-1,1.3009175E0,1.3862753E0,8.7959266E-1,1.5650406E0,1.0865269E0,0E0,1.6446805E0,0E0,3.6933285E-1,4.826519E-1,1.3664246E-2,0E0,0E0,0E0,3.3092678E-1,6.173207E-1,1.18841454E-1,7.510433E-1,7.394371E-1,0E0,1.5193546E-1,9.0748936E-1,8.4681225E-1,0E0,9.3592715E-1,2.3111491E0,0E0,4.1160367E-2,0E0,1.4609375E0,2.8297138E0,1.4763322E0,4.4239712E-1,0E0,1.3142705E0,8.5436845E-1,7.485322E-1,1.2737637E0,1.5560024E0,7.790829E-1,0E0,4.4612408E-2,0E0,1.0721893E0,0E0,2.9231787E-1,0E0,6.640303E-2,3.759453E-2,5.5770695E-1,0E0,0E0,1.811854E-1,2.957102E-1,4.7291398E-1,0E0,0E0,2.3101349E-1,8.578233E-2,9.526143E-1,3.0656815E-1,0E0,0E0,0E0,9.487385E-1,3.3258714E-2,0E0,5.131836E-1,0E0,1.1574602E-1,1.643837E0,1.090536E0,4.0258028E-2,0E0,6.3129646E-1,1.0785332E0,2.1176083E0,2.676981E0,9.035791E-1,1.8823433E0,0E0,2.0226502E-1,7.324447E-1,1.4302466E0,0E0,6.877756E-1,4.6298406E-1,7.5171345E-1,1.495069E-1,9.591665E-1,1.060756E0,5.438865E-2,9.741553E-1,3.1888235E-1,0E0,0E0,3.9369774E-1,0E0,1.0801554E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.2653186E-1,0E0,2.3780684E-1,0E0,4.1325557E-1,0E0,3.8458824E-1,0E0,0E0,3.3715323E-2,1.5286165E-1,1.6543174E-2,3.7343454E-1,0E0,6.2012184E-1,0E0,0E0,0E0,0E0,0E0,4.6412182E-1,6.7996025E-2,0E0,1.3935786E-1,1.5833786E0,3.1539816E-1,3.779477E-1,0E0,0E0,1.020115E-1,6.300261E-1,5.646324E-1,0E0,1.8210895E0,7.800899E-1,1.1219106E0,6.321521E-1,8.156445E-1,4.299593E-1,8.1180525E-1,1.0558277E0,0E0,0E0,5.886453E-1,1.9499956E-1,9.368836E-2,1.2570109E0,0E0,0E0,2.2518367E-1,0E0,0E0,4.196247E-1,2.485133E-1,1.19510174E-1,3.751595E-1,1.6236048E0,9.4559336E-1,0E0,0E0,0E0,6.2513137E-1,9.386535E-2,3.1474686E-1,3.8781276E-1,2.8383255E-1,0E0,0E0,0E0,2.1454334E-2,0E0,2.2539648E-1,0E0,0E0,3.243568E-1,0E0,6.1591268E-2,0E0,0E0,2.0836955E-1,0E0,1.820389E-1,0E0,1.1470241E-2,3.938141E-1,1.505471E-1,0E0,0E0,3.7302876E-1,3.0416727E-2,0E0,1.371925E-1,5.6159548E-3,1.2169089E0,8.263119E-3,2.619509E-1,0E0,0E0,2.9860616E-1,0E0,0E0,5.077267E-1,9.947984E-2,0E0,4.7509003E-1,7.472594E-1,4.0432906E-1,7.4961996E-1,2.644562E-1,2.5472753E-2,3.384781E-1,1.0820785E-1,1.3856189E0,9.484359E-1,2.8970745E-1,5.5837786E-1,4.7493088E-1,7.376869E-2,8.082919E-1,1.0462508E0,1.1054314E0,0E0,4.3284893E-1,7.595192E-2,5.000892E-1,0E0,7.141781E-2,7.8883743E-1,5.529859E-2,0E0,1.024698E-1,1.8332791E-1,0E0,2.5265884E-1,0E0,0E0,9.259318E-2,4.939385E-1,7.419167E-2,3.1321704E-1,1.1503277E0,0E0,6.815996E-1,0E0,0E0,0E0,3.2980704E-1,0E0,1.0320243E-1,0E0,2.906475E-1,0E0,2.4619102E-1,0E0,0E0,0E0,2.4688143E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.1721842E-1,0E0,9.3829475E-2,6.029153E-1,0E0,0E0,1.3434753E-2,1.285944E-1,0E0,0E0,0E0,1.4021578E-1,0E0,5.577625E-2,0E0,1.044045E0,0E0,0E0,0E0,0E0,8.8204265E-2,2.193942E-1,0E0,6.803751E-2,0E0,0E0,0E0,3.9053154E-1,0E0,4.6665955E-1,1.2603962E-1,5.9797157E-2,3.399254E-1,9.977882E-1,3.1874365E-1,2.3478425E-1,0E0,5.7821177E-2,5.312441E-2,0E0,3.1622028E-1,1.19645655E-1,0E0,4.530065E-1,7.735893E-2,8.0526166E-2,7.2239995E-1,2.8206676E-1,2.8704065E-1,3.704716E-1,1.8910909E-1,5.313287E-1,3.0663038E-2,1.3015237E-1,0E0,2.0254703E-1,6.7225266E-1,9.821675E-2,6.0181344E-1,6.542355E-1,6.942545E-1,3.7709427E-1,0E0,0E0,8.315611E-2,3.4631363E-1,4.8898646E-1,2.4163768E-2,0E0,2.0752287E-1,0E0,4.1624922E-2,7.734266E-2,2.42306E-2,0E0,0E0,7.6434255E-2,2.3420137E-1,0E0,0E0,7.746497E-2,5.356569E-1,7.981903E-3,0E0,5.378399E-2,3.529079E-1,0E0,0E0,1.1756468E0,0E0,7.012086E-1,7.942578E-2,0E0,0E0,0E0,2.3563361E-1,0E0,0E0,0E0,0E0,0E0,9.873986E-3,0E0,0E0,9.824089E-2,3.1394625E-1,6.7719957E-3,0E0,0E0,0E0,1.2808037E-1,2.2345364E-2,0E0,6.2781423E-3,0E0,9.444939E-3,8.505454E-1,0E0,1.6726851E-2,0E0,2.3747635E-1,0E0,0E0,1.6636086E-1,2.4740333E-2,2.3605798E-1,4.0638924E-1,8.5954875E-2,1.9083586E-1,1.2840602E-1,0E0,0E0,3.8556063E-1,7.364783E-1,2.2317365E-1,3.758493E-1,3.195736E-1,1.841405E-1,0E0,0E0,3.7079677E-3,0E0,0E0,0E0,2.6505566E-1,1.0089299E-1,0E0,1.3667035E-1,0E0,3.182381E-2,5.2628472E-2,0E0,4.38499E-2,0E0,4.3457532E-1,7.18698E-2,5.250716E-1,2.0357054E-1,0E0,3.2913727E-1,3.9231133E-1,0E0,1.883905E-1,0E0,4.705701E-1,0E0,5.5402517E-2,8.412659E-2,0E0,1.9757916E-1,2.78085E-1,9.728842E-1,1.4858356E0,4.606269E-3,1.2075613E-1,3.374369E-1,0E0,4.3304726E-1,5.3146046E-1,0E0,7.480614E-1,1.76229E-1,0E0,0E0,4.611692E-2,0E0,2.7697808E-1,5.215025E-1,0E0,0E0,0E0,2.1934891E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.36357E-2,0E0,0E0,1.6537869E-1,0E0,6.75118E-2,0E0,5.223422E-1,3.1016167E-2,0E0,0E0,0E0,0E0,5.0563693E-1,0E0,1.1172323E0,0E0,1.9126558E-1,0E0,0E0,0E0,0E0,0E0,0E0,4.099518E-2,0E0,0E0,1.6792583E-1,1.4813326E-2,0E0,2.8811455E-2,0E0,0E0,0E0,0E0,0E0,0E0,9.4375364E-2,0E0,7.211733E-1,0E0,0E0,0E0,1.3740993E-1,0E0,0E0,0E0,0E0,2.297732E-1,4.114407E-2,2.7609968E-1,0E0,0E0,1.17439665E-1,0E0,5.727431E-2,0E0,5.5406347E-2,3.6199915E-1,0E0,6.8877316E-1,3.820357E-3,2.3293518E-1,3.141371E-1,0E0,4.2169732E-1,2.5037606E-3,3.267556E-1,1.454677E-1,0E0,0E0,0E0,1.4715928E-2,2.4305725E-1,6.809771E-2,0E0,0E0,0E0,2.5358163E-2,0E0,0E0,6.7415535E-3,1.4002755E-2,0E0,0E0,3.8462067E-1,0E0,5.8162235E-2,0E0,3.8362908E-1,0E0,1.6338766E-1,9.214049E-2,4.472859E-1,5.621778E-1,1.6977453E-1,0E0,0E0,0E0,5.205424E-1,0E0,0E0,4.1136444E-3,0E0,1.7798543E-1,0E0,3.7290576E-1,0E0,2.2978017E-1,7.9320526E-1,6.700181E-2,8.441167E-1,2.6699755E-2,0E0,2.3000404E-2,0E0,4.3277717E-1,0E0,8.901348E-2,3.4149748E-1,9.710776E-2,5.2458525E-1,0E0,5.623276E-1,0E0,1.0858178E-1,0E0,2.2485971E-2,0E0,0E0,0E0,1.2008917E-1,0E0,9.736776E-2,0E0,0E0,1.9067812E-1,0E0,0E0,0E0,2.756858E-1,0E0,0E0,4.5346063E-2,2.9213095E-1,1.6348332E-2,9.07382E-1,0E0,0E0,5.4820538E-2,0E0,0E0,0E0,1.6564274E-1,1.1318775E-2,0E0,1.0106087E-2,0E0,0E0,9.510768E-2,0E0,6.383743E-1,1.3680124E-1,0E0,0E0,5.6000054E-2,9.8996714E-2,0E0,0E0,2.603736E-1,0E0,1.31519E-1,0E0,0E0,0E0,0E0,1.7530441E-1,0E0,0E0,4.449091E-1,0E0,0E0,2.0018095E-1,0E0,0E0,2.252895E-1,2.6815975E-1,0E0,1.3485001E-2,0E0,2.7248096E-1,0E0,0E0,0E0,4.0816452E-2,0E0,0E0,2.5936604E-1,0E0,4.955995E-2,0E0,0E0,0E0,0E0,0E0,0E0,5.0880194E-1,0E0,0E0,7.252334E-2,4.2351425E-1,0E0,0E0,1.4107978E-1,5.3715356E-2,2.1689075E-1,0E0,4.3673664E-1,1.1926967E-2,5.578257E-1,2.2210024E-1,1.0719512E-1,0E0,5.4669094E-1,0E0,0E0,3.241813E-2,0E0,0E0,2.8638202E-1,3.5218677E-1,3.3694947E-1,7.754669E-1,1.9254422E-2,0E0,0E0,0E0,8.0723715E-1,0E0,0E0,0E0,0E0,2.9337788E-1,0E0,0E0,1.0538074E-1,0E0,5.867362E-2,1.2482008E-1,0E0,3.495088E-2,3.8193917E-1,1.3695073E-1,0E0,0E0,7.458806E-2,0E0,0E0,0E0,7.354486E-2,0E0,1.4793587E-1,2.8390408E-2,0E0,1.5157843E-1,0E0,3.0897588E-2,0E0,0E0,2.3109722E-1,6.5232426E-2,0E0,6.2190425E-1,1.0555029E0,0E0,0E0,9.2713356E-2,0E0,0E0,0E0,0E0,1.4868736E-2,1.02391884E-1,0E0,6.1398125E-1,0E0,0E0,1.786828E-2,0E0,3.79892E-2,0E0,5.666095E-2,0E0,2.4544239E-1,0E0,0E0,0E0,0E0,2.9531193E-1,0E0,0E0,1.6553897E-1,0E0,2.3126978E-1,0E0,2.5960398E-1,0E0,0E0,1.2320578E-1,0E0,3.1569414E-2,0E0,0E0,0E0,0E0,6.155312E-2,3.219185E-1,0E0,7.890259E-2,0E0,0E0,3.0836177E-1,4.2099833E-2,0E0,7.6638535E-2,0E0,2.808951E-1,0E0,0E0,2.709148E-1,6.263415E-2,0E0,0E0,6.639918E-1,0E0,2.228786E-1,0E0,6.1793804E-2,0E0,4.1698766E-1,0E0,0E0,0E0,1.2086391E-2,5.172714E-1,4.3869406E-2,2.780029E-1,2.0519193E-2,7.105737E-1,1.501147E-2,0E0,9.379946E-2,0E0,8.5349846E-1,1.8151855E-1,0E0,1.2745619E-2,0E0,0E0,4.641974E-2,0E0,6.7607075E-2,0E0,1.8042824E-1,2.4238154E-2,3.9288104E-1,1.3939261E-1,0E0,6.0999393E-3,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.5177464E-1,0E0,0E0,0E0,2.2518253E-1,0E0,0E0,3.4531236E-1,0E0,1.0192747E0,0E0,0E0,2.8028488E-3,0E0,0E0,0E0,1.7073482E-2,5.9098816E-1,0E0,1.6510487E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.2157059E-1,0E0,2.837758E-1,0E0,0E0,1.0607952E-1,0E0,2.0453763E-1,0E0,0E0,1.155833E-1,0E0,0E0,0E0,0E0,0E0,1.9881964E-1,6.0928106E-2,0E0,3.0771637E-1,0E0,0E0,1.9808412E-2,0E0,4.9636394E-2,3.6640793E-1,0E0,2.0604551E-1,0E0,0E0,1.1128404E-1,3.6518502E-1,0E0,0E0,1.4009225E-1,0E0,0E0,0E0,4.6005297E-1,0E0,0E0,1.0800052E-1,0E0,0E0,7.8417435E-2,0E0,1.0803133E-1,0E0,6.6657305E-2,6.9780064E-1,0E0,0E0,5.0375583E-3,3.205774E-2,0E0,6.285534E-1,0E0,2.4395514E-1,0E0,0E0,0E0,4.0409803E-2,0E0,0E0,0E0,0E0,0E0,1.9092035E-2,9.342813E-2,2.6489973E-1,0E0,6.1432123E-2,0E0,0E0,0E0,0E0,1.399703E-1,1.7456198E-1,0E0,0E0,2.3663712E-1,9.3384933E-1,0E0,0E0,0E0,0E0,0E0,3.874445E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.678977E-1,0E0,8.736992E-2,1.5025115E-1,0E0,0E0,2.8917718E-1,2.646699E-1,0E0,1.8520504E-2,0E0,2.3260474E-1,0E0,2.545476E-3,0E0,0E0,0E0,3.0040258E-1,0E0,2.2705114E-1,0E0,6.0158893E-2,0E0,2.6358938E-1,0E0,1.5386522E-2,0E0,2.3062325E-1,0E0,0E0,0E0,7.478814E-2,0E0,0E0,1.0096866E-1,0E0,1.3008007E-1,0E0,8.269582E-1,0E0,0E0,0E0,0E0,0E0,1.911602E-1,1.4538169E-1,0E0,0E0,0E0,1.6657006E-2,0E0,0E0,1.6299668E-1,0E0,8.778381E-2,0E0,0E0,0E0,9.37264E-2,1.3222885E-1,0E0,0E0,1.3245535E-1,0E0,7.5349426E-1,0E0,3.4920788E-1,1.5474844E-1,0E0,0E0,2.3392558E-2,0E0,0E0,0E0,1.3328433E-2,0E0,1.0317564E-1,2.1575093E-3,0E0,0E0,1.9572067E-1,0E0,0E0,3.3723807E-1,0E0,2.2906041E-1,0E0,0E0,6.5199137E-3,0E0,2.7828312E-1,1.5013874E-2,0E0,2.059679E-1,0E0,0E0,4.150547E-2,0E0,0E0,5.2780956E-2,0E0,1.388627E-1,5.8694553E-1,0E0,1.4680767E-1,0E0,0E0,0E0,0E0,4.270917E-2,0E0,0E0,6.99172E-2,9.041953E-2,0E0,0E0,1.3894534E-1,8.410716E-2,0E0,2.2017479E-1,0E0,3.3156586E-1,0E0,1.5748405E-1,0E0,0E0,1.4065385E-2,0E0,0E0,0E0,7.548571E-2,0E0,0E0,0E0,7.272744E-2,0E0,9.28421E-2,0E0,0E0,0E0,0E0,2.887206E-1,0E0,0E0,0E0,1.8369484E-1,0E0,0E0,5.8543935E-2,0E0,0E0,1.1151096E-1,1.8663728E-1,3.2969713E-1,0E0,7.4892044E-3,0E0,0E0,0E0,0E0,3.937769E-2,0E0,0E0,2.6016736E-1,0E0,0E0,4.5992613E-2,0E0,1.1027527E-1,2.5003433E-1,0E0,0E0,1.3952446E-1,0E0,1.3247848E-2,7.5101852E-3,0E0,0E0,7.639241E-2,0E0,1.12464905E-1,3.0278563E-1,0E0,1.5259266E-1,0E0,0E0,0E0,1.6670957E-1,0E0,6.4003468E-3,0E0,5.804941E-1,7.1053886E-1,0E0,0E0,0E0,0E0,1.4965701E-1,0E0,0E0,0E0,0E0,6.153679E-2,1.7984295E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.9278698E-1,1.141243E-1,0E0,9.407234E-2,0E0,0E0,0E0,1.9937819E-2,5.1831365E-1,0E0,5.8806896E-1,9.316063E-2,0E0,1.18003845E-1,0E0,0E0,1.2260437E-1,0E0,3.01579E-1,0E0,4.4267654E-2,0E0,0E0,9.8947205E-2,7.0300825E-2,0E0,3.560921E-1,7.6918983E-1,0E0,0E0,3.459525E-2,2.6582527E-1,0E0,9.400463E-2,0E0,0E0,8.839655E-2,0E0,2.7332783E-2,1.07505046E-1,0E0,0E0,0E0,1.6629362E-1,0E0,4.7019482E-1,0E0,0E0,7.398343E-2,0E0,2.441082E-1,0E0,6.677151E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2187815E-1,0E0,2.931013E-1,0E0,0E0,0E0,2.6483345E-1,0E0,0E0,0E0,0E0,2.2123432E-1,0E0,0E0,1.9424248E-1,3.542843E-1,0E0,0E0,0E0,0E0,2.87076E-1,3.2676315E-1,0E0,1.9602108E-1,0E0,0E0,2.0375633E-1,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,31,31,32,32,35,35,36,36,37,37,38,38,39,39,40,40,41,41,42,42,43,43,44,44,45,45,47,47,49,49,50,50,51,51,55,55,56,56,57,57,58,58,59,59,61,61,62,62,63,63,65,65,66,66,68,68,70,70,71,71,72,72,73,73,75,75,76,76,77,77,78,78,79,79,80,80,82,82,84,84,86,86,88,88,89,89,90,90,93,93,94,94,95,95,98,98,99,99,100,100,101,101,105,105,106,106,108,108,110,110,111,111,112,112,113,113,115,115,116,116,117,117,118,118,119,119,120,120,122,122,123,123,124,124,126,126,127,127,128,128,129,129,130,130,131,131,132,132,133,133,134,134,137,137,139,139,146,146,148,148,150,150,152,152,155,155,156,156,157,157,158,158,160,160,166,166,167,167,169,169,170,170,171,171,172,172,175,175,176,176,177,177,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,189,189,190,190,191,191,192,192,195,195,198,198,199,199,200,200,201,201,202,202,203,203,207,207,208,208,209,209,210,210,211,211,215,215,217,217,220,220,222,222,225,225,227,227,229,229,230,230,231,231,234,234,235,235,237,237,238,238,239,239,240,240,241,241,244,244,247,247,248,248,250,250,251,251,252,252,253,253,254,254,255,255,256,256,257,257,258,258,259,259,260,260,261,261,262,262,263,263,264,264,265,265,266,266,268,268,269,269,270,270,272,272,273,273,274,274,276,276,277,277,279,279,282,282,283,283,284,284,285,285,286,286,288,288,292,292,294,294,296,296,298,298,302,302,310,310,312,312,313,313,316,316,317,317,321,321,323,323,325,325,330,330,331,331,333,333,337,337,339,339,340,340,341,341,342,342,343,343,344,344,345,345,347,347,348,348,350,350,351,351,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,365,365,366,366,367,367,368,368,369,369,370,370,371,371,374,374,375,375,376,376,377,377,379,379,381,381,382,382,383,383,386,386,387,387,390,390,391,391,392,392,394,394,395,395,398,398,400,400,401,401,405,405,411,411,414,414,415,415,416,416,420,420,421,421,423,423,425,425,426,426,428,428,430,430,433,433,434,434,435,435,436,436,437,437,438,438,439,439,442,442,443,443,444,444,445,445,446,446,447,447,450,450,454,454,455,455,457,457,459,459,460,460,462,462,464,464,465,465,466,466,467,467,469,469,470,470,472,472,474,474,476,476,477,477,479,479,480,480,481,481,482,482,483,483,484,484,485,485,487,487,488,488,490,490,491,491,494,494,496,496,497,497,501,501,509,509,512,512,514,514,516,516,517,517,522,522,524,524,526,526,533,533,536,536,537,537,539,539,546,546,548,548,552,552,557,557,558,558,559,559,562,562,564,564,566,566,567,567,569,569,570,570,571,571,572,572,574,574,575,575,576,576,577,577,581,581,582,582,583,583,587,587,590,590,591,591,594,594,596,596,598,598,600,600,601,601,602,602,603,603,604,604,608,608,611,611,613,613,615,615,617,617,618,618,619,619,620,620,621,621,623,623,625,625,627,627,628,628,629,629,630,630,632,632,634,634,636,636,640,640,642,642,645,645,649,649,652,652,653,653,654,654,655,655,658,658,662,662,663,663,665,665,668,668,670,670,671,671,674,674,675,675,678,678,680,680,685,685,688,688,691,691,694,694,695,695,697,697,699,699,703,703,706,706,708,708,715,715,718,718,719,719,722,722,723,723,724,724,726,726,727,727,728,728,729,729,730,730,732,732,735,735,738,738,739,739,740,740,741,741,742,742,746,746,751,751,754,754,756,756,757,757,759,759,760,760,761,761,764,764,768,768,770,770,771,771,773,773,775,775,778,778,779,779,781,781,782,782,785,785,790,790,791,791,793,793,796,796,798,798,800,800,802,802,807,807,810,810,812,812,814,814,817,817,819,819,824,824,825,825,827,827,830,830,831,831,833,833,835,835,838,838,839,839,842,842,844,844,846,846,848,848,852,852,853,853,854,854,855,855,856,856,857,857,858,858,860,860,862,862,863,863,865,865,868,868,870,870,872,872,873,873,874,874,875,875,877,877,886,886,890,890,893,893,895,895,898,898,902,902,903,903,905,905,912,912,914,914,917,917,919,919,922,922,928,928,929,929,931,931,934,934,936,936,937,937,939,939,942,942,943,943,946,946,950,950,953,953,956,956,958,958,960,960,961,961,964,964,965,965,967,967,969,969,973,973,979,979,980,980,981,981,983,983,988,988,989,989,992,992,993,993,999,999,1006,1006,1008,1008,1009,1009,1012,1012,1013,1013,1015,1015,1017,1017,1019,1019,1023,1023,1025,1025,1027,1027,1029,1029,1031,1031,1033,1033,1037,1037,1040,1040,1042,1042,1044,1044,1050,1050,1051,1051,1055,1055,1058,1058,1060,1060,1064,1064,1065,1065,1068,1068,1070,1070,1072,1072,1073,1073,1076,1076,1080,1080,1082,1082,1083,1083,1086,1086,1089,1089,1091,1091,1094,1094,1096,1096,1097,1097,1099,1099,1102,1102,1105,1105,1107,1107,1108,1108,1110,1110,1115,1115,1118,1118,1119,1119,1122,1122,1123,1123,1125,1125,1127,1127,1129,1129,1132,1132,1136,1136,1140,1140,1142,1142,1147,1147,1151,1151,1154,1154,1157,1157,1158,1158,1159,1159,1161,1161,1166,1166,1169,1169,1172,1172,1174,1174,1175,1175,1178,1178,1180,1180,1181,1181,1184,1184,1186,1186,1187,1187,1189,1189,1193,1193,1195,1195,1197,1197,1198,1198,1203,1203,1208,1208,1209,1209,1222,1222,1223,1223,1225,1225,1229,1229,1230,1230,1232,1232,1233,1233,1235,1235,1238,1238,1240,1240,1242,1242,1245,1245,1246,1246,1248,1248,1249,1249,1252,1252,1253,1253,1255,1255,1258,1258,1260,1260,1261,1261,1265,1265,1267,1267,1270,1270,1272,1272,1274,1274,1282,1282,1284,1284,1288,1288,1293,1293,1296,1296,1297,1297,1302,1302,1303,1303,1305,1305,1308,1308],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,28,30,32,-1,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,-1,-1,64,66,68,70,72,74,76,78,80,82,84,-1,86,-1,88,90,92,-1,-1,-1,94,96,98,100,102,-1,104,106,108,-1,110,112,-1,114,-1,116,118,120,122,-1,124,126,128,130,132,134,-1,136,-1,138,-1,140,-1,142,144,146,-1,-1,148,150,152,-1,-1,154,156,158,160,-1,-1,-1,162,164,-1,166,-1,168,170,172,174,-1,176,178,180,182,184,186,-1,188,190,192,-1,194,196,198,200,202,204,206,208,210,-1,-1,212,-1,214,-1,-1,-1,-1,-1,-1,216,-1,218,-1,220,-1,222,-1,-1,224,226,228,230,-1,232,-1,-1,-1,-1,-1,234,236,-1,238,240,242,244,-1,-1,246,248,250,-1,252,254,256,258,260,262,264,266,-1,-1,268,270,272,274,-1,-1,276,-1,-1,278,280,282,284,286,288,-1,-1,-1,290,292,294,296,298,-1,-1,-1,300,-1,302,-1,-1,304,-1,306,-1,-1,308,-1,310,-1,312,314,316,-1,-1,318,320,-1,322,324,326,328,330,-1,-1,332,-1,-1,334,336,-1,338,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,-1,372,374,376,-1,378,380,382,-1,384,386,-1,388,-1,-1,390,392,394,396,398,-1,400,-1,-1,-1,402,-1,404,-1,406,-1,408,-1,-1,-1,410,-1,-1,-1,-1,-1,-1,-1,412,-1,414,416,-1,-1,418,420,-1,-1,-1,422,-1,424,-1,426,-1,-1,-1,-1,428,430,-1,432,-1,-1,-1,434,-1,436,438,440,442,444,446,448,-1,450,452,-1,454,456,-1,458,460,462,464,466,468,470,472,474,476,478,-1,480,482,484,486,488,490,492,-1,-1,494,496,498,500,-1,502,-1,504,506,508,-1,-1,510,512,-1,-1,514,516,518,-1,520,522,-1,-1,524,-1,526,528,-1,-1,-1,530,-1,-1,-1,-1,-1,532,-1,-1,534,536,538,-1,-1,-1,540,542,-1,544,-1,546,548,-1,550,-1,552,-1,-1,554,556,558,560,562,564,566,-1,-1,568,570,572,574,576,578,-1,-1,580,-1,-1,-1,582,584,-1,586,-1,588,590,-1,592,-1,594,596,598,600,-1,602,604,-1,606,-1,608,-1,610,612,-1,614,616,618,620,622,624,626,-1,628,630,-1,632,634,-1,-1,636,-1,638,640,-1,-1,-1,642,-1,-1,-1,-1,-1,-1,-1,644,-1,-1,646,-1,648,-1,650,652,-1,-1,-1,-1,654,-1,656,-1,658,-1,-1,-1,-1,-1,-1,660,-1,-1,662,664,-1,666,-1,-1,-1,-1,-1,-1,668,-1,670,-1,-1,-1,672,-1,-1,-1,-1,674,676,678,-1,-1,680,-1,682,-1,684,686,-1,688,690,692,694,-1,696,698,700,702,-1,-1,-1,704,706,708,-1,-1,-1,710,-1,-1,712,714,-1,-1,716,-1,718,-1,720,-1,722,724,726,728,730,-1,-1,-1,732,-1,-1,734,-1,736,-1,738,-1,740,742,744,746,748,-1,750,-1,752,-1,754,756,758,760,-1,762,-1,764,-1,766,-1,-1,-1,768,-1,770,-1,-1,772,-1,-1,-1,774,-1,-1,776,778,780,782,-1,-1,784,-1,-1,-1,786,788,-1,790,-1,-1,792,-1,794,796,-1,-1,798,800,-1,-1,802,-1,804,-1,-1,-1,-1,806,-1,-1,808,-1,-1,810,-1,-1,812,814,-1,816,-1,818,-1,-1,-1,820,-1,-1,822,-1,824,-1,-1,-1,-1,-1,-1,826,-1,-1,828,830,-1,-1,832,834,836,-1,838,840,842,844,846,-1,848,-1,-1,850,-1,-1,852,854,856,858,860,-1,-1,-1,862,-1,-1,-1,-1,864,-1,-1,866,-1,868,870,-1,872,874,876,-1,-1,878,-1,-1,-1,880,-1,882,884,-1,886,-1,888,-1,-1,890,892,-1,894,896,-1,-1,898,-1,-1,-1,-1,900,902,-1,904,-1,-1,906,-1,908,-1,910,-1,912,-1,-1,-1,-1,914,-1,-1,916,-1,918,-1,920,-1,-1,922,-1,924,-1,-1,-1,-1,926,928,-1,930,-1,-1,932,934,-1,936,-1,938,-1,-1,940,942,-1,-1,944,-1,946,-1,948,-1,950,-1,-1,-1,952,954,956,958,960,962,964,-1,966,-1,968,970,-1,972,-1,-1,974,-1,976,-1,978,980,982,984,-1,986,-1,-1,-1,-1,-1,-1,-1,-1,988,-1,-1,-1,990,-1,-1,992,-1,994,-1,-1,996,-1,-1,-1,998,1000,-1,1002,-1,-1,-1,-1,-1,-1,1004,-1,1006,-1,-1,1008,-1,1010,-1,-1,1012,-1,-1,-1,-1,-1,1014,1016,-1,1018,-1,-1,1020,-1,1022,1024,-1,1026,-1,-1,1028,1030,-1,-1,1032,-1,-1,-1,1034,-1,-1,1036,-1,-1,1038,-1,1040,-1,1042,1044,-1,-1,1046,1048,-1,1050,-1,1052,-1,-1,-1,1054,-1,-1,-1,-1,-1,1056,1058,1060,-1,1062,-1,-1,-1,-1,1064,1066,-1,-1,1068,1070,-1,-1,-1,-1,-1,1072,-1,-1,-1,-1,-1,-1,1074,-1,1076,1078,-1,-1,1080,1082,-1,1084,-1,1086,-1,1088,-1,-1,-1,1090,-1,1092,-1,1094,-1,1096,-1,1098,-1,1100,-1,-1,-1,1102,-1,-1,1104,-1,1106,-1,1108,-1,-1,-1,-1,-1,1110,1112,-1,-1,-1,1114,-1,-1,1116,-1,1118,-1,-1,-1,1120,1122,-1,-1,1124,-1,1126,-1,1128,1130,-1,-1,1132,-1,-1,-1,1134,-1,1136,1138,-1,-1,1140,-1,-1,1142,-1,1144,-1,-1,1146,-1,1148,1150,-1,1152,-1,-1,1154,-1,-1,1156,-1,1158,1160,-1,1162,-1,-1,-1,-1,1164,-1,-1,1166,1168,-1,-1,1170,1172,-1,1174,-1,1176,-1,1178,-1,-1,1180,-1,-1,-1,1182,-1,-1,-1,1184,-1,1186,-1,-1,-1,-1,1188,-1,-1,-1,1190,-1,-1,1192,-1,-1,1194,1196,1198,-1,1200,-1,-1,-1,-1,1202,-1,-1,1204,-1,-1,1206,-1,1208,1210,-1,-1,1212,-1,1214,1216,-1,-1,1218,-1,1220,1222,-1,1224,-1,-1,-1,1226,-1,1228,-1,1230,1232,-1,-1,-1,-1,1234,-1,-1,-1,-1,1236,1238,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1240,1242,-1,1244,-1,-1,-1,1246,1248,-1,1250,1252,-1,1254,-1,-1,1256,-1,1258,-1,1260,-1,-1,1262,1264,-1,1266,1268,-1,-1,1270,1272,-1,1274,-1,-1,1276,-1,1278,1280,-1,-1,-1,1282,-1,1284,-1,-1,1286,-1,1288,-1,1290,-1,-1,-1,-1,-1,-1,-1,1292,-1,1294,-1,-1,-1,1296,-1,-1,-1,-1,1298,-1,-1,1300,1302,-1,-1,-1,-1,1304,1306,-1,1308,-1,-1,1310,-1,-1],"split_conditions":[2.323589E2,2.548828E-1,1.3482295E2,9.1259766E-1,5.083008E-1,9.05625E1,1.7876629E0,7.6416016E-1,5.3715096E0,9.2643135E1,8.3E1,5.029297E-1,8.29375E1,-0E0,3.115E2,2.7954102E-1,9.9658203E-1,-7.3203534E-1,3.4875E1,6.757729E1,1.1377411E0,2.090224E2,1.6149038E0,7.1484375E-1,1.32935E2,1.079375E2,1.2899643E2,3.0068246E2,5.8250427E-3,1.853747E2,8.7102866E-1,9.8095703E-1,2.57515E0,8.150916E-2,-9.528233E-2,5.675E1,1.4513676E2,1.652832E-1,5.9547573E-1,1.7363583E0,5.4041085E0,9.8583984E-1,7.939453E-1,3.3203125E-2,4.546875E1,2.1858215E-3,-0E0,4.23125E1,-0E0,1.2907522E0,9.84375E1,3.028125E1,-0E0,-0E0,-3.4721635E-2,2.3046875E-1,7.475E1,1.7560916E2,3.128125E1,2.3125546E2,-0E0,6.96875E1,3.8625E1,9.817491E-1,-0E0,4.1375E1,2.727327E0,-0E0,1.5067117E2,-0E0,1.0601807E-1,9.415974E1,6.184375E1,1.7127991E-3,-0E0,4.9829102E-1,1.5049149E2,6.8115234E-1,9.716797E-2,3.052184E0,1.2867654E2,-0E0,7.3291016E-1,-0E0,5.190503E0,-0E0,2.4641087E0,-0E0,6.4575195E-2,1.29625E2,3.90625E-1,-0E0,-7.503894E-1,5.303125E1,7.562318E1,2.1008301E-1,-0E0,-0E0,1.6845703E-1,7.84375E1,8.105469E-2,2.1252441E-1,-0E0,-3.7966743E-1,-0E0,2.3573296E0,3.5000253E0,-0E0,4.234314E-3,-0E0,4.858024E0,7.689911E1,4.084375E1,8.460552E-1,-0E0,7.725E1,9.980469E-1,4.13125E1,9.2626953E-1,1.2030029E-1,5.205078E-1,-0E0,2.889411E2,1.5515137E-1,1.0144043E-1,-0E0,3.903125E1,4.9780273E-1,1.7830962E2,2.3278E0,1.4561434E0,3.2031472E0,9.9902344E-1,3.857702E0,9.824219E-1,-0E0,-6.708781E-1,5.8878827E0,-0E0,4.1381836E-2,-0E0,-0E0,-4.2549035E-1,-1.4323759E-1,-0E0,-0E0,2.1055417E0,-0E0,1.0344413E2,-0E0,2.9435123E1,-0E0,4.109375E1,-0E0,3.7268806E-1,1.193125E2,2.3808382E0,8.8916016E-1,5.9906006E-2,-6.768546E-1,2.2021484E-1,9.0555143E-1,-0E0,-1.0902519E-1,-0E0,-0E0,9.07135E-3,1.3475E2,-0E0,8.4765625E-1,9.355469E-1,1.0708196E2,5.9906006E-2,-0E0,1.7699401E-1,4.40625E1,8.061213E1,3.028125E1,-0E0,8.48125E1,4.2076197E0,1.044945E0,1.7102667E2,2.7947288E0,4.1875E1,5.824608E1,1.4561434E0,-5.9760314E-1,-0E0,3.51875E1,6.33125E1,1.4548738E2,1.109375E2,-0E0,6.0551304E-1,7.9102844E-1,-0E0,-0E0,7.416992E-1,2.0662012E2,1.9250488E-1,1.2526942E2,3.765625E1,3.509375E1,-0E0,-1.5443118E-1,-0E0,2.0885065E0,4.68125E1,2.6565552E-2,5.504631E1,3.5858154E-3,-0E0,-0E0,1.5175704E0,8.758545E-2,-0E0,7.678223E-2,-0E0,-0E0,2.397461E-1,-0E0,7.7875E1,-1.1004096E-1,-0E0,1.4807777E2,-0E0,1.657967E0,-3.6901258E-2,1.4074707E-1,5.0629873E0,7.0214844E-1,-3.705578E-1,-0E0,9.9902344E-1,6.883095E1,-0E0,8.3E1,1.7744127E2,9.8535156E-1,1.230625E2,3.384375E1,-0E0,-0E0,5.044366E0,-0E0,-3.941027E-1,9.5214844E-1,5.1953125E-1,-0E0,5.626188E0,9.5458984E-1,2.6660156E-1,1.4032779E0,1.6406128E2,1.7692088E2,4.40625E1,4.867456E0,2.3416753E0,1.564078E0,6.207434E1,1.4716272E2,9.970703E-1,4.349778E0,6.314517E1,8.6279297E-1,1.899269E2,-0E0,9.355469E-1,4.234314E-3,8.706953E-1,-0E0,9.931453E1,1.509302E0,6.50896E-1,-0E0,9.2529297E-1,6.903076E-2,-0E0,9.9902344E-1,-0E0,-0E0,8.825E1,1.2699279E0,2.0544434E-1,8.769531E-1,1.4511108E-2,-0E0,5.871525E1,-0E0,-5.398446E-1,-0E0,3.3617396E0,-0E0,1.321478E2,-0E0,2.0951982E2,-0E0,9.9902344E-1,-0E0,5.365064E-1,-0E0,3.3625E1,-4.8042065E-1,-0E0,8.0423874E-1,-0E0,4.2509452E-1,-0E0,-0E0,9.145112E1,-0E0,1.1949677E0,9.716797E-1,-0E0,-0E0,8.7939453E-1,3.128125E1,-0E0,-0E0,-6.01387E-1,2.5622678E0,-0E0,7.3545586E1,-0E0,8.120117E-1,-0E0,-9.477398E-2,-0E0,-0E0,6.763949E1,5.99105E-1,-0E0,1.9679368E0,-0E0,-0E0,-1.7573558E-1,1.054375E2,-0E0,1.23291016E-1,3.8452148E-1,1.5383453E2,3.640625E1,1.8815807E0,5.034375E1,5.756294E0,-0E0,3.3625E1,5.083008E-1,-0E0,2.1858215E-3,1.365E2,-0E0,8.852539E-1,1.1779785E-1,5.859375E-2,6.90918E-2,1.4868164E-1,4.3273926E-2,3.509375E1,1.9917679E0,1.3947751E2,9.213867E-1,1.29625E2,-0E0,5.109375E1,5.683594E-1,1.4868164E-1,7.975E1,8.232422E-1,8.001769E1,1.5894338E0,-0E0,-0E0,1.4048293E2,8.835282E1,8.3496094E-1,1.4953662E0,-0E0,9.970703E-1,-0E0,9.863281E-1,8.510742E-1,5.140625E1,-0E0,-0E0,1.56875E2,1.4855162E2,-0E0,-0E0,7.869433E1,1.3220215E-1,3.3244107E0,-0E0,9.9853516E-1,3.821875E1,-0E0,-0E0,5.292969E-1,-0E0,8.408174E-1,9.5E1,-0E0,-0E0,-3.246682E-1,2.2046204E0,-0E0,-7.6292443E-1,-0E0,-0E0,4.3899754E-1,1.0749284E2,-0E0,-0E0,5.0828595E0,3.355719E1,8.4063805E1,-0E0,3.2120627E-1,-0E0,5.4041085E0,9.863281E-1,-0E0,3.221875E1,-0E0,1.4561434E0,2.986145E-2,-0E0,2.4282126E0,-0E0,6.820809E1,-0E0,7.443323E-1,2.33078E-3,1.061875E2,9.760742E-1,4.5349836E0,1.6983032E-2,1.3086053E2,8.8750404E-1,-0E0,-0E0,9.526367E-1,1.7692088E2,1.3947751E2,4.878125E1,1.200956E0,1.2066222E2,-0E0,-0E0,9.506836E-1,-0E0,1.3880195E-1,-0E0,1.1694336E-1,9.9853516E-1,-0E0,1.9375131E0,-0E0,3.1982422E-1,1.3072801E0,-0E0,2.5230389E0,-0E0,3.6875E1,7.249789E1,5.928523E1,3.090625E1,-0E0,2.7257779E0,1.6459377E2,-0E0,5.828125E1,-0E0,1.2023926E-1,-0E0,5.2375E1,9.9658203E-1,-0E0,4.2867475E0,2.9223633E-1,4.3273926E-2,1.2469577E0,1.0821035E2,9.501953E-1,9.902344E-1,-0E0,1.1425781E-1,4.15625E1,-0E0,7.264415E-1,7.0715706E1,-0E0,-0E0,7.266495E-1,-0E0,6.149292E-3,1.5782086E2,-0E0,2.4377966E-1,-0E0,4.4059753E-3,-0E0,-1.4531876E-1,-0E0,1.9899645E-1,-0E0,-4.5931482E-1,-0E0,7.7625E1,-0E0,-0E0,1.0821035E2,-0E0,7.421875E-2,-0E0,5.096875E1,3.59375E1,-0E0,-1.9738874E-1,-0E0,-0E0,1.975448E2,-0E0,9.9658203E-1,-0E0,8.276367E-2,-0E0,5.356137E-1,-0E0,5.342025E-1,4.566958E-1,-0E0,9.131279E-1,-0E0,-0E0,2.7866364E-3,7.963867E-1,-5.1281065E-2,2.0989572E2,-0E0,-3.34272E-1,-0E0,-0E0,1.5297669E-1,-0E0,1.6157431E2,-0E0,7.318115E-2,4.9094003E-1,-0E0,-0E0,9.9365234E-1,-0E0,-7.0887536E-1,-0E0,-9.3760714E-2,3.371875E1,2.6878712E0,5.4855347E-3,-0E0,-0E0,9.638672E-1,-0E0,1.7966347E0,-0E0,4.1375E1,1.5638684E2,-0E0,4.8595623E1,3.0908203E-1,6.228125E1,9.713475E1,-0E0,1.6898769E0,1.626375E0,1.6898769E0,9.223938E-3,-0E0,-1.6366324E-1,-0E0,9.9658203E-1,5.78125E-1,3.19375E1,-0E0,7.917976E-1,-0E0,7.973339E-1,-0E0,-0E0,2.7133086E0,9.584961E-1,-0E0,-0E0,9.326172E-1,-0E0,4.13125E1,-0E0,1.8595546E2,-0E0,1.3193779E0,4.19375E1,2.467041E-1,1.3860733E2,1.2478318E2,-4.3062514E-1,-0E0,-0E0,3.178125E1,-0E0,1.7385231E-1,3.701172E-1,-0E0,5.9E1,-0E0,7.397461E-1,-0E0,1.13611244E2,3.8452148E-1,5.300359E0,4.543457E-1,9.842065E-1,-0E0,5.4125E1,-0E0,5.3027344E-1,-0E0,2.849121E-1,1.0052267E2,3.7207692E0,6.48125E1,-0E0,1.8579344E2,-0E0,6.8893433E-3,-0E0,1.1324565E0,-0E0,-4.0705204E-1,-0E0,6.626806E-1,-0E0,8.92334E-2,5.941953E-1,-0E0,9.8583984E-1,-0E0,-0E0,-3.2239884E-1,9.824219E-1,-0E0,-0E0,1.89125E2,3.028125E1,4.177246E-1,9.377171E1,-0E0,-0E0,1.5350342E-2,-0E0,-2.6380938E-1,-0E0,2.2780962E2,1.7551279E0,-0E0,6.903076E-2,-0E0,-0E0,1.880765E2,-0E0,2.048185E2,6.37207E-2,-0E0,-0E0,9.971619E-3,1.3174154E0,-0E0,-0E0,4.1375E1,-0E0,1.3598521E0,-0E0,3.2486665E-1,-0E0,-2.484263E-1,9.0285095E1,-0E0,-0E0,9.814453E-1,-0E0,-3.9915834E-2,3.9716488E1,-0E0,-0E0,6.719971E-2,1.2773585E2,-0E0,6.4014834E-1,-0E0,7.00625E1,-0E0,-0E0,-4.697449E-1,1.554232E2,-0E0,-0E0,1.7196697E0,-0E0,3.640625E1,-0E0,1.4248958E-1,-0E0,-2.0771337E-1,-2.0305267E-1,-0E0,3.6632307E0,-0E0,-0E0,4.769523E0,5.292969E-1,-0E0,-0E0,8.0810547E-1,8.576291E1,1.8290038E2,-0E0,1.4561434E0,9.902344E-1,2.4358696E1,6.484375E-1,3.5083008E-1,-0E0,2.4358696E1,-2.7657717E-1,-0E0,1.9210815E-2,-0E0,-0E0,5.9547573E-1,5.4625E1,1.5063477E-1,9.970703E-1,1.2685891E0,-1.5593174E-1,-0E0,-0E0,5.4442307E1,-0E0,1.04731545E-1,-2.5713062E-1,-0E0,5.1600704E0,-0E0,-0E0,7.8466797E-1,-0E0,3.115625E1,3.278125E1,-0E0,2.6954796E1,9.662795E1,9.946289E-1,-0E0,-0E0,1.4953662E0,-0E0,-3.1425747E-1,-0E0,4.6136885E0,-0E0,4.028125E1,4.6777344E-1,-0E0,1.4428937E2,-0E0,9.5751953E-1,-0E0,-0E0,1.5737042E0,7.734375E-1,-8.0379836E-2,1.9245479E2,1.2808495E2,-0E0,1.1038907E0,3.1015625E1,-0E0,1.0790675E-1,-0E0,-0E0,6.149292E-3,8.544922E-2,-0E0,1.6475E2,-0E0,-0E0,9.941406E-1,-0E0,8.120117E-1,-0E0,9.454346E-2,-0E0,4.8021188E-1,-0E0,-3.2666293E-1,5.232833E-1,-0E0,2.7368164E-1,-0E0,-0E0,1.008125E2,-0E0,4.3052983E0,-0E0,3.1551692E0,-0E0,7.066098E-2,6.90918E-2,-0E0,9.9658203E-1,-0E0,-6.438342E-1,-0E0,-0E0,1.5775733E0,1.0560753E0,-0E0,9.404297E-1,-0E0,-0E0,9.9658203E-1,3.571875E1,-0E0,3.903125E1,-0E0,8.442383E-1,-0E0,-0E0,4.7026196E0,1.8558058E0,-0E0,-0E0,4.860085E0,-0E0,3.571875E1,-0E0,1.7346191E-1,-0E0,5.218541E1,-0E0,-3.5662943E-1,-0E0,1.0570239E2,1.6983032E-2,1.8028659E2,9.435027E-1,1.4953613E-2,7.73125E1,1.9917679E0,-0E0,7.29375E1,-0E0,5.48296E0,5.044366E0,-0E0,7.631836E-1,-0E0,-0E0,5.4041085E0,-0E0,2.902788E0,-0E0,6.323242E-1,9.057617E-1,1.6333017E2,9.9658203E-1,-0E0,1.9025E2,-0E0,5.283414E-1,-0E0,-0E0,-7.44969E-1,-0E0,4.883503E-1,-0E0,8.53125E1,-1.9032392E-1,-0E0,-0E0,1.0821035E2,-0E0,1.6296728E-1,3.509375E1,-0E0,8.9375E1,-0E0,-0E0,8.460999E-3,-0E0,-6.39006E-1,-0E0,9.0185547E-1,9.7558594E-1,-0E0,3.5858154E-3,-0E0,-0E0,-3.616729E-1,2.3758529E-1,-0E0,-0E0,8.19375E1,-0E0,1.5350342E-2,-3.8041994E-1,-0E0,9.223938E-3,-0E0,1.6545354E2,-0E0,-0E0,5.7525635E-2,-1.6177782E-1,-0E0,-4.0189546E-1,-0E0,-0E0,4.2460546E0,9.863281E-1,-0E0,4.2874045E0,-0E0,-0E0,9.6875E1,-0E0,3.7207692E0,6.3378906E-1,-0E0,9.8828125E-1,-0E0,-0E0,3.7653725E0,9.946289E-1,-0E0,-0E0,9.448242E-1,-0E0,2.3018025E-1,-0E0,1.425914E2,4.488818E-1,-0E0,1.5132338E2,-0E0,-0E0,1.095233E2,-0E0,2.1331787E-2,-0E0,1.1592756E2,7.6887417E-1,-0E0,-0E0,3.878125E1,3.546875E1,-0E0,3.7875E1,-0E0,6.8125E1,-0E0,2.670815E-1,-0E0,6.9628906E-1,-0E0,-2.877334E-1,-0E0,-0E0,-2.585292E-1,4.446979E0,5.7470703E-1,1.0560753E0,-0E0,8.53125E1,-0E0,6.466434E-1,-0E0,-0E0,6.3695145E1,3.70625E1,-0E0,-0E0,5.811843E1,7.512053E1,-0E0,-0E0,-5.404666E-1,3.0500048E-1,-0E0,9.223938E-3,-0E0,-0E0,-4.9808162E-1,-5.2331805E-1,-0E0,-0E0,9.951172E-1,-0E0,6.692959E1,3.275E1,-0E0,-0E0,1.3232422E-1,3.646875E1,-0E0,9.9902344E-1,-0E0,5.5480957E-2,-0E0,4.7313786E0,-0E0,-2.1333587E-1,-0E0,4.9986987E0,-0E0,5.890625E1,-0E0,3.25E1,-0E0,3.289795E-2,-0E0,1.1404889E2,-0E0,5.036323E0,-0E0,-0E0,4.5191747E-1,4.878998E-3,-0E0,-0E0,9.7216797E-1,-0E0,9.2089844E-1,-0E0,2.0324707E-2,-0E0,-8.811627E-2,-0E0,-1.8302234E-1,-0E0,1.1657715E-2,9.6169376E-1,-0E0,-0E0,-4.1240904E-1,6.8115234E-1,-0E0,-0E0,6.2402344E-1,-0E0,8.330078E-1,-6.330074E-1,-0E0,-0E0,2.1321727E2,4.2398594E1,-0E0,-0E0,8.847656E-1,-0E0,4.553929E0,-0E0,4.911331E0,1.3070835E0,-0E0,-0E0,2.3071289E-2,-0E0,5.416967E-1,-0E0,9.926758E-1,-0E0,6.419855E1,7.264352E-1,-0E0,-0E0,6.7759636E1,-4.736122E-1,-0E0,1.051242E0,-0E0,9.7509766E-1,-0E0,-0E0,9.711914E-1,-0E0,5.0828595E0,8.838797E1,-0E0,1.4981284E2,-0E0,-0E0,2.3197193E1,-4.4093424E-1,-0E0,6.883095E1,-0E0,1.8442609E2,1.08875E2,-0E0,9.9902344E-1,-0E0,8.0264324E-1,-0E0,1.4644243E-1,1.7565074E0,-0E0,-0E0,1.9119091E0,3.189087E-2,-0E0,-0E0,9.9853516E-1,4.028125E1,-0E0,8.48125E1,-0E0,4.223679E0,-0E0,7.6560974E-3,-0E0,-0E0,9.95501E-1,-5.626436E-1,-0E0,-0E0,9.31875E1,-0E0,-2.9508662E-1,-0E0,3.571875E1,-0E0,3.321875E1,-4.6536973E-1,-0E0,-2.7448118E-1,-0E0,9.707031E-1,-0E0,-3.8087606E-1,-0E0,6.121875E1,-0E0,-0E0,9.9316406E-1,-0E0,2.799787E-1,5.3E1,1.6849717E0,1.3549805E-1,-0E0,1.2051808E2,-0E0,-0E0,-3.0533347E-1,-0E0,1.8926317E2,-0E0,6.127267E-1,9.9560547E-1,-0E0,-0E0,8.4521484E-1,-0E0,1.8112183E-2,4.656706E0,-0E0,-0E0,4.50625E1,-0E0,7.51875E1,4.6527977E0,-0E0,-0E0,9.902344E-1,-0E0,3.6625E1,8.544922E-1,-0E0,5.571875E1,-0E0,-2.8560692E-1,-0E0,9.057617E-1,-0E0,1.2467276E2,-0E0,1.6223145E-1,1.0184251E0,8.494895E-1,-0E0,5.5106735E-1,-0E0,5.4041085E0,-0E0,-0E0,6.30585E-1,-0E0,4.1304035E0,2.7679443E-2,-0E0,-0E0,7.572841E-1,4.913744E-1,-0E0,7.9753464E-1,-0E0,6.248584E-1,-0E0,-0E0,5.206997E-1,-0E0,5.859375E-2,5.3808594E-1,-0E0,7.73125E1,-0E0,3.3660495E-1,-0E0,1.0272217E-1,3.903125E1,-0E0,4.718893E0,6.8893433E-3,-0E0,9.892578E-1,-0E0,-0E0,9.8339844E-1,-0E0,3.540625E1,-0E0,1.361084E-1,-3.2018527E-1,-0E0,9.428711E-1,9.415974E1,-0E0,9.0478516E-1,9.2089844E-1,-0E0,-0E0,3.5858154E-3,3.9886475E-2,-0E0,3.228125E1,-0E0,-0E0,3.965625E1,-0E0,4.634375E1,8.544922E-2,-0E0,-1.6130193E-1,-0E0,6.33125E1,-0E0,8.796692E-3,-0E0,-0E0,1.3475E2,-0E0,1.09436035E-1,-0E0,9.9658203E-1,-0E0,7.7358E-1,-0E0,-5.8989453E-1,-0E0,2.2377996E-1,-0E0,2.0229216E2,-0E0,4.1125245E0,5.8627164E-1,-0E0,-0E0,1.5530928E0,9.9174887E-1,-0E0,5.4755026E-1,-0E0,7.25E1,-0E0,-0E0,8.833008E-1,1.4758301E-1,-0E0,-0E0,2.6355827E0,-0E0,9.980469E-1,9.863281E-1,-0E0,3.065625E1,-0E0,-0E0,2.048185E2,9.8532695E-1,-0E0],"split_indices":[6,14,4,13,15,11,0,12,1,5,10,13,9,0,9,13,15,0,10,5,1,4,1,12,4,10,7,7,17,6,2,16,0,0,0,8,6,13,2,3,3,14,15,18,9,17,0,8,0,3,9,8,0,0,0,18,10,6,8,6,0,8,8,3,0,9,2,0,4,0,13,5,9,19,0,19,7,16,13,3,5,0,12,0,3,0,0,0,12,11,14,0,0,9,5,16,0,0,17,10,12,14,0,0,0,2,3,0,19,0,1,5,10,0,0,9,16,8,14,19,18,0,7,12,13,0,9,17,6,2,2,1,14,3,14,0,0,0,0,16,0,0,0,0,0,0,0,0,5,0,7,0,10,0,0,11,3,18,14,0,14,0,0,0,0,0,16,11,0,17,12,4,15,0,0,9,7,10,0,11,2,1,6,3,8,5,2,0,0,8,9,7,9,0,0,2,0,0,19,6,16,4,8,11,0,0,0,3,8,17,7,18,0,0,0,12,0,14,0,0,14,0,11,0,0,7,0,1,0,12,3,18,0,0,17,5,0,11,6,13,11,11,0,0,1,0,0,12,12,0,1,16,18,3,6,6,9,0,2,2,7,4,14,3,4,18,6,0,13,18,3,0,5,1,3,0,13,13,0,15,0,0,11,2,13,12,16,0,7,0,0,0,2,0,5,0,5,0,16,0,0,0,10,0,0,0,0,0,0,0,5,0,2,17,0,0,15,11,0,0,0,2,0,5,0,14,0,0,0,0,7,0,0,2,0,0,0,10,0,18,19,6,10,0,8,1,0,10,14,0,17,9,0,19,18,13,17,13,19,8,0,6,15,9,0,11,12,13,8,14,7,1,0,0,6,5,13,1,0,19,0,19,13,8,0,0,10,6,0,0,5,17,3,0,15,9,0,0,14,0,1,9,0,0,0,1,0,0,0,0,0,4,0,0,2,4,5,0,0,0,3,19,0,8,0,2,17,0,3,0,5,0,0,16,10,15,1,19,6,3,0,0,18,6,6,9,0,4,0,0,16,0,0,0,12,15,0,1,0,13,0,0,3,0,10,5,5,8,0,3,6,0,9,0,17,0,9,15,0,0,18,18,2,5,17,18,0,12,11,0,1,4,0,0,3,0,18,7,0,0,0,17,0,0,0,0,0,0,0,9,0,0,5,0,17,0,8,11,0,0,0,0,6,0,16,0,16,0,0,0,0,0,0,1,0,0,18,18,0,7,0,0,0,0,0,0,6,0,13,0,0,0,17,0,0,0,0,8,0,19,0,0,16,0,2,0,9,4,0,4,12,10,4,0,3,3,3,19,0,0,0,15,15,8,0,0,0,3,0,0,2,18,0,0,18,0,11,0,6,0,1,9,19,6,4,0,0,0,11,0,0,18,0,10,0,14,0,4,12,1,14,2,0,8,0,12,0,17,4,2,9,0,4,0,19,0,0,0,0,0,1,0,12,0,0,14,0,0,0,13,0,0,10,8,18,5,0,0,17,0,0,0,6,3,0,13,0,0,6,0,6,13,0,0,19,2,0,0,9,0,1,0,0,0,0,5,0,0,12,0,0,7,0,0,13,6,0,1,0,10,0,0,0,4,0,0,3,0,11,0,0,0,0,0,0,0,0,0,3,14,0,0,13,5,6,0,2,14,7,16,16,0,7,0,0,18,0,0,2,10,12,16,1,0,0,0,7,0,0,0,0,0,0,0,13,0,8,8,0,7,4,16,0,0,1,0,0,0,0,0,9,14,0,6,0,14,0,0,2,16,0,6,5,0,0,10,0,0,0,0,19,17,0,9,0,0,18,0,14,0,18,0,3,0,0,0,0,14,0,0,11,0,1,0,2,0,0,17,0,17,0,0,0,0,3,1,0,18,0,0,17,11,0,11,0,18,0,0,2,3,0,0,3,0,10,0,17,0,4,0,0,0,5,18,6,1,18,10,0,0,10,0,3,1,0,14,0,0,3,0,0,0,18,15,4,14,0,9,0,0,0,0,0,0,0,0,10,0,0,0,5,0,0,11,0,11,0,0,18,0,0,0,13,18,0,18,0,0,0,0,0,0,10,0,17,0,0,18,0,7,0,0,19,0,0,0,0,0,1,16,0,3,0,0,11,0,2,13,0,17,0,0,2,17,0,0,19,0,0,0,5,0,0,6,0,0,4,0,17,0,4,1,0,0,11,11,0,8,0,10,0,0,0,15,0,0,0,0,0,3,16,1,0,8,0,0,0,0,7,8,0,0,7,4,0,0,0,0,0,18,0,0,0,0,0,0,19,0,5,11,0,0,18,9,0,15,0,16,0,1,0,0,0,2,0,9,0,11,0,16,0,4,0,2,0,0,0,18,0,0,16,0,16,0,19,0,0,0,0,0,16,1,0,0,0,18,0,0,19,0,14,0,0,0,6,4,0,0,12,0,2,0,1,3,0,0,16,0,0,0,16,0,4,2,0,0,4,0,0,2,0,16,0,0,19,0,2,7,0,4,0,0,7,0,0,5,0,6,11,0,15,0,0,0,0,2,0,0,3,16,0,0,17,9,0,10,0,3,0,18,0,0,3,0,0,0,11,0,0,0,10,0,11,0,0,0,0,16,0,0,0,9,0,0,15,0,0,10,1,12,0,5,0,0,0,0,6,0,0,18,0,0,15,0,19,0,0,0,11,0,10,2,0,0,16,0,10,15,0,8,0,0,0,16,0,7,0,18,1,0,0,0,0,3,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,13,15,0,11,0,0,0,12,11,0,3,19,0,14,0,0,16,0,8,0,17,0,0,17,5,0,13,16,0,0,18,19,0,11,0,0,9,0,9,17,0,0,0,9,0,17,0,0,10,0,13,0,17,0,0,0,0,0,0,0,6,0,3,0,0,0,2,0,0,0,0,10,0,0,15,12,0,0,0,0,15,19,0,8,0,0,6,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[8.3447107E2,6.9824457E2,1.3622647E2,1.1233635E2,5.859082E2,7.946759E1,5.6758884E1,8.33222E1,2.9014153E1,1.0301448E2,4.8289374E2,6.850456E1,1.0963029E1,8.0379903E-1,5.5955086E1,4.931651E1,3.4005688E1,2.7298922E1,1.71523E0,6.410788E1,3.8906597E1,3.7111023E2,1.117835E2,3.1496122E1,3.7008442E1,3.230573E0,7.732456E0,5.463249E1,1.3225992E0,1.2826125E1,3.6490383E1,2.8313757E1,5.691932E0,5.2618897E-1,1.189041E0,1.8216274E1,4.5891605E1,2.295609E0,3.661099E1,3.647425E2,6.3677454E0,4.119931E1,7.058419E1,2.1268194E1,1.0227929E1,3.6330875E1,6.7756635E-1,2.2513034E0,9.7926956E-1,3.1849554E0,4.5475006E0,5.3971676E1,6.6080976E-1,2.6840562E-1,1.0541935E0,8.953869E0,3.872257E0,2.8537872E0,3.3636597E1,2.6064953E1,2.2488027E0,2.7847161E0,2.9072163E0,1.6696507E1,1.5197674E0,8.519776E0,3.737183E1,6.17471E-1,1.678138E0,1.5419065E0,3.506908E1,1.1095549E2,2.53787E2,5.9318757E0,4.3586946E-1,3.2831696E1,8.367616E0,1.4288993E1,5.62952E1,5.4228086E0,1.5845385E1,3.0516928E-1,9.92276E0,6.5312064E-1,3.5677753E1,3.6897418E-1,1.8823292E0,3.629565E-1,2.8219988E0,8.1172913E-1,3.7357717E0,5.060811E-1,5.3465595E1,3.632911E0,5.3209577E0,2.745087E0,1.1271701E0,1.5586535E0,1.2951338E0,2.8355305E0,3.0801065E1,2.5690792E1,3.7416172E-1,2.3586946E0,4.2602167E-1,1.2587533E0,1.6484629E0,1.3467145E0,1.53497925E1,1.8848624E0,6.6349134E0,2.3832653E1,1.3539177E1,1.5070043E0,1.7113376E-1,5.740818E0,2.9328264E1,7.978619E1,3.1169298E1,1.1189118E2,1.4189581E2,2.4698386E-1,5.684892E0,1.9941896E1,1.2889799E1,4.0645757E0,4.30304E0,7.479734E0,6.8092585E0,1.1569822E1,4.4725376E1,3.8568873E0,1.5659214E0,8.2009945E0,7.64439E0,4.0996504E-1,9.5127945E0,3.4922176E1,7.5557554E-1,1.5772492E0,3.0508006E-1,1.6353695E-1,2.6584618E0,6.1480725E-1,1.969219E-1,7.920293E-1,2.9437423E0,4.6924993E-1,3.163661E0,1.6625651E0,3.6583922E0,5.295052E-1,2.215582E0,2.62684E-1,1.0324498E0,1.4402645E0,1.395266E0,4.259422E0,2.6541643E1,2.2339542E1,3.3512492E0,9.162579E-1,3.4249538E-1,1.2023189E0,4.4614398E-1,5.127935E-1,1.4836999E1,6.148547E0,4.8636603E-1,5.88192E0,1.7950733E1,3.2757018E0,1.0263474E1,2.395851E-1,1.2674192E0,2.5577521E0,3.183066E0,2.8809464E1,5.188008E-1,3.803831E1,4.174788E1,2.119702E1,9.97228E0,3.651694E1,7.5374245E1,9.054198E1,5.1353832E1,5.5216103E0,1.632819E-1,6.670058E0,1.3271839E1,2.4088109E0,1.04809885E1,2.9282027E-1,4.0102196E0,3.6420786E0,3.8376555E0,2.9747934E0,3.8344648E0,5.893072E0,5.67675E0,1.4106002E1,3.0619375E1,3.4093456E0,4.4754183E-1,1.3271899E0,2.3873149E-1,6.28027E0,1.9207242E0,3.9547691E0,3.689621E0,3.4589855E1,3.3232203E-1,2.0580488E-1,1.3714443E0,2.5266697E0,4.1707253E-1,2.8332145E0,3.3044642E-1,4.0792397E-1,3.2504683E0,2.781918E-1,1.93739E0,1.193978E0,2.4628647E-1,1.1840718E0,2.1119429E-1,3.2303493E0,1.0290726E0,3.881382E0,2.2660263E1,1.073502E0,2.2777474E0,5.89621E-1,1.4247378E1,5.757345E0,3.912021E-1,3.3805053E0,2.5014145E0,1.6595152E1,1.3555816E0,2.0260978E0,1.2496041E0,1.4160571E0,8.847418E0,1.8447524E-1,2.373277E0,1.463009E0,1.7200569E0,4.2375734E-1,2.8385706E1,2.9212631E1,8.82568E0,3.776478E1,3.9831011E0,3.5712936E0,1.7625725E1,3.7831109E0,6.189169E0,1.5754049E1,2.076289E1,5.0985283E1,2.4388964E1,3.8041146E0,8.673787E1,1.0983513E1,4.037032E1,1.314956E0,5.3551016E0,3.40003E0,9.871809E0,3.9128774E-1,2.017523E0,7.6280546E0,2.8529336E0,4.0104166E-1,3.2410371E0,3.404039E0,4.304259E-1,5.026643E0,8.664296E-1,1.0981787E0,4.5785713E0,1.0976916E1,3.129086E0,1.7325209E1,1.3294166E1,3.139032E-1,3.0954423E0,1.1806084E0,5.099662E0,7.0590156E-1,1.2148226E0,1.7654228E0,2.1893463E0,8.528802E-1,2.8367407E0,1.0562406E0,3.3533615E1,1.7819554E-1,2.348474E0,2.0918748E-1,2.624027E0,2.9887269E0,2.617414E-1,1.4090401E0,5.2834994E-1,1.005008E0,1.7906374E-1,1.5596904E0,1.6706591E0,1.2869016E0,2.5944803E0,2.079208E1,1.8681821E0,3.3929724E-1,7.342047E-1,1.3946053E1,3.0132496E-1,2.510913E-1,5.506254E0,2.3827868E0,9.977186E-1,2.0848258E0,4.1658866E-1,1.5828466E1,7.666858E-1,1.1904548E0,1.6512685E-1,2.2485788E-1,1.8012398E0,8.110768E0,7.3664945E-1,1.1913494E0,2.716596E-1,2.6028812E-1,1.4597688E0,2.7946573E1,4.3913263E-1,2.4654968E1,4.5576625E0,3.6948853E0,5.1307945E0,2.2383112E1,1.5381666E1,2.935116E0,1.047985E0,2.1018858E0,1.4694077E0,2.2939192E-1,1.7396334E1,3.5356755E0,2.4743521E-1,2.4350235E0,3.7541454E0,2.4400735E0,1.3313975E1,1.3399929E1,7.3629613E0,4.780071E1,3.1845713E0,2.0821997E1,3.5669675E0,3.1590312E0,6.450834E-1,9.3170185E0,7.7420845E1,4.769812E0,6.2137012E0,2.8435495E1,1.1934825E1,5.0399933E0,3.1510842E-1,2.52343E-1,3.147687E0,4.7063475E0,5.1654615E0,1.8149282E0,2.025949E-1,6.5784945E0,1.0495601E0,1.1307257E0,1.722208E0,3.0411456E0,1.9989142E-1,1.9244258E-1,3.2115963E0,4.533866E0,4.9277678E-1,2.524381E0,2.0541904E0,7.9392986E0,3.0376174E0,1.3424567E0,1.7866293E0,1.6728262E1,5.9694684E-1,5.752794E-1,1.2718886E1,1.9088188E-1,2.9045603E0,8.6328566E-1,3.51537E-1,1.7388058E-1,2.0154657E0,2.6140344E0,2.2270647E-1,3.2952038E1,5.815786E-1,1.8168044E-1,2.4423466E0,1.3517655E0,3.188935E-1,5.8274734E-1,2.011733E0,1.8367859E1,2.424222E0,2.3169757E-1,5.0250715E-1,2.4920966E-1,1.3696843E1,2.056188E0,3.2659847E-1,1.4621487E0,6.226771E-1,3.5858555E0,1.2242611E1,1.7906043E-1,1.6221794E0,2.5302944E-1,7.857739E0,3.5881367E-1,8.325357E-1,2.656888E1,1.377693E0,7.8769836E0,1.6777985E1,2.3078709E0,2.2497919E0,2.5775013E0,1.1173838E0,3.8894886E-1,4.7418456E0,1.2941094E1,9.442018E0,6.7900515E0,8.591615E0,2.696181E0,2.3893496E-1,3.7864453E-1,1.7232413E0,2.3905057E-1,1.2303572E0,4.1738477E-1,1.6978949E1,3.3707008E0,1.6497482E-1,1.9720496E0,4.6297407E-1,1.8292861E0,1.9248594E0,3.6889118E-1,2.0711823E0,1.5732598E0,1.1740715E1,4.928003E0,8.471927E0,4.868377E0,2.4945838E0,2.389436E1,2.3906351E1,2.1584079E-1,2.9687304E0,2.4927504E0,1.8329247E1,1.4694698E0,2.0974977E0,2.6563065E0,5.0272447E-1,4.589028E0,4.7279906E0,6.3905804E1,1.3515044E1,2.309195E0,2.460617E0,5.71533E0,4.9837086E-1,1.0456317E1,1.7979177E1,4.1402383E0,7.7945867E0,4.7716546E0,2.6833838E-1,4.6514913E-1,2.6825378E0,2.2880545E0,2.418293E0,4.5712914E0,5.9417003E-1,1.647349E0,1.6757908E-1,6.32573E0,2.5276425E-1,9.453997E-1,1.8532598E-1,1.4065915E0,3.1561652E-1,2.841494E0,1.9965148E-1,3.034956E0,1.7664024E-1,2.7674514E-1,4.2571206E0,2.1006578E-1,1.8441247E0,1.2108805E0,6.7284184E0,2.1095543E0,9.280632E-1,1.4983513E0,2.88278E-1,2.9882026E0,1.374006E1,8.003891E-1,1.1918497E1,1.7028743E-1,2.734273E0,2.9634923E-1,5.669364E-1,5.234914E-1,2.090543E0,1.023405E0,3.2836065E-1,1.8007866E0,2.1094632E-1,5.154273E-1,1.785243E1,1.3575008E0,1.0667212E0,1.3458985E1,2.3785767E-1,1.8930556E0,1.6313265E-1,2.0286033E-1,1.2592884E0,1.0838149E0,2.5020406E0,7.1079326E-1,1.1531817E1,1.3845307E0,2.3764865E-1,2.5327295E-1,7.604466E0,1.7658105E-1,2.63923E1,1.6549946E-1,1.2121936E0,4.5115705E0,3.3654134E0,1.4845034E1,1.9329503E0,3.0546653E-1,2.0024042E0,5.0797796E-1,1.7418139E0,5.102006E-1,2.0673008E0,4.113858E0,6.2798727E-1,1.1172509E1,1.7685857E0,3.2020795E0,6.239938E0,9.359473E-1,5.8541045E0,2.3558288E0,6.2357855E0,2.2910883E0,4.050927E-1,1.4381945E0,2.8504688E-1,2.6516085E0,1.432734E1,3.1594255E0,2.1127522E-1,1.8007987E0,1.7125094E-1,1.4003421E0,4.2894396E-1,3.045246E-1,1.6203347E0,1.8739144E0,1.9726796E-1,1.4958663E0,1.0244849E1,1.4754102E0,3.4525926E0,9.494628E-1,7.522464E0,4.599452E-1,4.408432E0,1.0233754E1,1.3660605E1,1.4538875E1,9.3674755E0,2.631124E0,3.3760658E-1,3.1125963E0,1.5216649E1,8.6505985E-1,1.2324377E0,2.2619169E0,3.9438975E-1,3.804023E0,7.850048E-1,3.5475225E0,1.1804683E0,1.8356657E1,4.5549145E1,1.4905809E0,1.2024464E1,2.0550654E0,2.5412947E-1,2.047588E0,4.13029E-1,4.907716E0,8.076146E-1,2.942715E0,7.5136023E0,2.9964924E0,1.4982685E1,5.444613E-1,7.2501254E0,6.9882905E-1,4.072826E0,2.0966081E-1,2.472877E0,2.0839623E-1,2.2098968E0,1.022544E0,3.5487473E0,1.6917999E-1,6.15655E0,2.7902968E0,2.4465916E-1,4.0250177E0,2.3210275E-1,1.6244322E-1,1.6816814E0,5.856122E0,8.722963E-1,2.1610674E-1,1.8934475E0,1.1124346E1,2.615714E0,1.1427463E1,4.9103507E-1,1.9354373E-1,2.5407293E0,1.6306514E-1,1.6377215E0,1.897532E-1,1.7662678E1,1.0915183E0,2.6598257E-1,1.3261067E1,1.979178E-1,3.415407E-1,2.1604998E0,6.256795E-1,1.0906138E1,7.364895E0,2.3957084E-1,1.6590171E0,2.8525531E0,2.2370982E0,1.1283153E0,6.1125E-1,1.4233784E1,2.6020822E-1,1.742196E0,2.151643E-1,1.5266496E0,1.6576928E-1,1.9015315E0,3.872205E0,2.4165344E-1,1.2406465E0,9.931863E0,8.0976236E-1,9.5882326E-1,2.637506E0,5.645734E-1,1.700181E0,4.539757E0,5.1891756E0,6.6492856E-1,1.6345463E0,7.2128254E-1,4.911412E0,1.3243737E0,2.1752091E-1,2.0735674E0,1.8855455E0,7.660629E-1,6.1148304E-1,1.37158575E1,1.6513182E-1,2.9942937E0,1.8685043E-1,1.2134917E0,1.9227351E-1,1.4280612E0,1.5748874E0,2.9902697E-1,8.894158E0,1.3506912E0,3.629484E-1,3.0896442E0,6.7218323E0,8.006314E-1,8.931078E-1,3.5153244E0,2.8559744E0,7.3777804E0,3.2258885E0,1.0434716E1,3.5677302E0,1.0971145E1,6.9605126E0,2.4069633E0,4.9776024E-1,1.4718889E1,2.0471077E0,2.1480924E-1,2.4279454E0,1.3760778E0,6.43439E-1,2.9040835E0,1.1066024E1,7.2906322E0,4.1229107E1,4.3200407E0,1.1765122E0,3.1406873E-1,1.3533896E0,1.0671074E1,8.186163E-1,1.2364492E0,1.7266344E0,3.2095364E-1,4.1269064E0,7.808093E-1,1.2274085E0,1.7153063E0,2.6660564E0,4.8475456E0,2.3425477E0,6.5394485E-1,2.268714E0,1.2713971E1,6.9047747E0,3.4535068E-1,4.2995954E-1,3.6428661E0,3.5550776E-1,2.1173692E0,4.1399685E-1,3.1347504E0,2.804326E-1,5.876117E0,2.991768E0,1.0332501E0,5.680721E0,1.7540146E-1,1.7090871E0,1.8436038E-1,5.1739967E-1,1.0606946E1,1.5827861E0,1.0329281E0,6.4931736E0,4.9342885E0,1.7008841E-1,2.370641E0,1.7381535E1,2.811425E-1,8.654203E-1,2.2609796E-1,4.5390162E-1,1.2807166E1,1.9257431E0,2.3475681E-1,1.0580047E1,3.2609183E-1,3.8291803E-1,6.981977E0,1.6802327E-1,2.68453E0,2.3605761E-1,2.0010407E0,2.2433667E0,1.19904175E1,2.0389068E-1,1.5383053E0,3.5913937E0,2.8081125E-1,9.695144E0,2.3671833E-1,1.8592736E-1,2.4515786E0,2.6406166E-1,4.2756953E0,2.3378694E-1,4.955389E0,1.8629621E-1,1.44825E0,4.364592E0,5.468197E-1,1.6948394E0,1.9070613E-1,1.3517049E1,1.9880849E-1,5.250404E-1,2.4692533E0,7.025771E0,1.8683866E0,2.9207072E0,1.6893698E-1,4.4423184E-1,6.2776003E0,3.2181394E0,2.97185E-1,2.5784454E0,2.775288E-1,6.321926E0,1.0558541E0,1.9575506E0,8.477166E0,2.6945415E0,8.731888E-1,1.7481885E0,9.222956E0,3.5254002E0,3.4351122E0,4.1017023E-1,1.996793E0,1.4278007E0,1.3291089E1,2.0088501E-1,2.2270603E0,1.8272124E-1,2.7213624E0,6.2492228E0,4.8168015E0,3.3995402E0,3.891092E0,3.9372066E1,1.8570383E0,1.7242527E0,2.595788E0,1.7554678E0,8.915606E0,3.9527745E0,1.7413175E-1,1.5327078E0,1.8259853E-1,1.7941518E-1,4.6681304E0,2.8744203E-1,2.0551054E0,5.141106E-1,1.7546034E0,5.1960588E0,7.517913E0,6.58074E0,3.2403445E-1,3.402305E0,2.4056126E-1,2.9643223E0,1.7042816E-1,3.533222E-1,5.522795E0,2.935079E-1,2.69826E0,3.4557983E-1,5.3351407E0,1.4355849E0,2.7350226E-1,3.0959904E-1,1.0297347E1,5.868485E-1,9.959375E-1,5.18476E0,1.3084134E0,4.68712E0,2.4716873E-1,4.6178102E-1,1.6919754E1,3.550321E-1,1.2452134E1,1.7988731E-1,1.7458558E0,1.031188E1,2.681666E-1,6.788534E0,1.9344267E-1,5.655657E-1,2.1189642E0,1.6211872E0,3.7985343E-1,1.6252758E-1,1.1827889E1,2.9537243E-1,9.399772E0,2.2778242E0,1.737544E-1,3.9622262E0,3.134691E-1,4.1412196E0,8.141691E-1,6.403872E-1,3.724205E0,1.5247821E0,1.7005727E-1,2.304246E0,1.6500743E-1,5.612958E-1,6.4644756E0,2.7500975E0,1.7060973E-1,6.0900083E0,1.8759215E-1,2.2331241E-1,2.994827E0,2.5624257E-1,2.322203E0,5.075988E0,1.2459383E0,7.3567543E0,1.1204119E0,3.795918E-1,2.3149498E0,8.117498E0,1.1054578E0,2.515945E-1,3.1835177E0,1.7427284E-1,1.8225201E0,1.0663263E0,1.2224762E1,2.4889452E0,2.3241699E-1,2.925616E0,3.3236067E0,1.9736762E0,2.8431253E0,3.822447E-1,3.0172956E0,1.4142296E0,2.4768624E0,3.8182125E1,1.1899412E0,5.3127E-1,1.3257681E0,2.3193257E0,2.764621E-1,8.580522E0,3.350845E-1,3.548638E0,4.041365E-1,1.2667098E0,2.65998E-1,4.401867E0,2.6626393E-1,1.783161E0,2.7194446E-1,2.9407287E-1,1.4605305E0,1.7127684E0,3.4832902E0,7.201053E0,3.168595E-1,5.668185E0,9.1255474E-1,3.2368364E0,1.6546851E-1,1.7200546E-1,5.1631355E0,1.0127131E1,1.7021605E-1,2.1418191E-1,4.970578E0,4.1329794E0,5.5414075E-1,2.9819214E-1,1.6621561E1,1.5823421E0,1.6351365E-1,1.0059876E1,2.5200373E-1,1.6543324E-1,6.623101E0,1.1653884E1,1.7400551E-1,3.8790202E-1,9.011869E0,2.6176217E-1,3.700464E0,3.6472135E0,4.940063E-1,7.293094E-1,2.9948957E0,5.515738E0,9.487377E-1,2.4573476E0,2.927499E-1,4.903958E0,1.1860505E0,2.743233E0,2.5159386E-1,1.9605185E0,3.6168444E-1,4.5307646E0,5.452233E-1,6.392919E0,9.6383524E-1,1.9642229E0,3.507267E-1,7.7458177E0,3.7168026E-1,3.020473E0,1.6304481E-1,1.19983E1,2.2646284E-1,2.3717959E-1,2.6884365E0,2.434419E0,4.0870643E-1,1.8939468E-1,2.827901E0,2.2202633E-1,2.254836E0,1.4309524E0,3.6751175E1,2.5478953E-1,1.0709786E0,1.8370363E-1,2.135622E0,1.0720102E0,7.5085115E0,3.3638637E0,1.8477438E-1,1.8175128E-1,4.220115E0,1.3839687E0,3.2879964E-1,1.3431935E0,2.1400967E0,2.0436456E0,5.1574078E0,5.4327803E0,2.354053E-1,1.939497E-1,4.969186E0,9.211478E0,9.1565293E-1,2.2570135E-1,4.744877E0,4.6592358E-1,3.6670556E0,1.9936818E-1,9.860508E0,8.801662E0,2.1020721E-1,2.2315156E-1,3.4773126E0,1.8807252E-1,3.459141E0,3.5152015E-1,2.6433756E0,3.6867848E-1,5.1470594E0,2.2709286E0,1.8641895E-1,2.6333773E-1,4.64062E0,2.5649035E0,1.7832965E-1,4.181579E0,3.4918526E-1,6.1411505E0,2.517683E-1,2.5593296E-1,1.70829E0,4.381026E-1,7.307715E0,2.816123E0,2.0434988E-1,1.1776696E1,2.2160333E-1,2.4108051E-1,2.1933384E0,2.506867E0,3.210339E-1,1.7877408E0,4.6709523E-1,5.4119E0,3.1339273E1,1.7610815E-1,7.332403E0,1.9198854E-1,3.171875E0,1.8214765E-1,1.2018211E0,1.6470939E0,4.930029E-1,2.2232443E-1,4.9350834E0,4.7702274E0,1.989583E-1,2.0317538E-1,9.008303E0,4.469513E0,2.753642E-1,3.2384846E0,4.2857105E-1,9.591336E0,2.691722E-1,7.4412203E0,1.3604422E0,3.2529667E-1,3.1520157E0,2.477788E0,1.6558763E-1,2.1968183E-1,4.9273777E0,2.1576741E-1,2.0551612E0,3.8268825E-1,4.2579317E0,2.1361102E-1,3.9679682E0,5.932488E0,2.0866251E-1,1.5392318E0,1.6905828E-1,7.0502048E0,2.5751054E-1,2.6537418E0,1.6238134E-1,1.1123992E1,6.527041E-1,1.6666883E-1,2.0266695E0,1.9187544E-1,1.5958654E0,3.62489E0,1.7870098E0,2.9264465E1,2.0748081E0,7.0899663E0,2.4243687E-1,1.9497587E-1,1.452118E0,2.021043E-1,4.732979E0,4.1158623E-1,4.358641E0,8.758339E0,2.4996403E-1,1.7733762E-1,4.2921753E0,1.964018E-1,3.0420828E0,9.070335E0,5.21E-1,1.668986E-1,7.2743216E0,3.8216364E-1,2.7698522E0,4.5351176E0,3.9225966E-1,1.8387675E-1,4.074055E0,2.6736093E-1,3.7006073E0,6.4515615E0,5.9864306E-1,1.0259054E1,8.6493826E-1,1.7161033E0,3.1056628E-1,2.823218E0,8.016719E-1,1.3605876E0,4.2642224E-1,1.2425455E1,1.6839012E1,6.8972254E0,1.9274113E-1,4.5616117E0,1.7136712E-1,8.085442E0,6.728972E-1,1.9406794E-1,4.0981073E0,1.7789263E-1,2.86419E0,8.657995E0,4.123404E-1,1.0838156E0,6.190506E0,2.4630766E0,3.0677545E-1,4.3588133E0,1.7630436E-1,3.901039E0,1.7301618E-1,1.7223409E-1,3.5283732E0,1.2120888E0,5.239473E0,9.750658E0,5.0839597E-1,2.2063231E0,6.16895E-1,1.1949195E0,1.6566807E-1,5.8927445E0,6.53271E0,9.402627E-1,1.5898748E1,7.804855E0,2.8058696E-1,2.571378E0,2.9281223E-1,1.9750896E-1,8.460486E0,4.6734023E-1,4.7721324E0,2.1721444E-1,9.533443E0,1.8058426E0,4.0048057E-1,3.5422263E0,2.3505182E0,1.3305577E0,5.2021527E0,1.4229131E1,1.669618E0,2.41433E-1,7.5634217E0,2.2591264E0,3.1225148E-1,8.150721E0,3.0976534E-1,2.4476321E-1,4.527369E0,2.1100461E-1,9.322438E0,2.694404E0,8.478224E-1,1.5069956E0,8.435227E-1,4.9682326E0,2.3391981E-1,1.1709166E1,2.5199647E0,2.0411895E-1,7.3593025E0,4.5294172E-1,1.8061848E0,1.735429E-1,7.977178E0,2.6469526E-1,4.262674E0,2.538932E-1,9.068545E0,6.3261116E-1,2.0617926E0,4.921077E-1,4.476125E0,1.7590518E-1,1.153326E1,6.5849366E0,7.7436596E-1,1.9744675E-1,1.608738E0,7.5200024E0,4.5717567E-1,4.2913294E0,1.8479544E-1,1.015716E1,1.3761015E0,2.7744174E-1,1.3312962E0,9.843751E0,3.1340826E-1,2.730414E-1,1.0582548E0,6.145153E-1,9.229236E0,8.322702E0,9.065333E-1,8.148594E0,1.7410867E-1,2.2033504E-1,7.928259E0,6.9828424E0,9.4541657E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1311","size_leaf_vector":"0"}},{"base_weights":[-1.3009784E-1,-8.108011E-2,-6.9838023E-1,-4.0194955E-2,-6.455769E-1,-0E0,-7.462108E-1,-1.3608169E-2,-7.072955E-1,-7.261372E-1,-9.7582266E-2,-7.5471985E-1,-0E0,9.153683E-3,-3.151376E-1,-0E0,-6.302804E-1,-3.2528877E-2,-8.098441E-1,-4.6572652E-1,1.182395E-1,-7.6728594E-1,-0E0,-1.9590251E-1,3.8983896E-2,-6.3267416E-1,-4.273091E-3,-0E0,2.0302323E-1,-0E0,-3.2202053E-1,-0E0,-8.5519594E-1,6.3488215E-1,-0E0,-0E0,-7.9081756E-1,-3.821455E-2,-4.8002073E-1,-2.1349703E-1,6.100312E-2,-0E0,-7.3197746E-1,-2.3871927E-1,2.3796605E-1,4.374109E-1,-0E0,-0E0,2.4875441E-1,-0E0,-8.708342E-1,8.908305E-1,-0E0,-0E0,-1.3290644E-1,-0E0,-1.2036516E-1,-8.033169E-1,-0E0,-3.308636E-1,6.616363E-2,-5.6697494E-1,-0E0,-0E0,-3.1339994E-1,1.8282816E-2,1.5579419E-1,-8.601531E-2,5.279372E-1,-0E0,-8.022655E-1,-5.1905197E-1,-0E0,4.1939902E-1,-0E0,3.4378237E-1,-0E0,-8.87403E-1,-0E0,7.8232837E-1,-0E0,-1.6902435E-1,-0E0,-8.215066E-1,-0E0,-4.0069965E-1,-0E0,-1.2727588E-1,1.9541109E-1,-0E0,-6.8303996E-1,7.235957E-1,-0E0,-5.0893515E-2,4.1578636E-2,-4.0879124E-1,-0E0,-2.9909864E-1,4.200198E-2,2.919993E-1,6.7483395E-2,-0E0,-1.7778951E-1,7.54913E-1,-0E0,-8.220861E-1,-0E0,-6.2610394E-1,-0E0,5.0148314E-1,-2.4163416E-1,-0E0,5.4664886E-1,1.2087967E-1,-2.3668876E-1,-0E0,-7.2074544E-1,-8.3983684E-1,-0E0,-6.3349225E-2,-0E0,-0E0,-5.63794E-1,-0E0,-4.984589E-1,2.9590967E-1,-1.4530683E-1,-9.166692E-2,1.8440095E-1,-7.734785E-1,-0E0,-0E0,-1.8297613E-1,-0E0,1.8490076E-1,-0E0,-5.158549E-1,6.526114E-2,-7.4736597E-3,-0E0,-4.1547263E-1,2.2831785E-2,2.0914474E-1,3.7821886E-1,-0E0,-0E0,2.2084323E-1,-0E0,-8.439097E-1,-5.6480306E-1,-0E0,-0E0,1.0558262E0,-0E0,-4.460059E-1,6.140814E-1,-0E0,2.8542286E-1,-0E0,-2.574363E-1,-0E0,-7.620631E-2,-0E0,-0E0,-6.6036046E-1,-6.527487E-1,-0E0,-3.8967308E-2,3.0732417E-1,-4.1534862E-1,-0E0,4.1310477E-1,-0E0,-2.4467617E-1,-0E0,-1.3222611E-1,-0E0,3.1836757E-1,-0E0,-0E0,-7.901478E-1,-0E0,-2.4587104E-1,2.7540225E-1,-0E0,-1.8299179E-1,2.0861756E-2,-5.494821E-1,-0E0,-0E0,3.0053917E-1,-0E0,-1.18196145E-1,-0E0,4.0592596E-2,-5.0446266E-1,-0E0,5.717771E-2,-6.149771E-2,3.407422E-1,-9.249116E-2,-0E0,4.2485946E-1,-9.2637E-2,4.007613E-1,-1.7953072E-1,7.368516E-2,-0E0,4.409928E-1,-6.683165E-1,-0E0,-0E0,1.6398405E0,-4.9923646E-1,-0E0,-0E0,7.1712595E-1,-0E0,-2.858043E-1,-5.522231E-1,-0E0,-1.8462346E-1,-0E0,4.876359E-1,-0E0,6.1936575E-1,-0E0,-6.561883E-3,9.040536E-2,-2.6928625E-1,-0E0,-0E0,-6.2410116E-1,-0E0,-3.0848837E-1,3.217702E-1,-0E0,-3.3298665E-1,-0E0,-0E0,1.3716216E-1,-0E0,-5.781228E-1,-0E0,3.5230488E-1,1.7636499E-1,-0E0,-0E0,-5.9696484E-1,1.077216E-1,-1.4960077E-1,-3.964813E-1,4.062011E-2,-0E0,4.1545096E-1,-2.946876E-1,-0E0,4.758684E-1,-0E0,-2.0296301E-1,-0E0,-0E0,5.166922E-1,-3.2498515E-1,-0E0,6.5743524E-1,-0E0,3.8210294E-1,-9.1241114E-2,5.5409944E-1,-0E0,1.4177155E0,-0E0,-0E0,-4.147712E-1,-0E0,7.63628E-1,-2.545292E-1,-0E0,-2.8547376E-1,-0E0,-0E0,6.373908E-1,7.17848E-1,-0E0,2.7822407E-2,-0E0,-0E0,-2.6707864E-1,-0E0,2.6613703E-1,-0E0,-3.4236264E-1,-0E0,3.6839572E-1,-4.0713942E-1,-0E0,1.571668E-1,-0E0,-6.0193455E-1,-0E0,-0E0,3.00208E-1,-5.8757246E-2,-0E0,-0E0,-6.2814635E-1,4.717993E-1,7.967748E-2,-3.526956E-1,1.0896519E-1,-0E0,-4.6303707E-1,-2.6609723E-2,2.6384893E-1,-0E0,4.769724E-1,-4.109884E-1,-0E0,5.202659E-1,-0E0,-2.893966E-1,-0E0,5.5574155E-1,-0E0,-0E0,-4.3089134E-1,2.7236703E-1,-5.7809565E-2,8.898085E-1,-0E0,-5.8539536E-2,3.557731E-1,-0E0,7.8611857E-1,-2.6565105E-1,-0E0,6.428134E-1,-0E0,7.87093E-1,-0E0,-3.305007E-1,-0E0,5.690484E-1,-0E0,-0E0,8.050715E-1,-0E0,1.4304368E-1,-0E0,-1.7086588E-1,-2.7678198E-1,-0E0,-0E0,2.8795186E-1,-3.8398084E-1,-0E0,4.115389E-1,-0E0,-0E0,-3.433755E-1,-6.2198347E-1,-0E0,3.862679E-1,-0E0,-8.2869306E-2,-0E0,-6.4108354E-1,-0E0,-0E0,5.873862E-1,9.452597E-3,1.9464639E-1,-0E0,-4.3222994E-1,-0E0,5.604212E-1,-0E0,-4.9396056E-1,-1.4080143E-1,1.2728438E-1,4.681571E-1,-0E0,5.1754934E-1,-0E0,-0E0,-4.6118665E-1,-0E0,5.398748E-1,-0E0,-3.898196E-1,-0E0,4.587027E-1,-0E0,-4.8028722E-1,-0E0,4.1428187E-1,-7.568535E-2,-0E0,-0E0,1.1083914E0,-1.7435342E-1,1.6333508E-1,-0E0,4.5083728E-1,-0E0,9.786466E-1,-3.461244E-1,-0E0,-6.3455805E-2,6.365564E-2,-0E0,6.9677126E-1,-0E0,8.182242E-1,-0E0,8.558672E-1,1.4883152E-1,-0E0,-0E0,-1.5957372E-1,-0E0,-3.4666407E-1,3.4519696E-1,-0E0,-6.433441E-1,-0E0,-0E0,4.370699E-1,-0E0,-6.63197E-1,7.5663155E-1,-0E0,-1.6425751E-1,4.355356E-2,-2.8832039E-2,2.906426E-1,-0E0,1.699252E-1,-4.8426217E-1,-0E0,1.4495721E-1,-7.644009E-2,6.703468E-1,-0E0,-5.274293E-1,-0E0,-3.3455515E-1,-0E0,-2.6527122E-3,2.8006142E-1,7.0314014E-1,-0E0,-1.5878683E-1,1.11042306E-1,-0E0,5.4828954E-1,-0E0,-5.003724E-1,-0E0,5.6443346E-1,-0E0,-4.8918208E-1,-5.0428283E-1,-0E0,-0E0,4.919019E-1,-0E0,1.2095249E0,-0E0,-2.350551E-1,-0E0,2.8780803E-1,5.661143E-1,-0E0,8.57465E-1,-0E0,-4.0714356E-1,-0E0,-0E0,-2.1182345E-1,2.3781127E-1,-0E0,-0E0,7.357654E-1,-0E0,6.6680884E-1,-0E0,8.9503425E-1,-6.588036E-1,-0E0,-0E0,3.611207E-1,-5.2538085E-1,-0E0,-0E0,8.752071E-1,-2.6445472E-1,-0E0,1.2703957E-1,-1.0819737E-2,1.3141258E-2,-1.4950015E-1,-0E0,3.2986966E-1,2.2335325E-1,-0E0,-5.4233176E-1,-0E0,2.628625E-1,-0E0,-2.4041073E-1,-0E0,-0E0,-5.756211E-1,-3.8826856E-1,-0E0,-9.328709E-2,1.7195255E-1,-0E0,-1.4870603E-1,-0E0,3.8409698E-1,-0E0,7.7573824E-1,-2.9338932E-1,-0E0,-0E0,2.8473806E-1,5.678482E-1,-0E0,-0E0,-5.165416E-1,-0E0,5.764572E-1,-0E0,-5.964183E-1,-5.4282725E-1,-0E0,5.7530004E-1,-0E0,-0E0,1.0384761E0,1.00035496E-1,-0E0,-3.8896418E-1,-0E0,3.9514828E-1,-0E0,-0E0,6.299617E-1,-0E0,-4.6039954E-1,-0E0,-2.0798159E-1,-0E0,3.7376428E-1,7.609519E-1,-0E0,-0E0,9.2616993E-1,-0E0,-6.7721474E-1,-0E0,9.292898E-1,-0E0,-3.557906E-1,-3.6919885E-3,1.7867889E-1,5.61504E-2,-1.5230842E-1,-0E0,1.6783406E-1,-0E0,-2.989194E-1,3.861823E-1,-0E0,-0E0,-5.7034725E-1,3.5831454E-1,-0E0,-4.105835E-1,-0E0,-0E0,-6.15372E-1,-0E0,-4.2219922E-1,-0E0,-2.5784293E-1,2.910122E-1,-0E0,-2.0000498E-1,-0E0,-0E0,4.637695E-1,8.6761165E-1,-0E0,-0E0,-2.4947506E-1,3.6037514E-1,-0E0,-0E0,6.012339E-1,-4.1910598E-1,-0E0,5.897646E-1,-0E0,-4.9113205E-1,-0E0,-5.8269364E-1,-0E0,-0E0,6.1714506E-1,2.2543538E-1,-0E0,-4.6316212E-1,-0E0,6.2611006E-2,-2.392604E-1,-0E0,4.903095E-1,6.7986876E-1,-0E0,-3.889507E-1,-0E0,-0E0,4.1206676E-1,6.11255E-1,-0E0,7.5323E-1,-0E0,-0E0,-6.915216E-1,-0E0,9.640825E-1,-0E0,-4.0149477E-1,-0E0,-8.526355E-2,2.2764856E-1,-0E0,-0E0,1.4594786E-1,-0E0,-3.8206026E-1,3.2950008E-1,-0E0,1.3811484E-1,-0E0,-0E0,-4.2615134E-1,-0E0,4.1157883E-1,-0E0,6.0006864E-2,-0E0,-6.031239E-1,-0E0,4.350142E-1,-4.6818134E-1,-0E0,-0E0,-6.391977E-1,-0E0,-4.6259633E-1,1.7152704E-1,-0E0,-3.4880832E-1,-0E0,4.2547017E-1,-0E0,-0E0,-1.9978358E-1,5.4006255E-1,-0E0,9.600869E-1,-0E0,4.1245437E-1,-0E0,6.2944114E-1,-0E0,5.9755933E-1,-0E0,-6.399665E-1,-0E0,-0E0,6.569072E-1,2.563746E-1,-0E0,-5.332008E-1,-0E0,-0E0,2.7417517E-1,-3.169577E-1,-0E0,5.369733E-1,-0E0,5.9011436E-1,-0E0,3.3978423E-1,-0E0,-5.5207896E-1,-0E0,-0E0,1.0049678E0,-4.3843445E-1,-0E0,-1.4702022E-1,-0E0,2.674846E-1,-0E0,2.1717114E-2,-1.5394028E-1,-1.21395886E-1,6.428835E-2,-0E0,2.099387E-1,-8.674967E-2,1.5857184E-1,-0E0,-5.649116E-1,-0E0,3.1775445E-1,2.4126127E-1,-0E0,-9.941001E-2,-0E0,-4.7967938E-1,-0E0,4.371538E-1,-0E0,1.7938423E-1,-0E0,-6.245741E-1,-0E0,4.7922847E-1,-0E0,-5.246416E-1,-0E0,-6.573467E-1,-0E0,-0E0,-5.2567023E-1,2.3240507E-1,-0E0,-4.0449348E-1,-0E0,-0E0,4.8907363E-1,-0E0,5.830095E-1,1.0284457E0,-0E0,-0E0,4.2815486E-1,-0E0,6.4935994E-1,-0E0,6.087736E-1,-0E0,-6.700851E-1,5.569561E-1,-0E0,-0E0,-5.787505E-1,-0E0,-7.013812E-2,-0E0,4.9847272E-1,-0E0,-3.6854222E-1,-0E0,5.825366E-1,-0E0,8.111328E-1,-4.7003117E-1,-0E0,-0E0,-2.1073718E-1,-0E0,3.3653322E-1,1.3095057E-1,-0E0,-0E0,-3.0124047E-1,-0E0,-1.9865637E-1,-0E0,1.8671696E-1,3.0603766E-1,-0E0,-1.8143268E-1,-0E0,3.2541916E-1,-0E0,3.9129306E-2,-0E0,-6.030822E-1,-0E0,-0E0,2.1774879E-1,-5.202148E-1,-0E0,4.6269342E-1,-0E0,-0E0,2.7994096E-1,-6.4813197E-1,-0E0,-0E0,5.2370226E-1,-0E0,-4.2665276E-1,-6.7398435E-1,-0E0,-0E0,-5.812962E-1,2.708268E-1,-0E0,-0E0,-4.3458486E-1,-0E0,5.315638E-1,-0E0,6.156462E-1,-0E0,8.249801E-1,-0E0,4.54434E-1,6.7553294E-1,-0E0,-0E0,6.1534333E-1,-7.132258E-1,-0E0,-6.131623E-1,-0E0,-1.7270137E-1,-0E0,-0E0,4.4466034E-1,-3.2352954E-1,-0E0,-0E0,4.7386235E-1,-0E0,-4.9710107E-1,-0E0,-3.0371335E-1,-3.209843E-2,2.3496161E-1,-0E0,3.756674E-1,1.7233127E-1,-0E0,-0E0,-3.928085E-1,-2.727933E-1,-0E0,-0E0,3.3485034E-1,-0E0,3.7734196E-1,-1.1097091E-1,-0E0,-2.6188022E-1,-0E0,4.064003E-1,-0E0,-6.3752156E-1,-0E0,-6.2467605E-1,-0E0,4.8556185E-1,-0E0,3.3511648E-1,-0E0,-0E0,-6.982996E-1,4.5806238E-1,-0E0,-0E0,-6.9742674E-1,-6.037952E-1,-0E0,-0E0,2.3572758E-1,-4.503982E-1,-0E0,-0E0,4.470213E-1,-0E0,6.5298605E-1,3.777084E-1,-0E0,-0E0,6.976556E-1,6.3814676E-1,-0E0,-7.412443E-1,-0E0,-6.4989334E-1,-0E0,-0E0,-2.301657E-1,-0E0,-5.120165E-1,-3.0781618E-1,-0E0,-0E0,-1.4712751E-1,-0E0,2.2112572E-1,4.1082755E-1,-0E0,2.0270814E-1,-0E0,-3.7445587E-1,-0E0,-3.7716898E-1,-0E0,-0E0,3.143982E-1,-0E0,4.235097E-1,-1.3014512E-1,-0E0,-3.470655E-1,-0E0,-0E0,4.3754664E-1,-6.607636E-1,-0E0,-5.007939E-1,-0E0,5.179787E-1,-0E0,3.6733973E-1,-0E0,-0E0,-7.1382624E-1,-7.107702E-1,-0E0,-4.8527363E-1,-0E0,-0E0,-3.658588E-1,5.262038E-1,-0E0,-0E0,7.202145E-1,-0E0,6.556935E-1,-0E0,-7.6215494E-1,-0E0,-6.777959E-1,-1.9419196E-1,-0E0,-0E0,-4.3501544E-1,-0E0,-1.9773373E-1,4.32899E-1,-0E0,-0E0,1.8920624E-1,-0E0,-4.210806E-1,-0E0,4.862115E-1,-0E0,-4.1239804E-1,4.6025735E-1,-0E0,-0E0,-5.34603E-1,5.4544765E-1,-0E0,-0E0,3.2234907E-1,-0E0,-7.5101334E-1,-0E0,-7.221322E-1,7.356298E-1,-0E0,6.6404533E-1,-0E0,-7.8368485E-1,-0E0,-7.0854217E-1,-0E0,-0E0,-2.4364242E-1,-0E0,4.591089E-1,-4.5486474E-1,-0E0,5.280067E-1,-0E0,-0E0,-4.6574152E-1,-0E0,3.7460265E-1,-0E0,5.771395E-1,-0E0,-5.96227E-1,-7.471423E-1,-0E0,7.5051045E-1,-0E0,5.224786E-1,-0E0,-0E0,-8.276845E-1,-0E0,-7.4202675E-1,-2.777479E-1,-0E0,5.117735E-1,-0E0,-0E0,-4.9220502E-1,-0E0,5.8361E-1,-0E0,-5.060054E-1,-0E0,5.9548974E-1,-0E0,-7.6107734E-1,-0E0,7.6893735E-1,-0E0,-6.619619E-1,-0E0,-7.6967925E-1,-3.1353614E-1,-0E0,-0E0,5.335699E-1,-0E0,3.5849266E-2,-0E0,-5.2725244E-1,6.2326515E-1,-0E0,-0E0,-5.3047055E-1,-0E0,6.141478E-1,-6.182969E-1,-0E0,7.89402E-1,-0E0,-0E0,-7.9238445E-1,-3.5992986E-1,-0E0,5.5281895E-1,-0E0,1.0541463E-1,-0E0,-4.233564E-1,-0E0,6.5350574E-1,-0E0,-5.4938173E-1,-0E0,-0E0,6.2536275E-1,-0E0,8.280642E-1,-6.3413537E-1,-0E0,-3.950328E-1,-0E0,-0E0,5.6916374E-1,-0E0,6.725584E-1,-0E0,-4.5597774E-1,-0E0,6.546468E-1,-0E0,8.401837E-1,-3.2282692E-1,-0E0,-0E0,5.889698E-1,7.013225E-1,-0E0,-0E0,6.6496634E-1,6.638977E-1,-0E0,6.485501E-1,-0E0,-0E0,7.161708E-1,6.785518E-1,-0E0,6.786992E-1,-0E0,-0E0,5.684901E-1,-0E0,5.389975E-1,5.7433677E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":7,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,21,-1,23,25,27,-1,29,31,-1,33,35,-1,37,39,41,43,-1,45,47,-1,-1,49,51,53,55,57,59,61,63,65,67,69,71,73,-1,-1,-1,75,-1,77,79,-1,-1,81,-1,-1,83,-1,85,87,89,91,93,95,97,99,101,103,-1,105,107,109,111,113,-1,-1,115,-1,-1,-1,-1,-1,117,119,121,-1,123,125,127,129,-1,-1,131,133,135,137,139,141,143,145,-1,-1,-1,-1,147,-1,149,-1,151,153,-1,155,157,159,161,-1,163,-1,-1,-1,-1,165,167,169,171,173,175,177,179,-1,-1,181,-1,183,185,187,189,191,193,195,197,199,201,203,205,207,-1,209,-1,-1,-1,211,-1,213,215,-1,-1,-1,217,-1,-1,-1,-1,-1,219,-1,221,223,-1,-1,225,227,229,-1,-1,-1,-1,-1,-1,231,-1,233,235,-1,237,239,241,-1,-1,243,-1,-1,-1,245,247,-1,249,251,253,255,-1,257,259,261,263,265,267,269,-1,-1,-1,271,273,-1,-1,275,-1,277,-1,-1,279,-1,281,-1,283,285,287,289,-1,-1,-1,-1,-1,291,293,-1,295,-1,-1,297,-1,299,-1,-1,301,-1,303,305,307,309,311,313,-1,315,317,-1,319,-1,321,-1,-1,323,325,327,329,331,333,335,337,-1,-1,-1,-1,-1,-1,339,-1,-1,341,-1,-1,343,345,-1,347,349,-1,351,-1,353,-1,355,-1,357,359,-1,-1,-1,361,-1,-1,363,365,-1,-1,367,369,371,373,375,-1,377,379,381,-1,383,385,-1,387,-1,389,-1,391,-1,-1,393,395,397,399,-1,401,403,-1,405,407,409,411,-1,413,-1,-1,-1,-1,-1,-1,415,-1,417,-1,419,-1,-1,-1,-1,421,-1,423,-1,-1,-1,425,-1,427,-1,-1,-1,429,-1,-1,431,433,435,437,439,441,443,-1,445,447,449,451,453,455,-1,-1,457,-1,459,-1,461,-1,-1,-1,463,-1,465,-1,-1,-1,467,469,471,-1,473,-1,475,477,-1,479,481,-1,483,-1,485,-1,487,-1,-1,-1,-1,-1,-1,-1,-1,489,-1,-1,491,-1,493,495,-1,497,499,501,503,-1,505,507,-1,509,511,-1,-1,513,-1,515,517,519,521,523,-1,525,527,-1,529,-1,531,-1,533,-1,535,537,-1,-1,539,-1,541,543,545,-1,547,549,-1,-1,-1,551,-1,-1,553,555,-1,-1,557,-1,-1,-1,559,561,-1,-1,-1,-1,-1,-1,563,565,-1,567,569,571,573,-1,575,-1,-1,577,-1,579,-1,581,-1,-1,583,585,-1,587,589,-1,591,-1,593,-1,595,597,-1,-1,599,601,-1,-1,603,-1,605,-1,607,609,-1,611,-1,-1,-1,613,-1,615,617,619,-1,-1,621,-1,623,-1,-1,-1,625,627,-1,-1,629,-1,631,-1,633,-1,635,637,639,641,643,-1,645,647,649,651,653,-1,655,657,-1,659,-1,-1,661,-1,663,665,667,669,-1,671,-1,-1,673,675,-1,-1,-1,677,-1,-1,679,-1,-1,681,-1,-1,-1,683,-1,-1,685,687,-1,689,-1,691,693,-1,695,697,-1,-1,-1,-1,699,-1,-1,-1,-1,-1,701,-1,703,-1,705,-1,707,709,711,713,715,717,719,721,-1,723,725,-1,727,-1,729,-1,731,-1,733,-1,735,737,-1,-1,739,-1,741,743,-1,745,-1,747,-1,-1,-1,749,-1,751,-1,753,-1,755,-1,757,-1,759,-1,-1,761,-1,-1,763,-1,765,767,769,-1,771,-1,-1,-1,-1,-1,-1,-1,-1,773,775,-1,777,-1,779,-1,781,783,785,787,-1,789,791,793,795,797,-1,-1,799,-1,-1,-1,801,-1,803,-1,805,-1,807,-1,809,-1,811,-1,813,-1,-1,815,817,-1,819,-1,-1,821,-1,823,825,-1,-1,827,-1,829,-1,831,-1,833,-1,-1,-1,835,-1,837,-1,839,-1,841,-1,843,-1,-1,845,-1,-1,847,849,851,853,-1,-1,855,-1,857,-1,859,861,863,865,-1,867,-1,-1,-1,869,-1,-1,-1,871,-1,873,-1,-1,875,877,-1,-1,879,-1,-1,881,-1,-1,883,885,-1,-1,887,-1,889,-1,891,-1,-1,-1,893,895,-1,-1,897,899,-1,901,-1,903,-1,-1,-1,-1,-1,-1,-1,-1,905,-1,907,909,911,-1,913,915,-1,-1,917,919,-1,-1,921,-1,923,925,-1,927,-1,929,-1,931,-1,933,-1,935,-1,937,-1,-1,939,-1,-1,-1,941,943,-1,-1,-1,945,-1,-1,-1,-1,947,-1,-1,-1,949,951,-1,953,-1,955,-1,-1,957,-1,959,-1,-1,-1,961,-1,-1,963,-1,965,-1,-1,-1,967,-1,-1,-1,-1,969,-1,-1,971,-1,-1,973,975,-1,-1,-1,977,-1,979,-1,-1,981,983,-1,-1,-1,-1,-1,-1,-1,-1,985,-1,987,-1,989,-1,991,-1,-1,-1,-1,-1,993,995,-1,-1,-1,-1,997,-1,999,-1,1001,1003,-1,-1,-1,1005,-1,-1,-1,-1,1007,-1,1009,1011,-1,1013,-1,1015,-1,1017,-1,-1,1019,-1,1021,1023,-1,1025,-1,-1,1027,-1,-1,-1,1029,-1,-1,1031,-1,1033,-1,-1,-1,-1,1035,-1,1037,1039,-1,1041,1043,-1,1045,-1,1047,-1,1049,-1,1051,-1,1053,-1,1055,-1,-1,-1,1057,1059,-1,-1,1061,-1,1063,-1,1065,1067,-1,-1,1069,-1,1071,-1,-1,1073,-1,-1,1075,1077,-1,1079,-1,-1,-1,-1,-1,1081,-1,1083,-1,-1,1085,-1,1087,-1,-1,1089,-1,-1,1091,-1,1093,-1,-1,-1,1095,-1,1097,-1,-1,-1,1099,1101,-1,-1,1103,-1,-1,1105,-1,-1,1107,1109,-1,1111,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.7682514E1,1.3455015E1,1.6263561E0,9.455277E0,8.9489174E-1,0E0,4.939537E-1,4.109586E0,1.8447104E0,1.0587559E0,1.2969016E0,4.6290207E-1,0E0,2.9817803E0,3.5057077E0,5.379559E-2,0E0,4.2501014E-1,1.0891457E0,0E0,7.9896826E-1,2.6648903E-1,0E0,2.2015736E0,2.3673573E0,1.4401302E0,1.3528793E0,0E0,2.6305294E-1,1.2422415E-1,0E0,0E0,4.211998E-1,6.02694E-1,3.6858678E-2,4.1642364E-2,1.558075E-1,1.5579182E0,1.2993541E0,6.808665E-1,1.5246948E0,2.857764E-1,8.618336E-1,1.0061443E0,6.176479E-1,0E0,0E0,0E0,2.1401823E-1,0E0,1.0700798E-1,1.664356E-1,0E0,0E0,5.1376887E-2,0E0,0E0,1.7139053E-1,0E0,5.1789534E-1,8.016184E-1,1.2898178E0,6.59583E-1,2.5081765E-2,7.48616E-1,1.9869419E0,1.1113107E0,8.361782E-2,4.351129E-1,0E0,2.0616817E-1,6.0131216E-1,1.0528457E0,5.122365E-1,1.7060633E-1,0E0,0E0,6.8841934E-2,0E0,0E0,0E0,0E0,0E0,1.8384743E-1,1.0704448E-2,7.1908236E-1,0E0,6.857316E-1,8.7696034E-1,7.919006E-2,9.6039057E-1,0E0,0E0,1.345331E-1,1.5310386E-1,4.7057748E-1,1.5085427E-2,8.1206834E-1,6.626618E-1,9.6446466E-1,8.89361E-1,0E0,0E0,0E0,0E0,1.7356968E-1,0E0,3.1411195E-1,0E0,1.4910188E0,3.590103E-1,0E0,3.263625E-1,1.13836735E-1,9.850979E-3,1.5775507E-2,0E0,6.310272E-2,0E0,0E0,0E0,0E0,4.9079537E-1,2.2343385E-1,3.7112355E-2,5.234723E-1,8.9001626E-2,3.4610614E-2,1.955781E-1,2.0032883E-1,0E0,0E0,1.0825592E-1,0E0,1.3685615E-1,1.1447371E-1,3.8181496E-1,1.9210424E-1,4.040045E-2,5.6400355E-3,8.378823E-1,7.420376E-1,1.1919413E0,8.5411644E-1,5.568171E-1,7.593868E-1,1.0940398E0,0E0,6.578159E-2,0E0,0E0,0E0,1.1008899E0,0E0,1.314534E-1,3.980863E-1,0E0,0E0,0E0,5.955443E-3,0E0,0E0,0E0,0E0,0E0,3.257227E-1,0E0,1.082699E-1,2.6435834E-1,0E0,0E0,9.7770643E-1,2.681905E-2,1.1363834E-1,0E0,0E0,0E0,0E0,0E0,0E0,4.8189163E-2,0E0,1.0325578E-1,8.0123305E-2,0E0,2.1701534E-1,3.885577E-2,2.5176644E-1,0E0,0E0,2.2092497E-1,0E0,0E0,0E0,8.886492E-2,2.8490138E-1,0E0,1.966194E0,2.6290236E0,5.287893E-1,3.282888E-1,0E0,7.7999115E-1,2.3640834E-1,2.3131046E-1,7.498547E-1,1.2620808E0,6.11668E-1,6.0684013E-1,0E0,0E0,0E0,1.5538669E-1,6.3507974E-2,0E0,0E0,2.2383499E-1,0E0,1.8963605E-2,0E0,0E0,1.2677523E-1,0E0,2.6707324E-1,0E0,7.744348E-1,2.091152E-3,1.7892429E-1,1.3903186E-1,0E0,0E0,0E0,0E0,0E0,3.1847656E-2,8.643609E-2,0E0,1.0785699E-1,0E0,0E0,3.6206983E-2,0E0,2.4877214E-1,0E0,0E0,1.5386286E-1,0E0,6.9259303E-3,2.1456265E-1,1.0424588E0,2.0437417E0,4.7026944E-1,9.7480565E-1,0E0,4.2467308E-1,2.6922786E-1,0E0,5.601721E-1,0E0,2.6742536E-1,0E0,0E0,5.950755E-2,4.9477053E-1,2.908308E-1,7.3827446E-1,9.0688574E-1,6.2949157E-1,1.9213897E-1,6.028385E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.3656378E-2,0E0,0E0,2.0726977E-1,0E0,0E0,1.3381052E-1,6.1688614E-1,0E0,4.1818894E-2,6.245134E-2,0E0,1.0112983E-1,0E0,1.2947772E-1,0E0,4.3823004E-2,0E0,6.752226E-2,4.6946704E-3,0E0,0E0,0E0,2.261796E-1,0E0,0E0,1.1837262E-1,1.16294315E-2,0E0,0E0,6.7085266E-2,7.0271194E-1,1.0044796E0,8.1915927E-1,3.886619E-1,0E0,2.114768E-1,6.305585E-1,7.1343124E-1,0E0,3.6556458E-1,1.3106298E-1,0E0,3.898983E-1,0E0,2.971635E-1,0E0,3.433281E-2,0E0,0E0,2.6533353E-1,2.4272177E-1,1.0163521E-2,5.893831E-1,0E0,7.743875E-1,3.665356E-1,0E0,4.406724E-1,1.2423411E-1,3.245444E-2,2.8268147E-1,0E0,6.562042E-2,0E0,0E0,0E0,0E0,0E0,0E0,2.7959824E-1,0E0,2.454834E-2,0E0,2.0058818E-2,0E0,0E0,0E0,0E0,7.004911E-2,0E0,5.0788403E-2,0E0,0E0,0E0,1.4736319E-1,0E0,5.716777E-2,0E0,0E0,0E0,6.6612005E-2,0E0,0E0,8.1886816E-1,4.6888122E-1,1.3682873E0,5.2664623E-2,4.9056506E-1,1.688764E-1,4.3093795E-1,0E0,2.3733687E-1,7.385142E-1,5.015326E-1,1.0641243E0,1.2976244E-1,3.5285306E-1,0E0,0E0,4.8896432E-2,0E0,4.1332006E-1,0E0,2.992956E-1,0E0,0E0,0E0,1.4567995E-1,0E0,1.64442E-1,0E0,0E0,0E0,1.4254689E-1,4.4188482E-1,2.54524E-1,0E0,4.7179663E-1,0E0,2.002902E-1,1.1222625E-1,0E0,1.0439505E-1,1.9553894E-1,0E0,2.3860502E-1,0E0,7.648873E-2,0E0,2.6671743E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.38268E-1,0E0,0E0,8.925766E-3,0E0,3.4160376E-2,5.309944E-1,0E0,3.0385214E-1,5.1592207E-1,2.0198807E-1,4.7741628E-1,0E0,6.342366E-2,3.9356303E-1,0E0,2.3965628E-1,2.3195127E-1,0E0,0E0,2.7567267E-1,0E0,3.3586073E-1,2.4554408E-1,5.6804266E-2,3.9288718E-1,4.762714E-1,0E0,1.23586394E-1,2.288464E-1,0E0,2.2539854E-1,0E0,7.400155E-3,0E0,2.718072E-1,0E0,2.7109015E-1,1.4132619E-1,0E0,0E0,2.0003599E-1,0E0,1.3596869E-1,2.1279307E-2,6.247705E-1,0E0,2.8555542E-1,3.1881046E-1,0E0,0E0,0E0,9.632987E-2,0E0,0E0,5.3698488E-2,2.2865306E-1,0E0,0E0,1.640172E-1,0E0,0E0,0E0,1.9528818E-1,1.4321375E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.153143E-1,3.181786E-1,0E0,4.5859665E-1,5.4046124E-1,7.830065E-2,3.248805E-1,0E0,4.3694067E-1,0E0,0E0,2.8151178E-1,0E0,2.6553136E-1,0E0,4.1226223E-1,0E0,0E0,2.9711533E-1,2.4738276E-1,0E0,2.6039574E-1,2.3056044E-1,0E0,3.7997294E-2,0E0,3.6690736E-1,0E0,4.425459E-1,1.7154127E-2,0E0,0E0,1.5178543E-1,2.1871614E-1,0E0,0E0,1.15202665E-2,0E0,1.690898E-1,0E0,5.093789E-2,1.3503289E-1,0E0,5.159664E-2,0E0,0E0,0E0,7.3949024E-2,0E0,4.8894644E-1,1.9593066E-1,2.6302004E-1,0E0,0E0,2.0855272E-1,0E0,4.1046143E-2,0E0,0E0,0E0,5.7979494E-2,1.0121918E-1,0E0,0E0,6.905937E-2,0E0,8.701229E-2,0E0,9.384298E-2,0E0,2.15298E-1,4.2453453E-2,4.2476726E-1,2.2337633E-1,7.572531E-1,0E0,1.6507243E-1,4.9327448E-2,3.548231E-1,3.6784887E-1,2.0019025E-2,0E0,2.545724E-1,2.4431282E-1,0E0,1.6403669E-1,0E0,0E0,1.816001E-1,0E0,2.7234292E-1,8.175207E-2,1.329385E-1,2.2036543E-1,0E0,3.903246E-2,0E0,0E0,3.9475226E-1,4.98466E-1,0E0,0E0,0E0,1.0952687E-1,0E0,0E0,2.1829176E-1,0E0,0E0,1.405716E-1,0E0,0E0,0E0,1.5816641E-1,0E0,0E0,5.1061213E-2,8.170308E-2,0E0,4.052918E-1,0E0,2.541451E-1,1.1113402E-1,0E0,1.17652714E-1,1.3280296E-1,0E0,0E0,0E0,0E0,1.6100347E-2,0E0,0E0,0E0,0E0,0E0,4.0119648E-2,0E0,8.141327E-2,0E0,1.1384559E-1,0E0,7.742545E-2,4.5862794E-1,8.752909E-2,1.4003438E-1,2.619554E-1,1.8383506E-1,8.727113E-1,8.894755E-2,0E0,6.296294E-2,2.731187E-2,0E0,1.9653589E-1,0E0,3.9177704E-1,0E0,1.2198378E-1,0E0,1.5025616E-1,0E0,1.02558434E-1,1.1863959E-1,0E0,0E0,1.5824509E-1,0E0,2.363534E-1,5.1873825E-2,0E0,1.3033497E-1,0E0,1.5389967E-1,0E0,0E0,0E0,2.3520279E-1,0E0,3.8261938E-1,0E0,6.000757E-3,0E0,2.2104311E-1,0E0,1.3359642E-1,0E0,7.020736E-2,0E0,0E0,2.914983E-2,0E0,0E0,3.3051085E-1,0E0,1.34173315E-2,3.6570114E-1,6.451121E-2,0E0,6.416798E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.023243E-2,1.0983729E-1,0E0,8.5979134E-2,0E0,3.7196994E-1,0E0,4.1816853E-2,1.8107784E-1,1.6399936E-1,1.3276501E-1,0E0,4.382723E-1,1.6314755E-1,2.4974515E-1,4.51507E-3,1.6865969E-1,0E0,0E0,2.4299406E-2,0E0,0E0,0E0,1.1145306E-1,0E0,3.8557005E-1,0E0,1.3947393E-1,0E0,1.2670851E-1,0E0,1.0634309E-1,0E0,3.3653498E-2,0E0,1.0097504E-1,0E0,0E0,2.084403E-1,2.3255527E-2,0E0,4.4812024E-2,0E0,0E0,9.194291E-2,0E0,1.6524458E-1,2.3033142E-2,0E0,0E0,1.980269E-2,0E0,2.0498037E-1,0E0,1.1511326E-1,0E0,7.691574E-2,0E0,0E0,0E0,2.6143813E-1,0E0,5.6081712E-2,0E0,1.4463925E-1,0E0,5.9901237E-2,0E0,3.0728936E-2,0E0,0E0,9.901452E-2,0E0,0E0,1.1651966E-1,1.5111648E-1,4.8443103E-1,2.491809E-2,0E0,0E0,1.5836036E-1,0E0,1.8571821E-1,0E0,1.4977023E-1,3.5467994E-1,2.5403772E-2,2.108157E-1,0E0,1.7777842E-1,0E0,0E0,0E0,1.3063812E-1,0E0,0E0,0E0,1.3724637E-1,0E0,2.8964138E-1,0E0,0E0,9.967345E-2,1.2823391E-1,0E0,0E0,1.3604844E-1,0E0,0E0,9.031296E-2,0E0,0E0,1.1443639E-1,2.1740496E-2,0E0,0E0,1.1527121E-2,0E0,6.144452E-2,0E0,2.0620751E-1,0E0,0E0,0E0,1.1998117E-2,1.8104887E-1,0E0,0E0,5.9054375E-2,9.878707E-2,0E0,2.4662328E-1,0E0,4.2696193E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.5027018E-2,0E0,1.5018937E-1,9.572582E-2,5.0970092E-2,0E0,3.730657E-1,1.8865138E-2,0E0,0E0,1.5215114E-1,2.8411144E-1,0E0,0E0,8.873096E-2,0E0,2.2572541E-1,2.7366664E-2,0E0,1.5954566E-1,0E0,4.4083714E-2,0E0,1.01061106E-1,0E0,6.0818195E-3,0E0,2.783699E-1,0E0,4.120332E-2,0E0,0E0,1.4234352E-1,0E0,0E0,0E0,9.549618E-2,7.066798E-2,0E0,0E0,0E0,1.0855675E-2,0E0,0E0,0E0,0E0,3.7377834E-2,0E0,0E0,0E0,1.2592936E-1,3.090067E-1,0E0,7.048702E-2,0E0,2.2800827E-1,0E0,0E0,8.86932E-3,0E0,2.1079183E-2,0E0,0E0,0E0,7.050447E-2,0E0,0E0,2.5795078E-1,0E0,2.1422528E-2,0E0,0E0,0E0,1.3424772E-1,0E0,0E0,0E0,0E0,2.9362047E-1,0E0,0E0,2.1026069E-1,0E0,0E0,1.6218424E-2,8.4703684E-2,0E0,0E0,0E0,2.8207207E-1,0E0,7.176849E-2,0E0,0E0,1.8698692E-1,5.6448936E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.15395546E-1,0E0,2.2153854E-2,0E0,2.6352406E-2,0E0,2.1564674E-1,0E0,0E0,0E0,0E0,0E0,7.62787E-2,2.1108603E-1,0E0,0E0,0E0,0E0,1.0907787E-1,0E0,2.6108384E-1,0E0,1.8031883E-1,1.6621113E-2,0E0,0E0,0E0,2.664008E-1,0E0,0E0,0E0,0E0,5.776739E-2,0E0,1.738453E-2,8.556986E-2,0E0,6.662369E-3,0E0,7.686734E-2,0E0,1.618197E-1,0E0,0E0,5.905488E-2,0E0,2.319088E-1,9.41515E-2,0E0,2.5373745E-1,0E0,0E0,9.311652E-2,0E0,0E0,0E0,2.499857E-1,0E0,0E0,1.6055584E-2,0E0,8.460903E-2,0E0,0E0,0E0,0E0,3.69668E-2,0E0,1.2963343E-1,6.590754E-2,0E0,2.4271488E-1,2.7169439E-3,0E0,8.177972E-2,0E0,1.4713287E-1,0E0,5.061555E-2,0E0,1.862464E-1,0E0,3.403759E-2,0E0,2.8220177E-2,0E0,0E0,0E0,1.336546E-1,7.553455E-2,0E0,0E0,2.180934E-1,0E0,2.7104877E-2,0E0,1.3259888E-2,1.350174E-1,0E0,0E0,3.1864524E-2,0E0,1.2505484E-1,0E0,0E0,1.7799854E-2,0E0,0E0,1.1265612E-1,4.2291313E-2,0E0,5.2518845E-2,0E0,0E0,0E0,0E0,0E0,6.1766624E-2,0E0,2.4555087E-2,0E0,0E0,1.6659117E-1,0E0,8.6045265E-3,0E0,0E0,1.35421455E-2,0E0,0E0,6.478548E-2,0E0,2.7273178E-2,0E0,0E0,0E0,2.610302E-2,0E0,2.4199009E-2,0E0,0E0,0E0,1.1563301E-2,1.6886234E-2,0E0,0E0,4.322481E-2,0E0,0E0,1.9189358E-1,0E0,0E0,3.5831928E-3,2.1381378E-2,0E0,1.668992E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,17,17,18,18,20,20,21,21,23,23,24,24,25,25,26,26,28,28,29,29,32,32,33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40,41,41,42,42,43,43,44,44,48,48,50,50,51,51,54,54,57,57,59,59,60,60,61,61,62,62,63,63,64,64,65,65,66,66,67,67,68,68,70,70,71,71,72,72,73,73,74,74,77,77,83,83,84,84,85,85,87,87,88,88,89,89,90,90,93,93,94,94,95,95,96,96,97,97,98,98,99,99,100,100,105,105,107,107,109,109,110,110,112,112,113,113,114,114,115,115,117,117,122,122,123,123,124,124,125,125,126,126,127,127,128,128,129,129,132,132,134,134,135,135,136,136,137,137,138,138,139,139,140,140,141,141,142,142,143,143,144,144,145,145,146,146,148,148,152,152,154,154,155,155,159,159,165,165,167,167,168,168,171,171,172,172,173,173,180,180,182,182,183,183,185,185,186,186,187,187,190,190,194,194,195,195,197,197,198,198,199,199,200,200,202,202,203,203,204,204,205,205,206,206,207,207,208,208,212,212,213,213,216,216,218,218,221,221,223,223,225,225,226,226,227,227,228,228,234,234,235,235,237,237,240,240,242,242,245,245,247,247,248,248,249,249,250,250,251,251,252,252,254,254,255,255,257,257,259,259,262,262,263,263,264,264,265,265,266,266,267,267,268,268,269,269,276,276,279,279,282,282,283,283,285,285,286,286,288,288,290,290,292,292,294,294,295,295,299,299,302,302,303,303,306,306,307,307,308,308,309,309,310,310,312,312,313,313,314,314,316,316,317,317,319,319,321,321,323,323,326,326,327,327,328,328,329,329,331,331,332,332,334,334,335,335,336,336,337,337,339,339,346,346,348,348,350,350,355,355,357,357,361,361,363,363,367,367,370,370,371,371,372,372,373,373,374,374,375,375,376,376,378,378,379,379,380,380,381,381,382,382,383,383,386,386,388,388,390,390,394,394,396,396,400,400,401,401,402,402,404,404,406,406,407,407,409,409,410,410,412,412,414,414,416,416,425,425,428,428,430,430,431,431,433,433,434,434,435,435,436,436,438,438,439,439,441,441,442,442,445,445,447,447,448,448,449,449,450,450,451,451,453,453,454,454,456,456,458,458,460,460,462,462,463,463,466,466,468,468,469,469,470,470,472,472,473,473,477,477,480,480,481,481,484,484,488,488,489,489,496,496,497,497,499,499,500,500,501,501,502,502,504,504,507,507,509,509,511,511,514,514,515,515,517,517,518,518,520,520,522,522,524,524,525,525,528,528,529,529,532,532,534,534,536,536,537,537,539,539,543,543,545,545,546,546,547,547,550,550,552,552,556,556,557,557,560,560,562,562,564,564,566,566,567,567,568,568,569,569,570,570,572,572,573,573,574,574,575,575,576,576,578,578,579,579,581,581,584,584,586,586,587,587,588,588,589,589,591,591,594,594,595,595,599,599,602,602,605,605,609,609,612,612,613,613,615,615,617,617,618,618,620,620,621,621,626,626,632,632,634,634,636,636,638,638,639,639,640,640,641,641,642,642,643,643,644,644,645,645,647,647,648,648,650,650,652,652,654,654,656,656,658,658,659,659,662,662,664,664,665,665,667,667,669,669,673,673,675,675,677,677,679,679,681,681,683,683,686,686,689,689,691,691,692,692,693,693,695,695,704,704,705,705,707,707,709,709,711,711,712,712,713,713,714,714,716,716,717,717,718,718,719,719,720,720,723,723,727,727,729,729,731,731,733,733,735,735,737,737,739,739,742,742,743,743,745,745,748,748,750,750,751,751,754,754,756,756,758,758,760,760,764,764,766,766,768,768,770,770,772,772,775,775,778,778,779,779,780,780,781,781,784,784,786,786,788,788,789,789,790,790,791,791,793,793,797,797,801,801,803,803,806,806,807,807,810,810,813,813,816,816,817,817,820,820,822,822,824,824,828,828,829,829,832,832,833,833,835,835,837,837,846,846,848,848,849,849,850,850,852,852,853,853,856,856,857,857,860,860,862,862,863,863,865,865,867,867,869,869,871,871,873,873,875,875,878,878,882,882,883,883,887,887,892,892,896,896,897,897,899,899,901,901,904,904,906,906,910,910,913,913,915,915,919,919,924,924,927,927,930,930,931,931,935,935,937,937,940,940,941,941,950,950,952,952,954,954,956,956,962,962,963,963,968,968,970,970,972,972,973,973,977,977,982,982,984,984,985,985,987,987,989,989,991,991,994,994,996,996,997,997,999,999,1002,1002,1006,1006,1009,1009,1011,1011,1016,1016,1018,1018,1019,1019,1021,1021,1022,1022,1024,1024,1026,1026,1028,1028,1030,1030,1032,1032,1034,1034,1038,1038,1039,1039,1042,1042,1044,1044,1046,1046,1047,1047,1050,1050,1052,1052,1055,1055,1058,1058,1059,1059,1061,1061,1067,1067,1069,1069,1072,1072,1074,1074,1077,1077,1080,1080,1082,1082,1086,1086,1088,1088,1092,1092,1093,1093,1096,1096,1099,1099,1102,1102,1103,1103,1105,1105],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,22,-1,24,26,28,-1,30,32,-1,34,36,-1,38,40,42,44,-1,46,48,-1,-1,50,52,54,56,58,60,62,64,66,68,70,72,74,-1,-1,-1,76,-1,78,80,-1,-1,82,-1,-1,84,-1,86,88,90,92,94,96,98,100,102,104,-1,106,108,110,112,114,-1,-1,116,-1,-1,-1,-1,-1,118,120,122,-1,124,126,128,130,-1,-1,132,134,136,138,140,142,144,146,-1,-1,-1,-1,148,-1,150,-1,152,154,-1,156,158,160,162,-1,164,-1,-1,-1,-1,166,168,170,172,174,176,178,180,-1,-1,182,-1,184,186,188,190,192,194,196,198,200,202,204,206,208,-1,210,-1,-1,-1,212,-1,214,216,-1,-1,-1,218,-1,-1,-1,-1,-1,220,-1,222,224,-1,-1,226,228,230,-1,-1,-1,-1,-1,-1,232,-1,234,236,-1,238,240,242,-1,-1,244,-1,-1,-1,246,248,-1,250,252,254,256,-1,258,260,262,264,266,268,270,-1,-1,-1,272,274,-1,-1,276,-1,278,-1,-1,280,-1,282,-1,284,286,288,290,-1,-1,-1,-1,-1,292,294,-1,296,-1,-1,298,-1,300,-1,-1,302,-1,304,306,308,310,312,314,-1,316,318,-1,320,-1,322,-1,-1,324,326,328,330,332,334,336,338,-1,-1,-1,-1,-1,-1,340,-1,-1,342,-1,-1,344,346,-1,348,350,-1,352,-1,354,-1,356,-1,358,360,-1,-1,-1,362,-1,-1,364,366,-1,-1,368,370,372,374,376,-1,378,380,382,-1,384,386,-1,388,-1,390,-1,392,-1,-1,394,396,398,400,-1,402,404,-1,406,408,410,412,-1,414,-1,-1,-1,-1,-1,-1,416,-1,418,-1,420,-1,-1,-1,-1,422,-1,424,-1,-1,-1,426,-1,428,-1,-1,-1,430,-1,-1,432,434,436,438,440,442,444,-1,446,448,450,452,454,456,-1,-1,458,-1,460,-1,462,-1,-1,-1,464,-1,466,-1,-1,-1,468,470,472,-1,474,-1,476,478,-1,480,482,-1,484,-1,486,-1,488,-1,-1,-1,-1,-1,-1,-1,-1,490,-1,-1,492,-1,494,496,-1,498,500,502,504,-1,506,508,-1,510,512,-1,-1,514,-1,516,518,520,522,524,-1,526,528,-1,530,-1,532,-1,534,-1,536,538,-1,-1,540,-1,542,544,546,-1,548,550,-1,-1,-1,552,-1,-1,554,556,-1,-1,558,-1,-1,-1,560,562,-1,-1,-1,-1,-1,-1,564,566,-1,568,570,572,574,-1,576,-1,-1,578,-1,580,-1,582,-1,-1,584,586,-1,588,590,-1,592,-1,594,-1,596,598,-1,-1,600,602,-1,-1,604,-1,606,-1,608,610,-1,612,-1,-1,-1,614,-1,616,618,620,-1,-1,622,-1,624,-1,-1,-1,626,628,-1,-1,630,-1,632,-1,634,-1,636,638,640,642,644,-1,646,648,650,652,654,-1,656,658,-1,660,-1,-1,662,-1,664,666,668,670,-1,672,-1,-1,674,676,-1,-1,-1,678,-1,-1,680,-1,-1,682,-1,-1,-1,684,-1,-1,686,688,-1,690,-1,692,694,-1,696,698,-1,-1,-1,-1,700,-1,-1,-1,-1,-1,702,-1,704,-1,706,-1,708,710,712,714,716,718,720,722,-1,724,726,-1,728,-1,730,-1,732,-1,734,-1,736,738,-1,-1,740,-1,742,744,-1,746,-1,748,-1,-1,-1,750,-1,752,-1,754,-1,756,-1,758,-1,760,-1,-1,762,-1,-1,764,-1,766,768,770,-1,772,-1,-1,-1,-1,-1,-1,-1,-1,774,776,-1,778,-1,780,-1,782,784,786,788,-1,790,792,794,796,798,-1,-1,800,-1,-1,-1,802,-1,804,-1,806,-1,808,-1,810,-1,812,-1,814,-1,-1,816,818,-1,820,-1,-1,822,-1,824,826,-1,-1,828,-1,830,-1,832,-1,834,-1,-1,-1,836,-1,838,-1,840,-1,842,-1,844,-1,-1,846,-1,-1,848,850,852,854,-1,-1,856,-1,858,-1,860,862,864,866,-1,868,-1,-1,-1,870,-1,-1,-1,872,-1,874,-1,-1,876,878,-1,-1,880,-1,-1,882,-1,-1,884,886,-1,-1,888,-1,890,-1,892,-1,-1,-1,894,896,-1,-1,898,900,-1,902,-1,904,-1,-1,-1,-1,-1,-1,-1,-1,906,-1,908,910,912,-1,914,916,-1,-1,918,920,-1,-1,922,-1,924,926,-1,928,-1,930,-1,932,-1,934,-1,936,-1,938,-1,-1,940,-1,-1,-1,942,944,-1,-1,-1,946,-1,-1,-1,-1,948,-1,-1,-1,950,952,-1,954,-1,956,-1,-1,958,-1,960,-1,-1,-1,962,-1,-1,964,-1,966,-1,-1,-1,968,-1,-1,-1,-1,970,-1,-1,972,-1,-1,974,976,-1,-1,-1,978,-1,980,-1,-1,982,984,-1,-1,-1,-1,-1,-1,-1,-1,986,-1,988,-1,990,-1,992,-1,-1,-1,-1,-1,994,996,-1,-1,-1,-1,998,-1,1000,-1,1002,1004,-1,-1,-1,1006,-1,-1,-1,-1,1008,-1,1010,1012,-1,1014,-1,1016,-1,1018,-1,-1,1020,-1,1022,1024,-1,1026,-1,-1,1028,-1,-1,-1,1030,-1,-1,1032,-1,1034,-1,-1,-1,-1,1036,-1,1038,1040,-1,1042,1044,-1,1046,-1,1048,-1,1050,-1,1052,-1,1054,-1,1056,-1,-1,-1,1058,1060,-1,-1,1062,-1,1064,-1,1066,1068,-1,-1,1070,-1,1072,-1,-1,1074,-1,-1,1076,1078,-1,1080,-1,-1,-1,-1,-1,1082,-1,1084,-1,-1,1086,-1,1088,-1,-1,1090,-1,-1,1092,-1,1094,-1,-1,-1,1096,-1,1098,-1,-1,-1,1100,1102,-1,-1,1104,-1,-1,1106,-1,-1,1108,1110,-1,1112,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[1.6456529E2,9.7021484E-1,2.1681361E0,9.8535156E-1,4.1852345E0,-0E0,9.995117E-1,2.42229E2,1.586914E-2,5.025E1,8.7939453E-1,2.76E2,-0E0,2.548828E-1,9.582132E1,3.2910156E-1,-6.302804E-1,2.2296808E0,7.055727E-1,-4.6572652E-1,3.701172E-1,4.234314E-3,-0E0,9.2643135E1,1.3261063E2,8.496094E-2,8.09375E1,-0E0,5.1708984E-1,7.680664E-1,-3.2202053E-1,-0E0,2.33078E-3,3.4776242E0,5.99105E-1,6.9391914E1,3.115E2,7.30894E1,9.84375E-1,6.1983948E1,8.49375E1,9.326172E-1,6.921387E-2,1.2867654E2,1.2526942E2,4.374109E-1,-0E0,-0E0,9.892578E-1,-0E0,1.16375E2,2.9223633E-1,-0E0,-0E0,5.7994533E0,-0E0,-1.2036516E-1,5.190503E0,-0E0,9.8828125E-1,1.604372E2,1.826477E-2,9.873047E-1,5.0775063E1,8.88125E1,1.8664551E-1,1.3232422E-1,1.1299024E0,1.3942289E0,-0E0,1.2475E2,2.0825E2,1.7876629E0,4.059375E1,1.3098145E-1,3.4378237E-1,-0E0,1.3175964E-2,-0E0,7.8232837E-1,-0E0,-1.6902435E-1,-0E0,9.9902344E-1,9.980469E-1,6.1706543E-2,-0E0,8.50537E1,9.975586E-1,1.2298584E-2,9.9853516E-1,7.235957E-1,-0E0,3.984375E1,1.3426222E0,5.392238E1,7.689911E1,5.9906006E-2,1.193125E2,1.8144044E0,9.5410156E-1,-0E0,-1.7778951E-1,7.54913E-1,-0E0,2.1858215E-3,-0E0,9.970703E-1,-0E0,8.9990234E-1,2.0458984E-1,-0E0,9.404297E-1,1.7056254E0,9.902344E-1,9.370117E-1,-7.2074544E-1,3.375E1,-0E0,-6.3349225E-2,-0E0,-0E0,9.9316406E-1,9.946289E-1,4.403709E0,7.963867E-1,9.873047E-1,9.9902344E-1,1.09375E-1,5.1768404E-1,-0E0,-0E0,1.779134E1,-0E0,2.8897684E0,7.192383E-1,9.5703125E-1,4.878125E1,7.055727E-1,4.580078E-1,1.08875E2,1.839576E2,4.746875E1,5.4540688E1,4.2936273E0,1.2779366E0,6.2E1,-0E0,9.9902344E-1,-5.6480306E-1,-0E0,-0E0,6.4746094E-1,-0E0,5.1061854E0,1.09436035E-1,-0E0,2.8542286E-1,-0E0,1.1657715E-2,-0E0,-7.620631E-2,-0E0,-0E0,-6.6036046E-1,2.41E2,-0E0,4.2346306E0,5.3E1,-4.1534862E-1,-0E0,4.76875E1,6.5185547E-1,4.867456E0,-0E0,-1.3222611E-1,-0E0,3.1836757E-1,-0E0,-0E0,3.5858154E-3,-0E0,1.0218406E0,5.3379583E0,-0E0,4.3052983E0,1.1563888E2,3.053125E1,-0E0,-0E0,1.3015747E-2,-0E0,-1.18196145E-1,-0E0,1.0093959E2,1.1053467E-1,-0E0,9.145112E1,8.237745E1,9.863281E-2,1.1210082E2,-0E0,9.84375E-1,9.741211E-1,3.921875E1,1.5674638E0,1.051242E0,9.838867E-1,6.9384766E-1,-6.683165E-1,-0E0,-0E0,8.2373047E-1,6.855011E-3,-0E0,-0E0,9.289551E-2,-0E0,6.958008E-1,-5.522231E-1,-0E0,1.29625E2,-0E0,3.7817383E-1,-0E0,9.453125E-1,8.935547E-1,1.6648955E2,1.2854004E-1,-2.6928625E-1,-0E0,-0E0,-6.2410116E-1,-0E0,3.321875E1,4.7072582E1,-0E0,9.584961E-1,-0E0,-0E0,6.538086E-1,-0E0,7.63125E1,-0E0,3.5230488E-1,6.915283E-2,-0E0,8.227539E-1,1.3510013E2,3.90625E-1,1.7251845E2,1.1238468E0,3.3884797E0,-0E0,5.279541E-2,6.003125E1,-0E0,9.980469E-1,-0E0,5.3436007E0,-0E0,-0E0,1.2990378E2,6.325E1,1.6849717E0,4.099121E-1,9.770508E-1,9.063121E1,7.8848305E1,1.4183609E2,-0E0,1.4177155E0,-0E0,-0E0,-4.147712E-1,-0E0,1.9025E2,-2.545292E-1,-0E0,4.858024E0,-0E0,-0E0,1.8005371E-1,2.4169922E-2,-0E0,2.4304199E-1,2.2827148E-2,-0E0,4.374597E0,-0E0,1.5893555E-1,-0E0,9.9853516E-1,-0E0,9.951172E-1,1.2907522E0,-0E0,1.571668E-1,-0E0,9.975586E-1,-0E0,-0E0,1.7651115E2,1.20625E2,-0E0,-0E0,5.3953815E0,1.2322998E-1,1.6648955E2,9.3809134E-1,9.0771484E-1,-0E0,4.234314E-3,3.3529522E0,3.9208984E-1,-0E0,9.902344E-1,1.5060963E2,-0E0,1.4247733E2,-0E0,8.7375E1,-0E0,8.031195E-1,-0E0,-0E0,2.993164E-1,1.3952644E0,2.4820418E2,9.7704583E-1,-0E0,1.2526942E2,7.171631E-2,-0E0,7.8589935E1,9.9902344E-1,1.1456299E-1,6.542969E-2,-0E0,6E1,-0E0,-3.305007E-1,-0E0,5.690484E-1,-0E0,-0E0,4.065625E1,-0E0,7.34375E-1,-0E0,3.73125E1,-2.7678198E-1,-0E0,-0E0,2.8795186E-1,1.5795898E-1,-0E0,9.5654297E-1,-0E0,-0E0,-3.433755E-1,9.9902344E-1,-0E0,1.532121E0,-0E0,-8.2869306E-2,-0E0,8.408174E-1,-0E0,-0E0,7.3375E1,1.1757402E0,7.4450485E1,4.831543E-1,4.858024E0,1.7871094E-1,1.6516113E-1,-0E0,9.863281E-1,9.238281E-1,4.53125E1,9.9365234E-1,8.496094E-1,4.7501232E1,-0E0,-0E0,8.92334E-2,-0E0,9.07135E-3,-0E0,1.1862046E0,-0E0,4.587027E-1,-0E0,9.916992E-1,-0E0,3.34375E1,-7.568535E-2,-0E0,-0E0,6.7803276E-1,7.667854E1,1.1554662E2,-0E0,4.9604406E0,-0E0,4.7875E1,1.325E2,-0E0,1.7966347E0,1.975448E2,-0E0,1.6589355E-1,-0E0,2.5829608E2,-0E0,2.1331787E-2,1.4883152E-1,-0E0,-0E0,-1.5957372E-1,-0E0,-3.4666407E-1,3.4519696E-1,-0E0,5.8967533E0,-0E0,-0E0,1.8876064E0,-0E0,7.01875E1,7.8848305E1,-0E0,9.902344E-1,7.649653E1,1.1444092E-1,7.4658203E-1,-0E0,6.4697266E-1,7.725E1,-0E0,6.4160156E-1,4.106902E0,6.703468E-1,-0E0,8.4472656E-2,-0E0,1.144375E2,3.1362538E0,1.9210815E-2,5.21875E1,3.771875E1,-0E0,1.17216324E2,6.958008E-1,-0E0,1.0821035E2,-0E0,1.2481689E-2,-0E0,5.652648E1,-0E0,7.639627E1,2.41E2,-0E0,-0E0,9.345703E-1,-0E0,5.5145264E-2,8.618164E-1,1.1675E2,-0E0,4.2867475E0,8.78125E1,-0E0,8.57465E-1,-0E0,3.6625E1,-0E0,-0E0,8.001769E1,3.296875E1,-0E0,-0E0,1.4183786E2,-0E0,6.6680884E-1,-0E0,2.1010788E1,4.8021188E-1,-0E0,-0E0,3.611207E-1,-5.2538085E-1,-0E0,-0E0,3.73125E1,1.532121E0,-0E0,6.12028E1,6.7E1,2.3632812E-1,1.809082E-1,-0E0,9.970703E-1,2.2335325E-1,-0E0,3.1015625E1,-0E0,9.9609375E-1,-0E0,1.8343948E2,-0E0,-0E0,2.6565552E-2,3.028125E1,-0E0,1.5978085E0,9.526367E-1,-0E0,1.079375E2,-0E0,1.1694336E-1,-0E0,8.24375E1,3.1219482E-2,-0E0,-0E0,1.044375E2,2.7866364E-3,-0E0,-0E0,9.8095703E-1,-0E0,5.2653766E0,-0E0,9.9853516E-1,9.824219E-1,-0E0,6.70317E-1,-0E0,-0E0,1.0384761E0,3.532993E0,-0E0,9.404297E-1,8.4521484E-1,1.3421886E0,-0E0,-0E0,2.1425911E2,-0E0,8.48125E1,-0E0,-2.0798159E-1,-0E0,6.544696E1,5.7019033E0,-0E0,-0E0,9.5654297E-1,-0E0,3.128125E1,-0E0,1.2731934E-1,-0E0,3.25E1,2.9464722E-2,9.970703E-1,3.251953E-1,2.694708E0,-0E0,1.25813446E2,1.7651115E2,5.4875E1,8.907673E-1,3.509375E1,-0E0,4.078125E1,5.109437E1,-0E0,1.263125E2,-0E0,-0E0,4.878998E-3,-0E0,1.6693115E-2,2.7133086E0,2.4654455E0,8.4277344E-1,-0E0,9.454346E-2,-0E0,-0E0,1.12E2,3.5828834E0,-0E0,-0E0,-2.4947506E-1,1.2632247E2,-0E0,-0E0,9.975586E-1,-4.1910598E-1,-0E0,9.995117E-1,-0E0,-4.9113205E-1,-0E0,8.730469E-1,-0E0,-0E0,1.7007222E0,8.4033203E-1,-0E0,9.84375E-1,-0E0,6.6748047E-1,9.9316406E-1,-0E0,9.321289E-1,9.1845703E-1,-0E0,-3.889507E-1,-0E0,-0E0,9.5458984E-1,6.11255E-1,-0E0,7.5323E-1,-0E0,-0E0,8.35625E1,-0E0,7.939453E-1,-0E0,4.510386E0,-0E0,4.9616556E0,9.892578E-1,1.5513255E2,2.856803E0,1.3232422E-1,4.015625E1,6.1706543E-2,7.397461E-1,-0E0,7.0214844E-1,9.951172E-1,-0E0,1.5049149E2,-0E0,5.0629873E0,-0E0,8.634905E1,-0E0,9.9902344E-1,-0E0,9.60625E1,4.1508546E0,-0E0,-0E0,5.3953815E0,-0E0,1.2481689E-2,2.7001953E-1,-0E0,9.902344E-1,-0E0,1.3072801E0,-0E0,-0E0,-1.9978358E-1,1.8595546E2,-0E0,1.3530252E2,-0E0,1.4459164E0,-0E0,1.3947751E2,-0E0,2.7866364E-3,-0E0,7.507324E-2,-0E0,-0E0,5.1600704E0,2.563746E-1,-0E0,3.296875E1,-0E0,1.7318316E0,5.40625E1,3.340625E1,-0E0,8.96875E1,-0E0,5.9011436E-1,-0E0,3.3978423E-1,-0E0,-5.5207896E-1,-0E0,-0E0,6.719971E-2,1.4052943E2,-0E0,4.29375E1,-0E0,3.221875E1,-0E0,4.3175364E0,1.09436035E-1,3.753125E1,1.6320801E-1,-0E0,9.9658203E-1,9.267578E-1,6.7375E1,9.824219E-1,4.3452554E0,-0E0,3.1775445E-1,5.1375E1,-0E0,-9.941001E-2,-0E0,4.1374974E0,-0E0,1.18E2,-0E0,8.915528E1,-0E0,9.9902344E-1,-0E0,5.966797E-1,-0E0,2.513793E1,-0E0,1.5874426E2,-0E0,-0E0,1.8764581E2,9.941406E-1,-0E0,1.7551279E0,-0E0,-0E0,9.223938E-3,-0E0,8.460999E-3,6.92749E-2,-0E0,-0E0,8.634905E1,-0E0,4.9604406E0,-0E0,3.053125E1,-0E0,1.3838902E2,5.569561E-1,-0E0,-0E0,9.399414E-1,-0E0,9.794922E-1,-0E0,9.468079E-3,-0E0,4.0135055E0,-0E0,7.879639E-2,-0E0,8.111328E-1,4.6777344E-1,-0E0,-0E0,7.339802E1,6.591797E-1,1.2298584E-2,2.6367188E-1,-0E0,-0E0,4.63125E1,-0E0,9.614258E-1,-0E0,1.5132338E2,6.6748047E-1,3.2135594E0,9.770508E-1,-0E0,7.441406E-1,-0E0,3.9129306E-2,-0E0,9.404297E-1,-0E0,-0E0,2.1774879E-1,8.4277344E-1,-0E0,8.730469E-1,-0E0,-0E0,4.374597E0,3.640625E1,-0E0,-0E0,1.8290038E2,-0E0,-4.2665276E-1,3.83125E1,-0E0,-0E0,9.975586E-1,6.542969E-2,-0E0,-0E0,3.0630705E0,-0E0,5.292969E-1,-0E0,8.4063805E1,-0E0,8.249801E-1,-0E0,9.8535156E-1,3.1054688E-1,-0E0,-0E0,9.824219E-1,5.2653766E0,-0E0,5.1600704E0,-0E0,7.558594E-1,-0E0,-0E0,4.4466034E-1,-3.2352954E-1,-0E0,-0E0,4.7386235E-1,-0E0,4.1259766E-1,-0E0,3.7510343E0,3.0421875E1,7.639627E1,-0E0,8.652344E-1,9.692383E-1,-0E0,-0E0,9.947432E1,7.21875E1,-0E0,-0E0,3.303125E1,-0E0,1.0315928E0,1.17271774E2,-0E0,1.2776484E2,-0E0,3.5095215E-2,-0E0,1.1880319E2,-0E0,9.716797E-1,-0E0,9.584961E-1,-0E0,8.8916016E-1,-0E0,-0E0,1.0262858E0,4.5806238E-1,-0E0,-0E0,5.64375E1,9.941406E-1,-0E0,-0E0,2.3572758E-1,4.559375E1,-0E0,-0E0,4.470213E-1,-0E0,3.1626253E0,3.777084E-1,-0E0,-0E0,2.7866364E-3,1.1425781E-1,-0E0,4.3625E1,-0E0,4.352622E1,-0E0,-0E0,9.970703E-1,-0E0,7.480802E-1,-3.0781618E-1,-0E0,-0E0,8.460999E-3,-0E0,2.2112572E-1,9.379883E-1,-0E0,7.939453E-1,-0E0,-3.7445587E-1,-0E0,6.149292E-3,-0E0,-0E0,3.143982E-1,-0E0,6.365967E-2,-1.3014512E-1,-0E0,3.153125E1,-0E0,-0E0,1.4810313E2,1.4459164E0,-0E0,-5.007939E-1,-0E0,1.4914743E2,-0E0,3.2952393E1,-0E0,-0E0,6.4575195E-2,3.525E1,-0E0,-4.8527363E-1,-0E0,-0E0,-3.658588E-1,5.262038E-1,-0E0,-0E0,9.375E-1,-0E0,9.794922E-1,-0E0,2.7525E2,-0E0,8.15E1,-1.9419196E-1,-0E0,-0E0,-4.3501544E-1,-0E0,3.25E1,3.62854E-2,-0E0,-0E0,1.8920624E-1,-0E0,1.370248E2,-0E0,5.2019324E0,-0E0,8.267427E-1,9.454346E-2,-0E0,-0E0,-5.34603E-1,4.084375E1,-0E0,-0E0,3.2234907E-1,-0E0,1.5894338E0,-0E0,8.0322266E-1,5.48296E0,-0E0,1.5452979E2,-0E0,1.1425781E-1,-0E0,1.492202E2,-0E0,-0E0,9.975586E-1,-0E0,9.116211E-1,3.753125E1,-0E0,5.859375E-2,-0E0,-0E0,7.9102844E-1,-0E0,3.7460265E-1,-0E0,8.163452E-3,-0E0,-5.96227E-1,1.8442609E2,-0E0,1.6693115E-2,-0E0,5.224786E-1,-0E0,-0E0,4.8021188E-1,-0E0,5.99105E-1,9.7802734E-1,-0E0,4.1259766E-1,5.0581165E1,-0E0,1.4541626E-2,-0E0,4.9718E0,-0E0,1.53196E1,-0E0,7.522975E1,-0E0,9.584961E-1,-0E0,1.38375E2,-0E0,-6.619619E-1,-0E0,1.0719299E-2,6.359375E1,-0E0,-0E0,8.0625E1,-0E0,9.8583984E-1,-0E0,9.9902344E-1,9.0966797E-1,-0E0,-0E0,9.975586E-1,-0E0,3.0171875E1,-6.182969E-1,-0E0,3.128125E1,-0E0,-0E0,4.7769585E0,3.679532E0,-0E0,3.203125E1,-0E0,1.0541463E-1,-0E0,-4.233564E-1,-0E0,3.557129E-1,-0E0,8.544922E-1,-0E0,-0E0,6.37207E-2,-0E0,1.0560753E0,-6.3413537E-1,-0E0,8.959961E-1,-0E0,-0E0,9.971619E-3,-0E0,8.765955E1,-0E0,-4.5597774E-1,-0E0,1.0767572E0,-0E0,7.21875E1,-3.2282692E-1,-0E0,-0E0,4.565157E0,7.011088E-1,-0E0,-0E0,9.063121E1,6.638977E-1,-0E0,5.26875E1,-0E0,-0E0,1.1580858E1,1.07421875E-2,-0E0,1.4560646E2,-0E0,-0E0,5.684901E-1,-0E0,5.389975E-1,5.7433677E-1,-0E0],"split_indices":[4,13,0,12,1,0,15,6,19,9,15,11,0,14,7,13,0,0,3,0,18,19,0,5,6,13,11,0,13,16,0,0,16,3,0,5,9,5,19,5,9,19,12,5,4,0,0,0,13,0,8,19,0,0,2,0,0,3,0,19,6,17,19,5,11,15,18,2,1,0,11,10,0,8,13,0,0,19,0,0,0,0,0,15,14,19,0,5,15,17,15,0,0,11,2,7,5,15,10,1,14,0,0,0,0,17,0,15,0,14,12,0,18,2,19,14,0,9,0,0,0,0,18,15,1,18,16,15,14,0,0,0,7,0,0,16,13,9,3,16,11,6,8,4,2,3,11,0,17,0,0,0,12,0,1,13,0,0,0,18,0,0,0,0,0,10,0,0,10,0,0,8,19,0,0,0,0,0,0,0,18,0,3,2,0,1,6,10,0,0,17,0,0,0,4,19,0,5,5,13,5,0,16,17,10,0,2,14,12,0,0,0,19,16,0,0,12,0,17,0,0,10,0,16,0,17,15,6,14,0,0,0,0,0,10,4,0,18,0,0,13,0,8,0,0,18,0,16,6,15,6,1,0,0,17,8,0,15,0,3,0,0,4,11,1,12,17,5,4,4,0,0,0,0,0,0,9,0,0,2,0,0,14,19,0,17,18,0,0,0,17,0,15,0,14,3,0,0,0,18,0,0,6,10,0,0,2,17,6,2,13,0,18,1,19,0,19,6,0,6,0,9,0,0,0,0,18,2,7,1,0,4,16,0,7,14,13,13,0,10,0,0,0,0,0,0,10,0,13,0,11,0,0,0,0,12,0,16,0,0,0,15,0,3,0,0,0,1,0,0,10,1,5,18,1,12,16,0,16,15,11,15,15,5,0,0,12,0,16,0,0,0,0,0,16,0,11,0,0,0,2,7,7,0,2,0,8,9,0,2,6,0,15,0,6,0,17,0,0,0,0,0,0,0,0,3,0,0,2,0,8,4,0,14,5,19,15,0,18,9,0,13,1,0,0,12,0,11,2,18,10,10,0,7,19,0,5,0,18,0,7,0,4,11,0,0,14,0,19,14,9,0,0,9,0,0,0,10,0,0,7,10,0,0,5,0,0,0,7,3,0,0,0,0,0,0,10,3,0,5,11,17,12,0,15,0,0,8,0,14,0,6,0,0,17,8,0,0,16,0,10,0,12,0,11,17,0,0,11,18,0,0,14,0,2,0,15,19,0,3,0,0,0,0,0,19,14,0,0,0,6,0,10,0,0,0,5,0,0,0,19,0,11,0,12,0,10,19,14,19,2,0,4,6,10,2,8,0,9,4,0,11,0,0,19,0,16,2,2,17,0,16,0,0,10,2,0,0,0,5,0,0,14,0,0,17,0,0,0,12,0,0,0,19,0,16,0,14,15,0,14,18,0,0,0,0,16,0,0,0,0,0,11,0,14,0,3,0,3,16,6,2,16,8,19,14,0,18,14,0,7,0,3,0,5,0,15,0,11,2,0,0,2,0,18,13,0,16,0,0,0,0,0,6,0,4,0,1,0,6,0,18,0,13,0,0,0,0,0,11,0,2,11,8,0,9,0,0,0,0,0,0,0,0,13,4,0,10,0,8,0,3,13,11,17,0,15,19,10,17,0,0,0,10,0,0,0,3,0,11,0,4,0,14,0,14,0,7,0,4,0,0,6,14,0,3,0,0,18,0,18,16,0,0,5,0,2,0,10,0,4,0,0,0,12,0,16,0,17,0,2,0,12,0,0,15,0,0,4,19,17,13,0,0,10,0,18,0,6,15,0,18,0,13,0,0,0,18,0,0,0,16,0,12,0,0,0,11,0,0,6,0,0,10,0,0,16,13,0,0,0,0,14,0,5,0,0,0,19,15,0,0,19,2,0,0,0,15,0,0,0,0,0,0,0,0,14,0,0,8,4,0,13,19,0,0,7,9,0,0,8,0,0,4,0,4,0,17,0,7,0,17,0,18,0,18,0,0,2,0,0,0,8,19,0,0,0,10,0,0,0,0,0,0,0,0,19,15,0,10,0,5,0,0,15,0,1,0,0,0,18,0,0,12,0,15,0,0,0,19,0,0,0,0,17,0,0,10,0,0,4,1,0,0,0,7,0,7,0,0,12,9,0,0,0,0,0,0,0,0,13,0,16,0,9,0,10,0,0,0,0,0,10,16,0,0,0,0,4,0,2,0,0,16,0,0,0,10,0,0,0,0,1,0,13,3,0,4,0,12,0,6,0,0,15,0,19,10,0,13,0,0,2,0,0,0,17,0,0,6,0,16,0,0,0,0,3,0,0,18,0,14,7,0,17,0,0,0,7,0,5,0,18,0,11,0,0,0,16,9,0,0,9,0,14,0,14,13,0,0,14,0,8,0,0,8,0,0,2,3,0,11,0,0,0,0,0,14,0,15,0,0,13,0,1,0,0,18,0,0,18,0,5,0,0,0,2,0,9,0,0,0,1,2,0,0,5,0,0,8,0,0,7,17,0,4,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[6.632833E2,6.1276013E2,5.0523163E1,5.7352795E2,3.9232166E1,3.4105933E0,4.711257E1,5.534787E2,2.0049252E1,3.2471222E1,6.760946E0,4.6912212E1,2.0035954E-1,5.1199747E2,4.1481266E1,1.9798926E0,1.8069359E1,4.857981E0,2.761324E1,3.1713252E0,3.5896206E0,4.6158234E1,7.5397813E-1,6.0411995E1,4.5158545E2,1.8673025E1,2.280824E1,1.1747582E0,8.051344E-1,2.8311496E0,2.0268319E0,1.4134735E0,2.6199766E1,1.6240286E0,1.9655919E0,2.3093061E0,4.3848927E1,4.1478176E1,1.8933819E1,3.2232487E1,4.1935297E2,2.1614597E0,1.6511564E1,1.369207E1,9.116172E0,5.075385E-1,2.9759592E-1,1.3236085E0,1.5075411E0,3.949141E-1,2.5804852E1,1.3383017E0,2.85727E-1,3.7895095E-1,1.5866411E0,1.0605752E0,1.2487309E0,4.2721E1,1.1279273E0,1.3138077E1,2.8340101E1,1.7472012E1,1.4618071E0,1.0610153E1,2.1622332E1,2.9675696E2,1.2259603E2,1.6943845E0,4.6707523E-1,1.5112357E0,1.5000329E1,6.2364717E0,7.4555984E0,6.107279E0,3.008893E0,1.2412053E0,2.6633567E-1,2.4967623E1,8.372289E-1,1.1156132E0,2.2268839E-1,1.3790325E0,2.0760848E-1,4.1082153E1,1.6388454E0,1.2024057E1,1.1140196E0,8.255281E0,2.008482E1,2.824208E0,1.4647803E1,2.664198E-1,1.1953872E0,5.316721E0,5.2934318E0,1.6982233E1,4.6400986E0,1.7300285E1,2.7945667E2,4.3314117E1,7.928191E1,2.7244744E-1,1.421937E0,2.5226563E-1,2.1480961E-1,1.4566971E1,4.3335804E-1,5.6637254E0,5.72746E-1,2.3956664E0,5.059932E0,1.0039067E0,5.103372E0,8.0351555E-1,2.2053776E0,1.89848E0,2.3069143E1,3.954748E1,1.5346711E0,1.1228219E0,5.1602364E-1,3.9356346E0,8.088423E0,5.4245415E0,2.8307395E0,1.7827215E1,2.2576041E0,1.4861503E0,1.3380579E0,1.2917878E1,1.7299252E0,1.348438E0,3.9682832E0,1.0222237E0,4.2712083E0,4.735303E0,1.2246931E1,3.0141163E0,1.6259823E0,3.8707485E0,1.3429536E1,2.565798E2,2.2876842E1,3.2357258E1,1.09568615E1,5.409719E1,2.5184725E1,5.254753E-1,1.4041495E1,4.707272E0,9.5645326E-1,9.049071E-1,1.4907593E0,2.1232035E0,2.9367285E0,4.805784E0,2.975878E-1,4.9239126E-1,3.1112427E-1,1.9355228E0,2.6985475E-1,1.152687E0,7.4579304E-1,5.5075157E-1,3.899673E1,7.0589943E0,1.0294279E0,3.625185E0,1.7993566E0,2.5494046E0,2.8133476E-1,1.1971027E1,5.856189E0,1.9592392E0,2.9836485E-1,1.2851356E0,2.0101468E-1,1.0491163E0,2.8894162E-1,2.3929793E-1,1.267858E1,2.0286901E-1,3.765414E0,3.4550407E0,8.1616735E-1,2.888048E0,1.8472549E0,1.1999078E1,2.4785344E-1,1.2215761E0,1.7925402E0,3.6139423E-1,1.264588E0,9.478957E-1,2.9228528E0,1.2241006E1,1.1885301E0,1.9086363E2,6.571619E1,1.8190945E1,4.685899E0,2.0862896E0,3.0270967E1,8.469202E0,2.4876595E0,1.6671864E1,3.7425327E1,1.361771E1,1.1567014E1,1.3696319E1,3.4517735E-1,7.5608784E-1,7.346714E-1,2.7703478E0,1.6638061E-1,6.411575E-1,4.1646266E0,3.8658154E-1,1.5489413E0,6.5754795E0,4.8351505E-1,2.8601592E0,7.6502585E-1,1.5250254E0,2.7433127E-1,7.5965686E0,4.3744583E0,3.0937529E0,2.762436E0,1.6886452E0,2.7059406E-1,2.5149375E-1,1.2427087E1,4.7083938E-1,3.2945747E0,3.171174E0,2.8386664E-1,2.4804034E0,4.0764454E-1,2.2763823E-1,1.6196166E0,4.544709E-1,1.1544606E1,1.9460827E-1,1.597932E0,2.5382943E0,3.8455835E-1,2.8431609E0,9.397845E0,1.5745238E2,3.3411247E1,1.730402E1,4.8412163E1,3.0541317E0,1.5136812E1,3.791212E0,8.94687E-1,2.7472185E1,2.7987819E0,7.1073866E0,1.3618156E0,3.2385808E-1,2.1638014E0,1.1840306E1,4.831557E0,2.8964016E0,3.4528927E1,3.058865E0,1.05588455E1,9.119923E0,2.4470913E0,5.520344E-1,1.8263707E-1,1.6319098E-1,2.6071568E0,1.6696551E-1,3.997661E0,1.249829E0,2.9911217E-1,2.461019E0,3.991402E-1,1.8239094E-1,1.3426344E0,7.0302687E0,5.6630003E-1,2.2014453E0,2.173013E0,1.083217E0,2.010536E0,9.230505E-1,1.8393854E0,4.4203353E-1,2.8525412E0,2.3357631E-1,2.9375978E0,2.1442916E0,3.3611172E-1,1.3739703E0,2.4564636E-1,1.1297114E1,2.4749261E-1,2.824747E-1,2.2558198E0,1.5061122E0,1.3370486E0,4.1448763E-1,8.983357E0,8.144755E0,1.4930763E2,2.0777044E1,1.2634204E1,2.5569835E0,1.4747037E1,3.410227E1,1.4309893E1,1.9069556E0,1.32298565E1,3.300098E0,4.9111396E-1,2.4971336E1,2.5008483E0,6.4349394E0,6.7244726E-1,1.9952834E0,1.6851807E-1,2.6558013E0,9.1845045E0,3.3302505E0,1.5013062E0,2.2865431E0,6.098586E-1,2.8653385E1,5.87554E0,1.6994344E0,1.3594306E0,3.5272248E0,7.0316205E0,8.106799E0,1.013124E0,3.755532E0,2.4212907E-1,1.9985219E0,4.6249706E-1,1.157915E0,1.8471937E-1,5.9152615E-1,6.4387426E0,5.5546147E-1,1.6459839E0,5.33913E-1,1.6391E0,1.7253351E0,2.8520077E-1,1.7354086E-1,1.6658446E0,2.4624104E0,3.9013064E-1,2.6533053E0,2.8429243E-1,3.583084E-1,1.7859833E0,1.1133489E1,1.6362543E-1,1.9579982E0,2.9782152E-1,1.1438838E0,3.622284E-1,8.767695E0,2.1566221E-1,1.030796E0,7.113959E0,9.842634E1,5.0881294E1,2.725229E0,1.8051815E1,1.1400176E1,1.2340283E0,9.8255044E-1,1.3764486E1,2.3330904E1,1.0771365E1,7.4592648E0,6.8506284E0,1.2526129E1,7.0372814E-1,1.6602206E-1,3.1340759E0,4.7898096E-1,2.4492355E1,1.1572912E0,5.277648E0,1.6761431E-1,1.827669E0,7.3935455E-1,8.44515E0,7.60473E-1,2.5697775E0,1.289828E0,2.114783E-1,5.109366E-1,1.7756064E0,2.1858072E1,6.7953134E0,6.019028E-1,5.273637E0,1.9953059E-1,1.1599E0,2.9092665E0,6.179584E-1,3.0436842E0,3.9879365E0,6.9914496E-1,7.407654E0,2.1964724E-1,3.5358849E0,4.174885E-1,6.021254E0,1.3802949E0,2.6568905E-1,1.6770388E-1,1.4713961E0,3.9654186E-1,2.0658686E0,2.4860463E0,1.6725905E-1,1.0729836E1,4.0365252E-1,2.3893301E-1,1.7190652E0,4.5628318E-1,8.311413E0,5.5190535E0,1.5949056E0,1.1026144E1,8.740019E1,1.2263862E1,3.861743E1,1.4013191E0,1.32391E0,1.637121E1,1.6806046E0,5.856244E0,5.543932E0,8.208047E-1,4.1322362E-1,1.2864756E1,8.997313E-1,1.0319207E1,1.3011698E1,2.549146E0,8.222219E0,5.180685E0,2.2785797E0,2.0585225E0,4.7921057E0,2.4594548E-1,1.2280183E1,3.5160977E-1,2.7824662E0,8.3017343E-1,2.3662182E1,8.5801834E-1,4.4196296E0,8.186983E0,2.5816703E-1,2.1275556E-1,2.357022E0,2.6719886E-1,1.5084076E0,2.058851E0,1.9799221E1,1.8729757E0,4.9223375E0,4.633815E0,6.398218E-1,9.812331E-1,1.7866687E-1,2.6409574E0,2.6830912E-1,8.990136E-1,2.1446705E0,3.2791045E0,7.088321E-1,3.7521115E-1,7.032443E0,2.340501E-1,3.3018348E0,2.25312E-1,5.7959423E0,1.0527553E1,2.0228331E-1,1.9974233E-1,1.5193229E0,8.117524E0,1.9388792E-1,8.27259E-1,4.6917944E0,8.291337E0,2.7348065E0,4.1461864E1,4.5938328E1,3.280963E0,8.982899E0,4.3628225E0,3.425461E1,9.1577095E-1,4.0813905E-1,1.4289789E1,2.0814204E0,4.90138E0,9.54864E-1,4.1242013E0,1.4197305E0,1.3121631E0,1.1552592E1,9.760685E0,5.585227E-1,7.587596E0,5.4241014E0,4.7941437E-1,2.0697315E0,1.4219706E0,6.8002486E0,2.2205935E-1,4.9586253E0,1.6851882E0,3.7333432E-1,1.6646324E0,3.1274734E0,1.2113971E1,1.6621205E-1,1.7454897E-1,2.6079173E0,1.7948873E-1,2.3482693E1,8.479602E-1,3.5716696E0,7.4767346E0,7.102485E-1,2.1931202E0,1.639017E-1,2.7410865E-1,1.2342988E0,1.6264209E0,4.3243018E-1,1.1042632E1,8.756589E0,4.2053685E0,7.1696895E-1,1.8455254E-1,4.4492626E0,2.3016778E-1,2.4107895E0,2.2039184E-1,1.9242787E0,6.12475E-1,2.6666296E0,6.825321E0,2.0712164E-1,1.885307E-1,5.6074114E0,2.791808E-1,1.0248372E1,2.2159337E-1,4.470201E0,1.4208125E0,6.870525E0,6.388281E0,3.507358E1,2.6587616E1,1.9350714E1,9.7803634E-1,2.3029268E0,3.4749618E0,5.5079374E0,2.7787645E1,6.4669633E0,5.518657E-1,1.3737924E1,4.475094E0,4.2628616E-1,3.530926E0,5.932755E-1,7.222154E-1,1.0830377E1,1.9513448E-1,9.56555E0,3.1122186E0,4.4753776E0,4.2907834E0,1.1333177E0,1.8704574E0,1.9927412E-1,5.869222E-1,6.2133265E0,4.4516864E0,5.06939E-1,1.7879331E-1,1.5063949E0,2.9333162E0,1.9415702E-1,7.5692385E-1,1.1357047E1,2.4121478E0,1.9576944E-1,2.2898754E1,5.839389E-1,3.2816262E0,2.9004344E-1,6.8202815E0,6.5645313E-1,2.1735737E-1,1.9757628E0,1.3737947E0,2.5262615E-1,9.919897E0,1.1227354E0,6.2995844E0,2.4570048E0,5.551512E-1,3.6502173E0,4.200508E0,2.4875411E-1,2.1463795E0,2.6441008E-1,2.1987027E-1,2.4467592E0,6.5717535E0,2.5356752E-1,5.1919355E0,4.154759E-1,2.5818688E-1,9.990185E0,2.512985E-1,4.2189026E0,2.4692608E-1,6.6235986E0,1.0357239E0,5.3525567E0,2.9611507E1,5.4620767E0,1.259143E1,1.3996185E1,1.1508269E1,7.8424444E0,1.7476311E0,5.552956E-1,2.0858774E0,1.3890842E0,1.0981088E0,4.4098287E0,1.2117631E0,2.6575882E1,1.4073951E0,5.059568E0,8.0562687E-1,1.2932297E1,3.0867028E-1,4.1664233E0,3.348492E0,1.8243416E-1,3.8444957E-1,1.0445927E1,4.085678E-1,9.156982E0,2.2786484E0,8.335703E-1,3.3113494E0,1.1640283E0,2.958573E0,1.3322104E0,3.3010265E-1,1.5403547E0,5.8039875E0,4.0933865E-1,4.0845094E0,3.6717728E-1,2.7648544E0,1.6846184E-1,1.08691225E1,4.879241E-1,2.268597E1,2.1278365E-1,5.9548645E0,8.6541724E-1,1.7231514E-1,1.8034477E0,1.1377368E0,2.3605785E-1,8.787831E0,1.1320659E0,3.0641468E0,3.2354379E0,2.291193E0,1.6581179E-1,3.368273E0,2.8194427E-1,3.5278926E0,6.7261565E-1,2.2215548E0,2.2520456E-1,9.59348E0,3.9670512E-1,2.9554015E-1,3.9233625E0,6.0660415E0,5.575574E-1,5.050456E0,3.0210096E-1,2.772053E1,1.8909782E0,2.3247108E0,3.1373656E0,7.4084654E0,5.1829643E0,1.5467811E0,1.2449405E1,6.9170976E0,4.5911717E0,1.7918525E0,6.050592E0,2.4123974E-1,1.5063914E0,1.4291562E0,6.5672135E-1,1.1814363E0,2.0764792E-1,4.2293415E0,1.8048681E-1,2.5550575E1,1.025307E0,3.9129434E0,1.1466246E0,1.2410692E1,5.2160496E-1,3.7916498E0,3.7477356E-1,2.9957645E0,3.527273E-1,1.0216065E1,2.2986138E-1,1.3230731E0,7.8339095E0,1.9739984E0,3.046499E-1,3.1307883E0,1.8056104E-1,1.9766088E-1,2.7609122E0,2.0257081E-1,5.601417E0,3.8570623E0,2.2744682E-1,2.0232059E-1,2.5625339E0,1.625748E-1,1.0706548E1,4.8587087E-1,2.22001E1,4.1086018E-1,5.5440044E0,1.5067188E0,2.96729E-1,4.1769838E-1,8.370132E0,8.366897E-1,2.227457E0,1.1335607E0,2.1018772E0,2.5171405E-1,2.0394788E0,3.9236012E-1,2.9759128E0,2.6434067E-1,3.6590219E0,5.7101E0,3.5594118E-1,9.1296047E-1,4.1374955E0,7.107987E0,2.0612541E1,2.0162675E0,3.0844343E-1,6.9205415E-1,2.4453115E0,7.9961777E-1,6.6088476E0,1.2010884E0,3.9818761E0,1.0273201E1,2.1762035E0,6.1518674E0,7.6523E-1,3.0672448E0,1.5239271E0,1.294111E0,4.9774146E-1,5.711349E0,3.392428E-1,1.7650335E-1,1.2526528E0,3.9328692E0,2.9647243E-1,2.4555088E1,9.9548656E-1,8.2116497E-1,3.0917785E0,1.1790843E1,6.19849E-1,3.1021944E-1,3.4814305E0,1.6734797E-1,2.8284166E0,9.915822E0,3.002441E-1,9.018175E-1,6.9320917E0,1.638889E0,3.351095E-1,2.4812454E-1,2.8826637E0,1.7508927E-1,2.585823E0,1.9377358E-1,5.4076433E0,2.1683657E-1,3.640226E0,2.480688E-1,2.314465E0,1.0304171E1,4.0237775E-1,1.7811783E-1,2.2021982E1,4.986156E0,5.578482E-1,8.097829E0,2.7230436E-1,1.830168E0,3.9728895E-1,1.6750947E-1,1.9343678E0,1.8530179E0,1.8646094E-1,1.9670309E-1,2.7792099E0,2.57243E-1,5.452857E0,1.1415577E0,2.9959376E0,4.9728527E0,2.1351337E0,7.369652E-1,1.9875576E1,1.791973E0,2.2429442E-1,1.8679447E-1,2.258517E0,5.765631E0,8.432165E-1,1.7525691E0,2.229307E0,1.1958655E0,9.077335E0,1.5629083E0,6.1329514E-1,5.7667375E0,3.8513005E-1,2.8636305E0,2.0361412E-1,5.379817E0,3.31532E-1,2.925975E0,1.0068942E0,2.3479122E1,1.0759654E0,2.8939433E0,1.9783516E-1,1.4395949E0,1.0351249E1,3.0607579E0,4.206726E-1,5.027668E-1,9.413054E0,6.7024293E0,2.2966275E-1,1.831849E-1,1.455704E0,2.7061286E0,1.765352E-1,2.4405332E-1,2.3417697E0,1.7270744E-1,5.2349358E0,2.0298064E0,2.8465873E-1,3.0236128E-1,1.0001809E1,2.0586164E1,1.4358186E0,4.759044E0,2.2711211E-1,7.7373343E0,3.6049443E-1,2.1232788E-1,1.6178402E0,1.7001694E-1,5.2828403E0,2.534981E0,4.6095657E-1,7.9013145E-1,4.1827216E0,1.9081448E-1,1.9443194E0,1.8747559E1,1.1280178E0,1.6156257E0,1.7634726E-1,2.0070043E0,2.515127E-1,4.7748103E0,9.908208E-1,2.9959112E-1,1.9297159E0,7.157783E-1,8.361557E0,1.3955016E0,1.6740675E-1,4.392524E0,1.3742137E0,2.3156402E-1,2.6320665E0,5.2049212E0,1.7489587E-1,2.7578883E0,1.680867E-1,2.1609177E1,1.8699468E0,2.6299708E0,2.639725E-1,1.8757123E-1,1.0163677E1,9.233378E0,1.7967616E-1,6.4663887E0,2.3604032E-1,2.00569E-1,2.5055594E0,4.955137E0,2.7979913E-1,4.0480775E-1,9.597001E0,3.947255E-1,2.0191439E1,1.6327305E-1,4.595771E0,1.67937E-1,7.569397E0,1.4531865E0,1.6465355E-1,8.410329E-1,4.4418073E0,2.8693953E-1,3.8957818E0,1.8211372E1,5.361868E-1,2.7414748E-1,1.3414783E0,2.8564388E-1,4.4891663E0,8.9615715E-1,7.4654E0,1.910654E-1,4.2014585E0,2.407159E0,2.249074E-1,2.2225918E-1,4.9826617E0,2.03865E1,1.2226775E0,2.3682404E-1,2.3931468E0,6.9837266E-1,9.465304E0,1.9563112E-1,9.037747E0,9.391506E0,2.0549524E-1,1.9724464E1,4.6697286E-1,4.362536E0,2.3323476E-1,7.3138175E0,2.5557935E-1,2.1551059E-1,3.6802711E0,1.0739836E0,1.7137388E1,4.3027644E0,1.8640177E-1,7.1907687E0,2.7463144E-1,1.839969E-1,4.0174613E0,1.6505732E-1,2.242102E0,1.4310704E0,1.895543E1,2.4695386E-1,9.21835E0,8.441037E0,5.967102E-1,9.155067E0,2.3643883E-1,1.9390652E1,3.3381328E-1,3.9103806E-1,3.971498E0,3.954037E-1,6.918414E0,3.482203E0,1.9806837E-1,1.45796175E1,2.557771E0,3.124363E-1,3.9903283E0,6.506908E-1,6.5400777E0,3.266473E-1,3.690814E0,4.7561648E-1,1.8479813E1,2.966987E-1,8.144339E0,3.1410715E-1,8.8409605E0,1.6706987E-1,3.804428E0,3.046471E-1,6.6137667E0,3.2954378E0,1.8676509E-1,3.5430402E-1,1.4225314E1,9.436972E-1,1.6140739E0,2.8294292E-1,3.7073853E0,6.051489E0,4.8858896E-1,1.9777271E-1,3.4930413E0,6.419211E-1,1.783789E1,7.5228124E0,6.2152636E-1,8.408209E0,4.32751E-1,1.889702E-1,6.4247966E0,2.963114E0,3.3232382E-1,1.3931335E1,2.9397848E-1,1.1327571E0,4.813168E-1,3.5153382E0,1.9204715E-1,5.775333E0,2.761557E-1,3.3284452E0,1.645961E-1,3.3205953E-1,1.750583E1,7.86468E-1,7.6217413E0,6.248601E0,1.7619595E-1,2.6459992E0,3.171149E-1,6.548336E-1,1.3276502E1,2.1395743E-1,5.5613756E0,3.753775E-1,2.9530678E0,1.186145E0,1.6319687E1,2.2042987E-1,7.4013114E0,2.445046E0,2.0095322E-1,7.2421634E-1,1.2552285E1,5.129819E0,4.3155685E-1,4.589596E-1,1.5860726E1,7.2324066E0,1.6890475E-1,1.0291787E1,2.2604988E0,1.9810168E-1,4.931717E0,1.5306037E1,5.5468935E-1,9.7708845E0,5.209022E-1,1.8035543E-1,4.751362E0,5.205654E-1,1.4785472E1,8.5338955E0,1.236989E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1113","size_leaf_vector":"0"}},{"base_weights":[-8.0956966E-2,-4.1509015E-3,-3.0603558E-1,2.8089572E-2,-2.76409E-1,-1.942344E-1,-7.059267E-1,6.425076E-2,-9.97422E-2,-1.2597302E-1,-6.83969E-1,-1.23989366E-1,-5.6266767E-1,-0E0,-8.091872E-1,-4.6714084E-4,1.1377787E-1,-3.201904E-1,4.1405973E-3,-2.847344E-1,1.9437927E-1,-7.404535E-1,-0E0,-1.4855912E-1,7.6015264E-1,-7.348694E-1,-0E0,-8.98489E-2,3.294827E-1,-0E0,-8.483341E-1,1.6092688E-2,-2.6839432E-1,1.446312E-1,-1.5509385E-2,8.382432E-2,-4.158294E-1,-3.5695365E-1,7.6531604E-2,-4.185586E-1,-0E0,8.659389E-1,-1.9461835E-3,-0E0,-7.9768014E-1,-2.742586E-1,-2.2937031E-3,1.5906519E0,-0E0,-0E0,-6.1472684E-1,-5.3290214E-2,-0E0,-0E0,-3.067577E-1,6.5892226E-1,-0E0,-0E0,-9.0741926E-1,1.5187775E-1,-4.445995E-2,-0E0,-3.9464155E-1,5.3634886E-2,2.0857957E-1,-1.8342179E-1,2.9547712E-2,5.048887E-1,-0E0,-4.5370373E-1,-0E0,-0E0,-5.299892E-1,-2.1180443E-1,1.5489197E-1,-0E0,-4.601447E-1,-2.3385945E-1,6.236751E-2,1.3515569E0,-0E0,-3.4936938E-1,9.773201E-2,-0E0,-6.540706E-1,-1.3957998E-1,-4.780931E-1,-4.1953975E-1,5.8058072E-2,-1.6369312E-1,-0E0,-0E0,6.013535E-1,-1.04253024E-1,8.8888295E-2,-0E0,-7.1318316E-1,-5.8581643E-2,2.4999593E-1,-1.8643297E-1,1.4360301E-2,-0E0,7.2812855E-2,-5.0102484E-1,-0E0,1.343242E-1,-9.085283E-2,2.4590075E-1,-0E0,-0E0,-2.845399E-1,1.3713479E-1,-1.713072E-1,6.7424023E-1,-0E0,-5.670929E-2,-0E0,-4.9660414E-1,-0E0,-0E0,-6.061843E-1,-0E0,-3.8179767E-1,-1.13670416E-1,2.3719682E-1,-0E0,-5.745922E-1,-3.8011518E-1,-0E0,2.6543564E-1,-0E0,1.5977283E0,-0E0,-0E0,-4.858867E-1,3.3332625E-1,-0E0,-2.6073435E-1,-0E0,-5.5151576E-1,-0E0,-0E0,-5.885882E-1,-2.8961021E-2,2.1391939E-1,-2.1766005E-1,-0E0,-3.309033E-1,-0E0,-0E0,4.3582907E-1,-2.5331175E-1,-0E0,1.2831406E-1,-9.797814E-2,1.121646E-1,-0E0,-0E0,-5.575498E-1,-0E0,1.7208688E-1,-0E0,-1.8719546E-1,-0E0,2.7372074E-1,-5.667459E-2,8.337654E-2,-4.20986E-1,-0E0,-0E0,2.6743537E-1,-2.770532E-1,-0E0,5.793436E-1,-0E0,-0E0,-5.356886E-1,-0E0,-4.9888223E-1,-0E0,-5.4003096E-1,-0E0,-2.4096917E-1,3.8462412E-1,-0E0,-2.6398402E-1,7.8526855E-2,-0E0,-6.6116166E-1,-3.286283E-1,-0E0,-0E0,4.0623218E-1,-9.4059594E-2,-0E0,-0E0,1.8518237E0,-0E0,-5.070774E-1,-0E0,4.351695E-1,-4.8978966E-1,-0E0,8.222005E-2,-1.4885728E-1,-5.9820807E-1,-0E0,-6.401936E-1,-0E0,-0E0,-2.6750016E-1,4.1514754E-1,-0E0,-4.097167E-1,-0E0,-0E0,1.1050306E-1,2.3083007E-1,-1.0476531E-1,4.9579054E-1,-0E0,-0E0,-3.1366575E-1,-0E0,3.5465058E-2,-0E0,2.4869904E-1,-2.589076E-1,4.130431E-2,-6.190735E-1,-0E0,6.0586352E-2,-1.6303131E-1,2.3762436E-1,-0E0,5.722531E-2,-0E0,-3.0278897E-1,-0E0,-0E0,-9.193208E-2,-0E0,3.0243355E-1,-0E0,-1.5834092E-1,2.0226382E-1,-0E0,-5.0378436E-1,-0E0,-0E0,-1.2827791E-1,-0E0,3.4732354E-1,-0E0,-3.408773E-1,-5.985096E-3,-6.297171E-1,-0E0,-6.114476E-1,-0E0,-3.5725003E-1,4.5272323E-1,-0E0,-8.6101644E-2,2.3575376E-1,-0E0,4.5541054E-1,-0E0,-6.9619656E-1,-0E0,5.195453E-1,-0E0,-2.111566E-1,-0E0,2.045916E0,-4.1798678E-1,-0E0,4.8790962E-1,-0E0,-5.530533E-1,-0E0,1.5058557E-2,-9.0176605E-2,-0E0,2.2073129E-1,-3.406127E-1,-0E0,-0E0,-6.487491E-1,-5.504205E-1,-0E0,2.523704E-1,-6.59643E-2,-0E0,-4.0285423E-1,5.057835E-1,-0E0,-1.3173564E-1,4.3922283E-2,-0E0,-5.31864E-1,2.4377415E-1,-0E0,-0E0,2.7701676E-1,-0E0,-2.405151E-1,5.753476E-1,-0E0,-0E0,-3.6294064E-1,1.2653361E-1,-0E0,2.4044465E-2,-2.3433419E-1,3.0022484E-1,-0E0,-3.7048277E-1,-0E0,1.5363508E-1,-0E0,-0E0,-6.5706855E-1,2.0681739E-1,-0E0,-0E0,-2.8251094E-1,6.5461216E-3,3.351359E-1,-2.6595239E-2,4.9835257E-2,-0E0,2.8847617E-1,-1.1010742E-1,-0E0,-3.6456957E-1,-0E0,-0E0,-2.0154282E-1,-0E0,-8.3248824E-2,3.1155908E-1,-0E0,-0E0,-2.8442937E-1,-0E0,2.9323423E-1,-5.207066E-1,-0E0,7.8914404E-2,-0E0,-1.7571868E-1,-0E0,4.218688E-1,-0E0,-0E0,-2.8183588E-1,-0E0,-2.4053982E-1,-6.8131566E-1,-0E0,-0E0,-5.3766906E-1,-4.020383E-1,-0E0,-0E0,5.735269E-1,-0E0,-1.9069004E-1,4.799498E-1,-0E0,-0E0,7.228112E-1,-0E0,-7.097594E-1,-0E0,5.745361E-1,-2.142347E-1,-0E0,1.795751E0,-0E0,-0E0,4.129026E-1,-5.86655E-1,-0E0,-0E0,1.5757594E-1,-0E0,-2.0952165E-1,-0E0,3.1962806E-1,-3.7986794E-1,-0E0,-0E0,-7.0027006E-1,-0E0,4.0246916E-1,-2.2042768E-1,1.0925854E-2,-0E0,-5.122565E-1,-0E0,5.9163696E-1,-0E0,-2.1804902E-1,1.4439957E-1,-0E0,-4.5477027E-1,-0E0,-0E0,3.3432418E-1,3.2178923E-1,-0E0,-3.0506763E-1,-0E0,6.152537E-1,-0E0,-4.177932E-1,-0E0,2.059207E-1,-0E0,1.7726782E-1,-0E0,-2.8127438E-1,-0E0,-0E0,3.4872812E-1,-0E0,-4.2620167E-1,-0E0,3.0986395E-1,-0E0,-5.407895E-1,1.9560589E-1,-0E0,-3.113713E-1,-0E0,1.6303293E-1,-0E0,-0E0,4.1230074E-1,-0E0,-1.2601927E-1,-0E0,1.2691776E-1,4.3949986E-1,-0E0,-0E0,-1.0496367E-1,-4.1587025E-1,-0E0,-0E0,-2.4532506E-1,-0E0,-1.7073597E-1,-0E0,3.1923637E-1,-3.5260713E-1,-0E0,-0E0,2.4252248E-1,-0E0,-5.3848016E-1,1.3970205E-1,-0E0,4.834989E-1,-0E0,-0E0,8.9954264E-2,-0E0,-3.1493023E-1,-7.046386E-1,-0E0,-4.298123E-1,-0E0,-0E0,9.323788E-2,-0E0,6.206525E-1,-3.2125276E-1,-0E0,5.805211E-1,-0E0,6.286859E-1,-0E0,-0E0,-7.223327E-1,4.6746776E-1,-0E0,-0E0,-6.139785E-1,2.723674E-1,-0E0,-2.9394573E-1,-0E0,4.130541E-1,-0E0,-4.3745092E-1,-0E0,-0E0,-7.5380075E-1,5.144015E-1,-0E0,-3.6957392E-1,-0E0,-0E0,1.1985947E-1,-5.797598E-1,-0E0,6.87307E-1,-0E0,-0E0,-2.71605E-1,2.444722E-1,-0E0,4.1626406E-1,-0E0,-0E0,3.5001117E-1,-3.638162E-1,-0E0,6.707453E-1,-0E0,-0E0,-4.706101E-1,-0E0,2.0246564E-1,-0E0,3.0654484E-1,-0E0,-7.6043956E-2,-3.1663305E-1,-0E0,-0E0,3.9234027E-1,-4.6691135E-1,-0E0,4.014272E-1,-0E0,-3.4865388E-1,-0E0,2.6988757E-1,-0E0,-0E0,-1.8498196E-1,5.816114E-1,1.7649165E-3,-2.4835044E-1,-0E0,-0E0,1.8131125E-1,-0E0,3.750556E-1,-0E0,-4.6176392E-1,-3.0240098E-1,-0E0,-0E0,-1.8584098E-1,-0E0,3.3079448E-1,-3.12939E-1,-0E0,-4.3516317E-1,-0E0,5.210694E-1,-0E0,-0E0,1.00651234E-1,-0E0,-3.812364E-1,-7.314432E-1,-0E0,-0E0,-4.4796088E-1,1.981256E-1,-0E0,6.727924E-1,-0E0,-4.167599E-1,-0E0,6.651172E-1,-0E0,-0E0,-5.8002526E-1,-6.326792E-1,-0E0,-0E0,4.0560564E-1,-3.651387E-1,-0E0,5.381263E-1,-0E0,-3.5340375E-1,-0E0,-0E0,-7.954805E-1,-0E0,5.806167E-1,-4.205043E-1,-0E0,-0E0,1.5786164E-1,-4.8233128E-1,-0E0,7.3390114E-1,-0E0,-0E0,3.222569E-1,4.5654714E-1,-0E0,3.8505378E-1,-0E0,-4.2963558E-1,-0E0,-0E0,7.035281E-1,-0E0,-4.8952287E-1,3.8355896E-1,-0E0,-0E0,-1.102398E-1,-2.67347E-1,-0E0,-0E0,4.2054665E-1,-0E0,-4.897766E-1,-0E0,4.5125094E-1,-0E0,-3.7201205E-1,3.4882745E-1,-0E0,-0E0,1.2712833E-1,-3.2943246E-1,-0E0,6.886508E-1,-0E0,1.1181629E-1,-0E0,-0E0,-3.1235167E-1,-0E0,2.27283E-1,-0E0,-4.796597E-1,-0E0,-2.7646318E-1,3.5340935E-1,-0E0,5.6071794E-1,-0E0,-3.3794317E-1,-0E0,-0E0,-7.422835E-1,-4.644522E-1,-0E0,2.2606556E-1,-0E0,-0E0,7.144194E-1,-3.8328066E-1,-0E0,-0E0,6.0198903E-1,-0E0,-5.2314836E-1,-0E0,4.86654E-1,-3.259121E-1,-0E0,5.8893037E-1,-0E0,-6.330461E-1,-0E0,6.393495E-1,-0E0,-4.538166E-1,-0E0,2.17491E-1,-0E0,-0E0,7.864796E-1,-0E0,4.029363E-1,-0E0,3.7877345E-1,-0E0,4.2274523E-1,-4.8045677E-1,-0E0,-0E0,7.2462565E-1,-5.171165E-1,-0E0,-0E0,4.6112123E-1,4.6720588E-1,-0E0,-5.396652E-1,-0E0,3.9204645E-1,-0E0,-3.0648676E-1,-0E0,4.0573245E-1,-0E0,-4.2831084E-1,-0E0,-0E0,7.419778E-1,1.8150638E-1,-0E0,-0E0,-3.546736E-1,-0E0,2.7941123E-1,-4.9601734E-1,-0E0,-0E0,3.6869344E-1,1.4942214E-1,-3.9568033E-2,-0E0,6.0247844E-1,-0E0,-7.599716E-1,-0E0,-3.763487E-1,-0E0,1.8773206E-1,-0E0,7.4395335E-1,-0E0,5.123845E-1,-0E0,6.3660324E-1,6.9370705E-1,-0E0,-4.8675388E-1,-0E0,2.0284252E-1,-0E0,-0E0,8.7192893E-1,-0E0,3.4018546E-1,-0E0,4.54923E-1,-5.480038E-1,-0E0,-0E0,7.3639476E-1,-0E0,-5.329478E-1,4.9840736E-1,-0E0,4.9555185E-1,-0E0,-0E0,-4.3218783E-1,-0E0,4.5576888E-1,-0E0,-4.957342E-1,7.77281E-1,-0E0,-0E0,2.80978E-1,-3.192029E-1,-0E0,-0E0,3.4303787E-1,-5.6124574E-1,-0E0,-0E0,3.7823352E-1,-0E0,2.9070896E-1,-1.5352777E-1,-0E0,-0E0,4.9358815E-1,-0E0,-7.731634E-1,7.6498675E-1,-0E0,-0E0,4.1822752E-1,-0E0,6.932292E-1,-0E0,7.3449177E-1,-0E0,-5.087198E-1,1.0221182E0,-0E0,4.754486E-1,-0E0,-0E0,-4.838984E-1,-0E0,7.5295526E-1,-0E0,-5.958061E-1,5.2521956E-1,-0E0,5.224437E-1,-0E0,-0E0,4.8490867E-1,-5.569378E-1,-0E0,8.1510735E-1,-0E0,-0E0,3.6050195E-1,-0E0,4.0779936E-1,-4.4740486E-1,-0E0,-0E0,4.0445247E-1,-0E0,3.0291274E-1,-2.0595227E-1,-0E0,-7.912173E-1,-0E0,-0E0,8.033769E-1,5.624905E-1,-0E0,5.9654045E-1,-0E0,-0E0,-5.272126E-1,1.059247E0,-0E0,-0E0,3.9597315E-1,7.655642E-1,-0E0,-0E0,-6.176438E-1,-0E0,5.5360454E-1,5.578504E-1,-0E0,-0E0,4.0508455E-1,-4.632297E-1,-0E0,8.7651753E-1,-0E0,-0E0,3.4389594E-1,-0E0,4.311786E-1,-0E0,2.114036E-1,4.347208E-1,-0E0,-2.0040473E-1,-0E0,-6.2472016E-1,-0E0,6.503252E-1,-0E0,-5.514333E-1,-0E0,-0E0,8.5995114E-1,7.8138494E-1,-0E0,-0E0,-6.409046E-1,-0E0,4.53584E-1,-0E0,5.9240973E-1,7.048971E-1,-0E0,4.629155E-1,-0E0,-8.301237E-2,-0E0,2.8459427E-1,-0E0,4.5672274E-1,-0E0,9.514322E-2,-0E0,-4.7064602E-1,-0E0,-0E0,7.9387945E-1,-6.5994567E-1,-0E0,6.1896586E-1,-0E0,4.89974E-1,-0E0,-2.0264858E-1,-0E0,-0E0,2.6469943E-1,4.6729296E-1,-0E0,-0E0,2.9537076E-1,-5.9529945E-2,-0E0,-0E0,8.0419636E-1,-6.724033E-1,-0E0,6.7016023E-1,-0E0,-0E0,4.037763E-1,-2.0858589E-1,-0E0,4.7459242E-1,-0E0,2.7598968E-1,-0E0,-9.2656456E-2,-0E0,-0E0,8.159817E-1,-5.319857E-1,-0E0,6.90532E-1,-0E0,-0E0,4.826261E-1,-0E0,6.4751595E-1,7.003919E-1,-0E0,-0E0,4.8833236E-1,-0E0,5.5411756E-1,-0E0,4.9073833E-1,-0E0,4.9625376E-1,-0E0,5.004116E-1,-0E0,5.039791E-1,-0E0,5.22125E-1,-0E0,5.7799157E-2,5.4421586E-1,-0E0,1.4376447E-1,-0E0,5.558484E-1,-0E0,4.3934768E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":8,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,-1,45,47,49,51,53,55,-1,57,59,61,63,65,67,69,71,73,75,77,79,81,-1,83,85,87,-1,-1,-1,-1,89,-1,-1,-1,91,-1,93,95,97,99,101,103,105,107,109,111,113,115,117,-1,-1,119,121,123,-1,125,127,129,131,-1,133,135,-1,-1,137,139,141,143,145,-1,-1,-1,-1,-1,-1,-1,147,149,151,153,-1,155,157,-1,159,161,163,165,-1,167,169,171,173,-1,-1,-1,175,-1,-1,177,-1,179,181,183,185,187,189,-1,191,193,195,-1,-1,197,199,-1,201,203,205,-1,-1,207,209,211,-1,-1,213,215,217,219,221,223,225,227,-1,-1,-1,229,231,233,235,237,239,241,243,245,247,-1,249,251,253,-1,-1,-1,-1,255,-1,-1,-1,257,-1,259,261,263,-1,265,-1,267,-1,-1,-1,269,271,-1,-1,273,-1,275,-1,277,279,281,283,285,287,-1,289,-1,291,293,295,297,299,-1,-1,301,303,305,307,-1,-1,309,-1,311,313,315,317,319,321,-1,323,325,327,329,331,333,335,-1,-1,337,339,341,-1,343,345,-1,347,-1,349,351,-1,353,-1,355,357,359,-1,361,-1,363,365,-1,367,369,-1,371,-1,373,-1,375,-1,377,-1,379,-1,-1,381,-1,383,-1,385,387,-1,389,391,-1,-1,393,-1,-1,395,397,-1,399,401,-1,403,405,-1,407,409,-1,-1,411,-1,413,415,-1,-1,417,419,-1,421,423,425,-1,427,-1,429,-1,-1,431,433,-1,-1,435,437,439,441,443,-1,445,447,-1,449,-1,-1,451,-1,453,455,-1,-1,457,-1,459,461,-1,463,-1,-1,-1,465,-1,-1,-1,467,469,471,-1,-1,-1,473,-1,475,477,-1,479,481,-1,-1,483,-1,485,-1,487,-1,-1,-1,-1,-1,-1,489,-1,-1,491,-1,493,-1,495,497,-1,-1,499,-1,501,503,505,-1,507,-1,509,-1,511,513,-1,-1,-1,-1,515,517,-1,519,-1,521,-1,523,-1,525,-1,527,529,531,-1,-1,533,-1,535,-1,537,-1,-1,-1,-1,539,-1,541,543,-1,545,-1,547,-1,549,551,-1,-1,-1,553,-1,-1,555,-1,557,-1,559,561,-1,-1,-1,-1,563,-1,-1,565,-1,-1,567,-1,569,571,-1,573,-1,-1,575,-1,577,579,-1,581,-1,-1,-1,-1,583,-1,-1,-1,585,587,-1,589,-1,591,-1,593,-1,-1,595,597,-1,599,-1,-1,601,603,-1,605,-1,-1,-1,607,-1,609,-1,-1,611,613,-1,615,-1,-1,617,-1,-1,-1,619,-1,621,623,-1,-1,625,627,-1,629,-1,631,-1,633,-1,635,637,639,641,643,-1,-1,645,-1,-1,-1,647,649,-1,-1,-1,-1,651,-1,-1,-1,-1,653,-1,-1,-1,-1,655,657,-1,-1,659,661,-1,663,-1,665,-1,667,-1,-1,-1,669,-1,-1,671,673,-1,675,-1,-1,-1,-1,677,-1,679,681,-1,-1,683,-1,-1,685,-1,-1,687,689,-1,691,-1,693,-1,-1,695,-1,697,699,-1,-1,-1,-1,-1,-1,701,-1,703,-1,705,-1,707,709,-1,-1,-1,711,-1,713,-1,715,-1,-1,717,-1,719,-1,721,-1,-1,723,725,727,-1,-1,-1,-1,729,731,-1,733,-1,-1,735,-1,-1,-1,-1,-1,-1,-1,737,-1,-1,739,-1,-1,-1,741,-1,743,-1,745,-1,-1,747,-1,749,-1,-1,-1,751,753,-1,-1,755,757,-1,-1,759,761,-1,763,-1,-1,-1,-1,-1,765,-1,767,-1,-1,769,771,-1,-1,773,-1,775,777,-1,-1,779,781,783,-1,785,-1,787,-1,-1,-1,-1,-1,789,-1,791,-1,793,795,-1,797,-1,-1,-1,-1,799,-1,-1,-1,801,803,-1,-1,805,-1,807,809,-1,811,-1,-1,-1,-1,813,-1,815,817,-1,-1,819,-1,-1,-1,821,823,-1,-1,825,-1,827,829,-1,-1,-1,-1,831,833,-1,-1,-1,-1,835,-1,837,-1,839,841,-1,843,-1,-1,-1,-1,845,-1,847,849,-1,851,-1,-1,853,855,-1,857,-1,-1,859,-1,861,-1,-1,863,865,-1,-1,867,-1,869,-1,-1,871,-1,-1,-1,-1,-1,873,875,-1,-1,-1,877,-1,-1,879,-1,881,883,-1,-1,-1,-1,-1,885,-1,-1,-1,-1,887,889,891,893,895,-1,-1,-1,-1,-1,-1,897,-1,-1,-1,899,-1,-1,901,-1,-1,-1,903,-1,-1,905,-1,907,-1,909,-1,911,-1,913,915,-1,-1,-1,917,919,-1,921,-1,923,-1,925,-1,-1,-1,927,-1,-1,929,931,-1,-1,933,935,-1,937,-1,-1,-1,-1,-1,939,-1,-1,-1,-1,-1,-1,941,-1,-1,943,-1,-1,945,-1,-1,947,-1,-1,949,-1,-1,-1,951,-1,953,-1,955,-1,957,959,961,-1,963,965,-1,-1,-1,967,-1,-1,-1],"loss_changes":[9.226806E0,3.8963823E0,5.158448E0,1.6705408E0,2.046272E0,2.1187997E0,2.237011E0,1.054244E0,2.0417426E0,1.9969841E0,5.5837965E-1,1.5106304E0,1.158752E0,1.8745989E-1,1.4219799E0,7.8245616E-1,8.2848907E-1,1.4010689E0,1.0038937E0,8.3780146E-1,2.242858E0,4.0444374E-1,0E0,1.4521492E0,2.4360409E0,4.8446465E-1,8.353973E-3,3.5735193E-1,3.126129E-1,0E0,1.123743E0,1.0072734E0,5.960077E-1,5.9116316E-1,3.679075E-1,5.567219E-1,6.464653E-1,4.9790484E-1,9.3579656E-1,4.75605E-1,2.3447433E-1,1.4328511E0,5.2616024E-1,0E0,2.6674604E-1,6.3635063E-1,1.5734763E0,0E0,0E0,0E0,0E0,5.276753E-2,0E0,0E0,0E0,6.670001E-2,0E0,4.3224692E-2,3.0101776E-2,1.0006387E0,7.638115E-1,8.190935E-3,5.250616E-1,8.429366E-1,6.504152E-1,3.44851E-1,3.6130586E-1,3.0690867E-1,8.3997855E-3,3.393793E-1,0E0,0E0,2.9037333E-1,4.2557734E-1,9.546932E-1,0E0,5.700753E-1,2.0947735E-1,2.53989E-1,1.0792632E0,0E0,3.2676867E-1,2.874251E-1,0E0,0E0,4.2358166E-1,8.6159396E-1,6.3950515E-1,7.301814E-1,1.0164032E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.0927112E-1,1.317776E0,4.4670492E-1,6.187337E-1,0E0,1.940272E-2,3.7331307E-1,0E0,3.5310757E-1,2.5010997E-1,6.565757E-1,5.7072848E-2,0E0,2.593093E-1,4.2716244E-1,1.2639736E-1,3.163123E-2,0E0,0E0,0E0,4.0854597E-1,0E0,0E0,1.0508168E-1,0E0,6.4263934E-1,2.143412E-1,8.368522E-1,2.744482E-1,7.583351E-1,6.306681E-2,0E0,2.6670176E-1,2.4576358E-2,1.1539516E0,0E0,0E0,2.9689372E-2,1.9081712E-1,0E0,7.9181635E-1,2.4410978E-1,5.8892536E-1,0E0,0E0,2.1463346E-1,3.907983E-1,9.293282E-1,0E0,0E0,1.997622E-1,5.4615885E-2,3.5985416E-1,7.1867394E-1,4.284507E-1,5.57547E-3,5.686265E-1,6.435168E-1,0E0,0E0,0E0,3.710575E-1,1.4287382E-1,3.9254415E-1,1.9769585E-2,2.9542202E-1,3.5127472E-2,7.1093273E-1,1.4503105E-1,9.097325E-2,1.9756663E-1,0E0,5.9229944E-2,3.1330556E-1,9.134261E-2,0E0,0E0,0E0,0E0,3.2749605E-1,0E0,0E0,0E0,2.8719282E-1,0E0,2.3665583E-1,6.632962E-1,4.0016246E-1,0E0,3.8629165E-1,0E0,4.2012453E-1,0E0,0E0,0E0,2.8162247E-1,7.351815E-2,0E0,0E0,5.620513E-1,0E0,2.6086211E-2,0E0,7.31442E-2,2.9067767E-1,3.1198364E-2,2.7871245E-1,3.169512E-1,2.976594E-1,0E0,2.5151205E-1,0E0,4.5378757E-1,4.1439307E-1,6.7914784E-1,8.134407E-2,2.4852574E-1,0E0,0E0,1.5548484E-1,1.0108787E-1,2.549826E-1,4.5069456E-1,0E0,0E0,2.9711545E-1,0E0,4.6333294E-2,1.9174653E-1,3.045063E-1,3.9703327E-1,1.1533712E-1,1.6441631E-1,0E0,7.966866E-2,1.533932E-1,3.0259907E-1,2.5402348E-2,2.7237007E-1,3.1899445E-2,1.7418289E-1,0E0,0E0,8.966111E-2,1.717134E-2,2.5039434E-1,0E0,1.1661135E-1,1.0893537E-1,0E0,3.312838E-2,0E0,1.3543645E-2,8.730768E-2,0E0,2.597314E-1,0E0,1.669848E-2,2.0149426E-1,4.8465204E-1,0E0,3.3040714E-1,0E0,7.810199E-2,4.589889E-1,0E0,1.8730795E-1,3.4763432E-1,0E0,3.8929892E-1,0E0,9.098148E-2,0E0,1.2801939E-1,0E0,5.2297547E-2,0E0,4.4024038E-1,0E0,0E0,4.308307E-2,0E0,1.3329005E-1,0E0,1.0852489E-1,1.1059549E-1,0E0,3.0470023E-1,9.7795576E-2,0E0,0E0,4.5866156E-1,0E0,0E0,5.074664E-1,3.3983457E-1,0E0,3.4074652E-1,5.240662E-1,0E0,1.0242559E-1,8.346953E-2,0E0,1.236999E-1,1.511216E-1,0E0,0E0,1.0426161E-1,0E0,1.6412514E-1,3.0019093E-1,0E0,0E0,3.7873316E-1,4.172634E-2,0E0,1.8828619E-1,6.6221E-2,3.0474567E-1,0E0,2.775396E-1,0E0,1.8873285E-1,0E0,0E0,1.4934373E-1,2.9872678E-2,0E0,0E0,1.9086212E-2,1.6904956E-1,4.2168307E-1,6.139506E-2,9.914789E-2,0E0,3.157674E-1,1.2275662E-2,0E0,1.8522376E-1,0E0,0E0,4.4439077E-2,0E0,4.9673803E-2,2.525444E-1,0E0,0E0,1.0162702E-1,0E0,1.1905283E-2,3.219402E-2,0E0,4.8852146E-2,0E0,0E0,0E0,3.106265E-1,0E0,0E0,0E0,1.3850104E-2,1.0712357E-1,2.3005056E-1,0E0,0E0,0E0,3.6716342E-2,0E0,2.980513E-2,5.1423573E-1,0E0,2.3332775E-1,2.5714332E-1,0E0,0E0,3.239435E-2,0E0,9.248543E-2,0E0,2.2099376E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.3863039E-1,0E0,0E0,1.8890855E-1,0E0,1.18157685E-1,0E0,3.2018638E-1,9.366679E-2,0E0,0E0,4.2463112E-1,0E0,4.097361E-1,4.5782575E-1,4.0695947E-2,0E0,1.8714797E-1,0E0,4.8237967E-1,0E0,1.2592441E-1,1.2605992E-1,0E0,0E0,0E0,0E0,1.6826558E-1,6.0859412E-2,0E0,1.8520272E-1,0E0,3.5117388E-1,0E0,2.0412374E-1,0E0,4.364457E-2,0E0,2.8603375E-1,1.38230575E-2,4.9765527E-2,0E0,0E0,3.5425222E-1,0E0,1.23612046E-1,0E0,1.52408E-1,0E0,0E0,0E0,0E0,2.0360023E-2,0E0,2.2642554E-1,1.5248297E-1,0E0,3.733356E-1,0E0,1.6401881E-1,0E0,1.0404267E-1,1.801759E-2,0E0,0E0,0E0,1.689657E-1,0E0,0E0,5.9451595E-2,0E0,5.153335E-2,0E0,2.5611544E-1,7.631078E-2,0E0,0E0,0E0,0E0,1.3574362E-2,0E0,0E0,1.6153193E-1,0E0,0E0,1.0109158E-2,0E0,9.211117E-2,1.4757156E-1,0E0,1.8609345E-2,0E0,0E0,7.4874185E-2,0E0,2.4498415E-1,1.8101549E-1,0E0,2.0912308E-1,0E0,0E0,0E0,0E0,2.4312973E-2,0E0,0E0,0E0,3.6130667E-2,2.754724E-1,0E0,1.0868341E-1,0E0,4.0605283E-1,0E0,1.0565281E-2,0E0,0E0,2.636528E-1,2.6716423E-1,0E0,1.9124913E-1,0E0,0E0,2.5311086E-2,3.6780715E-2,0E0,3.3959198E-1,0E0,0E0,0E0,1.4139402E-1,0E0,7.008141E-2,0E0,0E0,6.417549E-2,2.0160013E-1,0E0,3.0209398E-1,0E0,0E0,1.15798235E-1,0E0,0E0,0E0,2.3210394E-1,0E0,2.9192183E-2,5.241841E-3,0E0,0E0,2.0803607E-1,1.2130463E-1,0E0,8.270952E-2,0E0,7.832378E-3,0E0,2.1827105E-1,0E0,4.33065E-2,2.6885253E-1,5.36468E-1,5.2612014E-2,1.1598638E-1,0E0,0E0,8.745314E-2,0E0,0E0,0E0,5.729699E-2,6.368293E-2,0E0,0E0,0E0,0E0,2.7359152E-1,0E0,0E0,0E0,0E0,1.6426897E-1,0E0,0E0,0E0,0E0,8.0447406E-2,1.10491276E-1,0E0,0E0,6.786108E-3,2.2639006E-2,0E0,2.2029352E-1,0E0,1.1503434E-1,0E0,1.7126167E-1,0E0,0E0,0E0,5.2464485E-2,0E0,0E0,2.0872289E-1,5.067104E-2,0E0,1.9241285E-1,0E0,0E0,0E0,0E0,1.5502262E-1,0E0,2.1121371E-1,1.345762E-1,0E0,0E0,4.748869E-2,0E0,0E0,3.337288E-1,0E0,0E0,1.1683816E-1,1.9741833E-2,0E0,5.7664454E-2,0E0,1.3447392E-1,0E0,0E0,2.0143032E-1,0E0,1.5289903E-1,2.3258162E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.3255744E-1,0E0,8.7936044E-2,0E0,8.103621E-2,0E0,5.809188E-3,1.6150641E-1,0E0,0E0,0E0,2.0992544E-1,0E0,2.3914933E-1,0E0,7.0362926E-2,0E0,0E0,6.949124E-2,0E0,1.2539494E-1,0E0,3.2405853E-2,0E0,0E0,3.14466E-1,8.285539E-2,7.624447E-2,0E0,0E0,0E0,0E0,9.1842175E-2,4.413426E-3,0E0,5.866617E-3,0E0,0E0,2.503848E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.7317455E-2,0E0,0E0,1.6522408E-1,0E0,0E0,0E0,1.946708E-1,0E0,9.8885894E-2,0E0,3.6763005E-2,0E0,0E0,3.8466883E-1,0E0,4.0678263E-2,0E0,0E0,0E0,3.5037398E-3,1.0924184E-1,0E0,0E0,9.169197E-2,1.3146448E-1,0E0,0E0,1.15579724E-1,2.2088742E-1,0E0,2.8510928E-2,0E0,0E0,0E0,0E0,0E0,1.5021169E-1,0E0,1.5785033E-1,0E0,0E0,2.0090938E-1,1.2006561E-1,0E0,0E0,4.79452E-2,0E0,1.4401495E-1,1.2188518E-1,0E0,0E0,2.3395777E-1,1.7416364E-1,4.6637863E-2,0E0,1.3357413E-1,0E0,7.379818E-2,0E0,0E0,0E0,0E0,0E0,1.6677475E-1,0E0,2.8913617E-2,0E0,1.3852441E-1,9.015286E-2,0E0,6.564927E-2,0E0,0E0,0E0,0E0,3.1238222E-1,0E0,0E0,0E0,1.7717957E-2,1.1834967E-1,0E0,0E0,8.3360195E-2,0E0,7.8850746E-2,7.0290685E-2,0E0,2.3412561E-1,0E0,0E0,0E0,0E0,3.5270512E-2,0E0,1.2906325E-1,1.06279135E-1,0E0,0E0,1.1995904E-1,0E0,0E0,0E0,1.6786063E-1,7.0796013E-3,0E0,0E0,2.1939468E-1,0E0,1.5439072E-1,3.2344647E-2,0E0,0E0,0E0,0E0,3.6921024E-2,5.6524277E-2,0E0,0E0,0E0,0E0,6.662643E-2,0E0,3.3124924E-2,0E0,5.2353382E-2,1.1548996E-1,0E0,9.978354E-3,0E0,0E0,0E0,0E0,8.881664E-2,0E0,1.2667704E-1,6.0393453E-2,0E0,2.510512E-1,0E0,0E0,4.1837573E-2,5.6808174E-2,0E0,5.3331137E-2,0E0,0E0,1.4053738E-1,0E0,4.501295E-2,0E0,0E0,1.0865652E-1,2.8758574E-1,0E0,0E0,3.4250684E-2,0E0,1.1024952E-2,0E0,0E0,6.7726135E-2,0E0,0E0,0E0,0E0,0E0,5.025029E-2,1.161437E-1,0E0,0E0,0E0,6.928873E-2,0E0,0E0,1.0644817E-1,0E0,5.4223895E-2,1.362567E-1,0E0,0E0,0E0,0E0,0E0,4.3524742E-2,0E0,0E0,0E0,0E0,7.524675E-2,1.6805112E-2,7.130041E-2,3.5838318E-1,2.775575E-2,0E0,0E0,0E0,0E0,0E0,0E0,8.293283E-2,0E0,0E0,0E0,5.5355072E-2,0E0,0E0,6.2054157E-2,0E0,0E0,0E0,1.5256166E-1,0E0,0E0,1.2012601E-2,0E0,7.04738E-2,0E0,5.3088963E-2,0E0,2.8520298E-1,0E0,1.7797084E-1,7.243253E-3,0E0,0E0,0E0,4.35853E-2,4.599476E-2,0E0,8.564091E-2,0E0,3.8939416E-2,0E0,4.011742E-2,0E0,0E0,0E0,1.3899422E-1,0E0,0E0,6.674573E-2,1.7701877E-2,0E0,0E0,4.2270184E-2,1.0640144E-2,0E0,3.3339024E-2,0E0,0E0,0E0,0E0,0E0,1.3166046E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.4048557E-2,0E0,0E0,4.509926E-3,0E0,0E0,6.491661E-2,0E0,0E0,5.1124096E-3,0E0,0E0,4.1765213E-2,0E0,0E0,0E0,4.0039062E-2,0E0,1.5321732E-2,0E0,6.2042236E-2,0E0,1.1249542E-2,7.138306E-3,1.7660236E-1,0E0,5.7198986E-2,1.408062E-1,0E0,0E0,0E0,6.1826706E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,23,23,24,24,25,25,26,26,27,27,28,28,30,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40,41,41,42,42,44,44,45,45,46,46,51,51,55,55,57,57,58,58,59,59,60,60,61,61,62,62,63,63,64,64,65,65,66,66,67,67,68,68,69,69,72,72,73,73,74,74,76,76,77,77,78,78,79,79,81,81,82,82,85,85,86,86,87,87,88,88,89,89,97,97,98,98,99,99,100,100,102,102,103,103,105,105,106,106,107,107,108,108,110,110,111,111,112,112,113,113,117,117,120,120,122,122,123,123,124,124,125,125,126,126,127,127,129,129,130,130,131,131,134,134,135,135,137,137,138,138,139,139,142,142,143,143,144,144,147,147,148,148,149,149,150,150,151,151,152,152,153,153,154,154,158,158,159,159,160,160,161,161,162,162,163,163,164,164,165,165,166,166,167,167,169,169,170,170,171,171,176,176,180,180,182,182,183,183,184,184,186,186,188,188,192,192,193,193,196,196,198,198,200,200,201,201,202,202,203,203,204,204,205,205,207,207,209,209,210,210,211,211,212,212,213,213,216,216,217,217,218,218,219,219,222,222,224,224,225,225,226,226,227,227,228,228,229,229,231,231,232,232,233,233,234,234,235,235,236,236,237,237,240,240,241,241,242,242,244,244,245,245,247,247,249,249,250,250,252,252,254,254,255,255,256,256,258,258,260,260,261,261,263,263,264,264,266,266,268,268,270,270,272,272,274,274,277,277,279,279,281,281,282,282,284,284,285,285,288,288,291,291,292,292,294,294,295,295,297,297,298,298,300,300,301,301,304,304,306,306,307,307,310,310,311,311,313,313,314,314,315,315,317,317,319,319,322,322,323,323,326,326,327,327,328,328,329,329,330,330,332,332,333,333,335,335,338,338,340,340,341,341,344,344,346,346,347,347,349,349,353,353,357,357,358,358,359,359,363,363,365,365,366,366,368,368,369,369,372,372,374,374,376,376,383,383,386,386,388,388,390,390,391,391,394,394,396,396,397,397,398,398,400,400,402,402,404,404,405,405,410,410,411,411,413,413,415,415,417,417,419,419,421,421,422,422,423,423,426,426,428,428,430,430,435,435,437,437,438,438,440,440,442,442,444,444,445,445,449,449,452,452,454,454,456,456,457,457,462,462,465,465,468,468,470,470,471,471,473,473,476,476,478,478,479,479,481,481,486,486,490,490,491,491,493,493,495,495,497,497,500,500,501,501,503,503,506,506,507,507,509,509,513,513,515,515,518,518,519,519,521,521,524,524,528,528,530,530,531,531,534,534,535,535,537,537,539,539,541,541,543,543,544,544,545,545,546,546,547,547,550,550,554,554,555,555,560,560,565,565,570,570,571,571,574,574,575,575,577,577,579,579,581,581,585,585,588,588,589,589,591,591,596,596,598,598,599,599,602,602,605,605,608,608,609,609,611,611,613,613,616,616,618,618,619,619,626,626,628,628,630,630,632,632,633,633,637,637,639,639,641,641,644,644,646,646,648,648,651,651,652,652,653,653,658,658,659,659,661,661,664,664,672,672,675,675,679,679,681,681,683,683,686,686,688,688,692,692,693,693,696,696,697,697,700,700,701,701,703,703,709,709,711,711,714,714,715,715,718,718,720,720,721,721,724,724,725,725,726,726,728,728,730,730,736,736,738,738,740,740,741,741,743,743,748,748,752,752,753,753,756,756,758,758,759,759,761,761,766,766,768,768,769,769,772,772,776,776,777,777,780,780,782,782,783,783,788,788,789,789,794,794,796,796,798,798,799,799,801,801,806,806,808,808,809,809,811,811,814,814,815,815,817,817,820,820,822,822,825,825,826,826,829,829,831,831,834,834,840,840,841,841,845,845,848,848,850,850,851,851,857,857,862,862,863,863,864,864,865,865,866,866,873,873,877,877,880,880,884,884,887,887,889,889,891,891,893,893,895,895,896,896,900,900,901,901,903,903,905,905,907,907,911,911,914,914,915,915,918,918,919,919,921,921,927,927,934,934,937,937,940,940,943,943,946,946,950,950,952,952,954,954,956,956,957,957,958,958,960,960,961,961,965,965],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,-1,46,48,50,52,54,56,-1,58,60,62,64,66,68,70,72,74,76,78,80,82,-1,84,86,88,-1,-1,-1,-1,90,-1,-1,-1,92,-1,94,96,98,100,102,104,106,108,110,112,114,116,118,-1,-1,120,122,124,-1,126,128,130,132,-1,134,136,-1,-1,138,140,142,144,146,-1,-1,-1,-1,-1,-1,-1,148,150,152,154,-1,156,158,-1,160,162,164,166,-1,168,170,172,174,-1,-1,-1,176,-1,-1,178,-1,180,182,184,186,188,190,-1,192,194,196,-1,-1,198,200,-1,202,204,206,-1,-1,208,210,212,-1,-1,214,216,218,220,222,224,226,228,-1,-1,-1,230,232,234,236,238,240,242,244,246,248,-1,250,252,254,-1,-1,-1,-1,256,-1,-1,-1,258,-1,260,262,264,-1,266,-1,268,-1,-1,-1,270,272,-1,-1,274,-1,276,-1,278,280,282,284,286,288,-1,290,-1,292,294,296,298,300,-1,-1,302,304,306,308,-1,-1,310,-1,312,314,316,318,320,322,-1,324,326,328,330,332,334,336,-1,-1,338,340,342,-1,344,346,-1,348,-1,350,352,-1,354,-1,356,358,360,-1,362,-1,364,366,-1,368,370,-1,372,-1,374,-1,376,-1,378,-1,380,-1,-1,382,-1,384,-1,386,388,-1,390,392,-1,-1,394,-1,-1,396,398,-1,400,402,-1,404,406,-1,408,410,-1,-1,412,-1,414,416,-1,-1,418,420,-1,422,424,426,-1,428,-1,430,-1,-1,432,434,-1,-1,436,438,440,442,444,-1,446,448,-1,450,-1,-1,452,-1,454,456,-1,-1,458,-1,460,462,-1,464,-1,-1,-1,466,-1,-1,-1,468,470,472,-1,-1,-1,474,-1,476,478,-1,480,482,-1,-1,484,-1,486,-1,488,-1,-1,-1,-1,-1,-1,490,-1,-1,492,-1,494,-1,496,498,-1,-1,500,-1,502,504,506,-1,508,-1,510,-1,512,514,-1,-1,-1,-1,516,518,-1,520,-1,522,-1,524,-1,526,-1,528,530,532,-1,-1,534,-1,536,-1,538,-1,-1,-1,-1,540,-1,542,544,-1,546,-1,548,-1,550,552,-1,-1,-1,554,-1,-1,556,-1,558,-1,560,562,-1,-1,-1,-1,564,-1,-1,566,-1,-1,568,-1,570,572,-1,574,-1,-1,576,-1,578,580,-1,582,-1,-1,-1,-1,584,-1,-1,-1,586,588,-1,590,-1,592,-1,594,-1,-1,596,598,-1,600,-1,-1,602,604,-1,606,-1,-1,-1,608,-1,610,-1,-1,612,614,-1,616,-1,-1,618,-1,-1,-1,620,-1,622,624,-1,-1,626,628,-1,630,-1,632,-1,634,-1,636,638,640,642,644,-1,-1,646,-1,-1,-1,648,650,-1,-1,-1,-1,652,-1,-1,-1,-1,654,-1,-1,-1,-1,656,658,-1,-1,660,662,-1,664,-1,666,-1,668,-1,-1,-1,670,-1,-1,672,674,-1,676,-1,-1,-1,-1,678,-1,680,682,-1,-1,684,-1,-1,686,-1,-1,688,690,-1,692,-1,694,-1,-1,696,-1,698,700,-1,-1,-1,-1,-1,-1,702,-1,704,-1,706,-1,708,710,-1,-1,-1,712,-1,714,-1,716,-1,-1,718,-1,720,-1,722,-1,-1,724,726,728,-1,-1,-1,-1,730,732,-1,734,-1,-1,736,-1,-1,-1,-1,-1,-1,-1,738,-1,-1,740,-1,-1,-1,742,-1,744,-1,746,-1,-1,748,-1,750,-1,-1,-1,752,754,-1,-1,756,758,-1,-1,760,762,-1,764,-1,-1,-1,-1,-1,766,-1,768,-1,-1,770,772,-1,-1,774,-1,776,778,-1,-1,780,782,784,-1,786,-1,788,-1,-1,-1,-1,-1,790,-1,792,-1,794,796,-1,798,-1,-1,-1,-1,800,-1,-1,-1,802,804,-1,-1,806,-1,808,810,-1,812,-1,-1,-1,-1,814,-1,816,818,-1,-1,820,-1,-1,-1,822,824,-1,-1,826,-1,828,830,-1,-1,-1,-1,832,834,-1,-1,-1,-1,836,-1,838,-1,840,842,-1,844,-1,-1,-1,-1,846,-1,848,850,-1,852,-1,-1,854,856,-1,858,-1,-1,860,-1,862,-1,-1,864,866,-1,-1,868,-1,870,-1,-1,872,-1,-1,-1,-1,-1,874,876,-1,-1,-1,878,-1,-1,880,-1,882,884,-1,-1,-1,-1,-1,886,-1,-1,-1,-1,888,890,892,894,896,-1,-1,-1,-1,-1,-1,898,-1,-1,-1,900,-1,-1,902,-1,-1,-1,904,-1,-1,906,-1,908,-1,910,-1,912,-1,914,916,-1,-1,-1,918,920,-1,922,-1,924,-1,926,-1,-1,-1,928,-1,-1,930,932,-1,-1,934,936,-1,938,-1,-1,-1,-1,-1,940,-1,-1,-1,-1,-1,-1,942,-1,-1,944,-1,-1,946,-1,-1,948,-1,-1,950,-1,-1,-1,952,-1,954,-1,956,-1,958,960,962,-1,964,966,-1,-1,-1,968,-1,-1,-1],"split_conditions":[7.1240234E-1,8.847656E-1,1.145804E2,1.9896704E2,2.0131575E2,6.4746094E-1,1.0315928E0,5.1875E1,9.0285095E1,9.40625E1,5.1600704E0,1.1302579E2,9.760742E-1,2.7592123E2,1.044945E0,1.0570239E2,6.4746094E-1,5.966797E-1,4.0063477E-1,9.213867E-1,1.6998236E2,1.0315928E0,-0E0,8.378906E-1,5.090332E-2,7.973339E-1,7.680664E-1,3.9253235E-3,1.6900827E2,-0E0,6.1920166E-2,1.8815807E0,3.275E1,5.796875E1,3.690625E1,7.733154E-2,2.690095E2,8.340011E1,5.180664E-1,6.595758E-1,2.0153422E0,4.1381836E-1,8.183594E-1,-0E0,5.4855347E-3,9.169922E-1,1.9799805E-1,1.5906519E0,-0E0,-0E0,-6.1472684E-1,6.075E1,-0E0,-0E0,-3.067577E-1,1.656142E2,-0E0,4.391625E0,3.028125E1,4.60625E1,2.1897647E0,8.183594E-1,9.9658203E-1,2.4816895E-1,9.9609375E-1,6.8462975E1,9.532071E1,1.0952351E0,4.7026196E0,9.9853516E-1,-0E0,-0E0,2.1858215E-3,1.7131479E0,7.1490715E1,-0E0,6.497393E1,8.730469E-1,1.3977051E-1,1.2452974E2,-0E0,2.6901245E-2,7.11875E1,-0E0,-6.540706E-1,4.362793E-1,9.65E1,6.4941406E-2,8.442229E1,9.946289E-1,-0E0,-0E0,6.013535E-1,-1.04253024E-1,8.8888295E-2,-0E0,-7.1318316E-1,1.3603444E0,4.215625E1,9.6777344E-1,1.2115266E2,-0E0,4.338379E-1,1.7127991E-3,-0E0,6.903076E-2,1.7236328E-1,6.1920166E-2,6.88125E1,-0E0,2.6875248E0,1.5989886E2,5.3715096E0,3.5050067E2,-0E0,-5.670929E-2,-0E0,4.29375E1,-0E0,-0E0,1.6683462E0,-0E0,6.1920166E-2,2.8701782E-2,1.168419E2,2.7394688E0,6.8893433E-3,1.230625E2,-0E0,3.328125E1,9.741211E-1,1.6157431E2,-0E0,-0E0,1.7812018E2,1.5383453E2,-0E0,6.88125E1,4.1E1,5.7129335E0,-0E0,-0E0,5.300359E0,1.7935574E2,2.3573296E0,-2.1766005E-1,-0E0,9.921875E-1,7.558594E-1,1.4892578E-1,5.3379583E0,6.544696E1,1.3510013E2,5.3564453E-1,3.4279902E0,1.121646E-1,-0E0,-0E0,9.980469E-1,1.1444092E-1,9.1845703E-1,1.1766199E2,7.832031E-1,7.8271484E-1,2.8839111E-2,5.5125E1,2.3326058E0,4.471166E0,-0E0,9.95501E-1,6.703079E1,7.264415E-1,-0E0,5.793436E-1,-0E0,-0E0,5.392238E1,-0E0,-4.9888223E-1,-0E0,6.0184324E-1,-0E0,2.0557521E2,2.996276E2,1.325302E2,-2.6398402E-1,9.628906E-1,-0E0,3.028125E1,-3.286283E-1,-0E0,-0E0,1.5100098E-1,1.07543945E-1,-0E0,-0E0,8.576291E1,-0E0,9.8828125E-1,-0E0,8.930664E-1,9.0771484E-1,1.5881348E-1,1.7749023E-1,6.29375E1,1.2298584E-2,-0E0,1.4225E2,-0E0,1.2685891E0,7.6560974E-3,9.9365234E-1,9.291992E-1,6.869703E1,-0E0,-0E0,4.223679E0,5.1768404E-1,5.46875E1,8.989258E-1,-0E0,-0E0,4.7536354E1,-0E0,5.453125E1,3.7197125E0,4.420324E0,4.7E1,6.875E-1,1.4083862E-2,-0E0,2.4358234E0,3.51875E1,1.9823459E0,9.024307E1,7.51875E1,3.6503851E0,3.4954872E0,-0E0,-0E0,8.911133E-2,8.798985E1,1.3154164E2,-0E0,8.017578E-1,8.4901214E-1,-0E0,4.510386E0,-0E0,1.2575E2,9.9365234E-1,-0E0,4.129727E0,-0E0,5.4625E1,2.6913953E0,5.225803E0,-0E0,1.9984354E2,-0E0,1.7380452E2,2.1237613E2,-0E0,6.713867E-2,1.5881348E-1,-0E0,5.05625E1,-0E0,3.525E1,-0E0,1.4343262E-1,-0E0,9.9902344E-1,-0E0,5.23125E1,-4.1798678E-1,-0E0,5.966797E-1,-0E0,5.103357E0,-0E0,1.6204834E-2,3.25E1,-0E0,1.3947751E2,9.980469E-1,-0E0,-0E0,8.0771166E-1,-5.504205E-1,-0E0,6.703079E1,9.7753906E-1,-0E0,1.4032779E0,3.4E1,-0E0,7.441406E-1,4.446979E0,-0E0,2.0644548E2,2.8839111E-2,-0E0,-0E0,8.2958984E-1,-0E0,1.2776484E2,9.916992E-1,-0E0,-0E0,9.9125E1,1.5686035E-1,-0E0,3.2910156E-1,9.9853516E-1,1.3303998E0,-0E0,3.0796875E1,-0E0,9.165039E-1,-0E0,-0E0,9.880066E-3,8.50537E1,-0E0,-0E0,5.334375E1,6.6625E1,1.2023926E-1,9.161377E-2,9.4091797E-1,-0E0,6.645508E-1,1.0092212E0,-0E0,9.980469E-1,-0E0,-0E0,6.159375E1,-0E0,1.0418701E-1,1.4343262E-3,-0E0,-0E0,3.906933E0,-0E0,1.4683356E2,1.7127991E-3,-0E0,9.794922E-1,-0E0,-1.7571868E-1,-0E0,1.97125E2,-0E0,-0E0,-2.8183588E-1,9.3896484E-1,1.4094955E0,5.2631617E0,-0E0,-0E0,-5.3766906E-1,9.9853516E-1,-0E0,8.769531E-1,3.228125E1,-0E0,8.2958984E-1,9.873047E-1,-0E0,-0E0,2.0780666E0,-0E0,3.0421875E1,-0E0,1.4110995E2,-2.142347E-1,-0E0,1.795751E0,-0E0,-0E0,4.129026E-1,5.9906006E-2,-0E0,-0E0,9.489949E1,-0E0,9.9902344E-1,-0E0,9.1503906E-1,9.9072266E-1,-0E0,-0E0,3.0563354E-2,-0E0,1.3362717E2,8.90625E-1,1.5866824E0,-0E0,8.271267E1,-0E0,8.442383E-1,-0E0,8.9146454E1,8.53125E1,-0E0,-4.5477027E-1,-0E0,-0E0,4.5629883E-1,9.9035347E-1,-0E0,9.8535156E-1,-0E0,9.9853516E-1,-0E0,8.176243E1,-0E0,1.9577821E0,-0E0,7.147217E-2,1.2699279E0,5.48296E0,-0E0,-0E0,3.0421875E1,-0E0,9.975586E-1,-0E0,9.05625E1,-0E0,-5.407895E-1,1.9560589E-1,-0E0,3.4010012E0,-0E0,4.0242968E0,4.45625E1,-0E0,4.177246E-1,-0E0,1.2899643E2,-0E0,1.051242E0,1.1800673E0,-0E0,-0E0,-1.0496367E-1,1.2115123E2,-0E0,-0E0,9.819336E-1,-0E0,2.986145E-2,-0E0,4.0587383E1,9.9658203E-1,-0E0,-0E0,2.4252248E-1,-0E0,3.413086E-1,1.3970205E-1,-0E0,9.892578E-1,-0E0,-0E0,4.689443E1,-0E0,3.5858154E-3,9.9365234E-1,-0E0,7.7184206E-1,-0E0,-0E0,9.951172E-1,-0E0,9.379883E-1,1.008125E2,-0E0,4.5091858E2,-0E0,6.286859E-1,-0E0,-0E0,7.466854E-1,4.6746776E-1,-0E0,-0E0,1.5875E2,7.3545586E1,-0E0,5.5904746E0,-0E0,7.3095703E-1,-0E0,2.0825E2,-0E0,-0E0,1.3049316E-1,8.171469E1,-0E0,1.31E2,-0E0,-0E0,8.730469E-1,9.9853516E-1,-0E0,9.9853516E-1,-0E0,-0E0,-2.71605E-1,1.4953613E-2,-0E0,6.8359375E-1,-0E0,-0E0,9.9902344E-1,6.582031E-1,-0E0,1.5283203E-1,-0E0,-0E0,7.6560974E-3,-0E0,2.0246564E-1,-0E0,9.9902344E-1,-0E0,2.2141826E0,5.029297E-1,-0E0,-0E0,7.041205E-1,7.868618E-1,-0E0,3.1390625E1,-0E0,1.1315591E0,-0E0,4.6037035E0,-0E0,7.6125E1,1.1675E2,1.9030762E-1,7.158203E-1,1.4083862E-2,-0E0,-0E0,1.9210815E-2,-0E0,3.750556E-1,-0E0,5.670253E-1,6.1484783E1,-0E0,-0E0,-1.8584098E-1,-0E0,1.39625E2,-3.12939E-1,-0E0,-4.3516317E-1,-0E0,9.9902344E-1,-0E0,-0E0,1.00651234E-1,-0E0,8.9146454E1,3.053125E1,-0E0,-0E0,1.279375E2,4.9718E0,-0E0,7.086182E-2,-0E0,1.7632402E2,-0E0,5.71875E1,-0E0,-0E0,-5.8002526E-1,1.3070835E0,-0E0,-0E0,7.519531E-1,7.060547E-1,-0E0,1.024375E2,-0E0,-3.5340375E-1,-0E0,-0E0,3.5772458E2,-0E0,4.860085E0,1.7692088E2,-0E0,-0E0,1.32935E2,-4.8233128E-1,-0E0,4.109375E1,-0E0,-0E0,1.4706736E0,6.37207E-2,-0E0,5.5908203E-1,-0E0,1.218125E2,-0E0,-0E0,1.340332E-1,-0E0,4.9718E0,5.824608E1,-0E0,-0E0,-1.102398E-1,-2.67347E-1,-0E0,-0E0,9.9902344E-1,-0E0,4.641084E0,-0E0,6.958008E-1,-0E0,9.9365234E-1,1.9312739E0,-0E0,-0E0,1.2712833E-1,8.208008E-1,-0E0,8.14209E-2,-0E0,1.044375E2,-0E0,-0E0,5.292969E-1,-0E0,7.861328E-2,-0E0,1.7380452E2,-0E0,-2.7646318E-1,1.3860733E2,3.1835938E-1,4.1503906E-2,-0E0,-3.3794317E-1,-0E0,-0E0,5.574597E-1,3.296875E1,-0E0,5.78125E-1,-0E0,-0E0,8.52649E-1,-3.8328066E-1,-0E0,-0E0,6.0198903E-1,-0E0,-5.2314836E-1,-0E0,7.4658203E-1,-3.259121E-1,-0E0,3.0975111E1,-0E0,-6.330461E-1,-0E0,9.8095703E-1,-0E0,4.6136885E0,-0E0,5.0828595E0,-0E0,-0E0,8.50537E1,-0E0,6.6365456E1,-0E0,3.7877345E-1,-0E0,9.9365234E-2,9.980469E-1,-0E0,-0E0,1.0719299E-2,5.0581165E1,-0E0,-0E0,9.645908E1,6.25E-1,-0E0,2.2949219E-1,-0E0,3.9204645E-1,-0E0,-3.0648676E-1,-0E0,1.18628586E2,-0E0,1.4048293E2,-0E0,-0E0,1.155625E2,3.7839664E1,-0E0,-0E0,9.951172E-1,-0E0,7.1435547E-1,5.46875E1,-0E0,-0E0,5.0775063E1,2.548828E-1,9.84375E-1,-0E0,3.6625E1,-0E0,1.7127991E-3,-0E0,-3.763487E-1,-0E0,1.8773206E-1,-0E0,4.9604406E0,-0E0,3.3203125E-2,-0E0,8.012478E1,3.4125E1,-0E0,1.3193779E0,-0E0,2.0284252E-1,-0E0,-0E0,9.785156E-1,-0E0,3.4018546E-1,-0E0,9.741211E-1,8.120117E-1,-0E0,-0E0,5.1768404E-1,-0E0,1.7883301E-1,5.084375E1,-0E0,9.941406E-1,-0E0,-0E0,-4.3218783E-1,-0E0,4.3436302E1,-0E0,4.3379045E0,9.456452E1,-0E0,-0E0,5.854492E-1,-3.192029E-1,-0E0,-0E0,5.71875E1,1.099375E2,-0E0,-0E0,9.289551E-2,-0E0,2.3292801E2,2.1925E2,-0E0,-0E0,4.9358815E-1,-0E0,9.9902344E-1,1.0055542E-2,-0E0,-0E0,4.1822752E-1,-0E0,4.5861425E0,-0E0,1.03625E2,-0E0,2.1643066E-1,6.86875E1,-0E0,6.3194508E1,-0E0,-0E0,-4.838984E-1,-0E0,5.109375E1,-0E0,3.25E1,3.903125E1,-0E0,4.669651E0,-0E0,-0E0,9.674072E-2,9.584961E-1,-0E0,4.528125E1,-0E0,-0E0,1.4953662E0,-0E0,8.52649E-1,-4.4740486E-1,-0E0,1.626375E0,4.911331E0,-0E0,3.0291274E-1,1.2052859E0,-0E0,9.980469E-1,-0E0,-0E0,5.341797E-1,5.624905E-1,-0E0,5.9654045E-1,-0E0,-0E0,9.8095703E-1,3.878125E1,-0E0,-0E0,3.9597315E-1,9.980469E-1,-0E0,-0E0,3.115625E1,-0E0,1.0560753E0,3.1671875E1,-0E0,-0E0,4.0508455E-1,-4.632297E-1,-0E0,5.625E1,-0E0,-0E0,3.4389594E-1,-0E0,1.8879367E2,1.9903542E2,5.2019324E0,9.975586E-1,1.797999E2,-2.0040473E-1,-0E0,-6.2472016E-1,-0E0,6.503252E-1,-0E0,1.4052943E2,-0E0,-0E0,8.5995114E-1,4.659375E1,-0E0,-0E0,1.9050462E2,-0E0,4.53584E-1,-0E0,5.044366E0,7.048971E-1,-0E0,5.625E1,-0E0,2.543771E0,-0E0,1.1053467E-1,-0E0,5.7129335E0,-0E0,2.0324707E-2,5.5308394E0,-4.7064602E-1,-0E0,-0E0,1.0719299E-2,9.980469E-1,-0E0,2.902832E-1,-0E0,1.3712851E0,-0E0,7.95E1,-0E0,-0E0,2.6469943E-1,1.8325E2,-0E0,-0E0,5.390625E-1,8.606134E1,-0E0,-0E0,9.4840986E-1,9.6875E1,-0E0,9.9853516E-1,-0E0,-0E0,4.037763E-1,-2.0858589E-1,-0E0,9.777832E-2,-0E0,2.7598968E-1,-0E0,-9.2656456E-2,-0E0,-0E0,9.842065E-1,-5.319857E-1,-0E0,9.845779E1,-0E0,-0E0,2.1010788E1,-0E0,6.4751595E-1,3.1015625E1,-0E0,-0E0,6.4014834E-1,-0E0,5.5411756E-1,-0E0,1.3830566E-1,-0E0,5.21875E1,-0E0,3.078125E1,-0E0,4.7536354E1,1.657967E0,4.9718E0,-0E0,7.7625E1,9.951172E-1,-0E0,1.4376447E-1,-0E0,2.0825E2,-0E0,4.3934768E-1,-0E0],"split_indices":[13,12,5,6,6,12,0,10,5,9,0,5,15,6,1,5,12,14,15,14,7,0,0,14,18,3,14,17,5,0,12,0,10,9,8,18,7,4,14,0,2,16,14,0,18,13,15,0,0,0,0,8,0,0,0,5,0,2,10,11,3,14,14,13,14,4,5,1,2,15,0,0,17,1,4,0,7,15,18,5,0,18,8,0,0,17,8,15,5,17,0,0,0,0,0,0,0,0,8,16,4,0,19,19,0,13,19,12,10,0,1,6,1,6,0,0,0,10,0,0,0,0,12,17,4,3,19,11,0,8,18,6,0,0,7,6,0,11,8,3,0,0,1,6,2,0,0,17,15,18,2,5,6,17,2,0,0,0,16,19,17,4,17,15,16,10,3,0,0,3,4,1,0,0,0,0,7,0,0,0,3,0,6,6,7,0,15,0,11,0,0,0,15,19,0,0,5,0,16,0,19,13,12,14,10,17,0,10,0,1,18,16,15,7,0,0,3,0,9,18,0,0,7,0,8,3,2,8,19,18,0,2,8,3,4,10,0,2,0,0,18,5,5,0,16,2,0,3,0,9,15,0,1,0,10,3,1,0,6,0,7,6,0,19,12,0,9,0,9,0,16,0,14,0,8,0,0,15,0,0,0,17,10,0,6,18,0,0,2,0,0,4,15,0,3,8,0,13,3,0,7,16,0,0,12,0,4,19,0,0,11,18,0,13,15,2,0,8,0,14,0,0,16,5,0,0,9,11,17,13,17,0,13,3,0,14,0,0,9,0,12,17,0,0,1,0,6,18,0,17,0,0,0,10,0,0,0,14,0,3,0,0,0,16,0,15,11,0,19,18,0,0,1,0,8,0,4,0,0,0,0,0,0,15,0,0,5,0,15,0,18,16,0,0,16,0,4,17,2,0,5,0,18,0,5,11,0,0,0,0,13,1,0,16,0,15,0,4,0,2,0,18,2,3,0,0,8,0,15,0,9,0,0,0,0,3,0,0,9,0,19,0,7,0,2,2,0,0,0,6,0,0,16,0,17,0,4,15,0,0,0,0,13,0,0,17,0,0,7,0,18,16,0,2,0,0,15,0,18,10,0,6,0,0,0,0,3,0,0,0,9,5,0,3,0,14,0,11,0,0,15,7,0,10,0,0,14,14,0,15,0,0,0,18,0,12,0,0,17,12,0,15,0,0,18,0,0,0,14,0,0,13,0,0,1,1,0,8,0,3,0,1,0,10,11,13,17,19,0,0,18,0,0,0,2,4,0,0,0,0,9,0,0,0,0,15,0,0,0,0,5,11,0,0,10,0,0,13,0,5,0,11,0,0,0,3,0,0,13,14,0,9,0,0,0,0,7,0,3,6,0,0,4,0,0,10,0,0,1,13,0,14,0,11,0,0,14,0,0,5,0,0,0,0,0,0,15,0,1,0,18,0,15,3,0,0,0,17,0,13,0,10,0,0,15,0,13,0,7,0,0,6,12,17,0,0,0,0,0,10,0,14,0,0,3,0,0,0,0,0,0,0,15,0,0,7,0,0,0,13,0,0,0,2,0,0,5,0,4,0,0,0,12,15,0,0,16,7,0,0,5,13,0,14,0,0,0,0,0,6,0,6,0,0,10,7,0,0,15,0,14,9,0,0,5,14,16,0,11,0,18,0,0,0,0,0,2,0,19,0,4,11,0,1,0,0,0,0,14,0,0,0,17,15,0,0,0,0,17,10,0,18,0,0,0,0,7,0,1,5,0,0,19,0,0,0,10,11,0,0,12,0,7,9,0,0,0,0,17,17,0,0,0,0,3,0,10,0,15,8,0,7,0,0,0,0,10,0,11,9,0,3,0,0,16,18,0,8,0,0,1,0,3,0,0,3,1,0,0,1,0,15,0,0,13,0,0,0,0,0,18,11,0,0,0,16,0,0,8,0,1,8,0,0,0,0,0,9,0,0,0,0,6,7,2,17,6,0,0,0,0,0,0,4,0,0,0,11,0,0,6,0,0,0,1,0,0,9,0,2,0,17,0,3,0,19,1,0,0,0,18,17,0,13,0,1,0,9,0,0,0,10,0,0,12,5,0,0,3,11,0,15,0,0,0,0,0,12,0,0,0,0,0,0,2,0,0,5,0,0,7,0,0,11,0,0,1,0,0,0,15,0,10,0,11,0,7,1,0,0,9,18,0,0,0,11,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[5.512097E2,4.1466208E2,1.3654762E2,3.678743E2,4.6787796E1,1.0924777E2,2.7299847E1,2.9304803E2,7.482627E1,3.644399E1,1.0343806E1,9.459489E1,1.46528845E1,3.2259672E0,2.407388E1,1.18502785E2,1.7454524E2,2.6716558E1,4.810971E1,2.6492094E1,9.951896E0,9.770935E0,5.728706E-1,9.3542435E1,1.0524585E0,1.0529099E1,4.123785E0,2.19994E0,1.0260273E0,2.3975018E-1,2.383413E1,1.0853232E2,9.970468E0,1.4711325E2,2.7431993E1,3.1242673E0,2.359229E1,5.399097E0,4.2710613E1,1.6773401E1,9.718692E0,3.017685E0,6.934211E0,7.8521466E-1,8.985721E0,4.6395786E1,4.7146645E1,3.014701E-1,7.509884E-1,6.5985113E-1,9.869248E0,2.441698E0,1.682087E0,2.4858011E-1,1.9513597E0,6.015666E-1,4.2446068E-1,1.7010453E0,2.2133083E1,3.8333218E1,7.01991E1,1.8006566E0,8.169811E0,6.7549545E1,7.9563705E1,1.0174337E1,1.7257656E1,1.7838724E0,1.340395E0,2.287833E1,7.139596E-1,1.4505577E0,3.9485395E0,6.2179427E0,3.6492672E1,7.348714E-1,1.603853E1,3.294877E0,6.423815E0,1.7283762E0,1.2893088E0,3.503331E0,3.43088E0,5.2280766E-1,8.462913E0,3.1398396E1,1.4997392E1,7.675474E0,3.9471172E1,1.7810415E0,6.606566E-1,1.8469758E-1,4.16869E-1,1.1702567E0,5.307885E-1,3.0519474E-1,2.1827888E1,9.012171E0,2.9321045E1,2.5226555E1,4.4972546E1,7.5569624E-1,1.0449603E0,6.9706025E0,1.1992083E0,4.7807545E1,1.9741999E1,6.7861404E1,1.1702296E1,1.9793278E0,8.19501E0,1.4583439E1,2.674217E0,1.4557782E0,3.2809407E-1,1.0890915E0,2.5130343E-1,2.038975E1,2.4885802E0,2.578261E-1,3.6907134E0,1.7309465E0,4.486996E0,5.6655083E0,3.0827164E1,4.205488E0,1.1833042E1,2.386201E0,9.086761E-1,3.4871736E0,2.9366412E0,1.5173854E0,2.1099077E-1,5.494561E-1,2.9538748E0,2.424864E0,1.006016E0,1.4872277E1,1.6526117E1,1.3978365E1,1.0190266E0,2.1758106E0,5.499664E0,2.1473444E1,1.7997726E1,1.5901829E0,1.9085862E-1,3.5358653E0,5.4763055E0,1.3071473E1,1.6249573E1,2.0396915E1,4.829638E0,2.6709526E1,1.8263018E1,8.344021E-1,2.1055822E-1,2.3707223E-1,6.7335305E0,6.951274E0,4.085627E1,8.3365555E0,1.1405443E1,4.4265137E0,6.343489E1,7.850817E0,3.851479E0,4.9352374E0,3.259772E0,5.1449027E0,9.438537E0,2.3602495E0,3.1396726E-1,1.168968E0,2.8681034E-1,1.5133839E0,1.8876366E1,1.694857E-1,3.5212276E0,2.9072028E-1,4.1962757E0,1.1022213E0,4.5632873E0,1.7071087E1,1.3756077E1,1.7361863E0,2.4693022E0,1.2834402E0,1.0549602E1,2.2045755E0,1.8162541E-1,6.6874456E-1,2.818429E0,2.2778664E0,6.587747E-1,1.791407E-1,1.3382447E0,1.6717726E-1,2.7866974E0,2.0119347E-1,2.2236707E0,7.156971E0,7.7153063E0,8.867399E0,7.6587186E0,1.3452113E1,5.2625144E-1,5.095085E0,4.0457875E-1,1.6254477E1,5.218967E0,9.803671E0,8.1940565E0,3.3225162E0,2.1334895E-1,1.5035988E0,3.9727066E0,4.3552265E0,8.716247E0,1.5366858E1,8.8271505E-1,2.913297E0,1.748362E1,8.968172E-1,3.9328208E0,1.0773022E1,1.5936504E1,1.1604821E1,6.6581974E0,6.335412E0,3.9811838E-1,2.4886172E0,4.4626565E0,2.8141718E1,1.2714552E1,5.537001E0,2.799554E0,7.2727437E0,4.1326995E0,7.701577E-1,3.6563559E0,3.7909353E0,5.9643955E1,1.496358E0,6.3544593E0,2.4631207E0,1.3883585E0,4.0738983E0,8.6133915E-1,2.0454414E0,3.0994613E0,1.4489768E0,7.9895597E0,1.8470588E-1,2.1755438E0,4.529065E0,1.43473015E1,2.6481014E-1,3.9314656E0,9.0539837E-1,3.657889E0,1.5418786E1,1.6523018E0,8.219322E0,5.536754E0,1.0184623E0,1.4508398E0,2.1733186E-1,1.033227E1,2.463247E-1,2.5721045E0,5.778024E-1,1.700064E0,1.9796132E-1,1.1402833E0,2.533719E0,2.5297853E-1,1.9739257E0,2.4974497E-1,6.455741E0,7.0123017E-1,4.5186763E0,3.1966298E0,2.3472593E0,6.5201397E0,3.7901988E0,3.8685198E0,1.3819731E0,1.207014E1,4.610074E0,4.8501107E-1,5.8820586E0,1.0372418E1,6.440169E-1,4.57495E0,9.096549E0,7.071219E-1,3.6236136E0,4.5704427E0,6.7558026E-1,2.6469362E0,3.0355117E0,9.371949E-1,1.6673723E-1,4.1884894E0,3.0597506E0,5.656496E0,1.26437235E1,2.7231338E0,2.2960818E0,1.5187537E1,2.7421184E0,1.1907026E0,7.869282E0,2.9037404E0,1.4157177E1,1.7793278E0,8.30431E0,3.300511E0,4.9037766E0,1.7544208E0,3.8683715E-1,5.948575E0,1.6190488E0,8.695684E-1,1.3880669E0,3.0745897E0,1.1552919E1,1.6588799E1,4.3745866E0,8.339965E0,2.526488E0,3.0105133E0,2.131176E0,6.683781E-1,6.172114E0,1.1006299E0,1.0842216E0,2.5721343E0,1.8132395E0,1.9776958E0,5.875188E1,8.9207625E-1,3.28876E0,3.065699E0,2.864323E-1,2.1766882E0,3.9036233E0,1.702751E-1,1.6748185E0,3.706229E-1,2.3873694E0,7.120918E-1,6.7137675E0,1.2757925E0,1.6639414E-1,2.0091496E0,1.5434706E0,2.9855945E0,1.3227654E1,1.1196469E0,2.493242E-1,3.6821415E0,3.266289E0,3.915998E-1,4.604399E0,1.0814386E1,1.7905567E0,6.428766E0,2.4657075E0,3.0710464E0,4.3128508E-1,1.0195547E0,2.2942777E-1,1.0102842E1,1.7210959E-1,2.3999949E0,1.4935834E0,2.0648055E-1,8.784223E-1,2.6186112E-1,2.1853572E-1,1.7553899E0,6.0690417E0,3.8669905E-1,6.021584E-1,3.916518E0,4.925755E-1,2.7040544E0,6.896362E-1,5.8305035E0,3.6270485E0,1.6315037E-1,8.462791E-1,1.1223861E1,7.397761E-1,5.1422825E0,7.459441E0,2.9129767E0,6.37687E-1,3.9372633E0,1.0858803E0,8.010669E0,4.642054E-1,3.159408E0,3.972218E0,5.982245E-1,2.4826446E0,1.6429152E-1,3.0375227E-1,2.7317595E0,3.981466E0,2.0702331E-1,5.0902443E0,5.6625175E-1,1.1787013E1,8.567105E-1,1.3508433E1,1.6791041E0,1.7082015E0,1.0339167E0,5.645796E0,2.2234857E0,2.699495E0,2.0424524E-1,1.287782E0,1.2869395E1,6.2366384E-1,7.6806464E0,2.1097083E0,2.7940686E0,3.4603345E-1,5.6025414E0,1.41626E0,2.027889E-1,2.6395187E0,4.3507093E-1,5.8795223E0,5.673397E0,3.31738E0,1.327142E1,7.915016E-1,3.583085E0,1.3218677E0,7.0180974E0,2.6471663E0,3.63347E-1,1.917439E-1,1.9394321E0,5.6985126E0,4.7360095E-1,2.603142E-1,2.31182E0,1.8461269E-1,1.7930832E0,3.375498E-1,5.841433E1,2.637511E0,4.2818812E-1,1.72799E-1,2.0038893E0,1.7487438E-1,3.728749E0,1.4450866E0,2.2973189E-1,6.3207045E0,3.9306274E-1,3.3184192E-1,1.2116287E0,3.7211683E-1,2.6134777E0,1.2797277E1,4.3037733E-1,2.994016E0,2.7227306E-1,1.6758827E0,2.9285164E0,3.1800178E-1,1.0496385E1,4.2021384E0,2.2266276E0,2.2901669E0,1.7554079E-1,7.7191156E-1,2.4764316E-1,1.8864956E-1,9.914193E0,2.2266529E0,1.7334186E-1,2.0391642E-1,5.8651257E0,3.524742E0,3.91776E-1,2.495385E0,2.0866944E-1,5.1673293E0,6.631745E-1,3.1015182E0,5.255302E-1,8.586962E-1,1.0365165E1,4.5024066E0,6.3987607E-1,5.6834216E0,1.7760196E0,5.5187905E-1,2.3610976E0,3.5209155E0,4.1634753E-1,6.8274183E0,1.1832508E0,1.1859307E0,1.9734775E0,3.1694567E0,8.0276114E-1,2.5557528E0,1.760067E-1,1.9677934E-1,3.7846868E0,4.8298125E0,2.604321E-1,1.0618632E1,1.168381E0,2.0462441E0,1.146219E1,1.707241E-1,1.5374775E0,1.0467228E0,4.5990734E0,3.3306274E-1,1.890423E0,2.521196E0,1.7829932E-1,5.0568753E-1,1.2363708E1,6.8833175E0,7.973287E-1,2.4085214E0,3.855472E-1,2.1714723E0,4.6804634E-1,4.93651E0,9.430126E-1,1.7172183E0,3.9561787E0,7.524156E0,5.7472634E0,3.210592E0,3.72493E-1,6.693211E-1,6.3487763E0,4.399688E-1,2.2071974E0,3.7845805E-1,5.3200545E0,2.000693E0,3.111268E-1,2.077329E-1,1.5853503E0,1.7045041E0,5.6709827E1,2.397552E0,2.3995882E-1,3.4830685E0,2.4568059E-1,5.9675145E0,3.5319018E-1,2.7274895E-1,9.3887967E-1,3.550776E-1,2.2584002E0,1.2116375E1,6.809026E-1,1.8463987E-1,2.809376E0,2.1667342E0,7.617824E-1,9.399262E0,1.0971226E0,3.3361242E0,8.660141E-1,2.0982645E0,1.9190238E-1,5.437991E-1,9.370394E0,5.5846696E0,2.8045616E-1,5.3545177E-1,2.9892902E0,2.2563727E0,2.3901212E-1,4.2412715E0,9.260578E-1,2.9087749E0,1.9274339E-1,6.9209224E-1,9.673073E0,2.834183E-1,4.218988E0,5.357869E0,3.255524E-1,1.9602238E-1,2.1650753E0,3.1306179E0,3.9029762E-1,6.557039E0,2.7037942E-1,1.9611113E-1,2.9733458E0,2.376525E0,1.7922775E-1,3.473139E0,3.1154782E-1,4.4140368E0,4.1577563E-1,4.0171498E-1,1.0216917E1,4.2323348E-1,1.1038956E1,4.3346567E0,2.644167E-1,2.369731E-1,1.6534499E0,2.1228986E0,3.982973E-1,4.914127E-1,1.1872294E1,1.6760337E-1,6.715714E0,2.0063595E-1,2.2078855E0,2.683497E-1,1.9031227E0,4.5481563E0,3.883536E-1,5.8695596E-1,1.1302623E0,3.382355E0,5.7382375E-1,6.354787E0,1.169369E0,3.709547E0,2.0377162E0,1.7599352E-1,3.0345986E0,7.9742163E-1,5.551355E0,1.7714515E-1,5.1429095E0,1.7348179E-1,1.8272114E0,5.181282E1,4.897008E0,5.6076875E0,3.5982683E-1,2.0642993E0,1.9410071E-1,1.6527444E-1,1.19511E1,2.6099944E0,1.9938155E-1,1.9912773E0,1.7545676E-1,6.8837875E-1,8.710883E0,2.735845E0,6.00279E-1,3.8103336E-1,1.7172312E0,5.537253E-1,5.030944E0,1.8413547E-1,2.8051548E0,1.8951846E0,3.6118814E-1,4.0133038E0,2.2796783E-1,9.5083885E0,1.6468391E-1,3.9085152E0,3.1047285E-1,5.1828847E0,1.7498462E-1,1.9079814E0,2.5709385E-1,3.724933E-1,6.1845455E0,5.3204143E-1,2.4413042E0,2.5025705E-1,2.126268E0,3.5423192E-1,3.118907E0,4.011981E0,4.0205547E-1,2.3134579E-1,9.985571E0,1.041214E1,6.2681586E-1,3.9581105E-1,3.9388454E0,1.1048012E1,8.242834E-1,5.745224E0,9.704904E-1,2.0034027E0,2.0448276E-1,1.6916751E0,2.1144757E-1,4.2125177E0,3.356387E-1,2.9410484E0,4.4130647E-1,5.1552033E-1,5.839267E0,3.2333744E0,4.7617266E-1,2.407894E-1,2.7938092E0,4.411382E-1,5.1102166E0,4.908577E0,2.343328E-1,1.9339664E0,4.9878853E1,3.0461507E0,1.8508573E0,6.073073E-1,5.00038E0,4.1382688E-1,1.1537273E1,2.0932843E-1,2.400666E0,1.9212657E-1,1.7991508E0,2.6440877E-1,8.446475E0,1.8147504E-1,2.6236796E0,2.4296382E-1,3.7703397E0,3.6492257E0,2.5928953E-1,4.8571806E0,3.257041E-1,1.7278546E0,1.8012673E-1,7.400065E-1,5.444539E0,2.168899E-1,2.2244143E0,4.769126E-1,2.6419945E0,3.3320029E0,6.799783E-1,1.6339685E-1,9.822174E0,1.7581642E-1,1.0236323E1,3.764821E0,1.740244E-1,1.0664167E1,3.8384402E-1,2.280043E-1,5.5172195E0,2.5479975E-1,3.957718E0,2.3004718E-1,2.7110014E0,5.6090407E0,2.3022601E-1,6.54664E-1,2.5787103E0,2.2603543E0,5.3345484E-1,6.64321E-1,4.4458957E0,4.111395E0,7.971817E-1,8.739588E-1,4.9004894E1,5.4847735E-1,2.4976735E0,1.6347808E0,2.1607648E-1,1.8100612E-1,4.819374E0,2.8380388E-1,1.1253469E1,8.246255E0,2.0021975E-1,1.7063147E-1,2.4530482E0,3.8089433E-1,3.3894453E0,2.8088993E-1,3.3683357E0,1.9897327E-1,4.6582074E0,4.1249247E0,1.319614E0,2.4549446E0,1.8704994E-1,5.344838E-1,2.7975192E0,3.020239E-1,9.52015E0,1.9237677E0,8.312556E0,3.595311E0,1.6951025E-1,1.0402204E1,2.6196346E-1,3.6965993E-1,3.588058E0,2.460137E0,2.508645E-1,5.2151594E0,3.9388108E-1,2.8543207E-1,2.2932785E0,4.3677133E-1,4.0091243E0,3.9364724E0,1.7492265E-1,4.8691607E0,4.413573E1,2.9417637E-1,2.203497E0,1.4488499E0,1.8593079E-1,1.0782186E1,4.712834E-1,7.2834754E-1,7.517907E0,3.2222989E0,1.6714656E-1,3.1244886E0,2.4384715E-1,1.6716565E-1,4.4910417E0,3.9093127E0,2.1561216E-1,3.2435033E-1,2.1305943E0,9.344344E0,1.7580666E-1,2.8007933E-1,8.032476E0,2.1213531E-1,3.3831756E0,9.868926E0,5.3327805E-1,3.6896372E-1,3.2190943E0,2.2643518E0,1.9578502E-1,4.5118036E0,7.033561E-1,2.0278066E-1,2.0904977E0,2.336117E-1,3.7755125E0,2.937903E0,1.931258E0,3.9658173E1,4.4775596E0,1.2710828E0,1.7776725E-1,1.0527585E1,2.5460097E-1,7.041796E0,4.7611123E-1,4.22748E0,2.6356164E-1,2.4364308E-1,3.6656697E0,9.063226E0,2.8111854E-1,3.4896126E-1,7.6835155E0,2.0349623E-1,3.1796794E0,7.862411E-1,9.0826845E0,4.26798E0,2.438231E-1,3.5605035E0,2.15009E-1,1.9386853E0,9.9921757E-1,1.7218575E0,2.094004E-1,3.760033E1,2.0578425E0,2.5661774E0,1.9113821E0,3.67614E0,5.513398E-1,2.1082239E-1,8.852403E0,7.360578E0,3.2293713E-1,8.676261E0,4.0642372E-1,3.1744468E0,3.860566E-1,1.6253095E0,3.1337583E-1,1.9825815E-1,1.5235994E0,3.7202255E1,3.980762E-1,7.08114E-1,1.8580632E0,1.5439143E0,3.6746782E-1,1.7102937E-1,8.681374E0,7.1737404E0,1.8683787E-1,7.5185275E0,1.1577334E0,2.3724379E-1,2.9372032E0,1.2814609E0,3.4384862E-1,3.6668518E1,5.3373766E-1,1.6763353E0,1.8172789E-1,1.267761E0,2.761533E-1,1.998145E-1,8.481559E0,6.981452E0,1.9228815E-1,7.122306E0,3.962218E-1,6.6186607E-1,3.600665E1,2.545302E-1,8.227029E0,6.9184012E0,2.0390466E-1,5.75963E-1,3.5430687E1,1.9756225E-1,6.720839E0,1.7802769E-1,3.525266E1,6.2771755E-1,3.4624943E1,5.2009046E-1,3.410485E1,2.4391109E-1,3.386094E1,2.3055847E0,3.1555357E1,6.6884226E-1,1.6367424E0,2.9602068E1,1.9532876E0,1.3938644E0,2.4287793E-1,2.881106E1,7.9100895E-1,2.8063614E1,7.474455E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"969","size_leaf_vector":"0"}},{"base_weights":[-5.8038708E-2,-2.7389867E-2,-3.8987365E-1,-1.2519038E-2,-5.6637704E-1,-1.3403033E-1,-6.9684315E-1,-2.0684393E-3,-5.962825E-1,-0E0,-7.1089256E-1,-0E0,-5.533573E-1,-7.7960145E-1,-0E0,4.7751986E-3,-3.7441418E-1,-0E0,-5.495855E-1,-0E0,4.4750754E-2,-7.5590336E-1,-0E0,1.817025E-1,-2.2087319E-1,-6.04218E-1,-0E0,-0E0,-8.0987614E-1,-1.3793774E-1,3.180187E-2,-5.251302E-1,-0E0,1.4480586E-1,-0E0,-6.163913E-1,-0E0,-0E0,5.548911E-1,-0E0,-4.6710068E-1,-0E0,-5.346472E-1,-0E0,-6.4727217E-1,-1.7749135E-3,-2.7141252E-1,-1.2817847E-2,1.2409229E-1,-0E0,-6.0406053E-1,-1.9707826E-1,2.7100895E-2,-0E0,7.3930544E-1,3.4991324E-2,-0E0,-0E0,-5.3013015E-1,-1.6098185E-1,2.387678E-1,-5.1191765E-1,-1.5218594E-2,-4.279884E-2,1.9942705E-1,2.1621847E-1,4.815419E-3,-0E0,-6.301122E-1,-2.919094E-1,-0E0,-0E0,2.011607E-1,-0E0,9.665383E-1,-0E0,1.3097662E-1,-4.3844217E-1,-0E0,-3.724609E-1,-0E0,-0E0,3.528028E-1,-0E0,-5.425254E-1,2.9555973E-2,-4.0662655E-1,-1.918455E-1,-0E0,2.8059235E-1,-0E0,4.5817584E-2,4.0266907E-1,1.0062273E-1,-5.2156188E-2,-6.56284E-1,-0E0,-0E0,-3.0402574E-1,2.942486E-1,-0E0,-0E0,1.0658991E0,2.2132352E-1,-0E0,-4.8378146E-1,-0E0,2.4700168E-1,-5.5615447E-2,4.4190243E-1,-0E0,-5.97469E-1,-0E0,2.1364038E-1,-1.6275108E-1,-1.4146051E-2,-3.9967132E-1,-2.6982894E-2,3.9098793E-1,-0E0,3.422875E-1,-8.746812E-2,1.8047033E-1,5.1349676E-1,-0E0,-0E0,2.265026E-1,5.090858E-2,-1.4638719E-1,-6.817612E-1,-0E0,2.7668622E-1,-0E0,8.786369E-1,-0E0,1.8643267E-1,-0E0,-0E0,-5.694736E-1,3.9465457E-1,-0E0,-1.9617279E-1,-0E0,5.000955E-1,-0E0,-0E0,-6.2244904E-1,-0E0,1.0069113E0,-3.4797627E-1,-0E0,-1.9204922E-1,3.8345236E-2,-0E0,-5.288186E-1,1.7303819E-2,-7.788707E-2,-0E0,6.866092E-1,4.129733E-1,-0E0,-0E0,-2.675863E-1,-0E0,3.5195506E-1,-0E0,5.360605E-1,-0E0,1.18421674E-1,-1.00383095E-1,1.4946213E-1,-0E0,3.3081445E-1,-2.295096E-2,1.8478812E-1,-0E0,-2.4106635E-1,-7.082051E-1,-0E0,-6.4080346E-1,-0E0,-0E0,4.5860344E-1,-0E0,-3.8470975E-1,-0E0,1.16383865E-1,-0E0,5.5112696E-1,-0E0,-6.3775194E-1,1.4679472E-1,-7.2552E-2,-0E0,9.3955636E-1,-0E0,-4.4129068E-1,-0E0,-3.3259544E-1,1.7883733E-1,-1.9605315E-1,-0E0,-1.3657805E-1,-0E0,-5.730468E-1,-2.5512862E-1,6.827534E-2,-0E0,-1.3695194E-1,-0E0,8.957642E-1,5.408539E-1,-0E0,-0E0,4.4328578E-2,-0E0,-3.4168595E-1,7.376411E-2,-6.577135E-2,-0E0,4.2927462E-1,-0E0,6.0908026E-1,-1.2749273E-1,-0E0,3.2488972E-1,-0E0,-0E0,-2.150672E-1,-0E0,3.222828E-1,4.486737E-1,-0E0,-0E0,-3.223619E-2,2.9589298E-1,-0E0,8.647136E-2,-8.2626747E-4,-3.318342E-1,-0E0,-5.6724125E-1,-0E0,-6.718137E-1,-0E0,3.8943613E-1,-0E0,-0E0,-4.2591566E-1,2.2008015E-1,-0E0,5.883677E-1,-0E0,-6.6191316E-1,-0E0,2.6538262E-1,-0E0,-0E0,-4.9875233E-1,-0E0,-3.964877E-1,3.6784947E-1,-0E0,-0E0,-3.5525757E-1,-0E0,-1.9974738E-1,-0E0,-5.965473E-1,-3.1547454E-1,-0E0,6.0038758E-3,2.4829721E-1,-7.884695E-2,1.15198046E-1,-0E0,-2.2282074E-1,1.0344552E0,-0E0,-0E0,5.960467E-1,-0E0,-4.1257143E-2,1.3940409E-1,-0E0,-0E0,-4.19043E-1,1.9948621E-1,-0E0,-3.0907506E-1,-0E0,-0E0,4.71747E-1,4.8789725E-2,-0E0,6.366523E-1,-0E0,-2.5318572E-1,-0E0,-0E0,3.2517073E-1,-0E0,-3.192937E-1,-0E0,4.051612E-1,-0E0,5.3227925E-1,-0E0,3.4209678E-1,1.5910201E-1,-0E0,-1.2863617E-1,-0E0,-4.0074706E-1,-0E0,-5.383348E-1,-0E0,-3.818257E-1,-0E0,3.402197E-1,-0E0,6.3443196E-1,-0E0,-5.431477E-1,-0E0,3.4710962E-1,-0E0,-0E0,-4.1085806E-1,-4.219939E-1,-0E0,-0E0,5.2561814E-1,-1.7557186E-1,-0E0,-0E0,-3.1027955E-1,-2.6094303E-1,-0E0,-0E0,-6.0803694E-1,-0E0,-3.6181334E-1,2.233239E-1,-7.176315E-4,3.3641383E-1,-0E0,-2.5229496E-1,-0E0,2.120922E-1,-0E0,-3.1392615E-2,1.5458368E-1,-0E0,-2.587562E-1,-0E0,1.119345E0,-0E0,6.71012E-1,-1.4072767E-1,-0E0,-0E0,2.5505352E-1,-4.638988E-1,-0E0,2.9164767E-1,-0E0,-0E0,-3.60815E-1,5.158571E-1,-0E0,-0E0,1.4299051E-1,-0E0,6.7098147E-1,-0E0,-3.4938657E-1,-4.3176454E-1,-0E0,-0E0,4.7379148E-1,6.027177E-1,-0E0,-0E0,3.921694E-1,-0E0,2.5000274E-1,-0E0,-2.8010678E-1,-0E0,-4.5799127E-1,2.843578E-1,-0E0,6.714368E-1,-0E0,4.2635664E-1,-0E0,-4.4518194E-1,-0E0,6.015554E-1,-0E0,-0E0,-2.3585081E-1,-2.3403946E-1,-0E0,-6.2869364E-1,-0E0,-3.932843E-1,-0E0,-0E0,5.8650416E-1,1.4783676E-2,-8.572281E-2,4.2931455E-1,-0E0,-3.6010307E-1,-0E0,-8.518317E-2,1.08760394E-1,2.973964E-1,-0E0,-0E0,-1.7182447E-1,-0E0,-1.631354E-1,-0E0,2.704257E-1,-0E0,-2.9185194E-1,1.2104472E0,-0E0,7.2423893E-1,-0E0,-1.7686698E-1,-0E0,3.3885017E-1,-0E0,-5.1439965E-1,-0E0,-0E0,3.6958146E-1,-0E0,-4.2373452E-1,-0E0,5.550923E-1,-0E0,1.6862923E-1,-0E0,7.0581824E-1,-2.9345816E-1,-0E0,-4.933029E-1,-0E0,5.1983404E-1,-0E0,6.422186E-1,-0E0,-0E0,4.4098032E-1,2.2341925E-1,-0E0,-0E0,-2.8202316E-1,-4.8102584E-1,-0E0,7.123028E-1,-0E0,-0E0,4.945108E-1,-3.5505536E-1,-0E0,-0E0,6.6554046E-1,-6.380902E-1,-0E0,-0E0,-4.2327806E-1,6.8536705E-1,-0E0,-2.510841E-2,9.3578026E-2,-0E0,-2.1154773E-1,5.117761E-1,-0E0,-4.1360378E-1,-0E0,-0E0,-1.8287946E-1,-0E0,1.9072968E-1,3.801036E-1,-0E0,-0E0,-1.9772126E-1,-0E0,9.517027E-2,-0E0,-2.6755717E-1,3.4999207E-1,-0E0,-0E0,-3.172483E-1,1.3737998E0,-0E0,-0E0,7.5666356E-1,-1.4792362E-1,-0E0,3.3188853E-1,-0E0,-0E0,-5.354274E-1,4.4501147E-1,-0E0,-3.4741375E-1,-0E0,5.980408E-1,-0E0,7.197033E-1,-0E0,-0E0,-5.418993E-1,5.4859036E-1,-0E0,-0E0,7.1024245E-1,-0E0,4.685364E-1,-4.9867955E-1,-0E0,-0E0,7.375782E-1,-0E0,5.359146E-1,7.5542516E-1,-0E0,-5.0936335E-1,-0E0,-4.5473847E-1,-0E0,-0E0,5.98746E-1,-0E0,-1.7797127E-1,-0E0,2.0021936E-1,1.1417762E-1,-0E0,-0E0,-2.9326248E-1,-0E0,5.475975E-1,-4.4257396E-1,-0E0,-2.8330144E-1,-0E0,-0E0,2.9889426E-1,-0E0,4.6582E-1,-0E0,1.5070641E-1,-0E0,-3.3338785E-1,-0E0,4.1588306E-1,-3.4642786E-1,-0E0,1.427524E0,-0E0,-0E0,7.9107434E-1,-0E0,-4.3314266E-1,4.981107E-1,-0E0,6.095663E-1,-0E0,7.378985E-1,-0E0,-0E0,-5.709644E-1,-0E0,4.680597E-1,7.395871E-1,-0E0,4.8584935E-1,-0E0,-3.98148E-1,-0E0,-0E0,7.562194E-1,-0E0,5.788353E-1,-0E0,8.082017E-1,-4.8367345E-1,-0E0,4.5562603E-2,-0E0,-3.1048658E-1,-0E0,-0E0,-8.910556E-2,-0E0,3.1442204E-1,-0E0,2.1846531E-1,-0E0,-3.439648E-1,5.885869E-1,-0E0,-0E0,-4.6144953E-1,-0E0,-3.5593003E-1,4.1926077E-1,-0E0,5.095728E-1,-0E0,1.35038E-1,-0E0,-0E0,-4.0813863E-1,-0E0,4.691902E-1,-3.5616994E-2,-4.6009162E-1,-0E0,1.5211676E0,-0E0,8.384134E-1,-0E0,4.129211E-1,-0E0,6.255912E-1,-0E0,7.584263E-1,-4.6067083E-1,-0E0,-0E0,7.675401E-1,5.0145817E-1,-0E0,-0E0,6.033937E-1,-0E0,4.6972567E-1,-0E0,8.5044205E-1,-0E0,-5.1130277E-1,-0E0,2.0252769E-1,-7.8923315E-2,-0E0,-2.836217E-1,-0E0,-2.1665277E-1,-0E0,-0E0,3.652001E-1,-0E0,2.7796882E-1,-0E0,-3.9190894E-1,6.178486E-1,-0E0,-4.7704595E-1,-0E0,-4.0982518E-1,-0E0,4.387466E-1,-0E0,5.909764E-1,-0E0,-0E0,-4.7448647E-1,5.0946534E-1,-0E0,-0E0,-1.4682116E-1,-5.412975E-1,-0E0,-0E0,1.2371576E0,-0E0,9.408368E-1,6.348021E-1,-0E0,7.792052E-1,-0E0,-0E0,6.152776E-1,-0E0,4.036106E-1,6.8469226E-1,-0E0,-5.310024E-1,-0E0,2.761849E-1,-0E0,-1.6147676E-1,-0E0,-0E0,-2.6454037E-1,-0E0,4.3421298E-1,-0E0,3.2771894E-1,-4.2110044E-1,-0E0,6.494751E-1,-0E0,-4.0128735E-1,-0E0,-4.741786E-1,-0E0,-0E0,3.679361E-1,6.160259E-1,-0E0,-4.9985915E-1,-0E0,4.2422214E-1,-0E0,6.51257E-2,-0E0,-0E0,-2.195388E-1,-5.608952E-1,-0E0,-0E0,1.0056484E0,-0E0,5.0275904E-1,7.895881E-1,-0E0,-0E0,-5.4650563E-1,3.3504182E-1,-0E0,-1.6050683E-1,-0E0,-2.7639154E-1,-0E0,-0E0,4.6816796E-1,-0E0,3.8672498E-1,-4.427276E-1,-0E0,5.200056E-1,-0E0,-4.085493E-1,-0E0,5.18707E-1,-0E0,-5.266267E-1,-0E0,1.6270858E-1,-0E0,-0E0,-4.8075706E-2,-0E0,-2.7381897E-1,-0E0,-5.787044E-1,1.051358E0,-0E0,-0E0,7.960548E-1,-4.3583134E-1,-0E0,-0E0,3.7877923E-1,-0E0,5.3936404E-1,-0E0,4.362078E-1,-0E0,-4.617059E-1,-4.3710548E-1,-0E0,2.2778893E-1,-0E0,-0E0,-4.9975112E-2,-3.1910354E-1,-0E0,-0E0,-5.952986E-1,1.0700437E0,-0E0,-0E0,6.259033E-1,4.17778E-1,-0E0,5.710846E-1,-0E0,3.752588E-1,-0E0,-0E0,-4.922396E-1,-0E0,2.9880077E-1,-0E0,-3.662917E-1,-6.419701E-1,-0E0,8.481384E-1,-0E0,3.659524E-1,-0E0,5.8825487E-1,-0E0,-3.9309767E-1,-0E0,-0E0,3.4212133E-1,-3.1906283E-1,-0E0,-0E0,-6.784493E-1,4.710105E-1,-0E0,2.8426877E-1,-0E0,-0E0,-6.8995684E-1,-0E0,-5.45483E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":9,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,-1,29,31,-1,-1,-1,33,35,-1,37,39,41,-1,-1,43,45,47,49,-1,-1,-1,-1,-1,51,53,55,57,-1,-1,-1,-1,59,61,63,65,-1,67,69,71,-1,73,75,-1,-1,77,79,81,83,85,87,89,91,93,-1,95,97,-1,-1,99,-1,101,-1,103,-1,-1,105,107,-1,109,-1,111,113,-1,115,117,119,-1,121,123,125,127,129,-1,-1,-1,131,-1,-1,133,135,-1,137,-1,139,141,143,-1,145,-1,147,149,151,153,155,157,-1,159,161,163,165,167,169,171,173,175,177,-1,-1,-1,-1,-1,-1,-1,-1,179,181,-1,183,185,187,-1,-1,189,191,193,195,-1,197,199,201,203,205,207,-1,209,211,-1,213,215,217,219,-1,221,223,225,227,229,-1,231,233,235,237,239,241,-1,243,-1,-1,245,-1,247,-1,249,-1,251,-1,253,255,-1,-1,-1,-1,257,-1,259,261,263,-1,265,-1,267,269,271,273,275,-1,277,279,-1,281,283,-1,285,287,289,-1,291,293,295,297,-1,299,-1,-1,301,-1,303,305,-1,-1,-1,307,-1,309,311,313,-1,-1,-1,315,-1,-1,-1,-1,317,319,-1,321,-1,323,-1,325,-1,-1,327,-1,329,331,333,-1,335,-1,337,-1,339,341,-1,343,345,347,349,351,353,355,-1,-1,357,-1,359,361,-1,-1,363,365,-1,367,-1,-1,369,371,-1,373,-1,375,-1,-1,-1,-1,377,-1,379,-1,381,-1,383,385,-1,387,-1,389,-1,-1,-1,-1,-1,391,-1,393,-1,-1,-1,395,-1,-1,-1,397,-1,-1,399,401,-1,-1,-1,403,-1,-1,405,-1,407,409,411,413,-1,415,417,419,421,423,425,-1,427,-1,429,-1,431,433,-1,-1,435,437,-1,439,-1,-1,441,443,-1,-1,445,-1,447,-1,449,451,-1,-1,453,455,-1,-1,457,-1,459,-1,461,-1,463,-1,-1,465,-1,467,-1,469,-1,471,-1,-1,-1,-1,-1,473,-1,475,-1,-1,477,479,481,483,-1,485,-1,487,489,491,-1,-1,493,495,497,-1,499,-1,501,503,-1,505,-1,507,-1,509,-1,511,-1,-1,513,-1,515,-1,517,-1,-1,-1,519,-1,-1,521,-1,523,-1,525,-1,-1,527,-1,-1,-1,-1,529,-1,531,-1,-1,533,-1,-1,-1,535,537,-1,-1,539,541,-1,543,545,547,549,551,-1,553,-1,-1,555,-1,557,559,-1,-1,-1,-1,561,-1,563,565,-1,-1,567,569,-1,-1,571,-1,-1,-1,-1,-1,573,575,-1,-1,-1,577,-1,579,-1,-1,581,583,-1,-1,585,-1,587,589,-1,-1,591,-1,593,595,-1,-1,-1,597,-1,-1,-1,599,601,603,605,607,-1,-1,609,-1,611,613,-1,615,-1,-1,617,-1,619,-1,621,-1,623,-1,625,627,-1,629,-1,-1,631,-1,-1,633,-1,635,-1,637,-1,-1,639,-1,-1,641,-1,643,-1,-1,-1,-1,645,-1,647,-1,649,651,-1,653,655,657,-1,-1,659,-1,661,-1,663,-1,665,667,-1,-1,669,-1,671,673,-1,675,-1,-1,-1,-1,677,-1,679,681,683,-1,685,-1,687,-1,-1,-1,689,-1,691,-1,-1,-1,693,695,-1,-1,-1,-1,-1,-1,697,-1,699,-1,701,703,-1,-1,-1,705,-1,-1,707,-1,709,-1,711,713,-1,715,-1,717,-1,719,-1,721,-1,-1,723,725,-1,727,729,731,-1,-1,-1,-1,733,735,-1,737,-1,-1,-1,-1,-1,-1,-1,739,-1,741,-1,743,-1,-1,745,-1,747,-1,749,751,-1,753,-1,-1,-1,755,-1,-1,-1,757,-1,759,-1,-1,-1,761,763,-1,765,767,-1,-1,769,-1,-1,771,-1,-1,773,775,-1,-1,-1,-1,-1,-1,777,-1,779,781,-1,-1,-1,-1,-1,-1,-1,783,-1,785,-1,-1,787,-1,789,-1,791,793,-1,-1,795,-1,-1,-1,797,-1,799,-1,801,-1,803,-1,-1,805,-1,-1,-1,807,-1,-1,809,811,-1,-1,-1,813,-1,815,-1,-1,-1,-1,817,-1,819,-1,821,823,-1,-1,-1,-1,-1,825,-1,-1,-1,-1,827,-1,-1,-1,829,-1,-1,-1,-1,-1,831,-1,-1],"loss_changes":[4.4228067E0,2.93974E0,2.0664544E0,2.0240586E0,9.994867E-1,1.42118E0,1.0491514E0,1.452446E0,3.9343333E-1,2.7429177E-3,2.3209524E-1,7.070638E-1,2.436378E-1,3.7538147E-1,0E0,1.4958602E0,8.855846E-1,0E0,0E0,0E0,3.8862754E-2,2.2244835E-1,0E0,1.0615672E0,6.5876853E-1,1.5858388E-1,0E0,0E0,1.1925697E-1,8.2146907E-1,1.5740687E0,2.531948E-1,0E0,0E0,0E0,0E0,0E0,1.4542113E-1,8.262373E-1,3.366712E-3,2.4812126E-1,0E0,0E0,0E0,0E0,1.2447938E0,1.1147578E0,1.326933E0,1.1306555E0,0E0,1.3903332E-1,1.5248093E-1,1.07875675E-1,0E0,5.840049E-1,3.997752E-2,0E0,0E0,6.468451E-2,8.401922E-1,4.238916E-1,2.634287E-1,8.498375E-1,1.1913453E0,5.4803187E-1,1.597537E0,3.7240875E-1,0E0,1.4797354E-1,1.4019111E-1,0E0,0E0,8.820999E-2,0E0,4.2353082E-1,0E0,6.953479E-2,0E0,0E0,5.245223E-1,2.1508159E-1,0E0,4.0288138E-1,0E0,1.397345E-1,5.2363825E-1,0E0,1.1615177E0,1.4966614E0,5.121139E-1,0E0,7.67916E-1,9.669981E-1,3.37063E-1,3.9735806E-1,1.4633894E-1,0E0,0E0,0E0,6.1295047E-2,0E0,0E0,7.675314E-2,8.945659E-3,0E0,3.6218262E-1,0E0,2.032254E-1,2.6030493E-1,2.6240265E-1,0E0,1.1652994E-1,0E0,6.4237785E-1,3.4179506E-1,4.0157038E-1,4.4315934E-1,4.1624275E-1,1.1498533E0,0E0,4.3808794E-1,3.9937901E-1,6.215042E-1,4.1580534E-1,5.9475996E-2,2.6731136E-1,4.7994715E-1,2.624951E-1,3.713364E-1,1.5110326E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.09062E-1,7.00078E-2,0E0,3.2837155E-1,4.451641E-2,2.2749865E-1,0E0,0E0,1.11993074E-1,1.7934616E-1,1.8099713E-1,2.1886224E-1,0E0,3.3858052E-1,5.3601974E-1,5.3989712E-2,4.307902E-1,8.50965E-1,4.2522097E-1,0E0,1.1142209E0,9.377456E-1,0E0,1.035876E-2,2.8925538E-1,6.2169053E-2,4.1852677E-1,0E0,3.6304188E-1,5.0834596E-2,2.6220915E-1,2.998789E-1,4.0643394E-1,0E0,6.426834E-1,2.120703E-3,2.7154788E-1,2.7938483E-2,4.0745384E-1,7.450819E-2,0E0,1.7875004E-1,0E0,0E0,1.9926727E-2,0E0,8.8900626E-2,0E0,1.0039261E-1,0E0,1.8198872E-1,0E0,1.1742282E-1,3.0033627E-1,0E0,0E0,0E0,0E0,1.23021305E-1,0E0,1.7143369E-1,7.670751E-1,2.0788223E-1,0E0,5.472452E-2,0E0,1.1971569E-1,1.6017169E-1,4.83885E-1,3.2893783E-1,6.9560206E-1,0E0,3.996997E-1,4.9803615E-1,0E0,5.3584944E-3,6.1446846E-2,0E0,1.577881E-1,1.7878816E-1,2.4151339E-1,0E0,2.5340223E-1,8.795896E-3,4.6434927E-1,1.2803501E-1,0E0,1.6085842E-1,0E0,0E0,2.8974038E-1,0E0,2.6839066E-1,3.8353157E-1,0E0,0E0,0E0,1.5455443E-1,0E0,5.601251E-2,5.1000264E-2,4.0552938E-1,0E0,0E0,0E0,7.76844E-2,0E0,0E0,0E0,0E0,2.9264688E-3,1.23919755E-1,0E0,2.2150493E-1,0E0,1.3761663E-1,0E0,2.4857557E-1,0E0,0E0,4.3955207E-2,0E0,8.888483E-2,7.1175957E-1,1.0264604E-1,0E0,3.466922E-2,0E0,6.499962E-2,0E0,8.1195354E-2,1.5691799E-1,0E0,3.010021E-1,3.547203E-1,3.0926943E-1,3.8341975E-1,1.4805296E-1,3.761598E-1,4.0174294E-1,0E0,0E0,4.2632866E-1,0E0,4.940871E-2,1.4153334E-1,0E0,0E0,1.589328E-1,1.9222204E-1,0E0,5.2196205E-2,0E0,0E0,2.4013138E-1,4.6973545E-2,0E0,4.5854425E-1,0E0,1.3792711E-1,0E0,0E0,0E0,0E0,1.948123E-1,0E0,2.3940682E-1,0E0,3.6126018E-1,0E0,1.5568143E-1,6.6964895E-2,0E0,1.5274255E-1,0E0,3.721869E-1,0E0,0E0,0E0,0E0,0E0,1.507473E-2,0E0,1.9420171E-1,0E0,0E0,0E0,2.686966E-1,0E0,0E0,0E0,4.6448767E-2,0E0,0E0,3.3688962E-1,9.3963176E-2,0E0,0E0,0E0,4.0603742E-2,0E0,0E0,7.9927444E-2,0E0,1.1898804E-1,5.0525796E-1,1.3487595E-1,2.6848876E-1,0E0,3.3079836E-1,1.3004339E-1,4.4984502E-1,6.894568E-2,1.8344556E-1,2.2601135E-1,0E0,4.201424E-1,0E0,3.4528446E-1,0E0,4.057107E-1,2.6099503E-2,0E0,0E0,1.2212205E-1,9.44556E-2,0E0,1.9896653E-1,0E0,0E0,6.770119E-2,2.4946856E-1,0E0,0E0,5.7892133E-2,0E0,3.872528E-1,0E0,2.213952E-2,1.7455292E-1,0E0,0E0,1.3449895E-1,2.564304E-1,0E0,0E0,1.5618062E-1,0E0,3.0831277E-2,0E0,9.8009035E-2,0E0,1.5236044E-1,0E0,0E0,1.12446785E-1,0E0,2.0023191E-1,0E0,1.0442138E-2,0E0,3.289323E-1,0E0,0E0,0E0,0E0,0E0,4.7691345E-2,0E0,1.2522948E-1,0E0,0E0,1.3671714E-1,1.6742642E-1,3.6891097E-1,2.2766697E-1,0E0,1.7548472E-1,0E0,1.13946855E-1,1.2529199E-1,3.7701297E-1,0E0,0E0,6.560833E-2,1.9747311E-2,1.9723874E-1,0E0,2.1101043E-1,0E0,3.844707E-1,2.8651047E-1,0E0,3.4037971E-1,0E0,4.8476234E-3,0E0,1.328539E-1,0E0,5.3390503E-2,0E0,0E0,2.0482874E-1,0E0,7.899374E-3,0E0,2.2598457E-1,0E0,0E0,0E0,2.1284294E-1,0E0,0E0,9.271538E-2,0E0,8.2690835E-2,0E0,2.006011E-1,0E0,0E0,8.896971E-2,0E0,0E0,0E0,0E0,1.1967182E-1,0E0,7.831693E-2,0E0,0E0,1.4781773E-1,0E0,0E0,0E0,3.0992436E-1,4.1217327E-2,0E0,0E0,1.323874E-1,8.844882E-2,0E0,1.3255407E-1,3.6006725E-1,6.4965606E-2,2.2068128E-1,1.8453026E-1,0E0,9.576166E-2,0E0,0E0,1.962968E-1,0E0,2.0635802E-1,2.1841371E-1,0E0,0E0,0E0,0E0,2.511073E-2,0E0,1.5910953E-1,1.822409E-1,0E0,0E0,2.692039E-1,5.5603504E-2,0E0,0E0,2.7028704E-1,0E0,0E0,0E0,0E0,0E0,4.3994427E-2,7.7153504E-2,0E0,0E0,0E0,4.4070482E-2,0E0,1.7446232E-1,0E0,0E0,5.2717447E-2,6.577742E-2,0E0,0E0,1.497128E-1,0E0,3.15392E-2,6.470418E-2,0E0,0E0,4.321766E-2,0E0,1.2897027E-1,1.9837451E-1,0E0,0E0,0E0,1.2557983E-1,0E0,0E0,0E0,1.1551657E-2,1.4800523E-1,3.807796E-2,3.3179808E-1,1.5198557E-1,0E0,0E0,1.8768704E-1,0E0,1.8491638E-1,1.8157244E-2,0E0,1.7456901E-1,0E0,0E0,2.3847625E-1,0E0,1.5991008E-1,0E0,8.336414E-3,0E0,1.7669266E-1,0E0,7.6936245E-2,4.0260792E-1,0E0,6.720543E-3,0E0,0E0,2.9461622E-1,0E0,0E0,4.7360063E-2,0E0,4.318881E-2,0E0,1.5932274E-1,0E0,0E0,2.5320053E-3,0E0,0E0,1.1921024E-1,0E0,3.210962E-2,0E0,0E0,0E0,0E0,2.4062872E-2,0E0,5.4843545E-2,0E0,1.5959549E-1,8.977544E-2,0E0,1.8847127E-1,1.6707955E-2,8.375931E-2,0E0,0E0,1.4955941E-1,0E0,2.2175795E-1,0E0,1.14449546E-1,0E0,1.895873E-1,1.407311E-1,0E0,0E0,1.9797564E-2,0E0,1.2486619E-1,4.7049522E-3,0E0,2.2612917E-1,0E0,0E0,0E0,0E0,1.6125703E-1,0E0,7.8389764E-2,8.715811E-2,3.8878155E-1,0E0,2.9696465E-2,0E0,3.073001E-1,0E0,0E0,0E0,1.7757177E-2,0E0,4.1103363E-2,0E0,0E0,0E0,2.3438454E-2,3.1176925E-2,0E0,0E0,0E0,0E0,0E0,0E0,6.601238E-2,0E0,2.767396E-2,0E0,1.5114668E-1,4.750058E-2,0E0,0E0,0E0,7.154004E-2,0E0,0E0,2.1557021E-1,0E0,9.6031636E-2,0E0,1.3176513E-1,6.2610626E-2,0E0,1.228261E-1,0E0,1.4234442E-1,0E0,4.50629E-3,0E0,5.59659E-2,0E0,0E0,4.5685053E-2,7.333362E-2,0E0,1.5771559E-2,9.8686434E-2,2.0002294E-1,0E0,0E0,0E0,0E0,3.2143497E-1,3.8962364E-3,0E0,5.3562164E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.3458242E-2,0E0,9.935856E-2,0E0,3.2372795E-2,0E0,0E0,9.742129E-2,0E0,1.5542781E-1,0E0,5.8615237E-2,7.920015E-2,0E0,4.146743E-2,0E0,0E0,0E0,9.168154E-2,0E0,0E0,0E0,6.940079E-2,0E0,2.8571844E-2,0E0,0E0,0E0,7.274032E-2,4.5927237E-3,0E0,6.434938E-2,1.994834E-1,0E0,0E0,2.0410585E-1,0E0,0E0,2.3377419E-2,0E0,0E0,1.2362361E-2,9.1219515E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.226604E-1,0E0,8.137855E-2,4.6109438E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.3688645E-2,0E0,6.900673E-2,0E0,0E0,2.5631762E-3,0E0,7.721883E-2,0E0,1.7433119E-1,3.952694E-2,0E0,0E0,5.932808E-3,0E0,0E0,0E0,8.862561E-2,0E0,7.706487E-2,0E0,6.1746836E-2,0E0,4.221618E-2,0E0,0E0,8.935641E-2,0E0,0E0,0E0,7.0357084E-2,0E0,0E0,1.601696E-1,3.5414696E-3,0E0,0E0,0E0,7.693738E-2,0E0,4.359913E-2,0E0,0E0,0E0,0E0,2.3101449E-2,0E0,5.7302237E-2,0E0,3.417933E-2,1.7600536E-1,0E0,0E0,0E0,0E0,0E0,1.0674238E-2,0E0,0E0,0E0,0E0,1.6144574E-2,0E0,0E0,0E0,6.350136E-2,0E0,0E0,0E0,0E0,0E0,8.829117E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,15,15,16,16,20,20,21,21,23,23,24,24,25,25,28,28,29,29,30,30,31,31,37,37,38,38,39,39,40,40,45,45,46,46,47,47,48,48,50,50,51,51,52,52,54,54,55,55,58,58,59,59,60,60,61,61,62,62,63,63,64,64,65,65,66,66,68,68,69,69,72,72,74,74,76,76,79,79,80,80,82,82,84,84,85,85,87,87,88,88,89,89,91,91,92,92,93,93,94,94,95,95,99,99,102,102,103,103,105,105,107,107,108,108,109,109,111,111,113,113,114,114,115,115,116,116,117,117,118,118,120,120,121,121,122,122,123,123,124,124,125,125,126,126,127,127,128,128,129,129,138,138,139,139,141,141,142,142,143,143,146,146,147,147,148,148,149,149,151,151,152,152,153,153,154,154,155,155,156,156,158,158,159,159,161,161,162,162,163,163,164,164,166,166,167,167,168,168,169,169,170,170,172,172,173,173,174,174,175,175,176,176,177,177,179,179,182,182,184,184,186,186,188,188,190,190,191,191,196,196,198,198,199,199,200,200,202,202,204,204,205,205,206,206,207,207,208,208,210,210,211,211,213,213,214,214,216,216,217,217,218,218,220,220,221,221,222,222,223,223,225,225,228,228,230,230,231,231,235,235,237,237,238,238,239,239,243,243,248,248,249,249,251,251,253,253,255,255,258,258,260,260,261,261,262,262,264,264,266,266,268,268,269,269,271,271,272,272,273,273,274,274,275,275,276,276,277,277,280,280,282,282,283,283,286,286,287,287,289,289,292,292,293,293,295,295,297,297,302,302,304,304,306,306,308,308,309,309,311,311,313,313,319,319,321,321,325,325,329,329,332,332,333,333,337,337,340,340,342,342,343,343,344,344,345,345,347,347,348,348,349,349,350,350,351,351,352,352,354,354,356,356,358,358,359,359,362,362,363,363,365,365,368,368,369,369,372,372,374,374,376,376,377,377,380,380,381,381,384,384,386,386,388,388,390,390,393,393,395,395,397,397,399,399,405,405,407,407,410,410,411,411,412,412,413,413,415,415,417,417,418,418,419,419,422,422,423,423,424,424,426,426,428,428,429,429,431,431,433,433,435,435,437,437,440,440,442,442,444,444,448,448,451,451,453,453,455,455,458,458,463,463,465,465,468,468,472,472,473,473,476,476,477,477,479,479,480,480,481,481,482,482,483,483,485,485,488,488,490,490,491,491,496,496,498,498,499,499,502,502,503,503,506,506,512,512,513,513,517,517,519,519,522,522,523,523,526,526,528,528,529,529,532,532,534,534,535,535,539,539,543,543,544,544,545,545,546,546,547,547,550,550,552,552,553,553,555,555,558,558,560,560,562,562,564,564,566,566,567,567,569,569,572,572,575,575,577,577,579,579,582,582,585,585,587,587,592,592,594,594,596,596,597,597,599,599,600,600,601,601,604,604,606,606,608,608,610,610,611,611,614,614,616,616,617,617,619,619,624,624,626,626,627,627,628,628,630,630,632,632,636,636,638,638,642,642,643,643,650,650,652,652,654,654,655,655,659,659,662,662,664,664,666,666,667,667,669,669,671,671,673,673,675,675,678,678,679,679,681,681,682,682,683,683,688,688,689,689,691,691,699,699,701,701,703,703,706,706,708,708,710,710,711,711,713,713,717,717,721,721,723,723,727,727,728,728,730,730,731,731,734,734,737,737,740,740,741,741,748,748,750,750,751,751,759,759,761,761,764,764,766,766,768,768,769,769,772,772,776,776,778,778,780,780,782,782,785,785,789,789,792,792,793,793,797,797,799,799,804,804,806,806,808,808,809,809,815,815,820,820,824,824,830,830],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,-1,30,32,-1,-1,-1,34,36,-1,38,40,42,-1,-1,44,46,48,50,-1,-1,-1,-1,-1,52,54,56,58,-1,-1,-1,-1,60,62,64,66,-1,68,70,72,-1,74,76,-1,-1,78,80,82,84,86,88,90,92,94,-1,96,98,-1,-1,100,-1,102,-1,104,-1,-1,106,108,-1,110,-1,112,114,-1,116,118,120,-1,122,124,126,128,130,-1,-1,-1,132,-1,-1,134,136,-1,138,-1,140,142,144,-1,146,-1,148,150,152,154,156,158,-1,160,162,164,166,168,170,172,174,176,178,-1,-1,-1,-1,-1,-1,-1,-1,180,182,-1,184,186,188,-1,-1,190,192,194,196,-1,198,200,202,204,206,208,-1,210,212,-1,214,216,218,220,-1,222,224,226,228,230,-1,232,234,236,238,240,242,-1,244,-1,-1,246,-1,248,-1,250,-1,252,-1,254,256,-1,-1,-1,-1,258,-1,260,262,264,-1,266,-1,268,270,272,274,276,-1,278,280,-1,282,284,-1,286,288,290,-1,292,294,296,298,-1,300,-1,-1,302,-1,304,306,-1,-1,-1,308,-1,310,312,314,-1,-1,-1,316,-1,-1,-1,-1,318,320,-1,322,-1,324,-1,326,-1,-1,328,-1,330,332,334,-1,336,-1,338,-1,340,342,-1,344,346,348,350,352,354,356,-1,-1,358,-1,360,362,-1,-1,364,366,-1,368,-1,-1,370,372,-1,374,-1,376,-1,-1,-1,-1,378,-1,380,-1,382,-1,384,386,-1,388,-1,390,-1,-1,-1,-1,-1,392,-1,394,-1,-1,-1,396,-1,-1,-1,398,-1,-1,400,402,-1,-1,-1,404,-1,-1,406,-1,408,410,412,414,-1,416,418,420,422,424,426,-1,428,-1,430,-1,432,434,-1,-1,436,438,-1,440,-1,-1,442,444,-1,-1,446,-1,448,-1,450,452,-1,-1,454,456,-1,-1,458,-1,460,-1,462,-1,464,-1,-1,466,-1,468,-1,470,-1,472,-1,-1,-1,-1,-1,474,-1,476,-1,-1,478,480,482,484,-1,486,-1,488,490,492,-1,-1,494,496,498,-1,500,-1,502,504,-1,506,-1,508,-1,510,-1,512,-1,-1,514,-1,516,-1,518,-1,-1,-1,520,-1,-1,522,-1,524,-1,526,-1,-1,528,-1,-1,-1,-1,530,-1,532,-1,-1,534,-1,-1,-1,536,538,-1,-1,540,542,-1,544,546,548,550,552,-1,554,-1,-1,556,-1,558,560,-1,-1,-1,-1,562,-1,564,566,-1,-1,568,570,-1,-1,572,-1,-1,-1,-1,-1,574,576,-1,-1,-1,578,-1,580,-1,-1,582,584,-1,-1,586,-1,588,590,-1,-1,592,-1,594,596,-1,-1,-1,598,-1,-1,-1,600,602,604,606,608,-1,-1,610,-1,612,614,-1,616,-1,-1,618,-1,620,-1,622,-1,624,-1,626,628,-1,630,-1,-1,632,-1,-1,634,-1,636,-1,638,-1,-1,640,-1,-1,642,-1,644,-1,-1,-1,-1,646,-1,648,-1,650,652,-1,654,656,658,-1,-1,660,-1,662,-1,664,-1,666,668,-1,-1,670,-1,672,674,-1,676,-1,-1,-1,-1,678,-1,680,682,684,-1,686,-1,688,-1,-1,-1,690,-1,692,-1,-1,-1,694,696,-1,-1,-1,-1,-1,-1,698,-1,700,-1,702,704,-1,-1,-1,706,-1,-1,708,-1,710,-1,712,714,-1,716,-1,718,-1,720,-1,722,-1,-1,724,726,-1,728,730,732,-1,-1,-1,-1,734,736,-1,738,-1,-1,-1,-1,-1,-1,-1,740,-1,742,-1,744,-1,-1,746,-1,748,-1,750,752,-1,754,-1,-1,-1,756,-1,-1,-1,758,-1,760,-1,-1,-1,762,764,-1,766,768,-1,-1,770,-1,-1,772,-1,-1,774,776,-1,-1,-1,-1,-1,-1,778,-1,780,782,-1,-1,-1,-1,-1,-1,-1,784,-1,786,-1,-1,788,-1,790,-1,792,794,-1,-1,796,-1,-1,-1,798,-1,800,-1,802,-1,804,-1,-1,806,-1,-1,-1,808,-1,-1,810,812,-1,-1,-1,814,-1,816,-1,-1,-1,-1,818,-1,820,-1,822,824,-1,-1,-1,-1,-1,826,-1,-1,-1,-1,828,-1,-1,-1,830,-1,-1,-1,-1,-1,832,-1,-1],"split_conditions":[1.5359016E2,9.902344E-1,3.557129E-1,9.941406E-1,1.826477E-2,7.6904297E-1,2.2786215E2,3.0325922E2,9.7704583E-1,1.1634827E-2,9.9853516E-1,2.7270508E-1,9.980469E-1,1.8673838E0,-0E0,3.8134766E-1,9.8375E1,-0E0,-5.495855E-1,-0E0,1.7251845E2,1.4810313E2,-0E0,1.2623772E2,2.544782E0,2.0545259E0,-0E0,-0E0,1.7127991E-3,8.664928E1,7.1625E1,7.720947E-2,-0E0,1.4480586E-1,-0E0,-6.163913E-1,-0E0,9.8779297E-1,1.3867188E-1,9.926758E-1,4.8021188E-1,-0E0,-5.346472E-1,-0E0,-6.4727217E-1,8.07068E1,1.7651115E2,1.018125E2,1.7182151E0,-0E0,1.4343262E-3,3.413086E-1,1.4083862E-2,-0E0,1.0693682E0,3.488159E-2,-0E0,-0E0,9.970703E-1,4.075E1,1.09375E-1,1.3459376E1,8.1933594E-1,6.6748047E-1,9.916992E-1,9.213867E-1,1.8294142E0,-0E0,5.7019033E0,6.757729E1,-0E0,-0E0,6.325E1,-0E0,5.084375E1,-0E0,9.05625E1,-4.3844217E-1,-0E0,9.716797E-1,7.678223E-2,-0E0,3.6976721E0,-0E0,9.892578E-1,1.9984354E2,-4.0662655E-1,5.756836E-1,8.9697266E-1,6.1621094E-1,-0E0,1.3212475E0,9.5654297E-1,7.241211E-1,2.3632812E-1,5.756294E0,-0E0,-0E0,-3.0402574E-1,5.385742E-1,-0E0,-0E0,9.946289E-1,3.2348013E0,-0E0,2.0324707E-2,-0E0,4.0063477E-1,3.660726E0,1.018125E2,-0E0,6.149292E-3,-0E0,1.9821982E2,3.0149347E2,6.50625E1,7.869433E1,4.88125E1,1.7251845E2,-0E0,3.2848063E0,3.0908203E-1,1.9921875E-1,2.1858215E-3,2.467041E-1,3.906352E0,1.0498047E-1,7.060547E-1,1.4916992E-1,5.4041085E0,-0E0,2.7668622E-1,-0E0,8.786369E-1,-0E0,1.8643267E-1,-0E0,-0E0,4.82698E0,2.644043E-1,-0E0,2.4267578E-1,8.45806E1,8.898926E-2,-0E0,-0E0,3.078125E1,1.1562682E2,1.2514424E2,4.234314E-3,-0E0,1.9823459E0,1.9896704E2,9.2089844E-1,2.1858215E-3,1.2761303E0,5.084375E1,-0E0,8.237745E1,3.3332334E0,-0E0,4.9145508E-1,4.878998E-3,1.2600543E0,6.12028E1,-0E0,4.84375E1,9.9560547E-1,1.4457663E0,5.2106663E1,7.397461E-1,-0E0,9.975586E-1,5.3808594E-1,8.1396484E-1,8.6625E1,4.466443E0,5.6667595E0,-0E0,8.042004E1,-0E0,-0E0,5.4125E1,-0E0,2.2827148E-2,-0E0,7.3375E1,-0E0,3.4521484E-1,-0E0,5.3953815E0,9.506836E-1,-7.2552E-2,-0E0,9.3955636E-1,-0E0,2.1858215E-3,-0E0,1.3305664E-1,1.354008E2,4.3273926E-2,-0E0,7.318115E-2,-0E0,3.821875E1,7.7875E1,1.2066222E2,4.4189453E-1,6.763949E1,-0E0,9.3652344E-1,3.646875E1,-0E0,7.868618E-1,5.761719E-1,-0E0,1.17248535E-1,9.658203E-1,1.4301244E0,-0E0,5.1768404E-1,9.1845703E-1,5.8967533E0,9.25625E1,-0E0,3.3625E1,-0E0,-0E0,5.279541E-2,-0E0,9.842065E-1,9.41416E1,-0E0,-0E0,-3.223619E-2,3.6875E1,-0E0,6.93125E1,9.243164E-1,4.7766466E0,-0E0,-5.6724125E-1,-0E0,1.755E2,-0E0,3.8943613E-1,-0E0,-0E0,1.2776484E2,7.6065735E1,-0E0,9.5654297E-1,-0E0,5.48296E0,-0E0,1.2155942E2,-0E0,-0E0,6.881162E-1,-0E0,9.9853516E-1,8.007352E1,6.04375E1,-0E0,6.9625E1,-0E0,5.0332355E0,-0E0,3.8890839E-3,1.3175964E-2,-0E0,1.4083862E-2,7.6708984E-1,3.8354492E-1,4.069118E0,8.798985E1,3.1796875E1,1.1238468E0,-0E0,-0E0,5.6885696E1,-0E0,1.1691341E0,5.859375E-2,-0E0,-0E0,2.7525E2,1.8371582E-1,-0E0,1.7363583E0,-0E0,-0E0,4.9986987E0,8.911133E-2,-0E0,4.2398594E1,-0E0,4.221875E1,-0E0,-0E0,3.2517073E-1,-0E0,3.2359083E0,-0E0,3.9184296E1,-0E0,1.46625E2,-0E0,3.740625E1,9.27124E-2,-0E0,2.2827148E-2,-0E0,6.757729E1,-0E0,-5.383348E-1,-0E0,-3.818257E-1,-0E0,9.741211E-1,-0E0,8.606134E1,-0E0,-5.431477E-1,-0E0,8.901367E-1,-0E0,-0E0,-4.1085806E-1,1.3910196E2,-0E0,-0E0,5.35625E1,1.9628906E-1,-0E0,-0E0,-3.1027955E-1,7.723998E1,-0E0,-0E0,6.7E1,-0E0,2.3716151E2,1.115053E2,7.6E1,9.892578E-1,-0E0,1.074375E2,1.2658691E-1,1.9376758E2,5.334375E1,2.7691786E0,5.21875E1,-0E0,6.37207E-2,-0E0,1.2302591E2,-0E0,6.88125E1,2.7392578E-1,-0E0,-0E0,1.2541362E0,1.7275E2,-0E0,1.3529867E0,-0E0,-0E0,5.796875E1,6.542969E-2,-0E0,-0E0,1.8112183E-2,-0E0,1.2949408E2,-0E0,9.456452E1,9.8535156E-1,-0E0,-0E0,9.2089844E-1,8.9941406E-1,-0E0,-0E0,3.663898E1,-0E0,3.4338799E0,-0E0,2.1216E0,-0E0,5.3379583E0,2.843578E-1,-0E0,1.8442609E2,-0E0,9.7704583E-1,-0E0,5.131262E0,-0E0,4.498291E-2,-0E0,-0E0,-2.3585081E-1,-2.3403946E-1,-0E0,9.9853516E-1,-0E0,2.3197193E1,-0E0,-0E0,6.6125E1,7.562318E1,1.661377E-1,4.5629883E-1,-0E0,9.7802734E-1,-0E0,3.6875E1,5.025E1,8.989258E-1,-0E0,-0E0,1.4148083E2,5.275E1,1.625473E2,-0E0,4.4148173E0,-0E0,3.5858154E-3,7.08125E1,-0E0,4.7501232E1,-0E0,1.975448E2,-0E0,9.9853516E-1,-0E0,5.5161303E-1,-0E0,-0E0,1.31E2,-0E0,9.9560547E-1,-0E0,9.0185547E-1,-0E0,1.6862923E-1,-0E0,1.5322061E2,-2.9345816E-1,-0E0,1.1019915E0,-0E0,1.4887653E2,-0E0,4.634375E1,-0E0,-0E0,6.820809E1,2.2341925E-1,-0E0,-0E0,-2.8202316E-1,9.9365234E-1,-0E0,3.0563354E-2,-0E0,-0E0,2.1010788E1,-3.5505536E-1,-0E0,-0E0,5.180664E-1,1.4247408E2,-0E0,-0E0,9.975586E-1,1.0349675E0,-0E0,7.053005E1,1.4440918E-1,2.9296446E0,8.4521484E-1,1.0092212E0,-0E0,4.82698E0,-0E0,-0E0,4.909375E1,-0E0,8.496094E-1,7.631836E-1,-0E0,-0E0,-1.9772126E-1,-0E0,9.086914E-1,-0E0,5.565625E1,1.3175964E-2,-0E0,-0E0,4.656706E0,9.785156E-1,-0E0,-0E0,5.198394E-1,-1.4792362E-1,-0E0,3.3188853E-1,-0E0,-0E0,1.4247733E2,1.06183174E2,-0E0,-3.4741375E-1,-0E0,1.4490924E2,-0E0,9.946289E-1,-0E0,-0E0,3.24375E1,2.4169922E-2,-0E0,-0E0,9.995117E-1,-0E0,1.4334764E2,9.511719E-1,-0E0,-0E0,9.5622164E-1,-0E0,8.7646484E-2,3.20625E1,-0E0,-5.0936335E-1,-0E0,9.8095703E-1,-0E0,-0E0,5.98746E-1,4.489746E-1,5.303125E1,3.571875E1,4.88125E1,2.0324707E-2,-0E0,-0E0,5.3360508E1,-0E0,4.9986987E0,8.071289E-1,-0E0,6.1920166E-2,-0E0,-0E0,6.7578125E-1,-0E0,4.0440454E0,-0E0,2.2961426E-1,-0E0,8.282471E-2,-0E0,5.4625E1,1.6343852E0,-0E0,3.9625E1,-0E0,-0E0,1.7028809E-1,-0E0,-4.3314266E-1,4.1381836E-2,-0E0,3.1390625E1,-0E0,5.5870515E-1,-0E0,-0E0,9.570969E1,-0E0,4.680597E-1,1.3510013E2,-0E0,2.1457988E2,-0E0,-3.98148E-1,-0E0,-0E0,1.2481689E-2,-0E0,5.99105E-1,-0E0,1.5031339E0,3.228125E1,-0E0,1.23227E0,9.1845703E-1,7.1875E-1,-0E0,-0E0,4.60625E1,-0E0,6.1920166E-2,-0E0,1.8112183E-2,-0E0,3.278125E1,4.911331E0,-0E0,-0E0,4.9100776E0,-0E0,6.9384766E-1,9.9609375E-1,-0E0,6.7E1,-0E0,1.35038E-1,-0E0,-0E0,1.6072092E0,-0E0,5.29375E1,2.3730469E-1,3.7653725E0,-0E0,4.5198647E1,-0E0,1.0262858E0,-0E0,4.129211E-1,-0E0,2.713044E2,-0E0,9.9902344E-1,-4.6067083E-1,-0E0,-0E0,4.5843605E1,1.9997325E0,-0E0,-0E0,6.033937E-1,-0E0,4.6972567E-1,-0E0,8.774414E-1,-0E0,5.2653766E0,-0E0,1.8654926E2,1.115053E2,-0E0,-2.836217E-1,-0E0,7.689911E1,-0E0,-0E0,7.1435547E-1,-0E0,6.3623047E-1,-0E0,2.6990753E2,9.614258E-1,-0E0,4.911331E0,-0E0,9.456452E1,-0E0,1.3175964E-2,-0E0,9.8095703E-1,-0E0,-0E0,9.9902344E-1,8.88125E1,-0E0,8.835282E1,5.888672E-1,9.975586E-1,-0E0,-0E0,1.2371576E0,-0E0,7.223979E1,7.720947E-2,-0E0,2.6429767E2,-0E0,-0E0,6.152776E-1,-0E0,4.036106E-1,6.8469226E-1,-0E0,4.8415874E1,-0E0,4.0440454E0,-0E0,9.614258E-1,-0E0,-0E0,9.9316406E-1,-0E0,9.2259157E-1,-0E0,2.185948E0,4.753125E1,-0E0,9.1503906E-1,-0E0,-4.0128735E-1,-0E0,6.2402344E-1,-0E0,-0E0,3.679361E-1,1.7471051E2,-0E0,8.574219E-1,-0E0,4.2422214E-1,-0E0,7.270508E-1,8.270264E-2,-0E0,5.2825928E-2,6.0310364E-3,-0E0,-0E0,9.975586E-1,-0E0,5.0275904E-1,1.3220215E-1,-0E0,-0E0,9.633789E-1,4.852295E-2,-0E0,-1.6050683E-1,-0E0,-2.7639154E-1,-0E0,-0E0,4.84375E1,-0E0,9.307861E-2,1.4083862E-2,-0E0,5.200056E-1,-0E0,-4.085493E-1,-0E0,5.18707E-1,-0E0,1.315594E2,-0E0,1.880765E2,-0E0,-0E0,8.330078E-1,-0E0,8.388672E-1,-0E0,8.408174E-1,1.4110995E2,-0E0,-0E0,1.3510013E2,-4.3583134E-1,-0E0,-0E0,5.0332355E0,-0E0,8.803711E-1,-0E0,2.3838177E2,-0E0,6.1484783E1,-4.3710548E-1,-0E0,1.4247733E2,-0E0,-0E0,-4.9975112E-2,5.096875E1,-0E0,-0E0,9.975586E-1,9.9609375E-1,-0E0,-0E0,6.259033E-1,9.926758E-1,-0E0,1.1016454E2,-0E0,3.752588E-1,-0E0,-0E0,9.0125E1,-0E0,6.7803276E-1,-0E0,1.911568E2,8.2843666E1,-0E0,8.481384E-1,-0E0,3.659524E-1,-0E0,2.1842087E2,-0E0,-3.9309767E-1,-0E0,-0E0,3.8910084E0,-3.1906283E-1,-0E0,-0E0,7.060547E-1,4.710105E-1,-0E0,2.8426877E-1,-0E0,-0E0,1.2773585E2,-0E0,-5.45483E-1],"split_indices":[4,13,13,12,17,12,7,6,1,17,15,19,19,0,0,14,11,0,0,0,6,4,0,7,0,0,0,0,19,5,11,13,0,0,0,0,0,14,16,14,3,0,0,0,0,5,6,10,0,0,17,13,19,0,1,16,0,0,19,8,14,7,12,15,15,14,1,0,0,5,0,0,10,0,11,0,10,0,0,17,14,0,3,0,18,6,0,19,13,14,0,3,17,17,17,1,0,0,0,18,0,0,15,1,0,18,0,19,3,10,0,18,0,6,6,9,5,11,6,0,2,12,12,17,18,0,16,15,12,3,0,0,0,0,0,0,0,0,0,17,0,13,4,13,0,0,11,5,5,18,0,3,6,19,17,0,10,0,5,1,0,17,19,0,5,0,9,17,0,5,14,0,14,14,19,11,1,2,0,5,0,0,8,0,18,0,10,0,14,0,2,16,0,0,0,0,17,0,12,7,19,0,13,0,9,10,4,18,7,0,17,9,0,1,13,0,17,16,0,0,0,17,3,10,0,10,0,0,17,0,2,4,0,0,0,10,0,9,17,0,0,0,0,9,0,0,0,0,4,5,0,19,0,3,0,4,0,0,3,0,17,5,8,0,9,0,0,0,16,18,0,18,19,17,2,5,8,1,0,0,4,0,0,13,0,0,9,12,0,3,0,0,2,18,0,4,0,10,0,0,0,0,3,0,7,0,11,0,9,18,0,18,0,5,0,0,0,0,0,18,0,5,0,0,0,13,0,0,0,4,0,0,8,12,0,0,0,5,0,0,11,0,7,7,9,15,0,9,13,6,9,3,11,0,13,0,4,0,11,12,0,0,3,10,0,3,0,0,9,13,0,0,19,0,6,0,5,16,0,0,13,13,0,0,7,0,3,0,0,0,2,0,0,6,0,1,0,3,0,17,0,0,0,0,0,19,0,7,0,0,8,5,18,13,0,16,0,10,9,19,0,0,6,9,6,0,3,0,19,10,0,5,0,6,0,17,0,3,0,0,10,0,15,0,13,0,0,0,5,0,0,2,0,4,0,9,0,0,5,0,0,0,0,16,0,16,0,0,7,0,0,0,15,4,0,0,16,3,0,5,18,0,14,3,0,0,0,0,10,0,15,14,0,0,0,0,15,0,10,18,0,0,0,14,0,0,3,0,0,0,0,0,6,5,0,0,0,4,0,18,0,0,8,18,0,0,17,0,4,13,0,0,2,0,13,8,0,0,0,19,0,0,0,19,9,11,10,19,0,0,4,0,2,15,0,12,0,0,13,0,3,0,12,0,17,0,10,0,0,11,0,0,15,0,0,16,0,8,0,1,0,0,5,0,0,6,0,7,0,0,0,0,19,0,0,0,3,10,0,2,17,13,0,0,11,0,12,0,18,0,8,1,0,0,2,0,12,14,0,11,0,0,0,0,2,0,8,12,2,0,7,0,2,0,0,0,6,0,15,0,0,0,7,1,0,0,0,0,0,0,18,0,2,0,6,7,0,0,0,5,0,0,14,0,14,0,6,18,0,1,0,5,0,19,0,18,0,0,15,10,0,5,14,16,0,0,0,0,4,13,0,6,0,0,0,0,0,0,0,7,0,3,0,18,0,0,14,0,2,0,2,11,0,12,0,0,0,19,0,0,0,6,0,19,0,0,0,13,12,0,18,16,0,0,14,0,0,15,0,0,18,18,0,0,0,0,0,0,9,0,16,19,0,0,0,0,0,0,0,4,0,6,0,0,14,0,13,0,1,4,0,0,6,0,0,0,0,0,12,0,6,0,4,0,0,6,0,0,0,9,0,0,14,14,0,0,0,17,0,5,0,0,0,0,10,0,2,0,6,4,0,0,0,0,0,6,0,0,0,0,2,0,0,0,15,0,0,0,0,0,6,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.7592474E2,4.3893845E2,3.698629E1,4.2945657E2,9.481898E0,2.2341642E1,1.4644646E1,4.2407944E2,5.3771234E0,1.6681404E0,7.8137584E0,1.6860308E1,5.481334E0,1.3326168E1,1.3184781E0,4.142731E2,9.806342E0,8.75558E-1,4.501565E0,7.984826E-1,8.696578E-1,7.2593346E0,5.544239E-1,9.915943E0,6.9443655E0,5.1841006E0,2.972333E-1,4.4206047E-1,1.2884108E1,5.9744255E1,3.5452884E2,7.9507327E0,1.855609E0,7.071728E-1,1.6248497E-1,6.9557977E0,3.035368E-1,5.8513474E0,4.0645957E0,2.7604926E0,4.1838727E0,9.2981106E-1,4.2542896E0,4.6293044E-1,1.2421177E1,3.353381E1,2.6210443E1,2.3197224E2,1.2255659E2,1.37027E0,6.580463E0,3.1842332E0,2.6671143E0,4.8152363E-1,3.583072E0,2.2496994E0,5.107932E-1,1.6468719E-1,4.0191855E0,2.2779491E1,1.0754317E1,1.1248451E1,1.4961993E1,2.0773853E2,2.4233723E1,6.4188736E1,5.836785E1,2.2319844E-1,6.3572645E0,2.9687498E0,2.1548337E-1,4.43771E-1,2.2233434E0,1.0690372E0,2.5140347E0,2.2305663E-1,2.0266428E0,3.7243865E0,2.9479912E-1,9.905204E0,1.2874288E1,2.6940012E0,8.060316E0,3.932351E-1,1.0855216E1,1.2363121E1,2.598872E0,4.2233253E1,1.6550528E2,1.8954851E1,5.2788725E0,3.666557E1,2.7523169E1,2.8168055E1,3.0199797E1,6.1648097E0,1.9245465E-1,6.004608E-1,2.368289E0,1.7915987E0,4.3174464E-1,1.6295317E-1,2.3510816E0,1.8044013E0,2.2224146E-1,7.9086843E0,1.9965198E0,2.4726691E0,1.0401619E1,7.019456E0,1.0408603E0,9.254228E0,1.6009886E0,8.945072E0,3.4180489E0,2.5648504E1,1.6584747E1,1.569649E2,8.540365E0,2.010146E0,1.6944704E1,1.4782171E1,2.1883398E1,2.039944E1,7.1237283E0,1.6440311E1,1.1727743E1,9.465071E0,2.0734726E1,5.9908357E0,1.7397404E-1,1.5639422E0,2.2765648E-1,2.1132605E0,2.3782103E-1,1.6324575E0,1.7194377E-1,1.223401E0,6.685283E0,1.9692258E0,5.034433E-1,7.140223E0,3.261396E0,6.4204974E0,5.989585E-1,4.6643412E-1,8.787793E0,8.386286E0,5.587863E-1,3.1797864E0,2.3826256E-1,9.881071E0,1.5767433E1,5.7411437E0,1.0843604E1,7.360967E1,8.335524E1,3.669777E0,4.870589E0,1.4052722E1,2.8919826E0,8.071551E0,6.71062E0,1.1480877E1,1.0402522E1,2.7538154E-1,2.012406E1,3.3826203E0,3.741108E0,9.47267E0,6.9676414E0,2.1099575E0,9.617785E0,1.5531193E0,7.911951E0,7.014499E0,1.3720227E1,5.816429E0,1.744067E-1,5.927335E0,7.579483E-1,3.077504E-1,1.6614754E0,3.4348896E0,3.7053335E0,4.7488874E-1,2.7865071E0,4.732807E-1,5.9472165E0,1.6502316E-1,8.62277E0,7.1094127E0,1.2768736E0,1.9420971E-1,3.6457655E-1,2.678171E-1,2.9119692E0,3.859046E0,6.022025E0,1.2600057E1,3.167376E0,3.3468063E0,2.3943374E0,3.7158924E-1,1.0472015E1,8.193834E0,6.541584E1,3.4061653E1,4.9293583E1,8.265718E-1,4.044017E0,1.1190253E1,2.8624682E0,3.2999792E0,4.7715726E0,3.107646E-1,6.399855E0,6.833087E0,4.6477895E0,1.3025683E0,9.099954E0,3.6700184E0,1.645404E1,2.6274369E0,7.5518334E-1,2.5476077E0,1.1935003E0,1.3167245E0,8.155945E0,1.9484925E0,5.019149E0,8.192923E0,1.4248626E0,1.7835332E-1,1.3747659E0,5.8823056E0,2.0296457E0,3.236052E0,3.7784472E0,1.0705063E1,3.0151644E0,5.63111E0,1.8531865E-1,5.743719E0,1.8361594E-1,1.4035884E0,2.5788698E-1,2.8427282E-1,3.4210608E0,2.4918077E0,2.9469943E-1,5.6826034E0,2.646133E-1,8.236934E0,3.8583612E-1,6.0926847E0,1.0167276E0,2.4635214E-1,2.6656172E0,8.4210086E-1,5.179924E0,8.265229E0,4.334828E0,9.033299E-1,2.2640462E0,1.6960302E-1,2.2247345E0,5.110372E-1,9.960978E0,6.795299E0,1.3985351E0,5.311452E1,1.2301316E1,1.8830288E1,1.5231366E1,1.6972794E1,3.232079E1,3.2807662E0,7.6325047E-1,6.629044E-1,1.0527349E1,6.5190834E-1,2.6480708E0,3.1949396E0,1.576633E0,1.4137645E0,4.9860907E0,4.9954114E0,1.8376756E0,2.2613237E0,2.3864658E0,5.121385E-1,8.587815E0,3.1950758E0,4.7494277E-1,1.6162971E1,2.9106954E-1,2.2903464E0,3.370905E-1,2.7107465E-1,2.2765331E0,1.8867261E0,6.2692184E0,3.9203945E-1,4.627109E0,1.1626455E0,7.0302777E0,2.8693676E-1,5.595369E0,2.8163428E0,4.1970935E-1,2.5822732E0,1.196174E0,9.707854E0,9.972091E-1,5.579049E0,1.6466977E-1,2.4805255E0,9.405353E-1,1.822506E0,6.6930175E-1,5.3677125E0,3.148909E-1,7.6781206E0,5.5881333E-1,5.416788E0,6.758969E-1,1.6905522E-1,2.496562E0,5.0131936E0,1.667306E-1,1.8959322E0,6.369297E0,2.8299096E0,1.5049183E0,3.4042984E-1,1.9236163E0,2.0511913E0,1.7354314E-1,1.7199007E-1,9.788988E0,5.503285E-1,6.2449703E0,5.573558E0,4.7540962E1,9.607781E0,2.693535E0,6.2466497E0,1.2583638E1,1.2664593E1,2.5667737E0,1.1783692E1,5.1891017E0,2.8650162E0,2.9455774E1,2.3107034E-1,3.049696E0,1.379455E0,9.147894E0,2.2654233E0,3.8264748E-1,4.154404E-1,2.7794993E0,4.7149777E0,2.7111283E-1,4.330924E0,6.6448724E-1,3.3422166E-1,1.9271021E0,8.002478E0,5.853385E-1,9.6746844E-1,2.2276073E0,6.429279E-1,1.5520043E1,1.9516207E-1,2.0951843E0,4.2469206E0,2.022298E0,3.1127536E-1,4.315834E0,6.3675003E0,6.627772E-1,4.449031E-1,5.1504655E0,9.0178823E-1,1.9145545E0,4.854564E-1,2.0968168E0,6.179024E-1,9.0899515E0,1.6361395E0,1.8636642E-1,5.169529E0,1.9818324E-1,4.899832E0,5.1695627E-1,4.688191E0,3.250024E-1,5.675442E0,6.938548E-1,1.1795142E0,1.6503954E0,1.8805039E0,1.706875E-1,9.32619E0,4.6279803E-1,5.977975E0,2.6699567E-1,3.7241442E0,1.8494135E0,3.060836E1,1.6932602E1,7.163296E0,2.4444854E0,5.3627E0,8.8394946E-1,6.1996317E0,6.384007E0,1.1281714E1,1.3828784E0,7.315037E-1,1.8352698E0,4.935781E0,6.847912E0,7.3958105E-1,4.4495206E0,1.4761527E0,2.7979622E1,2.7711396E0,2.7855623E-1,8.555374E0,5.925197E-1,2.0850935E0,1.8032986E-1,2.421639E0,3.5786027E-1,4.098252E0,6.167258E-1,3.6591896E-1,3.9650052E0,2.9021838E-1,1.6368837E0,3.4984306E-1,7.652634E0,2.957556E-1,1.9318516E0,7.650264E-1,1.4755016E1,1.8945E0,2.0068441E-1,3.8537557E0,3.9316475E-1,3.9982457E0,3.1758812E-1,6.170417E0,1.9708362E-1,3.7850684E-1,4.771959E0,1.7151781E0,1.9937637E-1,2.8861538E-1,1.8082014E0,8.851956E0,2.379956E-1,4.7592745E0,4.102547E-1,5.67049E-1,4.3327827E0,4.5127535E0,1.7543781E-1,3.877297E-1,5.2877126E0,9.156052E0,1.701383E-1,1.8657622E-1,5.7913985E0,1.5115582E0,3.3785534E-1,1.212109E1,1.8487272E1,6.3267794E0,1.0605823E1,5.761947E0,1.4013491E0,4.9699035E0,3.927967E-1,1.8390833E0,4.3605485E0,1.2013752E0,5.182632E0,9.321807E0,1.9599072E0,2.412583E-1,1.5940115E0,3.2555354E0,1.6802455E0,1.8610122E0,4.9868994E0,4.177512E0,2.720085E-1,5.57184E-1,2.7422438E1,2.1912825E0,5.7985723E-1,1.6494627E-1,8.390429E0,1.8832389E0,2.0185457E-1,2.08668E0,3.3495912E-1,1.6784528E-1,3.9304068E0,3.6139448E0,3.5106045E-1,1.4738508E0,1.6303286E-1,7.155565E0,4.9706927E-1,1.4582986E1,1.7203027E-1,4.3012893E-1,3.4236267E0,3.8137877E0,1.8445814E-1,8.188717E-1,5.351545E0,1.9660468E-1,4.575354E0,8.682766E0,1.6919017E-1,2.1031566E-1,4.548959E0,2.0322068E-1,4.129562E0,4.5354347E0,7.5227773E-1,8.815942E0,3.4010923E-1,5.591201E0,2.0019768E-1,2.5790137E-1,1.2536569E0,8.184902E0,3.9361873E0,5.8576903E0,1.2629581E1,4.4833503E0,1.8434289E0,2.760824E0,7.844999E0,1.7708057E-1,5.5848665E0,4.7661376E0,2.0376574E-1,3.971202E0,3.8934645E-1,1.0588353E0,4.1237965E0,2.2755196E0,7.046287E0,2.0520107E-1,1.4750444E0,5.214294E-1,4.46547E0,3.1109366E-1,3.8664184E0,2.5159868E1,2.2625692E0,2.0198092E0,1.7147323E-1,3.247168E-1,8.065712E0,1.6892603E-1,3.7614808E0,3.0945506E0,5.1939416E-1,6.987412E0,1.68153E-1,1.4168731E1,4.1425526E-1,2.275885E-1,3.1960382E0,5.258163E-1,3.2879713E0,5.1701155E0,1.8142961E-1,4.3536973E0,2.2165711E-1,8.512621E0,1.7014523E-1,1.7027739E-1,4.3786817E0,2.7618277E-1,3.8533792E0,3.3246577E-1,4.202969E0,5.4210114E0,1.7018953E-1,5.0645146E0,3.120388E0,2.4928453E0,1.4433421E0,1.5618575E0,4.2958326E0,4.4493933E0,8.180188E0,4.3768924E-1,4.0456614E0,6.924981E-1,7.1525006E0,5.3006425E0,2.8422412E-1,3.367393E-1,4.4293985E0,2.6059034E-1,3.7106116E0,3.206664E0,9.171323E-1,6.42188E0,6.244073E-1,1.2747759E0,2.0026855E-1,5.9156865E-1,3.8739014E0,5.863312E-1,3.2800872E0,9.268882E0,1.58909855E1,2.97787E-1,1.7220223E0,5.20858E-1,7.5448537E0,2.4318288E-1,2.8513677E0,2.6832336E-1,6.7190886E0,5.0632745E-1,1.3662404E1,2.9615765E0,2.3446183E-1,2.0312393E-1,4.9669914E0,4.183932E0,1.697653E-1,1.7632787E-1,4.2023535E0,1.8019892E-1,3.6731803E0,2.349154E-1,3.9680536E0,2.7921847E-1,5.141793E0,6.879841E-1,4.37653E0,2.1823328E0,9.3805504E-1,2.3156235E0,1.7722182E-1,3.4975214E0,7.983113E-1,5.8329296E-1,7.596895E0,2.5660962E-1,3.7890515E0,5.234578E-1,6.629043E0,5.1328707E0,1.6777167E-1,4.19934E0,2.3005831E-1,3.419419E0,2.911926E-1,2.909173E0,2.9749125E-1,5.293778E0,1.1281021E0,4.2143026E-1,3.4524713E0,3.008067E0,2.7202037E-1,5.150746E0,4.1181364E0,1.2668794E1,3.2221923E0,1.6640231E-1,1.55562E0,1.3090844E0,6.2357693E0,6.555178E0,1.6391028E-1,1.2984842E1,6.775611E-1,2.5328487E-1,4.7137065E0,1.6859344E-1,4.0153384E0,3.7794542E0,1.8859938E-1,4.8290954E0,3.126973E-1,4.103807E0,2.727232E-1,1.9624798E0,2.1985304E-1,2.9401404E-1,3.2035074E0,1.2259088E0,6.3709865E0,3.092236E-1,3.4798281E0,6.4179726E0,2.1107055E-1,4.746067E0,3.868038E-1,4.0045595E0,1.9478075E-1,3.060834E0,3.5858503E-1,4.3960816E-1,2.4695647E0,4.9796505E0,3.1412765E-1,3.2442458E0,2.0822549E-1,2.8261368E0,1.8193005E-1,3.218518E0,1.9322281E0,5.0510204E-1,3.6130342E0,1.2400429E1,2.6836506E-1,5.223968E-1,5.713372E0,2.026822E-1,6.352496E0,1.2718441E1,2.6640183E-1,2.195194E-1,4.609576E0,3.513506E0,5.9030133E-1,1.7808429E0,1.8163687E-1,2.3400068E0,8.635007E-1,2.5139624E-1,6.1195903E0,7.298954E-1,2.7499325E0,6.162665E0,2.5530764E-1,4.572184E0,1.73883E-1,2.752521E0,3.0831277E-1,4.3590746E0,6.2057585E-1,2.976314E0,2.6793167E-1,2.8433409E0,3.7517712E-1,4.4513166E-1,1.4870964E0,6.107995E-1,3.0022347E0,1.8613365E-1,1.2214294E1,5.3694944E0,3.4387782E-1,1.7699529E-1,1.2541446E1,4.4275427E0,1.8203333E-1,2.3756813E-1,3.2759378E0,1.2105942E0,4.908996E0,2.6783085E-1,2.4821017E0,3.2017684E-1,5.842488E0,2.7409835E0,2.3533048E-1,2.5357547E0,3.0758607E-1,2.4390182E-1,1.2431946E0,2.8370824E0,1.6515234E-1,2.0701966E-1,1.2007276E1,5.2008133E0,1.6868123E-1,1.97514E-1,1.2343931E1,3.1116588E0,1.64279E-1,4.5611E0,3.478961E-1,2.2183008E0,2.6380104E-1,5.8821505E-1,5.254273E0,2.706364E-1,2.2651184E0,2.8003857E-1,2.5570438E0,1.0643455E1,1.3638209E0,5.0237136E0,1.770995E-1,2.7132916E0,3.9836714E-1,4.3959537E0,1.6514626E-1,5.080442E0,1.7383112E-1,1.6635694E-1,2.0987613E0,2.155546E0,4.0149775E-1,7.837403E-1,9.859714E0,4.175455E0,2.2049832E-1,1.9116675E0,1.8709391E-1,2.0929594E-1,9.650418E0,2.5241837E-1,9.398E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"833","size_leaf_vector":"0"}},{"base_weights":[-4.265245E-2,-2.747312E-1,-1.3943409E-2,-1.10033E-1,-6.351526E-1,-1.1470652E-1,2.312228E-2,-0E0,-3.5364765E-1,-0E0,-6.6316193E-1,-1.2350537E-2,-2.189207E-1,4.8246454E-2,-9.318182E-2,-9.016247E-2,1.2522775E-1,-4.773074E-1,-0E0,-7.0681334E-1,-0E0,-1.2925372E-1,1.1485721E-1,-4.6422908E-1,-6.8775795E-2,-1.8819192E-2,6.8765536E-2,-3.074981E-1,3.3947397E-2,-2.9658717E-1,-0E0,-0E0,2.1345769E-1,-0E0,-5.2473307E-1,-7.601809E-1,-0E0,-4.3473673E-1,-2.0148098E-2,1.8143584E-1,-0E0,-0E0,-4.921583E-1,-0E0,-4.78644E-1,6.5209866E-2,-2.0207837E-1,1.7886038E-1,3.2460913E-2,-3.5672113E-1,-0E0,2.154412E-1,-6.759782E-2,-4.042567E-1,-0E0,-0E0,1.618832E-1,-0E0,2.8703436E-1,-0E0,-5.4446846E-1,-6.290131E-1,-0E0,-0E0,-4.9459183E-1,3.917846E-3,-2.2582579E-1,-0E0,3.4853885E-1,-0E0,-1.1258992E-1,-0E0,-5.813925E-1,5.017632E-2,-2.7120462E-1,-0E0,-4.5988405E-1,-8.603405E-2,1.2645565E-1,-3.081439E-1,-0E0,2.7040666E-1,-0E0,-8.0251805E-2,5.411976E-2,-0E0,-4.487833E-1,-0E0,3.289397E-1,-3.1470865E-1,-0E0,-0E0,-4.2177826E-1,-0E0,2.706554E-1,3.817982E-1,-0E0,-5.536857E-1,-0E0,-0E0,-5.42953E-1,-1.5033646E-1,1.17700234E-1,-0E0,-3.2903942E-1,9.2934616E-2,-2.9771622E-2,-0E0,4.2927426E-1,-1.8046245E-1,-0E0,-2.1449123E-1,-0E0,-0E0,-6.747042E-1,-1.81813E-2,2.2040002E-1,-0E0,-3.9965516E-1,-0E0,-1.5892977E-1,-0E0,2.4750954E-1,-3.559053E-1,-0E0,1.8737166E-1,-1.3971217E-1,-0E0,2.871627E-1,-2.579704E-1,5.445958E-2,-1.5720724E-1,-0E0,-0E0,9.482046E-2,-0E0,-5.0616324E-1,-0E0,4.23641E-1,-0E0,-3.849745E-1,2.0621198E-1,-0E0,-0E0,-3.5298955E-1,3.4296602E-1,-0E0,4.667759E-1,-0E0,-0E0,-5.62654E-1,-0E0,-5.7044894E-1,-0E0,-3.2713452E-1,-0E0,1.874617E-1,-4.3106627E-1,-0E0,-0E0,1.9256853E-1,-1.588384E-1,-0E0,-0E0,5.306632E-1,-0E0,-2.0934992E-1,4.627526E-2,-0E0,-6.401729E-2,-0E0,-0E0,-7.0307004E-1,1.5209517E-1,-2.0148869E-1,-0E0,4.3407196E-1,-4.4417483E-1,-0E0,-1.5789613E-1,-0E0,2.9425438E-2,-0E0,-0E0,3.349486E-1,-3.8927025E-1,-0E0,2.5701395E-1,-0E0,-0E0,-1.9379726E-1,-0E0,3.037858E-1,-3.11663E-1,-0E0,1.5963702E-1,-0E0,-0E0,-2.0328319E-1,-0E0,8.029013E-2,-8.655344E-2,1.356907E-1,1.5398799E-1,-0E0,-5.4729927E-1,-0E0,-0E0,5.0858235E-1,3.0381712E-1,-0E0,-0E0,-1.8196346E-1,-0E0,3.867804E-1,-0E0,5.230285E-1,-4.5342278E-1,-0E0,-4.6550903E-1,-0E0,-0E0,-4.468416E-1,2.3640043E-1,-0E0,-0E0,-4.7794464E-1,2.6545602E-1,-0E0,-2.543343E-1,-0E0,-0E0,6.2540644E-1,1.0151092E-1,-0E0,-0E0,-7.1971464E-1,-0E0,4.6790105E-1,-0E0,-3.3879632E-1,6.13881E-1,-0E0,-0E0,-4.7112015E-1,-0E0,1.1694928E-1,-7.329611E-2,-0E0,-0E0,3.937046E-1,-0E0,-4.1678303E-1,2.509749E-1,-0E0,-2.487488E-1,-0E0,-0E0,3.259207E-1,-0E0,-3.350981E-1,2.7781904E-1,-0E0,-0E0,-2.4572873E-1,1.9722529E-1,-0E0,-0E0,-1.7424615E-1,2.939307E-1,-0E0,-0E0,2.0930068E-1,-4.355587E-2,1.07202694E-1,-0E0,-5.808229E-1,7.5382555E-1,-0E0,-0E0,3.7779346E-1,-2.1101412E-1,-0E0,3.3244294E-1,-0E0,5.516867E-1,-0E0,-0E0,-4.9943554E-1,-0E0,2.876914E-1,-3.9348704E-1,-0E0,-0E0,2.496412E-1,-3.2182646E-1,-0E0,6.6526324E-1,-0E0,-0E0,1.07878834E-1,-5.739402E-1,-0E0,6.474185E-1,-0E0,-0E0,-4.448788E-1,-0E0,9.547478E-1,-0E0,-3.882039E-1,1.6810249E-1,-0E0,-0E0,-1.6311496E-1,-0E0,4.321157E-1,-0E0,-4.4686958E-1,-0E0,-3.0234927E-1,3.386233E-1,-0E0,-3.5615543E-1,-0E0,-0E0,3.1789955E-1,-2.8499025E-1,-0E0,-0E0,2.761741E-1,-7.113561E-2,1.2887506E-1,-2.3047948E-1,-0E0,4.0426245E-1,-0E0,-4.695681E-2,-0E0,-0E0,-2.620133E-2,-0E0,2.9231572E-1,-1.2134047E-1,4.60056E-2,2.4788848E-1,-0E0,-0E0,-6.0718584E-1,-0E0,8.106944E-1,-0E0,1.4336473E-1,4.356379E-1,-0E0,-1.836539E-1,-0E0,5.8010525E-1,-0E0,-5.17127E-1,-0E0,3.6292097E-1,-0E0,-0E0,-3.4939927E-1,-0E0,7.1333945E-1,-0E0,7.93621E-1,-0E0,-4.9793014E-1,-0E0,1.2354313E0,1.4586623E-1,-0E0,-0E0,-2.3322162E-1,-0E0,4.843831E-1,-0E0,-4.7524026E-1,-0E0,-3.238986E-1,-0E0,3.5558814E-1,-2.9560682E-1,-0E0,3.56439E-1,-0E0,-3.219366E-1,-0E0,3.0876157E-1,-0E0,-0E0,-2.0029348E-1,-0E0,2.649913E-1,-0E0,-4.2423734E-1,-0E0,4.628186E-1,-0E0,-1.5762562E-1,-0E0,9.766033E-2,-0E0,-1.59924E-1,-3.4320302E-2,1.16215E-1,3.8972765E-1,-0E0,-0E0,-1.9000916E-1,1.4210021E-1,-0E0,-0E0,3.1994298E-1,-4.908747E-1,-0E0,8.55703E-1,-0E0,-0E0,2.1655062E-1,4.5376715E-1,-0E0,5.9906477E-1,-0E0,-4.325957E-1,-0E0,-0E0,4.1635337E-1,-0E0,-2.977939E-1,7.6142853E-1,-0E0,6.572032E-1,-0E0,-0E0,-5.48813E-1,-0E0,1.4354123E0,-3.4043851E-1,-0E0,-0E0,5.055384E-1,-0E0,-4.9862248E-1,-2.6679757E-1,-0E0,3.745361E-1,-0E0,-0E0,3.7966055E-1,-0E0,-3.563911E-1,-0E0,3.3167452E-1,-0E0,-3.2715496E-1,-0E0,3.8913655E-1,-9.973999E-2,-0E0,-4.6809757E-1,-0E0,-0E0,5.038496E-1,-0E0,-1.6292027E-1,-0E0,1.5622815E-1,-0E0,-2.1604285E-1,-1.11085646E-1,-0E0,2.0541692E-1,-0E0,-0E0,4.8880482E-1,-0E0,6.7045406E-2,4.2555094E-2,-0E0,-0E0,-2.8485277E-1,2.073722E-1,-0E0,3.9736313E-1,-0E0,6.921435E-1,-0E0,2.2062822E-1,-0E0,3.7605995E-1,-0E0,6.226983E-1,-0E0,4.6518764E-1,-0E0,8.0114925E-1,-0E0,-0E0,-5.8665335E-1,1.2686403E0,-0E0,-4.273604E-1,-0E0,-0E0,5.1645696E-1,-0E0,-5.164935E-1,3.885625E-1,-0E0,3.9788246E-1,-0E0,-0E0,-4.0235946E-1,2.737771E-1,-0E0,-4.5525345E-1,-0E0,4.2989248E-1,-0E0,-1.8501218E-1,-0E0,-5.092237E-1,-0E0,5.3417146E-1,-0E0,-0E0,2.1917993E-1,-2.5298738E-1,-0E0,-1.6559903E-1,-0E0,3.441682E-1,-0E0,5.2059084E-1,-0E0,-5.978209E-2,-0E0,-0E0,2.2977294E-1,-0E0,1.5322277E-1,5.138232E-2,-0E0,-0E0,-3.7540063E-1,-0E0,2.876257E-1,-0E0,4.7564647E-1,4.968962E-1,-0E0,-0E0,5.1485676E-1,8.186989E-1,-0E0,-0E0,-4.7782224E-1,-0E0,-3.5439253E-1,-0E0,5.5383456E-1,-4.1137883E-1,-0E0,3.9797896E-1,-0E0,3.2714602E-1,-0E0,-4.6050826E-1,-0E0,-0E0,-5.138092E-1,-0E0,4.6112704E-1,-2.2840826E-1,-0E0,-5.336964E-1,-0E0,-0E0,5.6643695E-1,2.460508E-1,-0E0,-0E0,-2.7825537E-1,-2.0575225E-1,-0E0,4.0191156E-1,-0E0,-0E0,5.516423E-1,-0E0,-9.978717E-2,2.1198505E-1,-0E0,-0E0,2.144993E-1,-0E0,1.3662228E-1,-4.1459912E-1,-0E0,2.5608823E-1,-0E0,5.280504E-1,-0E0,5.942116E-1,-0E0,6.512983E-1,-0E0,-0E0,5.878133E-1,-0E0,4.1022012E-1,-0E0,-4.7987294E-1,-5.467079E-1,-0E0,3.7575418E-1,-0E0,-0E0,-2.6465353E-1,-0E0,-5.816145E-1,-0E0,4.5109212E-1,2.7541336E-1,-0E0,-0E0,-3.0985734E-1,-2.6637697E-1,-0E0,-0E0,3.2407457E-1,5.6924105E-1,-0E0,-1.283605E-1,-0E0,1.9620384E-1,-0E0,2.3492058E-1,-0E0,-4.4574693E-1,-0E0,4.2994964E-1,-0E0,-0E0,6.474475E-1,-0E0,4.6852684E-1,-0E0,4.2263356E-1,-0E0,-3.9271566E-1,-4.5550603E-1,-0E0,-3.0287108E-1,-0E0,-6.065768E-1,-0E0,-0E0,3.0852082E-1,-0E0,-3.4942508E-1,-3.2740957E-1,-0E0,5.928697E-1,-0E0,-0E0,-1.2548803E-1,2.3697692E-1,-0E0,-0E0,-4.8789954E-1,6.732607E-1,-0E0,-0E0,4.2836297E-1,-3.3755028E-1,-0E0,-4.887691E-1,-0E0,-0E0,2.6946178E-1,-0E0,-3.7915766E-1,-2.685183E-1,-0E0,-0E0,6.082566E-1,-0E0,-5.0676644E-1,7.1686786E-1,-0E0,4.334166E-1,-0E0,-0E0,-2.748554E-1,-0E0,-3.1785166E-1,-0E0,6.5093297E-1,-5.142279E-1,-0E0,5.706303E-1,-0E0,-0E0,4.402119E-1,6.802542E-1,-0E0,-0E0,-4.184775E-1,-0E0,4.5328298E-1,-0E0,7.0815706E-1,-0E0,4.9456757E-1,7.420585E-1,-0E0,-0E0,2.8674347E-2,4.0453184E-1,-0E0,7.597364E-1,-0E0,9.986734E-2,-0E0,-0E0,7.668254E-1,-0E0,1.4014752E-1,-0E0,7.7969396E-1,-0E0,6.2071747E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":10,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,29,31,33,-1,35,-1,37,39,41,43,45,47,49,51,53,55,-1,57,-1,59,61,-1,63,65,67,69,-1,71,73,75,77,79,81,83,85,-1,87,89,91,-1,-1,93,-1,95,-1,97,-1,-1,-1,99,101,103,105,107,-1,109,111,113,115,117,-1,-1,119,121,123,125,127,129,131,133,-1,135,-1,137,139,141,-1,143,-1,145,147,-1,149,-1,-1,151,153,155,-1,157,159,161,-1,163,165,-1,-1,167,169,171,173,175,-1,177,-1,179,181,183,185,-1,187,189,-1,191,193,195,197,199,201,203,-1,205,-1,207,-1,-1,209,211,-1,-1,213,-1,215,-1,-1,217,-1,219,-1,221,-1,223,225,-1,-1,227,229,-1,-1,231,-1,-1,233,-1,-1,-1,-1,235,237,239,-1,241,243,-1,-1,-1,245,247,-1,249,251,-1,253,-1,-1,255,-1,257,259,-1,261,-1,-1,263,-1,265,267,269,271,273,275,-1,-1,277,279,-1,-1,281,-1,283,-1,285,-1,-1,-1,-1,-1,287,289,-1,-1,291,293,-1,295,-1,-1,297,299,-1,-1,301,-1,303,-1,305,307,-1,-1,309,-1,311,313,-1,-1,315,-1,317,-1,-1,319,-1,-1,321,-1,323,325,-1,-1,327,329,-1,331,333,335,337,339,341,343,345,-1,347,349,351,-1,353,355,-1,-1,-1,357,-1,-1,359,-1,361,-1,-1,-1,-1,363,-1,365,-1,-1,-1,-1,-1,367,-1,-1,369,-1,371,-1,-1,373,-1,-1,375,-1,377,-1,379,-1,381,383,-1,385,-1,-1,387,389,-1,-1,391,393,395,397,-1,399,-1,401,403,-1,405,407,409,411,413,415,-1,-1,417,-1,419,-1,421,423,-1,-1,-1,425,-1,427,-1,429,-1,-1,431,-1,433,-1,435,-1,437,-1,439,-1,-1,-1,441,-1,443,-1,445,-1,447,-1,449,-1,-1,451,-1,453,-1,455,-1,-1,457,-1,459,461,463,-1,465,-1,467,-1,469,-1,471,473,475,477,479,481,483,485,-1,-1,487,-1,-1,489,-1,-1,491,493,-1,495,-1,-1,-1,-1,497,-1,-1,499,-1,-1,-1,-1,501,-1,503,505,-1,-1,507,-1,509,-1,-1,511,-1,-1,513,-1,515,-1,517,-1,519,-1,521,523,-1,525,-1,-1,527,-1,-1,-1,529,-1,531,533,-1,535,-1,-1,537,539,541,543,-1,545,547,549,-1,551,-1,-1,-1,-1,-1,-1,-1,553,-1,555,-1,557,-1,-1,559,-1,-1,561,-1,-1,563,-1,565,567,-1,569,-1,-1,571,-1,-1,573,-1,575,-1,577,-1,579,-1,581,-1,-1,583,585,-1,587,-1,589,-1,591,-1,593,-1,-1,595,-1,597,599,-1,-1,601,-1,603,-1,605,-1,-1,-1,607,609,-1,-1,-1,-1,-1,-1,611,-1,-1,613,-1,-1,-1,615,-1,-1,617,-1,619,621,-1,623,-1,-1,625,627,-1,-1,629,631,-1,633,-1,-1,635,-1,637,-1,-1,-1,639,-1,641,643,-1,-1,-1,645,-1,647,-1,-1,-1,-1,649,-1,651,-1,653,655,-1,-1,-1,-1,657,-1,659,-1,-1,661,-1,-1,663,665,-1,-1,-1,667,-1,669,-1,-1,-1,671,-1,673,-1,-1,-1,-1,675,-1,-1,-1,677,-1,-1,-1,-1,679,-1,681,-1,-1,683,-1,685,687,-1,689,-1,-1,-1,-1,-1,-1,691,693,-1,-1,695,697,-1,-1,-1,-1,-1,-1,699,-1,-1,-1,701,-1,703,705,-1,707,-1,-1,-1,-1,-1,-1,709,711,-1,-1,-1,-1,713,715,-1,-1,-1,-1,717,-1,719,721,723,725,-1,-1,727,-1,-1,729,-1,731,-1,-1,733,-1,-1,-1,735,-1,-1],"loss_changes":[2.5041308E0,1.7317014E0,1.5033382E0,8.774781E-1,2.4648046E-1,9.289658E-1,7.440532E-1,2.569804E-1,6.9168127E-1,0E0,2.2868538E-1,9.186697E-1,1.2590091E0,3.6546928E-1,1.393939E0,4.6236554E-1,2.3493849E-1,3.292079E-1,0E0,1.9072104E-1,0E0,7.325801E-1,3.5501435E-1,2.4435353E-1,9.500542E-1,7.991622E-1,5.3213704E-1,4.077692E-1,5.829208E-1,2.765975E-1,1.0752444E-1,0E0,2.675911E-1,0E0,7.4127436E-2,2.2279167E-1,0E0,2.5716305E-1,3.6730495E-1,5.678461E-1,3.5601355E-2,0E0,2.4231768E-1,4.0272307E-1,1.5082717E-1,2.8513622E-1,3.9872092E-1,7.983248E-1,3.370179E-1,4.229908E-1,0E0,4.716336E-1,4.4996148E-1,4.45475E-2,0E0,0E0,1.4873643E-1,0E0,3.1005383E-1,0E0,3.0279398E-2,0E0,0E0,0E0,2.656051E-1,3.6859E-1,2.958078E-1,4.3338474E-2,3.8927495E-1,0E0,4.9910568E-2,1.6493277E-1,2.5864244E-1,4.964039E-1,2.812924E-1,0E0,0E0,4.6412706E-2,3.2013163E-1,2.268213E-1,1.7809966E-1,1.9016194E-1,2.8745925E-1,1.9873683E-1,3.6649042E-1,0E0,3.4625268E-1,0E0,4.599812E-1,3.4286964E-1,1.5526831E-1,0E0,4.7215223E-2,0E0,1.2549368E-1,3.018945E-1,0E0,2.616024E-2,0E0,0E0,2.0811558E-2,4.3503436E-1,3.089287E-1,0E0,2.1698886E-1,9.179966E-2,1.0777697E-1,0E0,5.632404E-1,7.925968E-2,0E0,0E0,4.6997517E-3,1.105577E-2,1.003294E-1,5.075022E-1,5.4459226E-1,0E0,7.56402E-2,0E0,3.0846886E-2,2.4196226E-3,2.0073587E-1,2.0290089E-1,0E0,8.3641924E-2,5.631715E-2,0E0,1.5518832E-1,8.244118E-2,1.4032823E-1,1.7344701E-1,2.23066E-2,5.36964E-1,4.7914308E-1,0E0,3.6941886E-1,0E0,3.439417E-1,0E0,0E0,1.5695915E-1,7.432633E-2,0E0,0E0,7.143989E-2,0E0,2.4010217E-1,0E0,0E0,5.0895214E-3,0E0,2.251184E-2,0E0,2.88737E-1,0E0,2.867102E-1,1.21650696E-1,0E0,0E0,6.416631E-2,1.4040232E-1,0E0,0E0,2.9569197E-1,0E0,0E0,1.5238807E-2,0E0,0E0,0E0,0E0,5.4068565E-2,4.8389882E-1,2.6441497E-1,0E0,8.5665715E-1,3.616631E-2,0E0,0E0,0E0,3.0858109E-2,3.4194246E-2,0E0,2.0244789E-1,1.9156003E-1,0E0,6.6547155E-2,0E0,0E0,7.078469E-2,0E0,2.1403193E-1,2.4973959E-2,0E0,2.1299814E-1,0E0,0E0,1.7069536E-1,0E0,9.781387E-2,3.219825E-1,3.9006323E-1,5.7107997E-1,1.4894903E-1,3.1909537E-1,0E0,0E0,2.4345767E-1,1.4444485E-1,0E0,0E0,1.8370047E-2,0E0,5.8683872E-2,0E0,1.13898516E-1,0E0,0E0,0E0,0E0,0E0,1.1835909E-1,2.5078547E-1,0E0,0E0,6.515455E-2,3.1668454E-2,0E0,1.2340045E-1,0E0,0E0,2.1606183E-1,1.3309859E-2,0E0,0E0,5.566311E-2,0E0,4.0863943E-1,0E0,4.102198E-1,9.1049254E-1,0E0,0E0,1.8178284E-2,0E0,2.9164456E-2,1.01336494E-1,0E0,0E0,1.5100169E-1,0E0,1.9340146E-1,0E0,0E0,7.5093925E-2,0E0,0E0,1.518817E-1,0E0,2.619496E-2,7.726091E-2,0E0,0E0,1.8027478E-1,9.364125E-2,0E0,1.660968E-1,2.4037647E-1,4.8790348E-1,5.8017294E-3,5.4165716E-3,4.8734748E-1,2.4325407E-1,2.4845442E-1,0E0,2.1703458E-1,1.7474055E-1,6.0128044E-2,0E0,1.178081E-1,1.3167046E-2,0E0,0E0,0E0,1.1471295E-1,0E0,0E0,2.3921132E-2,0E0,3.3618653E-1,0E0,0E0,0E0,0E0,3.6660254E-2,0E0,2.3566651E-1,0E0,0E0,0E0,0E0,0E0,3.9308703E-1,0E0,0E0,1.4873528E-1,0E0,9.449513E-1,0E0,0E0,5.687367E-3,0E0,0E0,1.2643477E-1,0E0,9.423363E-2,0E0,1.908052E-1,0E0,1.5578747E-2,1.3945031E-1,0E0,8.432716E-3,0E0,0E0,7.982409E-2,1.9563931E-1,0E0,0E0,3.4601256E-2,2.2162224E-1,2.991991E-1,2.9580986E-1,0E0,2.8205872E-1,0E0,5.0443605E-2,4.6116717E-2,0E0,1.520929E-1,1.2500352E-1,5.0618744E-1,2.777379E-1,7.836221E-2,1.9994801E-1,0E0,0E0,1.9601703E-1,0E0,1.2646174E-1,0E0,6.186801E-2,1.453197E-2,0E0,0E0,0E0,3.993082E-2,0E0,2.3264885E-2,0E0,3.048725E-1,0E0,0E0,2.8279096E-2,0E0,2.1767879E-1,0E0,4.442084E-2,0E0,1.0987604E-1,0E0,5.2104115E-1,0E0,0E0,0E0,1.8567577E-1,0E0,5.859995E-2,0E0,8.0099106E-2,0E0,1.3461322E-2,0E0,1.3535404E-1,0E0,0E0,3.2813013E-2,0E0,1.9078147E-1,0E0,1.11025125E-2,0E0,0E0,3.5762507E-1,0E0,2.7047578E-1,5.9386387E-2,1.6530013E-1,0E0,1.6110814E-1,0E0,3.539095E-2,0E0,6.2557645E-2,0E0,9.451544E-2,5.8892954E-2,1.5300608E-1,7.7283907E-1,2.6253873E-2,5.5439607E-3,4.0792274E-1,8.839703E-2,0E0,0E0,2.100861E-1,0E0,0E0,1.1810303E-2,0E0,0E0,6.656545E-2,9.7849965E-3,0E0,2.0327806E-2,0E0,0E0,0E0,0E0,2.4234974E-1,0E0,0E0,2.07412E-1,0E0,0E0,0E0,0E0,9.844041E-2,0E0,6.8231773E-1,2.1314374E-1,0E0,0E0,9.592414E-3,0E0,2.8644562E-2,0E0,0E0,1.3095546E-1,0E0,0E0,2.99837E-2,0E0,1.5638793E-1,0E0,9.499252E-3,0E0,3.0399668E-1,0E0,1.1380607E-1,9.256816E-2,0E0,1.4310396E-1,0E0,0E0,9.048557E-2,0E0,0E0,0E0,7.622415E-2,0E0,7.667494E-2,6.3202985E-2,0E0,1.5584648E-1,0E0,0E0,3.481872E-1,1.0233917E-2,1.0638478E-1,5.8093607E-2,0E0,8.267424E-3,3.3538783E-1,8.0084145E-2,0E0,2.2889924E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.5376806E-2,0E0,2.859931E-1,0E0,7.005453E-3,0E0,0E0,4.7943234E-2,0E0,0E0,3.657323E-2,0E0,0E0,5.138731E-2,0E0,2.9987335E-2,1.2805176E-1,0E0,3.184426E-2,0E0,0E0,2.1070242E-1,0E0,0E0,1.3844204E-1,0E0,3.9231002E-2,0E0,7.0691615E-2,0E0,9.227705E-2,0E0,5.8190107E-2,0E0,0E0,3.6828578E-2,5.3919554E-2,0E0,3.9921418E-2,0E0,1.279608E-1,0E0,2.1236467E-1,0E0,1.4277213E-2,0E0,0E0,4.013309E-2,0E0,4.8957773E-2,4.430215E-2,0E0,0E0,2.3589838E-1,0E0,5.6200206E-2,0E0,1.8480563E-1,0E0,0E0,0E0,3.2918525E-1,4.783869E-3,0E0,0E0,0E0,0E0,0E0,0E0,1.4476776E-2,0E0,0E0,7.489061E-2,0E0,0E0,0E0,6.0889363E-2,0E0,0E0,9.0333104E-2,0E0,2.618879E-2,5.9110507E-2,0E0,6.677878E-2,0E0,0E0,1.3700843E-2,3.3794805E-2,0E0,0E0,6.305325E-2,7.688452E-2,0E0,6.2307715E-3,0E0,0E0,2.0859957E-1,0E0,1.2284091E-2,0E0,0E0,0E0,2.1155037E-2,0E0,7.778726E-2,1.931963E-1,0E0,0E0,0E0,3.7233353E-2,0E0,1.0834384E-1,0E0,0E0,0E0,0E0,4.2259693E-3,0E0,8.0105305E-2,0E0,4.8668385E-2,8.853948E-2,0E0,0E0,0E0,0E0,5.6177765E-2,0E0,6.221044E-2,0E0,0E0,3.7332952E-2,0E0,0E0,7.9476446E-2,5.8108494E-2,0E0,0E0,0E0,2.048788E-1,0E0,1.5988562E-2,0E0,0E0,0E0,6.5616935E-2,0E0,1.9002616E-1,0E0,0E0,0E0,0E0,1.1329126E-1,0E0,0E0,0E0,6.259513E-2,0E0,0E0,0E0,0E0,4.935512E-2,0E0,2.5807858E-2,0E0,0E0,4.362303E-2,0E0,5.2883446E-2,1.0724574E-2,0E0,1.7163658E-1,0E0,0E0,0E0,0E0,0E0,0E0,4.8693657E-2,1.1606479E-1,0E0,0E0,4.443407E-2,9.157985E-3,0E0,0E0,0E0,0E0,0E0,0E0,3.7234485E-2,0E0,0E0,0E0,1.7524719E-1,0E0,1.1043787E-2,3.3180475E-2,0E0,3.7546158E-2,0E0,0E0,0E0,0E0,0E0,0E0,2.2157812E-1,3.9485455E-2,0E0,0E0,0E0,0E0,4.6895742E-2,2.1020985E-1,0E0,0E0,0E0,0E0,1.1406183E-2,0E0,1.6417074E-1,2.142829E-3,1.1619258E-1,8.625841E-2,0E0,0E0,2.134538E-2,0E0,0E0,5.0001144E-3,0E0,4.1232556E-2,0E0,0E0,2.166748E-3,0E0,0E0,0E0,4.9586296E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,32,32,34,34,35,35,37,37,38,38,39,39,40,40,42,42,43,43,44,44,45,45,46,46,47,47,48,48,49,49,51,51,52,52,53,53,56,56,58,58,60,60,64,64,65,65,66,66,67,67,68,68,70,70,71,71,72,72,73,73,74,74,77,77,78,78,79,79,80,80,81,81,82,82,83,83,84,84,86,86,88,88,89,89,90,90,92,92,94,94,95,95,97,97,100,100,101,101,102,102,104,104,105,105,106,106,108,108,109,109,112,112,113,113,114,114,115,115,116,116,118,118,120,120,121,121,122,122,123,123,125,125,126,126,128,128,129,129,130,130,131,131,132,132,133,133,134,134,136,136,138,138,141,141,142,142,145,145,147,147,150,150,152,152,154,154,156,156,157,157,160,160,161,161,164,164,167,167,172,172,173,173,174,174,176,176,177,177,181,181,182,182,184,184,185,185,187,187,190,190,192,192,193,193,195,195,198,198,200,200,201,201,202,202,203,203,204,204,205,205,208,208,209,209,212,212,214,214,216,216,222,222,223,223,226,226,227,227,229,229,232,232,233,233,236,236,238,238,240,240,241,241,244,244,246,246,247,247,250,250,252,252,255,255,258,258,260,260,261,261,264,264,265,265,267,267,268,268,269,269,270,270,271,271,272,272,273,273,274,274,276,276,277,277,278,278,280,280,281,281,285,285,288,288,290,290,295,295,297,297,303,303,306,306,308,308,311,311,314,314,316,316,318,318,320,320,321,321,323,323,326,326,327,327,330,330,331,331,332,332,333,333,335,335,337,337,338,338,340,340,341,341,342,342,343,343,344,344,345,345,348,348,350,350,352,352,353,353,357,357,359,359,361,361,364,364,366,366,368,368,370,370,372,372,376,376,378,378,380,380,382,382,384,384,387,387,389,389,391,391,394,394,396,396,397,397,398,398,400,400,402,402,404,404,406,406,407,407,408,408,409,409,410,410,411,411,412,412,413,413,416,416,419,419,422,422,423,423,425,425,430,430,433,433,438,438,440,440,441,441,444,444,446,446,449,449,452,452,454,454,456,456,458,458,460,460,461,461,463,463,466,466,470,470,472,472,473,473,475,475,478,478,479,479,480,480,481,481,483,483,484,484,485,485,487,487,495,495,497,497,499,499,502,502,505,505,508,508,510,510,511,511,513,513,516,516,519,519,521,521,523,523,525,525,527,527,530,530,531,531,533,533,535,535,537,537,539,539,542,542,544,544,545,545,548,548,550,550,552,552,556,556,557,557,564,564,567,567,571,571,574,574,576,576,577,577,579,579,582,582,583,583,586,586,587,587,589,589,592,592,594,594,598,598,600,600,601,601,605,605,607,607,612,612,614,614,616,616,617,617,622,622,624,624,627,627,630,630,631,631,635,635,637,637,641,641,643,643,648,648,652,652,657,657,659,659,662,662,664,664,665,665,667,667,674,674,675,675,678,678,679,679,686,686,690,690,692,692,693,693,695,695,702,702,703,703,708,708,709,709,714,714,716,716,717,717,718,718,719,719,722,722,725,725,727,727,730,730,734,734],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,30,32,34,-1,36,-1,38,40,42,44,46,48,50,52,54,56,-1,58,-1,60,62,-1,64,66,68,70,-1,72,74,76,78,80,82,84,86,-1,88,90,92,-1,-1,94,-1,96,-1,98,-1,-1,-1,100,102,104,106,108,-1,110,112,114,116,118,-1,-1,120,122,124,126,128,130,132,134,-1,136,-1,138,140,142,-1,144,-1,146,148,-1,150,-1,-1,152,154,156,-1,158,160,162,-1,164,166,-1,-1,168,170,172,174,176,-1,178,-1,180,182,184,186,-1,188,190,-1,192,194,196,198,200,202,204,-1,206,-1,208,-1,-1,210,212,-1,-1,214,-1,216,-1,-1,218,-1,220,-1,222,-1,224,226,-1,-1,228,230,-1,-1,232,-1,-1,234,-1,-1,-1,-1,236,238,240,-1,242,244,-1,-1,-1,246,248,-1,250,252,-1,254,-1,-1,256,-1,258,260,-1,262,-1,-1,264,-1,266,268,270,272,274,276,-1,-1,278,280,-1,-1,282,-1,284,-1,286,-1,-1,-1,-1,-1,288,290,-1,-1,292,294,-1,296,-1,-1,298,300,-1,-1,302,-1,304,-1,306,308,-1,-1,310,-1,312,314,-1,-1,316,-1,318,-1,-1,320,-1,-1,322,-1,324,326,-1,-1,328,330,-1,332,334,336,338,340,342,344,346,-1,348,350,352,-1,354,356,-1,-1,-1,358,-1,-1,360,-1,362,-1,-1,-1,-1,364,-1,366,-1,-1,-1,-1,-1,368,-1,-1,370,-1,372,-1,-1,374,-1,-1,376,-1,378,-1,380,-1,382,384,-1,386,-1,-1,388,390,-1,-1,392,394,396,398,-1,400,-1,402,404,-1,406,408,410,412,414,416,-1,-1,418,-1,420,-1,422,424,-1,-1,-1,426,-1,428,-1,430,-1,-1,432,-1,434,-1,436,-1,438,-1,440,-1,-1,-1,442,-1,444,-1,446,-1,448,-1,450,-1,-1,452,-1,454,-1,456,-1,-1,458,-1,460,462,464,-1,466,-1,468,-1,470,-1,472,474,476,478,480,482,484,486,-1,-1,488,-1,-1,490,-1,-1,492,494,-1,496,-1,-1,-1,-1,498,-1,-1,500,-1,-1,-1,-1,502,-1,504,506,-1,-1,508,-1,510,-1,-1,512,-1,-1,514,-1,516,-1,518,-1,520,-1,522,524,-1,526,-1,-1,528,-1,-1,-1,530,-1,532,534,-1,536,-1,-1,538,540,542,544,-1,546,548,550,-1,552,-1,-1,-1,-1,-1,-1,-1,554,-1,556,-1,558,-1,-1,560,-1,-1,562,-1,-1,564,-1,566,568,-1,570,-1,-1,572,-1,-1,574,-1,576,-1,578,-1,580,-1,582,-1,-1,584,586,-1,588,-1,590,-1,592,-1,594,-1,-1,596,-1,598,600,-1,-1,602,-1,604,-1,606,-1,-1,-1,608,610,-1,-1,-1,-1,-1,-1,612,-1,-1,614,-1,-1,-1,616,-1,-1,618,-1,620,622,-1,624,-1,-1,626,628,-1,-1,630,632,-1,634,-1,-1,636,-1,638,-1,-1,-1,640,-1,642,644,-1,-1,-1,646,-1,648,-1,-1,-1,-1,650,-1,652,-1,654,656,-1,-1,-1,-1,658,-1,660,-1,-1,662,-1,-1,664,666,-1,-1,-1,668,-1,670,-1,-1,-1,672,-1,674,-1,-1,-1,-1,676,-1,-1,-1,678,-1,-1,-1,-1,680,-1,682,-1,-1,684,-1,686,688,-1,690,-1,-1,-1,-1,-1,-1,692,694,-1,-1,696,698,-1,-1,-1,-1,-1,-1,700,-1,-1,-1,702,-1,704,706,-1,708,-1,-1,-1,-1,-1,-1,710,712,-1,-1,-1,-1,714,716,-1,-1,-1,-1,718,-1,720,722,724,726,-1,-1,728,-1,-1,730,-1,732,-1,-1,734,-1,-1,-1,736,-1,-1],"split_conditions":[3.1982422E-1,2.0056877E2,6.9628906E-1,1.13611244E2,2.1858215E-3,8.702339E1,2.0852206E2,9.119911E1,1.13875E2,-0E0,9.9853516E-1,7.903404E1,1.7378914E2,1.4513676E2,9.727374E1,5.03125E1,8.282471E-2,1.1691341E0,-0E0,4.446979E0,-0E0,9.716797E-2,9.1503906E-1,5.99105E-1,8.2421875E-1,7.484461E1,1.4191167E0,2.1457988E2,2.2937083E0,1E2,9.5166016E-1,-0E0,1.3860733E2,-0E0,5.859375E-2,2.1457988E2,-0E0,3.090625E1,1.7178474E2,7.03125E-1,1.4868164E-1,-0E0,3.575E1,1.3362717E2,9.8000305E1,1.0130861E0,8.4716797E-1,9.489949E1,6.692959E1,5.392238E1,-0E0,7.4570984E1,3.3484552E0,4.9591064E-3,-0E0,-0E0,2.0458984E-1,-0E0,9.377171E1,-0E0,9.9853516E-1,-6.290131E-1,-0E0,-0E0,3.8134766E-1,1.3947751E2,2.9464722E-2,1.5795898E-1,4.084375E1,-0E0,9.980469E-1,2.5230389E0,8.9876236E1,4.4189453E-1,5.8250427E-3,-0E0,-4.5988405E-1,4.7501232E1,6.075E1,9.682617E-1,9.423828E-1,5.198394E-1,1.7178474E2,1.5360026E0,2.2440307E0,-0E0,6.149292E-3,-0E0,3.821875E1,2.1960469E2,2.0567703E0,-0E0,8.105469E-2,-0E0,8.803711E-1,2.548828E-1,-0E0,3.228125E1,-0E0,-0E0,9.971619E-3,8.031195E-1,5.446132E1,-0E0,4.0939226E0,5.090332E-2,1.7692088E2,-0E0,4.803125E1,2.0324707E-2,-0E0,-2.1449123E-1,7.705078E-1,4.98125E1,6.149292E-3,6.598704E1,1.975448E2,-0E0,5.1692543E0,-0E0,9.1845703E-1,8.4521484E-1,9.189453E-1,5.233553E0,-0E0,3.3884797E0,4.878998E-3,-0E0,5.859375E-2,4.656706E0,1.2452974E2,2.59552E-2,4.9605503E1,6.9625E1,6.35E1,-0E0,9.9072266E-1,-0E0,9.039307E-2,-0E0,-3.849745E-1,8.959961E-1,2.484284E2,-0E0,-3.5298955E-1,5.446132E1,-0E0,5.446132E1,-0E0,-0E0,5.0828595E0,-0E0,7.795399E1,-0E0,1.03149414E-1,-0E0,9.0771484E-1,3.369788E1,-0E0,-0E0,6.0058594E-1,4.0671706E0,-0E0,-0E0,1.6027832E-1,-0E0,-2.0934992E-1,4.5861425E0,-0E0,-6.401729E-2,-0E0,-0E0,9.880066E-3,6.165625E1,1.6981117E0,-0E0,1.6722078E2,8.3984375E-2,-0E0,-1.5789613E-1,-0E0,9.9035347E-1,9.9121094E-1,-0E0,8.758545E-2,8.408174E-1,-0E0,9.9121094E-1,-0E0,-0E0,9.8828125E-1,-0E0,2.3071289E-2,3.546875E1,-0E0,8.1396484E-1,-0E0,-0E0,5.5870515E-1,-0E0,9.980469E-1,9.448242E-1,1.7744127E2,4.315625E1,3.2848063E0,4.4059753E-3,-0E0,-0E0,9.13125E1,2.1321727E2,-0E0,-0E0,4.7769585E0,-0E0,1.8702464E2,-0E0,9.863281E-1,-4.5342278E-1,-0E0,-4.6550903E-1,-0E0,-0E0,1.4953613E-2,6.106292E1,-0E0,-0E0,5.562303E0,1.7285156E-1,-0E0,1.4887653E2,-0E0,-0E0,9.902344E-1,9.145112E1,-0E0,-0E0,2.1225E2,-0E0,6.1035156E-1,-0E0,3.128125E1,1.1410449E2,-0E0,-0E0,2.1514893E-2,-0E0,1.25813446E2,3.73125E1,-0E0,-0E0,6.7822266E-1,-0E0,3.646875E1,2.509749E-1,-0E0,7.397461E-1,-0E0,-0E0,5.3379583E0,-0E0,1.3776189E0,8.270264E-2,-0E0,-0E0,9.824219E-1,3.525E1,-0E0,2.5759523E0,9.7558594E-1,9.824219E-1,8.103569E1,2.1264365E0,1.5283203E-1,9.951172E-1,7.9052734E-1,-0E0,7.2216797E-1,1.3174154E0,1.13875E2,-0E0,1.03625E2,9.682617E-1,-0E0,3.3244294E-1,-0E0,9.8535156E-1,-0E0,-0E0,1.085625E2,-0E0,1.061875E2,-3.9348704E-1,-0E0,-0E0,2.496412E-1,3.546875E1,-0E0,7.6560974E-3,-0E0,-0E0,1.07878834E-1,-5.739402E-1,-0E0,1.9119091E0,-0E0,-0E0,8.9876236E1,-0E0,8.407194E1,-0E0,-3.882039E-1,3.9266875E0,-0E0,-0E0,3.6694336E-1,-0E0,1.2890625E-1,-0E0,3.053125E1,-0E0,1.1904609E0,5.4855347E-3,-0E0,9.9072266E-1,-0E0,-0E0,9.9121094E-1,2.0378697E2,-0E0,-0E0,1.9050462E2,1.0687256E-1,1.5688235E2,5.78125E1,-0E0,1.5195343E2,-0E0,3.5003662E-2,7.758789E-1,-0E0,1.6352637E2,5.871525E1,5.854492E-1,7.391666E1,9.8095703E-1,6.903076E-2,-0E0,-0E0,9.916992E-1,-0E0,9.716797E-1,-0E0,9.0641075E1,9.9902344E-1,-0E0,-1.836539E-1,-0E0,1.03625E2,-0E0,4.76875E1,-0E0,3.878125E1,-0E0,-0E0,8.408174E-1,-0E0,4.5349836E0,-0E0,1.661377E-1,-0E0,9.468079E-3,-0E0,1.3476562E-1,1.4586623E-1,-0E0,-0E0,8.852539E-1,-0E0,2.3880005E-2,-0E0,6.1920166E-2,-0E0,1.433288E2,-0E0,9.970703E-1,-2.9560682E-1,-0E0,7.8271484E-1,-0E0,1.6091789E0,-0E0,1.1053467E-1,-0E0,-0E0,1.1862046E0,-0E0,9.238281E-1,6.034375E1,9.60625E1,-0E0,5.6885696E1,-0E0,1.2915843E0,-0E0,7.8271484E-1,-0E0,3.9886475E-2,3.6811872E0,1.2885497E2,1.586914E-2,7.910156E-1,1.899269E2,3.340625E1,5.475E1,-0E0,-0E0,5.48296E0,-4.908747E-1,-0E0,9.946289E-1,-0E0,-0E0,9.3066406E-1,4.2236328E-1,-0E0,9.428711E-1,-0E0,-4.325957E-1,-0E0,-0E0,6.5771484E-1,-0E0,-2.977939E-1,4.041511E0,-0E0,6.572032E-1,-0E0,-0E0,5.275E1,-0E0,7.661133E-1,9.84375E-1,-0E0,-0E0,3.5858154E-3,-0E0,3.065625E1,-2.6679757E-1,-0E0,1.9896704E2,-0E0,-0E0,1.208125E2,-0E0,1.4855162E2,-0E0,4.0181036E0,-0E0,4.1304035E0,-0E0,1.9376758E2,9.892578E-1,-0E0,9.0771484E-1,-0E0,-0E0,9.456452E1,-0E0,-1.6292027E-1,-0E0,7.861328E-2,-0E0,9.9658203E-1,9.892578E-1,-0E0,5.2825928E-2,-0E0,-0E0,2.0131575E2,9.8779297E-1,9.707031E-1,7.3095703E-1,-0E0,1.322075E2,8.652344E-1,6.1706543E-2,-0E0,3.7314304E1,-0E0,6.921435E-1,-0E0,2.2062822E-1,-0E0,3.7605995E-1,-0E0,4.656706E0,-0E0,4.1375E1,-0E0,1.4981284E2,-0E0,-0E0,8.4901214E-1,1.2686403E0,-0E0,3.275E1,-0E0,-0E0,6.48125E1,-0E0,9.5458984E-1,3.115E2,-0E0,5.233553E0,-0E0,-0E0,4.382428E0,2.737771E-1,-0E0,7.507324E-2,-0E0,4.721875E1,-0E0,9.9560547E-1,-0E0,9.931453E1,-0E0,5.652648E1,-0E0,-0E0,9.770508E-1,2.856914E1,-0E0,9.340873E1,-0E0,8.325E1,-0E0,6.921387E-2,-0E0,3.7314304E1,-0E0,-0E0,6.240625E1,-0E0,1.8112183E-2,2.4764154E0,-0E0,-0E0,9.9609375E-1,-0E0,5.493164E-1,-0E0,8.0810547E-1,4.968962E-1,-0E0,-0E0,2.0197098E2,1.77875E2,-0E0,-0E0,-4.7782224E-1,-0E0,-3.5439253E-1,-0E0,1.0092212E0,-4.1137883E-1,-0E0,3.903125E1,-0E0,3.2714602E-1,-0E0,1.8911917E1,-0E0,-0E0,9.370117E-1,-0E0,1.0667192E2,9.5751953E-1,-0E0,3.9886475E-2,-0E0,-0E0,5.9547573E-1,9.9902344E-1,-0E0,-0E0,2.3808382E0,1.322075E2,-0E0,8.7102866E-1,-0E0,-0E0,9.9316406E-1,-0E0,3.8452148E-1,2.1198505E-1,-0E0,-0E0,5.1953125E-1,-0E0,4.5349836E0,1.29625E2,-0E0,2.5608823E-1,-0E0,1.4402605E2,-0E0,8.45806E1,-0E0,6.512983E-1,-0E0,-0E0,8.267427E-1,-0E0,4.2398594E1,-0E0,3.115625E1,9.301758E-1,-0E0,3.7575418E-1,-0E0,-0E0,9.9853516E-1,-0E0,1.19125E2,-0E0,4.5109212E-1,4.40625E1,-0E0,-0E0,9.9035347E-1,3.7983108E0,-0E0,-0E0,3.2407457E-1,4.9718E0,-0E0,8.5791016E-1,-0E0,1.9620384E-1,-0E0,9.2089844E-1,-0E0,7.159618E1,-0E0,4.2994964E-1,-0E0,-0E0,1.3475E2,-0E0,4.6852684E-1,-0E0,5.2106663E1,-0E0,-3.9271566E-1,-4.5550603E-1,-0E0,7.5E1,-0E0,9.1503906E-1,-0E0,-0E0,1.8028659E2,-0E0,1.2023926E-1,4.553929E0,-0E0,7.2216797E-1,-0E0,-0E0,-1.2548803E-1,2.3697692E-1,-0E0,-0E0,2.3197193E1,7.689911E1,-0E0,-0E0,9.8779297E-1,3.221875E1,-0E0,-4.887691E-1,-0E0,-0E0,2.6946178E-1,-0E0,1.1657715E-2,-2.685183E-1,-0E0,-0E0,7.830182E1,-0E0,5.225803E0,6.3623047E-1,-0E0,5.308216E-1,-0E0,-0E0,-2.748554E-1,-0E0,-3.1785166E-1,-0E0,1.31375E2,5.966797E-1,-0E0,5.706303E-1,-0E0,-0E0,5.4855347E-3,1.051242E0,-0E0,-0E0,-4.184775E-1,-0E0,1.3867188E-1,-0E0,8.691406E-1,8.652344E-1,9.9853516E-1,1.1675E2,-0E0,-0E0,9.873047E-1,4.0453184E-1,-0E0,3.128125E1,-0E0,6.933043E1,-0E0,-0E0,2.029419E-2,-0E0,1.4014752E-1,-0E0,5.180664E-1,-0E0,6.2071747E-1],"split_indices":[15,6,14,4,17,5,6,4,9,0,14,5,6,6,5,11,17,0,0,3,0,17,18,0,12,5,3,7,0,10,14,0,6,0,13,7,0,8,6,17,13,0,8,4,5,2,16,5,5,7,0,4,0,16,0,0,12,0,5,0,17,0,0,0,15,6,18,12,10,0,16,3,5,19,17,0,0,5,11,18,16,3,6,1,3,0,18,0,8,6,2,0,12,0,12,15,0,11,0,0,19,0,5,0,3,18,6,0,9,19,0,0,17,10,18,7,6,0,1,0,18,14,14,0,0,0,19,0,13,0,5,16,7,10,10,0,19,0,13,0,0,18,6,0,0,5,0,5,0,0,2,0,5,0,13,0,13,7,0,0,18,0,0,0,14,0,0,3,0,0,0,0,16,11,1,0,5,13,0,0,0,1,14,0,12,1,0,14,0,0,18,0,16,11,0,19,0,0,1,0,15,14,6,11,2,17,0,0,9,6,0,0,2,0,6,0,17,0,0,0,0,0,18,7,0,0,0,14,0,4,0,0,19,5,0,0,9,0,17,0,11,5,0,0,18,0,4,10,0,0,15,0,9,0,0,14,0,0,2,0,3,12,0,0,19,9,0,2,17,19,5,2,18,14,17,0,14,2,9,0,11,18,0,0,0,19,0,0,9,0,10,0,0,0,0,11,0,18,0,0,0,0,0,3,0,0,5,0,7,0,0,3,0,0,15,0,16,0,10,0,1,19,0,17,0,0,17,6,0,0,6,17,6,10,0,6,0,18,15,0,6,7,19,4,17,13,0,0,13,0,17,0,4,14,0,0,0,10,0,8,0,11,0,0,1,0,1,0,19,0,17,0,16,0,0,0,18,0,17,0,12,0,6,0,17,0,0,14,0,3,0,16,0,0,0,0,15,11,11,0,4,0,0,0,14,0,19,0,4,19,19,6,8,8,0,0,3,0,0,14,0,0,17,12,0,13,0,0,0,0,14,0,0,2,0,0,0,0,9,0,17,16,0,0,19,0,8,0,0,6,0,0,8,0,6,0,3,0,0,0,6,15,0,13,0,0,5,0,0,0,13,0,16,17,0,18,0,0,6,14,15,14,0,4,14,18,0,7,0,0,0,0,0,0,0,0,0,9,0,4,0,0,2,0,0,11,0,0,11,0,12,9,0,0,0,0,3,0,0,13,0,9,0,16,0,5,0,7,0,0,18,7,0,5,0,8,0,12,0,7,0,0,8,0,19,3,0,0,18,0,12,0,13,0,0,0,7,10,0,0,0,0,0,0,3,0,0,9,0,0,0,7,0,0,14,0,5,14,0,19,0,0,2,14,0,0,3,4,0,2,0,0,18,0,12,0,0,0,12,0,1,10,0,0,0,4,0,4,0,0,0,0,0,0,4,0,8,19,0,0,0,0,14,0,9,0,0,9,0,0,1,3,0,0,0,0,0,15,0,0,0,16,0,5,0,0,0,0,11,0,0,0,5,0,0,0,0,8,0,17,0,0,6,0,17,2,0,14,0,0,0,0,0,0,7,5,0,0,13,8,0,0,0,0,0,0,18,0,0,0,4,0,1,14,0,2,0,0,0,0,0,0,9,15,0,0,0,0,18,2,0,0,0,0,16,0,12,14,14,11,0,0,17,0,0,10,0,4,0,0,16,0,0,0,15,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.1895404E2,4.1814682E1,3.7713934E2,3.1052229E1,1.0762454E1,1.0839613E2,2.6874323E2,2.1481686E1,9.570543E0,3.7081596E-1,1.0391638E1,5.9808716E1,4.8587418E1,2.2831337E2,4.0429844E1,1.2154676E1,9.32701E0,8.064437E0,1.5061059E0,9.545639E0,8.45999E-1,3.5259007E1,2.4549706E1,1.55217085E1,3.306571E1,4.208074E1,1.8623264E2,1.7717703E1,2.271214E1,5.925801E0,6.2288756E0,1.2886021E0,8.038408E0,2.825359E-1,7.7819014E0,8.514705E0,1.0309345E0,6.474225E0,2.8784782E1,2.0323093E1,4.2266135E0,7.5800955E-1,1.47637E1,2.87258E1,4.3399096E0,2.5331108E1,1.6749636E1,3.886508E1,1.4736755E2,1.6241425E1,1.4762784E0,1.1480258E1,1.1231881E1,4.651257E0,1.2745438E0,2.6258562E0,3.6030195E0,5.68427E-1,7.4699807E0,3.3945373E-1,7.4424477E0,7.8530016E0,6.617027E-1,5.3461665E-1,5.9396086E0,2.1855959E1,6.9288235E0,1.05059395E1,9.817153E0,1.918158E0,2.3084555E0,3.609006E0,1.1154694E1,2.4609951E1,4.115849E0,1.216289E0,3.1236205E0,2.5367317E0,2.2794374E1,1.111759E1,5.6320453E0,2.7640884E1,1.1224197E1,1.6093544E1,1.31274E2,4.063894E0,1.217753E1,2.4822576E0,8.998001E0,4.584432E0,6.6474485E0,1.686865E-1,4.4825706E0,6.0478455E-1,2.998235E0,6.1316204E0,1.3383602E0,7.278979E0,1.6346861E-1,1.9509801E-1,5.74451E0,5.4788995E0,1.637706E1,1.1973965E0,5.7314267E0,3.7758813E0,6.7300587E0,1.4033924E0,8.41376E0,2.1257477E0,1.8270783E-1,1.6811074E0,1.9278986E0,2.4326077E0,8.722086E0,1.3685976E1,1.0923975E1,7.2916883E-1,3.3866801E0,3.0934495E-1,2.2273867E0,1.19881115E1,1.0806264E1,9.999389E0,1.1182017E0,2.6205728E0,3.0114725E0,8.8220525E-1,2.6758678E1,3.4508157E0,7.7733817E0,1.1865611E1,4.2279334E0,4.808405E1,8.318996E1,1.3599062E0,1.0817624E1,1.2087978E0,7.789203E0,1.6097016E0,2.9747305E0,3.151363E0,3.496086E0,4.240299E-1,4.058541E0,2.7455025E0,2.5273234E-1,5.322409E0,8.092114E-1,1.6337128E-1,7.1156077E0,5.235142E-1,5.2209964E0,6.5111244E-1,4.8277874E0,1.4330293E0,1.4944031E1,4.29849E0,1.4329369E0,8.0445117E-1,2.9714303E0,4.02584E0,2.7042186E0,1.080631E0,7.3331294E0,3.3843267E-1,1.787315E0,1.6947104E0,2.3318827E-1,1.1412838E0,1.291324E0,5.261629E-1,8.195923E0,4.311132E0,9.374845E0,5.588426E0,5.335549E0,3.0299952E0,3.5668498E-1,1.9338998E0,2.93487E-1,2.2944846E0,9.693626E0,3.3433068E0,7.462957E0,9.615686E0,3.8370153E-1,2.4247746E0,1.957981E-1,1.8697794E-1,2.8244946E0,1.2199538E0,2.5538725E1,3.0555363E0,3.952793E-1,5.969391E0,1.8039908E0,7.7303773E-1,1.1092573E1,1.267671E0,2.9602625E0,3.308555E1,1.4998499E1,5.143898E1,3.1750977E1,1.0413555E1,4.0406927E-1,1.2079091E0,6.581294E0,2.8825688E0,2.6879406E-1,1.7513031E0,1.7447828E0,2.1610925E-1,2.5293934E0,3.0737135E-1,5.015038E0,6.649665E0,4.6594268E-1,4.7900314E0,4.3096492E-1,1.0261297E0,3.8016577E0,1.4341911E1,6.0211855E-1,3.625905E-1,3.9358995E0,2.2374003E0,7.3402995E-1,3.435749E0,5.9009093E-1,1.4375384E0,5.8955913E0,1.4349431E0,2.597673E-1,2.9318252E-1,7.90274E0,2.0924973E0,2.2186346E0,4.078592E0,5.2962523E0,4.690879E0,6.4467E-1,2.2929807E-1,2.800697E0,3.613923E-1,1.9330924E0,5.864895E0,3.828732E0,8.9332354E-1,6.5696335E0,1.8866813E-1,9.427018E0,2.0088718E0,4.1590306E-1,2.6618736E0,1.626209E-1,1.4018347E0,2.413689E1,2.575183E-1,2.798018E0,4.3956623E0,1.5737286E0,8.3206654E-1,1.0260507E1,2.588103E0,3.7215948E-1,1.4693714E1,1.8391834E1,7.317803E0,7.6806965E0,1.0788433E1,4.0650547E1,2.3203146E1,8.547831E0,2.7757505E-1,1.013598E1,3.151678E0,3.4296157E0,1.8296805E-1,2.6996007E0,1.5818033E0,1.6297938E-1,2.3178747E0,2.115187E-1,4.831171E0,1.8386666E-1,3.8377705E-1,3.4178805E0,1.7903738E0,1.2551538E1,3.7376878E0,1.9821176E-1,5.45111E-1,1.6922892E0,3.1495109E0,2.862383E-1,5.6404033E0,2.55188E-1,1.967915E-1,1.2381516E0,7.641722E0,2.610181E-1,1.8949233E0,3.2371125E-1,3.620055E-1,4.9342465E0,2.0460207E0,2.6448584E0,2.697161E-1,2.530981E0,1.7096823E0,2.2341003E-1,1.2709976E0,4.5938973E0,3.9230084E-1,6.1773324E0,3.2322425E-1,9.103794E0,2.002408E-1,2.461633E0,2.364774E1,4.8915038E-1,2.6260712E0,1.7194669E-1,3.921566E-1,4.0035057E0,9.719501E0,5.4100585E-1,2.854843E-1,2.3026187E0,7.6877832E0,7.0059314E0,1.482291E1,3.568925E0,6.618265E0,6.995379E-1,2.131239E0,5.5494576E0,3.3984177E0,7.390015E0,1.4350537E1,2.630001E1,1.8298717E1,4.904429E0,5.23545E0,3.312381E0,3.1485337E-1,9.821126E0,2.2847286E-1,2.9232051E0,1.0041674E0,2.4254484E0,2.52708E0,1.7252067E-1,1.4095666E0,1.722367E-1,4.66251E0,1.6866143E-1,3.2438486E0,1.7403203E-1,1.0253907E1,2.2976308E0,2.5297672E-1,2.8965342E0,3.366531E-1,5.30375E0,1.7700508E-1,1.7179182E0,4.963845E-1,4.4378624E0,6.475448E-1,1.9973135E0,1.4481177E0,2.6156458E-1,2.7767524E-1,4.3162217E0,9.6165705E-1,5.2156754E0,2.676009E-1,8.836193E0,2.3247646E-1,2.2291565E0,1.1463039E0,2.2501436E1,2.3195333E0,3.0653787E-1,3.7105796E0,2.9292592E-1,9.396085E0,3.2341638E-1,2.1051958E0,1.9742306E-1,1.6306736E0,6.0571094E0,1.4697434E0,5.536188E0,9.156716E0,5.666193E0,3.704772E-1,6.247788E0,3.6746562E-1,1.7637734E0,1.2141736E0,4.3352838E0,1.7314519E0,5.658563E0,6.177435E0,8.173102E0,1.7909712E1,8.390299E0,3.4395082E0,1.4859209E1,3.94724E0,9.571887E-1,3.3915305E-1,4.8962965E0,9.602602E0,2.1852401E-1,2.7452736E0,1.779315E-1,3.2392985E-1,2.1015186E0,2.3606076E0,1.6647246E-1,4.4521747E0,2.1033528E-1,2.8305337E0,4.1331485E-1,8.2436657E-1,9.429541E0,3.578175E-1,2.5387166E0,4.969266E0,3.3448398E-1,1.5302839E0,1.8763421E-1,5.083765E-1,3.9294856E0,3.944939E-1,1.6028196E0,3.3623602E0,9.538616E-1,2.3906797E-1,4.9766073E0,5.3291714E-1,8.303276E0,2.0622718E0,1.6688472E-1,2.1197899E1,1.3035371E0,2.7167615E-1,3.4389036E0,3.1889534E-1,9.077189E0,2.465898E-1,1.858606E0,7.580102E-1,5.299099E0,1.4508895E0,4.0852985E0,5.469641E0,3.6870756E0,5.3191957E0,3.4699744E-1,4.1964042E-1,5.8281474E0,1.6335206E-1,1.6004213E0,3.8273638E-1,3.9525476E0,7.5893617E-1,4.899627E0,4.909893E0,1.267542E0,5.9021144E0,2.2709877E0,3.472096E0,1.4437616E1,3.0497274E0,5.3405714E0,2.5613787E0,8.781296E-1,3.497851E0,1.1361358E1,3.6438236E0,3.034164E-1,4.3288927E0,5.6740373E-1,2.5328257E0,2.1244797E-1,1.8567857E0,2.4473289E-1,2.0760536E0,2.8455395E-1,4.1358285E0,3.1634608E-1,8.574128E0,8.55413E-1,4.763534E0,2.0573209E-1,2.669639E-1,3.6625218E0,1.3957531E0,2.0706643E-1,3.1180258E0,2.443345E-1,1.9315347E-1,4.783454E0,4.9128035E-1,7.811996E0,2.0527029E1,6.7086947E-1,3.2757816E0,1.6312182E-1,1.0973297E0,7.9798594E0,1.683184E0,1.7542188E-1,3.9615247E0,1.3375744E0,3.8729024E0,2.123962E-1,3.9392858E0,1.5303555E0,4.969074E0,3.5012183E-1,5.4472294E0,3.8091832E-1,6.0368973E-1,3.3488576E0,4.635725E0,2.6390195E-1,4.2391243E0,6.707689E-1,3.0963235E0,2.805791E0,1.3953949E1,4.8366708E-1,2.3635166E0,6.862109E-1,3.3282666E0,2.0123045E0,3.5076925E-1,2.2106094E0,2.631431E0,8.6642E-1,2.6520221E0,8.709335E0,1.0217819E0,2.6220417E0,4.4694802E-1,3.881945E0,3.9672449E0,1.6858356E-1,5.8744067E-1,7.986687E0,4.5507455E0,2.127883E-1,2.1729174E-1,3.44523E0,2.3989902E-1,2.8781269E0,5.215506E-1,4.2619033E0,7.579312E0,2.326841E-1,2.0352243E1,1.7478547E-1,3.0790167E0,1.9676499E-1,6.967107E0,1.0127525E0,4.3455932E-1,3.5269656E0,3.8783967E-1,3.4850628E0,3.7676778E0,1.7160814E-1,4.8029747E0,1.6609901E-1,4.768768E-1,4.9703526E0,3.1624289E0,1.8642889E-1,1.9398497E-1,4.44174E0,3.5129123E0,7.2621185E-1,2.9293423E0,1.6698124E-1,8.8354754E-1,1.3070401E1,4.0193668E-1,1.9615799E0,1.839114E0,1.7319067E-1,2.6341397E-1,1.9471955E0,3.150501E-1,2.316381E0,8.422614E0,2.8672132E-1,2.417467E0,2.0457454E-1,3.718141E0,1.6380389E-1,6.8036184E0,1.1830689E0,4.3623533E0,1.8839233E-1,4.9271795E-1,3.7691855E0,7.808769E-1,1.9571367E1,3.2607514E-1,6.6410317E0,3.3591232E0,1.678424E-1,3.2642355E0,2.2082727E-1,2.449668E-1,3.5227108E0,6.40399E-1,4.1625757E0,1.8158923E-1,4.788763E0,2.8686671E0,2.9376167E-1,2.9987597E-1,4.1418643E0,2.9777145E0,5.351978E-1,1.8423729E-1,2.745105E0,1.2888038E1,1.8236323E-1,1.7332051E0,2.2837481E-1,1.6138254E0,3.3337006E-1,1.8620639E0,4.5431697E-1,8.191546E0,2.3106799E-1,3.493566E0,2.2457498E-1,8.9323086E-1,5.9103875E0,1.6916072E-1,3.600025E0,7.132728E-1,1.8858095E1,4.620062E-1,6.1790257E0,3.1418278E0,2.1729541E-1,3.1839767E0,3.3873433E-1,3.9557967E0,2.0677914E-1,2.9197934E-1,2.5766878E0,3.4081382E-1,3.8010504E0,2.344068E0,6.336465E-1,1.2425032E1,4.6300638E-1,1.9388616E-1,1.5393189E0,1.6231225E0,2.389415E-1,6.3868E-1,7.5528665E0,5.678192E0,2.321954E-1,1.7324352E-1,1.868485E1,2.89906E0,2.849166E-1,3.7409382E0,2.148586E-1,2.5732246E-1,2.3193655E0,2.8024933E-1,3.520801E0,2.163046E0,1.8102199E-1,1.8173876E-1,1.2243293E1,3.988467E-1,7.15402E0,5.175263E0,5.0292885E-1,1.8476608E1,2.0824249E-1,2.0629917E-1,2.6927607E0,3.1566778E-1,3.2051334E0,1.2025733E0,1.104072E1,6.975277E0,1.7874296E-1,5.0113335E0,1.6392949E-1,3.875892E-1,1.808902E1,1.0546105E1,4.9461386E-1,4.7083962E-1,6.504437E0,8.283844E-1,1.7260635E1,4.3415734E-1,1.0111948E1,2.7947853E0,1.446585E1,9.462611E0,6.493376E-1,6.8862915E-1,2.106156E0,1.3541298E1,9.2455184E-1,9.153818E0,3.0879298E-1,1.8550655E0,2.5109062E-1,1.6916183E-1,8.984656E0,3.5030755E-1,1.504758E0,3.069352E-1,8.677721E0,3.5971877E-1,8.318002E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"737","size_leaf_vector":"0"}},{"base_weights":[-3.0444106E-2,4.8407894E-3,-1.725317E-1,1.788553E-2,-2.5836423E-1,-2.25071E-1,-0E0,5.840333E-2,-9.394422E-3,-5.621207E-1,-0E0,-3.6594623E-1,-7.174751E-2,5.288889E-2,-7.6548606E-2,-0E0,1.4025775E-1,8.298506E-3,-7.597329E-2,-0E0,-5.0293285E-1,3.311887E-2,-8.9175485E-2,-0E0,-3.8820973E-1,-2.3048739E-1,-0E0,-0E0,1.5102892E-1,-0E0,-2.2665602E-1,-8.0129184E-2,3.750159E-2,2.0163047E-1,-0E0,-5.875745E-2,5.234631E-2,1.3919938E-2,-1.501936E-1,-0E0,2.4657206E-1,-0E0,-1.8367334E-1,-5.652171E-1,-1.61629E-1,-0E0,-3.6252198E-1,2.8956112E-2,-2.0156655E-1,-1.1940754E-1,-0E0,-0E0,2.3592412E-1,-0E0,-3.4617394E-1,-2.0662948E-1,-0E0,1.0382797E-1,-2.6230257E-2,2.3488763E-1,-0E0,9.6323654E-2,-5.9121378E-2,-2.6487514E-1,-0E0,-2.9287169E-2,8.608812E-2,1.5104659E-1,-0E0,-0E0,-1.8365596E-1,3.5569772E-1,-0E0,-0E0,-6.2266797E-1,-3.3719215E-1,-0E0,1.0207429E-1,-0E0,-0E0,-4.4653302E-1,1.3030238E-1,-4.8980303E-3,-0E0,-2.721257E-1,-1.1403912E-1,-0E0,2.859108E-1,-0E0,-0E0,-3.6490095E-1,-0E0,-3.2628173E-1,3.858359E-2,-7.6308325E-2,2.1709785E-1,-0E0,-1.1142162E-1,3.1250052E-2,2.591578E-1,-0E0,-0E0,2.5858134E-1,-0E0,-1.4298116E-1,-0E0,-4.1827208E-1,-2.776852E-2,1.1607912E-1,-0E0,-1.1490933E-1,1.1629299E-1,-0E0,-0E0,2.8309882E-1,-0E0,-9.522988E-2,-0E0,-2.4269792E-1,3.5114405E-1,-0E0,-0E0,-6.6376907E-1,-0E0,-3.9936593E-1,-0E0,7.756273E-2,-0E0,2.3195939E-1,-0E0,-5.042178E-1,-0E0,2.5047803E-1,-9.8712966E-2,-0E0,-2.4997622E-1,-0E0,-0E0,3.166239E-1,-2.9970422E-1,-0E0,-3.7404412E-1,-0E0,1.13951355E-1,-0E0,-0E0,-2.308999E-1,-0E0,2.643772E-1,6.554438E-2,-7.982049E-2,-0E0,-1.6981906E-1,-0E0,1.67707E-1,-0E0,3.294002E-1,-0E0,3.0805114E-1,-2.2250313E-1,-0E0,-4.387459E-1,-0E0,-1.3209407E-1,-0E0,-0E0,2.0862085E-1,-0E0,6.682742E-2,-1.8968537E-1,-0E0,1.4891645E-1,-0E0,1.435331E-3,-1.5047002E-1,-0E0,3.5616946E-1,-1.7574146E-1,-0E0,-9.3388125E-2,3.8727142E-2,-3.3610326E-1,-0E0,-0E0,-6.753566E-1,-0E0,-4.4983995E-1,-0E0,-3.229323E-2,-0E0,1.614048E-1,-0E0,3.41901E-1,-0E0,-5.3188515E-1,-0E0,3.3979586E-1,-0E0,-2.1664742E-1,3.4095663E-1,-0E0,-4.18859E-1,-0E0,2.3944196E-1,-0E0,-3.9210445E-1,-0E0,3.223185E-1,-0E0,1.5391508E-1,-0E0,-0E0,-1.5417354E-1,-0E0,-2.0498362E-1,-0E0,2.6481152E-1,1.06471695E-1,-0E0,-0E0,3.5905027E-1,-0E0,3.547172E-1,-0E0,-2.7355585E-1,-4.6078795E-1,-0E0,-2.3626219E-1,-0E0,-0E0,1.1809795E-1,2.74076E-1,-0E0,-0E0,1.5357709E-1,-0E0,-2.6249653E-1,1.6908154E-1,-0E0,-7.047869E-2,5.0717935E-2,2.323139E-1,-0E0,-2.2017132E-1,-0E0,4.0909415E-1,-0E0,-0E0,-2.4885449E-1,-0E0,-1.2096585E-1,-0E0,1.7023847E-1,-3.5901225E-1,-0E0,-0E0,-5.145E-2,-0E0,-6.851858E-1,-0E0,-5.0127155E-1,-0E0,-3.8981177E-2,2.676305E-1,-0E0,3.0663577E-1,-0E0,-5.4849833E-1,-0E0,4.2750916E-1,-0E0,-2.6142865E-1,-0E0,3.919661E-1,-0E0,-0E0,-4.5635992E-1,-0E0,3.067293E-1,-0E0,-3.441256E-1,3.494652E-1,-0E0,-0E0,2.4185264E-1,-2.1784331E-1,-0E0,-0E0,-2.4775974E-1,3.54887E-1,-0E0,1.8073796E-1,-0E0,-3.7851967E-2,-0E0,-0E0,3.9288276E-1,3.7858373E-1,-0E0,-3.2819626E-1,-0E0,-4.9742875E-1,-0E0,-2.7215666E-1,-0E0,-0E0,1.9163756E-1,3.2493153E-1,-0E0,-0E0,2.1177414E-1,-0E0,-3.1090117E-1,-0E0,1.967045E-1,-1.5747131E-1,-0E0,1.6870454E-1,-0E0,-0E0,2.697143E-1,-0E0,-2.927012E-1,-0E0,4.412412E-1,-0E0,-3.0027008E-1,-0E0,-1.6151075E-1,3.342024E-1,-0E0,-0E0,-3.874732E-1,-0E0,-1.3122962E-1,-5.395931E-1,-0E0,-5.23241E-1,-0E0,3.255467E-1,-0E0,-0E0,-4.372955E-1,5.016972E-1,-0E0,-0E0,-2.907447E-1,-0E0,4.4017377E-1,-0E0,-5.2460253E-1,-0E0,3.4030744E-1,-0E0,3.8655975E-1,3.0184156E-1,-0E0,-2.843227E-1,-0E0,-2.8019252E-1,-0E0,-0E0,3.1715E-1,2.4148652E-1,-0E0,-8.892202E-2,-0E0,-0E0,4.1861516E-1,-0E0,3.1078297E-1,-0E0,-3.5955793E-1,-5.1769847E-1,-0E0,-0E0,-3.1203255E-1,-0E0,2.6450244E-1,-0E0,3.969319E-1,-0E0,2.6791707E-1,-3.5126483E-1,-0E0,-0E0,2.2010952E-1,-0E0,-2.0300372E-1,-0E0,2.4245887E-1,-3.5177556E-1,-0E0,4.8614448E-1,-0E0,-0E0,-3.2380685E-1,-0E0,-1.4311834E-1,-0E0,4.1042352E-1,-0E0,-3.9656252E-1,-2.4021484E-1,-0E0,-5.500527E-1,-0E0,-0E0,3.6353642E-1,-0E0,5.4346085E-1,-3.1915525E-1,-0E0,-0E0,4.7925323E-1,-0E0,-5.553007E-1,-0E0,3.8485104E-1,-0E0,4.2273623E-1,3.5236093E-1,-0E0,-3.2973832E-1,-0E0,-0E0,-3.1137744E-1,-0E0,3.3730835E-1,-0E0,-9.076317E-2,4.359188E-1,-0E0,-0E0,-3.9310458E-1,-5.347087E-1,-0E0,-0E0,-4.034383E-1,3.1929106E-1,-0E0,4.3761402E-1,-0E0,-0E0,2.3188756E-1,-3.9624837E-1,-0E0,2.79721E-1,-0E0,-0E0,-2.4559213E-1,-0E0,3.139536E-1,-4.0007347E-1,-0E0,5.2365613E-1,-0E0,-3.4130895E-1,-0E0,-0E0,3.7093407E-1,-4.1200203E-1,-0E0,-2.698621E-1,-0E0,-5.780307E-1,-0E0,3.031209E-1,-0E0,5.8112705E-1,-0E0,-0E0,-3.5118487E-1,5.3724754E-1,-0E0,-5.8593154E-1,-0E0,4.2099702E-1,-0E0,-0E0,4.5084292E-1,3.9696828E-1,-0E0,-0E0,-3.7830305E-1,-3.3448717E-1,-0E0,-0E0,3.7618878E-1,-0E0,4.4981498E-1,-4.289435E-1,-0E0,-0E0,-5.747511E-1,-0E0,-4.3217236E-1,2.7369335E-1,-0E0,-0E0,4.8200476E-1,-4.4236875E-1,-0E0,-0E0,3.2414734E-1,8.504204E-2,-0E0,-0E0,-2.7664423E-1,2.7027085E-1,-0E0,-0E0,-4.263177E-1,-0E0,5.5173016E-1,-3.626471E-1,-0E0,-0E0,-4.455815E-1,-2.9944888E-1,-0E0,-0E0,-4.710493E-1,-0E0,6.0764647E-1,-3.7722582E-1,-0E0,5.700181E-1,-0E0,-6.146872E-1,-0E0,4.5856857E-1,-0E0,-0E0,4.6988592E-1,4.228173E-1,-0E0,-0E0,-4.0247488E-1,-0E0,-3.5171065E-1,-0E0,4.137519E-1,-0E0,4.6033213E-1,-0E0,-4.571613E-1,-0E0,-5.9246016E-1,-4.638483E-1,-0E0,4.9718592E-1,-0E0,-0E0,-4.8047018E-1,3.7339103E-1,-0E0,-0E0,1.6836305E-1,-0E0,-5.7858296E-2,-2.4742255E-1,-0E0,-0E0,-3.5309225E-1,-0E0,4.757347E-1,-0E0,-3.9018208E-1,-0E0,-4.5469704E-1,-2.4679694E-1,-0E0,-0E0,6.223966E-1,-3.0690217E-1,-0E0,-0E0,5.8675605E-1,-4.978321E-1,-0E0,4.96163E-1,-0E0,-0E0,4.9422097E-1,-0E0,4.4339162E-1,-3.2793736E-1,-0E0,-0E0,-3.6549672E-1,3.8076752E-1,-0E0,-0E0,4.6655077E-1,-0E0,-4.8250115E-1,-0E0,-4.8127586E-1,-4.8222598E-1,-0E0,4.065789E-1,-0E0,-0E0,-3.9121467E-1,4.1183937E-1,-0E0,-0E0,2.3074381E-1,-0E0,-1.2296811E-1,-4.2725256E-1,-0E0,-0E0,-4.6052754E-1,6.3532686E-1,-0E0,4.7453073E-1,-0E0,5.283875E-1,-0E0,5.0605214E-1,-0E0,3.6408043E-1,-0E0,-3.783578E-1,-0E0,-0E0,4.7503707E-1,-0E0,-4.982467E-1,-0E0,-3.9333302E-1,-0E0,4.4438764E-1,-0E0,3.0866835E-1,-1.7448875E-1,-0E0,-0E0,-3.433319E-1,-0E0,-3.6383682E-1,5.101611E-1,-0E0,4.3240634E-1,-0E0,-0E0,5.211361E-1,-0E0,-3.985444E-1,-0E0,3.75055E-1,-5.104414E-1,-0E0,-0E0,4.694526E-1,-0E0,3.6638322E-1,-1.7397964E-1,-0E0,4.1625255E-1,-0E0,-0E0,-4.202595E-1,-4.0695438E-1,-0E0,-0E0,4.9489355E-1,3.2055917E-1,-0E0,-0E0,-4.479946E-1,-0E0,5.121654E-1,-4.6939206E-1,-0E0,-0E0,5.5840755E-1,-0E0,-4.8374414E-1,-0E0,5.791941E-1,-3.893236E-1,-0E0,6.033434E-1,-0E0,-0E0,6.193449E-1,-0E0,6.363764E-1,6.4865917E-1,-0E0,6.5742564E-1,-0E0,-0E0,5.223381E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":11,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,-1,-1,39,41,-1,43,45,47,49,51,-1,53,55,57,59,61,63,65,67,69,-1,71,-1,-1,73,75,77,79,81,83,85,-1,-1,87,-1,89,91,93,95,97,99,-1,101,103,105,107,109,111,113,115,-1,117,119,-1,-1,121,123,125,127,-1,-1,129,131,133,-1,135,-1,-1,137,-1,-1,139,-1,141,143,145,147,149,151,153,155,-1,-1,157,-1,159,-1,161,163,165,167,169,171,173,-1,175,-1,177,179,181,-1,-1,-1,183,-1,185,187,189,-1,191,-1,193,-1,195,197,-1,-1,-1,-1,199,-1,-1,201,-1,203,-1,-1,205,-1,207,209,211,-1,213,-1,215,217,219,-1,221,223,-1,225,-1,227,229,-1,231,-1,233,235,-1,237,239,241,243,-1,245,247,-1,249,251,253,255,-1,257,-1,259,-1,261,-1,263,-1,265,-1,267,-1,269,-1,271,273,-1,275,-1,277,-1,279,-1,281,-1,283,-1,-1,285,-1,287,-1,289,291,293,-1,295,-1,297,-1,299,301,-1,303,-1,-1,305,307,-1,-1,309,-1,311,313,-1,315,317,319,-1,321,-1,323,-1,-1,325,-1,327,-1,329,331,-1,-1,333,-1,335,-1,337,-1,-1,339,-1,-1,-1,341,-1,343,-1,345,-1,347,-1,-1,349,-1,351,-1,-1,353,-1,-1,355,357,-1,-1,359,361,-1,363,-1,365,-1,-1,367,369,-1,371,-1,373,-1,375,-1,-1,377,379,-1,-1,381,-1,383,-1,385,387,-1,389,-1,-1,-1,-1,391,-1,393,-1,395,-1,397,399,-1,-1,401,-1,403,-1,-1,405,-1,407,-1,-1,-1,409,-1,-1,411,-1,413,-1,415,-1,417,-1,419,421,-1,423,-1,425,-1,-1,-1,427,-1,429,-1,-1,431,-1,-1,-1,433,435,-1,-1,437,-1,439,-1,441,-1,443,445,-1,-1,447,-1,449,-1,451,453,-1,455,-1,-1,457,-1,-1,-1,459,-1,461,463,-1,465,-1,-1,467,-1,469,471,-1,-1,473,-1,475,-1,477,-1,479,481,-1,483,-1,-1,485,-1,487,-1,-1,489,-1,-1,491,493,-1,-1,495,497,-1,499,-1,-1,-1,501,-1,503,505,-1,507,-1,509,511,-1,513,-1,515,-1,-1,-1,517,-1,519,-1,521,-1,-1,-1,523,-1,-1,525,527,-1,529,-1,531,-1,-1,533,535,-1,-1,537,539,-1,-1,541,-1,543,545,-1,-1,547,-1,549,-1,-1,-1,551,553,-1,-1,555,557,559,-1,561,-1,-1,-1,563,-1,565,567,-1,-1,569,571,-1,-1,-1,-1,573,575,-1,577,-1,579,-1,581,-1,-1,583,585,-1,-1,587,-1,589,-1,591,-1,593,-1,595,-1,597,599,-1,601,-1,-1,603,605,-1,-1,607,-1,609,-1,-1,-1,-1,-1,-1,-1,611,-1,613,-1,-1,-1,615,-1,-1,-1,617,-1,-1,619,-1,-1,621,-1,623,-1,-1,-1,625,-1,-1,-1,627,-1,629,-1,-1,631,-1,-1,-1,-1,-1,633,-1,-1,635,-1,637,639,-1,-1,641,643,-1,-1,-1,645,-1,647,-1,-1,-1,649,-1,-1,651,-1,653,-1,-1,-1,655,-1,657,659,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,661,-1,663,-1,-1,665,-1,-1,667,-1,669,-1,-1,-1,-1,-1,671,-1,-1,-1,673,-1,-1,-1,675,-1,677,679,-1,-1,681,-1,683,-1,685,-1,-1,687,-1,-1,689,-1,691,693,-1,695,-1,-1,-1],"loss_changes":[2.0605466E0,7.8233284E-1,8.046968E-1,3.6681664E-1,7.5907534E-1,9.170847E-1,6.688294E-2,6.477666E-1,2.533623E-1,2.5758386E-1,2.6264302E-2,3.22057E-1,3.747453E-1,2.1086623E-1,1.3292058E-1,2.353847E-1,4.5438755E-1,3.2862732E-1,4.3725145E-1,0E0,0E0,1.6869567E-1,9.929317E-2,0E0,3.639431E-1,4.4033253E-1,1.5801173E-1,2.842388E-2,2.8008837E-1,0E0,1.7272238E-1,2.7607328E-1,2.9119575E-1,3.4277546E-1,1.0965948E-1,6.595127E-1,2.7128863E-1,1.4935029E-1,2.4729079E-1,0E0,1.5832184E-1,0E0,0E0,4.1386032E-1,6.072607E-1,2.4432389E-2,2.833237E-1,1.9955541E-1,8.815153E-2,1.0447115E-2,0E0,0E0,2.1770805E-1,0E0,9.840369E-3,2.7421027E-1,4.519064E-2,4.0153104E-1,1.7159955E-1,2.529167E-1,0E0,2.171107E-1,1.572564E-1,6.465912E-1,1.5777615E-1,1.191746E-1,2.6990798E-1,2.5855446E-1,6.0285386E-2,0E0,2.9791474E-1,1.6529551E-1,0E0,0E0,2.4814367E-1,2.5101328E-1,3.2130912E-2,8.852424E-2,0E0,0E0,1.751709E-1,3.522756E-1,5.615166E-2,0E0,5.1786736E-2,0E0,0E0,1.4042318E-1,0E0,0E0,2.2709668E-3,0E0,1.7786354E-1,1.02782525E-1,1.9314252E-1,2.707891E-1,9.272344E-2,2.0066093E-1,9.486658E-2,2.761488E-1,0E0,0E0,8.248487E-2,0E0,2.3671365E-1,0E0,1.0977888E-1,1.6240574E-1,2.1937148E-1,1.7892834E-2,9.185122E-2,2.5407195E-1,1.3618252E-1,0E0,1.754328E-1,0E0,1.2074137E-1,2.9501017E-2,2.6099622E-1,0E0,0E0,0E0,8.866596E-2,0E0,2.351774E-1,2.1204015E-3,8.916879E-2,0E0,1.0538976E-1,0E0,1.1307478E-1,0E0,3.343529E-1,1.619977E-1,0E0,0E0,0E0,0E0,1.09606564E-1,0E0,0E0,1.613437E-1,0E0,1.8505883E-1,0E0,0E0,2.5389975E-1,0E0,2.8980887E-1,1.5171413E-1,1.13375455E-1,0E0,1.4351365E-1,0E0,1.2231912E-1,8.9082755E-2,2.2121978E-1,0E0,7.267189E-2,1.5312576E-1,0E0,1.0933101E-1,0E0,2.1447393E-1,4.7301117E-2,0E0,2.1794966E-1,0E0,6.124207E-2,1.2545453E-1,0E0,2.3498261E-1,4.5164905E-2,1.24557674E-1,1.2827435E-1,0E0,1.23238266E-1,1.24723256E-1,0E0,1.186786E-2,9.396007E-2,1.4086151E-1,1.5892018E-2,0E0,6.809664E-2,0E0,1.437093E-1,0E0,2.5261717E-3,0E0,1.3956667E-1,0E0,3.979504E-2,0E0,6.5894127E-3,0E0,4.1686183E-1,0E0,6.953046E-2,9.801602E-2,0E0,1.145736E-1,0E0,1.710622E-1,0E0,7.3172E-2,0E0,1.8598664E-1,0E0,1.3781466E-1,0E0,0E0,1.3911985E-1,0E0,1.8518293E-1,0E0,1.0946807E-1,1.3248771E-1,3.6551077E-3,0E0,2.979753E-1,0E0,2.749136E-2,0E0,1.687901E-1,1.0079551E-1,0E0,1.078296E-1,0E0,0E0,7.021952E-2,1.8960941E-1,0E0,0E0,6.0196035E-2,0E0,9.801954E-2,2.4283361E-1,0E0,8.5435666E-2,7.607244E-2,1.03636175E-1,0E0,1.1118588E-1,0E0,8.055496E-2,0E0,0E0,1.1737108E-1,0E0,1.8996507E-2,0E0,1.8937632E-1,1.6774285E-1,0E0,0E0,5.713283E-2,0E0,1.0898113E-2,0E0,1.0243595E-1,0E0,0E0,1.00697994E-1,0E0,0E0,0E0,6.7993402E-3,0E0,3.795799E-1,0E0,4.1047126E-2,0E0,1.7842364E-1,0E0,0E0,1.324625E-1,0E0,9.107438E-2,0E0,0E0,1.8735504E-1,0E0,0E0,1.3124797E-1,1.2803954E-1,0E0,0E0,1.5782946E-1,5.969432E-2,0E0,1.318222E-1,0E0,1.4651742E-2,0E0,0E0,1.4237452E-1,1.7878562E-2,0E0,1.2809378E-1,0E0,8.9731455E-2,0E0,1.2575549E-1,0E0,0E0,8.859121E-2,1.609469E-1,0E0,0E0,5.8232814E-2,0E0,9.69502E-2,0E0,2.0558071E-1,7.106168E-2,0E0,5.183705E-2,0E0,0E0,0E0,0E0,1.2778983E-1,0E0,7.049751E-2,0E0,5.1615953E-2,0E0,9.106196E-3,1.1026782E-1,0E0,0E0,4.4387817E-2,0E0,1.1446414E-1,0E0,0E0,5.8034897E-2,0E0,6.49409E-2,0E0,0E0,0E0,2.3789859E-1,0E0,0E0,4.6717227E-2,0E0,1.3602352E-1,0E0,1.0289419E-1,0E0,8.32724E-2,0E0,2.1505809E-1,7.981986E-2,0E0,8.393133E-2,0E0,1.3171077E-1,0E0,0E0,0E0,2.0139545E-1,0E0,1.0161035E-2,0E0,0E0,1.2540078E-1,0E0,0E0,0E0,1.15938544E-1,6.8321705E-2,0E0,0E0,1.2738943E-1,0E0,5.9856236E-2,0E0,1.5781945E-1,0E0,2.4502322E-2,9.330499E-2,0E0,0E0,2.5164044E-1,0E0,6.382781E-2,0E0,6.745064E-2,1.21620774E-1,0E0,8.711386E-2,0E0,0E0,3.2181382E-2,0E0,0E0,0E0,6.86675E-2,0E0,3.2526016E-2,2.8877854E-2,0E0,3.1641483E-2,0E0,0E0,2.943787E-2,0E0,1.5551841E-1,5.0679356E-2,0E0,0E0,1.19179964E-1,0E0,7.746732E-2,0E0,9.365195E-2,0E0,1.5112329E-1,8.568573E-2,0E0,5.0236225E-2,0E0,0E0,1.337918E-1,0E0,1.1122781E-1,0E0,0E0,1.0822892E-1,0E0,0E0,1.2898117E-1,5.1478624E-2,0E0,0E0,7.047385E-2,1.9587755E-2,0E0,1.3091242E-1,0E0,0E0,0E0,1.0325289E-1,0E0,3.3428276E-1,3.5675563E-2,0E0,3.5892934E-2,0E0,2.4882898E-2,2.9908001E-2,0E0,3.6812425E-3,0E0,3.4521222E-2,0E0,0E0,0E0,4.527557E-2,0E0,3.295225E-2,0E0,1.6204953E-2,0E0,0E0,0E0,1.2903571E-1,0E0,0E0,1.7339915E-2,9.07352E-2,0E0,4.785931E-2,0E0,9.489292E-2,0E0,0E0,1.2525058E-1,4.425454E-2,0E0,0E0,3.39123E-2,6.4980865E-2,0E0,0E0,9.819895E-2,0E0,8.536339E-2,1.0610628E-1,0E0,0E0,5.077946E-2,0E0,7.170147E-2,0E0,0E0,0E0,3.3620477E-2,7.342595E-2,0E0,0E0,3.697698E-1,8.5044265E-2,1.2295112E-2,0E0,3.9878905E-2,0E0,0E0,0E0,1.3728261E-2,0E0,8.565146E-2,3.4309328E-2,0E0,0E0,4.0199995E-2,1.235874E-2,0E0,0E0,0E0,0E0,3.4643173E-2,8.749723E-3,0E0,3.9368868E-2,0E0,3.8490295E-2,0E0,9.2460334E-2,0E0,0E0,1.0284519E-1,2.7988136E-2,0E0,0E0,2.3448527E-2,0E0,7.082164E-2,0E0,1.06038034E-1,0E0,4.7077894E-2,0E0,7.820475E-2,0E0,3.3109903E-2,2.5906146E-2,0E0,3.7140727E-2,0E0,0E0,1.2091398E-2,2.700026E-1,0E0,0E0,9.5227666E-2,0E0,3.059658E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.032871E-2,0E0,1.5219331E-2,0E0,0E0,0E0,2.561593E-2,0E0,0E0,0E0,2.7278543E-2,0E0,0E0,7.010865E-2,0E0,0E0,6.557608E-2,0E0,1.5803635E-2,0E0,0E0,0E0,5.665326E-2,0E0,0E0,0E0,3.558469E-2,0E0,3.6315322E-2,0E0,0E0,1.5742898E-2,0E0,0E0,0E0,0E0,0E0,2.1575809E-1,0E0,0E0,1.0329895E-1,0E0,3.8439568E-2,4.0154457E-3,0E0,0E0,1.5761733E-2,1.3963461E-2,0E0,0E0,0E0,4.1687965E-2,0E0,6.6414356E-2,0E0,0E0,0E0,4.303491E-2,0E0,0E0,2.4168015E-2,0E0,1.8908978E-2,0E0,0E0,0E0,2.4287128E-1,0E0,9.7645015E-2,4.1199185E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.287053E-2,0E0,8.9146495E-2,0E0,0E0,1.0939479E-2,0E0,0E0,2.4148417E-1,0E0,5.678618E-2,0E0,0E0,0E0,0E0,0E0,6.839633E-2,0E0,0E0,0E0,1.5571117E-1,0E0,0E0,0E0,7.278371E-2,0E0,2.8819513E-1,1.2127519E-2,0E0,0E0,1.9529152E-1,0E0,6.6541433E-3,0E0,1.5609646E-1,0E0,0E0,1.3065767E-1,0E0,0E0,1.5231085E-1,0E0,8.031273E-2,5.2973747E-2,0E0,3.8944244E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,21,21,22,22,24,24,25,25,26,26,27,27,28,28,30,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38,40,40,43,43,44,44,45,45,46,46,47,47,48,48,49,49,52,52,54,54,55,55,56,56,57,57,58,58,59,59,61,61,62,62,63,63,64,64,65,65,66,66,67,67,68,68,70,70,71,71,74,74,75,75,76,76,77,77,80,80,81,81,82,82,84,84,87,87,90,90,92,92,93,93,94,94,95,95,96,96,97,97,98,98,99,99,102,102,104,104,106,106,107,107,108,108,109,109,110,110,111,111,112,112,114,114,116,116,117,117,118,118,122,122,124,124,125,125,126,126,128,128,130,130,132,132,133,133,138,138,141,141,143,143,146,146,148,148,149,149,150,150,152,152,154,154,155,155,156,156,158,158,159,159,161,161,163,163,164,164,166,166,168,168,169,169,171,171,172,172,173,173,174,174,176,176,177,177,179,179,180,180,181,181,182,182,184,184,186,186,188,188,190,190,192,192,194,194,196,196,198,198,199,199,201,201,203,203,205,205,207,207,209,209,212,212,214,214,216,216,217,217,218,218,220,220,222,222,224,224,225,225,227,227,230,230,231,231,234,234,236,236,237,237,239,239,240,240,241,241,243,243,245,245,248,248,250,250,252,252,253,253,256,256,258,258,260,260,263,263,267,267,269,269,271,271,273,273,276,276,278,278,281,281,284,284,285,285,288,288,289,289,291,291,293,293,296,296,297,297,299,299,301,301,303,303,306,306,307,307,310,310,312,312,314,314,315,315,317,317,322,322,324,324,326,326,328,328,329,329,332,332,334,334,337,337,339,339,343,343,346,346,348,348,350,350,352,352,354,354,355,355,357,357,359,359,363,363,365,365,368,368,372,372,373,373,376,376,378,378,380,380,382,382,383,383,386,386,388,388,390,390,391,391,393,393,396,396,400,400,402,402,403,403,405,405,408,408,410,410,411,411,414,414,416,416,418,418,420,420,421,421,423,423,426,426,428,428,431,431,434,434,435,435,438,438,439,439,441,441,445,445,447,447,448,448,450,450,452,452,453,453,455,455,457,457,461,461,463,463,465,465,469,469,472,472,473,473,475,475,477,477,480,480,481,481,484,484,485,485,488,488,490,490,491,491,494,494,496,496,500,500,501,501,504,504,505,505,506,506,508,508,512,512,514,514,515,515,518,518,519,519,524,524,525,525,527,527,529,529,531,531,534,534,535,535,538,538,540,540,542,542,544,544,546,546,548,548,549,549,551,551,554,554,555,555,558,558,560,560,568,568,570,570,574,574,578,578,581,581,584,584,586,586,590,590,594,594,596,596,599,599,605,605,608,608,610,610,611,611,614,614,615,615,619,619,621,621,625,625,628,628,630,630,634,634,636,636,637,637,648,648,650,650,653,653,656,656,658,658,664,664,668,668,672,672,674,674,675,675,678,678,680,680,682,682,685,685,688,688,690,690,691,691,693,693],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,-1,-1,40,42,-1,44,46,48,50,52,-1,54,56,58,60,62,64,66,68,70,-1,72,-1,-1,74,76,78,80,82,84,86,-1,-1,88,-1,90,92,94,96,98,100,-1,102,104,106,108,110,112,114,116,-1,118,120,-1,-1,122,124,126,128,-1,-1,130,132,134,-1,136,-1,-1,138,-1,-1,140,-1,142,144,146,148,150,152,154,156,-1,-1,158,-1,160,-1,162,164,166,168,170,172,174,-1,176,-1,178,180,182,-1,-1,-1,184,-1,186,188,190,-1,192,-1,194,-1,196,198,-1,-1,-1,-1,200,-1,-1,202,-1,204,-1,-1,206,-1,208,210,212,-1,214,-1,216,218,220,-1,222,224,-1,226,-1,228,230,-1,232,-1,234,236,-1,238,240,242,244,-1,246,248,-1,250,252,254,256,-1,258,-1,260,-1,262,-1,264,-1,266,-1,268,-1,270,-1,272,274,-1,276,-1,278,-1,280,-1,282,-1,284,-1,-1,286,-1,288,-1,290,292,294,-1,296,-1,298,-1,300,302,-1,304,-1,-1,306,308,-1,-1,310,-1,312,314,-1,316,318,320,-1,322,-1,324,-1,-1,326,-1,328,-1,330,332,-1,-1,334,-1,336,-1,338,-1,-1,340,-1,-1,-1,342,-1,344,-1,346,-1,348,-1,-1,350,-1,352,-1,-1,354,-1,-1,356,358,-1,-1,360,362,-1,364,-1,366,-1,-1,368,370,-1,372,-1,374,-1,376,-1,-1,378,380,-1,-1,382,-1,384,-1,386,388,-1,390,-1,-1,-1,-1,392,-1,394,-1,396,-1,398,400,-1,-1,402,-1,404,-1,-1,406,-1,408,-1,-1,-1,410,-1,-1,412,-1,414,-1,416,-1,418,-1,420,422,-1,424,-1,426,-1,-1,-1,428,-1,430,-1,-1,432,-1,-1,-1,434,436,-1,-1,438,-1,440,-1,442,-1,444,446,-1,-1,448,-1,450,-1,452,454,-1,456,-1,-1,458,-1,-1,-1,460,-1,462,464,-1,466,-1,-1,468,-1,470,472,-1,-1,474,-1,476,-1,478,-1,480,482,-1,484,-1,-1,486,-1,488,-1,-1,490,-1,-1,492,494,-1,-1,496,498,-1,500,-1,-1,-1,502,-1,504,506,-1,508,-1,510,512,-1,514,-1,516,-1,-1,-1,518,-1,520,-1,522,-1,-1,-1,524,-1,-1,526,528,-1,530,-1,532,-1,-1,534,536,-1,-1,538,540,-1,-1,542,-1,544,546,-1,-1,548,-1,550,-1,-1,-1,552,554,-1,-1,556,558,560,-1,562,-1,-1,-1,564,-1,566,568,-1,-1,570,572,-1,-1,-1,-1,574,576,-1,578,-1,580,-1,582,-1,-1,584,586,-1,-1,588,-1,590,-1,592,-1,594,-1,596,-1,598,600,-1,602,-1,-1,604,606,-1,-1,608,-1,610,-1,-1,-1,-1,-1,-1,-1,612,-1,614,-1,-1,-1,616,-1,-1,-1,618,-1,-1,620,-1,-1,622,-1,624,-1,-1,-1,626,-1,-1,-1,628,-1,630,-1,-1,632,-1,-1,-1,-1,-1,634,-1,-1,636,-1,638,640,-1,-1,642,644,-1,-1,-1,646,-1,648,-1,-1,-1,650,-1,-1,652,-1,654,-1,-1,-1,656,-1,658,660,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,662,-1,664,-1,-1,666,-1,-1,668,-1,670,-1,-1,-1,-1,-1,672,-1,-1,-1,674,-1,-1,-1,676,-1,678,680,-1,-1,682,-1,684,-1,686,-1,-1,688,-1,-1,690,-1,692,694,-1,696,-1,-1,-1],"split_conditions":[7.1240234E-1,9.682617E-1,9.9365234E-1,2.0057738E0,6.625E1,1.0551027E2,1.8486754E2,9.457264E1,1.310303E2,7.466854E-1,1.9164897E0,8.0771166E-1,5.292969E-1,1.3421886E0,8.393701E1,2.9907227E-1,7.1533203E-1,1.892555E0,6.713867E-2,-0E0,-5.0293285E-1,9.364896E1,9.857883E1,-0E0,7.8808594E-1,1.4343262E-1,9.7509766E-1,8.261719E-1,6.3727512E1,-0E0,6.921387E-2,5.4625E1,2.970937E0,8.334961E-1,1.625473E2,7.8808594E-1,4.675293E-2,1.6784668E-1,1.0349675E0,-0E0,9.951172E-1,-0E0,-1.8367334E-1,1.0719299E-2,8.618164E-1,1.4983639E0,5.796875E1,4.555664E-1,6.4697266E-1,1.2776484E2,-0E0,-0E0,5.0105524E0,-0E0,3.25625E1,7.689911E1,1.3242401E0,2.8637695E-1,9.45625E1,9.863281E-1,-0E0,6.2158203E-1,3.265625E1,1.7871094E-1,1.0554344E2,1.6512576E2,4.4140625E-1,8.618164E-1,4.9605503E1,-0E0,1.564078E0,6.83125E1,-0E0,-0E0,3.903125E1,8.183594E-1,1.5632748E2,1.1856257E0,-0E0,-0E0,6.1920166E-2,7.833379E1,7.03125E-1,-0E0,9.7265625E-1,-1.1403912E-1,-0E0,1.1634827E-2,-0E0,-0E0,9.8779297E-1,-0E0,9.9658203E-1,9.296875E-1,1.0418701E-1,3.85251E1,2.8564453E-1,1.2481689E-2,8.026123E-2,1.0749552E2,-0E0,-0E0,3.35E1,-0E0,9.84375E-1,-0E0,4.911331E0,1.4105182E2,7.680664E-1,1.3947751E2,7.31875E1,3.9480247E0,5.1800232E1,-0E0,3.5858154E-3,-0E0,5.5145264E-2,4.98125E1,9.8583984E-1,3.5114405E-1,-0E0,-0E0,2.33078E-3,-0E0,3.053125E1,4.3273926E-2,8.4521484E-1,-0E0,1.3717899E2,-0E0,1.0749552E2,-0E0,4.1503906E-2,4.1381836E-2,-0E0,-2.4997622E-1,-0E0,-0E0,1.1975E2,-2.9970422E-1,-0E0,1.9022089E2,-0E0,2.1069336E-1,-0E0,-0E0,3.4776242E0,-0E0,8.509232E1,1.0570239E2,4.13125E1,-0E0,3.903125E1,-0E0,7.761472E1,3.6732154E0,1.6247559E-1,-0E0,1.0093959E2,4.68125E1,-0E0,5.8878827E0,-0E0,2.2131348E-1,1.5283203E-1,-0E0,1.263125E2,-0E0,6.90918E-2,9.507258E1,-0E0,1.1675E2,6.93125E1,3.2273164E0,9.873047E-1,-0E0,4.5166016E-2,4.95E1,-0E0,9.880066E-3,1.6968785E2,9.975586E-1,9.926758E-1,-0E0,4.5438328E-1,-0E0,4.25E1,-0E0,1.8911917E1,-0E0,1.2526942E2,-0E0,7.425E1,-0E0,9.9853516E-1,-0E0,9.824219E-1,-0E0,9.760742E-1,9.9902344E-1,-0E0,3.3625E1,-0E0,3.9253235E-3,-0E0,1.1315591E0,-0E0,9.65E1,-0E0,5.05625E1,-0E0,-0E0,2.6118822E0,-0E0,1.9055176E-1,-0E0,2.3521826E0,4.223679E0,9.946289E-1,-0E0,4.109375E1,-0E0,9.456452E1,-0E0,8.2958984E-1,5.8447266E-1,-0E0,8.35625E1,-0E0,-0E0,3.4625E1,9.946289E-1,-0E0,-0E0,9.6169376E-1,-0E0,5.180664E-1,8.92334E-2,-0E0,9.819336E-1,2.89088E0,5.03125E1,-0E0,7.4019394E1,-0E0,7.9102844E-1,-0E0,-0E0,5.5870515E-1,-0E0,2.3065267E0,-0E0,1.9896704E2,3.090625E1,-0E0,-0E0,1.0144043E-1,-0E0,5.374661E0,-0E0,5.4041085E0,-0E0,-3.8981177E-2,4.553929E0,-0E0,3.0663577E-1,-0E0,7.1875E-1,-0E0,9.902344E-1,-0E0,5.966797E-1,-0E0,7.6660156E-1,-0E0,-0E0,4.878125E1,-0E0,5.3375004E1,-0E0,-3.441256E-1,3.488159E-2,-0E0,-0E0,9.941406E-1,2.3292801E2,-0E0,-0E0,9.892578E-1,3.4279902E0,-0E0,9.897461E-1,-0E0,9.951172E-1,-0E0,-0E0,3.303125E1,1.3830566E-1,-0E0,3.589344E1,-0E0,9.946289E-1,-0E0,4.689443E1,-0E0,-0E0,7.507324E-2,4.721875E1,-0E0,-0E0,5.180664E-1,-0E0,8.769531E-1,-0E0,2.513793E1,2.0233104E0,-0E0,7.4019394E1,-0E0,-0E0,2.697143E-1,-0E0,9.1875E1,-0E0,1.054375E2,-0E0,6.37207E-2,-0E0,1.0560753E0,2.2296808E0,-0E0,-0E0,1.3459376E1,-0E0,3.5914369E0,-5.395931E-1,-0E0,9.9121094E-1,-0E0,6.692959E1,-0E0,-0E0,-4.372955E-1,3.315625E1,-0E0,-0E0,7.75E1,-0E0,3.8598606E1,-0E0,3.9253235E-3,-0E0,4.578125E1,-0E0,3.903125E1,5.1708984E-1,-0E0,9.980469E-1,-0E0,3.4125E1,-0E0,-0E0,3.1715E-1,1.6983032E-2,-0E0,3.340625E1,-0E0,-0E0,1.208125E2,-0E0,3.1078297E-1,-0E0,7.086182E-2,9.9560547E-1,-0E0,-0E0,4.340625E1,-0E0,9.970703E-1,-0E0,1.3475E2,-0E0,1.9823459E0,9.980469E-1,-0E0,-0E0,9.3652344E-1,-0E0,2.758789E-2,-0E0,6.3695145E1,2.2786215E2,-0E0,4.1783757E0,-0E0,-0E0,4.6527977E0,-0E0,-1.4311834E-1,-0E0,7.7184206E-1,-0E0,4.858024E0,5.0828595E0,-0E0,4.732746E0,-0E0,-0E0,7.95E1,-0E0,1.19956024E2,4.4059753E-3,-0E0,-0E0,7.84375E1,-0E0,5.3953815E0,-0E0,5.300359E0,-0E0,4.878998E-3,2.048185E2,-0E0,5.444336E-1,-0E0,-0E0,1.230625E2,-0E0,3.115625E1,-0E0,-9.076317E-2,2.4487305E-1,-0E0,-0E0,4.8150425E0,4.1375E1,-0E0,-0E0,9.223938E-3,4.5629883E-1,-0E0,2.1856756E0,-0E0,-0E0,2.3188756E-1,1.03625E2,-0E0,6.692959E1,7.903404E1,-0E0,4.84375E1,-0E0,9.506836E-1,3.275E1,-0E0,1.5275146E0,-0E0,4.4140625E-1,-0E0,-0E0,3.7093407E-1,5.9539795E-2,-0E0,9.970703E-1,-0E0,7.441406E-1,-0E0,3.031209E-1,-0E0,5.4855347E-3,-0E0,-0E0,9.506836E-1,9.355469E-1,-0E0,9.975586E-1,-0E0,1.8325E2,-0E0,-0E0,1.779134E1,9.970703E-1,-0E0,-0E0,5.859375E-2,3.0618317E0,-0E0,-0E0,3.4379753E1,-0E0,5.794245E-1,1.1634827E-2,-0E0,-0E0,6.149292E-3,-0E0,9.863281E-1,2.7369335E-1,-0E0,-0E0,9.951172E-1,4.878998E-3,-0E0,-0E0,9.765625E-1,3.7125E1,4.315625E1,-0E0,7.3875E1,2.7027085E-1,-0E0,-0E0,3.321875E1,-0E0,9.9365234E-2,9.95501E-1,-0E0,-0E0,3.4625E1,9.633789E-1,-0E0,-0E0,-4.710493E-1,-0E0,3.4625E1,9.921875E-1,-0E0,3.321875E1,-0E0,2.6990753E2,-0E0,1.4708899E2,-0E0,-0E0,3.4625E1,4.0587383E1,-0E0,-0E0,1.8964835E0,-0E0,2.2077162E1,-0E0,3.701172E-1,-0E0,9.507258E1,-0E0,3.571875E1,-0E0,9.7131395E-1,8.2421875E-1,-0E0,9.980469E-1,-0E0,-0E0,2.4358696E1,4.420324E0,-0E0,-0E0,7.4570984E1,-0E0,8.3984375E-2,-2.4742255E-1,-0E0,-0E0,-3.5309225E-1,-0E0,4.757347E-1,-0E0,9.448242E-1,-0E0,1.5866824E0,-2.4679694E-1,-0E0,-0E0,1.5874426E2,-3.0690217E-1,-0E0,-0E0,1.4247408E2,-4.978321E-1,-0E0,2.7075195E-1,-0E0,-0E0,9.121094E-1,-0E0,9.9365234E-1,-3.2793736E-1,-0E0,-0E0,5.5308394E0,3.8076752E-1,-0E0,-0E0,1.3086053E2,-0E0,1.1657715E-2,-0E0,-4.8127586E-1,8.7939453E-1,-0E0,4.065789E-1,-0E0,-0E0,-3.9121467E-1,5.7800293E-2,-0E0,-0E0,9.667969E-1,-0E0,1.2302591E2,2.5009155E-2,-0E0,-0E0,5.8250427E-3,9.975586E-1,-0E0,4.7453073E-1,-0E0,1.41875E2,-0E0,6.263682E-1,-0E0,3.6408043E-1,-0E0,4.362793E-1,-0E0,-0E0,5.670253E-1,-0E0,2.1925E2,-0E0,-3.9333302E-1,-0E0,5.8250427E-3,-0E0,4.19375E1,3.557129E-1,-0E0,-0E0,-3.433319E-1,-0E0,-3.6383682E-1,5.101611E-1,-0E0,4.3240634E-1,-0E0,-0E0,9.9902344E-1,-0E0,5.0775063E1,-0E0,3.75055E-1,9.7802734E-1,-0E0,-0E0,1.9632405E0,-0E0,1.8702464E2,-1.7397964E-1,-0E0,4.1625255E-1,-0E0,-0E0,6.921387E-2,-4.0695438E-1,-0E0,-0E0,1.3611656E2,3.2055917E-1,-0E0,-0E0,9.770508E-1,-0E0,2.3640523E0,3.6625E1,-0E0,-0E0,9.6169376E-1,-0E0,9.238281E-1,-0E0,3.557129E-1,-3.893236E-1,-0E0,9.5947266E-2,-0E0,-0E0,3.1015625E1,-0E0,9.970703E-1,1.341139E2,-0E0,5.78378E1,-0E0,-0E0,5.223381E-1],"split_indices":[13,12,15,0,11,7,6,4,4,3,0,2,14,0,4,17,18,3,19,0,0,4,4,0,15,16,16,17,5,0,12,11,2,12,6,14,19,12,3,0,12,0,0,19,14,0,9,19,14,4,0,0,3,0,8,5,0,18,9,16,0,16,8,12,4,6,13,14,7,0,2,8,0,0,9,15,6,3,0,0,12,5,17,0,18,0,0,17,0,0,14,0,16,16,12,4,12,19,13,7,0,0,8,0,16,0,1,7,15,6,9,3,7,0,19,0,19,10,14,0,0,0,16,0,8,16,15,0,7,0,7,0,17,16,0,0,0,0,9,0,0,7,0,13,0,0,3,0,4,5,10,0,9,0,5,2,14,0,4,11,0,0,0,13,18,0,10,0,17,4,0,10,10,0,18,0,19,9,0,16,6,19,14,0,0,0,9,0,7,0,4,0,10,0,16,0,15,0,15,15,0,10,0,17,0,3,0,8,0,11,0,0,2,0,14,0,1,3,17,0,11,0,5,0,12,13,0,11,0,0,10,18,0,0,1,0,14,12,0,14,1,11,0,5,0,2,0,0,1,0,0,0,6,8,0,0,13,0,0,0,3,0,0,2,0,0,0,13,0,13,0,14,0,13,0,0,9,0,5,0,0,16,0,0,19,7,0,0,18,2,0,17,0,14,0,0,8,14,0,7,0,16,0,7,0,0,13,9,0,0,14,0,12,0,7,0,0,5,0,0,0,0,11,0,11,0,13,0,1,0,0,0,7,0,0,0,0,17,0,5,0,0,0,8,0,0,8,0,7,0,17,0,10,0,9,13,0,15,0,11,0,0,0,18,0,8,0,0,8,0,0,0,13,19,0,0,11,0,15,0,11,0,3,14,0,0,17,0,17,0,7,7,0,0,0,0,2,0,0,0,2,0,1,2,0,0,0,0,9,0,5,17,0,0,10,0,2,0,1,0,18,6,0,17,0,0,11,0,8,0,0,15,0,0,3,9,0,0,18,13,0,0,0,0,0,10,0,5,5,0,9,0,18,10,0,2,0,13,0,0,0,16,0,19,0,13,0,0,0,19,0,0,16,19,0,15,0,11,0,0,7,18,0,0,13,2,0,0,7,0,3,17,0,0,19,0,19,0,0,0,17,19,0,0,16,11,11,0,11,0,0,0,11,0,12,3,0,0,11,18,0,0,0,0,11,19,0,11,0,6,0,5,0,0,10,4,0,0,0,0,7,0,18,0,4,0,10,0,2,12,0,15,0,0,7,2,0,0,4,0,13,0,0,0,0,0,0,0,16,0,2,0,0,0,4,0,0,0,4,0,0,17,0,0,12,0,16,0,0,0,1,0,0,0,6,0,16,0,0,14,0,0,0,0,0,16,0,0,17,0,4,17,0,0,17,14,0,0,0,9,0,2,0,0,0,17,0,0,2,0,9,0,0,0,17,0,9,13,0,0,0,0,0,0,0,0,0,0,17,0,5,0,0,19,0,0,3,0,6,0,0,0,0,0,12,0,0,0,6,0,0,0,19,0,0,10,0,0,1,0,18,0,13,0,0,12,0,0,11,0,18,5,0,4,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.7696497E2,2.9672397E2,8.0241005E1,2.8677634E2,9.947619E0,6.2830494E1,1.741051E1,1.2991113E2,1.568652E2,4.1093965E0,5.8382235E0,2.8984076E1,3.3846416E1,1.288695E1,4.523559E0,7.4871315E1,5.5039825E1,1.1241066E2,4.4454548E1,4.8657048E-1,3.622826E0,3.6011534E0,2.2370698E0,1.1478223E0,2.7836252E1,9.882239E0,2.3964178E1,2.50069E0,1.038626E1,1.8631979E0,2.660361E0,2.5162844E1,4.970847E1,3.755155E1,1.7488274E1,3.5499138E1,7.6911514E1,1.4194934E1,3.0259615E1,1.2524627E0,2.3486905E0,5.5386573E-1,1.6832042E0,1.2730406E1,1.5105847E1,2.8349354E0,7.047304E0,2.1019136E1,2.9450421E0,1.4935166E0,1.0071735E0,1.3929219E0,8.993338E0,3.6422017E-1,2.296141E0,9.825299E0,1.5337544E1,3.1893135E1,1.7815336E1,3.3751953E1,3.7995985E0,7.2879004E0,1.0200373E1,1.0671756E1,2.4827383E1,1.3844915E1,6.30666E1,6.1709256E0,8.024009E0,2.8561616E0,2.7403454E1,2.120247E0,2.2844377E-1,1.2613608E0,1.1469046E1,8.426647E0,6.6792E0,1.8449477E0,9.8998785E-1,1.1518195E0,5.8954844E0,1.2302926E1,8.716209E0,3.645151E-1,2.580527E0,1.3184738E0,1.7504266E-1,8.627278E0,3.660599E-1,2.0573322E-1,2.0904076E0,3.6086156E0,6.2166834E0,1.1022649E1,4.314895E0,1.542857E1,1.6464565E1,1.3997595E1,3.8177404E0,3.1402678E1,2.349276E0,3.4601998E0,3.8277009E0,1.1786789E0,9.021694E0,2.9958415E0,7.6759143E0,1.4474991E1,1.0352393E1,4.387533E0,9.457382E0,5.4292027E1,8.774576E0,1.5458091E0,4.625117E0,1.876398E0,6.14761E0,6.8671784E0,2.0536274E1,1.9513775E0,1.6886926E-1,8.7316674E-1,1.0595879E1,9.892525E-1,7.4373946E0,1.8382695E0,4.8409305E0,2.4558342E-1,1.5993643E0,6.906267E-1,5.204858E0,3.7232373E0,8.579689E0,5.285233E0,3.4309762E0,2.225246E0,3.552811E-1,2.8412497E-1,8.343153E0,1.851644E0,2.3876365E-1,5.8821487E0,3.345348E-1,8.736583E0,2.2860663E0,6.6633564E-1,3.6485596E0,1.3134801E0,1.4115089E1,8.438096E0,8.026469E0,1.2983919E0,1.26992035E1,7.9486394E-1,3.0228765E0,9.610321E0,2.1792356E1,4.0914226E-1,3.4185586E0,8.213231E0,8.084632E-1,7.5009556E0,1.7495851E-1,9.469303E0,5.005687E0,2.452157E0,7.9002357E0,8.8099116E-1,3.5065422E0,5.7069664E0,3.7504158E0,4.4371822E1,9.920204E0,3.2601154E0,5.5144606E0,5.042728E-1,4.120844E0,5.3613043E0,7.8630596E-1,1.9512591E0,4.9159193E0,1.2779117E1,7.7571583E0,1.8309483E-1,1.0412784E1,5.190943E-1,6.9183E0,3.049989E-1,1.5332706E0,6.8478227E-1,4.1561484E0,2.3150018E-1,1.3678641E0,1.7837362E-1,5.026484E0,1.2501713E0,7.3295174E0,1.132728E0,4.1525054E0,8.068831E0,2.7432182E-1,5.5091577E0,3.729912E-1,4.8197627E0,3.9168203E0,2.5900283E0,1.0585312E0,1.21224375E1,1.9926524E0,7.525073E0,9.130229E-1,1.4711925E0,6.555277E0,7.2465664E-1,1.1974546E1,3.656313E-1,2.6572452E0,7.358241E0,2.2520797E0,1.8137637E0,1.9978592E1,3.856515E-1,3.0329072E0,9.0252113E-1,7.3107095E0,7.2687235E0,2.322321E-1,6.458581E0,3.0107222E0,2.1142275E0,2.8914597E0,7.2684813E0,6.317544E-1,6.513668E-1,2.8551755E0,1.1451062E0,4.56186E0,4.252647E1,1.8453532E0,6.6295266E0,3.2906773E0,1.80806E0,1.4520555E0,4.9553246E0,5.5913556E-1,3.7389548E0,3.8188896E-1,9.241638E-1,4.4371405E0,1.7922172E-1,1.7720374E0,1.8935306E0,3.0223885E0,1.223136E1,5.4775655E-1,2.253606E0,5.503552E0,1.6579983E-1,1.02469845E1,8.7224996E-1,6.04605E0,1.7284611E-1,1.3604244E0,3.1420584E0,1.01409E0,1.1703261E0,1.97538E-1,4.718679E0,3.078052E-1,6.7271733E0,6.0234416E-1,3.7124686E0,4.4003674E-1,6.6216683E0,1.4471626E0,3.968804E-1,5.112277E0,2.5978428E-1,4.5599785E0,2.7336615E-1,2.316662E0,1.1760473E1,3.6196366E-1,2.4187756E0,5.1062975E0,5.965399E0,5.898778E-1,9.1890264E-1,1.1055644E1,2.127106E0,5.3013915E-1,6.282864E0,1.0753771E0,2.0510752E0,2.010045E-1,1.4446726E0,1.853392E1,2.7933178E0,2.395894E-1,6.493481E0,8.172283E-1,6.5737433E0,6.949805E-1,6.199897E0,2.586842E-1,1.914385E-1,2.7000213E0,6.82294E0,4.455417E-1,2.4845804E-1,2.6067173E0,4.3940812E-1,4.122452E0,4.9598536E0,3.7566616E1,4.3735223E0,2.2560043E0,2.5154443E0,7.752331E-1,3.995258E-1,1.4085342E0,1.0708554E0,3.8844695E0,1.8141364E-1,3.5575411E0,2.442487E-1,4.192892E0,2.693081E-1,1.5027293E0,2.1095073E0,9.1288126E-1,6.843387E-1,1.1547022E1,1.7631512E0,3.7404008E0,1.0065661E1,1.813222E-1,5.882043E0,1.6400744E-1,2.9116073E0,2.304511E-1,2.0187499E-1,4.5168037E0,6.2558475E0,4.7132564E-1,3.2108757E-1,3.391381E0,5.536216E-1,6.068047E0,8.8385135E-1,4.2284255E0,1.6285567E-1,4.397123E0,9.86336E-1,1.07741375E1,4.539884E0,5.6641346E-1,4.8793035E0,1.0860957E0,1.0545667E1,5.099774E-1,2.6471016E-1,1.8623958E0,5.5599885E0,7.228758E-1,1.8152348E0,2.3584056E-1,1.4556612E0,1.7078259E1,2.0744374E-1,2.585874E0,1.75968E-1,6.317513E0,6.3654675E0,2.0827581E-1,3.1139717E-1,5.8884997E0,2.539473E-1,2.446074E0,1.3941715E0,5.428768E0,3.5434955E-1,2.2523677E0,3.9069014E0,2.1555038E-1,3.4217927E0,3.414482E1,2.1666493E-1,4.1568575E0,6.7373747E-1,1.8417068E0,3.5682096E0,3.1625983E-1,3.1408927E0,4.1664854E-1,1.6515656E-1,4.027735E0,1.8049216E-1,1.3222371E0,2.2462757E-1,1.8848797E0,2.6365998E-1,1.1283361E1,2.7491977E0,9.9120325E-1,5.4668493E0,4.1519365E-1,1.8438749E-1,2.7272198E0,1.9296326E-1,6.0628843E0,3.1880527E0,2.0332828E-1,4.3525553E-1,5.6327915E0,1.7465936E-1,4.0537663E0,5.057746E-1,3.8913481E0,6.4362895E-1,1.0130508E1,3.841196E0,6.9868773E-1,4.271485E0,6.0781837E-1,7.432286E-1,9.802438E0,1.1838845E0,4.376104E0,2.1278754E-1,1.6024472E0,1.6370346E1,7.079128E-1,3.6367366E-1,5.9538393E0,6.174564E0,1.9090343E-1,1.7842362E0,4.1042633E0,2.108892E0,3.3718204E-1,5.2017837E0,2.2698437E-1,2.3980787E-1,2.01256E0,3.5573728E0,3.4952864E-1,2.4168015E1,9.976809E0,4.1683102E-1,3.7400262E0,2.6077503E-1,1.5809318E0,3.4051E0,1.631095E-1,2.9556348E0,1.8525791E-1,3.8515377E0,1.7619756E-1,3.0490556E-1,1.5799742E0,1.0608378E1,6.7498314E-1,2.4710295E0,2.7816805E-1,4.997911E0,4.6893814E-1,2.5190344E0,2.0818529E-1,5.7002096E0,3.6267483E-1,2.3113379E-1,2.956919E0,4.793129E0,8.3966243E-1,3.8157394E0,2.3802689E-1,3.6980495E0,1.9329867E-1,5.4064965E-1,9.589859E0,3.4641187E0,3.7707734E-1,7.954209E-1,3.476064E0,9.623857E0,1.7858121E-1,1.6987647E-1,4.2062273E0,4.9134782E-1,1.5878998E1,5.6214476E0,3.3239177E-1,7.417885E-1,5.4327755E0,2.1457443E-1,3.889689E0,1.8192725E0,2.8961936E-1,4.3838313E-1,4.7634006E0,3.2830842E0,2.7428856E-1,3.1169503E0,2.1051064E1,4.432914E0,5.5438943E0,4.2943642E-1,3.3105898E0,1.4156091E0,1.6532263E-1,3.0144015E-1,3.10366E0,3.3063003E-1,2.6250048E0,3.6170073E0,2.3453057E-1,1.3831508E0,9.225227E0,2.2804186E0,1.9061099E-1,4.166634E-1,4.581248E0,1.7991155E-1,5.520298E0,2.6179664E0,3.389524E-1,4.4812694E0,3.118597E-1,3.548061E0,2.6767844E-1,3.4895782E0,2.084713E-1,2.3397139E-1,9.355887E0,3.2417848E0,2.2233406E-1,2.538939E-1,3.22217E0,4.4195572E-1,9.181901E0,2.4211083E-1,3.9641166E0,3.370317E-1,1.5541966E1,2.2466318E-1,5.396785E0,2.0470265E-1,5.2280726E0,3.6438758E0,2.4581313E-1,4.582889E0,1.8051136E-1,2.5814402E-1,3.0249403E0,1.8393673E1,2.6573904E0,6.741354E-1,3.7587786E0,2.3710608E0,3.1728334E0,2.7946455E0,5.159444E-1,3.405453E-1,2.7631147E0,3.375641E-1,2.2874405E0,3.352075E-1,3.2817998E0,1.9158739E-1,9.03364E0,2.1138256E0,1.6659304E-1,1.9253762E-1,5.32776E0,2.4224343E0,1.9553223E-1,1.6578956E-1,4.3154798E0,3.349218E0,1.9884302E-1,3.283483E0,2.0609505E-1,5.2564E-1,8.830248E0,1.9683342E-1,3.0449514E0,3.0436497E0,1.7852046E-1,1.864523E-1,8.995449E0,3.1518657E0,8.1225073E-1,2.0851478E-1,1.5333451E1,2.671863E-1,5.129598E0,3.599627E-1,4.86811E0,3.4454513E0,1.984246E-1,4.261013E0,3.2187608E-1,2.4210347E-1,2.7828367E0,1.6622498E1,1.7711763E0,2.0287083E-1,3.5559077E0,8.362982E-1,2.3365352E0,2.710597E0,5.7120264E-1,1.6811074E-1,8.865529E0,5.1564217E0,1.7133887E-1,4.053054E0,2.6242563E-1,3.087184E0,1.9629906E-1,8.655147E0,1.751011E-1,2.771281E0,2.736704E-1,8.756633E0,2.3881586E-1,4.0296933E-1,1.4930482E1,2.0390436E-1,4.925694E0,2.7554485E-1,3.1699064E0,1.3237977E0,1.5298699E1,7.051591E-1,2.8507485E0,2.1712997E0,1.6523549E-1,1.6493727E-1,2.5456598E0,1.6416985E-1,8.70136E0,4.869807E0,2.8661484E-1,2.8944938E0,1.9269015E-1,2.7776602E-1,8.37738E0,6.4302665E-1,8.113606E0,2.6564634E-1,1.4664836E1,4.7421184E0,1.8357547E-1,5.3997797E-1,1.4758721E1,2.4510336E-1,2.6056452E0,1.9628407E0,2.0845905E-1,8.081115E0,2.96266E-1,3.6240515E-1,7.751201E0,4.557791E0,1.8432702E-1,5.425114E-1,1.421621E1,2.3045013E0,3.0114383E-1,6.4923847E-1,7.1019626E0,3.8221368E-1,1.3833997E1,6.755023E0,3.4693936E-1,1.3514818E0,1.2482514E1,3.7228385E-1,6.3827395E0,3.3298057E-1,1.2149534E1,5.991589E0,3.9115024E-1,1.1585992E1,5.635423E-1,2.7582324E-1,1.1310168E1,2.4759687E-1,1.1062572E1,1.0819705E1,2.428666E-1,1.0642396E1,1.7730902E-1,3.1670725E-1,1.0325689E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"697","size_leaf_vector":"0"}},{"base_weights":[-3.293166E-2,-1.8518116E-2,-3.1140652E-1,-8.465169E-2,9.9762725E-3,-0E0,-3.9306846E-1,-1.9564115E-2,-1.951724E-1,-1.1704287E-2,1.0400134E-1,-0E0,-4.3792132E-1,-2.4083799E-1,2.2188732E-3,-4.1089913E-1,-4.038636E-2,1.938355E-2,-1.12257645E-1,-0E0,1.8756376E-1,-4.8615772E-1,-0E0,-0E0,-3.4431338E-1,-4.700036E-2,1.2186096E-1,-0E0,-4.7906354E-1,4.0060095E-2,-2.8462398E-1,-9.959137E-2,4.7572758E-2,-3.079651E-1,-0E0,-7.72324E-2,5.7774775E-2,-0E0,2.4038441E-1,-5.277812E-1,-0E0,-0E0,-4.4510362E-1,1.0904376E-1,-9.7812615E-2,-0E0,2.1911778E-1,-5.4029894E-1,-0E0,-1.5189037E-2,1.7088366E-1,-3.409167E-1,-0E0,-2.0544939E-1,-0E0,-2.4981627E-2,8.02968E-2,-0E0,-3.2436222E-1,-1.2920192E-1,9.530292E-2,-1.7091967E-1,-0E0,-0E0,2.5740996E-1,2.6443258E-1,-0E0,-5.908539E-1,-0E0,-0E0,-5.17669E-1,2.418259E-1,-0E0,-1.7569818E-1,-0E0,-0E0,-4.5478903E-2,-0E0,3.0797213E-1,-0E0,-5.8469844E-1,-1.8339902E-1,-0E0,3.0820772E-1,-0E0,-0E0,-4.649926E-1,-0E0,-2.3941962E-1,-1.6549638E-1,-0E0,-1.6106224E-2,1.1426379E-1,-0E0,-3.3970714E-1,8.639052E-2,-3.3704942E-1,-0E0,2.4798146E-1,-2.233997E-1,-0E0,4.503059E-2,-0E0,-0E0,-7.727639E-2,3.2009652E-1,-0E0,-0E0,2.9699442E-1,-0E0,-6.2236565E-1,-0E0,-5.538915E-1,-0E0,3.512947E-1,-2.0857508E-1,-0E0,2.4847786E-1,-6.0439482E-2,-0E0,6.407244E-2,-0E0,-1.4044082E-1,-0E0,3.9359167E-1,-6.7254347E-1,-0E0,-0E0,-3.1390348E-1,-0E0,3.904956E-1,-0E0,-3.8144663E-1,-0E0,-2.791195E-1,-0E0,-2.5517404E-1,-1.0074255E-2,1.4248192E-1,-1.3749768E-1,1.0192274E-2,-0E0,1.361259E-1,-0E0,-3.5557848E-1,2.6335782E-1,-0E0,-0E0,-4.1261488E-1,-8.920726E-2,-0E0,3.3579025E-1,-0E0,-2.8820813E-1,-0E0,-0E0,-8.0249734E-2,-0E0,3.6065748E-1,3.2925475E-1,-0E0,-0E0,-5.455084E-1,-0E0,-4.4431838E-1,4.1052657E-1,-0E0,-0E0,-2.5864226E-1,3.995332E-1,-0E0,-0E0,-2.0466276E-1,1.2485562E-1,-0E0,-0E0,-1.8957178E-1,-0E0,4.657486E-1,-5.346511E-1,-0E0,-0E0,-2.966655E-1,-0E0,4.7887084E-1,-2.99909E-1,-0E0,-2.9119834E-1,-0E0,-1.5242893E-1,-0E0,-0E0,2.671713E-1,-1.9228448E-1,-0E0,1.1125071E-1,-0E0,-1.623587E-1,3.7376508E-2,1.5515608E-1,-0E0,-0E0,-3.7184298E-1,3.45663E-1,-0E0,-0E0,-4.836962E-1,-1.4053877E-1,-0E0,7.025038E-2,-0E0,4.1020253E-1,-0E0,-0E0,-3.32582E-1,-0E0,4.0418655E-1,3.5152292E-1,-0E0,-0E0,4.486026E-1,-3.0025372E-1,-0E0,-0E0,4.8411763E-1,-0E0,1.00368835E-1,-0E0,-2.6496565E-1,1.603215E-1,-0E0,-0E0,-2.3234867E-1,5.2705204E-1,-0E0,-0E0,5.5456716E-1,-3.475741E-1,-0E0,-0E0,-3.3201653E-1,-2.2981638E-1,-0E0,3.9214116E-2,-0E0,-0E0,3.409807E-1,-2.614148E-1,-0E0,-0E0,1.9329636E-1,-0E0,-2.1672513E-1,-0E0,1.7136319E-1,1.8043715E-1,-0E0,-3.811675E-1,-0E0,3.9209932E-1,-0E0,-0E0,-5.072542E-1,-1.9219433E-1,-0E0,1.8037252E-1,-0E0,-0E0,4.4369793E-1,-3.704284E-1,-0E0,-0E0,4.3360868E-1,-0E0,3.7666062E-1,4.6554807E-1,-0E0,-3.2853732E-1,-0E0,-0E0,4.1455314E-1,-4.5351025E-2,-0E0,1.7271978E-1,-0E0,-2.9480854E-1,-0E0,-0E0,1.3880828E-1,-1.9608566E-1,-0E0,-0E0,5.497314E-1,-0E0,6.189718E-1,-0E0,-3.7460172E-1,-3.7303782E-1,-0E0,-0E0,-2.9362443E-1,1.3554603E-1,-0E0,-0E0,3.8544336E-1,-0E0,-3.5155773E-1,2.812397E-1,-0E0,-2.7338654E-1,-0E0,1.7796206E-1,-0E0,-0E0,2.194085E-1,-4.080958E-1,-0E0,-0E0,4.5490527E-1,-0E0,-5.3233165E-1,-2.0452599E-1,-0E0,-0E0,2.807066E-1,-0E0,4.809297E-1,-0E0,-4.2812774E-1,4.5041326E-1,-0E0,-0E0,4.0103358E-1,3.7730774E-1,-0E0,-0E0,-3.6379844E-1,-3.211652E-1,-0E0,5.7783395E-1,-0E0,6.798848E-1,-0E0,-0E0,-3.9346802E-1,-0E0,-4.0184194E-1,1.811383E-1,-0E0,4.3492573E-1,-0E0,-0E0,-3.8622087E-1,-0E0,3.265845E-1,-0E0,-3.1635723E-1,-0E0,2.3274595E-1,-0E0,-4.1686273E-1,-0E0,3.818141E-1,-5.686981E-1,-0E0,3.4631476E-1,-0E0,5.0121844E-1,-0E0,-0E0,-4.5416933E-1,-0E0,3.6848745E-1,-0E0,4.160727E-1,-0E0,-3.936876E-1,-0E0,-2.8797096E-1,-0E0,5.9927046E-1,-0E0,7.166678E-1,-0E0,-4.137607E-1,-4.1920117E-1,-0E0,-0E0,2.1459082E-1,-0E0,4.484231E-1,-4.0370825E-1,-0E0,3.4946254E-1,-0E0,-3.3868954E-1,-0E0,9.828071E-2,3.4507665E-1,-4.308868E-1,-0E0,-4.7061533E-1,-0E0,-0E0,3.7924382E-1,5.2370846E-1,-0E0,-0E0,-3.640479E-1,4.3358174E-1,-0E0,-4.0240723E-1,-0E0,6.1347526E-1,-0E0,-0E0,7.6005507E-1,-0E0,-4.2523295E-1,-0E0,-4.403864E-1,-0E0,2.5533566E-1,-0E0,3.8148865E-1,-4.22842E-1,-0E0,-0E0,3.74281E-1,-3.6757463E-1,-0E0,1.8506445E-1,-0E0,-0E0,3.8849506E-1,-4.4262484E-1,-0E0,-0E0,3.0708173E-1,5.658098E-1,-0E0,-0E0,4.5168254E-1,-4.0957642E-1,-0E0,4.8808277E-1,-0E0,-0E0,8.1044924E-1,-4.5027685E-1,-0E0,-0E0,-3.6439356E-1,-0E0,2.1959327E-1,-0E0,-4.4984856E-1,3.157845E-1,-0E0,-2.9859945E-1,-0E0,2.3782937E-1,-0E0,-4.7921194E-3,8.189747E-2,4.228651E-1,-0E0,-0E0,-3.5859555E-1,-0E0,6.082546E-1,4.5877156E-1,-0E0,-0E0,-4.1761103E-1,-0E0,8.4762436E-1,-4.74099E-1,-0E0,-3.8631538E-1,-0E0,-0E0,2.9206643E-1,-0E0,-8.239531E-2,-0E0,1.0493046E-1,-0E0,4.5891327E-1,4.923294E-1,-0E0,-0E0,4.668645E-1,-0E0,-4.2367268E-1,8.862519E-1,-0E0,-3.8987786E-1,-0E0,-0E0,3.496962E-1,-1.9107853E-1,-0E0,4.7431532E-1,-0E0,-0E0,4.8183638E-1,-0E0,-4.3869314E-1,7.1272415E-1,-0E0,-0E0,3.8597837E-1,-0E0,-2.580717E-1,-0E0,4.8497415E-1,4.8920482E-1,-0E0,-0E0,-4.4970444E-1,4.3136367E-1,-0E0,-3.3751306E-1,-0E0,4.95036E-1,-0E0,4.9395296E-1,-0E0,-0E0,-4.624546E-1,-0E0,4.6822745E-1,-0E0,-2.9376644E-1,-0E0,5.0220025E-1,-0E0,3.9387673E-1,-4.724698E-1,-0E0,-0E0,5.014184E-1,-0E0,3.96521E-1,-0E0,-4.7812426E-1,5.2036744E-1,-0E0,-0E0,-3.766957E-1,4.158694E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":12,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,-1,21,23,25,27,29,31,33,35,37,39,-1,-1,41,43,45,-1,47,49,51,53,55,57,59,61,63,-1,65,67,-1,-1,69,71,73,75,77,79,-1,81,83,85,-1,87,-1,89,91,-1,93,95,97,99,101,103,105,107,-1,109,-1,-1,111,113,-1,115,117,119,121,-1,123,-1,125,127,-1,129,-1,-1,131,-1,133,135,137,139,141,-1,143,145,147,149,151,153,-1,-1,-1,-1,155,157,-1,-1,159,-1,161,-1,163,-1,165,167,-1,169,171,-1,173,-1,175,-1,177,179,-1,-1,181,-1,183,-1,-1,-1,185,-1,187,189,191,193,195,197,199,-1,201,203,-1,-1,205,207,209,211,-1,213,-1,-1,-1,-1,215,217,-1,-1,-1,-1,-1,219,-1,-1,221,223,-1,225,227,229,-1,-1,231,-1,233,-1,-1,-1,-1,-1,235,237,-1,239,-1,241,243,-1,245,247,-1,249,-1,251,253,255,-1,-1,257,259,-1,-1,261,263,-1,265,-1,267,-1,-1,269,-1,271,273,-1,-1,275,277,-1,-1,279,281,283,-1,285,287,-1,-1,289,291,-1,-1,293,295,-1,-1,297,299,-1,301,-1,-1,303,305,-1,-1,307,-1,309,-1,311,313,-1,315,-1,317,-1,-1,319,321,-1,323,-1,-1,325,327,-1,-1,329,-1,331,333,-1,335,-1,-1,-1,-1,-1,-1,-1,337,-1,-1,-1,-1,-1,-1,339,-1,341,-1,343,345,-1,-1,-1,347,-1,-1,349,-1,351,353,-1,355,-1,-1,-1,-1,357,359,-1,-1,361,-1,363,-1,-1,-1,365,-1,367,-1,369,371,-1,-1,373,-1,-1,-1,375,377,-1,379,-1,381,-1,-1,383,-1,385,387,-1,389,-1,-1,391,-1,393,-1,395,-1,397,-1,399,-1,-1,401,-1,403,-1,405,-1,-1,407,-1,-1,-1,409,-1,411,-1,-1,-1,413,-1,415,-1,417,419,-1,-1,421,-1,423,425,-1,427,-1,429,-1,431,433,435,-1,-1,-1,-1,437,439,-1,-1,-1,441,-1,443,-1,445,-1,-1,447,-1,449,-1,451,-1,453,-1,-1,455,-1,-1,457,459,-1,461,463,-1,465,467,-1,-1,-1,469,-1,-1,471,473,-1,-1,-1,-1,475,477,-1,-1,-1,-1,-1,-1,479,-1,-1,-1,-1,481,-1,483,485,487,-1,-1,-1,-1,489,491,-1,-1,493,-1,495,497,-1,-1,-1,-1,499,-1,501,-1,-1,-1,503,-1,-1,-1,505,-1,507,509,-1,-1,-1,-1,511,513,-1,515,-1,-1,517,-1,519,-1,-1,-1,521,-1,523,-1,525,527,-1,-1,529,531,-1,533,-1,535,-1,537,-1,-1,539,-1,541,-1,-1,-1,543,-1,-1,545,-1,-1,547,-1,-1,-1,549,551,-1,-1,-1,-1,-1],"loss_changes":[1.0607355E0,7.0458883E-1,3.0481744E-1,5.8333796E-1,5.481851E-1,0E0,2.6141858E-1,6.0636604E-1,7.247572E-1,6.35686E-1,5.2729124E-1,0E0,2.1402657E-1,5.043095E-1,4.6513516E-1,5.68192E-1,7.1994144E-1,3.7025332E-1,9.6754587E-1,1.0290144E-1,3.6676335E-1,2.1344662E-1,0E0,0E0,3.7481272E-1,3.195994E-1,3.8951498E-1,0E0,3.9509964E-1,2.6786894E-1,1.8050641E-1,1.9663945E-1,3.1357777E-1,1.4010382E-1,4.1657484E-1,2.1932086E-1,2.8787E-1,0E0,2.3800457E-1,1.749928E-1,0E0,0E0,2.684524E-1,1.6977613E-1,3.7337482E-1,1.166616E-2,5.688646E-1,3.1867337E-1,0E0,1.2571275E-1,3.5658553E-1,1.7399395E-1,0E0,8.08478E-2,0E0,2.0005347E-1,3.7508875E-1,0E0,1.3552237E-1,9.5660067E-1,3.8750106E-1,1.5633407E-1,6.2599075E-3,1.274314E-2,1.0499892E-1,2.6508868E-1,0E0,2.0332313E-1,0E0,0E0,1.9433022E-1,1.7310503E-1,0E0,2.2428143E-1,3.1268656E-1,1.2771516E-2,6.776184E-2,0E0,3.8317513E-1,0E0,1.06218815E-1,1.5996453E-1,0E0,3.3069146E-1,0E0,0E0,6.521976E-2,0E0,1.1653465E-1,2.0872806E-1,1.1647764E-1,1.7502734E-1,2.505386E-1,0E0,1.3846934E-1,2.3022725E-1,3.2374167E-1,2.275302E-2,2.2983527E-1,1.5839154E-1,0E0,0E0,0E0,0E0,8.125911E-3,8.067548E-2,0E0,0E0,2.5510645E-1,0E0,1.276393E-1,0E0,2.0997524E-2,0E0,1.21001065E-1,2.6380324E-1,0E0,2.334966E-1,1.7387328E-1,0E0,3.314174E-2,0E0,4.557156E-2,0E0,4.6318924E-1,3.9276123E-2,0E0,0E0,8.992565E-2,0E0,3.2766992E-1,0E0,0E0,0E0,3.551835E-2,0E0,1.08629376E-1,1.2063855E-1,2.3059127E-1,1.5290874E-1,5.704774E-2,1.18957065E-1,2.4756551E-1,0E0,1.3372242E-1,1.3919795E-1,0E0,0E0,1.6123557E-1,3.0089306E-2,2.3006584E-2,3.007818E-1,0E0,1.4961922E-1,0E0,0E0,0E0,0E0,6.4349115E-2,2.660811E-1,0E0,0E0,0E0,0E0,0E0,5.7613015E-2,0E0,0E0,1.5258682E-1,1.1140239E-1,0E0,2.9857654E-2,9.886384E-2,2.5302358E-2,0E0,0E0,4.503636E-2,0E0,3.4277844E-1,0E0,0E0,0E0,0E0,0E0,3.1893325E-1,3.4705043E-2,0E0,7.0445776E-2,0E0,1.03545465E-1,8.47263E-3,0E0,1.5202436E-1,2.0179528E-1,0E0,1.008111E-1,0E0,7.467167E-2,7.7647254E-2,2.352792E-1,0E0,0E0,7.1971655E-2,8.690417E-2,0E0,0E0,1.101203E-1,3.9643258E-2,0E0,9.8559245E-2,0E0,1.3486326E-1,0E0,0E0,1.2212956E-1,0E0,3.1194806E-2,2.3808193E-1,0E0,0E0,9.104669E-3,1.6183257E-1,0E0,0E0,6.916469E-2,5.8497763E-3,7.129787E-2,0E0,4.5518577E-2,8.548185E-3,0E0,0E0,1.7007247E-2,1.5723896E-1,0E0,0E0,1.93578E-1,5.6355476E-2,0E0,0E0,6.8606436E-2,1.3147697E-1,0E0,6.348184E-2,0E0,0E0,1.13200635E-1,2.0634359E-1,0E0,0E0,1.2703976E-1,0E0,9.6656546E-2,0E0,4.3735974E-2,3.1330264E-1,0E0,7.84297E-2,0E0,6.3595474E-2,0E0,0E0,1.0235119E-1,4.964655E-2,0E0,1.278759E-1,0E0,0E0,9.252465E-2,1.1291337E-1,0E0,0E0,1.1928916E-2,0E0,1.6060472E-1,4.563451E-3,0E0,1.9783938E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.8963487E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.730051E-1,0E0,1.9640768E-1,0E0,2.9395461E-2,7.977831E-2,0E0,0E0,0E0,4.076191E-2,0E0,0E0,1.2386376E-1,0E0,1.1810863E-1,7.521355E-2,0E0,7.178596E-2,0E0,0E0,0E0,0E0,2.2346056E-1,6.850338E-2,0E0,0E0,4.268706E-2,0E0,1.0950625E-1,0E0,0E0,0E0,1.07860535E-1,0E0,6.94592E-2,0E0,6.1166286E-2,1.052016E-2,0E0,0E0,1.4392686E-1,0E0,0E0,0E0,1.7951632E-1,5.7548672E-2,0E0,1.0073519E-1,0E0,1.0983229E-1,0E0,0E0,3.307259E-2,0E0,3.2940984E-2,3.7982926E-2,0E0,4.3904185E-3,0E0,0E0,4.6102047E-2,0E0,4.1948855E-3,0E0,2.6013702E-2,0E0,1.4890337E-1,0E0,7.000995E-2,0E0,0E0,1.1753404E-1,0E0,4.0616214E-2,0E0,6.2339544E-2,0E0,0E0,2.336812E-2,0E0,0E0,0E0,1.0993099E-1,0E0,5.3305984E-2,0E0,0E0,0E0,2.846098E-2,0E0,7.5136185E-2,0E0,1.0072947E-2,3.1718075E-2,0E0,0E0,4.40633E-2,0E0,6.7127943E-3,4.616016E-2,0E0,1.3572305E-2,0E0,1.5674382E-2,0E0,1.6507904E-1,3.5041142E-1,5.5628777E-2,0E0,0E0,0E0,0E0,5.7297945E-3,1.0917938E-1,0E0,0E0,0E0,8.923006E-2,0E0,3.215599E-2,0E0,2.7908087E-2,0E0,0E0,1.5482378E-1,0E0,3.6298096E-2,0E0,4.8204005E-2,0E0,1.3999864E-2,0E0,0E0,4.0676057E-2,0E0,0E0,2.3508698E-2,4.9034357E-3,0E0,1.856331E-1,1.8353889E-2,0E0,2.9869604E-1,1.5315294E-2,0E0,0E0,0E0,9.4198704E-2,0E0,0E0,4.472947E-2,1.586616E-2,0E0,0E0,0E0,0E0,3.823924E-2,2.1855175E-2,0E0,0E0,0E0,0E0,0E0,0E0,5.6696415E-2,0E0,0E0,0E0,0E0,2.0688331E-1,0E0,4.8434857E-2,2.445981E-2,2.4339366E-1,0E0,0E0,0E0,0E0,4.5466542E-2,4.0538788E-2,0E0,0E0,2.377379E-2,0E0,4.113674E-2,4.266131E-2,0E0,0E0,0E0,0E0,2.308448E-1,0E0,1.4404574E-1,0E0,0E0,0E0,1.0601258E-1,0E0,0E0,0E0,2.0433664E-2,0E0,2.8987408E-2,1.6207695E-2,0E0,0E0,0E0,0E0,1.296122E-1,1.2702806E-1,0E0,1.0103154E-1,0E0,0E0,2.5577784E-2,0E0,3.0601978E-2,0E0,0E0,0E0,1.73064E-1,0E0,1.4117795E-1,0E0,8.71861E-2,1.23541355E-2,0E0,0E0,2.5987148E-2,8.262718E-2,0E0,8.19495E-2,0E0,5.4649115E-2,0E0,1.0887766E-1,0E0,0E0,1.2457132E-2,0E0,8.107972E-2,0E0,0E0,0E0,2.7370453E-2,0E0,0E0,7.749319E-3,0E0,0E0,6.6236615E-2,0E0,0E0,0E0,2.2280216E-3,2.0394683E-2,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,24,24,25,25,26,26,28,28,29,29,30,30,31,31,32,32,33,33,34,34,35,35,36,36,38,38,39,39,42,42,43,43,44,44,45,45,46,46,47,47,49,49,50,50,51,51,53,53,55,55,56,56,58,58,59,59,60,60,61,61,62,62,63,63,64,64,65,65,67,67,70,70,71,71,73,73,74,74,75,75,76,76,78,78,80,80,81,81,83,83,86,86,88,88,89,89,90,90,91,91,92,92,94,94,95,95,96,96,97,97,98,98,99,99,104,104,105,105,108,108,110,110,112,112,114,114,115,115,117,117,118,118,120,120,122,122,124,124,125,125,128,128,130,130,134,134,136,136,137,137,138,138,139,139,140,140,141,141,142,142,144,144,145,145,148,148,149,149,150,150,151,151,153,153,158,158,159,159,165,165,168,168,169,169,171,171,172,172,173,173,176,176,178,178,184,184,185,185,187,187,189,189,190,190,192,192,193,193,195,195,197,197,198,198,199,199,202,202,203,203,206,206,207,207,209,209,211,211,214,214,216,216,217,217,220,220,221,221,224,224,225,225,226,226,228,228,229,229,232,232,233,233,236,236,237,237,240,240,241,241,243,243,246,246,247,247,250,250,252,252,254,254,255,255,257,257,259,259,262,262,263,263,265,265,268,268,269,269,272,272,274,274,275,275,277,277,285,285,292,292,294,294,296,296,297,297,301,301,304,304,306,306,307,307,309,309,314,314,315,315,318,318,320,320,324,324,326,326,328,328,329,329,332,332,336,336,337,337,339,339,341,341,344,344,346,346,347,347,349,349,352,352,354,354,356,356,358,358,360,360,363,363,365,365,367,367,370,370,374,374,376,376,380,380,382,382,384,384,385,385,388,388,390,390,391,391,393,393,395,395,397,397,398,398,399,399,404,404,405,405,409,409,411,411,413,413,416,416,418,418,420,420,422,422,425,425,428,428,429,429,431,431,432,432,434,434,435,435,439,439,442,442,443,443,448,448,449,449,456,456,461,461,463,463,464,464,465,465,470,470,471,471,474,474,476,476,477,477,482,482,484,484,488,488,492,492,494,494,495,495,500,500,501,501,503,503,506,506,508,508,512,512,514,514,516,516,517,517,520,520,521,521,523,523,525,525,527,527,530,530,532,532,536,536,539,539,542,542,546,546,547,547],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,-1,22,24,26,28,30,32,34,36,38,40,-1,-1,42,44,46,-1,48,50,52,54,56,58,60,62,64,-1,66,68,-1,-1,70,72,74,76,78,80,-1,82,84,86,-1,88,-1,90,92,-1,94,96,98,100,102,104,106,108,-1,110,-1,-1,112,114,-1,116,118,120,122,-1,124,-1,126,128,-1,130,-1,-1,132,-1,134,136,138,140,142,-1,144,146,148,150,152,154,-1,-1,-1,-1,156,158,-1,-1,160,-1,162,-1,164,-1,166,168,-1,170,172,-1,174,-1,176,-1,178,180,-1,-1,182,-1,184,-1,-1,-1,186,-1,188,190,192,194,196,198,200,-1,202,204,-1,-1,206,208,210,212,-1,214,-1,-1,-1,-1,216,218,-1,-1,-1,-1,-1,220,-1,-1,222,224,-1,226,228,230,-1,-1,232,-1,234,-1,-1,-1,-1,-1,236,238,-1,240,-1,242,244,-1,246,248,-1,250,-1,252,254,256,-1,-1,258,260,-1,-1,262,264,-1,266,-1,268,-1,-1,270,-1,272,274,-1,-1,276,278,-1,-1,280,282,284,-1,286,288,-1,-1,290,292,-1,-1,294,296,-1,-1,298,300,-1,302,-1,-1,304,306,-1,-1,308,-1,310,-1,312,314,-1,316,-1,318,-1,-1,320,322,-1,324,-1,-1,326,328,-1,-1,330,-1,332,334,-1,336,-1,-1,-1,-1,-1,-1,-1,338,-1,-1,-1,-1,-1,-1,340,-1,342,-1,344,346,-1,-1,-1,348,-1,-1,350,-1,352,354,-1,356,-1,-1,-1,-1,358,360,-1,-1,362,-1,364,-1,-1,-1,366,-1,368,-1,370,372,-1,-1,374,-1,-1,-1,376,378,-1,380,-1,382,-1,-1,384,-1,386,388,-1,390,-1,-1,392,-1,394,-1,396,-1,398,-1,400,-1,-1,402,-1,404,-1,406,-1,-1,408,-1,-1,-1,410,-1,412,-1,-1,-1,414,-1,416,-1,418,420,-1,-1,422,-1,424,426,-1,428,-1,430,-1,432,434,436,-1,-1,-1,-1,438,440,-1,-1,-1,442,-1,444,-1,446,-1,-1,448,-1,450,-1,452,-1,454,-1,-1,456,-1,-1,458,460,-1,462,464,-1,466,468,-1,-1,-1,470,-1,-1,472,474,-1,-1,-1,-1,476,478,-1,-1,-1,-1,-1,-1,480,-1,-1,-1,-1,482,-1,484,486,488,-1,-1,-1,-1,490,492,-1,-1,494,-1,496,498,-1,-1,-1,-1,500,-1,502,-1,-1,-1,504,-1,-1,-1,506,-1,508,510,-1,-1,-1,-1,512,514,-1,516,-1,-1,518,-1,520,-1,-1,-1,522,-1,524,-1,526,528,-1,-1,530,532,-1,534,-1,536,-1,538,-1,-1,540,-1,542,-1,-1,-1,544,-1,-1,546,-1,-1,548,-1,-1,-1,550,552,-1,-1,-1,-1,-1],"split_conditions":[1.6590096E2,7.8271484E-1,1.3657055E0,9.3002686E1,1.4914743E2,-0E0,1.769221E0,5.279541E-2,1.4751279E0,1.8764581E2,1.7236328E-1,-0E0,9.951172E-1,3.4875E1,8.200046E1,3.228125E1,3.2214527E0,1.3611656E2,8.7322365E1,7.84375E1,4.15625E1,9.970703E-1,-0E0,-0E0,1.8225098E-1,2.0324707E-2,1.6797023E2,-0E0,1.89125E2,9.813423E1,7.2216797E-1,1.985941E0,1.6736515E0,1.3661591E0,8.935547E-1,1.044375E2,9.213867E-1,-0E0,9.7021484E-1,9.980469E-1,-0E0,-0E0,6.921387E-2,2.4914002E0,8.71875E1,9.1478874E1,1.2072754E-1,5.303125E1,-0E0,9.9365234E-1,7.2509766E-1,8.2843666E1,-0E0,4.827881E-2,-0E0,1.1279297E-1,1.5153171E0,-0E0,4.8623496E-1,1.3574219E-1,2.2866662E0,9.819336E-1,2.1877121E2,3.8452148E-1,1.0291228E2,2.7679443E-2,-0E0,4.8021188E-1,-0E0,-0E0,3.355719E1,3.45625E1,-0E0,9.9560547E-1,1E2,2.548828E-1,1.282959E-1,-0E0,8.232422E-1,-0E0,2.1143997E2,9.931453E1,-0E0,1.451416E-1,-0E0,-0E0,9.880066E-3,-0E0,3.275E1,4.271875E1,8.564453E-1,6.660156E-1,1.1299024E0,-0E0,9.5622164E-1,1.0997418E2,9.224246E1,4.003125E1,5.246875E1,9.9609375E-1,-0E0,4.503059E-2,-0E0,-0E0,2.1331787E-2,1.5197548E2,-0E0,-0E0,9.9853516E-1,-0E0,7.6560974E-3,-0E0,7.266495E-1,-0E0,9.916992E-1,1.1425781E-1,-0E0,5.942383E-1,7.3875E1,-0E0,9.121094E-1,-0E0,3.496875E1,-0E0,4.084375E1,2.7525E2,-0E0,-0E0,2.5971567E1,-0E0,2.9464722E-2,-0E0,-3.8144663E-1,-0E0,1.044375E2,-0E0,9.9902344E-1,9.8809975E1,2.112487E0,9.45625E1,8.798985E1,4.831543E-1,8.7841797E-1,-0E0,1.7127991E-3,5.756836E-1,-0E0,-0E0,3.55E1,9.326172E-1,7.69375E1,1.13125E2,-0E0,6.458827E1,-0E0,-0E0,-8.0249734E-2,-0E0,1.4589845E2,5.8967533E0,-0E0,-0E0,-5.455084E-1,-0E0,-4.4431838E-1,5.4785156E-1,-0E0,-0E0,9.6240234E-1,4.93125E1,-0E0,2.5927734E-1,3.496875E1,3.9480247E0,-0E0,-0E0,7.421875E-2,-0E0,1.39625E2,-5.346511E-1,-0E0,-0E0,-2.966655E-1,-0E0,3.4379753E1,1.2361847E2,-0E0,1.4562988E-1,-0E0,3.5193677E0,7.9875E1,-0E0,1.4513676E2,4.5349836E0,-0E0,2.4487305E-1,-0E0,3.903125E1,7.939453E-1,9.267578E-1,-0E0,-0E0,5.470021E0,2.6990753E2,-0E0,-0E0,4.678125E1,8.9375E1,-0E0,9.526367E-1,-0E0,4.296875E1,-0E0,-0E0,1.055625E2,-0E0,6.458827E1,1.2773585E2,-0E0,-0E0,9.0771484E-1,9.8535156E-1,-0E0,-0E0,2.1514893E-2,9.941406E-1,1.0749284E2,-0E0,1.4637315E2,1.3175964E-2,-0E0,-0E0,1.66875E2,1.9210815E-2,-0E0,-0E0,4.04375E1,4.534912E-2,-0E0,-0E0,1.315594E2,7.526776E1,-0E0,3.1517103E0,-0E0,-0E0,1.1657715E-2,1.2685891E0,-0E0,-0E0,9.980469E-1,-0E0,5.2960944E0,-0E0,8.9990234E-1,1.2322998E-1,-0E0,1.08875E2,-0E0,1.9980905E0,-0E0,-0E0,2.1858215E-3,3.7207692E0,-0E0,8.872735E1,-0E0,-0E0,3.878125E1,1.5782086E2,-0E0,-0E0,9.8535156E-1,-0E0,6.4014834E-1,8.4716797E-1,-0E0,3.384375E1,-0E0,-0E0,4.1455314E-1,-4.5351025E-2,-0E0,1.7271978E-1,-0E0,5.562303E0,-0E0,-0E0,1.3880828E-1,-1.9608566E-1,-0E0,-0E0,5.225803E0,-0E0,1.3482295E2,-0E0,8.20907E-1,4.0587383E1,-0E0,-0E0,-2.9362443E-1,7.055664E-1,-0E0,-0E0,8.1933594E-1,-0E0,3.4125E1,3.4125E1,-0E0,1.7007222E0,-0E0,1.7796206E-1,-0E0,-0E0,6.9465117E0,2.9277802E-3,-0E0,-0E0,1.2600543E0,-0E0,9.951172E-1,-2.0452599E-1,-0E0,-0E0,2.3002936E2,-0E0,9.863281E-1,-0E0,8.330078E-1,4.3969585E1,-0E0,-0E0,3.642297E1,3.7730774E-1,-0E0,-0E0,6.713867E-2,8.7102866E-1,-0E0,6.595758E-1,-0E0,3.24375E1,-0E0,-0E0,7.757568E-2,-0E0,1.12E2,4.9883556E1,-0E0,1.509302E0,-0E0,-0E0,9.9560547E-1,-0E0,7.441406E-1,-0E0,1.8486754E2,-0E0,9.819336E-1,-0E0,1.54625E2,-0E0,3.818141E-1,9.951172E-1,-0E0,3.83125E1,-0E0,9.9902344E-1,-0E0,-0E0,2.4487305E-1,-0E0,3.6848745E-1,-0E0,1.6900827E2,-0E0,5.5593286E0,-0E0,-2.8797096E-1,-0E0,2.323589E2,-0E0,5.5875E1,-0E0,3.053125E1,3.0563354E-2,-0E0,-0E0,1.2296324E0,-0E0,4.98125E1,1.0286574E2,-0E0,1.0647613E0,-0E0,3.046875E-1,-0E0,1.6604767E2,1.4083862E-2,1.29625E2,-0E0,-4.7061533E-1,-0E0,-0E0,7.879639E-2,4.208856E0,-0E0,-0E0,-3.640479E-1,6.1920166E-2,-0E0,9.08125E1,-0E0,9.355469E-1,-0E0,-0E0,8.907673E-1,-0E0,3.9935648E0,-0E0,1.3175964E-2,-0E0,5.180664E-1,-0E0,3.8148865E-1,4.0979965E1,-0E0,-0E0,5.683594E-1,1.0879862E0,-0E0,8.634905E1,9.224246E1,-0E0,8.847656E-1,6.542969E-2,-0E0,-0E0,3.0708173E-1,1.1019915E0,-0E0,-0E0,2.7917545E2,1.5289307E-2,-0E0,4.8808277E-1,-0E0,-0E0,7.6026917E-3,9.0285095E1,-0E0,-0E0,-3.6439356E-1,-0E0,2.1959327E-1,-0E0,7.783203E-1,3.157845E-1,-0E0,-2.9859945E-1,-0E0,2.4169922E-2,-0E0,5.9417725E-2,8.769531E-1,4.028125E1,-0E0,-0E0,-3.5859555E-1,-0E0,4.6224666E0,5.9547573E-1,-0E0,-0E0,6.713867E-2,-0E0,3.2498567E0,9.8535156E-1,-0E0,-3.8631538E-1,-0E0,-0E0,1.3657055E0,-0E0,2.0780666E0,-0E0,1.0493046E-1,-0E0,5.131262E0,4.923294E-1,-0E0,-0E0,3.24375E1,-0E0,9.018075E-1,1.19125E2,-0E0,-3.8987786E-1,-0E0,-0E0,8.0672165E1,8.378906E-1,-0E0,4.352622E1,-0E0,-0E0,5.3379583E0,-0E0,5.4855347E-3,7.1272415E-1,-0E0,-0E0,7.69375E1,-0E0,1.27192345E2,-0E0,1.15375E2,9.916992E-1,-0E0,-0E0,9.1629326E-1,1.044945E0,-0E0,4.546875E1,-0E0,3.153125E1,-0E0,5.446132E1,-0E0,-0E0,1.219375E2,-0E0,3.821875E1,-0E0,-2.9376644E-1,-0E0,3.078125E1,-0E0,3.9387673E-1,1.3459376E1,-0E0,-0E0,4.9718E0,-0E0,3.96521E-1,-0E0,1.0218406E0,9.941406E-1,-0E0,-0E0,-3.766957E-1,4.158694E-1,-0E0],"split_indices":[4,14,2,5,7,0,0,17,3,6,19,0,17,10,5,11,3,6,5,10,11,19,0,0,13,18,6,0,11,4,14,2,3,3,15,11,14,0,13,14,0,0,12,0,11,7,14,9,0,15,16,4,0,17,0,13,0,0,1,19,1,16,7,12,5,16,0,3,0,0,4,8,0,17,11,14,18,0,15,0,6,5,0,14,0,0,16,0,11,11,17,19,2,0,2,4,5,8,8,15,0,0,0,0,17,7,0,0,17,0,19,0,3,0,16,12,0,13,10,0,12,0,8,0,10,9,0,0,7,0,18,0,0,0,11,0,14,7,2,10,5,18,13,0,18,18,0,0,8,18,10,11,0,5,0,0,0,0,6,3,0,0,0,0,0,15,0,0,16,10,0,12,8,3,0,0,17,0,9,0,0,0,0,0,7,4,0,17,0,2,9,0,6,1,0,15,0,9,15,19,0,0,2,6,0,0,9,11,0,16,0,9,0,0,8,0,5,6,0,0,13,19,0,0,19,15,4,0,4,19,0,0,9,16,0,0,11,16,0,0,4,7,0,1,0,0,18,1,0,0,15,0,0,0,16,17,0,11,0,2,0,0,17,2,0,5,0,0,11,7,0,0,13,0,1,12,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,0,1,4,0,0,0,12,0,0,12,0,10,10,0,0,0,0,0,0,7,17,0,0,0,0,17,0,0,0,6,0,18,0,14,4,0,0,4,0,0,0,14,2,0,0,0,8,0,0,17,0,10,4,0,1,0,0,18,0,13,0,6,0,14,0,10,0,0,16,0,10,0,15,0,0,15,0,0,0,5,0,2,0,0,0,6,0,9,0,8,16,0,0,1,0,10,4,0,2,0,18,0,6,19,9,0,0,0,0,12,0,0,0,0,12,0,8,0,13,0,0,2,0,3,0,19,0,15,0,0,7,0,0,12,2,0,5,5,0,12,13,0,0,0,2,0,0,6,16,0,0,0,0,17,5,0,0,0,0,0,0,18,0,0,0,0,18,0,19,14,9,0,0,0,0,3,2,0,0,17,0,2,16,0,0,0,0,2,0,1,0,0,0,3,0,0,0,8,0,3,9,0,0,0,0,4,14,0,5,0,0,2,0,19,0,0,0,10,0,4,0,9,12,0,0,0,1,0,9,0,10,0,5,0,0,9,0,9,0,0,0,11,0,0,7,0,0,0,0,0,0,3,18,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.466873E2,3.335475E2,1.3139803E1,1.1070885E2,2.2283865E2,3.10586E0,1.0033943E1,7.574052E1,3.496833E1,1.7279695E2,5.0041695E1,6.84162E-1,9.349781E0,1.0451576E1,6.528894E1,1.1563848E1,2.3404484E1,1.24701836E2,4.8095116E1,2.0014143E1,3.0027552E1,8.397715E0,9.520665E-1,1.339457E0,9.11212E0,4.0551773E1,2.4737167E1,7.1305215E-1,1.0850796E1,1.48401E1,8.5643835E0,1.6848839E1,1.07853E2,1.6158468E1,3.1936647E1,1.1970048E1,8.044096E0,5.594854E0,2.44327E1,7.8158884E0,5.8182573E-1,1.9684339E0,7.1436853E0,4.9861226E0,3.556565E1,9.318655E0,1.5418513E1,9.777124E0,1.073671E0,5.370224E0,9.469876E0,7.3711634E0,1.1932203E0,8.235316E0,8.613523E0,2.4062454E1,8.379054E1,3.10015E-1,1.5848453E1,1.4929089E1,1.7007559E1,9.553655E0,2.4163935E0,3.7691178E0,4.274978E0,2.3507753E1,9.249447E-1,6.63649E0,1.1793985E0,9.9098754E-1,6.1526976E0,3.5186403E0,1.4674824E0,2.2772741E1,1.2792909E1,4.17828E0,5.1403747E0,1.8626537E0,1.355586E1,5.693985E-1,9.2077265E0,3.2777998E0,2.0924244E0,6.3186603E0,3.1512163E0,2.835446E0,4.5357175E0,8.9255774E-1,7.3427587E0,7.363816E0,1.6698639E1,1.422906E1,6.9561485E1,2.6923248E-1,1.557922E1,5.1098213E0,9.819267E0,8.620369E0,8.387191E0,8.517432E0,1.0362219E0,1.3781999E0,1.0381935E0,2.135175E0,1.633943E0,3.6126404E0,6.6233766E-1,1.9703879E0,2.1537367E1,1.7945337E-1,6.4570365E0,2.0825371E-1,5.944444E0,7.116081E-1,2.8070323E0,2.1169657E1,1.6030834E0,4.0155735E0,8.777335E0,1.5672808E0,2.6109993E0,1.6133258E0,3.5270488E0,2.9766507E0,1.0579208E1,7.0722065E0,2.1355193E0,8.648205E-1,2.4129794E0,4.0230435E-1,5.9163556E0,2.1024455E-1,4.325473E0,5.7652545E-1,6.766233E0,1.3504407E0,6.013375E0,1.1521232E1,5.177407E0,8.928186E0,5.300874E0,7.1764565E0,6.2385025E1,3.0819485E-1,1.5271026E1,3.423091E0,1.6867304E0,1.5320417E0,8.287226E0,2.3591611E0,6.2612076E0,6.385289E0,2.0019016E0,6.82482E0,1.6926122E0,1.6240712E-1,1.4715358E0,2.5280207E-1,3.3598382E0,1.9783682E1,1.7536846E0,1.1867106E0,5.270326E0,2.8667387E-1,5.65777E0,2.6395524E0,1.6747998E-1,3.6339927E0,1.7535664E1,2.7093213E0,1.3062519E0,4.31724E0,4.4600954E0,2.4452481E0,1.6575113E-1,5.487962E-1,2.9782526E0,1.0317234E0,9.547485E0,6.8733253E0,1.9888133E-1,3.0714273E-1,2.1058366E0,7.20843E-1,5.195513E0,6.1886535E0,5.775797E-1,5.7825713E0,2.308034E-1,4.7447085E0,6.7765236E0,8.322625E-1,4.3451443E0,8.456576E0,4.7160968E-1,4.157966E0,1.142908E0,3.8076966E0,3.3687599E0,5.818889E1,4.1961365E0,3.823522E-1,1.4888673E1,2.9422755E0,4.8081544E-1,1.7037257E0,6.5835004E0,2.1754057E0,1.8375538E-1,4.1618133E0,2.0993943E0,5.9013667E0,4.839225E-1,4.7153214E-1,6.353288E0,3.9271277E-1,2.9671254E0,1.944854E1,3.351417E-1,2.2404996E-1,2.4155023E0,1.4575572E1,2.9600925E0,5.481597E-1,2.1611617E0,1.8533783E0,2.4638617E0,5.9261787E-1,3.8674774E0,2.2707136E0,1.7453457E-1,3.2861748E-1,2.649635E0,8.58007E0,9.6741575E-1,4.116867E-1,4.783826E0,4.7672014E0,1.4214522E0,8.107543E-1,4.971817E0,3.767758E0,9.769505E-1,5.00977E0,1.7667539E0,5.6302166E-1,3.7821229E0,7.2987657E0,1.1578109E0,4.1688865E-1,3.7410777E0,3.0035266E-1,3.5073438E0,1.0405307E0,2.3282292E0,5.0121742E1,8.067146E0,1.4640345E1,2.4832831E-1,2.7404788E0,2.0179668E-1,2.1469599E-1,6.368804E0,2.003761E0,1.7164458E-1,3.2365496E0,9.252635E-1,2.4497095E-1,5.6563954E0,5.9144807E0,4.3880734E-1,2.8863925E-1,2.678486E0,8.956808E-1,1.8552858E1,2.2491307E0,1.6637166E-1,1.3590935E1,9.8463684E-1,2.0829031E-1,1.9528713E0,1.2304307E0,6.229476E-1,1.5629784E0,9.008834E-1,3.5517402E0,3.1573713E-1,2.5208429E-1,2.0186293E0,2.4596434E0,1.8999177E-1,2.1344249E-1,8.366627E0,5.371101E-1,4.246716E0,3.310379E-1,4.4361634E0,4.3275766E0,6.4424056E-1,1.7493376E0,2.0184205E0,3.4163733E0,1.5933964E0,1.6899185E-1,3.613131E0,1.8170823E0,5.4816833E0,3.1095636E0,6.315141E-1,3.311612E0,1.9573192E-1,1.9356341E0,3.9259508E-1,9.877663E0,4.024408E1,1.3179116E1,1.4612283E0,5.257018E-1,2.214777E0,2.7073383E-1,6.09807E0,1.567209E0,4.3655205E-1,5.7089317E-1,2.6656566E0,5.1628226E-1,5.1401134E0,9.964417E-1,4.918039E0,2.5045376E0,1.7394873E-1,1.2469028E0,1.7305956E1,2.0658765E0,1.8325427E-1,1.1043216E0,1.2486613E1,3.3887053E0,1.6303492E-1,8.043302E0,3.2332578E-1,3.8591728E0,3.875432E-1,2.7214527E-1,4.164018E0,1.732256E-1,4.1543508E0,2.9353135E0,4.810598E-1,3.3852615E0,2.2786936E-1,2.337339E-1,5.247949E0,2.2756939E-1,2.8819942E0,2.4786484E-1,3.063747E0,4.1074464E-1,3.9833336E1,1.7510474E-1,1.3004012E1,1.9206846E-1,2.0227084E0,5.619791E0,4.7827935E-1,2.479159E0,1.8649733E-1,4.9692326E0,1.7088062E-1,3.0698124E-1,4.6110578E0,2.262619E-1,2.2782755E0,4.3255576E-1,1.68734E1,7.3881346E-1,1.17478E1,5.237437E-1,2.8649616E0,3.1977063E-1,7.723531E0,2.2214396E-1,3.6370287E0,2.5308624E-1,3.9109318E0,3.9643092E0,1.900417E-1,1.627434E-1,2.7725701E0,2.0853563E-1,3.1767259E0,5.043637E0,2.0431247E-1,2.4880242E0,3.9396995E-1,2.83605E0,2.2769712E-1,2.260901E1,1.7224325E1,1.2516366E1,4.876454E-1,5.2598376E0,3.5995317E-1,2.1249098E-1,2.2666683E0,4.7368712E0,2.3236147E-1,1.6408299E-1,4.4469748E0,1.6083334E1,7.9006565E-1,1.1551953E1,1.9584702E-1,7.422737E0,3.007937E-1,3.2877395E-1,3.3082547E0,1.7908654E-1,3.7318454E0,2.5564367E-1,3.7086656E0,2.8524366E-1,2.4873264E0,5.57919E-1,2.6188068E0,4.811458E0,2.3217869E-1,2.8624636E-1,2.201778E0,2.448349E0,3.8770095E-1,1.0837351E1,1.1771661E1,1.4186698E0,1.5805655E1,1.2119096E1,3.9727017E-1,1.624084E-1,2.1042597E0,4.3275623E0,4.0930882E-1,8.6512834E-1,1.5218206E1,1.132542E1,2.265328E-1,7.186303E0,2.3643371E-1,2.2316016E-1,3.0850947E0,3.453225E0,2.7862042E-1,2.4789831E-1,3.4607673E0,3.5340077E-1,2.1339257E0,4.1759622E-1,4.393862E0,1.9525816E0,2.4919614E-1,2.2516565E0,1.9669233E-1,9.646673E0,1.1906778E0,9.56969E0,2.2019703E0,1.4933182E1,8.724732E-1,8.4950805E-1,1.1269588E1,3.9563113E-1,3.9319313E0,1.4948718E1,2.6948792E-1,3.5967684E-1,1.0965743E1,2.543505E-1,2.830744E0,3.1631622E0,2.900626E-1,3.7684188E0,6.25443E-1,9.933081E-1,8.653365E0,2.9013011E0,6.668389E0,3.4899876E-1,1.8529717E0,1.1736542E0,1.3759527E1,3.7298005E0,2.0213087E-1,3.4496453E-1,1.4603754E1,1.9329672E-1,1.0772447E1,2.5991023E0,2.3164175E-1,2.9662898E0,1.968725E-1,8.8062036E-1,7.7727447E0,4.7781854E0,1.8902036E0,1.3319708E1,4.3981996E-1,8.360283E-1,1.3767726E1,6.08079E-1,1.0164368E1,2.434801E0,1.6430119E-1,6.1218673E-1,7.160558E0,4.7735798E-1,4.3008275E0,1.7123151E-1,1.3148476E1,1.3448036E1,3.196896E-1,3.6453626E-1,9.799831E0,6.5634494E0,5.9710866E-1,3.546154E0,7.546733E-1,1.2955063E1,1.9341263E-1,1.3231807E1,2.162296E-1,4.3860278E-1,9.361229E0,6.9154996E-1,5.8718996E0,2.1897706E-1,3.327177E0,1.6446884E-1,1.2790594E1,1.6567467E-1,1.3066132E1,9.003396E0,3.5783294E-1,4.9315774E-1,5.3787417E0,2.1423212E-1,1.2576363E1,1.8955234E-1,8.813844E0,5.203003E0,1.757386E-1,1.75393E-1,8.638451E0,5.0042367E0,1.987662E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"553","size_leaf_vector":"0"}},{"base_weights":[-2.6597742E-2,-1.3317568E-4,-1.5470314E-1,1.086741E-2,-1.1728153E-1,-2.0006815E-1,-0E0,4.6247233E-2,-2.090317E-2,-0E0,-3.1244403E-1,-2.4047552E-1,-0E0,9.5896E-2,-0E0,-3.1014351E-2,6.318836E-2,-6.897386E-2,2.2691324E-2,8.153969E-2,-4.077009E-2,-0E0,-3.70201E-1,-1.0430692E-1,-4.632436E-1,-0E0,-5.6438357E-2,2.1842353E-1,-0E0,-0E0,-1.6723736E-1,7.7431306E-2,-0E0,-1.456556E-1,-0E0,-1.2432477E-2,1.00782454E-1,-0E0,2.6222837E-1,-0E0,-1.4291498E-1,-4.1262835E-1,-0E0,-2.3578024E-1,-0E0,-5.089349E-1,-0E0,5.418047E-2,-0E0,-1.09235436E-1,-0E0,3.0085424E-1,-0E0,5.726747E-2,-0E0,-2.5130546E-1,-0E0,9.898404E-2,-0E0,-0E0,-9.534481E-2,-1.8795632E-1,-0E0,9.690882E-2,-5.7996526E-2,6.870631E-2,-1.3151066E-1,1.7939879E-1,-0E0,-8.351948E-2,-0E0,-0E0,3.4684753E-1,-0E0,-2.626413E-1,-0E0,-4.599928E-1,-2.9180494E-1,-0E0,4.430566E-2,-7.163204E-2,-0E0,-5.3964674E-1,8.306122E-2,-0E0,-0E0,-2.0097327E-1,4.0744486E-1,-0E0,1.2757653E-1,-0E0,-0E0,-3.103614E-1,-0E0,1.19263515E-1,-7.00643E-2,-0E0,-0E0,3.1226456E-2,-1.3314147E-1,-0E0,-0E0,-2.078082E-1,4.688269E-2,-0E0,1.848974E-1,-0E0,-0E0,-9.925386E-2,1.2647288E-1,-0E0,-0E0,-2.4948026E-1,2.0965837E-1,-0E0,-0E0,-2.8385764E-2,-9.240859E-2,-0E0,4.0752202E-1,-0E0,-0E0,-2.937812E-1,-4.8470736E-1,-0E0,-3.4899095E-1,-0E0,-0E0,1.704437E-1,-0E0,-1.3675149E-1,-0E0,-5.550543E-1,-0E0,-2.704412E-1,-0E0,4.5663458E-1,-0E0,2.0455635E-1,-3.823916E-1,-0E0,-2.3102142E-2,4.3052778E-2,1.3730782E-1,-0E0,-0E0,-1.7045133E-1,-0E0,4.2629838E-2,-0E0,1.1101237E-1,-1.6927071E-1,-0E0,-2.4127477E-1,-0E0,-0E0,1.2378181E-1,-0E0,-3.226592E-2,-0E0,2.5016668E-1,-1.5625997E-1,-0E0,-0E0,1.8809798E-1,5.3650804E-2,-0E0,-3.1753305E-1,-0E0,2.755755E-1,-0E0,-0E0,-7.445898E-2,-0E0,4.3871063E-1,-5.5762744E-1,-0E0,-4.2962036E-1,-0E0,2.5682154E-1,-0E0,-0E0,-2.0329167E-1,-5.710507E-1,-0E0,-3.5698313E-1,-0E0,-0E0,4.9298978E-1,-0E0,2.3157518E-1,-0E0,-3.1200978E-1,-9.0488784E-2,-0E0,-0E0,1.3269907E-1,-0E0,1.5575208E-1,-4.412817E-2,1.6864017E-3,-0E0,-2.5676417E-1,1.3689347E-1,-0E0,1.9856323E-1,-0E0,-0E0,-2.1283065E-1,-2.68772E-1,-0E0,-0E0,1.7508717E-1,-0E0,-5.8552645E-2,-0E0,2.8808245E-1,-1.8519667E-1,-0E0,2.3219992E-1,-0E0,-0E0,1.2466148E-1,-0E0,-3.87425E-1,-0E0,3.0797926E-1,-0E0,-1.1806686E-1,4.7344235E-1,-0E0,-0E0,-5.787982E-1,-0E0,-4.1455138E-1,-0E0,3.0638617E-1,-0E0,-2.633937E-1,-6.257873E-1,-0E0,-3.0683118E-1,-0E0,-0E0,4.0626028E-1,-0E0,2.5093406E-1,-0E0,-1.5257981E-1,-0E0,2.099882E-1,1.6935447E-1,-0E0,-0E0,-6.890374E-2,-0E0,1.769662E-1,-3.3334407E-1,-0E0,-0E0,2.1589153E-1,-0E0,2.5714904E-1,-2.3667143E-1,-0E0,-0E0,-2.9619414E-1,-0E0,2.0409206E-1,-7.451003E-2,-0E0,3.4991178E-1,-0E0,-2.1332765E-1,-0E0,-0E0,2.652845E-1,-0E0,1.8341991E-1,-4.393685E-1,-0E0,3.3015218E-1,-0E0,-0E0,-1.578152E-1,5.0636905E-1,-0E0,-6.0021484E-1,-0E0,3.6083096E-1,-0E0,-3.1529725E-1,-0E0,-0E0,-4.9923033E-1,-0E0,2.0369667E-1,-1.9791494E-1,-0E0,2.7074635E-1,-0E0,-0E0,1.827925E-1,-6.6042334E-2,-0E0,-0E0,2.4974695E-1,-0E0,-3.6405456E-1,3.038137E-1,-0E0,3.123185E-1,-0E0,-2.6467726E-1,-0E0,-3.1092358E-1,-0E0,2.4288125E-1,-0E0,3.8211077E-1,-0E0,-2.5081185E-1,-0E0,2.977923E-1,-0E0,-0E0,2.0980804E-1,-4.591683E-1,-0E0,-0E0,3.7144744E-1,-2.0012762E-1,-0E0,-0E0,5.323762E-1,-6.237314E-1,-0E0,3.9208055E-1,-0E0,-3.3701572E-1,-0E0,-2.5897035E-1,-0E0,3.343193E-1,-0E0,-0E0,2.0839094E-1,-0E0,3.014352E-1,-0E0,-3.0813503E-1,3.5219362E-1,-0E0,-0E0,3.927084E-1,-0E0,-2.2317338E-1,-0E0,-3.3571583E-1,2.0167373E-1,-0E0,4.2264742E-1,-0E0,-0E0,-2.787372E-1,-0E0,3.3000806E-1,2.2830868E-1,-0E0,-4.8295498E-1,-0E0,3.8190046E-1,-0E0,-0E0,-2.3713157E-1,-0E0,5.6091565E-1,-0E0,-5.039847E-1,3.2018402E-1,-0E0,-0E0,-3.584137E-1,-3.1122532E-1,-0E0,3.594516E-1,-0E0,2.1867695E-1,-0E0,-0E0,2.502644E-1,3.7771696E-1,-0E0,3.253898E-1,-0E0,-3.5442337E-1,-0E0,-0E0,4.4918123E-1,-0E0,-2.9732597E-1,-0E0,3.5403296E-1,1.9145799E-1,-0E0,-5.0944287E-1,-0E0,-0E0,4.0259492E-1,-2.5471497E-1,-0E0,-0E0,4.5252174E-1,-2.8887486E-1,-0E0,-3.2317308E-1,-0E0,-0E0,3.8164997E-1,2.2649004E-1,-0E0,4.0324464E-1,-0E0,-0E0,-3.75364E-1,-0E0,4.7577745E-1,-0E0,-3.1250772E-1,3.7110692E-1,-0E0,-5.311008E-1,-0E0,4.400679E-1,-0E0,-0E0,-2.145907E-1,-0E0,-3.3570695E-1,3.1169567E-1,-0E0,-0E0,2.3243266E-1,4.582703E-1,-0E0,-2.9876015E-1,-0E0,-0E0,5.0077796E-1,-0E0,-3.249512E-1,-0E0,3.8656506E-1,-4.2522553E-1,-0E0,-0E0,3.6918816E-1,-3.447298E-1,-0E0,2.3616421E-1,-0E0,3.7839487E-1,-0E0,-0E0,5.193712E-1,-3.3634874E-1,-0E0,4.1448843E-1,-0E0,-0E0,-2.8361097E-1,-0E0,2.4192634E-1,5.403115E-1,-0E0,-3.5740897E-1,-0E0,4.4338185E-1,-0E0,2.4592817E-1,-0E0,4.3454966E-1,-0E0,-2.9077768E-1,-0E0,-0E0,4.7348696E-1,2.5052038E-1,-0E0,5.2397287E-1,-0E0,2.6116458E-1,-0E0,-0E0,4.3013337E-1,-0E0,2.6591906E-1,2.9377198E-1,-0E0,-0E0,3.1199247E-1,2.2989103E-1,-1.3545629E-2,-0E0,3.1723633E-1,-0E0,3.2913926E-1,-0E0,-1.2311658E-1,3.236957E-1,-0E0,-0E0,3.0748808E-1,-2.0022383E-1,-0E0,3.300337E-1,-0E0,-0E0,-2.6254338E-1,3.3410895E-1,-0E0,-0E0,-2.177919E-1,3.388452E-1,-0E0,-0E0,3.4140223E-1,-0E0,3.4346837E-1,-0E0,3.4715766E-1,-0E0,3.5159272E-1,3.5470596E-1,-0E0,-0E0,3.5712388E-1,-0E0,3.5932636E-1,-0E0,2.820747E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":13,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,-1,29,31,33,35,37,39,-1,41,43,45,47,49,51,-1,53,55,57,59,61,63,65,67,69,71,-1,73,75,-1,77,79,81,-1,83,-1,85,-1,87,-1,89,-1,91,-1,93,95,97,99,101,103,105,107,109,111,113,115,117,-1,-1,119,-1,121,-1,123,125,-1,127,129,-1,131,-1,-1,-1,133,135,-1,137,-1,-1,139,141,143,145,147,-1,149,151,-1,-1,153,155,157,159,-1,-1,161,163,-1,165,167,169,-1,-1,171,-1,-1,173,-1,-1,-1,175,-1,177,-1,-1,179,-1,181,-1,183,-1,185,-1,187,-1,189,191,-1,193,195,197,199,-1,201,-1,203,-1,205,207,-1,209,-1,-1,211,-1,213,-1,215,217,-1,-1,219,221,-1,223,-1,225,-1,-1,227,-1,229,231,-1,233,-1,235,-1,-1,237,239,-1,241,-1,-1,243,-1,245,-1,-1,247,-1,-1,249,-1,251,253,255,-1,257,259,-1,261,-1,-1,263,265,-1,-1,267,-1,269,-1,271,273,-1,275,-1,-1,277,-1,279,-1,281,-1,283,285,-1,-1,287,-1,-1,-1,289,-1,291,293,-1,-1,-1,-1,-1,-1,295,-1,297,-1,299,301,-1,-1,303,-1,305,307,-1,-1,309,-1,311,313,-1,-1,315,-1,317,-1,-1,319,-1,321,-1,-1,323,-1,325,327,-1,329,-1,-1,331,333,-1,335,-1,337,-1,339,-1,-1,-1,-1,-1,341,-1,343,-1,-1,345,-1,-1,-1,347,-1,349,351,-1,353,-1,355,-1,357,-1,359,-1,361,-1,363,-1,365,-1,-1,367,369,-1,-1,371,373,-1,-1,375,377,-1,379,-1,381,-1,383,-1,385,-1,-1,387,-1,389,-1,-1,391,-1,-1,393,-1,-1,-1,395,-1,-1,397,-1,-1,399,-1,401,403,-1,405,-1,407,-1,-1,409,-1,411,-1,-1,-1,-1,-1,413,415,-1,417,-1,419,-1,-1,-1,421,-1,-1,-1,423,-1,-1,425,-1,427,-1,429,-1,-1,431,-1,-1,433,435,-1,-1,-1,-1,-1,437,-1,-1,439,441,-1,443,-1,-1,445,-1,447,-1,449,451,-1,453,-1,455,-1,-1,-1,-1,457,-1,-1,-1,459,461,-1,-1,-1,-1,463,-1,465,-1,467,-1,-1,-1,-1,469,-1,471,-1,-1,-1,-1,473,475,-1,477,-1,-1,-1,-1,479,481,-1,483,-1,485,-1,487,-1,-1,-1,-1,-1,-1,489,491,-1,493,-1,495,-1,-1,-1,-1,497,499,501,-1,503,505,507,-1,509,-1,511,-1,513,515,-1,-1,-1,517,-1,519,-1,-1,521,523,-1,-1,-1,525,-1,-1,527,-1,529,-1,531,-1,533,535,-1,-1,537,-1,539,-1,-1],"loss_changes":[9.2861056E-1,4.573632E-1,4.7737217E-1,2.968922E-1,8.5604954E-1,1.765064E-1,4.3603733E-2,2.0218906E-1,2.828422E-1,8.1799254E-2,3.2970905E-1,3.5697722E-1,2.523949E-2,1.4110109E-1,0E0,1.7988554E-1,1.69972E-1,4.3345013E-1,2.2191949E-1,3.5852394E-1,9.640941E-2,0E0,2.1857584E-1,2.214363E-1,2.3967731E-1,5.760345E-3,6.264082E-2,1.4378493E-1,0E0,1.5120847E-2,1.8072821E-1,2.4472344E-1,4.351746E-2,2.5846058E-1,1.9679593E-1,3.092955E-1,2.7622175E-1,1.4137124E-2,2.6253036E-1,0E0,2.0292138E-1,2.6768374E-1,0E0,1.918909E-1,5.9476323E-2,1.6800809E-1,0E0,1.3528137E-2,0E0,1.386816E-1,0E0,1.8177757E-1,0E0,5.2514E-2,0E0,1.5565628E-1,0E0,1.788013E-1,2.6447266E-2,5.4928847E-3,3.5639074E-2,1.7827338E-1,9.642888E-3,2.951643E-1,6.83383E-2,9.5816836E-2,3.9175385E-1,1.4818704E-1,5.106476E-3,9.0626115E-3,0E0,0E0,1.8655014E-1,0E0,2.3119861E-1,0E0,1.5138507E-1,1.769529E-1,0E0,1.4743152E-1,6.5368265E-2,0E0,6.557989E-2,0E0,0E0,0E0,9.278284E-2,9.3414366E-2,0E0,8.505091E-2,0E0,0E0,1.760776E-1,1.6580375E-2,1.7415702E-1,9.584147E-2,1.5902737E-2,0E0,5.2485164E-2,4.0830776E-2,0E0,0E0,2.1536708E-1,4.630243E-2,2.7438628E-3,2.5363764E-1,0E0,0E0,1.1805553E-1,1.3135213E-1,0E0,1.0899201E-2,2.6440537E-1,1.5622282E-1,0E0,0E0,2.4084572E-2,0E0,0E0,1.0005194E-1,0E0,0E0,0E0,1.423006E-1,0E0,7.8115344E-2,0E0,0E0,1.06217325E-1,0E0,6.62941E-2,0E0,6.1676502E-2,0E0,1.05033636E-1,0E0,3.9388478E-2,0E0,2.8991029E-2,1.8541336E-2,0E0,5.6235615E-2,7.798981E-2,2.1199906E-1,5.0337613E-3,0E0,1.2281972E-1,0E0,9.686724E-2,0E0,1.0965228E-1,4.3756127E-2,0E0,1.5920913E-1,0E0,0E0,4.308297E-2,0E0,5.3947754E-3,0E0,1.9645822E-1,6.63065E-2,0E0,0E0,1.2534672E-1,3.797051E-2,0E0,2.4315679E-1,0E0,8.4736705E-2,0E0,0E0,4.1099854E-2,0E0,1.0684687E-1,1.0029936E-1,0E0,9.3901694E-2,0E0,8.845192E-2,0E0,0E0,9.1203064E-2,1.00488186E-1,0E0,3.6280423E-2,0E0,0E0,2.1677375E-2,0E0,2.058822E-2,0E0,0E0,9.204817E-2,0E0,0E0,1.0794443E-1,0E0,1.9027507E-1,5.8928644E-3,1.0876699E-1,0E0,1.3129058E-1,1.3149182E-1,0E0,9.407966E-2,0E0,0E0,2.84075E-2,1.5769577E-1,0E0,0E0,2.3243636E-2,0E0,8.201748E-3,0E0,1.67871E-1,5.8638215E-2,0E0,1.0488695E-1,0E0,0E0,4.7000635E-2,0E0,1.9991136E-1,0E0,1.1082995E-1,0E0,5.017575E-2,7.526827E-2,0E0,0E0,1.05884075E-1,0E0,0E0,0E0,1.0193685E-1,0E0,7.6593935E-2,3.2932997E-2,0E0,0E0,0E0,0E0,0E0,0E0,5.656153E-3,0E0,8.560991E-2,0E0,9.498815E-2,1.5050852E-1,0E0,0E0,4.1177273E-3,0E0,8.2685746E-2,4.115823E-2,0E0,0E0,1.20426536E-1,0E0,1.06271565E-1,3.447914E-2,0E0,0E0,1.491059E-1,0E0,2.3312971E-2,0E0,0E0,1.4376104E-1,0E0,6.08778E-2,0E0,0E0,1.0849613E-1,0E0,2.1758221E-2,9.0451956E-2,0E0,1.2874138E-1,0E0,0E0,6.339222E-2,7.1445465E-2,0E0,7.024956E-2,0E0,5.5924177E-2,0E0,2.487731E-2,0E0,0E0,0E0,0E0,0E0,9.020804E-2,0E0,1.2883183E-1,0E0,0E0,2.0579886E-1,0E0,0E0,0E0,6.98999E-2,0E0,1.1444747E-2,8.969703E-2,0E0,8.6446494E-2,0E0,1.7740697E-2,0E0,1.497016E-1,0E0,7.1621835E-3,0E0,1.5243542E-1,0E0,5.830562E-2,0E0,9.596217E-2,0E0,0E0,9.942569E-3,5.496764E-2,0E0,0E0,3.5263896E-2,6.462538E-2,0E0,0E0,4.1409373E-2,1.4907837E-2,0E0,1.9141972E-2,0E0,2.7377725E-2,0E0,6.70366E-2,0E0,2.2701383E-2,0E0,0E0,1.17839456E-1,0E0,1.6948074E-2,0E0,0E0,4.4840395E-2,0E0,0E0,1.6065747E-2,0E0,0E0,0E0,1.5243506E-1,0E0,0E0,1.2721741E-1,0E0,0E0,4.6872497E-2,0E0,7.05958E-2,8.833587E-3,0E0,9.112203E-2,0E0,3.3788204E-2,0E0,0E0,2.7618825E-2,0E0,1.315558E-2,0E0,0E0,0E0,0E0,0E0,3.9694905E-3,1.0682672E-2,0E0,2.5734723E-2,0E0,9.952116E-2,0E0,0E0,0E0,3.4190923E-2,0E0,0E0,0E0,1.2047291E-1,0E0,0E0,1.2979805E-1,0E0,3.3619344E-2,0E0,4.254645E-2,0E0,0E0,5.6705594E-2,0E0,0E0,2.4408817E-2,2.0503432E-2,0E0,0E0,0E0,0E0,0E0,1.155296E-2,0E0,0E0,1.6167134E-2,8.811879E-2,0E0,7.87465E-2,0E0,0E0,5.974078E-2,0E0,7.4460864E-2,0E0,2.278018E-2,4.309213E-2,0E0,4.032564E-2,0E0,6.575811E-2,0E0,0E0,0E0,0E0,3.086269E-3,0E0,0E0,0E0,6.1340332E-2,3.4377933E-2,0E0,0E0,0E0,0E0,5.5714726E-2,0E0,2.2889376E-2,0E0,3.1161904E-2,0E0,0E0,0E0,0E0,9.6022785E-3,0E0,6.818962E-2,0E0,0E0,0E0,0E0,5.7013392E-2,1.6100883E-2,0E0,8.68687E-2,0E0,0E0,0E0,0E0,6.1412334E-2,4.363501E-2,0E0,3.075248E-2,0E0,2.9703021E-2,0E0,5.9174776E-2,0E0,0E0,0E0,0E0,0E0,0E0,3.917849E-2,5.519986E-2,0E0,4.1219354E-2,0E0,6.811166E-2,0E0,0E0,0E0,0E0,4.3355465E-2,7.142019E-2,1.969066E-1,0E0,5.750227E-2,1.7344269E-1,4.9001224E-2,0E0,4.289961E-2,0E0,1.02318645E-1,0E0,6.001321E-2,9.170222E-2,0E0,0E0,0E0,6.454729E-2,0E0,2.825284E-2,0E0,0E0,7.8775585E-3,3.742051E-2,0E0,0E0,0E0,1.2555122E-2,0E0,0E0,1.2153387E-2,0E0,2.4548769E-2,0E0,2.8505325E-2,0E0,1.6608715E-2,8.912563E-3,0E0,0E0,7.185936E-3,0E0,1.027894E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,15,15,16,16,17,17,18,18,19,19,20,20,22,22,23,23,24,24,25,25,26,26,27,27,29,29,30,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38,40,40,41,41,43,43,44,44,45,45,47,47,49,49,51,51,53,53,55,55,57,57,58,58,59,59,60,60,61,61,62,62,63,63,64,64,65,65,66,66,67,67,68,68,69,69,72,72,74,74,76,76,77,77,79,79,80,80,82,82,86,86,87,87,89,89,92,92,93,93,94,94,95,95,96,96,98,98,99,99,102,102,103,103,104,104,105,105,108,108,109,109,111,111,112,112,113,113,116,116,119,119,123,123,125,125,128,128,130,130,132,132,134,134,136,136,138,138,139,139,141,141,142,142,143,143,144,144,146,146,148,148,150,150,151,151,153,153,156,156,158,158,160,160,161,161,164,164,165,165,167,167,169,169,172,172,174,174,175,175,177,177,179,179,182,182,183,183,185,185,188,188,190,190,193,193,196,196,198,198,199,199,200,200,202,202,203,203,205,205,208,208,209,209,212,212,214,214,216,216,217,217,219,219,222,222,224,224,226,226,228,228,229,229,232,232,236,236,238,238,239,239,246,246,248,248,250,250,251,251,254,254,256,256,257,257,260,260,262,262,263,263,266,266,268,268,271,271,273,273,276,276,278,278,279,279,281,281,284,284,285,285,287,287,289,289,291,291,297,297,299,299,302,302,306,306,308,308,309,309,311,311,313,313,315,315,317,317,319,319,321,321,323,323,326,326,327,327,330,330,331,331,334,334,335,335,337,337,339,339,341,341,343,343,346,346,348,348,351,351,354,354,358,358,361,361,364,364,366,366,367,367,369,369,371,371,374,374,376,376,382,382,383,383,385,385,387,387,391,391,395,395,398,398,400,400,402,402,405,405,408,408,409,409,415,415,418,418,419,419,421,421,424,424,426,426,428,428,429,429,431,431,433,433,438,438,442,442,443,443,448,448,450,450,452,452,457,457,459,459,464,464,465,465,467,467,472,472,473,473,475,475,477,477,479,479,486,486,487,487,489,489,491,491,496,496,497,497,498,498,500,500,501,501,502,502,504,504,506,506,508,508,509,509,513,513,515,515,518,518,519,519,523,523,526,526,528,528,530,530,532,532,533,533,536,536,538,538],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,-1,30,32,34,36,38,40,-1,42,44,46,48,50,52,-1,54,56,58,60,62,64,66,68,70,72,-1,74,76,-1,78,80,82,-1,84,-1,86,-1,88,-1,90,-1,92,-1,94,96,98,100,102,104,106,108,110,112,114,116,118,-1,-1,120,-1,122,-1,124,126,-1,128,130,-1,132,-1,-1,-1,134,136,-1,138,-1,-1,140,142,144,146,148,-1,150,152,-1,-1,154,156,158,160,-1,-1,162,164,-1,166,168,170,-1,-1,172,-1,-1,174,-1,-1,-1,176,-1,178,-1,-1,180,-1,182,-1,184,-1,186,-1,188,-1,190,192,-1,194,196,198,200,-1,202,-1,204,-1,206,208,-1,210,-1,-1,212,-1,214,-1,216,218,-1,-1,220,222,-1,224,-1,226,-1,-1,228,-1,230,232,-1,234,-1,236,-1,-1,238,240,-1,242,-1,-1,244,-1,246,-1,-1,248,-1,-1,250,-1,252,254,256,-1,258,260,-1,262,-1,-1,264,266,-1,-1,268,-1,270,-1,272,274,-1,276,-1,-1,278,-1,280,-1,282,-1,284,286,-1,-1,288,-1,-1,-1,290,-1,292,294,-1,-1,-1,-1,-1,-1,296,-1,298,-1,300,302,-1,-1,304,-1,306,308,-1,-1,310,-1,312,314,-1,-1,316,-1,318,-1,-1,320,-1,322,-1,-1,324,-1,326,328,-1,330,-1,-1,332,334,-1,336,-1,338,-1,340,-1,-1,-1,-1,-1,342,-1,344,-1,-1,346,-1,-1,-1,348,-1,350,352,-1,354,-1,356,-1,358,-1,360,-1,362,-1,364,-1,366,-1,-1,368,370,-1,-1,372,374,-1,-1,376,378,-1,380,-1,382,-1,384,-1,386,-1,-1,388,-1,390,-1,-1,392,-1,-1,394,-1,-1,-1,396,-1,-1,398,-1,-1,400,-1,402,404,-1,406,-1,408,-1,-1,410,-1,412,-1,-1,-1,-1,-1,414,416,-1,418,-1,420,-1,-1,-1,422,-1,-1,-1,424,-1,-1,426,-1,428,-1,430,-1,-1,432,-1,-1,434,436,-1,-1,-1,-1,-1,438,-1,-1,440,442,-1,444,-1,-1,446,-1,448,-1,450,452,-1,454,-1,456,-1,-1,-1,-1,458,-1,-1,-1,460,462,-1,-1,-1,-1,464,-1,466,-1,468,-1,-1,-1,-1,470,-1,472,-1,-1,-1,-1,474,476,-1,478,-1,-1,-1,-1,480,482,-1,484,-1,486,-1,488,-1,-1,-1,-1,-1,-1,490,492,-1,494,-1,496,-1,-1,-1,-1,498,500,502,-1,504,506,508,-1,510,-1,512,-1,514,516,-1,-1,-1,518,-1,520,-1,-1,522,524,-1,-1,-1,526,-1,-1,528,-1,530,-1,532,-1,534,536,-1,-1,538,-1,540,-1,-1],"split_conditions":[8.149414E-1,8.4277344E-1,2.2786215E2,2.3065267E0,8.606134E1,9.9316406E-1,1.07E2,8.031195E-1,6.228125E1,6.35E1,3.3625E1,9.727374E1,9.698486E-2,1.86875E2,-0E0,5.673828E-1,4.811537E0,9.555664E-1,3.6221297E0,6.034375E1,1.3977051E-1,-0E0,4.82698E0,9.119911E1,5.190503E0,2.944534E0,7.763672E-1,9.8876953E-1,-0E0,4.099121E-1,1.325E2,1.054375E2,3.0444336E-1,8.1884766E-1,9.946289E-1,7.425E1,2.4060552E0,4.5214844E-1,3.8134766E-1,-0E0,4.078125E1,7.6887417E-1,-0E0,1.263125E2,5.4875E1,5.9547573E-1,-0E0,3.975E1,-0E0,4.5166016E-2,-0E0,3.918457E-1,-0E0,1.145804E2,-0E0,3.965625E1,-0E0,1.2923647E0,7.6065735E1,7.4570984E1,9.8535156E-1,3.0796875E1,1.8750198E0,9.9609375E-1,4.246875E1,9.9609375E-1,4.659375E1,9.916992E-1,3.3203125E-2,9.892578E-1,-0E0,-0E0,9.614258E-1,-0E0,8.648682E-2,-0E0,9.980469E-1,1.13125E2,-0E0,4.0063477E-1,1.9321188E0,-0E0,1.3459376E1,8.306122E-2,-0E0,-0E0,5.05625E1,4.00625E1,-0E0,5.321875E1,-0E0,-0E0,1.4025E2,2.540756E0,4.641084E0,8.7102866E-1,8.230283E1,-0E0,4.3625E1,2.2296808E0,-0E0,-0E0,4.7766466E0,6.7822266E-1,8.6279297E-1,5.292969E-1,-0E0,-0E0,4.7998047E-1,4.25E1,-0E0,3.9916992E-1,5.965625E1,3.8452148E-1,-0E0,-0E0,3.5003662E-2,-9.240859E-2,-0E0,8.7102866E-1,-0E0,-0E0,-2.937812E-1,4.106902E0,-0E0,8.78125E1,-0E0,-0E0,5.131836E-1,-0E0,4.340625E1,-0E0,2.2357483E2,-0E0,9.2089844E-1,-0E0,7.7625E1,-0E0,6.713867E-2,2.1331787E-2,-0E0,1.13875E2,5.5908203E-1,1.0629205E0,7.558594E-1,-0E0,1.5329698E2,-0E0,4.6240234E-1,-0E0,1.0771259E2,1.049959E0,-0E0,9.45625E1,-0E0,-0E0,3.921875E1,-0E0,1.2481689E-2,-0E0,3.053125E1,9.946289E-1,-0E0,-0E0,6.0302734E-1,8.509232E1,-0E0,1.1949677E0,-0E0,8.14209E-2,-0E0,-0E0,1.5132338E2,-0E0,1.5067117E2,4.25E1,-0E0,6.5488174E1,-0E0,1.0952351E0,-0E0,-0E0,3.189087E-2,1.026875E2,-0E0,1.146875E2,-0E0,-0E0,1.4916992E-1,-0E0,6.0184324E-1,-0E0,-3.1200978E-1,4.7088623E-2,-0E0,-0E0,4.296875E1,-0E0,1.5875E2,1.6218437E0,1.1088684E2,-0E0,1.7275E2,1.10875E2,-0E0,5.0775063E1,-0E0,-0E0,9.873047E-1,3.384375E1,-0E0,-0E0,1.2069958E0,-0E0,9.873047E-1,-0E0,3.5467997E0,4.1508546E0,-0E0,3.25E1,-0E0,-0E0,6.713867E-2,-0E0,9.9902344E-1,-0E0,3.7567995E0,-0E0,3.6632307E0,4.0440974E0,-0E0,-0E0,9.9853516E-1,-0E0,-4.1455138E-1,-0E0,8.9146454E1,-0E0,9.8339844E-1,4.234314E-3,-0E0,-3.0683118E-1,-0E0,-0E0,4.0626028E-1,-0E0,2.8380184E1,-0E0,9.9853516E-1,-0E0,5.029297E-1,2.8839111E-2,-0E0,-0E0,7.3291016E-1,-0E0,4.961189E0,5.7800293E-2,-0E0,-0E0,2.4764154E0,-0E0,2.2419197E2,9.9902344E-1,-0E0,-0E0,9.980469E-1,-0E0,9.5654297E-1,-7.451003E-2,-0E0,1.2279255E2,-0E0,8.24375E1,-0E0,-0E0,5.0105524E0,-0E0,1.5350342E-2,5.3953815E0,-0E0,4.25E1,-0E0,-0E0,4.8140607E0,1.2668667E0,-0E0,9.9902344E-1,-0E0,9.6875E-1,-0E0,4.8150425E0,-0E0,-0E0,-4.9923033E-1,-0E0,2.0369667E-1,4.104004E-1,-0E0,9.8828125E-1,-0E0,-0E0,2.6901245E-2,-6.6042334E-2,-0E0,-0E0,3.4E1,-0E0,3.221875E1,1.89125E2,-0E0,6.6748047E-1,-0E0,4.9604406E0,-0E0,2.6954796E1,-0E0,1.9464404E2,-0E0,4.4978957E0,-0E0,1.4953613E-2,-0E0,2.545166E-2,-0E0,-0E0,9.975586E-1,4.669651E0,-0E0,-0E0,2.20875E2,3.9253235E-3,-0E0,-0E0,3.4875E1,8.5253906E-1,-0E0,9.9902344E-1,-0E0,9.857883E1,-0E0,8.6E1,-0E0,9.9072266E-1,-0E0,-0E0,7.6660156E-1,-0E0,6.4575195E-2,-0E0,-3.0813503E-1,9.970703E-1,-0E0,-0E0,2.2296808E0,-0E0,-2.2317338E-1,-0E0,4.9604406E0,2.0167373E-1,-0E0,1.07421875E-2,-0E0,-0E0,3.821875E1,-0E0,5.5480957E-2,9.84375E1,-0E0,3.5610359E0,-0E0,6.314517E1,-0E0,-0E0,7.34375E-1,-0E0,5.865176E-1,-0E0,-5.039847E-1,3.2018402E-1,-0E0,-0E0,9.8095703E-1,9.819336E-1,-0E0,6.8893433E-3,-0E0,1.008125E2,-0E0,-0E0,2.502644E-1,9.975586E-1,-0E0,3.253898E-1,-0E0,9.468079E-3,-0E0,-0E0,3.1015625E1,-0E0,4.390625E1,-0E0,1.3025E2,1.9145799E-1,-0E0,5.1061854E0,-0E0,-0E0,1.09248375E2,3.115625E1,-0E0,-0E0,4.5252174E-1,-2.8887486E-1,-0E0,3.1015625E1,-0E0,-0E0,2.162071E2,3.0421875E1,-0E0,3.368013E0,-0E0,-0E0,5.4041085E0,-0E0,4.1375E1,-0E0,3.0563354E-2,1.1433116E0,-0E0,7.9589844E-1,-0E0,7.223979E1,-0E0,-0E0,-2.145907E-1,-0E0,6.9384766E-1,3.1169567E-1,-0E0,-0E0,2.4263985E2,8.425E1,-0E0,-2.9876015E-1,-0E0,-0E0,1.1724517E0,-0E0,9.9365234E-1,-0E0,4.5349836E0,-4.2522553E-1,-0E0,-0E0,3.6918816E-1,7.339802E1,-0E0,1.2072754E-1,-0E0,3.7839487E-1,-0E0,-0E0,5.464748E0,9.794922E-1,-0E0,2.1842087E2,-0E0,-0E0,-2.8361097E-1,-0E0,9.980469E-1,9.921875E-1,-0E0,1.0150785E2,-0E0,1.9895706E1,-0E0,9.951172E-1,-0E0,4.3454966E-1,-0E0,-2.9077768E-1,-0E0,-0E0,3.314993E0,9.9072266E-1,-0E0,2.4379125E0,-0E0,3.1015625E1,-0E0,-0E0,4.3013337E-1,-0E0,4.349778E0,3.19375E1,9.4921875E-1,-0E0,1.9055176E-1,2.2158039E0,3.19375E1,-0E0,9.39375E1,-0E0,7.667854E1,-0E0,1.4205656E2,4.740607E0,-0E0,-0E0,3.0748808E-1,4.40625E1,-0E0,8.334961E-1,-0E0,-0E0,3.771875E1,2.2616587E0,-0E0,-0E0,-2.177919E-1,3.2073975E-2,-0E0,-0E0,3.5858154E-3,-0E0,3.5003662E-2,-0E0,1.1580858E1,-0E0,1.40875E2,4.0587383E1,-0E0,-0E0,1.3174154E0,-0E0,3.9886475E-2,-0E0,2.820747E-1],"split_indices":[13,12,7,0,5,15,11,0,10,10,11,5,18,9,0,16,2,15,0,11,18,0,0,4,3,3,12,13,0,12,9,10,12,18,15,10,2,16,15,0,9,1,0,11,11,2,0,8,0,19,0,12,0,5,0,9,0,2,5,4,16,8,1,14,11,15,11,16,18,14,0,0,18,0,13,0,19,10,0,14,0,0,7,0,0,0,9,11,0,11,0,0,11,3,1,2,4,0,10,0,0,0,0,14,18,14,0,0,13,9,0,12,8,12,0,0,19,0,0,2,0,0,0,1,0,9,0,0,19,0,10,0,7,0,18,0,9,0,12,17,0,9,15,3,14,0,6,0,12,0,5,3,0,11,0,0,11,0,19,0,8,17,0,0,13,4,0,2,0,13,0,0,6,0,4,9,0,7,0,1,0,0,16,10,0,9,0,0,14,0,3,0,0,16,0,0,9,0,9,2,7,0,10,10,0,5,0,0,19,11,0,0,2,0,18,0,3,2,0,11,0,0,12,0,15,0,3,0,0,0,0,0,18,0,0,0,5,0,16,19,0,0,0,0,0,0,4,0,15,0,13,16,0,0,12,0,1,16,0,0,3,0,6,15,0,0,19,0,19,0,0,5,0,11,0,0,3,0,17,2,0,9,0,0,1,3,0,17,0,17,0,3,0,0,0,0,0,13,0,16,0,0,19,0,0,0,8,0,8,11,0,14,0,2,0,7,0,6,0,1,0,18,0,19,0,0,15,3,0,0,10,17,0,0,10,12,0,14,0,4,0,10,0,17,0,0,13,0,12,0,0,18,0,0,0,0,0,0,2,0,0,17,0,0,9,0,16,9,0,0,0,4,0,0,13,0,1,0,0,0,0,0,17,16,0,18,0,10,0,0,0,14,0,0,0,17,0,0,10,0,11,0,9,0,0,1,0,0,5,8,0,0,0,0,0,10,0,0,6,8,0,1,0,0,3,0,9,0,16,3,0,12,0,4,0,0,0,0,12,0,0,0,7,8,0,0,0,0,3,0,18,0,1,0,0,0,0,4,0,15,0,0,0,0,0,16,0,6,0,0,0,0,19,18,0,5,0,7,0,18,0,0,0,0,0,0,1,16,0,0,0,10,0,0,0,0,3,8,14,0,15,2,8,0,10,0,7,0,7,2,0,0,0,9,0,12,0,0,10,0,0,0,0,19,0,0,18,0,19,0,7,0,9,4,0,0,2,0,19,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.1908E2,2.7133337E2,4.7746624E1,2.4065277E2,3.0680595E1,4.0273754E1,7.472872E0,1.2864316E2,1.1200961E2,1.8018122E1,1.2662473E1,3.07747E1,9.499053E0,4.2415752E0,3.2312965E0,1.2444685E1,1.1619847E2,6.404081E1,4.7968803E1,9.564597E0,8.453525E0,1.3809283E0,1.1281545E1,2.2341429E1,8.43327E0,2.0752838E0,7.423769E0,3.3715012E0,8.7007415E-1,6.067732E0,6.3769526E0,1.0556467E2,1.0633809E1,3.440345E1,2.9637358E1,2.454418E1,2.3424625E1,3.8776047E0,5.6869926E0,3.504632E0,4.9488926E0,1.02670555E1,1.0144888E0,7.953497E0,1.4387933E1,7.8265877E0,6.0668266E-1,1.4622891E0,6.129946E-1,6.8648596E0,5.589093E-1,3.129189E0,2.4231212E-1,4.110629E0,1.9571031E0,5.407187E0,9.6976566E-1,8.9381584E1,1.618308E1,6.346744E0,4.287065E0,2.7776964E1,6.6264873E0,1.5052174E1,1.4585184E1,9.728757E0,1.4815422E1,1.5633107E1,7.7915177E0,1.5266812E0,2.3509235E0,4.6835092E-1,5.2186418E0,8.937864E-1,4.055106E0,8.3807844E-1,9.428977E0,7.272631E0,6.808657E-1,5.6491427E0,8.73879E0,3.4386614E-1,7.4827213E0,1.2009467E0,2.6134244E-1,1.7555387E0,5.109321E0,2.5736902E0,5.554989E-1,3.6555543E0,4.550746E-1,4.1820934E-1,4.9889774E0,1.539742E1,7.398416E1,4.887499E0,1.1295582E1,1.2135459E0,5.1331983E0,3.9653966E0,3.216686E-1,1.0163267E0,2.6760637E1,3.8871458E0,2.7393415E0,1.2406052E1,2.6461227E0,2.9976E0,1.1587584E1,8.508988E0,1.219769E0,4.7654433E0,1.0049979E1,1.4683458E1,9.496493E-1,1.9539859E0,5.837532E0,1.1529036E0,3.737777E-1,4.7658453E0,4.5279628E-1,7.10377E-1,3.3447294E0,9.086615E0,3.4236267E-1,6.3869457E0,8.8568586E-1,6.587314E-1,4.9904113E0,3.208414E0,5.5303755E0,2.2416422E-1,7.2585573E0,1.2430164E0,3.8663046E0,1.7854467E-1,2.3951457E0,5.0656444E-1,3.14899E0,4.320018E0,6.6896E-1,9.965665E0,5.431755E0,6.493123E1,9.052932E0,1.1784344E0,3.7090647E0,3.0448453E0,8.250736E0,9.286185E-1,4.20458E0,3.6876621E0,2.7773443E-1,2.3422232E1,3.3384051E0,7.35824E-1,3.1513216E0,6.03773E-1,2.1355686E0,1.8031433E0,1.0602908E1,9.211781E0,2.375803E0,1.2235782E0,7.28541E0,3.2865372E0,1.478906E0,8.634837E0,1.415142E0,1.0345619E1,4.3378386E0,1.0723245E0,4.7652073E0,2.0226052E-1,4.563585E0,7.20093E0,1.8856847E0,4.4677114E0,1.9192339E0,3.5286603E0,1.4617511E0,1.6974753E0,3.8329003E0,7.01911E0,2.3944713E-1,2.8301046E0,1.0362002E0,2.4918999E-1,2.1459556E0,2.6120776E-1,2.887782E0,2.9942453E-1,4.020593E0,7.0500216E0,2.9156432E0,8.7841076E-1,4.5533442E0,5.840151E0,5.909108E1,2.0740788E0,6.978853E0,4.9123552E-1,3.2178292E0,5.517666E0,2.7330701E0,3.7516248E0,4.52955E-1,5.7276803E-1,3.1148942E0,2.098174E1,2.440492E0,4.2096385E-1,2.730358E0,2.61689E-1,1.8738796E0,3.630662E-1,1.0239841E1,8.347238E0,8.645435E-1,6.933696E0,3.517142E-1,6.4186656E-1,2.6446705E0,1.3785974E0,7.2562394E0,1.2687988E0,9.07682E0,2.2274058E-1,4.5424666E0,4.3245873E0,2.3899767E-1,2.536572E-1,6.947273E0,1.3892027E0,3.0785089E0,2.5576022E-1,3.2729E0,4.371716E-1,3.3957286E0,6.0178714E0,1.001239E0,2.476936E0,3.531683E-1,1.9555439E-1,1.9504012E0,1.7559023E-1,2.7121918E0,9.4068146E-1,6.10934E0,5.873323E-1,3.966012E0,5.6537113E1,2.553965E0,2.7711397E-1,1.7969649E0,4.005081E0,2.9737723E0,2.887373E0,3.304563E-1,7.770252E-1,4.7406406E0,2.9385525E-1,3.4577696E0,2.9304478E0,1.8444636E-1,1.9960084E0,1.8985731E1,2.949086E-1,2.4354491E0,1.2906965E0,5.83183E-1,8.150781E0,2.0890605E0,7.4562626E0,8.9097494E-1,2.4816342E-1,6.6855326E0,2.950218E-1,2.3496487E0,6.566283E0,6.8995595E-1,8.85045E0,2.2637135E-1,2.0554398E-1,4.3369226E0,4.011096E0,3.1349134E-1,6.7192044E0,2.280685E-1,3.0031633E0,2.697366E-1,2.9891534E0,4.0657535E-1,2.0663872E-1,5.8112326E0,1.6345431E-1,2.5487375E0,5.6137943E0,4.9554598E-1,3.4823036E0,4.8370832E-1,3.573455E0,5.2963657E1,1.5955757E0,2.0138913E-1,4.039769E-1,2.5697956E0,2.368464E-1,2.6505265E0,3.4510016E0,1.2896389E0,3.2725117E0,1.8525775E-1,2.7350748E0,1.9537294E-1,1.8725626E1,2.60106E-1,1.9679042E0,4.6754503E-1,7.7388797E0,4.1190144E-1,6.22357E0,1.2326926E0,6.425829E0,2.5970343E-1,1.774512E-1,2.1721976E0,6.3990297E0,1.6725373E-1,1.0303948E0,7.8200545E0,4.090611E0,2.4631175E-1,1.779002E-1,3.8331957E0,6.3656664E0,3.5353774E-1,2.830788E0,1.7237553E-1,2.7729669E0,2.1618636E-1,4.41589E0,1.1979042E0,3.2644382E0,2.1786533E-1,7.5890846E0,4.5374573E1,1.9322993E-1,2.3765657E0,4.0157965E-1,2.248947E0,3.1632059E0,2.8779575E-1,8.2588744E-1,2.4466243E0,2.5001064E-1,2.4850643E0,1.406474E0,1.731915E1,1.7848805E0,1.8302365E-1,7.0876207E0,6.512592E-1,5.292706E-1,5.694299E0,4.0505996E-1,6.020769E0,1.9474148E0,2.2478288E-1,5.971842E0,4.271877E-1,7.612615E0,2.074396E-1,1.716501E-1,3.918961E0,2.9811412E-1,3.5350816E0,4.3213332E-1,5.933533E0,2.6522965E0,1.7849141E-1,1.6601686E-1,2.60695E0,3.595798E0,8.20092E-1,2.9321337E0,3.3230463E-1,4.362467E1,1.7499046E0,1.7299037E-1,2.2035751E0,2.999162E0,1.6404408E-1,2.2035549E0,2.4306953E-1,1.6701199E1,6.1795247E-1,2.3942165E-1,6.848199E0,2.2010723E-1,5.474192E0,2.917414E-1,5.7290277E0,1.7639748E0,1.8343994E-1,5.667447E0,3.043949E-1,6.04122E-1,7.008493E0,3.7556152E0,1.6334574E-1,2.2411734E-1,3.3109643E0,2.438808E0,1.6814217E-1,3.4008365E0,1.9496173E-1,2.109631E-1,2.7211704E0,4.2572968E1,1.0517025E0,2.7804193E0,2.1874245E-1,1.0106543E0,1.5690545E1,2.2517036E-1,6.6230288E0,2.2211167E-1,5.2520804E0,5.477974E0,2.5105363E-1,5.3757305E0,2.9171675E-1,5.91024E0,1.098253E0,3.368608E-1,3.4187543E0,1.8333238E-1,3.217504E0,2.5393777E0,1.8179284E-1,5.432673E-1,4.20297E1,2.4149008E0,3.655187E-1,1.5456496E1,2.3404899E-1,3.9653865E-1,6.22649E0,2.1636419E-1,5.035716E0,1.801687E-1,5.2978053E0,5.212242E0,1.6348796E-1,5.7547146E-1,5.334769E0,3.0514193E0,1.6608481E-1,4.179613E1,2.3356767E-1,2.2472289E0,1.6767183E-1,2.664453E-1,5.9600444E0,4.8692327E0,1.6648372E-1,4.724326E0,5.734793E-1,2.8649598E-1,2.764923E0,8.257274E-1,4.0970406E1,5.6643105E0,2.957342E-1,4.381157E0,4.8807552E-1,4.5074983E0,2.168277E-1,4.064715E1,3.2325557E-1,5.438655E0,2.2565551E-1,4.207918E0,1.7323905E-1,4.8403636E-1,4.023462E0,4.0095325E1,5.518223E-1,3.3364685E0,6.8699354E-1,3.7663002E1,2.4323244E0,2.3728831E-1,3.09918E0,3.8925284E-1,3.727375E1,3.0952917E1,6.3208327E0,2.832728E0,2.812019E1,3.2132463E0,3.1075864E0,3.6698496E-1,2.7753204E1,3.0072626E-1,2.91252E0,3.3115342E-1,2.776433E0,2.7046297E1,7.069063E-1,3.752737E-1,2.5372462E0,2.2357821E0,5.406507E-1,2.684036E1,2.0593771E-1,2.0820189E-1,2.0275803E0,2.6430561E1,4.097985E-1,1.9187221E-1,1.8357081E0,2.6008892E1,4.2167044E-1,2.8789043E-1,2.5721E1,2.1149674E-1,2.5509504E1,3.4618458E-1,2.5163319E1,4.1276473E-1,2.4750555E1,2.444126E1,3.092954E-1,2.667024E-1,2.4174557E1,2.4590395E-1,2.3928654E1,2.3220216E-1,2.3696451E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"541","size_leaf_vector":"0"}},{"base_weights":[-2.4604982E-2,-1.6196993E-1,-6.2326198E-3,-0E0,-2.0279056E-1,3.8652045E-3,-1.4799874E-1,-2.8633554E-2,-3.2217294E-1,-2.8027603E-2,4.5808233E-2,2.982619E-3,-2.678604E-1,-0E0,-1.4772964E-1,-0E0,-3.483079E-1,-6.825074E-2,4.3297075E-2,-4.7639035E-2,7.646771E-2,-0E0,1.3061133E-1,-0E0,-3.2822338E-1,1.1879923E-1,-0E0,-0E0,-2.4176185E-1,-0E0,-3.642739E-1,-2.6838744E-2,-1.6988231E-1,-0E0,1.15047574E-1,4.566516E-2,-1.3401182E-1,9.192742E-2,-6.311035E-3,2.256477E-1,-0E0,-3.9629048E-1,-0E0,2.6713407E-1,-0E0,-0E0,-3.2462072E-1,-0E0,-3.904461E-1,-5.0453294E-2,4.3580197E-2,-0E0,-2.7442518E-1,-7.749747E-2,2.8471438E-2,1.8065768E-1,-0E0,1.08851686E-1,-0E0,-1.8805845E-1,-0E0,-0E0,1.0473201E-1,-0E0,-1.4266782E-1,3.2355508E-1,-0E0,-5.935446E-1,-6.118044E-3,-0E0,3.92789E-1,-4.0620655E-1,-0E0,-0E0,-4.215649E-1,-7.5872965E-2,-0E0,2.3615377E-1,-0E0,-0E0,-3.5699174E-2,-0E0,-3.627654E-1,-0E0,-1.5269364E-1,-0E0,1.6434966E-1,2.5537124E-1,-0E0,-0E0,-4.3775726E-2,1.7612502E-1,-0E0,-0E0,-2.2580084E-1,-0E0,-7.978983E-2,1.1644306E-1,-0E0,-2.3481196E-1,-0E0,4.000959E-1,-0E0,-0E0,-6.177504E-1,-0E0,-2.041737E-1,-0E0,3.2678673E-1,-0E0,-4.9528313E-1,-0E0,-4.2854828E-1,-9.5540024E-2,-0E0,4.757131E-2,-0E0,-0E0,3.2967877E-1,-0E0,4.962371E-2,-0E0,-7.7222876E-2,-0E0,-3.9804327E-1,-0E0,-2.3300624E-1,2.375817E-1,-0E0,-0E0,2.9925874E-1,-8.956527E-2,-0E0,-0E0,2.3242243E-1,-2.7342954E-1,-0E0,-0E0,5.9679855E-2,-0E0,-1.3436684E-1,-0E0,1.2462858E-1,-0E0,-4.2758785E-2,-0E0,-2.8849205E-1,-0E0,4.4516402E-1,-0E0,-5.081701E-1,-0E0,-2.7147335E-1,-0E0,-5.258307E-1,-0E0,-4.3424246E-1,-0E0,-1.3035406E-1,7.566855E-2,-0E0,1.0827919E-1,-0E0,-5.8105644E-2,-0E0,3.6824203E-1,-0E0,1.3133681E-1,-0E0,-0E0,-1.1547882E-1,-4.2492616E-1,-0E0,-3.1051075E-1,-0E0,-0E0,3.184876E-1,3.287695E-1,-0E0,-0E0,-1.06679514E-1,2.7471963E-1,-0E0,-2.8897852E-1,-0E0,-0E0,1.2819616E-1,-1.7341419E-1,-0E0,6.9683336E-2,2.227042E-1,-1.067226E-1,-0E0,-0E0,-3.3723846E-1,-0E0,4.900029E-1,-0E0,-2.9375252E-1,-4.2713535E-1,-0E0,-0E0,-3.7323707E-1,-0E0,-1.5317938E-1,-0E0,1.4513876E-1,-0E0,1.565262E-1,-1.2697971E-1,-0E0,-0E0,3.9511755E-1,2.4099809E-1,-0E0,-0E0,-1.3090178E-1,-0E0,-4.454299E-1,-0E0,-3.5293177E-1,-0E0,3.5253128E-1,-0E0,3.4924003E-1,-0E0,3.0189875E-1,-3.4545335E-1,-0E0,1.7978702E-1,-0E0,-1.475814E-1,-0E0,-0E0,1.0929614E-1,-0E0,2.723749E-1,-0E0,-1.459566E-1,-0E0,-3.7564486E-1,-0E0,3.9908496E-1,-3.226128E-1,-0E0,-1.682805E-1,-0E0,2.3052853E-1,-0E0,-0E0,2.0423058E-1,-1.8172199E-1,-0E0,-0E0,4.261358E-1,-0E0,2.7899235E-1,-1.5800276E-1,-0E0,-0E0,-4.864301E-1,-0E0,-3.938925E-1,3.8173905E-1,-0E0,-0E0,3.7538308E-1,-0E0,2.4859081E-1,-3.9386722E-1,-0E0,-0E0,2.0244241E-1,-1.3258898E-1,4.728731E-2,-0E0,1.5957652E-1,2.9151458E-1,-0E0,-0E0,-1.3123883E-1,-4.0999517E-1,-0E0,-0E0,-3.6797714E-1,-0E0,-1.7828687E-1,-0E0,2.0009926E-1,2.662824E-1,-0E0,-2.1260749E-1,-0E0,-0E0,3.5334057E-1,-0E0,3.234789E-1,-0E0,-1.4769769E-1,-5.1185215E-1,-0E0,-0E0,-4.163974E-1,4.1192806E-1,-0E0,-0E0,3.9440948E-1,-4.1386485E-1,-0E0,-0E0,2.4690457E-1,-0E0,-1.8661618E-1,-0E0,1.1559273E-1,5.5281837E-2,-1.29518835E-2,2.04874E-1,-0E0,3.1556776E-1,-0E0,-4.417675E-1,-0E0,-0E0,-3.001643E-1,-0E0,-1.9066477E-1,3.328529E-1,-0E0,-0E0,-2.3318502E-1,-0E0,2.7271283E-1,-5.260644E-1,-0E0,-0E0,-4.3908656E-1,3.340535E-1,-0E0,4.1211528E-1,-0E0,-4.319104E-1,-0E0,-0E0,2.0679297E-1,-0E0,-2.3508401E-1,-0E0,1.7625912E-1,-0E0,1.270158E-1,-8.7794006E-2,-0E0,2.2983955E-1,-0E0,-0E0,4.0833116E-1,-0E0,-3.56118E-1,-2.1142122E-1,-0E0,3.4894827E-1,-0E0,-2.5864992E-1,-0E0,-4.2213035E-1,-0E0,-0E0,-4.728757E-1,4.245627E-1,-0E0,-0E0,-4.4708747E-1,-2.8621575E-1,-0E0,-0E0,2.2489062E-1,1.7891905E-1,-0E0,-0E0,-1.7306021E-1,2.6298463E-1,-0E0,7.675786E-2,-0E0,-0E0,4.363442E-1,-0E0,-2.2750606E-1,-0E0,2.84594E-1,-2.6910624E-1,-0E0,-0E0,-3.8285735E-1,-0E0,4.4781098E-1,-4.6745646E-1,-0E0,-0E0,-3.4003556E-1,2.619811E-1,-0E0,-0E0,2.2565642E-1,-0E0,-2.3524815E-1,2.776532E-1,-0E0,-0E0,1.5930092E-1,-0E0,4.5403272E-1,-2.4302141E-1,-0E0,-0E0,-2.1576285E-1,-0E0,3.543051E-1,-0E0,-4.8247263E-1,-0E0,-3.7038872E-1,2.9761547E-1,-0E0,2.665608E-1,-0E0,-0E0,-2.9135618E-1,-0E0,3.0745515E-1,2.1264757E-1,-0E0,4.7084296E-1,-0E0,-0E0,-2.9462898E-1,-0E0,-5.07633E-1,-3.9561778E-1,-0E0,-0E0,3.2441252E-1,-0E0,3.0010042E-1,-0E0,-3.4771734E-1,3.248905E-1,-0E0,2.466134E-1,-0E0,4.8481137E-1,-0E0,-0E0,-3.0822363E-1,-0E0,-4.0449822E-1,-4.2373618E-1,-0E0,2.8785425E-1,-0E0,-0E0,3.2511687E-1,-0E0,-3.8256672E-1,-0E0,3.353483E-1,-0E0,2.6563513E-1,-0E0,5.101145E-1,-0E0,-3.1667268E-1,-3.4313142E-1,-0E0,3.4705344E-1,-0E0,-3.2336953E-1,-0E0,3.71916E-1,-0E0,-0E0,2.8050646E-1,-0E0,5.739163E-1,-0E0,-3.2394552E-1,-0E0,3.6875537E-1,3.8288915E-1,-0E0,-0E0,3.0285662E-1,-0E0,6.0766256E-1,-0E0,-3.3355415E-1,4.0253356E-1,-0E0,3.9132667E-1,-0E0,2.5276238E-1,-0E0,-0E0,4.8327488E-1,-3.44476E-1,-0E0,-0E0,4.2295256E-1,-0E0,4.0773544E-1,-3.596292E-1,-0E0,-0E0,3.4967262E-1,-0E0,4.2753756E-1,-2.8369823E-1,-0E0,-0E0,4.3744648E-1,-0E0,4.798814E-1,-0E0,4.983195E-1,-0E0,5.10665E-1,4.075251E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":14,"left_children":[1,3,5,-1,7,9,11,13,15,17,19,21,23,25,27,-1,29,31,33,35,37,-1,39,-1,41,43,-1,-1,45,-1,47,49,51,53,55,57,59,61,63,65,-1,67,-1,69,-1,-1,71,-1,73,75,77,79,81,83,85,87,89,91,-1,93,-1,95,97,-1,99,101,-1,103,105,-1,107,109,-1,-1,111,113,115,117,-1,119,121,-1,123,-1,125,-1,127,129,-1,-1,131,133,-1,-1,135,137,139,141,143,145,-1,147,-1,-1,149,-1,151,-1,-1,-1,153,-1,155,157,159,161,163,-1,165,-1,167,-1,169,-1,171,-1,173,175,-1,-1,177,179,-1,-1,181,183,-1,-1,185,-1,187,-1,189,-1,191,-1,193,-1,195,-1,-1,-1,197,-1,199,-1,201,-1,203,205,-1,207,-1,209,-1,211,-1,213,-1,-1,215,217,-1,219,-1,-1,221,223,-1,-1,-1,225,-1,227,-1,-1,229,231,-1,233,235,237,-1,-1,239,-1,241,-1,243,-1,-1,-1,-1,-1,245,-1,247,-1,249,251,-1,-1,253,255,-1,-1,257,-1,259,-1,261,-1,263,-1,265,-1,267,269,-1,271,-1,-1,-1,273,275,-1,277,-1,279,-1,281,-1,-1,283,-1,285,-1,287,-1,-1,289,291,-1,-1,293,-1,295,297,-1,-1,299,-1,301,303,-1,-1,305,-1,-1,307,-1,-1,309,311,313,315,317,319,-1,-1,-1,321,-1,-1,323,-1,325,-1,-1,327,-1,329,-1,-1,-1,-1,331,-1,-1,333,-1,-1,335,337,-1,-1,339,341,-1,-1,343,-1,345,-1,347,349,351,353,-1,355,-1,357,-1,-1,-1,-1,359,361,-1,-1,363,-1,-1,365,-1,-1,367,-1,-1,369,-1,371,-1,-1,-1,-1,373,-1,375,-1,377,379,-1,381,-1,383,385,-1,-1,387,-1,389,-1,391,-1,-1,-1,-1,393,395,-1,-1,397,399,-1,-1,401,403,-1,-1,405,407,-1,409,-1,-1,411,-1,413,-1,-1,415,-1,-1,-1,-1,417,419,-1,-1,421,423,-1,-1,425,-1,427,429,-1,-1,431,-1,433,435,-1,-1,-1,-1,-1,-1,437,-1,439,441,-1,443,-1,-1,445,-1,447,449,-1,451,-1,-1,453,-1,455,457,-1,-1,459,-1,461,-1,463,465,-1,467,-1,469,-1,-1,471,-1,-1,473,-1,-1,-1,-1,475,-1,477,-1,479,-1,481,-1,483,-1,485,-1,-1,487,-1,-1,-1,489,-1,-1,491,-1,493,-1,495,-1,497,499,-1,-1,501,-1,503,-1,505,507,-1,509,-1,-1,-1,-1,-1,511,-1,-1,513,-1,515,517,-1,-1,-1,-1,519,-1,-1,-1,521,-1,523,-1,525,-1,527,-1,-1],"loss_changes":[5.9025836E-1,2.8534943E-1,5.34077E-1,0E0,1.7396843E-1,3.5016742E-1,7.1220887E-1,1.6783956E-1,1.6435993E-1,3.9263216E-1,3.7690496E-1,1.04492165E-1,2.5150347E-1,6.961555E-2,1.967489E-1,0E0,7.5939536E-2,1.8305507E-1,1.8478273E-1,2.6956272E-1,2.129181E-1,0E0,1.3348252E-1,0E0,2.892878E-1,2.0019266E-1,0E0,0E0,2.0472738E-1,0E0,7.259178E-2,1.2783617E-1,2.1603894E-1,7.145043E-2,2.3224086E-1,4.0101267E-2,2.0254794E-1,1.6235769E-1,1.0809159E-1,1.5319456E-1,0E0,2.7764177E-1,0E0,2.0761833E-1,0E0,0E0,2.6516253E-1,0E0,5.701983E-2,1.2561856E-1,2.50295E-1,4.3446794E-3,3.323394E-1,1.2528068E-1,1.3830309E-1,3.8918987E-1,5.6520062E-3,7.009892E-2,0E0,1.8202323E-1,0E0,2.4843652E-2,1.8094003E-1,0E0,1.3278365E-1,1.7471784E-1,0E0,2.0473719E-2,1.6720313E-1,0E0,3.414601E-2,2.3559678E-1,0E0,0E0,2.0233393E-2,1.2603173E-1,1.7823888E-2,1.3194695E-1,0E0,1.3576533E-2,1.4701728E-2,0E0,1.3719225E-1,0E0,1.7611988E-1,0E0,1.2675889E-1,2.2169542E-1,0E0,0E0,1.5017301E-2,6.943135E-2,0E0,0E0,2.3585373E-1,1.1700493E-2,3.8146455E-2,1.4914668E-1,5.3448076E-3,1.0633084E-1,0E0,9.215248E-2,0E0,0E0,6.502724E-2,0E0,1.1104381E-1,0E0,0E0,0E0,9.2481494E-2,0E0,1.125896E-2,1.638819E-1,2.0584496E-2,6.3029826E-2,1.96619E-2,0E0,6.963503E-2,0E0,7.0983954E-2,0E0,2.0880733E-2,0E0,9.881306E-2,0E0,1.4203036E-1,1.5498218E-1,0E0,0E0,1.3924694E-1,2.132715E-2,0E0,0E0,5.0947964E-2,9.470904E-2,0E0,0E0,3.864816E-2,0E0,3.475803E-2,0E0,1.4583325E-1,0E0,2.5285866E-2,0E0,1.05567634E-1,0E0,5.284643E-2,0E0,0E0,0E0,2.7417034E-2,0E0,2.8218985E-2,0E0,6.4640045E-3,0E0,1.3837498E-1,3.7269257E-2,0E0,7.5316936E-2,0E0,6.3690335E-2,0E0,3.7496388E-2,0E0,1.3579226E-1,0E0,0E0,5.754847E-3,8.4566236E-2,0E0,1.2735856E-1,0E0,0E0,7.169205E-2,1.2176931E-1,0E0,0E0,0E0,3.4638956E-2,0E0,1.1230457E-1,0E0,0E0,4.2306896E-2,1.0360755E-2,0E0,2.5218827E-1,2.6162624E-1,2.2123687E-2,0E0,0E0,7.049191E-2,0E0,5.398035E-3,0E0,2.8012991E-2,0E0,0E0,0E0,0E0,0E0,1.0425633E-1,0E0,6.1427973E-2,0E0,6.566405E-2,7.5598404E-2,0E0,0E0,4.0858448E-2,5.4773927E-2,0E0,0E0,1.0415789E-2,0E0,6.85035E-2,0E0,1.05167985E-1,0E0,3.96446E-2,0E0,1.19182944E-1,0E0,1.3827622E-2,1.264615E-1,0E0,1.4999852E-2,0E0,0E0,0E0,1.6522051E-1,1.9816601E-1,0E0,1.8008852E-1,0E0,1.1118751E-2,0E0,5.583656E-2,0E0,0E0,4.210013E-2,0E0,8.946413E-2,0E0,1.7381474E-2,0E0,0E0,9.959464E-2,5.0679103E-2,0E0,0E0,2.7929306E-2,0E0,5.883062E-2,1.3184294E-2,0E0,0E0,7.593799E-2,0E0,5.316186E-2,1.3281345E-2,0E0,0E0,9.311664E-2,0E0,0E0,8.014703E-2,0E0,0E0,2.5364853E-2,1.152772E-1,6.1734334E-2,2.643088E-2,2.3810625E-1,1.6306782E-1,0E0,0E0,0E0,4.0195405E-2,0E0,0E0,2.9915571E-3,0E0,9.273887E-2,0E0,0E0,8.889541E-2,0E0,3.269705E-2,0E0,0E0,0E0,0E0,3.1497717E-2,0E0,0E0,4.2804718E-2,0E0,0E0,4.8284173E-2,4.32086E-3,0E0,0E0,9.849882E-2,6.041503E-2,0E0,0E0,6.3195527E-3,0E0,1.1095053E-1,0E0,8.237342E-2,7.9893686E-2,4.545142E-2,2.1534312E-1,0E0,2.0447886E-1,0E0,6.8898797E-3,0E0,0E0,0E0,0E0,7.0844054E-2,2.013117E-2,0E0,0E0,4.16604E-2,0E0,0E0,2.6217222E-2,0E0,0E0,5.3575337E-2,0E0,0E0,3.2791138E-2,0E0,5.392289E-2,0E0,0E0,0E0,0E0,1.0034615E-1,0E0,9.032029E-2,0E0,8.6858295E-2,1.0536422E-1,0E0,2.0330215E-1,0E0,2.4225108E-2,1.9633293E-1,0E0,0E0,5.0603032E-2,0E0,1.5868336E-2,0E0,3.844738E-3,0E0,0E0,0E0,0E0,1.7968059E-2,3.312826E-2,0E0,0E0,1.5657783E-2,1.445261E-1,0E0,0E0,6.555882E-2,9.564738E-2,0E0,0E0,1.08409554E-1,1.2506568E-1,0E0,6.914792E-2,0E0,0E0,1.1945939E-1,0E0,7.648325E-2,0E0,0E0,3.4035742E-3,0E0,0E0,0E0,0E0,6.177664E-3,3.5221577E-2,0E0,0E0,8.926231E-2,6.3963145E-2,0E0,0E0,9.117538E-2,0E0,1.0067162E-1,1.422745E-1,0E0,0E0,6.1665177E-2,0E0,1.15193605E-1,8.0422044E-2,0E0,0E0,0E0,0E0,0E0,0E0,4.4326425E-2,0E0,6.424123E-2,4.3487996E-2,0E0,6.2024713E-2,0E0,0E0,1.04499936E-1,0E0,1.2517309E-1,4.359466E-2,0E0,8.93538E-2,0E0,0E0,5.3046823E-2,0E0,9.450197E-3,6.3023925E-2,0E0,0E0,6.1392277E-2,0E0,5.3477883E-2,0E0,6.688294E-2,8.664763E-2,0E0,1.45688355E-2,0E0,7.754755E-2,0E0,0E0,5.512476E-2,0E0,0E0,3.347808E-2,0E0,0E0,0E0,0E0,3.5794467E-2,0E0,4.499942E-2,0E0,9.6282244E-2,0E0,1.1418387E-2,0E0,1.5997362E-1,0E0,4.2621493E-2,0E0,0E0,3.8513124E-2,0E0,0E0,0E0,6.888437E-2,0E0,0E0,1.5259683E-2,0E0,1.1657047E-1,0E0,3.9007545E-2,0E0,2.8918624E-2,6.1219692E-2,0E0,0E0,1.1922643E-2,0E0,4.821372E-2,0E0,2.5460124E-2,3.1062841E-2,0E0,6.0480833E-2,0E0,0E0,0E0,0E0,0E0,4.4481277E-2,0E0,0E0,1.1722863E-2,0E0,7.915163E-2,6.7442656E-3,0E0,0E0,0E0,0E0,6.5176964E-2,0E0,0E0,0E0,1.1603236E-1,0E0,1.0025573E-1,0E0,7.122588E-2,0E0,1.3604164E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,16,16,17,17,18,18,19,19,20,20,22,22,24,24,25,25,28,28,30,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38,39,39,41,41,43,43,46,46,48,48,49,49,50,50,51,51,52,52,53,53,54,54,55,55,56,56,57,57,59,59,61,61,62,62,64,64,65,65,67,67,68,68,70,70,71,71,74,74,75,75,76,76,77,77,79,79,80,80,82,82,84,84,86,86,87,87,90,90,91,91,94,94,95,95,96,96,97,97,98,98,99,99,101,101,104,104,106,106,110,110,112,112,113,113,114,114,115,115,116,116,118,118,120,120,122,122,124,124,126,126,127,127,130,130,131,131,134,134,135,135,138,138,140,140,142,142,144,144,146,146,148,148,152,152,154,154,156,156,158,158,159,159,161,161,163,163,165,165,167,167,170,170,171,171,173,173,176,176,177,177,181,181,183,183,186,186,187,187,189,189,190,190,191,191,194,194,196,196,198,198,204,204,206,206,208,208,209,209,212,212,213,213,216,216,218,218,220,220,222,222,224,224,226,226,227,227,229,229,233,233,234,234,236,236,238,238,240,240,243,243,245,245,247,247,250,250,251,251,254,254,256,256,257,257,260,260,262,262,263,263,266,266,269,269,272,272,273,273,274,274,275,275,276,276,277,277,281,281,284,284,286,286,289,289,291,291,296,296,299,299,302,302,303,303,306,306,307,307,310,310,312,312,314,314,315,315,316,316,317,317,319,319,321,321,326,326,327,327,330,330,333,333,336,336,339,339,341,341,346,346,348,348,350,350,351,351,353,353,355,355,356,356,359,359,361,361,363,363,368,368,369,369,372,372,373,373,376,376,377,377,380,380,381,381,383,383,386,386,388,388,391,391,396,396,397,397,400,400,401,401,404,404,406,406,407,407,410,410,412,412,413,413,420,420,422,422,423,423,425,425,428,428,430,430,431,431,433,433,436,436,438,438,439,439,442,442,444,444,446,446,447,447,449,449,451,451,454,454,457,457,462,462,464,464,466,466,468,468,470,470,472,472,475,475,479,479,482,482,484,484,486,486,488,488,489,489,492,492,494,494,496,496,497,497,499,499,505,505,508,508,510,510,511,511,516,516,520,520,522,522,524,524,526,526],"right_children":[2,4,6,-1,8,10,12,14,16,18,20,22,24,26,28,-1,30,32,34,36,38,-1,40,-1,42,44,-1,-1,46,-1,48,50,52,54,56,58,60,62,64,66,-1,68,-1,70,-1,-1,72,-1,74,76,78,80,82,84,86,88,90,92,-1,94,-1,96,98,-1,100,102,-1,104,106,-1,108,110,-1,-1,112,114,116,118,-1,120,122,-1,124,-1,126,-1,128,130,-1,-1,132,134,-1,-1,136,138,140,142,144,146,-1,148,-1,-1,150,-1,152,-1,-1,-1,154,-1,156,158,160,162,164,-1,166,-1,168,-1,170,-1,172,-1,174,176,-1,-1,178,180,-1,-1,182,184,-1,-1,186,-1,188,-1,190,-1,192,-1,194,-1,196,-1,-1,-1,198,-1,200,-1,202,-1,204,206,-1,208,-1,210,-1,212,-1,214,-1,-1,216,218,-1,220,-1,-1,222,224,-1,-1,-1,226,-1,228,-1,-1,230,232,-1,234,236,238,-1,-1,240,-1,242,-1,244,-1,-1,-1,-1,-1,246,-1,248,-1,250,252,-1,-1,254,256,-1,-1,258,-1,260,-1,262,-1,264,-1,266,-1,268,270,-1,272,-1,-1,-1,274,276,-1,278,-1,280,-1,282,-1,-1,284,-1,286,-1,288,-1,-1,290,292,-1,-1,294,-1,296,298,-1,-1,300,-1,302,304,-1,-1,306,-1,-1,308,-1,-1,310,312,314,316,318,320,-1,-1,-1,322,-1,-1,324,-1,326,-1,-1,328,-1,330,-1,-1,-1,-1,332,-1,-1,334,-1,-1,336,338,-1,-1,340,342,-1,-1,344,-1,346,-1,348,350,352,354,-1,356,-1,358,-1,-1,-1,-1,360,362,-1,-1,364,-1,-1,366,-1,-1,368,-1,-1,370,-1,372,-1,-1,-1,-1,374,-1,376,-1,378,380,-1,382,-1,384,386,-1,-1,388,-1,390,-1,392,-1,-1,-1,-1,394,396,-1,-1,398,400,-1,-1,402,404,-1,-1,406,408,-1,410,-1,-1,412,-1,414,-1,-1,416,-1,-1,-1,-1,418,420,-1,-1,422,424,-1,-1,426,-1,428,430,-1,-1,432,-1,434,436,-1,-1,-1,-1,-1,-1,438,-1,440,442,-1,444,-1,-1,446,-1,448,450,-1,452,-1,-1,454,-1,456,458,-1,-1,460,-1,462,-1,464,466,-1,468,-1,470,-1,-1,472,-1,-1,474,-1,-1,-1,-1,476,-1,478,-1,480,-1,482,-1,484,-1,486,-1,-1,488,-1,-1,-1,490,-1,-1,492,-1,494,-1,496,-1,498,500,-1,-1,502,-1,504,-1,506,508,-1,510,-1,-1,-1,-1,-1,512,-1,-1,514,-1,516,518,-1,-1,-1,-1,520,-1,-1,-1,522,-1,524,-1,526,-1,528,-1,-1],"split_conditions":[2.2949219E-1,5.9906006E-2,2.2524222E2,-0E0,6.118164E-1,6.6E1,6.90918E-2,4.2089844E-1,3.5858154E-3,7.9875E1,1.101268E0,1.0960071E2,1.7049073E0,7.392578E-1,3.2073975E-2,-0E0,3.153125E1,1.7560916E2,9.345703E-1,8.02452E-1,1.2051808E2,-0E0,3.202734E2,-0E0,4.0242968E0,1.5330899E2,-0E0,-0E0,6.870117E-1,-0E0,5.109437E1,1.7102667E2,5.652648E1,7.158203E-1,1.25813446E2,8.730469E-1,9.8779297E-1,5.218541E1,1.2191561E0,3.6259232E0,-0E0,8.564453E-1,-0E0,1.5515137E-1,-0E0,-0E0,2.0825E2,-0E0,3.1982422E-1,3.5614378E0,3.1763344E0,3.418406E0,6.365967E-2,6.820809E1,7.484461E1,9.84375E-1,1.7178474E2,1.8325E2,-0E0,5.4855347E-3,-0E0,1.9119091E0,1.66875E2,-0E0,9.926758E-1,9.0234375E-1,-0E0,6.124878E-2,9.3652344E-1,-0E0,1.4428937E2,2.8167725E-2,-0E0,-0E0,1.18628586E2,1.1278405E2,6.5488174E1,1.6072092E0,-0E0,4.909375E1,9.223938E-3,-0E0,4.7088623E-2,-0E0,8.71875E1,-0E0,9.767814E1,6.8893433E-3,-0E0,-0E0,1.3717899E2,1.1657715E-2,-0E0,-0E0,5.103357E0,5.2825928E-2,6.8625E1,1.2596837E2,2.1069336E-1,3.028125E1,-0E0,1.09436035E-1,-0E0,-0E0,2.0185528E0,-0E0,7.8108716E-1,-0E0,3.2678673E-1,-0E0,3.090625E1,-0E0,3.0171875E1,1.803358E0,1.6445607E0,9.60625E1,9.13125E1,-0E0,8.017578E-1,-0E0,4.641084E0,-0E0,3.4875E1,-0E0,2.1237613E2,-0E0,6.738281E-1,4.1375E1,-0E0,-0E0,9.892578E-1,9.663086E-1,-0E0,-0E0,1.0771259E2,2.0690811E2,-0E0,-0E0,8.907673E-1,-0E0,9.946289E-1,-0E0,7.9875E1,-0E0,9.8339844E-1,-0E0,6.149292E-3,-0E0,3.465625E1,-0E0,-5.081701E-1,-0E0,2.2780962E2,-0E0,5.8447266E-1,-0E0,4.95E1,-0E0,3.1015625E1,1.3558308E0,-0E0,1.2949408E2,-0E0,6.278125E1,-0E0,4.25E1,-0E0,3.9121456E0,-0E0,-0E0,6.1920166E-2,1.1757402E0,-0E0,3.178125E1,-0E0,-0E0,2.1636963E-2,4.042842E1,-0E0,-0E0,-1.06679514E-1,1.8005371E-1,-0E0,1.265625E2,-0E0,-0E0,1.911568E2,2.3716151E2,-0E0,6.713867E-2,5.7006836E-2,7.391666E1,-0E0,-0E0,2.9277802E-3,-0E0,3.269043E-1,-0E0,9.995117E-1,-4.2713535E-1,-0E0,-0E0,-3.7323707E-1,-0E0,1.6925914E2,-0E0,6.85E1,-0E0,1.3745117E-1,1.19656784E2,-0E0,-0E0,1.3598521E0,5.6933594E-1,-0E0,-0E0,3.2031472E0,-0E0,8.496094E-2,-0E0,8.94364E-1,-0E0,1.13125E2,-0E0,1.4428937E2,-0E0,2.1877121E2,9.0478516E-1,-0E0,3.6625E1,-0E0,-1.475814E-1,-0E0,2.0996094E-1,1.2296324E0,-0E0,2.3666476E2,-0E0,4.1381836E-2,-0E0,2.1960469E2,-0E0,3.9908496E-1,3.5003662E-2,-0E0,9.880066E-3,-0E0,9.95501E-1,-0E0,-0E0,9.116211E-1,3.6632307E0,-0E0,-0E0,4.753125E1,-0E0,1.563553E0,1.7744127E2,-0E0,-0E0,5.64375E1,-0E0,9.468079E-3,3.5914369E0,-0E0,-0E0,1.2298584E-2,-0E0,2.4859081E-1,2.20875E2,-0E0,-0E0,1.3919946E0,2.1331787E-2,4.221875E1,2.263818E0,6.775E1,9.3066406E-1,-0E0,-0E0,-1.3123883E-1,9.0125E1,-0E0,-0E0,2.0885065E0,-0E0,3.25E1,-0E0,2.0009926E-1,6.3378906E-1,-0E0,4.0587383E1,-0E0,-0E0,3.5334057E-1,-0E0,6.8893433E-3,-0E0,-1.4769769E-1,5.225803E0,-0E0,-0E0,8.706953E-1,5.4041085E0,-0E0,-0E0,2.1713524E2,2.1321727E2,-0E0,-0E0,7.525E1,-0E0,3.509375E1,-0E0,3.315625E1,8.123123E1,1.12659454E2,5.103357E0,-0E0,2.8051758E-1,-0E0,1.6709415E2,-0E0,-0E0,-3.001643E-1,-0E0,9.8535156E-1,4.828125E1,-0E0,-0E0,5.225803E0,-0E0,2.7271283E-1,9.921875E-1,-0E0,-0E0,9.079934E-1,3.340535E-1,-0E0,9.946289E-1,-0E0,2.9614258E-1,-0E0,-0E0,2.0679297E-1,-0E0,6.53125E1,-0E0,2.9614258E-1,-0E0,1.9178845E2,6.4697266E-2,-0E0,9.614258E-1,-0E0,4.9829102E-1,6.70625E1,-0E0,-3.56118E-1,1.2481689E-2,-0E0,7.086182E-2,-0E0,5.5593286E0,-0E0,-4.2213035E-1,-0E0,-0E0,3.61875E1,5.0964355E-2,-0E0,-0E0,4.2346306E0,9.2259157E-1,-0E0,-0E0,9.0234375E-1,3.0419922E-1,-0E0,-0E0,3.25E1,5.1476407E0,-0E0,8.758545E-2,-0E0,-0E0,5.1800232E1,-0E0,7.29375E1,-0E0,2.84594E-1,6.7803276E-1,-0E0,-0E0,-3.8285735E-1,-0E0,3.028125E1,1.0960995E2,-0E0,-0E0,1.2010341E0,5.044366E0,-0E0,-0E0,2.3292801E2,-0E0,3.48125E1,8.276367E-2,-0E0,-0E0,2.048185E2,-0E0,1.5875E2,1.23291016E-1,-0E0,-0E0,-2.1576285E-1,-0E0,3.543051E-1,-0E0,3.8125E1,-0E0,1.4637315E2,8.7102866E-1,-0E0,1.9195557E-2,-0E0,-0E0,1.1779785E-1,-0E0,6.96875E1,1.6456529E2,-0E0,9.995117E-1,-0E0,-0E0,3.25E1,-0E0,1.9384766E-1,9.9853516E-1,-0E0,-0E0,2.0229216E2,-0E0,8.282471E-2,-0E0,3.25E1,6.544696E1,-0E0,1.4589845E2,-0E0,6.1983948E1,-0E0,-0E0,7.6026917E-3,-0E0,-4.0449822E-1,9.9658203E-1,-0E0,2.8785425E-1,-0E0,-0E0,1.4110995E2,-0E0,1.39625E2,-0E0,3.7905436E0,-0E0,6.124878E-2,-0E0,1.5574919E2,-0E0,7.512394E-1,-3.4313142E-1,-0E0,3.3625E1,-0E0,-3.2336953E-1,-0E0,5.48296E0,-0E0,-0E0,7.159618E1,-0E0,4.909668E-1,-0E0,5.9906006E-2,-0E0,4.7766466E0,1.6333017E2,-0E0,-0E0,8.825E1,-0E0,3.153125E1,-0E0,9.741211E-1,6.9625E1,-0E0,6.713867E-2,-0E0,2.5276238E-1,-0E0,-0E0,4.8327488E-1,9.9902344E-1,-0E0,-0E0,5.083008E-1,-0E0,1.3242401E0,5.562303E0,-0E0,-0E0,3.4967262E-1,-0E0,3.128125E1,-2.8369823E-1,-0E0,-0E0,1.4174029E0,-0E0,2.8839111E-2,-0E0,6.66875E1,-0E0,4.9616556E0,4.075251E-1,-0E0],"split_indices":[14,14,6,0,13,9,17,17,18,10,3,5,3,16,19,0,10,6,14,1,5,0,6,0,0,7,0,0,15,0,4,6,7,17,4,12,14,4,1,1,0,17,0,16,0,0,10,0,15,3,2,3,17,5,5,19,6,10,0,19,0,3,9,0,14,18,0,13,17,0,6,18,0,0,6,7,7,2,0,10,19,0,16,0,10,0,5,18,0,0,7,19,0,0,0,19,9,6,13,10,0,13,0,0,3,0,0,0,0,0,8,0,8,0,1,11,11,0,12,0,1,0,11,0,6,0,19,9,0,0,16,14,0,0,5,4,0,0,2,0,19,0,11,0,16,0,19,0,8,0,0,0,6,0,13,0,9,0,8,2,0,6,0,9,0,9,0,2,0,0,12,1,0,11,0,0,16,7,0,0,0,15,0,9,0,0,6,7,0,18,17,4,0,0,17,0,15,0,17,0,0,0,0,0,6,0,10,0,12,7,0,0,1,15,0,0,1,0,13,0,0,0,11,0,6,0,7,18,0,11,0,0,0,12,1,0,4,0,16,0,6,0,0,19,0,16,0,3,0,0,18,0,0,0,10,0,1,6,0,0,8,0,17,0,0,0,17,0,0,10,0,0,3,17,10,2,11,13,0,0,0,10,0,0,3,0,11,0,0,13,0,4,0,0,0,0,18,0,0,1,0,0,3,3,0,0,6,6,0,0,9,0,11,0,8,4,4,0,0,16,0,6,0,0,0,0,17,8,0,0,1,0,0,19,0,0,2,0,0,18,0,14,0,0,0,0,8,0,15,0,6,16,0,18,0,19,9,0,0,19,0,13,0,2,0,0,0,0,11,16,0,0,0,2,0,0,19,15,0,0,11,2,0,12,0,0,7,0,10,0,0,2,0,0,0,0,8,7,0,0,3,1,0,0,7,0,8,13,0,0,6,0,9,19,0,0,0,0,0,0,11,0,4,2,0,17,0,0,18,0,8,4,0,17,0,0,10,0,15,17,0,0,6,0,18,0,10,5,0,6,0,5,0,0,17,0,0,16,0,0,0,0,4,0,9,0,0,0,13,0,6,0,2,0,0,11,0,0,0,3,0,0,5,0,14,0,15,0,0,4,0,0,10,0,10,0,17,9,0,12,0,0,0,0,0,15,0,0,14,0,0,0,0,0,0,0,10,0,0,0,2,0,16,0,9,0,3,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.0023306E2,2.853646E1,2.716966E2,3.5744646E0,2.4961998E1,2.4749998E2,2.419662E1,1.3810857E1,1.115114E1,1.27145E2,1.20354996E2,7.231817E0,1.6964806E1,6.0826507E0,7.7282057E0,3.2808736E-1,1.0823053E1,9.02762E1,3.6868793E1,2.1606651E1,9.8748344E1,1.6025604E0,5.6292567E0,3.498584E0,1.3466221E1,4.432636E0,1.6500152E0,1.7897216E0,5.938484E0,3.9853457E-1,1.0424519E1,7.158062E1,1.869558E1,1.811549E1,1.8753304E1,4.9343014E0,1.667235E1,9.334114E1,5.407199E0,4.1751385E0,1.4541184E0,1.0922611E1,2.5436099E0,3.2809126E0,1.1517231E0,9.245659E-1,5.0139184E0,9.3931353E-1,9.485205E0,6.4345314E1,7.2353096E0,8.970753E0,9.724827E0,1.0270442E1,7.8450484E0,1.4423967E1,4.3293357E0,3.840856E0,1.0934453E0,1.3947473E1,2.7248766E0,6.741643E0,8.65995E1,5.8508414E-1,4.8221145E0,3.2371855E0,9.3795276E-1,5.379422E0,5.543189E0,6.8643105E-1,2.5944815E0,4.628438E0,3.8548037E-1,1.0989085E0,8.386296E0,4.999494E1,1.435037E1,4.2515297E0,2.9837797E0,6.06164E0,2.909113E0,1.8481294E0,7.8766975E0,2.622744E0,7.647698E0,2.9743183E0,4.8707304E0,1.29366865E1,1.4872807E0,1.8799208E0,2.449415E0,3.4178684E0,4.2298767E-1,8.560559E-1,1.3091417E1,3.3393464E0,3.4022965E0,8.330541E1,3.2940862E0,3.8729627E0,9.491519E-1,3.035528E0,2.0165752E-1,3.980781E-1,4.981344E0,2.0268352E0,3.5163536E0,1.7995769E-1,2.4145238E0,7.183912E-1,3.9100468E0,1.770799E-1,8.209217E0,4.515305E1,4.8418937E0,7.3761187E0,6.9742513E0,1.099491E0,3.1520388E0,1.0483553E0,5.013284E0,2.1521454E-1,2.6938984E0,5.531226E-1,7.3235745E0,1.404772E0,6.242926E0,4.315774E0,5.5495644E-1,1.1765997E0,1.1760087E1,2.0765977E0,3.728172E-1,3.8282436E-1,3.035044E0,1.1923486E1,1.1679313E0,5.54246E-1,2.7851002E0,4.133997E-1,2.9888968E0,1.0446875E0,8.226073E1,8.707328E-1,2.4233534E0,1.9837274E-1,3.67459E0,2.1461639E-1,2.8209116E0,3.999901E-1,4.581354E0,2.3777136E-1,3.2785823E0,1.630353E-1,3.7470114E0,1.672015E-1,8.042015E0,1.1484503E1,3.3668545E1,3.0950868E0,1.746807E0,6.3962016E0,9.799168E-1,5.3235636E0,1.6506876E0,2.9407127E0,2.1132626E-1,4.402239E0,6.110454E-1,1.9981745E-1,2.4940808E0,6.9122252E0,4.1134965E-1,4.7699933E0,1.4729325E0,6.080394E-1,3.7077343E0,1.0946161E1,8.13925E-1,3.3147663E-1,1.7451211E0,2.7053652E0,3.296789E-1,1.1756643E1,1.6684207E-1,2.2146031E-1,2.5636399E0,2.7504182E0,2.3847868E-1,5.9806557E1,2.245417E1,2.1893277E0,2.3402564E-1,1.9138502E-1,3.483205E0,3.5986885E-1,2.4610426E0,2.336958E-1,3.0448864E0,3.5100186E0,2.369928E-1,1.4791015E0,6.5629134E0,3.5269024E0,3.0141644E1,8.4868073E-1,2.246406E0,5.2200633E-1,5.8741956E0,4.6695004E0,6.540633E-1,2.1196896E-1,2.7287438E0,3.2939472E0,1.1082919E0,3.281194E-1,2.1659615E0,2.4045935E-1,6.671766E0,1.6826804E-1,4.6017256E0,1.9656911E-1,3.5111654E0,3.0412945E-1,1.0642033E1,1.7111042E-1,2.5342548E0,9.017835E0,2.7388089E0,2.3665185E0,1.9712141E-1,2.519864E0,2.3055431E-1,1.4681332E1,4.5125225E1,4.082029E0,1.837214E1,2.1298467E-1,1.9763432E0,2.7330238E-1,3.2099025E0,2.2460583E-1,2.2364368E0,2.70817E0,3.3671644E-1,2.8570557E1,1.5710859E0,1.7445256E0,5.018805E-1,1.0557106E0,4.818485E0,4.313349E0,3.5615155E-1,2.2792988E-1,2.5008137E0,2.592833E-1,3.034664E0,1.7470685E0,4.1889292E-1,8.6852044E-1,5.803245E0,3.28042E-1,4.2736835E0,3.1928911E0,3.182741E-1,6.521071E-1,9.989925E0,1.754591E-1,2.3587956E0,7.6369815E0,1.3808533E0,2.3968323E-1,2.1268353E0,7.9826493E0,6.6986823E0,1.6440126E1,2.8685099E1,1.809452E1,2.7761972E-1,2.2011743E-1,1.7562257E0,2.9464674E0,2.634353E-1,4.3133566E-1,2.2768342E0,3.5704368E-1,2.8213512E1,1.679405E-1,1.5765852E0,4.0331554E0,7.853295E-1,4.1376266E0,1.7572242E-1,2.0926762E-1,2.291546E0,3.4313357E-1,2.6915302E0,3.148215E-1,1.432247E0,5.482519E0,3.207263E-1,1.9545063E-1,4.078233E0,2.7497141E0,4.4317713E-1,3.890675E-1,9.600858E0,7.337552E0,2.994293E-1,4.448115E-1,1.6820239E0,8.905095E-1,7.0921397E0,1.3737239E0,5.3249583E0,7.638016E0,8.80211E0,2.2879002E1,5.806098E0,1.7005442E1,1.0890807E0,2.6745107E0,2.7195662E-1,2.1763362E-1,2.0592008E0,1.0560676E0,2.7157446E1,3.2035906E0,8.295647E-1,1.8106277E-1,3.9565637E0,2.0193817E-1,2.489592E0,5.318309E0,1.6421016E-1,2.1048227E-1,3.8677506E0,2.5299456E0,2.1976843E-1,9.331525E0,2.6933262E-1,7.020175E0,3.1737724E-1,1.9961679E-1,1.4824071E0,8.0023223E-1,6.2919073E0,6.682577E-1,4.6567006E0,1.6442437E0,5.9937725E0,5.5992675E0,3.2028425E0,2.2152353E1,7.2664845E-1,5.823845E0,1.1181596E1,1.6934158E-1,2.5051692E0,2.357835E1,3.579096E0,3.03514E0,1.6845082E-1,3.744964E0,2.116E-1,5.08708E0,2.3122899E-1,3.6230028E-1,3.5054502E0,8.945406E0,3.8611874E-1,2.3213446E-1,6.7880406E0,5.3068924E0,9.850152E-1,2.0324531E-1,4.4534554E0,5.485951E0,5.078219E-1,1.0115576E0,4.58771E0,1.9741783E1,2.4105706E0,3.6116865E0,2.2121587E0,4.2057535E-1,1.0761021E1,2.3066888E0,2.127166E1,1.8248975E-1,2.8526502E0,3.4745824E0,2.7038142E-1,2.1328886E-1,3.2921615E0,7.900669E-1,8.155339E0,6.238394E0,5.496467E-1,4.4275796E-1,4.8641343E0,4.105346E0,3.481093E-1,3.4445083E-1,5.1415E0,3.7542802E-1,4.2122817E0,1.9281822E1,4.5996132E-1,4.3221977E-1,3.1794667E0,2.8084797E-1,1.0480172E1,1.9875465E1,1.3961961E0,1.6848229E-1,3.3061001E0,2.1322925E-1,7.94211E0,2.616065E-1,5.9767876E0,1.9249429E-1,4.67164E0,3.7906804E0,3.146656E-1,4.826113E0,3.1538674E-1,4.54254E-1,3.7580278E0,2.1439903E0,1.713783E1,2.9286082E0,2.5085863E-1,1.0229739E1,2.504333E-1,5.5863786E0,1.4289086E1,4.5410767E-1,5.52268E0,4.4435186E0,2.2812134E-1,2.663469E-1,3.5243337E0,4.352782E-1,4.390835E0,4.041911E-1,3.3538368E0,1.6481419E1,6.564132E-1,2.766012E0,1.6259617E-1,1.0000515E1,2.2922373E-1,7.1744174E-1,1.3571645E1,2.1661438E-1,5.3060656E0,4.160207E0,2.8331205E-1,3.0605764E0,4.6375707E-1,2.1776822E-1,4.1730666E0,2.1315648E-1,3.1406803E0,2.7212858E-1,1.620929E1,2.4453269E-1,2.5214794E0,7.178637E-1,9.282652E0,1.9116466E-1,1.338048E1,3.996782E0,1.6342445E-1,3.8981688E0,2.7489787E-1,2.8620045E0,2.786758E-1,1.3781101E1,2.4281878E0,1.667639E-1,2.3547153E0,1.5684781E0,7.7141733E0,2.1011385E-1,1.3170365E1,2.1922182E-1,3.6789472E0,1.3444139E1,3.3696243E-1,2.3942739E-1,2.115288E0,5.7131463E-1,7.142859E0,4.256492E-1,1.2744717E1,3.1855025E0,4.934445E-1,1.3249084E1,1.9505388E-1,1.8978615E0,2.1742645E-1,1.6566946E-1,6.9771895E0,1.213272E1,6.119969E-1,1.7361969E-1,3.0118828E0,7.2056097E-1,1.2528524E1,1.1434501E1,6.9821876E-1,3.2754937E-1,2.6843336E0,7.4590385E-1,1.178262E1,1.1218814E1,2.1568745E-1,2.0954205E-1,1.1573078E1,1.5369288E0,1.0036149E1,3.615302E-1,9.674619E0,2.1287662E-1,9.461742E0,9.066575E0,3.9516795E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"529","size_leaf_vector":"0"}},{"base_weights":[-2.0011093E-2,-2.0837429E-1,-4.853545E-3,-0E0,-3.2218367E-1,2.7698526E-2,-4.176617E-2,-0E0,-4.376112E-1,7.27687E-2,-2.880571E-4,1.1440192E-3,-8.48627E-2,-4.576074E-1,-0E0,1.3617535E-1,-0E0,-8.184129E-2,9.545365E-3,5.025167E-2,-4.3119714E-2,-2.7784565E-1,-4.2193327E-2,-4.7722268E-1,-0E0,-0E0,2.1946989E-1,-0E0,1.774689E-1,-1.7802435E-1,-0E0,7.0003934E-2,-1.009297E-2,1.649167E-1,-0E0,-1.09752536E-1,-0E0,-0E0,-4.4301763E-1,-9.1080554E-2,-0E0,-3.9627495E-1,-0E0,2.4341625E-1,-0E0,-6.849399E-2,1.5839148E-2,-0E0,2.6528308E-1,-0E0,-2.1874753E-1,1.07552834E-1,-1.0680365E-2,1.2480158E-1,-0E0,-8.487516E-2,7.1958154E-2,-0E0,2.160649E-1,2.455943E-2,-1.2317584E-1,-1.5147145E-1,-0E0,-0E0,3.751966E-2,-0E0,-4.7288558E-1,-0E0,-1.1996082E-1,9.163716E-2,-3.9404444E-2,-0E0,2.6618728E-1,-0E0,-2.1029446E-1,1.215192E-1,-0E0,3.163292E-1,-0E0,-0E0,-2.7931416E-1,-0E0,1.8571194E-1,-0E0,-1.0926776E-1,2.0142585E-1,-0E0,-3.2790113E-2,-0E0,-1.2302726E-1,-0E0,1.4842007E-1,-0E0,-0E0,2.7140847E-1,7.2307795E-2,-0E0,-0E0,-1.8890417E-1,-0E0,-2.1365082E-1,9.696195E-2,-0E0,-0E0,-5.3018504E-1,-0E0,6.371336E-2,-1.4847611E-1,-0E0,1.7513755E-1,-0E0,-0E0,-1.17826834E-1,3.2319027E-1,-0E0,4.4485975E-2,-0E0,-2.580549E-1,-0E0,1.9567604E-1,-0E0,-0E0,-4.3297872E-2,-0E0,3.7154502E-1,-0E0,-3.267433E-1,2.4460225E-1,-0E0,-2.1153939E-1,-0E0,-0E0,2.6177546E-1,-9.569599E-2,-0E0,-0E0,-1.5768056E-1,2.4031177E-1,-0E0,3.1253672E-1,-0E0,-0E0,1.0624976E-1,-0E0,-2.4227469E-1,-0E0,-2.9939687E-1,-0E0,1.5835205E-1,-5.521898E-1,-0E0,-0E0,1.5472612E-1,-1.6983171E-1,-0E0,-0E0,2.3526539E-1,-5.0770454E-2,-0E0,-0E0,1.5168019E-1,-2.1593027E-1,-0E0,-0E0,3.862347E-1,-0E0,1.23056285E-1,-9.31862E-2,-0E0,-0E0,-3.0375051E-1,2.5053078E-1,-0E0,-0E0,-1.4270602E-1,2.9903486E-1,-0E0,-3.674939E-1,-0E0,-0E0,2.3459907E-1,-0E0,-2.5475645E-1,3.1756106E-1,-0E0,-0E0,-1.3003884E-1,-0E0,-1.953581E-1,3.208083E-1,-0E0,3.4263703E-1,-0E0,-0E0,1.4213035E-1,-0E0,-2.8975326E-1,-3.2717887E-1,-0E0,1.6990949E-1,-0E0,-0E0,-4.3893638E-1,-0E0,2.0434184E-1,-2.0229374E-1,-0E0,-0E0,2.7807248E-1,-0E0,-7.839785E-2,1.6380835E-1,-0E0,-0E0,-3.1217045E-1,4.2002332E-1,-0E0,-0E0,1.7739046E-1,-1.530262E-1,-0E0,-0E0,-3.339894E-1,2.9742864E-1,-0E0,-2.1224909E-1,-0E0,-0E0,-3.9808828E-1,-0E0,-2.9872847E-1,-0E0,3.6205694E-1,-0E0,-1.6750416E-1,-0E0,-2.3690468E-1,3.578221E-1,-0E0,-0E0,3.6812517E-1,1.7690504E-1,-0E0,-0E0,-3.2519397E-1,-0E0,-3.4835428E-1,1.7855604E-1,-0E0,-0E0,2.3426387E-1,-0E0,-2.2585887E-1,-0E0,3.233883E-1,-0E0,-7.4514076E-2,-3.582917E-1,-0E0,4.543347E-1,-0E0,-0E0,2.1800536E-1,-0E0,-2.0917611E-1,-3.6858347E-1,-0E0,-0E0,3.458743E-1,-0E0,-2.496453E-1,-4.1106832E-1,-0E0,-2.55753E-1,-0E0,3.9699325E-1,-0E0,-0E0,-1.4679149E-1,-2.9100385E-1,-0E0,-0E0,3.0951837E-1,-0E0,3.9905855E-1,2.2690459E-1,-0E0,-3.4701365E-1,-0E0,-3.6998034E-1,-0E0,-0E0,1.4822987E-1,-0E0,1.9426505E-1,-0E0,-2.463376E-1,-0E0,3.9520988E-1,-3.8960165E-1,-0E0,-0E0,4.69916E-1,-0E0,2.3804568E-1,-0E0,-2.5402048E-1,-3.88615E-1,-0E0,2.948767E-1,-0E0,-2.7981547E-1,-0E0,-0E0,-4.2584118E-1,4.2758226E-1,-0E0,-0E0,-3.1928715E-1,-0E0,4.3220007E-1,2.612253E-1,-0E0,-3.8559452E-1,-0E0,-0E0,-3.8514322E-1,-0E0,-2.6607692E-1,-0E0,4.325137E-1,-0E0,-4.1450456E-1,-0E0,4.8602375E-1,2.0007741E-1,-0E0,-2.1860467E-1,-0E0,-4.0472317E-1,-0E0,-2.9813397E-1,-0E0,-4.5356387E-1,-0E0,-0E0,4.6457788E-1,-0E0,-3.4316337E-1,-0E0,4.7518897E-1,3.1395394E-1,-0E0,-0E0,-4.2595783E-1,-0E0,-3.146598E-1,-0E0,-3.0652446E-1,-0E0,4.5627275E-1,-0E0,-3.492441E-1,5.064584E-1,-0E0,-0E0,-3.3130613E-1,-0E0,-2.4007827E-1,-0E0,-3.6223847E-1,4.7729322E-1,-0E0,-0E0,-3.7675992E-1,5.08096E-1,-0E0,3.454572E-1,-0E0,-4.4978234E-1,-0E0,-3.3341834E-1,-0E0,4.8979822E-1,-0E0,5.344532E-1,-0E0,4.8713118E-1,-0E0,-3.0056107E-1,-0E0,5.26336E-1,-0E0,-0E0,4.4464543E-1,-0E0,-3.616027E-1,-3.4910873E-1,-0E0,5.218469E-1,-0E0,5.4275995E-1,-0E0,-0E0,5.318089E-1,4.203348E-1,-0E0,-0E0,4.7766808E-1,-0E0,-3.532682E-1,5.325174E-1,-0E0,-0E0,5.5957305E-1,5.425692E-1,-0E0,-0E0,4.9187043E-1,-0E0,-3.6130807E-1,4.2992923E-1,-0E0,-0E0,5.8149827E-1,5.5974287E-1,-0E0,-0E0,5.0689703E-1,-3.68124E-1,-0E0,-0E0,4.694282E-1,-0E0,4.4394523E-1,4.054862E-1,-0E0,-3.800218E-1,-0E0,-3.8554868E-1,-0E0,-0E0,-3.048666E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":15,"left_children":[1,3,5,-1,7,9,11,-1,13,15,17,19,21,23,-1,25,27,29,31,33,35,37,39,41,-1,-1,43,45,47,49,51,53,55,57,59,61,63,-1,65,67,69,-1,-1,71,-1,73,75,-1,77,-1,79,81,83,85,87,89,91,-1,93,95,97,99,-1,-1,101,-1,103,105,107,109,111,-1,113,115,117,119,121,123,-1,-1,125,-1,127,-1,129,131,-1,133,-1,135,-1,137,-1,-1,139,141,-1,-1,143,-1,145,147,-1,-1,149,-1,151,153,-1,155,157,159,161,163,-1,165,167,169,-1,171,-1,-1,173,-1,175,-1,177,179,-1,181,-1,-1,183,185,-1,-1,187,189,-1,191,-1,-1,193,-1,195,-1,197,-1,199,201,-1,-1,203,205,-1,-1,207,209,-1,-1,211,213,-1,-1,215,-1,217,219,-1,-1,221,223,-1,-1,225,-1,-1,227,-1,-1,-1,-1,229,231,-1,-1,233,-1,235,237,-1,239,-1,-1,241,-1,243,245,-1,247,-1,-1,-1,-1,249,251,-1,-1,253,-1,255,-1,-1,-1,257,259,-1,-1,261,263,-1,-1,265,267,-1,269,-1,-1,271,-1,273,-1,275,-1,277,-1,279,281,-1,-1,283,285,-1,-1,287,-1,289,291,-1,-1,293,-1,295,-1,297,-1,-1,299,-1,301,-1,-1,303,-1,305,307,-1,-1,309,-1,311,313,-1,-1,-1,315,-1,-1,-1,317,-1,-1,-1,-1,319,321,-1,323,-1,325,-1,-1,-1,-1,-1,-1,327,-1,329,331,-1,-1,333,-1,335,-1,337,339,-1,-1,-1,341,-1,-1,343,345,-1,-1,347,-1,349,351,-1,353,-1,-1,355,-1,357,-1,359,-1,361,-1,363,-1,-1,-1,-1,365,-1,367,-1,369,-1,-1,371,-1,373,-1,375,377,-1,-1,379,-1,-1,-1,381,-1,383,-1,-1,385,-1,-1,-1,-1,-1,-1,-1,387,-1,-1,389,391,-1,393,-1,395,-1,397,-1,399,-1,401,-1,403,-1,-1,-1,405,-1,-1,407,-1,-1,409,-1,411,-1,413,-1,-1,415,-1,-1,-1,417,-1,419,421,-1,-1,423,425,-1,-1,427,-1,429,-1,-1,-1,431,433,-1,-1,435,437,-1,-1,-1,-1,-1,-1,-1,439,-1,441,-1,-1,-1],"loss_changes":[5.9179807E-1,4.1614938E-1,3.349258E-1,0E0,4.736352E-1,2.3337138E-1,3.417477E-1,0E0,7.506561E-2,1.6762587E-1,1.252102E-1,1.3596101E-1,3.4301877E-1,6.6268206E-2,0E0,3.799812E-1,1.3800943E-1,1.9556871E-1,1.1719908E-1,3.3202338E-1,1.3869369E-1,4.2902875E-1,2.2262911E-1,1.926434E-2,0E0,0E0,1.8077654E-1,8.2371004E-2,1.22691154E-1,1.13702E-1,3.9542153E-2,1.823913E-1,1.641412E-1,1.7570987E-1,1.3742383E-1,1.0826424E-1,6.515427E-3,0E0,1.1700165E-1,1.8954813E-1,1.523391E-1,0E0,0E0,1.7470229E-1,0E0,2.3716271E-1,1.2269674E-1,0E0,9.033522E-2,0E0,1.2807319E-1,6.1606277E-2,5.069758E-2,2.4790686E-1,4.9351584E-3,1.3121688E-1,7.80443E-2,0E0,1.6731924E-1,6.2084705E-2,1.3399509E-1,1.386759E-1,0E0,0E0,3.0595956E-2,0E0,1.0884559E-1,1.7531063E-2,1.6173744E-1,2.785074E-1,1.5254648E-1,0E0,1.5143156E-1,1.1021151E-2,1.228247E-1,1.5017413E-1,1.0492385E-2,9.533486E-2,0E0,0E0,1.3294053E-1,0E0,5.3513385E-2,0E0,1.12287864E-1,1.6373771E-1,0E0,2.6477614E-2,0E0,1.3977274E-1,0E0,1.2976795E-1,0E0,0E0,1.9719279E-1,7.1923435E-2,0E0,0E0,1.4454344E-1,0E0,2.2961369E-1,4.975569E-2,0E0,0E0,4.9039125E-2,0E0,5.120497E-2,1.6600466E-1,0E0,2.4269861E-1,5.97139E-3,4.6145737E-2,3.1737325E-1,2.2104478E-1,0E0,5.7523698E-2,3.2611106E-2,8.420196E-2,0E0,1.0175136E-1,0E0,0E0,9.088167E-2,0E0,4.304886E-3,0E0,8.3914995E-2,6.0931846E-2,0E0,6.082031E-2,0E0,0E0,1.7722118E-1,2.0108268E-2,0E0,0E0,1.6931176E-1,1.4322713E-1,0E0,1.4231312E-1,0E0,0E0,1.0027431E-1,0E0,1.4160198E-1,0E0,7.6167464E-2,0E0,8.371256E-3,2.367735E-3,0E0,0E0,4.1942097E-2,1.7356741E-1,0E0,0E0,2.1650809E-1,5.648261E-3,0E0,0E0,3.3171766E-2,2.8533185E-1,0E0,0E0,8.771658E-2,0E0,5.566307E-2,5.0130386E-2,0E0,0E0,7.8994095E-2,1.0956943E-1,0E0,0E0,1.1080555E-1,0E0,0E0,8.972645E-2,0E0,0E0,0E0,0E0,6.855787E-2,2.1399754E-1,0E0,0E0,2.766794E-2,0E0,9.329355E-2,6.630632E-2,0E0,1.4293683E-1,0E0,0E0,1.0986507E-1,0E0,1.2417501E-1,5.830586E-2,0E0,2.184391E-3,0E0,0E0,0E0,0E0,2.4203114E-2,1.8011773E-1,0E0,0E0,1.9943005E-1,0E0,3.328748E-3,0E0,0E0,0E0,1.235652E-1,8.02207E-2,0E0,0E0,4.3588422E-2,5.9776567E-2,0E0,0E0,8.751798E-2,1.2351996E-1,0E0,6.2565506E-2,0E0,0E0,2.6772201E-2,0E0,3.4065574E-2,0E0,1.8432927E-1,0E0,6.982729E-3,0E0,1.8601942E-1,5.3988725E-2,0E0,0E0,1.2120223E-1,1.391178E-1,0E0,0E0,6.709039E-2,0E0,5.6760907E-2,4.941754E-3,0E0,0E0,7.424429E-3,0E0,1.8138564E-1,0E0,2.0258379E-1,0E0,0E0,1.1077386E-1,0E0,6.705475E-2,0E0,0E0,2.1881372E-2,0E0,4.4957474E-2,5.147922E-2,0E0,0E0,7.2598934E-2,0E0,4.5397907E-2,2.0500839E-2,0E0,0E0,0E0,1.5612519E-1,0E0,0E0,0E0,1.1888188E-1,0E0,0E0,0E0,0E0,1.3788271E-1,1.10796034E-1,0E0,7.388967E-2,0E0,6.302297E-3,0E0,0E0,0E0,0E0,0E0,0E0,1.3338828E-1,0E0,1.9335186E-1,8.366907E-2,0E0,0E0,6.4769864E-2,0E0,9.280682E-3,0E0,1.8655866E-2,3.5176694E-2,0E0,0E0,0E0,2.3052633E-2,0E0,0E0,2.230823E-2,1.2111449E-1,0E0,0E0,1.2576866E-1,0E0,1.1059141E-1,1.0871756E-1,0E0,6.893247E-2,0E0,0E0,3.6293566E-2,0E0,1.1047208E-1,0E0,1.13437414E-1,0E0,6.0127854E-2,0E0,7.156348E-2,0E0,0E0,0E0,0E0,4.0562093E-2,0E0,3.8365126E-3,0E0,8.613169E-3,0E0,0E0,4.926586E-2,0E0,4.8122764E-2,0E0,7.882643E-2,1.1936104E-1,0E0,0E0,5.4798126E-2,0E0,0E0,0E0,1.2110269E-1,0E0,1.11406565E-1,0E0,0E0,6.077671E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.6922226E-2,0E0,0E0,2.4580002E-2,3.74012E-2,0E0,1.280545E-1,0E0,1.6993046E-2,0E0,2.2367954E-2,0E0,8.142805E-2,0E0,6.8409443E-3,0E0,4.8647404E-2,0E0,0E0,0E0,2.8904676E-2,0E0,0E0,8.480495E-2,0E0,0E0,2.0294785E-2,0E0,2.03228E-2,0E0,5.833626E-3,0E0,0E0,1.6756535E-2,0E0,0E0,0E0,2.0075083E-2,0E0,4.68421E-3,2.1434307E-2,0E0,0E0,1.0487795E-2,3.123498E-2,0E0,0E0,1.4135361E-2,0E0,1.9567251E-2,0E0,0E0,0E0,1.1446476E-2,5.3578615E-3,0E0,0E0,4.23038E-3,1.9410253E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.3195982E-2,0E0,9.529352E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,8,8,9,9,10,10,11,11,12,12,13,13,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,26,26,27,27,28,28,29,29,30,30,31,31,32,32,33,33,34,34,35,35,36,36,38,38,39,39,40,40,43,43,45,45,46,46,48,48,50,50,51,51,52,52,53,53,54,54,55,55,56,56,58,58,59,59,60,60,61,61,64,64,66,66,67,67,68,68,69,69,70,70,72,72,73,73,74,74,75,75,76,76,77,77,80,80,82,82,84,84,85,85,87,87,89,89,91,91,94,94,95,95,98,98,100,100,101,101,104,104,106,106,107,107,109,109,110,110,111,111,112,112,113,113,115,115,116,116,117,117,119,119,122,122,124,124,126,126,127,127,129,129,132,132,133,133,136,136,137,137,139,139,142,142,144,144,146,146,148,148,149,149,152,152,153,153,156,156,157,157,160,160,161,161,164,164,166,166,167,167,170,170,171,171,174,174,177,177,182,182,183,183,186,186,188,188,189,189,191,191,194,194,196,196,197,197,199,199,204,204,205,205,208,208,210,210,214,214,215,215,218,218,219,219,222,222,223,223,225,225,228,228,230,230,232,232,234,234,236,236,237,237,240,240,241,241,244,244,246,246,247,247,250,250,252,252,254,254,257,257,259,259,262,262,264,264,265,265,268,268,270,270,271,271,275,275,279,279,284,284,285,285,287,287,289,289,296,296,298,298,299,299,302,302,304,304,306,306,307,307,311,311,314,314,315,315,318,318,320,320,321,321,323,323,326,326,328,328,330,330,332,332,334,334,339,339,341,341,343,343,346,346,348,348,350,350,351,351,354,354,358,358,360,360,363,363,371,371,374,374,375,375,377,377,379,379,381,381,383,383,385,385,387,387,391,391,394,394,397,397,399,399,401,401,404,404,408,408,410,410,411,411,414,414,415,415,418,418,420,420,424,424,425,425,428,428,429,429,437,437,439,439],"right_children":[2,4,6,-1,8,10,12,-1,14,16,18,20,22,24,-1,26,28,30,32,34,36,38,40,42,-1,-1,44,46,48,50,52,54,56,58,60,62,64,-1,66,68,70,-1,-1,72,-1,74,76,-1,78,-1,80,82,84,86,88,90,92,-1,94,96,98,100,-1,-1,102,-1,104,106,108,110,112,-1,114,116,118,120,122,124,-1,-1,126,-1,128,-1,130,132,-1,134,-1,136,-1,138,-1,-1,140,142,-1,-1,144,-1,146,148,-1,-1,150,-1,152,154,-1,156,158,160,162,164,-1,166,168,170,-1,172,-1,-1,174,-1,176,-1,178,180,-1,182,-1,-1,184,186,-1,-1,188,190,-1,192,-1,-1,194,-1,196,-1,198,-1,200,202,-1,-1,204,206,-1,-1,208,210,-1,-1,212,214,-1,-1,216,-1,218,220,-1,-1,222,224,-1,-1,226,-1,-1,228,-1,-1,-1,-1,230,232,-1,-1,234,-1,236,238,-1,240,-1,-1,242,-1,244,246,-1,248,-1,-1,-1,-1,250,252,-1,-1,254,-1,256,-1,-1,-1,258,260,-1,-1,262,264,-1,-1,266,268,-1,270,-1,-1,272,-1,274,-1,276,-1,278,-1,280,282,-1,-1,284,286,-1,-1,288,-1,290,292,-1,-1,294,-1,296,-1,298,-1,-1,300,-1,302,-1,-1,304,-1,306,308,-1,-1,310,-1,312,314,-1,-1,-1,316,-1,-1,-1,318,-1,-1,-1,-1,320,322,-1,324,-1,326,-1,-1,-1,-1,-1,-1,328,-1,330,332,-1,-1,334,-1,336,-1,338,340,-1,-1,-1,342,-1,-1,344,346,-1,-1,348,-1,350,352,-1,354,-1,-1,356,-1,358,-1,360,-1,362,-1,364,-1,-1,-1,-1,366,-1,368,-1,370,-1,-1,372,-1,374,-1,376,378,-1,-1,380,-1,-1,-1,382,-1,384,-1,-1,386,-1,-1,-1,-1,-1,-1,-1,388,-1,-1,390,392,-1,394,-1,396,-1,398,-1,400,-1,402,-1,404,-1,-1,-1,406,-1,-1,408,-1,-1,410,-1,412,-1,414,-1,-1,416,-1,-1,-1,418,-1,420,422,-1,-1,424,426,-1,-1,428,-1,430,-1,-1,-1,432,434,-1,-1,436,438,-1,-1,-1,-1,-1,-1,-1,440,-1,442,-1,-1,-1],"split_conditions":[1.9384766E-1,1.5674638E0,2.993164E-1,-0E0,5.9906006E-2,1.7131479E0,1.6459377E2,-0E0,1.8664551E-1,9.189453E-1,8.232422E-1,3.413086E-1,7.3545586E1,2.690095E2,-0E0,4.1625E1,9.301758E-1,1.8148401E2,5.65625E1,5.3564453E-1,9.5410156E-1,1.7560916E2,1.2974973E2,9.819336E-1,-0E0,-0E0,9.682617E-1,6.35E1,5.6933594E-1,3.4625E1,1.3574219E-1,3.7207692E0,3.9655356E0,9.161377E-2,4.2236328E-1,4.069118E0,3.330078E-1,-0E0,3.251953E-1,2.758789E-2,9.182833E1,-3.9627495E-1,-0E0,9.07135E-3,-0E0,4.85625E1,2.34375E-1,-0E0,7.988281E-1,-0E0,1.1279297E-1,1.8394264E0,1.4074707E-1,3.1211905E0,9.063121E1,9.9365234E-1,3.3631568E0,-0E0,4.689443E1,1.4402605E2,3.20625E1,5.541992E-1,-0E0,-0E0,9.063121E1,-0E0,1.0772705E-1,8.5998535E-2,4.0671706E0,1.9595676E2,3.79375E1,-0E0,9.848633E-1,4.496875E1,1.335E2,3.9480247E0,8.15E1,1.3611656E2,-0E0,-0E0,9.223938E-3,-0E0,9.5E1,-0E0,9.6240234E-1,4.028125E1,-0E0,1.2030029E-1,-0E0,8.730469E-1,-0E0,1.144375E2,-0E0,-0E0,9.1503906E-1,6.191406E-1,-0E0,-0E0,6.90918E-2,-0E0,4.498291E-2,3.221875E1,-0E0,-0E0,9.970703E-1,-0E0,8.0126953E-1,9.946289E-1,-0E0,1.67573E2,4.382428E0,3.321875E1,9.8779297E-1,7.159618E1,-0E0,9.5410156E-1,4.0181036E0,3.903125E1,-0E0,9.736328E-1,-0E0,-0E0,1.339702E2,-0E0,4.7769585E0,-0E0,4.858024E0,5.5875E1,-0E0,3.85251E1,-0E0,-0E0,9.9365234E-1,3.115625E1,-0E0,-0E0,3.4875E1,6.2125E1,-0E0,9.902344E-1,-0E0,-0E0,1.116044E2,-0E0,3.903125E1,-0E0,1.6352637E2,-0E0,1.3362717E2,8.4901214E-1,-0E0,-0E0,5.5908203E-1,9.25625E1,-0E0,-0E0,1.2298584E-2,7.125E1,-0E0,-0E0,1.377652E2,7.6625E1,-0E0,-0E0,9.8535156E-1,-0E0,8.496094E-2,1.3910196E2,-0E0,-0E0,4.234314E-3,9.0771484E-1,-0E0,-0E0,1.3942383E2,2.9903486E-1,-0E0,3.065625E1,-0E0,-0E0,2.3459907E-1,-0E0,2.1858215E-3,2.548828E-1,-0E0,-0E0,3.3625E1,-0E0,1.4301244E0,7.3291016E-1,-0E0,6.263682E-1,-0E0,-0E0,4.82698E0,-0E0,3.046875E-1,3.9770508E-1,-0E0,6.6552734E-1,-0E0,-0E0,-4.3893638E-1,-0E0,6.933043E1,1.1299024E0,-0E0,-0E0,3.73125E1,-0E0,4.7088623E-2,1.6380835E-1,-0E0,-0E0,5.190503E0,9.84375E-1,-0E0,-0E0,1.2188721E-1,2.6901245E-2,-0E0,-0E0,7.825E1,6.6365456E1,-0E0,1.3015747E-2,-0E0,-0E0,9.975586E-1,-0E0,9.8535156E-1,-0E0,4.9375E1,-0E0,2.1376555E0,-0E0,9.6777344E-1,1.4513676E2,-0E0,-0E0,3.53125E1,4.391625E0,-0E0,-0E0,9.9072266E-1,-0E0,9.873047E-1,1.18628586E2,-0E0,-0E0,3.83125E1,-0E0,3.0796875E1,-0E0,1.0349675E0,-0E0,-7.4514076E-2,4.429276E2,-0E0,6.542969E-2,-0E0,-0E0,5.218541E1,-0E0,1.3174154E0,4.740607E0,-0E0,-0E0,1.5760175E2,-0E0,9.145508E-1,1.2432861E-1,-0E0,-2.55753E-1,-0E0,1.20625E2,-0E0,-0E0,-1.4679149E-1,7.4450485E1,-0E0,-0E0,3.0951837E-1,-0E0,3.540039E-1,9.84375E-1,-0E0,9.6191406E-1,-0E0,7.6560974E-3,-0E0,-0E0,1.4822987E-1,-0E0,1.9426505E-1,-0E0,2.6954796E1,-0E0,3.251953E-1,1.3353079E2,-0E0,-0E0,3.34375E1,-0E0,9.819336E-1,-0E0,1.5360026E0,2.410068E2,-0E0,2.948767E-1,-0E0,5.1600704E0,-0E0,-0E0,3.7653725E0,9.95501E-1,-0E0,-0E0,4.4059753E-3,-0E0,1.0443115E-1,9.7558594E-1,-0E0,6.542969E-2,-0E0,-0E0,3.115625E1,-0E0,8.138623E1,-0E0,5.99105E-1,-0E0,7.6887417E-1,-0E0,9.736328E-1,2.0007741E-1,-0E0,-2.1860467E-1,-0E0,5.3360508E1,-0E0,3.4625E1,-0E0,2.3498535E-1,-0E0,-0E0,9.9072266E-1,-0E0,9.094238E-2,-0E0,9.415974E1,9.975586E-1,-0E0,-0E0,4.769523E0,-0E0,-3.146598E-1,-0E0,3.6503851E0,-0E0,5.0828595E0,-0E0,-3.492441E-1,1.0570239E2,-0E0,-0E0,-3.3130613E-1,-0E0,-2.4007827E-1,-0E0,-3.6223847E-1,9.980469E-1,-0E0,-0E0,9.9902344E-1,8.564453E-1,-0E0,4.76875E1,-0E0,3.0419922E-1,-0E0,1.4247408E2,-0E0,9.9902344E-1,-0E0,2.713044E2,-0E0,1.2591983E0,-0E0,-3.0056107E-1,-0E0,6.78125E1,-0E0,-0E0,7.3095703E-1,-0E0,-3.616027E-1,4.028125E1,-0E0,1.055625E2,-0E0,4.878998E-3,-0E0,-0E0,8.881836E-1,4.203348E-1,-0E0,-0E0,6.7803276E-1,-0E0,8.709482E-1,1.9320657E2,-0E0,-0E0,8.3332145E-1,2.7270508E-1,-0E0,-0E0,2.513793E1,-0E0,9.970703E-1,4.2992923E-1,-0E0,-0E0,1.826477E-2,1.0055542E-2,-0E0,-0E0,1.29625E2,4.9100776E0,-0E0,-0E0,4.694282E-1,-0E0,4.4394523E-1,4.054862E-1,-0E0,1.144375E2,-0E0,3.321875E1,-0E0,-0E0,-3.048666E-1],"split_indices":[15,0,18,0,15,1,6,0,15,15,15,13,5,7,0,8,19,6,9,17,14,6,7,16,0,0,12,11,14,11,19,2,2,13,12,2,17,0,18,17,5,0,0,16,0,11,12,0,13,0,13,3,12,3,5,17,0,0,7,4,8,18,0,0,5,0,13,12,0,6,10,0,14,8,9,3,11,6,0,0,19,0,9,0,16,9,0,18,0,15,0,10,0,0,12,17,0,0,14,0,17,8,0,0,18,0,14,16,0,6,3,10,14,5,0,15,3,10,0,16,0,0,6,0,2,0,1,9,0,4,0,0,14,8,0,0,10,8,0,16,0,0,6,0,9,0,6,0,4,2,0,0,15,11,0,0,17,9,0,0,5,9,0,0,17,0,13,4,0,0,18,13,0,0,5,0,0,8,0,0,0,0,17,14,0,0,11,0,0,12,0,2,0,0,0,0,18,13,0,12,0,0,0,0,4,2,0,0,10,0,16,0,0,0,3,16,0,0,12,19,0,0,8,4,0,17,0,0,17,0,19,0,8,0,1,0,16,6,0,0,10,2,0,0,19,0,17,6,0,0,10,0,8,0,3,0,0,6,0,13,0,0,4,0,2,2,0,0,4,0,13,13,0,0,0,11,0,0,0,5,0,0,0,0,18,19,0,12,0,19,0,0,0,0,0,0,7,0,18,7,0,0,11,0,16,0,1,6,0,0,0,0,0,0,2,3,0,0,17,0,13,18,0,13,0,0,8,0,5,0,0,0,1,0,16,0,0,0,0,4,0,10,0,15,0,0,16,0,12,0,5,16,0,0,3,0,0,0,0,0,2,0,0,5,0,0,0,0,0,0,0,17,0,0,14,12,0,9,0,15,0,4,0,15,0,6,0,2,0,0,0,8,0,0,15,0,0,9,0,8,0,19,0,0,12,0,0,0,2,0,0,6,0,0,3,18,0,0,7,0,17,0,0,0,17,17,0,0,11,2,0,0,0,0,0,0,0,10,0,10,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.8163538E2,1.5587074E1,2.660483E2,5.348897E0,1.0238177E1,1.2704508E2,1.3900322E2,2.4444263E0,7.7937512E0,6.204993E1,6.499515E1,5.826908E1,8.073414E1,7.4432316E0,3.505197E-1,2.640104E1,3.564889E1,1.7542175E1,4.7452972E1,3.8300953E1,1.9968128E1,9.875933E0,7.08582E1,7.0946493E0,3.485822E-1,8.65564E0,1.77454E1,3.1766973E1,3.8819184E0,9.483859E0,8.058317E0,2.3805098E1,2.3647875E1,1.5310442E1,2.299051E1,1.4173408E1,5.7947206E0,4.1087193E0,5.7672133E0,4.165049E1,2.9207712E1,6.275731E0,8.189183E-1,1.7383156E1,3.6224356E-1,1.6198494E1,1.55684805E1,6.774752E-1,3.2044432E0,9.950858E-1,8.488773E0,2.8621798E0,5.196137E0,1.8857386E1,4.947712E0,1.873915E1,4.908727E0,2.835673E0,1.2474769E1,1.5051184E1,7.9393277E0,1.1922398E1,2.2510095E0,1.666382E0,4.1283383E0,2.434713E-1,5.523742E0,4.680569E0,3.696992E1,1.4904027E1,1.4303684E1,4.6315593E-1,1.692E1,9.564263E0,6.6342297E0,8.081885E0,7.4865947E0,3.0081065E0,1.9633661E-1,1.8339915E0,6.654782E0,4.482392E-1,2.4139404E0,1.395489E0,3.8006482E0,1.3041393E1,5.8159914E0,4.090028E0,8.576845E-1,1.7326176E1,1.412974E0,4.3142405E0,5.9448665E-1,2.4805095E0,9.99426E0,1.3168506E1,1.882678E0,1.0961697E0,6.843158E0,3.1404405E0,8.781958E0,3.4473393E0,6.809992E-1,8.444488E-1,4.679293E0,8.619264E-1,3.8186429E0,3.1296196E1,5.673725E0,1.279699E1,2.107036E0,2.1601477E0,1.2143537E1,1.276674E1,4.1532593E0,5.0690446E0,4.495219E0,6.082247E0,5.519831E-1,6.7318754E0,1.35001E0,2.3897772E0,5.0968175E0,2.7460715E-1,2.7334995E0,6.811671E-1,5.9736147E0,2.0741498E0,3.397906E-1,3.1567416E0,6.439065E-1,3.134538E0,9.906856E0,2.9301956E0,1.1598321E0,1.3526249E0,1.597355E1,3.583455E0,7.3078513E-1,9.432787E0,5.61473E-1,9.669433E-1,1.2201562E1,4.1636053E-1,6.4267974E0,1.9937472E0,6.78821E0,4.8310086E-1,2.9642384E0,4.435558E0,2.4373545E-1,1.4474844E0,2.3711584E0,2.9557985E1,1.7382116E0,1.5433929E0,1.1253597E1,1.8166121E0,2.9042408E-1,6.5441114E-1,1.5057366E0,1.0071502E1,2.072035E0,2.4957826E0,1.0270957E1,1.0424958E0,4.026549E0,3.2554526E0,1.2397664E0,9.1885656E-1,5.16339E0,5.532811E0,1.1990644E0,6.189636E-1,4.477854E0,2.5662634E0,1.672359E-1,5.23888E0,7.3473454E-1,1.9806626E-1,1.8760836E0,1.983046E-1,2.9584372E0,8.329046E0,1.5778097E0,3.8343444E-1,2.546761E0,1.3052144E0,1.4668336E1,3.1829884E0,4.004668E-1,8.976478E0,4.5630935E-1,6.39686E-1,1.1561876E1,3.9744586E-1,6.029351E0,6.3145604E0,4.7364935E-1,2.7989554E0,1.65283E-1,1.7583415E-1,4.2597237E0,2.2054026E-1,2.150618E0,2.4926544E1,4.6314416E0,5.402106E-1,1.0713387E1,4.260766E-1,1.3905355E0,1.2983993E0,2.0733725E-1,2.585516E0,7.4859858E0,9.104934E0,1.166024E0,5.793522E-1,3.4471967E0,3.0333915E0,2.2206125E-1,2.7092928E-1,4.892461E0,5.0189004E0,5.1391095E-1,4.2099032E0,2.679506E-1,2.8201795E-1,4.9568624E0,1.7495798E-1,2.7834792E0,4.042755E-1,7.9247704E0,2.2439347E-1,2.3223677E0,3.1914299E0,1.1476906E1,2.9783163E0,2.0467211E-1,2.120702E-1,8.764407E0,1.079647E1,7.654064E-1,1.7140941E-1,5.857942E0,3.2281867E-1,5.991742E0,2.5557032E0,2.4325232E-1,1.9284956E-1,1.9577686E0,1.498128E0,2.3428415E1,1.0154772E0,9.697909E0,2.5256056E-1,1.137975E0,6.524865E0,9.611207E-1,8.09761E0,1.0073227E0,4.165995E-1,3.0305972E0,2.7618134E-1,2.75721E0,4.571933E0,3.205283E-1,4.0523472E-1,4.6136656E0,3.0148083E-1,3.9084225E0,4.776124E0,1.8073861E-1,2.5422873E0,2.4119176E-1,7.676792E0,2.4797808E-1,3.8931122E-1,1.9330564E0,9.634343E0,1.8425622E0,3.0719185E-1,2.6711245E0,6.195188E-1,8.144888E0,9.068585E0,1.7278839E0,5.6406684E0,2.1727385E-1,5.6696715E0,3.2207033E-1,2.2126457E-1,2.3344386E0,1.636176E-1,1.794151E0,8.2398903E-1,2.2604427E1,2.0727139E0,7.6251955E0,6.1709285E0,3.5393685E-1,2.5703788E-1,7.840573E0,1.8328907E-1,2.8473082E0,3.518018E-1,2.4054084E0,4.403407E0,1.6852568E-1,4.2883005E0,3.2536528E-1,3.5888448E0,3.1957766E-1,2.4666643E-1,4.5294576E0,7.4026656E0,2.7412662E-1,5.4978245E-1,9.084561E0,5.368218E-1,7.6080666E0,8.343099E0,7.254872E-1,4.970288E0,6.703803E-1,4.3374303E-1,5.2359285E0,1.4168252E0,2.1187601E1,3.075451E-1,7.317651E0,2.9050985E-1,5.8804183E0,2.6949084E-1,7.571082E0,2.5238152E0,3.2349283E-1,2.1243062E0,2.8110215E-1,4.235611E0,1.6779594E-1,3.3611693E0,2.2767541E-1,4.041867E0,4.8759076E-1,6.473581E-1,6.7553077E0,2.1933216E-1,8.865229E0,9.1089994E-1,6.6971664E0,6.72512E0,1.6179786E0,6.076795E-1,4.3626084E0,2.8468046E-1,4.951248E0,4.170189E0,1.7017412E1,2.4807677E-1,7.069574E0,6.123668E-1,5.2680516E0,7.2119155E0,3.5916677E-1,2.1123861E-1,4.0243726E0,1.9803174E-1,3.1631377E0,1.6970277E-1,3.8721638E0,6.5901465E0,1.6516124E-1,1.2567512E0,7.6084776E0,6.1004395E0,5.967268E-1,6.4676156E0,2.5750452E-1,4.1319866E0,2.3062183E-1,1.5394805E1,1.6226071E0,6.533185E0,5.3638905E-1,6.6379433E0,5.739719E-1,6.4201107E0,1.700357E-1,7.4171605E0,1.9131702E-1,5.7859E0,3.145395E-1,2.1141605E0,4.353455E0,1.9280452E-1,3.939182E0,1.4181686E1,1.213119E0,5.9948516E0,5.3833336E-1,6.4443502E0,1.9359307E-1,9.418806E-1,5.47823E0,5.5959544E0,1.8994552E-1,2.761922E-1,4.077263E0,1.8107525E-1,1.4000611E1,5.80884E0,1.860114E-1,3.924046E-1,6.0519457E0,5.3003807E0,1.7784959E-1,1.775371E-1,3.8997257E0,6.022758E-1,1.3398335E1,5.4591565E0,3.4968373E-1,4.5374745E-1,5.5981984E0,5.0496073E0,2.5077313E-1,2.019732E-1,3.6977525E0,1.3032825E1,3.6550963E-1,3.7349036E-1,5.224708E0,1.6559663E-1,4.884011E0,3.50676E0,1.9099253E-1,1.2333118E1,6.9970757E-1,1.2123875E1,2.0924366E-1,2.7804115E-1,1.1845833E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"443","size_leaf_vector":"0"}},{"base_weights":[-4.7339075E-3,2.9720287E-3,-1.9595999E-1,1.567828E-2,-8.4877335E-2,-2.593433E-1,-0E0,3.1316977E-2,-4.7105256E-2,-2.0845006E-1,-0E0,-3.502011E-1,-0E0,4.9758002E-2,-5.686476E-2,-1.6882975E-1,-0E0,-2.5952068E-1,-0E0,-9.020694E-2,5.3506684E-2,-3.9726877E-1,-0E0,-4.789467E-2,7.2883755E-2,-2.0714775E-1,-0E0,-2.3516771E-1,-0E0,6.167102E-2,-3.0342375E-3,-0E0,-2.9220322E-1,-1.9586042E-1,-0E0,-0E0,1.2214036E-1,-4.1764528E-1,-0E0,-0E0,-1.0533762E-1,9.9170424E-2,-0E0,-2.6485115E-1,-0E0,-0E0,1.2720688E-1,-0E0,-3.0384225E-1,-0E0,1.2469821E-1,-0E0,-7.639172E-2,-0E0,-3.2198068E-1,-0E0,-1.9528124E-1,1.9710203E-1,-0E0,-4.476366E-1,-0E0,-1.7040688E-1,-0E0,-3.0893864E-2,1.1557439E-1,9.930132E-2,-2.806963E-2,-0E0,-2.8787667E-1,-8.278293E-2,-0E0,2.1469072E-1,-0E0,-0E0,-3.7133366E-1,-0E0,1.9037084E-1,-1.6251343E-1,-0E0,-3.6415195E-1,-0E0,2.5440565E-1,-0E0,-0E0,-4.7087038E-1,-0E0,-2.5680345E-1,-1.0341836E-1,-0E0,1.3636652E-1,-0E0,-0E0,2.1003985E-1,-7.5642556E-2,-0E0,-3.1480968E-1,-0E0,-0E0,-1.7210625E-1,-0E0,2.8608382E-1,-4.0746942E-1,-0E0,-0E0,2.4207352E-1,-2.0399676E-1,-0E0,-4.140485E-1,-0E0,-0E0,3.035199E-1,-0E0,-3.783768E-1,-0E0,-3.1581452E-1,-0E0,-1.5106979E-1,1.4348777E-1,-0E0,-0E0,4.429318E-2,2.590605E-1,-0E0,-1.1985008E-1,-0E0,-0E0,3.887744E-2,-0E0,-3.3705452E-1,-2.0800412E-1,-0E0,3.2395172E-1,-0E0,-0E0,-4.255321E-1,-0E0,2.8586045E-1,-0E0,-2.4868906E-1,-4.4481948E-1,-0E0,3.4630892E-1,-0E0,-3.5350972E-1,-0E0,-0E0,-1.7833082E-1,1.5163524E-1,-0E0,-6.177112E-2,-0E0,1.3723707E-1,-0E0,-0E0,3.0818424E-1,-0E0,-1.705001E-1,1.121564E-1,-0E0,-3.5548902E-1,-0E0,-2.357132E-1,-0E0,3.61366E-1,-0E0,-0E0,-4.4838458E-1,3.2368714E-1,-0E0,-2.8786156E-1,-0E0,-3.5952744E-1,-0E0,3.9097813E-1,-0E0,-0E0,-3.8085327E-1,-1.5471783E-1,-0E0,-0E0,1.5779918E-1,-1.09722E-1,-0E0,1.7698362E-1,-0E0,3.4555006E-1,-0E0,-0E0,-2.8010014E-1,-0E0,1.677169E-1,-0E0,-3.6221182E-1,-0E0,-2.741833E-1,-0E0,2.9675516E-1,-4.7263122E-1,-0E0,-0E0,3.5345602E-1,-3.194747E-1,-0E0,4.1506925E-1,-0E0,-0E0,-4.3580303E-1,-0E0,1.629769E-1,-0E0,-1.61649E-1,-0E0,2.3267916E-1,-0E0,4.559928E-1,-0E0,-3.2930112E-1,-0E0,2.0671633E-1,-0E0,-3.7076762E-1,-0E0,-2.943548E-1,-5.0004065E-1,-0E0,-0E0,3.787152E-1,-0E0,-2.8327334E-1,-0E0,4.3756667E-1,-0E0,-4.581194E-1,-0E0,1.6739511E-1,-0E0,-2.2141553E-1,-0E0,2.631992E-1,4.968473E-1,-0E0,-0E0,-3.62683E-1,-0E0,2.4812968E-1,-0E0,-3.7885153E-1,-0E0,-2.5056812E-1,-0E0,-5.136341E-1,3.9533147E-1,-0E0,3.504743E-1,-0E0,-0E0,-3.6751947E-1,1.7459533E-1,-0E0,-2.6150253E-1,-0E0,-0E0,2.9297906E-1,-0E0,5.086611E-1,-3.821813E-1,-0E0,2.9139498E-1,-0E0,-3.0561543E-1,-0E0,-0E0,-5.29141E-1,4.2269138E-1,-0E0,1.7769225E-1,-0E0,-3.0723494E-1,-0E0,-0E0,2.4186729E-1,-0E0,4.1029167E-1,-4.0299886E-1,-0E0,3.27407E-1,-0E0,-4.2309356E-1,-0E0,4.356664E-1,-0E0,-0E0,1.8236306E-1,-3.3619723E-1,-0E0,-4.2078382E-1,-0E0,-0E0,3.7193957E-1,-0E0,4.755277E-1,1.8622966E-1,-0E0,-3.49536E-1,-0E0,-0E0,-4.4273302E-1,4.086717E-1,-0E0,3.850945E-1,-0E0,1.9304083E-1,-0E0,-0E0,-3.6533374E-1,-4.595275E-1,-0E0,-0E0,4.2588267E-1,-0E0,1.9729723E-1,-0E0,-2.9326725E-1,-0E0,-3.6982256E-1,4.424637E-1,-0E0,2.02655E-1,-0E0,-0E0,4.5810205E-1,2.0577674E-1,-0E0,-0E0,3.6630183E-1,-0E0,2.0970123E-1,-0E0,2.1226458E-1,1.6694686E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":16,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,-1,23,25,27,29,31,-1,33,35,37,-1,39,41,43,45,47,-1,49,51,-1,53,55,-1,-1,57,59,-1,-1,61,63,65,67,-1,69,71,-1,73,-1,75,-1,77,-1,79,-1,-1,81,-1,83,-1,85,-1,87,89,91,93,-1,95,97,-1,99,-1,-1,101,-1,103,105,-1,107,-1,109,-1,-1,111,-1,113,115,-1,117,119,-1,121,123,125,127,-1,-1,129,-1,131,133,-1,-1,135,137,-1,139,-1,-1,141,-1,-1,-1,143,-1,145,147,-1,149,151,153,-1,155,-1,-1,157,-1,159,161,-1,163,-1,-1,165,-1,167,-1,169,171,-1,173,-1,175,-1,-1,177,179,-1,181,-1,183,-1,-1,185,-1,187,189,-1,191,-1,193,-1,195,-1,-1,197,199,-1,201,-1,-1,-1,203,-1,-1,205,-1,-1,-1,207,209,-1,211,-1,213,-1,-1,215,-1,217,-1,219,-1,221,-1,-1,223,-1,-1,225,227,-1,229,-1,-1,231,-1,233,-1,235,-1,237,-1,239,-1,241,-1,243,-1,245,-1,247,249,-1,-1,251,-1,-1,-1,253,-1,255,-1,257,-1,259,-1,261,263,-1,-1,265,-1,267,-1,269,-1,-1,-1,271,273,-1,-1,-1,-1,-1,275,-1,277,-1,-1,279,-1,281,283,-1,285,-1,-1,-1,-1,287,289,-1,291,-1,293,-1,-1,-1,-1,-1,295,-1,297,-1,-1,-1,299,-1,-1,301,303,-1,305,-1,-1,307,-1,309,311,-1,313,-1,-1,315,317,-1,-1,-1,319,-1,-1,321,323,-1,-1,325,-1,327,-1,-1,-1,-1,329,-1,331,-1,-1,333,335,-1,-1,-1,-1,337,-1,339,-1,-1],"loss_changes":[5.846248E-1,2.1136667E-1,1.6289228E-1,2.1022084E-1,2.5950542E-1,1.6588432E-1,0E0,3.1422895E-1,3.0500257E-1,1.5328789E-1,5.8452763E-2,1.4597672E-1,0E0,4.1595802E-1,3.7893718E-1,1.5311313E-1,4.3726604E-2,1.2370211E-1,0E0,8.468715E-2,9.631191E-2,4.833865E-2,0E0,9.7768426E-2,2.2926283E-1,1.3078737E-1,9.346778E-2,1.4969182E-1,0E0,1.1622459E-1,3.9093878E-2,0E0,1.2366992E-1,5.9428327E-2,0E0,0E0,1.1766728E-1,5.34333E-2,0E0,0E0,1.0817656E-1,3.0656207E-1,1.6606079E-1,8.016467E-2,0E0,3.8436532E-2,1.10752754E-1,0E0,1.638645E-1,0E0,1.5189292E-1,0E0,1.1127899E-1,0E0,1.0986608E-1,0E0,0E0,1.1355002E-1,0E0,3.3771276E-2,0E0,1.9662234E-1,0E0,4.2897087E-2,1.679753E-1,2.8116226E-1,8.8957794E-2,0E0,6.877369E-2,7.308965E-2,0E0,1.1745313E-1,0E0,0E0,1.01876736E-1,0E0,1.4037856E-1,7.279593E-2,0E0,8.643061E-2,0E0,1.20813906E-1,0E0,0E0,2.5442481E-2,0E0,1.2308669E-1,4.3894403E-2,0E0,1.3263369E-1,1.8580422E-2,0E0,1.8766603E-1,1.0723364E-1,1.5342604E-2,7.29174E-2,0E0,0E0,4.0085994E-2,0E0,7.3352784E-2,5.316049E-2,0E0,0E0,1.09680414E-1,7.443681E-2,0E0,8.120942E-2,0E0,0E0,1.1529794E-1,0E0,0E0,0E0,8.375138E-2,0E0,2.239371E-2,1.3255239E-1,0E0,2.9625105E-2,7.5100586E-2,1.5471733E-1,0E0,1.3678779E-1,0E0,0E0,9.056175E-2,0E0,1.0003686E-2,2.5069445E-2,0E0,6.277117E-2,0E0,0E0,4.737425E-2,0E0,9.499377E-2,0E0,6.802496E-2,4.0680766E-2,0E0,1.07005954E-1,0E0,4.6061277E-2,0E0,0E0,1.812546E-2,1.095283E-1,0E0,5.543097E-2,0E0,4.314336E-2,0E0,0E0,1.5374768E-1,0E0,2.40702E-1,9.883236E-2,0E0,8.5991025E-3,0E0,4.037191E-2,0E0,2.0831436E-2,0E0,0E0,5.089271E-2,9.58907E-2,0E0,4.087749E-2,0E0,0E0,0E0,4.886329E-2,0E0,0E0,5.637449E-2,0E0,0E0,0E0,1.04528904E-1,8.538786E-2,0E0,6.595568E-2,0E0,1.6738385E-1,0E0,0E0,1.3666129E-1,0E0,9.086335E-2,0E0,1.0340989E-2,0E0,1.2702152E-2,0E0,0E0,4.4623256E-2,0E0,0E0,8.2847E-2,9.130168E-2,0E0,4.6420455E-2,0E0,0E0,3.7632525E-2,0E0,8.739519E-2,0E0,1.2383823E-1,0E0,3.7270084E-2,0E0,1.18477345E-1,0E0,1.2972617E-1,0E0,1.0147202E-1,0E0,5.8128834E-3,0E0,2.0947173E-2,1.5510559E-2,0E0,0E0,4.740274E-2,0E0,0E0,0E0,6.659329E-3,0E0,8.843005E-3,0E0,7.3615074E-2,0E0,9.470001E-2,0E0,3.72912E-2,9.926915E-3,0E0,0E0,7.1120024E-2,0E0,9.768352E-2,0E0,2.7667284E-3,0E0,0E0,0E0,7.126212E-3,3.9933562E-2,0E0,0E0,0E0,0E0,0E0,7.026076E-2,0E0,8.47649E-2,0E0,0E0,6.069213E-3,0E0,5.151987E-3,6.9621086E-2,0E0,9.276292E-2,0E0,0E0,0E0,0E0,6.4845085E-3,1.8938065E-2,0E0,6.621075E-2,0E0,7.188159E-2,0E0,0E0,0E0,0E0,0E0,5.4010153E-2,0E0,9.46551E-2,0E0,0E0,0E0,4.897374E-2,0E0,0E0,5.5330276E-2,2.0018876E-2,0E0,4.435873E-2,0E0,0E0,5.2047133E-2,0E0,1.4981031E-2,5.4926395E-2,0E0,1.6552389E-2,0E0,0E0,3.536558E-2,3.251469E-2,0E0,0E0,0E0,4.837179E-2,0E0,0E0,1.0395169E-2,2.8733373E-2,0E0,0E0,2.4552286E-2,0E0,5.0477266E-2,0E0,0E0,0E0,0E0,2.1526814E-2,0E0,5.1439285E-2,0E0,0E0,4.6877265E-3,4.198861E-2,0E0,0E0,0E0,0E0,3.1314373E-2,0E0,3.0712366E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,17,17,19,19,20,20,21,21,23,23,24,24,25,25,26,26,27,27,29,29,30,30,32,32,33,33,36,36,37,37,40,40,41,41,42,42,43,43,45,45,46,46,48,48,50,50,52,52,54,54,57,57,59,59,61,61,63,63,64,64,65,65,66,66,68,68,69,69,71,71,74,74,76,76,77,77,79,79,81,81,84,84,86,86,87,87,89,89,90,90,92,92,93,93,94,94,95,95,98,98,100,100,101,101,104,104,105,105,107,107,110,110,114,114,116,116,117,117,119,119,120,120,121,121,123,123,126,126,128,128,129,129,131,131,134,134,136,136,138,138,139,139,141,141,143,143,146,146,147,147,149,149,151,151,154,154,156,156,157,157,159,159,161,161,163,163,166,166,167,167,169,169,173,173,176,176,180,180,181,181,183,183,185,185,188,188,190,190,192,192,194,194,197,197,200,200,201,201,203,203,206,206,208,208,210,210,212,212,214,214,216,216,218,218,220,220,222,222,223,223,226,226,230,230,232,232,234,234,236,236,238,238,239,239,242,242,244,244,246,246,250,250,251,251,257,257,259,259,262,262,264,264,265,265,267,267,272,272,273,273,275,275,277,277,283,283,285,285,289,289,292,292,293,293,295,295,298,298,300,300,301,301,303,303,306,306,307,307,311,311,314,314,315,315,318,318,320,320,325,325,327,327,330,330,331,331,336,336,338,338],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,-1,24,26,28,30,32,-1,34,36,38,-1,40,42,44,46,48,-1,50,52,-1,54,56,-1,-1,58,60,-1,-1,62,64,66,68,-1,70,72,-1,74,-1,76,-1,78,-1,80,-1,-1,82,-1,84,-1,86,-1,88,90,92,94,-1,96,98,-1,100,-1,-1,102,-1,104,106,-1,108,-1,110,-1,-1,112,-1,114,116,-1,118,120,-1,122,124,126,128,-1,-1,130,-1,132,134,-1,-1,136,138,-1,140,-1,-1,142,-1,-1,-1,144,-1,146,148,-1,150,152,154,-1,156,-1,-1,158,-1,160,162,-1,164,-1,-1,166,-1,168,-1,170,172,-1,174,-1,176,-1,-1,178,180,-1,182,-1,184,-1,-1,186,-1,188,190,-1,192,-1,194,-1,196,-1,-1,198,200,-1,202,-1,-1,-1,204,-1,-1,206,-1,-1,-1,208,210,-1,212,-1,214,-1,-1,216,-1,218,-1,220,-1,222,-1,-1,224,-1,-1,226,228,-1,230,-1,-1,232,-1,234,-1,236,-1,238,-1,240,-1,242,-1,244,-1,246,-1,248,250,-1,-1,252,-1,-1,-1,254,-1,256,-1,258,-1,260,-1,262,264,-1,-1,266,-1,268,-1,270,-1,-1,-1,272,274,-1,-1,-1,-1,-1,276,-1,278,-1,-1,280,-1,282,284,-1,286,-1,-1,-1,-1,288,290,-1,292,-1,294,-1,-1,-1,-1,-1,296,-1,298,-1,-1,-1,300,-1,-1,302,304,-1,306,-1,-1,308,-1,310,312,-1,314,-1,-1,316,318,-1,-1,-1,320,-1,-1,322,324,-1,-1,326,-1,328,-1,-1,-1,-1,330,-1,332,-1,-1,334,336,-1,-1,-1,-1,338,-1,340,-1,-1],"split_conditions":[1.5359016E2,8.935547E-1,9.9316406E-1,1.0344413E2,8.442229E1,1.4205656E2,-0E0,1.9595676E2,1.9595676E2,6.7375E1,7.558594E-1,4.718893E0,-0E0,1.3947751E2,4.275E1,9.707031E-1,4.9829102E-1,3.153125E1,-0E0,1.322075E2,2.1252441E-1,4.9986987E0,-0E0,1.5215356E0,4.7875E1,3.679532E0,9.05625E1,3.9978027E-2,-0E0,6.6365456E1,3.1219482E-2,-0E0,4.234314E-3,4.878998E-3,-0E0,-0E0,2.6118822E0,1.77875E2,-0E0,-0E0,9.7998047E-1,5.446132E1,1.23291016E-1,4.878998E-3,-0E0,2.9898603E0,3.118145E0,-0E0,1.15600586E-1,-0E0,5.3808594E-1,-0E0,9.614258E-1,-0E0,9.8339844E-1,-0E0,-1.9528124E-1,1.155625E2,-0E0,1.779134E1,-0E0,3.7839664E1,-0E0,9.05625E1,9.941406E-1,8.911133E-2,8.5498047E-1,-0E0,1.803709E2,1.282959E-1,-0E0,1.0879862E0,-0E0,-0E0,9.916992E-1,-0E0,1.2541362E0,9.9902344E-1,-0E0,9.7216797E-1,-0E0,3.4E1,-0E0,-0E0,3.153125E1,-0E0,1.3305664E-1,1.4247733E2,-0E0,1.69375E2,1.5942383E-1,-0E0,9.238281E-1,9.8339844E-1,8.544922E-2,3.028125E1,-0E0,-0E0,9.931453E1,-0E0,9.902344E-1,3.078125E1,-0E0,-0E0,3.68125E1,3.2341957E1,-0E0,9.9902344E-1,-0E0,-0E0,1.3431422E2,-0E0,-3.783768E-1,-0E0,4.4E1,-0E0,6.4014834E-1,9.946289E-1,-0E0,6.9625E1,3.70625E1,1.5329698E2,-0E0,3.9625E1,-0E0,-0E0,3.9237545E0,-0E0,4.6527977E0,9.0125E1,-0E0,9.980469E-1,-0E0,-0E0,6.37207E-2,-0E0,3.202734E2,-0E0,1.69375E2,5.6667595E0,-0E0,9.5654297E-1,-0E0,3.296875E1,-0E0,-0E0,9.6191406E-1,6.595758E-1,-0E0,8.19375E1,-0E0,8.53125E1,-0E0,-0E0,8.5498047E-1,-0E0,2.1435547E-1,1.526075E2,-0E0,3.79375E1,-0E0,7.507324E-2,-0E0,8.898926E-2,-0E0,-0E0,5.225803E0,3.2952393E1,-0E0,9.951172E-1,-0E0,-3.5952744E-1,-0E0,4.2867475E0,-0E0,-0E0,5.7006836E-2,-1.5471783E-1,-0E0,-0E0,3.1015625E1,5.7800293E-2,-0E0,1.3220215E-1,-0E0,1.0960995E2,-0E0,-0E0,2.2827148E-2,-0E0,5.46875E1,-0E0,7.551224E-1,-0E0,5.734375E1,-0E0,2.9675516E-1,5.103357E0,-0E0,-0E0,6.124878E-2,6.1920166E-2,-0E0,2.9464722E-2,-0E0,-0E0,3.053125E1,-0E0,9.534567E0,-0E0,1.8112183E-2,-0E0,1.2761303E0,-0E0,1.4025E2,-0E0,3.4125E1,-0E0,1.4916992E-1,-0E0,4.559375E1,-0E0,4.04375E1,9.223938E-3,-0E0,-0E0,5.036323E0,-0E0,-2.8327334E-1,-0E0,1.2526942E2,-0E0,6.149292E-3,-0E0,4.961189E0,-0E0,9.7509766E-1,-0E0,3.83125E1,7.858276E-3,-0E0,-0E0,2.1925E2,-0E0,9.60935E1,-0E0,9.9902344E-1,-0E0,-2.5056812E-1,-0E0,2.2077162E1,9.941406E-1,-0E0,3.504743E-1,-0E0,-0E0,-3.6751947E-1,9.951172E-1,-0E0,1.315594E2,-0E0,-0E0,1.7089844E-1,-0E0,6.1920166E-2,5.103357E0,-0E0,9.9902344E-1,-0E0,-3.0561543E-1,-0E0,-0E0,9.926758E-1,8.8625E1,-0E0,3.5858154E-3,-0E0,9.892578E-1,-0E0,-0E0,2.4186729E-1,-0E0,4.1029167E-1,9.9658203E-1,-0E0,3.59375E1,-0E0,-4.2309356E-1,-0E0,4.98125E1,-0E0,-0E0,9.9658203E-1,1.3717899E2,-0E0,1.2072754E-1,-0E0,-0E0,1.2475E2,-0E0,8.388672E-1,9.9609375E-1,-0E0,5.3808594E-1,-0E0,-0E0,2.41E2,3.642297E1,-0E0,3.850945E-1,-0E0,8.163452E-3,-0E0,-0E0,3.0421875E1,1.4855162E2,-0E0,-0E0,5.5308394E0,-0E0,9.916992E-1,-0E0,-2.9326725E-1,-0E0,-3.6982256E-1,8.7646484E-1,-0E0,8.8427734E-1,-0E0,-0E0,4.449623E1,4.5595753E1,-0E0,-0E0,3.6630183E-1,-0E0,3.375E1,-0E0,4.911331E0,1.6694686E-1,-0E0],"split_indices":[4,13,15,5,5,7,0,6,6,8,15,3,0,6,8,14,16,10,0,4,14,2,0,1,8,3,10,17,0,4,17,0,18,19,0,0,2,11,0,0,14,5,18,19,0,2,2,0,12,0,14,0,18,0,17,0,0,10,0,7,0,7,0,9,14,19,16,0,7,19,0,2,0,0,18,0,3,14,0,16,0,8,0,0,10,0,12,6,0,9,13,0,12,14,17,8,0,0,5,0,16,10,0,0,8,7,0,15,0,0,4,0,0,0,8,0,1,18,0,11,8,6,0,10,0,0,0,0,2,11,0,15,0,0,13,0,6,0,9,2,0,18,0,11,0,0,12,0,0,10,0,11,0,0,13,0,16,6,0,10,0,13,0,17,0,0,1,7,0,17,0,0,0,0,0,0,17,0,0,0,10,16,0,17,0,7,0,0,19,0,9,0,0,0,9,0,0,0,0,0,13,12,0,18,0,0,8,0,7,0,19,0,0,0,10,0,11,0,14,0,10,0,10,19,0,0,2,0,0,0,4,0,18,0,1,0,16,0,10,16,0,0,9,0,5,0,15,0,0,0,7,15,0,0,0,0,0,12,0,4,0,0,13,0,12,0,0,15,0,0,0,0,16,8,0,18,0,19,0,0,0,0,0,17,0,11,0,0,0,10,0,0,16,7,0,14,0,0,10,0,13,17,0,15,0,0,11,4,0,0,0,17,0,0,8,6,0,0,1,0,16,0,0,0,0,16,0,13,0,0,7,4,0,0,0,0,9,0,1,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.650755E2,2.5025372E2,1.4821788E1,2.2893517E2,2.1318563E1,1.0669573E1,4.152215E0,1.962338E2,3.2701363E1,9.089786E0,1.2228777E1,6.978245E0,3.691328E0,1.7185307E2,2.438073E1,1.2785157E1,1.9916206E1,7.962797E0,1.1269885E0,3.4017735E0,8.8270035E0,6.236143E0,7.421019E-1,2.4522985E1,1.4733008E2,1.0205884E1,1.4174846E1,9.115721E0,3.6694362E0,1.0974117E1,8.94209E0,3.3843914E-1,7.624358E0,2.535273E0,8.6650044E-1,1.0810863E0,7.7459173E0,5.872005E0,3.641382E-1,1.1038807E1,1.34841795E1,1.0265869E2,4.4671387E1,7.9135633E0,2.292321E0,8.898666E0,5.27618E0,2.234033E0,6.8816876E0,1.1932219E0,9.780895E0,2.7280984E0,6.213991E0,2.4032702E-1,7.384031E0,2.2952662E-1,2.3057463E0,5.6952887E0,2.0506284E0,5.3134303E0,5.585746E-1,8.568828E0,4.915352E0,4.620553E0,9.803814E1,1.3836857E1,3.083453E1,3.247544E-1,7.588809E0,5.108705E0,3.789961E0,3.9307053E0,1.3454746E0,1.2510712E0,5.630616E0,1.6785752E0,8.102321E0,5.196944E0,1.017047E0,6.492228E0,8.918032E-1,4.9731126E0,7.2217584E-1,4.072252E-1,4.906205E0,2.094128E0,6.4747E0,3.9677608E0,6.5279216E-1,7.93132E1,1.872494E1,4.759213E0,9.077643E0,1.9362017E1,1.1472514E1,6.9579105E0,6.308982E-1,1.843544E0,3.265161E0,5.0037634E-1,3.4303288E0,5.205065E0,4.2555147E-1,8.8663924E-1,7.215681E0,4.864831E0,3.321133E-1,5.4126763E0,1.0795513E0,3.165377E-1,4.656575E0,2.0436168E-1,4.7018433E0,1.1288897E0,5.34581E0,4.5065564E-1,3.517105E0,7.802964E1,1.2835586E0,9.754245E0,8.970695E0,8.592223E0,4.8542017E-1,1.4877292E1,4.484725E0,1.8216323E0,9.650882E0,3.100801E-1,6.6478305E0,3.0042112E0,2.6094973E-1,3.2641382E0,1.6619055E-1,1.8047185E-1,5.024593E0,8.404692E-1,6.3752117E0,5.514024E-1,4.3134284E0,5.033366E0,3.793104E-1,4.42241E0,2.3416504E-1,4.835763E0,5.100472E-1,4.3013448E-1,3.0869706E0,7.558227E1,2.4473763E0,7.2640615E0,2.4901838E0,4.474032E0,4.4966626E0,1.0385517E0,7.553672E0,3.0737374E0,1.1803554E1,7.919101E0,1.7317806E0,6.004886E0,6.4294434E-1,2.6799743E0,3.24237E-1,3.005734E0,2.584043E-1,3.1314945E-1,4.7114434E0,5.7688627E0,6.0634905E-1,3.9134517E0,3.9997688E-1,4.844736E0,1.886297E-1,4.0619006E0,3.6050928E-1,4.211075E-1,4.414655E0,2.8599503E0,2.2702017E-1,1.4291135E0,7.415315E1,6.565093E0,6.98968E-1,3.8681476E0,6.058845E-1,7.1937027E0,3.599691E-1,4.676742E0,7.126812E0,1.1405983E0,6.778503E0,1.7368247E-1,5.831204E0,2.9272106E-1,2.387253E0,1.9905771E-1,2.8066764E0,4.4182806E0,2.931629E-1,2.4394011E-1,5.524923E0,3.4837227E0,4.2972913E-1,3.8313355E0,2.3056534E-1,8.644025E-1,3.550253E0,7.3270166E-1,7.3420456E1,5.422724E-1,6.022821E0,6.2264335E-1,3.2455044E0,2.4705389E0,4.723164E0,8.4853494E-1,6.278277E0,3.6091182E-1,6.417591E0,2.136007E-1,5.6176033E0,2.3555523E-1,2.1516979E0,4.072337E0,3.4594375E-1,1.9925487E-1,5.325668E0,2.0872208E-1,3.2750006E0,1.9149062E-1,3.639845E0,2.056778E-1,3.3445752E0,7.31708E-1,7.268874E1,5.201048E-1,5.502716E0,2.8026807E-1,2.9652362E0,4.379446E0,3.437177E-1,2.0412266E-1,6.0741544E0,4.6830118E-1,5.94929E0,2.1778895E-1,5.399814E0,2.2231032E-1,1.9293876E0,1.8002109E-1,3.8923159E0,5.1495457E0,1.7612213E-1,3.4589756E0,1.8086934E-1,1.7033151E-1,3.1742437E0,6.9191605E1,3.4971366E0,5.1882396E0,3.1447634E-1,2.3420255E-1,2.7310336E0,1.856532E-1,4.1937933E0,5.907374E0,1.6678026E-1,5.326753E0,6.2253696E-1,5.0339046E0,3.6590958E-1,2.2821711E-1,3.6640987E0,4.665357E0,4.841888E-1,6.900877E1,1.8283436E-1,4.5188637E0,6.6937625E-1,2.8355306E-1,2.4474807E0,2.8598025E-1,3.9078128E0,5.6911845E0,2.1618935E-1,4.9808207E0,3.459324E-1,3.4846394E0,1.7945944E-1,4.4620442E0,2.0331246E-1,1.5241022E0,6.748467E1,4.327351E0,1.9151221E-1,5.483929E0,2.0725553E-1,5.4964924E-1,4.4311714E0,5.804473E-1,3.881597E0,6.62863E1,1.1983738E0,4.1297994E0,1.9755204E-1,3.5231307E-1,5.131616E0,3.8962007E0,5.3497064E-1,3.6262562E0,2.5534078E-1,6.3130466E1,3.155832E0,2.6772976E-1,3.8620694E0,4.8949757E0,2.3664042E-1,1.6887555E-1,3.7273252E0,1.4731904E0,6.1657276E1,1.7008033E-1,3.6919892E0,1.9941191E-1,4.695564E0,3.5418396E0,1.8548553E-1,5.9643177E1,2.0140972E0,1.6866592E-1,3.3731737E0,5.904701E1,5.9616905E-1,1.6636688E-1,3.206807E0,1.2531056E0,5.7793903E1,7.044351E-1,5.708947E1,5.6811405E1,2.780624E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"341","size_leaf_vector":"0"}},{"base_weights":[-2.0740401E-2,-9.970628E-2,-0E0,-0E0,-1.4096501E-1,-1.7995618E-2,6.834762E-2,-3.7189215E-2,9.490018E-3,-0E0,-1.7039913E-1,-1.09381616E-1,-0E0,-0E0,1.7192897E-1,-0E0,-1.3445887E-1,-0E0,1.071316E-1,-0E0,-1.8606369E-1,-1.6337818E-1,-0E0,-2.3619693E-2,4.705121E-2,-0E0,-3.6841843E-2,2.7680653E-1,-0E0,-0E0,-2.1238472E-1,-0E0,2.0932963E-1,-0E0,-2.0747404E-1,-2.1617292E-1,-0E0,-1.10791296E-1,-0E0,-0E0,1.0758387E-1,-8.278628E-2,-0E0,3.07537E-1,-0E0,-0E0,-2.623543E-1,-0E0,2.9741466E-1,-0E0,-2.2358066E-1,-2.4735713E-1,-0E0,2.2910293E-2,-2.8270185E-2,-0E0,-1.4258718E-1,3.578908E-2,-5.180212E-2,-1.4428714E-1,-0E0,-0E0,1.5551634E-1,-0E0,-1.4229895E-1,-0E0,3.272644E-1,-0E0,-3.175122E-1,3.344648E-1,-0E0,-0E0,-2.3245421E-1,-0E0,-2.6358554E-1,-0E0,1.6317631E-1,-0E0,-7.074922E-2,-1.9356582E-1,-0E0,-2.0803358E-2,8.650879E-2,-0E0,-1.2300913E-1,-0E0,-2.0446311E-1,-0E0,4.9386572E-2,-0E0,1.8736893E-1,-2.6543823E-1,-0E0,-0E0,3.444891E-1,-0E0,-3.3518216E-1,-0E0,2.7390504E-1,-0E0,-2.4897967E-1,-0E0,-2.7732083E-1,2.4025494E-1,-0E0,-0E0,-2.5550392E-1,-0E0,-1.2302976E-1,-0E0,1.1509996E-1,-0E0,4.9092554E-2,-0E0,-1.6550575E-1,-2.6127845E-1,-0E0,-0E0,-3.395229E-2,9.687907E-2,-0E0,2.3659466E-1,-0E0,-0E0,-3.2624248E-1,3.7526426E-1,-0E0,-2.7425638E-1,-0E0,-0E0,-3.060718E-1,-3.0688223E-1,-0E0,-0E0,2.2579421E-1,-2.9041353E-1,-0E0,-0E0,-2.011873E-1,1.3928974E-1,-0E0,-0E0,1.15637414E-1,-2.0098792E-1,-0E0,-2.986664E-1,-0E0,-0E0,-6.623327E-2,1.3735466E-1,-0E0,2.830267E-1,-0E0,-0E0,-2.6786897E-1,3.005529E-1,-0E0,-5.655064E-2,-0E0,-3.3693358E-1,-0E0,-3.1606403E-1,-0E0,-3.24816E-1,-0E0,-2.4548821E-1,-0E0,1.7909051E-1,-0E0,1.7661941E-1,-0E0,-0E0,-2.5920942E-1,-2.5598603E-1,-0E0,-0E0,-9.7361065E-2,-0E0,1.7444465E-1,-0E0,2.9920864E-1,-0E0,-1.4792751E-1,-0E0,-3.684198E-1,-0E0,-3.3667034E-1,-0E0,-3.647598E-1,-0E0,-2.7693158E-1,2.0179725E-1,-0E0,2.2421865E-1,-0E0,-0E0,-3.11682E-1,-0E0,-1.0647786E-1,1.9437687E-1,-0E0,3.2167524E-1,-0E0,-1.8436894E-1,-0E0,-3.9211723E-1,-0E0,-0E0,-3.6274788E-1,-3.923812E-1,-0E0,-3.2024312E-1,-0E0,2.2628962E-1,-0E0,2.757285E-1,-0E0,-0E0,-3.696573E-1,2.1228327E-1,-0E0,3.3996427E-1,-0E0,-2.2684473E-1,-0E0,-4.334849E-1,-0E0,-3.978401E-1,-0E0,-0E0,-4.1905156E-1,-0E0,-3.6247668E-1,2.4518329E-1,-0E0,3.1815863E-1,-0E0,-0E0,-3.9618728E-1,-0E0,2.5549233E-1,3.5148937E-1,-0E0,-0E0,-2.8391623E-1,-0E0,-4.4683477E-1,-0E0,-4.0699428E-1,-4.440975E-1,-0E0,-2.9749632E-1,-0E0,2.673992E-1,-0E0,-0E0,3.7163982E-1,-0E0,-4.1633016E-1,-0E0,3.0495238E-1,-0E0,3.590911E-1,-2.3357232E-1,-0E0,-3.764236E-1,-0E0,-0E0,-4.1760576E-1,-0E0,-4.615589E-1,2.9860485E-1,-0E0,-0E0,4.0172637E-1,-0E0,-4.405581E-1,-0E0,3.2969755E-1,-0E0,3.725984E-1,-3.383295E-1,-0E0,-4.8089758E-1,-0E0,-0E0,3.1030944E-1,4.295986E-1,-0E0,-0E0,-4.5426077E-1,3.4574306E-1,-0E0,-0E0,3.8232586E-1,-0E0,-3.9234638E-1,-0E0,3.204222E-1,3.465271E-1,-0E0,-0E0,-4.7218087E-1,-0E0,3.6695057E-1,3.878901E-1,-0E0,-0E0,3.4660473E-1,-3.779911E-1,-0E0,-0E0,3.9322236E-1,3.0635455E-1,-0E0,-0E0,3.6182788E-1,3.2655844E-1,-0E0,4.2535105E-1,-0E0,4.407644E-1,-0E0,-0E0,4.5293105E-1,4.8217422E-1,-0E0,4.936679E-1,-0E0,5.0196713E-1,-0E0,5.139893E-1,-0E0,-0E0,5.23341E-1,4.1688362E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":17,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,-1,29,-1,31,-1,33,35,-1,37,39,-1,41,43,-1,-1,45,-1,47,-1,49,51,53,55,57,59,61,63,-1,65,-1,-1,67,-1,69,-1,71,73,-1,75,77,-1,79,81,83,85,87,-1,89,-1,91,-1,93,-1,95,97,-1,-1,99,-1,101,-1,103,-1,-1,105,-1,107,109,111,113,-1,115,117,119,-1,121,123,-1,-1,125,-1,127,-1,-1,-1,129,-1,131,133,-1,-1,135,-1,137,-1,139,-1,141,-1,143,145,-1,-1,147,149,-1,151,-1,-1,153,155,-1,-1,-1,157,159,161,-1,-1,-1,163,-1,-1,165,167,-1,-1,169,171,-1,173,-1,-1,175,177,-1,179,-1,-1,-1,-1,-1,181,-1,183,-1,185,-1,187,-1,189,-1,191,-1,193,-1,-1,195,-1,-1,-1,197,-1,199,-1,201,-1,203,-1,205,-1,207,-1,209,-1,211,213,-1,215,-1,-1,217,-1,-1,219,-1,221,-1,223,-1,225,-1,-1,227,229,-1,231,-1,233,-1,235,-1,-1,237,239,-1,241,-1,243,-1,245,-1,247,-1,-1,249,-1,251,253,-1,255,-1,-1,257,-1,259,261,-1,-1,263,-1,265,-1,267,269,-1,-1,-1,271,-1,-1,273,-1,275,-1,277,-1,279,-1,-1,-1,-1,-1,281,-1,283,285,-1,-1,287,-1,289,-1,291,-1,293,-1,-1,295,-1,-1,297,299,-1,-1,301,303,-1,-1,305,-1,-1,-1,307,-1,-1,-1,309,-1,311,313,-1,-1,315,-1,-1,-1,317,-1,-1,-1,319,-1,-1,321,-1,323,-1,-1,325,327,-1,329,-1,331,-1,333,-1,-1,335,-1,-1],"loss_changes":[3.5516405E-1,1.5047517E-1,2.2559452E-1,1.4130887E-2,1.8930733E-1,3.4849882E-1,4.0543312E-1,9.6741244E-2,5.182055E-2,0E0,1.0724026E-1,2.4315682E-1,1.6900031E-1,2.0759623E-2,3.4641486E-1,0E0,1.1646557E-1,0E0,1.244421E-1,0E0,1.2447971E-1,2.1577406E-1,0E0,1.8668532E-1,2.2805506E-1,0E0,6.3668355E-2,1.749872E-1,0E0,0E0,9.363812E-2,0E0,1.5624698E-1,0E0,8.5115194E-2,1.3228393E-1,4.231223E-3,1.3411047E-1,1.2127821E-1,8.772279E-2,2.3946145E-1,6.4238615E-2,0E0,1.0574639E-1,0E0,0E0,9.7053945E-2,0E0,3.817907E-2,0E0,6.838572E-2,8.3735704E-2,0E0,8.739571E-2,1.4457159E-2,0E0,1.4450666E-1,1.831254E-1,1.9800568E-1,7.095294E-2,4.453825E-2,0E0,1.8386495E-1,0E0,1.6441885E-1,0E0,8.41192E-2,0E0,1.1255026E-2,1.1039764E-2,0E0,0E0,3.965795E-2,0E0,7.953203E-2,0E0,7.919627E-2,0E0,0E0,1.5839177E-1,0E0,8.6022116E-2,1.3961142E-1,1.5633287E-2,1.775909E-1,0E0,8.124092E-2,4.1332585E-3,1.0118967E-1,0E0,2.0913804E-1,8.5021615E-2,0E0,0E0,7.736528E-2,0E0,8.632749E-3,0E0,0E0,0E0,1.1650312E-1,0E0,5.1142454E-2,5.4768115E-2,0E0,0E0,1.5857589E-1,0E0,1.2776418E-1,0E0,1.4616969E-1,0E0,6.3103944E-2,0E0,1.2749335E-1,5.877757E-2,0E0,0E0,1.00425575E-2,9.665598E-2,0E0,2.2856915E-1,0E0,0E0,2.3875445E-2,2.7170539E-2,0E0,0E0,0E0,1.3028233E-2,1.18076086E-1,4.0379405E-2,0E0,0E0,0E0,1.7157727E-1,0E0,0E0,8.553219E-2,1.3978797E-1,0E0,0E0,9.547761E-2,1.4630628E-1,0E0,4.344541E-2,0E0,0E0,1.4137283E-2,8.2360715E-2,0E0,1.0952377E-1,0E0,0E0,0E0,0E0,0E0,6.646828E-2,0E0,1.2685919E-1,0E0,4.4500113E-2,0E0,1.689899E-1,0E0,6.6553354E-2,0E0,1.4392895E-1,0E0,9.5798165E-2,0E0,0E0,2.1421218E-1,0E0,0E0,0E0,8.940773E-3,0E0,5.4802567E-2,0E0,1.0793805E-1,0E0,3.8118154E-2,0E0,8.183634E-2,0E0,8.347964E-2,0E0,1.3930833E-1,0E0,5.0418258E-2,1.603288E-1,0E0,7.7512324E-2,0E0,0E0,1.558891E-1,0E0,0E0,5.5067003E-2,0E0,5.949092E-2,0E0,4.442203E-2,0E0,1.6463447E-1,0E0,0E0,1.0425937E-1,1.5034342E-1,0E0,3.629729E-2,0E0,1.3255835E-1,0E0,8.111945E-2,0E0,0E0,9.8100185E-2,5.5285573E-2,0E0,5.5169106E-2,0E0,6.332278E-2,0E0,3.600526E-2,0E0,1.8947363E-2,0E0,0E0,1.193881E-1,0E0,1.7261028E-2,1.4194179E-1,0E0,7.7014506E-2,0E0,0E0,9.333444E-2,0E0,5.9844077E-2,4.383874E-2,0E0,0E0,1.0647967E-2,0E0,3.1250834E-2,0E0,2.0709991E-2,9.164488E-2,0E0,0E0,0E0,1.4247406E-1,0E0,0E0,5.6955457E-2,0E0,9.263635E-2,0E0,6.531596E-2,0E0,4.1311502E-2,0E0,0E0,0E0,0E0,0E0,7.4545145E-3,0E0,7.582283E-2,8.827627E-2,0E0,0E0,4.733175E-2,0E0,4.565692E-2,0E0,3.7611842E-2,0E0,3.0590296E-2,0E0,0E0,7.5327635E-2,0E0,0E0,7.611835E-2,9.14681E-3,0E0,0E0,4.864049E-2,3.571379E-2,0E0,0E0,1.5601993E-2,0E0,0E0,0E0,7.1582556E-2,0E0,0E0,0E0,9.5437765E-3,0E0,4.4091046E-2,1.0514498E-2,0E0,0E0,1.0949814E-1,0E0,0E0,0E0,5.1603854E-2,0E0,0E0,0E0,1.08166695E-1,0E0,0E0,9.245014E-2,0E0,7.085276E-2,0E0,0E0,5.0014257E-2,4.324937E-2,0E0,2.9153585E-2,0E0,5.475831E-2,0E0,3.1971216E-2,0E0,0E0,2.7177572E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,16,16,18,18,20,20,21,21,23,23,24,24,26,26,27,27,30,30,32,32,34,34,35,35,36,36,37,37,38,38,39,39,40,40,41,41,43,43,46,46,48,48,50,50,51,51,53,53,54,54,56,56,57,57,58,58,59,59,60,60,62,62,64,64,66,66,68,68,69,69,72,72,74,74,76,76,79,79,81,81,82,82,83,83,84,84,86,86,87,87,88,88,90,90,91,91,94,94,96,96,100,100,102,102,103,103,106,106,108,108,110,110,112,112,114,114,115,115,118,118,119,119,121,121,124,124,125,125,129,129,130,130,131,131,135,135,138,138,139,139,142,142,143,143,145,145,148,148,149,149,151,151,157,157,159,159,161,161,163,163,165,165,167,167,169,169,172,172,176,176,178,178,180,180,182,182,184,184,186,186,188,188,190,190,191,191,193,193,196,196,199,199,201,201,203,203,205,205,208,208,209,209,211,211,213,213,215,215,218,218,219,219,221,221,223,223,225,225,227,227,230,230,232,232,233,233,235,235,238,238,240,240,241,241,244,244,246,246,248,248,249,249,253,253,256,256,258,258,260,260,262,262,268,268,270,270,271,271,274,274,276,276,278,278,280,280,283,283,286,286,287,287,290,290,291,291,294,294,298,298,302,302,304,304,305,305,308,308,312,312,316,316,319,319,321,321,324,324,325,325,327,327,329,329,331,331,334,334],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,-1,30,-1,32,-1,34,36,-1,38,40,-1,42,44,-1,-1,46,-1,48,-1,50,52,54,56,58,60,62,64,-1,66,-1,-1,68,-1,70,-1,72,74,-1,76,78,-1,80,82,84,86,88,-1,90,-1,92,-1,94,-1,96,98,-1,-1,100,-1,102,-1,104,-1,-1,106,-1,108,110,112,114,-1,116,118,120,-1,122,124,-1,-1,126,-1,128,-1,-1,-1,130,-1,132,134,-1,-1,136,-1,138,-1,140,-1,142,-1,144,146,-1,-1,148,150,-1,152,-1,-1,154,156,-1,-1,-1,158,160,162,-1,-1,-1,164,-1,-1,166,168,-1,-1,170,172,-1,174,-1,-1,176,178,-1,180,-1,-1,-1,-1,-1,182,-1,184,-1,186,-1,188,-1,190,-1,192,-1,194,-1,-1,196,-1,-1,-1,198,-1,200,-1,202,-1,204,-1,206,-1,208,-1,210,-1,212,214,-1,216,-1,-1,218,-1,-1,220,-1,222,-1,224,-1,226,-1,-1,228,230,-1,232,-1,234,-1,236,-1,-1,238,240,-1,242,-1,244,-1,246,-1,248,-1,-1,250,-1,252,254,-1,256,-1,-1,258,-1,260,262,-1,-1,264,-1,266,-1,268,270,-1,-1,-1,272,-1,-1,274,-1,276,-1,278,-1,280,-1,-1,-1,-1,-1,282,-1,284,286,-1,-1,288,-1,290,-1,292,-1,294,-1,-1,296,-1,-1,298,300,-1,-1,302,304,-1,-1,306,-1,-1,-1,308,-1,-1,-1,310,-1,312,314,-1,-1,316,-1,-1,-1,318,-1,-1,-1,320,-1,-1,322,-1,324,-1,-1,326,328,-1,330,-1,332,-1,334,-1,-1,336,-1,-1],"split_conditions":[5.3808594E-1,1.2800329E0,1.6998236E2,1.0299464E0,1.4953613E-2,6.870117E-1,7.475E1,2.4267578E-1,1.7049073E0,-0E0,7.466854E-1,9.243164E-1,9.785156E-1,8.706953E-1,3.2983398E-1,-0E0,2.2827148E-2,-0E0,7.409668E-2,-0E0,5.9906006E-2,8.4625E1,-0E0,9.576416E-2,1.6589355E-1,-0E0,2.4820418E2,9.902344E-1,-0E0,-0E0,5.9906006E-2,-0E0,6.278125E1,-0E0,3.1015625E1,9.428711E-1,1.068125E2,9.223938E-3,9.8583984E-1,8.5791016E-1,1.501924E0,8.50537E1,-0E0,1.0719299E-2,-0E0,-0E0,5.5908203E-1,-0E0,1.061875E2,-0E0,2.1858215E-3,7.512394E-1,-0E0,3.149414E-1,3.371875E1,-0E0,9.224246E1,6.713867E-2,1.5751108E0,7.2216797E-1,1.4513676E2,-0E0,6.419855E1,-0E0,1.8028659E2,-0E0,5.308216E-1,-0E0,6.547886E-1,3.7125E1,-0E0,-0E0,8.270264E-2,-0E0,9.07135E-3,-0E0,2.9553292E0,-0E0,-7.074922E-2,1.8721352E0,-0E0,1.7014574E2,6.281734E1,1.0693682E0,1.0262858E0,-0E0,1.006875E2,9.848633E-1,2.103742E2,-0E0,4.865625E1,3.53125E1,-0E0,-0E0,9.902344E-1,-0E0,9.9035347E-1,-0E0,2.7390504E-1,-0E0,3.51875E1,-0E0,5.203125E1,1.2854004E-1,-0E0,-0E0,9.9853516E-1,-0E0,8.4472656E-2,-0E0,9.8828125E-1,-0E0,1.2779366E0,-0E0,9.707031E-1,6.240625E1,-0E0,-0E0,1.0184251E0,8.1E1,-0E0,9.238281E-1,-0E0,-0E0,1.3175964E-2,9.975586E-1,-0E0,-2.7425638E-1,-0E0,3.4E1,9.897461E-1,1.4225E2,-0E0,-0E0,2.2579421E-1,2.9584E2,-0E0,-0E0,4.7766466E0,7.95E1,-0E0,-0E0,2.0662012E2,1.381836E-1,-0E0,1.079375E2,-0E0,-0E0,8.496094E-2,4.2896885E1,-0E0,3.275E1,-0E0,-0E0,-2.6786897E-1,3.005529E-1,-0E0,1.3305664E-1,-0E0,9.057617E-2,-0E0,5.9906006E-2,-0E0,1.3611656E2,-0E0,2.2077162E1,-0E0,4.9986987E0,-0E0,9.2089844E-1,-0E0,-0E0,7.879639E-2,-2.5598603E-1,-0E0,-0E0,6.0034435E1,-0E0,9.902344E-1,-0E0,4.6136885E0,-0E0,5.1476407E0,-0E0,9.84375E-1,-0E0,2.513793E1,-0E0,9.9365234E-1,-0E0,4.192886E0,4.7766466E0,-0E0,8.496094E-1,-0E0,-0E0,4.353125E1,-0E0,-1.0647786E-1,5.0105524E0,-0E0,1.035625E2,-0E0,9.921875E-1,-0E0,1.155625E2,-0E0,-0E0,4.565157E0,3.153125E1,-0E0,5.7006836E-2,-0E0,9.946289E-1,-0E0,7.5625E1,-0E0,-0E0,3.321875E1,4.909375E1,-0E0,9.902344E-1,-0E0,3.488159E-2,-0E0,3.153125E1,-0E0,6.3623047E-1,-0E0,-0E0,5.2631617E0,-0E0,9.760742E-1,9.2333984E-1,-0E0,1.3603444E0,-0E0,-0E0,5.99105E-1,-0E0,1.4953662E0,9.534567E0,-0E0,-0E0,4.961189E0,-0E0,9.5458984E-1,-0E0,3.128125E1,2.5009155E-2,-0E0,-2.9749632E-1,-0E0,7.763672E-1,-0E0,-0E0,3.203125E1,-0E0,1.4083862E-2,-0E0,8.0771166E-1,-0E0,3.053125E1,-2.3357232E-1,-0E0,-3.764236E-1,-0E0,-0E0,4.975E1,-0E0,5.3953815E0,1.1580858E1,-0E0,-0E0,9.9316406E-1,-0E0,3.053125E1,-0E0,5.846875E1,-0E0,4.234314E-3,-3.383295E-1,-0E0,1.1315591E0,-0E0,-0E0,1.1563888E2,4.740607E0,-0E0,-0E0,2.1010788E1,5.859375E-2,-0E0,-0E0,5.48296E0,-0E0,-3.9234638E-1,-0E0,3.20625E1,3.465271E-1,-0E0,-0E0,8.2958984E-1,-0E0,4.1375E1,4.7875E1,-0E0,-0E0,6.389618E-3,-3.779911E-1,-0E0,-0E0,9.8828125E-1,3.0635455E-1,-0E0,-0E0,9.3896484E-1,3.2655844E-1,-0E0,1.4914743E2,-0E0,3.1015625E1,-0E0,-0E0,1.4110995E2,5.3715096E0,-0E0,1.4205656E2,-0E0,5.825E1,-0E0,1.2800329E0,-0E0,-0E0,9.9658203E-1,4.1688362E-1,-0E0],"split_indices":[14,1,7,1,18,15,10,13,3,0,3,17,14,3,12,0,18,0,18,0,14,9,0,13,12,0,7,13,0,0,14,0,9,0,8,18,9,19,15,15,2,5,0,16,0,0,15,0,11,0,17,2,0,16,8,0,5,18,1,15,6,0,4,0,6,0,2,0,2,11,0,0,12,0,16,0,1,0,0,2,0,6,5,1,2,0,9,14,6,0,8,10,0,0,19,0,1,0,0,0,8,0,8,15,0,0,17,0,12,0,18,0,3,0,16,8,0,0,1,9,0,19,0,0,18,16,0,0,0,8,17,10,0,0,0,6,0,0,0,9,0,0,6,13,0,10,0,0,13,7,0,11,0,0,0,0,0,12,0,14,0,15,0,6,0,7,0,2,0,13,0,0,12,0,0,0,7,0,19,0,0,0,2,0,19,0,7,0,18,0,3,0,0,18,0,0,9,0,0,3,0,9,0,18,0,10,0,0,1,11,0,17,0,17,0,10,0,0,10,10,0,16,0,16,0,10,0,14,0,0,3,0,15,13,0,0,0,0,0,0,1,7,0,0,1,0,17,0,11,17,0,0,0,12,0,0,10,0,18,0,2,0,8,0,0,0,0,0,8,0,2,7,0,0,16,0,8,0,8,0,19,0,0,3,0,0,6,2,0,0,7,13,0,0,3,0,0,0,8,0,0,0,12,0,9,8,0,0,17,0,0,0,17,0,0,0,14,0,0,7,0,10,0,0,4,1,0,7,0,8,0,1,0,0,16,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.5388805E2,4.623339E1,2.0765465E2,1.5780567E1,3.0452824E1,1.7180702E2,3.5847633E1,9.260124E0,6.5204425E0,3.2500093E0,2.7202816E1,3.329201E1,1.38515E2,1.6887697E1,1.8959936E1,3.6625128E0,5.597612E0,2.4502594E0,4.0701833E0,1.370537E0,2.583228E1,2.3756165E1,9.535848E0,8.396045E1,5.4554558E1,2.093145E0,1.4794552E1,1.152845E1,7.4314857E0,1.0716935E0,4.5259185E0,5.332278E-1,3.5369554E0,2.262497E0,2.3569782E1,1.7972424E1,5.7837405E0,1.8547695E1,6.541275E1,2.4820677E1,2.9733883E1,1.1818834E1,2.9757173E0,1.1094851E1,4.335998E-1,3.7177768E-1,4.1541405E0,2.7074555E-1,3.2662098E0,1.6403311E0,2.1929451E1,1.5770409E1,2.2020154E0,3.8393023E0,1.9444381E0,9.515132E-1,1.7596182E1,4.009438E1,2.5318373E1,3.7136383E0,2.1107038E1,5.863854E0,2.387003E1,4.976908E0,6.841926E0,3.6839476E-1,1.0726456E1,5.1386786E-1,3.6402729E0,2.8193161E0,4.4689354E-1,4.141466E-1,2.1515305E1,7.3657197E-1,1.5033836E1,9.714806E-1,2.8678217E0,4.497519E-1,1.4946862E0,1.3176361E1,4.4198213E0,9.770873E0,3.0323507E1,8.153718E0,1.7164656E1,4.1803652E-1,3.2956018E0,3.3464248E0,1.7760612E1,2.3442328E0,2.1525797E1,3.9436102E0,2.898316E0,3.857602E-1,1.0340695E1,3.248419E-1,3.3154309E0,2.1859735E-1,2.600719E0,2.1857073E0,1.9329596E1,4.6649703E-1,1.456734E1,2.4255455E0,4.4227633E-1,3.4007695E0,9.775591E0,4.294049E0,5.476824E0,2.8730667E0,2.745044E1,2.1670892E0,5.986629E0,1.4235398E0,1.5741116E1,3.0144165E0,2.8118518E-1,2.6088575E-1,3.085539E0,1.5026831E1,2.7337825E0,1.7050058E1,4.4757376E0,7.0320296E-1,3.2404072E0,9.184908E0,1.155788E0,3.037045E0,2.78386E-1,5.4641204E0,1.3865476E1,1.2347383E1,2.2199569E0,2.56791E-1,2.1687543E0,9.333881E0,4.4171044E-1,5.852448E-1,4.891579E0,2.6119263E1,1.3311776E0,5.98418E-1,5.3882113E0,1.3668989E1,2.072126E0,2.8485293E0,1.6588716E-1,3.5410202E-1,2.731437E0,1.234745E1,2.6793802E0,1.4617442E1,2.4326162E0,1.6241968E-1,3.0779874E0,8.868801E0,3.1610695E-1,3.5739007E0,1.8902196E0,1.2394455E1,1.4710209E0,1.2015993E1,3.3138943E-1,8.987352E0,3.4652886E-1,4.5405083E0,3.5107088E-1,1.996072E1,6.158542E0,5.084809E0,3.0340233E-1,3.4726985E0,1.0196291E1,2.6765819E0,1.7194761E-1,2.4456403E-1,2.486873E0,2.1759224E0,1.0171528E1,3.675826E-1,1.424986E1,4.4102716E-1,3.1328735E0,1.1751931E0,1.1219262E1,1.0926232E0,1.092337E1,6.939707E-1,8.293382E0,2.1182808E-1,4.32868E0,1.9149614E1,8.1110674E-1,4.870827E0,2.1398152E-1,1.0932789E0,9.103012E0,9.877387E-1,1.4991343E0,9.545616E0,6.259121E-1,1.3304608E1,9.4525117E-1,2.9600787E0,1.7279485E-1,1.0377817E1,8.4144443E-1,9.4898146E-1,9.974388E0,8.003765E0,2.8961605E-1,3.602505E0,7.261751E-1,1.8257263E1,8.923511E-1,4.0711255E0,7.9970163E-1,1.6351542E0,7.467858E0,9.144337E0,4.0127942E-1,1.2374004E1,9.306043E-1,2.648879E0,3.1119955E-1,9.276869E0,1.1009492E0,8.866775E0,1.1076142E0,1.9184196E-1,7.8119235E0,6.24046E-1,2.9784591E0,1.7682884E1,5.743786E-1,3.7345777E0,3.36548E-1,4.0639424E-1,7.0614634E0,2.139322E0,7.005015E0,1.1990137E1,3.8386673E-1,3.531481E-1,2.295731E0,3.9513847E-1,8.88173E0,3.0223283E-1,8.564542E0,7.5061655E0,3.0575764E-1,2.7604167E0,2.180423E-1,1.6772203E1,9.106796E-1,5.7346135E-1,3.1611164E0,1.7550126E-1,6.8859625E0,1.5935339E0,5.411481E0,1.832434E-1,1.1806894E1,2.1319165E0,1.6381441E-1,7.6770763E0,1.2046536E0,3.3605835E-1,8.228483E0,1.6412559E-1,7.34204E0,1.4948656E1,1.8235482E0,1.7493126E-1,2.986185E0,3.1274462E-1,6.573218E0,2.531819E-1,5.158299E0,5.7854724E-1,1.1228347E1,7.630229E0,5.982541E-1,7.0518713E0,2.9016867E-1,2.2668518E-1,1.4721971E1,2.8049586E0,1.8122649E-1,1.9903086E-1,6.374187E0,4.9599385E0,1.983605E-1,3.7993717E-1,1.084841E1,3.5160255E-1,6.7002687E0,2.042835E-1,1.4517688E1,2.6366847E0,1.682741E-1,2.937118E-1,6.080475E0,3.4763667E-1,4.612302E0,1.0628858E1,2.1955183E-1,1.5873272E0,1.293036E1,5.788049E0,2.924257E-1,3.7515008E-1,4.2371516E0,1.04226265E1,2.0623112E-1,2.6995778E-1,1.2660402E1,3.9732983E0,2.6385328E-1,9.620956E0,3.0394459E0,9.401359E0,2.1959825E-1,1.7941952E-1,9.221939E0,8.293577E0,9.283615E-1,8.0663395E0,2.2723769E-1,7.901122E0,1.6521768E-1,7.719986E0,1.811359E-1,1.7441079E-1,7.545575E0,7.3092566E0,2.3631874E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"337","size_leaf_vector":"0"}},{"base_weights":[-1.5219862E-2,-2.4677578E-3,-1.3788515E-1,-3.624985E-2,2.2940053E-2,-0E0,-2.3459104E-1,-0E0,-1.1468433E-1,6.403883E-2,-1.9289946E-2,-0E0,-3.225981E-1,-1.1018435E-1,1.29181E-2,-1.9618738E-1,-0E0,-0E0,1.3181165E-1,-0E0,-7.758037E-2,-0E0,-4.1740108E-1,-1.5906487E-1,-0E0,5.2919723E-2,-1.3696948E-2,-2.276797E-1,-0E0,-8.138031E-3,6.203721E-2,1.6775805E-1,-0E0,-0E0,4.7490347E-2,-1.5187916E-1,-0E0,-4.5457762E-1,-0E0,-0E0,-1.9425423E-1,9.757168E-2,-0E0,-6.378807E-2,5.332763E-3,-0E0,-2.5101346E-1,-6.579086E-2,-0E0,-0E0,1.420591E-1,-0E0,1.9386773E-1,-7.623739E-2,-0E0,1.06036134E-1,-0E0,-2.0222718E-1,-0E0,-0E0,-4.8408034E-1,-0E0,-2.4340852E-1,1.2981772E-1,-0E0,-4.2232614E-2,1.4140143E-2,-0E0,-1.1233508E-1,8.8749245E-2,-0E0,-2.702835E-1,-0E0,-1.0088837E-1,-0E0,-0E0,8.3526984E-2,1.8720323E-1,-0E0,2.2010224E-1,-0E0,-1.1732969E-1,-0E0,1.6870032E-1,-0E0,-2.5045767E-1,-0E0,-5.0504404E-1,-0E0,-0E0,-2.5446275E-1,1.5613995E-1,-0E0,-0E0,-1.2431474E-1,-0E0,9.556086E-2,-1.68829E-1,-0E0,1.6762209E-1,-0E0,-0E0,-2.8322634E-1,-1.6257733E-1,-0E0,1.7815623E-1,-0E0,-0E0,2.2948368E-1,2.5968128E-1,-0E0,-0E0,-1.595993E-1,2.2262987E-1,-0E0,-2.7639386E-1,-0E0,-0E0,-5.304397E-1,-0E0,-2.6591754E-1,-0E0,1.8042043E-1,-1.8591544E-1,-0E0,1.8264994E-1,-0E0,-2.2054215E-1,-0E0,2.4180017E-1,-0E0,-3.121852E-1,-0E0,-2.0109214E-1,-0E0,-0E0,2.4188098E-1,2.6901338E-1,-0E0,-0E0,2.7211666E-1,-1.8434285E-1,-0E0,-0E0,3.0142522E-1,-3.068935E-1,-0E0,-0E0,-4.2245203E-1,-2.728197E-1,-0E0,2.0246711E-1,-0E0,-0E0,-2.184174E-1,2.5618458E-1,-0E0,-2.4981429E-1,-0E0,-0E0,3.073378E-1,-3.2478917E-1,-0E0,-0E0,-2.3624477E-1,-0E0,2.654678E-1,3.037141E-1,-0E0,-0E0,2.8669548E-1,-2.0875064E-1,-0E0,-0E0,3.3637512E-1,-0E0,-3.2769564E-1,-0E0,-2.7742577E-1,-0E0,2.2854021E-1,-2.4347259E-1,-0E0,3.0112696E-1,-0E0,-2.874674E-1,-0E0,-0E0,3.4003502E-1,-0E0,-3.3590096E-1,-0E0,-2.7031687E-1,2.821552E-1,-0E0,3.2367033E-1,-0E0,3.0897948E-1,-0E0,-0E0,-2.3177257E-1,-0E0,3.7526378E-1,-0E0,-3.460387E-1,-2.1946628E-1,-0E0,2.5518605E-1,-0E0,-2.7377263E-1,-0E0,3.4228072E-1,-0E0,-0E0,-3.3183673E-1,3.7112555E-1,-0E0,-3.4502497E-1,-0E0,-2.9586768E-1,-0E0,-0E0,2.9652342E-1,-0E0,3.47605E-1,-0E0,3.2244256E-1,-2.5803295E-1,-0E0,3.1866738E-1,-0E0,-0E0,-3.6406443E-1,3.1107584E-1,-0E0,-0E0,-3.050482E-1,3.643589E-1,-0E0,-0E0,-4.2280748E-1,3.034629E-1,-0E0,-3.5685697E-1,-0E0,-3.4557635E-1,-0E0,2.5339204E-1,-0E0,-0E0,3.59357E-1,3.3688545E-1,-0E0,-0E0,-2.8361413E-1,-0E0,-3.8571966E-1,3.360338E-1,-0E0,-2.5175726E-1,-0E0,-0E0,3.8677698E-1,-0E0,-4.4088814E-1,-0E0,-3.754115E-1,-3.730426E-1,-0E0,-0E0,2.968362E-1,-0E0,3.498612E-1,-0E0,-3.0919296E-1,-0E0,-4.0001824E-1,3.4951746E-1,-0E0,4.032845E-1,-0E0,-3.7619552E-1,-0E0,-4.138281E-1,-0E0,-0E0,-3.8364106E-1,-0E0,3.6457777E-1,-2.5186503E-1,-0E0,-0E0,-4.2228413E-1,-0E0,3.6149174E-1,3.260531E-1,-0E0,-0E0,-4.2605644E-1,-0E0,-3.9512885E-1,3.779115E-1,-0E0,-4.5273834E-1,-0E0,-0E0,3.7637925E-1,-4.3473026E-1,-0E0,-4.0708548E-1,-0E0,3.0527458E-1,-0E0,-3.6060002E-1,-0E0,-0E0,3.9299384E-1,-4.4436753E-1,-0E0,-0E0,-3.2374388E-1,-0E0,4.0523916E-1,-3.509302E-1,-0E0,4.129364E-1,-0E0,4.1935033E-1,-0E0,-0E0,3.3164936E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":18,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,-1,21,23,25,27,-1,29,31,33,35,-1,37,39,-1,41,43,45,-1,47,49,51,-1,53,55,57,-1,59,-1,-1,61,63,65,67,69,-1,71,73,75,-1,77,-1,79,81,-1,83,-1,85,-1,-1,87,-1,89,91,-1,93,95,-1,97,99,-1,101,-1,103,-1,-1,105,107,-1,109,-1,111,-1,113,-1,115,-1,117,-1,-1,119,121,-1,-1,123,-1,125,127,-1,129,-1,-1,131,133,-1,135,-1,-1,137,139,-1,-1,141,143,-1,145,-1,-1,147,-1,149,-1,151,153,-1,155,-1,157,-1,159,-1,161,-1,163,-1,-1,165,167,-1,-1,169,171,-1,-1,173,175,-1,-1,-1,177,-1,179,-1,-1,181,183,-1,185,-1,-1,187,189,-1,-1,191,-1,193,195,-1,-1,197,199,-1,-1,201,-1,203,-1,205,-1,207,209,-1,211,-1,213,-1,-1,215,-1,217,-1,219,221,-1,223,-1,225,-1,-1,227,-1,229,-1,231,-1,-1,233,-1,235,-1,237,-1,-1,239,241,-1,243,-1,245,-1,-1,247,-1,249,-1,251,253,-1,-1,-1,-1,255,257,-1,-1,259,261,-1,-1,263,-1,-1,265,-1,267,-1,-1,-1,-1,269,271,-1,-1,273,-1,275,277,-1,-1,-1,-1,279,-1,281,-1,283,285,-1,-1,-1,-1,287,-1,289,-1,291,293,-1,295,-1,-1,-1,297,-1,-1,299,-1,301,-1,-1,-1,303,-1,305,-1,-1,-1,307,-1,309,311,-1,313,-1,-1,315,317,-1,319,-1,-1,-1,-1,-1,-1,321,323,-1,-1,-1,-1,325,-1,-1,327,-1,329,-1,-1,-1],"loss_changes":[2.395377E-1,2.0940901E-1,2.541936E-1,2.5447524E-1,2.4240933E-1,0E0,2.533458E-1,1.8252647E-1,2.895107E-1,2.2194713E-1,1.00790635E-1,0E0,2.337076E-1,1.5945058E-1,1.1524043E-1,1.5171194E-1,0E0,5.3775527E-2,2.1101254E-1,2.7039811E-2,1.8387903E-1,0E0,1.23648524E-1,9.383696E-2,0E0,1.08160935E-1,8.536944E-2,1.4654458E-1,0E0,7.78136E-2,6.2192407E-2,1.9077605E-1,0E0,2.7376657E-2,6.201628E-2,1.3633657E-1,0E0,1.0323477E-1,0E0,0E0,9.998199E-2,1.1434245E-1,1.369354E-2,1.2026818E-1,4.2509492E-2,0E0,1.03836E-1,7.052929E-2,4.04193E-2,0E0,6.1837308E-2,0E0,1.6095698E-1,3.477495E-2,0E0,8.415285E-2,0E0,1.5660006E-1,0E0,0E0,3.6545515E-2,0E0,3.7799E-2,1.1795482E-1,0E0,5.8143497E-2,7.0541784E-2,0E0,1.2610339E-1,9.44006E-2,0E0,8.689058E-2,0E0,1.21518835E-1,0E0,0E0,9.88597E-2,7.945907E-2,0E0,1.7598653E-1,0E0,4.7983296E-2,0E0,1.01309255E-1,0E0,8.47373E-2,0E0,1.9235015E-2,0E0,0E0,2.7368188E-2,1.1059627E-1,0E0,0E0,6.926027E-2,0E0,1.4618981E-1,1.3848513E-1,0E0,1.2037489E-1,0E0,0E0,7.434845E-2,1.1004546E-1,0E0,8.314523E-2,0E0,0E0,6.557006E-2,9.246087E-2,0E0,0E0,3.1182282E-2,1.0056394E-1,0E0,9.940487E-2,0E0,0E0,8.084655E-3,0E0,1.38607025E-2,0E0,1.2948263E-1,4.367605E-2,0E0,1.1359203E-1,0E0,1.1611214E-1,0E0,1.24141484E-1,0E0,6.0239673E-2,0E0,1.3080922E-1,0E0,0E0,3.085263E-2,4.641664E-2,0E0,0E0,1.06693506E-1,3.185408E-2,0E0,0E0,6.773767E-2,7.977474E-2,0E0,0E0,0E0,7.522881E-3,0E0,9.699553E-2,0E0,0E0,3.3990145E-2,1.04055315E-1,0E0,1.1543679E-1,0E0,0E0,5.4190934E-2,5.6099534E-2,0E0,0E0,1.1725056E-1,0E0,1.7432064E-2,2.6327997E-2,0E0,0E0,1.5186298E-1,2.5747254E-2,0E0,0E0,5.613637E-2,0E0,7.590586E-2,0E0,3.6685467E-3,0E0,1.4921653E-1,3.0902416E-2,0E0,1.06868684E-1,0E0,1.541943E-1,0E0,0E0,5.957997E-2,0E0,4.845333E-2,0E0,9.01317E-2,8.743644E-3,0E0,1.9861162E-2,0E0,1.0508609E-1,0E0,0E0,3.6501437E-2,0E0,6.435463E-2,0E0,7.277298E-2,0E0,0E0,1.7200315E-1,0E0,3.7302718E-2,0E0,3.3399403E-2,0E0,0E0,1.396082E-1,1.6638607E-2,0E0,5.007255E-2,0E0,9.627622E-2,0E0,0E0,3.3082753E-2,0E0,6.262958E-3,0E0,1.0464811E-1,3.436479E-2,0E0,0E0,0E0,0E0,6.8586946E-2,1.0945046E-1,0E0,0E0,1.3618916E-2,3.591591E-2,0E0,0E0,4.8964977E-2,0E0,0E0,3.9250612E-2,0E0,1.0295874E-1,0E0,0E0,0E0,0E0,2.4724454E-2,1.0106444E-1,0E0,0E0,3.4665048E-2,0E0,4.549718E-2,7.848179E-2,0E0,0E0,0E0,0E0,2.3659647E-2,0E0,4.0370464E-2,0E0,1.3413429E-2,2.5990486E-2,0E0,0E0,0E0,0E0,1.04584455E-1,0E0,9.380192E-3,0E0,3.313589E-2,5.9841752E-2,0E0,1.5238762E-2,0E0,0E0,0E0,6.0085177E-2,0E0,0E0,2.633667E-2,0E0,4.5801163E-2,0E0,0E0,0E0,5.2475214E-2,0E0,5.1305175E-2,0E0,0E0,0E0,3.256488E-2,0E0,2.009356E-2,3.7569523E-2,0E0,5.387068E-3,0E0,0E0,2.7940035E-2,1.6192317E-2,0E0,3.9898157E-3,0E0,0E0,0E0,0E0,0E0,0E0,2.2722244E-2,3.4173727E-3,0E0,0E0,0E0,0E0,1.8278956E-2,0E0,0E0,1.5758038E-2,0E0,1.2412906E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,17,17,18,18,19,19,20,20,22,22,23,23,25,25,26,26,27,27,29,29,30,30,31,31,33,33,34,34,35,35,37,37,40,40,41,41,42,42,43,43,44,44,46,46,47,47,48,48,50,50,52,52,53,53,55,55,57,57,60,60,62,62,63,63,65,65,66,66,68,68,69,69,71,71,73,73,76,76,77,77,79,79,81,81,83,83,85,85,87,87,90,90,91,91,94,94,96,96,97,97,99,99,102,102,103,103,105,105,108,108,109,109,112,112,113,113,115,115,118,118,120,120,122,122,123,123,125,125,127,127,129,129,131,131,133,133,136,136,137,137,140,140,141,141,144,144,145,145,149,149,151,151,154,154,155,155,157,157,160,160,161,161,164,164,166,166,167,167,170,170,171,171,174,174,176,176,178,178,180,180,181,181,183,183,185,185,188,188,190,190,192,192,193,193,195,195,197,197,200,200,202,202,204,204,207,207,209,209,211,211,214,214,215,215,217,217,219,219,222,222,224,224,226,226,227,227,232,232,233,233,236,236,237,237,240,240,243,243,245,245,250,250,251,251,254,254,256,256,257,257,262,262,264,264,266,266,267,267,272,272,274,274,276,276,277,277,279,279,283,283,286,286,288,288,292,292,294,294,298,298,300,300,301,301,303,303,306,306,307,307,309,309,316,316,317,317,322,322,325,325,327,327],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,-1,22,24,26,28,-1,30,32,34,36,-1,38,40,-1,42,44,46,-1,48,50,52,-1,54,56,58,-1,60,-1,-1,62,64,66,68,70,-1,72,74,76,-1,78,-1,80,82,-1,84,-1,86,-1,-1,88,-1,90,92,-1,94,96,-1,98,100,-1,102,-1,104,-1,-1,106,108,-1,110,-1,112,-1,114,-1,116,-1,118,-1,-1,120,122,-1,-1,124,-1,126,128,-1,130,-1,-1,132,134,-1,136,-1,-1,138,140,-1,-1,142,144,-1,146,-1,-1,148,-1,150,-1,152,154,-1,156,-1,158,-1,160,-1,162,-1,164,-1,-1,166,168,-1,-1,170,172,-1,-1,174,176,-1,-1,-1,178,-1,180,-1,-1,182,184,-1,186,-1,-1,188,190,-1,-1,192,-1,194,196,-1,-1,198,200,-1,-1,202,-1,204,-1,206,-1,208,210,-1,212,-1,214,-1,-1,216,-1,218,-1,220,222,-1,224,-1,226,-1,-1,228,-1,230,-1,232,-1,-1,234,-1,236,-1,238,-1,-1,240,242,-1,244,-1,246,-1,-1,248,-1,250,-1,252,254,-1,-1,-1,-1,256,258,-1,-1,260,262,-1,-1,264,-1,-1,266,-1,268,-1,-1,-1,-1,270,272,-1,-1,274,-1,276,278,-1,-1,-1,-1,280,-1,282,-1,284,286,-1,-1,-1,-1,288,-1,290,-1,292,294,-1,296,-1,-1,-1,298,-1,-1,300,-1,302,-1,-1,-1,304,-1,306,-1,-1,-1,308,-1,310,312,-1,314,-1,-1,316,318,-1,320,-1,-1,-1,-1,-1,-1,322,324,-1,-1,-1,-1,326,-1,-1,328,-1,330,-1,-1,-1],"split_conditions":[2.410068E2,6.6E1,9.454346E-2,7.841797E-1,3.413086E-1,-0E0,8.3984375E-2,1.3426222E0,9.614258E-1,2.3646986E0,4.338379E-1,-0E0,1.3072801E0,1.59875E2,2.6367188E-1,4.6527977E0,-0E0,7.2802734E-1,4.6201353E0,2.1986852E0,9.506836E-1,-0E0,9.995117E-1,1.1053467E-1,-0E0,1.0847726E2,1.0551027E2,3.275E1,-0E0,1.8550575E2,4.831543E-1,5.218541E1,-0E0,2.9464722E-2,2.4521554E0,9.838867E-1,-0E0,3.8890839E-3,-0E0,-0E0,2.8167725E-2,9.8535156E-1,2.0405595E0,3.7994385E-2,4.2460546E0,-0E0,4.769523E0,8.48125E1,7.8808594E-1,-0E0,1.9896704E2,-0E0,1.4887653E2,9.9560547E-1,-0E0,4.553929E0,-0E0,4.486797E0,-0E0,-0E0,5.1061854E0,-0E0,1.1101958E0,4.860085E0,-0E0,7.30894E1,5.5125E1,-0E0,3.3691406E-1,9.692383E-1,-0E0,6.50896E-1,-0E0,9.3002686E1,-0E0,-0E0,9.6240234E-1,1.430664E-1,-0E0,1.06183174E2,-0E0,2.7866364E-3,-0E0,1.35625E2,-0E0,9.9902344E-1,-0E0,5.4855347E-3,-0E0,-0E0,4.87689E-1,3.115625E1,-0E0,-0E0,1.3797261E2,-0E0,9.7625E1,6.088867E-1,-0E0,9.975586E-1,-0E0,-0E0,4.3052983E0,9.5458984E-1,-0E0,9.079934E-1,-0E0,-0E0,9.970703E-1,2.1252441E-1,-0E0,-0E0,5.0629873E0,3.85E1,-0E0,8.1933594E-1,-0E0,-0E0,4.76875E1,-0E0,6.5375E1,-0E0,6.56875E1,9.971619E-3,-0E0,3.4338799E0,-0E0,4.9986987E0,-0E0,5.446132E1,-0E0,5.4125E1,-0E0,3.1015625E1,-0E0,-0E0,4.7072582E1,3.8910084E0,-0E0,-0E0,3.128125E1,1.055625E2,-0E0,-0E0,2.7679443E-2,6.1287874E-1,-0E0,-0E0,-4.2245203E-1,8.267427E-1,-0E0,9.971619E-3,-0E0,-0E0,9.9853516E-1,9.0234375E-1,-0E0,4.466443E0,-0E0,-0E0,1.3947751E2,5.9906006E-2,-0E0,-0E0,3.128125E1,-0E0,6.591797E-1,1.5359016E2,-0E0,-0E0,9.9902344E-1,6.547886E-1,-0E0,-0E0,2.2949219E-1,-0E0,2.8380184E1,-0E0,1.9329475E2,-0E0,9.9902344E-1,8.825E1,-0E0,1.2475E2,-0E0,3.557129E-1,-0E0,-0E0,9.931453E1,-0E0,9.8876953E-1,-0E0,8.88125E1,1.7127991E-3,-0E0,6.9625E1,-0E0,7.7184206E-1,-0E0,-0E0,1.67375E2,-0E0,9.980469E-1,-0E0,3.369788E1,-2.1946628E-1,-0E0,4.0572176E0,-0E0,5.180664E-1,-0E0,4.7026196E0,-0E0,-0E0,1.1425781E-1,1.54625E2,-0E0,2.1713524E2,-0E0,9.638672E-1,-0E0,-0E0,9.824219E-1,-0E0,3.065625E1,-0E0,1.4402605E2,3.178125E1,-0E0,3.1866738E-1,-0E0,-0E0,3.178125E1,4.858024E0,-0E0,-0E0,4.471166E0,1.095233E2,-0E0,-0E0,3.203125E1,3.034629E-1,-0E0,3.8125E1,-0E0,1.29625E2,-0E0,2.5339204E-1,-0E0,-0E0,6.1920166E-2,2.4358696E1,-0E0,-0E0,2.59552E-2,-0E0,1.3086053E2,2.1713524E2,-0E0,-2.5175726E-1,-0E0,-0E0,2.2131348E-1,-0E0,9.970703E-1,-0E0,3.0557764E0,6.8893433E-3,-0E0,-0E0,2.968362E-1,-0E0,3.053125E1,-0E0,9.902344E-1,-0E0,3.296875E1,3.642297E1,-0E0,9.532071E1,-0E0,-3.7619552E-1,-0E0,2.3071289E-2,-0E0,-0E0,5.824608E1,-0E0,9.8535156E-1,-2.5186503E-1,-0E0,-0E0,9.863281E-1,-0E0,3.740625E1,3.260531E-1,-0E0,-0E0,1.6863078E2,-0E0,2.2826233E0,2.7954102E-1,-0E0,5.3436007E0,-0E0,-0E0,3.34375E1,1.230625E2,-0E0,9.468079E-3,-0E0,3.0527458E-1,-0E0,-3.6060002E-1,-0E0,-0E0,5.859375E-2,9.975586E-1,-0E0,-0E0,-3.2374388E-1,-0E0,6.5375E1,-3.509302E-1,-0E0,9.6435547E-1,-0E0,9.468079E-3,-0E0,-0E0,3.3164936E-1],"split_indices":[6,9,17,18,13,0,13,2,18,3,19,0,0,10,13,2,0,18,2,2,19,0,17,16,0,4,7,11,0,7,19,4,0,19,0,14,0,16,0,0,18,17,2,18,1,0,3,11,14,0,6,0,4,17,0,2,0,2,0,0,1,0,1,3,0,5,10,0,12,16,0,3,0,5,0,0,16,14,0,5,0,18,0,9,0,15,0,18,0,0,2,8,0,0,7,0,10,18,0,15,0,0,1,19,0,2,0,0,17,15,0,0,3,8,0,12,0,0,9,0,9,0,9,18,0,3,0,2,0,5,0,8,0,11,0,0,4,2,0,0,11,8,0,0,16,1,0,0,0,0,0,18,0,0,14,12,0,1,0,0,6,14,0,0,8,0,18,4,0,0,14,2,0,0,14,0,4,0,7,0,14,10,0,11,0,15,0,0,5,0,13,0,10,19,0,9,0,2,0,0,10,0,14,0,7,0,0,1,0,15,0,2,0,0,12,10,0,6,0,16,0,0,12,0,8,0,4,10,0,0,0,0,10,2,0,0,0,4,0,0,10,0,0,11,0,9,0,0,0,0,12,7,0,0,16,0,6,6,0,0,0,0,13,0,14,0,1,18,0,0,0,0,8,0,14,0,11,4,0,5,0,0,0,16,0,0,5,0,19,0,0,0,17,0,9,0,0,0,4,0,3,13,0,3,0,0,11,11,0,17,0,0,0,0,0,0,13,19,0,0,0,0,9,0,0,12,0,17,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.424682E2,2.2748186E2,1.4986356E1,1.14451866E2,1.1302999E2,5.5173254E0,9.46903E0,8.411909E1,3.0332777E1,6.915201E1,4.3877983E1,2.2629244E0,7.2061057E0,1.355763E1,7.0561455E1,1.755788E1,1.2774896E1,4.0437145E1,2.871486E1,2.4888142E1,1.8989841E1,1.7615709E0,5.444535E0,1.2547318E1,1.0103108E0,4.3004913E1,2.7556543E1,1.5834538E1,1.7233425E0,2.744534E1,1.2991806E1,2.5034117E1,3.680744E0,1.3398863E1,1.1489278E1,1.2556711E1,6.4331303E0,5.1103487E0,3.3418602E-1,1.8121588E0,1.073516E1,2.3658688E1,1.9346226E1,2.1730263E1,5.82628E0,5.6988955E-1,1.5264649E1,1.7904877E1,9.5404625E0,7.837063E0,5.154743E0,1.3387183E0,2.3695398E1,4.210254E0,9.188609E0,7.4205585E0,4.068719E0,1.0198386E1,2.3583252E0,2.2247048E-1,4.8878784E0,2.3919911E0,8.343169E0,1.9932333E1,3.726355E0,5.5780106E0,1.3768216E1,5.531757E0,1.6198505E1,4.9198937E0,9.0638655E-1,1.4518255E1,7.463937E-1,1.4256023E1,3.648853E0,4.24704E0,5.293422E0,4.5208097E0,6.3393366E-1,2.1593792E1,2.1016064E0,4.0147796E0,1.9547485E-1,5.5860915E0,1.834467E0,8.971201E0,1.2271851E0,4.5931506E0,2.9472765E-1,1.6787572E-1,8.175293E0,1.8462242E1,1.4700897E0,1.6142143E0,3.9637961E0,6.231028E0,7.537188E0,1.1317072E1,4.881435E0,4.37914E0,5.4075384E-1,2.580513E-1,1.4260204E1,9.779917E0,4.476106E0,3.8881717E0,1.4052507E0,1.7082511E-1,4.349984E0,1.798197E1,3.6118212E0,1.9100522E-1,3.8237743E0,5.0386543E0,5.4743737E-1,8.386308E0,5.848938E-1,4.0764806E-1,4.1855025E0,3.4426755E-1,7.8310256E0,1.3627701E0,1.7099472E1,3.4996023E0,4.641938E-1,6.08207E0,1.4551183E0,9.272227E0,2.0448444E0,3.903568E0,4.7557178E-1,1.2411711E1,1.8484927E0,8.940563E0,8.393541E-1,5.864648E-1,3.301707E0,3.9354239E0,4.145605E-1,4.0193522E-1,1.7580036E1,3.6585546E0,1.6521975E-1,1.4103924E0,3.6282618E0,7.7632375E0,6.230699E-1,1.6363527E-1,4.0218673E0,7.601043E0,2.2998235E-1,1.663399E1,4.6548226E-1,1.8624777E-1,3.3133547E0,4.5765467E0,1.5055234E0,8.976826E0,2.9540148E-1,3.6354694E-1,3.540021E0,1.2000094E1,4.116172E-1,2.5667903E-1,8.683884E0,2.0775919E-1,3.0939476E0,3.4829936E0,4.524303E-1,4.9396938E-1,1.7086065E1,3.4739301E0,1.8462439E-1,2.1463571E-1,3.4136262E0,2.7291313E-1,7.4903245E0,1.6902384E-1,7.4320197E0,1.8294058E0,1.48045845E1,3.142285E0,1.7106953E-1,4.321836E0,2.547103E-1,8.053729E0,9.2309624E-1,2.7092493E-1,3.2690961E0,3.161359E-1,1.1683958E1,5.646518E-1,8.119232E0,2.9003725E0,1.9357516E-1,3.2582943E0,2.2469911E-1,1.6231594E1,8.54471E-1,2.709523E-1,3.202978E0,3.7047958E-1,3.0431466E0,1.9075385E-1,7.2995706E0,7.257697E0,1.743225E-1,1.4066733E1,7.3785096E-1,2.7929728E0,3.4931237E-1,4.144236E0,1.7760015E-1,7.341923E-1,7.319537E0,3.0966182E0,1.7247793E-1,1.1455108E1,2.2885023E-1,7.7244506E0,3.9478168E-1,2.221077E-1,2.6782649E0,3.3536905E-1,2.9229252E0,3.5729033E-1,1.5874305E1,3.035843E0,1.6713506E-1,2.8749084E0,1.6823798E-1,2.0417891E-1,7.0953918E0,1.1080126E1,2.9866076E0,2.3975046E-1,2.5532222E0,3.8500385E0,2.9419753E-1,2.2219381E0,5.097599E0,2.8826835E0,2.1393463E-1,1.1068678E1,3.8642976E-1,6.334744E0,1.3897064E0,2.4614363E0,2.168287E-1,1.7172022E-1,2.7512052E0,1.5422486E1,4.518185E-1,1.8185332E-1,2.8539896E0,3.6791044E-1,6.727481E0,1.039313E1,6.869957E-1,2.3579495E0,1.9527271E-1,2.4956875E-1,3.6004698E0,1.9779724E-1,4.8998017E0,8.3678883E-1,1.0231889E1,6.105196E0,2.2954781E-1,1.8146022E-1,2.5697448E0,3.3350337E-1,1.5088983E1,1.6937734E-1,2.6846123E0,2.2312455E-1,6.5043564E0,1.0211309E1,1.8182059E-1,3.4171286E0,1.8334115E-1,4.185837E0,7.139649E-1,8.41017E0,1.82172E0,1.8331929E-1,5.921877E0,4.462897E-1,1.46426935E1,2.5098703E0,1.7474179E-1,5.3334856E-1,5.971008E0,2.3992231E-1,9.971388E0,3.2330976E0,1.8403111E-1,1.7312284E-1,8.237046E0,1.9929688E-1,5.72258E0,1.3913691E1,7.290024E-1,5.3857327E0,5.8527523E-1,4.4983166E-1,9.521556E0,8.064187E0,1.7285906E-1,5.4836683E0,2.3891152E-1,1.3184156E1,7.295339E-1,5.1698E0,2.1593311E-1,6.4854354E-1,8.873013E0,7.7787447E0,2.854425E-1,2.044563E-1,5.279212E0,4.1953465E-1,8.453478E0,7.592891E0,1.8585369E-1,8.229995E0,2.2348243E-1,8.054597E0,1.7539792E-1,1.6476707E-1,7.88983E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"331","size_leaf_vector":"0"}},{"base_weights":[-1.1056103E-2,-0E0,-1.8978916E-1,1.6509744E-3,-1.3823171E-1,-2.7803954E-1,-0E0,-1.1915049E-2,4.4525146E-2,-1.7942944E-1,-0E0,-0E0,-3.2819355E-1,-4.8839424E-2,3.4034662E-3,7.898693E-2,-0E0,-0E0,-2.210533E-1,-3.5364118E-1,-0E0,-9.982753E-2,-0E0,3.4611344E-2,-1.3048863E-2,1.04879454E-1,-0E0,-1.0071325E-1,-0E0,-2.4896885E-1,-0E0,-4.0188897E-1,-0E0,-1.315569E-1,-0E0,3.3530854E-2,-4.134954E-2,6.973264E-2,-0E0,-0E0,-6.477617E-2,1.3313426E-1,-0E0,-4.543198E-2,-0E0,-0E0,-1.605429E-1,4.4909578E-2,-0E0,-0E0,-2.7532133E-1,-0E0,-4.465029E-1,-1.4959477E-1,-0E0,-0E0,1.1950512E-1,-0E0,-1.05257206E-1,9.5303945E-2,-0E0,-4.0690415E-2,-0E0,3.815789E-2,-1.247081E-2,-1.4079505E-1,-0E0,-0E0,1.5702476E-1,-1.5983176E-1,-0E0,-2.2881024E-1,-0E0,8.278317E-2,-0E0,-3.2609227E-1,-0E0,-0E0,-3.6728665E-1,-0E0,-2.5704837E-1,-0E0,2.1180396E-1,-0E0,-1.6486484E-1,-0E0,1.2907834E-1,-0E0,-1.0104266E-1,7.17663E-2,-0E0,-0E0,-1.2435686E-1,-0E0,-1.8807963E-1,-0E0,1.762933E-1,-2.2662064E-1,-0E0,-0E0,-2.4199533E-1,-0E0,1.2148133E-1,-2.6674998E-1,-0E0,-8.403123E-2,-0E0,-2.8091845E-1,-0E0,-0E0,2.6164767E-1,-2.2917618E-1,-0E0,-0E0,1.7835248E-1,-0E0,-1.552314E-1,1.2419498E-1,-0E0,-2.2558469E-1,-0E0,-0E0,-2.2246748E-1,-0E0,1.9208549E-1,-2.6233378E-1,-0E0,-0E0,-2.7849576E-1,-0E0,1.5487888E-1,-1.675577E-1,-0E0,-0E0,-3.0562615E-1,-0E0,3.060217E-1,-0E0,-3.08233E-1,-0E0,2.378604E-1,-0E0,-1.8004239E-1,-0E0,2.086256E-1,-2.5280812E-1,-0E0,-0E0,-2.8787762E-1,-0E0,2.3809157E-1,-0E0,-2.3049378E-1,-2.3072088E-1,-0E0,-0E0,1.8598479E-1,-0E0,-1.9109033E-1,-3.3417645E-1,-0E0,-0E0,3.2605767E-1,-0E0,-3.6374003E-1,-0E0,2.859431E-1,-2.0383246E-1,-0E0,-0E0,2.5139183E-1,-0E0,-2.6757798E-1,-0E0,-3.2817024E-1,-0E0,2.5693175E-1,-0E0,2.0615093E-1,-1.6300687E-1,-0E0,-2.6798654E-1,-0E0,-0E0,2.7245307E-1,-0E0,-3.9312354E-1,-0E0,3.2344228E-1,-0E0,-2.2530025E-1,2.9625133E-1,-0E0,-0E0,-2.1929087E-1,-0E0,-3.565823E-1,-0E0,2.6934028E-1,-0E0,2.2889271E-1,-4.198277E-1,-0E0,3.494161E-1,-0E0,-1.8211105E-1,-0E0,-0E0,3.1581643E-1,-0E0,-2.9816705E-1,-0E0,2.7917308E-1,-0E0,2.6011205E-1,-0E0,-4.4480225E-1,-0E0,3.6595008E-1,2.6117325E-1,-0E0,2.8808486E-1,-0E0,-0E0,2.7958596E-1,-0E0,-3.5532257E-1,3.8239926E-1,-0E0,2.9766774E-1,-0E0,-0E0,3.344218E-1,3.9489505E-1,-0E0,-0E0,3.0530906E-1,3.457819E-1,-0E0,-0E0,4.050688E-1,3.1960693E-1,-0E0,-0E0,2.844004E-1,-0E0,4.1640177E-1,-0E0,3.2652062E-1,-0E0,4.284919E-1,3.3309984E-1,-0E0,4.3643492E-1,-0E0,-0E0,3.38438E-1,3.477857E-1,-0E0,3.446694E-1,-0E0,-0E0,3.525515E-1,3.766385E-1,-0E0,-0E0,3.9705065E-1,4.074841E-1,-0E0,-0E0,4.1308758E-1,3.2586697E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":19,"left_children":[1,3,5,7,9,11,-1,13,15,17,-1,-1,19,21,23,25,27,-1,29,31,-1,33,35,37,39,41,43,45,47,49,-1,51,-1,53,-1,55,57,59,61,63,65,67,-1,69,-1,-1,71,73,-1,-1,75,-1,77,79,-1,-1,81,-1,83,85,-1,87,-1,89,91,93,-1,-1,95,97,-1,99,-1,101,-1,103,-1,-1,-1,105,107,-1,109,-1,111,-1,113,-1,115,117,-1,-1,119,-1,121,-1,123,125,-1,-1,127,-1,129,-1,-1,131,-1,133,-1,-1,135,137,-1,-1,139,-1,141,143,-1,145,-1,-1,147,-1,149,151,-1,-1,153,-1,155,157,-1,-1,159,-1,161,-1,163,-1,165,-1,167,-1,169,171,-1,-1,173,-1,175,-1,-1,-1,-1,-1,177,-1,179,181,-1,-1,183,-1,185,-1,187,189,-1,-1,191,-1,193,-1,195,-1,197,-1,199,-1,-1,-1,-1,-1,-1,-1,201,-1,203,-1,205,207,-1,-1,-1,-1,209,-1,211,-1,213,215,-1,217,-1,-1,-1,-1,219,-1,-1,-1,221,-1,223,-1,225,-1,227,-1,-1,229,-1,-1,231,-1,-1,233,-1,235,-1,-1,237,239,-1,-1,241,243,-1,-1,245,247,-1,-1,-1,-1,249,-1,251,-1,253,255,-1,257,-1,-1,259,-1,-1,261,-1,-1,263,265,-1,-1,267,269,-1,-1,271,-1,-1],"loss_changes":[3.6942577E-1,1.1655458E-1,1.7245117E-1,1.5908644E-1,5.8966056E-2,1.3613623E-1,0E0,1.2895703E-1,1.6281973E-1,6.704661E-2,0E0,0E0,4.8618197E-2,1.3036597E-1,6.5732084E-2,1.4450657E-1,5.827461E-2,0E0,4.7130167E-2,5.6007862E-2,0E0,8.6301744E-2,5.105202E-2,1.1660347E-1,4.9499556E-2,1.5689903E-1,1.1037474E-2,5.4465674E-2,1.9416235E-2,4.6486557E-2,0E0,4.677397E-2,0E0,7.827896E-2,0E0,1.1226873E-1,9.396556E-2,9.376478E-2,1.373609E-2,2.1182165E-2,7.7584006E-2,1.9062024E-1,0E0,9.0752974E-2,0E0,0E0,9.249278E-2,4.173828E-2,0E0,0E0,1.8169492E-2,0E0,1.4149785E-2,1.19892925E-1,0E0,0E0,1.600878E-1,0E0,1.5867329E-1,1.1009094E-1,0E0,3.4879595E-2,0E0,4.68926E-2,9.874168E-2,8.19384E-2,0E0,0E0,1.4867073E-1,8.0878265E-2,0E0,1.2390658E-2,0E0,5.5984877E-2,0E0,7.232785E-3,0E0,0E0,0E0,3.4250725E-2,8.671218E-2,0E0,9.305012E-2,0E0,1.0015181E-1,0E0,1.4749011E-1,0E0,4.7850937E-2,7.024293E-2,0E0,0E0,1.3215165E-1,0E0,6.746161E-2,0E0,1.303913E-1,4.5964807E-2,0E0,0E0,2.9619247E-2,0E0,6.4396776E-2,0E0,0E0,5.9895176E-2,0E0,6.945449E-2,0E0,0E0,1.15624726E-1,2.4591482E-1,0E0,0E0,1.726203E-1,0E0,2.7650006E-2,1.4122768E-1,0E0,4.5958206E-2,0E0,0E0,8.301446E-2,0E0,1.5462303E-1,4.489222E-2,0E0,0E0,1.6803369E-2,0E0,7.0117146E-2,2.0740874E-2,0E0,0E0,7.071942E-2,0E0,4.6434045E-2,0E0,1.1679697E-1,0E0,1.737054E-1,0E0,2.5407553E-2,0E0,1.0278952E-1,1.8866569E-2,0E0,0E0,7.167092E-2,0E0,1.3694227E-1,0E0,0E0,0E0,0E0,0E0,4.8763633E-2,0E0,7.3330104E-3,2.5007367E-2,0E0,0E0,3.3405185E-2,0E0,9.2403054E-2,0E0,1.282841E-1,1.1845499E-2,0E0,0E0,1.2526459E-1,0E0,1.7503798E-2,0E0,3.888142E-2,0E0,9.703958E-2,0E0,4.9947888E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.461572E-2,0E0,1.05522275E-1,0E0,2.411887E-3,4.0603995E-2,0E0,0E0,0E0,0E0,2.8837234E-2,0E0,8.606684E-2,0E0,4.1612E-2,6.057924E-2,0E0,8.0934525E-2,0E0,0E0,0E0,0E0,3.7626028E-2,0E0,0E0,0E0,6.570518E-2,0E0,4.176891E-2,0E0,8.021712E-3,0E0,8.417153E-2,0E0,0E0,4.9071074E-2,0E0,0E0,6.3078105E-2,0E0,0E0,4.2240858E-2,0E0,7.066727E-2,0E0,0E0,9.759128E-3,3.010273E-2,0E0,0E0,4.571891E-2,1.3569474E-2,0E0,0E0,2.9310942E-2,5.195892E-2,0E0,0E0,0E0,0E0,2.456081E-2,0E0,4.187858E-2,0E0,9.813547E-3,3.909731E-2,0E0,2.1681786E-2,0E0,0E0,3.943491E-2,0E0,0E0,4.815507E-2,0E0,0E0,1.2729764E-2,1.2877893E-1,0E0,0E0,7.973266E-2,1.8592358E-2,0E0,0E0,1.0874748E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,12,12,13,13,14,14,15,15,16,16,18,18,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,31,31,33,33,35,35,36,36,37,37,38,38,39,39,40,40,41,41,43,43,46,46,47,47,50,50,52,52,53,53,56,56,58,58,59,59,61,61,63,63,64,64,65,65,68,68,69,69,71,71,73,73,75,75,79,79,80,80,82,82,84,84,86,86,88,88,89,89,92,92,94,94,96,96,97,97,100,100,102,102,105,105,107,107,110,110,111,111,114,114,116,116,117,117,119,119,122,122,124,124,125,125,128,128,130,130,131,131,134,134,136,136,138,138,140,140,142,142,144,144,145,145,148,148,150,150,156,156,158,158,159,159,162,162,164,164,166,166,167,167,170,170,172,172,174,174,176,176,178,178,186,186,188,188,190,190,191,191,196,196,198,198,200,200,201,201,203,203,208,208,212,212,214,214,216,216,218,218,221,221,224,224,227,227,229,229,232,232,233,233,236,236,237,237,240,240,241,241,246,246,248,248,250,250,251,251,253,253,256,256,259,259,262,262,263,263,266,266,267,267,270,270],"right_children":[2,4,6,8,10,12,-1,14,16,18,-1,-1,20,22,24,26,28,-1,30,32,-1,34,36,38,40,42,44,46,48,50,-1,52,-1,54,-1,56,58,60,62,64,66,68,-1,70,-1,-1,72,74,-1,-1,76,-1,78,80,-1,-1,82,-1,84,86,-1,88,-1,90,92,94,-1,-1,96,98,-1,100,-1,102,-1,104,-1,-1,-1,106,108,-1,110,-1,112,-1,114,-1,116,118,-1,-1,120,-1,122,-1,124,126,-1,-1,128,-1,130,-1,-1,132,-1,134,-1,-1,136,138,-1,-1,140,-1,142,144,-1,146,-1,-1,148,-1,150,152,-1,-1,154,-1,156,158,-1,-1,160,-1,162,-1,164,-1,166,-1,168,-1,170,172,-1,-1,174,-1,176,-1,-1,-1,-1,-1,178,-1,180,182,-1,-1,184,-1,186,-1,188,190,-1,-1,192,-1,194,-1,196,-1,198,-1,200,-1,-1,-1,-1,-1,-1,-1,202,-1,204,-1,206,208,-1,-1,-1,-1,210,-1,212,-1,214,216,-1,218,-1,-1,-1,-1,220,-1,-1,-1,222,-1,224,-1,226,-1,228,-1,-1,230,-1,-1,232,-1,-1,234,-1,236,-1,-1,238,240,-1,-1,242,244,-1,-1,246,248,-1,-1,-1,-1,250,-1,252,-1,254,256,-1,258,-1,-1,260,-1,-1,262,-1,-1,264,266,-1,-1,268,270,-1,-1,272,-1,-1],"split_conditions":[9.301758E-1,9.736328E-1,9.40625E1,6.591797E-1,5.300359E0,8.52649E-1,-0E0,9.760892E1,7.216797E-1,5.99105E-1,-0E0,-0E0,5.044366E0,5.084375E1,2.8651497E0,1.315594E2,2.1008301E-1,-0E0,9.980469E-1,9.921875E-1,-0E0,3.3484552E0,9.4189453E-1,3.918457E-1,2.1730914E0,9.525E1,9.8095703E-1,1.4343488E0,9.404297E-1,1.66339E1,-0E0,3.7839664E1,-0E0,9.794922E-1,-0E0,8.544922E-1,8.4521484E-1,3.540039E-1,1.3977051E-1,2.6367965E0,9.4189453E-1,1.5844727E-1,-0E0,7.9875E1,-0E0,-0E0,4.732746E0,2.103742E2,-0E0,-0E0,1.32935E2,-0E0,7.6560974E-3,3.701172E-1,-0E0,-0E0,1.5574919E2,-0E0,1.0719299E-2,1.0708196E2,-0E0,2.1514893E-2,-0E0,9.9316406E-1,1.6299646E2,1.1634827E-2,-0E0,-0E0,2.4307251E-2,9.9365234E-1,-0E0,3.321875E1,-0E0,1.0130861E0,-0E0,9.941406E-1,-0E0,-0E0,-3.6728665E-1,2.2967732E0,8.65625E1,-0E0,1.11083984E-1,-0E0,2.1923828E-1,-0E0,2.0324707E-2,-0E0,6.655976E1,1.4318146E2,-0E0,-0E0,1.7131479E0,-0E0,3.61875E1,-0E0,6.37207E-2,4.858024E0,-0E0,-0E0,4.3980614E1,-0E0,2.5971567E1,-2.6674998E-1,-0E0,9.7314453E-1,-0E0,3.153125E1,-0E0,-0E0,6.544696E1,1.01745605E-1,-0E0,-0E0,6.7822266E-1,-0E0,1.2773585E2,1.943234E0,-0E0,8.4716797E-1,-0E0,-0E0,1.1178636E2,-0E0,1.3305664E-1,3.646875E1,-0E0,-0E0,9.9316406E-1,-0E0,3.115625E1,3.321875E1,-0E0,-0E0,9.9902344E-1,-0E0,3.115625E1,-0E0,5.78378E1,-0E0,4.76875E1,-0E0,5.225803E0,-0E0,1.0052267E2,2.9436598E0,-0E0,-0E0,3.488159E-2,-0E0,7.8108716E-1,-0E0,-2.3049378E-1,-2.3072088E-1,-0E0,-0E0,1.3220215E-1,-0E0,1.144375E2,5.190503E0,-0E0,-0E0,8.769531E-1,-0E0,3.0796875E1,-0E0,5.1800232E1,1.0386697E0,-0E0,-0E0,1.5760175E2,-0E0,1.53196E1,-0E0,3.128125E1,-0E0,3.203125E1,-0E0,3.546875E1,-1.6300687E-1,-0E0,-2.6798654E-1,-0E0,-0E0,2.7245307E-1,-0E0,5.1600704E0,-0E0,2.3973068E2,-0E0,1.5359016E2,9.95501E-1,-0E0,-0E0,-2.1929087E-1,-0E0,8.52649E-1,-0E0,3.525E1,-0E0,6.692959E1,1.586914E-2,-0E0,5.0775063E1,-0E0,-1.8211105E-1,-0E0,-0E0,7.9589844E-1,-0E0,-2.9816705E-1,-0E0,1.6722078E2,-0E0,6.738281E-1,-0E0,3.59375E1,-0E0,9.472656E-1,2.6117325E-1,-0E0,8.803711E-1,-0E0,-0E0,8.2373047E-1,-0E0,-3.5532257E-1,1.321478E2,-0E0,3.25E1,-0E0,-0E0,9.9072266E-1,1.2773585E2,-0E0,-0E0,4.82698E0,9.466553E-2,-0E0,-0E0,3.1015625E1,3.5858154E-3,-0E0,-0E0,2.844004E-1,-0E0,3.4625E1,-0E0,5.5593286E0,-0E0,9.9625E1,6.719971E-2,-0E0,5.3715096E0,-0E0,-0E0,9.980469E-1,3.477857E-1,-0E0,6.626806E-1,-0E0,-0E0,7.1484375E-1,2.0153809E-1,-0E0,-0E0,6.958008E-1,8.94364E-1,-0E0,-0E0,5.2631617E0,3.2586697E-1,-0E0],"split_indices":[12,13,9,19,1,3,0,4,18,0,0,0,1,11,0,4,16,0,14,17,0,0,15,12,1,10,15,3,19,7,0,7,0,18,0,14,14,19,19,3,14,15,0,10,0,0,0,6,0,0,4,0,19,18,0,0,6,0,19,4,0,19,0,18,6,17,0,0,16,17,0,11,0,2,0,14,0,0,0,2,8,0,12,0,19,0,19,0,7,7,0,0,1,0,11,0,13,2,0,0,7,0,7,0,0,15,0,11,0,0,5,16,0,0,14,0,6,2,0,12,0,0,4,0,12,9,0,0,18,0,8,10,0,0,15,0,8,0,4,0,9,0,1,0,4,0,0,0,16,0,0,0,0,0,0,0,14,0,10,3,0,0,14,0,8,0,7,2,0,0,4,0,7,0,8,0,11,0,10,0,0,0,0,0,0,0,0,0,6,0,4,3,0,0,0,0,3,0,9,0,5,18,0,5,0,0,0,0,12,0,0,0,5,0,19,0,10,0,13,0,0,12,0,0,18,0,0,5,0,11,0,0,17,6,0,0,0,12,0,0,8,18,0,0,0,0,11,0,2,0,8,13,0,1,0,0,16,0,0,1,0,0,12,14,0,0,18,0,0,0,3,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.326108E2,2.2206355E2,1.0547237E1,2.1649472E2,5.568823E0,6.8781066E0,3.6691306E0,1.4701424E2,6.94805E1,4.933439E0,6.3538414E-1,8.188139E-1,6.059293E0,6.1927647E1,8.5086586E1,4.783442E1,2.1646078E1,4.814698E-1,4.451969E0,5.5380106E0,5.2128214E-1,2.7523981E1,3.4403664E1,5.0163292E1,3.4923294E1,4.0052185E1,7.7822313E0,5.2452126E0,1.6400866E1,4.164091E0,2.8787795E-1,4.522044E0,1.0159665E0,2.0622728E1,6.9012523E0,1.5693288E1,1.8710377E1,3.5960697E1,1.4202595E1,2.2188826E1,1.27344675E1,3.351805E1,6.5341334E0,4.847446E0,2.9347856E0,1.3710301E0,3.8741825E0,9.126914E0,7.2739525E0,2.3685612E-1,3.9272351E0,7.188372E-1,3.803207E0,1.9333893E1,1.2888367E0,7.0573163E0,8.635971E0,7.764375E0,1.0946002E1,2.9343098E1,6.6176004E0,7.7961936E0,6.4064016E0,1.3014623E1,9.174203E0,6.2151055E0,6.519362E0,1.8329369E0,3.1685116E1,3.4845648E0,1.362881E0,3.4200935E0,4.540889E-1,8.423689E0,7.0322543E-1,2.826827E0,1.1004081E0,3.7020493E-1,3.433002E0,1.130181E1,8.032082E0,2.6589987E0,5.9769726E0,9.426871E-1,1.0003315E1,6.9665546E0,2.2376543E1,3.53444E0,4.2617536E0,1.2425248E1,5.8937454E-1,3.1919117E0,5.982291E0,6.356713E-1,5.579434E0,1.8674737E0,2.9817642E1,3.0568473E0,4.2771742E-1,2.0395204E-1,3.2161415E0,9.8618543E-1,7.4375033E0,2.586607E0,2.4022E-1,4.35052E0,6.9512906E0,7.7425184E0,2.89563E-1,8.734694E-1,5.103503E0,6.8424153E0,3.1608996E0,6.2576246E0,1.6118917E1,7.5845534E-1,3.5032983E0,8.369921E0,4.0553265E0,4.06681E0,1.9154813E0,3.7110844E-1,5.2083254E0,1.246229E0,2.8571413E1,2.822244E0,2.3460355E-1,5.2837294E-1,2.6877687E0,3.695442E-1,7.067959E0,2.8533018E0,1.4972185E0,5.352625E-1,7.207256E0,2.725731E-1,4.8309298E0,6.950401E-1,6.147375E0,4.224227E0,1.1894691E1,1.7434129E-1,3.328957E0,2.481797E0,5.888124E0,3.8553057E0,2.1150437E-1,1.2976321E0,3.9106934E0,7.421769E0,2.1149643E1,1.8990394E-1,2.63234E0,2.5178354E0,1.6993323E-1,2.9271105E-1,6.775248E0,2.0705584E-1,2.646246E0,6.5798435E0,6.2741256E-1,1.9826764E-1,4.6326623E0,9.912188E-1,5.1561565E0,1.693495E0,1.0201196E1,3.098858E0,2.3009883E-1,3.6212274E-1,5.5260015E0,2.0403345E-1,3.6512723E0,3.5110193E-1,3.5595915E0,9.8417586E-1,2.0165468E1,2.0631592E-1,6.568932E0,2.2984588E0,3.4778696E-1,6.4097495E0,1.70094E-1,3.8650626E-1,4.246156E0,2.1602567E-1,4.9401307E0,1.1112531E0,9.089943E0,4.1979933E-1,2.6790588E0,5.2664876E0,2.5951388E-1,1.6945492E-1,3.4818172E0,3.1536454E-1,3.244227E0,5.225959E-1,1.9642872E1,3.8154346E-1,6.1873884E0,4.693415E0,2.4671584E-1,8.581486E0,5.0845754E-1,2.5045652E0,1.744937E-1,2.852482E-1,4.9812393E0,2.8887933E-1,2.9553478E0,2.8961965E-1,1.9353252E1,8.939091E-1,5.2934794E0,2.6063347E-1,4.4327817E0,1.977288E-1,8.383757E0,4.711782E0,2.6945746E-1,1.893564E1,4.176114E-1,2.4460973E-1,5.0488696E0,1.911867E-1,4.241595E0,8.211527E0,1.7223014E-1,1.8258205E1,6.774345E-1,1.1065152E0,3.9423544E0,7.9398003E0,2.717263E-1,1.6909169E-1,1.8089115E1,3.7368796E0,2.0547487E-1,2.3516272E-1,7.7046375E0,1.6910688E1,1.1784269E0,3.2433426E-1,3.4125454E0,2.714794E-1,7.433158E0,2.4214831E-1,1.666854E1,3.075902E-1,7.125568E0,1.6374466E1,2.940738E-1,6.9020476E0,2.2352028E-1,1.8678185E-1,1.6187683E1,6.7008595E0,2.0118791E-1,1.5921687E1,2.6599625E-1,3.3864745E-1,1.558304E1,1.3681452E1,1.9015877E0,6.037716E-1,1.3077681E1,1.2871472E1,2.0620823E-1,2.5134674E-1,1.2620126E1,1.2389474E1,2.3065196E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"273","size_leaf_vector":"0"}},{"base_weights":[-1.5859222E-2,-4.5683265E-2,-0E0,-1.00579746E-1,-0E0,2.633334E-2,-2.1749958E-2,-6.8997345E-3,-1.7793688E-1,-2.1381568E-2,5.166964E-2,-0E0,9.512201E-2,-0E0,-5.2552525E-2,-7.2692126E-2,6.1397113E-2,-0E0,-1.9882579E-1,-9.650915E-2,-0E0,-0E0,1.3002929E-1,-2.1652466E-2,8.486259E-2,1.2696901E-1,-0E0,7.1374305E-2,-0E0,-0E0,-7.2719626E-2,-0E0,-1.3974403E-1,1.8849397E-1,-0E0,-0E0,-2.1104574E-1,-1.5822355E-1,-0E0,3.989112E-2,-0E0,-0E0,-1.0466398E-1,-0E0,1.8225673E-1,-1.1039572E-1,-0E0,1.4893271E-1,-0E0,1.6379985E-1,-0E0,1.4468725E-1,-0E0,-0E0,-7.754321E-2,-0E0,-9.2032656E-2,7.6493E-2,-0E0,-0E0,-1.9696113E-1,2.2000062E-1,-0E0,-0E0,-2.2668515E-1,-0E0,-2.5218192E-1,-0E0,1.3498992E-1,-0E0,5.9400376E-2,-1.4081702E-1,-0E0,-0E0,2.3024216E-1,-0E0,-1.5597084E-1,-6.711317E-2,2.3426056E-2,-0E0,1.9264549E-1,2.0411883E-1,-0E0,-0E0,1.968423E-1,-0E0,-1.3156019E-1,-0E0,-1.4219956E-1,-0E0,1.21583775E-1,-0E0,-2.481414E-1,2.549287E-1,-0E0,-0E0,-2.4179956E-1,-2.9485962E-1,-0E0,-0E0,2.0832936E-1,-0E0,1.471862E-1,-0E0,-1.7107633E-1,-0E0,3.1080756E-1,-1.898774E-1,-0E0,-1.17311E-1,-0E0,1.0679242E-1,-2.7198072E-3,2.3561268E-1,-0E0,-0E0,2.2928002E-1,-0E0,2.4692251E-1,-1.6504744E-1,-0E0,6.531573E-3,-2.3231875E-2,-1.6756213E-1,-0E0,1.4585266E-1,-0E0,-0E0,-2.9366052E-1,-0E0,2.8846928E-1,-2.5267634E-1,-0E0,-0E0,-3.294437E-1,2.5657764E-1,-0E0,-0E0,1.7507927E-1,-1.9254148E-1,-0E0,3.4723255E-1,-0E0,-0E0,-2.2455351E-1,-0E0,-1.6313623E-1,-0E0,1.5186067E-1,-6.95254E-2,-0E0,2.7014413E-1,-0E0,2.5474182E-1,-0E0,3.1549183E-1,-0E0,-1.8884507E-1,-0E0,9.085655E-2,-0E0,-9.355486E-2,-0E0,-2.1056217E-1,-0E0,1.2494681E-1,-0E0,-3.3279E-1,-0E0,-0E0,3.155042E-1,-2.6688644E-1,-0E0,-3.5720018E-1,-0E0,2.7537844E-1,-0E0,2.0095183E-1,-0E0,-2.1168399E-1,-0E0,-0E0,3.776925E-1,-2.3781995E-1,-0E0,-0E0,-2.043913E-1,-0E0,1.907455E-1,-0E0,-1.5040417E-1,-0E0,2.9984325E-1,-0E0,2.8138357E-1,-0E0,3.42966E-1,-1.6216835E-1,-0E0,1.3318518E-1,-0E0,-0E0,-1.5855554E-1,-0E0,-2.2979924E-1,-3.5543486E-1,-0E0,-0E0,3.3457068E-1,-0E0,-2.7196202E-1,-3.686832E-1,-0E0,-0E0,2.9189214E-1,-0E0,2.2359101E-1,-1.8822873E-1,-0E0,4.2867973E-1,-0E0,-2.506358E-1,-0E0,-0E0,-2.4883719E-1,-0E0,2.2097518E-1,-2.4880767E-1,-0E0,-0E0,3.1375396E-1,3.0641377E-1,-0E0,3.6703336E-1,-0E0,-0E0,1.8217134E-1,-2.2470927E-1,-0E0,-2.4483669E-1,-0E0,-2.922305E-1,-0E0,-0E0,2.7269018E-1,-0E0,-2.8092036E-1,-0E0,-2.9832172E-1,-0E0,3.1681162E-1,2.3889303E-1,-0E0,4.5141155E-1,-0E0,-2.7209708E-1,-0E0,-3.0263618E-1,-0E0,2.4533875E-1,-0E0,-2.8258258E-1,-0E0,-0E0,3.3459002E-1,3.2457045E-1,-0E0,-0E0,3.9069605E-1,-0E0,2.3010138E-1,-1.978848E-1,-0E0,-2.768937E-1,-0E0,-3.365324E-1,-0E0,-0E0,2.658089E-1,-0E0,2.0156145E-1,4.7139397E-1,-0E0,-0E0,-2.9023957E-1,-0E0,-3.170379E-1,-0E0,2.6993823E-1,-0E0,-3.067693E-1,-0E0,3.6341748E-1,3.3765948E-1,-0E0,-0E0,4.074154E-1,1.9834377E-1,-0E0,-0E0,-2.932579E-1,-3.451199E-1,-0E0,-0E0,3.9032185E-1,-0E0,-2.3787852E-1,-0E0,-3.3575284E-1,-0E0,2.8769574E-1,-0E0,-3.246908E-1,4.1092727E-1,-0E0,-0E0,3.5463384E-1,-0E0,4.2648974E-1,-3.060023E-1,-0E0,-3.573961E-1,-0E0,-0E0,-2.7456453E-1,3.1160745E-1,-0E0,-3.4855154E-1,-0E0,4.412774E-1,-0E0,-0E0,3.6973178E-1,-0E0,3.4692603E-1,-3.2594782E-1,-0E0,-0E0,-3.6457717E-1,-0E0,3.3229393E-1,-3.6945587E-1,-0E0,3.572113E-1,-0E0,-0E0,3.830313E-1,-3.3230838E-1,-0E0,-0E0,-3.7170205E-1,3.51594E-1,-0E0,-0E0,-3.127166E-1,3.9180714E-1,-0E0,-0E0,-3.4585816E-1,-0E0,-2.9871818E-1,-0E0,3.776129E-1,4.0398148E-1,-0E0,-0E0,-3.536013E-1,4.1588926E-1,-0E0,4.2370096E-1,-0E0,-0E0,-3.5930958E-1,4.2956367E-1,-0E0,4.3464085E-1,-0E0,-3.6652842E-1,-0E0,-0E0,3.5102928E-1,-0E0,3.4474722E-1,-0E0,-2.9064324E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":20,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,-1,35,37,39,41,43,45,47,49,-1,51,53,-1,55,57,59,61,-1,-1,63,65,-1,67,-1,69,71,-1,73,75,77,79,-1,81,-1,83,-1,-1,85,-1,87,89,-1,-1,91,93,-1,-1,95,-1,97,-1,99,-1,101,103,-1,-1,105,-1,107,109,111,-1,113,115,-1,-1,117,-1,119,121,123,-1,125,-1,127,129,-1,-1,131,133,-1,-1,135,-1,137,-1,139,-1,141,143,-1,145,-1,147,149,151,-1,-1,153,-1,155,157,-1,159,161,163,-1,165,-1,-1,167,-1,169,171,-1,-1,173,175,-1,-1,177,179,-1,181,-1,-1,183,-1,185,-1,187,189,-1,191,-1,193,-1,195,-1,197,-1,199,-1,201,-1,203,-1,-1,-1,205,-1,-1,207,209,-1,211,-1,213,-1,215,-1,217,-1,-1,219,221,-1,-1,223,-1,225,-1,227,-1,229,-1,231,-1,233,-1,-1,235,-1,-1,237,-1,239,241,-1,-1,243,-1,245,247,-1,-1,249,-1,251,-1,-1,253,-1,255,-1,-1,257,-1,259,261,-1,-1,263,265,-1,267,-1,-1,269,271,-1,273,-1,-1,-1,-1,-1,-1,275,-1,-1,-1,277,279,-1,281,-1,283,-1,285,-1,287,-1,289,-1,-1,291,293,-1,-1,295,-1,297,-1,-1,299,-1,301,-1,-1,-1,-1,-1,303,-1,-1,305,-1,307,-1,309,-1,311,-1,313,315,-1,-1,317,-1,-1,-1,319,321,-1,-1,-1,-1,-1,-1,323,-1,325,-1,327,329,-1,-1,331,-1,333,335,-1,337,-1,-1,-1,339,-1,341,-1,343,-1,-1,345,-1,-1,347,-1,-1,349,-1,351,353,-1,-1,-1,-1,355,357,-1,-1,359,361,-1,-1,-1,363,-1,-1,365,-1,-1,-1,367,369,-1,-1,371,373,-1,375,-1,-1,377,379,-1,381,-1,383,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[1.4365557E-1,3.1950903E-1,7.8333706E-2,1.8692166E-1,7.410463E-2,1.0431883E-1,7.8672424E-2,1.4656326E-1,1.1338037E-1,8.075835E-2,1.7356896E-1,1.31244E-1,1.06606886E-1,4.725599E-2,7.7464886E-2,1.7294303E-1,1.5847881E-1,0E0,5.3216994E-2,9.5920935E-2,1.2580839E-2,5.394598E-2,1.5028167E-1,9.860325E-2,1.3544346E-1,1.1894834E-1,0E0,9.9132895E-2,2.8473921E-2,0E0,7.999465E-2,1.4994756E-2,1.0914403E-1,5.683452E-2,0E0,0E0,6.1733365E-2,1.6173972E-1,0E0,1.070366E-1,0E0,1.6984582E-2,3.6013946E-2,0E0,1.611152E-1,9.005371E-2,5.010119E-2,1.4153528E-1,0E0,1.0458514E-1,0E0,1.1334738E-1,0E0,0E0,4.6128564E-2,0E0,1.3511482E-1,1.9186456E-2,0E0,0E0,1.0215482E-1,6.026849E-2,0E0,0E0,5.6983232E-2,0E0,6.2164724E-2,0E0,1.3203871E-1,0E0,7.1093276E-2,3.387346E-2,0E0,0E0,1.1813146E-1,0E0,7.973616E-2,6.1367556E-2,1.6433136E-1,0E0,1.4641425E-1,9.996191E-2,0E0,0E0,1.2339103E-1,0E0,3.0601226E-2,2.7615074E-3,8.82535E-2,0E0,1.1343535E-2,0E0,9.83637E-2,6.373638E-2,0E0,0E0,4.2917013E-2,5.6476086E-2,0E0,0E0,1.0246131E-1,0E0,3.0429736E-2,0E0,2.556315E-2,0E0,1.24090075E-1,1.010032E-1,0E0,6.633502E-2,0E0,1.2705226E-1,4.200504E-2,1.3838232E-1,0E0,0E0,8.902079E-2,0E0,1.4088538E-1,2.598343E-2,0E0,3.288398E-2,3.0065E-2,9.221196E-2,0E0,4.674375E-3,0E0,0E0,7.427806E-2,0E0,5.348283E-2,5.853629E-2,0E0,0E0,5.0590456E-2,2.4790078E-2,0E0,0E0,2.746524E-2,1.663977E-2,0E0,1.212492E-1,0E0,0E0,3.467369E-2,0E0,5.8746964E-2,0E0,1.2962043E-1,1.2640835E-1,0E0,1.0393089E-1,0E0,7.2283685E-2,0E0,6.1403632E-2,0E0,2.0272687E-2,0E0,2.9760022E-2,0E0,5.046812E-2,0E0,9.073126E-2,0E0,0E0,0E0,6.1499298E-2,0E0,0E0,3.0177921E-2,2.7224422E-2,0E0,1.0790765E-2,0E0,2.7932048E-2,0E0,2.5847107E-2,0E0,6.3863397E-3,0E0,0E0,7.463938E-2,3.0899405E-2,0E0,0E0,7.891062E-2,0E0,1.2155414E-1,0E0,1.8169935E-1,0E0,4.941535E-2,0E0,9.766066E-2,0E0,6.2213957E-2,0E0,0E0,4.7890447E-2,0E0,0E0,6.12235E-2,0E0,7.7498496E-2,5.021721E-2,0E0,0E0,1.3275474E-2,0E0,2.9566288E-2,7.157147E-3,0E0,0E0,2.4612606E-2,0E0,1.4027864E-2,0E0,0E0,6.112337E-2,0E0,3.390211E-2,0E0,0E0,8.120841E-2,0E0,1.163879E-1,8.836475E-2,0E0,0E0,5.1274657E-2,6.6995144E-2,0E0,4.5377374E-2,0E0,0E0,4.5705907E-2,2.6090428E-2,0E0,7.566601E-2,0E0,0E0,0E0,0E0,0E0,0E0,2.3868322E-2,0E0,0E0,0E0,2.730453E-2,1.5846983E-2,0E0,5.459988E-2,0E0,4.6686858E-2,0E0,2.0306498E-2,0E0,1.1849463E-1,0E0,6.0004443E-2,0E0,0E0,5.3420722E-2,5.344075E-2,0E0,0E0,2.3836493E-2,0E0,1.8924773E-2,0E0,0E0,7.5268686E-2,0E0,2.4713159E-2,0E0,0E0,0E0,0E0,0E0,4.7446012E-2,0E0,0E0,3.38372E-2,0E0,2.6104122E-2,0E0,8.9407206E-2,0E0,4.166329E-2,0E0,6.688589E-2,3.2336473E-2,0E0,0E0,2.5493264E-2,0E0,0E0,0E0,6.1241806E-2,3.0526876E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.846072E-2,0E0,9.640527E-2,0E0,4.2869985E-2,3.7273586E-2,0E0,0E0,5.267763E-2,0E0,1.8630207E-2,5.98377E-2,0E0,2.7543664E-2,0E0,0E0,0E0,9.574282E-2,0E0,4.4026554E-2,0E0,1.5543461E-2,0E0,0E0,3.806722E-2,0E0,0E0,1.624751E-2,0E0,0E0,1.7618418E-2,0E0,6.517625E-2,1.3587534E-2,0E0,0E0,0E0,0E0,2.4316192E-2,2.8920174E-2,0E0,0E0,4.7876835E-3,7.6399446E-2,0E0,0E0,0E0,3.2116175E-2,0E0,0E0,1.3241291E-2,0E0,0E0,0E0,1.0427523E-1,4.2696238E-2,0E0,0E0,1.3905644E-2,4.9010396E-2,0E0,1.135993E-2,0E0,0E0,1.094687E-2,6.3066125E-2,0E0,8.188367E-3,0E0,1.0132313E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,27,27,28,28,30,30,31,31,32,32,33,33,36,36,37,37,39,39,41,41,42,42,44,44,45,45,46,46,47,47,49,49,51,51,54,54,56,56,57,57,60,60,61,61,64,64,66,66,68,68,70,70,71,71,74,74,76,76,77,77,78,78,80,80,81,81,84,84,86,86,87,87,88,88,90,90,92,92,93,93,96,96,97,97,100,100,102,102,104,104,106,106,107,107,109,109,111,111,112,112,113,113,116,116,118,118,119,119,121,121,122,122,123,123,125,125,128,128,130,130,131,131,134,134,135,135,138,138,139,139,141,141,144,144,146,146,148,148,149,149,151,151,153,153,155,155,157,157,159,159,161,161,163,163,167,167,170,170,171,171,173,173,175,175,177,177,179,179,182,182,183,183,186,186,188,188,190,190,192,192,194,194,196,196,199,199,202,202,204,204,205,205,208,208,210,210,211,211,214,214,216,216,219,219,221,221,224,224,226,226,227,227,230,230,231,231,233,233,236,236,237,237,239,239,246,246,250,250,251,251,253,253,255,255,257,257,259,259,261,261,264,264,265,265,268,268,270,270,273,273,275,275,281,281,284,284,286,286,288,288,290,290,292,292,293,293,296,296,300,300,301,301,308,308,310,310,312,312,313,313,316,316,318,318,319,319,321,321,325,325,327,327,329,329,332,332,335,335,338,338,340,340,341,341,346,346,347,347,350,350,351,351,355,355,358,358,362,362,363,363,366,366,367,367,369,369,372,372,373,373,375,375,377,377],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,-1,36,38,40,42,44,46,48,50,-1,52,54,-1,56,58,60,62,-1,-1,64,66,-1,68,-1,70,72,-1,74,76,78,80,-1,82,-1,84,-1,-1,86,-1,88,90,-1,-1,92,94,-1,-1,96,-1,98,-1,100,-1,102,104,-1,-1,106,-1,108,110,112,-1,114,116,-1,-1,118,-1,120,122,124,-1,126,-1,128,130,-1,-1,132,134,-1,-1,136,-1,138,-1,140,-1,142,144,-1,146,-1,148,150,152,-1,-1,154,-1,156,158,-1,160,162,164,-1,166,-1,-1,168,-1,170,172,-1,-1,174,176,-1,-1,178,180,-1,182,-1,-1,184,-1,186,-1,188,190,-1,192,-1,194,-1,196,-1,198,-1,200,-1,202,-1,204,-1,-1,-1,206,-1,-1,208,210,-1,212,-1,214,-1,216,-1,218,-1,-1,220,222,-1,-1,224,-1,226,-1,228,-1,230,-1,232,-1,234,-1,-1,236,-1,-1,238,-1,240,242,-1,-1,244,-1,246,248,-1,-1,250,-1,252,-1,-1,254,-1,256,-1,-1,258,-1,260,262,-1,-1,264,266,-1,268,-1,-1,270,272,-1,274,-1,-1,-1,-1,-1,-1,276,-1,-1,-1,278,280,-1,282,-1,284,-1,286,-1,288,-1,290,-1,-1,292,294,-1,-1,296,-1,298,-1,-1,300,-1,302,-1,-1,-1,-1,-1,304,-1,-1,306,-1,308,-1,310,-1,312,-1,314,316,-1,-1,318,-1,-1,-1,320,322,-1,-1,-1,-1,-1,-1,324,-1,326,-1,328,330,-1,-1,332,-1,334,336,-1,338,-1,-1,-1,340,-1,342,-1,344,-1,-1,346,-1,-1,348,-1,-1,350,-1,352,354,-1,-1,-1,-1,356,358,-1,-1,360,362,-1,-1,-1,364,-1,-1,366,-1,-1,-1,368,370,-1,-1,372,374,-1,376,-1,-1,378,380,-1,382,-1,384,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[9.111328E-1,1.1278405E2,7.451172E-1,9.682617E-1,5.2490234E-1,5.2490234E-1,9.698486E-2,9.238281E-1,3.296875E1,1.5596742E2,1.6968785E2,9.819336E-1,7.11875E1,4.303125E1,3.5038986E1,3.53125E1,5.756836E-1,-0E0,3.0796875E1,8.574219E-1,1.03625E2,7.96949E1,8.276367E-2,1.2779366E0,3.3617396E0,7.6660156E-1,-0E0,9.9121094E-1,1.5734863E-1,-0E0,3.8125E1,1.5275146E0,1.4465332E-1,2.2877289E2,-0E0,-0E0,3.59375E1,3.5003662E-2,-0E0,4.3273926E-2,-0E0,4.2E1,4.858024E0,-0E0,2.0507812E-1,1.1088684E2,4.984375E1,7.7184206E-1,-0E0,9.980469E-1,-0E0,3.1015625E1,-0E0,-0E0,9.4189453E-1,-0E0,1.6503632E0,1.4048293E2,-0E0,-0E0,3.3203125E-2,9.60625E1,-0E0,-0E0,3.903125E1,-0E0,1.3910196E2,-0E0,3.359375E-1,-0E0,9.94495E-1,6.595758E-1,-0E0,-0E0,4.63125E1,-0E0,1.97125E2,1.1801186E2,8.330078E-1,-0E0,9.892578E-1,3.321875E1,-0E0,-0E0,2.0153809E-1,-0E0,4.0671706E0,8.798985E1,4.6912146E0,-0E0,1.0291228E2,-0E0,8.496094E-2,7.6560974E-3,-0E0,-0E0,9.9609375E-1,3.4125E1,-0E0,-0E0,4.6224666E0,-0E0,2.4307251E-2,-0E0,9.951172E-1,-0E0,2.1925E2,3.5858154E-3,-0E0,3.646875E1,-0E0,6.365967E-2,6.4697266E-1,1.5874426E2,-0E0,-0E0,4.641084E0,-0E0,1.008125E2,1.397099E2,-0E0,7.661133E-1,9.707031E-1,1.3431422E2,-0E0,3.9296677E0,-0E0,-0E0,8.8964844E-1,-0E0,5.0775063E1,4.860085E0,-0E0,-0E0,5.036323E0,8.935547E-1,-0E0,-0E0,4.9616556E0,9.980469E-1,-0E0,3.509375E1,-0E0,-0E0,5.1476407E0,-0E0,4.00625E1,-0E0,3.83125E1,9.777832E-2,-0E0,6.713867E-2,-0E0,5.8845215E1,-0E0,1.3459376E1,-0E0,1.59875E2,-0E0,1.8595546E2,-0E0,5.5875E1,-0E0,3.178125E1,-0E0,1.2494681E-1,-0E0,9.975586E-1,-0E0,-0E0,1.0879862E0,4.9591064E-3,-0E0,8.1396484E-1,-0E0,3.34375E1,-0E0,7.266495E-1,-0E0,6.96875E1,-0E0,-0E0,9.526367E-1,9.9902344E-1,-0E0,-0E0,1.5629083E0,-0E0,3.166652E1,-0E0,3.3691406E-1,-0E0,5.218541E1,-0E0,4.9616556E0,-0E0,5.0105524E0,-1.6216835E-1,-0E0,1.8112183E-2,-0E0,-0E0,1.805E2,-0E0,1.9006223E2,9.980469E-1,-0E0,-0E0,3.53125E1,-0E0,7.9102844E-1,1.7504883E-1,-0E0,-0E0,1.550293E-1,-0E0,4.9718E0,-1.8822873E-1,-0E0,9.8095703E-1,-0E0,8.5839844E-1,-0E0,-0E0,1.8148401E2,-0E0,9.5947266E-1,7.63125E1,-0E0,-0E0,3.53125E1,4.858024E0,-0E0,7.792969E-1,-0E0,-0E0,6.713867E-2,9.951172E-1,-0E0,7.578125E-1,-0E0,-2.922305E-1,-0E0,-0E0,2.7269018E-1,-0E0,9.1503906E-1,-0E0,-2.9832172E-1,-0E0,4.025E1,4.1375E1,-0E0,1.5760175E2,-0E0,3.34375E1,-0E0,4.1503906E-2,-0E0,1.339702E2,-0E0,5.859375E-2,-0E0,-0E0,2.2827148E-2,1.43125E2,-0E0,-0E0,3.5858154E-3,-0E0,1.335E2,-1.978848E-1,-0E0,6.8893433E-3,-0E0,1.1088684E2,-0E0,-0E0,2.658089E-1,-0E0,2.0156145E-1,7.6578987E-1,-0E0,-0E0,5.4540688E1,-0E0,1.0559194E0,-0E0,5.574597E-1,-0E0,9.9871737E-1,-0E0,4.4140625E-1,9.213867E-1,-0E0,-0E0,1.2115123E2,1.9834377E-1,-0E0,-0E0,5.48296E0,1.4101498E2,-0E0,-0E0,3.9032185E-1,-0E0,-2.3787852E-1,-0E0,3.053125E1,-0E0,4.740607E0,-0E0,9.946289E-1,9.9902344E-1,-0E0,-0E0,3.028125E1,-0E0,6.030468E1,9.9853516E-1,-0E0,5.5870515E-1,-0E0,-0E0,-2.7456453E-1,1.5289307E-2,-0E0,1.7812018E2,-0E0,4.9829102E-1,-0E0,-0E0,5.859375E-2,-0E0,3.4692603E-1,1.18E2,-0E0,-0E0,4.078125E1,-0E0,4.860085E0,1.5329698E2,-0E0,3.572113E-1,-0E0,-0E0,9.975586E-1,6.37207E-2,-0E0,-0E0,3.9625E1,1.1657715E-2,-0E0,-0E0,-3.127166E-1,1.29625E2,-0E0,-0E0,7.480802E-1,-0E0,-2.9871818E-1,-0E0,8.6E1,9.770508E-1,-0E0,-0E0,7.631836E-1,9.9658203E-1,-0E0,4.218342E0,-0E0,-0E0,4.8150425E0,1.4032779E0,-0E0,2.4358696E1,-0E0,1.07543945E-1,-0E0,-0E0,3.5102928E-1,-0E0,3.4474722E-1,-0E0,-2.9064324E-1],"split_indices":[15,7,16,14,17,16,18,14,11,7,6,14,8,8,7,8,19,0,8,19,10,5,13,3,2,13,0,14,13,0,11,2,12,6,0,0,10,19,0,18,0,10,1,0,15,7,9,2,0,15,0,10,0,0,15,0,0,6,0,0,19,11,0,0,9,0,4,0,14,0,0,0,0,0,8,0,10,7,14,0,19,10,0,0,14,0,0,5,0,0,5,0,13,18,0,0,17,11,0,0,3,0,16,0,16,0,9,19,0,9,0,17,18,4,0,0,1,0,10,4,0,17,14,4,0,1,0,0,15,0,5,3,0,0,2,15,0,0,3,17,0,10,0,0,2,0,11,0,11,12,0,12,0,4,0,7,0,10,0,6,0,9,0,10,0,0,0,19,0,0,2,16,0,19,0,11,0,3,0,8,0,0,16,17,0,0,3,0,7,0,12,0,4,0,3,0,3,0,0,19,0,0,9,0,5,17,0,0,10,0,2,14,0,0,15,0,0,0,0,13,0,13,0,0,6,0,13,8,0,0,10,2,0,16,0,0,17,16,0,13,0,0,0,0,0,0,17,0,0,0,8,9,0,4,0,11,0,17,0,6,0,13,0,0,19,9,0,0,18,0,9,0,0,19,0,7,0,0,0,0,0,3,0,0,4,0,0,0,0,0,2,0,13,15,0,0,6,0,0,0,3,5,0,0,0,0,0,0,8,0,2,0,17,14,0,0,8,0,5,14,0,1,0,0,0,16,0,7,0,16,0,0,13,0,0,11,0,0,9,0,3,6,0,0,0,0,17,13,0,0,10,19,0,0,0,11,0,0,1,0,0,0,10,18,0,0,16,17,0,1,0,0,3,3,0,7,0,18,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.2474712E2,9.5481E1,1.2926611E2,5.0884235E1,4.4596764E1,7.532184E1,5.394428E1,2.9107054E1,2.1777184E1,2.102573E1,2.3571035E1,5.848169E1,1.684015E1,1.6632313E1,3.7311966E1,2.2266682E1,6.8403716E0,1.5669626E0,2.021022E1,9.2272E0,1.1798531E1,1.0004438E1,1.3566596E1,4.3630455E1,1.4851235E1,1.5845255E1,9.948952E-1,8.776263E0,7.8560486E0,3.4156373E0,3.3896328E1,7.750318E0,1.4516364E1,4.7392125E0,2.1011586E0,1.1340826E0,1.907614E1,6.9504695E0,2.2767298E0,7.4060063E0,4.3925242E0,5.5799108E0,4.4245276E0,2.382571E0,1.1184026E1,9.288363E0,3.434209E1,1.0590499E1,4.2607365E0,1.3754444E1,2.0908105E0,6.4927425E0,2.2835207E0,3.6206148E0,4.235434E0,3.4769528E0,3.0419376E1,2.0626898E0,5.6876283E0,4.6438127E0,9.872551E0,4.520295E0,2.1891774E-1,1.4066422E0,1.7669497E1,1.9743162E0,4.9761534E0,1.3416544E0,6.064352E0,1.2662389E0,4.313672E0,4.036687E0,3.878408E-1,1.3234441E0,9.860581E0,1.1828038E0,8.10556E0,7.263104E0,2.7078985E1,6.483218E-1,9.942177E0,1.11895075E1,2.5649369E0,2.8933394E-1,6.2034087E0,4.251653E-1,3.8102686E0,1.12859335E1,1.9133442E1,2.5043234E-1,1.8122574E0,2.178458E0,7.694093E0,4.1662326E0,3.5406235E-1,1.2258649E0,1.6443632E1,4.220661E0,7.5549215E-1,7.6597303E-1,5.298379E0,7.47998E-1,3.5656738E0,3.0554172E-1,3.7311454E0,3.4521785E0,6.4084024E0,7.5181756E0,5.8738446E-1,6.5000615E0,7.630423E-1,1.5228255E1,1.1850731E1,9.118362E0,8.238148E-1,5.233132E-1,1.0666194E1,4.1961718E-1,5.7837915E0,3.3620107E0,4.4825777E-1,7.28471E0,4.001223E0,1.6782995E1,2.3504481E0,1.640025E0,1.722324E-1,1.2027601E0,6.491333E0,2.5608307E-1,3.9101496E0,1.5688509E1,7.5512296E-1,4.1874212E-1,3.8019192E0,4.879101E0,4.1927803E-1,1.9954172E-1,3.3661323E0,3.5298786E0,2.012666E-1,6.064221E0,3.4418154E-1,2.8210136E-1,7.236074E0,8.8777286E-1,5.612289E0,2.4409633E0,1.2787292E1,8.208793E0,3.6419377E0,8.712791E0,4.055712E-1,9.917396E0,7.4879867E-1,4.7646027E0,1.0191886E0,3.1785781E0,1.8343264E-1,3.5237956E0,3.7609143E0,3.2125795E0,7.886437E-1,1.2524676E1,4.2583175E0,1.4562973E0,1.8372773E-1,5.614592E0,8.76741E-1,1.8612808E-1,3.7240214E0,1.4832331E1,8.56178E-1,3.555829E0,2.4609013E-1,4.4965863E0,3.825145E-1,3.1148324E0,2.5129986E-1,3.205331E0,3.245476E-1,1.6611531E-1,5.8981056E0,7.010116E0,2.2595794E-1,8.121885E-1,4.8001003E0,1.3026465E0,1.1484645E1,1.2598888E0,6.948904E0,5.78653E-1,8.134138E0,9.6633565E-1,8.951059E0,2.8766012E-1,4.4769425E0,3.003922E0,1.7465621E-1,3.050292E0,4.735036E-1,4.1254032E-1,2.8000393E0,3.7123653E-1,1.215344E1,5.3470855E0,2.675066E-1,1.981223E-1,3.5258992E0,1.9886705E-1,1.4633464E1,3.3865042E0,1.6932493E-1,2.2153069E-1,4.275056E0,1.779488E-1,2.9368834E0,2.4608176E0,7.445135E-1,4.8727994E0,1.0253065E0,6.7536035E0,2.5651297E-1,4.4986063E-1,4.3502398E0,5.6540877E-1,1.0919236E1,5.157098E0,1.7918062E0,2.4666461E-1,7.8874736E0,8.510224E0,4.4083548E-1,4.307464E0,1.6947843E-1,2.095696E-1,2.8407223E0,2.3554938E0,4.4454557E-1,1.1939692E1,2.137486E-1,5.120326E0,2.2675936E-1,2.301475E-1,3.2957518E0,5.7514536E-1,1.4058318E1,2.260957E-1,3.1604085E0,4.7642195E-1,3.7986338E0,2.7564952E0,1.803883E-1,4.645265E0,2.2753426E-1,6.112402E0,6.412013E-1,3.6657448E0,6.844948E-1,1.0697494E1,2.2174262E-1,4.9922075E0,1.6489026E-1,5.540947E-1,7.333379E0,8.166299E0,3.4392542E-1,2.6742172E-1,4.0400424E0,3.835482E-1,2.4571743E0,2.1455681E0,2.0992552E-1,1.0212953E1,1.7267386E0,9.85509E0,4.203228E0,3.4831122E-1,3.4503226E0,2.3606451E-1,2.5204308E0,4.464005E0,1.8126008E-1,2.4661025E-1,5.865792E0,1.6784145E-1,3.4979033E0,3.2167917E-1,1.0375814E1,1.9428952E-1,4.7979183E0,7.8896755E-1,6.544411E0,7.976161E0,1.9013776E-1,2.213743E-1,3.8186684E0,2.2140777E0,2.4309649E-1,2.870217E-1,9.925931E0,9.553663E0,3.0142653E-1,3.6955613E-1,4.094449E0,2.3638348E-1,5.6294084E0,2.0170291E-1,3.2962005E0,2.2094321E-1,1.0154872E1,1.7350563E-1,4.6244125E0,5.40578E0,1.1386313E0,5.348764E-1,7.4412847E0,2.3750347E-1,3.5811648E0,9.729608E0,1.9632332E-1,9.113852E0,4.3981215E-1,1.9348018E-1,3.1027203E0,9.57523E0,5.796421E-1,4.299698E0,3.2471457E-1,4.812758E0,5.9302205E-1,2.4997325E-1,7.1913114E0,2.3452462E-1,3.3466403E0,9.0791855E0,6.504226E-1,1.677731E-1,8.946078E0,3.4830675E-1,9.226923E0,4.0944605E0,2.0523727E-1,4.506784E0,3.059738E-1,2.6537228E-1,6.925939E0,8.863124E0,2.1606152E-1,2.3113962E-1,8.714939E0,8.715588E0,5.1133496E-1,6.08289E-1,3.4861717E0,6.755405E0,1.7053385E-1,4.7750044E-1,8.385624E0,5.01726E-1,8.213213E0,6.9042826E-1,8.02516E0,6.5214877E0,2.3391744E-1,2.789928E-1,8.10663E0,7.131017E0,8.9414227E-1,6.1209536E0,4.00534E-1,1.6358112E-1,7.9430494E0,6.9185133E0,2.1250369E-1,5.8519835E0,2.6897004E-1,7.695235E0,2.4781469E-1,3.4825215E-1,6.5702615E0,1.6738462E-1,5.684599E0,1.9276561E-1,7.502469E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"385","size_leaf_vector":"0"}},{"base_weights":[-1.5297102E-2,-0E0,-1.08814545E-1,-3.977423E-2,1.2385414E-2,-0E0,-1.726071E-1,-0E0,-1.0994136E-1,-0E0,9.826938E-2,-0E0,-2.0221189E-1,9.511963E-2,-3.980627E-2,-0E0,-1.6068341E-1,1.1817297E-2,-8.2311735E-2,-0E0,1.4109291E-1,-2.2796512E-1,-0E0,1.5864478E-1,-0E0,-1.3290781E-1,-0E0,-0E0,-2.166483E-1,-3.0878425E-2,4.5942236E-2,-1.5178803E-1,-0E0,-0E0,1.624034E-1,-2.6008576E-1,-0E0,-0E0,1.8656568E-1,-1.8949252E-1,-0E0,-0E0,3.5399046E-2,-0E0,-2.3613101E-1,-0E0,-7.51987E-2,-0E0,9.432188E-2,-0E0,-1.8310349E-1,1.9540213E-1,-0E0,-0E0,-2.8271317E-1,-0E0,2.1798228E-1,-2.367274E-1,-0E0,-5.4060265E-2,-0E0,9.672355E-2,-0E0,-0E0,-2.5647533E-1,1.5806267E-2,-0E0,-1.0748144E-1,-0E0,-5.174993E-2,2.8373579E-2,-6.5955594E-2,1.51168E-1,-0E0,-2.1195371E-1,2.1011265E-1,-0E0,-3.075988E-1,-0E0,-0E0,2.4030745E-1,-0E0,-2.556135E-1,-1.05245136E-1,-0E0,-0E0,1.4476629E-1,-2.7858764E-1,-0E0,7.7029034E-2,-0E0,-1.5268137E-1,-0E0,-0E0,-9.8851286E-2,-0E0,8.068592E-2,-0E0,-1.3671142E-1,1.8768123E-1,-0E0,-2.540148E-1,-0E0,2.2878821E-1,-0E0,-0E0,-3.1524634E-1,2.6191592E-1,-0E0,-0E0,-2.7866513E-1,-1.3916697E-1,-0E0,-0E0,1.8943381E-1,-2.91524E-1,-0E0,-0E0,1.400561E-1,-1.8312213E-1,-0E0,-0E0,-1.392222E-1,-0E0,1.3010384E-1,-1.9943236E-1,-0E0,2.0940009E-1,-0E0,-2.8190488E-1,-0E0,-0E0,2.4745387E-1,-3.2863963E-1,-0E0,3.0209023E-1,-0E0,-2.9777923E-1,-0E0,-1.8123354E-1,-0E0,2.3321615E-1,-0E0,-3.0016902E-1,-0E0,1.9334006E-1,-0E0,-0E0,-2.1090522E-1,-1.820361E-1,-0E0,1.7452514E-1,-0E0,-2.2840981E-1,-0E0,-0E0,2.1805768E-1,-0E0,-3.0587992E-1,2.6078707E-1,-0E0,-0E0,-2.6071033E-1,3.1434092E-1,-0E0,-0E0,-3.1784984E-1,-2.1778046E-1,-0E0,2.6874226E-1,-0E0,-3.139786E-1,-0E0,-0E0,2.4342638E-1,-2.5583267E-1,-0E0,-2.3739505E-1,-0E0,-0E0,2.0545807E-1,-0E0,-2.6396775E-1,-0E0,2.3864669E-1,-3.2824847E-1,-0E0,2.7277857E-1,-0E0,3.2842875E-1,-0E0,-2.5918856E-1,-0E0,-0E0,-2.4831332E-1,3.1191745E-1,-0E0,-3.2380655E-1,-0E0,2.8383332E-1,-0E0,-0E0,-2.8223062E-1,-0E0,-2.732147E-1,2.3914488E-1,-0E0,-3.00071E-1,-0E0,2.502289E-1,-0E0,-0E0,-3.5319892E-1,-0E0,2.88366E-1,-0E0,3.4148395E-1,-0E0,-2.6962885E-1,-0E0,2.7634E-1,-0E0,-3.571817E-1,2.478059E-1,-0E0,-3.0060917E-1,-0E0,-2.912839E-1,-0E0,2.7040547E-1,-0E0,-0E0,-3.2699284E-1,-0E0,2.627195E-1,-0E0,-3.766153E-1,-0E0,2.9792604E-1,-0E0,2.739555E-1,-0E0,-2.262503E-1,-3.6619025E-1,-0E0,-0E0,-3.1613773E-1,-3.3888987E-1,-0E0,2.896272E-1,-0E0,-2.6603717E-1,-0E0,-0E0,2.7213436E-1,-3.9120218E-1,-0E0,3.1274182E-1,-0E0,-0E0,-3.7242308E-1,-0E0,-3.3279696E-1,-0E0,-3.5576293E-1,3.1583783E-1,-0E0,-0E0,2.8534985E-1,-4.1260082E-1,-0E0,3.225197E-1,-0E0,-3.7722787E-1,-0E0,-3.448633E-1,-0E0,-0E0,-3.6651385E-1,-0E0,2.5796923E-1,2.9202878E-1,-0E0,-4.4455838E-1,-0E0,3.2808334E-1,-0E0,-0E0,-2.9768506E-1,-0E0,-3.638294E-1,-0E0,-3.762654E-1,2.9759246E-1,-0E0,-0E0,-4.6556872E-1,3.3618683E-1,-0E0,-3.8144583E-1,-0E0,-0E0,-3.9303848E-1,3.0574274E-1,-0E0,-0E0,-3.7234017E-1,2.671851E-1,-0E0,-0E0,-3.0959684E-1,-3.1231794E-1,-0E0,-0E0,3.10521E-1,3.2031086E-1,-0E0,3.2861227E-1,-0E0,3.3466706E-1,-0E0,-0E0,3.404995E-1,-0E0,3.43762E-1,-0E0,3.4796557E-1,-0E0,3.510603E-1,2.7597046E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":21,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,-1,21,23,25,-1,27,29,31,-1,33,35,-1,37,-1,39,41,-1,43,45,47,49,-1,-1,51,53,-1,-1,55,57,-1,59,61,-1,63,65,67,69,71,-1,73,75,-1,-1,77,-1,79,81,-1,83,-1,85,-1,-1,87,89,-1,91,-1,93,95,97,99,-1,101,103,-1,105,-1,-1,107,-1,109,111,-1,-1,113,115,-1,117,-1,119,-1,-1,121,-1,123,-1,125,127,-1,129,-1,131,-1,-1,133,135,-1,-1,137,139,-1,-1,141,143,-1,-1,145,147,-1,-1,149,-1,151,153,-1,155,-1,157,-1,-1,159,161,-1,163,-1,165,-1,167,-1,169,-1,171,-1,173,-1,-1,175,177,-1,179,-1,181,-1,-1,183,-1,185,187,-1,-1,-1,189,-1,-1,191,193,-1,195,-1,197,-1,-1,199,201,-1,203,-1,-1,205,-1,207,-1,209,211,-1,213,-1,215,-1,-1,-1,-1,217,219,-1,221,-1,223,-1,-1,225,-1,227,229,-1,231,-1,233,-1,-1,235,-1,237,-1,239,-1,241,-1,-1,-1,243,-1,-1,245,-1,247,-1,249,-1,-1,251,-1,253,-1,255,-1,257,-1,-1,-1,-1,259,-1,-1,261,263,-1,265,-1,-1,-1,-1,267,269,-1,271,-1,-1,273,-1,275,-1,277,279,-1,-1,281,283,-1,285,-1,287,-1,289,-1,-1,291,-1,-1,293,-1,295,-1,297,-1,-1,-1,-1,299,-1,301,303,-1,-1,305,307,-1,309,-1,-1,311,313,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,315,317,-1,319,-1,321,-1,-1,323,-1,325,-1,327,-1,329,-1,-1],"loss_changes":[2.0511733E-1,1.2202881E-1,1.7353314E-1,1.9901101E-1,1.5740502E-1,0E0,8.943814E-2,1.632308E-1,2.0480096E-1,1.2337208E-1,1.174863E-1,0E0,8.7275505E-2,1.6043034E-1,1.6780761E-1,0E0,2.3206139E-1,1.5695162E-1,1.6149901E-1,0E0,8.023393E-2,9.823674E-2,0E0,8.8147014E-2,0E0,1.1477241E-1,1.1638701E-2,0E0,1.09325945E-1,7.4170604E-2,2.1622884E-1,1.0497826E-1,0E0,0E0,8.50445E-2,5.9772313E-2,0E0,0E0,8.99021E-2,1.2488109E-1,0E0,1.5157737E-2,5.52063E-2,0E0,7.7898145E-2,2.589896E-3,8.3400995E-2,5.754247E-2,4.566235E-1,0E0,9.7117364E-2,5.7080895E-2,0E0,0E0,8.100331E-2,0E0,7.1793914E-2,5.8272332E-2,0E0,3.6871452E-2,0E0,6.361359E-2,0E0,0E0,9.42443E-2,3.6083654E-2,0E0,1.2774982E-1,0E0,1.0477647E-1,3.988292E-2,7.137932E-2,3.1090707E-1,0E0,1.0720423E-1,6.5557E-2,0E0,1.2350738E-2,0E0,0E0,7.7383995E-2,0E0,3.1185746E-2,3.564171E-2,0E0,0E0,8.24184E-2,6.0184717E-2,0E0,6.844979E-2,0E0,1.0113153E-1,0E0,0E0,1.335518E-1,0E0,5.877217E-2,0E0,8.2127206E-2,1.7737103E-1,0E0,7.8807E-2,0E0,7.421601E-2,0E0,0E0,7.404864E-3,9.6206844E-2,0E0,0E0,3.6005855E-2,4.8193492E-2,0E0,0E0,9.5724806E-2,4.8696756E-2,0E0,0E0,6.233368E-2,9.363222E-2,0E0,0E0,1.357249E-1,0E0,7.8242816E-2,4.316473E-2,0E0,8.3704114E-2,0E0,7.615161E-2,0E0,0E0,5.6297004E-2,1.1102617E-2,0E0,3.9601505E-2,0E0,1.0162771E-2,0E0,5.050546E-2,0E0,6.8309486E-2,0E0,4.446733E-2,0E0,7.841323E-2,0E0,0E0,9.215158E-2,1.3881451E-1,0E0,5.8398083E-2,0E0,6.341478E-2,0E0,0E0,8.3462834E-2,0E0,7.932472E-2,4.9123824E-2,0E0,0E0,0E0,4.3719888E-2,0E0,0E0,8.776188E-3,4.196489E-2,0E0,1.024864E-1,0E0,3.8526297E-2,0E0,0E0,7.1143195E-2,7.051587E-2,0E0,1.15309E-1,0E0,0E0,5.76877E-2,0E0,4.8406005E-2,0E0,8.02784E-2,7.183361E-2,0E0,5.4078102E-2,0E0,3.2830775E-2,0E0,0E0,0E0,0E0,2.3329452E-2,7.493326E-2,0E0,7.2395205E-2,0E0,4.8938096E-2,0E0,0E0,6.73188E-2,0E0,7.489306E-2,6.56243E-2,0E0,3.9275616E-2,0E0,9.5204234E-2,0E0,0E0,6.935644E-2,0E0,3.5651505E-2,0E0,2.3683667E-2,0E0,2.5702387E-2,0E0,0E0,0E0,2.9157639E-2,0E0,0E0,5.974233E-2,0E0,7.463622E-2,0E0,3.527105E-2,0E0,0E0,1.0432541E-2,0E0,8.28563E-2,0E0,4.645133E-2,0E0,3.720981E-2,0E0,0E0,0E0,0E0,9.033799E-3,0E0,0E0,3.897196E-2,6.1259866E-2,0E0,3.5515964E-2,0E0,0E0,0E0,0E0,7.256913E-2,4.5109868E-2,0E0,3.529811E-2,0E0,0E0,6.985903E-3,0E0,2.8433919E-2,0E0,2.7321994E-2,1.3775408E-2,0E0,0E0,6.6937685E-2,5.637324E-2,0E0,1.1887789E-2,0E0,4.4897795E-3,0E0,1.541239E-2,0E0,0E0,1.8669069E-2,0E0,0E0,5.504632E-2,0E0,4.919803E-2,0E0,4.0415525E-3,0E0,0E0,0E0,0E0,4.625994E-2,0E0,1.1167467E-2,3.7176013E-2,0E0,0E0,2.0806909E-2,4.3652058E-3,0E0,2.8210819E-2,0E0,0E0,5.464196E-3,3.7346482E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.2768717E-2,4.1284084E-2,0E0,3.9082527E-2,0E0,2.989602E-2,0E0,0E0,1.8960953E-2,0E0,1.9922495E-2,0E0,1.6029358E-2,0E0,8.137941E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,16,16,17,17,18,18,20,20,21,21,23,23,25,25,26,26,28,28,29,29,30,30,31,31,34,34,35,35,38,38,39,39,41,41,42,42,44,44,45,45,46,46,47,47,48,48,50,50,51,51,54,54,56,56,57,57,59,59,61,61,64,64,65,65,67,67,69,69,70,70,71,71,72,72,74,74,75,75,77,77,80,80,82,82,83,83,86,86,87,87,89,89,91,91,94,94,96,96,98,98,99,99,101,101,103,103,106,106,107,107,110,110,111,111,114,114,115,115,118,118,119,119,122,122,124,124,125,125,127,127,129,129,132,132,133,133,135,135,137,137,139,139,141,141,143,143,145,145,148,148,149,149,151,151,153,153,156,156,158,158,159,159,163,163,166,166,167,167,169,169,171,171,174,174,175,175,177,177,180,180,182,182,184,184,185,185,187,187,189,189,194,194,195,195,197,197,199,199,202,202,204,204,205,205,207,207,209,209,212,212,214,214,216,216,218,218,222,222,225,225,227,227,229,229,232,232,234,234,236,236,238,238,243,243,246,246,247,247,249,249,254,254,255,255,257,257,260,260,262,262,264,264,265,265,268,268,269,269,271,271,273,273,275,275,278,278,281,281,283,283,285,285,290,290,292,292,293,293,296,296,297,297,299,299,302,302,303,303,314,314,315,315,317,317,319,319,322,322,324,324,326,326,328,328],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,-1,22,24,26,-1,28,30,32,-1,34,36,-1,38,-1,40,42,-1,44,46,48,50,-1,-1,52,54,-1,-1,56,58,-1,60,62,-1,64,66,68,70,72,-1,74,76,-1,-1,78,-1,80,82,-1,84,-1,86,-1,-1,88,90,-1,92,-1,94,96,98,100,-1,102,104,-1,106,-1,-1,108,-1,110,112,-1,-1,114,116,-1,118,-1,120,-1,-1,122,-1,124,-1,126,128,-1,130,-1,132,-1,-1,134,136,-1,-1,138,140,-1,-1,142,144,-1,-1,146,148,-1,-1,150,-1,152,154,-1,156,-1,158,-1,-1,160,162,-1,164,-1,166,-1,168,-1,170,-1,172,-1,174,-1,-1,176,178,-1,180,-1,182,-1,-1,184,-1,186,188,-1,-1,-1,190,-1,-1,192,194,-1,196,-1,198,-1,-1,200,202,-1,204,-1,-1,206,-1,208,-1,210,212,-1,214,-1,216,-1,-1,-1,-1,218,220,-1,222,-1,224,-1,-1,226,-1,228,230,-1,232,-1,234,-1,-1,236,-1,238,-1,240,-1,242,-1,-1,-1,244,-1,-1,246,-1,248,-1,250,-1,-1,252,-1,254,-1,256,-1,258,-1,-1,-1,-1,260,-1,-1,262,264,-1,266,-1,-1,-1,-1,268,270,-1,272,-1,-1,274,-1,276,-1,278,280,-1,-1,282,284,-1,286,-1,288,-1,290,-1,-1,292,-1,-1,294,-1,296,-1,298,-1,-1,-1,-1,300,-1,302,304,-1,-1,306,308,-1,310,-1,-1,312,314,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,316,318,-1,320,-1,322,-1,-1,324,-1,326,-1,328,-1,330,-1,-1],"split_conditions":[1.4334764E2,7.8808594E-1,2.3346324E0,4.803125E1,9.525E1,-0E0,2.0324707E-2,1.5881348E-1,3.9625E1,2.0557521E2,4.984375E1,-0E0,9.9902344E-1,9.326172E-1,8.07068E1,-0E0,3.3203125E-2,4.73125E1,3.3484552E0,-0E0,3.5858154E-3,1.8550575E2,-0E0,3.34375E1,-0E0,8.825E1,4.2529297E-1,-0E0,5.9906006E-2,3.959375E1,7.761472E1,8.0771166E-1,-0E0,-0E0,1.218125E2,6.124878E-2,-0E0,-0E0,2.2628784E-2,1.27192345E2,-0E0,1.9464404E2,8.825E1,-0E0,6.2394565E-1,4.440625E1,9.902344E-1,1.1880319E2,1.5574919E2,-0E0,4.546875E1,1.6900827E2,-0E0,-0E0,1.59875E2,-0E0,2.3197193E1,8.283211E-1,-0E0,9.916992E-1,-0E0,1.3242401E0,-0E0,-0E0,7.558594E-1,9.6435547E-1,-0E0,1.2361847E2,-0E0,9.039307E-2,5.888672E-1,7.939675E1,1.06183174E2,-0E0,1.803709E2,9.4921875E-1,-0E0,3.4625E1,-0E0,-0E0,9.9560547E-1,-0E0,3.903125E1,5.3953815E0,-0E0,-0E0,4.25E1,3.901025E2,-0E0,3.1546875E1,-0E0,4.961189E0,-0E0,-0E0,1.2164814E0,-0E0,1.09375E-1,-0E0,4.403709E0,8.53125E1,-0E0,9.946289E-1,-0E0,4.0587383E1,-0E0,-0E0,9.9902344E-1,8.93125E1,-0E0,-0E0,1.079375E2,9.9560547E-1,-0E0,-0E0,9.902344E-1,1.4110995E2,-0E0,-0E0,1.1801186E2,3.25E1,-0E0,-0E0,9.584961E-1,-0E0,1.975448E2,5.233553E0,-0E0,8.071289E-1,-0E0,2.6954796E1,-0E0,-0E0,2.4991222E2,3.375E1,-0E0,1.3910196E2,-0E0,1.8676758E-1,-0E0,7.631836E-1,-0E0,1.2361847E2,-0E0,9.975586E-1,-0E0,5.7122314E1,-0E0,-0E0,1.05875E2,9.0771484E-1,-0E0,1.116044E2,-0E0,3.965625E1,-0E0,-0E0,7.861328E-2,-0E0,5.3953815E0,5.48296E0,-0E0,-0E0,-2.6071033E-1,9.863281E-1,-0E0,-0E0,4.5625E1,1.1904609E0,-0E0,7.631836E-1,-0E0,5.374661E0,-0E0,-0E0,9.7509766E-1,8.378906E-1,-0E0,4.98125E1,-0E0,-0E0,9.794922E-1,-0E0,9.663086E-1,-0E0,9.9560547E-1,9.971619E-3,-0E0,6.1920166E-2,-0E0,3.5858154E-3,-0E0,-2.5918856E-1,-0E0,-0E0,4.028125E1,3.9886475E-2,-0E0,5.0964355E-2,-0E0,9.845779E1,-0E0,-0E0,9.863281E-1,-0E0,9.951172E-1,9.9902344E-1,-0E0,6.50896E-1,-0E0,3.153125E1,-0E0,-0E0,4.4059753E-3,-0E0,1.4343262E-3,-0E0,1.2369247E2,-0E0,8.907673E-1,-0E0,2.7634E-1,-0E0,9.980469E-1,2.478059E-1,-0E0,6.124878E-2,-0E0,5.5615234E-1,-0E0,5.3436007E0,-0E0,-0E0,1.370248E2,-0E0,5.9547573E-1,-0E0,9.0125E1,-0E0,9.9902344E-1,-0E0,2.739555E-1,-0E0,-2.262503E-1,1.3860733E2,-0E0,-0E0,1.1123956E0,9.1629326E-1,-0E0,7.649653E1,-0E0,-2.6603717E-1,-0E0,-0E0,4.88125E1,8.0625E1,-0E0,9.824219E-1,-0E0,-0E0,2.1925E2,-0E0,4.9100776E0,-0E0,6.149292E-3,1.3015747E-2,-0E0,-0E0,9.970703E-1,9.9853516E-1,-0E0,5.7019033E0,-0E0,3.0224827E1,-0E0,4.878125E1,-0E0,-0E0,8.6125064E-1,-0E0,2.5796923E-1,1.99375E2,-0E0,1.2611389E-2,-0E0,5.3715096E0,-0E0,-0E0,-2.9768506E-1,-0E0,9.9902344E-1,-0E0,8.758545E-2,4.9197593E0,-0E0,-0E0,2.7866364E-3,1.4110995E2,-0E0,9.971619E-3,-0E0,-0E0,8.823242E-1,6.30102E-1,-0E0,-0E0,-3.7234017E-1,2.671851E-1,-0E0,-0E0,-3.0959684E-1,-3.1231794E-1,-0E0,-0E0,5.131262E0,8.24375E1,-0E0,2.0378697E2,-0E0,7.512394E-1,-0E0,-0E0,4.234314E-3,-0E0,3.5858154E-3,-0E0,9.534567E0,-0E0,9.6972656E-1,2.7597046E-1,-0E0],"split_indices":[4,14,0,8,11,0,18,12,10,6,9,0,15,18,5,0,18,10,0,0,19,7,0,10,0,11,16,0,14,8,5,2,0,0,10,13,0,0,17,4,0,6,11,0,3,10,16,7,6,0,9,5,0,0,11,0,7,2,0,18,0,0,0,0,14,15,0,4,0,13,15,5,5,0,7,13,0,11,0,0,16,0,9,2,0,0,9,6,0,8,0,1,0,0,3,0,12,0,1,11,0,16,0,4,0,0,14,9,0,0,9,17,0,0,18,4,0,0,7,11,0,0,16,0,6,0,0,14,0,7,0,0,6,9,0,4,0,12,0,14,0,4,0,16,0,5,0,0,9,17,0,6,0,9,0,0,13,0,2,3,0,0,0,19,0,0,8,1,0,14,0,0,0,0,16,14,0,10,0,0,16,0,18,0,16,19,0,12,0,18,0,0,0,0,9,19,0,16,0,5,0,0,19,0,19,17,0,3,0,11,0,0,17,0,17,0,6,0,2,0,0,0,18,0,0,13,0,13,0,3,0,0,4,0,2,0,11,0,14,0,0,0,0,6,0,0,0,0,0,5,0,0,0,0,10,8,0,12,0,0,9,0,2,0,18,17,0,0,18,17,0,0,0,7,0,9,0,0,1,0,0,9,0,16,0,1,0,0,0,0,14,0,12,0,0,0,18,4,0,18,0,0,17,0,0,0,0,0,0,0,0,0,0,0,3,11,0,6,0,2,0,0,19,0,18,0,7,0,12,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.1504909E2,1.9396606E2,2.1083027E1,6.3984035E1,1.2998203E2,7.180777E0,1.390225E1,3.9579468E1,2.440457E1,1.12109535E2,1.787249E1,1.72111E0,1.218114E1,1.2755842E1,2.6823626E1,5.3134937E0,1.9091076E1,9.6397446E1,1.571209E1,3.5584075E0,1.4314083E1,1.1157207E1,1.0239334E0,1.0639698E1,2.1161432E0,1.1450701E1,1.5372924E1,3.8701196E0,1.5220956E1,2.982505E1,6.6572395E1,1.1277089E1,4.4350004E0,5.906544E-1,1.3723429E1,9.907922E0,1.2492853E0,5.5230623E-1,1.0087392E1,8.575433E0,2.8752675E0,6.5849423E0,8.787982E0,5.264626E-1,1.4694493E1,1.2095575E1,1.7729475E1,2.6855104E1,3.971729E1,5.527306E-1,1.0724359E1,1.1552423E1,2.1710055E0,8.515213E-1,9.0564E0,9.398573E-1,9.147535E0,7.543497E0,1.031936E0,4.686544E0,1.8983983E0,6.645037E0,2.142945E0,1.1307025E0,1.356379E1,9.8663E0,2.2292757E0,1.5642801E1,2.0866737E0,1.824935E1,8.605755E0,5.771916E0,3.3945374E1,6.858683E-1,1.003849E1,1.1216824E1,3.3559924E-1,8.428787E0,6.276132E-1,4.660589E-1,8.681476E0,2.5282797E-1,7.290669E0,4.1972423E0,4.893016E-1,9.2005914E-1,5.724978E0,1.2634142E1,9.296486E-1,6.0178623E0,3.8484373E0,1.2979797E1,2.6630037E0,2.8882186E0,1.5361131E1,1.8535243E0,6.7522306E0,9.929988E-1,4.7789173E0,3.0672983E1,3.2723901E0,8.49888E0,1.5396097E0,1.0634474E1,5.823499E-1,3.0367267E-1,8.125114E0,8.357044E0,3.244315E-1,8.340042E-1,6.456665E0,4.0267158E0,1.7052667E-1,2.9280633E-1,5.4321713E0,1.2202522E1,4.3161938E-1,1.0567642E0,4.961098E0,1.1886554E1,1.0932434E0,9.747503E-1,1.438638E1,9.908905E-1,5.76134E0,4.045522E0,7.333951E-1,2.858694E1,2.0860436E0,7.798016E0,7.008646E-1,4.0439412E-1,1.023008E1,7.50499E0,6.201241E-1,7.212154E0,1.1448905E0,5.9983E0,4.5836478E-1,3.6364567E0,3.90259E-1,5.173894E0,2.5827768E-1,1.2021846E1,1.8067688E-1,4.033314E0,9.2778397E-1,9.434843E-1,1.0943069E1,1.2303306E1,2.0830746E0,5.5484076E0,2.1293283E-1,3.7927067E0,2.5281543E-1,5.0347084E-1,2.808347E1,4.3591598E-1,7.3621E0,9.988713E0,2.413658E-1,1.6681625E-1,7.338174E0,7.023525E0,1.8862866E-1,6.9416517E-1,5.304135E0,3.429505E0,2.0695159E-1,4.718759E0,4.5513484E-1,1.1395647E1,6.2619835E-1,3.503022E-1,3.683012E0,8.684838E0,2.2582314E0,9.491401E0,2.811905E0,3.007338E-1,5.2476735E0,1.6851093E-1,3.6241958E0,3.253781E0,2.4829687E1,7.0632935E0,2.9880634E-1,9.747E0,2.4171394E-1,6.7972493E0,2.2627592E-1,4.890025E0,4.1411006E-1,2.2634973E-1,3.2031553E0,4.427386E0,2.91373E-1,1.1051952E1,3.4369525E-1,3.4598818E0,2.2313029E-1,7.525456E-1,7.932293E0,9.033588E-1,8.588042E0,4.751145E0,4.9652892E-1,3.2290761E0,3.9511982E-1,2.3821215E1,1.0084724E0,4.5499665E-1,6.608297E0,4.2751822E-1,9.319482E0,2.6575378E-1,6.5314956E0,2.4146138E-1,2.961694E0,5.109619E-1,3.916424E0,1.4905193E0,9.561433E0,3.145495E0,3.1438684E-1,7.677708E0,2.5458455E-1,8.378189E0,2.0985305E-1,4.5046916E0,2.4645314E-1,2.214423E-1,3.0076337E0,8.7831354E-1,2.2942902E1,3.674695E-1,6.2408276E0,2.1841578E-1,9.101066E0,1.9263244E-1,6.3388634E0,1.6510414E-1,2.7965899E0,9.289923E0,2.715096E-1,1.8587916E-1,7.491829E0,6.7089176E0,1.6692715E0,4.2829165E0,2.2177507E-1,2.8136816E0,1.9395211E-1,4.7520116E-1,2.2467701E1,6.0510306E0,1.8979695E-1,8.593374E0,5.076919E-1,2.598111E-1,9.030112E0,4.2820752E-1,7.0636215E0,1.835807E-1,6.5253367E0,3.8780475E0,4.0486896E-1,1.1869135E0,2.1280787E1,5.65412E0,3.9691058E-1,8.389706E0,2.0366858E-1,8.837979E0,1.9213319E-1,6.7826767E0,2.8094468E-1,2.0271257E-1,6.322624E0,2.594511E-1,3.6185963E0,2.1080805E1,1.9998337E-1,5.0863748E0,5.677453E-1,8.2012E0,1.8850611E-1,1.8419911E-1,8.65378E0,6.230562E-1,6.159621E0,2.171898E-1,6.1054344E0,2.0902975E1,1.778279E-1,2.6585534E-1,4.8205194E0,7.822544E0,3.7865517E-1,5.8766346E0,2.82986E-1,4.7945854E-1,5.625976E0,2.017479E1,7.2818696E-1,1.6827078E-1,4.6522484E0,7.5536547E0,2.6888946E-1,3.0840838E-1,5.5682263E0,5.4366455E0,1.8933026E-1,2.4407022E-1,1.993072E1,1.9117785E1,8.129335E-1,1.852144E1,5.96344E-1,1.8188341E1,3.331007E-1,3.7688583E-1,1.7811455E1,1.854695E-1,1.7625986E1,2.7075624E-1,1.7355228E1,1.8334961E-1,1.7171879E1,1.6963446E1,2.0843403E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"331","size_leaf_vector":"0"}},{"base_weights":[-1.2362553E-2,-0E0,-8.650304E-2,1.2901382E-2,-5.3726494E-2,-1.1893889E-1,-0E0,-2.4430414E-3,4.005781E-2,-1.4363936E-1,-0E0,-0E0,-1.4837077E-1,-0E0,-1.1231312E-1,6.265306E-2,-0E0,-0E0,-1.7682497E-1,-1.8520063E-1,-0E0,-4.678986E-2,4.0600333E-2,-2.357879E-1,-0E0,-0E0,1.12166E-1,3.2923706E-2,-4.1608613E-2,-0E0,-2.0537265E-1,-2.2583121E-1,-0E0,-1.1192971E-1,-0E0,-0E0,9.030195E-2,-2.7355656E-1,-0E0,-2.368485E-3,3.950229E-2,-0E0,1.3966006E-1,8.021942E-2,-0E0,-8.679351E-2,-0E0,-2.3042434E-1,-0E0,-0E0,-2.3844455E-1,-1.5006469E-1,-0E0,-0E0,-3.8470235E-2,-0E0,1.2239479E-1,-3.106902E-1,-0E0,-0E0,-6.185872E-2,-0E0,7.6251805E-2,1.6224243E-1,-0E0,-0E0,1.1257935E-1,-1.1659383E-1,-0E0,-0E0,-2.5381127E-1,-2.5154006E-1,-0E0,-0E0,-1.847893E-1,5.072396E-2,-0E0,-1.0771648E-1,-0E0,-0E0,1.4438248E-1,-0E0,-3.504208E-1,-9.6302636E-2,-0E0,1.0533152E-1,-0E0,1.8109976E-1,-0E0,-0E0,1.7380768E-1,-0E0,-1.4249432E-1,-2.7633065E-1,-0E0,-0E0,-2.6270375E-1,-2.1967128E-1,-0E0,-0E0,9.279997E-2,-1.4405201E-1,-0E0,1.6492909E-1,-0E0,-3.7517196E-1,-0E0,-0E0,-1.3426648E-1,-0E0,1.314773E-1,2.2200951E-1,-0E0,-0E0,1.9617659E-1,-1.9468793E-1,-0E0,-3.115144E-1,-0E0,-2.7310017E-1,-0E0,-2.4656042E-1,-0E0,1.6755433E-1,-0E0,-0E0,-1.8245444E-1,-0E0,1.9135246E-1,-3.051869E-1,-0E0,-0E0,-1.596827E-1,1.6629419E-1,-0E0,-0E0,2.4186492E-1,2.1702251E-1,-0E0,-0E0,-2.1334322E-1,-0E0,-3.3288792E-1,-0E0,-2.867548E-1,-2.7410755E-1,-0E0,-0E0,1.9904998E-1,-2.0728812E-1,-0E0,2.0302415E-1,-0E0,-0E0,-1.7173578E-1,-0E0,1.8952593E-1,2.667749E-1,-0E0,2.3846619E-1,-0E0,-2.300001E-1,-0E0,-0E0,-2.6647657E-1,-2.9974404E-1,-0E0,-3.060484E-1,-0E0,-0E0,2.4007443E-1,-2.2496E-1,-0E0,-0E0,2.1311519E-1,-1.397519E-1,-0E0,-0E0,2.1244329E-1,2.9140824E-1,-0E0,-0E0,2.517852E-1,-2.4790622E-1,-0E0,-0E0,-2.404842E-1,-0E0,-2.4733579E-1,2.8675038E-1,-0E0,-2.565851E-1,-0E0,2.2507817E-1,-0E0,2.298884E-1,-0E0,-0E0,3.0830652E-1,2.631431E-1,-0E0,-2.7131733E-1,-0E0,-0E0,3.220289E-1,-2.7598128E-1,-0E0,2.539531E-1,-0E0,2.5273928E-1,-0E0,3.169046E-1,-0E0,2.7696627E-1,-0E0,-0E0,-2.1750884E-1,-0E0,3.4385237E-1,-2.2561623E-1,-0E0,-0E0,2.6915503E-1,-0E0,2.599342E-1,-0E0,3.2514852E-1,2.248445E-1,-0E0,3.5325772E-1,-0E0,2.8431833E-1,-0E0,2.8449315E-1,-0E0,-0E0,3.3363837E-1,3.7036017E-1,-0E0,2.9827234E-1,-0E0,-0E0,2.4053065E-1,3.3945894E-1,-0E0,-0E0,3.0560806E-1,-0E0,3.1540844E-1,3.5096768E-1,-0E0,3.2350942E-1,-0E0,2.7960116E-1,-0E0,-0E0,3.3089513E-1,3.36848E-1,-0E0,-0E0,3.4551713E-1,3.52731E-1,-0E0,3.5973617E-1,-0E0,-0E0,3.7593642E-1,-0E0,3.0192253E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":22,"left_children":[1,3,5,7,9,11,-1,13,15,17,-1,-1,19,21,23,25,27,-1,29,31,-1,33,35,37,-1,39,41,43,45,-1,47,49,-1,51,-1,53,55,57,-1,59,61,-1,63,65,-1,67,-1,69,-1,-1,71,73,-1,75,77,-1,79,81,-1,-1,83,-1,85,87,-1,-1,89,91,-1,-1,93,95,-1,-1,97,99,-1,101,-1,-1,103,-1,105,107,-1,109,-1,111,-1,-1,113,-1,115,117,-1,-1,119,121,-1,-1,123,125,-1,127,-1,129,-1,-1,131,-1,133,135,-1,-1,137,139,-1,141,-1,143,-1,145,-1,147,-1,-1,149,-1,151,-1,-1,-1,153,155,-1,-1,157,159,-1,-1,161,-1,163,-1,165,167,-1,-1,169,171,-1,173,-1,-1,175,-1,177,179,-1,181,-1,183,-1,-1,-1,185,-1,187,-1,-1,189,191,-1,-1,193,-1,-1,-1,195,197,-1,-1,199,201,-1,-1,-1,-1,-1,203,-1,205,-1,207,-1,209,-1,-1,211,213,-1,215,-1,-1,217,219,-1,221,-1,223,-1,225,-1,227,-1,-1,-1,-1,229,-1,-1,-1,231,-1,233,-1,235,-1,-1,237,-1,239,-1,241,-1,-1,243,245,-1,247,-1,-1,-1,249,-1,-1,-1,-1,251,253,-1,255,-1,-1,-1,-1,257,259,-1,-1,261,263,-1,265,-1,-1,267,-1,-1],"loss_changes":[2.6945254E-1,7.827283E-2,1.2626344E-1,9.970679E-2,1.5597609E-1,1.5400234E-1,0E0,1.281545E-1,8.704762E-2,6.0188025E-2,0E0,0E0,1.265524E-1,1.1346489E-1,1.9034772E-1,1.2764092E-1,3.5975154E-2,0E0,6.98148E-2,8.5020304E-2,0E0,4.9686216E-2,1.2412897E-1,6.633204E-2,0E0,1.5580621E-2,1.1331877E-1,3.960473E-2,6.861216E-2,0E0,5.2341193E-2,5.316001E-2,0E0,5.5759497E-2,0E0,1.0989619E-2,1.0207324E-1,6.0111642E-2,0E0,2.071624E-2,3.553E-2,0E0,1.2184283E-1,4.5216847E-2,0E0,5.5640914E-2,0E0,5.3629786E-2,0E0,0E0,5.2035928E-2,6.583235E-2,0E0,3.0316193E-2,5.456777E-2,0E0,7.915375E-2,6.607598E-2,0E0,0E0,2.386628E-2,0E0,3.2261673E-2,7.922131E-2,0E0,0E0,6.47258E-2,6.073995E-2,0E0,0E0,5.0779283E-2,4.14263E-2,0E0,0E0,4.7516868E-2,5.2480172E-2,0E0,3.5994865E-2,0E0,0E0,8.695543E-2,0E0,4.069853E-2,3.5414286E-2,0E0,2.9404879E-2,0E0,1.2779105E-1,0E0,0E0,3.4611702E-2,0E0,8.666013E-2,6.0127497E-2,0E0,0E0,3.7504673E-2,4.8871666E-2,0E0,0E0,1.0714485E-1,5.384753E-2,0E0,7.930359E-2,0E0,1.2298286E-2,0E0,0E0,2.1668166E-2,0E0,3.331738E-2,7.3341966E-2,0E0,0E0,3.0893624E-2,5.021307E-2,0E0,5.1333427E-2,0E0,4.9337983E-2,0E0,3.507808E-2,0E0,5.3728193E-2,0E0,0E0,2.5939584E-2,0E0,6.0512066E-2,0E0,0E0,0E0,1.1085086E-2,3.7176743E-2,0E0,0E0,6.552988E-2,3.4273073E-2,0E0,0E0,4.2861134E-2,0E0,8.633971E-3,0E0,3.8217783E-2,5.1680237E-2,0E0,0E0,6.226726E-2,2.3555622E-2,0E0,5.2493513E-2,0E0,0E0,4.6763197E-3,0E0,3.1959996E-2,6.577724E-2,0E0,1.5045911E-2,0E0,4.54759E-2,0E0,0E0,0E0,1.00313425E-2,0E0,3.5052001E-3,0E0,0E0,7.203928E-2,4.494241E-2,0E0,0E0,5.3585947E-2,0E0,0E0,0E0,2.599825E-2,6.764543E-2,0E0,0E0,3.5505295E-3,4.355347E-2,0E0,0E0,0E0,0E0,0E0,6.277028E-2,0E0,2.6081532E-2,0E0,7.0278466E-2,0E0,3.743942E-2,0E0,0E0,3.9284706E-2,9.447187E-3,0E0,1.3341516E-2,0E0,0E0,2.9211342E-2,3.742218E-3,0E0,5.463648E-2,0E0,3.997922E-3,0E0,4.0151596E-2,0E0,8.764684E-3,0E0,0E0,0E0,0E0,2.3458302E-3,0E0,0E0,0E0,3.908521E-2,0E0,2.2791326E-2,0E0,3.2871485E-2,0E0,0E0,1.7631084E-2,0E0,6.280637E-2,0E0,1.373136E-2,0E0,0E0,1.3920784E-2,3.632784E-3,0E0,6.0691178E-2,0E0,0E0,0E0,1.3284206E-2,0E0,0E0,0E0,0E0,2.3819149E-2,2.3371339E-2,0E0,2.6111722E-2,0E0,0E0,0E0,0E0,1.894486E-2,3.1743884E-2,0E0,0E0,1.9428015E-2,6.2907934E-3,0E0,4.4236183E-3,0E0,0E0,1.5703082E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,12,12,13,13,14,14,15,15,16,16,18,18,19,19,21,21,22,22,23,23,25,25,26,26,27,27,28,28,30,30,31,31,33,33,35,35,36,36,37,37,39,39,40,40,42,42,43,43,45,45,47,47,50,50,51,51,53,53,54,54,56,56,57,57,60,60,62,62,63,63,66,66,67,67,70,70,71,71,74,74,75,75,77,77,80,80,82,82,83,83,85,85,87,87,90,90,92,92,93,93,96,96,97,97,100,100,101,101,103,103,105,105,108,108,110,110,111,111,114,114,115,115,117,117,119,119,121,121,123,123,126,126,128,128,132,132,133,133,136,136,137,137,140,140,142,142,144,144,145,145,148,148,149,149,151,151,154,154,156,156,157,157,159,159,161,161,165,165,167,167,170,170,171,171,174,174,178,178,179,179,182,182,183,183,189,189,191,191,193,193,195,195,198,198,199,199,201,201,204,204,205,205,207,207,209,209,211,211,213,213,218,218,222,222,224,224,226,226,229,229,231,231,233,233,236,236,237,237,239,239,243,243,248,248,249,249,251,251,256,256,257,257,260,260,261,261,263,263,266,266],"right_children":[2,4,6,8,10,12,-1,14,16,18,-1,-1,20,22,24,26,28,-1,30,32,-1,34,36,38,-1,40,42,44,46,-1,48,50,-1,52,-1,54,56,58,-1,60,62,-1,64,66,-1,68,-1,70,-1,-1,72,74,-1,76,78,-1,80,82,-1,-1,84,-1,86,88,-1,-1,90,92,-1,-1,94,96,-1,-1,98,100,-1,102,-1,-1,104,-1,106,108,-1,110,-1,112,-1,-1,114,-1,116,118,-1,-1,120,122,-1,-1,124,126,-1,128,-1,130,-1,-1,132,-1,134,136,-1,-1,138,140,-1,142,-1,144,-1,146,-1,148,-1,-1,150,-1,152,-1,-1,-1,154,156,-1,-1,158,160,-1,-1,162,-1,164,-1,166,168,-1,-1,170,172,-1,174,-1,-1,176,-1,178,180,-1,182,-1,184,-1,-1,-1,186,-1,188,-1,-1,190,192,-1,-1,194,-1,-1,-1,196,198,-1,-1,200,202,-1,-1,-1,-1,-1,204,-1,206,-1,208,-1,210,-1,-1,212,214,-1,216,-1,-1,218,220,-1,222,-1,224,-1,226,-1,228,-1,-1,-1,-1,230,-1,-1,-1,232,-1,234,-1,236,-1,-1,238,-1,240,-1,242,-1,-1,244,246,-1,248,-1,-1,-1,250,-1,-1,-1,-1,252,254,-1,256,-1,-1,-1,-1,258,260,-1,-1,262,264,-1,266,-1,-1,268,-1,-1],"split_conditions":[7.1240234E-1,8.4277344E-1,9.9316406E-1,4.13125E1,9.2626953E-1,4.8614502E-2,-0E0,1.9595676E2,1.984491E0,1.9210815E-2,-0E0,-0E0,3.7383175E0,4.834375E1,9.891087E1,6.29375E1,1.4916992E-1,-0E0,5.9906006E-2,9.13125E1,-0E0,2.2440307E0,2.5952148E-1,9.663086E-1,-0E0,2.0544434E-1,8.92334E-2,3.8452148E-1,9.663086E-1,-0E0,4.7766466E0,3.178125E1,-0E0,9.980469E-1,-0E0,7.3875E1,6.4697266E-1,4.5801816E0,-0E0,5.3E1,4.31875E1,-0E0,9.84375E-1,5.78125E-1,-0E0,9.980469E-1,-0E0,6.149292E-3,-0E0,-0E0,1.055625E2,2.1636963E-2,-0E0,3.9846306E0,3.796875E1,-0E0,4.324341E-2,1.1949677E0,-0E0,-0E0,5.390625E-1,-0E0,9.9609375E-1,1.09248375E2,-0E0,-0E0,1.6091789E0,1.4428937E2,-0E0,-0E0,9.9902344E-1,8.4901214E-1,-0E0,-0E0,5.1708984E-1,4.157243E1,-0E0,3.5610359E0,-0E0,-0E0,9.60935E1,-0E0,9.863281E-1,5.4540688E1,-0E0,1.8112183E-2,-0E0,9.5458984E-1,-0E0,-0E0,5.961483E1,-0E0,9.897461E-1,9.5654297E-1,-0E0,-0E0,9.9902344E-1,1.8148401E2,-0E0,-0E0,1.19656784E2,9.9035347E-1,-0E0,6.281734E1,-0E0,9.9853516E-1,-0E0,-0E0,7.060547E-1,-0E0,1.9595676E2,6.626806E-1,-0E0,-0E0,9.9853516E-1,6.595758E-1,-0E0,1.116044E2,-0E0,6.4941406E-2,-0E0,1.354008E2,-0E0,2.545166E-2,-0E0,-0E0,1.7651367E-1,-0E0,5.300359E0,-3.051869E-1,-0E0,-0E0,3.1219482E-2,1.0437012E-1,-0E0,-0E0,4.576556E0,9.770508E-1,-0E0,-0E0,9.980469E-1,-0E0,6.547886E-1,-0E0,5.1061854E0,9.506836E-1,-0E0,-0E0,6.419855E1,9.84375E-1,-0E0,2.33078E-3,-0E0,-0E0,4.769523E0,-0E0,1.4541626E-2,9.6484375E-1,-0E0,6.544696E1,-0E0,5.4041085E0,-0E0,-0E0,-2.6647657E-1,1.66339E1,-0E0,5.859375E-2,-0E0,-0E0,1.5686035E-1,4.7313786E0,-0E0,-0E0,9.980469E-1,-1.397519E-1,-0E0,-0E0,4.9197593E0,6.149292E-3,-0E0,-0E0,1.099375E2,5.432747E0,-0E0,-0E0,-2.404842E-1,-0E0,-2.4733579E-1,3.5858154E-3,-0E0,1.9050462E2,-0E0,1.8290038E2,-0E0,9.428711E-1,-0E0,-0E0,3.0149347E2,1.5263658E2,-0E0,5.4855347E-3,-0E0,-0E0,1.3242401E0,9.60935E1,-0E0,1.3086053E2,-0E0,1.339702E2,-0E0,5.1768404E-1,-0E0,2.867308E2,-0E0,-0E0,-2.1750884E-1,-0E0,9.584961E-1,-2.2561623E-1,-0E0,-0E0,9.2643135E1,-0E0,9.975586E-1,-0E0,3.203125E1,2.248445E-1,-0E0,4.7313786E0,-0E0,4.05E1,-0E0,7.3649704E1,-0E0,-0E0,3.3316458E2,5.1875E1,-0E0,2.513793E1,-0E0,-0E0,2.4053065E-1,1.6863078E2,-0E0,-0E0,3.0560806E-1,-0E0,9.7875E1,9.9902344E-1,-0E0,4.95625E1,-0E0,2.7960116E-1,-0E0,-0E0,2.2786215E2,7.973339E-1,-0E0,-0E0,1.8108405E2,4.9718E0,-0E0,6.903076E-2,-0E0,-0E0,3.053125E1,-0E0,3.0192253E-1],"split_indices":[13,12,15,8,15,16,0,6,1,19,0,0,3,10,5,11,12,0,15,10,0,3,18,19,0,13,12,13,18,0,0,10,0,14,0,11,14,2,0,11,8,0,18,14,0,14,0,18,0,0,8,16,0,0,8,0,17,2,0,0,12,0,14,5,0,0,3,6,0,0,17,2,0,0,13,7,0,0,0,0,5,0,16,4,0,18,0,16,0,0,4,0,15,16,0,0,14,6,0,0,7,1,0,5,0,17,0,0,15,0,6,1,0,0,15,0,0,6,0,15,0,7,0,19,0,0,18,0,1,0,0,0,17,14,0,0,0,19,0,0,17,0,2,0,1,18,0,0,4,16,0,16,0,0,3,0,17,19,0,5,0,3,0,0,0,7,0,13,0,0,18,1,0,0,17,0,0,0,0,18,0,0,10,1,0,0,0,0,0,18,0,6,0,6,0,19,0,0,6,4,0,19,0,0,0,5,0,6,0,6,0,0,0,6,0,0,0,0,19,0,0,0,5,0,15,0,10,0,0,1,0,8,0,7,0,0,7,10,0,7,0,0,0,4,0,0,0,0,9,17,0,10,0,0,0,0,7,3,0,0,6,0,0,13,0,0,8,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.0615317E2,1.6642265E2,3.9730515E1,1.4839163E2,1.8031021E1,2.970539E1,1.00251255E1,7.157841E1,7.6813225E1,9.652377E0,8.378643E0,3.7992532E0,2.5906137E1,6.188479E1,9.693616E0,5.3279564E1,2.3533663E1,1.5281427E0,8.124234E0,2.013758E1,5.7685566E0,1.762969E1,4.42551E1,5.2366138E0,4.457002E0,2.6854694E1,2.6424868E1,9.54069E0,1.3992971E1,5.7572496E-1,7.5485096E0,1.50466385E1,5.0909433E0,6.6340632E0,1.0995626E1,2.0485792E1,2.3769308E1,4.64831E0,5.883037E-1,1.743435E1,9.420346E0,3.7478433E0,2.2677025E1,7.345739E0,2.1949518E0,1.1938881E1,2.0540907E0,6.879372E0,6.691372E-1,6.662867E-1,1.4380351E1,5.9449677E0,6.8909526E-1,1.3560168E1,6.9256244E0,4.24486E0,1.9524446E1,4.113938E0,5.343719E-1,1.249417E1,4.9401784E0,1.147203E0,8.273143E0,2.1302898E1,1.3741255E0,2.944879E-1,7.051251E0,1.0485955E1,1.4529252E0,4.6476185E-1,6.4146104E0,1.3693711E1,6.8663996E-1,2.667181E-1,5.67825E0,1.1282797E1,2.2773716E0,5.150116E0,1.775508E0,1.8375418E0,1.7686905E1,4.4884065E-1,3.6650975E0,4.318004E0,6.221739E-1,7.005519E0,1.2676244E0,1.9414259E1,1.8886399E0,2.2405617E0,4.8106894E0,6.393335E-1,9.8466215E0,5.998541E0,4.160696E-1,5.804332E-1,1.3113278E1,4.8566175E0,8.21632E-1,2.1685426E0,9.114254E0,4.3938527E0,7.562635E-1,1.663447E1,1.0524358E0,3.422806E0,2.422915E-1,3.7493315E-1,3.9430711E0,9.8725253E-1,6.018266E0,1.5343977E1,4.070282E0,2.4269927E-1,4.5679903E0,7.3289695E0,2.5176523E0,5.233101E0,7.6544005E-1,1.2599394E1,5.13884E-1,4.555888E0,3.0072933E-1,6.2656245E0,2.8486295E0,2.2573785E-1,4.1681147E0,2.2395523E0,1.43949175E1,3.1870751E0,2.3573075E-1,4.5203972E-1,3.4910314E0,4.7793527E0,1.2389134E0,1.2408442E0,1.4103133E1,4.2970796E0,2.7091068E-1,2.0609586E-1,7.122874E0,2.4933046E-1,4.9837704E0,6.178147E-1,1.198158E1,4.057611E0,4.982773E-1,6.1560166E-1,5.650023E0,3.7203E0,4.4781476E-1,1.4199619E1,1.9529827E-1,1.6470008E-1,3.3263314E0,1.7995708E-1,4.5993958E0,1.24241E1,1.6790326E0,4.075828E0,2.2125158E-1,6.868968E0,2.5390598E-1,2.032896E-1,4.780481E0,1.1348621E1,6.329582E-1,3.707692E0,3.499191E-1,8.419152E-1,4.808108E0,3.5487473E0,1.7155273E-1,2.033162E-1,1.3996303E1,3.1610978E0,1.6523348E-1,3.327118E-1,4.266684E0,1.1106041E1,1.3180594E0,2.3396957E-1,3.8418584E0,6.5828567E0,2.8611138E-1,5.439423E-1,1.0804679E1,2.5325334E-1,3.4544387E0,4.096805E0,7.113024E-1,3.2948499E0,2.5389734E-1,1.3554041E1,4.4226193E-1,4.06263E0,2.0405376E-1,5.257266E-1,1.0580315E1,3.5264115E0,3.154467E-1,6.0049295E0,5.779267E-1,3.467079E-1,3.7500973E0,3.1226153E0,1.7223457E-1,1.1629514E1,1.9245272E0,3.8610013E0,2.0162897E-1,1.0378389E1,2.0192502E-1,3.257686E0,2.687258E-1,1.7545316E-1,5.829477E0,2.7530393E-1,3.4747934E0,2.8425705E0,2.8004488E-1,5.7727706E-1,1.1052237E1,1.7890953E-1,3.6820917E0,1.648488E-1,1.021354E1,3.0744338E0,1.832519E-1,3.2847548E0,1.9003868E-1,1.0336391E1,7.158456E-1,3.2728117E0,4.0928012E-1,2.4299942E-1,9.970541E0,3.071819E0,2.1293575E-1,1.0052151E1,2.8424004E-1,4.1728953E-1,2.855522E0,9.735358E0,2.3518276E-1,3.5663468E-1,2.7151842E0,5.053786E-1,9.546772E0,9.182944E0,5.5241436E-1,9.277501E0,2.6927117E-1,8.964127E0,2.1881746E-1,1.9312274E-1,9.084378E0,8.915582E0,1.6879714E-1,2.0065245E-1,8.714929E0,8.498016E0,2.1691245E-1,8.199601E0,2.9841536E-1,7.023297E-1,7.4972715E0,3.4903786E-1,7.1482334E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"269","size_leaf_vector":"0"}},{"base_weights":[-6.994857E-3,-6.355672E-2,-0E0,-1.07553884E-1,-0E0,-4.08005E-2,1.059197E-2,-0E0,-1.492089E-1,-0E0,-1.13417E-1,-0E0,5.409397E-2,-0E0,-1.6695397E-1,-3.651341E-2,3.8227767E-3,-0E0,-1.6054353E-1,-2.5126228E-2,1.50218E-2,-0E0,1.0721137E-1,-0E0,-2.2218359E-1,-8.584577E-2,-0E0,-0E0,5.98025E-2,-0E0,-2.4361962E-1,2.4509165E-3,-7.7354394E-2,4.5728814E-2,-0E0,-0E0,1.4516726E-1,-0E0,-2.4468428E-1,-0E0,-1.6389346E-1,-0E0,1.445235E-1,-2.9322663E-1,-0E0,4.184953E-2,-0E0,-1.2715316E-1,-0E0,-0E0,7.106987E-2,-3.2388043E-2,-0E0,-0E0,1.96121E-1,-0E0,-2.8304955E-1,-0E0,-1.8450847E-1,-0E0,1.8858485E-1,-3.278454E-1,-0E0,-0E0,8.7635234E-2,-0E0,-2.2162832E-1,1.0141912E-1,-0E0,-0E0,-6.901054E-2,2.538773E-1,-0E0,-2.3996063E-1,-0E0,-0E0,-2.0269397E-1,-0E0,2.3108137E-1,-0E0,-3.457689E-1,-0E0,1.1918032E-1,-2.67193E-1,-0E0,1.3620828E-1,-0E0,-1.0519187E-1,-0E0,2.7795008E-1,-0E0,-0E0,-1.7714877E-1,-0E0,2.7595538E-1,-0E0,-2.804381E-1,-0E0,1.641113E-1,-0E0,-3.2351544E-1,1.5500182E-1,-0E0,-0E0,-1.2566729E-1,3.0690032E-1,-0E0,3.0090386E-1,-0E0,-0E0,2.2641107E-1,-3.3973983E-1,-0E0,-0E0,1.7862815E-1,-0E0,-1.4994314E-1,-0E0,3.4142122E-1,3.237528E-1,-0E0,-0E0,2.5719303E-1,-3.536565E-1,-0E0,-0E0,1.9869019E-1,-1.7315996E-1,-0E0,3.6565948E-1,-0E0,-0E0,2.8674874E-1,-0E0,2.8567177E-1,-0E0,-3.8078636E-1,-0E0,2.1667667E-1,-0E0,-1.9545607E-1,3.7951744E-1,-0E0,3.103436E-1,-0E0,-3.0528247E-1,-0E0,2.3216242E-1,-0E0,-2.136886E-1,-0E0,4.050741E-1,-0E0,3.3668405E-1,-0E0,-0E0,2.516251E-1,-2.2695509E-1,-0E0,4.1380188E-1,-0E0,3.6220342E-1,-0E0,-0E0,2.737547E-1,-2.5077453E-1,-0E0,-0E0,3.2869205E-1,3.785345E-1,-0E0,2.948366E-1,-0E0,-2.6829123E-1,-0E0,-0E0,3.9347348E-1,-0E0,3.0357772E-1,-2.8834286E-1,-0E0,-0E0,4.033388E-1,-0E0,3.1300262E-1,-2.3997603E-1,-0E0,3.288171E-1,-0E0,3.2373917E-1,-0E0,3.3049667E-1,-0E0,-0E0,3.4282923E-1,-0E0,3.487694E-1,-0E0,3.5587418E-1,3.60866E-1,-0E0,3.817022E-1,-0E0,-0E0,3.191125E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":23,"left_children":[1,3,5,7,-1,9,11,-1,13,15,17,19,21,-1,23,25,27,-1,29,31,33,-1,35,-1,37,39,-1,-1,41,-1,43,45,47,49,51,-1,53,-1,55,-1,57,-1,59,61,-1,63,-1,65,-1,-1,67,69,-1,-1,71,-1,73,-1,75,-1,77,79,-1,-1,81,-1,83,85,-1,-1,87,89,-1,-1,-1,-1,91,-1,93,-1,95,-1,97,99,-1,101,-1,103,-1,105,-1,-1,-1,-1,107,-1,-1,-1,109,-1,111,113,-1,-1,115,117,-1,119,-1,-1,121,123,-1,-1,125,-1,127,-1,129,131,-1,-1,133,135,-1,-1,137,139,-1,141,-1,-1,-1,-1,143,-1,145,-1,147,-1,149,151,-1,153,-1,-1,-1,155,-1,157,-1,159,-1,161,-1,-1,163,165,-1,167,-1,169,-1,-1,171,173,-1,-1,-1,175,-1,177,-1,179,-1,-1,181,-1,183,185,-1,-1,187,-1,189,-1,-1,-1,-1,191,-1,193,-1,-1,195,-1,197,-1,199,201,-1,203,-1,-1,-1],"loss_changes":[8.9049816E-2,6.720679E-2,7.19924E-2,9.855588E-2,0E0,8.684459E-2,8.412272E-2,0E0,4.4185817E-2,6.9097485E-3,1.0595454E-1,4.5013513E-2,1.4718983E-1,0E0,4.086733E-2,2.6917733E-2,4.3579243E-2,0E0,1.9053178E-1,1.4638035E-1,6.629541E-2,0E0,1.140798E-1,0E0,4.3112427E-2,5.8712225E-2,0E0,0E0,1.1399244E-1,0E0,1.4082414E-1,2.545827E-2,1.2487495E-1,9.512073E-2,1.6939597E-2,0E0,1.0820043E-1,0E0,2.1906048E-2,0E0,1.8363453E-2,0E0,7.778303E-2,8.4525526E-2,0E0,6.696895E-2,0E0,1.8206465E-1,0E0,0E0,1.4513256E-1,5.3157657E-2,0E0,0E0,1.11845344E-1,0E0,4.8266113E-2,0E0,1.6041435E-2,0E0,1.0604736E-1,4.586816E-2,0E0,0E0,6.991057E-2,0E0,1.1943489E-1,1.2840414E-1,0E0,0E0,5.2960664E-2,8.979428E-2,0E0,0E0,0E0,0E0,1.5439168E-2,0E0,1.05113685E-1,0E0,2.3837924E-2,0E0,9.3528956E-2,8.535057E-2,0E0,1.1375219E-1,0E0,4.4559896E-2,0E0,1.120168E-1,0E0,0E0,0E0,0E0,6.6054165E-2,0E0,0E0,0E0,1.557247E-1,0E0,4.6546698E-2,9.8668754E-2,0E0,0E0,5.1641375E-2,1.056968E-1,0E0,4.4568717E-2,0E0,0E0,9.599796E-2,3.6176205E-2,0E0,0E0,8.7548494E-2,0E0,5.5918977E-2,0E0,1.01272225E-1,7.638925E-2,0E0,0E0,9.794432E-2,3.8859963E-2,0E0,0E0,1.0284734E-1,5.6613624E-2,0E0,4.721278E-2,0E0,0E0,0E0,0E0,6.166911E-2,0E0,1.2697279E-2,0E0,7.1954906E-2,0E0,5.5954635E-2,3.3437133E-2,0E0,7.6238155E-2,0E0,0E0,0E0,4.730773E-2,0E0,3.8888454E-2,0E0,1.5062213E-2,0E0,6.739807E-2,0E0,0E0,7.7193975E-2,2.9748768E-2,0E0,2.1178722E-3,0E0,2.6548266E-2,0E0,0E0,7.904518E-2,1.9319952E-2,0E0,0E0,0E0,1.9740105E-2,0E0,5.137849E-2,0E0,1.9121706E-2,0E0,0E0,1.3850749E-2,0E0,4.6920896E-2,1.0441422E-2,0E0,0E0,6.6349506E-3,0E0,5.0134063E-2,0E0,0E0,0E0,0E0,2.9913068E-2,0E0,2.5468111E-2,0E0,0E0,2.5492072E-2,0E0,3.3334017E-2,0E0,4.8810244E-3,1.8883824E-2,0E0,3.88844E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,5,5,6,6,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,18,18,19,19,20,20,22,22,24,24,25,25,28,28,30,30,31,31,32,32,33,33,34,34,36,36,38,38,40,40,42,42,43,43,45,45,47,47,50,50,51,51,54,54,56,56,58,58,60,60,61,61,64,64,66,66,67,67,70,70,71,71,76,76,78,78,80,80,82,82,83,83,85,85,87,87,89,89,94,94,98,98,100,100,101,101,104,104,105,105,107,107,110,110,111,111,114,114,116,116,118,118,119,119,122,122,123,123,126,126,127,127,129,129,134,134,136,136,138,138,140,140,141,141,143,143,147,147,149,149,151,151,153,153,156,156,157,157,159,159,161,161,164,164,165,165,169,169,171,171,173,173,176,176,178,178,179,179,182,182,184,184,189,189,191,191,194,194,196,196,198,198,199,199,201,201],"right_children":[2,4,6,8,-1,10,12,-1,14,16,18,20,22,-1,24,26,28,-1,30,32,34,-1,36,-1,38,40,-1,-1,42,-1,44,46,48,50,52,-1,54,-1,56,-1,58,-1,60,62,-1,64,-1,66,-1,-1,68,70,-1,-1,72,-1,74,-1,76,-1,78,80,-1,-1,82,-1,84,86,-1,-1,88,90,-1,-1,-1,-1,92,-1,94,-1,96,-1,98,100,-1,102,-1,104,-1,106,-1,-1,-1,-1,108,-1,-1,-1,110,-1,112,114,-1,-1,116,118,-1,120,-1,-1,122,124,-1,-1,126,-1,128,-1,130,132,-1,-1,134,136,-1,-1,138,140,-1,142,-1,-1,-1,-1,144,-1,146,-1,148,-1,150,152,-1,154,-1,-1,-1,156,-1,158,-1,160,-1,162,-1,-1,164,166,-1,168,-1,170,-1,-1,172,174,-1,-1,-1,176,-1,178,-1,180,-1,-1,182,-1,184,186,-1,-1,188,-1,190,-1,-1,-1,-1,192,-1,194,-1,-1,196,-1,198,-1,200,202,-1,204,-1,-1,-1],"split_conditions":[3.359375E-1,9.8828125E-1,6.6748047E-1,1.0647613E0,-0E0,9.224246E1,8.3E1,-0E0,6.149292E-3,6.544696E1,6.274414E-1,2.2440307E0,1.6981117E0,-0E0,1.1053467E-1,5.846875E1,1.9921875E-1,-0E0,3.6315918E-2,1.4180292E0,3.7567995E0,-0E0,1.2854004E-1,-0E0,7.086182E-2,1.5185547E-1,-0E0,-0E0,3.7817383E-1,-0E0,9.9365234E-1,1.8394264E0,6.2402344E-1,1.1299024E0,4.8150425E0,-0E0,6.915283E-2,-0E0,1.3305664E-1,-0E0,4.234314E-3,-0E0,3.509375E1,4.9986987E0,-0E0,8.648682E-2,-0E0,1.01257324E-1,-0E0,-0E0,7.08125E1,3.1671875E1,-0E0,-0E0,8.989258E-1,-0E0,5.374661E0,-0E0,9.07135E-3,-0E0,1.3261063E2,5.670253E-1,-0E0,-0E0,3.275E1,-0E0,1.3353079E2,9.5947266E-1,-0E0,-0E0,4.2936273E0,1.67375E2,-0E0,-2.3996063E-1,-0E0,-0E0,3.83125E1,-0E0,5.9173584E-2,-0E0,9.2643135E1,-0E0,6.458827E1,1.2731934E-1,-0E0,9.2333984E-1,-0E0,6.9351196E-3,-0E0,5.48296E0,-0E0,-0E0,-1.7714877E-1,-0E0,9.5214844E-1,-0E0,-2.804381E-1,-0E0,4.675293E-2,-0E0,7.84375E1,8.120117E-1,-0E0,-0E0,4.7088623E-2,1.394043E-1,-0E0,4.349778E0,-0E0,-0E0,6.7803276E-1,9.9560547E-1,-0E0,-0E0,4.078125E1,-0E0,9.9316406E-1,-0E0,5.3379583E0,3.9886475E-2,-0E0,-0E0,7.4658203E-1,4.078125E1,-0E0,-0E0,5.4540688E1,4.078125E1,-0E0,2.996276E2,-0E0,-0E0,2.8674874E-1,-0E0,9.863281E-1,-0E0,7.01875E1,-0E0,1.5263658E2,-0E0,9.902344E-1,8.725586E-1,-0E0,9.658203E-1,-0E0,-3.0528247E-1,-0E0,6.3727512E1,-0E0,1.8579344E2,-0E0,9.379883E-1,-0E0,2.275E2,-0E0,-0E0,3.34375E1,3.8369265E0,-0E0,3.0171875E1,-0E0,1.5983565E2,-0E0,-0E0,9.770508E-1,8.0322266E-1,-0E0,-0E0,3.2869205E-1,9.2259157E-1,-0E0,8.7968683E-1,-0E0,5.1692543E0,-0E0,-0E0,3.642297E1,-0E0,1.3459376E1,7.00625E1,-0E0,-0E0,9.9902344E-1,-0E0,9.892578E-1,-2.3997603E-1,-0E0,3.288171E-1,-0E0,5.2653766E0,-0E0,8.163452E-3,-0E0,-0E0,5.4855347E-3,-0E0,4.0063477E-1,-0E0,9.980469E-1,9.2089844E-1,-0E0,1.5674638E0,-0E0,-0E0,3.191125E-1],"split_indices":[14,15,15,2,0,5,10,0,18,5,14,3,1,0,19,8,12,0,18,1,3,0,12,0,13,12,0,0,16,0,16,3,18,2,3,0,18,0,12,0,19,0,11,2,0,13,0,18,0,0,10,8,0,0,18,0,0,0,16,0,6,2,0,0,10,0,7,17,0,0,2,11,0,0,0,0,10,0,17,0,5,0,5,12,0,13,0,17,0,3,0,0,0,0,12,0,0,0,18,0,10,15,0,0,16,12,0,3,0,0,2,17,0,0,9,0,16,0,2,18,0,0,15,9,0,0,4,9,0,6,0,0,0,0,18,0,8,0,4,0,19,13,0,12,0,0,0,5,0,4,0,12,0,9,0,0,10,2,0,8,0,4,0,0,19,13,0,0,0,2,0,1,0,1,0,0,4,0,7,10,0,0,15,0,18,0,0,0,0,2,0,17,0,0,18,0,14,0,16,18,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.0017996E2,2.3975739E1,1.7620422E2,1.3856657E1,1.0119081E1,3.3066624E1,1.431376E2,2.470215E0,1.1386442E1,2.2471413E1,1.0595212E1,1.09381966E2,3.375563E1,8.072539E-1,1.0579187E1,4.480031E0,1.7991383E1,1.4469362E0,9.148275E0,4.906044E1,6.0321526E1,1.2729509E1,2.1026123E1,3.9956133E0,6.583575E0,4.0535345E0,4.2649657E-1,6.230388E0,1.1760994E1,2.248026E0,6.9002495E0,1.988872E1,2.917172E1,3.776652E1,2.2555004E1,4.371572E0,1.665455E1,5.227881E-1,6.0607862E0,1.1184704E0,2.935064E0,4.704065E0,7.056929E0,6.2459903E0,6.542591E-1,1.4106024E1,5.7826953E0,1.8205042E1,1.096668E1,3.5915332E0,3.4174988E1,1.5648557E1,6.906448E0,4.9427624E0,1.1711788E1,1.3845735E0,4.676213E0,1.8530025E-1,2.7497637E0,9.3159705E-1,6.1253324E0,5.682939E0,5.630516E-1,2.555179E0,1.1550845E1,8.841542E0,9.3635E0,3.0637308E1,3.5376792E0,1.4298328E0,1.4218724E1,8.5228E0,3.1889875E0,4.391716E0,2.844969E-1,1.6652553E-1,2.5832384E0,2.2680621E-1,5.898526E0,2.4073857E-1,5.4422E0,6.131629E-1,1.0937682E1,7.9592166E0,1.4042834E0,2.3683954E1,6.953355E0,1.0621036E1,3.5976882E0,8.189876E0,3.3292502E-1,3.2806894E-1,2.2551694E0,5.3144836E-1,5.367078E0,2.61949E-1,5.180251E0,1.9328434E0,9.004839E0,1.8735389E0,6.0856776E0,2.2909634E1,7.743189E-1,5.0711995E-1,1.0113915E1,7.8170414E0,3.7283412E-1,5.164042E0,2.030355E-1,1.473273E0,7.5315657E0,5.874965E0,2.1071255E-1,2.690753E0,2.0218882E1,8.616723E-1,9.252243E0,6.9010097E-1,7.1269407E0,4.8179812E0,3.4606066E-1,3.5620227E-1,7.1753635E0,5.6723566E0,2.0260864E-1,1.7551311E0,1.846375E1,8.677386E0,5.748575E-1,6.906747E0,2.2019355E-1,6.2836814E-1,4.1896133E0,2.538668E-1,6.921497E0,5.8018816E-1,5.0921683E0,8.270862E-1,1.7636663E1,4.9243698E-1,8.184949E0,6.703503E0,2.0324382E-1,6.4287043E0,4.9279264E-1,4.8762126E0,2.1595554E-1,1.663283E1,1.0038337E0,7.9915137E0,1.9343516E-1,6.026999E0,6.7650396E-1,6.059534E0,3.691701E-1,1.8006967E0,1.4832133E1,7.782787E0,2.0872708E-1,5.8425355E0,1.844636E-1,5.681519E0,3.7801498E-1,1.3485725E0,1.34835615E1,6.757101E0,1.0256858E0,2.1473387E-1,5.627802E0,5.344925E0,3.3659387E-1,1.2464614E1,1.0189475E0,6.1088133E0,6.4828765E-1,3.0789936E-1,5.037026E0,1.7835402E-1,1.228626E1,5.4515963E0,6.57217E-1,1.8240987E-1,4.8546157E0,2.794974E-1,1.20067625E1,4.8379445E0,6.136516E-1,4.4390574E0,4.155584E-1,1.1669311E1,3.3745188E-1,1.1450617E1,2.1869336E-1,6.276408E-1,1.0822976E1,1.7284855E-1,1.0650127E1,1.7755774E-1,1.047257E1,1.0208586E1,2.6398435E-1,9.2009945E0,1.0075915E0,1.0243127E0,8.1766815E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"205","size_leaf_vector":"0"}},{"base_weights":[-1.4445869E-2,-0E0,-3.4911416E-2,-4.6217866E-2,2.9037593E-2,-0E0,-7.572852E-2,-1.781561E-1,-0E0,-0E0,6.580699E-2,5.5460245E-3,-4.1868757E-2,-1.1631287E-1,-0E0,-2.4931574E-1,-0E0,-5.041345E-2,2.3205101E-2,1.2835063E-1,-0E0,-0E0,3.8014784E-2,-1.947784E-1,-0E0,-0E0,-1.4663443E-1,-0E0,-2.6636383E-1,-0E0,-1.1281679E-1,-0E0,6.266293E-2,1.7337425E-1,-0E0,-5.7251275E-2,-0E0,7.918217E-2,-0E0,-0E0,-2.5578326E-1,-0E0,7.839348E-2,-0E0,-1.6010758E-1,-2.800672E-1,-0E0,-1.7769969E-1,-0E0,1.0406899E-1,-0E0,2.0705564E-1,-0E0,-8.2607135E-2,-0E0,1.1325174E-1,-0E0,-0E0,-4.257003E-2,-0E0,-2.9630172E-1,-0E0,-3.772265E-2,1.3641055E-1,-0E0,-1.8028921E-1,-0E0,-2.9721376E-1,-0E0,-2.1334831E-1,-0E0,-0E0,1.4928673E-1,-0E0,2.348862E-1,-0E0,-1.0328994E-1,-0E0,1.450891E-1,2.4543883E-2,-0E0,-1.057431E-1,-0E0,-0E0,-3.2092866E-1,-0E0,-8.462613E-2,-0E0,1.6289587E-1,-1.9791944E-1,-0E0,-0E0,-3.065558E-1,-0E0,-2.3355749E-1,1.7948207E-1,-0E0,-0E0,2.7105516E-1,-1.3440621E-1,-0E0,-0E0,1.7085509E-1,-0E0,5.7044826E-2,-0E0,-1.4581835E-1,-0E0,-3.4691417E-1,-1.1821899E-1,-0E0,-0E0,1.8568663E-1,-0E0,-2.1148479E-1,-0E0,-3.138431E-1,-0E0,-1.9322002E-1,-0E0,2.0830116E-1,3.2046488E-1,-0E0,-1.6524456E-1,-0E0,-0E0,1.9161709E-1,-0E0,8.535178E-2,-0E0,-1.8828194E-1,-3.7035137E-1,-0E0,-0E0,-1.1280332E-1,2.0471245E-1,-0E0,-2.570832E-1,-0E0,-0E0,-2.5012934E-1,2.3334225E-1,-0E0,-0E0,3.3847404E-1,-1.8994564E-1,-0E0,2.1151876E-1,-0E0,-0E0,1.0687644E-1,-0E0,-2.129016E-1,-3.8953418E-1,-0E0,2.2000048E-1,-0E0,-2.797911E-1,-0E0,2.468316E-1,-0E0,3.802103E-1,-0E0,-0E0,-2.054336E-1,2.2542949E-1,-0E0,-0E0,9.660158E-2,-0E0,-1.8888395E-1,-4.075807E-1,-0E0,-0E0,2.325822E-1,-2.9409182E-1,-0E0,-0E0,2.600944E-1,4.05277E-1,-0E0,-2.1629599E-1,-0E0,2.3670256E-1,-0E0,-0E0,-3.2630128E-1,-0E0,2.4946779E-1,-3.0181167E-1,-0E0,2.797509E-1,-0E0,4.186036E-1,-0E0,-2.3036465E-1,-0E0,2.507763E-1,-0E0,2.5758773E-1,-0E0,-0E0,-3.1277105E-1,-0E0,2.9351586E-1,3.363755E-1,-0E0,-0E0,-2.4108855E-1,-0E0,2.6351053E-1,-0E0,2.6720983E-1,-3.186999E-1,-0E0,-0E0,3.0512518E-1,-2.4904716E-1,-0E0,-0E0,2.863023E-1,-0E0,2.2164743E-1,-0E0,-3.590105E-1,3.149226E-1,-0E0,-2.0043328E-1,-0E0,-0E0,3.0349326E-1,-0E0,-3.7382445E-1,3.2230538E-1,-0E0,-0E0,3.23978E-1,-3.8851315E-1,-0E0,3.3352658E-1,-0E0,-0E0,3.383961E-1,-0E0,-4.038214E-1,-0E0,3.415778E-1,-0E0,2.686493E-1,-0E0,-3.223975E-1,2.7164283E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":24,"left_children":[1,3,5,7,9,11,13,15,-1,17,19,21,23,25,-1,27,-1,29,31,33,-1,35,37,39,41,-1,43,-1,45,-1,47,-1,49,51,-1,53,-1,55,57,-1,59,61,63,-1,65,67,-1,69,-1,71,-1,73,-1,75,-1,77,-1,79,81,-1,83,-1,85,87,-1,89,-1,91,-1,93,-1,-1,95,-1,97,-1,99,-1,101,103,-1,105,-1,-1,107,-1,109,-1,111,113,-1,-1,115,-1,117,119,-1,-1,121,123,-1,-1,125,-1,127,-1,129,-1,131,133,-1,-1,135,-1,137,-1,139,-1,-1,-1,141,143,-1,145,-1,-1,147,-1,149,-1,151,153,-1,-1,-1,155,-1,157,-1,-1,-1,159,-1,-1,161,163,-1,165,-1,-1,167,-1,169,171,-1,173,-1,175,-1,177,-1,179,-1,-1,181,183,-1,-1,-1,-1,-1,185,-1,-1,187,189,-1,-1,191,193,-1,195,-1,197,-1,-1,-1,-1,199,201,-1,203,-1,205,-1,207,-1,209,-1,211,-1,-1,213,-1,215,-1,-1,-1,217,-1,219,-1,221,223,-1,-1,225,227,-1,-1,229,-1,-1,-1,231,233,-1,-1,-1,-1,235,-1,237,239,-1,-1,241,243,-1,245,-1,-1,247,-1,249,-1,251,-1,-1,-1,-1,-1,-1],"loss_changes":[8.609686E-2,1.09819904E-1,9.682281E-2,1.8792914E-1,5.581828E-2,4.004057E-2,1.662828E-1,1.4999E-1,0E0,4.2928856E-2,1.21646635E-1,4.4875856E-2,2.8573427E-1,1.14278376E-1,0E0,3.257686E-2,0E0,3.9312147E-2,4.459604E-2,9.796354E-2,0E0,3.108864E-2,8.3774194E-2,1.6399673E-1,5.7049435E-2,0E0,7.658279E-2,0E0,3.0516714E-2,0E0,7.011567E-2,0E0,7.992094E-2,9.420538E-2,0E0,2.455187E-2,0E0,9.3310654E-2,9.465648E-3,0E0,1.0673955E-1,7.1114087E-3,9.951106E-2,0E0,6.089121E-2,2.7817696E-2,0E0,4.9550623E-2,0E0,1.0202487E-1,0E0,9.177497E-2,0E0,2.8191134E-2,0E0,9.7443655E-2,0E0,2.6834498E-3,4.0893376E-2,0E0,6.8220794E-2,0E0,2.507136E-2,6.0212985E-2,0E0,7.224947E-2,0E0,7.3314607E-3,0E0,2.235946E-2,0E0,0E0,9.030411E-2,0E0,1.1786181E-1,0E0,3.744804E-2,0E0,1.02568924E-1,1.0589328E-2,0E0,4.1781098E-2,0E0,0E0,5.8244944E-2,0E0,2.8182276E-2,0E0,4.3658525E-2,6.814432E-2,0E0,0E0,3.3932924E-3,0E0,1.026389E-2,9.566885E-2,0E0,0E0,1.1124492E-1,4.6917796E-2,0E0,0E0,9.160864E-2,0E0,1.3275556E-2,0E0,4.6773955E-2,0E0,4.5506597E-2,7.3058456E-3,0E0,0E0,4.5535386E-2,0E0,6.965262E-2,0E0,2.5337636E-3,0E0,0E0,0E0,9.187743E-2,6.347048E-2,0E0,4.124494E-2,0E0,0E0,9.746969E-2,0E0,8.149039E-3,0E0,2.8663158E-2,4.6255648E-2,0E0,0E0,0E0,2.895376E-2,0E0,8.735961E-2,0E0,0E0,0E0,4.829818E-2,0E0,0E0,5.7922423E-2,2.5782391E-2,0E0,6.939107E-2,0E0,0E0,7.596113E-3,0E0,3.1620562E-2,8.855045E-3,0E0,2.7488083E-2,0E0,5.6148708E-2,0E0,5.09066E-2,0E0,3.741014E-2,0E0,0E0,1.7242223E-2,5.9251606E-2,0E0,0E0,0E0,0E0,0E0,1.203686E-2,0E0,0E0,3.62193E-2,2.9380322E-2,0E0,0E0,4.7627926E-2,3.1916678E-2,0E0,2.1456122E-2,0E0,5.8434248E-2,0E0,0E0,0E0,0E0,1.5195191E-2,3.1595707E-2,0E0,3.8995087E-2,0E0,2.3163497E-2,0E0,1.4232606E-2,0E0,5.7775497E-2,0E0,1.0669053E-2,0E0,0E0,2.3455024E-2,0E0,3.3677697E-2,0E0,0E0,0E0,6.0025156E-3,0E0,6.787062E-2,0E0,4.0460795E-2,1.9073367E-2,0E0,0E0,3.0694187E-2,6.9529414E-3,0E0,0E0,6.2118113E-2,0E0,0E0,0E0,5.580032E-2,1.3051212E-2,0E0,0E0,0E0,0E0,4.9199343E-2,0E0,2.0923257E-2,2.2365034E-2,0E0,0E0,4.937744E-2,2.38688E-2,0E0,1.7382622E-2,0E0,0E0,9.313107E-3,0E0,1.0832787E-2,0E0,1.0136306E-2,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,10,10,11,11,12,12,13,13,15,15,17,17,18,18,19,19,21,21,22,22,23,23,24,24,26,26,28,28,30,30,32,32,33,33,35,35,37,37,38,38,40,40,41,41,42,42,44,44,45,45,47,47,49,49,51,51,53,53,55,55,57,57,58,58,60,60,62,62,63,63,65,65,67,67,69,69,72,72,74,74,76,76,78,78,79,79,81,81,84,84,86,86,88,88,89,89,92,92,94,94,95,95,98,98,99,99,102,102,104,104,106,106,108,108,109,109,112,112,114,114,116,116,120,120,121,121,123,123,126,126,128,128,130,130,131,131,135,135,137,137,141,141,144,144,145,145,147,147,150,150,152,152,153,153,155,155,157,157,159,159,161,161,164,164,165,165,171,171,174,174,175,175,178,178,179,179,181,181,183,183,188,188,189,189,191,191,193,193,195,195,197,197,199,199,202,202,204,204,208,208,210,210,212,212,213,213,216,216,217,217,220,220,224,224,225,225,230,230,232,232,233,233,236,236,237,237,239,239,242,242,244,244,246,246],"right_children":[2,4,6,8,10,12,14,16,-1,18,20,22,24,26,-1,28,-1,30,32,34,-1,36,38,40,42,-1,44,-1,46,-1,48,-1,50,52,-1,54,-1,56,58,-1,60,62,64,-1,66,68,-1,70,-1,72,-1,74,-1,76,-1,78,-1,80,82,-1,84,-1,86,88,-1,90,-1,92,-1,94,-1,-1,96,-1,98,-1,100,-1,102,104,-1,106,-1,-1,108,-1,110,-1,112,114,-1,-1,116,-1,118,120,-1,-1,122,124,-1,-1,126,-1,128,-1,130,-1,132,134,-1,-1,136,-1,138,-1,140,-1,-1,-1,142,144,-1,146,-1,-1,148,-1,150,-1,152,154,-1,-1,-1,156,-1,158,-1,-1,-1,160,-1,-1,162,164,-1,166,-1,-1,168,-1,170,172,-1,174,-1,176,-1,178,-1,180,-1,-1,182,184,-1,-1,-1,-1,-1,186,-1,-1,188,190,-1,-1,192,194,-1,196,-1,198,-1,-1,-1,-1,200,202,-1,204,-1,206,-1,208,-1,210,-1,212,-1,-1,214,-1,216,-1,-1,-1,218,-1,220,-1,222,224,-1,-1,226,228,-1,-1,230,-1,-1,-1,232,234,-1,-1,-1,-1,236,-1,238,240,-1,-1,242,244,-1,246,-1,-1,248,-1,250,-1,252,-1,-1,-1,-1,-1,-1],"split_conditions":[2.0057738E0,5.05625E1,6.5875E1,1.2761303E0,9.213867E-1,1.8290038E2,4.25726E0,2.0989572E2,-0E0,1.0349675E0,1.4094955E0,4.84375E1,8.872735E1,1.1312231E2,-0E0,3.128125E1,-0E0,4.4189453E-1,3.251953E-1,9.970703E-1,-0E0,9.946289E-1,3.7708306E0,4.909668E-1,5.753125E1,-0E0,3.525E1,-0E0,9.9902344E-1,-0E0,1.5511911E0,-0E0,8.510742E-1,8.754883E-1,-0E0,4.471166E0,-0E0,9.2643135E1,1.0461965E2,-0E0,6.149292E-3,3.053125E1,2.939257E2,-0E0,9.873047E-1,1.31E2,-0E0,2.1237613E2,-0E0,5.13125E1,-0E0,1.3015747E-2,-0E0,3.028125E1,-0E0,6.274414E-1,-0E0,8.442229E1,9.379883E-1,-0E0,1.4751279E0,-0E0,2.1531148E0,3.128125E1,-0E0,1.3154164E2,-0E0,3.228125E1,-0E0,1.6809082E-1,-0E0,-0E0,1.365E2,-0E0,3.85251E1,-0E0,4.041511E0,-0E0,1.7285156E-1,4.3273926E-2,-0E0,7.6560974E-3,-0E0,-0E0,2.513793E1,-0E0,2.4263985E2,-0E0,2.1531148E0,7.264352E-1,-0E0,-0E0,5.4855347E-3,-0E0,6.263682E-1,1.027832E-1,-0E0,-0E0,9.9121094E-1,9.9853516E-1,-0E0,-0E0,3.178125E1,-0E0,8.460999E-3,-0E0,3.265625E1,-0E0,9.9902344E-1,9.570969E1,-0E0,-0E0,8.881836E-1,-0E0,3.5828834E0,-0E0,8.0771166E-1,-0E0,-1.9322002E-1,-0E0,1.105E2,3.25E1,-0E0,6.29375E1,-0E0,-0E0,9.057617E-1,-0E0,6.3727512E1,-0E0,9.018075E-1,4.6224666E0,-0E0,-0E0,-1.1280332E-1,1.29625E2,-0E0,4.858024E0,-0E0,-0E0,-2.5012934E-1,5.470021E0,-0E0,-0E0,9.9658203E-1,3.228125E1,-0E0,5.5308394E0,-0E0,-0E0,4.147339E-2,-0E0,2.9435123E1,9.9902344E-1,-0E0,1.4083862E-2,-0E0,9.970703E-1,-0E0,1.5283203E-1,-0E0,7.441406E-1,-0E0,-0E0,5.0629873E0,1.6456529E2,-0E0,-0E0,9.660158E-2,-0E0,-1.8888395E-1,3.053125E1,-0E0,-0E0,2.8839111E-2,3.0671008E2,-0E0,-0E0,8.9697266E-1,9.824219E-1,-0E0,1.1554662E2,-0E0,9.892578E-1,-0E0,-0E0,-3.2630128E-1,-0E0,6.41875E1,7.868618E-1,-0E0,6.542969E-2,-0E0,1.392558E0,-0E0,1.2611389E-2,-0E0,1.5289307E-2,-0E0,9.468079E-3,-0E0,-0E0,4.2346306E0,-0E0,5.1768404E-1,3.363755E-1,-0E0,-0E0,9.946289E-1,-0E0,3.0975111E1,-0E0,6.4575195E-2,7.20344E1,-0E0,-0E0,5.756294E0,8.9941406E-1,-0E0,-0E0,2.0545259E0,-0E0,2.2164743E-1,-0E0,1.779134E1,9.9365234E-1,-0E0,-2.0043328E-1,-0E0,-0E0,1.2949408E2,-0E0,4.0671706E0,1.218125E2,-0E0,-0E0,7.264415E-1,9.320203E-1,-0E0,3.1796875E1,-0E0,-0E0,6.9351196E-3,-0E0,2.6757812E-1,-0E0,1.8964835E0,-0E0,2.686493E-1,-0E0,-3.223975E-1,2.7164283E-1,-0E0],"split_indices":[0,11,11,0,14,6,0,7,0,3,0,9,5,4,0,8,0,18,19,14,0,15,0,14,10,0,9,0,16,0,0,0,13,13,0,0,0,5,4,0,18,10,6,0,17,10,0,6,0,9,0,17,0,8,0,15,0,5,18,0,3,0,0,11,0,5,0,10,0,15,0,0,10,0,4,0,2,0,14,16,0,18,0,0,7,0,7,0,0,2,0,0,18,0,2,14,0,0,17,14,0,0,10,0,18,0,8,0,15,5,0,0,12,0,2,0,2,0,0,0,8,10,0,11,0,0,12,0,5,0,3,3,0,0,0,10,0,1,0,0,0,2,0,0,15,11,0,1,0,0,19,0,7,14,0,19,0,19,0,15,0,13,0,0,3,4,0,0,0,0,0,11,0,0,16,4,0,0,14,12,0,7,0,18,0,0,0,0,11,1,0,13,0,0,0,16,0,16,0,17,0,0,0,0,0,0,0,0,18,0,7,0,12,5,0,0,1,12,0,0,0,0,0,0,7,18,0,0,0,0,6,0,0,10,0,0,1,3,0,8,0,0,17,0,15,0,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9480788E2,9.122714E1,1.0358073E2,2.4293425E1,6.6933716E1,6.507732E1,3.8503418E1,7.08958E0,1.7203844E1,4.1414642E1,2.5519075E1,4.350823E1,2.1569086E1,2.8324677E1,1.0178741E1,5.78846E0,1.3011204E0,9.529541E0,3.1885101E1,1.3723955E1,1.1795119E1,1.2018248E1,3.1489979E1,8.051211E0,1.3517875E1,5.37354E0,2.2951136E1,3.2004672E-1,5.468413E0,4.9380674E0,4.5914736E0,1.6586704E1,1.5298399E1,1.055464E1,3.1693156E0,8.984871E0,3.0333767E0,2.0234848E1,1.1255131E1,1.0859091E0,6.9653025E0,4.734808E0,8.783067E0,7.9329205E-1,2.2157845E1,5.287703E0,1.8071005E-1,3.772644E0,8.188295E-1,1.2607198E1,2.6912007E0,9.448039E0,1.1066005E0,7.6537232E0,1.3311476E0,1.6911127E1,3.3237216E0,6.531861E0,4.7232704E0,6.863345E-1,6.278968E0,2.3732634E-1,4.497482E0,7.913685E0,8.693815E-1,1.9242443E1,2.915401E0,4.9540763E0,3.3362663E-1,3.5526974E0,2.1994661E-1,2.1597552E0,1.0447443E1,5.542855E-1,8.893754E0,2.9608727E-1,7.357636E0,2.1738305E0,1.4737296E1,3.9545817E0,2.577279E0,4.0037394E0,7.195308E-1,3.38102E-1,5.940866E0,5.0367475E-1,3.993807E0,2.4436273E-1,7.669322E0,1.7726278E1,1.5161643E0,2.4933854E-1,4.7047377E0,2.6110226E-1,3.2915952E0,9.877058E0,5.703848E-1,7.355019E-1,8.158252E0,6.2135067E0,1.1441293E0,7.3555905E-1,1.4001737E1,3.758111E-1,3.5787706E0,1.7038247E-1,3.8333569E0,4.4480014E-1,5.496066E0,3.8192768E0,1.745302E-1,6.160861E-1,7.053236E0,7.3959535E-1,1.6986685E1,2.0444623E-1,4.5002913E0,2.538321E-1,3.037763E0,4.6787134E-1,9.409186E0,6.777417E0,1.3808345E0,5.659778E0,5.537283E-1,4.7733048E-1,1.3524406E1,4.3448773E-1,3.1442828E0,4.1477472E-1,3.4185822E0,5.0929494E0,4.031164E-1,1.083733E0,2.735544E0,6.801073E0,2.521632E-1,1.2387514E1,4.59917E0,1.8626028E-1,4.314031E0,9.083918E0,3.252691E-1,1.9979998E-1,6.5776176E0,5.305051E0,3.547275E-1,1.3188034E1,3.3637214E-1,6.066685E-1,2.5376143E0,2.215169E-1,3.1970654E0,4.8605003E0,2.324492E-1,6.4198294E0,3.8124365E-1,1.1496445E1,8.9106953E-1,8.857754E0,2.2616331E-1,5.5097404E0,1.0678773E0,2.313944E-1,5.0736566E0,1.2916312E1,2.7172175E-1,2.802498E-1,2.2573645E0,3.0015838E-1,2.8969069E0,4.449617E0,4.1088313E-1,2.2026779E-1,6.1995616E0,1.1007308E1,4.8913607E-1,1.7750412E-1,8.68025E0,5.01708E0,4.9266016E-1,4.8964443E0,1.7721191E-1,1.272636E1,1.8995158E-1,1.8243113E-1,4.267186E0,2.9426217E-1,5.905299E0,1.0748703E1,2.5860545E-1,8.044067E0,6.361829E-1,4.853533E0,1.6354717E-1,4.6617513E0,2.3469344E-1,1.2212643E1,5.137185E-1,5.736847E0,1.684523E-1,4.5151186E-1,1.0297191E1,3.299546E-1,7.7141123E0,4.668687E0,1.8484592E-1,2.0412098E-1,4.45763E0,3.6695144E-1,1.1845691E1,2.9166123E-1,5.4451857E0,1.0130127E1,1.6706365E-1,2.5143427E-1,7.462678E0,4.242615E0,2.15015E-1,1.059373E0,1.0786318E1,1.8716319E-1,5.2580223E0,2.105153E0,8.024974E0,7.2844305E0,1.7824747E-1,4.0601215E0,1.8249375E-1,5.679794E-1,1.0218338E1,2.6296678E-1,7.762007E0,7.0575294E0,2.269014E-1,8.438288E-1,9.37451E0,7.2877026E0,4.743048E-1,6.7586026E0,2.989268E-1,3.923251E-1,8.982184E0,4.3287808E-1,6.8548245E0,1.891653E-1,6.569437E0,2.503963E-1,8.731789E0,2.7109745E-1,6.583727E0,6.3843236E0,1.8511376E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"253","size_leaf_vector":"0"}},{"base_weights":[-1.6140299E-2,-0E0,-4.345303E-2,1.9946327E-2,-8.531437E-3,-8.123258E-2,-0E0,6.962805E-2,-0E0,-4.0372323E-2,2.622306E-2,-0E0,-1.1489444E-1,3.1498946E-2,-3.7197176E-2,1.059741E-1,-0E0,-5.346977E-2,-0E0,-7.8817606E-2,-0E0,-0E0,6.267368E-2,-1.4417192E-1,-0E0,1.0286878E-1,-0E0,-0E0,-1.2991409E-1,1.3325725E-1,-0E0,-0E0,-1.6133216E-1,-0E0,-1.1690427E-1,-0E0,2.5226185E-2,-0E0,1.12807035E-1,-1.7101726E-1,-0E0,1.6213858E-1,-0E0,3.4260258E-2,-0E0,-1.7235279E-1,-0E0,-0E0,1.5820487E-1,-0E0,-1.8865709E-1,-1.6107972E-1,-0E0,-0E0,-8.915955E-2,1.03669025E-1,-0E0,1.2698959E-1,-0E0,-0E0,-1.96011E-1,-0E0,2.2480313E-1,1.0548343E-1,-0E0,-1.9113578E-1,-0E0,-0E0,1.7841603E-1,-2.076639E-1,-0E0,-1.9185853E-1,-0E0,5.0086435E-2,-0E0,-1.4613597E-1,-0E0,-0E0,1.7006156E-1,-0E0,1.4153944E-1,-2.131828E-1,-0E0,2.519644E-1,-0E0,-0E0,1.7627874E-1,-0E0,-2.1272987E-1,1.9940126E-1,-0E0,-0E0,-2.2532667E-1,-0E0,-2.3392156E-1,9.38203E-2,-0E0,-1.8320356E-1,-0E0,-0E0,2.1445537E-1,-0E0,1.5483934E-1,-0E0,-2.4131945E-1,-0E0,2.7330953E-1,2.0765941E-1,-0E0,-2.2846381E-1,-0E0,2.3427944E-1,-0E0,-2.4752472E-1,-0E0,-2.6143754E-1,-0E0,1.3556486E-1,-0E0,-0E0,-2.190944E-1,2.4521883E-1,-0E0,-0E0,1.7213689E-1,-2.6490763E-1,-0E0,-0E0,2.9092532E-1,2.4006072E-1,-0E0,-0E0,-2.4364956E-1,-0E0,2.86851E-1,-2.1206076E-1,-0E0,-0E0,-2.8602475E-1,-0E0,1.621178E-1,-2.3763601E-1,-0E0,-0E0,2.7430037E-1,-0E0,2.0688482E-1,-2.7995417E-1,-0E0,-0E0,3.0671597E-1,1.9817694E-1,-0E0,-2.6015055E-1,-0E0,3.0455697E-1,-0E0,-0E0,-3.082499E-1,1.842793E-1,-0E0,-2.5737447E-1,-0E0,-0E0,2.8659368E-1,2.2045316E-1,-0E0,-2.957813E-1,-0E0,-0E0,3.17932E-1,-2.233642E-1,-0E0,3.1605425E-1,-0E0,-0E0,-3.4533414E-1,2.0825504E-1,-0E0,-0E0,-2.8648937E-1,2.3652755E-1,-0E0,-0E0,2.4216256E-1,-3.102011E-1,-0E0,-0E0,3.2840678E-1,-0E0,2.5404438E-1,-0E0,-3.6073017E-1,-0E0,2.4123468E-1,-0E0,-3.16422E-1,-0E0,2.7157855E-1,-3.372502E-1,-0E0,3.502774E-1,-0E0,-3.785927E-1,-0E0,-0E0,2.1338771E-1,-3.389108E-1,-0E0,3.084559E-1,-0E0,-3.5576445E-1,-0E0,-0E0,3.6860642E-1,-0E0,-4.0826416E-1,-2.798799E-1,-0E0,3.3282676E-1,-0E0,-3.7042138E-1,-0E0,-0E0,2.937915E-1,-3.3476716E-1,-0E0,3.5342368E-1,-0E0,-3.8080326E-1,-0E0,-0E0,2.8881937E-1,-0E0,-3.9332283E-1,-0E0,-4.0444615E-1,-0E0,-4.1060376E-1,-0E0,-4.180766E-1,-0E0,-3.3123118E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":25,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,-1,31,-1,33,35,-1,37,39,-1,41,-1,43,45,47,-1,-1,49,-1,51,53,55,-1,57,59,-1,61,-1,63,-1,65,-1,-1,67,-1,69,71,-1,73,75,77,-1,79,-1,-1,81,-1,83,85,-1,87,-1,-1,89,91,-1,93,-1,95,-1,97,-1,-1,99,-1,101,103,-1,105,-1,-1,107,-1,109,111,-1,-1,113,-1,115,117,-1,119,-1,-1,121,-1,123,-1,125,-1,127,129,-1,131,-1,133,-1,135,-1,137,-1,139,-1,-1,141,143,-1,-1,145,147,-1,-1,149,151,-1,-1,153,-1,155,-1,-1,-1,157,-1,159,161,-1,-1,163,-1,165,167,-1,-1,169,-1,-1,171,-1,173,-1,-1,175,177,-1,179,-1,-1,181,183,-1,185,-1,-1,187,-1,-1,189,-1,-1,191,193,-1,-1,195,-1,-1,-1,197,199,-1,-1,201,-1,-1,-1,203,-1,205,-1,207,-1,209,211,-1,213,-1,215,-1,-1,-1,217,-1,219,-1,221,-1,-1,223,-1,225,-1,-1,227,-1,229,-1,-1,-1,-1,-1,231,-1,233,-1,-1,-1,-1,235,-1,237,-1,239,-1,241,-1,-1],"loss_changes":[8.0351725E-2,1.9898547E-2,1.12004325E-1,8.753805E-2,1.1224224E-1,1.3466427E-1,3.88386E-2,8.4671766E-2,2.040031E-2,1.2871543E-1,5.8573358E-2,0E0,1.0218653E-1,1.14398934E-1,1.4161679E-1,7.6321304E-2,0E0,1.04262315E-1,0E0,1.610759E-1,5.696568E-3,0E0,9.92971E-2,1.10375136E-1,0E0,1.2642767E-1,0E0,5.5665774E-3,8.46311E-2,9.211469E-2,0E0,0E0,2.8297275E-2,0E0,1.267106E-1,6.5009296E-2,5.213209E-2,0E0,4.245816E-2,1.3349575E-1,0E0,1.2819111E-1,0E0,4.1743927E-2,0E0,4.270719E-2,0E0,0E0,8.653638E-2,0E0,2.3444936E-2,1.6813135E-1,0E0,1.5089002E-2,7.6807156E-2,8.150808E-2,0E0,4.769124E-2,0E0,0E0,8.5208595E-2,0E0,7.317552E-2,6.0315307E-2,0E0,3.9992422E-2,0E0,0E0,8.140114E-2,1.978749E-2,0E0,1.21709704E-1,0E0,3.2401536E-2,0E0,6.703536E-2,0E0,0E0,5.905716E-2,0E0,3.9695054E-2,9.2032194E-2,0E0,6.39911E-2,0E0,0E0,3.2832235E-2,0E0,3.4103155E-2,8.73543E-2,0E0,0E0,1.3318613E-2,0E0,1.5868062E-1,4.294513E-2,0E0,7.43826E-2,0E0,0E0,3.9657593E-2,0E0,5.9987366E-2,0E0,1.13238454E-1,0E0,5.36865E-2,2.8663531E-2,0E0,3.48683E-2,0E0,7.0278585E-2,0E0,3.0808508E-2,0E0,1.3367355E-1,0E0,2.96724E-2,0E0,0E0,4.0789664E-2,2.583085E-2,0E0,0E0,7.235688E-2,9.133172E-2,0E0,0E0,4.164493E-2,4.8675984E-3,0E0,0E0,2.506125E-2,0E0,4.7635436E-2,0E0,0E0,0E0,1.4706492E-1,0E0,2.8057843E-2,3.096807E-2,0E0,0E0,9.014249E-3,0E0,3.7782043E-2,8.327353E-2,0E0,0E0,2.3040175E-2,0E0,0E0,1.7528802E-2,0E0,2.9286027E-2,0E0,0E0,1.455282E-1,3.1937853E-2,0E0,3.837636E-2,0E0,0E0,1.6863912E-2,3.4633577E-2,0E0,5.505061E-2,0E0,0E0,2.0448446E-2,0E0,0E0,2.2760212E-2,0E0,0E0,1.0538912E-1,2.6079968E-2,0E0,0E0,5.424139E-2,0E0,0E0,0E0,6.287509E-2,6.455696E-2,0E0,0E0,2.1547318E-2,0E0,0E0,0E0,9.980428E-2,0E0,3.453286E-2,0E0,3.505096E-2,0E0,6.859994E-2,8.481336E-2,0E0,3.5053313E-2,0E0,1.0430157E-1,0E0,0E0,0E0,3.707102E-2,0E0,8.357686E-2,0E0,4.6577334E-2,0E0,0E0,3.3330321E-3,0E0,3.276205E-2,0E0,0E0,4.4405103E-2,0E0,3.340304E-2,0E0,0E0,0E0,0E0,0E0,4.706955E-2,0E0,3.4667492E-2,0E0,0E0,0E0,0E0,3.189099E-2,0E0,1.7864823E-2,0E0,2.2325039E-2,0E0,7.3331594E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,17,17,19,19,20,20,22,22,23,23,25,25,27,27,28,28,29,29,32,32,34,34,35,35,36,36,38,38,39,39,41,41,43,43,45,45,48,48,50,50,51,51,53,53,54,54,55,55,57,57,60,60,62,62,63,63,65,65,68,68,69,69,71,71,73,73,75,75,78,78,80,80,81,81,83,83,86,86,88,88,89,89,92,92,94,94,95,95,97,97,100,100,102,102,104,104,106,106,107,107,109,109,111,111,113,113,115,115,117,117,120,120,121,121,124,124,125,125,128,128,129,129,132,132,134,134,138,138,140,140,141,141,144,144,146,146,147,147,150,150,153,153,155,155,158,158,159,159,161,161,164,164,165,165,167,167,170,170,173,173,176,176,177,177,180,180,184,184,185,185,188,188,192,192,194,194,196,196,198,198,199,199,201,201,203,203,207,207,209,209,211,211,214,214,216,216,219,219,221,221,227,227,229,229,234,234,236,236,238,238,240,240],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,-1,32,-1,34,36,-1,38,40,-1,42,-1,44,46,48,-1,-1,50,-1,52,54,56,-1,58,60,-1,62,-1,64,-1,66,-1,-1,68,-1,70,72,-1,74,76,78,-1,80,-1,-1,82,-1,84,86,-1,88,-1,-1,90,92,-1,94,-1,96,-1,98,-1,-1,100,-1,102,104,-1,106,-1,-1,108,-1,110,112,-1,-1,114,-1,116,118,-1,120,-1,-1,122,-1,124,-1,126,-1,128,130,-1,132,-1,134,-1,136,-1,138,-1,140,-1,-1,142,144,-1,-1,146,148,-1,-1,150,152,-1,-1,154,-1,156,-1,-1,-1,158,-1,160,162,-1,-1,164,-1,166,168,-1,-1,170,-1,-1,172,-1,174,-1,-1,176,178,-1,180,-1,-1,182,184,-1,186,-1,-1,188,-1,-1,190,-1,-1,192,194,-1,-1,196,-1,-1,-1,198,200,-1,-1,202,-1,-1,-1,204,-1,206,-1,208,-1,210,212,-1,214,-1,216,-1,-1,-1,218,-1,220,-1,222,-1,-1,224,-1,226,-1,-1,228,-1,230,-1,-1,-1,-1,-1,232,-1,234,-1,-1,-1,-1,236,-1,238,-1,240,-1,242,-1,-1],"split_conditions":[3.413086E-1,6.701258E1,6.259375E1,8.6279297E-1,8.41875E1,5.303125E1,6.4404297E-1,3.7708306E0,3.4057617E-1,8.671875E-1,1.9677734E-1,-0E0,6.53125E1,1.03625E2,1.4903688E0,2.1143997E2,-0E0,4.803125E1,-0E0,7.391666E1,1.3797261E2,-0E0,3.753125E1,4.4978957E0,-0E0,3.648739E0,-0E0,9.489949E1,9.970703E-1,3.296875E1,-0E0,-0E0,8.92334E-2,-0E0,9.100104E1,9.826043E1,5.7625E1,-0E0,9.8535156E-1,3.289795E-2,-0E0,5.5480957E-2,-0E0,9.2822266E-1,-0E0,9.951172E-1,-0E0,-0E0,4.5634193E1,-0E0,6.5488174E1,1.219375E2,-0E0,4.48125E1,1.7089844E-1,3.59375E1,-0E0,1.7127991E-3,-0E0,-0E0,4.9100776E0,-0E0,9.8339844E-1,1.5195343E2,-0E0,5.4855347E-3,-0E0,-0E0,4.349778E0,5.292969E-1,-0E0,5.2825928E-2,-0E0,1.3530252E2,-0E0,1.12E2,-0E0,-0E0,1.3947751E2,-0E0,1.2072754E-1,1.3303998E0,-0E0,7.6560974E-3,-0E0,-0E0,9.8339844E-1,-0E0,5.5904746E0,8.959961E-1,-0E0,-0E0,6.93125E1,-0E0,5.1476407E0,4.069118E0,-0E0,3.3625E1,-0E0,-0E0,9.873047E-1,-0E0,4.3969585E1,-0E0,9.975586E-1,-0E0,3.25E1,1.7275E2,-0E0,4.4059753E-3,-0E0,3.328125E1,-0E0,8.15E1,-0E0,3.740625E1,-0E0,1.3175964E-2,-0E0,-0E0,7.11875E1,5.3808594E-1,-0E0,-0E0,5.69375E1,9.9853516E-1,-0E0,-0E0,7.254778E-1,9.9316406E-1,-0E0,-0E0,9.84375E-1,-0E0,1.5263658E2,-2.1206076E-1,-0E0,-0E0,4.8332214E-3,-0E0,9.980469E-1,5.2960944E0,-0E0,-0E0,8.031195E-1,-0E0,2.8114163E2,9.921875E-1,-0E0,-0E0,5.4855347E-3,1.9817694E-1,-0E0,4.0861135E0,-0E0,1.2051808E2,-0E0,-0E0,1.0647613E0,4.565157E0,-0E0,9.1503906E-1,-0E0,-0E0,7.65625E1,3.73125E1,-0E0,1.5153645E2,-0E0,-0E0,1.5350342E-2,-2.233642E-1,-0E0,5.218541E1,-0E0,-0E0,1.2600543E0,7.22322E1,-0E0,-0E0,9.223938E-3,2.3652755E-1,-0E0,-0E0,6.757729E1,9.9072266E-1,-0E0,-0E0,9.526367E-1,-0E0,2.5404438E-1,-0E0,9.916992E-1,-0E0,3.821875E1,-0E0,1.1513647E2,-0E0,3.7653725E0,9.9609375E-1,-0E0,8.001709E-2,-0E0,3.73125E1,-0E0,-0E0,2.1338771E-1,1.1175E2,-0E0,9.9902344E-1,-0E0,8.730469E-1,-0E0,-0E0,6.713867E-2,-0E0,8.835282E1,-2.798799E-1,-0E0,9.9853516E-1,-0E0,9.916992E-1,-0E0,-0E0,2.937915E-1,-3.3476716E-1,-0E0,2.1858215E-3,-0E0,1.1657715E-2,-0E0,-0E0,2.8881937E-1,-0E0,3.065625E1,-0E0,2.9277802E-3,-0E0,2.7866364E-3,-0E0,4.3969585E1,-0E0,-3.3123118E-1],"split_indices":[13,7,10,17,11,9,16,0,19,17,16,0,8,10,3,6,0,11,0,4,7,0,8,1,0,2,0,5,14,10,0,0,12,0,5,7,8,0,12,16,0,16,0,13,0,17,0,0,5,0,7,9,0,8,13,11,0,19,0,0,2,0,18,6,0,18,0,0,3,15,0,19,0,4,0,10,0,0,6,0,14,2,0,19,0,0,18,0,3,19,0,0,9,0,2,2,0,11,0,0,16,0,4,0,14,0,11,11,0,17,0,8,0,10,0,9,0,18,0,0,8,14,0,0,9,17,0,0,0,19,0,0,13,0,4,0,0,0,17,0,17,0,0,0,0,0,6,19,0,0,18,0,0,0,0,5,0,0,2,1,0,17,0,0,11,10,0,4,0,0,17,0,0,4,0,0,0,7,0,0,19,0,0,0,5,16,0,0,19,0,0,0,18,0,9,0,5,0,2,14,0,16,0,10,0,0,0,9,0,15,0,12,0,0,12,0,5,0,0,17,0,18,0,0,0,0,0,17,0,18,0,0,0,0,8,0,17,0,19,0,4,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.8929013E2,1.21049446E2,6.824068E1,3.3385345E1,8.76641E1,3.6143124E1,3.2097557E1,2.033708E1,1.3048265E1,6.072362E1,2.694048E1,8.124828E0,2.8018295E1,1.7270437E1,1.4827119E1,1.6034538E1,4.3025413E0,6.6354294E0,6.412836E0,3.6283222E1,2.44404E1,7.7248588E0,1.921562E1,2.2527973E1,5.490322E0,1.197691E1,5.2935276E0,5.679825E0,9.147294E0,1.4255043E1,1.7794958E0,2.3458834E0,4.289546E0,8.277162E0,2.8006062E1,1.5988603E1,8.451796E0,5.8269024E0,1.3388718E1,1.9639706E1,2.8882663E0,9.331448E0,2.645462E0,4.2424965E0,1.4373286E0,7.830279E0,1.3170154E0,6.062394E-1,1.3648804E1,4.918938E-1,3.7976525E0,1.9398188E1,8.607874E0,8.31074E0,7.677862E0,4.8807783E0,3.5710173E0,1.3092535E1,2.9618347E-1,1.3340334E0,1.8305674E1,2.180549E0,7.1508985E0,3.7519593E0,4.90537E-1,7.4424925E0,3.8778675E-1,3.055064E-1,1.3343297E1,3.5906136E0,2.0703882E-1,1.8093557E1,1.3046293E0,5.5147877E0,2.795953E0,6.140676E0,1.5371861E0,5.629276E-1,4.3178506E0,2.703282E-1,1.28222065E1,1.7273014E1,1.03266E0,6.742926E0,4.079722E-1,7.884486E-1,2.9635108E0,6.469033E-1,6.795589E0,1.2630116E1,7.131801E-1,2.264387E-1,3.3641748E0,3.8614063E0,1.4232151E1,4.8952727E0,6.195152E-1,5.722579E0,4.1809702E-1,5.0410575E-1,3.8137448E0,5.3465694E-1,1.228755E1,2.322521E0,1.4950492E1,2.3048699E-1,6.5124393E0,2.7571921E0,2.0631848E-1,6.4786906E0,3.1689844E-1,1.06031885E1,2.0269282E0,2.9195545E0,4.4462043E-1,1.3615864E1,6.162869E-1,4.4209113E0,4.743614E-1,3.2215098E-1,5.4004283E0,3.4587977E0,3.549471E-1,4.1637284E-1,1.1871177E1,1.3935112E1,1.0153804E0,1.8919735E-1,6.3232417E0,2.4346533E0,3.2253894E-1,2.5544718E-1,6.2232437E0,2.842749E0,7.7604394E0,2.7513032E0,1.6825134E-1,6.8859476E-1,1.2927269E1,3.5096785E-1,4.0699434E0,5.237897E0,1.625312E-1,4.5162204E-1,3.0071757E0,2.1161547E0,9.755022E0,1.3590464E1,3.4464785E-1,2.4179752E-1,6.0814443E0,2.1952887E0,2.3936468E-1,5.7676997E0,4.5554367E-1,7.3414483E0,4.189912E-1,3.186774E-1,1.2608592E1,3.8631005E0,2.0684274E-1,4.85905E0,3.78847E-1,1.8467656E-1,2.822499E0,9.308943E0,4.4607958E-1,1.30747E1,5.1576316E-1,2.2823289E-1,5.8532114E0,4.886482E0,8.81218E-1,7.074502E0,2.6694664E-1,1.4439031E0,1.1164689E1,3.6527116E0,2.1038908E-1,5.6632465E-1,4.292725E0,2.65112E0,1.7137922E-1,1.0892866E0,8.219656E0,1.2414091E1,6.606098E-1,2.092183E-1,5.643993E0,2.2735381E-1,6.847148E0,1.6455714E-1,1.1000132E1,6.096806E-1,3.043031E0,3.221197E-1,3.9706056E0,9.3415046E-1,7.2855053E0,1.09932165E1,1.4208748E0,5.076327E0,5.6766623E-1,1.0636862E1,3.6327025E-1,3.267319E-1,2.716299E0,3.7021477E0,2.6845792E-1,6.256202E0,1.029303E0,1.0498211E1,4.9500558E-1,2.827897E-1,4.793537E0,9.342048E-1,9.702657E0,3.5366867E0,1.6546097E-1,6.05748E0,1.987224E-1,9.984524E0,5.1368684E-1,2.0034134E-1,4.593196E0,8.909933E0,7.927236E-1,5.6709366E0,3.8654333E-1,9.650985E0,3.335395E-1,2.0578992E-1,5.4651465E0,4.118412E-1,9.239143E0,3.3337733E-1,8.905766E0,1.7402811E-1,8.731738E0,1.993476E-1,8.53239E0,2.3702717E-1,8.295362E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"243","size_leaf_vector":"0"}},{"base_weights":[-6.3148527E-3,3.0017751E-3,-7.368546E-2,2.5628204E-2,-9.69017E-2,-2.2800663E-1,-0E0,-6.003057E-2,4.4237483E-2,-1.8621926E-1,-0E0,-0E0,-2.8231782E-1,3.6595907E-2,-2.939787E-2,-0E0,-1.0520319E-1,6.029347E-2,-0E0,-2.2388755E-1,-0E0,-0E0,-3.6064002E-1,7.288203E-2,-0E0,-0E0,-8.175144E-2,-0E0,-1.4637487E-1,-0E0,6.684414E-2,-0E0,-4.4398606E-2,-0E0,-2.3729712E-1,-0E0,-3.9294237E-1,-0E0,1.0455305E-1,-1.2138647E-1,-0E0,-0E0,-2.0216286E-1,-0E0,8.570469E-2,6.442046E-2,-0E0,-7.9091124E-2,-0E0,-2.4913017E-1,-0E0,-4.237733E-1,-0E0,1.4964053E-1,-0E0,-0E0,-1.5489183E-1,-0E0,-2.1981561E-1,-5.3883577E-3,2.905276E-2,1.21219814E-1,-0E0,-0E0,1.3614143E-1,-1.03258565E-1,-0E0,-0E0,-2.6128724E-1,-0E0,-4.513195E-1,1.8182206E-1,-0E0,-0E0,-1.7051412E-1,-2.4746473E-1,-0E0,-6.326503E-2,-0E0,5.3364497E-2,-0E0,-0E0,1.3861567E-1,-1.9423395E-2,9.261786E-2,-0E0,1.7878407E-1,-0E0,-1.3381696E-1,-2.7438515E-1,-0E0,-0E0,-4.7050196E-1,-0E0,2.0633727E-1,-0E0,-1.9042751E-1,-2.8124657E-1,-0E0,-1.0702855E-1,-0E0,7.843098E-2,-0E0,-0E0,1.7140101E-1,-0E0,-1.1684862E-1,1.3289759E-1,-0E0,2.1093675E-1,-0E0,-1.5477912E-1,-0E0,-0E0,-3.1637514E-1,-0E0,-3.7297112E-1,2.278728E-1,-0E0,-2.0263664E-1,-0E0,-2.9610878E-1,-0E0,-1.6132322E-1,-0E0,9.949384E-2,-0E0,1.9146438E-1,-0E0,7.656633E-2,-0E0,-0E0,-1.7474392E-1,1.5496504E-1,-0E0,-0E0,2.3494287E-1,-0E0,-1.7247303E-1,-2.5434956E-1,-0E0,2.5489178E-1,-0E0,-2.179631E-1,-0E0,-2.4218538E-1,-0E0,-2.0040208E-1,-0E0,-0E0,1.2734558E-1,-0E0,2.1792535E-1,1.1412934E-1,-0E0,-2.34984E-1,-0E0,-0E0,2.0279638E-1,-0E0,2.7352303E-1,-1.8741766E-1,-0E0,2.7942827E-1,-0E0,-2.28769E-1,-0E0,-2.2385652E-1,-0E0,-0E0,1.6629314E-1,-0E0,2.4699901E-1,1.3653257E-1,-0E0,-0E0,-2.6900667E-1,2.366111E-1,-0E0,-0E0,2.976766E-1,-0E0,-2.0764925E-1,-0E0,3.032406E-1,-0E0,-1.884906E-1,-2.4288303E-1,-0E0,-0E0,1.8761504E-1,2.573706E-1,-0E0,1.4981395E-1,-0E0,-2.9847705E-1,-0E0,-0E0,2.6066244E-1,-0E0,3.1672853E-1,-2.1435319E-1,-0E0,3.3554977E-1,-0E0,-0E0,-2.5867322E-1,2.1223554E-1,-0E0,2.6607668E-1,-0E0,-0E0,1.7041826E-1,-0E0,-3.2845023E-1,2.7586633E-1,-0E0,2.5836185E-1,-0E0,-2.2262417E-1,-0E0,-0E0,3.7875038E-1,-0E0,-2.7136582E-1,2.2950552E-1,-0E0,2.7691585E-1,-0E0,1.4154728E-1,-0E0,-0E0,-3.5369298E-1,2.9455808E-1,-0E0,-0E0,-2.3755093E-1,-0E0,3.9146936E-1,-0E0,-2.8672543E-1,-0E0,2.4338564E-1,3.0232638E-1,-0E0,-0E0,-3.780266E-1,3.0715144E-1,-0E0,-0E0,-1.939016E-1,-0E0,3.176852E-1,-0E0,-3.042941E-1,-0E0,2.600717E-1,-0E0,3.1256348E-1,-3.117718E-1,-0E0,3.160444E-1,-0E0,-3.1713936E-1,-0E0,-0E0,2.1037553E-1,3.5596952E-1,-0E0,2.5169936E-1,-0E0,-3.3156455E-1,-0E0,-0E0,3.651309E-1,-0E0,-3.5521382E-1,-0E0,3.7524155E-1,-2.9185343E-1,-0E0,3.836869E-1,-0E0,-0E0,3.9230353E-1,-0E0,4.0068612E-1,-0E0,3.2016134E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":26,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,-1,21,23,25,-1,27,29,31,33,-1,-1,35,37,-1,-1,39,-1,41,-1,43,45,47,-1,49,-1,51,-1,53,55,-1,-1,57,59,61,63,-1,65,-1,67,-1,69,-1,71,-1,-1,73,-1,75,77,79,81,83,-1,85,87,-1,-1,89,-1,91,93,-1,-1,95,97,-1,99,-1,101,-1,-1,103,105,107,-1,109,-1,111,113,-1,-1,115,-1,117,-1,119,121,-1,123,-1,125,-1,-1,127,129,131,133,-1,135,-1,137,-1,-1,139,-1,-1,141,-1,143,-1,145,-1,147,-1,149,-1,151,-1,153,-1,-1,155,157,-1,-1,159,-1,161,-1,-1,163,-1,165,-1,-1,-1,167,-1,-1,169,-1,171,173,-1,175,-1,-1,177,-1,179,181,-1,183,-1,185,-1,187,-1,-1,189,-1,191,193,-1,-1,195,197,-1,-1,199,-1,201,-1,203,-1,-1,205,-1,-1,207,209,-1,211,-1,213,-1,-1,215,-1,217,219,-1,221,-1,-1,223,225,-1,227,-1,-1,229,-1,231,233,-1,-1,-1,235,-1,-1,237,-1,239,241,-1,243,-1,-1,-1,-1,245,247,-1,-1,249,-1,251,-1,253,-1,255,257,-1,-1,259,261,-1,-1,-1,-1,-1,-1,263,-1,265,-1,267,-1,-1,269,-1,271,-1,-1,-1,273,-1,-1,-1,275,-1,-1,277,-1,279,-1,281,-1,-1,283,-1,-1,285,-1,287,-1,-1],"loss_changes":[1.8624066E-1,2.6683202E-1,4.4059485E-1,1.9286022E-1,1.7922436E-1,1.4890188E-1,2.726946E-2,5.5346772E-2,1.2409623E-1,1.0896909E-1,0E0,0E0,2.6051605E-1,4.4460002E-2,4.6305045E-2,0E0,4.7586985E-2,6.1069667E-2,2.2768514E-2,4.7984242E-2,0E0,0E0,1.3083243E-1,5.165193E-2,0E0,0E0,3.409899E-2,0E0,8.040193E-2,0E0,9.9841416E-2,2.704556E-2,3.9153203E-2,0E0,4.0947556E-2,0E0,1.4155948E-1,0E0,8.296666E-2,4.0997267E-2,0E0,0E0,3.123413E-2,8.359494E-3,1.1062789E-1,8.353937E-2,0E0,3.3040002E-2,0E0,3.8397074E-2,0E0,1.13227606E-1,0E0,7.457833E-2,0E0,0E0,1.8239439E-2,0E0,3.392446E-2,4.2042326E-2,1.7503776E-2,1.00729644E-1,1.12815745E-1,0E0,7.021954E-2,3.1972855E-2,0E0,0E0,4.0133834E-2,0E0,3.6221623E-2,6.543231E-2,0E0,0E0,2.0675525E-2,4.4171125E-2,0E0,7.243447E-2,0E0,2.6813593E-2,0E0,0E0,1.4215827E-1,1.1903549E-1,9.288673E-2,0E0,6.1112806E-2,0E0,3.8109913E-2,4.4125557E-2,0E0,0E0,3.0052662E-3,0E0,6.2465608E-2,0E0,1.0425866E-2,2.178222E-2,0E0,1.10338494E-1,0E0,2.9362641E-2,0E0,0E0,1.2176168E-1,2.4153065E-2,1.0410032E-1,6.306411E-2,0E0,4.883255E-2,0E0,3.1885922E-2,0E0,0E0,1.08629465E-2,0E0,0E0,7.6060444E-2,0E0,1.4611423E-2,0E0,1.817292E-2,0E0,1.0031754E-1,0E0,3.1023264E-2,0E0,7.022178E-2,0E0,2.3646973E-2,0E0,0E0,1.0159673E-1,5.9681922E-2,0E0,0E0,5.35312E-2,0E0,2.6946753E-2,0E0,0E0,6.668228E-2,0E0,1.0900259E-2,0E0,0E0,0E0,6.318322E-2,0E0,0E0,3.275209E-2,0E0,7.693124E-2,1.6953629E-2,0E0,6.295383E-2,0E0,0E0,7.008278E-2,0E0,3.6245316E-2,2.9477447E-2,0E0,6.9407165E-2,0E0,8.914903E-3,0E0,4.9702793E-2,0E0,0E0,3.158851E-2,0E0,7.327032E-2,9.102635E-3,0E0,0E0,7.2167754E-2,6.172031E-2,0E0,0E0,3.339076E-2,0E0,8.832604E-3,0E0,8.389139E-2,0E0,0E0,4.7655165E-2,0E0,0E0,3.5051018E-2,6.877422E-2,0E0,1.4363848E-2,0E0,7.567021E-2,0E0,0E0,3.8158298E-2,0E0,1.7128974E-2,8.736461E-3,0E0,8.2282126E-2,0E0,0E0,3.207618E-2,2.5986642E-2,0E0,6.2378168E-2,0E0,0E0,6.2835664E-3,0E0,3.8980782E-2,3.3620358E-2,0E0,0E0,0E0,1.0485917E-2,0E0,0E0,2.239126E-2,0E0,2.398181E-2,1.9638225E-2,0E0,7.652187E-2,0E0,0E0,0E0,0E0,2.1916032E-2,2.8046846E-2,0E0,0E0,9.628594E-3,0E0,9.801865E-3,0E0,3.2668352E-2,0E0,2.0307004E-2,7.31225E-2,0E0,0E0,2.5756478E-2,1.1519909E-2,0E0,0E0,0E0,0E0,0E0,0E0,2.2145987E-2,0E0,8.906662E-3,0E0,7.890129E-2,0E0,0E0,5.983174E-3,0E0,2.0271957E-2,0E0,0E0,0E0,5.33849E-2,0E0,0E0,0E0,1.6619086E-2,0E0,0E0,5.516374E-2,0E0,7.0244074E-3,0E0,4.5662522E-2,0E0,0E0,4.4909477E-2,0E0,0E0,1.4075518E-2,0E0,3.978491E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,12,12,13,13,14,14,16,16,17,17,18,18,19,19,22,22,23,23,26,26,28,28,30,30,31,31,32,32,34,34,36,36,38,38,39,39,42,42,43,43,44,44,45,45,47,47,49,49,51,51,53,53,56,56,58,58,59,59,60,60,61,61,62,62,64,64,65,65,68,68,70,70,71,71,74,74,75,75,77,77,79,79,82,82,83,83,84,84,86,86,88,88,89,89,92,92,94,94,96,96,97,97,99,99,101,101,104,104,105,105,106,106,107,107,109,109,111,111,114,114,117,117,119,119,121,121,123,123,125,125,127,127,129,129,132,132,133,133,136,136,138,138,141,141,143,143,147,147,150,150,152,152,153,153,155,155,158,158,160,160,161,161,163,163,165,165,167,167,170,170,172,172,173,173,176,176,177,177,180,180,182,182,184,184,187,187,190,190,191,191,193,193,195,195,198,198,200,200,201,201,203,203,206,206,207,207,209,209,212,212,214,214,215,215,219,219,222,222,224,224,225,225,227,227,232,232,233,233,236,236,238,238,240,240,242,242,243,243,246,246,247,247,254,254,256,256,258,258,261,261,263,263,267,267,271,271,274,274,276,276,278,278,281,281,284,284,286,286],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,-1,22,24,26,-1,28,30,32,34,-1,-1,36,38,-1,-1,40,-1,42,-1,44,46,48,-1,50,-1,52,-1,54,56,-1,-1,58,60,62,64,-1,66,-1,68,-1,70,-1,72,-1,-1,74,-1,76,78,80,82,84,-1,86,88,-1,-1,90,-1,92,94,-1,-1,96,98,-1,100,-1,102,-1,-1,104,106,108,-1,110,-1,112,114,-1,-1,116,-1,118,-1,120,122,-1,124,-1,126,-1,-1,128,130,132,134,-1,136,-1,138,-1,-1,140,-1,-1,142,-1,144,-1,146,-1,148,-1,150,-1,152,-1,154,-1,-1,156,158,-1,-1,160,-1,162,-1,-1,164,-1,166,-1,-1,-1,168,-1,-1,170,-1,172,174,-1,176,-1,-1,178,-1,180,182,-1,184,-1,186,-1,188,-1,-1,190,-1,192,194,-1,-1,196,198,-1,-1,200,-1,202,-1,204,-1,-1,206,-1,-1,208,210,-1,212,-1,214,-1,-1,216,-1,218,220,-1,222,-1,-1,224,226,-1,228,-1,-1,230,-1,232,234,-1,-1,-1,236,-1,-1,238,-1,240,242,-1,244,-1,-1,-1,-1,246,248,-1,-1,250,-1,252,-1,254,-1,256,258,-1,-1,260,262,-1,-1,-1,-1,-1,-1,264,-1,266,-1,268,-1,-1,270,-1,272,-1,-1,-1,274,-1,-1,-1,276,-1,-1,278,-1,280,-1,282,-1,-1,284,-1,-1,286,-1,288,-1,-1],"split_conditions":[9.845779E1,1.9320657E2,1.8654926E2,1.339702E2,8.19375E1,5.652648E1,2.2937083E0,3.340625E1,6.8359375E-1,9.9853516E-1,-0E0,-0E0,3.7125E1,1.29625E2,3.1219482E-2,-0E0,5.090332E-2,2.4307251E-2,5.865625E1,2.7866364E-3,-0E0,-0E0,9.223938E-3,9.094238E-2,-0E0,-0E0,3.1763344E0,-0E0,1.1694336E-1,-0E0,1.4816458E0,3.035286E0,9.584961E-1,-0E0,9.946289E-1,-0E0,1.4433931E2,-0E0,1.6722078E2,7.318115E-2,-0E0,-0E0,3.203125E1,1.9628906E-1,9.663086E-1,2.1252441E-1,-0E0,1.205E2,-0E0,3.296875E1,-0E0,4.5595753E1,-0E0,9.970703E-1,-0E0,-0E0,9.971619E-3,-0E0,9.692383E-1,9.31875E1,8.935547E-1,2.4169922E-2,1.8225098E-1,-0E0,5.4540688E1,4.25E1,-0E0,-0E0,9.65E1,-0E0,6.37207E-2,8.52649E-1,-0E0,-0E0,1.911568E2,9.970703E-1,-0E0,9.9609375E-1,-0E0,9.9853516E-1,-0E0,-0E0,7.107589E1,1.03149414E-1,9.614258E-1,-0E0,1.5263658E2,-0E0,5.5308394E0,6.184375E1,-0E0,-0E0,3.090625E1,-0E0,9.5214844E-1,-0E0,4.6876884E0,9.970703E-1,-0E0,9.267578E-1,-0E0,1.013125E2,-0E0,-0E0,9.9072266E-1,8.237745E1,3.9886475E-2,1.5760175E2,-0E0,4.234314E-3,-0E0,6.124878E-2,-0E0,-0E0,4.911853E0,-0E0,-3.7297112E-1,4.911853E0,-0E0,9.980469E-1,-0E0,1.13125E2,-0E0,1.8764581E2,-0E0,1.1053467E-1,-0E0,3.328125E1,-0E0,9.0478516E-1,-0E0,-0E0,3.660726E0,1.07543945E-1,-0E0,-0E0,6.458827E1,-0E0,1.554232E2,-2.5434956E-1,-0E0,9.873047E-1,-0E0,4.769523E0,-0E0,-2.4218538E-1,-0E0,5.0629873E0,-0E0,-0E0,5.403125E1,-0E0,2.1514893E-2,1.8148401E2,-0E0,3.859375E1,-0E0,-0E0,9.819336E-1,-0E0,1.4083862E-2,3.384375E1,-0E0,8.460999E-3,-0E0,1.1904609E0,-0E0,1.0375E2,-0E0,-0E0,6.124878E-2,-0E0,9.980469E-1,7.5E1,-0E0,-0E0,4.9718E0,3.34375E1,-0E0,-0E0,3.166652E1,-0E0,9.645908E1,-0E0,4.521225E0,-0E0,-1.884906E-1,6.124878E-2,-0E0,-0E0,9.456452E1,2.889411E2,-0E0,3.59375E1,-0E0,1.66339E1,-0E0,-0E0,1.8926317E2,-0E0,9.570969E1,1.8926317E2,-0E0,1.6983032E-2,-0E0,-0E0,1.1114502E-1,1.4619246E0,-0E0,9.9365234E-1,-0E0,-0E0,1.5452979E2,-0E0,7.713616E1,9.921875E-1,-0E0,2.5836185E-1,-0E0,7.466854E-1,-0E0,-0E0,6.30102E-1,-0E0,1.4083862E-2,1.4148083E2,-0E0,9.5947266E-1,-0E0,1.4154728E-1,-0E0,-0E0,4.1375E1,5.0828595E0,-0E0,-0E0,2.9435123E1,-0E0,7.086182E-2,-0E0,5.9539795E-2,-0E0,8.3496094E-2,3.053125E1,-0E0,-0E0,9.9853516E-1,9.5703125E-1,-0E0,-0E0,-1.939016E-1,-0E0,3.176852E-1,-0E0,8.53125E1,-0E0,5.928523E1,-0E0,3.9296677E0,-3.117718E-1,-0E0,1.193125E2,-0E0,9.7802734E-1,-0E0,-0E0,2.1037553E-1,5.961483E1,-0E0,2.5169936E-1,-0E0,4.2398594E1,-0E0,-0E0,5.859375E-2,-0E0,1.8070786E2,-0E0,1.62875E2,-2.9185343E-1,-0E0,3.371875E1,-0E0,-0E0,1.07543945E-1,-0E0,2.3197193E1,-0E0,3.2016134E-1],"split_indices":[5,6,6,6,10,7,0,8,12,15,0,0,10,10,17,0,19,16,10,18,0,0,18,12,0,0,2,0,12,0,0,3,16,0,19,0,5,0,5,13,0,0,11,12,14,14,0,9,0,10,0,4,0,14,0,0,19,0,18,10,13,18,13,0,4,9,0,0,8,0,13,3,0,0,6,14,0,17,0,14,0,0,5,13,19,0,4,0,1,9,0,0,8,0,12,0,1,17,0,19,0,8,0,0,17,5,18,4,0,19,0,13,0,0,3,0,0,3,0,17,0,9,0,6,0,17,0,8,0,18,0,0,3,18,0,0,5,0,4,0,0,18,0,3,0,0,0,3,0,0,9,0,19,6,0,10,0,0,16,0,19,11,0,19,0,1,0,8,0,0,13,0,16,8,0,0,0,10,0,0,7,0,5,0,2,0,0,13,0,0,5,7,0,11,0,7,0,0,6,0,5,6,0,18,0,0,14,0,0,18,0,0,4,0,4,17,0,0,0,3,0,0,0,0,18,6,0,17,0,0,0,0,9,2,0,0,7,0,13,0,16,0,14,10,0,0,15,13,0,0,0,0,0,0,10,0,5,0,1,0,0,11,0,18,0,0,0,4,0,0,0,4,0,0,13,0,6,0,9,0,0,8,0,0,14,0,7,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.834294E2,1.4852452E2,3.4904884E1,1.2956227E2,1.8962242E1,1.1672793E1,2.323209E1,1.3334381E1,1.162279E2,9.9382515E0,9.023991E0,2.3648074E0,9.307986E0,1.2819806E1,1.0412285E1,4.3291354E0,9.005246E0,9.647335E1,1.9754547E1,8.895248E0,1.0430038E0,1.794489E0,7.513497E0,1.122838E1,1.5914253E0,2.572718E0,7.839567E0,2.3741364E0,6.6311097E0,4.4075074E0,9.206584E1,8.704175E0,1.1050373E1,1.7969678E-1,8.715551E0,4.160255E-1,7.097471E0,1.3041685E0,9.9242115E0,5.59683E0,2.242737E0,1.4254272E0,5.2056823E0,2.2665506E1,6.940034E1,6.0170083E0,2.6871662E0,9.398912E0,1.6514608E0,8.520654E0,1.9489767E-1,6.8204665E0,2.7700487E-1,8.293979E0,1.6302336E0,6.43557E-1,4.953273E0,2.331995E-1,4.9724827E0,1.3751872E1,8.913635E0,4.197013E1,2.7430202E1,5.5056787E-1,5.4664407E0,8.406281E0,9.9263066E-1,2.5746968E-1,8.263184E0,3.1045115E-1,6.5100155E0,7.712392E0,5.8158624E-1,3.261474E-1,4.6271253E0,4.3718925E0,6.005903E-1,1.0107495E1,3.6443768E0,8.436634E0,4.770003E-1,4.7484426E0,3.7221687E1,1.5481426E1,1.1948776E1,3.098925E-1,5.156548E0,1.817729E0,6.5885525E0,7.979599E0,2.8358504E-1,3.9632568E-1,6.1136894E0,2.9865387E-1,7.4137383E0,4.4607997E-1,4.1810455E0,3.830234E0,5.416586E-1,9.529635E0,5.7786006E-1,7.9961E0,4.4053447E-1,8.211674E0,2.9010014E1,6.821587E0,8.65984E0,1.0805391E1,1.1433852E0,4.937037E0,2.1951094E-1,6.389319E0,1.9923383E-1,1.6606467E0,6.318952E0,1.9722116E-1,5.9164686E0,7.1915884E0,2.2214961E-1,3.8878677E0,2.9317778E-1,3.6548862E0,1.7534775E-1,8.154276E0,1.3753598E0,7.7458344E0,2.5026572E-1,2.647091E1,2.539105E0,3.6199934E0,3.2015939E0,1.65495E0,7.004889E0,1.0440928E1,3.6446226E-1,1.6965416E-1,4.767383E0,2.6912996E-1,6.1201887E0,6.0208964E0,2.9805595E-1,6.818075E0,3.735134E-1,3.6000392E0,2.878285E-1,3.4673128E0,1.8757348E-1,7.60604E0,5.482358E-1,1.2994391E0,6.4463954E0,4.673475E0,2.1797434E1,3.169726E0,4.502675E-1,5.490165E0,1.5147239E0,3.1012094E0,7.3397193E0,6.6560906E-1,4.101774E0,5.8736577E0,2.4653101E-1,6.4433293E0,3.7474576E-1,3.4301343E0,1.6990496E-1,7.2572603E0,3.4877944E-1,1.6884159E0,4.7579794E0,3.6792285E0,1.8118206E1,2.9736958E0,1.9603007E-1,5.494437E-1,4.9407215E0,6.510866E0,8.288532E-1,3.074445E-1,3.7943294E0,4.978429E-1,5.375815E0,2.9285547E-1,6.150474E0,2.5529402E-1,3.1748402E0,6.9320483E0,3.2521218E-1,2.2978145E-1,4.528198E0,1.775402E1,3.6418545E-1,2.7906604E0,1.8303557E-1,4.7294416E0,2.1128006E-1,3.2570958E-1,6.185157E0,1.6823623E-1,3.6260931E0,5.2062607E0,1.6955447E-1,5.6765013E0,4.7397274E-1,1.6744636E-1,6.764602E0,4.207418E0,3.2077992E-1,1.7550446E1,2.0357524E-1,2.5302547E-1,2.5376348E0,2.0945816E-1,4.5199833E0,5.9699903E0,2.1516654E-1,3.428766E0,1.9732735E-1,4.966412E0,2.398483E-1,7.5505227E-1,4.9214487E0,2.2809878E-1,6.5365033E0,4.018979E0,1.8843904E-1,1.6978485E1,5.7196075E-1,2.3696907E0,1.6794422E-1,3.7937373E-1,4.1406097E0,5.5624013E0,4.0758863E-1,4.7957215E-1,4.4868402E0,2.0045537E-1,4.7209935E0,4.4197616E-1,6.0945272E0,1.6920966E-1,3.8497694E0,1.5001034E1,1.9774504E0,4.248425E-1,3.7157671E0,5.372759E0,1.8964241E-1,2.7732304E-1,4.209517E0,3.3860895E-1,4.3823843E0,3.8668907E-1,5.707838E0,2.4001768E-1,3.6097517E0,2.5028512E-1,1.4750749E1,3.4320424E0,2.83725E-1,5.1622415E0,2.1051744E-1,5.435332E0,2.7250615E-1,1.6610867E-1,3.443643E0,1.1880904E1,2.869845E0,4.9888306E0,1.734111E-1,5.1145163E0,3.2081547E-1,2.1307139E-1,1.1667832E1,5.9100276E-1,4.523514E0,2.5510463E-1,1.1412727E1,4.0775523E0,4.4596148E-1,1.1204249E1,2.0847833E-1,2.1669649E-1,1.0987553E1,3.8795412E-1,1.0599599E1,4.9886906E-1,1.010073E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"289","size_leaf_vector":"0"}},{"base_weights":[-4.933677E-3,-0E0,-8.174719E-2,9.419971E-3,-9.626032E-2,-1.6651335E-1,-0E0,-7.0214276E-3,4.2301793E-2,-1.8322566E-1,-0E0,-0E0,-2.2653237E-1,-0E0,-4.5922697E-2,-0E0,8.326483E-2,-0E0,-2.7961475E-1,-0E0,-2.5144258E-1,2.0161858E-2,-2.4908455E-2,-1.5374555E-1,-0E0,6.801984E-2,-1.3509238E-1,-4.2370804E-2,1.8689053E-1,-0E0,-3.0736637E-1,-0E0,-2.9565918E-1,-0E0,5.559834E-2,-1.0878757E-1,-0E0,-0E0,-1.8042131E-1,4.1820616E-2,-0E0,1.0926877E-1,-0E0,-0E0,-2.1738549E-1,-1.2285872E-1,-0E0,2.0769212E-1,-0E0,-0E0,-2.614268E-1,-3.116833E-1,-0E0,-0E0,-1.8798066E-2,1.05581984E-1,-0E0,-1.9240466E-1,-0E0,-0E0,2.2470864E-2,-0E0,-2.0985442E-1,-0E0,8.638484E-2,1.4330088E-1,-0E0,-0E0,-2.6416668E-1,-0E0,-1.807591E-1,2.2692348E-1,-0E0,-3.2357383E-1,-0E0,-1.0218485E-1,-0E0,-0E0,1.3603245E-1,-0E0,-2.2224726E-1,-0E0,1.0432741E-1,-0E0,-2.3207241E-1,1.3308245E-1,-0E0,-0E0,1.7524834E-1,-0E0,-2.821421E-1,-0E0,-2.1457392E-1,-0E0,2.5547972E-1,-3.5300878E-1,-0E0,-0E0,-1.304262E-1,1.646269E-1,-0E0,-0E0,-2.5185513E-1,1.6071364E-1,-0E0,-2.4936533E-1,-0E0,1.6585867E-1,-0E0,-0E0,2.043037E-1,-0E0,-2.9826012E-1,-0E0,-2.4363665E-1,-0E0,2.7198693E-1,-0E0,-3.6507988E-1,-1.6027069E-1,-0E0,-0E0,2.0133471E-1,-2.7766034E-1,-0E0,1.9585519E-1,-0E0,-2.6070634E-1,-0E0,1.8907614E-1,-0E0,2.2842373E-1,-0E0,-0E0,-2.4324872E-1,-2.6399174E-1,-0E0,2.8470647E-1,-0E0,-0E0,-2.9018408E-1,-1.8222277E-1,-0E0,2.2321983E-1,-0E0,-0E0,-3.0074358E-1,-0E0,2.2743174E-1,-2.6855552E-1,-0E0,1.7587663E-1,-0E0,2.521739E-1,-0E0,-2.8286028E-1,-0E0,-0E0,2.933511E-1,-0E0,-2.0461152E-1,-0E0,2.3795348E-1,-2.581873E-1,-0E0,2.5435904E-1,-0E0,-0E0,-2.7459767E-1,-0E0,2.835967E-1,-2.379764E-1,-0E0,-0E0,3.0565986E-1,-2.2248362E-1,-0E0,-0E0,2.6804405E-1,-0E0,2.7522245E-1,-0E0,-2.8157172E-1,3.043827E-1,-0E0,-0E0,3.1245223E-1,-0E0,-2.5759277E-1,2.882587E-1,-0E0,-0E0,3.0688244E-1,-0E0,-2.8880557E-1,3.420604E-1,-0E0,-0E0,3.1669533E-1,-2.0891486E-1,-0E0,2.9995927E-1,-0E0,3.195167E-1,-0E0,-2.9439068E-1,-0E0,-0E0,3.6432934E-1,3.191504E-1,-0E0,3.08265E-1,-0E0,2.552376E-1,-0E0,-2.3484743E-1,-0E0,-0E0,2.9119524E-1,-0E0,3.27059E-1,2.4795233E-1,-0E0,3.7341362E-1,-0E0,4.125694E-1,-0E0,-0E0,4.2073163E-1,-0E0,4.263311E-1,3.3763012E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":27,"left_children":[1,3,5,7,9,11,-1,13,15,17,-1,-1,19,21,23,25,27,-1,29,-1,31,33,35,37,39,41,43,45,47,-1,49,-1,51,53,55,57,59,-1,61,63,-1,65,-1,-1,67,69,-1,71,-1,-1,-1,73,-1,-1,75,77,-1,79,-1,-1,81,-1,83,-1,85,87,-1,-1,89,-1,91,93,-1,95,-1,97,-1,-1,99,-1,101,-1,103,-1,105,107,-1,-1,109,-1,111,-1,113,-1,115,117,-1,-1,119,121,-1,-1,123,125,-1,127,-1,129,-1,-1,131,-1,133,-1,135,-1,137,-1,139,141,-1,-1,143,145,-1,147,-1,149,-1,151,-1,153,-1,-1,-1,155,-1,157,-1,-1,-1,159,-1,161,-1,-1,163,-1,165,167,-1,-1,-1,169,-1,171,-1,-1,173,-1,175,-1,177,-1,-1,179,-1,-1,181,-1,183,-1,-1,-1,185,187,-1,-1,189,-1,191,-1,193,195,-1,-1,197,-1,199,201,-1,-1,203,-1,205,207,-1,-1,209,-1,-1,211,-1,213,-1,215,-1,-1,217,219,-1,221,-1,-1,-1,-1,-1,-1,-1,-1,223,-1,-1,225,-1,227,-1,-1,229,-1,231,-1,-1],"loss_changes":[1.336952E-1,7.226875E-2,2.5131738E-1,1.1720926E-1,1.3292958E-1,1.576921E-1,0E0,2.9974766E-2,1.11299336E-1,1.1963263E-1,0E0,0E0,1.1054593E-1,3.228031E-2,2.2811288E-1,3.35004E-1,5.952877E-1,0E0,4.3301344E-2,0E0,1.1997306E-1,5.408784E-2,1.3139988E-1,6.392181E-2,8.948478E-3,8.3582886E-2,7.372786E-2,8.561401E-2,1.3816267E-1,0E0,3.6165953E-2,0E0,1.6754031E-2,5.0880658E-3,9.90073E-2,1.1658698E-1,4.1835913E-3,0E0,8.2027346E-2,2.517452E-2,0E0,8.369976E-2,0E0,0E0,3.750339E-2,8.4793225E-2,0E0,1.2981266E-1,0E0,0E0,0E0,3.8520396E-2,0E0,0E0,5.8343444E-2,9.130283E-2,0E0,6.1834484E-2,0E0,0E0,7.453998E-2,0E0,5.9359938E-2,0E0,4.2120088E-2,1.02607965E-1,0E0,0E0,2.4448633E-2,0E0,4.6619833E-2,1.3902354E-1,0E0,4.3037534E-2,0E0,3.609328E-2,0E0,0E0,5.2696228E-2,0E0,6.635061E-2,0E0,8.63361E-2,0E0,4.1651696E-2,3.0611373E-2,0E0,0E0,9.442848E-2,0E0,2.3298085E-2,0E0,5.715193E-2,0E0,1.1332083E-1,1.9129336E-2,0E0,0E0,3.767944E-2,6.47341E-2,0E0,0E0,6.340426E-2,6.456901E-2,0E0,3.59599E-2,0E0,2.356521E-2,0E0,0E0,6.1295778E-2,0E0,1.1955619E-2,0E0,3.1542033E-2,0E0,9.4753146E-2,0E0,1.163131E-2,3.282644E-2,0E0,0E0,5.4747343E-2,6.1404347E-2,0E0,7.042259E-2,0E0,2.0493448E-2,0E0,2.4758741E-2,0E0,6.528634E-2,0E0,0E0,0E0,2.8996438E-2,0E0,5.2978158E-2,0E0,0E0,0E0,2.7088001E-2,0E0,4.9667E-2,0E0,0E0,5.7000756E-2,0E0,6.1728567E-2,1.1826038E-2,0E0,0E0,0E0,7.4130535E-2,0E0,3.6506265E-2,0E0,0E0,4.6340585E-2,0E0,1.8829033E-2,0E0,5.0696284E-2,0E0,0E0,4.8778355E-2,0E0,0E0,1.1085212E-2,0E0,6.953174E-2,0E0,0E0,0E0,4.5912147E-2,5.159743E-2,0E0,0E0,3.6875606E-2,0E0,4.9203664E-2,0E0,1.6019523E-2,5.630088E-2,0E0,0E0,1.4005303E-2,0E0,8.022606E-3,2.140832E-2,0E0,0E0,1.9141614E-2,0E0,8.679628E-3,4.333806E-2,0E0,0E0,5.3317547E-3,0E0,0E0,1.4361203E-2,0E0,5.092919E-3,0E0,1.2196422E-2,0E0,0E0,1.5302837E-2,9.595156E-3,0E0,1.4187574E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.3408265E-2,0E0,0E0,5.4939628E-2,0E0,2.2541642E-2,0E0,0E0,1.3817906E-2,0E0,4.7670603E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,12,12,13,13,14,14,15,15,16,16,18,18,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,30,30,32,32,33,33,34,34,35,35,36,36,38,38,39,39,41,41,44,44,45,45,47,47,51,51,54,54,55,55,57,57,60,60,62,62,64,64,65,65,68,68,70,70,71,71,73,73,75,75,78,78,80,80,82,82,84,84,85,85,88,88,90,90,92,92,94,94,95,95,98,98,99,99,102,102,103,103,105,105,107,107,110,110,112,112,114,114,116,116,118,118,119,119,122,122,123,123,125,125,127,127,129,129,131,131,135,135,137,137,141,141,143,143,146,146,148,148,149,149,153,153,155,155,158,158,160,160,162,162,165,165,168,168,170,170,174,174,175,175,178,178,180,180,182,182,183,183,186,186,188,188,189,189,192,192,194,194,195,195,198,198,201,201,203,203,205,205,208,208,209,209,211,211,220,220,223,223,225,225,228,228,230,230],"right_children":[2,4,6,8,10,12,-1,14,16,18,-1,-1,20,22,24,26,28,-1,30,-1,32,34,36,38,40,42,44,46,48,-1,50,-1,52,54,56,58,60,-1,62,64,-1,66,-1,-1,68,70,-1,72,-1,-1,-1,74,-1,-1,76,78,-1,80,-1,-1,82,-1,84,-1,86,88,-1,-1,90,-1,92,94,-1,96,-1,98,-1,-1,100,-1,102,-1,104,-1,106,108,-1,-1,110,-1,112,-1,114,-1,116,118,-1,-1,120,122,-1,-1,124,126,-1,128,-1,130,-1,-1,132,-1,134,-1,136,-1,138,-1,140,142,-1,-1,144,146,-1,148,-1,150,-1,152,-1,154,-1,-1,-1,156,-1,158,-1,-1,-1,160,-1,162,-1,-1,164,-1,166,168,-1,-1,-1,170,-1,172,-1,-1,174,-1,176,-1,178,-1,-1,180,-1,-1,182,-1,184,-1,-1,-1,186,188,-1,-1,190,-1,192,-1,194,196,-1,-1,198,-1,200,202,-1,-1,204,-1,206,208,-1,-1,210,-1,-1,212,-1,214,-1,216,-1,-1,218,220,-1,222,-1,-1,-1,-1,-1,-1,-1,-1,224,-1,-1,226,-1,228,-1,-1,230,-1,232,-1,-1],"split_conditions":[1.09248375E2,2.2524222E2,9.682617E-1,6.6E1,2.0825E2,1.15600586E-1,-0E0,1.8108405E2,1.7299095E2,1.9210815E-2,-0E0,-0E0,3.028125E1,8.007352E1,9.100104E1,8.50537E1,8.237745E1,-0E0,4.4059753E-3,-0E0,8.163452E-3,5.2490234E-1,1.6157431E2,6.921387E-2,9.863281E-1,3.918457E-1,4.753125E1,2.5439453E-1,9.355469E-1,-0E0,2.6954796E1,-0E0,5.103357E0,4.246875E1,3.515625E-1,9.707031E-1,1.9177246E-1,-0E0,9.3809134E-1,7.6049805E-2,-0E0,9.238281E-1,-0E0,-0E0,8.835282E1,9.289551E-2,-0E0,9.84375E-1,-0E0,-0E0,-2.614268E-1,9.970703E-1,-0E0,-0E0,7.1228806E1,1.1563888E2,-0E0,3.128125E1,-0E0,-0E0,4.63125E1,-0E0,1.0719299E-2,-0E0,6.425E1,1.339702E2,-0E0,-0E0,6.8625E1,-0E0,2.2827148E-2,3.8125E1,-0E0,9.472656E-1,-0E0,1.2369247E2,-0E0,-0E0,9.951172E-1,-0E0,8.07068E1,-0E0,3.9121456E0,-0E0,9.8535156E-1,1.0344413E2,-0E0,-0E0,6.4014834E-1,-0E0,5.99105E-1,-0E0,3.5038986E1,-0E0,4.5595753E1,3.1796875E1,-0E0,-0E0,1.397099E2,4.465625E1,-0E0,-0E0,9.970703E-1,4.6037035E0,-0E0,5.825E1,-0E0,4.349778E0,-0E0,-0E0,9.980469E-1,-0E0,1.1657715E-2,-0E0,9.9902344E-1,-0E0,9.6435547E-1,-0E0,9.649658E-2,9.560547E-1,-0E0,-0E0,4.860085E0,6.547886E-1,-0E0,7.264352E-1,-0E0,5.3379583E0,-0E0,9.946289E-1,-0E0,1.7102667E2,-0E0,-0E0,-2.4324872E-1,9.7265625E-1,-0E0,1.3696289E-1,-0E0,-0E0,-2.9018408E-1,1.66339E1,-0E0,3.25E1,-0E0,-0E0,5.246875E1,-0E0,9.9365234E-1,3.128125E1,-0E0,1.7587663E-1,-0E0,5.6933594E-1,-0E0,9.9853516E-1,-0E0,-0E0,6.542969E-2,-0E0,4.656706E0,-0E0,3.115625E1,-2.581873E-1,-0E0,2.8839111E-2,-0E0,-0E0,7.8108716E-1,-0E0,1.5067117E2,-2.379764E-1,-0E0,-0E0,1.4343262E-3,1.643488E0,-0E0,-0E0,4.8140607E0,-0E0,4.19375E1,-0E0,3.0563354E-2,8.5839844E-1,-0E0,-0E0,2.4358696E1,-0E0,4.9986987E0,9.9560547E-1,-0E0,-0E0,9.951172E-1,-0E0,9.946289E-1,2.2628784E-2,-0E0,-0E0,5.7019033E0,-2.0891486E-1,-0E0,5.571875E1,-0E0,5.703125E1,-0E0,9.980469E-1,-0E0,-0E0,5.859375E-2,6.4014834E-1,-0E0,8.935547E-1,-0E0,2.552376E-1,-0E0,-2.3484743E-1,-0E0,-0E0,2.9119524E-1,-0E0,9.946289E-1,2.4795233E-1,-0E0,2.0852206E2,-0E0,8.303684E1,-0E0,-0E0,3.0421875E1,-0E0,3.5772458E2,3.3763012E-1,-0E0],"split_indices":[5,6,14,9,10,12,0,6,6,18,0,0,10,5,5,5,5,0,17,0,17,17,6,12,18,12,10,12,13,0,7,0,0,10,12,15,19,0,2,12,0,18,0,0,5,13,0,18,0,0,0,16,0,0,7,6,0,8,0,0,10,0,19,0,9,6,0,0,9,0,18,10,0,13,0,6,0,0,14,0,5,0,2,0,18,5,0,0,1,0,0,0,7,0,4,8,0,0,4,11,0,0,17,1,0,8,0,3,0,0,14,0,18,0,15,0,12,0,15,12,0,0,3,2,0,2,0,2,0,15,0,6,0,0,0,18,0,15,0,0,0,7,0,10,0,0,8,0,18,11,0,0,0,15,0,14,0,0,13,0,0,0,8,0,0,16,0,0,0,0,4,0,0,0,17,3,0,0,1,0,9,0,16,13,0,0,7,0,2,17,0,0,19,0,16,17,0,0,0,0,0,8,0,8,0,17,0,0,13,1,0,13,0,0,0,0,0,0,0,0,15,0,0,6,0,5,0,0,8,0,7,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.7677342E2,1.5662125E2,2.0152168E1,1.5077058E2,5.8506703E0,1.3541615E1,6.6105537E0,8.050046E1,7.027013E1,5.2124166E0,6.38254E-1,3.3819768E0,1.0159638E1,6.489337E1,1.56070795E1,3.6450607E1,3.3819523E1,1.7294252E0,3.4829915E0,2.5896457E-1,9.900674E0,3.970926E1,2.5184116E1,1.0587419E1,5.019661E0,2.5078892E1,1.1371714E1,1.1058119E1,2.2761404E1,2.2842525E-1,3.2545662E0,1.505811E0,8.394862E0,1.74241E1,2.2285158E1,1.1949379E1,1.3234736E1,1.0725394E0,9.514879E0,4.616445E0,4.032156E-1,1.641243E1,8.666462E0,5.726816E0,5.644898E0,6.546659E0,4.51146E0,2.1538164E1,1.2232397E0,2.7498442E-1,2.9795818E0,7.6762376E0,7.186251E-1,3.5252986E0,1.3898802E1,1.4699766E1,7.5853915E0,6.629262E0,5.3201175E0,5.4494085E0,7.785328E0,7.496524E-1,8.765226E0,5.4375106E-1,4.0726943E0,1.3409252E1,3.0031774E0,1.4462672E0,4.1986303E0,1.1961906E0,5.350468E0,2.0481972E1,1.0561918E0,7.4542775E0,2.219597E-1,5.574801E0,8.324001E0,1.1092237E0,1.3590543E1,5.341769E-1,6.095085E0,1.0525035E0,6.732825E0,5.869703E-1,8.178256E0,3.804859E0,2.6783535E-1,1.2680466E0,1.2141206E1,2.725042E-1,3.9261262E0,6.8611026E-1,4.664358E0,2.2983983E0,1.8183575E1,6.5284414E0,9.258361E-1,2.241853E-1,5.3506155E0,1.1065165E1,2.5253782E0,4.1345182E-1,5.6816335E0,5.89051E0,8.4231454E-1,7.6861796E0,4.920768E-1,3.3843317E0,4.2052725E-1,1.0775999E0,1.1063605E1,2.0355412E-1,3.722572E0,1.9577652E-1,4.4685817E0,6.671946E-1,1.751638E1,3.135723E-1,6.2148695E0,4.8414516E0,5.091641E-1,2.2357664E0,8.829398E0,5.408424E0,2.7320957E-1,5.486266E0,4.04244E-1,7.5185294E0,1.676498E-1,3.1481245E0,2.3620723E-1,9.925216E0,1.1383897E0,2.3725775E-1,3.4853144E0,4.1845093E0,2.8407204E-1,1.7111496E1,4.048829E-1,1.6453926E-1,6.05033E0,4.620613E0,2.2083843E-1,8.188461E0,6.4093715E-1,1.932813E-1,5.2151423E0,1.8539351E-1,5.300873E0,7.3408055E0,1.7772391E-1,2.5521386E0,5.959859E-1,9.080611E0,8.4460485E-1,3.942793E0,2.4171661E-1,4.0704572E-1,1.670445E1,4.1227627E-1,4.208337E0,1.6546702E-1,8.022994E0,4.7380333E0,4.7710925E-1,5.09178E0,2.090926E-1,1.8442018E-1,7.1563854E0,1.0837518E0,7.996859E0,3.7109344E0,2.3185845E-1,8.617254E-1,1.5842726E1,3.8626716E0,3.456654E-1,1.1005628E0,6.922431E0,1.7168367E-1,4.9200964E0,2.347554E-1,6.92163E0,7.626485E0,3.7037444E-1,2.3253477E-1,1.5610191E1,3.3058685E-1,3.5320847E0,6.361699E0,5.6073225E-1,5.381966E-1,4.3819E0,1.7507002E-1,6.74656E0,6.4160123E0,1.2104722E0,2.8916183E-1,1.5321029E1,3.341306E0,1.9077875E-1,6.074762E0,2.86937E-1,4.1909504E0,1.9094911E-1,6.57436E0,1.7220026E-1,4.931196E-1,5.922893E0,1.5130906E1,1.9012333E-1,5.876369E0,1.983932E-1,4.020036E0,1.7091422E-1,6.397748E0,1.7661195E-1,1.9607992E-1,5.726813E0,6.570998E-1,1.4473806E1,5.636577E0,2.3979145E-1,1.1369958E1,3.103848E0,9.546557E0,1.8234009E0,2.5868458E-1,9.287872E0,1.7939684E-1,9.108476E0,8.846288E0,2.6218796E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"233","size_leaf_vector":"0"}},{"base_weights":[-4.2210715E-3,-6.124631E-2,1.3758881E-3,-0E0,-1.0359192E-1,-5.0901115E-2,2.0991072E-2,-0E0,1.6434664E-2,-0E0,-1.4301285E-1,-8.235297E-2,-0E0,3.1186296E-2,-0E0,-0E0,-8.5058615E-2,-0E0,9.629706E-2,-1.5777569E-1,-0E0,-0E0,-1.22178294E-1,-0E0,6.1476346E-2,-0E0,-5.1293515E-2,-0E0,-1.15180016E-1,1.525076E-1,-0E0,-0E0,-1.7631952E-1,-0E0,-1.4211705E-1,1.5898615E-2,-9.440602E-3,7.533766E-2,-0E0,-0E0,-9.420593E-2,-1.2593985E-1,-0E0,2.0314468E-1,-0E0,-0E0,-2.2801605E-1,-0E0,-1.786205E-1,3.7093196E-2,-0E0,-0E0,-3.891341E-2,9.352393E-2,-0E0,-0E0,-1.0710176E-1,-0E0,2.3849797E-1,-0E0,-2.498033E-1,-0E0,-1.9526859E-1,-0E0,6.4213604E-2,-6.8365514E-2,-0E0,-0E0,1.05576426E-1,-0E0,2.5829396E-1,-2.6361445E-1,-0E0,-0E0,-2.0811325E-1,8.440037E-2,-0E0,-1.1888084E-1,-0E0,-0E0,1.161854E-1,2.7538016E-1,-0E0,-0E0,-2.7541748E-1,-0E0,-2.2054432E-1,1.1027728E-1,-0E0,-1.693445E-1,-0E0,-0E0,1.3258097E-1,2.2551611E-1,-0E0,-0E0,-2.8853595E-1,-2.2807671E-1,-0E0,-0E0,1.2481077E-1,-0E0,-1.9082513E-1,-0E0,1.4840591E-1,-3.0029547E-1,-0E0,-0E0,-2.3311177E-1,-0E0,1.3213943E-1,-2.1932513E-1,-0E0,1.5728538E-1,-0E0,-3.1340536E-1,-0E0,-2.390856E-1,-0E0,1.472085E-1,-0E0,-2.3734084E-1,-0E0,1.7005369E-1,-0E0,-3.3710474E-1,-0E0,-2.5653145E-1,-0E0,1.7192455E-1,-0E0,-2.5845137E-1,-0E0,-0E0,1.796032E-1,-3.7588537E-1,-0E0,-2.6644185E-1,-0E0,1.9175096E-1,-0E0,-3.0122826E-1,-0E0,1.8860705E-1,-0E0,-0E0,-3.9503703E-1,-0E0,-2.779893E-1,-0E0,2.0593603E-1,-0E0,-3.2788038E-1,-0E0,2.0030515E-1,-3.15996E-1,-0E0,-2.8863463E-1,-0E0,-0E0,2.1936314E-1,-3.5976183E-1,-0E0,2.091881E-1,-0E0,-2.972208E-1,-0E0,2.4146321E-1,-0E0,-2.871946E-1,-0E0,-0E0,2.1428461E-1,-2.4533454E-1,-0E0,2.55243E-1,-0E0,2.2401676E-1,-0E0,2.7083305E-1,-0E0,-0E0,2.3592894E-1,-0E0,2.8223702E-1,2.4736969E-1,-0E0,2.2560526E-1,-0E0,2.500585E-1,-0E0,-0E0,2.5266945E-1,-0E0,2.5654313E-1,-0E0,2.7745953E-1,-0E0,2.1941371E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":28,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,-1,23,25,-1,27,-1,29,31,-1,-1,33,35,37,-1,39,-1,41,43,-1,-1,45,-1,47,49,51,53,-1,-1,-1,55,-1,57,-1,-1,59,-1,61,63,-1,-1,65,67,-1,-1,-1,-1,69,-1,71,-1,73,-1,75,77,-1,-1,79,-1,81,83,-1,-1,85,87,-1,89,-1,-1,91,93,-1,-1,95,-1,97,99,-1,101,-1,-1,103,-1,-1,-1,105,107,-1,-1,109,-1,111,-1,113,115,-1,-1,117,-1,119,121,-1,123,-1,125,-1,127,-1,129,-1,131,-1,133,-1,135,-1,137,-1,139,-1,141,-1,-1,143,145,-1,147,-1,149,-1,151,-1,153,-1,-1,155,-1,157,-1,159,-1,161,-1,163,-1,-1,165,-1,-1,167,169,-1,171,-1,173,-1,175,-1,-1,-1,-1,177,-1,-1,179,-1,181,-1,183,-1,-1,185,-1,187,189,-1,-1,-1,191,-1,-1,193,-1,195,-1,197,-1,-1],"loss_changes":[1.1448912E-1,1.0137499E-1,1.14422895E-1,2.0725343E-3,9.772545E-2,6.4283535E-2,5.2193824E-2,2.3881998E-2,5.6803953E-2,0E0,4.9638808E-2,1.03615046E-1,0E0,8.7396726E-2,1.3808032E-2,0E0,1.636517E-2,0E0,5.3370196E-2,5.316317E-2,0E0,0E0,5.789727E-2,9.901005E-3,7.4145675E-2,0E0,2.6434321E-2,0E0,5.1442496E-3,7.86316E-2,0E0,0E0,4.2173326E-2,0E0,8.293906E-2,2.7807748E-2,3.0953612E-2,9.570417E-2,0E0,0E0,0E0,3.671039E-3,0E0,4.228817E-2,0E0,0E0,5.1962465E-2,0E0,4.0138572E-2,4.969514E-2,0E0,0E0,4.836302E-2,6.922045E-2,0E0,0E0,0E0,0E0,2.7157515E-2,0E0,3.5148025E-2,0E0,4.232672E-2,0E0,5.3516522E-2,1.1037645E-1,0E0,0E0,6.647819E-2,0E0,2.1971375E-2,3.6156476E-2,0E0,0E0,2.0060271E-2,5.8150813E-2,0E0,9.490727E-2,0E0,0E0,5.467385E-2,7.1740746E-3,0E0,0E0,3.6963463E-2,0E0,1.5100151E-2,3.6804974E-2,0E0,6.32101E-2,0E0,0E0,6.3907325E-2,0E0,0E0,0E0,3.3765078E-2,1.2871712E-2,0E0,0E0,2.3373842E-2,0E0,6.436795E-2,0E0,6.966233E-2,2.709043E-2,0E0,0E0,1.3803959E-2,0E0,3.226292E-2,5.8297187E-2,0E0,5.380577E-2,0E0,3.2066464E-2,0E0,1.7763555E-2,0E0,5.733648E-2,0E0,5.6408316E-2,0E0,7.395792E-2,0E0,4.8444927E-2,0E0,2.118826E-2,0E0,6.0194045E-2,0E0,5.7644546E-2,0E0,0E0,5.038476E-2,4.8407197E-2,0E0,1.9560754E-2,0E0,5.287361E-2,0E0,4.2179704E-2,0E0,3.7271738E-2,0E0,0E0,1.4526606E-2,0E0,1.651007E-2,0E0,2.614659E-2,0E0,4.9892247E-2,0E0,5.2349985E-2,0E0,0E0,1.6254187E-2,0E0,0E0,3.4366846E-2,8.295E-3,0E0,2.360642E-2,0E0,5.8528185E-3,0E0,2.9960394E-2,0E0,0E0,0E0,0E0,1.1141181E-2,0E0,0E0,2.7496219E-2,0E0,3.6548853E-2,0E0,2.8012097E-2,0E0,0E0,1.356113E-2,0E0,1.236254E-2,1.0843754E-2,0E0,0E0,0E0,1.1038065E-2,0E0,0E0,1.1086106E-2,0E0,7.027149E-2,0E0,1.8911362E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,13,13,14,14,16,16,18,18,19,19,22,22,23,23,24,24,26,26,28,28,29,29,32,32,34,34,35,35,36,36,37,37,41,41,43,43,46,46,48,48,49,49,52,52,53,53,58,58,60,60,62,62,64,64,65,65,68,68,70,70,71,71,74,74,75,75,77,77,80,80,81,81,84,84,86,86,87,87,89,89,92,92,96,96,97,97,100,100,102,102,104,104,105,105,108,108,110,110,111,111,113,113,115,115,117,117,119,119,121,121,123,123,125,125,127,127,129,129,131,131,134,134,135,135,137,137,139,139,141,141,143,143,146,146,148,148,150,150,152,152,154,154,157,157,160,160,161,161,163,163,165,165,167,167,172,172,175,175,177,177,179,179,182,182,184,184,185,185,189,189,192,192,194,194,196,196],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,-1,24,26,-1,28,-1,30,32,-1,-1,34,36,38,-1,40,-1,42,44,-1,-1,46,-1,48,50,52,54,-1,-1,-1,56,-1,58,-1,-1,60,-1,62,64,-1,-1,66,68,-1,-1,-1,-1,70,-1,72,-1,74,-1,76,78,-1,-1,80,-1,82,84,-1,-1,86,88,-1,90,-1,-1,92,94,-1,-1,96,-1,98,100,-1,102,-1,-1,104,-1,-1,-1,106,108,-1,-1,110,-1,112,-1,114,116,-1,-1,118,-1,120,122,-1,124,-1,126,-1,128,-1,130,-1,132,-1,134,-1,136,-1,138,-1,140,-1,142,-1,-1,144,146,-1,148,-1,150,-1,152,-1,154,-1,-1,156,-1,158,-1,160,-1,162,-1,164,-1,-1,166,-1,-1,168,170,-1,172,-1,174,-1,176,-1,-1,-1,-1,178,-1,-1,180,-1,182,-1,184,-1,-1,186,-1,188,190,-1,-1,-1,192,-1,-1,194,-1,196,-1,198,-1,-1],"split_conditions":[5.3808594E-1,1.01257324E-1,6.274414E-1,1.4083862E-2,1.3549805E-1,3.6064243E0,1.4560646E2,7.2216797E-1,5.1375E1,-0E0,3.0149347E2,4.109375E1,-0E0,1.8585176E0,2.8651497E0,-0E0,6.90918E-2,-0E0,2.2296808E0,5.9906006E-2,-0E0,-0E0,6.964659E-1,1.3468312E0,4.858024E0,-0E0,1.7417161E0,-0E0,5.180664E-1,9.863281E-1,-0E0,-0E0,5.378125E1,-0E0,5.60132E1,7.441406E-1,1.0406494E-1,9.980469E-1,-0E0,-0E0,-9.420593E-2,9.079934E-1,-0E0,1.2854004E-1,-0E0,-0E0,3.128125E1,-0E0,6.149292E-3,9.257298E1,-0E0,-0E0,3.5614378E0,5.218541E1,-0E0,-0E0,-1.0710176E-1,-0E0,3.328125E1,-0E0,1.105E2,-0E0,4.4059753E-3,-0E0,9.1503906E-1,8.2373047E-1,-0E0,-0E0,7.060547E-1,-0E0,5.432747E0,3.85251E1,-0E0,-0E0,7.7184206E-1,1.975448E2,-0E0,9.53125E-1,-0E0,-0E0,1.0076904E-1,1.62875E2,-0E0,-0E0,3.178125E1,-0E0,5.4041085E0,7.266495E-1,-0E0,4.8595623E1,-0E0,-0E0,3.166652E1,2.2551611E-1,-0E0,-0E0,5.7019033E0,5.865176E-1,-0E0,-0E0,1.0750213E2,-0E0,3.8369265E0,-0E0,9.736328E-1,5.470021E0,-0E0,-0E0,2.0690811E2,-0E0,9.980469E-1,9.057617E-1,-0E0,9.7558594E-1,-0E0,4.669651E0,-0E0,4.565157E0,-0E0,9.5458984E-1,-0E0,5.875E1,-0E0,3.128125E1,-0E0,1.3838902E2,-0E0,9.7998047E-1,-0E0,1.144375E2,-0E0,4.2346306E0,-0E0,-0E0,1.20625E2,1.4697266E-1,-0E0,3.1015625E1,-0E0,3.642297E1,-0E0,6.6365456E1,-0E0,9.672054E-1,-0E0,-0E0,5.300359E0,-0E0,1.5322061E2,-0E0,7.2216797E-1,-0E0,9.980469E-1,-0E0,9.1503906E-1,-3.15996E-1,-0E0,9.951172E-1,-0E0,-0E0,1.322075E2,9.8828125E-1,-0E0,3.228125E1,-0E0,9.9316406E-1,-0E0,9.238281E-1,-0E0,-2.871946E-1,-0E0,-0E0,5.0629873E0,-2.4533454E-1,-0E0,1.445E2,-0E0,3.289795E-2,-0E0,1.2115123E2,-0E0,-0E0,9.921875E-1,-0E0,1.99375E2,2.996276E2,-0E0,2.2560526E-1,-0E0,8.94364E-1,-0E0,-0E0,3.0171875E1,-0E0,3.8598606E1,-0E0,1.2115123E2,-0E0,2.1941371E-1],"split_indices":[14,19,15,19,13,0,4,15,11,0,6,10,0,1,0,0,14,0,0,14,0,0,0,1,2,0,1,0,14,16,0,0,11,0,7,13,17,15,0,0,0,2,0,13,0,0,8,0,18,7,0,0,3,4,0,0,0,0,8,0,8,0,17,0,12,18,0,0,15,0,1,4,0,0,2,6,0,17,0,0,12,9,0,0,10,0,3,3,0,4,0,0,7,0,0,0,0,1,0,0,6,0,2,0,13,2,0,0,4,0,14,12,0,19,0,3,0,1,0,18,0,8,0,11,0,4,0,13,0,10,0,0,0,0,11,15,0,8,0,4,0,4,0,3,0,0,1,0,5,0,15,0,15,0,12,0,0,19,0,0,4,16,0,10,0,17,0,18,0,0,0,0,3,0,0,11,0,16,0,6,0,0,17,0,9,6,0,0,0,0,0,0,8,0,7,0,6,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.7049637E2,3.0762838E1,1.3973352E2,1.0888267E1,1.9874573E1,2.3997822E1,1.157357E2,3.7150035E0,7.1732626E0,4.9061418E0,1.4968431E1,1.8337402E1,5.6604195E0,1.05825096E2,9.910605E0,9.140909E-1,2.8009126E0,1.3241087E0,5.849154E0,1.4203215E1,7.652163E-1,3.3378212E0,1.4999582E1,5.5838276E1,4.998682E1,5.162448E0,4.7481575E0,2.6715362E-1,2.533759E0,4.3260355E0,1.5231181E0,1.2200373E0,1.2983177E1,1.1774462E0,1.3822136E1,2.9048193E1,2.6790085E1,4.6181404E1,3.8054185E0,2.4893837E0,2.2587736E0,2.3618538E0,1.7190523E-1,4.1253605E0,2.006751E-1,4.609655E0,8.373523E0,2.6561403E0,1.1165996E1,2.5138777E1,3.9094152E0,5.2423635E0,2.1547722E1,4.073335E1,5.448054E0,2.596265E-1,2.1022272E0,5.2618325E-1,3.5991774E0,6.4764726E-1,7.7258754E0,8.517442E-1,1.0314251E1,5.0315285E0,2.0107248E1,1.6990711E1,4.5570097E0,2.6668236E0,3.8066525E1,1.9719158E-1,3.4019856E0,7.392305E0,3.3357018E-1,3.1643528E-1,9.997816E0,1.8941246E1,1.1660029E0,1.3094425E1,3.8962865E0,1.7968572E0,3.626967E1,3.2225316E0,1.7945415E-1,1.8530233E-1,7.2070026E0,7.376504E-1,9.260165E0,1.5669536E1,3.2717104E0,9.508962E0,3.5854638E0,5.421487E0,3.084818E1,2.962874E0,2.596576E-1,2.4088585E-1,6.966117E0,8.916421E0,3.437449E-1,1.1837834E0,1.4485752E1,3.9067072E-1,9.118291E0,3.4273782E0,2.7420803E1,6.767252E0,1.9886497E-1,1.6551693E-1,8.750903E0,2.775266E-1,1.4208225E1,8.119134E0,9.991568E-1,2.7173212E1,2.4759145E-1,6.4477882E0,3.194636E-1,8.53588E0,2.1502312E-1,1.2839928E1,1.3682982E0,7.8952084E0,2.2392555E-1,2.5034206E1,2.1390054E0,5.787407E0,6.6038126E-1,7.6186E0,9.172808E-1,1.1219893E1,1.620034E0,7.4242373E0,4.709712E-1,3.5037926E-1,2.4683826E1,4.8998485E0,8.875587E-1,7.324344E0,2.9425535E-1,1.0558707E1,6.611866E-1,5.9687085E0,1.4555287E0,2.3753132E1,9.306954E-1,2.0069101E-1,4.699157E0,3.8341007E-1,6.940934E0,2.2426455E-1,1.0334442E1,6.1654145E-1,5.352167E0,1.8211582E0,2.1931973E1,4.53201E0,1.6714703E-1,6.600363E0,3.4057155E-1,7.423902E-1,9.592052E0,4.7463884E0,6.057788E-1,2.126363E1,6.683438E-1,6.3800516E0,2.2031115E-1,8.418666E0,1.1733859E0,4.569911E0,1.7647721E-1,5.088337E-1,2.0754795E1,5.702746E0,6.773058E-1,7.9415536E0,4.771127E-1,1.9170141E1,1.5846543E0,7.3725386E0,5.690151E-1,1.2795527E0,1.7890589E1,2.716819E-1,7.100857E0,1.645043E1,1.4401597E0,6.885152E0,2.1570496E-1,1.6261286E1,1.891438E-1,1.7172304E-1,1.6089561E1,3.287623E-1,1.57608E1,1.4464331E0,1.4314367E1,1.6271818E-1,1.41516485E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"199","size_leaf_vector":"0"}},{"base_weights":[-9.3899425E-3,-0E0,-3.4142658E-2,2.8188186E-2,-7.220171E-3,-6.503366E-2,-0E0,4.9605023E-2,-0E0,4.759743E-3,-3.4375846E-2,-0E0,-1.320504E-1,-1.740555E-2,3.978332E-2,-0E0,8.3864085E-2,4.4347886E-2,-0E0,-5.773878E-2,-0E0,-2.1908617E-2,2.3192512E-2,-0E0,-1.4755712E-1,-0E0,-1.0425682E-1,-0E0,7.9191215E-2,-0E0,1.14786595E-1,-0E0,8.5790955E-2,-0E0,-8.872083E-2,-1.2681893E-1,-0E0,1.3395084E-1,-0E0,-0E0,-1.5520082E-1,-1.4486729E-1,-0E0,1.2882735E-1,-0E0,1.4008929E-1,-0E0,1.21544406E-1,-0E0,-1.2137615E-1,-0E0,-1.7315681E-1,-0E0,-0E0,1.7870885E-1,-1.6452734E-1,-0E0,-1.848689E-1,-0E0,-0E0,1.9167282E-1,-0E0,1.5848118E-1,-0E0,1.3628311E-1,-0E0,-1.4725104E-1,-0E0,-2.0428634E-1,-0E0,2.1308091E-1,-1.7091294E-1,-0E0,-0E0,-2.1169949E-1,-0E0,2.0662627E-1,1.7140512E-1,-0E0,-0E0,1.5072289E-1,-0E0,-1.7383826E-1,-0E0,-2.2591233E-1,2.3974146E-1,-0E0,-0E0,-1.8754499E-1,-2.3868068E-1,-0E0,-0E0,2.2227572E-1,1.8605043E-1,-0E0,1.6861717E-1,-0E0,-1.9474193E-1,-0E0,-1.9220592E-1,-0E0,2.664074E-1,-0E0,-0E0,-1.978194E-1,-0E0,-2.7234608E-1,2.3614684E-1,-0E0,-0E0,1.9623065E-1,-0E0,1.7659685E-1,-0E0,-2.1675901E-1,-0E0,2.9619232E-1,-0E0,-2.1485376E-1,-2.3137194E-1,-0E0,-0E0,2.4961272E-1,2.0897432E-1,-0E0,1.9299601E-1,-0E0,-2.2864039E-1,-0E0,-0E0,3.1980214E-1,-0E0,-2.2056618E-1,-0E0,2.5670823E-1,2.1732327E-1,-0E0,-0E0,2.0738949E-1,-2.4042994E-1,-0E0,3.45386E-1,-0E0,-2.27778E-1,-0E0,-0E0,2.729222E-1,-0E0,2.230969E-1,2.6693967E-1,-0E0,-0E0,-2.6075616E-1,-0E0,2.7997962E-1,-2.5301948E-1,-0E0,2.8644878E-1,-0E0,-0E0,2.2842641E-1,-0E0,2.8373364E-1,-2.7050614E-1,-0E0,-2.6750696E-1,-0E0,3.0190948E-1,-0E0,2.3405801E-1,-0E0,-0E0,3.1060877E-1,-2.8175554E-1,-0E0,-0E0,-2.7350774E-1,2.5333932E-1,-0E0,2.4029759E-1,-0E0,-0E0,3.283081E-1,-3.006984E-1,-0E0,-2.7857858E-1,-0E0,-0E0,2.5114912E-1,-0E0,2.6490328E-1,-3.328256E-1,-0E0,-0E0,-2.8307608E-1,2.5773612E-1,-0E0,-0E0,-3.442661E-1,-0E0,-2.8736493E-1,2.6174414E-1,-0E0,-0E0,-3.538007E-1,-3.0064705E-1,-0E0,2.6635075E-1,-0E0,-2.8242898E-1,-0E0,-0E0,-2.3972942E-1,2.7424675E-1,-0E0,-0E0,2.7920666E-1,2.8455108E-1,-0E0,-0E0,2.8812248E-1,-0E0,2.9923266E-1,3.0602792E-1,-0E0,2.4551743E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":29,"left_children":[1,3,5,7,9,11,13,15,-1,17,19,21,23,25,27,-1,29,31,-1,33,-1,35,37,-1,39,-1,41,-1,43,-1,45,-1,47,-1,49,51,-1,53,-1,-1,55,57,-1,59,-1,61,-1,63,-1,65,-1,67,-1,-1,69,71,-1,73,-1,-1,75,-1,77,-1,79,-1,81,-1,83,-1,85,87,-1,-1,89,-1,91,93,-1,-1,95,-1,97,-1,99,101,-1,-1,103,105,-1,-1,107,109,-1,111,-1,113,-1,-1,-1,115,-1,-1,117,-1,119,121,-1,-1,123,-1,125,-1,127,-1,129,-1,131,-1,-1,-1,133,135,-1,137,-1,139,-1,-1,141,-1,143,-1,145,147,-1,-1,149,151,-1,153,-1,155,-1,-1,157,-1,159,161,-1,-1,163,-1,-1,165,-1,167,-1,-1,169,-1,171,173,-1,175,-1,177,-1,179,-1,-1,181,183,-1,-1,185,-1,-1,187,-1,-1,189,191,-1,193,-1,-1,195,-1,-1,197,-1,-1,199,201,-1,-1,203,-1,205,207,-1,-1,209,211,-1,213,-1,-1,-1,-1,-1,215,-1,-1,217,219,-1,-1,221,-1,223,225,-1,-1,-1],"loss_changes":[5.5228982E-2,3.2081556E-2,8.739877E-2,4.768685E-2,5.3399816E-2,1.730585E-1,2.478372E-2,7.77609E-2,0E0,3.9498832E-2,7.55736E-2,9.893956E-3,5.6684524E-2,6.303521E-2,4.309597E-2,0E0,1.1096734E-1,7.09829E-2,0E0,6.341465E-2,0E0,8.211932E-2,1.08551525E-1,0E0,3.265524E-2,0E0,4.7312915E-2,0E0,6.88072E-2,0E0,1.0783246E-1,0E0,9.290541E-2,0E0,1.16765216E-1,5.533547E-2,0E0,7.7110045E-2,0E0,0E0,3.3388942E-2,5.278328E-2,0E0,1.1779532E-1,0E0,7.063481E-2,0E0,2.8286412E-2,0E0,1.1163089E-1,0E0,3.1106502E-2,0E0,0E0,5.6360766E-2,3.0439943E-2,0E0,3.9717466E-2,0E0,0E0,2.7814507E-2,0E0,5.0940454E-2,0E0,4.0560707E-2,0E0,5.5487514E-2,0E0,1.2085602E-2,0E0,5.321805E-2,2.8983831E-2,0E0,0E0,3.7691116E-2,0E0,2.9296488E-2,5.5515766E-2,0E0,0E0,4.487887E-2,0E0,8.8882685E-2,0E0,1.4869258E-2,5.2320212E-2,0E0,0E0,3.1757116E-2,3.565438E-2,0E0,0E0,3.0066282E-2,3.2235384E-2,0E0,2.3366958E-2,0E0,8.2748234E-2,0E0,0E0,0E0,6.610045E-2,0E0,0E0,3.2413363E-2,0E0,3.2688737E-2,2.4078995E-2,0E0,0E0,3.5216212E-2,0E0,2.91093E-2,0E0,5.376041E-2,0E0,5.0971687E-2,0E0,2.2630036E-2,0E0,0E0,0E0,8.995473E-3,2.8226018E-2,0E0,2.6788682E-2,0E0,5.17143E-2,0E0,0E0,5.0804287E-2,0E0,2.4490237E-2,0E0,2.4379343E-2,2.5725067E-2,0E0,0E0,2.7086645E-2,4.7223806E-2,0E0,1.9400299E-2,0E0,3.5518825E-2,0E0,0E0,1.1853665E-2,0E0,1.6735673E-2,4.06754E-2,0E0,0E0,4.9118638E-2,0E0,0E0,3.3464313E-2,0E0,2.850157E-2,0E0,0E0,1.5092671E-2,0E0,4.9156547E-2,3.986591E-2,0E0,1.2717068E-2,0E0,2.6306033E-2,0E0,2.1559954E-2,0E0,0E0,4.0818155E-2,4.2854905E-2,0E0,0E0,1.1770725E-2,0E0,0E0,1.4131367E-2,0E0,0E0,1.4342964E-2,4.526204E-2,0E0,8.274078E-3,0E0,0E0,1.1700749E-2,0E0,0E0,3.691095E-2,0E0,0E0,8.387864E-3,1.0465682E-2,0E0,0E0,2.5652647E-2,0E0,2.7835965E-3,5.58424E-3,0E0,0E0,2.1821618E-2,5.9990287E-3,0E0,2.519685E-2,0E0,0E0,0E0,0E0,0E0,6.25664E-3,0E0,0E0,1.2342095E-2,5.30529E-3,0E0,0E0,1.7153442E-2,0E0,5.745828E-3,1.5003264E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,10,10,11,11,12,12,13,13,14,14,16,16,17,17,19,19,21,21,22,22,24,24,26,26,28,28,30,30,32,32,34,34,35,35,37,37,40,40,41,41,43,43,45,45,47,47,49,49,51,51,54,54,55,55,57,57,60,60,62,62,64,64,66,66,68,68,70,70,71,71,74,74,76,76,77,77,80,80,82,82,84,84,85,85,88,88,89,89,92,92,93,93,95,95,97,97,101,101,104,104,106,106,107,107,110,110,112,112,114,114,116,116,118,118,122,122,123,123,125,125,127,127,130,130,132,132,134,134,135,135,138,138,139,139,141,141,143,143,146,146,148,148,149,149,152,152,155,155,157,157,160,160,162,162,163,163,165,165,167,167,169,169,172,172,173,173,176,176,179,179,182,182,183,183,185,185,188,188,191,191,194,194,195,195,198,198,200,200,201,201,204,204,205,205,207,207,213,213,216,216,217,217,220,220,222,222,223,223],"right_children":[2,4,6,8,10,12,14,16,-1,18,20,22,24,26,28,-1,30,32,-1,34,-1,36,38,-1,40,-1,42,-1,44,-1,46,-1,48,-1,50,52,-1,54,-1,-1,56,58,-1,60,-1,62,-1,64,-1,66,-1,68,-1,-1,70,72,-1,74,-1,-1,76,-1,78,-1,80,-1,82,-1,84,-1,86,88,-1,-1,90,-1,92,94,-1,-1,96,-1,98,-1,100,102,-1,-1,104,106,-1,-1,108,110,-1,112,-1,114,-1,-1,-1,116,-1,-1,118,-1,120,122,-1,-1,124,-1,126,-1,128,-1,130,-1,132,-1,-1,-1,134,136,-1,138,-1,140,-1,-1,142,-1,144,-1,146,148,-1,-1,150,152,-1,154,-1,156,-1,-1,158,-1,160,162,-1,-1,164,-1,-1,166,-1,168,-1,-1,170,-1,172,174,-1,176,-1,178,-1,180,-1,-1,182,184,-1,-1,186,-1,-1,188,-1,-1,190,192,-1,194,-1,-1,196,-1,-1,198,-1,-1,200,202,-1,-1,204,-1,206,208,-1,-1,210,212,-1,214,-1,-1,-1,-1,-1,216,-1,-1,218,220,-1,-1,222,-1,224,226,-1,-1,-1],"split_conditions":[3.413086E-1,1.6683462E0,9.213867E-1,1.0344413E2,4.85625E1,3.7646484E-1,8.378906E-1,3.690625E1,-0E0,6.6552734E-1,4.4398704E0,1.8721352E0,5.9906006E-2,2.1923828E-1,1.5629083E0,-0E0,3.878125E1,4.340625E1,-0E0,6.655976E1,-0E0,1.13125E2,3.1957788E0,-0E0,3.355719E1,-0E0,9.448242E-1,-0E0,1.2885497E2,-0E0,2.1960469E2,-0E0,2.2293982E2,-0E0,4.366553E0,1.59875E2,-0E0,3.53125E1,-0E0,-0E0,2.7771548E2,2.0989572E2,-0E0,1.1862046E0,-0E0,6.30102E-1,-0E0,6.1920166E-2,-0E0,2.8701782E-2,-0E0,3.265625E1,-0E0,-0E0,3.4625E1,5.949265E0,-0E0,4.0587383E1,-0E0,-0E0,3.296875E1,-0E0,9.9902344E-1,-0E0,3.189087E-2,-0E0,5.590625E1,-0E0,1.2286377E-1,-0E0,1.1562682E2,9.7131395E-1,-0E0,-0E0,9.897461E-1,-0E0,3.153125E1,9.892578E-1,-0E0,-0E0,9.84375E1,-0E0,9.9316406E-1,-0E0,9.926758E-1,1.29625E2,-0E0,-0E0,3.0796875E1,3.5038986E1,-0E0,-0E0,5.0105524E0,7.6560974E-3,-0E0,5.218541E1,-0E0,5.4855347E-3,-0E0,-1.9220592E-1,-0E0,1.1634827E-2,-0E0,-0E0,8.408174E-1,-0E0,4.911853E0,1.1580858E1,-0E0,-0E0,1.5978085E0,-0E0,1.026875E2,-0E0,9.946289E-1,-0E0,3.0224827E1,-0E0,5.1768404E-1,-2.3137194E-1,-0E0,-0E0,1.7242432E-2,5.5593286E0,-0E0,4.70625E1,-0E0,5.3953815E0,-0E0,-0E0,9.1796875E-1,-0E0,5.626188E0,-0E0,3.0224827E1,7.858276E-3,-0E0,-0E0,6.0058594E-1,4.7088623E-2,-0E0,3.115625E1,-0E0,9.8339844E-1,-0E0,-0E0,9.5703125E-1,-0E0,5.9547573E-1,9.817491E-1,-0E0,-0E0,3.2910156E-1,-0E0,2.7997962E-1,1.38375E2,-0E0,5.0828595E0,-0E0,-0E0,9.9609375E-1,-0E0,3.965625E1,1.3154164E2,-0E0,1.779134E1,-0E0,9.7216797E-1,-0E0,5.48296E0,-0E0,-0E0,6.713867E-2,1.3475E2,-0E0,-0E0,9.135742E-1,2.5333932E-1,-0E0,2.6565552E-2,-0E0,-0E0,5.180664E-1,8.930664E-1,-0E0,3.5858154E-3,-0E0,-0E0,9.975586E-1,-0E0,2.6490328E-1,1.6394043E-1,-0E0,-0E0,5.9906006E-2,1.97125E2,-0E0,-0E0,5.2106663E1,-0E0,2.1237613E2,3.1054688E-1,-0E0,-0E0,9.8535156E-1,3.153125E1,-0E0,9.785156E-1,-0E0,-2.8242898E-1,-0E0,-0E0,-2.3972942E-1,2.7866364E-3,-0E0,-0E0,1.8325E2,3.642297E1,-0E0,-0E0,5.916674E1,-0E0,1.755E2,9.7558594E-1,-0E0,2.4551743E-1,-0E0],"split_indices":[13,0,14,5,11,18,15,8,0,12,0,2,14,19,3,0,11,10,0,7,0,9,2,0,4,0,18,0,4,0,6,0,6,0,1,10,0,11,0,0,6,7,0,0,0,0,0,12,0,17,0,8,0,0,10,2,0,4,0,0,10,0,15,0,16,0,11,0,14,0,5,2,0,0,17,0,11,18,0,0,9,0,16,0,16,9,0,0,8,7,0,0,3,18,0,4,0,19,0,0,0,17,0,0,1,0,3,7,0,0,0,0,10,0,19,0,7,0,0,0,0,0,17,2,0,10,0,2,0,0,12,0,1,0,7,16,0,0,19,16,0,8,0,16,0,0,13,0,2,3,0,0,13,0,0,11,0,2,0,0,19,0,9,5,0,7,0,16,0,3,0,0,12,11,0,0,14,0,0,17,0,0,14,19,0,19,0,0,16,0,0,14,0,0,15,11,0,0,5,0,6,13,0,0,16,10,0,12,0,0,0,0,0,19,0,0,11,4,0,0,7,0,9,18,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.6699893E2,1.0745237E2,5.9546555E1,3.5095783E1,7.235659E1,3.671501E1,2.2831543E1,3.0373987E1,4.721797E0,2.4941238E1,4.7415348E1,1.8263992E1,1.845102E1,9.607183E0,1.32243595E1,9.0160055E0,2.135798E1,1.987652E1,5.0647197E0,3.915338E1,8.26197E0,7.582259E0,1.0681734E1,1.1703988E0,1.728062E1,4.026194E0,5.5809894E0,3.3886697E0,9.83569E0,1.7684758E0,1.9589506E1,5.287283E0,1.4589236E1,1.4802636E1,2.4350744E1,4.8471675E0,2.7350917E0,5.8850627E0,4.7966714E0,3.5257363E-1,1.6928047E1,4.9039483E0,6.770411E-1,7.5513973E0,2.2842925E0,1.8482464E1,1.1070417E0,1.3306468E1,1.2827687E0,2.0703598E1,3.6471462E0,4.213766E0,6.334014E-1,3.8334E-1,5.501723E0,1.6241636E1,6.864114E-1,4.3627973E0,5.41151E-1,1.2078838E0,6.3435135E0,1.3379011E0,1.7144562E1,1.3018196E0,1.2004648E1,1.648718E0,1.905488E1,5.817588E-1,3.6320071E0,5.3877294E-1,4.9629498E0,1.6056082E1,1.8555507E-1,2.682818E-1,4.0945153E0,3.0320358E-1,6.04031E0,1.631794E1,8.2662266E-1,4.9575764E-1,1.150889E1,3.687987E0,1.5366893E1,5.164242E-1,3.115583E0,4.7414074E0,2.2154228E-1,1.9822453E0,1.4073835E1,3.7760851E0,3.1843022E-1,2.955604E-1,5.7447495E0,1.5378257E1,9.396834E-1,1.0673758E1,8.351327E-1,1.4487074E1,8.798184E-1,2.7837574E0,3.3182544E-1,4.4818335E0,2.5957412E-1,6.630397E-1,1.3410796E1,5.1112133E-1,3.2649636E0,5.5718284E0,1.7292115E-1,7.67616E-1,1.4610641E1,2.3770931E-1,1.04360485E1,1.1287857E0,1.3358288E1,1.9810882E-1,4.283725E0,1.4161894E0,1.1994607E1,3.045243E0,2.1972069E-1,2.509841E-1,5.320844E0,1.3630293E1,9.8034775E-1,9.438013E0,9.980352E-1,1.2983796E1,3.7449208E-1,1.8187025E-1,4.1018543E0,1.736467E-1,1.182096E1,1.8082958E-1,5.1400146E0,1.3163091E1,4.6720207E-1,7.087466E-1,8.729266E0,1.2588464E1,3.953325E-1,3.8712392E0,2.306153E-1,1.1525138E1,2.9582208E-1,3.229282E-1,4.817086E0,1.8117969E-1,1.2981912E1,5.4508862E0,3.2783802E0,1.2664574E0,1.1322006E1,1.7350717E-1,3.697732E0,9.800355E0,1.724783E0,4.4712434E0,3.4584296E-1,3.0102628E-1,1.2680885E1,1.7835294E-1,5.2725334E0,1.1156414E1,1.6559206E-1,9.182523E0,6.178317E-1,4.2878194E0,1.8342407E-1,1.232973E1,3.5115445E-1,4.461992E-1,4.8263345E0,1.0746382E1,4.100324E-1,2.5020978E-1,8.932313E0,3.8862684E0,4.0155104E-1,1.2045485E1,2.8424543E-1,1.8011712E-1,4.6462173E0,9.848013E0,8.983692E-1,8.743728E0,1.8858545E-1,8.3666044E-1,1.1208824E1,2.1274346E-1,4.4334736E0,8.355275E0,1.4927377E0,1.8813907E-1,8.555589E0,1.07941265E1,4.1469845E-1,2.67336E-1,8.087939E0,1.6671522E-1,8.388873E0,1.0603647E1,1.9047855E-1,2.517037E-1,7.836235E0,7.6516266E0,7.37247E-1,1.0301601E1,3.020458E-1,7.625433E0,2.1080218E-1,2.879383E-1,7.3636885E0,1.00235815E1,2.7802062E-1,2.9030943E-1,9.733272E0,9.504909E0,2.2836302E-1,1.8258452E-1,9.322324E0,5.2427065E-1,8.798054E0,8.45107E0,3.4698373E-1,8.112424E0,3.386455E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"227","size_leaf_vector":"0"}},{"base_weights":[-9.714188E-3,-4.3092955E-2,-0E0,-7.7221535E-2,-0E0,-1.8054597E-2,1.8158708E-2,-9.955715E-2,-0E0,5.7188936E-2,-0E0,-0E0,-6.8620615E-2,-0E0,5.9263594E-2,-1.1697808E-1,-0E0,8.860981E-2,-0E0,-2.9650802E-2,-0E0,-2.3473551E-2,3.4897476E-2,-1.1408734E-1,-0E0,-1.0100732E-2,-0E0,8.982067E-2,-0E0,-1.3214257E-1,-0E0,-0E0,1.2054812E-1,-0E0,-7.0670165E-2,-0E0,-6.5996476E-2,-0E0,8.0911435E-2,-1.5223603E-1,-0E0,-0E0,-5.3215485E-2,-0E0,6.645534E-2,-0E0,1.10836715E-1,-1.4562114E-1,-0E0,-0E0,1.4834902E-1,-8.1218146E-2,-0E0,-0E0,-1.1493505E-1,-0E0,1.06362164E-1,-1.72627E-1,-0E0,2.7184358E-2,-0E0,-0E0,-1.0625339E-1,1.02866165E-1,-0E0,1.344329E-1,-0E0,-1.5373206E-1,-0E0,-0E0,1.7690428E-1,-0E0,-9.577872E-2,-0E0,-1.6056138E-1,-0E0,1.3644059E-1,-0E0,-1.9278651E-1,-0E0,7.989708E-2,-0E0,2.940897E-2,-1.3300179E-1,-0E0,1.2069013E-1,-0E0,1.4719835E-1,-0E0,-0E0,-1.6900061E-1,2.0526026E-1,-0E0,-8.299267E-2,-0E0,-0E0,-1.8892822E-1,-0E0,1.5720959E-1,-0E0,-2.1619302E-1,-0E0,1.6388378E-1,6.238454E-2,-0E0,-0E0,-1.6070963E-1,-0E0,1.4292133E-1,-0E0,1.6056201E-1,-0E0,-1.7812099E-1,-0E0,2.338582E-1,-0E0,-2.1731707E-1,1.7598352E-1,-0E0,-0E0,-1.7392695E-1,1.8539433E-1,-0E0,9.226788E-2,-0E0,-0E0,-1.951529E-1,1.7852333E-1,-0E0,-0E0,1.7347486E-1,-0E0,-1.8364681E-1,-0E0,2.6088834E-1,-0E0,-2.2701678E-1,-0E0,1.9417797E-1,-0E0,2.0400368E-1,-0E0,1.20408125E-1,-0E0,-2.3738465E-1,-0E0,1.9643448E-1,1.809114E-1,-0E0,-0E0,-1.9095913E-1,2.790311E-1,-0E0,-0E0,-2.3536366E-1,2.1783613E-1,-0E0,2.2000693E-1,-0E0,-0E0,1.0407948E-1,-0E0,-2.7590334E-1,-0E0,1.6874778E-1,1.8710019E-1,-0E0,-1.9485156E-1,-0E0,2.32474E-1,-0E0,-0E0,-1.9417137E-1,2.2910284E-1,-0E0,-0E0,2.345597E-1,-0E0,-3.2840353E-1,1.9306424E-1,-0E0,-0E0,-1.9805208E-1,2.3683241E-1,-0E0,-0E0,2.4834026E-1,-3.5692814E-1,-0E0,-0E0,2.033346E-1,-0E0,-2.0130017E-1,2.4430236E-1,-0E0,2.5775167E-1,-0E0,-4.0135896E-1,-0E0,2.0994249E-1,-0E0,-0E0,-2.0803693E-1,2.518634E-1,-0E0,2.0873125E-1,-0E0,-3.271792E-1,-0E0,-0E0,2.1528861E-1,-0E0,-2.1402308E-1,-0E0,2.6535037E-1,2.2595671E-1,-0E0,-2.2056411E-1,-0E0,2.763601E-1,-0E0,2.2794531E-1,-0E0,-0E0,-2.2380182E-1,-0E0,2.8730583E-1,-0E0,2.3053466E-1,-0E0,-1.7720553E-1,-0E0,2.4540131E-1,2.3590039E-1,-0E0,1.8630898E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":30,"left_children":[1,3,5,7,9,11,13,15,-1,17,19,21,23,25,27,29,-1,31,-1,33,-1,35,37,39,-1,41,43,45,-1,47,-1,-1,49,-1,51,-1,53,-1,55,57,-1,59,61,-1,63,-1,65,67,-1,-1,69,71,-1,-1,73,-1,75,77,-1,79,-1,81,83,85,-1,87,-1,89,-1,-1,91,-1,93,-1,95,-1,97,-1,99,-1,101,-1,103,105,-1,107,-1,109,-1,-1,111,113,-1,-1,-1,-1,115,-1,117,-1,119,-1,121,123,-1,-1,125,-1,127,-1,129,-1,131,-1,133,-1,135,137,-1,-1,-1,139,-1,141,-1,-1,143,145,-1,-1,147,-1,149,-1,151,-1,153,-1,155,-1,157,-1,159,-1,161,-1,163,165,-1,-1,167,169,-1,-1,171,173,-1,175,-1,-1,-1,-1,177,-1,-1,179,-1,181,-1,-1,-1,-1,-1,183,-1,-1,185,-1,187,189,-1,-1,191,193,-1,-1,195,197,-1,-1,199,-1,201,203,-1,205,-1,207,-1,209,-1,-1,211,213,-1,-1,-1,-1,-1,-1,215,-1,217,-1,219,221,-1,223,-1,225,-1,227,-1,-1,229,-1,231,-1,233,-1,-1,-1,-1,235,-1,-1,-1],"loss_changes":[8.31444E-2,1.375477E-1,3.658034E-2,1.2212026E-1,2.4292568E-2,5.7295945E-2,7.791272E-2,6.536499E-2,0E0,2.823426E-2,3.4598298E-3,2.268244E-2,4.5387127E-2,3.6043518E-3,1.1010777E-1,9.655461E-2,0E0,3.548346E-2,0E0,1.4419712E-2,0E0,2.6031546E-2,5.932168E-2,5.9722476E-2,0E0,5.783718E-2,3.1541433E-2,8.471604E-2,0E0,7.4011445E-2,0E0,0E0,3.539607E-2,0E0,4.5987554E-3,0E0,3.9481837E-2,0E0,4.566758E-2,4.3899328E-2,0E0,9.390822E-3,1.1405214E-1,0E0,3.258713E-2,0E0,1.10342145E-1,5.5932224E-2,0E0,0E0,4.117521E-2,5.8187786E-3,0E0,0E0,2.95543E-2,0E0,5.352345E-2,4.4470534E-2,0E0,5.1958963E-2,0E0,3.3389053E-3,5.8713824E-2,2.1222502E-2,0E0,5.4340035E-2,0E0,5.4593682E-2,0E0,0E0,3.863868E-2,0E0,4.4162106E-3,0E0,3.0344933E-2,0E0,4.864882E-2,0E0,1.7238408E-2,0E0,1.2305391E-1,0E0,9.393163E-3,8.288418E-2,0E0,2.3697808E-2,0E0,5.4306E-2,0E0,0E0,5.7409704E-2,4.1570872E-2,0E0,0E0,0E0,0E0,2.5402948E-2,0E0,4.4056624E-2,0E0,4.803568E-3,0E0,4.4828624E-2,1.32997725E-2,0E0,0E0,7.3156E-2,0E0,3.320642E-2,0E0,4.3961942E-2,0E0,3.22302E-2,0E0,3.824672E-2,0E0,3.680542E-3,4.464054E-2,0E0,0E0,0E0,3.9496392E-2,0E0,1.4924247E-2,0E0,0E0,8.757943E-2,2.2708237E-2,0E0,0E0,3.64421E-2,0E0,2.8629482E-2,0E0,3.2662451E-3,0E0,2.7555823E-3,0E0,4.7273397E-2,0E0,3.5806507E-2,0E0,5.582094E-3,0E0,1.0137096E-1,0E0,2.551511E-2,3.4767866E-2,0E0,0E0,2.3706436E-2,2.3975164E-2,0E0,0E0,3.0484796E-3,2.5063902E-2,0E0,2.0219564E-2,0E0,0E0,0E0,0E0,6.6731274E-2,0E0,0E0,1.9547224E-2,0E0,2.1494865E-2,0E0,0E0,0E0,0E0,0E0,1.7215759E-2,0E0,0E0,2.4818063E-2,0E0,8.591771E-2,1.5392005E-2,0E0,0E0,2.0676136E-2,1.4025152E-2,0E0,0E0,1.4884204E-2,4.8180282E-2,0E0,0E0,3.5855412E-2,0E0,2.0614922E-2,1.0371536E-2,0E0,1.3870865E-2,0E0,3.2020748E-2,0E0,1.4382422E-2,0E0,0E0,3.1683266E-2,2.0099938E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.6015768E-2,0E0,1.5823185E-2,0E0,7.18233E-3,3.0791163E-3,0E0,1.627785E-2,0E0,1.8432021E-2,0E0,2.886355E-3,0E0,0E0,6.4151287E-3,0E0,1.1382371E-2,0E0,7.2805285E-3,0E0,0E0,0E0,0E0,4.1751266E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,10,10,11,11,12,12,13,13,14,14,15,15,17,17,19,19,21,21,22,22,23,23,25,25,26,26,27,27,29,29,32,32,34,34,36,36,38,38,39,39,41,41,42,42,44,44,46,46,47,47,50,50,51,51,54,54,56,56,57,57,59,59,61,61,62,62,63,63,65,65,67,67,70,70,72,72,74,74,76,76,78,78,80,80,82,82,83,83,85,85,87,87,90,90,91,91,96,96,98,98,100,100,102,102,103,103,106,106,108,108,110,110,112,112,114,114,116,116,117,117,121,121,123,123,126,126,127,127,130,130,132,132,134,134,136,136,138,138,140,140,142,142,144,144,146,146,147,147,150,150,151,151,154,154,155,155,157,157,162,162,165,165,167,167,173,173,176,176,178,178,179,179,182,182,183,183,186,186,187,187,190,190,192,192,193,193,195,195,197,197,199,199,202,202,203,203,210,210,212,212,214,214,215,215,217,217,219,219,221,221,224,224,226,226,228,228,233,233],"right_children":[2,4,6,8,10,12,14,16,-1,18,20,22,24,26,28,30,-1,32,-1,34,-1,36,38,40,-1,42,44,46,-1,48,-1,-1,50,-1,52,-1,54,-1,56,58,-1,60,62,-1,64,-1,66,68,-1,-1,70,72,-1,-1,74,-1,76,78,-1,80,-1,82,84,86,-1,88,-1,90,-1,-1,92,-1,94,-1,96,-1,98,-1,100,-1,102,-1,104,106,-1,108,-1,110,-1,-1,112,114,-1,-1,-1,-1,116,-1,118,-1,120,-1,122,124,-1,-1,126,-1,128,-1,130,-1,132,-1,134,-1,136,138,-1,-1,-1,140,-1,142,-1,-1,144,146,-1,-1,148,-1,150,-1,152,-1,154,-1,156,-1,158,-1,160,-1,162,-1,164,166,-1,-1,168,170,-1,-1,172,174,-1,176,-1,-1,-1,-1,178,-1,-1,180,-1,182,-1,-1,-1,-1,-1,184,-1,-1,186,-1,188,190,-1,-1,192,194,-1,-1,196,198,-1,-1,200,-1,202,204,-1,206,-1,208,-1,210,-1,-1,212,214,-1,-1,-1,-1,-1,-1,216,-1,218,-1,220,222,-1,224,-1,226,-1,228,-1,-1,230,-1,232,-1,234,-1,-1,-1,-1,236,-1,-1,-1],"split_conditions":[5.00625E1,7.69375E1,7.631836E-1,9.692383E-1,2.1054127E0,8.702339E1,7.31875E1,1.2361847E2,-0E0,4.1852345E0,3.7197125E0,7.159618E1,2.5085804E0,8.6E1,1.4887653E2,1.57125E2,-0E0,3.488159E-2,-0E0,1.593932E2,-0E0,5.78378E1,8.393701E1,9.477539E-1,-0E0,5.60132E1,9.321289E-1,1.4428937E2,-0E0,9.9560547E-1,-0E0,-0E0,1.3830566E-1,-0E0,1.7831114E2,-0E0,6.55E1,-0E0,5.6933594E-1,5.3379583E0,-0E0,9.60625E1,7.159618E1,-0E0,7.1875E-1,-0E0,9.2089844E-1,9.921875E-1,-0E0,-0E0,9.1629326E-1,8.09375E1,-0E0,-0E0,1.3549805E-1,-0E0,1.1053467E-1,1.7127991E-3,-0E0,2.3808382E0,-0E0,6.281734E1,5.140625E1,9.9658203E-1,-0E0,2.8114163E2,-0E0,2.9435123E1,-0E0,-0E0,4.9197593E0,-0E0,8.0810547E-1,-0E0,2.7866364E-3,-0E0,1.1657715E-2,-0E0,1.9210815E-2,-0E0,6.034375E1,-0E0,7.5625E1,4.3273926E-2,-0E0,8.907673E-1,-0E0,9.971619E-3,-0E0,-0E0,7.6560974E-3,1.4428937E2,-0E0,-8.299267E-2,-0E0,-0E0,8.270264E-2,-0E0,9.84375E-1,-0E0,4.678125E1,-0E0,9.8828125E-1,1.7213681E2,-0E0,-0E0,8.3984375E-2,-0E0,9.970703E-1,-0E0,7.6578987E-1,-0E0,6.4941406E-2,-0E0,8.305237E1,-0E0,5.670253E-1,2.856914E1,-0E0,-0E0,-1.7392695E-1,1.0262858E0,-0E0,2.6565552E-2,-0E0,-0E0,8.7939453E-1,1.2916358E0,-0E0,-0E0,1.6900827E2,-0E0,6.8893433E-3,-0E0,8.388672E-1,-0E0,2.9614258E-1,-0E0,4.4148173E0,-0E0,9.975586E-1,-0E0,3.740625E1,-0E0,6.365967E-2,-0E0,6.8893433E-3,2.40125E2,-0E0,-0E0,5.5593286E0,1.56875E2,-0E0,-0E0,7.8848305E1,9.951172E-1,-0E0,4.827881E-2,-0E0,-0E0,1.0407948E-1,-0E0,4.59375E1,-0E0,1.6874778E-1,2.4715224E2,-0E0,3.8890839E-3,-0E0,2.32474E-1,-0E0,-0E0,-1.9417137E-1,9.9853516E-1,-0E0,-0E0,5.859375E-2,-0E0,9.892578E-1,7.1899414E-2,-0E0,-0E0,5.9906006E-2,9.5214844E-1,-0E0,-0E0,7.09375E1,9.975586E-1,-0E0,-0E0,1.4803764E2,-0E0,3.965625E1,1.6333017E2,-0E0,9.2089844E-1,-0E0,5.036323E0,-0E0,3.9253235E-3,-0E0,-0E0,1.116044E2,7.9102844E-1,-0E0,2.0873125E-1,-0E0,-3.271792E-1,-0E0,-0E0,1.4110995E2,-0E0,9.9658203E-1,-0E0,9.8535156E-1,5.48296E0,-0E0,3.053125E1,-0E0,7.30894E1,-0E0,1.2481689E-2,-0E0,-0E0,3.028125E1,-0E0,1.586914E-2,-0E0,1.69375E2,-0E0,-1.7720553E-1,-0E0,2.4540131E-1,9.995117E-1,-0E0,1.8630898E-1,-0E0],"split_indices":[11,10,14,18,3,5,9,4,0,1,3,5,3,10,4,9,0,16,0,6,0,4,4,19,0,7,14,6,0,17,0,0,14,0,5,0,11,0,15,2,0,11,5,0,13,0,13,19,0,0,0,10,0,0,13,0,16,19,0,3,0,5,8,16,0,6,0,7,0,0,0,0,12,0,19,0,18,0,18,0,11,0,10,16,0,2,0,18,0,0,19,6,0,0,0,0,12,0,19,0,9,0,18,6,0,0,13,0,14,0,3,0,15,0,7,0,2,7,0,0,0,2,0,17,0,0,14,1,0,0,5,0,18,0,13,0,15,0,3,0,17,0,9,0,17,0,18,9,0,0,2,10,0,0,4,16,0,17,0,0,0,0,9,0,0,6,0,16,0,0,0,0,0,17,0,0,13,0,18,12,0,0,14,12,0,0,9,14,0,0,5,0,9,4,0,13,0,2,0,17,0,0,6,2,0,0,0,0,0,0,4,0,16,0,18,3,0,10,0,5,0,18,0,0,8,0,19,0,9,0,0,0,0,17,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.6293333E2,5.2578465E1,1.1035487E2,3.909551E1,1.3482959E1,3.6016273E1,7.43386E1,3.56429E1,3.4526107E0,6.927614E0,6.555344E0,2.1820543E1,1.4195731E1,4.56288E1,2.8709803E1,3.0456137E1,5.1867595E0,6.189868E0,7.377462E-1,3.4353366E0,3.1200075E0,7.161949E0,1.4658594E1,8.303544E0,5.8921876E0,3.4828205E1,1.0800595E1,2.5863932E1,2.8458714E0,2.9288376E1,1.1677619E0,6.3349664E-1,5.5563717E0,3.55327E-1,3.0800095E0,7.159963E-1,6.445953E0,3.2773724E0,1.1381222E1,7.021148E0,1.2823956E0,1.3631886E1,2.1196318E1,4.1585665E0,6.6420283E0,2.15399E0,2.3709942E1,2.7519405E1,1.7689706E0,4.488854E-1,5.1074862E0,2.9076684E0,1.7234117E-1,1.6670098E0,4.778943E0,9.6891856E-1,1.0412303E1,6.822397E0,1.9875094E-1,1.2207655E1,1.4242306E0,6.15185E0,1.5044467E1,5.560472E0,1.0815567E0,2.2062597E1,1.6473436E0,2.7007423E1,5.1198083E-1,3.4846967E-1,4.7590165E0,3.2303533E-1,2.584633E0,1.4275217E0,3.3514214E0,1.405801E0,9.006502E0,2.5480777E-1,6.5675893E0,3.0970397E0,9.110615E0,2.7913427E0,3.3605075E0,1.2739935E1,2.3045328E0,5.359566E0,2.0090577E-1,2.0826824E1,1.2357733E0,2.834384E0,2.417304E1,4.323444E0,4.3557268E-1,2.3895743E0,1.9505882E-1,2.1958151E-1,3.1318398E0,3.7749127E-1,8.629011E0,1.0787059E0,5.4888835E0,2.7447116E0,6.3659034E0,2.7714858E0,5.8902186E-1,9.6268684E-1,1.1777247E1,5.209699E-1,4.838596E0,1.2958412E0,1.9530983E1,6.525083E-1,2.352053E1,3.4744003E-1,3.976004E0,3.4900743E-1,2.7828324E0,8.207686E0,4.2132413E-1,2.6258108E-1,5.2263026E0,6.1693416E0,1.96562E-1,2.5577629E0,2.1372281E-1,2.0303986E0,9.746849E0,3.9635303E0,8.7506574E-1,1.4102428E0,1.812074E1,4.6813798E-1,2.3052393E1,3.1751874E-1,3.658485E0,2.0312111E-1,2.5797112E0,3.7142843E-1,7.8362584E0,2.1223316E-1,5.9571085E0,2.3283811E-1,2.324925E0,1.7674401E0,7.9794087E0,1.8836881E-1,3.7751615E0,1.7734808E1,3.8593182E-1,9.841108E-1,2.2068283E1,3.177243E0,4.8124212E-1,1.6481985E-1,2.4148912E0,7.120087E0,7.1617126E-1,5.791654E0,1.6545431E-1,2.1114862E-1,2.1137762E0,8.706621E-1,7.108747E0,2.0549127E-1,3.5696702E0,1.7541626E1,1.9318342E-1,2.1800016E1,2.6826647E-1,2.992956E0,1.8428695E-1,2.6002494E-1,2.1548665E0,6.866556E0,2.5353077E-1,3.889804E-1,5.4026737E0,1.6195395E0,5.4892073E0,1.6968597E1,5.730275E-1,1.6691884E-1,2.1633097E1,6.7004876E0,1.6606872E-1,2.344968E-1,5.1681767E0,5.2445865E0,2.44621E-1,1.3478158E0,1.5620782E1,1.9825034E-1,2.1434847E1,6.5018773E0,1.9861017E-1,4.985842E0,1.8233448E-1,4.3422136E0,9.0237296E-1,1.5435449E1,1.8533349E-1,9.2128915E-1,2.0513557E1,6.2512884E0,2.5058895E-1,4.783024E0,2.028185E-1,4.1152964E0,2.2691722E-1,4.7129506E-1,1.4964153E1,4.673563E-1,2.0046202E1,3.833888E-1,5.8678994E0,1.385209E1,1.1120633E0,1.9170889E1,8.753119E-1,5.464673E0,4.0322652E-1,1.3662029E1,1.9006117E-1,2.4004418E-1,1.8930845E1,2.2252655E-1,5.2421465E0,2.6203656E-1,1.3399992E1,4.5037958E-1,1.8480467E1,8.386642E-1,4.4034824E0,1.2905682E1,4.9431103E-1,1.2648966E1,2.5671548E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"237","size_leaf_vector":"0"}},{"base_weights":[-8.8813035E-3,-0E0,-2.5412148E-2,-1.9886006E-2,1.3762969E-2,-4.198072E-2,-0E0,-0E0,-8.9016214E-2,-0E0,4.517049E-2,-0E0,-8.265833E-2,-0E0,4.5961734E-2,-1.2229619E-1,-0E0,-2.0041881E-2,-0E0,1.0830187E-1,-0E0,-2.9626552E-2,1.9174118E-2,-0E0,-1.0448662E-1,-3.8931116E-2,-0E0,9.645097E-2,-0E0,-1.4707062E-1,-0E0,-4.7823545E-2,-0E0,-0E0,1.5286548E-1,-5.636199E-2,-0E0,5.978123E-2,-0E0,-1.2134876E-1,-0E0,-0E0,-6.837834E-2,1.3061251E-1,-0E0,-0E0,-1.6159433E-1,-1.004552E-1,-0E0,-0E0,2.2531712E-1,-7.5282454E-2,-0E0,-0E0,9.954037E-2,-0E0,-1.4625493E-1,-9.383624E-2,-0E0,1.5404649E-1,-0E0,-1.7729332E-1,-0E0,-1.2516032E-1,-0E0,2.6262492E-1,-0E0,-0E0,-9.9681266E-2,1.3804334E-1,-0E0,-1.659781E-1,-0E0,-0E0,-1.14251286E-1,1.8652067E-1,-0E0,-0E0,-2.167193E-1,-0E0,-1.489387E-1,-0E0,2.851081E-1,-1.1507065E-1,-0E0,1.710811E-1,-0E0,-0E0,-1.9047655E-1,-1.2006086E-1,-0E0,-0E0,2.059631E-1,-2.2484194E-1,-0E0,-0E0,-1.688083E-1,3.1496772E-1,-0E0,-1.2856877E-1,-0E0,-0E0,2.0481299E-1,-2.0623519E-1,-0E0,-0E0,-1.2645462E-1,-0E0,2.2762519E-1,-0E0,-2.3732358E-1,-1.5397638E-1,-0E0,-0E0,3.427067E-1,-0E0,-1.4611092E-1,2.2935711E-1,-0E0,-0E0,-2.1806358E-1,-1.3746224E-1,-0E0,-0E0,2.4226566E-1,-2.4698395E-1,-0E0,-0E0,3.5488647E-1,-0E0,-1.5476048E-1,-0E0,2.5676286E-1,-0E0,-2.4058701E-1,-1.1910148E-1,-0E0,2.61619E-1,-0E0,-0E0,-1.9896698E-1,-0E0,2.9389986E-1,-0E0,-1.8376656E-1,-0E0,2.7630904E-1,-2.506702E-1,-0E0,2.7295998E-1,-0E0,-0E0,-1.5203044E-1,2.894897E-1,-0E0,-0E0,-2.6196894E-1,2.3241675E-1,-0E0,3.0966717E-1,-0E0,-2.7834004E-1,-0E0,2.5125426E-1,-0E0,-2.8864104E-1,-0E0,-2.9656819E-1,-0E0,-0E0,-2.4325137E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":31,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,23,25,27,29,-1,31,-1,33,-1,35,37,-1,39,41,-1,43,-1,45,-1,47,-1,-1,49,51,-1,53,-1,55,-1,-1,57,59,-1,-1,61,63,-1,-1,65,67,-1,-1,69,-1,71,73,-1,75,-1,77,-1,79,-1,81,-1,-1,83,85,-1,87,-1,-1,89,91,-1,-1,93,-1,95,-1,97,99,-1,101,-1,-1,103,105,-1,-1,107,109,-1,-1,111,113,-1,115,-1,-1,117,119,-1,-1,121,-1,123,-1,125,-1,-1,-1,127,-1,129,131,-1,-1,133,135,-1,-1,137,139,-1,-1,141,-1,143,-1,145,-1,147,-1,-1,149,-1,-1,-1,-1,-1,-1,151,-1,153,155,-1,157,-1,-1,-1,159,-1,-1,161,-1,-1,163,-1,165,-1,-1,-1,167,-1,169,-1,-1,-1],"loss_changes":[3.147961E-2,2.3307253E-2,3.8330294E-2,1.0680023E-1,7.117E-2,6.2236503E-2,0E0,1.7072491E-2,3.3894785E-2,7.913295E-3,8.8271104E-2,1.732497E-2,6.1882973E-2,7.360571E-3,5.1395476E-2,5.7231665E-2,0E0,2.9288866E-2,0E0,9.151684E-2,0E0,2.8703578E-2,3.1257913E-2,0E0,6.263526E-2,1.4068578E-2,0E0,4.959765E-2,0E0,2.1826863E-2,0E0,3.932472E-2,0E0,0E0,1.4147949E-1,2.7486779E-2,0E0,4.7888145E-2,0E0,6.7584336E-2,0E0,0E0,1.5850568E-2,4.0334173E-2,0E0,0E0,3.736016E-2,3.9641224E-2,0E0,0E0,1.0669544E-1,3.4345336E-2,0E0,0E0,5.9250355E-2,0E0,6.7632735E-2,1.4924213E-2,0E0,4.0316924E-2,0E0,4.1895986E-2,0E0,4.0017776E-2,0E0,5.941814E-2,0E0,0E0,2.6978023E-2,5.360438E-2,0E0,7.167199E-2,0E0,0E0,2.4526417E-3,3.0848712E-2,0E0,0E0,1.4190316E-2,0E0,2.445519E-2,0E0,5.2107036E-2,2.650474E-2,0E0,5.799173E-2,0E0,0E0,7.24259E-2,3.038954E-3,0E0,0E0,3.0310944E-2,2.6655972E-2,0E0,0E0,2.8003156E-2,5.964881E-2,0E0,2.9091641E-2,0E0,0E0,5.04151E-2,5.0578892E-2,0E0,0E0,4.75052E-3,0E0,2.0699829E-2,0E0,1.6630858E-2,0E0,0E0,0E0,2.0714283E-2,0E0,1.8148407E-2,5.3260714E-2,0E0,0E0,4.1244864E-2,5.8628656E-3,0E0,0E0,2.001229E-2,1.2342691E-2,0E0,0E0,2.0843208E-2,0E0,3.511651E-2,0E0,4.298824E-2,0E0,4.363203E-2,0E0,0E0,1.41552985E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.973246E-2,0E0,2.4753183E-2,4.311669E-2,0E0,1.850468E-2,0E0,0E0,0E0,1.3398975E-2,0E0,0E0,3.5881996E-2,0E0,0E0,9.055436E-3,0E0,2.845186E-2,0E0,0E0,0E0,1.7872155E-2,0E0,2.1158636E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,17,17,19,19,21,21,22,22,24,24,25,25,27,27,29,29,31,31,34,34,35,35,37,37,39,39,42,42,43,43,46,46,47,47,50,50,51,51,54,54,56,56,57,57,59,59,61,61,63,63,65,65,68,68,69,69,71,71,74,74,75,75,78,78,80,80,82,82,83,83,85,85,88,88,89,89,92,92,93,93,96,96,97,97,99,99,102,102,103,103,106,106,108,108,110,110,114,114,116,116,117,117,120,120,121,121,124,124,125,125,128,128,130,130,132,132,134,134,137,137,144,144,146,146,147,147,149,149,153,153,156,156,159,159,161,161,165,165,167,167],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,24,26,28,30,-1,32,-1,34,-1,36,38,-1,40,42,-1,44,-1,46,-1,48,-1,-1,50,52,-1,54,-1,56,-1,-1,58,60,-1,-1,62,64,-1,-1,66,68,-1,-1,70,-1,72,74,-1,76,-1,78,-1,80,-1,82,-1,-1,84,86,-1,88,-1,-1,90,92,-1,-1,94,-1,96,-1,98,100,-1,102,-1,-1,104,106,-1,-1,108,110,-1,-1,112,114,-1,116,-1,-1,118,120,-1,-1,122,-1,124,-1,126,-1,-1,-1,128,-1,130,132,-1,-1,134,136,-1,-1,138,140,-1,-1,142,-1,144,-1,146,-1,148,-1,-1,150,-1,-1,-1,-1,-1,-1,152,-1,154,156,-1,158,-1,-1,-1,160,-1,-1,162,-1,-1,164,-1,166,-1,-1,-1,168,-1,170,-1,-1,-1],"split_conditions":[1.9375131E0,1.0693682E0,8.9453125E-1,3.112793E-1,9.119911E1,2.7001953E-1,-0E0,7.30894E1,2.4263985E2,9.238281E-1,7.649653E1,1.427002E-1,3.1390625E1,9.921875E-1,8.691406E-1,9.863281E-1,-0E0,7.84375E1,-0E0,5.0581165E1,-0E0,9.692383E-1,7.525E1,-0E0,5.5904746E0,9.057617E-2,-0E0,5.036323E0,-0E0,3.7646484E-1,-0E0,7.0715706E1,-0E0,-0E0,3.4423828E-1,9.9853516E-1,-0E0,2.2046204E0,-0E0,2.2234507E0,-0E0,-0E0,9.9609375E-1,1.6863078E2,-0E0,-0E0,9.9902344E-1,1.5322061E2,-0E0,-0E0,9.7802734E-1,1.23227E0,-0E0,-0E0,4.2874045E0,-0E0,2.9785962E2,6.1920166E-2,-0E0,9.975586E-1,-0E0,1.4978027E-1,-0E0,3.128125E1,-0E0,1.2115123E2,-0E0,-0E0,5.2631617E0,2.4816895E-1,-0E0,1.4048293E2,-0E0,-0E0,1.5575E2,3.571875E1,-0E0,-0E0,9.9902344E-1,-0E0,3.4125E1,-0E0,1.8595546E2,5.5308394E0,-0E0,1.3611656E2,-0E0,-0E0,1.9025E2,1.2298584E-2,-0E0,-0E0,6.703079E1,8.7102866E-1,-0E0,-0E0,4.2874045E0,3.4875E1,-0E0,3.0796875E1,-0E0,-0E0,2.410068E2,3.642297E1,-0E0,-0E0,1.9673145E2,-0E0,6.37207E-2,-0E0,9.169922E-1,-1.5397638E-1,-0E0,-0E0,1.6589355E-1,-0E0,5.3375004E1,4.909668E-1,-0E0,-0E0,3.2341957E1,9.604492E-1,-0E0,-0E0,2.484284E2,1.550293E-1,-0E0,-0E0,1.3175964E-2,-0E0,4.13125E1,-0E0,1.1580858E1,-0E0,5.374661E0,-1.1910148E-1,-0E0,9.902344E-1,-0E0,-0E0,-1.9896698E-1,-0E0,2.9389986E-1,-0E0,1.777649E-2,-0E0,5.0828595E0,5.9906006E-2,-0E0,1.0299464E0,-0E0,-0E0,-1.5203044E-1,9.9853516E-1,-0E0,-0E0,5.5308394E0,2.3241675E-1,-0E0,5.015625E1,-0E0,9.951172E-1,-0E0,2.5125426E-1,-0E0,9.975586E-1,-0E0,7.249789E1,-0E0,-0E0,-2.4325137E-1],"split_indices":[1,1,17,18,4,13,0,5,7,19,5,13,8,14,12,19,0,11,0,7,0,16,9,0,3,14,0,2,0,18,0,4,0,0,16,14,0,1,0,1,0,0,17,4,0,0,14,5,0,0,18,2,0,0,3,0,6,12,0,15,0,17,0,11,0,6,0,0,3,13,0,6,0,0,9,11,0,0,17,0,10,0,6,1,0,6,0,0,9,17,0,0,4,2,0,0,3,11,0,8,0,0,6,4,0,0,6,0,13,0,13,0,0,0,15,0,5,14,0,0,7,16,0,0,6,15,0,0,18,0,10,0,7,0,0,0,0,19,0,0,0,0,0,0,16,0,2,15,0,1,0,0,0,14,0,0,1,0,0,8,0,13,0,0,0,16,0,5,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5898605E2,9.1259E1,6.772706E1,2.7804153E1,6.3454845E1,4.624913E1,2.1477928E1,1.3413331E1,1.4390823E1,2.3136686E1,4.0318157E1,2.5581413E1,2.0667717E1,5.831605E0,7.5817256E0,9.655412E0,4.7354116E0,1.920064E1,3.936046E0,1.4126231E1,2.6191927E1,1.4306134E1,1.1275278E1,2.252202E0,1.8415514E1,4.356438E0,1.475167E0,6.8599386E0,7.2178704E-1,9.16814E0,4.872711E-1,1.5766144E1,3.4344962E0,3.3683658E0,1.0757865E1,1.2626749E1,1.6793845E0,9.457776E0,1.8175024E0,1.7777416E1,6.380971E-1,2.732479E-1,4.08319E0,6.4207616E0,4.3917722E-1,8.239281E-1,8.344213E0,7.08349E0,8.682654E0,3.2891982E0,7.4686675E0,1.1707644E1,9.1910493E-1,1.5329877E0,7.9247885E0,2.535439E0,1.5241978E1,3.733811E0,3.4937927E-1,6.1749945E0,2.4576682E-1,8.03585E0,3.0836272E-1,6.9157243E0,1.6776568E-1,6.912403E0,5.56264E-1,1.788177E0,9.919468E0,6.989809E0,9.3497926E-1,1.4178048E1,1.0639302E0,2.3453811E-1,3.4992726E0,5.2118983E0,9.6309614E-1,1.9311917E0,6.104658E0,3.7484872E-1,6.5408754E0,3.9199448E-1,6.5204086E0,9.356282E0,5.631851E-1,6.2078366E0,7.8197235E-1,1.5574218E0,1.26206255E1,3.2917478E0,2.0752482E-1,3.002746E-1,4.911624E0,5.916775E0,1.8788283E-1,7.017563E-1,5.8391194E0,5.777651E0,7.427579E-1,8.99879E0,3.5749298E-1,6.451054E-1,5.5627313E0,1.2394931E1,2.2569466E-1,1.8369652E-1,3.1080513E0,3.9598644E-1,4.5156374E0,1.8393694E-1,5.732838E0,4.8541107E0,9.8500836E-1,4.6723437E-1,5.3104167E0,7.8123236E-1,8.217557E0,5.2929587E0,2.6977256E-1,2.9731506E-1,1.2097616E1,2.8047462E0,3.033053E-1,2.3520501E-1,4.2804327E0,5.527432E0,2.0540611E-1,2.2751361E-1,5.082903E0,1.894784E-1,8.028079E0,3.627624E-1,4.9301963E0,1.5357656E0,1.0561851E1,2.4297614E0,3.7498474E-1,3.891711E0,3.8872147E-1,1.871144E-1,5.3403177E0,4.8353645E-1,4.5993667E0,1.4398409E0,6.588238E0,1.7802684E-1,4.7521696E0,1.038421E1,1.7764063E-1,3.7243435E0,1.673674E-1,2.6797578E-1,6.320262E0,4.5801573E0,1.7201202E-1,2.9035768E-1,1.0093852E1,3.2533793E0,4.709642E-1,4.079421E0,5.0073636E-1,9.347459E0,7.4639374E-1,3.8194418E0,2.599792E-1,8.998634E0,3.4882447E-1,8.700832E0,2.9780167E-1,6.626747E-1,8.038157E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"171","size_leaf_vector":"0"}},{"base_weights":[-0E0,1.6189617E-3,-7.787383E-2,-3.2668295E-3,1.618285E-2,-0E0,-1.06305115E-1,-3.4362637E-2,8.541942E-3,4.018444E-2,-0E0,-0E0,-1.3185346E-1,-5.1906403E-2,-0E0,-0E0,3.946346E-2,-0E0,5.828704E-2,-4.562143E-2,-0E0,-1.5003015E-1,-0E0,-0E0,-7.008965E-2,-0E0,6.728155E-2,8.244403E-2,-0E0,-0E0,-8.883152E-2,3.5699695E-2,-0E0,-0E0,-1.6902524E-1,-0E0,-8.729672E-2,9.876072E-2,-0E0,1.0155488E-1,-0E0,-0E0,-1.2992649E-1,-0E0,7.00476E-2,-1.9062956E-1,-0E0,-0E0,-1.08189665E-1,1.2716113E-1,-0E0,-0E0,1.15962625E-1,-2.0085487E-1,-0E0,1.2339034E-1,-0E0,-1.5755059E-1,-0E0,-1.2588613E-1,-0E0,1.4625627E-1,-0E0,1.3115318E-1,-0E0,-2.5664055E-1,-0E0,-0E0,1.5053335E-1,-1.545263E-1,-0E0,-0E0,1.6462713E-1,1.5475671E-1,-0E0,-2.77701E-1,-0E0,1.7905721E-1,-0E0,-0E0,-1.8467186E-1,1.8161425E-1,-0E0,-0E0,1.6705957E-1,-0E0,-2.878969E-1,1.9685431E-1,-0E0,-0E0,-2.0973401E-1,-0E0,2.0137052E-1,-0E0,1.7883405E-1,-2.3147708E-1,-0E0,-0E0,2.2274248E-1,-0E0,-2.4554144E-1,2.2139682E-1,-0E0,1.8750833E-1,-0E0,-0E0,2.405094E-1,-2.639143E-1,-0E0,2.3693606E-1,-0E0,1.9726208E-1,-0E0,-0E0,2.0059401E-1,-0E0,-2.8132406E-1,2.4761689E-1,-0E0,2.0874895E-1,-0E0,-2.9900506E-1,-0E0,-0E0,2.545672E-1,-0E0,2.2109745E-1,-3.1210035E-1,-0E0,2.0390151E-1,-0E0,2.3413843E-1,-0E0,-3.2840237E-1,-0E0,-0E0,2.4916527E-1,-3.4681258E-1,-0E0,2.5999188E-1,-0E0,-0E0,-2.8087747E-1,2.6803935E-1,-0E0,2.750356E-1,-0E0,2.782628E-1,-0E0,2.8270477E-1,-0E0,-0E0,2.881671E-1,-0E0,2.953463E-1,2.3202024E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":32,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,-1,21,23,-1,-1,25,-1,27,29,31,33,-1,-1,35,-1,37,39,-1,-1,41,43,-1,-1,45,-1,47,49,-1,51,-1,-1,53,-1,55,57,-1,-1,59,61,-1,-1,63,65,-1,67,-1,-1,-1,69,-1,71,-1,73,-1,75,-1,-1,77,79,-1,-1,81,83,-1,85,-1,87,-1,-1,89,91,-1,-1,93,-1,95,97,-1,-1,99,-1,101,-1,103,-1,-1,-1,105,-1,107,109,-1,111,-1,-1,113,115,-1,117,-1,119,-1,-1,-1,-1,121,123,-1,125,-1,127,-1,-1,129,-1,131,133,-1,-1,-1,135,-1,137,-1,-1,139,141,-1,143,-1,-1,-1,145,-1,147,-1,149,-1,151,-1,-1,153,-1,155,-1,-1],"loss_changes":[5.365118E-2,2.349075E-2,2.4808485E-2,4.800125E-2,6.2370963E-2,0E0,3.1445794E-2,5.051755E-2,2.716632E-2,7.791227E-2,2.6944669E-2,0E0,2.6465602E-2,5.7846263E-2,0E0,0E0,4.0401928E-2,0E0,1.0114342E-1,5.5791207E-2,1.5523831E-2,2.2876471E-2,0E0,0E0,4.353772E-2,0E0,4.7980003E-2,7.749882E-2,0E0,0E0,4.3989576E-2,3.132444E-2,0E0,0E0,2.8844908E-2,0E0,7.051802E-2,4.718382E-2,0E0,6.0975313E-2,0E0,0E0,8.82508E-2,0E0,5.4091554E-2,7.1552396E-3,0E0,0E0,6.070718E-2,4.948066E-2,0E0,0E0,7.697016E-2,7.642466E-2,0E0,4.4845328E-2,0E0,0E0,0E0,7.08397E-2,0E0,5.0377563E-2,0E0,7.120454E-2,0E0,3.4344405E-2,0E0,0E0,4.7953263E-2,9.353083E-2,0E0,0E0,4.8250854E-2,8.015609E-2,0E0,8.719057E-3,0E0,3.0821621E-2,0E0,0E0,9.333432E-2,4.431528E-2,0E0,0E0,7.1989E-2,0E0,2.8289855E-3,2.9998884E-2,0E0,0E0,1.034925E-1,0E0,4.7778398E-2,0E0,5.971515E-2,0E0,0E0,0E0,1.871422E-2,0E0,6.954998E-2,4.7603965E-2,0E0,6.384343E-2,0E0,0E0,2.5608659E-2,7.477862E-2,0E0,2.9865831E-2,0E0,6.326407E-2,0E0,0E0,0E0,0E0,6.539583E-2,1.2939453E-2,0E0,6.14748E-2,0E0,5.915034E-2,0E0,0E0,1.5045196E-2,0E0,5.4594874E-2,6.0941696E-2,0E0,0E0,0E0,5.6464672E-2,0E0,6.6010475E-2,0E0,0E0,5.289066E-2,6.271088E-2,0E0,5.475402E-2,0E0,0E0,0E0,3.9277673E-2,0E0,1.578021E-2,0E0,9.1362E-3,0E0,1.5701175E-2,0E0,0E0,9.905934E-3,0E0,3.4501553E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,12,12,13,13,16,16,18,18,19,19,20,20,21,21,24,24,26,26,27,27,30,30,31,31,34,34,36,36,37,37,39,39,42,42,44,44,45,45,48,48,49,49,52,52,53,53,55,55,59,59,61,61,63,63,65,65,68,68,69,69,72,72,73,73,75,75,77,77,80,80,81,81,84,84,86,86,87,87,90,90,92,92,94,94,98,98,100,100,101,101,103,103,106,106,107,107,109,109,111,111,116,116,117,117,119,119,121,121,124,124,126,126,127,127,131,131,133,133,136,136,137,137,139,139,143,143,145,145,147,147,149,149,152,152,154,154],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,-1,22,24,-1,-1,26,-1,28,30,32,34,-1,-1,36,-1,38,40,-1,-1,42,44,-1,-1,46,-1,48,50,-1,52,-1,-1,54,-1,56,58,-1,-1,60,62,-1,-1,64,66,-1,68,-1,-1,-1,70,-1,72,-1,74,-1,76,-1,-1,78,80,-1,-1,82,84,-1,86,-1,88,-1,-1,90,92,-1,-1,94,-1,96,98,-1,-1,100,-1,102,-1,104,-1,-1,-1,106,-1,108,110,-1,112,-1,-1,114,116,-1,118,-1,120,-1,-1,-1,-1,122,124,-1,126,-1,128,-1,-1,130,-1,132,134,-1,-1,-1,136,-1,138,-1,-1,140,142,-1,144,-1,-1,-1,146,-1,148,-1,150,-1,152,-1,-1,154,-1,156,-1,-1],"split_conditions":[1.5359016E2,1.985941E0,2.1681361E0,6.591797E-1,2.7257779E0,-0E0,9.971619E-3,1.38375E2,1.3738815E2,3.0419922E-1,3.5614378E0,-0E0,2.7525E2,8.758545E-2,-0E0,-0E0,9.7704583E-1,-0E0,5.334375E1,1.060791E-1,5.957031E-1,6.4575195E-2,-0E0,-0E0,6.713867E-2,-0E0,3.4776242E0,9.301758E-1,-0E0,-0E0,1.625473E2,1.1101958E0,-0E0,-0E0,4.911853E0,-0E0,8.4901214E-1,9.902344E-1,-0E0,4.324341E-2,-0E0,-0E0,9.8339844E-1,-0E0,1.9045055E0,9.9902344E-1,-0E0,-0E0,4.4978957E0,2.0675633E2,-0E0,-0E0,4.867456E0,9.355469E-1,-0E0,3.1015625E1,-0E0,-1.5755059E-1,-0E0,7.055664E-1,-0E0,3.065625E1,-0E0,4.466443E0,-0E0,9.9902344E-1,-0E0,-0E0,9.0771484E-1,8.3984375E-2,-0E0,-0E0,9.609375E-1,6.2394565E-1,-0E0,5.4855347E-3,-0E0,5.48296E0,-0E0,-0E0,3.557129E-1,4.9883556E1,-0E0,-0E0,1.779134E1,-0E0,7.75E1,8.648682E-2,-0E0,-0E0,5.120793E1,-0E0,9.951172E-1,-0E0,9.9902344E-1,-2.3147708E-1,-0E0,-0E0,1.4048293E2,-0E0,9.951172E-1,9.9658203E-1,-0E0,1.279375E2,-0E0,-0E0,6.149292E-3,9.5214844E-2,-0E0,1.9284394E0,-0E0,1.19125E2,-0E0,-0E0,2.0059401E-1,-0E0,9.975586E-1,6.030468E1,-0E0,3.053125E1,-0E0,5.464748E0,-0E0,-0E0,2.889411E2,-0E0,4.4083586E0,1.4637315E2,-0E0,2.0390151E-1,-0E0,9.971619E-3,-0E0,9.9902344E-1,-0E0,-0E0,9.9365234E-1,3.053125E1,-0E0,5.3379583E0,-0E0,-0E0,-2.8087747E-1,2.3002936E2,-0E0,9.814453E-1,-0E0,1.6998236E2,-0E0,1.2072754E-1,-0E0,-0E0,2.5971567E1,-0E0,9.980469E-1,2.3202024E-1,-0E0],"split_indices":[4,2,0,19,3,0,18,10,6,14,3,0,9,12,0,0,1,0,8,12,17,12,0,0,17,0,3,19,0,0,6,1,0,0,3,0,2,19,0,17,0,0,14,0,1,15,0,0,1,5,0,0,0,19,0,10,0,0,0,12,0,8,0,1,0,15,0,0,13,13,0,0,13,3,0,19,0,3,0,0,15,4,0,0,7,0,8,13,0,0,7,0,17,0,17,0,0,0,6,0,16,16,0,11,0,0,19,14,0,2,0,9,0,0,0,0,17,5,0,8,0,0,0,0,7,0,0,4,0,0,0,18,0,14,0,0,18,8,0,2,0,0,0,6,0,13,0,7,0,15,0,0,7,0,16,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.560245E2,1.4774158E2,8.282932E0,5.9504337E1,8.8237236E1,1.8744588E0,6.4084735E0,3.9422276E1,2.0082062E1,5.251614E1,3.5721096E1,6.090893E-1,5.799384E0,3.574627E1,3.6760058E0,2.173989E0,1.7908073E1,4.884281E0,4.763186E1,1.2445986E1,2.327511E1,5.541239E0,2.5814533E-1,4.591964E0,3.1154306E1,3.1500783E0,1.4757995E1,3.8438488E1,9.19337E0,2.461198E0,9.984788E0,1.1680635E1,1.1594475E1,4.8080462E-1,5.0604343E0,5.5358443E0,2.5618462E1,1.15006E1,3.257395E0,3.2676704E1,5.761783E0,2.9777532E0,7.0070343E0,2.632754E0,9.047881E0,4.665267E0,3.95167E-1,3.0890462E0,2.2529415E1,9.656729E0,1.8438718E0,3.1975417E0,2.9479164E1,4.828756E0,2.1782787E0,6.1297975E0,2.9180841E0,4.2760615E0,3.8920572E-1,2.0340536E1,2.1888804E0,9.49091E0,1.6581865E-1,2.7411486E1,2.0676782E0,3.9242573E0,9.0449846E-1,1.9628902E-1,5.9335084E0,1.6297888E1,4.0426474E0,2.4656728E-1,9.244343E0,2.251974E1,4.8917465E0,3.7239943E0,2.0026305E-1,5.5427155E0,3.90793E-1,2.2939725E0,1.4003916E1,8.9696045E0,2.7473807E-1,3.9360493E-1,2.2126133E1,1.8869387E-1,3.5353003E0,5.2948556E0,2.478597E-1,1.1373907E0,1.2866525E1,6.7410636E-1,8.295498E0,6.303903E-1,2.1495743E1,3.3298423E0,2.0545793E-1,6.640893E-1,4.6307664E0,1.8976725E0,1.0968852E1,7.7510214E0,5.4447657E-1,2.1206148E1,2.8959435E-1,4.0651664E-1,4.22425E0,1.0426141E1,5.4271173E-1,7.5522094E0,1.9881207E-1,2.075337E1,4.5277902E-1,2.0514141E-1,4.0191083E0,3.6563325E-1,1.0060507E1,7.3596315E0,1.9257788E-1,1.9930504E1,8.228659E-1,9.579955E0,4.8055238E-1,2.2364865E-1,7.1359825E0,9.608342E-1,1.896967E1,9.359071E0,2.2088435E-1,6.9614916E0,1.74491E-1,1.7857117E1,1.1125529E0,8.969617E0,3.8945356E-1,1.2379236E0,1.6619194E1,8.539742E0,4.298745E-1,1.6005577E1,6.1361676E-1,1.7116815E-1,8.368574E0,1.5791456E1,2.1412005E-1,1.5492404E1,2.990521E-1,1.5327409E1,1.6499606E-1,1.4948254E1,3.7915426E-1,3.9102307E-1,1.4557231E1,6.0955864E-1,1.3947672E1,1.3781891E1,1.6578168E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"157","size_leaf_vector":"0"}},{"base_weights":[-7.0799533E-3,-0E0,-5.353055E-2,-2.5949134E-3,2.9199712E-2,-9.5246315E-2,-0E0,-0E0,-3.287463E-2,7.218556E-2,-0E0,-0E0,-1.2838927E-1,-2.3048911E-2,2.2952285E-2,-7.125514E-2,-0E0,-0E0,1.1030971E-1,-1.6380997E-1,-0E0,-6.448335E-2,-0E0,-0E0,5.0431404E-2,-1.1106922E-1,-0E0,-0E0,1.3511887E-1,-2.001421E-1,-0E0,-0E0,-1.03047565E-1,-0E0,7.612788E-2,-1.5065762E-1,-0E0,-0E0,1.6565287E-1,-0E0,-2.2357611E-1,-1.3243483E-1,-0E0,9.106765E-2,-0E0,-1.7049031E-1,-0E0,-0E0,1.9074632E-1,-2.5291827E-1,-0E0,-1.8880004E-1,-0E0,1.0600645E-1,-0E0,-0E0,-2.135821E-1,-0E0,2.0029598E-1,-2.589227E-1,-0E0,-2.1045652E-1,-0E0,-0E0,1.193327E-1,-2.3116304E-1,-0E0,-0E0,2.1222404E-1,-0E0,-2.688738E-1,-2.3110165E-1,-0E0,1.2897953E-1,-0E0,-0E0,-2.3921432E-1,-0E0,2.2188447E-1,-2.7483553E-1,-0E0,-2.5095505E-1,-0E0,1.4597906E-1,-0E0,-0E0,-2.5364348E-1,-0E0,2.2825876E-1,-0E0,-2.2444667E-1,-0E0,-2.681077E-1,-0E0,1.6430208E-1,-2.6570743E-1,-0E0,-0E0,2.4819437E-1,-2.8375044E-1,-0E0,1.7542614E-1,-0E0,-0E0,-2.8969723E-1,2.5768954E-1,-0E0,-3.03928E-1,-0E0,1.8215935E-1,-0E0,-2.9598287E-1,-0E0,-0E0,2.6937863E-1,-0E0,-3.164392E-1,1.8843201E-1,-0E0,-3.042443E-1,-0E0,2.7729818E-1,-0E0,-3.3334687E-1,-0E0,-0E0,1.9522081E-1,-2.4046673E-1,-0E0,-0E0,2.9019204E-1,-0E0,-2.6629937E-1,2.0011035E-1,-0E0,-0E0,2.3358305E-1,-0E0,2.0495498E-1,2.1081203E-1,-0E0,-0E0,2.14022E-1,-0E0,2.1703471E-1,2.208892E-1,-0E0,1.7435558E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":33,"left_children":[1,3,5,7,9,11,-1,13,15,17,-1,-1,19,21,23,25,-1,-1,27,29,-1,31,-1,-1,33,35,-1,-1,37,39,-1,-1,41,-1,43,45,-1,-1,47,-1,49,51,-1,53,-1,55,-1,-1,57,59,-1,61,-1,63,-1,-1,65,-1,67,69,-1,71,-1,-1,73,75,-1,-1,77,-1,79,81,-1,83,-1,-1,85,-1,87,89,-1,91,-1,93,-1,-1,95,-1,97,-1,-1,-1,99,-1,101,103,-1,-1,105,107,-1,109,-1,-1,111,113,-1,115,-1,117,-1,119,-1,-1,121,-1,123,125,-1,127,-1,129,-1,131,-1,-1,133,-1,-1,-1,135,-1,-1,137,-1,-1,-1,-1,139,141,-1,-1,143,-1,145,147,-1,-1,-1],"loss_changes":[6.850786E-2,1.862772E-2,5.8089033E-2,3.601469E-2,5.8374375E-2,6.1781332E-2,0E0,3.9156668E-2,7.990487E-2,8.6271934E-2,0E0,0E0,3.286627E-2,4.4100683E-2,6.2213227E-2,9.862202E-2,0E0,0E0,5.1574126E-2,5.2419245E-2,0E0,5.7354897E-2,0E0,0E0,8.143866E-2,1.168735E-1,0E0,0E0,8.6015716E-2,5.1275015E-2,0E0,0E0,6.325653E-2,0E0,5.45505E-2,7.3942155E-2,0E0,0E0,6.871244E-2,0E0,4.515311E-2,7.5767204E-2,0E0,7.035634E-2,0E0,8.120051E-2,0E0,0E0,2.9381156E-2,3.6642551E-3,0E0,4.7572643E-2,0E0,6.414211E-2,0E0,0E0,3.5393864E-2,0E0,2.1527827E-2,7.5827837E-3,0E0,4.2795897E-2,0E0,0E0,5.5146128E-2,2.4362028E-2,0E0,0E0,2.1585613E-2,0E0,5.158812E-3,4.6030134E-2,0E0,6.318873E-2,0E0,0E0,2.121681E-2,0E0,1.3512105E-2,4.305154E-3,0E0,4.142168E-2,0E0,7.441175E-2,0E0,0E0,3.4656405E-2,0E0,2.3781419E-2,0E0,0E0,0E0,2.6132971E-2,0E0,5.3884864E-2,5.1801383E-2,0E0,0E0,2.1094471E-2,2.8740585E-2,0E0,4.0454328E-2,0E0,0E0,9.685457E-3,1.7158985E-2,0E0,1.7682105E-2,0E0,3.512597E-2,0E0,1.235199E-2,0E0,0E0,9.595573E-3,0E0,2.919352E-2,3.3630848E-2,0E0,2.2389889E-3,0E0,2.102828E-2,0E0,6.2448382E-3,0E0,0E0,2.8320968E-2,0E0,0E0,0E0,6.220877E-3,0E0,0E0,2.3769379E-2,0E0,0E0,0E0,0E0,2.3550153E-2,1.6500711E-2,0E0,0E0,1.3743043E-2,0E0,1.4031649E-2,1.168704E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,12,12,13,13,14,14,15,15,18,18,19,19,21,21,24,24,25,25,28,28,29,29,32,32,34,34,35,35,38,38,40,40,41,41,43,43,45,45,48,48,49,49,51,51,53,53,56,56,58,58,59,59,61,61,64,64,65,65,68,68,70,70,71,71,73,73,76,76,78,78,79,79,81,81,83,83,86,86,88,88,92,92,94,94,95,95,98,98,99,99,101,101,104,104,105,105,107,107,109,109,111,111,114,114,116,116,117,117,119,119,121,121,123,123,126,126,130,130,133,133,138,138,139,139,142,142,144,144,145,145],"right_children":[2,4,6,8,10,12,-1,14,16,18,-1,-1,20,22,24,26,-1,-1,28,30,-1,32,-1,-1,34,36,-1,-1,38,40,-1,-1,42,-1,44,46,-1,-1,48,-1,50,52,-1,54,-1,56,-1,-1,58,60,-1,62,-1,64,-1,-1,66,-1,68,70,-1,72,-1,-1,74,76,-1,-1,78,-1,80,82,-1,84,-1,-1,86,-1,88,90,-1,92,-1,94,-1,-1,96,-1,98,-1,-1,-1,100,-1,102,104,-1,-1,106,108,-1,110,-1,-1,112,114,-1,116,-1,118,-1,120,-1,-1,122,-1,124,126,-1,128,-1,130,-1,132,-1,-1,134,-1,-1,-1,136,-1,-1,138,-1,-1,-1,-1,140,142,-1,-1,144,-1,146,148,-1,-1,-1],"split_conditions":[6.8359375E-1,1.803709E2,9.3896484E-1,1.8290038E2,6.9433594E-1,4.221875E1,-0E0,1.626375E0,3.1751118E0,1.8005371E-1,-0E0,-0E0,1.6768748E2,3.9770508E-1,5.096875E1,5.875E1,-0E0,-0E0,6.692959E1,2.1143997E2,-0E0,3.359375E1,-0E0,-0E0,2.9464722E-2,4.2936273E0,-0E0,-0E0,1.492202E2,8.8750404E-1,-0E0,-0E0,6.147461E-1,-0E0,4.740607E0,1.39625E2,-0E0,-0E0,2.1636963E-2,-0E0,4.576556E0,7.480469E-1,-0E0,6.96875E1,-0E0,7.8808594E-1,-0E0,-0E0,3.25E1,9.2626953E-1,-0E0,1.13628334E2,-0E0,1.6247559E-1,-0E0,-0E0,1.218125E2,-0E0,3.1982422E-1,2.6565552E-2,-0E0,9.9902344E-1,-0E0,-0E0,1.6965436E2,3.321875E1,-0E0,-0E0,5.859375E-2,-0E0,1.181701E2,9.824219E-1,-0E0,4.718893E0,-0E0,-0E0,1.5031339E0,-0E0,4.8021188E-1,1.586914E-2,-0E0,7.6026917E-3,-0E0,2.5009155E-2,-0E0,-0E0,1.4523726E2,-0E0,9.971619E-3,-0E0,-2.2444667E-1,-0E0,1.1675E2,-0E0,9.892578E-1,5.083008E-1,-0E0,-0E0,1.7949274E2,5.854492E-1,-0E0,9.692383E-1,-0E0,-0E0,9.946289E-1,5.180664E-1,-0E0,3.0563354E-2,-0E0,1.1410449E2,-0E0,9.980469E-1,-0E0,-0E0,9.9853516E-1,-0E0,5.1600704E0,3.1015625E1,-0E0,5.131262E0,-0E0,5.9547573E-1,-0E0,3.4125E1,-0E0,-0E0,5.756294E0,-2.4046673E-1,-0E0,-0E0,7.107589E1,-0E0,-2.6629937E-1,1.2596837E2,-0E0,-0E0,2.3358305E-1,-0E0,4.454001E0,2.1252441E-1,-0E0,-0E0,9.534567E0,-0E0,1.6236313E2,1.49375E2,-0E0,1.7435558E-1,-0E0],"split_indices":[12,7,15,6,13,10,0,3,0,14,0,0,7,13,9,8,0,0,5,6,0,8,0,0,19,2,0,0,6,3,0,0,12,0,2,9,0,0,16,0,0,18,0,8,0,15,0,0,10,15,0,5,0,14,0,0,10,0,15,17,0,14,0,0,4,10,0,0,13,0,5,19,0,3,0,0,3,0,3,19,0,17,0,17,0,0,5,0,18,0,0,0,11,0,18,14,0,0,4,18,0,13,0,0,19,15,0,16,0,5,0,17,0,0,17,0,0,10,0,3,0,2,0,11,0,0,1,0,0,0,5,0,0,6,0,0,0,0,2,14,0,0,7,0,7,11,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5326025E2,1.2716292E2,2.6097338E1,1.0666169E2,2.0501234E1,1.4304485E1,1.1792853E1,7.316995E1,3.3491737E1,1.4139051E1,6.3621826E0,2.9088354E0,1.139565E1,1.8259935E1,5.4910015E1,2.247309E1,1.1018647E1,1.2802958E0,1.2858755E1,8.032248E0,3.3634026E0,1.2502792E1,5.7571425E0,1.94714E1,3.5438618E1,1.6949472E1,5.523617E0,1.6303607E0,1.12283945E1,6.5242915E0,1.5079559E0,2.5099094E0,9.992883E0,6.11485E0,2.9323767E1,1.4133042E1,2.8164303E0,7.906131E-1,1.0437781E1,3.6954305E-1,6.1547484E0,9.459435E0,5.334479E-1,2.6918797E1,2.40497E0,1.3470468E1,6.625748E-1,7.999981E-1,9.637783E0,5.406098E0,7.4865067E-1,6.526017E0,2.9334178E0,2.5996342E1,9.2245543E-1,3.2885737E0,1.0181893E1,2.1128847E-1,9.426495E0,5.1900053E0,2.160928E-1,6.228497E0,2.9752034E-1,1.083154E0,2.4913187E1,9.281229E0,9.006643E-1,6.064979E-1,8.819997E0,3.0849412E-1,4.881511E0,5.8813343E0,3.4716263E-1,2.4568792E1,3.4439537E-1,2.2160153E-1,9.059628E0,3.554435E-1,8.464554E0,4.718869E0,1.6264188E-1,5.6424866E0,2.388476E-1,2.2035368E1,2.5334246E0,7.2692513E-1,8.332703E0,2.3435347E-1,8.2302E0,4.0601972E-1,4.3128495E0,1.8456276E-1,5.457924E0,1.9895529E0,2.0045815E1,8.039724E0,2.929778E-1,9.6007985E-1,7.27012E0,5.143703E0,3.1422094E-1,1.9273712E1,7.7210337E-1,7.385474E-1,7.301177E0,7.0257235E0,2.4439673E-1,4.7303543E0,4.1334876E-1,1.9058086E1,2.1562438E-1,7.0839133E0,2.1726383E-1,4.024899E-1,6.6232333E0,2.2882897E-1,4.5015254E0,1.8766916E1,2.911712E-1,6.811081E0,2.7283233E-1,6.3469567E0,2.7627686E-1,4.269749E0,2.3177616E-1,4.342759E-1,1.833264E1,6.6439786E0,1.6710232E-1,3.4522405E-1,6.0017323E0,1.6904567E-1,4.1007032E0,1.8130808E1,2.0183215E-1,3.2706907E-1,5.6746635E0,3.0451554E-1,1.7826292E1,1.7352022E1,4.7427058E-1,1.7125066E-1,1.718077E1,1.9569622E-1,1.6985075E1,1.6667757E1,3.1731832E-1,1.6497986E1,1.6977134E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"149","size_leaf_vector":"0"}},{"base_weights":[-1.1273466E-2,-3.7253007E-2,-0E0,-8.5001096E-2,-0E0,-2.4590403E-2,1.2889856E-2,-1.1174073E-1,-0E0,7.5966762E-3,-5.486369E-2,-4.650654E-2,-0E0,-0E0,4.2168517E-2,-1.364056E-1,-0E0,-0E0,7.275755E-2,-0E0,-1.00865014E-1,-8.470695E-2,-0E0,-0E0,-2.6163246E-2,7.2634794E-2,-0E0,-1.565183E-1,-0E0,-0E0,-2.6243282E-2,-0E0,9.547295E-2,-1.1594321E-1,-0E0,-0E0,-1.1421788E-1,-4.853433E-2,-0E0,-0E0,1.3178888E-1,-0E0,-3.1068824E-2,-0E0,-1.721081E-1,-0E0,-6.7567855E-2,1.2619169E-1,-0E0,-1.3211201E-1,-0E0,-0E0,-1.3821694E-1,-0E0,-7.255471E-2,-0E0,-5.0781578E-2,-0E0,1.6027212E-1,-0E0,-6.694713E-2,-0E0,-1.867228E-1,-1.0362457E-1,-0E0,-0E0,1.5189445E-1,-0E0,-1.529473E-1,-0E0,-1.5249524E-1,-0E0,-8.530901E-2,-0E0,2.9613538E-2,-0E0,-8.377799E-2,1.8994708E-1,-0E0,-1.0216757E-1,-0E0,-0E0,-1.9518812E-1,-1.3857609E-1,-0E0,-0E0,1.8685973E-1,-0E0,-1.6770585E-1,-1.6677925E-1,-0E0,-0E0,-9.9912286E-2,-0E0,7.622935E-2,-1.3212337E-1,-0E0,-0E0,2.3011741E-1,-0E0,-1.6268732E-1,-0E0,-2.0738415E-1,-0E0,-1.4411156E-1,2.257304E-1,-0E0,-1.8041417E-1,-0E0,-0E0,-1.7861323E-1,-1.11048795E-1,-0E0,1.1210763E-1,-0E0,-1.6302338E-1,-0E0,-0E0,2.4221873E-1,-1.43929E-1,-0E0,-0E0,-2.1927862E-1,-1.22394994E-1,-0E0,2.38908E-1,-0E0,-0E0,-1.450999E-1,-0E0,-1.9072181E-1,-0E0,-1.1890595E-1,1.357965E-1,-0E0,-0E0,-1.4768268E-1,-0E0,2.5903115E-1,-2.2835037E-1,-0E0,2.7307978E-1,-0E0,-2.044541E-1,-0E0,-1.3208534E-1,-0E0,-0E0,1.5405919E-1,2.753921E-1,-0E0,-0E0,-2.3540953E-1,2.918762E-1,-0E0,-0E0,-2.1694663E-1,-0E0,-1.408E-1,1.7460962E-1,-0E0,-0E0,2.8949568E-1,-1.8725857E-1,-0E0,-0E0,2.9916438E-1,-2.4142776E-1,-0E0,-0E0,-1.518449E-1,-0E0,1.8901494E-1,-0E0,2.9757723E-1,3.082351E-1,-0E0,-1.9785607E-1,-0E0,-1.652793E-1,-0E0,2.0274502E-1,-0E0,3.0541304E-1,-0E0,-0E0,2.4851261E-1,-1.7530113E-1,-0E0,1.6486052E-1,-0E0,3.1672823E-1,-0E0,-0E0,-1.8636994E-1,-0E0,3.2340828E-1,-2.0213683E-1,-0E0,3.3429906E-1,-0E0,-2.1319568E-1,-0E0,-0E0,3.4810424E-1,-2.2349226E-1,-0E0,3.5717234E-1,-0E0,-0E0,-1.8043356E-1,3.6305672E-1,-0E0,-0E0,3.6895877E-1,3.8093275E-1,-0E0,3.8911006E-1,-0E0,3.1010517E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":34,"left_children":[1,3,5,7,9,11,13,15,-1,17,19,21,-1,23,25,27,-1,29,31,-1,33,35,-1,-1,37,39,41,43,-1,-1,45,-1,47,49,-1,-1,51,53,-1,55,57,-1,59,-1,61,-1,63,65,-1,67,-1,-1,69,-1,71,73,75,-1,77,-1,79,-1,81,83,-1,-1,85,-1,87,-1,89,-1,91,-1,93,-1,95,97,-1,99,-1,-1,101,103,-1,-1,105,-1,107,109,-1,-1,111,-1,113,115,-1,-1,117,-1,119,-1,121,-1,123,125,-1,127,-1,-1,129,131,-1,133,-1,135,-1,-1,137,-1,-1,-1,139,-1,-1,141,-1,-1,-1,-1,143,-1,145,147,-1,-1,-1,-1,149,151,-1,153,-1,155,-1,157,-1,-1,159,161,-1,-1,163,165,-1,-1,167,-1,169,171,-1,-1,173,-1,-1,-1,175,177,-1,-1,179,-1,181,-1,183,185,-1,-1,-1,187,-1,189,-1,191,-1,-1,-1,193,-1,-1,-1,195,-1,-1,197,-1,199,201,-1,203,-1,205,-1,-1,207,209,-1,211,-1,-1,-1,213,-1,-1,215,217,-1,219,-1,-1,-1],"loss_changes":[6.0748503E-2,9.10328E-2,2.4848282E-2,7.3076844E-2,2.0953614E-2,2.3276344E-2,6.5588824E-2,8.2176894E-2,0E0,7.39522E-2,3.7686042E-2,3.599055E-2,0E0,1.660809E-2,1.2125803E-1,7.087943E-2,0E0,5.096115E-3,4.0849097E-2,0E0,1.5197676E-2,3.804478E-2,0E0,0E0,3.238388E-2,2.0581488E-1,4.844826E-3,6.750056E-2,0E0,0E0,2.2942547E-2,0E0,5.2030317E-2,6.962292E-3,0E0,0E0,2.0847023E-2,3.2625698E-2,0E0,1.2503162E-2,1.3784719E-1,0E0,1.3631348E-2,0E0,6.71694E-2,0E0,3.3458203E-2,6.443286E-2,0E0,2.0979352E-2,0E0,0E0,2.461259E-2,0E0,2.4035387E-2,6.940266E-3,1.979144E-2,0E0,1.4717776E-1,0E0,1.9066382E-2,0E0,4.005444E-2,3.493922E-2,0E0,0E0,5.847533E-2,0E0,1.4942996E-2,0E0,2.486521E-2,0E0,2.718123E-2,0E0,2.629851E-2,0E0,2.2982255E-2,1.01272166E-1,0E0,2.9894654E-2,0E0,0E0,4.138893E-2,3.939435E-3,0E0,0E0,4.5667976E-2,0E0,1.1977732E-2,2.125834E-2,0E0,0E0,2.7003631E-2,0E0,3.4571387E-2,1.9001871E-2,0E0,0E0,6.5573335E-2,0E0,1.2342572E-2,0E0,4.6765268E-2,0E0,1.1758015E-2,1.8647611E-2,0E0,2.1943152E-3,0E0,0E0,1.8758044E-2,1.864551E-2,0E0,2.6008323E-2,0E0,1.4893919E-2,0E0,0E0,6.383026E-2,0E0,0E0,0E0,3.4174383E-2,0E0,0E0,2.3220867E-2,0E0,0E0,0E0,0E0,2.1920979E-2,0E0,2.697575E-2,2.1802202E-2,0E0,0E0,0E0,0E0,7.0943415E-2,3.1600773E-2,0E0,2.1902502E-2,0E0,2.1609753E-2,0E0,2.2509709E-2,0E0,0E0,1.6059369E-2,5.3292036E-2,0E0,0E0,4.880786E-3,5.315602E-3,0E0,0E0,3.2983363E-2,0E0,1.9045532E-2,1.6769662E-2,0E0,0E0,3.848648E-2,0E0,0E0,0E0,5.8271885E-3,1.3839036E-2,0E0,0E0,1.2663171E-2,0E0,9.4537735E-3,0E0,3.6167383E-2,3.2112002E-3,0E0,0E0,0E0,2.432692E-2,0E0,4.402861E-3,0E0,3.5350323E-2,0E0,0E0,0E0,1.8032283E-2,0E0,0E0,0E0,3.1965494E-2,0E0,0E0,3.2772005E-2,0E0,3.5161376E-2,2.3703516E-2,0E0,5.090666E-2,0E0,2.6275456E-2,0E0,0E0,4.3956995E-2,1.7528653E-2,0E0,2.2250533E-2,0E0,0E0,0E0,1.9965291E-2,0E0,0E0,8.052349E-3,3.1811237E-2,0E0,8.424997E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,10,10,11,11,13,13,14,14,15,15,17,17,18,18,20,20,21,21,24,24,25,25,26,26,27,27,30,30,32,32,33,33,36,36,37,37,39,39,40,40,42,42,44,44,46,46,47,47,49,49,52,52,54,54,55,55,56,56,58,58,60,60,62,62,63,63,66,66,68,68,70,70,72,72,74,74,76,76,77,77,79,79,82,82,83,83,86,86,88,88,89,89,92,92,94,94,95,95,98,98,100,100,102,102,104,104,105,105,107,107,110,110,111,111,113,113,115,115,118,118,122,122,125,125,130,130,132,132,133,133,138,138,139,139,141,141,143,143,145,145,148,148,149,149,152,152,153,153,156,156,158,158,159,159,162,162,166,166,167,167,170,170,172,172,174,174,175,175,179,179,181,181,183,183,187,187,191,191,194,194,196,196,197,197,199,199,201,201,204,204,205,205,207,207,211,211,214,214,215,215,217,217],"right_children":[2,4,6,8,10,12,14,16,-1,18,20,22,-1,24,26,28,-1,30,32,-1,34,36,-1,-1,38,40,42,44,-1,-1,46,-1,48,50,-1,-1,52,54,-1,56,58,-1,60,-1,62,-1,64,66,-1,68,-1,-1,70,-1,72,74,76,-1,78,-1,80,-1,82,84,-1,-1,86,-1,88,-1,90,-1,92,-1,94,-1,96,98,-1,100,-1,-1,102,104,-1,-1,106,-1,108,110,-1,-1,112,-1,114,116,-1,-1,118,-1,120,-1,122,-1,124,126,-1,128,-1,-1,130,132,-1,134,-1,136,-1,-1,138,-1,-1,-1,140,-1,-1,142,-1,-1,-1,-1,144,-1,146,148,-1,-1,-1,-1,150,152,-1,154,-1,156,-1,158,-1,-1,160,162,-1,-1,164,166,-1,-1,168,-1,170,172,-1,-1,174,-1,-1,-1,176,178,-1,-1,180,-1,182,-1,184,186,-1,-1,-1,188,-1,190,-1,192,-1,-1,-1,194,-1,-1,-1,196,-1,-1,198,-1,200,202,-1,204,-1,206,-1,-1,208,210,-1,212,-1,-1,-1,214,-1,-1,216,218,-1,220,-1,-1,-1],"split_conditions":[5.24375E1,2.1897647E0,1.2591983E0,9.116211E-1,4.4148173E0,1.38375E2,5.796875E1,9.975586E-1,-0E0,6.76875E1,9.757707E-1,6.088867E-1,-0E0,1.4991826E2,2.410068E2,2.4820418E2,-0E0,5.2375E1,3.571875E1,-0E0,5.7994533E0,8.947754E-2,-0E0,-0E0,1.13125E2,8.169207E1,6.3623047E-1,3.128125E1,-0E0,-0E0,8.947754E-2,-0E0,7.988281E-1,4.909375E1,-0E0,-0E0,4.984375E1,2.553711E-1,-0E0,1.8148401E2,2.800293E-1,-0E0,4.3273926E-2,-0E0,2.6954796E1,-0E0,9.826043E1,3.1982422E-1,-0E0,6.37207E-2,-0E0,-0E0,5.242106E-1,-0E0,2.2021484E-1,9.526463E1,5.865176E-1,-0E0,9.614258E-1,-0E0,9.794922E-1,-0E0,5.9906006E-2,9.8535156E-1,-0E0,-0E0,8.898926E-2,-0E0,9.079934E-1,-0E0,9.951172E-1,-0E0,4.6539307E-2,-0E0,1.0349675E0,-0E0,2.0303864E2,1.5515137E-1,-0E0,1.4619246E0,-0E0,-0E0,1.4083862E-2,3.34375E1,-0E0,-0E0,9.370117E-1,-0E0,3.9440792E0,2.7866364E-3,-0E0,-0E0,5.140625E1,-0E0,8.652344E-1,1.3910196E2,-0E0,-0E0,4.0587383E1,-0E0,9.995117E-1,-0E0,1.2072754E-1,-0E0,5.109375E1,1.6333017E2,-0E0,3.221875E1,-0E0,-0E0,5.392238E1,3.028125E1,-0E0,8.07068E1,-0E0,2.1514893E-2,-0E0,-0E0,7.6560974E-3,-1.43929E-1,-0E0,-0E0,9.975586E-1,-1.22394994E-1,-0E0,8.496094E-1,-0E0,-0E0,-1.450999E-1,-0E0,5.562303E0,-0E0,4.669651E0,1.6394043E-1,-0E0,-0E0,-1.4768268E-1,-0E0,9.892578E-1,7.858276E-3,-0E0,9.926758E-1,-0E0,6.37207E-2,-0E0,5.321875E1,-0E0,-0E0,1.7692088E2,1.5513255E2,-0E0,-0E0,9.472656E-1,6.4925026E1,-0E0,-0E0,2.0378697E2,-0E0,1.1657715E-2,4.7072582E1,-0E0,-0E0,1.3549805E-1,-1.8725857E-1,-0E0,-0E0,5.109375E1,1.86875E2,-0E0,-0E0,5.525E1,-0E0,8.691406E-1,-0E0,9.6435547E-1,7.0625E1,-0E0,-1.9785607E-1,-0E0,9.951172E-1,-0E0,1.51625E2,-0E0,9.355469E-1,-0E0,-0E0,2.4851261E-1,1.0218406E0,-0E0,1.6486052E-1,-0E0,1.4343262E-3,-0E0,-0E0,9.873047E-1,-0E0,1.6075E2,4.8140607E0,-0E0,3.25E1,-0E0,9.8828125E-1,-0E0,-0E0,5.48296E0,3.296875E1,-0E0,1.8276724E2,-0E0,-0E0,-1.8043356E-1,5.859375E1,-0E0,-0E0,1.275344E2,9.980469E-1,-0E0,1.335E2,-0E0,3.1010517E-1,-0E0],"split_indices":[10,3,2,18,3,10,9,14,0,9,0,18,0,6,6,7,0,9,11,0,2,16,0,0,10,5,14,11,0,0,16,0,13,10,0,0,9,16,0,6,14,0,19,0,7,0,7,15,0,13,0,0,1,0,15,7,1,0,19,0,19,0,15,16,0,0,13,0,2,0,19,0,17,0,3,0,6,16,0,0,0,0,18,11,0,0,16,0,0,19,0,0,8,0,13,4,0,0,4,0,17,0,14,0,10,4,0,8,0,0,7,8,0,5,0,18,0,0,18,0,0,0,16,0,0,19,0,0,0,0,0,0,3,15,0,0,0,0,18,16,0,17,0,13,0,10,0,0,6,6,0,0,13,4,0,0,6,0,19,4,0,0,15,0,0,0,10,9,0,0,9,0,12,0,12,9,0,0,0,16,0,11,0,13,0,0,0,3,0,0,0,17,0,0,18,0,9,1,0,11,0,19,0,0,3,11,0,4,0,0,0,9,0,0,5,16,0,9,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5080812E2,5.7130188E1,9.3677925E1,2.3168762E1,3.3961426E1,2.0291046E1,7.338688E1,1.9048954E1,4.119808E0,2.8047476E1,5.9139524E0,1.607457E1,4.216478E0,3.009781E1,4.328907E1,1.7035007E1,2.013945E0,1.4266309E1,1.3781166E1,8.120656E-1,5.1018867E0,9.512031E0,6.5625386E0,6.335262E0,2.376255E1,3.7242626E1,6.046444E0,1.5711314E1,1.3236936E0,7.3667994E0,6.89951E0,1.5057762E0,1.2275391E1,4.870141E0,2.3174573E-1,1.5890583E0,7.922972E0,2.029825E1,3.464299E0,1.4427867E1,2.2814758E1,1.5273122E0,4.5191317E0,5.250847E-1,1.518623E1,1.2579727E0,5.641537E0,1.0079969E1,2.195421E0,4.0350094E0,8.351316E-1,1.5798335E0,6.3431387E0,5.293923E0,1.5004328E1,1.0079367E1,4.3485003E0,2.1841514E0,2.0630608E1,8.967509E-1,3.6223807E0,4.328751E-1,1.4753355E1,5.2270036E0,4.145333E-1,4.8493296E-1,9.5950365E0,2.5458142E-1,3.780428E0,1.6308013E-1,6.1800585E0,9.8681474E-1,1.4017513E1,2.6653755E0,7.4139915E0,2.4731134E-1,4.101189E0,1.8623194E1,2.0074134E0,3.0966458E0,5.257349E-1,2.430446E-1,1.451031E1,4.521841E0,7.051625E-1,1.74979E0,7.8452463E0,1.8892592E-1,3.591502E0,5.978754E0,2.0130451E-1,1.2107499E0,1.2806764E1,2.1939313E0,5.22006E0,2.6665337E0,1.4346554E0,4.1812687E0,1.4441925E1,1.0486887E0,2.0479572E0,7.51218E-1,1.3759092E1,1.886919E-1,4.3331494E0,6.1148653E0,1.7303813E0,3.4033825E0,1.8811953E-1,1.6370797E-1,5.815046E0,1.2461404E1,3.4535936E-1,4.8954105E0,3.2464954E-1,2.2948895E0,3.716441E-1,3.380455E-1,1.410388E1,1.8430707E0,2.0488657E-1,5.323813E-1,1.322671E1,4.0540457E0,2.791037E-1,5.7319784E0,3.8288662E-1,1.6852535E-1,3.234857E0,2.607194E-1,5.5543265E0,3.3758435E-1,1.2123819E1,4.5875807E0,3.0782995E-1,3.073973E-1,1.9874922E0,8.828972E-1,1.3220983E1,1.2813109E1,4.1360113E-1,4.581275E0,1.1507035E0,5.292761E0,2.6156586E-1,1.1276501E1,8.473186E-1,2.1610743E-1,4.371473E0,1.257452E1,6.4646244E-1,2.1623245E-1,1.2596877E1,4.2049904E0,3.7628442E-1,1.887875E-1,5.1039734E0,2.772321E-1,1.0999269E1,3.8190053E0,5.5246794E-1,6.0700846E-1,1.1967511E1,1.2177464E1,4.194137E-1,1.6705832E-1,4.0379324E0,4.5909677E0,5.130057E-1,7.860036E-1,1.0213265E1,1.63851E-1,3.6551542E0,2.3336689E-1,1.1734144E1,3.83611E0,2.0182215E-1,4.3268213E0,2.6414615E-1,9.005994E0,1.2072716E0,3.341416E0,3.1373826E-1,1.1502169E1,2.3197593E-1,2.4605675E-1,3.5900533E0,8.741783E0,2.6421037E-1,3.133217E0,2.081988E-1,1.1012315E1,4.8985377E-1,5.460121E-1,8.195771E0,1.6504711E-1,1.0847268E1,7.6941886E0,5.015826E-1,1.0434596E1,4.1267204E-1,7.3876433E0,3.0654547E-1,4.2999175E-1,1.0004604E1,7.2036448E0,1.839985E-1,9.822548E0,1.8205653E-1,1.8529812E-1,7.018347E0,9.659453E0,1.6309398E-1,1.7576952E-1,9.483684E0,8.921398E0,5.622854E-1,8.7396755E0,1.8172331E-1,8.403903E0,3.3577207E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"221","size_leaf_vector":"0"}},{"base_weights":[-0E0,-2.776502E-2,5.715468E-3,-0E0,-6.199512E-2,3.3761732E-2,-0E0,-0E0,-2.7318727E-2,-0E0,-9.3327194E-2,-0E0,6.3844614E-2,-0E0,-2.8143937E-2,-1.4075211E-2,6.204374E-2,-0E0,-1.4674914E-1,-1.0619551E-1,-0E0,8.73673E-2,-0E0,3.718271E-2,-0E0,-6.922996E-2,-0E0,-4.116939E-2,-0E0,-0E0,9.604856E-2,-1.616569E-1,-0E0,-0E0,-1.1862253E-1,1.16840184E-1,-0E0,-0E0,7.340083E-2,-2.3205053E-2,-0E0,-0E0,-1.1575627E-1,-0E0,-6.2603846E-2,-0E0,1.247913E-1,-0E0,-1.393868E-1,-0E0,-1.3186345E-1,-0E0,1.38976E-1,-0E0,1.1039374E-1,-7.267946E-2,-0E0,-0E0,-1.4386088E-1,-0E0,-7.8689165E-2,-0E0,1.5380362E-1,-1.428124E-1,-0E0,-0E0,1.4638631E-1,1.3870695E-1,-0E0,-1.0770903E-1,-0E0,-1.7513621E-1,-0E0,-0E0,-9.686586E-2,-0E0,1.7177548E-1,-1.5057284E-1,-0E0,1.5283749E-1,-0E0,1.6578886E-1,-0E0,-0E0,-1.311162E-1,-1.9473551E-1,-0E0,-1.14218086E-1,-0E0,-0E0,1.8647867E-1,-1.5828389E-1,-0E0,-0E0,1.5748978E-1,2.0598145E-1,-0E0,-1.577541E-1,-0E0,-0E0,-1.628209E-1,-1.4203988E-1,-0E0,2.1167809E-1,-0E0,-1.6517924E-1,-0E0,1.621798E-1,-0E0,-0E0,2.3364766E-1,-0E0,-1.817668E-1,-1.5652673E-1,-0E0,2.239093E-1,-0E0,-0E0,-1.7453288E-1,1.721353E-1,-0E0,-0E0,2.5473562E-1,-0E0,-1.9934686E-1,-1.2700984E-1,-0E0,2.341167E-1,-0E0,-1.9496867E-1,-0E0,-0E0,1.760613E-1,2.7656955E-1,-0E0,-0E0,-2.1297482E-1,2.41584E-1,-0E0,-0E0,-2.006822E-1,-0E0,1.8001756E-1,-0E0,2.986346E-1,-2.2086617E-1,-0E0,2.507746E-1,-0E0,-2.1272993E-1,-0E0,1.8546918E-1,-0E0,-0E0,3.17293E-1,-0E0,-2.2993596E-1,2.5680736E-1,-0E0,-2.202348E-1,-0E0,1.5042983E-1,-0E0,-0E0,3.241152E-1,-0E0,-2.3641467E-1,2.6483938E-1,-0E0,-0E0,-2.2707315E-1,3.3165905E-1,-0E0,-2.5177652E-1,-0E0,2.7036366E-1,-0E0,-1.8229261E-1,-0E0,2.7096695E-1,-0E0,-2.6165256E-1,-0E0,2.8071526E-1,-0E0,-2.0876779E-1,-0E0,2.2296959E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":35,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,-1,21,23,25,27,29,-1,31,33,-1,35,-1,37,39,41,-1,43,-1,-1,45,47,-1,-1,49,51,-1,-1,53,55,-1,-1,57,-1,59,-1,61,-1,-1,-1,63,-1,65,-1,67,69,-1,-1,71,-1,73,-1,75,77,-1,-1,79,81,-1,83,-1,85,-1,-1,87,-1,89,91,-1,93,-1,95,-1,-1,97,99,-1,101,-1,-1,103,105,-1,-1,107,109,-1,111,-1,-1,-1,113,-1,115,-1,117,-1,119,-1,-1,121,-1,123,125,-1,127,-1,-1,129,131,-1,-1,133,-1,135,-1,-1,137,-1,139,-1,-1,141,143,-1,-1,145,147,-1,-1,149,-1,151,-1,153,155,-1,157,-1,159,-1,161,-1,-1,163,-1,165,167,-1,169,-1,-1,-1,-1,171,-1,173,175,-1,-1,177,179,-1,181,-1,183,-1,-1,-1,-1,-1,185,-1,187,-1,-1,-1,-1,-1],"loss_changes":[3.9847687E-2,3.4391038E-2,4.6693053E-2,4.436706E-3,5.4275647E-2,5.4305326E-2,2.0302994E-2,6.8907045E-2,6.03257E-2,0E0,2.7886257E-2,0E0,4.6071857E-2,1.6198711E-2,7.561345E-2,9.314037E-3,6.116066E-2,0E0,9.340383E-3,3.1709418E-2,0E0,6.0439438E-2,0E0,4.3728337E-2,9.272923E-3,9.9531956E-2,0E0,1.292563E-2,0E0,0E0,4.9580097E-2,1.0649912E-2,0E0,0E0,3.6868528E-2,6.483349E-2,0E0,0E0,6.552699E-2,4.1854713E-2,0E0,0E0,7.036418E-2,0E0,1.2210133E-2,0E0,7.290307E-2,0E0,0E0,0E0,3.364794E-2,0E0,2.5744796E-2,0E0,5.8433577E-2,5.2266166E-2,0E0,0E0,7.2906256E-2,0E0,1.5188888E-2,0E0,5.4080367E-2,2.3805529E-2,0E0,0E0,2.19796E-2,6.010653E-2,0E0,3.769376E-2,0E0,5.9262156E-2,0E0,0E0,1.7335221E-2,0E0,3.578633E-2,1.9106537E-2,0E0,1.5724689E-2,0E0,4.83495E-2,0E0,0E0,3.6836013E-2,2.9620737E-2,0E0,2.9914737E-2,0E0,0E0,4.3626577E-2,1.0771841E-2,0E0,0E0,1.4526904E-2,6.16242E-2,0E0,4.4205695E-2,0E0,0E0,0E0,9.2561245E-3,0E0,3.410214E-2,0E0,1.2064308E-2,0E0,2.0476967E-2,0E0,0E0,4.456833E-2,0E0,2.7541205E-2,4.215166E-3,0E0,2.4531752E-2,0E0,0E0,1.2034386E-2,1.13405585E-2,0E0,0E0,4.959449E-2,0E0,2.1010071E-2,0E0,0E0,1.8045783E-2,0E0,1.0409832E-2,0E0,0E0,1.0598838E-2,4.5432955E-2,0E0,0E0,1.2280196E-2,1.8701136E-2,0E0,0E0,2.0016074E-2,0E0,1.2077689E-2,0E0,4.6472937E-2,1.3871163E-2,0E0,1.1222631E-2,0E0,1.5717208E-2,0E0,1.2732238E-2,0E0,0E0,5.5734515E-3,0E0,6.6827536E-3,5.628377E-3,0E0,1.3148695E-2,0E0,0E0,0E0,0E0,7.3743463E-3,0E0,2.1750659E-2,5.2274168E-3,0E0,0E0,1.2407631E-2,2.0328224E-2,0E0,8.792073E-3,0E0,1.30290985E-2,0E0,0E0,0E0,0E0,0E0,2.327472E-3,0E0,3.4050345E-3,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,12,12,13,13,14,14,15,15,16,16,18,18,19,19,21,21,23,23,24,24,25,25,27,27,30,30,31,31,34,34,35,35,38,38,39,39,42,42,44,44,46,46,50,50,52,52,54,54,55,55,58,58,60,60,62,62,63,63,66,66,67,67,69,69,71,71,74,74,76,76,77,77,79,79,81,81,84,84,85,85,87,87,90,90,91,91,94,94,95,95,97,97,101,101,103,103,105,105,107,107,110,110,112,112,113,113,115,115,118,118,119,119,122,122,124,124,127,127,129,129,132,132,133,133,136,136,137,137,140,140,142,142,144,144,145,145,147,147,149,149,151,151,154,154,156,156,157,157,159,159,164,164,166,166,167,167,170,170,171,171,173,173,175,175,181,181,183,183],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,-1,22,24,26,28,30,-1,32,34,-1,36,-1,38,40,42,-1,44,-1,-1,46,48,-1,-1,50,52,-1,-1,54,56,-1,-1,58,-1,60,-1,62,-1,-1,-1,64,-1,66,-1,68,70,-1,-1,72,-1,74,-1,76,78,-1,-1,80,82,-1,84,-1,86,-1,-1,88,-1,90,92,-1,94,-1,96,-1,-1,98,100,-1,102,-1,-1,104,106,-1,-1,108,110,-1,112,-1,-1,-1,114,-1,116,-1,118,-1,120,-1,-1,122,-1,124,126,-1,128,-1,-1,130,132,-1,-1,134,-1,136,-1,-1,138,-1,140,-1,-1,142,144,-1,-1,146,148,-1,-1,150,-1,152,-1,154,156,-1,158,-1,160,-1,162,-1,-1,164,-1,166,168,-1,170,-1,-1,-1,-1,172,-1,174,176,-1,-1,178,180,-1,182,-1,184,-1,-1,-1,-1,-1,186,-1,188,-1,-1,-1,-1,-1],"split_conditions":[7.8271484E-1,4.803125E1,2.0057738E0,9.2089844E-1,3.9625E1,8.9990234E-1,3.8452148E-1,6.3194508E1,9.461393E1,-0E0,3.8055078E2,-0E0,8.442383E-1,8.833008E-1,4.2346306E0,9.477539E-1,1.7749023E-1,-0E0,5.2019324E0,3.5858154E-3,-0E0,9.296875E-1,-0E0,1.0218406E0,8.3E1,1.03149414E-1,-0E0,3.375E1,-0E0,-0E0,1.20788574E-1,4.3969585E1,-0E0,-0E0,5.9906006E-2,1.4541626E-2,-0E0,-0E0,1.9384766E-1,2.8058598E0,-0E0,-0E0,3.59375E1,-0E0,6.9465117E0,-0E0,1.339702E2,-0E0,-1.393868E-1,-0E0,1.43375E2,-0E0,5.1768404E-1,-0E0,2.1960469E2,1.054375E2,-0E0,-0E0,9.9853516E-1,-0E0,3.384375E1,-0E0,1.2854004E-1,2.0690811E2,-0E0,-0E0,8.2373047E-1,9.926758E-1,-0E0,2.9435123E1,-0E0,9.9365234E-1,-0E0,-0E0,7.758789E-1,-0E0,3.4625E1,9.9902344E-1,-0E0,1.7127991E-3,-0E0,9.2089844E-1,-0E0,-0E0,2.7954102E-1,3.1015625E1,-0E0,8.6279297E-1,-0E0,-0E0,1.279375E2,7.558594E-1,-0E0,-0E0,9.9609375E-1,1.2481689E-2,-0E0,1.826477E-2,-0E0,-0E0,-1.628209E-1,4.366553E0,-0E0,1.3543028E2,-0E0,6.0184324E-1,-0E0,5.0828595E0,-0E0,-0E0,4.878998E-3,-0E0,4.25E1,4.63125E1,-0E0,7.758789E-1,-0E0,-0E0,9.116211E-1,3.0421875E1,-0E0,-0E0,3.317871E-1,-0E0,6.124878E-2,-1.2700984E-1,-0E0,4.734375E1,-0E0,5.242106E-1,-0E0,-0E0,1.116044E2,3.53125E1,-0E0,-0E0,1.3154164E2,9.9902344E-1,-0E0,-0E0,1.0375E2,-0E0,1.4110995E2,-0E0,5.859375E-2,8.935547E-1,-0E0,1.67375E2,-0E0,9.980469E-1,-0E0,4.7769585E0,-0E0,-0E0,7.264352E-1,-0E0,8.071289E-1,5.036323E0,-0E0,1.550293E-1,-0E0,1.5042983E-1,-0E0,-0E0,9.057617E-1,-0E0,7.495117E-1,1.5153645E2,-0E0,-0E0,2.0825E2,4.5801816E0,-0E0,9.682617E-1,-0E0,9.213867E-1,-0E0,-1.8229261E-1,-0E0,2.7096695E-1,-0E0,9.0125E1,-0E0,1.32875E2,-0E0,-2.0876779E-1,-0E0,2.2296959E-1,-0E0],"split_indices":[14,8,0,18,10,15,19,7,7,0,6,0,18,15,0,19,14,0,2,18,0,16,0,3,10,13,0,9,0,0,16,4,0,0,14,17,0,0,15,2,0,0,11,0,7,0,6,0,0,0,8,0,0,0,6,11,0,0,15,0,11,0,15,4,0,0,18,17,0,7,0,17,0,0,14,0,11,17,0,19,0,16,0,0,19,8,0,18,0,0,10,14,0,0,19,18,0,17,0,0,0,1,0,5,0,3,0,2,0,0,19,0,9,8,0,14,0,0,19,8,0,0,19,0,13,0,0,8,0,1,0,0,6,10,0,0,5,15,0,0,8,0,4,0,13,15,0,11,0,18,0,2,0,0,2,0,14,2,0,15,0,0,0,0,16,0,12,4,0,0,11,2,0,18,0,12,0,0,0,0,0,11,0,11,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4739087E2,4.6911076E1,1.0047979E2,2.8953419E1,1.7957657E1,4.3357975E1,5.712182E1,2.3508583E1,5.4448347E0,4.081515E0,1.3876142E1,1.8270737E1,2.5087238E1,3.1989353E1,2.5132465E1,6.466513E0,1.704207E1,2.937569E0,2.5072658E0,1.3075893E1,8.002481E-1,1.9199724E1,5.8875136E0,1.1216511E1,2.077284E1,1.9512663E1,5.6198034E0,5.8095555E0,6.569579E-1,3.592693E0,1.3449377E1,2.335607E0,1.716587E-1,4.4197407E-1,1.263392E1,1.4941992E1,4.257733E0,5.935382E-1,1.06229725E1,1.6720726E1,4.052115E0,5.4264326E0,1.408623E1,2.8292632E-1,5.526629E0,2.5020554E0,1.0947322E1,1.816161E-1,2.153991E0,3.848786E-1,1.2249041E1,1.170624E0,1.3771367E1,8.286991E-1,9.794273E0,9.179041E0,7.541685E0,1.7425296E0,1.23437E1,2.4012455E-1,5.2865043E0,8.294886E-1,1.0117833E1,1.2018904E1,2.3013714E-1,2.0690782E-1,1.356446E1,9.057757E0,7.365159E-1,8.412312E0,7.6673E-1,1.0543009E1,1.8006912E0,3.4913233E-1,4.937372E0,2.7272862E-1,9.845105E0,1.1811713E1,2.0719056E-1,1.3343149E1,2.2131021E-1,8.37705E0,6.807072E-1,7.0546865E-1,7.7068424E0,9.994748E0,5.482608E-1,4.739557E0,1.9781536E-1,5.3793466E-1,9.30717E0,1.1403986E1,4.0772772E-1,1.7179942E-1,1.317135E1,6.39029E0,1.986761E0,6.649443E0,1.0573994E0,6.816031E-1,9.313146E0,4.3707404E0,3.6881617E-1,8.08479E0,1.2223796E0,1.0825673E1,5.78312E-1,1.2944375E1,2.2697479E-1,4.0632138E-1,5.9839683E0,4.2623246E-1,6.223211E0,3.888662E0,4.820784E-1,7.8527074E0,2.3208329E-1,7.8536195E-1,1.0040312E1,1.2125302E1,8.190729E-1,3.422711E-1,5.6416974E0,4.404804E-1,5.78273E0,3.7142808E0,1.7438135E-1,7.5878086E0,2.6489857E-1,8.263118E0,1.7771941E0,1.9093344E-1,1.1934369E1,5.3586283E0,2.8306893E-1,3.151184E-1,5.467612E0,7.4047513E0,1.830572E-1,2.3339842E-1,8.029719E0,2.1347675E-1,1.1720892E1,3.243252E-1,5.034303E0,5.300531E0,1.6708082E-1,7.133341E0,2.7141044E-1,7.5332384E0,4.9648082E-1,1.1364125E1,3.56767E-1,1.7013703E-1,4.8641663E0,1.862153E-1,5.114316E0,6.949087E0,1.8425402E-1,7.3191185E0,2.1411987E-1,1.0814688E1,5.4943776E-1,1.7038591E-1,4.69378E0,1.8392803E-1,4.930388E0,6.584353E0,3.6473376E-1,2.0885049E-1,7.1102676E0,4.5272346E0,1.6654551E-1,4.6310635E0,2.9932448E-1,6.3693194E0,2.150338E-1,6.9114323E0,1.9883555E-1,4.250595E0,2.7663934E-1,4.3794527E0,2.5161076E-1,6.0373783E0,3.3194104E-1,4.195681E0,1.8377127E-1,5.8459215E0,1.9145687E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"189","size_leaf_vector":"0"}},{"base_weights":[-0E0,7.8029493E-3,-2.1831421E-2,2.6350591E-2,-0E0,-0E0,-6.500984E-2,4.3291856E-2,-0E0,-5.6486875E-2,-0E0,-1.70296E-2,2.2759933E-2,-0E0,-1.13854215E-1,7.60931E-2,-0E0,-1.1870189E-1,-0E0,2.7211146E-2,-0E0,-0E0,-3.4978196E-2,6.0624644E-2,-0E0,-0E0,-1.5298025E-1,-0E0,9.010966E-2,-0E0,-1.5542787E-1,-0E0,6.6728555E-2,-0E0,-4.4610213E-2,-0E0,-5.6703765E-2,8.694318E-2,-0E0,-0E0,-1.741392E-1,-0E0,9.788709E-2,-1.7551121E-1,-0E0,-0E0,1.234369E-1,-7.240406E-2,-0E0,-7.360382E-2,-0E0,-0E0,1.1261179E-1,-0E0,-1.9073074E-1,-0E0,1.11603536E-1,-0E0,-2.0960741E-1,-0E0,1.5035239E-1,-9.7512536E-2,-0E0,-0E0,-9.756308E-2,-0E0,1.3910615E-1,-0E0,-2.0101501E-1,1.21143825E-1,-0E0,-2.2748448E-1,-0E0,1.7127882E-1,-0E0,-9.477102E-2,-0E0,-1.1816266E-1,-0E0,1.7532504E-1,-0E0,-1.6436394E-1,-0E0,1.283348E-1,-0E0,-0E0,-2.4727581E-1,1.9015266E-1,-0E0,-1.3017288E-1,-0E0,-0E0,1.959253E-1,-0E0,1.3400573E-1,-2.0096524E-1,-0E0,-0E0,2.0711322E-1,-0E0,-1.7458959E-1,-0E0,2.1069701E-1,-0E0,1.389902E-1,2.2224224E-1,-0E0,-0E0,-1.9940993E-1,-0E0,2.2346616E-1,1.4666085E-1,-0E0,-0E0,2.3265134E-1,-0E0,-2.097119E-1,2.3519513E-1,-0E0,1.5437852E-1,-0E0,2.4169248E-1,-0E0,-1.7312886E-1,-0E0,2.7844426E-1,-0E0,1.5655027E-1,-0E0,-0E0,2.6039687E-1,2.9828358E-1,-0E0,1.598129E-1,-0E0,2.0889401E-1,-0E0,3.1499684E-1,-0E0,-0E0,1.6277301E-1,-0E0,2.540702E-1,-0E0,1.2976632E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":36,"left_children":[1,3,5,7,9,11,13,15,-1,17,19,21,23,-1,25,27,-1,29,-1,31,33,-1,35,37,-1,-1,39,-1,41,-1,43,-1,45,-1,47,-1,49,51,-1,-1,53,-1,55,57,-1,-1,59,61,-1,63,-1,-1,65,-1,67,-1,69,-1,71,-1,73,75,-1,-1,77,-1,79,-1,81,83,-1,85,-1,87,-1,-1,-1,89,-1,91,-1,-1,-1,93,-1,-1,95,97,-1,99,-1,-1,101,-1,103,-1,-1,-1,105,-1,107,-1,109,-1,111,113,-1,-1,115,-1,117,119,-1,-1,121,-1,123,125,-1,127,-1,129,-1,-1,-1,131,-1,133,-1,-1,135,137,-1,139,-1,-1,-1,141,-1,-1,143,-1,-1,-1,-1],"loss_changes":[3.015404E-2,3.7775934E-2,5.180499E-2,5.0339784E-2,3.4916535E-2,1.3552533E-2,9.918579E-2,4.337562E-2,0E0,7.318466E-2,9.791616E-3,1.4560441E-2,4.515232E-2,0E0,7.0017725E-2,4.620175E-2,0E0,4.971405E-2,0E0,3.9481245E-2,8.4173E-3,0E0,2.2360178E-2,5.109728E-2,0E0,0E0,4.9809217E-2,0E0,3.1153575E-2,0E0,3.293933E-2,0E0,5.9698757E-2,0E0,1.1367549E-2,0E0,2.407401E-2,5.529262E-2,0E0,0E0,4.3368846E-2,0E0,3.3589154E-2,3.192994E-2,0E0,0E0,4.2553864E-2,1.3629846E-2,0E0,2.6604943E-2,0E0,0E0,5.3648174E-2,0E0,1.747036E-2,0E0,2.5144443E-2,0E0,3.0698642E-2,0E0,3.8860545E-2,1.4339291E-2,0E0,0E0,2.9539451E-2,0E0,6.524949E-2,0E0,1.77387E-2,2.0291626E-2,0E0,3.3845246E-2,0E0,3.750576E-2,0E0,0E0,0E0,1.5630595E-2,0E0,6.0202718E-2,0E0,0E0,0E0,1.787576E-2,0E0,0E0,1.3354301E-2,3.2727107E-2,0E0,1.3327211E-2,0E0,0E0,4.4090033E-2,0E0,1.8702298E-2,0E0,0E0,0E0,2.5600642E-2,0E0,3.3247948E-2,0E0,3.8811088E-2,0E0,2.7942032E-2,1.6489208E-2,0E0,0E0,9.612665E-3,0E0,2.921164E-2,2.0444334E-2,0E0,0E0,6.4641237E-3,0E0,6.713122E-3,3.7071913E-2,0E0,6.1535835E-3,0E0,2.5129974E-2,0E0,0E0,0E0,4.157433E-2,0E0,5.2454174E-3,0E0,0E0,5.116999E-3,3.7847817E-2,0E0,5.5885613E-3,0E0,0E0,0E0,5.245805E-3,0E0,0E0,8.532912E-3,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,10,10,11,11,12,12,14,14,15,15,17,17,19,19,20,20,22,22,23,23,26,26,28,28,30,30,32,32,34,34,36,36,37,37,40,40,42,42,43,43,46,46,47,47,49,49,52,52,54,54,56,56,58,58,60,60,61,61,64,64,66,66,68,68,69,69,71,71,73,73,77,77,79,79,83,83,86,86,87,87,89,89,92,92,94,94,98,98,100,100,102,102,104,104,105,105,108,108,110,110,111,111,114,114,116,116,117,117,119,119,121,121,125,125,127,127,130,130,131,131,133,133,137,137,140,140],"right_children":[2,4,6,8,10,12,14,16,-1,18,20,22,24,-1,26,28,-1,30,-1,32,34,-1,36,38,-1,-1,40,-1,42,-1,44,-1,46,-1,48,-1,50,52,-1,-1,54,-1,56,58,-1,-1,60,62,-1,64,-1,-1,66,-1,68,-1,70,-1,72,-1,74,76,-1,-1,78,-1,80,-1,82,84,-1,86,-1,88,-1,-1,-1,90,-1,92,-1,-1,-1,94,-1,-1,96,98,-1,100,-1,-1,102,-1,104,-1,-1,-1,106,-1,108,-1,110,-1,112,114,-1,-1,116,-1,118,120,-1,-1,122,-1,124,126,-1,128,-1,130,-1,-1,-1,132,-1,134,-1,-1,136,138,-1,140,-1,-1,-1,142,-1,-1,144,-1,-1,-1,-1],"split_conditions":[3.413086E-1,4.2236328E-1,2.6172779E0,1.9821982E2,1.4343488E0,1.0052267E2,9.457264E1,9.589844E-1,-0E0,9.213867E-1,3.052184E0,4.3273926E-2,1.6475E2,-0E0,5.341797E-1,3.34375E1,-0E0,1.051242E0,-0E0,5.390625E-1,7.573242E-1,-0E0,3.7994385E-2,9.814453E-1,-0E0,-0E0,3.289795E-2,-0E0,9.534567E0,-0E0,1.89125E2,-0E0,7.680664E-1,-0E0,9.970703E-1,-0E0,1.3704295E2,1.3860733E2,-0E0,-0E0,5.9906006E-2,-0E0,1.0879862E0,1.17216324E2,-0E0,-0E0,9.2259157E-1,1.279375E2,-0E0,3.45625E1,-0E0,-0E0,4.6539307E-2,-0E0,1.1114502E-1,-0E0,6.56875E1,-0E0,5.2019324E0,-0E0,1.621244E2,1.230625E2,-0E0,-0E0,9.838867E-1,-0E0,9.727374E1,-0E0,9.9658203E-1,9.975586E-1,-0E0,1.5844727E-1,-0E0,9.863281E-1,-0E0,-9.477102E-2,-0E0,9.975586E-1,-0E0,1.4511108E-2,-0E0,-1.6436394E-1,-0E0,7.6887417E-1,-0E0,-0E0,1.3919946E0,1.4511108E-2,-0E0,1.643488E0,-0E0,-0E0,5.9547573E-1,-0E0,5.794245E-1,-2.0096524E-1,-0E0,-0E0,9.9609375E-1,-0E0,8.796692E-3,-0E0,3.115625E1,-0E0,1.6456529E2,3.178125E1,-0E0,-0E0,3.25E1,-0E0,1.97125E2,1.0425934E2,-0E0,-0E0,4.961189E0,-0E0,7.11875E1,9.6435547E-1,-0E0,4.099121E-1,-0E0,9.971619E-3,-0E0,-1.7312886E-1,-0E0,9.794922E-1,-0E0,3.0126953E-1,-0E0,-0E0,9.682617E-1,5.2653766E0,-0E0,5.180664E-1,-0E0,2.0889401E-1,-0E0,6.626806E-1,-0E0,-0E0,1.8911917E1,-0E0,2.540702E-1,-0E0,1.2976632E-1],"split_indices":[13,12,0,6,3,4,4,15,0,14,3,16,9,0,13,10,0,2,0,12,12,0,19,13,0,0,16,0,7,0,10,0,15,0,15,0,5,6,0,0,14,0,2,7,0,0,2,10,0,8,0,0,17,0,15,0,8,0,2,0,4,11,0,0,17,0,5,0,17,17,0,15,0,16,0,0,0,14,0,16,0,0,0,1,0,0,3,16,0,3,0,0,2,0,3,0,0,0,17,0,17,0,8,0,4,10,0,0,11,0,11,5,0,0,1,0,8,14,0,12,0,19,0,0,0,18,0,13,0,0,12,2,0,15,0,0,0,1,0,0,7,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4474213E2,9.405352E1,5.068861E1,6.2195602E1,3.1857922E1,3.3158085E1,1.7530527E1,4.9587215E1,1.2608385E1,1.0442991E1,2.141493E1,1.7665432E1,1.549265E1,4.500421E0,1.3030107E1,2.3203714E1,2.6383501E1,7.172117E0,3.2708738E0,1.2723936E1,8.690994E0,1.9586776E0,1.5706756E1,1.4039236E1,1.4534141E0,3.0440166E0,9.98609E0,1.1106496E0,2.2093065E1,1.1394407E0,6.0326767E0,2.1580977E0,1.0565839E1,4.9613466E0,3.7296479E0,3.085583E0,1.2621173E1,1.3328868E1,7.103684E-1,7.5088805E-1,9.235202E0,1.9625242E-1,2.1896812E1,5.692489E0,3.401876E-1,3.9139063E0,6.6519322E0,3.2740433E0,4.556045E-1,1.173119E1,8.899831E-1,1.2256494E0,1.2103218E1,4.278841E-1,8.807318E0,2.4702094E0,1.9426603E1,1.1240202E0,4.568469E0,4.4899678E-1,6.202935E0,3.0141199E0,2.5992352E-1,2.4746993E0,9.25649E0,1.571224E0,1.0531995E1,4.9563518E-1,8.311683E0,1.8125E1,1.3016046E0,4.3963695E0,1.7209949E-1,5.989747E0,2.1318822E-1,2.7348018E0,2.793181E-1,8.266903E0,9.8958766E-1,8.567488E0,1.9645069E0,7.9179616E0,3.9372134E-1,1.7328299E1,7.9670095E-1,1.9889838E-1,4.197471E0,5.8026605E0,1.870868E-1,7.646232E0,6.2067056E-1,2.3820998E-1,8.329278E0,4.815614E-1,1.6846737E1,4.0280514E0,1.6941975E-1,2.2704509E-1,5.5756154E0,3.180439E0,4.465793E0,2.0145255E-1,8.127825E0,2.537539E-1,1.6592983E1,5.2949014E0,2.8071377E-1,3.2311672E-1,4.1426764E0,1.8063891E-1,7.9471865E0,1.6150806E1,4.4217673E-1,2.023003E-1,5.0926013E0,2.2635949E-1,3.916317E0,7.6537657E0,2.9342046E-1,1.5385439E1,7.6536745E-1,4.792673E0,2.9992804E-1,3.578625E0,3.3769202E-1,5.7956805E0,1.8580854E0,1.5198836E1,1.8660247E-1,3.6242738E-1,4.430246E0,5.453328E0,3.4235245E-1,1.4769767E1,4.2906952E-1,4.232323E0,1.9792266E-1,5.2197804E0,2.3354763E-1,3.394007E-1,1.44303665E1,3.2132635E-1,4.898454E0,3.2983E-1,1.4100536E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"145","size_leaf_vector":"0"}},{"base_weights":[-2.2731894E-3,-1.4984273E-2,1.5243984E-4,-0E0,-3.8651314E-2,-0E0,2.8210305E-2,3.092711E-2,-0E0,-0E0,-5.4357965E-2,-0E0,-5.6669068E-2,-0E0,6.885163E-2,7.098744E-2,-0E0,-0E0,-3.128062E-2,-0E0,-9.8622955E-2,-8.6198516E-2,-0E0,-0E0,8.9546435E-2,-0E0,9.008287E-2,-5.7346515E-2,-0E0,-1.3211879E-2,3.3265678E-3,-0E0,-1.2506236E-1,-0E0,-1.0543434E-1,1.0703047E-1,-0E0,-0E0,1.0966983E-1,-9.337922E-2,-0E0,-0E0,-3.3866305E-2,-0E0,5.932001E-2,-0E0,-1.4466615E-1,-0E0,-1.2049285E-1,1.2120366E-1,-0E0,1.3120314E-1,-0E0,-0E0,-1.3027339E-1,-0E0,-6.7836404E-2,1.1992566E-1,-0E0,-0E0,-1.6394186E-1,-1.4328636E-1,-0E0,-0E0,1.510587E-1,-0E0,1.4937797E-1,-1.8007164E-1,-0E0,-9.16863E-2,-0E0,-0E0,1.627149E-1,-1.9938064E-1,-0E0,-1.6746578E-1,-0E0,1.6944452E-1,-0E0,1.7099018E-1,-0E0,-0E0,-2.1112375E-1,-0E0,-1.13866486E-1,-0E0,1.9180636E-1,-0E0,-2.1352874E-1,-0E0,-1.8632343E-1,1.9490558E-1,-0E0,1.9929157E-1,-0E0,-0E0,-2.3865147E-1,-1.2456673E-1,-0E0,2.2634521E-1,-0E0,-0E0,-2.2768052E-1,-0E0,-2.2009426E-1,-0E0,2.0870654E-1,-0E0,2.192184E-1,-0E0,-2.6567927E-1,-0E0,-1.3692513E-1,-0E0,2.545969E-1,-2.3828112E-1,-0E0,-0E0,-1.905488E-1,-0E0,2.3147964E-1,-0E0,2.3196201E-1,-2.878005E-1,-0E0,-0E0,-1.5233712E-1,2.0525032E-1,-0E0,-0E0,-2.4845386E-1,2.5702322E-1,-0E0,2.46219E-1,-0E0,-3.0573192E-1,-0E0,-1.6717835E-1,-0E0,-2.602826E-1,-0E0,-0E0,2.9189986E-1,-0E0,2.621172E-1,-0E0,-2.4903242E-1,-0E0,-1.8788488E-1,-0E0,-2.7557105E-1,2.3217846E-1,-0E0,2.7369493E-1,-0E0,-0E0,-1.9967729E-1,-2.8520992E-1,-0E0,2.8867605E-1,-0E0,-2.196783E-1,-0E0,-0E0,-2.923829E-1,-0E0,3.0600196E-1,-1.7536016E-1,-0E0,-0E0,-3.013881E-1,3.1751463E-1,-0E0,-2.4041045E-1,-0E0,3.2799518E-1,-0E0,-0E0,3.408393E-1,3.5555014E-1,-0E0,-0E0,3.6138994E-1,2.8757477E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":37,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,-1,21,-1,23,25,-1,-1,27,29,31,33,-1,-1,35,-1,37,39,-1,41,43,-1,45,-1,47,49,-1,-1,51,53,-1,-1,55,-1,57,-1,59,-1,61,63,-1,65,-1,-1,67,-1,69,71,-1,-1,73,75,-1,-1,77,-1,79,81,-1,83,-1,-1,85,87,-1,89,-1,91,-1,93,-1,-1,95,-1,97,-1,99,-1,101,-1,103,105,-1,107,-1,-1,109,111,-1,113,-1,-1,115,-1,117,-1,119,-1,121,-1,123,-1,125,-1,127,129,-1,-1,-1,-1,131,-1,133,135,-1,-1,137,-1,-1,-1,139,141,-1,143,-1,145,-1,147,-1,149,-1,-1,151,-1,153,-1,-1,-1,155,-1,157,-1,-1,159,-1,-1,161,163,-1,165,-1,167,-1,-1,169,-1,171,-1,-1,-1,173,175,-1,-1,-1,177,-1,-1,179,181,-1,-1,183,-1,-1],"loss_changes":[1.9242935E-2,5.9319474E-2,2.763413E-2,2.0724982E-2,5.6612305E-2,2.5679288E-2,5.9106603E-2,5.828114E-2,1.3227344E-2,0E0,9.361917E-2,0E0,2.7141204E-2,0E0,5.3817928E-2,4.0057853E-2,0E0,0E0,2.645047E-2,2.7381263E-3,7.536134E-2,1.941279E-2,0E0,0E0,4.7629178E-2,0E0,4.3999076E-2,4.36066E-2,0E0,1.2806712E-2,2.4931144E-2,0E0,6.643504E-2,0E0,1.9309603E-2,4.7603056E-2,0E0,0E0,5.0663486E-2,5.9144758E-2,0E0,0E0,3.3669267E-2,0E0,5.746442E-2,0E0,6.260556E-2,0E0,2.6809864E-2,4.8780054E-2,0E0,4.9501583E-2,0E0,0E0,7.9050496E-2,0E0,2.8495677E-2,5.9053093E-2,0E0,0E0,5.7636738E-2,3.385731E-2,0E0,0E0,5.190286E-2,0E0,4.988441E-2,4.7638968E-2,0E0,2.8776884E-2,0E0,0E0,3.811863E-2,6.2330514E-2,0E0,2.1006837E-2,0E0,6.25861E-2,0E0,6.62182E-2,0E0,0E0,5.6821108E-2,0E0,1.7710127E-2,0E0,5.1691756E-2,0E0,5.7612717E-2,0E0,4.8464686E-3,5.0885946E-2,0E0,6.892684E-2,0E0,0E0,5.2765846E-2,1.8640943E-2,0E0,4.5595065E-2,0E0,0E0,4.575658E-2,0E0,2.2942498E-2,0E0,5.1410615E-2,0E0,4.1763276E-2,0E0,5.0645053E-2,0E0,2.5300428E-2,0E0,6.7821145E-3,2.6232302E-2,0E0,0E0,0E0,0E0,3.9248466E-2,0E0,4.135421E-2,2.6708663E-2,0E0,0E0,1.8201932E-2,0E0,0E0,0E0,3.3850312E-2,3.2984436E-2,0E0,5.5121183E-2,0E0,1.9107044E-2,0E0,3.3171117E-2,0E0,3.0708432E-2,0E0,0E0,7.1142316E-3,0E0,3.0726433E-2,0E0,0E0,0E0,2.120535E-2,0E0,3.369707E-2,0E0,0E0,3.61591E-2,0E0,0E0,1.7129064E-2,1.8263936E-2,0E0,3.6166668E-2,0E0,3.7890077E-3,0E0,0E0,2.977407E-2,0E0,3.0826092E-2,0E0,0E0,0E0,4.1257143E-3,2.5136888E-2,0E0,0E0,0E0,2.7650654E-2,0E0,0E0,2.4069548E-2,4.748702E-3,0E0,0E0,4.5225024E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,12,12,14,14,15,15,18,18,19,19,20,20,21,21,24,24,26,26,27,27,29,29,30,30,32,32,34,34,35,35,38,38,39,39,42,42,44,44,46,46,48,48,49,49,51,51,54,54,56,56,57,57,60,60,61,61,64,64,66,66,67,67,69,69,72,72,73,73,75,75,77,77,79,79,82,82,84,84,86,86,88,88,90,90,91,91,93,93,96,96,97,97,99,99,102,102,104,104,106,106,108,108,110,110,112,112,114,114,115,115,120,120,122,122,123,123,126,126,130,130,131,131,133,133,135,135,137,137,139,139,142,142,144,144,148,148,150,150,153,153,156,156,157,157,159,159,161,161,164,164,166,166,170,170,171,171,175,175,178,178,179,179,182,182],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,-1,22,-1,24,26,-1,-1,28,30,32,34,-1,-1,36,-1,38,40,-1,42,44,-1,46,-1,48,50,-1,-1,52,54,-1,-1,56,-1,58,-1,60,-1,62,64,-1,66,-1,-1,68,-1,70,72,-1,-1,74,76,-1,-1,78,-1,80,82,-1,84,-1,-1,86,88,-1,90,-1,92,-1,94,-1,-1,96,-1,98,-1,100,-1,102,-1,104,106,-1,108,-1,-1,110,112,-1,114,-1,-1,116,-1,118,-1,120,-1,122,-1,124,-1,126,-1,128,130,-1,-1,-1,-1,132,-1,134,136,-1,-1,138,-1,-1,-1,140,142,-1,144,-1,146,-1,148,-1,150,-1,-1,152,-1,154,-1,-1,-1,156,-1,158,-1,-1,160,-1,-1,162,164,-1,166,-1,168,-1,-1,170,-1,172,-1,-1,-1,174,176,-1,-1,-1,178,-1,-1,180,182,-1,-1,184,-1,-1],"split_conditions":[7.1625E1,7.8589935E1,1.00609436E2,3.0618317E0,3.6875E1,2.6560695E0,8.232422E-1,6.56875E1,7.879639E-2,-0E0,1.8394264E0,-0E0,1.275344E2,-0E0,1.2773585E2,1.1299024E0,-0E0,-0E0,1.3482295E2,9.0185547E-1,5.13125E1,7.010933E1,-0E0,-0E0,1.6863078E2,-0E0,6.542969E-2,1.9050462E2,-0E0,4.440625E1,1.4048293E2,-0E0,6.3727512E1,-0E0,3.375E1,9.824219E-1,-0E0,-0E0,8.19375E1,4.028125E1,-0E0,-0E0,3.8125E1,-0E0,9.0234375E-1,-0E0,3.3625E1,-0E0,4.2346306E0,8.0672165E1,-0E0,2.8839111E-2,-0E0,-0E0,8.6279297E-1,-0E0,9.980469E-1,4.7072582E1,-0E0,-0E0,6.14375E1,1E2,-0E0,-0E0,1.755E2,-0E0,8.466797E-1,2.6954796E1,-0E0,5.7800293E-2,-0E0,-0E0,4.534912E-2,2.9277802E-3,-0E0,5.180664E-1,-0E0,7.1875E1,-0E0,6.51875E1,-0E0,-0E0,2.4938965E-1,-0E0,1.8236187E0,-0E0,2.0852206E2,-0E0,7.6560974E-3,-0E0,2.0812988E-1,3.525E1,-0E0,3.228125E1,-0E0,-0E0,9.223938E-3,6.0184324E-1,-0E0,7.6560974E-3,-0E0,-0E0,5.7994533E0,-0E0,8.2843666E1,-0E0,8.5998535E-2,-0E0,1.3776189E0,-0E0,5.521875E1,-0E0,8.709482E-1,-0E0,9.951172E-1,6.7803276E-1,-0E0,-0E0,-1.905488E-1,-0E0,9.970703E-1,-0E0,9.921875E-1,8.691406E-1,-0E0,-0E0,9.145508E-1,2.0525032E-1,-0E0,-0E0,1.19322784E2,1.0218406E0,-0E0,3.646875E1,-0E0,3.25E1,-0E0,9.131279E-1,-0E0,2.4487305E-1,-0E0,-0E0,9.9902344E-1,-0E0,2.9898603E0,-0E0,-2.4903242E-1,-0E0,7.6026917E-3,-0E0,5.5904746E0,2.3217846E-1,-0E0,1.3910196E2,-0E0,-0E0,9.975586E-1,5.859375E-2,-0E0,1.3468312E0,-0E0,9.9316406E-1,-0E0,-0E0,3.85251E1,-0E0,1.08580864E2,-1.7536016E-1,-0E0,-0E0,9.0966797E-1,1.9595676E2,-0E0,-2.4041045E-1,-0E0,1.0719299E-2,-0E0,-0E0,4.349778E0,1.4541626E-2,-0E0,-0E0,1.3362717E2,2.8757477E-1,-0E0],"split_indices":[11,7,7,2,10,1,14,9,12,0,3,0,5,0,6,2,0,0,4,17,9,4,0,0,4,0,13,6,0,10,6,0,5,0,9,13,0,0,10,9,0,0,11,0,18,0,11,0,0,4,0,16,0,0,19,0,15,4,0,0,8,10,0,0,9,0,13,7,0,16,0,0,16,17,0,15,0,8,0,11,0,0,15,0,3,0,6,0,19,0,17,9,0,10,0,0,18,3,0,18,0,0,2,0,4,0,12,0,3,0,8,0,0,0,16,2,0,0,0,0,14,0,18,13,0,0,13,0,0,0,5,3,0,9,0,11,0,1,0,15,0,0,15,0,2,0,0,0,17,0,3,0,0,4,0,0,14,13,0,1,0,18,0,0,4,0,5,0,0,0,13,6,0,0,0,19,0,0,3,17,0,0,4,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4253014E2,8.848988E1,5.4040253E1,3.5908047E1,5.2581837E1,1.9814623E1,3.422563E1,2.1167835E1,1.4740211E1,7.0844555E0,4.5497383E1,1.231829E1,7.4963326E0,1.6427744E1,1.7797888E1,1.5178252E1,5.9895825E0,1.721915E0,1.3018295E1,2.239876E1,2.3098623E1,6.608907E0,8.874257E-1,7.685734E-1,1.7029314E1,1.0060279E0,1.4172224E1,1.1565177E1,1.4531184E0,1.4664411E1,7.73435E0,4.104923E0,1.89937E1,6.110049E-1,5.9979024E0,1.5927805E1,1.1015096E0,1.1146715E0,1.3057553E1,9.051316E0,2.5138602E0,1.6903862E0,1.2974024E1,1.1234564E0,6.610894E0,1.7508279E0,1.7242872E1,1.9265635E-1,5.805246E0,1.5550843E1,3.7696236E-1,1.1915664E1,1.1418892E0,1.1588897E0,7.892427E0,2.7992413E0,1.0174783E1,5.2353454E0,1.3755485E0,1.597666E0,1.56452055E1,5.2645926E0,5.4065347E-1,3.5798519E0,1.1970991E1,6.190007E-1,1.1296663E1,6.330355E0,1.5620719E0,8.733305E0,1.4414772E0,3.8940758E-1,4.845938E0,1.186573E1,3.7794755E0,4.927393E0,3.371996E-1,1.1219196E1,7.5179464E-1,1.0209228E1,1.087436E0,7.9268193E-1,5.537673E0,1.0273036E0,7.7060018E0,4.6254644E-1,4.3833914E0,2.1731974E-1,1.1648411E1,4.3791273E-1,4.48948E0,1.0004876E1,1.2143207E0,9.050809E0,1.1584178E0,3.148663E-1,5.222807E0,7.4981117E0,2.0788993E-1,4.015722E0,3.6766955E-1,3.5187754E-1,1.1296533E1,1.3136353E0,3.175845E0,1.7513654E-1,9.82974E0,2.2313032E-1,8.827679E0,3.576013E-1,4.8652053E0,3.843468E-1,7.1137652E0,2.431667E-1,3.7725554E0,1.1076164E1,2.2036865E-1,3.0774125E-1,2.8681035E0,9.730522E-1,8.856687E0,2.2056417E-1,8.607115E0,4.6835713E0,1.816342E-1,3.7241843E-1,6.741347E0,3.597535E0,1.7502053E-1,5.0358915E-1,1.0572575E1,7.6834483E0,1.1732386E0,8.265124E0,3.4199077E-1,4.3791003E0,3.044709E-1,6.163982E0,5.7736456E-1,1.0088698E1,4.8387676E-1,1.4516013E0,6.2318473E0,2.2873458E-1,8.036389E0,2.1762882E-1,4.1614714E0,4.4824338E-1,5.715739E0,7.3793244E-1,9.350766E0,6.0539145E0,1.7793271E-1,7.7396426E0,2.9674655E-1,1.8064252E-1,5.535096E0,9.110439E0,2.4032687E-1,7.340531E0,3.9911175E-1,4.841115E0,6.93981E-1,2.5211352E-1,8.858325E0,4.764881E-1,6.8640428E0,4.6745343E0,1.6658075E-1,2.231003E-1,8.635225E0,6.645471E0,2.1857196E-1,8.27825E0,3.5697538E-1,6.429778E0,2.1569273E-1,2.7442285E-1,6.1553555E0,5.8064184E0,3.4893698E-1,1.658073E-1,5.640611E0,5.433262E0,2.0734912E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"185","size_leaf_vector":"0"}},{"base_weights":[-0E0,-2.0900123E-2,5.3525926E-3,-0E0,-6.1474584E-2,-6.4563886E-3,2.518163E-2,2.2050986E-2,-0E0,-1.02863744E-1,-0E0,-0E0,-2.673859E-2,4.280251E-2,-0E0,-0E0,8.2039185E-2,-0E0,-1.3344604E-1,-0E0,-5.4105263E-2,-0E0,6.3287646E-2,-0E0,1.2656538E-1,-1.4693294E-1,-0E0,-0E0,-6.7824684E-2,-0E0,8.164251E-2,1.5411471E-1,-0E0,-0E0,-2.0755681E-1,-0E0,-8.03282E-2,-0E0,1.1499865E-1,-0E0,1.6894107E-1,-0E0,-2.1349959E-1,-9.187182E-2,-0E0,-0E0,1.4753148E-1,1.8072636E-1,-0E0,-0E0,-1.7105787E-1,-0E0,-1.028951E-1,1.67358E-1,-0E0,-0E0,1.9189213E-1,-0E0,-1.1070457E-1,1.8023542E-1,-0E0,2.0039712E-1,-0E0,-1.2333565E-1,-0E0,-0E0,1.9386561E-1,2.1253124E-1,-0E0,-0E0,-1.3936354E-1,-0E0,2.2665933E-1,2.2155672E-1,-0E0,-0E0,-1.5148404E-1,2.349199E-1,-0E0,2.3023109E-1,-0E0,-1.5718053E-1,-0E0,-0E0,2.7309382E-1,1.8986621E-1,-0E0,-0E0,-1.2662908E-1,-0E0,2.849692E-1,2.914248E-1,-0E0,2.99982E-1,-0E0,2.3874372E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":38,"left_children":[1,3,5,7,9,11,13,15,-1,17,-1,-1,19,21,-1,-1,23,-1,25,-1,27,-1,29,-1,31,33,-1,-1,35,-1,37,39,-1,-1,41,-1,43,-1,45,-1,47,-1,49,51,-1,-1,53,55,-1,-1,-1,-1,57,59,-1,-1,61,-1,63,65,-1,67,-1,69,-1,-1,71,73,-1,-1,75,-1,77,79,-1,-1,81,83,-1,85,-1,87,-1,-1,89,-1,-1,-1,-1,-1,91,93,-1,95,-1,-1,-1],"loss_changes":[2.5651028E-2,8.990998E-2,3.9311845E-2,7.898322E-3,6.1364315E-2,1.0716727E-2,3.8515843E-2,5.937192E-2,0E0,8.122705E-2,0E0,0E0,3.108627E-2,5.0698116E-2,0E0,0E0,3.322903E-2,0E0,1.4607787E-2,0E0,1.931782E-2,0E0,5.5171177E-2,0E0,4.2348355E-2,1.8431693E-2,0E0,0E0,2.1610055E-2,0E0,9.4084725E-2,1.8746406E-2,0E0,0E0,7.6180995E-3,0E0,1.865536E-2,0E0,8.1308484E-2,0E0,1.6487673E-2,0E0,7.927209E-3,2.3384571E-2,0E0,0E0,8.584145E-2,1.4931977E-2,0E0,0E0,0E0,0E0,1.0800853E-2,4.7425658E-2,0E0,0E0,8.557141E-3,0E0,7.816702E-3,5.2108586E-2,0E0,1.1574134E-2,0E0,2.0343453E-2,0E0,0E0,3.697586E-2,3.433451E-3,0E0,0E0,1.151E-2,0E0,2.564621E-2,6.6236407E-3,0E0,0E0,3.5718828E-3,2.4575353E-2,0E0,3.8649589E-3,0E0,6.409988E-3,0E0,0E0,3.604567E-2,0E0,0E0,0E0,0E0,0E0,1.670301E-2,2.500981E-2,0E0,1.308316E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,12,12,13,13,16,16,18,18,20,20,22,22,24,24,25,25,28,28,30,30,31,31,34,34,36,36,38,38,40,40,42,42,43,43,46,46,47,47,52,52,53,53,56,56,58,58,59,59,61,61,63,63,66,66,67,67,70,70,72,72,73,73,76,76,77,77,79,79,81,81,84,84,90,90,91,91,93,93],"right_children":[2,4,6,8,10,12,14,16,-1,18,-1,-1,20,22,-1,-1,24,-1,26,-1,28,-1,30,-1,32,34,-1,-1,36,-1,38,40,-1,-1,42,-1,44,-1,46,-1,48,-1,50,52,-1,-1,54,56,-1,-1,-1,-1,58,60,-1,-1,62,-1,64,66,-1,68,-1,70,-1,-1,72,74,-1,-1,76,-1,78,80,-1,-1,82,84,-1,86,-1,88,-1,-1,90,-1,-1,-1,-1,-1,92,94,-1,96,-1,-1,-1],"split_conditions":[8.935547E-1,2.1923828E-1,6.7822266E-1,8.671875E-1,1.1278405E2,1.517334E-1,6.591797E-1,1.5893555E-1,-0E0,3.19375E1,-0E0,-0E0,8.031195E-1,5.5145264E-2,-0E0,-0E0,1.8721352E0,-0E0,4.466443E0,-0E0,5.9906006E-2,-0E0,3.265625E1,-0E0,2.2524222E2,1.9045055E0,-0E0,-0E0,8.9990234E-1,-0E0,8.769531E-1,3.546875E1,-0E0,-0E0,6.883095E1,-0E0,1.4343579E2,-0E0,1.5775733E0,-0E0,8.8671875E-1,-0E0,5.670253E-1,5.670253E-1,-0E0,-0E0,1.193125E2,4.9883556E1,-0E0,-0E0,-1.7105787E-1,-0E0,3.4875E1,5.0629873E0,-0E0,-0E0,9.692383E-1,-0E0,4.106902E0,3.189087E-2,-0E0,1.5067117E2,-0E0,6.921387E-2,-0E0,-0E0,5.0581165E1,4.732746E0,-0E0,-0E0,9.95501E-1,-0E0,1.6590096E2,1.0821035E2,-0E0,-0E0,2.1237613E2,1.5313096E0,-0E0,4.521225E0,-0E0,5.8250427E-3,-0E0,-0E0,1.6736515E0,1.8986621E-1,-0E0,-0E0,-1.2662908E-1,-0E0,9.9853516E-1,6.323242E-1,-0E0,2.996276E2,-0E0,2.3874372E-1,-0E0],"split_indices":[15,19,14,17,7,13,18,17,0,8,0,0,0,19,0,0,2,0,1,0,14,0,8,0,6,1,0,0,15,0,14,10,0,0,5,0,5,0,3,0,15,0,2,2,0,0,11,4,0,0,0,0,11,3,0,0,13,0,1,16,0,4,0,12,0,0,7,0,0,0,3,0,4,5,0,0,6,0,0,2,0,17,0,0,3,0,0,0,0,0,16,18,0,6,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3954866E2,5.2479267E1,8.706939E1,2.3064367E1,2.9414902E1,2.3174288E1,6.38951E1,1.5743471E1,7.3208957E0,1.5984007E1,1.3430894E1,7.304538E0,1.5869751E1,4.2811863E1,2.1083237E1,6.248528E0,9.494943E0,2.1283412E0,1.3855666E1,1.7526304E0,1.411712E1,1.0843142E1,3.1968721E1,3.721108E0,5.7738347E0,1.2017838E1,1.837828E0,1.116E0,1.3001121E1,4.6810045E0,2.7287718E1,5.514296E0,2.5953853E-1,5.8167214E0,6.201116E0,5.2689475E-1,1.2474225E1,6.6678467E0,2.0619871E1,3.524914E-1,5.1618047E0,2.0073031E-1,6.0003858E0,1.1628895E1,8.4533054E-1,4.5518346E0,1.6068037E1,4.952256E0,2.0954861E-1,1.7477271E-1,5.825613E0,2.5084853E-1,1.1378046E1,1.543982E1,6.282157E-1,2.105369E-1,4.7417192E0,7.354173E-1,1.0642629E1,1.4703393E1,7.364274E-1,4.5193186E0,2.2240077E-1,8.991075E0,1.6515542E0,6.762079E-1,1.4027185E1,4.2187777E0,3.005409E-1,1.0101247E0,7.9809504E0,3.179838E0,1.0847347E1,3.9120991E0,3.0667847E-1,8.0127656E-1,7.1796737E0,1.0528068E1,3.1927958E-1,3.710854E0,2.012449E-1,6.7776895E0,4.0198413E-1,2.5380802E0,7.9899874E0,3.3321972E0,3.7865707E-1,2.1245573E-1,6.5652337E0,2.4898258E-1,7.741005E0,7.576614E0,1.6439068E-1,7.4003224E0,1.7629172E-1,7.2282295E0,1.720929E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"97","size_leaf_vector":"0"}},{"base_weights":[-8.3141355E-4,-0E0,-4.9568046E-2,4.706781E-3,-1.39104E-2,-8.1203155E-2,-0E0,2.3189953E-2,-0E0,-0E0,-7.8653544E-2,-9.713927E-2,-0E0,5.859136E-2,-0E0,-2.1355778E-2,3.8807893E-3,-0E0,-1.02750205E-1,-0E0,-1.1204088E-1,-0E0,8.958467E-2,-4.415636E-2,-0E0,-0E0,2.453234E-2,-1.2061732E-1,-0E0,-0E0,-1.274249E-1,-0E0,1.1445307E-1,-6.487065E-2,-0E0,-0E0,4.7509477E-2,-0E0,-1.384281E-1,-1.0892039E-1,-0E0,1.4130612E-1,-0E0,-0E0,-9.539191E-2,7.800285E-2,-0E0,-1.5155332E-1,-0E0,-0E0,1.8533185E-1,-0E0,-1.3462535E-1,-0E0,1.0148791E-1,-1.268663E-1,-0E0,2.1339096E-1,-0E0,-1.5216401E-1,-0E0,-0E0,1.17725976E-1,-0E0,2.3125724E-1,-1.6653495E-1,-0E0,1.3208018E-1,-0E0,-0E0,2.4654719E-1,-1.8563703E-1,-0E0,1.4655894E-1,-0E0,-0E0,2.585085E-1,-0E0,-2.0881814E-1,1.5696599E-1,-0E0,-0E0,2.6525515E-1,-2.2306938E-1,-0E0,1.7208524E-1,-0E0,-0E0,2.7220243E-1,-0E0,-2.357332E-1,1.9597141E-1,-0E0,2.8632382E-1,-0E0,-0E0,-2.4500015E-1,-0E0,2.0979472E-1,3.0672425E-1,-0E0,-0E0,-2.5163496E-1,-0E0,2.1858704E-1,3.276299E-1,-0E0,-2.6058623E-1,-0E0,-0E0,2.2582889E-1,-0E0,3.3628824E-1,-0E0,-2.676542E-1,-0E0,2.3185712E-1,-0E0,2.667775E-1,-0E0,-2.732975E-1,2.3881225E-1,-0E0,-0E0,-2.826346E-1,2.4594578E-1,-0E0,-0E0,-2.8789216E-1,-0E0,2.5309095E-1,-0E0,-2.9398602E-1,-0E0,2.0393212E-1,-2.350162E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":39,"left_children":[1,3,5,7,9,11,-1,13,15,-1,17,19,-1,21,-1,23,25,-1,27,-1,29,-1,31,33,-1,-1,35,37,-1,-1,39,-1,41,43,-1,-1,45,-1,47,-1,-1,49,-1,-1,51,53,-1,55,-1,-1,57,-1,59,-1,61,-1,-1,63,-1,65,-1,-1,67,-1,69,71,-1,73,-1,-1,75,77,-1,79,-1,-1,81,-1,83,85,-1,-1,87,89,-1,91,-1,-1,93,-1,95,97,-1,99,-1,-1,101,-1,103,105,-1,-1,107,-1,109,111,-1,113,-1,-1,115,-1,117,-1,119,-1,121,-1,-1,-1,123,125,-1,-1,127,129,-1,-1,131,-1,133,-1,135,-1,-1,-1,-1],"loss_changes":[2.0039272E-2,5.9299087E-3,2.3548508E-2,2.529764E-2,3.623227E-2,1.2906093E-2,0E0,5.2014697E-2,1.6830783E-2,0E0,2.0208444E-2,1.5059665E-2,0E0,8.8541254E-2,0E0,4.3206204E-2,1.3663492E-2,0E0,1.8276807E-2,0E0,1.6008064E-2,0E0,7.7880025E-2,4.9556527E-2,0E0,0E0,2.535377E-2,1.5777856E-2,0E0,0E0,1.4008351E-2,0E0,8.593495E-2,5.8476806E-2,0E0,0E0,5.3533815E-2,0E0,1.45544335E-2,0E0,0E0,7.952422E-2,0E0,0E0,9.100424E-2,5.1668406E-2,0E0,1.0639839E-2,0E0,0E0,8.9343876E-2,0E0,6.393364E-2,0E0,3.805241E-2,0E0,0E0,5.705571E-2,0E0,4.941976E-2,0E0,0E0,4.239191E-2,0E0,4.866606E-2,6.2425762E-2,0E0,3.9631218E-2,0E0,0E0,4.7552407E-2,5.425808E-2,0E0,3.427866E-2,0E0,0E0,2.0581365E-2,0E0,4.0953875E-2,3.3507437E-2,0E0,0E0,1.798296E-2,4.4670284E-2,0E0,3.8349956E-2,0E0,0E0,3.002882E-2,0E0,2.9572964E-2,3.0038804E-2,0E0,3.1061769E-2,0E0,0E0,2.2010922E-2,0E0,1.8547893E-2,2.8254986E-2,0E0,0E0,1.7470837E-2,0E0,1.9180834E-2,1.3339639E-2,0E0,2.2516012E-2,0E0,0E0,1.3627499E-2,0E0,6.134689E-3,0E0,1.4782131E-2,0E0,6.4254105E-3,0E0,0E0,0E0,2.160877E-2,1.1024594E-2,0E0,0E0,1.1598706E-2,1.1886448E-2,0E0,0E0,6.906271E-3,0E0,1.7840981E-2,0E0,6.1992407E-3,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,10,10,11,11,13,13,15,15,16,16,18,18,20,20,22,22,23,23,26,26,27,27,30,30,32,32,33,33,36,36,38,38,41,41,44,44,45,45,47,47,50,50,52,52,54,54,57,57,59,59,62,62,64,64,65,65,67,67,70,70,71,71,73,73,76,76,78,78,79,79,82,82,83,83,85,85,88,88,90,90,91,91,93,93,96,96,98,98,99,99,102,102,104,104,105,105,107,107,110,110,112,112,114,114,116,116,120,120,121,121,124,124,125,125,128,128,130,130,132,132],"right_children":[2,4,6,8,10,12,-1,14,16,-1,18,20,-1,22,-1,24,26,-1,28,-1,30,-1,32,34,-1,-1,36,38,-1,-1,40,-1,42,44,-1,-1,46,-1,48,-1,-1,50,-1,-1,52,54,-1,56,-1,-1,58,-1,60,-1,62,-1,-1,64,-1,66,-1,-1,68,-1,70,72,-1,74,-1,-1,76,78,-1,80,-1,-1,82,-1,84,86,-1,-1,88,90,-1,92,-1,-1,94,-1,96,98,-1,100,-1,-1,102,-1,104,106,-1,-1,108,-1,110,112,-1,114,-1,-1,116,-1,118,-1,120,-1,122,-1,-1,-1,124,126,-1,-1,128,130,-1,-1,132,-1,134,-1,136,-1,-1,-1,-1],"split_conditions":[9.2089844E-1,7.6904297E-1,9.951172E-1,8.9697266E-1,8.765955E1,9.863281E-1,-0E0,1.9030762E-1,1.7773438E-1,-0E0,3.384375E1,1.3633728E-2,-0E0,6.124878E-2,-0E0,9.736328E-1,4.6777344E-1,-0E0,1.8325E2,-0E0,4.888729E1,-0E0,4.678125E1,4.0939226E0,-0E0,-0E0,1.5950433E0,7.6887417E-1,-0E0,-0E0,5.7129335E0,-0E0,1.0960071E2,8.3984375E-2,-0E0,-0E0,2.095634E2,-0E0,9.9658203E-1,-1.0892039E-1,-0E0,5.2825928E-2,-0E0,-0E0,1.4620084E0,3.1015625E1,-0E0,5.1692543E0,-0E0,-0E0,9.8828125E-1,-0E0,9.941406E-1,-0E0,6.149292E-3,-1.268663E-1,-0E0,8.4472656E-2,-0E0,9.5654297E-1,-0E0,-0E0,5.48296E0,-0E0,4.5595753E1,1.4981284E2,-0E0,4.82698E0,-0E0,-0E0,4.234314E-3,1.3072801E0,-0E0,1.7781435E2,-0E0,-0E0,5.865176E-1,-0E0,1.1885607E2,9.9902344E-1,-0E0,-0E0,3.053125E1,1.0055542E-2,-0E0,4.2460546E0,-0E0,-0E0,9.916992E-1,-0E0,9.880066E-3,3.275E1,-0E0,9.7558594E-1,-0E0,-0E0,6.626806E-1,-0E0,5.5781994E1,6.9125E1,-0E0,-0E0,5.036323E0,-0E0,9.0283203E-1,1.2286377E-1,-0E0,5.4855347E-3,-0E0,-0E0,3.178125E1,-0E0,3.153125E1,-0E0,3.6694336E-1,-0E0,9.946289E-1,-0E0,2.667775E-1,-0E0,1.66339E1,9.8339844E-1,-0E0,-0E0,9.057617E-1,4.2398594E1,-0E0,-0E0,1.2949408E2,-0E0,1.6736515E0,-0E0,9.448242E-1,-0E0,2.0393212E-1,-2.350162E-1,-0E0],"split_indices":[13,12,15,14,5,17,0,13,13,0,11,16,0,13,0,16,15,0,10,0,5,0,9,3,0,0,3,1,0,0,3,0,5,13,0,0,6,0,16,0,0,19,0,0,3,8,0,1,0,0,16,0,19,0,19,0,0,12,0,16,0,0,3,0,4,4,0,0,0,0,18,0,0,4,0,0,1,0,5,14,0,0,8,17,0,1,0,0,19,0,16,10,0,18,0,0,1,0,5,8,0,0,2,0,14,14,0,19,0,0,11,0,10,0,15,0,16,0,0,0,7,19,0,0,14,4,0,0,6,0,3,0,16,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.381609E2,1.3046587E2,7.6950326E0,1.1335558E2,1.7110283E1,6.124801E0,1.5702314E0,5.1231728E1,6.212386E1,1.1202683E1,5.9075994E0,5.497192E0,6.2760943E-1,2.2755434E1,2.8476295E1,3.55086E1,2.6615261E1,7.388614E-1,5.168738E0,2.8951398E-1,5.207678E0,2.2750888E0,2.0480345E1,3.0082159E1,5.426439E0,3.7336948E0,2.2881565E1,4.8699617E0,2.9877627E-1,3.0908906E-1,4.8985887E0,2.1814716E0,1.8298872E1,2.5445799E1,4.63636E0,5.9145722E0,1.6966993E1,4.6957147E-1,4.40039E0,4.713696E0,1.8489262E-1,1.6136646E1,2.1622264E0,7.5206313E0,1.7925167E1,1.4778215E1,2.1887782E0,4.2220254E0,1.7836498E-1,4.6500273E0,1.1486619E1,4.1531305E0,1.3772037E1,1.2363975E0,1.3541818E1,4.0019255E0,2.2009969E-1,1.0503652E1,9.829671E-1,1.3432856E1,3.3918068E-1,8.608577E-1,1.268096E1,5.676836E-1,9.935968E0,1.29139E1,5.1895595E-1,1.2401687E1,2.7927345E-1,4.536453E-1,9.482323E0,1.2106831E1,8.070698E-1,1.1823523E1,5.781635E-1,1.9082136E-1,9.291502E0,1.3993245E0,1.0707506E1,1.1634839E1,1.8868423E-1,1.992382E-1,9.092263E0,1.014425E1,5.632562E-1,1.0727698E1,9.071407E-1,2.406832E-1,8.851581E0,3.0906707E-1,9.835182E0,9.156073E0,1.5716257E0,8.318184E0,5.3339654E-1,2.7437797E-1,9.560804E0,5.480645E-1,8.608007E0,7.5143495E0,8.0383444E-1,1.7593434E-1,9.384871E0,3.2978317E-1,8.278225E0,6.787435E0,7.2691447E-1,8.974714E0,4.1015592E-1,1.778658E-1,8.100359E0,2.5247008E-1,6.5349646E0,1.7949373E-1,8.79522E0,1.8790324E-1,7.9124556E0,1.8146946E-1,6.353495E0,1.8199743E-1,8.613223E0,7.54225E0,3.7020537E-1,3.2167348E-1,8.29155E0,7.26475E0,2.775002E-1,1.7823358E-1,8.113317E0,2.4666831E-1,7.0180817E0,2.7347216E-1,7.8398438E0,2.121303E-1,6.8059516E0,7.508E0,3.3184397E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"137","size_leaf_vector":"0"}},{"base_weights":[-2.695216E-3,-0E0,-1.7343583E-2,-2.332817E-2,1.2361165E-2,-4.6943594E-2,-0E0,-4.6356246E-2,-0E0,2.6581047E-2,-0E0,-0E0,-7.4101165E-2,-0E0,-1.17238246E-1,-0E0,4.4306103E-2,-5.5334866E-2,-0E0,-0E0,-8.994471E-2,-1.5007044E-1,-0E0,-0E0,-4.602203E-2,5.9562605E-2,-0E0,-0E0,-8.080737E-2,-1.04976356E-1,-0E0,-1.6557093E-1,-0E0,-0E0,-8.175694E-2,-0E0,6.930543E-2,-9.693327E-2,-0E0,-1.168261E-1,-0E0,-0E0,-1.819731E-1,-0E0,-1.1237474E-1,-0E0,7.836809E-2,-1.3235956E-1,-0E0,-1.2642847E-1,-0E0,-1.4864929E-1,-0E0,-0E0,-1.4003773E-1,-0E0,1.0353708E-1,-0E0,-1.1607336E-1,-1.5079838E-1,-0E0,-0E0,-1.15495495E-1,1.24044426E-1,-0E0,-0E0,-1.6239998E-1,-0E0,1.4876501E-1,-0E0,-1.7021522E-1,-0E0,1.6568078E-1,-0E0,-1.7759682E-1,1.8202056E-1,-0E0,-0E0,-2.0750724E-1,1.8809974E-1,-0E0,-2.1381637E-1,-0E0,-0E0,1.9572777E-1,-2.1944728E-1,-0E0,2.009745E-1,-0E0,-0E0,-1.7432976E-1,2.0480767E-1,-0E0,-0E0,2.0853111E-1,-0E0,2.1163231E-1,1.6643178E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":40,"left_children":[1,3,5,7,9,11,-1,13,-1,15,17,-1,19,-1,21,23,25,27,-1,-1,29,31,-1,-1,33,35,-1,-1,37,39,-1,41,-1,-1,43,-1,45,47,-1,49,-1,-1,51,-1,53,-1,55,57,-1,59,-1,-1,-1,-1,61,-1,63,-1,-1,65,-1,-1,-1,67,-1,-1,69,-1,71,-1,73,-1,75,-1,77,79,-1,-1,81,83,-1,85,-1,-1,87,89,-1,91,-1,-1,-1,93,-1,-1,95,-1,97,-1,-1],"loss_changes":[1.5342081E-2,1.7774334E-2,3.4829848E-2,1.9645503E-2,3.272642E-2,5.665352E-2,0E0,3.924844E-2,0E0,6.1943833E-2,1.3943048E-2,0E0,3.98772E-2,0E0,2.932743E-2,1.1962307E-2,6.5734155E-2,1.1538701E-2,0E0,0E0,3.8834676E-2,1.620783E-2,0E0,0E0,2.3090359E-2,5.0975725E-2,0E0,0E0,8.485429E-3,3.519267E-2,0E0,1.5223011E-2,0E0,0E0,2.5398444E-2,0E0,4.197468E-2,1.7569773E-2,0E0,3.0884728E-2,0E0,0E0,6.072521E-3,0E0,2.8439391E-2,0E0,5.1099002E-2,9.900004E-3,0E0,2.9289573E-2,0E0,0E0,0E0,0E0,4.281558E-3,0E0,7.21347E-2,0E0,0E0,3.9059103E-2,0E0,0E0,0E0,7.6223224E-2,0E0,0E0,2.3420304E-2,0E0,8.704311E-2,0E0,2.0742208E-2,0E0,8.999485E-2,0E0,2.8518498E-2,3.5458446E-2,0E0,0E0,1.49668455E-2,3.365338E-2,0E0,1.2337625E-2,0E0,0E0,2.0686328E-2,7.450968E-3,0E0,1.7763317E-2,0E0,0E0,0E0,9.187102E-3,0E0,0E0,2.9938817E-3,0E0,2.6839972E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,9,9,10,10,12,12,14,14,15,15,16,16,17,17,20,20,21,21,24,24,25,25,28,28,29,29,31,31,34,34,36,36,37,37,39,39,42,42,44,44,46,46,47,47,49,49,54,54,56,56,59,59,63,63,66,66,68,68,70,70,72,72,74,74,75,75,78,78,79,79,81,81,84,84,85,85,87,87,91,91,94,94,96,96],"right_children":[2,4,6,8,10,12,-1,14,-1,16,18,-1,20,-1,22,24,26,28,-1,-1,30,32,-1,-1,34,36,-1,-1,38,40,-1,42,-1,-1,44,-1,46,48,-1,50,-1,-1,52,-1,54,-1,56,58,-1,60,-1,-1,-1,-1,62,-1,64,-1,-1,66,-1,-1,-1,68,-1,-1,70,-1,72,-1,74,-1,76,-1,78,80,-1,-1,82,84,-1,86,-1,-1,88,90,-1,92,-1,-1,-1,94,-1,-1,96,-1,98,-1,-1],"split_conditions":[1.1218829E2,6.692959E1,2.7270508E-1,5.4041085E0,1.09248375E2,9.777832E-2,-0E0,2.6367965E0,-0E0,1.4513676E2,8.696289E-1,-0E0,3.4125E1,-0E0,9.13125E1,7.484461E1,2.0662012E2,1.3336834E0,-0E0,-0E0,4.502776E0,1.54625E2,-0E0,-0E0,1.0719299E-2,2.029419E-2,-0E0,-0E0,5.002396E0,9.9365234E-1,-0E0,3.3625E1,-0E0,-0E0,1.0952351E0,-0E0,3.2952393E1,9.13125E1,-0E0,1.89125E2,-0E0,-0E0,1.10386894E2,-0E0,2.4358696E1,-0E0,2.7075195E-1,6.0184324E-1,-0E0,3.6732154E0,-0E0,-1.4864929E-1,-0E0,-0E0,3.065625E1,-0E0,9.9121094E-1,-0E0,-1.1607336E-1,1.0272217E-1,-0E0,-0E0,-1.15495495E-1,3.9886475E-2,-0E0,-0E0,4.5634193E1,-0E0,1.340332E-1,-0E0,3.228125E1,-0E0,1.1086228E2,-0E0,9.454346E-2,1.13125E2,-0E0,-0E0,5.300359E0,3.065625E1,-0E0,3.6046462E0,-0E0,-0E0,9.9316406E-1,1.53196E1,-0E0,1.77875E2,-0E0,-0E0,-1.7432976E-1,3.642297E1,-0E0,-0E0,3.25E1,-0E0,9.9902344E-1,1.6643178E-1,-0E0],"split_indices":[4,5,18,3,5,12,0,3,0,6,14,0,10,0,11,5,6,1,0,0,0,10,0,0,19,16,0,0,1,19,0,11,0,0,1,0,7,11,0,10,0,0,4,0,7,0,17,3,0,2,0,0,0,0,8,0,17,0,0,12,0,0,0,18,0,0,5,0,14,0,11,0,4,0,17,8,0,0,1,8,0,2,0,0,19,7,0,10,0,0,0,4,0,0,10,0,16,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3624924E2,8.244252E1,5.3806725E1,1.2336956E1,7.010556E1,2.2717894E1,3.1088829E1,1.1893038E1,4.439176E-1,6.1087585E1,9.017977E0,3.5822794E0,1.9135614E1,7.599965E0,4.2930727E0,7.8652177E0,5.3222366E1,4.0536537E0,4.964323E0,1.3791167E0,1.7756498E1,3.7274632E0,5.656097E-1,2.7173653E0,5.1478524E0,4.7754543E1,5.4678254E0,6.5129435E-1,3.4023595E0,1.6426506E1,1.3299922E0,3.5642085E0,1.6325472E-1,4.0374333E-1,4.744109E0,2.0006747E0,4.575387E1,3.1150448E0,2.8731444E-1,1.5745447E1,6.8105847E-1,2.3992462E-1,3.3242838E0,4.5707083E-1,4.2870383E0,3.2447107E0,4.2509155E1,2.4417658E0,6.732792E-1,1.5303656E1,4.4179228E-1,3.1540062E0,1.7027758E-1,2.542522E-1,4.032786E0,1.3602035E1,2.8907122E1,1.6746366E-1,2.274302E0,1.1896473E1,3.4071827E0,2.8321883E-1,3.7495673E0,2.4675566E1,4.231556E0,2.2692013E-1,1.1669553E1,4.2275953E0,2.0447971E1,2.8350613E-1,1.1386046E1,8.881965E-1,1.9559774E1,3.0988964E-1,1.1076157E1,1.8836233E1,7.235412E-1,2.4343863E0,8.64177E0,1.860875E1,2.2748312E-1,8.437609E0,2.0416184E-1,5.819463E-1,1.8026804E1,8.24102E0,1.9658871E-1,1.7584248E1,4.4255567E-1,1.6494182E-1,8.076078E0,1.7337135E1,2.4711365E-1,4.2002985E-1,1.6917105E1,4.3986696E-1,1.6477238E1,1.626015E1,2.1708672E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"99","size_leaf_vector":"0"}},{"base_weights":[-3.8614983E-3,-1.8849174E-2,-0E0,-3.738333E-2,-0E0,1.0337844E-2,-1.7604632E-3,-5.075549E-2,-0E0,-0E0,4.016698E-2,-0E0,-4.5420457E-2,-6.411152E-2,-0E0,-0E0,-2.5954856E-2,-0E0,6.3528016E-2,-8.554241E-2,-0E0,-7.366429E-2,-0E0,-0E0,-5.4052748E-2,9.7064264E-2,-0E0,-1.0205974E-1,-0E0,-8.108316E-2,-0E0,-0E0,-8.083247E-2,-0E0,1.277358E-1,-1.14626326E-1,-0E0,-9.5192984E-2,-0E0,-1.0224616E-1,-0E0,1.4650288E-1,-0E0,-0E0,-1.24810636E-1,-0E0,-1.068796E-1,-0E0,-1.1732959E-1,1.5796673E-1,-0E0,-0E0,-1.4280595E-1,-0E0,-1.1797395E-1,-0E0,-1.2719432E-1,1.7717515E-1,-0E0,-0E0,-1.5451318E-1,-1.3048749E-1,-0E0,-1.4125748E-1,-0E0,1.9709498E-1,-0E0,-1.6546445E-1,-0E0,-1.7086853E-1,-0E0,-1.6159335E-1,-0E0,-0E0,2.1545708E-1,-0E0,-1.7268267E-1,-1.9549067E-1,-0E0,-1.7621359E-1,-0E0,2.3623268E-1,-0E0,-0E0,-1.4869842E-1,-2.1510889E-1,-0E0,-0E0,-1.4593396E-1,-0E0,1.8732929E-1,-0E0,-2.2378053E-1,-1.8082608E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":41,"left_children":[1,3,5,7,-1,9,11,13,-1,15,17,-1,19,21,-1,-1,23,-1,25,27,-1,29,-1,-1,31,33,-1,35,-1,37,-1,-1,39,-1,41,43,-1,45,-1,47,-1,49,-1,-1,51,-1,53,-1,55,57,-1,-1,59,-1,61,-1,63,65,-1,-1,67,69,-1,71,-1,73,-1,75,-1,77,-1,79,-1,-1,81,-1,83,85,-1,87,-1,89,-1,-1,-1,91,-1,-1,-1,-1,-1,-1,93,-1,-1],"loss_changes":[1.8774986E-2,3.6313333E-2,6.3950876E-3,3.9358523E-2,0E0,4.737775E-2,2.1545604E-2,2.8551243E-2,0E0,6.981911E-3,5.120342E-2,0E0,2.7758492E-2,2.7398601E-2,0E0,0E0,1.4658177E-2,0E0,7.351024E-2,1.5948068E-2,0E0,2.722305E-2,0E0,0E0,2.2789665E-2,6.52837E-2,0E0,1.4493421E-2,0E0,3.701894E-2,0E0,0E0,2.3426067E-2,0E0,7.052465E-2,9.4989315E-3,0E0,4.064834E-2,0E0,1.823534E-2,0E0,3.4608394E-2,0E0,0E0,4.511632E-3,0E0,4.2437702E-2,0E0,9.572066E-3,4.0971816E-2,0E0,0E0,6.302938E-3,0E0,2.2867888E-2,0E0,1.3041332E-2,5.0706834E-2,0E0,0E0,9.660512E-3,4.1501164E-2,0E0,5.087234E-3,0E0,5.746624E-2,0E0,4.5975074E-3,0E0,4.556051E-2,0E0,5.999632E-3,0E0,0E0,2.884692E-2,0E0,6.4187795E-3,2.4690181E-2,0E0,9.092979E-3,0E0,4.1131377E-3,0E0,0E0,0E0,2.4469554E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.9655675E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,5,5,6,6,7,7,9,9,10,10,12,12,13,13,16,16,18,18,19,19,21,21,24,24,25,25,27,27,29,29,32,32,34,34,35,35,37,37,39,39,41,41,44,44,46,46,48,48,49,49,52,52,54,54,56,56,57,57,60,60,61,61,63,63,65,65,67,67,69,69,71,71,74,74,76,76,77,77,79,79,81,81,85,85,92,92],"right_children":[2,4,6,8,-1,10,12,14,-1,16,18,-1,20,22,-1,-1,24,-1,26,28,-1,30,-1,-1,32,34,-1,36,-1,38,-1,-1,40,-1,42,44,-1,46,-1,48,-1,50,-1,-1,52,-1,54,-1,56,58,-1,-1,60,-1,62,-1,64,66,-1,-1,68,70,-1,72,-1,74,-1,76,-1,78,-1,80,-1,-1,82,-1,84,86,-1,88,-1,90,-1,-1,-1,92,-1,-1,-1,-1,-1,-1,94,-1,-1],"split_conditions":[9.760892E1,7.1625E1,5.942383E-1,1.9329475E2,-0E0,4.0375E1,9.1478874E1,3.8929367E0,-0E0,8.149414E-1,1.5979004E-1,-0E0,5.64375E1,9.741211E-1,-0E0,-0E0,1.01257324E-1,-0E0,6.660156E-1,1.54625E2,-0E0,9.980469E-1,-0E0,-0E0,1.0145622E2,2.0324707E-2,-0E0,9.9902344E-1,-0E0,4.2936273E0,-0E0,-0E0,9.892578E-1,-0E0,9.213867E-1,7.826834E-1,-0E0,1.3175964E-2,-0E0,3.028125E1,-0E0,9.65E1,-0E0,-0E0,1.3232422E-1,-0E0,8.796692E-3,-0E0,2.4358696E1,4.25726E0,-0E0,-0E0,1.3860733E2,-0E0,9.9072266E-1,-0E0,9.9902344E-1,9.916992E-1,-0E0,-0E0,9.9316406E-1,2.4629776E0,-0E0,3.5179644E0,-0E0,7.6560974E-3,-0E0,2.7866364E-3,-0E0,1.01875E2,-0E0,1.4674263E2,-0E0,-0E0,4.420324E0,-0E0,5.090332E-2,9.448242E-1,-0E0,3.62854E-2,-0E0,6.7803276E-1,-0E0,-0E0,-1.4869842E-1,1.3049316E-1,-0E0,-0E0,-1.4593396E-1,-0E0,1.8732929E-1,-0E0,9.511719E-1,-1.8082608E-1,-0E0],"split_indices":[4,11,13,7,0,8,7,0,0,17,16,0,8,19,0,0,18,0,19,10,0,16,0,0,4,19,0,14,0,2,0,0,16,0,12,3,0,19,0,8,0,8,0,0,16,0,17,0,7,0,0,0,6,0,17,0,15,16,0,0,19,1,0,1,0,18,0,19,0,9,0,7,0,0,2,0,18,18,0,16,0,2,0,0,0,14,0,0,0,0,0,0,13,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3488521E2,5.8025883E1,7.685933E1,4.036335E1,1.766253E1,5.8801125E1,1.8058208E1,3.694608E1,3.4172692E0,2.6007599E1,3.2793526E1,8.0865965E0,9.971611E0,2.9915598E1,7.0304823E0,1.614337E1,9.86423E0,7.2965717E0,2.5496954E1,6.2456903E0,3.7259207E0,2.758762E1,2.3279788E0,2.9575524E0,6.9066777E0,1.8438545E1,7.058408E0,5.7700167E0,4.7567368E-1,2.6823605E1,7.6401407E-1,6.067829E-1,6.299895E0,4.001907E0,1.4436639E1,5.5736675E0,1.9634913E-1,2.3409124E1,3.4144804E0,5.990723E0,3.091717E-1,1.4140821E1,2.9581723E-1,3.4098178E-1,5.232686E0,1.3843783E0,2.2024746E1,2.36931E-1,5.7537923E0,1.3479837E1,6.60984E-1,1.1325202E0,4.1001654E0,9.8813E-1,2.1036617E1,3.4076956E-1,5.4130225E0,1.19181185E1,1.5617195E0,4.066813E-1,3.6934843E0,1.8447065E1,2.5895524E0,4.947846E0,4.6517658E-1,1.0840152E1,1.0779668E0,3.509613E0,1.8387133E-1,1.19712925E1,6.4757724E0,3.8577673E0,1.0900787E0,6.126241E-1,1.0227528E1,1.7402321E-1,3.3355896E0,1.0219765E1,1.751527E0,3.3578641E0,4.9990323E-1,8.940537E0,1.2869899E0,5.1190615E-1,2.8236835E0,8.887206E0,1.3325593E0,1.7592268E-1,3.1819415E0,2.3536386E-1,8.7051735E0,2.2479378E-1,8.662412E0,8.403043E0,2.593688E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"95","size_leaf_vector":"0"}},{"base_weights":[-0E0,-3.1071011E-2,-0E0,-4.7143254E-2,-0E0,-0E0,9.143502E-3,-0E0,-6.305424E-2,-0E0,-2.1509528E-2,2.7923368E-2,-0E0,-0E0,-7.327936E-2,2.7489891E-2,-0E0,-0E0,-4.4187557E-2,4.3749344E-2,-0E0,-1.2692188E-2,-0E0,-8.0942385E-2,-0E0,-0E0,8.363835E-2,-0E0,1.4394189E-2,-0E0,-5.7739716E-2,5.7738256E-2,-0E0,-3.0194111E-2,-0E0,-0E0,-6.806638E-2,1.0744534E-1,-0E0,4.957921E-2,-0E0,-0E0,-6.95615E-2,-0E0,7.393354E-2,-0E0,-4.581067E-2,1.3137229E-1,-0E0,9.0398714E-2,-0E0,-1.0808473E-1,-0E0,-0E0,8.980892E-2,-0E0,-7.5507835E-2,1.5715592E-1,-0E0,1.1199414E-1,-0E0,-1.3444042E-1,-0E0,-0E0,9.76386E-2,-0E0,-8.817436E-2,-0E0,1.81059E-1,-0E0,1.288626E-1,-0E0,-1.5429541E-1,1.0173788E-1,-0E0,-1.04265906E-1,-0E0,1.9457518E-1,-0E0,-0E0,1.4413793E-1,-1.6838306E-1,-0E0,-0E0,1.10254504E-1,-0E0,-1.2738372E-1,2.0523156E-1,-0E0,1.626314E-1,-0E0,-0E0,-1.828491E-1,-0E0,1.16101235E-1,-0E0,-1.5137015E-1,1.6987859E-1,-0E0,-0E0,1.7570622E-1,-1.8744494E-1,-0E0,1.1895939E-1,-0E0,-1.5693702E-1,-0E0,1.8894511E-1,-0E0,-0E0,-2.0662822E-1,1.24658756E-1,-0E0,-1.7548162E-1,-0E0,-0E0,1.9574882E-1,-2.2009674E-1,-0E0,-0E0,1.2722997E-1,-1.8352437E-1,-0E0,-0E0,2.0052637E-1,-0E0,-2.2893949E-1,1.3118747E-1,-0E0,-0E0,-1.9332325E-1,-0E0,2.0632313E-1,-1.9349739E-1,-0E0,1.3357176E-1,-0E0,-0E0,-1.5817681E-1,2.2098665E-1,-0E0,1.376568E-1,-0E0,-0E0,1.7770116E-1,-0E0,1.4412624E-1,1.5450756E-1,-0E0,-0E0,1.597192E-1,-0E0,1.6465287E-1,-0E0,1.691617E-1,-0E0,1.7985438E-1,1.8867633E-1,-0E0,1.5126528E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":42,"left_children":[1,3,5,7,-1,9,11,-1,13,15,17,19,21,-1,23,25,-1,27,29,31,-1,33,-1,35,-1,-1,37,-1,39,-1,41,43,-1,45,-1,-1,-1,47,-1,49,-1,-1,51,-1,53,-1,55,57,-1,59,-1,61,-1,-1,63,-1,65,67,-1,69,-1,71,-1,-1,73,-1,75,-1,77,-1,79,-1,81,83,-1,85,-1,87,-1,-1,89,91,-1,-1,93,-1,95,97,-1,99,-1,-1,101,-1,103,-1,105,-1,-1,-1,107,109,-1,111,-1,113,-1,115,-1,-1,117,119,-1,121,-1,-1,123,125,-1,-1,127,129,-1,-1,131,-1,133,135,-1,-1,137,-1,139,-1,-1,141,-1,-1,-1,143,-1,145,-1,-1,-1,-1,147,149,-1,-1,151,-1,153,-1,155,-1,157,159,-1,-1,-1],"loss_changes":[9.943562E-3,1.1236327E-2,4.8870686E-3,1.3097521E-2,0E0,1.9945566E-2,2.5790606E-2,0E0,1.1091765E-2,1.3541243E-2,3.798403E-2,3.9835513E-2,2.7354734E-3,0E0,6.891571E-3,3.949519E-2,0E0,2.4363142E-3,2.512383E-2,4.6072796E-2,0E0,1.0787526E-2,0E0,6.7784265E-3,0E0,0E0,3.19806E-2,0E0,2.4290096E-2,0E0,3.1262808E-2,5.3547785E-2,0E0,1.66584E-2,0E0,0E0,0E0,3.2457665E-2,0E0,4.7189705E-2,0E0,0E0,2.6094668E-2,0E0,3.028065E-2,0E0,1.8291464E-2,4.0162362E-2,0E0,3.6051527E-2,0E0,5.125448E-2,0E0,0E0,3.26422E-2,0E0,1.51669495E-2,3.7896723E-2,0E0,2.9028244E-2,0E0,4.0194646E-2,0E0,0E0,1.7750189E-2,0E0,1.6496733E-2,0E0,2.331315E-2,0E0,3.142236E-2,0E0,1.6719118E-2,1.8247366E-2,0E0,2.3865305E-2,0E0,1.6294733E-2,0E0,0E0,2.4598658E-2,3.1799227E-2,0E0,0E0,1.663667E-2,0E0,2.30501E-2,1.7879367E-2,0E0,1.1995763E-2,0E0,0E0,5.76517E-3,0E0,1.148811E-2,0E0,4.9245805E-3,0E0,0E0,0E0,1.1854291E-2,5.266249E-3,0E0,1.9295335E-2,0E0,1.06805265E-2,0E0,7.7963173E-3,0E0,0E0,2.136311E-2,9.262919E-3,0E0,6.4788163E-3,0E0,0E0,4.57789E-3,1.083824E-2,0E0,0E0,9.485364E-3,8.389607E-3,0E0,0E0,3.8012266E-3,0E0,1.7541915E-2,8.496195E-3,0E0,0E0,6.059721E-3,0E0,2.2441626E-2,0E0,0E0,1.13737285E-2,0E0,0E0,0E0,6.868005E-3,0E0,1.7056346E-2,0E0,0E0,0E0,0E0,1.9053906E-2,2.0690858E-2,0E0,0E0,1.8351555E-2,0E0,1.49513185E-2,0E0,1.51922405E-2,0E0,1.2283951E-2,1.429376E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,5,5,6,6,8,8,9,9,10,10,11,11,12,12,14,14,15,15,17,17,18,18,19,19,21,21,23,23,26,26,28,28,30,30,31,31,33,33,37,37,39,39,42,42,44,44,46,46,47,47,49,49,51,51,54,54,56,56,57,57,59,59,61,61,64,64,66,66,68,68,70,70,72,72,73,73,75,75,77,77,80,80,81,81,84,84,86,86,87,87,89,89,92,92,94,94,96,96,100,100,101,101,103,103,105,105,107,107,110,110,111,111,113,113,116,116,117,117,120,120,121,121,124,124,126,126,127,127,130,130,132,132,135,135,139,139,141,141,146,146,147,147,150,150,152,152,154,154,156,156,157,157],"right_children":[2,4,6,8,-1,10,12,-1,14,16,18,20,22,-1,24,26,-1,28,30,32,-1,34,-1,36,-1,-1,38,-1,40,-1,42,44,-1,46,-1,-1,-1,48,-1,50,-1,-1,52,-1,54,-1,56,58,-1,60,-1,62,-1,-1,64,-1,66,68,-1,70,-1,72,-1,-1,74,-1,76,-1,78,-1,80,-1,82,84,-1,86,-1,88,-1,-1,90,92,-1,-1,94,-1,96,98,-1,100,-1,-1,102,-1,104,-1,106,-1,-1,-1,108,110,-1,112,-1,114,-1,116,-1,-1,118,120,-1,122,-1,-1,124,126,-1,-1,128,130,-1,-1,132,-1,134,136,-1,-1,138,-1,140,-1,-1,142,-1,-1,-1,144,-1,146,-1,-1,-1,-1,148,150,-1,-1,152,-1,154,-1,156,-1,158,160,-1,-1,-1],"split_conditions":[3.1982422E-1,2.5410448E2,9.213867E-1,1.9210815E-2,-0E0,1.5795898E-1,9.1845703E-1,-0E0,2.1858215E-3,9.5458984E-1,1.6339219E0,2.3838177E2,9.45625E1,-0E0,1.2475E2,7.158203E-1,-0E0,7.973339E-1,4.3980614E1,1.5263658E2,-0E0,9.645908E1,-0E0,5.574597E-1,-0E0,-0E0,1.97125E2,-0E0,4.2577624E0,-0E0,7.266495E-1,1.0879862E0,-0E0,7.973339E-1,-0E0,-0E0,-6.806638E-2,8.8427734E-1,-0E0,4.0861135E0,-0E0,-0E0,2.8231468E0,-0E0,1.1425781E-1,-0E0,5.35E1,4.811537E0,-0E0,9.5947266E-1,-0E0,9.707031E-1,-0E0,-0E0,1.1563888E2,-0E0,5.292969E-1,6.37207E-2,-0E0,2.3071289E-2,-0E0,3.189087E-2,-0E0,-0E0,9.65E1,-0E0,6.118164E-1,-0E0,1.181701E2,-0E0,3.2341957E1,-0E0,7.01875E1,5.888672E-1,-0E0,4.2237785E1,-0E0,9.321289E-1,-0E0,-0E0,8.8671875E-1,4.3969585E1,-0E0,-0E0,3.275E1,-0E0,9.4921875E-1,9.902344E-1,-0E0,7.041205E-1,-0E0,-0E0,9.951172E-1,-0E0,1.402249E2,-0E0,9.9072266E-1,1.6987859E-1,-0E0,-0E0,3.311051E0,6.620039E1,-0E0,1.263125E2,-0E0,9.9658203E-1,-0E0,5.446132E1,-0E0,-0E0,9.6191406E-1,6.30102E-1,-0E0,9.946289E-1,-0E0,-0E0,4.0587383E1,5.9906006E-2,-0E0,-0E0,1.4560646E2,5.859375E-2,-0E0,-0E0,7.6026917E-3,-0E0,8.0810547E-1,2.3002936E2,-0E0,-0E0,1.3086053E2,-0E0,1.335E2,-1.9349739E-1,-0E0,5.4041085E0,-0E0,-0E0,-1.5817681E-1,5.670253E-1,-0E0,3.053125E1,-0E0,-0E0,1.7770116E-1,-0E0,8.774414E-1,1.1580858E1,-0E0,-0E0,1.184082E-1,-0E0,6.4697266E-1,-0E0,1.101268E0,-0E0,9.84375E-1,5.300359E0,-0E0,1.5126528E-1,-0E0],"split_indices":[15,7,14,19,0,12,17,0,17,16,2,6,10,0,11,17,0,3,7,4,0,5,0,0,0,0,11,0,3,0,3,2,0,3,0,0,0,13,0,0,0,0,2,0,12,0,11,2,0,13,0,16,0,0,6,0,15,13,0,16,0,16,0,0,8,0,13,0,5,0,7,0,8,15,0,7,0,16,0,0,14,4,0,0,11,0,14,19,0,1,0,0,19,0,5,0,19,0,0,0,3,5,0,11,0,17,0,5,0,0,12,0,0,16,0,0,4,14,0,0,4,13,0,0,17,0,13,6,0,0,6,0,9,0,0,3,0,0,0,2,0,8,0,0,0,0,17,7,0,0,12,0,15,0,3,0,16,1,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3370726E2,9.799858E0,1.239074E2,9.029817E0,7.7004105E-1,6.595219E1,5.7955215E1,9.0838605E-1,8.12143E0,2.3341532E1,4.2610653E1,3.8844753E1,1.9110462E1,1.7258191E-1,7.9488487E0,1.7418945E1,5.922587E0,1.3441818E1,2.9168833E1,3.6340645E1,2.5041063E0,1.6480854E1,2.6296089E0,7.4767065E0,4.72142E-1,1.0337301E1,7.0816445E0,2.1831284E0,1.125869E1,4.7568545E0,2.4411978E1,3.447188E1,1.8687636E0,1.4332984E1,2.1478698E0,2.2380692E-1,7.2528996E0,6.864289E0,2.1735576E-1,1.03728E1,8.8589007E-1,1.2870724E0,2.3124907E1,3.8470154E0,3.0624866E1,4.5142063E-1,1.3881563E1,6.3067026E0,5.5758655E-1,8.545126E0,1.8276738E0,1.1519104E1,1.1605802E1,6.276944E0,2.4347923E1,5.8796897E0,8.001874E0,5.8825893E0,4.2411327E-1,8.267469E0,2.7765596E-1,1.0104348E1,1.4147562E0,4.0133023E-1,2.3946592E1,3.1639147E-1,7.6854825E0,4.1798583E-1,5.4646034E0,3.970325E-1,7.870437E0,8.6522657E-1,9.239121E0,2.3731146E1,2.1544708E-1,6.871332E0,8.141503E-1,5.280503E0,1.8410043E-1,1.6768648E-1,7.7027507E0,8.267342E0,9.717801E-1,2.0978007E0,2.1633345E1,9.6199465E-1,5.9093375E0,5.082661E0,1.9784153E-1,6.8733263E0,8.294246E-1,3.812635E-1,7.886078E0,9.388731E-1,2.0694471E1,8.643466E-1,5.044991E0,4.8341904E0,2.4847098E-1,6.679583E-1,6.205368E0,7.6439757E0,2.421023E-1,2.0500063E1,1.9440863E-1,4.858533E0,1.86458E-1,5.6306834E0,5.7468426E-1,1.3186263E0,6.3253493E0,1.9865395E1,6.346681E-1,4.1326556E0,7.25877E-1,2.1530105E-1,5.4153824E0,5.95657E0,3.6877933E-1,2.4259384E-1,1.96228E1,3.9278677E0,2.047882E-1,1.6466369E-1,5.250719E0,2.8235123E-1,5.6742187E0,1.897819E1,6.446121E-1,2.1301252E-1,3.7148552E0,2.2930379E-1,5.021415E0,5.043553E0,6.306661E-1,1.876522E1,2.1296814E-1,2.3701313E-1,3.4778419E0,4.77252E0,2.48895E-1,1.823899E1,5.2623045E-1,1.7931375E-1,4.5932064E0,8.234224E-1,1.7415567E1,1.5887111E1,1.5284574E0,2.4089104E-1,1.5646219E1,2.762016E-1,1.5370018E1,3.1223753E-1,1.505778E1,1.3252333E0,1.3732547E1,1.2777784E1,9.547623E-1,1.244821E1,3.2957494E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"161","size_leaf_vector":"0"}},{"base_weights":[-9.459493E-3,-0E0,-1.7833497E-2,2.6980285E-2,-0E0,-0E0,-2.7802661E-2,6.8058476E-2,-0E0,-0E0,-3.591094E-2,9.388608E-2,-0E0,-4.5632813E-2,-0E0,-0E0,1.2507577E-1,-0E0,-5.281454E-2,1.5267953E-1,-0E0,-6.3237526E-2,-0E0,-0E0,1.8768431E-1,-0E0,-7.921912E-2,-0E0,1.5696406E-1,-9.926779E-2,-0E0,-1.1365062E-1,-0E0,-1.3383587E-1,-0E0,-0E0,-1.5457605E-1,-1.6968045E-1,-0E0,-1.9337107E-1,-0E0,-0E0,-2.2062767E-1,-0E0,-2.3052907E-1,-2.4803495E-1,-0E0,-2.559608E-1,-0E0,-0E0,-2.6332518E-1,-2.6908603E-1,-0E0,-2.7525866E-1,-0E0,-2.8344563E-1,-0E0,-0E0,-2.890759E-1,-0E0,-2.9375094E-1,-3.0497223E-1,-0E0,-3.1229627E-1,-0E0,-0E0,-3.213262E-1,-0E0,-2.532045E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":43,"left_children":[1,3,5,7,-1,-1,9,11,-1,-1,13,15,-1,17,-1,-1,19,-1,21,23,-1,25,-1,-1,27,-1,29,-1,-1,31,-1,33,-1,35,-1,-1,37,39,-1,41,-1,-1,43,-1,45,47,-1,49,-1,-1,51,53,-1,55,-1,57,-1,-1,59,-1,61,63,-1,65,-1,-1,67,-1,-1],"loss_changes":[2.5827345E-2,5.044202E-3,3.236296E-2,2.0974888E-2,0E0,0E0,3.7841417E-2,2.1770597E-2,0E0,0E0,5.0293624E-2,2.8336316E-2,0E0,3.98058E-2,0E0,0E0,3.331566E-2,0E0,5.1495463E-2,3.282232E-2,0E0,5.8254287E-2,0E0,0E0,1.4452904E-2,0E0,7.624847E-2,0E0,0E0,6.561655E-2,0E0,5.6660265E-2,0E0,8.61119E-2,0E0,0E0,8.349049E-2,9.565061E-2,0E0,1.1636853E-1,0E0,0E0,5.2343488E-2,0E0,4.8392892E-2,4.470092E-2,0E0,3.823483E-2,0E0,0E0,3.4698844E-2,3.237903E-2,0E0,2.4405241E-2,0E0,1.9550204E-2,0E0,0E0,1.8470168E-2,0E0,9.387732E-3,3.901732E-2,0E0,9.489417E-3,0E0,0E0,2.0816326E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,6,6,7,7,10,10,11,11,13,13,16,16,18,18,19,19,21,21,24,24,26,26,29,29,31,31,33,33,36,36,37,37,39,39,42,42,44,44,45,45,47,47,50,50,51,51,53,53,55,55,58,58,60,60,61,61,63,63,66,66],"right_children":[2,4,6,8,-1,-1,10,12,-1,-1,14,16,-1,18,-1,-1,20,-1,22,24,-1,26,-1,-1,28,-1,30,-1,-1,32,-1,34,-1,36,-1,-1,38,40,-1,42,-1,-1,44,-1,46,48,-1,50,-1,-1,52,54,-1,56,-1,58,-1,-1,60,-1,62,64,-1,66,-1,-1,68,-1,-1],"split_conditions":[1.586914E-2,1.7712402E-1,5.090332E-2,3.595729E0,-0E0,-0E0,9.018075E-1,9.375E-1,-0E0,-0E0,9.873047E-1,4.353125E1,-0E0,3.1015625E1,-0E0,-0E0,5.432747E0,-0E0,1.1825E2,1.4683356E2,-0E0,1.4991826E2,-0E0,-0E0,6.719971E-2,-0E0,6.538086E-1,-0E0,1.5696406E-1,9.6484375E-1,-0E0,9.9609375E-1,-0E0,4.59375E1,-0E0,-0E0,9.9902344E-1,1.1104509E2,-0E0,3.9625E1,-0E0,-0E0,1.8911917E1,-0E0,1.397099E2,5.3953815E0,-0E0,1.3049316E-1,-0E0,-0E0,2.9224094E2,9.9902344E-1,-0E0,7.375E1,-0E0,1.0437012E-1,-0E0,-0E0,5.2833557E-3,-0E0,4.6136885E0,1.38375E2,-0E0,6.4575195E-2,-0E0,-0E0,1.5289307E-2,-0E0,-2.532045E-1],"split_indices":[18,12,19,3,0,0,3,13,0,0,16,9,0,8,0,0,1,0,9,6,0,6,0,0,13,0,13,0,0,18,0,15,0,9,0,0,14,5,0,10,0,0,7,0,4,2,0,14,0,0,6,17,0,8,0,15,0,0,17,0,0,11,0,12,0,0,16,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3216388E2,1.4128071E1,1.18035805E2,6.42946E0,7.698611E0,2.789878E1,9.0137024E1,5.1173E0,1.31216E0,6.9652576E0,8.317177E1,4.9216537E0,1.9564644E-1,7.5469986E1,7.7017765E0,5.5549115E-1,4.3661623E0,4.985586E0,7.04844E1,4.194842E0,1.7132051E-1,6.189024E1,8.594161E0,6.561664E-1,3.5386758E0,1.3351338E1,4.8538902E1,1.6873305E-1,3.3699427E0,3.8468616E1,1.0070286E1,3.43096E1,4.159015E0,2.7764633E1,6.544968E0,3.4719963E0,2.4292637E1,2.2975006E1,1.31763E0,2.0133356E1,2.84165E0,2.3925738E0,1.7740784E1,5.4831654E-1,1.7192467E1,1.5569792E1,1.622675E0,1.5272287E1,2.9750448E-1,3.1845817E-1,1.4953829E1,1.4778428E1,1.7540047E-1,1.4528229E1,2.5019976E-1,1.3976394E1,5.518352E-1,3.2446516E-1,1.3651928E1,2.3281926E-1,1.3419109E1,1.2514595E1,9.0451413E-1,1.2311367E1,2.0322786E-1,6.180269E-1,1.169334E1,2.2651611E-1,1.1466825E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"69","size_leaf_vector":"0"}},{"base_weights":[-0E0,4.13588E-3,-6.9539854E-3,1.631124E-2,-0E0,-0E0,-4.808704E-2,-0E0,2.9517269E-2,-4.259787E-2,-0E0,-8.766344E-2,-0E0,-0E0,3.931494E-2,-0E0,-8.788615E-2,-1.1059195E-1,-0E0,-0E0,5.9036173E-2,-1.1449745E-1,-0E0,-0E0,-1.4001659E-1,-0E0,6.808579E-2,-0E0,-1.3428248E-1,-1.5034553E-1,-0E0,7.709282E-2,-0E0,-0E0,-1.4636658E-1,-1.2317609E-1,-0E0,8.40571E-2,-0E0,-0E0,-1.6359808E-1,9.0816796E-2,-0E0,-1.3583985E-1,-0E0,9.854583E-2,-0E0,1.05536915E-1,-0E0,-0E0,1.1125339E-1,1.1504859E-1,-0E0,1.17880225E-1,-0E0,1.2564585E-1,-0E0,-0E0,1.2867814E-1,1.3032492E-1,-0E0,1.3178466E-1,-0E0,1.0448817E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":44,"left_children":[1,3,5,7,9,-1,11,-1,13,15,-1,17,-1,-1,19,-1,21,23,-1,-1,25,27,-1,-1,29,-1,31,-1,33,35,-1,37,-1,-1,39,-1,-1,41,-1,-1,43,45,-1,-1,-1,47,-1,49,-1,-1,51,53,-1,55,-1,57,-1,-1,59,61,-1,63,-1,-1,-1],"loss_changes":[3.714075E-3,1.7135944E-2,1.921481E-2,3.2776583E-2,1.205538E-2,0E0,3.2865502E-2,0E0,3.4989573E-2,2.602104E-2,0E0,1.8270984E-2,0E0,0E0,4.3345354E-2,0E0,2.3208074E-2,2.5068395E-2,0E0,0E0,3.635581E-2,1.0665897E-2,0E0,0E0,7.928148E-3,0E0,3.246133E-2,0E0,9.3630925E-3,5.9918314E-3,0E0,3.473662E-2,0E0,0E0,1.3159372E-2,0E0,0E0,2.5813162E-2,0E0,0E0,6.4813197E-3,2.076599E-2,0E0,0E0,0E0,2.156517E-2,0E0,1.5671879E-2,0E0,0E0,1.8191993E-2,1.3067931E-2,0E0,1.0619879E-2,0E0,1.2160808E-2,0E0,0E0,6.0375035E-3,5.1095486E-3,0E0,4.3263733E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,8,8,9,9,11,11,14,14,16,16,17,17,20,20,21,21,24,24,26,26,28,28,29,29,31,31,34,34,37,37,40,40,41,41,45,45,47,47,50,50,51,51,53,53,55,55,58,58,59,59,61,61],"right_children":[2,4,6,8,10,-1,12,-1,14,16,-1,18,-1,-1,20,-1,22,24,-1,-1,26,28,-1,-1,30,-1,32,-1,34,36,-1,38,-1,-1,40,-1,-1,42,-1,-1,44,46,-1,-1,-1,48,-1,50,-1,-1,52,54,-1,56,-1,58,-1,-1,60,62,-1,64,-1,-1,-1],"split_conditions":[3.413086E-1,1.9821982E2,1.2885497E2,1.2214166E0,9.3002686E1,-0E0,9.946289E-1,-0E0,2.4487305E-1,5.392238E1,-0E0,4.1508546E0,-0E0,-0E0,4.68125E1,-0E0,1.46625E2,1.1315591E0,-0E0,-0E0,2.1636963E-2,7.086182E-2,-0E0,-0E0,8.881836E-1,-0E0,1.0059071E2,-0E0,3.9625E1,9.9902344E-1,-0E0,1.8276724E2,-0E0,-0E0,1.07421875E-2,-1.2317609E-1,-0E0,5.044366E0,-0E0,-0E0,9.9365234E-1,8.769531E-1,-0E0,-1.3583985E-1,-0E0,9.873047E-1,-0E0,2.8701782E-2,-0E0,-0E0,1.57125E2,9.9853516E-1,-0E0,9.9365234E-1,-0E0,6.30102E-1,-0E0,-0E0,9.980469E-1,1.77875E2,-0E0,1.621244E2,-0E0,1.0448817E-1,-0E0],"split_indices":[13,6,4,2,5,0,15,0,14,7,0,2,0,0,10,0,11,3,0,0,16,13,0,0,12,0,5,0,10,14,0,4,0,0,17,0,0,1,0,0,16,12,0,0,0,18,0,17,0,0,9,19,0,17,0,0,0,0,16,11,0,4,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3120651E2,8.5226395E1,4.5980125E1,6.941875E1,1.58076515E1,3.7198498E1,8.781625E0,1.094854E1,5.8470203E1,6.143625E0,9.664026E0,6.569466E0,2.2121587E0,3.0922952E0,5.5377907E1,1.7139837E0,4.4296412E0,5.435858E0,1.1336087E0,1.8660172E1,3.671774E1,4.174756E0,2.5488523E-1,9.540086E-1,4.481849E0,1.3934684E0,3.532427E1,6.8455815E-1,3.490198E0,4.1715865E0,3.102623E-1,3.2904152E1,2.4201162E0,1.9461276E-1,3.2955852E0,3.9745703E0,1.970164E-1,3.251457E1,3.8958415E-1,2.657805E-1,3.0298045E0,3.0912521E1,1.6020483E0,2.8285801E0,2.0122431E-1,2.8316673E1,2.5958478E0,2.6561485E1,1.7551881E0,1.4433469E0,2.5118137E1,2.4830261E1,2.878772E-1,2.4568367E1,2.6189306E-1,2.2238102E1,2.330265E0,3.2458857E-1,2.1913513E1,2.1706133E1,2.0738067E-1,2.1511124E1,1.9501027E-1,2.1043404E1,4.6771872E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"65","size_leaf_vector":"0"}},{"base_weights":[-2.2907897E-3,-0E0,-1.4853882E-2,-0E0,9.568698E-3,-3.4498647E-2,-0E0,-0E0,-1.6748402E-2,-0E0,2.7048405E-2,-0E0,-4.8016973E-2,-0E0,-3.9534405E-2,-0E0,4.1036285E-2,-0E0,-7.491212E-2,-0E0,-6.251922E-2,-0E0,6.503036E-2,-9.177209E-2,-0E0,-0E0,-8.415059E-2,8.686661E-2,-0E0,-0E0,-1.12739325E-1,-0E0,-1.0994977E-1,-0E0,1.00269616E-1,-0E0,-1.443245E-1,-1.2510295E-1,-0E0,-0E0,1.234875E-1,-1.8053764E-1,-0E0,-1.3591237E-1,-0E0,1.3170986E-1,-0E0,-0E0,-1.8985893E-1,-0E0,-1.5031983E-1,1.4068045E-1,-0E0,-0E0,-1.9746627E-1,-1.6139454E-1,-0E0,-0E0,1.4994137E-1,-0E0,-1.5750672E-1,-1.761746E-1,-0E0,-0E0,1.5850566E-1,-1.9089215E-1,-0E0,-0E0,1.8468566E-1,-2.0337032E-1,-0E0,-0E0,1.9265956E-1,-0E0,-2.1997507E-1,1.9836877E-1,-0E0,-2.4463059E-1,-0E0,2.0541894E-1,-0E0,-2.508458E-1,-0E0,-0E0,1.6588905E-1,-2.0244156E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":45,"left_children":[1,3,5,7,9,11,-1,-1,13,-1,15,-1,17,-1,19,-1,21,-1,23,-1,25,-1,27,29,-1,-1,31,33,-1,-1,35,-1,37,-1,39,-1,41,43,-1,-1,45,47,-1,49,-1,51,-1,-1,53,-1,55,57,-1,-1,59,61,-1,-1,63,-1,-1,65,-1,-1,67,69,-1,-1,71,73,-1,-1,75,-1,77,79,-1,81,-1,83,-1,85,-1,-1,-1,-1,-1],"loss_changes":[1.2205863E-2,3.6533687E-3,2.1582246E-2,5.937751E-3,1.9800467E-2,2.3473747E-2,0E0,0E0,1.9729024E-2,0E0,2.6025236E-2,0E0,1.2855798E-2,0E0,2.9996539E-2,0E0,3.774747E-2,0E0,2.5349066E-2,0E0,3.791244E-2,0E0,3.902939E-2,3.4641586E-2,0E0,0E0,5.3602703E-2,2.5367513E-2,0E0,0E0,3.057392E-2,0E0,3.1148672E-2,0E0,4.1245744E-2,0E0,5.1370516E-2,2.8829068E-2,0E0,0E0,2.1157295E-2,1.4484078E-2,0E0,2.7135283E-2,0E0,1.8408611E-2,0E0,0E0,1.1816993E-2,0E0,1.7881438E-2,2.669932E-2,0E0,0E0,4.3056607E-3,1.7782122E-2,0E0,0E0,1.5295088E-2,0E0,0E0,1.8207252E-2,0E0,0E0,2.4876118E-2,7.470906E-3,0E0,0E0,1.8202662E-2,1.9341022E-2,0E0,0E0,1.208064E-2,0E0,3.0595839E-2,7.3122084E-3,0E0,2.4914145E-3,0E0,9.417295E-3,0E0,1.3030231E-2,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,8,8,10,10,12,12,14,14,16,16,18,18,20,20,22,22,23,23,26,26,27,27,30,30,32,32,34,34,36,36,37,37,40,40,41,41,43,43,45,45,48,48,50,50,51,51,54,54,55,55,58,58,61,61,64,64,65,65,68,68,69,69,72,72,74,74,75,75,77,77,79,79,81,81],"right_children":[2,4,6,8,10,12,-1,-1,14,-1,16,-1,18,-1,20,-1,22,-1,24,-1,26,-1,28,30,-1,-1,32,34,-1,-1,36,-1,38,-1,40,-1,42,44,-1,-1,46,48,-1,50,-1,52,-1,-1,54,-1,56,58,-1,-1,60,62,-1,-1,64,-1,-1,66,-1,-1,68,70,-1,-1,72,74,-1,-1,76,-1,78,80,-1,82,-1,84,-1,86,-1,-1,-1,-1,-1],"split_conditions":[2.3065267E0,2.0838587E0,3.5610359E0,1.8701172E-1,6.556537E1,3.20625E1,-0E0,-0E0,6.8462975E1,-0E0,6.903076E-2,-0E0,2.839847E0,-0E0,8.496094E-2,-0E0,3.690625E1,-0E0,9.682617E-1,-0E0,3.6625E1,-0E0,9.5458984E-1,7.086182E-2,-0E0,-0E0,6.701258E1,2.7679443E-2,-0E0,-0E0,2.553711E-1,-0E0,9.9365234E-1,-0E0,6.1462402E-2,-0E0,6.147461E-1,2.2616587E0,-0E0,-0E0,1.78125E2,3.903125E1,-0E0,9.971619E-3,-0E0,9.9902344E-1,-0E0,-0E0,2.1858215E-3,-0E0,9.9853516E-1,1.2949408E2,-0E0,-0E0,2.8833008E-1,4.277373E0,-0E0,-0E0,3.509375E1,-0E0,-1.5750672E-1,1.370248E2,-0E0,-0E0,2.6901245E-2,1.56875E2,-0E0,-0E0,1.5283203E-1,1.8334961E-1,-0E0,-0E0,9.9316406E-1,-0E0,9.892578E-1,9.238281E-1,-0E0,1.89125E2,-0E0,3.7839664E1,-0E0,1.13125E2,-0E0,-0E0,1.6588905E-1,-2.0244156E-1,-0E0],"split_indices":[0,2,0,18,4,8,0,0,4,0,13,0,0,0,13,0,8,0,18,0,10,0,16,13,0,0,7,16,0,0,16,0,16,0,17,0,12,0,0,0,9,9,0,19,0,15,0,0,17,0,15,6,0,0,15,1,0,0,11,0,0,4,0,0,19,10,0,0,15,14,0,0,18,0,17,12,0,11,0,7,0,8,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3054367E2,7.2606064E1,5.7937603E1,3.3204693E1,3.9401367E1,2.8467438E1,2.9470165E1,1.2536919E1,2.0667776E1,7.843803E0,3.1557566E1,3.8335092E0,2.463393E1,4.7459702E0,1.5921805E1,2.6752884E0,2.8882277E1,1.2516764E1,1.2117166E1,2.1807568E0,1.3741049E1,8.756214E0,2.0126062E1,1.0916893E1,1.2002726E0,1.0266008E0,1.2714448E1,1.6231928E1,3.8941338E0,1.1262237E0,9.790669E0,1.0398239E0,1.16746235E1,1.6510144E0,1.4580914E1,2.5435097E0,7.2471595E0,1.0894158E1,7.804657E-1,2.4330602E0,1.2147854E1,6.027014E0,1.2201457E0,1.0714499E1,1.7965856E-1,1.1837608E1,3.1024525E-1,2.233482E-1,5.8036656E0,8.4580725E-1,9.868692E0,1.1244492E1,5.931168E-1,1.7328449E-1,5.630381E0,9.181012E0,6.876801E-1,2.1839744E-1,1.1026094E1,1.6253953E-1,5.467841E0,8.197708E0,9.8330396E-1,6.0311276E-1,1.0422981E1,7.4078965E0,7.8981155E-1,2.147954E0,8.275027E0,6.647893E0,7.6000386E-1,2.209355E-1,8.054092E0,6.3868654E-1,6.0092063E0,7.8757944E0,1.7829771E-1,5.2745023E0,7.3470396E-1,7.484018E0,3.9177656E-1,5.031492E0,2.4301004E-1,3.2753563E-1,7.156482E0,4.8605256E0,1.7096671E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"87","size_leaf_vector":"0"}},{"base_weights":[-0E0,-7.4415794E-3,-0E0,-0E0,-2.3901626E-2,-0E0,4.637977E-2,-0E0,-3.6002558E-2,-1.2398725E-2,-0E0,1.1874131E-1,-0E0,-6.0379073E-2,-0E0,-3.3448815E-2,-0E0,-0E0,2.3521947E-2,1.4221503E-1,-0E0,-0E0,-7.3349476E-2,-0E0,-5.767438E-2,6.423809E-2,-0E0,-0E0,1.7035165E-1,-0E0,-9.283745E-2,-7.587903E-2,-0E0,-0E0,1.01156436E-1,-0E0,1.9663134E-1,-0E0,-1.03654705E-1,-8.7672964E-2,-0E0,1.3379766E-1,-0E0,2.1153899E-1,-0E0,-1.14282176E-1,-0E0,-0E0,-9.885335E-2,1.5771241E-1,-0E0,-0E0,2.2876531E-1,-0E0,-1.2155279E-1,-0E0,-1.3069952E-1,-0E0,1.8341818E-1,-0E0,2.3875873E-1,-1.2833591E-1,-0E0,-0E0,-1.4161596E-1,-0E0,1.9747606E-1,-0E0,2.5056756E-1,-0E0,-1.3444078E-1,-0E0,-1.5617894E-1,1.6518657E-1,-0E0,-0E0,2.570659E-1,-0E0,-1.4364675E-1,-0E0,-1.699343E-1,-0E0,2.0718029E-1,-1.5010706E-1,-0E0,-1.8459503E-1,-0E0,-0E0,-1.1869837E-1,-1.998641E-1,-0E0,-1.601937E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":46,"left_children":[1,3,5,-1,7,9,11,-1,13,15,17,19,-1,21,-1,23,-1,-1,25,27,-1,-1,29,-1,31,33,-1,-1,35,-1,37,39,-1,-1,41,-1,43,-1,45,47,-1,49,-1,51,-1,53,-1,-1,55,57,-1,-1,59,-1,61,-1,63,-1,65,-1,67,69,-1,-1,71,-1,73,-1,75,-1,77,-1,79,-1,-1,-1,81,-1,83,-1,85,-1,-1,87,-1,89,-1,-1,-1,91,-1,-1,-1],"loss_changes":[3.7941074E-3,2.3127537E-2,2.7494507E-2,0E0,2.6178688E-2,6.3167624E-3,9.792486E-2,0E0,3.1619668E-2,2.0518221E-2,3.837597E-3,3.921172E-2,0E0,3.492406E-2,0E0,3.5673004E-2,0E0,0E0,2.0852812E-2,5.3838134E-2,0E0,0E0,3.9554253E-2,0E0,4.15404E-2,2.9107228E-2,0E0,0E0,4.5535877E-2,0E0,3.2666817E-2,2.8141946E-2,0E0,0E0,3.1878415E-2,0E0,2.5195092E-2,0E0,2.5678784E-2,3.3124775E-2,0E0,2.7038418E-2,0E0,1.8175095E-2,0E0,2.3920193E-2,0E0,0E0,3.3559114E-2,3.188075E-2,0E0,0E0,1.4256507E-2,0E0,2.3654133E-2,0E0,2.8992236E-2,0E0,1.3442978E-2,0E0,2.0893812E-2,1.7038256E-2,0E0,0E0,2.8286323E-2,0E0,1.6085029E-2,0E0,6.986618E-3,0E0,1.9570917E-2,0E0,3.0860782E-2,0E0,0E0,0E0,2.7799606E-3,0E0,2.0852745E-2,0E0,2.5458008E-2,0E0,0E0,4.805863E-3,0E0,3.0973583E-2,0E0,0E0,0E0,9.515882E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,8,8,9,9,10,10,11,11,13,13,15,15,18,18,19,19,22,22,24,24,25,25,28,28,30,30,31,31,34,34,36,36,38,38,39,39,41,41,43,43,45,45,48,48,49,49,52,52,54,54,56,56,58,58,60,60,61,61,64,64,66,66,68,68,70,70,72,72,76,76,78,78,80,80,83,83,85,85,89,89],"right_children":[2,4,6,-1,8,10,12,-1,14,16,18,20,-1,22,-1,24,-1,-1,26,28,-1,-1,30,-1,32,34,-1,-1,36,-1,38,40,-1,-1,42,-1,44,-1,46,48,-1,50,-1,52,-1,54,-1,-1,56,58,-1,-1,60,-1,62,-1,64,-1,66,-1,68,70,-1,-1,72,-1,74,-1,76,-1,78,-1,80,-1,-1,-1,82,-1,84,-1,86,-1,-1,88,-1,90,-1,-1,-1,92,-1,-1,-1],"split_conditions":[9.213867E-1,8.001769E1,8.6E1,-0E0,3.6875E1,9.5654297E-1,2.095634E2,-0E0,8.35625E1,4.7729492E-1,5.46875E1,1.0150785E2,-0E0,4.878998E-3,-0E0,9.5751953E-1,-0E0,-0E0,6.9625E1,5.4855347E-3,-0E0,-0E0,1.11083984E-1,-0E0,1.385E2,1.3426222E0,-0E0,-0E0,7.616969E1,-0E0,3.9253235E-3,8.808594E-1,-0E0,-0E0,4.521225E0,-0E0,2.0131575E2,-0E0,9.946289E-1,7.6578987E-1,-0E0,1.44625E2,-0E0,5.5480957E-2,-0E0,3.1015625E1,-0E0,-0E0,4.73125E1,2.4938965E-1,-0E0,-0E0,4.7501232E1,-0E0,5.7994533E0,-0E0,3.228125E1,-0E0,3.34375E1,-0E0,1.2298584E-2,6.90918E-2,-0E0,-0E0,6.124878E-2,-0E0,1.5359016E2,-0E0,1.3261063E2,-0E0,8.514281E1,-0E0,3.965625E1,1.6518657E-1,-0E0,-0E0,3.4125E1,-0E0,9.9853516E-1,-0E0,8.4277344E-1,-0E0,2.0718029E-1,1.1425781E-1,-0E0,6.9125E1,-0E0,-0E0,-1.1869837E-1,9.682617E-1,-0E0,-1.601937E-1,-0E0],"split_indices":[14,7,10,0,10,16,6,0,11,19,9,5,0,18,0,14,0,0,10,18,0,0,12,0,9,2,0,0,7,0,17,13,0,0,2,0,6,0,17,3,0,9,0,16,0,11,0,0,11,15,0,0,5,0,2,0,10,0,11,0,17,14,0,0,13,0,4,0,6,0,7,0,9,0,0,0,11,0,18,0,12,0,0,12,0,8,0,0,0,18,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2964624E2,6.801401E1,6.1632236E1,2.1389513E1,4.6624493E1,4.9350533E1,1.2281703E1,6.1578364E0,4.0466656E1,4.059041E1,8.760123E0,8.395307E0,3.886397E0,2.2738766E1,1.772789E1,2.348501E1,1.71054E1,2.3240633E0,6.4360604E0,7.639932E0,7.5537425E-1,1.0006936E0,2.1738071E1,5.1931553E0,1.8291855E1,5.483332E0,9.527285E-1,6.1162096E-1,7.0283113E0,3.7670043E0,1.7971067E1,1.75714E1,7.204547E-1,7.2586983E-1,4.757462E0,7.001015E-1,6.32821E0,6.136765E-1,1.7357391E1,1.6697618E1,8.7378126E-1,4.2858872E0,4.7157502E-1,5.9627557E0,3.654539E-1,1.6156736E1,1.2006544E0,2.80369E-1,1.641725E1,4.031562E0,2.5432527E-1,5.893687E-1,5.373387E0,3.1407934E-1,1.5842658E1,5.275171E0,1.1142078E1,2.3353449E-1,3.7980273E0,2.312916E-1,5.1420956E0,1.5596933E1,2.4572408E-1,2.800448E-1,1.0862034E1,2.4543267E-1,3.5525947E0,1.8648438E-1,4.955611E0,4.8603323E-1,1.5110901E1,8.604652E-1,1.0001569E1,3.3823657E0,1.7022893E-1,1.6661218E-1,4.788999E0,9.883503E-1,1.412255E1,5.626222E-1,9.438947E0,2.9561022E-1,4.4933887E0,1.3816453E1,3.0609766E-1,8.670024E0,7.6892203E-1,1.7936972E-1,1.3637083E1,8.097809E0,5.722152E-1,7.868067E0,2.2974217E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"93","size_leaf_vector":"0"}},{"base_weights":[-0E0,9.265544E-3,-2.616694E-3,2.1893369E-2,-0E0,-0E0,-4.9295895E-2,3.1076249E-2,-0E0,-0E0,-3.196814E-2,1.5709335E-2,-0E0,-7.169829E-2,-0E0,-0E0,4.8980325E-2,-0E0,-5.352889E-2,5.2072342E-2,-0E0,-0E0,-2.8000334E-2,-0E0,-9.237558E-2,-0E0,6.284554E-2,-6.875809E-2,-0E0,-0E0,9.964015E-2,-4.562569E-2,-0E0,-1.1205219E-1,-0E0,7.741263E-2,-0E0,-9.610376E-2,-0E0,-0E0,1.5223806E-1,-6.0586534E-2,-0E0,-0E0,-1.2966652E-1,8.770834E-2,-0E0,-1.17122404E-1,-0E0,1.8783294E-1,-0E0,-0E0,-8.356568E-2,-1.4342196E-1,-0E0,-0E0,9.529426E-2,-1.06568955E-1,-0E0,-0E0,2.1864428E-1,-0E0,-1.04135886E-1,-0E0,-1.5645854E-1,1.03892155E-1,-0E0,-0E0,2.3926975E-1,-1.24103114E-1,-0E0,-1.7726639E-1,-0E0,-0E0,1.09791815E-1,2.7128527E-1,-0E0,-1.3670976E-1,-0E0,-0E0,-1.4341421E-1,1.1860304E-1,-0E0,2.944785E-1,-0E0,-0E0,-1.5039803E-1,1.23890385E-1,-0E0,-0E0,3.100699E-1,-0E0,-1.6162825E-1,-0E0,1.2998676E-1,-0E0,3.2662347E-1,-0E0,-1.3286124E-1,-0E0,1.3369252E-1,-0E0,3.4237793E-1,1.400143E-1,-0E0,3.6017546E-1,-0E0,-0E0,1.5408479E-1,2.886241E-1,-0E0,-0E0,1.6041273E-1,-0E0,1.6685948E-1,1.708332E-1,-0E0,-0E0,1.7367692E-1,-0E0,1.7595011E-1,-0E0,1.7945303E-1,1.8607248E-1,-0E0,-0E0,1.9017382E-1,1.508547E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":47,"left_children":[1,3,5,7,9,11,13,15,-1,-1,17,19,21,23,-1,-1,25,-1,27,29,-1,-1,31,-1,33,-1,35,37,-1,-1,39,41,-1,43,-1,45,-1,47,-1,-1,49,51,-1,-1,53,55,-1,57,-1,59,-1,-1,61,63,-1,-1,65,-1,-1,-1,67,-1,69,-1,71,73,-1,-1,75,77,-1,79,-1,-1,81,83,-1,85,-1,-1,-1,87,-1,89,-1,-1,91,93,-1,-1,95,-1,97,-1,99,-1,101,-1,-1,-1,103,-1,105,107,-1,109,-1,-1,111,-1,-1,-1,113,-1,115,117,-1,-1,119,-1,121,-1,123,125,-1,-1,127,-1,-1],"loss_changes":[8.016935E-3,3.1954028E-2,2.4932617E-2,3.5034467E-2,6.34076E-3,4.699972E-3,2.3858612E-2,4.3682456E-2,0E0,0E0,7.3481556E-3,3.435603E-2,6.1157765E-3,2.528048E-2,0E0,0E0,4.8088513E-2,0E0,7.640169E-3,6.627048E-2,0E0,0E0,9.283619E-3,0E0,3.1961843E-2,0E0,3.929524E-2,1.4984401E-2,0E0,0E0,1.0649038E-1,1.0118858E-2,0E0,2.8881043E-2,0E0,3.8352564E-2,0E0,1.1894241E-2,0E0,0E0,7.857813E-2,1.4499497E-2,0E0,0E0,1.8559143E-2,3.4113795E-2,0E0,1.3844755E-2,0E0,8.0901E-2,0E0,0E0,1.7004546E-2,1.43343955E-2,0E0,0E0,2.9609978E-2,0E0,0E0,0E0,5.2231133E-2,0E0,1.8808365E-2,0E0,1.7754704E-2,2.9318303E-2,0E0,0E0,5.4000795E-2,9.370521E-3,0E0,5.606547E-3,0E0,0E0,3.1175941E-2,3.4402788E-2,0E0,1.1758901E-2,0E0,0E0,0E0,2.9051483E-2,0E0,3.1334877E-2,0E0,0E0,9.545974E-3,2.5794506E-2,0E0,0E0,2.539295E-2,0E0,5.720094E-3,0E0,1.6092867E-2,0E0,1.8810093E-2,0E0,0E0,0E0,1.4873862E-2,0E0,3.0156314E-2,2.628997E-2,0E0,1.0104597E-2,0E0,0E0,2.229017E-2,0E0,0E0,0E0,1.647532E-2,0E0,1.5907168E-2,1.27238035E-2,0E0,0E0,5.2366257E-3,0E0,6.454885E-3,0E0,5.4240227E-3,9.722948E-3,0E0,0E0,6.705582E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,10,10,11,11,12,12,13,13,16,16,18,18,19,19,22,22,24,24,26,26,27,27,30,30,31,31,33,33,35,35,37,37,40,40,41,41,44,44,45,45,47,47,49,49,52,52,53,53,56,56,60,60,62,62,64,64,65,65,68,68,69,69,71,71,74,74,75,75,77,77,81,81,83,83,86,86,87,87,90,90,92,92,94,94,96,96,100,100,102,102,103,103,105,105,108,108,112,112,114,114,115,115,118,118,120,120,122,122,123,123,126,126],"right_children":[2,4,6,8,10,12,14,16,-1,-1,18,20,22,24,-1,-1,26,-1,28,30,-1,-1,32,-1,34,-1,36,38,-1,-1,40,42,-1,44,-1,46,-1,48,-1,-1,50,52,-1,-1,54,56,-1,58,-1,60,-1,-1,62,64,-1,-1,66,-1,-1,-1,68,-1,70,-1,72,74,-1,-1,76,78,-1,80,-1,-1,82,84,-1,86,-1,-1,-1,88,-1,90,-1,-1,92,94,-1,-1,96,-1,98,-1,100,-1,102,-1,-1,-1,104,-1,106,108,-1,110,-1,-1,112,-1,-1,-1,114,-1,116,118,-1,-1,120,-1,122,-1,124,126,-1,-1,128,-1,-1],"split_conditions":[7.216797E-1,4.7026196E0,9.3652344E-1,8.847656E-1,1.15234375E-1,2.732861E0,9.9853516E-1,7.147217E-2,-0E0,-0E0,7.022027E1,9.3002686E1,1.6815954E0,4.2237785E1,-0E0,-0E0,8.496094E-2,-0E0,5.5308394E0,7.107589E1,-0E0,-0E0,4.6037035E0,-0E0,5.7994533E0,-0E0,7.988281E-1,9.8535156E-1,-0E0,-0E0,4.025E1,4.6527977E0,-0E0,7.264352E-1,-0E0,1.18E2,-0E0,5.7994533E0,-0E0,-0E0,9.970703E-1,5.9173584E-2,-0E0,-0E0,9.946289E-1,4.8332214E-3,-0E0,1.54625E2,-0E0,1.126709E-1,-0E0,-0E0,1.8334961E-1,3.289795E-2,-0E0,-0E0,9.770508E-1,-1.06568955E-1,-0E0,-0E0,1.6204834E-2,-0E0,1.2217908E2,-0E0,4.2346306E0,7.011088E-1,-0E0,-0E0,4.5349836E0,9.9853516E-1,-0E0,6.964659E-1,-0E0,-0E0,4.911331E0,9.9560547E-1,-0E0,6.719971E-2,-0E0,-0E0,-1.4341421E-1,2.9045862E2,-0E0,3.903125E1,-0E0,-0E0,7.6123047E-1,3.178125E1,-0E0,-0E0,6.595758E-1,-0E0,3.821875E1,-0E0,1.2072754E-1,-0E0,2.607422E-1,-0E0,-1.3286124E-1,-0E0,9.9902344E-1,-0E0,9.921875E-1,7.879639E-2,-0E0,9.433594E-1,-0E0,-0E0,8.031195E-1,2.886241E-1,-0E0,-0E0,8.282471E-2,-0E0,4.521225E0,9.07135E-3,-0E0,-0E0,4.352622E1,-0E0,3.525E1,-0E0,1.13125E2,1.3977051E-1,-0E0,-0E0,7.089844E-1,1.508547E-1,-0E0],"split_indices":[18,2,17,12,16,0,14,18,0,0,7,5,2,7,0,0,13,0,1,5,0,0,1,0,2,0,13,16,0,0,10,2,0,2,0,10,0,2,0,0,14,17,0,0,16,17,0,11,0,14,0,0,14,16,0,0,19,0,0,0,17,0,5,0,0,2,0,0,1,14,0,0,0,0,1,18,0,13,0,0,0,6,0,9,0,0,18,10,0,0,0,0,9,0,15,0,15,0,0,0,15,0,14,12,0,12,0,0,0,0,0,0,18,0,2,16,0,0,5,0,9,0,11,14,0,0,18,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2847296E2,8.975484E1,3.871812E1,8.233082E1,7.424023E0,2.8847641E1,9.87048E0,7.688876E1,5.4420505E0,1.7195268E0,5.7044964E0,1.854494E1,1.0302701E1,9.043501E0,8.26978E-1,2.802829E1,4.8860474E1,1.4270861E0,4.2774105E0,1.3903684E1,4.641257E0,3.002152E0,7.3005486E0,8.316661E-1,8.211835E0,7.2019124E0,4.165856E1,4.0115376E0,2.6587272E-1,3.7948213E0,1.0108863E1,6.897497E0,4.030513E-1,7.966445E0,2.4539018E-1,3.3842213E1,7.816348E0,3.4317615E0,5.797761E-1,1.4695385E0,8.639324E0,6.4518228E0,4.456745E-1,4.2624593E-1,7.5401993E0,3.1238401E1,2.6038127E0,3.0142827E0,4.1747886E-1,7.7308683E0,9.084558E-1,1.2212669E0,5.230556E0,6.9741526E0,5.6604666E-1,1.0953453E0,3.0143057E1,2.8241987E0,1.9008408E-1,4.6403453E-1,7.266834E0,4.722743E-1,4.7582817E0,6.080718E-1,6.3660808E0,2.802431E1,2.1187472E0,3.6898258E-1,6.8978515E0,4.4235625E0,3.347191E-1,5.4137945E0,9.5228606E-1,5.509427E-1,2.7473366E1,5.9885306E0,9.093207E-1,4.058758E0,3.648046E-1,2.509747E-1,5.16282E0,2.5687675E1,1.7856907E0,5.4034243E0,5.851063E-1,2.7220038E-1,3.7865577E0,2.5392868E1,2.9480696E-1,2.528452E-1,5.150579E0,2.095662E-1,3.5769913E0,8.45185E-1,2.4547684E1,3.2021597E-1,4.8303633E0,2.0899044E-1,3.368001E0,4.6895665E-1,2.4078726E1,3.188009E-1,4.5115623E0,2.2668041E1,1.4106859E0,4.2609816E0,2.5058055E-1,2.9307456E0,1.9737295E1,4.0845475E0,1.7643426E-1,6.9890714E-1,1.9038387E1,8.888555E-1,1.8149532E1,1.7837082E1,3.124505E-1,1.7374825E-1,1.7663334E1,2.9714012E-1,1.7366194E1,4.9024796E-1,1.6875946E1,1.5818313E1,1.0576326E0,4.2742014E-1,1.5390893E1,1.5043867E1,3.47026E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"129","size_leaf_vector":"0"}},{"base_weights":[-1.1213778E-3,-1.19220605E-2,-0E0,-2.2943852E-2,-0E0,2.4539355E-2,-0E0,-5.0015334E-2,-0E0,1.3688642E-2,-0E0,5.5716053E-2,-0E0,-3.015615E-2,-0E0,-6.562109E-2,-0E0,-0E0,4.5478392E-2,-0E0,-5.2985482E-2,-0E0,7.519375E-2,-0E0,-5.2034806E-2,-7.857935E-2,-0E0,-0E0,7.7971324E-2,-8.609926E-2,-0E0,-0E0,8.790929E-2,-0E0,-7.422158E-2,-8.950638E-2,-0E0,1.0746157E-1,-0E0,-1.2420206E-1,-0E0,9.8003075E-2,-0E0,-1.06035165E-1,-0E0,-9.875242E-2,-0E0,1.2339317E-1,-0E0,-1.325466E-1,-0E0,1.0770703E-1,-0E0,-1.2916125E-1,-0E0,-0E0,-1.1206975E-1,-0E0,1.3910107E-1,-1.4522587E-1,-0E0,1.19945005E-1,-0E0,-0E0,-1.5443003E-1,-1.2126155E-1,-0E0,1.5200496E-1,-0E0,-0E0,-1.5808168E-1,-0E0,1.2920277E-1,-0E0,-1.7255604E-1,-0E0,-1.505694E-1,-0E0,1.7407486E-1,-0E0,-1.3236645E-1,1.390584E-1,-0E0,-0E0,-1.849821E-1,-1.6731513E-1,-0E0,-0E0,1.8619123E-1,1.4831041E-1,-0E0,-0E0,-1.9211346E-1,-0E0,-1.7235745E-1,-0E0,1.9540806E-1,1.553435E-1,-0E0,-1.6160573E-1,-0E0,-0E0,-1.3586146E-1,-0E0,2.0388812E-1,1.8056257E-1,-0E0,-0E0,2.234889E-1,1.8646097E-1,-0E0,-0E0,2.516143E-1,1.9243877E-1,-0E0,-0E0,2.63446E-1,-0E0,1.5369153E-1,-0E0,2.1051021E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":48,"left_children":[1,3,5,7,9,11,13,15,-1,17,19,21,-1,23,-1,25,-1,-1,27,-1,29,-1,31,-1,33,35,-1,-1,37,39,-1,-1,41,-1,43,45,-1,47,-1,49,-1,51,-1,53,-1,55,-1,57,-1,59,-1,61,-1,63,-1,-1,65,-1,67,69,-1,71,-1,-1,73,75,-1,77,-1,-1,79,-1,81,-1,83,-1,85,-1,87,-1,-1,89,-1,-1,91,93,-1,-1,95,97,-1,-1,99,-1,101,-1,103,105,-1,-1,-1,-1,-1,-1,107,109,-1,-1,111,113,-1,-1,115,117,-1,-1,119,-1,-1,-1,-1],"loss_changes":[1.2309376E-2,1.8793631E-2,1.447729E-2,5.712063E-2,3.8454663E-3,3.8629558E-2,7.543592E-3,3.7281506E-2,0E0,3.1370856E-2,1.8076371E-2,3.5498362E-2,0E0,1.2850242E-2,0E0,3.9290935E-2,0E0,0E0,5.9532374E-2,0E0,1.8931888E-2,0E0,2.7722418E-2,0E0,1.7594587E-2,3.7515566E-2,0E0,0E0,6.910553E-2,2.9984836E-2,0E0,0E0,2.5711983E-2,0E0,3.426591E-2,3.685966E-2,0E0,3.9244086E-2,0E0,5.847946E-3,0E0,2.1678016E-2,0E0,2.3572028E-2,0E0,4.8290387E-2,0E0,3.7891403E-2,0E0,8.3452985E-3,0E0,2.56764E-2,0E0,2.6394546E-2,0E0,0E0,4.1915357E-2,0E0,3.4805596E-2,8.452132E-3,0E0,2.4940416E-2,0E0,0E0,1.4277503E-2,4.8963398E-2,0E0,4.2268455E-2,0E0,0E0,7.6361895E-3,0E0,2.668421E-2,0E0,1.4200717E-2,0E0,4.171768E-2,0E0,3.759542E-2,0E0,0E0,1.6737252E-2,0E0,0E0,5.8407634E-3,2.044329E-2,0E0,0E0,2.044639E-2,1.6194344E-2,0E0,0E0,1.0280833E-2,0E0,3.3174455E-3,0E0,1.4200568E-2,3.2516956E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.7277181E-2,1.4224708E-2,0E0,0E0,6.806776E-2,1.3350874E-2,0E0,0E0,3.3397198E-2,6.676972E-3,0E0,0E0,9.801567E-3,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,10,10,11,11,13,13,15,15,18,18,20,20,22,22,24,24,25,25,28,28,29,29,32,32,34,34,35,35,37,37,39,39,41,41,43,43,45,45,47,47,49,49,51,51,53,53,56,56,58,58,59,59,61,61,64,64,65,65,67,67,70,70,72,72,74,74,76,76,78,78,81,81,84,84,85,85,88,88,89,89,92,92,94,94,96,96,97,97,104,104,105,105,108,108,109,109,112,112,113,113,116,116],"right_children":[2,4,6,8,10,12,14,16,-1,18,20,22,-1,24,-1,26,-1,-1,28,-1,30,-1,32,-1,34,36,-1,-1,38,40,-1,-1,42,-1,44,46,-1,48,-1,50,-1,52,-1,54,-1,56,-1,58,-1,60,-1,62,-1,64,-1,-1,66,-1,68,70,-1,72,-1,-1,74,76,-1,78,-1,-1,80,-1,82,-1,84,-1,86,-1,88,-1,-1,90,-1,-1,92,94,-1,-1,96,98,-1,-1,100,-1,102,-1,104,106,-1,-1,-1,-1,-1,-1,108,110,-1,-1,112,114,-1,-1,116,118,-1,-1,120,-1,-1,-1,-1],"split_conditions":[1.3797261E2,3.3691406E-1,3.0908203E-1,7.949219E-1,7.216797E-1,2.0567703E0,1.1856257E0,4.129727E0,-0E0,1.5737042E0,4.9389648E-1,7.011088E-1,-0E0,1.5049149E2,-0E0,9.5875E1,-0E0,-0E0,3.289795E-2,-0E0,7.8E1,-0E0,3.275E1,-0E0,6.149292E-3,4.858024E0,-0E0,-0E0,4.25726E0,4.374597E0,-0E0,-0E0,9.902344E-1,-0E0,9.921875E-1,9.921875E-1,-0E0,5.0828595E0,-0E0,9.892578E-1,-0E0,5.3715096E0,-0E0,4.9718E0,-0E0,6.4697266E-2,-0E0,8.460999E-3,-0E0,1.5760175E2,-0E0,9.975586E-1,-0E0,7.086182E-2,-0E0,-0E0,1.230625E2,-0E0,2.410068E2,7.098389E-2,-0E0,1.2369247E2,-0E0,-0E0,6.1484783E1,4.852295E-2,-0E0,6.419855E1,-0E0,-0E0,2.3071289E-2,-0E0,4.9604406E0,-0E0,3.4125E1,-0E0,9.9853516E-1,-0E0,1.1895752E-1,-0E0,-1.3236645E-1,9.8828125E-1,-0E0,-0E0,1.2298584E-2,5.9906006E-2,-0E0,-0E0,3.065625E1,2.275E2,-0E0,-0E0,2.095634E2,-0E0,3.1015625E1,-0E0,1.027832E-1,9.7509766E-1,-0E0,-1.6160573E-1,-0E0,-0E0,-1.3586146E-1,-0E0,3.340625E1,5.7019033E0,-0E0,-0E0,6.281734E1,9.970703E-1,-0E0,-0E0,3.821875E1,4.4059753E-3,-0E0,-0E0,1.3611656E2,-0E0,1.5369153E-1,-0E0,2.1051021E-1],"split_indices":[7,12,12,17,18,3,3,1,0,2,12,2,0,7,0,9,0,0,16,0,9,0,10,0,19,2,0,0,0,0,0,0,13,0,14,19,0,2,0,19,0,1,0,0,0,16,0,19,0,4,0,14,0,13,0,0,10,0,6,14,0,6,0,0,4,19,0,4,0,0,16,0,2,0,11,0,15,0,14,0,0,18,0,0,17,15,0,0,8,9,0,0,6,0,11,0,15,16,0,0,0,0,0,0,8,0,0,0,5,19,0,0,9,17,0,0,6,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.27011475E2,8.723121E1,3.9780273E1,5.8888565E1,2.834264E1,2.354147E1,1.6238802E1,3.4831917E1,2.4056648E1,2.002241E1,8.320232E0,1.6607628E1,6.9338403E0,7.795191E0,8.443612E0,2.8682943E1,6.148973E0,3.4955773E0,1.652683E1,2.3815434E0,5.9386888E0,1.4366627E0,1.5170966E1,7.63179E-1,7.0320115E0,2.6214825E1,2.46812E0,1.4419545E0,1.5084876E1,4.4922915E0,1.4463977E0,6.1830276E-1,1.4552664E1,6.3611346E-1,6.3958983E0,2.4773012E1,1.4418122E0,1.3688981E1,1.3958951E0,3.8428257E0,6.4946556E-1,1.4288702E1,2.6396137E-1,5.9263453E0,4.6955293E-1,2.4041704E1,7.313082E-1,1.2839025E1,8.499566E-1,3.646092E0,1.9673371E-1,1.3612611E1,6.7609143E-1,5.244079E0,6.8226606E-1,1.6411799E0,2.2400524E1,8.8420063E-1,1.1954824E1,3.3494177E0,2.9667434E-1,1.2664427E1,9.4818383E-1,6.192197E-1,4.6248593E0,2.1910856E1,4.8966682E-1,1.1436346E1,5.1847833E-1,2.624179E-1,3.0869997E0,3.2491955E-1,1.2339507E1,5.406211E-1,4.0842385E0,5.7155876E0,1.6195269E1,1.4399039E0,9.996442E0,2.0920655E-1,2.877793E0,1.1963966E1,3.7554076E-1,1.8019837E-1,3.90404E0,1.451083E1,1.6844391E0,2.37193E-1,9.759249E0,1.1218321E1,7.456454E-1,1.626381E-1,3.741402E0,1.7727655E-1,1.4333553E1,4.0950862E-1,9.34974E0,1.0852343E1,3.6597887E-1,3.3862047E0,3.5519728E-1,1.996798E-1,1.4133874E1,4.6069342E-1,8.889047E0,8.900014E0,1.9523278E0,1.2287774E0,7.6602697E0,8.723847E0,1.7616677E-1,6.47193E-1,7.0130763E0,8.520218E0,2.0363005E-1,1.7848846E-1,6.834588E0,2.4441878E-1,8.275799E0,2.1123372E-1,6.6233544E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"121","size_leaf_vector":"0"}},{"base_weights":[-0E0,-0E0,-9.373634E-3,1.2772613E-2,-0E0,-0E0,-2.5051735E-2,-0E0,2.991538E-2,-4.6274863E-2,-0E0,-0E0,5.0785188E-2,-0E0,-7.068437E-2,6.395744E-2,-0E0,-8.874936E-2,-0E0,-0E0,7.52649E-2,-0E0,-1.0727484E-1,8.714312E-2,-0E0,-1.308056E-1,-0E0,-0E0,1.18366994E-1,-0E0,-1.54201E-1,-0E0,1.334543E-1,-1.7264149E-1,-0E0,1.457888E-1,-0E0,-1.8072669E-1,-0E0,1.6509826E-1,-0E0,-1.8716455E-1,-0E0,-0E0,1.709703E-1,-0E0,-1.9667538E-1,1.7769498E-1,-0E0,-2.0150043E-1,-0E0,-0E0,1.8740034E-1,-0E0,-2.0662661E-1,-0E0,1.9242647E-1,-0E0,-2.1697623E-1,2.0144044E-1,-0E0,-0E0,-2.2698836E-1,-0E0,2.1198438E-1,-1.8916817E-1,-0E0,2.2659464E-1,-0E0,-0E0,2.3344713E-1,-0E0,2.4098489E-1,2.4654865E-1,-0E0,-0E0,2.5168774E-1,1.9943973E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":49,"left_children":[1,3,5,7,-1,-1,9,-1,11,13,-1,-1,15,-1,17,19,-1,21,-1,-1,23,-1,25,27,-1,29,-1,-1,31,-1,33,-1,35,37,-1,39,-1,41,-1,43,-1,45,-1,-1,47,-1,49,51,-1,53,-1,-1,55,-1,57,-1,59,-1,61,63,-1,-1,65,-1,67,-1,-1,69,-1,-1,71,-1,73,75,-1,-1,77,-1,-1],"loss_changes":[7.384882E-3,6.233843E-3,2.6247833E-2,2.483641E-2,0E0,0E0,4.8876505E-2,0E0,4.9382932E-2,4.48986E-2,0E0,0E0,4.0235773E-2,0E0,3.6328807E-2,3.8521186E-2,0E0,5.245857E-2,0E0,0E0,3.8541794E-2,0E0,5.7538003E-2,8.7123275E-2,0E0,6.2487155E-2,0E0,0E0,6.7680925E-2,0E0,5.8817983E-2,0E0,4.9023926E-2,2.9610753E-2,0E0,4.5993447E-2,0E0,2.325198E-2,0E0,2.3332864E-2,0E0,2.1714449E-2,0E0,0E0,2.5576442E-2,0E0,1.6721696E-2,3.5822123E-2,0E0,1.30312145E-2,0E0,0E0,2.1603882E-2,0E0,1.6568959E-2,0E0,1.7251909E-2,0E0,1.8886983E-2,2.540356E-2,0E0,0E0,1.3806045E-2,0E0,1.6952276E-2,0E0,0E0,2.0938039E-2,0E0,0E0,1.1201084E-2,0E0,1.1491895E-2,1.5802205E-2,0E0,0E0,3.1586885E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,6,6,8,8,9,9,12,12,14,14,15,15,17,17,20,20,22,22,23,23,25,25,28,28,30,30,32,32,33,33,35,35,37,37,39,39,41,41,44,44,46,46,47,47,49,49,52,52,54,54,56,56,58,58,59,59,62,62,64,64,67,67,70,70,72,72,73,73,76,76],"right_children":[2,4,6,8,-1,-1,10,-1,12,14,-1,-1,16,-1,18,20,-1,22,-1,-1,24,-1,26,28,-1,30,-1,-1,32,-1,34,-1,36,38,-1,40,-1,42,-1,44,-1,46,-1,-1,48,-1,50,52,-1,54,-1,-1,56,-1,58,-1,60,-1,62,64,-1,-1,66,-1,68,-1,-1,70,-1,-1,72,-1,74,76,-1,-1,78,-1,-1],"split_conditions":[3.728125E1,1.9821982E2,1.4916992E-1,3.1982422E-1,-0E0,-0E0,1.640482E2,-0E0,4.324341E-2,1.282959E-1,-0E0,-0E0,9.931453E1,-0E0,9.716797E-1,1.1563888E2,-0E0,2.2021484E-1,-0E0,-0E0,9.794922E-1,-0E0,9.584961E-1,4.449623E1,-0E0,3.369788E1,-0E0,-0E0,3.375E1,-0E0,1.347455E2,-0E0,9.970703E-1,5.5308394E0,-0E0,4.106902E0,-0E0,9.8095703E-1,-0E0,3.5858154E-3,-0E0,9.3809134E-1,-0E0,-0E0,9.272461E-1,-0E0,5.470021E0,4.3969585E1,-0E0,2.8833008E-1,-0E0,-0E0,3.0171875E1,-0E0,2.4938965E-1,-0E0,9.2643135E1,-0E0,3.9716488E1,7.512394E-1,-0E0,-0E0,9.980469E-1,-0E0,9.8095703E-1,-1.8916817E-1,-0E0,5.4540688E1,-0E0,-0E0,3.525E1,-0E0,9.9365234E-1,3.4868896E1,-0E0,-0E0,8.647461E-1,1.9943973E-1,-0E0],"split_indices":[8,6,12,14,0,0,7,0,17,18,0,0,5,0,17,6,0,14,0,0,18,0,18,7,0,7,0,0,9,0,5,0,17,1,0,1,0,13,0,19,0,2,0,0,12,0,2,4,0,14,0,0,8,0,15,0,5,0,7,2,0,0,14,0,17,0,0,4,0,0,9,0,16,5,0,0,12,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.25576065E2,4.2028038E1,8.354803E1,3.7711697E1,4.316341E0,3.0457712E1,5.3090317E1,3.4936106E0,3.4218086E1,3.8031174E1,1.5059142E1,3.5242257E0,3.0693861E1,1.3030637E1,2.5000536E1,2.9004309E1,1.689553E0,2.0288132E1,4.712404E0,1.3991675E0,2.760514E1,2.0014398E0,1.8286692E1,2.5540813E1,2.0643272E0,1.5498337E1,2.7883546E0,5.708189E0,1.9832624E1,1.8583326E0,1.3640004E1,5.372745E-1,1.929535E1,1.2754059E1,8.859459E-1,1.8393995E1,9.013545E-1,1.2501264E1,2.5279468E-1,1.5920237E1,2.4737587E0,1.2286007E1,2.152571E-1,3.10322E-1,1.5609915E1,6.4534324E-1,1.1640663E1,1.5223671E1,3.8624382E-1,1.1478032E1,1.6263111E-1,5.664426E-1,1.4657228E1,2.8173095E-1,1.1196301E1,1.980179E-1,1.445921E1,7.372567E-1,1.0459044E1,1.357554E1,8.836709E-1,5.788858E-1,9.880159E0,8.000808E-1,1.2775458E1,8.827664E0,1.052495E0,1.1448876E1,1.3265824E0,3.0698806E-1,1.1141888E1,5.2402335E-1,1.0617865E1,1.0310795E1,3.0706966E-1,1.8751566E-1,1.012328E1,9.841468E0,2.8181148E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"79","size_leaf_vector":"0"}},{"base_weights":[-1.8151413E-3,-1.2812043E-2,-0E0,-3.5076752E-2,-0E0,9.405021E-3,-0E0,-0E0,-4.6427112E-2,-0E0,3.1076945E-2,-0E0,-1.7879257E-2,-6.0057808E-2,-0E0,-0E0,5.6621123E-2,-0E0,-4.7202982E-2,-6.853686E-2,-0E0,8.400715E-2,-0E0,-7.045244E-2,-0E0,-8.799751E-2,-0E0,1.0404758E-1,-0E0,-8.739204E-2,-0E0,-0E0,-1.0150103E-1,1.5391226E-1,-0E0,-0E0,-9.958199E-2,-0E0,-1.11829385E-1,1.7454535E-1,-0E0,-1.1924459E-1,-0E0,-0E0,-1.23535894E-1,-0E0,1.8417892E-1,-1.3096718E-1,-0E0,-0E0,-1.3774098E-1,-0E0,1.9374555E-1,-1.4240015E-1,-0E0,-1.4998104E-1,-0E0,2.0498528E-1,-0E0,-1.1453282E-1,-0E0,-1.5809752E-1,-0E0,2.2160622E-1,-0E0,-1.6257901E-1,-0E0,2.5037214E-1,-0E0,-1.6546722E-1,-0E0,2.7354217E-1,-0E0,-0E0,-1.3294715E-1,3.0357832E-1,-0E0,3.1186348E-1,-0E0,-0E0,3.2377255E-1,2.5860992E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":50,"left_children":[1,3,5,7,-1,9,11,-1,13,-1,15,-1,17,19,-1,-1,21,-1,23,25,-1,27,-1,29,-1,31,-1,33,-1,35,-1,-1,37,39,-1,-1,41,-1,43,45,-1,47,-1,-1,49,-1,51,53,-1,-1,55,-1,57,59,-1,61,-1,63,-1,-1,-1,65,-1,67,-1,69,-1,71,-1,73,-1,75,-1,-1,-1,77,-1,79,-1,-1,81,-1,-1],"loss_changes":[1.0061899E-2,1.8709889E-2,4.4337083E-3,1.382309E-2,0E0,2.6040396E-2,2.7391792E-3,0E0,2.499614E-2,0E0,4.3742485E-2,0E0,1.5153832E-2,1.353392E-2,0E0,0E0,7.4040025E-2,0E0,1.9371958E-2,1.8731035E-2,0E0,6.971213E-2,0E0,1.3038926E-2,0E0,2.2161074E-2,0E0,7.330634E-2,0E0,1.2957986E-2,0E0,0E0,2.3870945E-2,5.633709E-2,0E0,0E0,1.4077276E-2,0E0,1.7833874E-2,3.373128E-2,0E0,1.0106146E-2,0E0,0E0,2.228874E-2,0E0,3.1523526E-2,1.1310704E-2,0E0,0E0,2.0198882E-2,0E0,2.2739947E-2,2.4427623E-3,0E0,1.6199395E-2,0E0,3.426844E-2,0E0,0E0,0E0,5.6824386E-3,0E0,3.790316E-2,0E0,2.9707104E-3,0E0,4.740125E-2,0E0,2.1532774E-3,0E0,6.0055256E-2,0E0,0E0,0E0,1.5118778E-2,0E0,5.566001E-3,0E0,0E0,5.191803E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,5,5,6,6,8,8,10,10,12,12,13,13,16,16,18,18,19,19,21,21,23,23,25,25,27,27,29,29,32,32,33,33,36,36,38,38,39,39,41,41,44,44,46,46,47,47,50,50,52,52,53,53,55,55,57,57,61,61,63,63,65,65,67,67,69,69,71,71,75,75,77,77,80,80],"right_children":[2,4,6,8,-1,10,12,-1,14,-1,16,-1,18,20,-1,-1,22,-1,24,26,-1,28,-1,30,-1,32,-1,34,-1,36,-1,-1,38,40,-1,-1,42,-1,44,46,-1,48,-1,-1,50,-1,52,54,-1,-1,56,-1,58,60,-1,62,-1,64,-1,-1,-1,66,-1,68,-1,70,-1,72,-1,74,-1,76,-1,-1,-1,78,-1,80,-1,-1,82,-1,-1],"split_conditions":[4.23125E1,8.8964844E-1,7.1240234E-1,2.4169922E-2,-0E0,1.1279297E-1,4.4875E1,-0E0,1.23625E2,-0E0,6.915283E-2,-0E0,4.303125E1,9.8535156E-1,-0E0,-0E0,4.510386E0,-0E0,9.9853516E-1,1.2155942E2,-0E0,9.213867E-1,-0E0,1.4183609E2,-0E0,8.0771166E-1,-0E0,4.9829102E-1,-0E0,4.76875E1,-0E0,-0E0,6.713867E-2,4.7766466E0,-0E0,-0E0,3.876618E0,-0E0,3.275E1,5.670253E-1,-0E0,2.7592123E2,-0E0,-0E0,9.817491E-1,-0E0,3.275E1,5.3953815E0,-0E0,-0E0,1.230625E2,-0E0,1.621244E2,1.3530252E2,-0E0,9.946289E-1,-0E0,9.9121094E-1,-0E0,-1.1453282E-1,-0E0,9.9853516E-1,-0E0,1.1562682E2,-0E0,5.2653766E0,-0E0,4.961189E0,-0E0,6.8893433E-3,-0E0,9.9072266E-1,-0E0,-0E0,-1.3294715E-1,2.2780962E2,-0E0,6.713867E-2,-0E0,-0E0,9.921875E-1,2.5860992E-1,-0E0],"split_indices":[8,15,13,19,0,13,10,0,9,0,18,0,8,19,0,0,3,0,14,4,0,12,0,4,0,2,0,19,0,9,0,0,14,0,0,0,0,0,11,2,0,6,0,0,3,0,11,2,0,0,10,0,4,4,0,16,0,17,0,0,0,17,0,5,0,2,0,1,0,18,0,16,0,0,0,6,0,12,0,0,18,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.24668884E2,6.330992E1,6.1358963E1,2.321968E1,4.009024E1,4.962421E1,1.173475E1,3.7671223E0,1.9452559E1,1.8570223E1,3.1053988E1,3.6659195E0,8.0688305E0,1.8353489E1,1.099069E0,8.404361E0,2.2649628E1,5.382942E-1,7.530536E0,1.6858332E1,1.4951572E0,2.050785E1,2.1417768E0,7.0077314E0,5.228045E-1,1.244861E1,4.4097223E0,1.9634008E1,8.7384176E-1,6.086548E0,9.2118376E-1,1.0650942E0,1.1383516E1,1.1795804E1,7.8382044E0,2.0713839E-1,5.8794093E0,1.8492371E-1,1.1198592E1,1.0909811E1,8.859934E-1,4.9390373E0,9.4037193E-1,9.4352937E-1,1.0255063E1,1.6799447E-1,1.07418165E1,4.598138E0,3.408998E-1,9.2914444E-1,9.325918E0,2.4298187E-1,1.0498835E1,4.370153E0,2.2798452E-1,8.685517E0,6.404015E-1,9.866913E0,6.319214E-1,4.1935835E0,1.7656974E-1,8.414696E0,2.7082083E-1,9.067948E0,7.9896504E-1,8.144985E0,2.697105E-1,7.6003237E0,1.4676243E0,7.9543285E0,1.906569E-1,6.919678E0,6.8064547E-1,4.124879E-1,7.541841E0,6.175742E0,7.4393594E-1,5.981199E0,1.9454335E-1,4.1492134E-1,5.5662775E0,5.332201E0,2.3407656E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"83","size_leaf_vector":"0"}},{"base_weights":[-6.1394705E-4,-0E0,-2.3278946E-2,-5.321216E-3,5.503783E-3,-0E0,-4.591968E-2,-3.0184774E-2,-0E0,-2.6551704E-3,3.049327E-2,-0E0,-7.8513704E-2,-0E0,-5.219047E-2,-0E0,-8.484296E-2,-0E0,4.86179E-2,-1.06610835E-1,-0E0,-0E0,-6.6946484E-2,1.5194515E-2,-0E0,-1.2041697E-1,-0E0,6.63298E-2,-0E0,-0E0,-1.24265715E-1,-0E0,-8.3057284E-2,3.611489E-2,-0E0,-1.3588451E-1,-0E0,8.676968E-2,-0E0,-0E0,-1.362539E-1,-1.0380509E-1,-0E0,-0E0,5.5908944E-2,-1.5029795E-1,-0E0,1.03961654E-1,-0E0,-0E0,-1.1054981E-1,-0E0,-1.1725299E-1,9.0150885E-2,-0E0,-1.618824E-1,-0E0,-0E0,1.13353506E-1,-1.3466181E-1,-0E0,1.04027264E-1,-0E0,-1.7692976E-1,-0E0,1.1841705E-1,-0E0,-0E0,-1.5321358E-1,-0E0,1.20668024E-1,-0E0,-2.0327619E-1,-0E0,1.2817043E-1,-1.6344018E-1,-0E0,-0E0,1.3192464E-1,-0E0,-2.141343E-1,-0E0,1.5716033E-1,-1.7519157E-1,-0E0,1.3805848E-1,-0E0,-0E0,-2.3184198E-1,1.8106796E-1,-0E0,-1.8565933E-1,-0E0,-0E0,1.5026486E-1,-0E0,-2.4449661E-1,-0E0,1.9752617E-1,-1.9466254E-1,-0E0,1.5808284E-1,-0E0,-1.9736053E-1,-0E0,-0E0,2.0722887E-1,-0E0,-2.0533268E-1,1.2997085E-1,-0E0,2.2121187E-1,-0E0,-2.2345476E-1,-0E0,2.2791858E-1,-0E0,-0E0,-2.2890612E-1,-0E0,2.3859699E-1,-2.334116E-1,-0E0,-0E0,2.5963724E-1,-0E0,-1.8698385E-1,-0E0,2.6629445E-1,-0E0,2.7444428E-1,2.7956933E-1,-0E0,-0E0,2.2047445E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":51,"left_children":[1,3,5,7,9,-1,11,13,-1,15,17,-1,19,-1,21,23,25,-1,27,29,-1,-1,31,33,-1,35,-1,37,-1,-1,39,-1,41,43,-1,45,-1,47,-1,-1,49,51,-1,-1,53,55,-1,57,-1,-1,-1,-1,59,61,-1,63,-1,-1,65,67,-1,69,-1,71,-1,73,-1,-1,75,-1,77,-1,79,-1,81,83,-1,-1,85,-1,87,-1,89,91,-1,93,-1,-1,95,97,-1,99,-1,-1,101,-1,103,-1,105,107,-1,109,-1,-1,-1,-1,111,-1,113,-1,-1,115,-1,117,-1,119,-1,-1,121,-1,123,125,-1,-1,127,-1,-1,-1,129,-1,131,133,-1,-1,-1],"loss_changes":[6.3026557E-3,3.360535E-3,1.5556579E-2,1.9888654E-2,4.2956885E-2,0E0,2.0302242E-2,2.4962215E-2,0E0,8.09664E-2,4.6794705E-2,0E0,2.257917E-2,0E0,2.5330625E-2,2.9223727E-3,6.479015E-2,0E0,5.1660977E-2,1.8661879E-2,0E0,0E0,2.9936574E-2,1.2145395E-2,0E0,3.0798078E-2,0E0,6.492148E-2,0E0,0E0,1.2605637E-2,0E0,4.0257894E-2,1.8840846E-2,0E0,3.1268E-2,0E0,7.6438576E-2,0E0,0E0,3.70121E-3,3.1044945E-2,0E0,0E0,2.8126605E-2,2.8499603E-2,0E0,3.8660288E-2,0E0,0E0,0E0,0E0,3.9552286E-2,1.8609218E-2,0E0,2.2700131E-2,0E0,0E0,2.7151942E-2,4.745598E-2,0E0,1.8668324E-2,0E0,3.1116068E-2,0E0,2.7511448E-2,0E0,0E0,2.1200716E-2,0E0,1.2089312E-2,0E0,1.4534801E-2,0E0,4.1942984E-2,2.7000278E-2,0E0,0E0,6.7557693E-3,0E0,2.9437333E-2,0E0,3.8118035E-2,2.811268E-2,0E0,1.7902993E-2,0E0,0E0,2.6193768E-2,4.0980786E-2,0E0,2.376479E-2,0E0,0E0,7.834062E-3,0E0,1.511085E-2,0E0,4.223323E-2,2.8150797E-2,0E0,9.061798E-3,0E0,0E0,0E0,0E0,2.733934E-2,0E0,3.5071105E-2,0E0,0E0,1.9299924E-2,0E0,8.832425E-3,0E0,3.2156944E-2,0E0,0E0,7.835269E-3,0E0,2.4586856E-2,3.2581687E-3,0E0,0E0,2.183032E-2,0E0,0E0,0E0,1.3687789E-2,0E0,1.1997819E-2,2.3709536E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,9,9,10,10,12,12,14,14,15,15,16,16,18,18,19,19,22,22,23,23,25,25,27,27,30,30,32,32,33,33,35,35,37,37,40,40,41,41,44,44,45,45,47,47,52,52,53,53,55,55,58,58,59,59,61,61,63,63,65,65,68,68,70,70,72,72,74,74,75,75,78,78,80,80,82,82,83,83,85,85,88,88,89,89,91,91,94,94,96,96,98,98,99,99,101,101,106,106,108,108,111,111,113,113,115,115,118,118,120,120,121,121,124,124,128,128,130,130,131,131],"right_children":[2,4,6,8,10,-1,12,14,-1,16,18,-1,20,-1,22,24,26,-1,28,30,-1,-1,32,34,-1,36,-1,38,-1,-1,40,-1,42,44,-1,46,-1,48,-1,-1,50,52,-1,-1,54,56,-1,58,-1,-1,-1,-1,60,62,-1,64,-1,-1,66,68,-1,70,-1,72,-1,74,-1,-1,76,-1,78,-1,80,-1,82,84,-1,-1,86,-1,88,-1,90,92,-1,94,-1,-1,96,98,-1,100,-1,-1,102,-1,104,-1,106,108,-1,110,-1,-1,-1,-1,112,-1,114,-1,-1,116,-1,118,-1,120,-1,-1,122,-1,124,126,-1,-1,128,-1,-1,-1,130,-1,132,134,-1,-1,-1],"split_conditions":[1.4402605E2,1.7363583E0,1.5978085E0,7.84375E1,7.761472E1,-0E0,6.713867E-2,7.562318E1,-0E0,1.6200897E2,4.025E1,-0E0,9.980469E-1,-0E0,2.1252441E-1,6.9433594E-1,6.9384766E-1,-0E0,2.2293982E2,5.8250427E-3,-0E0,-0E0,9.223938E-3,9.711914E-1,-0E0,5.0332355E0,-0E0,9.9658203E-1,-0E0,-0E0,1.116044E2,-0E0,9.980469E-1,4.352622E1,-0E0,1.3640794E2,-0E0,1.218125E2,-0E0,-0E0,3.509375E1,6.50896E-1,-0E0,-0E0,7.20344E1,9.9560547E-1,-0E0,1.9055176E-1,-0E0,-0E0,-1.1054981E-1,-0E0,9.8828125E-1,9.1796875E-1,-0E0,9.9853516E-1,-0E0,-0E0,9.980469E-1,1.3049316E-1,-0E0,5.279541E-2,-0E0,3.221875E1,-0E0,6.713867E-2,-0E0,-0E0,9.482422E-1,-0E0,1.1563888E2,-0E0,1.0386697E0,-0E0,1.6845201E2,9.9658203E-1,-0E0,-0E0,4.82698E0,-0E0,1.6352637E2,-0E0,1.2415321E2,1.397099E2,-0E0,6.149292E-3,-0E0,-0E0,1.7910563E0,7.939675E1,-0E0,2.5720117E2,-0E0,-0E0,9.9316406E-1,-0E0,9.863281E-1,-0E0,9.3811035E-2,5.2833557E-3,-0E0,5.0828595E0,-0E0,-1.9736053E-1,-0E0,-0E0,9.9365234E-1,-0E0,1.57125E2,1.2997085E-1,-0E0,9.902344E-1,-0E0,7.649653E1,-0E0,4.296875E1,-0E0,-0E0,9.9853516E-1,-0E0,3.290625E1,4.7536354E1,-0E0,-0E0,4.496875E1,-0E0,-1.8698385E-1,-0E0,6.542969E-2,-0E0,9.970703E-1,4.234314E-3,-0E0,-0E0,2.2047445E-1],"split_indices":[4,3,0,10,5,0,19,5,0,6,10,0,15,0,15,13,12,0,6,17,0,0,19,18,0,0,0,15,0,0,6,0,15,5,0,4,0,11,0,0,11,3,0,0,5,19,0,15,0,0,0,0,18,12,0,15,0,0,18,14,0,17,0,8,0,12,0,0,12,0,6,0,2,0,6,16,0,0,0,0,6,0,4,4,0,19,0,0,3,5,0,6,0,0,16,0,19,0,14,17,0,2,0,0,0,0,17,0,9,0,0,18,0,5,0,9,0,0,17,0,8,7,0,0,9,0,0,0,13,0,16,19,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2373771E2,1.12520836E2,1.1216877E1,3.9067013E1,7.345382E1,1.3280452E0,9.888832E0,2.2558428E1,1.6508585E1,2.55439E1,4.790992E1,3.5417273E0,6.3471045E0,6.181105E0,1.6377323E1,1.4770447E1,1.0773453E1,9.569047E0,3.8340874E1,5.2001767E0,1.1469276E0,9.682371E-1,1.5409086E1,1.2157908E1,2.6125386E0,9.564668E0,1.2087855E0,3.2109272E1,6.2316E0,2.9611424E-1,4.9040627E0,1.2336886E0,1.4175398E1,1.105251E1,1.1053984E0,9.0717325E0,4.9293476E-1,2.7178484E1,4.93079E0,2.3011461E-1,4.673948E0,1.2631305E1,1.5440931E0,7.0456696E-1,1.0347943E1,8.708104E0,3.636289E-1,2.5853489E1,1.3249936E0,2.078754E-1,4.4660726E0,5.812645E-1,1.205004E1,7.1330547E0,3.2148886E0,8.524904E0,1.8319988E-1,1.1772825E0,2.4676207E1,1.1196032E1,8.540082E-1,6.9521236E0,1.8093109E-1,7.7802463E0,7.446576E-1,2.4505459E1,1.7074879E-1,6.3932544E-1,1.0556706E1,6.3155377E-1,6.32057E0,1.254265E0,6.5259814E0,1.9861835E0,2.2519274E1,1.0009994E1,5.4671293E-1,4.196647E-1,5.900905E0,3.7748513E-1,6.148496E0,6.010909E0,1.6508366E1,9.527033E0,4.8296103E-1,5.69921E0,2.0169494E-1,4.2915162E-1,5.7193446E0,1.3476069E1,3.0322955E0,9.243811E0,2.8322163E-1,1.7336129E-1,5.525849E0,1.8896022E-1,5.5303845E0,1.1816478E0,1.2294422E1,8.990492E0,2.533186E-1,5.2580557E0,2.67793E-1,5.3666844E0,1.6370012E-1,1.8659768E-1,1.2107824E1,2.930326E-1,8.697459E0,5.00891E0,2.4914557E-1,1.1122987E1,9.848381E-1,7.96851E0,7.289494E-1,1.0820549E1,3.024373E-1,2.2998603E-1,7.738524E0,4.2576227E-1,1.0394787E1,7.56736E0,1.711643E-1,1.3294901E0,9.065297E0,3.6250037E-1,7.2048593E0,1.644274E-1,8.900869E0,3.683121E-1,8.5325575E0,8.357928E0,1.746287E-1,1.6294718E-1,8.194982E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"135","size_leaf_vector":"0"}},{"base_weights":[-0E0,-2.165752E-2,-0E0,-0E0,-3.6033392E-2,-0E0,2.4185129E-2,-5.218108E-2,-0E0,-1.0591871E-2,-0E0,5.6236707E-2,-0E0,-0E0,-5.649807E-2,-0E0,-2.5513513E-2,1.7778313E-2,-0E0,-0E0,9.828284E-2,-0E0,-6.4330906E-2,-0E0,-4.1761354E-2,-0E0,3.634462E-2,1.1691565E-1,-0E0,-0E0,-7.0785284E-2,-0E0,-5.9364416E-2,-0E0,6.119516E-2,-0E0,1.3576694E-1,-0E0,-7.857562E-2,-7.613074E-2,-0E0,8.114555E-2,-0E0,1.5205438E-1,-0E0,-0E0,-8.363303E-2,-9.551935E-2,-0E0,9.939797E-2,-0E0,1.6312303E-1,-0E0,-8.96037E-2,-0E0,-1.02031924E-1,-0E0,1.3905315E-1,-0E0,1.7042266E-1,-0E0,-0E0,-1.06546864E-1,-1.1425759E-1,-0E0,-0E0,1.6433592E-1,1.7571472E-1,-0E0,-1.1676613E-1,-0E0,-1.2181778E-1,-0E0,-0E0,1.906116E-1,1.8012533E-1,-0E0,-0E0,-1.06546625E-1,-0E0,-1.4015712E-1,2.0846245E-1,-0E0,1.8611602E-1,-0E0,-0E0,-1.4776357E-1,2.2401354E-1,-0E0,-0E0,1.522336E-1,-0E0,-1.6012104E-1,-0E0,2.4072482E-1,-0E0,-1.8434578E-1,-0E0,2.503373E-1,-1.9205546E-1,-0E0,-0E0,2.054066E-1,-0E0,-1.9966356E-1,-2.0756687E-1,-0E0,-2.1404502E-1,-0E0,-0E0,-2.1844168E-1,-2.2510459E-1,-0E0,-0E0,-2.3557475E-1,-2.4446584E-1,-0E0,-0E0,-1.9690603E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":52,"left_children":[1,3,5,-1,7,9,11,13,-1,15,17,19,-1,-1,21,-1,23,25,-1,-1,27,-1,29,-1,31,-1,33,35,-1,-1,37,-1,39,-1,41,-1,43,-1,45,47,-1,49,-1,51,-1,-1,53,55,-1,57,-1,59,-1,61,-1,63,-1,65,-1,67,-1,-1,69,71,-1,-1,73,75,-1,77,-1,79,-1,-1,81,83,-1,-1,-1,-1,85,87,-1,89,-1,-1,91,93,-1,-1,-1,-1,95,-1,97,-1,99,-1,101,103,-1,-1,-1,-1,105,107,-1,109,-1,-1,111,113,-1,-1,115,117,-1,-1,-1],"loss_changes":[6.868102E-3,9.898296E-3,1.0296999E-2,0E0,1.6538585E-2,6.0677733E-3,2.840829E-2,5.0298497E-3,0E0,2.0635279E-2,1.023254E-2,5.228623E-2,0E0,0E0,5.7110228E-3,0E0,2.1041065E-2,2.1088814E-2,0E0,0E0,2.7689613E-2,0E0,8.460093E-3,0E0,3.9707668E-2,0E0,2.8840557E-2,2.4232E-2,0E0,0E0,9.094629E-3,0E0,5.07859E-2,0E0,3.143073E-2,0E0,2.2276089E-2,0E0,4.481543E-3,3.2437265E-2,0E0,3.6673307E-2,0E0,2.0291641E-2,0E0,0E0,5.1314086E-3,2.1184236E-2,0E0,4.146272E-2,0E0,1.0470569E-2,0E0,8.53651E-3,0E0,2.504833E-2,0E0,4.40014E-2,0E0,4.708275E-3,0E0,0E0,7.683672E-3,2.114655E-2,0E0,0E0,3.6093146E-2,3.0026287E-3,0E0,1.5260242E-2,0E0,2.4983913E-2,0E0,0E0,3.997621E-2,7.991865E-3,0E0,0E0,0E0,0E0,2.5607198E-2,3.5604596E-2,0E0,2.4521053E-3,0E0,0E0,2.7571082E-2,3.107807E-2,0E0,0E0,0E0,0E0,3.4059018E-2,0E0,1.4195353E-2,0E0,2.0513594E-2,0E0,2.713415E-2,2.1065235E-2,0E0,0E0,0E0,0E0,2.1181077E-2,1.4290094E-2,0E0,7.884145E-3,0E0,0E0,1.0946155E-2,7.693112E-3,0E0,0E0,2.053526E-2,1.3805479E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,7,7,9,9,10,10,11,11,14,14,16,16,17,17,20,20,22,22,24,24,26,26,27,27,30,30,32,32,34,34,36,36,38,38,39,39,41,41,43,43,46,46,47,47,49,49,51,51,53,53,55,55,57,57,59,59,62,62,63,63,66,66,67,67,69,69,71,71,74,74,75,75,80,80,81,81,83,83,86,86,87,87,92,92,94,94,96,96,98,98,99,99,104,104,105,105,107,107,110,110,111,111,114,114,115,115],"right_children":[2,4,6,-1,8,10,12,14,-1,16,18,20,-1,-1,22,-1,24,26,-1,-1,28,-1,30,-1,32,-1,34,36,-1,-1,38,-1,40,-1,42,-1,44,-1,46,48,-1,50,-1,52,-1,-1,54,56,-1,58,-1,60,-1,62,-1,64,-1,66,-1,68,-1,-1,70,72,-1,-1,74,76,-1,78,-1,80,-1,-1,82,84,-1,-1,-1,-1,86,88,-1,90,-1,-1,92,94,-1,-1,-1,-1,96,-1,98,-1,100,-1,102,104,-1,-1,-1,-1,106,108,-1,110,-1,-1,112,114,-1,-1,116,118,-1,-1,-1],"split_conditions":[3.359375E-1,5.9906006E-2,1.803709E2,-0E0,3.0149347E2,4.633789E-1,9.60935E1,1.116044E2,-0E0,8.286133E-1,1.9984354E2,7.159618E1,-0E0,-0E0,4.59375E1,-0E0,6.763949E1,2.5634766E-1,-0E0,-0E0,2.0662012E2,-0E0,3.1015625E1,-0E0,3.59375E1,-0E0,5.03125E1,3.94375E1,-0E0,-0E0,6.149292E-3,-0E0,1.4025E2,-0E0,4.0939226E0,-0E0,9.9853516E-1,-0E0,5.180664E-1,9.456452E1,-0E0,9.9316406E-1,-0E0,1.244375E2,-0E0,-0E0,3.0419922E-1,5.5904746E0,-0E0,2.3071907E0,-0E0,9.814453E-1,-0E0,4.178125E1,-0E0,9.5654297E-1,-0E0,3.19375E1,-0E0,9.7021484E-1,-0E0,-0E0,5.103357E0,9.2529297E-1,-0E0,-0E0,1.0693682E0,5.5593286E0,-0E0,6.757729E1,-0E0,1.0687256E-1,-0E0,-0E0,4.740607E0,5.5904746E0,-0E0,-0E0,-1.06546625E-1,-0E0,6.4941406E-2,9.916992E-1,-0E0,7.512394E-1,-0E0,-0E0,5.2106663E1,5.180664E-1,-0E0,-0E0,1.522336E-1,-0E0,7.8589935E1,-0E0,6.12028E1,-0E0,5.2653766E0,-0E0,9.1629326E-1,3.128125E1,-0E0,-0E0,2.054066E-1,-0E0,5.464748E0,7.06875E1,-0E0,7.8108716E-1,-0E0,-0E0,1.20625E2,1.1123956E0,-0E0,-0E0,5.300359E0,7.466854E-1,-0E0,-0E0,-1.9690603E-1],"split_indices":[14,14,7,0,6,18,5,6,0,14,6,5,0,0,9,0,7,17,0,0,6,0,11,0,10,0,11,10,0,0,18,0,10,0,3,0,15,0,15,5,0,18,0,8,0,0,14,3,0,1,0,12,0,10,0,19,0,8,0,13,0,0,0,13,0,0,1,2,0,5,0,17,0,0,2,3,0,0,0,0,15,19,0,2,0,0,5,14,0,0,0,0,7,0,5,0,2,0,0,11,0,0,0,0,0,8,0,0,0,0,10,0,0,0,1,3,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2215325E2,1.4142635E1,1.0801061E2,1.729568E0,1.2413068E1,9.090652E1,1.71041E1,1.1731595E1,6.8147296E-1,5.358588E1,3.7320633E1,1.1738566E1,5.3655334E0,2.2205608E-1,1.1509539E1,1.3063544E1,4.052234E1,3.1874443E1,5.4461913E0,2.8186822E0,8.919884E0,1.3664966E0,1.0143043E1,1.364629E1,2.6876047E1,8.662877E0,2.3211567E1,8.182333E0,7.375513E-1,1.6397668E-1,9.979066E0,2.56093E0,2.4315119E1,7.6463165E0,1.5565249E1,9.2907816E-1,7.2532544E0,5.0185305E-1,9.477213E0,2.3350986E1,9.64132E-1,1.34101305E1,2.155119E0,6.644697E0,6.0855746E-1,5.2946347E-1,8.947749E0,1.8206264E1,5.1447215E0,1.2482441E1,9.276901E-1,6.470574E0,1.7412305E-1,8.369733E0,5.780157E-1,1.7929369E1,2.76896E-1,8.277957E0,4.204483E0,6.2467365E0,2.2383773E-1,1.8446809E0,6.5250525E0,1.611516E1,1.8142085E0,8.638735E-1,7.414084E0,5.99896E0,2.477763E-1,5.912762E0,6.122902E-1,1.55418415E1,5.7331795E-1,1.0381118E0,6.3759723E0,5.77713E0,2.2182974E-1,9.090634E-1,5.003699E0,2.651608E0,1.2890234E1,6.16871E0,2.0726162E-1,5.6102552E0,1.66875E-1,1.7029075E-1,1.2719943E1,5.9844685E0,1.842419E-1,4.8946214E-1,5.1207933E0,8.8641447E-1,1.18335285E1,3.3275676E-1,5.651712E0,2.0262728E0,9.807256E0,2.3684433E-1,5.4148674E0,9.552483E0,2.547729E-1,1.784888E-1,5.2363787E0,2.2308922E-1,9.329393E0,9.08674E0,2.4265385E-1,8.827136E0,2.596039E-1,2.064557E-1,8.62068E0,8.304762E0,3.1591803E-1,6.2664E-1,7.678122E0,7.4376802E0,2.4044174E-1,2.7713773E-1,7.160543E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"119","size_leaf_vector":"0"}},{"base_weights":[-0E0,-0E0,-1.0370341E-2,2.3425484E-2,-0E0,-8.091953E-2,-0E0,5.8183692E-2,-0E0,-0E0,-1.0382058E-2,-1.06933236E-1,-0E0,7.9057485E-2,-0E0,-0E0,1.1873417E-2,-0E0,-3.9039545E-2,-1.2406525E-1,-0E0,-0E0,1.0369718E-1,2.8697684E-2,-0E0,-6.1541233E-2,-0E0,-0E0,-1.3631214E-1,-0E0,1.265872E-1,-0E0,4.8466828E-2,-0E0,-8.090876E-2,-0E0,-1.4601853E-1,1.4354058E-1,-0E0,-0E0,6.4363986E-2,-9.061731E-2,-0E0,-0E0,-1.5424433E-1,-0E0,1.6712843E-1,7.751718E-2,-0E0,-0E0,-9.901448E-2,-0E0,-1.6789791E-1,1.8971784E-1,-0E0,9.282647E-2,-0E0,-0E0,-1.04637645E-1,-0E0,-1.7598143E-1,2.0224467E-1,-0E0,-0E0,1.0351484E-1,-1.11735426E-1,-0E0,-1.9291994E-1,-0E0,2.1358527E-1,-0E0,1.1555822E-1,-0E0,-0E0,-1.1885171E-1,-0E0,-1.6752584E-1,-0E0,1.7582262E-1,-0E0,1.24027304E-1,-1.2407169E-1,-0E0,1.3160132E-1,-0E0,-0E0,-1.436119E-1,-0E0,1.3657634E-1,-0E0,-1.6363108E-1,-0E0,1.4020148E-1,-1.712009E-1,-0E0,1.4309646E-1,-0E0,-1.7535648E-1,-0E0,-0E0,1.4546867E-1,-0E0,-2.0433086E-1,1.4897035E-1,-0E0,-0E0,-2.2346865E-1,1.1973151E-1,-0E0,-0E0,-2.3483144E-1,-2.4562322E-1,-0E0,-0E0,-1.9642007E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":53,"left_children":[1,3,5,7,9,11,-1,13,-1,15,17,19,-1,21,-1,-1,23,-1,25,27,-1,-1,29,31,-1,33,-1,-1,35,-1,37,-1,39,-1,41,-1,43,45,-1,-1,47,49,-1,-1,51,-1,53,55,-1,-1,57,-1,59,61,-1,63,-1,-1,65,-1,67,69,-1,-1,71,73,-1,75,-1,77,-1,79,-1,-1,81,-1,-1,-1,-1,-1,83,85,-1,87,-1,-1,89,-1,91,-1,93,-1,95,97,-1,99,-1,101,-1,-1,103,-1,105,107,-1,-1,109,-1,-1,-1,111,113,-1,-1,-1],"loss_changes":[3.8036925E-3,1.2312042E-2,6.079384E-2,4.3906555E-2,4.641505E-3,3.181474E-2,0E0,3.3978783E-2,0E0,2.717085E-3,3.247083E-2,1.3819143E-2,0E0,4.3503664E-2,0E0,0E0,1.1973934E-2,0E0,3.3759415E-2,1.8158898E-2,0E0,0E0,5.5569515E-2,2.3556834E-2,0E0,2.9904224E-2,0E0,0E0,1.3510317E-2,0E0,2.9355913E-2,0E0,2.4520665E-2,0E0,2.3602828E-2,0E0,1.2562096E-2,4.297346E-2,0E0,0E0,2.4387948E-2,1.8990204E-2,0E0,0E0,9.561658E-3,0E0,4.8044235E-2,2.8831616E-2,0E0,0E0,1.15225315E-2,0E0,9.199142E-3,3.0112654E-2,0E0,2.362243E-2,0E0,0E0,1.4633298E-2,0E0,1.015012E-2,2.8953493E-2,0E0,0E0,2.4532765E-2,1.2301818E-2,0E0,2.3872212E-2,0E0,5.447507E-3,0E0,2.1547794E-2,0E0,0E0,1.2031004E-2,0E0,0E0,0E0,0E0,0E0,1.5884653E-2,8.170903E-3,0E0,1.133962E-2,0E0,0E0,3.8552254E-2,0E0,6.6493303E-3,0E0,1.514934E-2,0E0,3.1045228E-3,4.1764677E-3,0E0,3.4175813E-3,0E0,2.7439833E-2,0E0,0E0,5.419776E-3,0E0,1.8455774E-2,1.0085836E-2,0E0,0E0,1.9484729E-2,0E0,0E0,0E0,7.312089E-3,6.6593885E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,9,9,10,10,11,11,13,13,16,16,18,18,19,19,22,22,23,23,25,25,28,28,30,30,32,32,34,34,36,36,37,37,40,40,41,41,44,44,46,46,47,47,50,50,52,52,53,53,55,55,58,58,60,60,61,61,64,64,65,65,67,67,69,69,71,71,74,74,80,80,81,81,83,83,86,86,88,88,90,90,92,92,93,93,95,95,97,97,100,100,102,102,103,103,106,106,110,110,111,111],"right_children":[2,4,6,8,10,12,-1,14,-1,16,18,20,-1,22,-1,-1,24,-1,26,28,-1,-1,30,32,-1,34,-1,-1,36,-1,38,-1,40,-1,42,-1,44,46,-1,-1,48,50,-1,-1,52,-1,54,56,-1,-1,58,-1,60,62,-1,64,-1,-1,66,-1,68,70,-1,-1,72,74,-1,76,-1,78,-1,80,-1,-1,82,-1,-1,-1,-1,-1,84,86,-1,88,-1,-1,90,-1,92,-1,94,-1,96,98,-1,100,-1,102,-1,-1,104,-1,106,108,-1,-1,110,-1,-1,-1,112,114,-1,-1,-1],"split_conditions":[4.2236328E-1,2.2375488E-1,1.5979004E-1,7.783203E-1,1.8236187E0,1.213125E2,-0E0,1.1675E2,-0E0,8.648682E-2,1.5734863E-1,9.448242E-1,-0E0,4.065625E1,-0E0,-0E0,9.355469E-1,-0E0,8.1884766E-1,5.9906006E-2,-0E0,-0E0,7.6560974E-3,3.2299805E-1,-0E0,8.105469E-2,-0E0,-0E0,2.7866364E-3,-0E0,1.19125E2,-0E0,7.6560974E-3,-0E0,5.464748E0,-0E0,3.8890839E-3,5.7006836E-2,-0E0,-0E0,9.9316406E-1,7.8108716E-1,-0E0,-0E0,3.589344E1,-0E0,4.374597E0,4.454001E0,-0E0,-0E0,3.9253235E-3,-0E0,9.057617E-2,9.9072266E-1,-0E0,1.18628586E2,-0E0,-0E0,9.946289E-1,-0E0,1.3476562E-1,1.5760175E2,-0E0,-0E0,1.54625E2,6.149292E-3,-0E0,3.965625E1,-0E0,3.2341957E1,-0E0,1.7504883E-1,-0E0,-0E0,5.5904746E0,-0E0,-1.6752584E-1,-0E0,1.7582262E-1,-0E0,8.9941406E-1,4.15625E1,-0E0,3.8598606E1,-0E0,-0E0,3.2299805E-1,-0E0,3.275E1,-0E0,5.225803E0,-0E0,9.9609375E-1,7.910156E-1,-0E0,9.971619E-3,-0E0,4.042842E1,-0E0,-0E0,2.410068E2,-0E0,1.051242E0,1.4101498E2,-0E0,-0E0,8.460999E-3,1.1973151E-1,-0E0,-0E0,4.2346306E0,5.218541E1,-0E0,-0E0,-1.9642007E-1],"split_indices":[12,16,16,18,3,9,0,11,0,13,13,18,0,11,0,0,13,0,18,15,0,0,19,16,0,12,0,0,19,0,9,0,18,0,0,0,16,17,0,0,18,0,0,0,7,0,0,2,0,0,17,0,14,19,0,6,0,0,16,0,16,4,0,0,10,18,0,9,0,7,0,15,0,0,3,0,0,0,0,0,13,10,0,7,0,0,16,0,11,0,1,0,19,18,0,18,0,7,0,0,6,0,2,5,0,0,18,0,0,0,0,4,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2096405E2,8.609533E1,3.4868717E1,2.1936386E1,6.415894E1,9.365277E0,2.5503439E1,1.6106476E1,5.829911E0,2.1597168E1,4.2561775E1,7.931539E0,1.4337382E0,1.3931381E1,2.1750937E0,2.82406E0,1.8773108E1,1.871123E1,2.3850548E1,6.661517E0,1.2700216E0,1.9976674E0,1.1933714E1,1.7338495E1,1.4346123E0,1.8212885E1,5.6376624E0,2.517547E-1,6.4097624E0,6.2225586E-1,1.1311458E1,1.5561149E0,1.5782381E1,3.3183749E0,1.489451E1,2.5445178E-1,6.1553106E0,1.0110927E1,1.2005311E0,1.130867E0,1.4651514E1,1.4646911E1,2.476002E-1,1.6291046E-1,5.9924E0,1.2452976E0,8.865629E0,1.4004528E1,6.469852E-1,5.231908E-1,1.4123719E1,6.738091E-1,5.318591E0,8.102932E0,7.6269716E-1,1.2960764E1,1.043765E0,4.7713038E-1,1.3646589E1,2.2522609E-1,5.093365E0,7.806422E0,2.9651007E-1,4.317084E-1,1.2529056E1,1.3078492E1,5.680973E-1,4.4270015E0,6.663638E-1,7.582444E0,2.2397812E-1,1.1791969E1,7.370863E-1,7.064728E-1,1.2372019E1,4.3425974E-1,3.9927416E0,7.1877015E-1,6.863674E0,2.2060323E-1,1.1571365E1,1.2093243E1,2.787767E-1,1.1139057E1,4.323086E-1,2.797622E0,9.295621E0,2.2457933E-1,1.0914477E1,8.1038535E-1,8.485235E0,2.4437188E-1,1.0670106E1,8.225088E0,2.6014706E-1,1.0374326E1,2.957799E-1,7.9522777E0,2.728102E-1,1.902676E-1,1.0184058E1,1.5699096E0,6.3823686E0,9.931906E0,2.521529E-1,7.587596E-1,5.6236086E0,9.753107E0,1.787985E-1,2.2493772E-1,5.398671E0,5.012926E0,3.857449E-1,1.629969E-1,4.8499293E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"115","size_leaf_vector":"0"}},{"base_weights":[-2.633416E-3,-0E0,-1.3231971E-2,-2.232656E-3,1.6512861E-2,-3.0969996E-2,-0E0,-0E0,-9.649455E-2,5.7434797E-2,-0E0,-0E0,-5.1182956E-2,-0E0,-1.1983225E-1,8.750756E-2,-0E0,-1.05783604E-1,-0E0,-1.303554E-1,-0E0,-0E0,1.1065318E-1,-0E0,-1.3324557E-1,-1.4017293E-1,-0E0,-0E0,1.3758737E-1,-1.4611866E-1,-0E0,-1.5579201E-1,-0E0,1.5087828E-1,-0E0,-1.5778553E-1,-0E0,-0E0,-1.3207583E-1,-0E0,1.680442E-1,-1.9647409E-1,-0E0,-0E0,1.883179E-1,-2.0725328E-1,-0E0,-0E0,2.0587225E-1,-0E0,-2.1407327E-1,2.1993542E-1,-0E0,-2.2616217E-1,-0E0,2.313719E-1,-0E0,-0E0,-2.3144078E-1,-0E0,2.4191487E-1,-0E0,-1.8872814E-1,-0E0,2.5336757E-1,2.623665E-1,-0E0,2.7228382E-1,-0E0,-0E0,2.7986884E-1,-0E0,2.220641E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":54,"left_children":[1,3,5,7,9,11,-1,-1,13,15,-1,-1,17,-1,19,21,-1,23,-1,25,-1,-1,27,-1,29,31,-1,-1,33,35,-1,37,-1,39,-1,41,-1,-1,-1,-1,43,45,-1,-1,47,49,-1,-1,51,-1,53,55,-1,57,-1,59,-1,-1,61,-1,63,-1,-1,-1,65,67,-1,69,-1,-1,71,-1,-1],"loss_changes":[1.0204431E-2,9.536906E-3,3.1776324E-2,4.3058705E-2,4.8292644E-2,3.868263E-2,0E0,0E0,1.7290719E-2,5.4904345E-2,0E0,0E0,6.944874E-2,0E0,8.022342E-3,4.102675E-2,0E0,5.9807822E-2,0E0,7.448815E-3,0E0,0E0,4.7861755E-2,0E0,3.3813298E-2,1.1831224E-2,0E0,0E0,2.9923692E-2,3.433156E-2,0E0,8.951776E-3,0E0,2.8650358E-2,0E0,4.4893533E-2,0E0,0E0,0E0,0E0,3.8650572E-2,2.0564407E-2,0E0,0E0,3.0962199E-2,1.2181997E-2,0E0,0E0,3.2476157E-2,0E0,1.3385206E-2,2.9720008E-2,0E0,8.615941E-3,0E0,2.4686873E-2,0E0,0E0,5.0783157E-3,0E0,2.2141993E-2,0E0,0E0,0E0,1.7867804E-2,1.4192075E-2,0E0,8.442491E-3,0E0,0E0,3.1819344E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,8,8,9,9,12,12,14,14,15,15,17,17,19,19,22,22,24,24,25,25,28,28,29,29,31,31,33,33,35,35,40,40,41,41,44,44,45,45,48,48,50,50,51,51,53,53,55,55,58,58,60,60,64,64,65,65,67,67,70,70],"right_children":[2,4,6,8,10,12,-1,-1,14,16,-1,-1,18,-1,20,22,-1,24,-1,26,-1,-1,28,-1,30,32,-1,-1,34,36,-1,38,-1,40,-1,42,-1,-1,-1,-1,44,46,-1,-1,48,50,-1,-1,52,-1,54,56,-1,58,-1,60,-1,-1,62,-1,64,-1,-1,-1,66,68,-1,70,-1,-1,72,-1,-1],"split_conditions":[2.993164E-1,1.6648955E2,9.7753906E-1,8.702339E1,1.8702464E2,1.2432861E-1,-0E0,-0E0,4.3273926E-2,9.6881165E1,-0E0,-0E0,1.985941E0,-0E0,5.2653766E0,2.8167725E-2,-0E0,3.79375E1,-0E0,9.873047E-1,-0E0,-0E0,7.159618E1,-0E0,1.6863078E2,2.5952148E-1,-0E0,-0E0,9.189453E-1,5.5904746E0,-0E0,6.1920166E-2,-0E0,5.2825928E-2,-0E0,4.753418E-1,-0E0,-0E0,-1.3207583E-1,-0E0,3.6875E1,5.1692543E0,-0E0,-0E0,6.8893433E-3,1.3305664E-1,-0E0,-0E0,1.6075E2,-0E0,9.9853516E-1,9.980469E-1,-0E0,3.821875E1,-0E0,3.25E1,-0E0,-0E0,1.4048293E2,-0E0,9.2259157E-1,-0E0,-1.8872814E-1,-0E0,5.2653766E0,1.8486754E2,-0E0,3.0796875E1,-0E0,-0E0,3.821875E1,-0E0,2.220641E-1],"split_indices":[18,6,14,5,6,13,0,0,16,5,0,0,2,0,2,19,0,10,0,19,0,0,5,0,4,18,0,0,13,3,0,12,0,19,0,12,0,0,0,0,10,1,0,0,18,13,0,0,9,0,15,17,0,9,0,11,0,0,6,0,2,0,0,0,2,6,0,8,0,0,9,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1981369E2,5.7265522E1,6.2548164E1,2.3223804E1,3.4041718E1,4.4139034E1,1.8409128E1,1.9086704E1,4.137101E0,1.6994867E1,1.7046852E1,1.3529402E1,3.0609634E1,4.2619193E-1,3.7109091E0,1.420644E1,2.7884266E0,1.2989203E1,1.762043E1,3.530595E0,1.803139E-1,2.1581862E0,1.2048254E1,1.6186541E0,1.1370549E1,3.364877E0,1.6571814E-1,1.9037151E0,1.0144539E1,1.0954801E1,4.157485E-1,3.1162298E0,2.4864715E-1,9.666282E0,4.7825703E-1,1.0702445E1,2.5235596E-1,2.4283648E-1,2.8733933E0,9.5634E-1,8.709942E0,7.887963E0,2.8144822E0,7.8641707E-1,7.9235244E0,7.516896E0,3.710668E-1,6.4474666E-1,7.2787776E0,2.368479E-1,7.280048E0,6.987187E0,2.91591E-1,6.732242E0,5.478059E-1,6.8204846E0,1.6670215E-1,1.6528821E-1,6.5669537E0,2.0233609E-1,6.618149E0,5.143275E-1,6.052626E0,2.8404796E-1,6.3341007E0,6.1329045E0,2.0119603E-1,5.849954E0,2.829507E-1,2.3174395E-1,5.61821E0,1.6652274E-1,5.4516873E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"73","size_leaf_vector":"0"}},{"base_weights":[-3.572655E-6,-0E0,-1.0565378E-2,1.0598591E-2,-0E0,-0E0,-2.4874944E-2,3.238963E-2,-0E0,-5.980042E-2,-0E0,-0E0,4.441633E-2,-8.564442E-2,-0E0,-0E0,5.6074247E-2,-1.1892736E-1,-0E0,-0E0,8.878497E-2,-1.5658046E-1,-0E0,1.0531823E-1,-0E0,-0E0,-1.7675072E-1,1.1697735E-1,-0E0,-0E0,-1.9439074E-1,1.3465674E-1,-0E0,-2.1257515E-1,-0E0,-0E0,1.5599672E-1,-0E0,-2.2441421E-1,-0E0,1.686832E-1,-0E0,-1.7988266E-1,1.7998412E-1,-0E0,2.0395209E-1,-0E0,-0E0,2.1346024E-1,2.2136009E-1,-0E0,2.2940603E-1,-0E0,-0E0,2.4165276E-1,-0E0,2.5456485E-1,-0E0,2.6074952E-1,-0E0,2.7377626E-1,-0E0,2.8308147E-1,2.3211809E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":55,"left_children":[1,3,5,7,-1,-1,9,11,-1,13,-1,-1,15,17,-1,-1,19,21,-1,-1,23,25,-1,27,-1,-1,29,31,-1,-1,33,35,-1,37,-1,-1,39,-1,41,-1,43,-1,-1,45,-1,47,-1,-1,49,51,-1,53,-1,-1,55,-1,57,-1,59,-1,61,-1,63,-1,-1],"loss_changes":[7.1340357E-3,3.6499435E-3,1.5285045E-2,2.5308594E-2,0E0,0E0,3.560189E-2,2.1590477E-2,0E0,5.0749145E-2,0E0,0E0,2.4824165E-2,5.419153E-2,0E0,0E0,4.9611665E-2,3.403555E-2,0E0,0E0,4.123652E-2,4.2998046E-2,0E0,3.3730194E-2,0E0,0E0,2.3074657E-2,3.79121E-2,0E0,0E0,2.2765815E-2,4.6849906E-2,0E0,6.6814423E-3,0E0,0E0,3.775975E-2,0E0,5.7293475E-3,0E0,3.5202652E-2,0E0,0E0,3.7070602E-2,0E0,2.7138412E-2,0E0,0E0,2.2923678E-2,1.7079026E-2,0E0,1.9509077E-2,0E0,0E0,1.7782629E-2,0E0,4.2923987E-3,0E0,5.2657127E-3,0E0,2.1468818E-2,0E0,2.684015E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,6,6,7,7,9,9,12,12,13,13,16,16,17,17,20,20,21,21,23,23,26,26,27,27,30,30,31,31,33,33,36,36,38,38,40,40,43,43,45,45,48,48,49,49,51,51,54,54,56,56,58,58,60,60,62,62],"right_children":[2,4,6,8,-1,-1,10,12,-1,14,-1,-1,16,18,-1,-1,20,22,-1,-1,24,26,-1,28,-1,-1,30,32,-1,-1,34,36,-1,38,-1,-1,40,-1,42,-1,44,-1,-1,46,-1,48,-1,-1,50,52,-1,54,-1,-1,56,-1,58,-1,60,-1,62,-1,64,-1,-1],"split_conditions":[2.0057738E0,4.746875E1,1.6981117E0,9.355469E-1,-0E0,-0E0,2.3153043E0,4.5595753E1,-0E0,4.7736483E0,-0E0,-0E0,3.0563354E-2,4.471166E0,-0E0,-0E0,1.6589355E-1,1.315594E2,-0E0,-0E0,2.5410448E2,1.6693115E-2,-0E0,9.916992E-1,-0E0,-0E0,3.440625E1,9.975586E-1,-0E0,-0E0,8.175E1,5.2275635E1,-0E0,3.166652E1,-0E0,-0E0,3.065625E1,-0E0,6.149292E-3,-0E0,1.4981284E2,-0E0,-1.7988266E-1,4.2874045E0,-0E0,3.646875E1,-0E0,-0E0,1.67375E2,9.9902344E-1,-0E0,7.6560974E-3,-0E0,-0E0,3.53125E1,-0E0,5.5480957E-2,-0E0,5.824608E1,-0E0,5.71224E1,-0E0,9.6777344E-1,2.3211809E-1,-0E0],"split_indices":[0,8,1,18,0,0,3,4,0,1,0,0,16,0,0,0,12,4,0,0,7,16,0,16,0,0,11,15,0,0,9,7,0,7,0,0,8,0,18,0,4,0,0,3,0,9,0,0,11,14,0,18,0,0,10,0,16,0,5,0,7,0,16,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1883769E2,5.5428215E1,6.340948E1,3.199301E1,2.3435204E1,2.7677376E1,3.57321E1,2.710353E1,4.889479E0,1.5724694E1,2.000741E1,1.9806865E0,2.5122845E1,1.4328986E1,1.3957077E0,1.651635E0,2.3471209E1,1.1021841E1,3.3071456E0,8.115765E0,1.5355445E1,7.5349813E0,3.486859E0,1.4485792E1,8.6965257E-1,3.5287714E-1,7.182104E0,1.4112388E1,3.7340403E-1,7.203286E-1,6.461776E0,1.2618129E1,1.4942592E0,5.8254504E0,6.3632536E-1,1.4183627E0,1.1199766E1,5.1712906E-1,5.3083215E0,3.6663017E-1,1.0833136E1,2.0060624E-1,5.107715E0,1.0541329E1,2.9180673E-1,8.989908E0,1.5514205E0,2.3099332E-1,8.758915E0,8.577676E0,1.8123972E-1,8.276608E0,3.010671E-1,5.329571E-1,7.7436514E0,5.406529E-1,7.2029986E0,2.979465E-1,6.905052E0,6.1767113E-1,6.2873807E0,1.7097627E-1,6.1164045E0,5.7901745E0,3.2623017E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"65","size_leaf_vector":"0"}},{"base_weights":[-3.361463E-3,-0E0,-9.71227E-3,-0E0,-4.860097E-2,-6.999924E-3,2.494682E-3,-0E0,-7.9702646E-2,-2.6620794E-2,-0E0,2.4567384E-2,-0E0,-1.002421E-1,-0E0,-4.910353E-2,-0E0,-0E0,4.3142892E-2,-2.1974592E-2,-0E0,-1.07607834E-1,-0E0,-0E0,-6.970846E-2,-0E0,5.8633674E-2,-0E0,-4.421051E-2,-0E0,-1.14324145E-1,-0E0,-8.433965E-2,-0E0,8.2620695E-2,-0E0,-7.177413E-2,-1.20220006E-1,-0E0,-1.0125202E-1,-0E0,1.0643152E-1,-0E0,-0E0,-9.476175E-2,-0E0,-1.2412324E-1,-0E0,-1.1520451E-1,1.1972855E-1,-0E0,-0E0,-1.15278244E-1,-1.3032813E-1,-0E0,-1.233001E-1,-0E0,-0E0,1.3143858E-1,-1.2504159E-1,-0E0,-0E0,-1.421607E-1,-1.4509007E-1,-0E0,-0E0,1.4406271E-1,-1.3609907E-1,-0E0,-0E0,-1.5202613E-1,-1.6225477E-1,-0E0,1.5018019E-1,-0E0,-1.16993085E-1,-0E0,-1.2418797E-1,-0E0,-1.7695788E-1,-0E0,-0E0,1.5621862E-1,-1.9139533E-1,-0E0,-0E0,1.607815E-1,-1.9462155E-1,-0E0,1.6859776E-1,-0E0,-0E0,-1.5779854E-1,-0E0,1.8497255E-1,2.0377213E-1,-0E0,-0E0,1.6378137E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":56,"left_children":[1,-1,3,5,7,9,11,-1,13,15,-1,17,19,21,-1,23,-1,-1,25,27,-1,29,-1,-1,31,-1,33,-1,35,-1,37,-1,39,-1,41,-1,43,45,-1,47,-1,49,-1,-1,51,-1,53,-1,55,57,-1,-1,59,61,-1,63,-1,-1,65,67,-1,-1,69,71,-1,-1,73,75,-1,-1,77,79,-1,81,-1,-1,-1,-1,-1,83,-1,-1,85,87,-1,-1,89,91,-1,93,-1,-1,-1,-1,95,97,-1,-1,-1],"loss_changes":[8.693283E-3,0E0,3.149954E-2,2.3718963E-3,4.8028443E-2,1.916492E-2,2.453873E-2,0E0,3.0414246E-2,3.826981E-2,0E0,2.9332068E-2,2.5253652E-3,1.2887806E-2,0E0,4.497284E-2,0E0,0E0,4.074444E-2,6.635825E-3,0E0,1.3431281E-2,0E0,0E0,4.289663E-2,0E0,3.875777E-2,0E0,1.3630412E-2,0E0,8.15244E-3,0E0,4.6408296E-2,0E0,4.521872E-2,0E0,1.31846E-2,6.6172183E-3,0E0,4.160936E-2,0E0,2.7110443E-2,0E0,0E0,1.4991183E-2,0E0,7.64814E-3,0E0,2.5920063E-2,3.5320595E-2,0E0,0E0,3.133569E-3,5.353987E-3,0E0,3.726372E-2,0E0,0E0,2.7943075E-2,4.884459E-3,0E0,0E0,1.0478348E-2,5.8065712E-2,0E0,0E0,1.9024283E-2,7.826857E-3,0E0,0E0,1.21786E-2,4.319036E-2,0E0,1.4682412E-2,0E0,0E0,0E0,0E0,0E0,4.2385757E-2,0E0,0E0,1.2255639E-2,8.268207E-3,0E0,0E0,1.9150406E-2,6.1968565E-3,0E0,1.11222565E-2,0E0,0E0,0E0,0E0,2.3915172E-2,9.038389E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,2,2,3,3,4,4,5,5,6,6,8,8,9,9,11,11,12,12,13,13,15,15,18,18,19,19,21,21,24,24,26,26,28,28,30,30,32,32,34,34,36,36,37,37,39,39,41,41,44,44,46,46,48,48,49,49,52,52,53,53,55,55,58,58,59,59,62,62,63,63,66,66,67,67,70,70,71,71,73,73,79,79,82,82,83,83,86,86,87,87,89,89,94,94,95,95],"right_children":[2,-1,4,6,8,10,12,-1,14,16,-1,18,20,22,-1,24,-1,-1,26,28,-1,30,-1,-1,32,-1,34,-1,36,-1,38,-1,40,-1,42,-1,44,46,-1,48,-1,50,-1,-1,52,-1,54,-1,56,58,-1,-1,60,62,-1,64,-1,-1,66,68,-1,-1,70,72,-1,-1,74,76,-1,-1,78,80,-1,82,-1,-1,-1,-1,-1,84,-1,-1,86,88,-1,-1,90,92,-1,94,-1,-1,-1,-1,96,98,-1,-1,-1],"split_conditions":[2.758789E-2,-0E0,9.845779E1,5.913086E-1,6.4697266E-2,9.785156E-1,1.9320657E2,-0E0,1.5010411E2,1.001875E2,-0E0,7.022027E1,9.182833E1,9.980469E-1,-0E0,3.94375E1,-0E0,-0E0,7.266495E-1,4.29375E1,-0E0,3.153125E1,-0E0,-0E0,7.264352E-1,-0E0,1.0601807E-1,-0E0,2.6757812E-1,-0E0,9.921875E-1,-0E0,4.7736483E0,-0E0,8.388672E-1,-0E0,1.3661591E0,3.5858154E-3,-0E0,3.740625E1,-0E0,4.718893E0,-0E0,-0E0,6.2841797E-1,-0E0,5.3436007E0,-0E0,2.2780962E2,1.3549805E-1,-0E0,-0E0,9.0285095E1,1.4746094E-1,-0E0,3.8166869E0,-0E0,-0E0,1.5844727E-1,4.446979E0,-0E0,-0E0,1.1657715E-2,9.902344E-1,-0E0,-0E0,9.658203E-1,4.323613E0,-0E0,-0E0,9.946289E-1,8.876953E-1,-0E0,4.324341E-2,-0E0,-1.16993085E-1,-0E0,-1.2418797E-1,-0E0,9.489949E1,-0E0,-0E0,3.642297E1,1.7275E2,-0E0,-0E0,9.9902344E-1,3.90625E-1,-0E0,1.2854004E-1,-0E0,-0E0,-1.5779854E-1,-0E0,9.946289E-1,3.065625E1,-0E0,-0E0,1.6378137E-1],"split_indices":[17,0,5,16,16,14,6,0,5,9,0,7,5,16,0,11,0,0,3,10,0,10,0,0,2,0,13,0,14,0,18,0,1,0,13,0,3,18,0,9,0,3,0,0,16,0,3,0,6,15,0,0,5,16,0,3,0,0,14,3,0,0,18,19,0,0,12,2,0,0,19,13,0,17,0,0,0,0,0,5,0,0,4,10,0,0,14,15,0,13,0,0,0,0,14,8,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.18081856E2,1.2217171E1,1.05864685E2,8.878138E1,1.7083305E1,4.188753E1,4.6893852E1,3.4847615E0,1.3598544E1,2.9474411E1,1.241312E1,4.0645588E1,6.248263E0,1.1439659E1,2.158885E0,2.4181797E1,5.2926135E0,1.2044702E1,2.8600887E1,4.7297697E0,1.518493E0,1.0974057E1,4.656017E-1,3.1796937E0,2.1002104E1,1.4939249E0,2.7106962E1,5.427059E-1,4.187064E0,2.8091314E-1,1.0693145E1,7.8264695E-1,2.0219456E1,8.025299E0,1.9081663E1,2.6282164E-1,3.9242425E0,1.0186261E1,5.068831E-1,1.840265E1,1.8168057E0,1.5292011E1,3.789652E0,4.1788968E-1,3.5063527E0,2.3201488E-1,9.9542465E0,1.1662592E0,1.7236391E1,1.3870296E1,1.4217154E0,1.710679E-1,3.335285E0,9.432771E0,5.2147526E-1,1.6688736E1,5.476562E-1,4.0199733E-1,1.3468299E1,2.9601576E0,3.7512714E-1,1.3197489E0,8.113022E0,1.3683687E1,3.0050485E0,9.944155E-1,1.2473883E1,2.6844494E0,2.7570835E-1,6.2820643E-1,7.4848156E0,1.3047068E1,6.366195E-1,1.2281943E1,1.919396E-1,2.4697852E0,2.1466407E-1,7.2604303E0,2.243854E-1,1.2268649E1,7.784181E-1,3.6740863E-1,1.1914535E1,1.1572023E1,6.9662595E-1,2.2054364E-1,1.1693991E1,1.1393394E1,1.786286E-1,1.1263276E1,4.3071514E-1,7.3493797E-1,1.0658457E1,1.6654433E0,9.597833E0,8.396522E0,1.2013112E0,3.1295285E-1,8.083569E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"99","size_leaf_vector":"0"}},{"base_weights":[-0E0,-2.6342822E-2,4.012966E-3,-3.335696E-2,-0E0,1.5815217E-2,-0E0,-0E0,-3.9276257E-2,-0E0,3.181157E-2,-1.795621E-2,-0E0,-0E0,-5.2241202E-2,4.0296037E-3,-1.7882818E-2,-0E0,6.7048535E-2,-4.245956E-2,-0E0,-7.403609E-2,-0E0,-0E0,4.0162046E-2,-0E0,-5.4016218E-2,8.466495E-2,-0E0,-6.9709994E-2,-0E0,-0E0,-8.693549E-2,-0E0,7.990887E-2,-9.312088E-2,-0E0,-0E0,9.838445E-2,-0E0,-9.5638655E-2,-0E0,-1.0222415E-1,-0E0,9.152176E-2,-1.28167E-1,-0E0,1.2477922E-1,-0E0,-0E0,-1.1500294E-1,-0E0,-8.794292E-2,1.0089385E-1,-0E0,-0E0,-1.4636792E-1,-0E0,1.3623089E-1,-0E0,-1.24880336E-1,-0E0,1.1418832E-1,-1.6783589E-1,-0E0,-0E0,1.464868E-1,-0E0,-1.3693127E-1,1.2316679E-1,-0E0,-0E0,-1.8837127E-1,-0E0,1.5408656E-1,-0E0,-1.5366206E-1,1.2917767E-1,-0E0,-2.0864435E-1,-0E0,-0E0,1.6229464E-1,-0E0,-1.7415115E-1,-0E0,1.3674727E-1,-0E0,-2.2173803E-1,1.6918814E-1,-0E0,-1.8729204E-1,-0E0,1.4261429E-1,-0E0,-2.3506689E-1,-0E0,1.7528723E-1,-0E0,-0E0,-2.035197E-1,-0E0,1.600678E-1,-1.912194E-1,-0E0,1.8176967E-1,-0E0,-2.1640866E-1,-0E0,1.2852523E-1,-0E0,1.8979326E-1,-0E0,-2.3685536E-1,-0E0,-0E0,1.956747E-1,-2.4619009E-1,-0E0,2.1899194E-1,-0E0,-2.5434574E-1,-0E0,-0E0,2.3144256E-1,-0E0,-2.0656957E-1,-0E0,2.4843581E-1,-0E0,2.5660127E-1,2.626048E-1,-0E0,2.685397E-1,-0E0,2.76742E-1,-0E0,-0E0,2.8337464E-1,-0E0,2.2770913E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":57,"left_children":[1,3,5,7,-1,9,11,-1,13,15,17,19,-1,-1,21,23,25,-1,27,29,-1,31,-1,-1,33,-1,35,37,-1,39,-1,-1,41,-1,43,45,-1,-1,47,-1,49,-1,51,-1,53,55,-1,57,-1,-1,59,-1,-1,61,-1,-1,63,-1,65,-1,67,-1,69,71,-1,-1,73,-1,75,77,-1,-1,79,-1,81,-1,83,85,-1,87,-1,-1,89,-1,91,-1,93,-1,95,97,-1,99,-1,101,-1,103,-1,105,-1,-1,107,-1,109,-1,-1,111,-1,113,-1,-1,-1,115,-1,117,-1,-1,119,121,-1,123,-1,125,-1,-1,127,-1,-1,-1,129,-1,131,133,-1,135,-1,137,-1,-1,139,-1,-1],"loss_changes":[9.678405E-3,4.0251827E-3,1.8417802E-2,3.7911162E-3,0E0,2.3876248E-2,6.2063E-3,0E0,6.8504736E-3,4.268154E-3,9.039171E-2,2.2707634E-2,0E0,0E0,1.4792476E-2,2.132843E-2,2.59851E-2,0E0,6.1819047E-2,3.501978E-2,0E0,1.2658078E-2,0E0,0E0,4.0164545E-2,0E0,3.55573E-2,5.6556717E-2,0E0,5.249896E-2,0E0,0E0,1.4619626E-2,0E0,1.7722826E-2,4.1988388E-2,0E0,0E0,6.1686456E-2,0E0,4.0851943E-2,0E0,1.1640802E-2,0E0,1.4262557E-2,2.5482908E-2,0E0,5.3710997E-2,0E0,0E0,2.5197491E-2,0E0,0E0,1.7583184E-2,0E0,0E0,2.8756335E-2,0E0,4.222405E-2,0E0,2.2389814E-2,0E0,1.4831208E-2,3.1544745E-2,0E0,0E0,3.46947E-2,0E0,3.1045154E-2,8.45018E-3,0E0,0E0,3.1546205E-2,0E0,3.4754515E-2,0E0,3.6177203E-2,8.410484E-3,0E0,1.6726002E-2,0E0,0E0,3.2440215E-2,0E0,3.388524E-2,0E0,7.7254027E-3,0E0,1.9106418E-2,3.2334387E-2,0E0,3.0834883E-2,0E0,3.4010515E-2,0E0,1.2374371E-2,0E0,2.213484E-2,0E0,0E0,1.5614212E-2,0E0,3.9062947E-3,0E0,0E0,1.9508421E-2,0E0,2.1426529E-2,0E0,0E0,0E0,9.840131E-3,0E0,1.7636836E-2,0E0,0E0,1.464802E-2,1.0621935E-2,0E0,2.8789282E-2,0E0,1.4591306E-2,0E0,0E0,2.6610494E-3,0E0,0E0,0E0,1.5386343E-2,0E0,1.8832445E-2,1.6299963E-2,0E0,1.5597343E-2,0E0,7.313609E-3,0E0,0E0,6.4968467E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,5,5,6,6,8,8,9,9,10,10,11,11,14,14,15,15,16,16,18,18,19,19,21,21,24,24,26,26,27,27,29,29,32,32,34,34,35,35,38,38,40,40,42,42,44,44,45,45,47,47,50,50,53,53,56,56,58,58,60,60,62,62,63,63,66,66,68,68,69,69,72,72,74,74,76,76,77,77,79,79,82,82,84,84,86,86,88,88,89,89,91,91,93,93,95,95,97,97,100,100,102,102,105,105,107,107,111,111,113,113,116,116,117,117,119,119,121,121,124,124,128,128,130,130,131,131,133,133,135,135,138,138],"right_children":[2,4,6,8,-1,10,12,-1,14,16,18,20,-1,-1,22,24,26,-1,28,30,-1,32,-1,-1,34,-1,36,38,-1,40,-1,-1,42,-1,44,46,-1,-1,48,-1,50,-1,52,-1,54,56,-1,58,-1,-1,60,-1,-1,62,-1,-1,64,-1,66,-1,68,-1,70,72,-1,-1,74,-1,76,78,-1,-1,80,-1,82,-1,84,86,-1,88,-1,-1,90,-1,92,-1,94,-1,96,98,-1,100,-1,102,-1,104,-1,106,-1,-1,108,-1,110,-1,-1,112,-1,114,-1,-1,-1,116,-1,118,-1,-1,120,122,-1,124,-1,126,-1,-1,128,-1,-1,-1,130,-1,132,134,-1,136,-1,138,-1,-1,140,-1,-1],"split_conditions":[4.4140625E-1,2.5410448E2,9.946289E-1,3.275E1,-0E0,8.169207E1,7.0214844E-1,-0E0,5.60132E1,1.7053168E2,1.7102667E2,4.129727E0,-0E0,-0E0,4.0038457E0,6.165625E1,6.3727512E1,-0E0,8.325E1,9.5458984E-1,-0E0,4.4059753E-3,-0E0,-0E0,6.544696E1,-0E0,9.785156E-1,3.4625E1,-0E0,5.9906006E-2,-0E0,-0E0,6.964659E-1,-0E0,1.53196E1,4.1374974E0,-0E0,-0E0,3.5828834E0,-0E0,1.7242432E-2,-0E0,1.2695312E-1,-0E0,9.0966797E-1,2.4307251E-2,-0E0,1.07543945E-1,-0E0,-0E0,3.5858154E-3,-0E0,-8.794292E-2,8.7968683E-1,-0E0,-0E0,4.6136885E0,-0E0,4.5595753E1,-0E0,3.0796875E1,-0E0,5.131262E0,3.0975111E1,-0E0,-0E0,4.1375E1,-0E0,3.4625E1,9.9853516E-1,-0E0,-0E0,9.9316406E-1,-0E0,3.228125E1,-0E0,1.1657715E-2,2.3071289E-2,-0E0,6.274414E-1,-0E0,-0E0,1.9251624E2,-0E0,9.472656E-1,-0E0,8.138623E1,-0E0,1.67375E2,9.921875E-1,-0E0,3.0224827E1,-0E0,7.254778E-1,-0E0,8.8625E1,-0E0,2.889411E2,-0E0,-0E0,1.13125E2,-0E0,1.6333017E2,-1.912194E-1,-0E0,4.911331E0,-0E0,6.147461E-1,-0E0,1.2852523E-1,-0E0,6.8893433E-3,-0E0,9.65E1,-0E0,-0E0,9.6240234E-1,1.20625E2,-0E0,3.2952393E1,-0E0,9.2259157E-1,-0E0,-0E0,1.0647613E0,-0E0,-2.0656957E-1,-0E0,1.4511108E-2,-0E0,9.970703E-1,1.6475E2,-0E0,9.902344E-1,-0E0,5.8250427E-3,-0E0,-0E0,5.6885696E1,-0E0,2.2770913E-1],"split_indices":[15,7,15,10,0,5,19,0,7,6,6,1,0,0,0,11,5,0,8,16,0,17,0,0,5,0,14,10,0,14,0,0,0,0,7,3,0,0,2,0,17,0,14,0,13,16,0,14,0,0,18,0,0,1,0,0,0,0,4,0,8,0,3,7,0,0,9,0,10,14,0,0,15,0,11,0,19,16,0,15,0,0,4,0,13,0,5,0,10,13,0,7,0,0,0,8,0,7,0,0,11,0,4,0,0,1,0,12,0,0,0,19,0,8,0,0,16,10,0,7,0,2,0,0,2,0,0,0,16,0,18,9,0,19,0,17,0,0,4,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1702845E2,1.09742155E1,1.0605423E2,1.0273605E1,7.0061004E-1,7.999597E1,2.6058262E1,5.450846E-1,9.728521E0,3.70068E1,4.298917E1,1.874879E1,7.30947E0,1.9368211E0,7.7917E0,2.5479391E1,1.1527411E1,1.3592269E1,2.93969E1,1.5538222E1,3.2105687E0,6.327107E0,1.464593E0,1.2494945E1,1.2984446E1,1.8033041E0,9.724107E0,2.6873959E1,2.5229414E0,1.2656483E1,2.8817396E0,2.0084918E-1,6.1262574E0,3.7881775E0,9.196268E0,7.040648E0,2.6834593E0,1.2592318E0,2.5614727E1,4.2708158E-1,1.2229401E1,4.3479237E-1,5.6914654E0,1.886959E-1,9.007572E0,6.0367093E0,1.0039388E0,1.9696974E1,5.9177527E0,8.3703065E-1,1.139237E1,1.8608E-1,5.5053854E0,8.7243805E0,2.83192E-1,3.351279E-1,5.7015815E0,3.5874003E-1,1.9338234E1,1.9112335E-1,1.1201247E1,6.743668E-1,8.050014E0,5.237406E0,4.6417534E-1,7.1288854E-1,1.8625345E1,7.748454E-1,1.0426401E1,7.826572E0,2.2344169E-1,2.937545E-1,4.9436517E0,3.7877265E-1,1.8246572E1,9.3500733E-1,9.491394E0,7.5760965E0,2.5047544E-1,4.661833E0,2.8181872E-1,5.287898E-1,1.7717783E1,1.0198599E0,8.471534E0,4.1959044E-1,7.156506E0,2.514334E-1,4.4103994E0,1.7396772E1,3.210107E-1,8.2227545E0,2.487792E-1,6.919336E0,2.3716998E-1,4.2151003E0,1.9529898E-1,1.7225365E1,1.714071E-1,5.911228E-1,7.6316323E0,2.0235999E-1,6.716976E0,4.040997E0,1.7410359E-1,1.665357E1,5.7179487E-1,7.025267E0,6.063651E-1,6.45432E0,2.6265624E-1,1.5775457E1,8.7811226E-1,6.16403E0,8.6123705E-1,7.066906E-1,1.5068768E1,5.9592447E0,2.0478506E-1,1.223533E1,2.833437E0,5.7158446E0,2.434004E-1,7.9589915E-1,1.1439431E1,2.7449018E-1,5.4413543E0,1.5343611E0,9.905069E0,4.1799945E-1,9.48707E0,9.308741E0,1.7832983E-1,9.106005E0,2.0273617E-1,8.74868E0,3.5732466E-1,3.368031E-1,8.411877E0,4.387369E-1,7.97314E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"141","size_leaf_vector":"0"}},{"base_weights":[-0E0,-8.111637E-3,1.7592193E-3,-0E0,-4.0612664E-2,-0E0,1.6368274E-2,-7.7774696E-2,-0E0,-1.5352782E-2,-0E0,3.2072067E-2,-0E0,-0E0,-9.824807E-2,-0E0,-4.1866064E-2,-0E0,4.9820524E-2,-0E0,-1.0713757E-1,-0E0,-5.2469797E-2,7.0599265E-2,-0E0,-0E0,-1.1548806E-1,-0E0,-5.76425E-2,-0E0,9.6200705E-2,-0E0,-1.23551875E-1,-6.259974E-2,-0E0,-0E0,1.1817066E-1,-0E0,-9.948608E-2,-7.73027E-2,-0E0,-0E0,1.419217E-1,-0E0,-9.206949E-2,1.5292731E-1,-0E0,-0E0,-1.1123494E-1,-0E0,1.6036801E-1,-0E0,-1.2552226E-1,-0E0,1.6727327E-1,-0E0,-1.3845052E-1,1.7358506E-1,-0E0,-0E0,-1.511725E-1,-0E0,1.851415E-1,-1.2657398E-1,-0E0,2.0105746E-1,-0E0,2.0905085E-1,-0E0,2.1833356E-1,-0E0,-0E0,2.2702433E-1,2.3469266E-1,-0E0,-0E0,1.9775964E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":58,"left_children":[1,3,5,-1,7,9,11,13,-1,15,-1,17,-1,-1,19,-1,21,-1,23,-1,25,-1,27,29,-1,-1,31,-1,33,-1,35,-1,37,39,-1,-1,41,-1,-1,43,-1,-1,45,-1,47,49,-1,-1,51,-1,53,-1,55,-1,57,-1,59,61,-1,-1,63,-1,65,-1,-1,67,-1,69,-1,71,-1,-1,73,75,-1,-1,-1],"loss_changes":[2.5481952E-3,1.912586E-2,1.5911274E-2,0E0,2.9080387E-2,3.5950935E-3,1.6465854E-2,2.2346027E-2,0E0,2.052609E-2,0E0,3.184637E-2,0E0,0E0,9.3333125E-3,0E0,1.1347864E-2,0E0,3.4943648E-2,0E0,9.385124E-3,0E0,6.4512193E-3,3.4792334E-2,0E0,0E0,1.0169245E-2,0E0,6.741803E-3,0E0,5.420299E-2,0E0,2.6484355E-3,7.433798E-3,0E0,0E0,3.904672E-2,0E0,0E0,1.08191E-2,0E0,0E0,2.2513792E-2,0E0,1.46690905E-2,1.8201038E-2,0E0,0E0,1.6905561E-2,0E0,1.769495E-2,0E0,1.755938E-2,0E0,1.5476257E-2,0E0,1.2399338E-2,1.51079595E-2,0E0,0E0,4.1053593E-3,0E0,2.8720796E-2,0E0,0E0,9.013265E-3,0E0,1.0991037E-2,0E0,2.0086944E-2,0E0,0E0,1.6342372E-2,7.2030425E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,7,7,9,9,11,11,14,14,16,16,18,18,20,20,22,22,23,23,26,26,28,28,30,30,32,32,33,33,36,36,39,39,42,42,44,44,45,45,48,48,50,50,52,52,54,54,56,56,57,57,60,60,62,62,65,65,67,67,69,69,72,72,73,73],"right_children":[2,4,6,-1,8,10,12,14,-1,16,-1,18,-1,-1,20,-1,22,-1,24,-1,26,-1,28,30,-1,-1,32,-1,34,-1,36,-1,38,40,-1,-1,42,-1,-1,44,-1,-1,46,-1,48,50,-1,-1,52,-1,54,-1,56,-1,58,-1,60,62,-1,-1,64,-1,66,-1,-1,68,-1,70,-1,72,-1,-1,74,76,-1,-1,-1],"split_conditions":[8.4521484E-1,4.753418E-1,6.7822266E-1,-0E0,8.29375E1,7.1533203E-1,6.8115234E-1,2.758789E-2,-0E0,7.867432E-2,-0E0,1.4513676E2,-0E0,-0E0,1.3049316E-1,-0E0,3.1015625E1,-0E0,5.43125E1,-0E0,1.2611389E-2,-0E0,2.9277802E-3,1.7910563E0,-0E0,-0E0,1.116044E2,-0E0,3.901025E2,-0E0,7.879639E-2,-0E0,6.547886E-1,9.970703E-1,-0E0,-0E0,3.265625E1,-0E0,-9.948608E-2,9.0283203E-1,-0E0,-0E0,2.3838177E2,-0E0,2.9464722E-2,6.9351196E-3,-0E0,-0E0,6.2394565E-1,-0E0,4.234314E-3,-0E0,3.740625E1,-0E0,5.103357E0,-0E0,7.254778E-1,2.513793E1,-0E0,-0E0,9.897461E-1,-0E0,4.858024E0,-1.2657398E-1,-0E0,1.13628334E2,-0E0,9.863281E-1,-0E0,8.7968683E-1,-0E0,-0E0,1.621244E2,8.935547E-1,-0E0,-0E0,1.9775964E-1],"split_indices":[15,12,14,0,9,19,16,17,0,14,0,6,0,0,14,0,8,0,8,0,16,0,17,3,0,0,6,0,6,0,12,0,2,15,0,0,8,0,0,15,0,0,6,0,18,17,0,0,3,0,19,0,9,0,0,0,0,7,0,0,17,0,2,0,0,5,0,19,0,1,0,0,4,15,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1549753E2,3.438867E1,8.110886E1,2.1901138E1,1.2487534E1,2.1278101E1,5.9830757E1,7.8489304E0,4.6386037E0,1.4752324E1,6.525776E0,3.1221899E1,2.860886E1,8.0202276E-1,7.046908E0,1.4905542E0,1.326177E1,5.7453218E0,2.5476576E1,3.873044E-1,6.6596036E0,8.783627E-1,1.2383408E1,1.944675E1,6.029826E0,2.9426974E-1,6.3653336E0,2.6692078E-1,1.2116487E1,5.4445133E0,1.4002237E1,2.0073181E-1,6.164602E0,1.1917825E1,1.9866168E-1,1.0096189E0,1.2992619E1,2.4809706E-1,5.916505E0,8.887318E0,3.030507E0,2.1995795E0,1.0793038E1,1.4934155E0,7.3939023E0,1.0188763E1,6.0427576E-1,1.3002983E0,6.093604E0,2.6113886E-1,9.927624E0,3.4261158E-1,5.7509923E0,2.1075612E-1,9.716867E0,1.9685617E-1,5.5541363E0,9.500999E0,2.1586889E-1,4.3353406E-1,5.120602E0,7.687941E-1,8.732204E0,4.5337563E0,5.868459E-1,8.038878E0,6.933263E-1,7.6046124E0,4.3426636E-1,7.160674E0,4.4393796E-1,1.8555911E-1,6.9751153E0,6.7913113E0,1.838037E-1,9.3158054E-1,5.8597307E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"77","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":59,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":60,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":61,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":62,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":63,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":64,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":65,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":66,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":67,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":68,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":69,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":70,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":71,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":72,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":73,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":74,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":75,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":76,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":77,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":78,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":79,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":80,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":81,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":82,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":83,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":84,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":85,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":86,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":87,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":88,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":89,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":90,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":91,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":92,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":93,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":94,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":95,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":96,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":97,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":98,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":99,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":100,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":101,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":102,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":103,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":104,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":105,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":106,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":107,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":108,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":109,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":110,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":111,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":112,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":113,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":114,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":115,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":116,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":117,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":118,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":119,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":120,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":121,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":122,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":123,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":124,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":125,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":126,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":127,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":128,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":129,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":130,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":131,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":132,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":133,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":134,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":135,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":136,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":137,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":138,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":139,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":140,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":141,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":142,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":143,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":144,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":145,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":146,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":147,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":148,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":149,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":150,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":151,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":152,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":153,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":154,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":155,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":156,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":157,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":158,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":159,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":160,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":161,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":162,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":163,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":164,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":165,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":166,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":167,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":168,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":169,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":170,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":171,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":172,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":173,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":174,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":175,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":176,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":177,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":178,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":179,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":180,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":181,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":182,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":183,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":184,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":185,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":186,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":187,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":188,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":189,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":190,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":191,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":192,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":193,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":194,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":195,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":196,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":197,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":198,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":199,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":200,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":201,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":202,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":203,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":204,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":205,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":206,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":207,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":208,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":209,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":210,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":211,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":212,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":213,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":214,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":215,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":216,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":217,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":218,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":219,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":220,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":221,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":222,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":223,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":224,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":225,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":226,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":227,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":228,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":229,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":230,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":231,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":232,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":233,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":234,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":235,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":236,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":237,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":238,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":239,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":240,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":241,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":242,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":243,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":244,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":245,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":246,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":247,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":248,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":249,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":250,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.1477171E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}}]},"name":"gbtree"},"learner_model_param":{"base_score":"5E-1","boost_from_average":"0","num_class":"0","num_feature":"20","num_target":"1"},"objective":{"name":"binary:logistic","reg_loss_param":{"scale_pos_weight":"1"}}},"version":[1,7,1]} \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/models/model_odd.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/models/model_odd.json deleted file mode 100644 index d8d08261..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/models/model_odd.json +++ /dev/null @@ -1 +0,0 @@ -{"learner":{"attributes":{"best_iteration":"250","best_ntree_limit":"251","scikit_learn":"{\"use_label_encoder\": null, \"n_estimators\": 100, \"objective\": \"binary:logistic\", \"max_depth\": null, \"max_leaves\": null, \"max_bin\": null, \"grow_policy\": null, \"learning_rate\": 0.78, \"verbosity\": null, \"booster\": null, \"tree_method\": \"hist\", \"gamma\": 0.00206913808111479, \"min_child_weight\": 0.16237767391887217, \"max_delta_step\": null, \"subsample\": null, \"sampling_method\": null, \"colsample_bytree\": null, \"colsample_bylevel\": null, \"colsample_bynode\": null, \"reg_alpha\": 1, \"reg_lambda\": 0.5, \"scale_pos_weight\": null, \"base_score\": null, \"missing\": NaN, \"num_parallel_tree\": null, \"random_state\": 5, \"n_jobs\": null, \"monotone_constraints\": null, \"interaction_constraints\": null, \"importance_type\": null, \"gpu_id\": null, \"validate_parameters\": null, \"predictor\": null, \"enable_categorical\": false, \"feature_types\": null, \"max_cat_to_onehot\": null, \"max_cat_threshold\": null, \"eval_metric\": null, \"early_stopping_rounds\": null, \"callbacks\": null, \"classes_\": [0.0, 1.0], \"kwargs\": {\"nthread\": -1}, \"n_classes_\": 2, \"_estimator_type\": \"classifier\"}"},"feature_names":[],"feature_types":[],"gradient_booster":{"model":{"gbtree_model_param":{"num_parallel_tree":"1","num_trees":"251","size_leaf_vector":"0"},"tree_info":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"trees":[{"base_weights":[-1.6665444E0,-1.2729807E0,-1.9358679E0,-8.127023E-1,-1.7954108E0,-1.7350727E0,-1.9609232E0,-2.8368074E-1,-1.6264683E0,-1.5084449E0,-1.9178562E0,-1.4459975E0,-1.4979618E0,-1.8939104E0,-1.5514293E0,3.360921E-1,-1.7750865E0,-1.1693364E0,-1.8619869E0,-1.6386379E0,-8.2437277E-1,-1.7727699E0,-1.5360327E0,-3.027523E-1,-1.877193E0,-1.2251909E0,-1.5417565E0,6.5030164E-1,-1.6653386E0,3.8709676E-1,-1.8348135E0,-8.6935085E-1,-1.8424015E0,-1.6626087E0,-1.5304065E0,-1.9048375E0,-1.4268067E0,-1.4196892E0,4.827586E-1,-1.9166666E0,-1.5406698E0,4.0816328E-1,-1.7777778E0,-1.5178572E0,-1.526013E0,-5.7591623E-1,-1.5868263E0,-5.463659E-1,8.890551E-1,7.692308E-1,-1.7530864E0,-5.8064514E-1,1.3939394E0,-1.4186552E0,-1.9375348E0,-1.5680751E0,-4.8675916E-1,-1.8712121E0,2.857143E-1,-1.7623762E0,-9.0140843E-1,-0E0,-1.9077902E0,-1.7211896E0,-8.3302754E-1,-1.6752768E0,-7.692308E-1,1.1641791E0,-1.6190476E0,-0E0,-1.4995817E0,-1.7809799E0,-3.3333334E-1,7.983539E-1,-1.3207548E0,5.2E-1,-1.8857143E0,-1.6018957E0,-0E0,-1.2251309E0,5.1813472E-2,-1.260997E0,-1.9027356E0,-1.1491712E0,-3.652968E-2,-1.1660231E0,1.0314331E0,1.2380953E0,-2.857143E-1,-1.7737931E0,5.2E-1,1.1764706E-1,-1.17E0,1.6E0,-0E0,-1.5710723E0,-3.2258064E-1,-1.9396985E0,-0E0,-1.5971223E0,-0E0,-9.7902095E-1,7.6233184E-1,-0E0,-1.8785579E0,-0E0,5.2E-1,-0E0,-1.766105E0,-1.5247525E0,5.116279E-1,-4E-1,-1.492608E0,-1.8825449E0,-1.4924731E0,-8.0996886E-2,-1.8761061E0,-1.7132076E0,-0E0,-0E0,-1.409836E0,-3.0769232E-1,1.5272727E0,-0E0,-1.3957894E0,-3.12E-1,-0E0,-1.8556391E0,-0E0,9.009009E-2,-1.3817142E0,-4.347826E-1,1.2954545E0,2.2222222E-1,-1.6521739E0,-0E0,-1.4926618E0,-0E0,-1.6363636E0,-7.8E-1,6.666667E-1,-1.1320755E-1,-1.6E0,-4.4444445E-1,1.0144928E0,-1.4129692E0,-2.4E-1,-0E0,-1.5022222E0,-1.3333334E0,5.882353E-1,5.0896055E-1,-1.0062112E0,-1.3518518E0,-1.3333334E-1,6.636405E-1,1.5492595E0,1.2133334E0,-0E0,-5.2E-1,-0E0,-1.4131274E0,-1.9572649E0,7.692308E-1,-5.2E-1,-0E0,1.3448275E0,-1.8015267E0,-1.0921986E0,1.3333334E-1,-1.231579E0,-0E0,-1.9418344E0,-0E0,-1.6057693E0,2.857143E-1,-5.2E-1,-1.6351792E0,-2.0224719E-1,1.0552764E0,-1.3846154E0,-2.2222222E-1,-1.476E0,-1.5152152E0,-1.6290051E0,-1.625E0,-0E0,1.25E0,-1.0769231E0,-0E0,-6.685714E-1,-1.8888888E0,-0E0,-0E0,-1.5252748E0,1.7910448E-1,-1.4181818E0,-1.90991E0,-0E0,-0E0,-1.7394636E0,3.12E-1,-3.12E-1,-5.8064514E-1,4.827586E-1,-0E0,-1.6226416E0,7.692308E-1,-1.1439999E0,-0E0,1.6862745E0,-1.4519277E0,-0E0,8E-1,-1.08E0,3.4343433E-1,-1.1142857E0,4.6153846E-1,-1.0222223E0,5.4054055E-2,1.5744681E0,-0E0,6.685714E-1,-1.352E0,-0E0,-1.4469565E0,-1.1232877E0,-0E0,7.8E-1,6.666667E-1,-8.3870965E-1,-1.6691729E0,-0E0,-1.1627907E0,-2.3529412E-2,1.2903225E0,-6.666667E-1,-1.505618E0,-2.857143E-1,-9.62963E-1,4E-1,-0E0,-3.12E-1,-1.3827161E0,5E-1,-4E-1,1.0769231E0,-1.3333334E0,6.463878E-1,-5.7142857E-2,-1.21875E0,-0E0,-1.44E0,6.086956E-1,-1E0,-1.030303E0,7.4453944E-1,1.254623E0,1.7840376E0,-1.4698795E0,-0E0,-4E-1,-1.5396521E0,-0E0,9.36E-1,-1.8160919E0,-0E0,-7.4509805E-1,-1.4078047E0,1.1304348E0,-6.666667E-1,-1.3684211E0,-1.9626604E0,-0E0,-1.6144578E0,5.2E-1,-0E0,-0E0,-1.6902357E0,3.834197E-1,-1.7368422E0,-1.8181819E-1,1.3095238E0,-0E0,-1.52E0,-0E0,-6.685714E-1,-1.8787879E0,-1.0954773E0,-0E0,-1.6989248E0,3.12E-1,-0E0,-0E0,1.5714285E0,-0E0,-1.04E0,-1.478164E0,-0E0,5.2E-1,-5E-1,-0E0,-1.5330397E0,-1.2592592E0,3.5390946E-1,-1.6444445E0,-0E0,-0E0,-1.9272727E0,-1.7538462E0,-0E0,-1.25E0,-0E0,1.0476191E0,-4E-1,3.12E-1,-2.857143E-1,-1.6862745E0,-0E0,9.36E-1,-0E0,-5.2E-1,-0E0,-0E0,1.7227722E0,-0E0,1.08E0,-2.5641027E-1,7.741935E-1,1.1439999E0,-4.6153846E-1,-1.4117647E0,-0E0,8.5714287E-1,-6.666667E-1,-0E0,1.6231884E0,-0E0,-1.2463768E0,-2.2222222E-1,1.2941177E0,-1.4285715E0,-0E0,-1.6969697E0,-0E0,-3.12E-1,-0E0,-0E0,-1.5862069E0,6.2068963E-1,-4.1379312E-1,-0E0,1.4E0,-0E0,-7.8E-1,-5.777778E-1,-1.6607143E0,-1.08E0,3.529412E-1,-1.4285715E0,-0E0,8.888889E-1,-2.2222222E-1,-2.857143E-1,-1.4630872E0,6.685714E-1,-0E0,-7.8E-1,-0E0,-0E0,1.2133334E0,-1.1929412E0,-0E0,-9.3333334E-1,7.52E-1,-7.826087E-1,8.5714287E-1,-0E0,-1.3448275E0,-9.36E-1,8E-1,-9.52381E-2,-1.558011E0,-5.2E-1,1.1578947E0,-0E0,-1.2727273E0,-1.1724138E0,-0E0,8.552036E-1,1.5294118E-1,5.714286E-1,1.4337568E0,-2.857143E-1,1.8016529E0,-1.5313808E0,-0E0,-5.2E-1,5E-1,-0E0,-7.8E-1,-1.8307692E0,-0E0,-1.1764706E-1,-1.245283E0,1.1929412E0,-0E0,-1.25E0,-0E0,-0E0,-1.6190476E0,-0E0,-1.5326475E0,-0E0,-1.6231884E0,2.2222222E-1,-3.12E-1,-1.7027028E0,-0E0,-4E-1,8E-1,-1.7808219E0,-0E0,-1.2E0,9.3333334E-1,-0E0,1.5882353E0,-0E0,-1.3E0,-1.4728934E0,-0E0,-7.352941E-1,-1.7538462E0,-1.7391304E0,-0E0,-0E0,-3.12E-1,1.3288889E0,-0E0,-6.685714E-1,-0E0,-1.5408388E0,-0E0,-1.2763636E0,-0E0,-1.7475729E-1,7.605634E-1,-0E0,-1.7272727E0,-6.685714E-1,2.857143E-1,-0E0,-1.5168663E0,-0E0,-1.7803922E0,-0E0,-1.1439999E0,7.8E-1,-5.4545456E-1,-0E0,1.17E0,-6.685714E-1,-0E0,-5.2E-1,-0E0,-1.365E0,-0E0,3.12E-1,-0E0,-0E0,1.7916666E0,-3.12E-1,-0E0,-9.0909094E-1,3.1578946E-1,-5E-1,1E0,-9.0909094E-1,-0E0,-1.3371428E0,-0E0,-5.2E-1,6.666667E-1,1.1142857E0,-0E0,-1E0,-0E0,1.6496351E0,-0E0,-0E0,3.12E-1,-0E0,-1.4385965E0,-5.2E-1,-0E0,-0E0,1.17E0,-1.248E0,-0E0,6.685714E-1,-2.857143E-1,-1.7230769E0,-0E0,-0E0,3.12E-1,-5.4545456E-1,2.857143E-1,-1.3371428E0,-0E0,-4E-1,1.2380953E0,-7.5555557E-1,4E-1,-0E0,1.5172414E0,9.52381E-2,-1.2307693E0,-0E0,-1.6771301E0,9.0909094E-1,-0E0,-1.248E0,-0E0,5.2E-1,-0E0,1.25E0,-0E0,-0E0,-6.685714E-1,1E0,-1.3333334E0,-0E0,-1.4931507E0,2.857143E-1,-3.12E-1,-1.04E0,-0E0,5.106383E-1,1.375E0,-1.1111112E0,-0E0,1.04E0,-0E0,-6.666667E-1,6.685714E-1,-1.4234234E0,-0E0,-0E0,8.666667E-1,-7.5E-1,6.685714E-1,-1.5777777E0,-0E0,1.1929412E0,-0E0,-1.2133334E0,-0E0,-1.4545455E0,-8.695652E-2,-6.685714E-1,6.666667E-1,9.209415E-1,-8.8495575E-2,-6.052632E-1,7.7894735E-1,7.6258993E-1,-8.235294E-1,1.904762E-1,1.5225049E0,-5.2E-1,-0E0,-0E0,1.8104266E0,-1.5964912E0,-0E0,5E-1,-5.2E-1,-0E0,6.685714E-1,-0E0,-1.4385991E0,-7.1428573E-1,4E-1,-1.4285715E0,-0E0,3.12E-1,-3.12E-1,-0E0,-1.1439999E0,-0E0,5.2E-1,6.685714E-1,-8E-1,-1.7333333E0,-0E0,-1.631068E0,-0E0,6.685714E-1,-0E0,-1.7152542E0,-0E0,4.516129E-1,-1.2222222E0,-6.451613E-2,1.089109E0,-0E0,-1.4262856E0,-0E0,-1.3684211E0,-0E0,1.04E0,-1E0,6.666667E-1,-2.857143E-1,1.6946565E0,-1.3898305E0,-1.7721519E-1,-0E0,-1.4114286E0,-0E0,-1.7777778E0,-1.5813954E0,-5.6E-1,3.12E-1,-0E0,-1.1142857E0,-0E0,3.9130434E-1,1.3076923E0,-0E0,-1.4078047E0,5.2E-1,-0E0,-3.12E-1,-0E0,-0E0,-1.3990475E0,-0E0,-7.8E-1,-3.12E-1,-0E0,-0E0,3.12E-1,1.8297873E0,-0E0,3.12E-1,-0E0,-1.1578947E0,-0E0,-2.857143E-1,8.5714287E-1,-6.685714E-1,-0E0,-0E0,1.2173913E0,-9.36E-1,-0E0,3.12E-1,-3.12E-1,7.8E-1,-0E0,-3.12E-1,-0E0,-1.2E0,-0E0,1.674074E0,-0E0,-6.666667E-1,2.857143E-1,-1.5555556E0,-0E0,-5.2E-1,-0E0,-1.7480315E0,-0E0,-0E0,-7.8E-1,-0E0,5.2E-1,-0E0,-7.8E-1,1.2133334E0,-0E0,3.12E-1,-9.5238096E-1,-0E0,7.8E-1,-0E0,1.5789474E0,-6.685714E-1,7.5E-1,-1.231579E0,-0E0,-1.706422E0,-0E0,-0E0,9.36E-1,-0E0,-3.12E-1,1.1439999E0,-0E0,9.927272E-1,-0E0,-1.1929412E0,-0E0,3.12E-1,-3.12E-1,-0E0,-1.5155709E0,5.2E-1,-0E0,-0E0,8.4745765E-1,-0E0,1.5789474E0,-0E0,-1.1142857E0,-0E0,3.12E-1,-7.8E-1,-0E0,-1.4545455E0,-0E0,3.12E-1,-0E0,-0E0,-1.0769231E0,-0E0,-1.5955056E0,-1.5076923E0,-0E0,-7.5E-1,6.666667E-1,7.8E-1,-0E0,6.9716775E-1,1.1902834E0,8.3870965E-1,-4.7619048E-1,-1.1351352E0,-5E-2,-6.666667E-1,9.707602E-1,-1.6666667E-1,9.74359E-1,-0E0,-1.2E0,8.5714287E-1,-2.6086956E-1,9.2913383E-1,1.6994818E0,1.3986928E0,1.8903319E0,-1.6363636E0,-0E0,2.2222222E-1,-5.2E-1,-0E0,6.685714E-1,-1.0476191E0,-0E0,1E0,-1.8181819E-1,-1.5652174E0,-0E0,3.12E-1,-0E0,-0E0,-3.12E-1,-8.666667E-1,-0E0,-0E0,-1.3986206E0,-0E0,-1.6390244E0,-5E-1,-1.7580072E0,1E0,-1.5384616E-1,-1.5555556E0,-0E0,-8.5714287E-1,3.1578946E-1,1.2527473E0,-0E0,-0E0,-1.1929412E0,-9.927272E-1,-0E0,1.08E0,-0E0,-0E0,-5.2E-1,1.7230769E0,-0E0,-1.5E0,-0E0,9.52381E-2,-1.3333334E0,-0E0,-1.4181818E0,-1.588785E0,-0E0,1.8181819E-1,-1.25E0,4.2857143E-1,-5.945946E-1,-5E-1,6.1538464E-1,1.4782609E0,-0E0,1.4890908E0,-0E0,-1.1439999E0,-0E0,-0E0,-5.2E-1,1.0769231E0,-0E0,-2.2222222E-1,3.12E-1,1.4E0,-0E0,3.12E-1,-0E0,-0E0,-1.08E0,1.6969697E0,-0E0,-7.8E-1,-0E0,5.2E-1,-0E0,-0E0,-1.6226416E0,-0E0,-1.7741935E0,-0E0,-1.1764706E0,-0E0,-3.12E-1,-0E0,1.6428572E0,-0E0,1.0769231E0,-3.12E-1,-0E0,-1.3433332E0,-0E0,-0E0,-3.12E-1,-1.7029703E0,-1.011236E0,-1.875E-1,8E-1,1.1578947E0,1.8181819E-1,-5.2E-1,3.12E-1,-0E0,1.7647059E0,-0E0,-1.4862385E0,-1.04E0,-0E0,-0E0,-1.6136364E0,-0E0,-1.6E0,-0E0,-1.1428572E0,7.8E-1,-0E0,-2.736842E-1,8.121212E-1,6.666667E-1,1.2991736E0,1.1666666E0,-0E0,1.904762E-1,-1.1818181E0,-1.3650794E0,-0E0,-1.0344827E0,4.1509435E-1,-1.25E0,2.857143E-1,-0E0,1.1258278E0,1.5384616E-1,-7.692308E-1,-5.2E-1,1.079646E0,-0E0,-1.1142857E0,1.08E0,-0E0,5.4545456E-1,-1.1428572E0,-0E0,1.1538461E0,1.7180157E0,-0E0,1.6296296E0,7.234042E-1,1.8956522E0,-0E0,-0E0,-1.6513761E0,-6.685714E-1,3.12E-1,-0E0,6.685714E-1,-1.2E0,-0E0,-3.12E-1,5.2E-1,1.1142857E0,-0E0,-6.666667E-1,-0E0,-0E0,-1.6444445E0,-0E0,-1.2847059E0,-9.36E-1,-0E0,-1.4341935E0,-9.714286E-1,1.3333334E0,-0E0,5.2E-1,-8.666667E-1,-0E0,-1.3199999E0,2.857143E-1,-5.2E-1,-0E0,-9.927272E-1,9.927272E-1,-4E-1,-0E0,1.3563218E0,-6.685714E-1,2.857143E-1,-5.2E-1,2.2222222E-1,1.75E0,-0E0,-1.4039999E0,-4.4444445E-1,4.3137255E-1,-8.5714287E-1,-1.17E0,-0E0,-0E0,-1.2443293E0,-3.12E-1,7.8E-1,-1.1439999E0,-0E0,-9.927272E-1,8.9361703E-1,-9.0909094E-1,5.2E-1,-9.36E-1,-0E0,1.0909091E-1,1.52E0,-0E0,1.5555556E0,-3.12E-1,3.12E-1,-0E0,3.12E-1,-0E0,9.927272E-1,-0E0,-5.2E-1,1.4871795E0,-0E0,3.12E-1,-3.12E-1,-0E0,1.3423256E0,-0E0,-1.6923077E0,-5.714286E-1,-1.4485713E0,-2.857143E-1,3.12E-1,-0E0,-1.4074074E0,3.12E-1,-0E0,-0E0,1.709091E0,1.04E0,-0E0,3.12E-1,-0E0,-1.721393E0,-0E0,-0E0,-1.4666667E0,-5.945946E-1,2.0689656E-1,8.666667E-1,-0E0,-0E0,1.2777778E0,-8E-1,5.555556E-1,3.12E-1,-3.12E-1,1.4352E0,-0E0,-3.529412E-1,-1.6170213E0,-1.6470588E0,-0E0,-3.12E-1,-0E0,-1.6551725E0,-0E0,-1.08E0,-0E0,-9.767442E-1,2.2222222E-1,-2.857143E-1,8.8431877E-1,2E-1,1.2E0,1.3459553E0,-0E0,1.2133334E0,-0E0,-3.12E-1,-0E0,9.4736844E-1,-2.4E-1,-0E0,-1.3684211E0,-1.6666666E0,-1.1764706E-1,6.685714E-1,-5E-1,-0E0,-1.2592592E0,9.4736844E-1,-5.882353E-1,-1.1439999E0,-0E0,5.2E-1,-0E0,-9.36E-1,5.714286E-1,3.4146342E-1,1.3571428E0,8E-1,-3.12E-1,-0E0,-9.36E-1,-3.12E-1,1.1636363E0,-2.857143E-1,3.12E-1,-0E0,7.8E-1,-1.08E0,-0E0,3.529412E-1,-8E-1,1.2475247E0,-3.12E-1,-0E0,1.7277486E0,-0E0,1.6923077E0,-3.12E-1,9.0909094E-1,-0E0,1.4827948E0,-0E0,-1.6666666E0,-0E0,-1.17E0,-7.8E-1,-0E0,-1.3371428E0,-0E0,-0E0,5.2E-1,3.12E-1,-1.25E0,-0E0,1.17E0,-0E0,5.2E-1,-6.666667E-1,-0E0,-3.12E-1,-0E0,-0E0,1.4567901E0,-0E0,5.2E-1,-0E0,6.685714E-1,-0E0,1.7777778E0,-8.5714287E-1,-0E0,7.906977E-1,-8E-1,-9.927272E-1,-0E0,1.4482758E0,-0E0,-1.0967742E0,-0E0,-0E0,5.2E-1,1E0,-1.4634146E-1,1.3E0,-0E0,1.6279069E0,-0E0,-0E0,1.5789474E0,-0E0,-1.427234E0,-1E0,-0E0,-5.2E-1,-0E0,-0E0,-3.12E-1,-0E0,-1.2886956E0,-0E0,1.3833963E0,-0E0,-1.3551514E0,6.685714E-1,-3.0769232E-1,-1.5789474E0,-0E0,2.857143E-1,-8.75E-1,1.2E0,-5E-1,-0E0,-3.12E-1,1.3623189E0,-0E0,-8.666667E-1,-0E0,-4E-1,1E0,-0E0,-9.0909094E-1,-0E0,-1.3146067E0,-1.3245282E0,-4.6153846E-1,-0E0,-5.2E-1,-0E0,-1.7142857E0,-1.5E0,-9.52381E-2,9.62963E-1,-3.448276E-1,-1.1111112E0,6.0606062E-2,9.369863E-1,-0E0,5.185185E-1,-2.857143E-1,1.3846154E0,-0E0,-0E0,1.3813708E0,8.666667E-1,-3.1578946E-1,-3.12E-1,3.12E-1,-0E0,3.12E-1,-0E0,1.2941177E0,-7.368421E-1,5E-1,3.12E-1,-3.12E-1,-1.5428572E0,-0E0,-0E0,-1.7333333E0,3.12E-1,-5.714286E-1,-0E0,-6.685714E-1,-0E0,-1.1855999E0,1.2258065E0,-0E0,3.12E-1,-1.1428572E0,9.36E-1,-0E0,-2.857143E-1,1.0909091E0,1.4181818E0,-0E0,-0E0,8.666667E-1,1.2222222E0,-0E0,-0E0,-5.2E-1,-0E0,9.0909094E-1,-0E0,-8.666667E-1,1.3061224E0,-0E0,1.7375329E0,-0E0,-0E0,1.7254902E0,1.0769231E0,-0E0,-1.8181819E-1,-1.7101449E0,-0E0,-1.4285715E0,-0E0,-7.8E-1,3.12E-1,-3.12E-1,-0E0,1.5E0,-0E0,1.8333334E0,-0E0,-1.0769231E0,3.12E-1,-0E0,1.2E0,-0E0,-8.666667E-1,-0E0,1.5714285E0,-0E0,6.685714E-1,-4E-1,-0E0,-1.4782609E0,-0E0,1.08E0,-5.3333336E-1,4.6153846E-1,1.3317074E0,-0E0,-0E0,1.6666666E0,-0E0,-3.12E-1,-0E0,-9.927272E-1,3.12E-1,-0E0,-9.36E-1,-0E0,-1.6428572E0,-0E0,5.2E-1,-0E0,-0E0,-1.1428572E0,-0E0,1.1142857E0,3.12E-1,-1.0769231E0,1.4461539E0,-0E0,-0E0,-7.8E-1,-0E0,1.2307693E0,5.2E-1,-0E0,-8.666667E-1,-0E0,-3.12E-1,-0E0,-0E0,-8E-1,-0E0,-1.3866667E0,-1.2886956E0,-0E0,-7.692308E-1,4E-1,-5.2E-1,1.4782609E0,-7.2E-1,5.2E-1,-0E0,-1.2941177E0,-4.4444445E-1,8.235294E-1,8.5106385E-1,1.6216216E0,5.3333336E-1,-5.4545456E-1,7.906977E-1,-1.5384616E-1,5E-1,-7.2727275E-1,1.4509804E0,-0E0,-5.2E-1,5.2E-1,2.2222222E-1,-6.685714E-1,1.409009E0,-0E0,5.2E-1,-9.3333334E-1,1.1439999E0,-0E0,-1.08E0,-0E0,-0E0,6.685714E-1,-0E0,-1.3587097E0,-0E0,-1.4114286E0,-0E0,-1E0,-0E0,1.4285715E0,-3.12E-1,-0E0,-0E0,-1.08E0,-0E0,-3.12E-1,5E-1,-9.3333334E-1,-0E0,1.3684211E0,1.5247525E0,-0E0,1.4090909E0,1.8181819E-1,-3.12E-1,-0E0,-0E0,9.36E-1,4.827586E-1,1.5492958E0,-0E0,1.7553191E0,-0E0,1.7575758E0,-0E0,1.2941177E0,-3.12E-1,-0E0,3.12E-1,-7.8E-1,-1.3458823E0,-0E0,-0E0,-1.3103999E0,1.6470588E0,2.857143E-1,-0E0,5.2E-1,1.8632479E0,-0E0,-1.04E0,-0E0,-0E0,1.5E0,-6.685714E-1,4E-1,1.3288889E0,-0E0,2.857143E-1,-9.36E-1,3.12E-1,-2.857143E-1,-1.2763636E0,-0E0,-0E0,-8.333333E-1,8.666667E-1,-0E0,-0E0,1.370909E0,-2.857143E-1,4.6153846E-1,-1.7037038E0,-0E0,-0E0,3.12E-1,-0E0,-1.3846154E0,-0E0,-1.04E0,1.5E0,-0E0,-0E0,1.4782609E0,-8.666667E-1,-0E0,-9.36E-1,-0E0,-0E0,7.8E-1,-0E0,1.2628571E0,-0E0,-1.2941177E0,-1.1439999E0,-0E0,-1E0,-0E0,1.08E0,-0E0,9.254766E-1,2.6506025E-1,1.7142857E0,-0E0,-3.3333334E-1,1.2E0,2.857143E-1,-1.0588236E0,-3.12E-1,1E0,-7.8E-1,2.857143E-1,6.685714E-1,-0E0,-1E0,-0E0,1.52E0,-0E0,6.685714E-1,-0E0,1.4254545E0,-0E0,-5.2E-1,6.666667E-1,-1.04E0,-0E0,-0E0,5.2E-1,-9.927272E-1,-0E0,1.5555556E0,-0E0,3.12E-1,-0E0,-0E0,6.685714E-1,-1.08E0,-0E0,-0E0,1.1929412E0,1.5918367E0,-0E0,-5.2E-1,6.685714E-1,-0E0,1.5061729E0,9.3333334E-1,-6.666667E-1,-1.5384616E-1,1.1111112E0,-0E0,1.6470588E0,3.12E-1,-0E0,1.8318318E0,1.0222223E0,-0E0,1.7916666E0,-0E0,-3.12E-1,-0E0,1.4666667E0,-0E0,1.6969697E0,-3.12E-1,9.0909094E-1,-0E0,1.4778947E0,1.2763636E0,-0E0,7.8E-1,-0E0,5.2E-1,-0E0,-5.2E-1,-0E0,3.12E-1,-0E0,-0E0,-1.0909091E0,-0E0,-3.12E-1,-5.2E-1,-0E0,-0E0,9.0909094E-1,-0E0,-1.3799999E0,-1.2628571E0,-0E0,-0E0,1.5555556E0,1.2628571E0,-0E0,5E-1,-0E0,-1.17E0,-0E0,-0E0,-9.927272E-1,-0E0,5.2E-1,-3.12E-1,-0E0,-1.1764706E-1,9.608541E-1,9.3333334E-1,-3.6363635E-2,-0E0,1.768116E0,-0E0,-7.8E-1,-0E0,1.2133334E0,5.2E-1,-0E0,-1.1142857E0,-0E0,1.2222222E0,-0E0,5.2E-1,-0E0,-0E0,-1.1439999E0,1.5918367E0,-0E0,-0E0,1.4422019E0,-3.12E-1,-0E0,9.36E-1,-0E0,1.3103999E0,-0E0,-0E0,1.6595745E0,5.2E-1,-3.12E-1,1.55E0,-0E0,-0E0,1.04E0,-0E0,-7.8E-1,-7.8E-1,2.857143E-1,-0E0,1.2941177E0,1.7014925E0,-0E0,1.8429003E0,-0E0,-0E0,1.2195122E0,1.4258064E0,-0E0,-0E0,1.5862069E0,-0E0,1.365E0,-0E0,9.36E-1,-0E0,-1.17E0,-0E0,9.36E-1,-0E0,-3.12E-1,-0E0,1.6129032E0,6.685714E-1,-0E0,2.857143E-1,-6.666667E-1,1.0460252E0,4.1860464E-1,-0E0,1.3333334E0,-5.882353E-1,6.086956E-1,1.8208956E0,-0E0,-0E0,3.12E-1,-0E0,1.5714285E0,-3.12E-1,-0E0,-0E0,3.12E-1,1.6595745E0,-0E0,-0E0,-3.12E-1,-0E0,1.4548802E0,1.730337E0,-0E0,3.3333334E-1,1.6571429E0,5.2E-1,-0E0,1.17E0,-0E0,1.365E0,-0E0,1.8536586E0,-0E0,-3.12E-1,-0E0,1.5E0,-0E0,1.3288889E0,-0E0,1.3799999E0,3.3333334E-1,5.2E-1,-0E0,-9.36E-1,-0E0,-0E0,1.0632912E0,7.39726E-1,-9.3333334E-1,7.8E-1,-5E-1,-0E0,1.1929412E0,-0E0,-1.1578947E0,9.4736844E-1,-0E0,1.4625E0,-0E0,-3.12E-1,2.857143E-1,1.3288889E0,-0E0,-0E0,1.7272727E0,-0E0,1.4676524E0,-0E0,1.3806896E0,3.12E-1,-0E0,-0E0,7.8E-1,1.7014925E0,-0E0,1.4544E0,-0E0,1.3371428E0,-0E0,-3.12E-1,5E-1,7.8E-1,-0E0,-3.12E-1,-0E0,1.0762712E0,-0E0,-0E0,1.137255E0,-1.08E0,-0E0,-0E0,-6.685714E-1,6.666667E-1,-4E-1,-0E0,-1.17E0,-0E0,1.1111112E0,-3.12E-1,-0E0,-0E0,5.2E-1,-0E0,1.4078047E0,-0E0,1.4785848E0,-0E0,-3.12E-1,1.365E0,-0E0,6.685714E-1,-0E0,-3.12E-1,-0E0,-0E0,1.0920771E0,-6.666667E-1,2.857143E-1,-0E0,1.3777778E0,7.8E-1,-0E0,-0E0,-7.8E-1,-0E0,1.2941177E0,-0E0,1.4887218E0,-3.12E-1,-0E0,1.1408776E0,3.3333334E-1,-8.666667E-1,-0E0,-3.12E-1,9.0909094E-1,-5.2E-1,-0E0,-0E0,1.5789474E0,1.1439999E0,-0E0,-0E0,3.12E-1,1.4990512E0,-0E0,9.968254E-1,1.4666667E0,-0E0,9.927272E-1,-0E0,9.36E-1,3.12E-1,-0E0,1.6756756E0,-0E0,1.5047619E0,-0E0,3.12E-1,-0E0,1.112782E0,2.7450982E-1,-0E0,1.5438596E0,3.1578946E-1,-8E-1,-0E0,-3.12E-1,1.3866667E0,-0E0,8E-1,1.5482546E0,5E-1,1.245283E0,-3.529412E-1,6.666667E-1,-3.12E-1,3.12E-1,-0E0,1.5752212E0,8.5714287E-1,-2.857143E-1,-0E0,-8.666667E-1,-0E0,1.2592592E0,9.166667E-1,1.6009071E0,8.181818E-1,-2.857143E-1,1.2815534E0,-0E0,-0E0,-8.666667E-1,-0E0,1.1304348E0,1.7419355E0,5.4545456E-1,1.0769231E0,-0E0,-0E0,-5.2E-1,-8.666667E-1,7.8E-1,1.231579E0,-0E0,1.1111112E0,-3.12E-1,1.6137931E0,-0E0,-5E-1,1.1578947E0,-9.0909094E-1,3.12E-1,-0E0,1.3069307E0,3.12E-1,-3.12E-1,6.685714E-1,-3.12E-1,-5.2E-1,1.8181819E-1,1.17E0,-0E0,1.7802198E0,-0E0,-0E0,9.3333334E-1,1.04E0,-0E0,5.2E-1,-0E0,1.255814E0,-0E0,-0E0,1.6203704E0,5.2E-1,-0E0,-6.685714E-1,-0E0,-0E0,1.4482758E0,-9.36E-1,-0E0,-0E0,1.3435898E0,-0E0,6.685714E-1,3.12E-1,-0E0,-0E0,1.4197752E0,3.12E-1,-5.2E-1,1.1428572E0,-0E0,-3.12E-1,-0E0,1.4736842E0,-0E0,-0E0,1.2690909E0,6.685714E-1,-5.2E-1,-0E0,1.5714285E0,3.12E-1,-0E0,-0E0,1.3717277E0,-0E0,-3.12E-1,-0E0,-3.12E-1,1.08E0,-0E0,-0E0,1.5675676E0,-3.12E-1,-0E0,1.3103999E0,-0E0,-0E0,-3.12E-1,1.4698795E0,5.185185E-1,1.6571429E0,-0E0,-0E0,1.5031056E0,-0E0,1.1428572E0,1.3764706E0,-0E0,-0E0,3.12E-1,-0E0,1.5220126E0,-6.666667E-1,5E-1,1.08E0,-0E0,-0E0,1.5555556E0,-7.8E-1,-0E0,6.685714E-1,-0E0,-0E0,5.2E-1,1.5733334E0,-0E0,1.5918367E0,-0E0,-0E0,1.2566667E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":0,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,-1,25,-1,27,29,31,33,35,37,39,-1,41,43,45,-1,47,49,51,53,55,57,59,-1,61,63,65,67,69,71,73,75,77,-1,79,81,83,85,87,89,91,93,95,97,99,101,103,105,107,109,-1,111,113,115,117,119,121,123,125,-1,127,129,131,133,-1,135,137,139,141,143,145,147,149,151,153,155,157,159,161,-1,163,-1,165,-1,167,169,171,-1,173,175,177,179,-1,181,-1,-1,-1,183,185,187,189,-1,191,193,195,197,199,201,203,205,207,209,-1,-1,-1,-1,211,213,215,-1,217,219,221,223,-1,-1,-1,225,-1,227,229,231,233,235,237,239,241,-1,243,245,247,249,251,253,255,257,-1,-1,-1,-1,259,261,263,-1,-1,-1,265,267,269,-1,-1,271,-1,273,275,-1,277,279,281,283,285,-1,-1,287,289,291,293,295,-1,-1,297,-1,299,301,303,305,307,-1,-1,309,-1,-1,311,313,315,317,319,-1,321,323,-1,-1,325,-1,327,-1,329,331,333,335,-1,-1,-1,-1,-1,337,-1,-1,339,341,343,345,347,349,351,353,355,357,359,361,-1,-1,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,-1,-1,-1,401,-1,403,-1,405,407,409,411,-1,413,-1,-1,415,417,419,421,423,425,-1,427,-1,-1,429,431,-1,433,-1,-1,435,437,-1,-1,-1,-1,-1,439,-1,441,443,445,447,449,-1,451,453,-1,455,457,459,461,-1,463,465,-1,-1,-1,-1,467,-1,469,471,-1,473,475,-1,477,479,481,483,485,-1,487,489,491,493,495,497,499,501,-1,-1,503,505,507,509,511,-1,513,-1,-1,515,517,-1,519,521,523,525,527,529,531,-1,-1,-1,-1,533,-1,-1,-1,535,537,539,541,543,545,-1,547,549,551,-1,553,-1,555,557,559,561,563,565,567,569,571,573,575,-1,577,-1,-1,579,-1,581,583,-1,585,587,589,591,593,-1,-1,-1,595,597,-1,599,-1,601,603,605,-1,607,609,611,613,-1,-1,-1,-1,615,617,619,-1,-1,-1,-1,-1,-1,-1,621,-1,-1,623,625,627,-1,629,-1,631,-1,-1,633,635,-1,-1,-1,637,639,-1,-1,-1,-1,-1,-1,-1,-1,-1,641,643,-1,645,647,649,651,653,655,-1,-1,657,-1,659,-1,661,663,-1,665,-1,-1,-1,667,669,-1,-1,-1,-1,-1,-1,-1,671,673,-1,-1,-1,675,677,-1,-1,679,681,683,685,-1,687,689,691,-1,693,695,697,-1,-1,-1,-1,699,-1,-1,-1,701,703,705,707,709,-1,-1,-1,711,713,715,717,-1,-1,719,-1,721,723,-1,-1,725,-1,727,-1,-1,-1,-1,-1,729,731,-1,733,735,737,739,741,743,745,747,749,-1,-1,-1,751,753,755,757,-1,-1,-1,-1,-1,759,761,763,765,-1,-1,-1,-1,767,-1,-1,769,771,-1,773,-1,-1,-1,775,-1,777,779,781,783,-1,-1,-1,785,-1,-1,787,789,791,793,795,797,-1,-1,-1,799,801,803,-1,-1,-1,805,807,809,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,811,-1,-1,-1,813,-1,815,817,-1,-1,819,821,-1,-1,-1,-1,-1,-1,-1,823,825,-1,827,-1,829,831,833,-1,-1,-1,835,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,837,839,-1,-1,841,-1,843,-1,845,847,849,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,851,-1,-1,853,855,857,859,-1,-1,-1,-1,-1,-1,861,-1,-1,-1,-1,863,-1,865,867,-1,869,871,-1,-1,873,875,877,879,881,883,885,887,889,891,-1,893,895,897,899,901,903,905,907,909,911,-1,-1,-1,913,915,917,919,921,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,923,925,927,929,931,933,935,937,939,941,943,-1,-1,-1,-1,-1,945,-1,-1,947,-1,949,-1,951,953,-1,-1,955,-1,957,959,961,963,965,967,969,971,-1,973,-1,-1,-1,-1,975,-1,977,-1,979,981,-1,-1,-1,-1,983,-1,-1,-1,-1,-1,-1,985,-1,987,989,991,993,-1,-1,995,-1,997,-1,999,-1,-1,-1,-1,1001,1003,1005,1007,1009,1011,-1,-1,1013,1015,-1,1017,-1,-1,-1,1019,1021,1023,-1,1025,-1,-1,1027,1029,1031,1033,1035,1037,1039,1041,1043,1045,1047,1049,1051,1053,1055,1057,1059,1061,-1,1063,-1,-1,-1,1065,1067,1069,1071,1073,1075,-1,1077,1079,1081,-1,-1,1083,-1,-1,-1,-1,1085,-1,-1,-1,-1,-1,1087,-1,-1,1089,-1,-1,-1,1091,-1,1093,1095,-1,-1,-1,-1,-1,1097,-1,-1,-1,-1,1099,1101,1103,-1,1105,-1,1107,1109,-1,-1,1111,1113,1115,-1,-1,-1,-1,-1,-1,-1,-1,-1,1117,1119,-1,-1,1121,1123,1125,-1,1127,-1,-1,-1,-1,-1,-1,-1,-1,1129,-1,-1,-1,-1,-1,-1,1131,1133,-1,1135,-1,1137,1139,-1,-1,-1,1141,-1,-1,-1,-1,1143,-1,1145,1147,1149,1151,-1,-1,1153,1155,1157,1159,-1,-1,-1,-1,1161,1163,1165,1167,-1,-1,1169,-1,-1,-1,1171,1173,1175,1177,1179,1181,1183,1185,-1,1187,-1,1189,1191,1193,1195,1197,1199,1201,-1,1203,-1,1205,1207,1209,-1,-1,-1,-1,-1,1211,1213,1215,1217,-1,-1,-1,-1,1219,1221,-1,-1,-1,-1,-1,1223,1225,1227,-1,-1,1229,-1,1231,-1,1233,-1,-1,-1,1235,-1,-1,-1,-1,-1,-1,-1,-1,-1,1237,-1,-1,-1,-1,1239,-1,-1,-1,1241,1243,-1,-1,-1,-1,-1,1245,1247,1249,1251,1253,-1,-1,1255,1257,1259,-1,-1,-1,1261,1263,-1,-1,1265,-1,-1,1267,1269,-1,1271,-1,-1,-1,1273,-1,-1,-1,-1,-1,-1,-1,-1,1275,1277,-1,1279,1281,1283,1285,-1,-1,1287,-1,-1,-1,1289,1291,1293,1295,1297,-1,-1,1299,-1,-1,-1,1301,1303,1305,1307,1309,1311,1313,1315,1317,1319,1321,1323,1325,1327,1329,-1,1331,-1,-1,-1,-1,-1,1333,1335,1337,-1,-1,1339,-1,-1,1341,-1,1343,-1,-1,-1,-1,1345,1347,-1,1349,-1,1351,1353,1355,1357,-1,-1,-1,1359,-1,-1,-1,1361,1363,-1,-1,1365,-1,1367,-1,-1,1369,1371,1373,1375,1377,-1,1379,-1,-1,-1,-1,-1,1381,1383,1385,-1,1387,-1,-1,1389,1391,-1,-1,1393,-1,-1,1395,1397,1399,-1,-1,1401,1403,-1,-1,-1,1405,-1,-1,-1,-1,-1,-1,-1,1407,1409,-1,-1,-1,1411,1413,-1,-1,-1,1415,1417,-1,-1,-1,-1,1419,-1,-1,-1,-1,-1,-1,-1,1421,-1,-1,-1,-1,1423,1425,-1,1427,1429,-1,-1,1431,1433,1435,1437,1439,1441,1443,1445,1447,1449,1451,1453,-1,-1,-1,1455,-1,1457,1459,-1,1461,-1,-1,-1,1463,-1,-1,-1,-1,-1,-1,-1,1465,-1,1467,-1,1469,-1,-1,-1,-1,1471,1473,-1,1475,1477,1479,1481,1483,-1,-1,-1,-1,1485,1487,1489,1491,-1,1493,1495,1497,-1,-1,-1,-1,-1,-1,-1,-1,1499,1501,-1,-1,1503,-1,-1,-1,-1,1505,-1,1507,-1,-1,1509,-1,-1,1511,-1,-1,1513,1515,-1,1517,-1,-1,1519,1521,1523,-1,-1,-1,-1,1525,-1,-1,1527,-1,-1,1529,-1,-1,-1,-1,-1,-1,-1,-1,1531,1533,-1,-1,1535,1537,-1,1539,1541,1543,1545,-1,1547,1549,1551,1553,-1,1555,-1,1557,-1,-1,1559,-1,1561,-1,-1,-1,1563,1565,-1,1567,-1,-1,-1,-1,-1,-1,1569,-1,-1,-1,-1,-1,-1,-1,-1,-1,1571,-1,-1,-1,1573,1575,1577,1579,1581,1583,-1,1585,-1,-1,1587,1589,-1,1591,-1,-1,-1,1593,-1,1595,-1,1597,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1599,-1,-1,-1,-1,-1,1601,-1,-1,-1,1603,-1,1605,-1,-1,1607,-1,-1,-1,-1,-1,-1,-1,-1,-1,1609,1611,1613,1615,-1,1617,1619,-1,-1,-1,-1,-1,-1,-1,1621,1623,-1,-1,1625,-1,1627,-1,1629,1631,-1,-1,-1,-1,-1,-1,-1,1633,-1,-1,1635,-1,-1,-1,-1,-1,-1,1637,-1,1639,1641,-1,1643,-1,1645,1647,-1,-1,-1,1649,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1651,-1,-1,1653,1655,1657,1659,1661,1663,1665,1667,1669,-1,-1,-1,1671,1673,-1,-1,-1,-1,1675,-1,-1,-1,-1,1677,1679,1681,1683,1685,-1,-1,-1,-1,-1,-1,1687,-1,-1,-1,1689,1691,-1,-1,-1,1693,-1,-1,-1,-1,1695,1697,1699,1701,-1,1703,-1,-1,1705,1707,1709,1711,-1,-1,-1,1713,-1,-1,-1,1715,-1,1717,-1,-1,-1,-1,1719,-1,1721,-1,-1,-1,-1,-1,-1,1723,-1,1725,-1,-1,1727,-1,1729,1731,-1,-1,-1,-1,1733,1735,-1,-1,-1,1737,-1,-1,-1,-1,-1,-1,-1,1739,-1,-1,-1,-1,-1,-1,-1,-1,1741,1743,1745,1747,1749,1751,-1,-1,-1,-1,-1,1753,1755,1757,-1,-1,1759,1761,-1,-1,-1,1763,-1,-1,1765,1767,-1,-1,-1,-1,1769,1771,1773,1775,1777,-1,-1,-1,-1,1779,1781,-1,1783,-1,-1,-1,1785,1787,1789,1791,1793,1795,-1,-1,-1,-1,1797,1799,1801,1803,1805,1807,-1,-1,-1,1809,1811,1813,-1,-1,1815,1817,1819,1821,1823,1825,1827,1829,1831,-1,1833,1835,1837,1839,1841,-1,-1,-1,-1,-1,-1,1843,1845,-1,1847,1849,1851,1853,1855,-1,-1,1857,-1,-1,-1,-1,-1,1859,-1,1861,1863,-1,1865,1867,-1,-1,-1,1869,1871,-1,-1,1873,-1,-1,-1,-1,1875,1877,-1,-1,1879,1881,1883,-1,-1,1885,-1,-1,-1,-1,1887,-1,-1,-1,1889,1891,-1,-1,-1,-1,-1,1893,-1,1895,-1,1897,-1,-1,-1,-1,-1,-1,-1,1899,-1,-1,-1,-1,-1,-1,1901,1903,1905,-1,1907,1909,1911,1913,-1,-1,-1,-1,-1,1915,1917,1919,-1,-1,1921,1923,-1,-1,-1,-1,-1,-1,1925,-1,1927,-1,-1,-1],"loss_changes":[1.5855469E3,1.4628867E3,3.9398438E1,1.394185E3,9.542871E1,4.864966E1,9.1171875E0,1.8199E3,1.3336597E2,7.332068E1,9.40625E0,1.9151648E2,0E0,1.2591016E2,0E0,8.733394E2,7.644617E1,8.4721985E1,1.1513916E1,3.588159E1,1.09832466E2,1.285083E1,0E0,1.16031845E2,3.1553955E0,5.88981E1,0E0,3.4393576E2,4.1873535E1,1.6320627E1,1.9336792E1,7.889749E1,1.0022675E1,1.837561E1,0E0,8.1921387E-1,6.747858E1,1.2954193E1,6.2788864E1,2.6865234E0,5.822705E1,4.9588478E1,1.1346031E1,6.342331E0,0E0,4.01243E1,1.2826324E1,6.010604E1,2.9386945E2,4.3443227E0,1.0830078E1,6.4459205E0,3.1696968E0,1.710669E1,1.8791504E0,4.0523376E0,1.2248978E2,2.7536926E0,5.2380955E-1,2.5423584E0,3.2671852E1,0E0,5.871582E-2,5.147522E0,1.04845116E2,4.3051453E0,1.3003784E1,1.9357857E1,2.8972435E0,2E-1,0E0,2.2141907E1,2.368237E1,3.838162E1,8.389208E0,0E0,2.8018494E0,4.5489044E0,3E0,1.8099655E1,2.3846312E1,1.1405136E1,2.6663513E0,3.009404E1,5.8673534E1,1.0850433E1,1.7601288E2,2.8412704E0,5.2380955E-1,7.2403564E0,0E0,2.53092E0,0E0,2.3517227E0,0E0,7.185898E0,1.0429201E1,8.841553E-1,0E0,2.2425842E0,8.095238E-1,7.088237E1,3.5464447E1,0E0,6.757202E-1,0E0,0E0,0E0,9.4940186E-1,4.6720314E0,1.34552765E1,8.857143E-1,0E0,2.7747192E0,5.6910706E0,2.9277319E1,3.583191E0,2.980072E0,4E-1,4.3025584E0,4.5753155E0,9.374358E0,8.364349E0,0E0,0E0,0E0,0E0,2.722107E0,9.430769E0,9.836823E0,0E0,9.879301E0,1.3569092E1,1.1746031E0,2.4086952E0,0E0,0E0,0E0,1.8429565E0,0E0,1E0,7.948468E0,3.0391006E0,8.324426E0,9.052828E0,5.6437073E0,6.539259E0,2E-1,0E0,8.697525E0,4.9972854E0,1.7403381E1,6.8082695E0,4.994812E0,7.930435E0,7.557158E1,2.2699036E1,0E0,0E0,0E0,0E0,5.19281E0,2.6455688E-1,1.676923E0,0E0,0E0,0E0,2.6267395E0,5.497463E0,9.814493E0,0E0,0E0,6.640625E-1,0E0,2.2582397E0,5.2380955E-1,0E0,6.9095917E0,6.167871E1,1.6894527E1,1.9784613E0,1.1746031E0,0E0,0E0,1.5753357E1,3.7325287E0,2E-1,4.785715E0,1.5641026E0,0E0,0E0,1.7897949E0,0E0,1.1666667E0,2.113739E0,1.6163504E1,2.7676773E0,1.8404541E0,0E0,0E0,2.5093384E0,0E0,0E0,3.637097E0,4.4722495E0,3.4285715E-1,1.3681107E0,1.676923E0,0E0,6.666667E-1,2.4307938E0,0E0,0E0,3.030769E0,0E0,7.012156E0,0E0,7.3743587E0,5.185622E0,5.830116E0,3.5155716E0,0E0,0E0,0E0,0E0,0E0,3.7697048E0,0E0,0E0,4.562092E0,5.262673E0,2.3912048E0,2E-1,3.7064953E0,5.264097E0,3.5935478E0,1E0,6.887375E0,6.188752E0,4.4550266E0,2.6666667E0,0E0,0E0,5.1837463E0,7.8571427E-1,1.6E0,3.3504276E0,1.9411764E0,1.1139185E1,6.064596E0,4.9170265E0,5.2E0,6.207405E0,4.9046526E0,2.909091E0,3.6238232E0,3.3395752E1,1.9094025E1,9.539185E0,5.627365E0,1.1666667E0,1.6E0,0E0,0E0,0E0,2.6546478E0,0E0,6.566777E0,0E0,2.5933504E0,3.5833333E0,5.706764E0,9.2858887E-1,0E0,2.2739563E0,0E0,0E0,3.1111112E-1,2.4159698E0,1.6306736E1,5.6092453E-1,1.0193939E1,1.3740898E1,0E0,2.2266665E0,0E0,0E0,1.7738647E0,8.663448E0,0E0,2.4576874E0,0E0,0E0,2E-1,2.3068771E0,0E0,0E0,0E0,0E0,0E0,7.8571427E-1,0E0,2.127472E0,4.023569E0,1.3712565E1,2.395958E0,1.4285715E0,0E0,8.7498474E-1,2.1360474E0,0E0,1.8166666E0,2.8181818E0,3.2380953E0,8.857143E-1,0E0,5.2380955E-1,4.950981E-1,0E0,0E0,0E0,0E0,2E-1,0E0,2.1010666E0,2E-1,0E0,4.3781133E0,5.2096777E0,0E0,1.5804195E0,3.630251E0,1.6666667E0,3.2857141E0,2E0,0E0,2.3058243E0,2E-1,2.6941261E0,5.555556E-1,1.8823528E0,2.0857143E0,1.4285715E0,1.4620056E0,0E0,0E0,2E-1,9.6103895E-1,2.3300495E0,5.6545153E0,4.5394635E0,0E0,3.979311E0,0E0,0E0,6.1382174E0,2.3652344E0,0E0,1.7433155E0,2.0857143E0,6.666667E-1,2.6944444E0,1.1746031E0,1.0428572E1,3.2769012E0,0E0,0E0,0E0,0E0,3.4285715E-1,0E0,0E0,0E0,2.0666668E0,7.161316E0,2.033816E0,2.761905E0,2.2857141E0,3.776947E0,0E0,1.1777776E0,3.488095E0,2.1824417E0,0E0,3.5727553E0,0E0,1.9797983E0,5.0560207E0,2.2857141E0,2.8293457E1,4.075387E1,1.0519558E1,1.3341187E1,5.2380955E-1,4.2523804E0,5.159363E0,1.1666667E0,0E0,7.8571427E-1,0E0,0E0,6.9488525E-1,0E0,4.3949575E0,4.4528294E0,0E0,4E-1,1.8166666E0,6.666667E-1,2.8857143E0,3.7809525E0,0E0,0E0,0E0,1.323761E0,1.1746031E0,0E0,2.4391174E0,0E0,1.2425091E1,9.1827545E0,6.3757324E-1,0E0,1.6947374E0,2.0666668E0,5.666667E0,8.431587E0,0E0,0E0,0E0,0E0,1.0729425E1,1.5868149E0,1.5458984E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.9208374E0,0E0,0E0,2E-1,6.356449E0,5.2172985E0,0E0,5.7206345E-1,0E0,5.2380955E-1,0E0,0E0,2E-1,6.080322E-1,0E0,0E0,0E0,1.1818182E0,2E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2E-1,1.6391907E0,0E0,2E-1,1.8229666E0,2.2406013E0,7.8571427E-1,3.043478E0,1.3272727E0,0E0,0E0,4E-1,0E0,1E0,0E0,2E-1,1.4000001E0,0E0,1.380806E0,0E0,0E0,0E0,1.1428572E0,3.1754398E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.2380955E-1,5.234375E-1,0E0,0E0,0E0,1.1818182E0,5.2380955E-1,0E0,0E0,1.6E0,2.8412704E0,3.301587E0,1.4E0,0E0,2.147007E0,3.488095E0,1.9959507E0,0E0,1.8855896E0,1.3272727E0,2E-1,0E0,0E0,0E0,0E0,1.8166666E0,0E0,0E0,0E0,1.4545455E0,1.9411764E0,4E-1,3.2015991E0,5.2380955E-1,0E0,0E0,0E0,8.931122E0,5.2763176E0,1.5873017E0,2E-1,0E0,0E0,1E0,0E0,1.9565964E0,2E-1,0E0,0E0,1.5192308E0,0E0,1.2586746E0,0E0,0E0,0E0,0E0,0E0,2.0293694E0,3.2065217E0,0E0,1E0,2.2665161E1,9.992279E0,9.966784E0,1.3798828E1,7.7272625E0,2.5176473E0,3.867495E0,9.997284E0,0E0,0E0,0E0,2.3308105E0,1.9920197E0,7.777778E-1,7.8571427E-1,0E0,0E0,0E0,0E0,0E0,2.1904762E0,3.090909E0,3.173914E0,2E-1,0E0,0E0,0E0,0E0,2E-1,0E0,0E0,1.1777776E0,1.5540237E0,0E0,1.3367004E0,0E0,0E0,0E0,1.1342163E0,0E0,3.4962778E0,2.8888893E0,3.0128548E0,5.752802E0,0E0,0E0,0E0,1.0464392E0,0E0,0E0,1.4545455E0,3.5641024E0,5.2380955E-1,2.4388733E0,3.0084743E0,7.5226045E0,0E0,0E0,0E0,1.6161575E0,1.2562256E0,4.380909E0,0E0,0E0,0E0,5.8416986E0,4.862876E0,2.899664E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.5009613E0,0E0,0E0,0E0,1.6982455E0,0E0,5.2380955E-1,1.1978023E0,0E0,0E0,3.1111112E-1,2.5565224E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2E-1,8.3076906E-1,0E0,4.4512177E-1,0E0,1E0,5.2380955E-1,2.2201233E0,0E0,0E0,0E0,5.6489563E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.2408962E0,2E-1,0E0,0E0,2.2593956E0,0E0,1.5192308E0,0E0,2E-1,1.4694214E0,2E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.2532349E0,0E0,0E0,2.1625E0,4.650879E0,8.666667E-1,4.1795654E0,0E0,0E0,0E0,0E0,0E0,0E0,2.0108414E0,0E0,0E0,0E0,0E0,1.5641026E0,0E0,1.2872849E0,1.4615402E0,0E0,2.3214288E0,1E0,0E0,0E0,2.6262405E1,8.163452E0,2.715054E0,1.0982684E1,5.5113697E0,9.991639E0,4.0595236E0,7.5611343E0,1.8333334E0,5.826641E0,0E0,1.742857E0,2.3736262E0,4.9983063E0,7.2059345E0,3.8985596E0,3.0225754E0,7.9455566E-1,1.3511353E0,1.4857143E0,1.1746031E0,0E0,0E0,0E0,1.4380951E0,8.666667E-1,3.142857E0,9.090909E-1,2.2483082E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.349762E0,2.6E0,7.5616455E-1,3E0,3.3675213E0,2.282051E0,8.095238E-1,1.883117E0,4.3808613E0,4.308197E0,1.4285715E0,0E0,0E0,0E0,0E0,0E0,7.777778E-1,0E0,0E0,1.5076904E0,0E0,1.7888908E0,0E0,4.8011203E0,1E0,0E0,0E0,3.0889893E-1,0E0,2.109091E0,1.8166666E0,1.1266096E1,4.214578E0,2.6E0,7.2190204E0,2.0917873E0,4E-1,0E0,2E-1,0E0,0E0,0E0,0E0,6.8531466E-1,0E0,5.555556E-1,0E0,1.9641018E0,4E-1,0E0,0E0,0E0,0E0,4.8132324E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.343979E0,0E0,1.336441E-1,3.4285715E-1,1.6056643E0,2E-1,0E0,0E0,2.377922E0,0E0,1.5641026E0,0E0,2E-1,0E0,0E0,0E0,0E0,2.445053E0,9.513857E0,3.018115E0,1.1777776E0,3.915205E0,4.014141E0,0E0,0E0,4E-1,2.6141167E0,0E0,1.7835579E0,0E0,0E0,0E0,7.259369E-1,2E-1,1.3241348E0,0E0,1.6593404E0,0E0,0E0,9.143534E0,1.7072525E1,7.0666666E0,7.846649E0,2.7222223E0,2E-1,4.2422056E0,2.4258385E0,4.042948E0,1.7857143E0,2.9450831E0,7.7138853E0,1.8166666E0,5.2380955E-1,4.742857E0,4.918869E0,1.7230769E0,1.676923E0,0E0,4.50716E0,0E0,0E0,0E0,3.4285715E-1,1.1818182E0,1.6593404E0,2.1294117E0,4.881649E0,2.4649353E0,0E0,2.7578354E0,3.1419725E0,8.0444336E-1,0E0,0E0,1.3761444E0,0E0,0E0,0E0,0E0,1.8000002E0,0E0,0E0,0E0,0E0,0E0,1E0,0E0,0E0,4.3492126E-1,0E0,0E0,0E0,6.666667E-1,0E0,4.442857E0,1E0,0E0,0E0,0E0,0E0,0E0,5.2380955E-1,0E0,0E0,0E0,0E0,6E-1,2E-1,2.9638138E0,0E0,5.2380955E-1,0E0,1.1746031E0,1.5555573E0,0E0,0E0,1.6825397E0,5.9483814E0,1.883117E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.8239183E0,2.5043983E0,0E0,0E0,6.666667E-1,4.055876E0,2.2266665E0,0E0,1.2661514E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.1201077E0,0E0,0E0,0E0,0E0,0E0,0E0,2.1096573E0,1.8571428E0,0E0,5.2380955E-1,0E0,2E-1,2.325282E0,0E0,0E0,0E0,1.5156097E0,0E0,0E0,0E0,0E0,5.1364136E-1,0E0,1.901099E0,3.2596512E0,2.9975867E0,6.0896554E0,0E0,0E0,2E-1,2.6256027E0,1.1777776E0,4.6222224E0,0E0,0E0,0E0,0E0,1.7433155E0,1.7554398E0,2.0828247E-2,6.666667E-1,0E0,0E0,1.4187202E0,0E0,0E0,0E0,3.2918053E0,6.454662E0,4.5858583E0,8.121826E0,3.4010584E0,3.3230762E0,8.305115E0,3.251462E0,0E0,4E-1,0E0,2E-1,2.8544893E0,2.7189474E0,4E-1,3.0390968E0,4.6666718E-1,1.2840337E0,0E0,7.8571427E-1,0E0,3.7362957E0,3.118846E0,3.3008404E0,0E0,0E0,0E0,0E0,0E0,2.4571428E0,5.778904E0,3.7376595E0,1.1777776E0,0E0,0E0,0E0,0E0,3.0969696E0,5.2380955E-1,0E0,0E0,0E0,0E0,0E0,1.7433155E0,1.1777776E0,2.498886E0,0E0,0E0,2.4831543E0,0E0,1.4600296E0,0E0,2.2167835E0,0E0,0E0,0E0,1.438736E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.7857141E0,0E0,0E0,0E0,0E0,1E0,0E0,0E0,0E0,4E-1,2.0246925E0,0E0,0E0,0E0,0E0,0E0,1.2777786E0,1.1978023E0,2E-1,4.07907E0,1.1777776E0,0E0,0E0,2.0788183E0,1.8857143E0,3.2426367E0,0E0,0E0,0E0,2.2307692E0,2.606129E0,0E0,0E0,1.3896751E0,0E0,0E0,1.3157902E0,2E-1,0E0,1.4545455E0,0E0,0E0,0E0,2E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.9846153E0,2.2593956E0,0E0,5.2380955E-1,3.0178576E0,1.742857E0,2.969231E0,0E0,0E0,1.9701233E0,0E0,0E0,0E0,1.6E0,2.8461542E0,6.666667E-1,5.050504E-1,2E-1,0E0,0E0,9.076923E-1,0E0,0E0,0E0,1.5238113E0,2.195652E0,2.2754579E0,6.972625E0,3.0445979E0,1.5620918E0,3.7409387E0,7.5729218E0,3.7696972E0,3.1682234E0,2.8376625E0,1.9200611E0,1.3333334E0,1.3968254E0,4.0219116E0,0E0,3.459649E0,0E0,0E0,0E0,0E0,0E0,9.4901943E-1,3.6518219E0,7.8571427E-1,0E0,0E0,2.6875572E0,0E0,0E0,5.809517E-1,0E0,1.8571428E0,0E0,0E0,0E0,0E0,2.6405525E0,2E-1,0E0,1.6593404E0,0E0,2E-1,3.3380952E0,2.3492827E0,3.393879E0,0E0,0E0,0E0,3.5303078E0,0E0,0E0,0E0,2E-1,1.3272727E0,0E0,0E0,2.4993706E0,0E0,2.065979E0,0E0,0E0,5.3297424E-1,2.9276018E0,2E-1,2.109091E0,4.9531555E-1,0E0,3.3542852E0,0E0,0E0,0E0,0E0,0E0,1.4033585E0,6.666667E-1,7.1367645E-1,0E0,1.5641026E0,0E0,0E0,2.6999998E0,1.6857142E0,0E0,0E0,2.3068771E0,0E0,0E0,3.142857E0,3.4285715E-1,2.162056E0,0E0,0E0,2.033333E0,2.08547E0,0E0,0E0,0E0,4.8484802E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.3516484E-1,1.3994713E0,0E0,0E0,0E0,2E-1,3.3186808E0,0E0,0E0,0E0,1.5641026E0,2.0153847E0,0E0,0E0,0E0,0E0,2.7190628E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.1777776E0,0E0,0E0,0E0,0E0,1.676923E0,1.6E0,0E0,1.1966877E0,3.8776472E0,0E0,0E0,9.4901943E-1,2.1111112E0,3.3484163E0,5.8600235E0,2.7799225E0,5.3999996E0,3.2711992E0,3.4790697E0,2.065934E0,7.8571427E-1,2.090909E0,2.0368614E0,0E0,0E0,0E0,1.1746031E0,0E0,3.927826E0,2E0,0E0,2.0666668E0,0E0,0E0,0E0,6.666667E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.4545455E0,0E0,2.0476198E0,0E0,2E-1,0E0,0E0,0E0,0E0,7.8571427E-1,2.9641025E0,0E0,1.0464392E0,3.378666E0,1.9523809E0,2.2564507E0,4.0848484E0,0E0,0E0,0E0,0E0,3.942823E0,3.5120125E0,2E-1,1.4822388E0,0E0,5.8712006E-1,2E-1,1.8980389E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3975067E0,2.187013E0,0E0,0E0,7.6877594E-1,0E0,0E0,0E0,0E0,1.227273E0,0E0,1.6E0,0E0,0E0,5.2380955E-1,0E0,0E0,5.2380955E-1,0E0,0E0,2E-1,2.378788E0,0E0,2E-1,0E0,0E0,5.2380955E-1,1.5804195E0,1.507122E0,0E0,0E0,0E0,0E0,1.3003664E0,0E0,0E0,2.1111107E0,0E0,0E0,1.1966877E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5E-1,1.8823528E0,0E0,0E0,1.4545455E0,6.666667E-1,0E0,2E-1,6.2229996E0,5.0936837E0,2.4989662E0,0E0,1.6666666E0,3.6888895E0,5.2380955E-1,2.3781514E0,0E0,3.4444447E0,0E0,5.2380955E-1,0E0,0E0,3.0666666E0,0E0,2.160818E0,0E0,0E0,0E0,4.0035706E0,2E-1,0E0,2.2666664E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3066654E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.6417694E0,0E0,0E0,0E0,8.666667E-1,2.1117287E0,2.0666668E0,1E0,2.065934E0,1.5620918E0,0E0,2.3748932E0,0E0,0E0,1.6879578E0,3.488347E0,0E0,6.4650726E-1,0E0,0E0,0E0,2.1080456E0,0E0,1.484848E0,0E0,1.3272727E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.4545455E0,0E0,0E0,0E0,0E0,0E0,1.3272727E0,0E0,0E0,0E0,2E-1,0E0,2.2114716E0,0E0,0E0,7.8571427E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.417367E0,4.8052826E0,1.4666667E0,5.0534296E0,0E0,1.6097755E0,2E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.8412704E0,2E-1,0E0,0E0,2E-1,0E0,1.3208847E0,0E0,2E-1,3.9461975E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.894577E0,0E0,0E0,3.40477E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.2380955E-1,0E0,1.8823528E0,5.0746155E-1,0E0,7.1380615E-1,0E0,2E-1,2.7560978E0,0E0,0E0,0E0,1.3512135E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.0305634E-1,0E0,0E0,5.2380955E-1,2.2666664E0,3.2215424E0,9.485526E0,2.5E0,1.9411764E0,3.4272447E0,2.132723E0,7.1268845E-1,0E0,0E0,0E0,3.4285715E-1,2.3068771E0,0E0,0E0,0E0,0E0,4.5647812E-1,0E0,0E0,0E0,0E0,3.9901428E0,1.5314407E0,2E-1,1.6666666E0,4.353943E-1,0E0,0E0,0E0,0E0,0E0,0E0,7.331238E-1,0E0,0E0,0E0,2.5714283E0,7E-1,0E0,0E0,0E0,1.6666666E0,0E0,0E0,0E0,0E0,2E-1,2.7117615E0,6.503895E0,2.9641025E0,0E0,7.8571427E-1,0E0,0E0,1.4E0,2.631579E0,1.2923975E0,2E-1,0E0,0E0,0E0,5.2380955E-1,0E0,0E0,0E0,5.7206345E-1,0E0,2.170044E0,0E0,0E0,0E0,0E0,2E-1,0E0,5.0746155E-1,0E0,0E0,0E0,0E0,0E0,0E0,7.8571427E-1,0E0,2E-1,0E0,0E0,2.5533752E0,0E0,1.6190476E0,4.8653603E0,0E0,0E0,0E0,0E0,1E0,1.6E0,0E0,0E0,0E0,1.5620918E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2678528E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2E-1,2.658554E0,1.4444443E0,2.187013E0,6.666667E-1,2.3286533E0,0E0,0E0,0E0,0E0,0E0,9.4901943E-1,2E-1,1.2957153E0,0E0,0E0,1.8857422E0,3.4545455E0,0E0,0E0,0E0,1.3272727E0,0E0,0E0,2E-1,2.288763E0,0E0,0E0,0E0,0E0,1.1278687E0,2E-1,5.055855E0,3.396492E0,2.0736842E0,0E0,0E0,0E0,0E0,2E-1,2.4714718E0,0E0,1.0555115E0,0E0,0E0,0E0,3.3428192E0,3.5686274E0,4E-1,2.1675186E0,2.2406013E0,1.1777776E0,0E0,0E0,0E0,0E0,4.303704E0,7.974243E-1,4.1493506E0,2.3938446E0,2.2483659E0,3.347826E0,0E0,0E0,0E0,2.0874023E0,1.1978023E0,5.2380955E-1,0E0,0E0,4.7777777E0,1.138401E0,4.005556E0,6.60614E-1,5.8732057E0,2.187013E0,1.6748962E0,4E-1,1.4857143E0,0E0,7.5757575E-1,1.652174E0,1.5505142E0,1.630303E0,1.5641026E0,0E0,0E0,0E0,0E0,0E0,0E0,6.666667E-1,3.0646E0,0E0,3.441162E-1,6.666667E-1,7.8571427E-1,2.4700546E0,1.3272727E0,0E0,0E0,1.7477036E0,0E0,0E0,0E0,0E0,0E0,1.1948051E0,0E0,2E-1,1.6202011E0,0E0,8.666667E-1,1.3047621E0,0E0,0E0,0E0,2E-1,3.6780891E0,0E0,0E0,3.5360718E-1,0E0,0E0,0E0,0E0,1.9523809E0,2.0788183E0,0E0,0E0,2E-1,1.8430405E0,2E-1,0E0,0E0,2E-1,0E0,0E0,0E0,0E0,1.6593404E0,0E0,0E0,0E0,2.0981522E0,2E-1,0E0,0E0,0E0,0E0,0E0,3.542843E-1,0E0,2E-1,0E0,1.6292953E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2988415E0,0E0,0E0,0E0,0E0,0E0,0E0,1.275238E0,2.756614E0,2.4420166E0,0E0,2E-1,1.1438751E0,1.5E0,1.6593404E0,0E0,0E0,0E0,0E0,0E0,4.7379303E-1,1E0,7.8571427E-1,0E0,0E0,6.666667E-1,2.7111053E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.95784E-1,0E0,3.2199097E-1,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,13,13,15,15,16,16,17,17,18,18,19,19,20,20,21,21,23,23,24,24,25,25,27,27,28,28,29,29,30,30,31,31,32,32,33,33,35,35,36,36,37,37,38,38,39,39,40,40,41,41,42,42,43,43,45,45,46,46,47,47,48,48,49,49,50,50,51,51,52,52,53,53,54,54,55,55,56,56,57,57,58,58,59,59,60,60,62,62,63,63,64,64,65,65,66,66,67,67,68,68,69,69,71,71,72,72,73,73,74,74,76,76,77,77,78,78,79,79,80,80,81,81,82,82,83,83,84,84,85,85,86,86,87,87,88,88,89,89,91,91,93,93,95,95,96,96,97,97,99,99,100,100,101,101,102,102,104,104,108,108,109,109,110,110,111,111,113,113,114,114,115,115,116,116,117,117,118,118,119,119,120,120,121,121,122,122,127,127,128,128,129,129,131,131,132,132,133,133,134,134,138,138,140,140,141,141,142,142,143,143,144,144,145,145,146,146,147,147,149,149,150,150,151,151,152,152,153,153,154,154,155,155,156,156,161,161,162,162,163,163,167,167,168,168,169,169,172,172,174,174,175,175,177,177,178,178,179,179,180,180,181,181,184,184,185,185,186,186,187,187,188,188,191,191,193,193,194,194,195,195,196,196,197,197,200,200,203,203,204,204,205,205,206,206,207,207,209,209,210,210,213,213,215,215,217,217,218,218,219,219,220,220,226,226,229,229,230,230,231,231,232,232,233,233,234,234,235,235,236,236,237,237,238,238,239,239,240,240,243,243,244,244,245,245,246,246,247,247,248,248,249,249,250,250,251,251,252,252,253,253,254,254,255,255,256,256,257,257,258,258,259,259,260,260,261,261,265,265,267,267,269,269,270,270,271,271,272,272,274,274,277,277,278,278,279,279,280,280,281,281,282,282,284,284,287,287,288,288,290,290,293,293,294,294,300,300,302,302,303,303,304,304,305,305,306,306,308,308,309,309,311,311,312,312,313,313,314,314,316,316,317,317,322,322,324,324,325,325,327,327,328,328,330,330,331,331,332,332,333,333,334,334,336,336,337,337,338,338,339,339,340,340,341,341,342,342,343,343,346,346,347,347,348,348,349,349,350,350,352,352,355,355,356,356,358,358,359,359,360,360,361,361,362,362,363,363,364,364,369,369,373,373,374,374,375,375,376,376,377,377,378,378,380,380,381,381,382,382,384,384,386,386,387,387,388,388,389,389,390,390,391,391,392,392,393,393,394,394,395,395,396,396,398,398,401,401,403,403,404,404,406,406,407,407,408,408,409,409,410,410,414,414,415,415,417,417,419,419,420,420,421,421,423,423,424,424,425,425,426,426,431,431,432,432,433,433,441,441,444,444,445,445,446,446,448,448,450,450,453,453,454,454,458,458,459,459,469,469,470,470,472,472,473,473,474,474,475,475,476,476,477,477,480,480,482,482,484,484,485,485,487,487,491,491,492,492,500,500,501,501,505,505,506,506,509,509,510,510,511,511,512,512,514,514,515,515,516,516,518,518,519,519,520,520,525,525,529,529,530,530,531,531,532,532,533,533,537,537,538,538,539,539,540,540,543,543,545,545,546,546,549,549,551,551,557,557,558,558,560,560,561,561,562,562,563,563,564,564,565,565,566,566,567,567,568,568,572,572,573,573,574,574,575,575,581,581,582,582,583,583,584,584,589,589,592,592,593,593,595,595,599,599,601,601,602,602,603,603,604,604,608,608,611,611,612,612,613,613,614,614,615,615,616,616,620,620,621,621,622,622,626,626,627,627,628,628,643,643,647,647,649,649,650,650,653,653,654,654,662,662,663,663,665,665,667,667,668,668,669,669,673,673,684,684,685,685,688,688,690,690,692,692,693,693,694,694,708,708,711,711,712,712,713,713,714,714,721,721,726,726,728,728,729,729,731,731,732,732,735,735,736,736,737,737,738,738,739,739,740,740,741,741,742,742,743,743,744,744,746,746,747,747,748,748,749,749,750,750,751,751,752,752,753,753,754,754,755,755,759,759,760,760,761,761,762,762,763,763,774,774,775,775,776,776,777,777,778,778,779,779,780,780,781,781,782,782,783,783,784,784,790,790,793,793,795,795,797,797,798,798,801,801,803,803,804,804,805,805,806,806,807,807,808,808,809,809,810,810,812,812,817,817,819,819,821,821,822,822,827,827,834,834,836,836,837,837,838,838,839,839,842,842,844,844,846,846,851,851,852,852,853,853,854,854,855,855,856,856,859,859,860,860,862,862,866,866,867,867,868,868,870,870,873,873,874,874,875,875,876,876,877,877,878,878,879,879,880,880,881,881,882,882,883,883,884,884,885,885,886,886,887,887,888,888,889,889,890,890,892,892,896,896,897,897,898,898,899,899,900,900,901,901,903,903,904,904,905,905,908,908,913,913,919,919,922,922,926,926,928,928,929,929,935,935,940,940,941,941,942,942,944,944,946,946,947,947,950,950,951,951,952,952,962,962,963,963,966,966,967,967,968,968,970,970,979,979,986,986,987,987,989,989,991,991,992,992,996,996,1001,1001,1003,1003,1004,1004,1005,1005,1006,1006,1009,1009,1010,1010,1011,1011,1012,1012,1017,1017,1018,1018,1019,1019,1020,1020,1023,1023,1027,1027,1028,1028,1029,1029,1030,1030,1031,1031,1032,1032,1033,1033,1034,1034,1036,1036,1038,1038,1039,1039,1040,1040,1041,1041,1042,1042,1043,1043,1044,1044,1046,1046,1048,1048,1049,1049,1050,1050,1056,1056,1057,1057,1058,1058,1059,1059,1064,1064,1065,1065,1071,1071,1072,1072,1073,1073,1076,1076,1078,1078,1080,1080,1084,1084,1094,1094,1099,1099,1103,1103,1104,1104,1110,1110,1111,1111,1112,1112,1113,1113,1114,1114,1117,1117,1118,1118,1119,1119,1123,1123,1124,1124,1127,1127,1130,1130,1131,1131,1133,1133,1137,1137,1146,1146,1147,1147,1149,1149,1150,1150,1151,1151,1152,1152,1155,1155,1159,1159,1160,1160,1161,1161,1162,1162,1163,1163,1166,1166,1170,1170,1171,1171,1172,1172,1173,1173,1174,1174,1175,1175,1176,1176,1177,1177,1178,1178,1179,1179,1180,1180,1181,1181,1182,1182,1183,1183,1184,1184,1186,1186,1192,1192,1193,1193,1194,1194,1197,1197,1200,1200,1202,1202,1207,1207,1208,1208,1210,1210,1212,1212,1213,1213,1214,1214,1215,1215,1219,1219,1223,1223,1224,1224,1227,1227,1229,1229,1232,1232,1233,1233,1234,1234,1235,1235,1236,1236,1238,1238,1244,1244,1245,1245,1246,1246,1248,1248,1251,1251,1252,1252,1255,1255,1258,1258,1259,1259,1260,1260,1263,1263,1264,1264,1268,1268,1276,1276,1277,1277,1281,1281,1282,1282,1286,1286,1287,1287,1292,1292,1300,1300,1305,1305,1306,1306,1308,1308,1309,1309,1312,1312,1313,1313,1314,1314,1315,1315,1316,1316,1317,1317,1318,1318,1319,1319,1320,1320,1321,1321,1322,1322,1323,1323,1327,1327,1329,1329,1330,1330,1332,1332,1336,1336,1344,1344,1346,1346,1348,1348,1353,1353,1354,1354,1356,1356,1357,1357,1358,1358,1359,1359,1360,1360,1365,1365,1366,1366,1367,1367,1368,1368,1370,1370,1371,1371,1372,1372,1381,1381,1382,1382,1385,1385,1390,1390,1392,1392,1395,1395,1398,1398,1401,1401,1402,1402,1404,1404,1407,1407,1408,1408,1409,1409,1414,1414,1417,1417,1420,1420,1429,1429,1430,1430,1433,1433,1434,1434,1436,1436,1437,1437,1438,1438,1439,1439,1441,1441,1442,1442,1443,1443,1444,1444,1446,1446,1448,1448,1451,1451,1453,1453,1457,1457,1458,1458,1460,1460,1467,1467,1477,1477,1481,1481,1482,1482,1483,1483,1484,1484,1485,1485,1486,1486,1488,1488,1491,1491,1492,1492,1494,1494,1498,1498,1500,1500,1502,1502,1516,1516,1522,1522,1526,1526,1528,1528,1531,1531,1541,1541,1542,1542,1543,1543,1544,1544,1546,1546,1547,1547,1555,1555,1556,1556,1559,1559,1561,1561,1563,1563,1564,1564,1572,1572,1575,1575,1582,1582,1584,1584,1585,1585,1587,1587,1589,1589,1590,1590,1594,1594,1606,1606,1609,1609,1610,1610,1611,1611,1612,1612,1613,1613,1614,1614,1615,1615,1616,1616,1617,1617,1621,1621,1622,1622,1627,1627,1632,1632,1633,1633,1634,1634,1635,1635,1636,1636,1643,1643,1647,1647,1648,1648,1652,1652,1657,1657,1658,1658,1659,1659,1660,1660,1662,1662,1665,1665,1666,1666,1667,1667,1668,1668,1672,1672,1676,1676,1678,1678,1683,1683,1685,1685,1692,1692,1694,1694,1697,1697,1699,1699,1700,1700,1705,1705,1706,1706,1710,1710,1718,1718,1727,1727,1728,1728,1729,1729,1730,1730,1731,1731,1732,1732,1738,1738,1739,1739,1740,1740,1743,1743,1744,1744,1748,1748,1751,1751,1752,1752,1757,1757,1758,1758,1759,1759,1760,1760,1761,1761,1766,1766,1767,1767,1769,1769,1773,1773,1774,1774,1775,1775,1776,1776,1777,1777,1778,1778,1783,1783,1784,1784,1785,1785,1786,1786,1787,1787,1788,1788,1792,1792,1793,1793,1794,1794,1797,1797,1798,1798,1799,1799,1800,1800,1801,1801,1802,1802,1803,1803,1804,1804,1805,1805,1807,1807,1808,1808,1809,1809,1810,1810,1811,1811,1818,1818,1819,1819,1821,1821,1822,1822,1823,1823,1824,1824,1825,1825,1828,1828,1834,1834,1836,1836,1837,1837,1839,1839,1840,1840,1844,1844,1845,1845,1848,1848,1853,1853,1854,1854,1857,1857,1858,1858,1859,1859,1862,1862,1867,1867,1871,1871,1872,1872,1878,1878,1880,1880,1882,1882,1890,1890,1897,1897,1898,1898,1899,1899,1901,1901,1902,1902,1903,1903,1904,1904,1910,1910,1911,1911,1912,1912,1915,1915,1916,1916,1923,1923,1925,1925],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,-1,26,-1,28,30,32,34,36,38,40,-1,42,44,46,-1,48,50,52,54,56,58,60,-1,62,64,66,68,70,72,74,76,78,-1,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,-1,112,114,116,118,120,122,124,126,-1,128,130,132,134,-1,136,138,140,142,144,146,148,150,152,154,156,158,160,162,-1,164,-1,166,-1,168,170,172,-1,174,176,178,180,-1,182,-1,-1,-1,184,186,188,190,-1,192,194,196,198,200,202,204,206,208,210,-1,-1,-1,-1,212,214,216,-1,218,220,222,224,-1,-1,-1,226,-1,228,230,232,234,236,238,240,242,-1,244,246,248,250,252,254,256,258,-1,-1,-1,-1,260,262,264,-1,-1,-1,266,268,270,-1,-1,272,-1,274,276,-1,278,280,282,284,286,-1,-1,288,290,292,294,296,-1,-1,298,-1,300,302,304,306,308,-1,-1,310,-1,-1,312,314,316,318,320,-1,322,324,-1,-1,326,-1,328,-1,330,332,334,336,-1,-1,-1,-1,-1,338,-1,-1,340,342,344,346,348,350,352,354,356,358,360,362,-1,-1,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,-1,-1,-1,402,-1,404,-1,406,408,410,412,-1,414,-1,-1,416,418,420,422,424,426,-1,428,-1,-1,430,432,-1,434,-1,-1,436,438,-1,-1,-1,-1,-1,440,-1,442,444,446,448,450,-1,452,454,-1,456,458,460,462,-1,464,466,-1,-1,-1,-1,468,-1,470,472,-1,474,476,-1,478,480,482,484,486,-1,488,490,492,494,496,498,500,502,-1,-1,504,506,508,510,512,-1,514,-1,-1,516,518,-1,520,522,524,526,528,530,532,-1,-1,-1,-1,534,-1,-1,-1,536,538,540,542,544,546,-1,548,550,552,-1,554,-1,556,558,560,562,564,566,568,570,572,574,576,-1,578,-1,-1,580,-1,582,584,-1,586,588,590,592,594,-1,-1,-1,596,598,-1,600,-1,602,604,606,-1,608,610,612,614,-1,-1,-1,-1,616,618,620,-1,-1,-1,-1,-1,-1,-1,622,-1,-1,624,626,628,-1,630,-1,632,-1,-1,634,636,-1,-1,-1,638,640,-1,-1,-1,-1,-1,-1,-1,-1,-1,642,644,-1,646,648,650,652,654,656,-1,-1,658,-1,660,-1,662,664,-1,666,-1,-1,-1,668,670,-1,-1,-1,-1,-1,-1,-1,672,674,-1,-1,-1,676,678,-1,-1,680,682,684,686,-1,688,690,692,-1,694,696,698,-1,-1,-1,-1,700,-1,-1,-1,702,704,706,708,710,-1,-1,-1,712,714,716,718,-1,-1,720,-1,722,724,-1,-1,726,-1,728,-1,-1,-1,-1,-1,730,732,-1,734,736,738,740,742,744,746,748,750,-1,-1,-1,752,754,756,758,-1,-1,-1,-1,-1,760,762,764,766,-1,-1,-1,-1,768,-1,-1,770,772,-1,774,-1,-1,-1,776,-1,778,780,782,784,-1,-1,-1,786,-1,-1,788,790,792,794,796,798,-1,-1,-1,800,802,804,-1,-1,-1,806,808,810,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,812,-1,-1,-1,814,-1,816,818,-1,-1,820,822,-1,-1,-1,-1,-1,-1,-1,824,826,-1,828,-1,830,832,834,-1,-1,-1,836,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,838,840,-1,-1,842,-1,844,-1,846,848,850,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,852,-1,-1,854,856,858,860,-1,-1,-1,-1,-1,-1,862,-1,-1,-1,-1,864,-1,866,868,-1,870,872,-1,-1,874,876,878,880,882,884,886,888,890,892,-1,894,896,898,900,902,904,906,908,910,912,-1,-1,-1,914,916,918,920,922,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,924,926,928,930,932,934,936,938,940,942,944,-1,-1,-1,-1,-1,946,-1,-1,948,-1,950,-1,952,954,-1,-1,956,-1,958,960,962,964,966,968,970,972,-1,974,-1,-1,-1,-1,976,-1,978,-1,980,982,-1,-1,-1,-1,984,-1,-1,-1,-1,-1,-1,986,-1,988,990,992,994,-1,-1,996,-1,998,-1,1000,-1,-1,-1,-1,1002,1004,1006,1008,1010,1012,-1,-1,1014,1016,-1,1018,-1,-1,-1,1020,1022,1024,-1,1026,-1,-1,1028,1030,1032,1034,1036,1038,1040,1042,1044,1046,1048,1050,1052,1054,1056,1058,1060,1062,-1,1064,-1,-1,-1,1066,1068,1070,1072,1074,1076,-1,1078,1080,1082,-1,-1,1084,-1,-1,-1,-1,1086,-1,-1,-1,-1,-1,1088,-1,-1,1090,-1,-1,-1,1092,-1,1094,1096,-1,-1,-1,-1,-1,1098,-1,-1,-1,-1,1100,1102,1104,-1,1106,-1,1108,1110,-1,-1,1112,1114,1116,-1,-1,-1,-1,-1,-1,-1,-1,-1,1118,1120,-1,-1,1122,1124,1126,-1,1128,-1,-1,-1,-1,-1,-1,-1,-1,1130,-1,-1,-1,-1,-1,-1,1132,1134,-1,1136,-1,1138,1140,-1,-1,-1,1142,-1,-1,-1,-1,1144,-1,1146,1148,1150,1152,-1,-1,1154,1156,1158,1160,-1,-1,-1,-1,1162,1164,1166,1168,-1,-1,1170,-1,-1,-1,1172,1174,1176,1178,1180,1182,1184,1186,-1,1188,-1,1190,1192,1194,1196,1198,1200,1202,-1,1204,-1,1206,1208,1210,-1,-1,-1,-1,-1,1212,1214,1216,1218,-1,-1,-1,-1,1220,1222,-1,-1,-1,-1,-1,1224,1226,1228,-1,-1,1230,-1,1232,-1,1234,-1,-1,-1,1236,-1,-1,-1,-1,-1,-1,-1,-1,-1,1238,-1,-1,-1,-1,1240,-1,-1,-1,1242,1244,-1,-1,-1,-1,-1,1246,1248,1250,1252,1254,-1,-1,1256,1258,1260,-1,-1,-1,1262,1264,-1,-1,1266,-1,-1,1268,1270,-1,1272,-1,-1,-1,1274,-1,-1,-1,-1,-1,-1,-1,-1,1276,1278,-1,1280,1282,1284,1286,-1,-1,1288,-1,-1,-1,1290,1292,1294,1296,1298,-1,-1,1300,-1,-1,-1,1302,1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,1324,1326,1328,1330,-1,1332,-1,-1,-1,-1,-1,1334,1336,1338,-1,-1,1340,-1,-1,1342,-1,1344,-1,-1,-1,-1,1346,1348,-1,1350,-1,1352,1354,1356,1358,-1,-1,-1,1360,-1,-1,-1,1362,1364,-1,-1,1366,-1,1368,-1,-1,1370,1372,1374,1376,1378,-1,1380,-1,-1,-1,-1,-1,1382,1384,1386,-1,1388,-1,-1,1390,1392,-1,-1,1394,-1,-1,1396,1398,1400,-1,-1,1402,1404,-1,-1,-1,1406,-1,-1,-1,-1,-1,-1,-1,1408,1410,-1,-1,-1,1412,1414,-1,-1,-1,1416,1418,-1,-1,-1,-1,1420,-1,-1,-1,-1,-1,-1,-1,1422,-1,-1,-1,-1,1424,1426,-1,1428,1430,-1,-1,1432,1434,1436,1438,1440,1442,1444,1446,1448,1450,1452,1454,-1,-1,-1,1456,-1,1458,1460,-1,1462,-1,-1,-1,1464,-1,-1,-1,-1,-1,-1,-1,1466,-1,1468,-1,1470,-1,-1,-1,-1,1472,1474,-1,1476,1478,1480,1482,1484,-1,-1,-1,-1,1486,1488,1490,1492,-1,1494,1496,1498,-1,-1,-1,-1,-1,-1,-1,-1,1500,1502,-1,-1,1504,-1,-1,-1,-1,1506,-1,1508,-1,-1,1510,-1,-1,1512,-1,-1,1514,1516,-1,1518,-1,-1,1520,1522,1524,-1,-1,-1,-1,1526,-1,-1,1528,-1,-1,1530,-1,-1,-1,-1,-1,-1,-1,-1,1532,1534,-1,-1,1536,1538,-1,1540,1542,1544,1546,-1,1548,1550,1552,1554,-1,1556,-1,1558,-1,-1,1560,-1,1562,-1,-1,-1,1564,1566,-1,1568,-1,-1,-1,-1,-1,-1,1570,-1,-1,-1,-1,-1,-1,-1,-1,-1,1572,-1,-1,-1,1574,1576,1578,1580,1582,1584,-1,1586,-1,-1,1588,1590,-1,1592,-1,-1,-1,1594,-1,1596,-1,1598,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1600,-1,-1,-1,-1,-1,1602,-1,-1,-1,1604,-1,1606,-1,-1,1608,-1,-1,-1,-1,-1,-1,-1,-1,-1,1610,1612,1614,1616,-1,1618,1620,-1,-1,-1,-1,-1,-1,-1,1622,1624,-1,-1,1626,-1,1628,-1,1630,1632,-1,-1,-1,-1,-1,-1,-1,1634,-1,-1,1636,-1,-1,-1,-1,-1,-1,1638,-1,1640,1642,-1,1644,-1,1646,1648,-1,-1,-1,1650,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1652,-1,-1,1654,1656,1658,1660,1662,1664,1666,1668,1670,-1,-1,-1,1672,1674,-1,-1,-1,-1,1676,-1,-1,-1,-1,1678,1680,1682,1684,1686,-1,-1,-1,-1,-1,-1,1688,-1,-1,-1,1690,1692,-1,-1,-1,1694,-1,-1,-1,-1,1696,1698,1700,1702,-1,1704,-1,-1,1706,1708,1710,1712,-1,-1,-1,1714,-1,-1,-1,1716,-1,1718,-1,-1,-1,-1,1720,-1,1722,-1,-1,-1,-1,-1,-1,1724,-1,1726,-1,-1,1728,-1,1730,1732,-1,-1,-1,-1,1734,1736,-1,-1,-1,1738,-1,-1,-1,-1,-1,-1,-1,1740,-1,-1,-1,-1,-1,-1,-1,-1,1742,1744,1746,1748,1750,1752,-1,-1,-1,-1,-1,1754,1756,1758,-1,-1,1760,1762,-1,-1,-1,1764,-1,-1,1766,1768,-1,-1,-1,-1,1770,1772,1774,1776,1778,-1,-1,-1,-1,1780,1782,-1,1784,-1,-1,-1,1786,1788,1790,1792,1794,1796,-1,-1,-1,-1,1798,1800,1802,1804,1806,1808,-1,-1,-1,1810,1812,1814,-1,-1,1816,1818,1820,1822,1824,1826,1828,1830,1832,-1,1834,1836,1838,1840,1842,-1,-1,-1,-1,-1,-1,1844,1846,-1,1848,1850,1852,1854,1856,-1,-1,1858,-1,-1,-1,-1,-1,1860,-1,1862,1864,-1,1866,1868,-1,-1,-1,1870,1872,-1,-1,1874,-1,-1,-1,-1,1876,1878,-1,-1,1880,1882,1884,-1,-1,1886,-1,-1,-1,-1,1888,-1,-1,-1,1890,1892,-1,-1,-1,-1,-1,1894,-1,1896,-1,1898,-1,-1,-1,-1,-1,-1,-1,1900,-1,-1,-1,-1,-1,-1,1902,1904,1906,-1,1908,1910,1912,1914,-1,-1,-1,-1,-1,1916,1918,1920,-1,-1,1922,1924,-1,-1,-1,-1,-1,-1,1926,-1,1928,-1,-1,-1],"split_conditions":[9.7548584E1,6.2890625E-1,1.0530694E2,6.7041016E-1,8.779297E-1,5.0146484E-1,5.0146484E-1,2.0129576E2,8.852539E-1,1.5956108E2,9.472656E-1,5.058594E-1,-1.4979618E0,4.9047852E-1,-1.5514293E0,1.538644E2,1.6645312E0,1.3823894E2,9.5996094E-1,3.8452148E-1,8.745117E-1,8.149414E-1,-1.5360327E0,2.159362E2,7.963867E-1,2.1174908E0,-1.5417565E0,1.4316089E2,1.9171042E0,1.9633768E2,2.2542116E2,4.7973633E-1,3.0645422E2,1.7759283E2,-1.5304065E0,6.975317E0,8.5546875E-1,4.4995117E-1,2.0407504E2,4.9232832E-1,9.0527344E-1,1.4193896E2,1.8686608E0,2.783793E2,-1.526013E0,6.36875E1,1.4579153E2,1.2934842E2,3.720703E-1,2.2768984E0,2.9022586E2,2.0807076E2,8.9453125E-1,1.442202E2,3.6902136E2,1.9225E2,1.3333522E2,4.9232832E-1,5.622928E-1,6.975317E0,8.823242E-1,-0E0,3.0484375E1,2.454834E-1,1.9737349E2,5.7508125E0,1.441231E0,3.503418E-1,2.001512E0,8.989258E-1,-1.4995817E0,1.7988849E2,2.0645432E2,1.6894637E2,2.0999916E0,5.2E-1,3.33125E1,4.753113E-3,4.6289062E-1,1.1466698E2,9.628906E-1,9.9560547E-1,2.7008057E-3,9.9875E1,7.8331894E1,2.7807617E-1,1.3333522E2,3.5058594E-1,4.985278E0,1.793617E2,5.2E-1,1.0076904E-1,-1.17E0,2.0236067E2,-0E0,8.4941246E1,1.4046165E2,3.213346E1,-0E0,4.8141393E-1,1.7492676E-1,7.060547E-1,1.9826106E2,-0E0,3.0484375E1,-0E0,5.2E-1,-0E0,4.4995117E-1,5.047598E0,1.9229256E2,1.5276962E2,-1.492608E0,1.67875E2,9.071722E-1,1.5115753E2,9.714213E1,4.9232832E-1,4.340625E1,9.4319856E-1,9.4864935E-1,1.4570413E0,6.0041103E1,-0E0,-1.3957894E0,-3.12E-1,-0E0,9.9902344E-1,1.937567E2,1.5979076E2,-1.3817142E0,1.8465719E0,6.606045E1,1.632932E2,1.079375E2,-0E0,-1.4926618E0,-0E0,1.228522E2,-7.8E-1,6.044407E-1,1.4765528E0,9.9902344E-1,6.4160156E-1,3.1724942E2,4.97838E0,8.456901E1,3.6170506E0,-1.5022222E0,1.8495027E2,8.734687E1,4.230957E-1,1.2936962E0,1.5220642E-2,1.9784735E0,3.251953E-1,7.84375E1,1.2133334E0,-0E0,-5.2E-1,-0E0,6.28125E1,2.2557764E0,4.31875E1,-5.2E-1,-0E0,1.3448275E0,5.9059186E0,1.449871E2,2.902832E-1,-1.231579E0,-0E0,4.753113E-3,-0E0,3.0296875E1,1.2840787E2,-5.2E-1,1.335907E-2,1.9826106E2,1.4136758E2,1.0949036E0,1.5859122E2,-1.476E0,-1.5152152E0,7.5097656E-1,3.0296875E1,5.182063E0,1.348861E2,9.7471356E-1,-0E0,-6.685714E-1,1.5225E2,-0E0,5.4625E1,3.0460358E-3,1.1619022E0,8.256836E-1,1.0313916E0,-0E0,-0E0,5.9059186E0,3.12E-1,-3.12E-1,5.409375E1,7.832031E-1,2.1943939E0,5.776258E0,1.1880578E0,-1.1439999E0,1.0064259E2,5.247422E-1,-1.4519277E0,-0E0,6.525E1,-1.08E0,1.5685344E2,-1.1142857E0,1.00496735E2,6.1621094E-1,5.953125E1,4.440625E1,-0E0,6.685714E-1,-1.352E0,-0E0,-1.4469565E0,3.353125E1,-0E0,7.8E-1,1.6427687E2,9.5654297E-1,9.9902344E-1,4.60625E1,1.6540527E-1,9.716797E-2,4.6125E1,7.025104E-1,3.675E1,8.095703E-1,9.760742E-1,7.8222656E-1,-0E0,-3.12E-1,3.837605E1,6.0041103E1,1.5671173E0,1.1621094E-1,7.84375E1,3.0664062E-1,7.672088E1,3.240625E1,1.7292186E2,3.54375E1,6.1645508E-2,6.1525184E-1,3.6743867E0,1.8468054E2,4.728125E1,4.5460403E1,9.69375E1,8.7768686E-1,1.0564446E2,-1.5396521E0,-0E0,9.36E-1,9.995117E-1,-0E0,4.1918945E-1,-1.4078047E0,8.13125E1,8.0125E1,1.7258565E0,1.4772415E-3,-0E0,1.7871857E-3,5.2E-1,-0E0,1.9105716E2,5.281598E0,1.4794287E2,1.03375E2,7.4E1,7.4365234E-1,-0E0,9.781544E-1,-0E0,-6.685714E-1,5.5322685E0,1.9455205E2,-0E0,5.644683E0,3.12E-1,-0E0,3.084375E1,9.585825E1,-0E0,-1.04E0,-1.478164E0,-0E0,5.2E-1,8.71958E-1,-0E0,9.995117E-1,8.66875E1,8.925781E-1,6.3720703E-1,1.6035927E2,-0E0,1.9195049E0,4.3917277E-1,-0E0,7.422364E-1,6.9873047E-1,7.336426E-2,8.3969696E1,3.12E-1,8.714801E-1,9.604492E-1,-0E0,9.36E-1,-0E0,-5.2E-1,2.5415E0,-0E0,5.5616966E1,1.121875E2,1.08E0,8.938213E1,6.6918945E1,1.1439999E0,1.03428566E2,9.5654297E-1,9.9714134E1,3.0825531E0,9.8339844E-1,-0E0,4.650879E-1,8.2492477E-1,3.955078E-2,1.7082025E0,8.731721E-1,9.698476E1,1.0877131E2,2.0999916E0,-0E0,-3.12E-1,1.3118407E0,1.521164E0,5.503731E0,9.2633606E1,9.7021484E-1,-0E0,2.7008057E-3,-0E0,-7.8E-1,1.7883301E-1,1.0573596E2,-1.08E0,3.190918E-1,4.97838E0,1.3376945E2,1.5376474E2,2.151902E0,4.840625E1,6.1525184E-1,6.685714E-1,-0E0,-7.8E-1,-0E0,1.1861742E0,1.2133334E0,-1.1929412E0,-0E0,6.278125E1,1.3767146E2,8.909173E1,4.194336E-1,2.1679668E0,8.71875E1,-9.36E-1,5.247422E-1,3.403125E1,5.3274145E0,-5.2E-1,8.569336E-1,-0E0,9.9316406E-1,9.9560547E-1,5.35625E1,1.4193896E2,8.333741E1,1.9167638E2,6.323242E-1,1.7573954E0,3.0140625E1,9.9609375E-1,1.885371E2,-5.2E-1,1.1769192E0,-0E0,-7.8E-1,4.4021606E-3,-0E0,9.785156E-1,9.980469E-1,1.1929412E0,6.8253106E-1,7.108667E1,8.765613E1,9.760742E-1,4.5756392E0,-0E0,-1.5326475E0,-0E0,5.776258E0,1.7053223E-1,-3.12E-1,9.9316406E-1,-0E0,7.782667E1,8.149414E-1,6.8310547E-1,-0E0,3.1609375E1,5.905538E1,1.5100098E-1,5.1537407E1,-0E0,-1.3E0,-1.4728934E0,-0E0,1.5556204E2,4.7973633E-1,3.867052E1,-0E0,-0E0,-3.12E-1,1.3288889E0,-0E0,-6.685714E-1,-0E0,1.4547375E2,-0E0,-1.2763636E0,8.144228E1,5.905538E1,6.178125E1,-0E0,3.3931732E-3,-6.685714E-1,5.18745E0,-0E0,-1.5168663E0,7.0493615E-1,3.903125E1,-0E0,-1.1439999E0,7.8E-1,9.7094333E-1,1.0785075E0,1.17E0,-6.685714E-1,-0E0,-5.2E-1,-0E0,-1.365E0,-0E0,3.12E-1,-0E0,6.5625E1,2.0129576E2,-3.12E-1,1.3248292E0,4.8952575E0,1.1999512E-1,4.4791636E0,4.152217E1,1.9196118E0,-0E0,-1.3371428E0,2.8808594E-1,-5.2E-1,2.6890848E0,1.1142857E0,9.805691E1,1.3560356E2,-0E0,2.1490819E2,-0E0,-0E0,3.12E-1,2.124937E0,1.55375E2,-5.2E-1,-0E0,-0E0,1.17E0,-1.248E0,-0E0,6.685714E-1,3.6112158E0,1.93E2,-0E0,-0E0,3.12E-1,1.1358215E2,1.5823064E0,-1.3371428E0,-0E0,6.499803E1,4.863339E0,5.522294E-1,9.213867E-1,-0E0,4.3917277E-1,8.2910156E-1,8.847656E-1,-0E0,4.8068333E0,6.7993164E-2,2.3473709E0,-1.248E0,-0E0,5.2E-1,-0E0,2.9743985E2,-0E0,-0E0,-6.685714E-1,3.9958467E0,4.209375E1,9.3652344E-1,7.965088E-3,1.003939E0,-3.12E-1,-1.04E0,-0E0,9.189453E-1,4.434375E1,6.044407E-1,5.8496094E-1,1.04E0,-0E0,5.089925E0,6.685714E-1,9.9560547E-1,9.805691E1,-0E0,8.666667E-1,9.0538666E1,6.685714E-1,4.8141393E-1,-0E0,1.1929412E0,-0E0,-1.2133334E0,-0E0,9.916992E-1,1.5124512E-1,-6.685714E-1,7.93125E1,6.015625E1,1.6667697E0,7.604016E1,5.6961903E1,1.5620819E2,3.521875E1,9.609375E-1,1.533018E2,-5.2E-1,-0E0,-0E0,7.807617E-1,4.985278E0,1.9771636E0,7.062339E1,-5.2E-1,-0E0,6.685714E-1,-0E0,-1.4385991E0,3.062223E0,9.126211E1,4.651846E0,3.1385934E0,3.12E-1,-3.12E-1,-0E0,-1.1439999E0,1.0339627E0,5.2E-1,6.685714E-1,4.0464106E0,2.0743186E0,-0E0,1.32735815E1,-0E0,6.685714E-1,-0E0,1.1463369E0,-0E0,9.741211E-1,8.84375E1,5.10625E1,9.6240234E-1,-0E0,-1.4262856E0,-0E0,9.7501725E-1,-0E0,1.04E0,6.70625E1,1.1315918E-1,5.622928E-1,5.776258E0,1.6091588E2,1.7310281E2,-0E0,-1.4114286E0,-0E0,7.421875E-2,5.8935347E0,1.6230675E0,3.12E-1,-0E0,-1.1142857E0,2.3815918E-1,1.7606232E0,4.6375E1,-0E0,-1.4078047E0,5.2E-1,-0E0,-3.12E-1,-0E0,-0E0,-1.3990475E0,-0E0,-7.8E-1,-3.12E-1,-0E0,-0E0,3.12E-1,9.970703E-1,-0E0,3.12E-1,-0E0,6.63125E1,-0E0,6.3201505E-1,1.4254224E2,-6.685714E-1,-0E0,9.946289E-1,9.9902344E-1,-9.36E-1,-0E0,3.12E-1,-3.12E-1,7.8E-1,-0E0,-3.12E-1,4.066011E0,1.1617455E0,-0E0,1.04704124E2,-0E0,1.0003601E2,2.7894704E0,5.522294E-1,-0E0,-5.2E-1,-0E0,3.21875E1,-0E0,-0E0,-7.8E-1,-0E0,5.2E-1,-0E0,-7.8E-1,1.2133334E0,-0E0,3.12E-1,8.4848785E-1,4.1918945E-1,7.8E-1,-0E0,2.0978586E1,-6.685714E-1,2.4597225E0,-1.231579E0,1.6589355E-1,1.449871E2,5.142507E0,-0E0,9.36E-1,-0E0,-3.12E-1,1.1439999E0,-0E0,9.927272E-1,-0E0,-1.1929412E0,-0E0,3.12E-1,-3.12E-1,-0E0,1.2340886E2,5.2E-1,-0E0,4.325E1,1.1281481E2,5.5859375E-1,8.095703E-1,-0E0,-1.1142857E0,-0E0,3.12E-1,-7.8E-1,-0E0,2.7008057E-3,-0E0,3.12E-1,-0E0,-0E0,9.902344E-1,-0E0,2.7008057E-3,1.5375377E0,-0E0,3.3374023E-1,4.108465E0,7.8E-1,-0E0,1.3405348E0,4.690625E1,3.7991467E0,9.84375E-1,5.025E1,5.2961235E1,7.975E1,4.4625E1,1.5064188E2,7.2625E1,-0E0,6.729559E-1,2.9248047E-1,1.1769192E0,7.1533203E-1,7.8E1,6.4697266E-1,6.113281E-1,3.0140625E1,6.556615E1,7.9390484E-1,-5.2E-1,-0E0,6.685714E-1,4.7298775E0,6.4875E1,4.5444508E0,4.012191E0,9.071722E-1,-0E0,3.12E-1,-0E0,-0E0,-3.12E-1,-8.666667E-1,-0E0,-0E0,-1.3986206E0,-0E0,3.0296875E1,1.4722429E2,4.6289062E-1,6.8310547E-1,4.4625E1,3.1078125E1,1.4570413E0,1.0345459E-1,4.16875E1,3.54375E1,1.1814037E2,-0E0,-1.1929412E0,-9.927272E-1,-0E0,1.08E0,9.4864935E-1,-0E0,-5.2E-1,1.9455205E2,-0E0,3.4192102E0,-0E0,9.0184395E1,6.1875E1,-0E0,-1.4181818E0,3.0296875E1,-0E0,3.330078E-1,2.4047923E0,3.5308838E-2,1.2537982E2,1.4570976E2,9.733884E1,1.1779351E1,8.836755E1,1.4890908E0,8.192326E1,-1.1439999E0,-0E0,-0E0,-5.2E-1,9.383654E-1,-0E0,1.6753493E2,3.12E-1,4.985278E0,9.0527344E-1,3.12E-1,-0E0,-0E0,-1.08E0,1.706385E2,-0E0,-7.8E-1,-0E0,5.2E-1,-0E0,-0E0,4.15E1,-0E0,3.2043457E-2,1.0848665E0,3.2043457E-2,2.3407564E0,-3.12E-1,-0E0,1.3269043E-1,-0E0,1.3432758E2,-3.12E-1,2.8756812E0,-1.3433332E0,-0E0,-0E0,-3.12E-1,9.995117E-1,6.828467E1,5.1875E1,1.1649719E2,4.7343372E1,5.289727E1,-5.2E-1,3.12E-1,1.3128904E0,9.995117E-1,-0E0,1.0760498E-1,-1.04E0,-0E0,-0E0,1.65125E2,3.046812E0,5.066679E0,-0E0,6.03125E1,7.8E-1,-0E0,6.381836E-1,5.7852657E1,7.84375E1,5.566406E-1,5.7421875E-1,1.4347833E2,1.4001465E-1,1.4347833E2,3.279408E0,1.0761392E0,3.096875E1,5.1953125E-1,5.142507E0,4.1225796E0,8.388672E-1,1.22680664E-1,1.081543E-1,1.4570413E0,-5.2E-1,5.538432E1,-0E0,-1.1142857E0,1.08E0,8.359375E-1,1.6244978E2,5.2484746E0,7.65625E1,5.115258E0,1.4493565E2,-0E0,1.4942499E2,4.9829102E-1,1.05773926E-1,-0E0,-0E0,1.7871857E-3,-6.685714E-1,3.12E-1,-0E0,6.685714E-1,5.46875E-1,-0E0,-3.12E-1,5.2E-1,1.1142857E0,-0E0,3.3748906E0,-0E0,-0E0,5.52203E0,-0E0,-1.2847059E0,-9.36E-1,3.713379E-1,-1.4341935E0,3.54375E1,3.0953125E1,-0E0,5.2E-1,-8.666667E-1,-0E0,-1.3199999E0,8.455758E-1,-5.2E-1,-0E0,-9.927272E-1,9.927272E-1,1.4653358E0,2.7927485E0,3.040625E1,-6.685714E-1,7.7734375E-1,-5.2E-1,7.551183E1,6.9885254E-2,-0E0,-1.4039999E0,8.7890625E-1,9.9609375E-1,4.204237E0,-1.17E0,-0E0,-0E0,-1.2443293E0,-3.12E-1,7.8E-1,-1.1439999E0,-0E0,-9.927272E-1,8.051758E-1,9.404297E-1,5.2E-1,-9.36E-1,7.336426E-2,1.5211551E2,4.732431E0,-0E0,9.9902344E-1,-3.12E-1,3.12E-1,-0E0,3.12E-1,-0E0,9.927272E-1,-0E0,-5.2E-1,3.2059498E1,-0E0,3.12E-1,-3.12E-1,-0E0,1.3423256E0,-0E0,1.1617455E0,1.24E2,-1.4485713E0,6.4260453E-1,3.12E-1,1.7421845E0,3.665625E1,3.12E-1,-0E0,-0E0,3.084375E1,1.04E0,-0E0,3.12E-1,-0E0,3.0953125E1,-0E0,3.428125E1,9.9560547E-1,3.403125E1,6.46875E1,8.666667E-1,-0E0,5.628941E-1,9.9316406E-1,3.6743867E0,1.4343262E-1,3.12E-1,-3.12E-1,1.4352E0,-0E0,6.015713E1,3.1203125E1,4.6109266E0,8.0444336E-2,-3.12E-1,-0E0,1.4415538E2,-0E0,-1.08E0,-0E0,9.567743E1,2.2912598E-1,8.344239E1,4.7286634E0,7.04961E1,1.2619001E2,7.2046924E-1,4.9682617E-1,1.2133334E0,6.3183594E-1,-3.12E-1,3.9672308E0,4.340625E1,3.3061907E0,2.214391E0,3.9336123E0,1.8514624E2,8.149414E-1,6.685714E-1,1.237888E0,-0E0,8.129883E-2,2.5683594E-1,6.8574875E1,-1.1439999E0,-0E0,5.2E-1,-0E0,-9.36E-1,1.937567E2,9.198681E1,5.644683E0,1.4493565E2,-3.12E-1,-0E0,-9.36E-1,-3.12E-1,9.4168015E1,6.4468604E-1,3.12E-1,-0E0,7.8E-1,-1.08E0,-0E0,1.7979821E0,1.2715116E0,5.864258E-1,-3.12E-1,-0E0,9.975586E-1,-0E0,3.9100647E-3,-3.12E-1,5.3222656E-1,-0E0,1.4827948E0,-0E0,7.247925E-3,-0E0,-1.17E0,-7.8E-1,-0E0,-1.3371428E0,-0E0,-0E0,5.2E-1,3.12E-1,3.75625E1,-0E0,1.17E0,-0E0,5.2E-1,1.6450387E0,-0E0,-3.12E-1,-0E0,1.5222168E-1,9.6057844E-1,-0E0,5.2E-1,-0E0,6.685714E-1,-0E0,6.8310547E-1,3.5141761E0,3.5259416E0,1.8067908E2,1.8468054E2,-9.927272E-1,-0E0,4.2593527E0,1.34756E0,4.246875E1,-0E0,-0E0,5.2E-1,9.267578E-1,8.100586E-1,1.3E0,-0E0,9.741211E-1,-0E0,-0E0,1.9241333E-2,1.5328288E0,-1.427234E0,6.43125E1,-0E0,-5.2E-1,-0E0,3.507578E0,-3.12E-1,-0E0,-1.2886956E0,-0E0,1.3833963E0,-0E0,-1.3551514E0,6.685714E-1,2.2912598E-1,9.9072266E-1,-0E0,3.7659929E0,5.209961E-1,8.208555E-1,1.0687256E-1,-0E0,-3.12E-1,7.521348E1,-0E0,-8.666667E-1,-0E0,3.096875E1,4.8828125E-2,8.8739E1,1.4044173E2,3.928809E0,-1.3146067E0,-1.3245282E0,4.759375E1,-0E0,-5.2E-1,-0E0,4.753113E-3,4.571875E1,2.2096014E0,8.8712424E-1,1.2138199E2,6.155518E1,9.6777344E-1,8.55625E1,4.25E1,8.520508E-1,1.335907E-2,5.1032395E0,7.439854E1,1.8162864E0,9.44946E1,8.666667E-1,4.0985107E-2,-3.12E-1,3.12E-1,-0E0,3.12E-1,-0E0,3.280389E0,9.135742E-1,1.7091316E0,3.12E-1,-3.12E-1,1.7318726E-2,-0E0,-0E0,1.7476131E1,3.12E-1,7.3583984E-1,-0E0,-6.685714E-1,-0E0,-1.1855999E0,6.1187744E-2,1.8465719E0,3.12E-1,9.7501725E-1,9.36E-1,1.4898243E0,9.0771484E-1,2.0978586E1,4.509505E0,-0E0,-0E0,8.666667E-1,3.6083984E-1,-0E0,-0E0,-5.2E-1,1.7590541E0,1.0785075E0,-0E0,-8.666667E-1,6.1035156E-2,-0E0,3.6659206E1,-0E0,-0E0,1.3865347E2,6.2683105E-2,6.484375E-1,1.6247559E-1,6.425781E-1,-0E0,7.0996094E-1,-0E0,-7.8E-1,3.12E-1,-3.12E-1,-0E0,8.652344E-1,5.7952946E1,9.54899E1,-0E0,4.728125E1,3.12E-1,-0E0,9.765625E-2,7.721237E1,-8.666667E-1,-0E0,9.049691E1,-0E0,6.685714E-1,7.48107E1,9.5336914E-2,6.50625E1,-0E0,1.08E0,7.604016E1,9.897461E-1,1.3317074E0,-0E0,-0E0,7.159887E1,-0E0,-3.12E-1,-0E0,-9.927272E-1,3.12E-1,-0E0,-9.36E-1,8.7158203E-1,6.7625E1,-0E0,5.2E-1,-0E0,1.8417106E0,3.378296E-2,-0E0,1.1142857E0,3.12E-1,5.4031467E1,5.5375E1,-0E0,-0E0,-7.8E-1,-0E0,3.955078E-2,5.2E-1,-0E0,-8.666667E-1,-0E0,-3.12E-1,-0E0,-0E0,9.775E1,-0E0,-1.3866667E0,-1.2886956E0,-0E0,1.9665527E-1,7.293564E-1,-5.2E-1,5.67712E1,7.155703E1,5.2E-1,-0E0,3.8887022E0,9.6057844E-1,5.6E1,1.1363321E2,5.4345703E-1,3.40625E1,3.503125E1,6.603241E-3,3.382732E0,3.0681434E0,9.741211E-1,1.5225E2,-0E0,-5.2E-1,5.2E-1,4.26875E1,-6.685714E-1,5.503731E0,8.959961E-1,5.2E-1,3.3498557E0,1.1439999E0,-0E0,-1.08E0,6.892483E1,-0E0,6.685714E-1,-0E0,-1.3587097E0,-0E0,-1.4114286E0,-0E0,3.7529328E0,-0E0,5.7508125E0,-3.12E-1,4.773229E0,-0E0,-1.08E0,-0E0,-3.12E-1,8.4541504E1,9.711914E-1,-0E0,5.459375E1,1.4920064E2,5.375E1,6.2353516E-1,9.5654297E-1,-3.12E-1,-0E0,-0E0,9.36E-1,1.7454463E2,4.8746544E1,1.8331282E0,9.848633E-1,-0E0,1.6235352E-1,7.2075194E-1,7.089684E1,-3.12E-1,-0E0,3.12E-1,-7.8E-1,-1.3458823E0,-0E0,-0E0,-1.3103999E0,1.0949036E0,9.3652344E-1,-0E0,5.2E-1,1.4316089E2,-0E0,-1.04E0,-0E0,-0E0,6.003125E1,-6.685714E-1,1.228522E2,1.3288889E0,-0E0,5.281598E0,-9.36E-1,3.12E-1,2.1267648E0,-1.2763636E0,-0E0,3.6807005E0,3.1703125E1,8.666667E-1,6.4260453E-1,-0E0,1.370909E0,6.6918945E1,4.1007217E1,3.503125E1,-0E0,-0E0,3.12E-1,-0E0,1.1661512E2,-0E0,-1.04E0,3.0484375E1,-0E0,-0E0,3.6807005E0,-8.666667E-1,-0E0,-9.36E-1,-0E0,-0E0,7.8E-1,-0E0,1.2628571E0,8.4941246E1,9.4168015E1,-1.1439999E0,-0E0,1.9858156E0,3.1375E1,1.08E0,3.0681434E0,5.551758E-1,1.373291E-1,1.1933819E0,-0E0,3.21875E1,2.7008057E-3,3.4986331E0,9.931145E1,-3.12E-1,9.9658203E-1,-7.8E-1,3.130973E0,6.685714E-1,-0E0,6.556615E1,-0E0,9.941406E-1,-0E0,6.685714E-1,-0E0,3.0460358E-3,1.06343376E2,-5.2E-1,9.9365234E-1,-1.04E0,-0E0,-0E0,5.2E-1,-9.927272E-1,-0E0,1.9977252E2,-0E0,3.12E-1,-0E0,-0E0,6.685714E-1,-1.08E0,-0E0,-0E0,1.1929412E0,1.4496241E0,-0E0,-5.2E-1,6.685714E-1,9.8535156E-1,5.52203E0,3.378125E1,5.979692E1,9.3066406E-1,7.591677E-1,-0E0,1.1525E2,3.12E-1,-0E0,5.8935347E0,7.5097656E-1,-0E0,5.834961E-1,-0E0,-3.12E-1,-0E0,4.3917277E-1,-0E0,1.4772415E-3,-3.12E-1,9.490967E-3,-0E0,1.4778947E0,1.2763636E0,-0E0,7.8E-1,-0E0,5.2E-1,-0E0,-5.2E-1,-0E0,3.12E-1,-0E0,-0E0,1.5332031E-1,-0E0,-3.12E-1,-5.2E-1,-0E0,-0E0,4.0287064E1,-0E0,-1.3799999E0,-1.2628571E0,3.9616463E1,-0E0,4.753113E-3,1.2628571E0,-0E0,2.913035E0,-0E0,-1.17E0,-0E0,-0E0,-9.927272E-1,-0E0,5.2E-1,-3.12E-1,-0E0,3.859375E1,3.6083984E-1,4.278125E1,8.3625E1,-0E0,5.5377693E0,1.8162864E0,-7.8E-1,-0E0,1.2133334E0,5.2E-1,-0E0,-1.1142857E0,-0E0,7.739258E-1,2.5183601E0,5.2E-1,-0E0,9.3652344E-1,-1.1439999E0,5.182063E0,-0E0,1.0201228E0,3.867052E1,-3.12E-1,-0E0,9.36E-1,-0E0,1.3103999E0,-0E0,-0E0,9.8046875E-1,5.2E-1,-3.12E-1,7.080078E-2,-0E0,-0E0,1.04E0,-0E0,-7.8E-1,-7.8E-1,4.8510137E0,-0E0,6.625E1,7.5375E1,-0E0,6.25E-1,-0E0,1.805873E0,1.9625281E0,1.4258064E0,-0E0,-0E0,4.550982E0,-0E0,1.365E0,-0E0,9.36E-1,-0E0,-1.17E0,-0E0,9.36E-1,-0E0,-3.12E-1,-0E0,9.9658203E-1,6.685714E-1,-0E0,8.1782555E1,7.54375E1,6.585161E-1,3.4504845E0,9.628906E-1,6.4697266E-2,9.6435547E-1,6.9677734E-1,5.809375E1,-0E0,-0E0,3.12E-1,2.584934E0,4.498985E0,-3.12E-1,-0E0,-0E0,3.12E-1,5.7495117E-2,-0E0,-0E0,-3.12E-1,-0E0,4.6289062E-1,5.761719E-1,1.6125427E0,6.7333984E-1,1.8925288E2,5.2E-1,-0E0,1.17E0,-0E0,1.365E0,-0E0,9.902344E-1,-0E0,-3.12E-1,-0E0,8.63125E1,1.5146117E0,1.3288889E0,-0E0,1.3799999E0,1.9262695E-1,5.2E-1,-0E0,-9.36E-1,-0E0,1.8721665E0,9.9902344E-1,2.1801758E-1,5.7373047E-1,7.8E-1,6.3201505E-1,-0E0,1.1929412E0,7.758921E1,8.4541504E1,1.4765528E0,4.439161E0,1.4625E0,-0E0,-3.12E-1,1.1421244E0,1.3288889E0,-0E0,-0E0,5.8496094E-1,-0E0,8.858887E-1,-0E0,1.3806896E0,3.12E-1,-0E0,8.536597E-1,7.8E-1,5.1660156E-1,-0E0,1.4544E0,-0E0,1.3371428E0,-0E0,-3.12E-1,4.97838E0,7.8E-1,3.6969368E0,-3.12E-1,-0E0,1.407693E0,-0E0,9.267578E-1,3.1547495E1,-1.08E0,-0E0,-0E0,-6.685714E-1,1.7454463E2,8.691406E-2,-0E0,-1.17E0,-0E0,5.371094E-1,-3.12E-1,-0E0,-0E0,5.2E-1,-0E0,1.4078047E0,-0E0,6.8253106E-1,-0E0,-3.12E-1,1.365E0,-0E0,6.685714E-1,-0E0,-3.12E-1,-0E0,3.157105E0,9.269296E1,3.0290298E0,3.498586E1,1.0677756E2,6.892483E1,7.8E-1,-0E0,-0E0,-7.8E-1,-0E0,1.208125E2,1.8721665E0,5.627295E0,-3.12E-1,-0E0,9.326172E-1,3.0938964E0,-8.666667E-1,-0E0,-3.12E-1,1.1693898E0,-5.2E-1,-0E0,6.556615E1,9.970703E-1,1.1439999E0,-0E0,-0E0,3.12E-1,6.191406E-1,2.9303966E0,5.43125E1,1.9859531E1,1.0727851E2,9.927272E-1,-0E0,9.36E-1,3.12E-1,8.959181E-1,9.824219E-1,-0E0,6.5722656E-1,-0E0,3.12E-1,-0E0,7.006354E1,1.0076904E-1,1.0157488E2,5.6640625E-1,8.734687E1,4.4E1,-0E0,-3.12E-1,1.3866667E0,-0E0,3.70625E1,3.9046608E1,9.1064453E-1,5.6884766E-1,2.064209E-1,3.603125E1,-3.12E-1,3.12E-1,-0E0,4.3186736E0,4.9123545E0,1.5446966E0,-0E0,-8.666667E-1,7.886554E1,1.22501144E2,4.399414E-1,6.975E1,3.6346436E-2,9.824219E-1,9.383654E-1,2.5113366E0,7.392578E-1,-8.666667E-1,2.1557617E-1,7.583008E-1,4.81129E0,4.5775075E0,5.809375E1,-0E0,-0E0,-5.2E-1,-8.666667E-1,7.8E-1,1.231579E0,7.993164E-1,4.90625E1,-3.12E-1,3.0140625E1,2.7415283E0,2.8878376E0,1.24816895E-1,8.889948E1,3.12E-1,-0E0,5.979692E1,3.12E-1,-3.12E-1,6.685714E-1,-3.12E-1,-5.2E-1,1.0280972E2,1.17E0,2.5507908E0,5.197811E1,-0E0,3.840625E1,9.980469E-1,1.04E0,-0E0,5.2E-1,4.8952575E0,9.9902344E-1,-0E0,-0E0,2.7008057E-3,5.2E-1,-0E0,-6.685714E-1,-0E0,4.0125E1,1.1154175E-2,-9.36E-1,-0E0,1.17126465E-1,1.0653111E0,1.9625281E0,6.685714E-1,3.12E-1,1.805873E0,-0E0,1.4197752E0,3.12E-1,-5.2E-1,9.765625E-1,-0E0,-3.12E-1,-0E0,1.4024292E0,5.63125E1,-0E0,1.2690909E0,6.685714E-1,-5.2E-1,-0E0,5.35E1,3.12E-1,1.1762614E0,-0E0,9.623922E1,-0E0,-3.12E-1,-0E0,-3.12E-1,1.08E0,-0E0,-0E0,4.3770843E0,-3.12E-1,-0E0,1.3103999E0,-0E0,-0E0,-3.12E-1,3.1203125E1,1.4428711E-1,9.9560547E-1,-0E0,7.155235E1,3.3931732E-3,4.96875E1,2.833848E0,1.3764706E0,-0E0,-0E0,3.12E-1,-0E0,2.027893E-2,1.8067908E2,5.2000422E0,1.08E0,-0E0,9.754982E1,4.4791636E0,-7.8E-1,-0E0,6.685714E-1,-0E0,-0E0,5.2E-1,1.8311551E2,-0E0,5.371094E-1,-0E0,-0E0,1.2566667E0],"split_indices":[5,13,5,12,13,13,13,6,12,7,13,12,0,12,0,4,3,4,12,15,14,14,0,6,12,0,0,6,0,7,6,14,7,7,0,7,14,14,6,2,15,4,3,7,0,11,4,6,14,3,7,6,19,7,7,10,7,2,1,7,14,0,11,14,6,1,0,15,2,18,0,7,6,6,0,0,10,19,14,5,14,14,19,11,5,14,7,13,1,4,0,13,0,6,0,5,4,5,0,3,13,15,6,0,10,0,0,0,15,0,6,6,0,9,2,4,5,2,10,1,3,0,5,0,0,0,0,12,6,4,0,1,7,6,10,0,0,0,7,0,0,3,14,14,6,0,7,0,0,7,7,14,0,18,0,15,11,0,0,0,0,8,0,11,0,0,0,0,4,18,0,0,18,0,10,4,0,19,6,6,2,4,0,0,14,8,0,6,0,0,0,10,0,11,16,3,13,2,0,0,0,0,0,8,18,0,2,2,0,4,1,0,0,10,0,6,0,5,19,10,9,0,0,0,0,0,10,0,0,6,15,17,8,19,17,9,0,8,14,15,16,0,0,7,5,3,13,10,15,4,11,6,10,17,1,2,6,10,5,10,1,7,0,0,0,19,0,19,0,8,10,0,17,0,18,0,0,6,2,6,11,11,14,0,3,0,0,0,6,0,2,0,0,8,5,0,0,0,0,0,2,0,17,10,15,13,6,0,3,0,0,2,13,19,5,0,3,17,0,0,0,0,0,0,4,9,0,4,5,0,5,16,5,1,17,0,13,0,18,0,0,4,7,0,0,0,1,0,3,4,16,0,19,0,0,13,5,0,18,0,4,5,1,11,1,0,0,0,0,0,0,0,0,9,7,5,13,0,10,0,1,10,3,0,18,0,15,14,9,4,5,6,14,2,8,16,6,0,2,0,0,17,0,14,15,0,1,5,5,15,0,0,0,0,2,13,0,16,0,7,14,12,0,8,5,16,5,0,0,0,0,6,15,4,0,0,0,0,0,0,0,7,0,0,5,5,10,0,19,0,3,0,0,3,9,0,0,0,2,0,0,0,0,0,0,0,0,0,0,11,6,0,0,1,12,0,7,2,0,0,17,0,3,0,4,4,0,6,0,0,0,2,11,0,0,0,0,0,0,0,1,9,0,0,0,5,3,0,0,4,3,3,15,0,0,15,17,0,1,13,2,0,0,0,0,6,0,0,0,3,10,15,18,1,0,0,0,15,11,0,14,0,0,1,0,18,4,0,0,4,0,3,0,0,0,0,0,16,15,0,10,11,1,5,4,6,8,15,7,0,0,0,14,1,1,5,0,0,0,0,0,0,7,3,3,0,0,0,0,1,0,0,3,3,0,7,0,0,0,3,0,15,11,9,18,0,0,0,1,0,0,8,13,1,2,7,4,0,0,0,15,3,0,0,0,0,12,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,10,0,2,4,0,0,14,15,0,0,0,0,0,0,0,0,2,0,5,0,5,2,3,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,18,0,0,7,0,0,0,12,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,8,4,16,14,0,0,0,0,0,0,19,0,0,0,0,17,0,19,3,0,16,0,0,0,0,9,0,14,8,7,10,10,7,9,0,0,13,2,15,11,18,13,8,5,1,0,0,0,1,9,1,1,2,0,0,0,0,0,0,0,0,0,0,11,6,15,19,11,8,0,19,8,11,4,0,0,0,0,0,3,0,0,6,0,1,0,5,9,0,0,10,0,14,1,17,7,6,7,7,5,0,4,0,0,0,0,2,0,6,0,1,14,0,0,0,0,6,0,0,0,0,0,0,9,0,19,2,18,1,0,0,15,0,4,0,2,0,0,0,0,17,5,10,7,4,5,0,0,2,17,0,12,0,0,0,9,2,3,0,8,0,0,17,5,10,12,18,4,19,4,0,1,8,18,1,1,14,12,17,0,0,5,0,0,0,17,6,0,9,0,6,0,6,14,15,0,0,19,0,0,0,0,14,0,0,0,0,0,2,0,0,1,0,0,0,16,0,10,10,0,0,0,0,0,1,0,0,0,0,1,0,8,0,12,0,4,15,0,0,18,14,0,0,0,0,0,0,0,0,0,0,13,16,0,0,19,6,3,0,14,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,2,10,0,0,0,0,8,0,0,0,8,0,0,0,0,11,0,10,17,10,10,0,0,0,17,2,16,0,0,0,0,7,10,3,16,0,0,6,0,0,0,7,19,4,0,7,4,2,16,0,18,0,0,11,0,1,3,6,14,0,2,0,12,13,7,0,0,0,0,0,6,5,2,6,0,0,0,0,5,3,0,0,0,0,0,3,3,12,0,0,18,0,17,0,12,0,0,0,18,0,0,0,0,0,0,0,0,0,11,0,0,0,0,2,0,0,0,19,1,0,0,0,0,0,12,1,0,6,6,0,0,0,1,9,0,0,0,14,17,0,0,19,0,0,17,1,0,9,0,0,0,3,0,0,0,0,0,0,0,0,18,16,0,0,15,2,13,0,0,5,0,0,0,8,17,5,6,0,0,0,10,0,0,0,18,8,3,2,7,4,14,10,8,18,19,2,5,1,5,0,18,0,0,0,0,0,2,14,1,0,0,19,0,0,7,0,15,0,0,0,0,13,1,0,1,0,1,15,7,1,0,0,0,13,0,0,0,0,0,0,0,18,0,4,0,0,7,16,14,12,12,0,12,0,0,0,0,0,12,4,5,0,8,0,0,13,5,0,0,5,0,0,5,19,8,0,0,5,15,0,0,0,5,0,0,0,0,0,0,0,15,10,0,0,0,2,17,0,0,0,7,8,0,0,0,0,18,0,0,0,0,0,0,0,10,0,0,0,0,17,0,0,5,7,0,0,3,1,11,7,13,8,10,18,1,2,17,11,0,0,0,8,0,3,15,0,0,0,0,0,5,0,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,4,18,0,9,4,10,15,16,0,0,0,0,6,4,3,16,0,15,1,4,0,0,0,0,0,0,0,0,2,15,0,0,6,0,0,0,0,8,0,7,0,0,2,0,0,3,0,0,0,10,0,0,0,0,5,5,11,0,0,0,0,4,0,0,11,0,0,0,0,0,0,0,0,0,0,0,5,5,0,0,3,8,0,2,14,12,1,0,11,18,2,4,0,14,0,0,0,0,5,0,17,0,0,0,16,4,0,14,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,3,0,0,0,14,1,10,4,16,1,0,9,0,0,3,14,0,13,0,0,0,0,0,17,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,7,0,0,0,7,0,18,0,0,2,0,0,0,0,0,0,0,0,0,8,13,10,9,0,2,1,0,0,0,0,0,0,0,15,3,0,0,15,0,0,0,0,4,0,0,0,0,0,0,0,18,0,0,13,0,0,0,0,0,0,1,0,8,11,0,12,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,14,0,0,5,9,2,0,15,16,14,18,11,0,0,0,2,3,0,0,0,0,13,0,0,0,0,14,14,2,16,6,0,0,0,0,0,0,19,0,0,0,8,2,0,0,0,12,0,0,0,0,0,18,16,13,0,2,0,0,5,4,3,0,0,0,0,1,0,0,0,14,0,3,0,0,0,0,2,0,12,0,0,0,0,0,0,0,0,2,0,0,0,0,15,7,0,0,0,0,6,13,0,0,0,14,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,5,2,7,4,5,0,0,0,0,0,9,0,1,0,0,17,0,0,0,0,1,0,0,5,16,0,0,0,0,13,2,11,7,4,0,0,0,0,1,18,0,15,0,0,0,5,13,4,14,7,9,0,0,0,0,8,7,18,12,12,8,0,0,0,1,3,1,0,0,7,4,12,8,18,18,2,0,18,0,17,18,3,1,11,0,0,0,0,0,0,17,8,0,8,3,0,12,7,0,0,4,0,0,0,0,0,4,0,3,4,0,10,14,0,0,0,1,14,0,0,19,0,0,0,0,11,19,0,0,12,3,0,0,0,0,0,0,0,0,16,0,0,0,1,10,0,0,0,0,0,11,0,3,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,12,18,0,4,18,8,0,0,0,0,0,0,16,6,1,0,0,4,0,0,0,0,0,0,0,6,0,15,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5E4,6.097E3,8.903E3,3.243E3,2.854E3,9.96E2,7.907E3,1.9665E3,1.2765E3,8.58E2,1.996E3,3.93E2,6.03E2,2.356E3,5.551E3,1.389E3,5.775E2,4.365E2,8.4E2,7.19E2,1.39E2,5.32E2,1.464E3,1.085E2,2.845E2,2.615E2,2.0945E3,1.20125E3,1.8775E2,1.5E1,5.625E2,3.0375E2,1.3275E2,2.87E2,5.53E2,3.1475E2,4.0425E2,9.6E1,4.3E1,3.235E2,2.085E2,7.3E1,3.55E1,5.55E1,2.29E2,9.5E1,1.665E2,1.99E2,1.00225E3,6E0,1.8175E2,7.25E0,7.75E0,1.1475E2,4.4775E2,1.06E2,1.9775E2,1.315E2,1.25E0,2.52E2,3.5E1,7.5E-1,3.14E2,2.685E2,1.3575E2,6.725E1,2.875E1,3.3E1,1E1,1.25E0,3.2225E2,1.73E2,3.55E1,6.025E1,1.275E1,1E0,3.45E1,5.225E1,3.25E0,4.725E1,4.775E1,8.475E1,8.175E1,9E1,1.09E2,6.425E1,9.38E2,4.75E0,1.25E0,1.8075E2,1E0,3.75E0,3.5E0,7E0,7.5E-1,9.975E1,1.5E1,4.4725E2,5E-1,1.0375E2,2.25E0,1.425E2,5.525E1,2.5E-1,1.3125E2,2.5E-1,1E0,2.5E-1,2.5175E2,2.475E1,1.025E1,2E0,3.12E2,1.5275E2,1.1575E2,7.975E1,5.6E1,6.575E1,1.5E0,1.4E1,1.475E1,6E0,2.7E1,1E0,9E0,7.5E-1,5E-1,1.6575E2,7.25E0,2.725E1,8.25E0,1.675E1,4.35E1,1.75E0,1.1E1,2.5E-1,3.425E1,5E-1,5.175E1,1.5E0,1.75E0,1.275E1,3.45E1,3.1E1,1.675E1,7.275E1,1.2E1,1.25E0,8.05E1,8.2E1,8E0,6.925E1,3.975E1,5.35E1,1.075E1,5.5025E2,3.8775E2,4E0,7.5E-1,1E0,2.5E-1,6.425E1,1.165E2,2.75E0,1E0,2.5E-1,6.75E0,6.5E1,3.475E1,1.075E1,4.25E0,7.5E-1,4.465E2,2.5E-1,1.035E2,1.25E0,1E0,7.625E1,6.625E1,4.925E1,6E0,1.75E0,1.295E2,1.04E2,1.4775E2,2.35E1,1.25E0,7.5E0,2.75E0,7.5E-1,1.25E0,1.525E2,2.5E-1,2.5E0,1.1325E2,6.65E1,1.325E1,5.5E1,1E0,1E0,6.475E1,7.5E-1,7.5E-1,7.25E0,6.75E0,2E0,1.275E1,2.75E0,3.25E0,2E0,2.5E1,1.655E2,2.5E-1,4.5E0,2.75E0,2.425E1,3E0,6E0,1.075E1,8.75E0,3.475E1,5E-1,1.25E0,1.075E1,2.5E-1,3.4E1,1.775E1,2.5E-1,1.5E0,5.5E0,7.25E0,3.275E1,1.75E0,1.025E1,2.075E1,1.5E1,1.75E0,6.625E1,6.5E0,6.25E0,5.75E0,5E-1,7.5E-1,8.05E1,1.5E0,2E0,6E0,4E0,6.525E1,8.25E0,3.15E1,4E0,4.95E1,5.25E0,5.5E0,2.425E1,5.26E2,1.7525E2,2.125E2,6.175E1,2.5E0,2E0,1.145E2,7.5E-1,2E0,6.475E1,2.5E-1,2.5E1,9.75E0,5.25E0,5.5E0,1.85E1,4.28E2,2.5E-1,1.0325E2,1E0,2.5E-1,2.5E0,7.375E1,4.775E1,1.85E1,7.75E0,4.15E1,2.5E-1,5.75E0,5E-1,1.25E0,9.85E1,4.925E1,7.5E-1,2.275E1,7.5E-1,5E-1,1E0,6.5E0,2.5E-1,2.5E0,1.52E2,5E-1,1E0,1.5E0,2.5E-1,1.13E2,6.25E0,6.025E1,1.075E1,2.5E0,5E-1,5.45E1,6.45E1,2.5E-1,3.5E0,3.75E0,4.75E0,2E0,7.5E-1,1.25E0,1.225E1,5E-1,2E0,7.5E-1,1E0,1E0,2.5E-1,2.475E1,1.75E0,2.75E0,9.25E0,1.5E1,3.25E0,2.75E0,8E0,2.75E0,4.75E0,4E0,7.5E-1,3.4E1,1E0,1.675E1,1.75E0,3.75E0,4.75E0,2.5E0,3.25E1,2.5E-1,7.5E-1,1E0,3.5E0,6.75E0,6.75E0,1.4E1,5E-1,1.45E1,2.5E-1,1.5E0,1.075E1,5.55E1,2.75E0,3.75E0,4.75E0,1.5E0,4E0,1.75E0,6.5E0,7.4E1,1.25E0,2.5E-1,1.5E0,5E-1,2E0,4E0,3.75E0,2.5E-1,3.25E0,6.2E1,5.25E0,3E0,3E0,2.85E1,2E0,2E0,4.75E0,4.475E1,1E0,4.25E0,5E-1,5E0,2.125E1,3E0,4.415E2,8.45E1,3.8E1,1.3725E2,1.25E0,2.1125E2,5.925E1,2.5E0,1E0,1.5E0,5E-1,1.5E0,6.45E1,2.5E-1,1.225E1,1.275E1,3.75E0,1.5E0,3.5E0,2E0,3.25E0,1.525E1,7.5E-1,4.2725E2,2.5E-1,1.03E2,1.75E0,7.5E-1,7.35E1,2.5E-1,1.575E1,3.2E1,1.775E1,7.5E-1,4.5E0,3.25E0,8E0,3.35E1,2.5E-1,5.5E0,9.8E1,5E-1,3.35E1,1.575E1,2.25E1,2.5E-1,2.5E-1,7.5E-1,6.25E0,2.5E-1,1.25E0,2.5E-1,1.1275E2,2.5E-1,5E0,1.25E0,2.525E1,3.5E1,2.5E-1,1.05E1,1.25E0,1.25E0,7.5E-1,5.375E1,1.25E0,6.325E1,2.5E-1,3.25E0,1.5E0,2.25E0,1.25E0,3.5E0,1.25E0,7.5E-1,1E0,2.5E-1,1.15E1,7.5E-1,7.5E-1,2.5E-1,1.25E0,2.35E1,7.5E-1,1E0,5E0,4.25E0,1.5E0,1.35E1,2.25E0,5E-1,6.5E0,1.5E0,1E0,1.75E0,3E0,1.75E0,3.5E0,5E-1,3.375E1,2.5E-1,2.5E-1,7.5E-1,3E0,1.375E1,1E0,7.5E-1,2.5E-1,3.5E0,4.5E0,2.5E-1,1.25E0,1.25E0,3.2E1,5E-1,2.5E-1,7.5E-1,2.25E0,1.25E0,6.5E0,2.5E-1,2E0,4.75E0,1.075E1,3.25E0,5E-1,1.4E1,4.75E0,6E0,2.5E-1,5.525E1,2.25E0,1.5E0,4.5E0,2.5E-1,1E0,5E-1,3.5E0,5E-1,5E-1,1.25E0,2.5E0,4E0,1.5E0,7.25E1,1.25E0,7.5E-1,2.5E0,7.5E-1,4.65E1,1.55E1,4E0,1.25E0,2.5E0,5E-1,1.75E0,1.25E0,2.725E1,1.25E0,2.5E-1,1.75E0,3.5E0,1.25E0,4.45E1,2.5E-1,3.75E0,5E-1,4E0,1E0,1.6E1,5.25E0,1.25E0,1.75E0,4.1375E2,2.775E1,3.75E1,4.7E1,3.425E1,3.75E0,1E1,1.2725E2,1E0,2.5E-1,7.5E-1,2.105E2,5.65E1,2.75E0,1.5E0,1E0,2.5E-1,1.25E0,7.5E-1,6.375E1,6.5E0,5.75E0,1.175E1,1E0,7.5E-1,7.5E-1,2.5E-1,3.25E0,1E0,1E0,1.25E0,2E0,1.45E1,7.5E-1,1.025E2,5E-1,1.25E0,5E-1,7.325E1,2.5E-1,7.25E0,8.5E0,7.25E0,2.475E1,7.5E-1,1.7E1,2.5E-1,4.25E0,7.5E-1,2.5E0,2.5E0,5.5E0,1.25E0,3.225E1,1.425E1,1.925E1,5E-1,1.525E1,5E-1,2.2E1,1.07E2,5.75E0,7.5E-1,5E-1,3E0,2.225E1,2.25E1,1.25E1,7.5E-1,9.75E0,1E0,2.5E-1,7.5E-1,5E-1,7.5E-1,6.25E1,7.5E-1,1.5E0,7.5E-1,5E-1,5E-1,7.5E-1,2.3E1,5E-1,7.5E-1,2.5E-1,4.25E0,7.5E-1,1.25E0,3E0,1.25E0,2.5E-1,2.5E0,1.1E1,2E0,2.5E-1,7.5E-1,7.5E-1,1.5E0,2.5E-1,7.5E-1,1E0,3.25E0,2.5E-1,3.325E1,5E-1,1.75E0,1.25E0,1.3E1,7.5E-1,1E0,2.5E-1,3.125E1,7.5E-1,7.5E-1,1.5E0,2.5E-1,1E0,5E-1,1.5E0,4E0,7.5E-1,7.5E-1,1E1,1.75E0,1.5E0,2.5E-1,1.375E1,1.25E0,3.5E0,4.25E0,1.75E0,5.4E1,1.25E0,2.5E-1,2E0,7.5E-1,7.5E-1,3.25E0,2.5E-1,2.25E0,2.5E-1,3.75E0,2.5E-1,7.5E-1,7.5E-1,7.5E-1,7.175E1,1E0,2.5E-1,1.75E1,2.9E1,1.75E0,1.375E1,1E0,3E0,5E-1,7.5E-1,1.5E0,2.5E-1,2.7E1,2.5E-1,7.5E-1,5E-1,7.5E-1,2.75E0,5E-1,4.4E1,1.575E1,2.5E-1,3.5E0,1.75E0,1.5E0,2.5E-1,2.29E2,1.8475E2,7.25E0,2.05E1,1.8E1,1.95E1,4.75E0,4.225E1,5.5E0,2.875E1,5E-1,3.25E0,4.75E0,5.25E0,3.125E1,9.6E1,3.775E1,1.7275E2,5.45E1,2E0,1.75E0,1E0,2.5E-1,1.25E0,4.75E0,1.75E0,3.5E0,2.25E0,1.1E1,7.5E-1,7.5E-1,2.5E-1,2.5E-1,7.5E-1,1.75E0,2.5E-1,5E-1,1.4E1,5E-1,1.02E2,3.5E0,6.975E1,4.5E0,2.75E0,6.25E0,2.25E0,3E0,4.25E0,2.225E1,2.5E0,5E-1,3.75E0,2.25E0,2.5E-1,2.75E0,2.75E0,2.5E-1,1E0,3.2E1,2.5E-1,1.35E1,7.5E-1,1.525E1,4E0,5E-1,2.15E1,1.065E2,5E-1,2.25E0,3.5E0,1.35E1,8.75E0,3.5E0,1.9E1,1.1E1,1.5E0,2.15E1,1.5E0,3.25E0,1E0,2.5E-1,1E0,2.75E0,2.5E-1,1.75E0,7.5E-1,9.5E0,1.5E0,7.5E-1,2.5E-1,5E-1,2.75E0,3.25E1,7.5E-1,1.5E0,2.5E-1,1E0,2.5E-1,2.5E-1,1.275E1,7.5E-1,3.05E1,2E0,8E0,1E0,7.5E-1,2.5E-1,1.35E1,7.5E-1,2.75E0,7.5E-1,1E0,5.35E1,5E-1,5E-1,7.5E-1,5E1,2.175E1,1.55E1,2E0,1.85E1,1.05E1,1E0,7.5E-1,1.5E0,1.225E1,2.5E-1,2.675E1,2.5E0,2.5E-1,5E-1,4.35E1,1.25E0,1.45E1,5E-1,3E0,1.5E0,2.5E-1,2.325E1,2.0575E2,3.4E1,1.5075E2,5.5E0,1.75E0,1E1,1.05E1,1.525E1,2.75E0,6.75E0,1.275E1,3.5E0,1.25E0,5E0,3.725E1,2.75E0,2.75E0,1E0,2.775E1,2.5E-1,3E0,2.75E0,2E0,2.25E0,3E0,5.75E0,2.55E1,9.525E1,7.5E-1,2.65E1,1.125E1,1.72E2,7.5E-1,5E-1,5.4E1,1.25E0,7.5E-1,5E-1,1.25E0,4.5E0,2.5E-1,7.5E-1,1E0,3E0,5E-1,1.75E0,5E-1,2.5E-1,1.075E1,5E-1,1.015E2,2E0,1.5E0,6.15E1,8.25E0,4E0,5E-1,1E0,1.75E0,2.5E-1,6E0,1.25E0,1E0,7.5E-1,2.25E0,2.25E0,2E0,1E0,2.125E1,1.25E0,1.25E0,1E0,1.75E0,3.15E1,5E-1,9.5E0,4E0,1.225E1,3E0,3.5E0,5E-1,7.5E-1,1.0575E2,7.5E-1,1.5E0,3.25E0,2.5E-1,2.25E0,1.125E1,7.75E0,1E0,2E0,1.5E0,1.325E1,5.75E0,2.5E-1,1.075E1,7.5E-1,7.5E-1,7.5E-1,7.5E-1,5E-1,2.25E0,7.5E-1,1E0,9.25E0,2.5E-1,7.5E-1,7.5E-1,7.5E-1,3.175E1,2.5E-1,1.25E1,3E0,2.75E1,1.25E0,7.5E-1,1.75E0,6.25E0,7.5E-1,2.5E-1,2.5E-1,1.325E1,2.5E0,2.5E-1,7.5E-1,2.5E-1,4.975E1,2.5E-1,7.25E0,1.45E1,8.75E0,6.75E0,1.75E0,2.5E-1,1E0,1.75E1,2E0,8.5E0,7.5E-1,7.5E-1,1.2E1,2.5E-1,3.75E0,2.3E1,4.2E1,1.5E0,7.5E-1,5E-1,1.4E1,5E-1,2.75E0,2.5E-1,1.025E1,1.3E1,1.175E1,1.94E2,1.95E1,1.45E1,1.4475E2,6E0,4E0,1.5E0,7.5E-1,1E0,4.25E0,5.75E0,1.5E0,9E0,1.15E1,3.75E0,1.25E0,1.5E0,5E-1,6.25E0,9E0,3.75E0,3.25E0,2.5E-1,1E0,2.5E-1,2E0,3E0,9.75E0,2.75E1,2E0,7.5E-1,7.5E-1,2E0,7.5E-1,2.7E1,1.25E0,7.5E-1,7.5E-1,1.5E0,2.75E0,2.5E-1,3.75E0,2E0,2.475E1,7.5E-1,2.5E-1,9.5E1,1E0,2.55E1,7.5E-1,1.05E1,7.5E-1,1.7125E2,5E-1,5.35E1,1E0,3.5E0,1.5E0,2.5E-1,1E1,7.5E-1,5E-1,1E0,7.5E-1,7.5E0,5E-1,3.5E0,2.5E-1,1E0,1.75E0,2.5E-1,7.5E-1,2.5E-1,1.5E0,1.975E1,2.5E-1,1E0,5E-1,1.25E0,5E-1,3.1E1,3E0,1E0,1.025E1,2E0,2.25E0,7.5E-1,6.75E0,4.5E0,7.25E0,5E-1,5E-1,1E0,3.5E0,9.75E0,5.5E0,2.5E-1,1.025E1,5E-1,2.5E-1,9E0,1.25E0,1.125E1,2.5E0,5E-1,1E0,2.5E-1,1E0,7.5E-1,1E0,5.25E0,5E-1,1.275E1,7.5E-1,4.9E1,1.25E0,6E0,1.375E1,7.5E-1,1.25E0,7.5E0,3.25E0,3.5E0,2.5E-1,7.5E-1,1.675E1,7.5E-1,1.75E0,2.5E-1,2E0,6.5E0,1.5E0,2.25E0,1.25E0,2.175E1,3.925E1,2.75E0,5E-1,1E0,5E-1,1.35E1,5.5E0,4.75E0,6.25E0,6.75E0,4E0,7.75E0,1.82E2,1.2E1,1.3E1,6.5E0,1.25E1,2E0,3E0,1.4175E2,1.75E0,4.25E0,7.5E-1,7.5E-1,2.5E-1,7.5E-1,5E-1,3.75E0,4.25E0,1.5E0,7.5E-1,7.5E-1,8.25E0,7.5E-1,7.5E-1,1.075E1,7.5E-1,3E0,2.5E-1,1.25E0,5E-1,5.75E0,7.25E0,1.75E0,7.5E-1,3E0,2E0,1E0,4.75E0,5E0,2.7E1,5E-1,2.5E-1,1.75E0,2.65E1,5E-1,2.5E-1,1E0,1.5E0,2.25E0,2.5E-1,1.75E0,2.4E1,7.5E-1,9.475E1,2.5E-1,5E-1,2.5E1,9.25E0,1.25E0,2.25E0,5.125E1,1E0,6.5E0,2.5E-1,1.5E0,7.5E-1,7.5E-1,2.5E-1,1.95E1,1.5E0,2.95E1,2.5E-1,2.75E0,7.5E-1,2.5E-1,7E0,3.25E0,1.75E0,2.5E-1,6.5E0,2.5E-1,1.25E0,3.25E0,2E0,5.25E0,7.5E-1,2.75E0,7E0,2.75E0,9.75E0,5E-1,5E-1,8.5E0,5E-1,7.5E-1,2.5E-1,2.25E0,7.5E-1,2.5E-1,2E0,4E0,1.35E1,2.5E-1,1E0,2.5E-1,1E0,6.5E0,2.5E-1,3E0,7.5E-1,2.75E0,1.575E1,1E0,5E-1,1.5E0,5E-1,6E0,1E0,5E-1,1.75E0,5E-1,7.5E-1,5E-1,7.5E-1,2E0,5E-1,1.3E1,5.25E0,2.5E-1,2.75E0,2E0,1E0,5.25E0,5.75E0,1E0,2.5E-1,3.75E0,4E0,3.75E0,1.64E2,1.8E1,7E0,5E0,1.025E1,2.75E0,1.5E0,5E0,1.225E1,2.5E-1,1E0,1E0,1.75E0,1.25E0,1.3825E2,3.5E0,1E0,3.25E0,3.25E0,5E-1,2.75E0,1.5E0,2.5E-1,1.25E0,1E0,7.25E0,7.5E-1,1E1,5E-1,2.5E0,7.5E-1,6.5E0,7.5E-1,1E0,2.5E-1,2.75E0,2.5E-1,7.5E-1,1.5E0,3.25E0,7.5E-1,4.25E0,2.475E1,2.25E0,2.15E1,5E0,7.5E-1,7.5E-1,2.5E-1,2E0,6.75E0,1.725E1,1.25E0,9.35E1,7.5E-1,2.425E1,1.25E0,8E0,7.5E-1,5E-1,7.5E-1,1.5E0,5.05E1,7.5E-1,7.5E-1,5.75E0,1.65E1,3E0,5E-1,1E0,2.875E1,7.5E-1,2.5E0,2.5E-1,1.5E0,5.5E0,1.25E0,2E0,6.25E0,2.5E-1,1.25E0,2E0,7.5E-1,1.25E0,5E0,2.5E-1,1.5E0,5.5E0,1.75E0,1E0,7.5E-1,7.75E0,1.25E0,2.75E0,1.3E1,5E-1,2.5E-1,7.5E-1,5E-1,6E0,2.5E-1,2.5E0,1.55E1,2.5E-1,7.5E-1,5.25E0,1.75E0,2.5E-1,2E0,7.5E-1,5E-1,1.5E0,5E-1,4.75E0,2E0,3.75E0,3.25E0,5E-1,2.5E0,1.5E0,2.75E0,1E0,1.4375E2,2.025E1,1.7E1,1E0,2.5E0,4.5E0,1.25E0,3.75E0,7.5E-1,9.5E0,1.5E0,1.25E0,1.25E0,2.5E-1,4.5E0,5E-1,1.2E1,2.5E-1,1.25E0,5E-1,1.37E2,1.25E0,1E0,2.5E0,2.5E0,7.5E-1,5E-1,1E0,2.25E0,2.5E-1,6.25E0,2.5E-1,7.5E-1,2.5E-1,2.5E-1,1.25E0,2.75E0,5E-1,5E-1,3.75E0,2.4E1,7.5E-1,1E0,1.25E0,1.75E0,1.975E1,3.25E0,1.75E0,2.75E0,4E0,7.5E-1,1.65E1,7.5E-1,5E-1,8.275E1,1.075E1,7.5E-1,2.35E1,5E-1,7.5E-1,1E0,7E0,5E-1,1.6E1,7.5E-1,2.25E0,7.5E-1,2.8E1,5E0,5E-1,1.5E0,5E-1,1E0,2.5E-1,1E0,2.5E-1,7.5E-1,7.5E-1,5E-1,5E0,2.5E-1,7.5E-1,1E0,2.5E-1,5E-1,2.25E0,5E-1,1.25E1,4.75E0,1.25E0,2.5E-1,1.525E1,4.75E0,5E-1,1.5E0,5E-1,3.5E0,2.5E-1,2.5E-1,2.25E0,5E-1,1E0,7.5E-1,2.5E-1,3.75E0,1.4E2,7E0,1.325E1,2.5E-1,1.675E1,1E0,1.5E0,5E-1,4E0,1E0,2.5E-1,3E0,7.5E-1,8.5E0,1E0,1E0,2.5E-1,1.25E0,3.25E0,1.175E1,2.5E-1,1.25E0,1.3575E2,7.5E-1,5E-1,2E0,5E-1,5.75E0,5E-1,1E0,2.3E1,1E0,7.5E-1,1.95E1,2.5E-1,7.5E-1,2.5E0,2.5E-1,1.5E0,1.5E0,1.25E0,2.5E-1,3.75E0,1.625E1,2.5E-1,8.225E1,5E-1,1E0,9.75E0,2.275E1,7.5E-1,2.5E-1,6.75E0,5E-1,1.55E1,2.5E-1,2E0,1.5E0,3.5E0,2.5E-1,2E0,5E-1,7.5E-1,2.5E-1,1.5E1,1.25E0,2.5E-1,1.25E0,2.5E0,1.19E2,2.1E1,3E0,4E0,8E0,5.25E0,1.625E1,5E-1,2.5E-1,7.5E-1,2E0,6.5E0,7.5E-1,2.5E-1,5E-1,7.5E-1,1.125E1,5E-1,5E-1,7.5E-1,5E-1,1.3525E2,2.175E1,1.25E0,2.5E0,1.7E1,1E0,2.5E-1,3.5E0,2.5E-1,1.55E1,7.5E-1,8.15E1,7.5E-1,7.5E-1,2.5E-1,7.5E0,2.25E0,6.25E0,5E-1,1.25E1,2.5E0,1E0,2.5E-1,2E0,5E-1,1E0,1.18E2,1.775E1,3.25E0,1.5E0,1.5E0,2.5E-1,3.75E0,3.75E0,4.25E0,4.25E0,1E0,1.55E1,7.5E-1,7.5E-1,1.25E0,6.25E0,2.5E-1,7.5E-1,1.05E1,5E-1,1.3475E2,5E-1,2.125E1,7.5E-1,5E-1,1E0,1.5E0,1.625E1,7.5E-1,8.075E1,7.5E-1,6.5E0,1E0,7.5E-1,1.5E0,1.5E0,1E0,7.5E-1,2.5E-1,1.175E2,5E-1,5.5E0,1.225E1,2.75E0,5E-1,2.5E-1,1.25E0,1.75E0,2E0,7.5E-1,3.5E0,2.5E-1,4E0,7.5E-1,2.5E-1,2.5E-1,1E0,7.5E-1,9.75E0,1E0,1.3375E2,2.5E-1,7.5E-1,1.55E1,7.5E-1,1.25E0,2.5E-1,7.5E-1,2.5E-1,1.25E0,1.1625E2,2.5E0,3E0,1.5E0,1.075E1,1.5E0,2.5E-1,5E-1,1.5E0,2.5E-1,3.75E0,1.25E0,1.325E2,7.5E-1,5E-1,1.0775E2,8.5E0,1.75E0,7.5E-1,7.5E-1,2.25E0,1E0,5E-1,1.75E0,9E0,3.25E0,5E-1,5E-1,7.5E-1,1.3125E2,1.25E0,7.825E1,2.95E1,6.25E0,2.25E0,2.5E-1,2E0,7.5E-1,1E0,8.75E0,2.5E-1,1.3075E2,5E-1,7.5E-1,5E-1,6.6E1,1.225E1,1.5E0,2.8E1,4.25E0,2E0,2.5E-1,7.5E-1,8.5E0,2.5E-1,9.5E0,1.2125E2,1.35E1,5.25E1,3.75E0,8.5E0,7.5E-1,7.5E-1,2.5E-1,2.775E1,3E0,1.25E0,2.5E-1,1.75E0,3.25E0,6.25E0,1.15E1,1.0975E2,1.05E1,3E0,5.1E1,1.5E0,2E0,1.75E0,3.25E0,5.25E0,2.275E1,5E0,2.75E0,2.5E-1,2.5E-1,1E0,1.75E0,1.5E0,4.25E0,2E0,1.075E1,7.5E-1,1.0825E2,1.5E0,1.5E0,9E0,2.25E0,7.5E-1,1E0,5E1,7.5E-1,7.5E-1,1.25E0,7.5E-1,1E0,2.25E0,3.5E0,1.75E0,2.225E1,5E-1,1.75E0,3.25E0,2.5E0,2.5E-1,1E0,1E0,1.025E1,5E-1,7.5E-1,1.075E2,1E0,5E-1,1.25E0,2.5E-1,2.25E0,6.75E0,2E0,2.5E-1,1.75E0,4.825E1,1E0,1.25E0,7.5E-1,1E0,5E-1,2.175E1,7.5E-1,1E0,3E0,2.5E-1,7.5E-1,2.5E-1,9E0,1.25E0,7.5E-1,1.0675E2,1.25E0,1E0,2.5E-1,6.5E0,7.5E-1,1E0,1E0,4.725E1,2.5E-1,7.5E-1,2.5E-1,7.5E-1,2.75E0,2.5E-1,2.5E-1,8.75E0,7.5E-1,5E-1,5.75E0,7.5E-1,2.5E-1,7.5E-1,4.1E1,6.25E0,8.25E0,5E-1,1.25E0,3.975E1,3.25E0,3E0,8E0,2.5E-1,5E-1,7.5E-1,5E-1,3.925E1,1.75E0,1.5E0,2.75E0,2.5E-1,1.5E0,3.775E1,1.5E0,2.5E-1,1.25E0,2.5E-1,5E-1,1E0,3.7E1,7.5E-1,3.625E1,7.5E-1,7.5E-1,3.55E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1929","size_leaf_vector":"0"}},{"base_weights":[-9.49928E-1,-6.941759E-1,-1.1495363E0,-4.513315E-1,-1.0667963E0,-1.1943264E0,-1.0686177E0,-2.601654E-1,-1.1225489E0,-9.3877965E-1,-1.1678402E0,-9.3222106E-1,-3.8443184E-1,-1.1476966E0,-3.301798E-1,4.2082895E-2,-9.453266E-1,-1.1331868E0,-0E0,-1.1534642E0,-7.994187E-1,-1.1689558E0,-0E0,5.016616E-1,-6.625061E-1,-9.297565E-1,-8.865268E-1,6.773089E-2,-9.6793336E-1,2.0220228E-1,-9.547201E-1,-5.9656304E-1,-1.1032281E0,-0E0,-1.1409467E0,6.083834E-1,-7.6785666E-1,-9.039537E-1,-0E0,-9.877274E-1,-3.6667767E-1,-1.5879196E-1,-1.1711028E0,-0E0,7.4127257E-1,-4.885547E-1,-1.0213852E0,-2.229E-1,8.1362826E-1,1.5920743E-1,-1.1163079E0,-6.799331E-1,3.211191E-1,-1.0145485E0,1.2739848E-1,-8.5713917E-1,-2.3252545E-1,-1.1065086E0,-0E0,2.0098354E-1,-3.4844834E-1,-6.8250394E-1,-9.0794396E-1,7.29383E-1,-0E0,-0E0,-6.77232E-1,-1.083015E0,-7.5419354E-1,-0E0,-1.1307118E0,-0E0,-3.9030868E-1,-9.316025E-1,-1.0296456E0,-6.5206957E-1,3.693604E-1,-1.0358907E0,-0E0,-4.786721E-1,4.1019052E-1,-1.4270458E-1,1.2354671E0,-8.7793195E-1,1.833853E0,-1.1309904E0,-0E0,-8.8885725E-1,-4.3642688E-1,1.5181984E-1,8.336608E-1,-4.9886414E-1,-1.1099082E0,-6.085694E-1,6.368123E-1,-9.1501325E-1,-0E0,-6.7943066E-1,4.0723923E-1,-9.994429E-1,-9.368964E-1,-0E0,4.468181E-1,-4.752969E-1,-0E0,-9.9098855E-1,9.924628E-1,-1.0917951E0,-0E0,1.7270787E-1,-8.0810004E-1,-4.6832696E-1,3.815526E-1,-1.1536251E0,-0E0,2.6921114E-1,-0E0,-1.0742892E0,-1.6925006E-1,-0E0,-7.520273E-1,8.249109E-1,-6.424164E-1,-0E0,-8.13204E-1,-4.2570725E-1,3.2958758E-1,-2.638657E-1,-9.36113E-1,1.0027031E0,-6.459309E-1,-7.196049E-1,3.6887833E-1,1.6342828E0,-0E0,-0E0,-8.42074E-1,2.1993613E0,-0E0,-1.1428951E0,-0E0,-2.8609805E-2,-9.676722E-1,-9.407631E-2,-9.4091487E-1,-7.5388235E-1,2.3809281E-1,4.9319425E-1,9.8549205E-1,-1.4955579E-1,-9.0384007E-1,-0E0,-1.1222203E0,-3.7373528E-1,1.0813906E0,-0E0,-9.5299435E-1,-1.7000964E-1,6.6058874E-1,-8.251557E-1,4.2146164E-1,-7.961082E-2,8.655409E-1,-2.1458165E-1,-1.0317535E0,-0E0,3.9630896E-1,-0E0,-1.0892435E0,-1.4151253E-1,1.7342778E0,-1.0954683E0,-0E0,6.157004E-1,-1.4891484E-1,-0E0,6.49541E-1,-9.6679187E-1,-2.9258353E-1,-0E0,-7.223769E-1,-4.470591E-1,6.6116244E-1,-0E0,-9.2054105E-1,-0E0,6.364017E-1,-0E0,-1.0808984E0,1.0038414E0,-7.2998863E-1,6.30177E-1,-4.882949E-1,-9.5429134E-1,-3.999688E-1,-0E0,1.2714643E0,-6.00526E-1,-0E0,-0E0,-2.219575E-1,-5.002409E-1,-0E0,-0E0,7.088157E-1,2.6782561E-2,-6.8919206E-1,-0E0,-8.58164E-1,1.2226269E0,-1.1649111E-1,5.321002E-2,-8.6347896E-1,-9.254723E-1,-0E0,9.298145E-1,-7.730127E-2,1.1028214E0,2.6673481E0,4.9357054E-1,-6.10899E-1,-0E0,1.874155E0,-8.95324E-1,-0E0,3.4634525E-1,-6.330286E-1,-0E0,-9.8433477E-1,-7.293752E-1,2.7721083E-1,-0E0,-1.0023438E0,-2.5597483E-1,-9.367377E-1,-5.1669693E-1,3.114528E-1,-2.1861883E-1,6.459967E-1,-0E0,1.0082723E0,-4.4555128E-1,3.561956E-1,-9.963378E-1,-0E0,-2.4854381E-1,1.5370339E-1,-1.1265594E0,-0E0,1.1576209E0,-0E0,-3.259221E-1,7.762505E-1,-9.773006E-1,-0E0,1.1610646E-1,-5.440894E-1,1.1711452E0,-0E0,-0E0,-9.5526046E-1,7.367087E-1,-0E0,1.513144E-1,-7.9899716E-1,-0E0,1.138616E0,-8.502051E-1,9.977883E-1,-1.0456629E0,-4.5175727E-2,-3.9703384E-1,4.000732E-1,-1.1323719E0,-0E0,-0E0,2.2967627E0,-1.101977E0,-7.6730023E-3,-0E0,-2.2122271E-1,6.175063E-1,-0E0,-2.7598497E-1,-1.0576977E0,-6.410684E-1,4.1331664E-1,-6.064585E-1,7.967956E-1,-8.662162E-1,-0E0,5.6864136E-1,-6.7564887E-1,8.003027E-1,-3.5330918E-1,-1.7552496E-1,1.2216733E-2,-1.2303299E-1,-0E0,-1.5879196E-1,-8.535194E-1,-1.2303299E-1,2.1604118E0,-0E0,1.228313E0,-0E0,-6.054022E-1,-0E0,-9.8670036E-1,-9.725592E-2,-9.015849E-1,1.8725972E-1,-2.8108832E-1,1.4315288E0,-0E0,-0E0,8.332714E-2,-2.712131E-1,9.6287566E-1,-1.0780376E0,-2.118696E-2,6.197002E-1,-1.5379864E-1,1.3658931E0,-0E0,-0E0,-2.8374466E-1,-0E0,-7.5382113E-1,-0E0,-7.912906E-1,5.0858967E-2,-0E0,8.5649514E-1,-0E0,-2.6568493E-1,-0E0,1.314517E0,-0E0,3.0437484E0,-0E0,-0E0,1.0416216E0,-0E0,-5.383485E-1,-1.6094603E-1,9.361584E-1,-0E0,-7.231055E-1,-1.0063424E0,-0E0,-9.0846545E-1,-0E0,-3.9799297E-1,7.4693257E-1,5.437072E-1,-8.530206E-2,-0E0,-1.0425557E0,-7.4273276E-1,1.4860126E-1,-9.9156386E-1,-0E0,2.0327707E-1,-5.995709E-1,3.586445E-1,-1.9905916E-1,-5.456231E-1,3.1537622E-1,-3.0191523E-1,7.193625E-1,2.1493964E-1,-5.4095227E-1,5.9995925E-1,1.1210909E0,-0E0,-8.9202166E-1,7.4536043E-1,-1.9493107E-1,-0E0,-1.08894E0,5.306328E-1,-0E0,-0E0,-1.1356179E0,9.517126E-1,-0E0,-5.059699E-1,-0E0,-0E0,1.1036824E0,-0E0,-9.8535115E-1,5.602361E-1,-5.5496055E-1,-6.553381E-1,-0E0,5.0469923E-1,-4.923929E-1,-0E0,-9.9827296E-1,-0E0,8.951097E-1,-7.9154745E-2,8.0535984E-1,-0E0,-9.736922E-1,1.2341182E-1,-3.950261E-1,1.2510304E0,-0E0,-7.66534E-1,-0E0,-0E0,1.7018256E0,-2.2235546E-1,-1.0612454E0,-5.582075E-1,4.2400473E-1,-9.034484E-1,-0E0,-0E0,2.7474678E0,-1.1175495E0,-4.2681646E-1,2.0970471E-1,-4.3809706E-1,-6.9904166E-1,2.4434905E-2,-0E0,-1.128651E0,-8.171005E-1,1.5430567E-1,1.411564E0,-6.6315696E-2,-0E0,-7.9007316E-1,-0E0,1.1171954E0,-9.8954225E-1,-0E0,6.2444633E-1,-2.9128966E-1,-0E0,-1.0939138E0,-3.1534186E-1,9.3733585E-1,-0E0,-5.0709575E-1,9.31346E-2,-4.8106605E-1,-0E0,2.1458118E0,1.222808E0,-0E0,6.007844E-2,-0E0,-1.0170408E0,-0E0,-6.620213E-1,4.7621286E-1,-0E0,-7.535171E-1,3.5526562E-1,-0E0,1.5327806E0,-0E0,1.4424862E-1,-6.008169E-1,-0E0,1.8435549E0,-0E0,-1.1214871E0,5.216222E-1,-5.8984095E-1,-3.6767066E-1,-0E0,1.5347307E0,-0E0,1.3870274E0,-0E0,5.0345504E-1,-2.2977103E-1,3.262102E0,-0E0,-0E0,-1.1874269E-1,-0E0,1.2029439E0,1.1629158E0,-0E0,-0E0,-6.426626E-1,-0E0,-1.0166014E0,-2.6860744E-1,2.4690375E-1,-9.552222E-1,-0E0,-0E0,5.3986734E-1,4.6928418E-1,-9.55766E-1,1.6483375E0,1.8303554E-1,-1.0917536E0,-0E0,-8.949611E-1,-0E0,1.1353453E0,-5.410112E-2,-1.0132508E0,-0E0,-1.7523558E-1,4.4178578E-1,-0E0,1.0121682E0,-6.4333177E-1,2.726686E-1,2.9443476E-1,6.941249E-1,-6.5106434E-1,3.7353978E-1,-8.089993E-1,-0E0,6.111166E-1,-0E0,-0E0,-6.32908E-1,1.3668433E-1,8.45408E-1,-0E0,3.3187664E-1,1.5348426E-1,1.091315E0,1.1283733E0,-0E0,4.0005872E-1,-5.921611E-1,-7.707125E-1,-0E0,9.825071E-1,-0E0,-1.1279949E0,-0E0,-2.6899436E-1,-0E0,-8.888917E-1,-0E0,-1.034523E0,-3.897916E-1,-0E0,-5.1731986E-1,-0E0,1.1827667E0,-0E0,-6.372447E-1,-2.72974E-1,3.5041243E-1,-1.0362744E0,-0E0,7.830905E-1,-0E0,-0E0,-4.9044254E-1,-0E0,9.851399E-1,-8.8096035E-1,-0E0,-0E0,-6.3116294E-1,1.364015E0,-0E0,-0E0,1.8183914E0,-6.737788E-1,1.1985998E-1,-1.065998E0,-0E0,-0E0,5.733207E-1,2.2484946E0,-0E0,-0E0,-1.1218903E0,5.499979E-1,-7.4005574E-1,-2.849964E-1,8.6027217E-1,-4.8536086E-1,5.1806843E-1,-0E0,-1.1460221E0,-0E0,-9.2952716E-1,-0E0,5.036005E-1,1.939047E0,-0E0,3.2700098E-1,-5.322718E-1,-0E0,1.9723955E-1,-8.896108E-1,-0E0,-7.922642E-2,2.7920732E-1,-0E0,1.2760128E0,-1.0475214E0,-0E0,-2.2241062E-1,2.5473526E-1,-5.1479137E-1,-0E0,5.431834E-1,-2.797427E-1,-8.908109E-1,-0E0,-0E0,-5.2081877E-1,2.956274E-1,1.1216584E0,-0E0,1.5662403E-1,-0E0,6.364017E-1,-1.0627773E0,-0E0,-0E0,-8.768412E-1,1.0105752E0,-7.2641455E-2,1.2928089E0,-0E0,-4.785113E-1,7.053842E-1,-0E0,-9.4164747E-1,3.390332E-1,-1.3766259E-1,2.3473792E0,-0E0,-0E0,-1.1665348E0,1.2571226E0,-0E0,-0E0,-6.9801295E-1,-0E0,1.7706506E0,4.998353E-2,-0E0,-0E0,1.4674817E0,-0E0,4.8283738E-1,-0E0,-4.3314105E-1,-0E0,3.6158154E0,-1.0306515E0,-0E0,-1.0153742E0,-0E0,-2.919431E-1,-0E0,-5.0032627E-2,1.3212943E0,-8.2629436E-1,-0E0,1.9588768E0,-0E0,1.1407871E0,-2.2695664E-2,-0E0,-1.1193181E0,-9.760494E-1,-0E0,-0E0,2.7432004E-1,1.2954557E0,-0E0,-4.582359E-1,5.0318444E-1,-1.0275142E0,-0E0,-0E0,-1.650414E-1,-3.1245822E-1,-0E0,-0E0,1.2224168E0,-6.93351E-1,2.4337216E-1,2.0810197E-1,6.360638E-1,7.5179607E-1,-0E0,6.5094605E-2,-7.248484E-1,-2.720127E-1,6.140322E-1,-1.1235191E0,-0E0,4.9734774E-1,-3.762052E-2,-0E0,8.033065E-1,-0E0,2.6734948E-1,6.779234E-1,-0E0,-0E0,9.1749114E-1,3.1193233E-1,-6.778066E-1,1.1300663E0,-0E0,1.1409405E0,9.194223E-2,7.491684E-1,-1.4409436E-2,-0E0,-6.257592E-1,-6.2898606E-2,-0E0,1.1741267E0,-0E0,-0E0,-9.105162E-1,-0E0,-1.0439652E0,-7.3264116E-1,-0E0,-0E0,-9.065321E-2,1.258775E0,-0E0,-0E0,-1.0764632E0,-1.5808861E-1,3.743996E-1,-0E0,1.2237905E0,-0E0,-5.6373274E-1,-0E0,1.4237531E0,1.9292474E-1,-0E0,-0E0,-6.020661E-1,-5.630001E-2,8.738847E-1,-2.0546984E-2,-1.0732855E0,-1.5535197E-1,-0E0,-8.779009E-1,-0E0,-0E0,1.263977E0,2.0411289E-1,-5.7515E-1,-1.3568479E-1,1.7217015E0,-0E0,1.0027497E0,-1.1606747E0,-0E0,-0E0,5.087395E-1,-9.91864E-1,-0E0,-0E0,1.705438E0,5.8169675E-1,-0E0,-5.357532E-1,-0E0,-1.0525963E0,-0E0,2.6029313E-1,-0E0,1.0863233E0,-0E0,-0E0,-1.1405253E0,-3.3590066E-1,-0E0,3.3070767E-1,-0E0,-5.7062334E-1,-0E0,-0E0,6.5236527E-1,-3.4456566E-1,-0E0,-5.120236E-1,9.8722553E-1,1.233039E0,-0E0,-0E0,1.60954E-1,-0E0,-8.407192E-1,-0E0,-2.4659282E-1,1.1427194E-1,-0E0,-9.3936324E-1,-0E0,-0E0,1.5299782E0,-0E0,-3.3048138E-1,-0E0,-4.2969662E-1,-0E0,1.2369744E0,-2.1539536E-1,4.9420068E-1,-1.0794002E0,-0E0,6.350582E-1,-0E0,-1.4255095E-1,-0E0,-0E0,2.681096E0,-9.403712E-1,-0E0,1.7024846E0,-0E0,-0E0,-1.9257298E-1,1.9064307E-1,-0E0,-0E0,1.341764E-1,-0E0,1.9158217E0,-0E0,1.18777E0,-0E0,3.864432E0,-1.0457559E0,-0E0,-1.0491803E0,-0E0,-0E0,-2.0564628E-1,1.8339269E0,-0E0,-0E0,2.4191298E0,1.8416277E0,-0E0,6.756599E-1,-4.13489E-1,-0E0,-1.1579305E0,-1.0589467E0,-0E0,-0E0,-7.199536E-1,1.066204E0,-0E0,-0E0,-1.054515E0,-0E0,-3.715999E-1,1.5017582E-1,-0E0,1.150957E0,-0E0,-8.2617337E-1,-2.3176487E-1,-0E0,7.0182353E-1,-3.2060247E-2,3.067628E-1,3.0127263E-1,1.0333488E0,-1.2049116E-1,7.760943E-1,5.9984887E-1,-7.144049E-1,4.0374812E-1,-0E0,-8.496899E-1,-0E0,1.04751356E-1,-8.29818E-1,-0E0,7.824544E-1,-0E0,-1.0759436E0,5.1201478E-2,-2.614171E-1,-0E0,5.251612E-1,6.780792E-1,-0E0,3.461142E-1,-3.0989814E-1,1.6644426E-1,-6.0317934E-1,1.16851814E-1,1.0166278E0,-0E0,6.595928E-1,-6.2865806E-1,-0E0,-0E0,1.157309E0,-0E0,1.1443077E0,-0E0,3.7214994E-1,1.1119941E0,-0E0,-0E0,1.3715966E0,-8.170536E-1,-0E0,6.2543017E-1,-4.2548484E-1,-0E0,-1.1207261E0,-4.092217E-1,-0E0,-0E0,7.2094923E-1,1.0560926E0,-0E0,-0E0,1.1407907E0,-3.3833486E-1,-0E0,-8.3941096E-1,-0E0,-0E0,5.6291515E-1,-1.1783913E0,-0E0,-0E0,-1.0596118E0,-8.6626947E-1,-0E0,-3.4693572E-1,-0E0,-0E0,-1.1843419E0,-0E0,-9.2754394E-1,-0E0,1.1879624E0,1.3644509E0,-0E0,-1.8746081E-1,-0E0,2.3036487E-1,-0E0,-7.775556E-1,-0E0,1.8349042E0,-0E0,-1.6227384E-1,-0E0,-0E0,1.5113642E0,-0E0,-3.2409447E-1,-0E0,4.958155E-1,-0E0,-8.872818E-1,-0E0,6.062353E-1,-0E0,2.4011781E0,1.5734291E0,-0E0,-0E0,1.9800029E0,-0E0,3.2695527E0,-1.0559728E0,-0E0,-0E0,-1.1070945E0,1.692367E0,-0E0,2.6005113E0,-0E0,1.6612293E0,-0E0,-0E0,1.1296767E0,-7.600533E-1,1.9029787E-2,-3.957176E-2,-0E0,-0E0,-9.1754174E-1,-0E0,-8.7546337E-1,3.212021E-1,-0E0,-6.8223244E-1,-0E0,9.8736525E-1,-0E0,-1.1223764E0,-1.9328041E-1,-0E0,-8.743798E-1,3.1697258E-1,-7.8687996E-1,7.037168E-1,-0E0,1.4637499E-1,-2.9959717E-1,1.9453943E-1,6.1899906E-1,-0E0,7.79346E-1,-0E0,1.0785378E0,-0E0,-3.5002077E-1,7.9747844E-1,-0E0,-0E0,9.0541774E-1,-0E0,-1.0972058E0,-0E0,-9.112599E-1,-2.4249332E-1,5.833493E-1,-0E0,3.6431205E-1,-0E0,-8.911634E-1,5.177069E-1,-3.9660257E-1,-0E0,8.346184E-1,-0E0,-4.942091E-1,-4.91798E-2,5.959345E-1,-8.481359E-1,-0E0,4.4230387E-1,-0E0,4.2003155E-1,-4.703355E-1,1.0429887E0,-0E0,-4.3121916E-1,2.0255594E-1,7.890172E-1,-0E0,-0E0,9.3017405E-1,8.9553565E-1,-0E0,-0E0,-1.24009624E-1,-0E0,1.0010443E0,1.5157738E0,-0E0,-6.206876E-2,1.3555794E0,-0E0,-5.352182E-1,2.6495385E-1,-3.980158E-1,-0E0,-1.1418749E0,-0E0,-3.8169664E-1,-0E0,6.8444467E-1,-9.3133736E-1,-0E0,-0E0,-1.0938267E0,-4.0100437E-1,-0E0,-1.215122E0,-0E0,1.9900362E-1,-0E0,-0E0,-9.2674214E-1,1.0565293E0,-0E0,1.399612E0,-0E0,-1.9540593E-1,4.0458125E-1,1.8037533E0,-0E0,1.7477045E0,-0E0,-0E0,2.0652847E0,-0E0,-1.0678707E0,-0E0,-8.970615E-1,2.7953272E0,-0E0,-7.699671E-1,-0E0,-2.0928986E-2,7.459993E-1,-1.1373816E0,-0E0,3.9156613E-1,-6.417471E-1,-1.19548626E-1,9.143257E-2,-1.0749832E0,-4.2161942E-1,6.77557E-1,-1.8667533E-1,-0E0,-1.0080885E0,4.5686904E-1,-5.05911E-2,-8.054019E-1,-2.8305925E-2,-8.3549094E-1,2.3032764E-1,3.3143833E-1,1.0881277E0,2.9082105E-1,-4.879259E-1,-2.8300438E-2,8.963297E-1,-3.9106268E-1,3.5868052E-2,-0E0,1.1207277E0,8.256216E-1,-0E0,-1.3378148E-1,-0E0,1.14760526E-1,-0E0,-9.7268933E-1,-0E0,2.656664E-1,-0E0,-1.0554951E0,-0E0,-5.032725E-1,-0E0,-0E0,6.156118E-1,-0E0,4.6392816E-1,-0E0,-5.7347184E-1,4.121835E-2,1.0303203E0,-5.112437E-1,-0E0,-1.0155694E0,-0E0,3.2428002E-1,-8.9006666E-5,-0E0,4.7631502E-1,7.2842085E-1,-0E0,1.0879523E0,-0E0,-0E0,-7.937808E-1,-3.366999E-1,4.8314127E-1,-0E0,9.1367775E-1,1.3276333E0,-0E0,1.4632055E0,-0E0,-0E0,-1.1533065E0,-4.0670786E-2,-0E0,-0E0,-8.8574016E-1,-0E0,-9.6556884E-1,1.4383578E0,-0E0,-1.8225133E-1,-0E0,1.9374459E0,-0E0,1.6700205E0,-0E0,-8.433593E-1,-0E0,2.2470734E0,-0E0,7.9914474E-1,-0E0,-0E0,-1.152562E0,-0E0,7.4831057E-1,-0E0,-6.4471006E-1,3.1627288E-1,-0E0,-0E0,-1.1360366E0,-5.9363097E-1,6.208797E-1,-0E0,8.862951E-1,-0E0,-3.9046416E-1,1.6626967E-1,-0E0,-8.7415594E-1,-0E0,6.0338813E-1,-1.03627004E-1,-3.4297553E-1,3.7295946E-1,2.3145411E-2,-9.1229534E-1,5.3380466E-1,-3.3300775E-1,-1.0660586E0,-0E0,2.8939065E-1,-3.5217234E-1,-0E0,6.235363E-1,-0E0,1.1185187E0,-5.460854E-2,5.585043E-1,1.1390192E-1,-7.815133E-1,-3.647962E-1,-0E0,-0E0,9.824999E-1,1.1399693E0,-0E0,-0E0,8.614797E-1,-5.185528E-1,4.467176E-1,-0E0,-8.602979E-2,-1.0928129E0,-0E0,-3.9564386E-1,2.1139905E-1,-0E0,2.0030423E-1,4.450781E-1,-4.0011503E-2,1.0700779E0,-0E0,-0E0,3.7034E-1,-0E0,-2.6920348E-1,8.7602913E-1,-0E0,-0E0,-4.0328884E-1,-0E0,8.578196E-1,2.4163671E-1,-0E0,-0E0,-1.0272242E0,-2.9458645E-1,-0E0,6.9384074E-1,-0E0,-0E0,1.0041889E0,-1.1665051E0,-0E0,-0E0,1.4631249E0,1.7766708E0,-0E0,-2.1862783E-1,-0E0,-9.13287E-1,-0E0,-9.086069E-1,-0E0,-8.1972146E-1,1.023008E-1,-0E0,6.882808E-1,-0E0,8.627238E-1,8.463789E-1,-2.1069512E-2,-5.5344975E-1,-0E0,4.159116E-2,-6.3495344E-1,-0E0,8.8662785E-1,-0E0,-1.0409479E0,-2.5574714E-1,1.29351E0,3.9217508E-1,-5.1015204E-1,-0E0,-1.0023463E0,3.3097115E-1,-3.6367568E-1,-0E0,-8.6385155E-1,3.7815818E-1,-4.3574172E-1,-1.275348E-1,7.579173E-1,-0E0,1.149514E0,-7.0059675E-1,2.189702E-1,-0E0,7.591523E-1,-0E0,4.9683508E-1,-0E0,-1.1993603E0,1.1259549E0,-0E0,-0E0,1.1520227E0,4.2505798E-1,-1.0450832E-1,-0E0,8.8081336E-1,-0E0,-1.1538175E0,-5.9126246E-1,-0E0,-0E0,5.645551E-1,-0E0,-2.643404E-1,-0E0,1.1112385E0,-0E0,-4.91871E-1,-0E0,7.726265E-1,-0E0,-3.6261266E-1,-0E0,-2.3570827E-1,-1.0279342E0,-0E0,9.4301426E-1,-0E0,-0E0,1.0931082E0,-1.1782097E0,-0E0,1.1692713E0,-0E0,-0E0,-9.078058E-1,-1.228259E-1,9.4069356E-1,1.0609623E0,-0E0,-9.393248E-1,3.9772528E-1,-5.2946943E-1,-0E0,5.468893E-1,-5.5356376E-2,-4.8565638E-1,6.4516014E-1,-7.3878354E-1,2.3334296E-1,3.3480382E-1,-7.330622E-1,-0E0,9.990768E-1,8.914154E-2,-0E0,-1.1112092E0,-0E0,-5.7892066E-1,-0E0,-0E0,1.4752601E0,-0E0,6.6287345E-1,-0E0,-7.212162E-1,-3.82832E-1,3.736904E-1,-6.9584656E-1,7.57076E-2,-2.9550827E-1,4.0920386E-1,-1.082824E0,-0E0,8.045168E-1,-7.364405E-2,-6.8714607E-1,5.8899E-2,-0E0,-5.446184E-1,8.830588E-1,-0E0,-0E0,9.12159E-1,-0E0,-8.105382E-1,-6.683899E-2,5.3862286E-1,-0E0,-2.8507924E-1,-0E0,8.656109E-1,-1.5280095E-1,-0E0,-0E0,4.9694702E-1,1.8908134E-1,-3.69783E-1,-1.4067999E0,-0E0,-0E0,1.2015302E0,3.371336E-1,-1.5142149E-1,1.175128E0,-0E0,-0E0,4.6416235E-1,-3.7586075E-1,-0E0,9.011631E-1,-0E0,-2.6175427E-1,-0E0,-0E0,-9.172889E-1,-0E0,5.4582775E-1,1.1491394E0,-0E0,-0E0,7.879134E-1,-0E0,9.006029E-1,-9.364121E-1,-0E0,-0E0,-1.0197185E0,-0E0,1.1914765E0,-0E0,1.1453624E0,-3.5588476E-1,2.3099032E-1,-0E0,-8.31036E-1,6.345238E-1,-0E0,-0E0,5.036002E-1,-0E0,-7.846068E-1,-0E0,1.0765206E0,-1.3785082E-1,-1.316731E0,-0E0,7.9433674E-1,-0E0,-8.46406E-1,1.0719997E0,-0E0,-1.2076474E0,-0E0,-6.110336E-1,-0E0,-0E0,2.1069196E-1,1.2181041E0,-0E0,-1.4179295E-1,-0E0,-3.2244834E-1,6.072644E-1,-0E0,-9.754982E-1,5.5292E-1,-8.887002E-1,5.4314453E-2,4.4184747E-1,-9.426876E-1,-0E0,-0E0,4.91391E-1,-6.561831E-1,-0E0,-0E0,7.9821485E-1,-0E0,-1.2941597E0,6.4490475E-2,-0E0,-0E0,9.753525E-1,3.2099804E-1,-4.444532E-1,-0E0,-9.6346056E-1,3.914137E-1,-0E0,-0E0,-6.552034E-1,-0E0,9.634176E-1,-1.4059576E-1,7.882784E-2,-0E0,-2.0169878E-1,7.8174096E-1,-0E0,-0E0,-4.032827E-1,-0E0,9.58677E-1,-0E0,4.6353847E-1,-0E0,-3.295365E-1,-0E0,-1.1685781E0,1.2394717E0,-0E0,-3.2560882E-1,-0E0,-0E0,1.1906843E0,-0E0,4.0700104E-2,-5.3025895E-1,-0E0,9.1316295E-1,-0E0,-0E0,9.31656E-1,-1.111828E0,-0E0,-0E0,1.2650305E0,-7.688679E-1,-0E0,-0E0,4.6891385E-1,-1.8984517E-1,2.5614625E-1,2.5168633E-1,-3.415129E-1,-0E0,1.1031623E0,-7.6876235E-1,8.9397885E-2,-1.453257E0,-0E0,-2.7551913E-1,-0E0,8.0078286E-1,-0E0,-0E0,-7.582416E-1,8.9513963E-1,-0E0,-1.2983776E0,-0E0,-6.708823E-1,-0E0,-0E0,7.2322756E-1,-3.828043E-1,3.172001E-1,-1.3114958E0,-1.5350013E-2,-0E0,5.8693457E-1,-1.0323814E0,-0E0,-2.080139E-1,4.1910186E-1,5.085876E-1,-0E0,-0E0,-9.451522E-1,-3.361263E-1,-0E0,4.4565862E-1,-0E0,-7.3646235E-1,-0E0,2.1682382E-1,-0E0,-0E0,-2.763966E-1,7.162042E-1,-0E0,-0E0,-1.0670124E0,-0E0,1.0984197E0,-0E0,-7.138797E-1,-0E0,2.677515E-1,-1.0882406E0,-0E0,-0E0,1.0598608E0,-0E0,-3.5848582E-1,-0E0,3.384995E-1,-0E0,7.0281315E-1,-0E0,1.0354195E0,-0E0,1.2700301E0,1.2014347E0,-0E0,-4.765091E-1,-0E0,9.826156E-1,4.2704335E-1,-0E0,-9.0761006E-1,1.3468729E0,-0E0,-3.6685786E-1,-0E0,-9.92214E-1,-0E0,5.8582854E-1,-3.9590585E-1,-0E0,-1.5297431E0,-0E0,-4.3166584E-1,-1.3770807E0,-0E0,2.761222E-1,-0E0,-0E0,5.046964E-1,-0E0,-1.4480913E0,-0E0,-5.2220774E-1,-9.9001116E-1,-0E0,-5.532098E-1,1.1854485E-1,7.0162433E-1,-1.7201473E-1,6.186174E-1,2.4880296E-1,3.623148E-1,-4.5930052E-1,-5.6151826E-2,-0E0,-6.5033454E-1,-0E0,-0E0,-5.2756035E-1,-0E0,9.1940856E-1,-8.7586635E-1,-0E0,-1.2633451E0,-0E0,-6.353374E-2,-0E0,-0E0,1.1230574E0,1.1008103E0,-0E0,1.3094153E0,-0E0,-0E0,9.517613E-1,1.0269376E0,1.66784E-1,-5.3899877E-2,6.796089E-1,-0E0,1.3952378E0,-8.8238096E-1,-0E0,-0E0,6.8381715E-1,-3.6096412E-1,-0E0,-0E0,-1.6099496E0,-0E0,-1.4223183E0,3.435933E-1,-0E0,-1.1861624E0,-0E0,3.2333E-1,-0E0,-6.755617E-1,-0E0,-8.9729255E-1,-0E0,3.5251078E-1,-1.0408912E-1,7.8788286E-1,-0E0,-8.6577904E-1,-0E0,7.051976E-1,-1.4100697E-2,3.5014078E-1,-6.041481E-1,-3.3788246E-1,5.882334E-1,-0E0,-1.0685853E0,-0E0,-7.735344E-1,-0E0,-1.3506383E0,1.1646185E0,-0E0,1.1480613E0,-0E0,-0E0,1.0604297E0,1.1434951E0,6.2360066E-1,-0E0,5.956784E-1,-0E0,-4.7345394E-1,8.676998E-1,-0E0,-0E0,1.4417748E0,-0E0,-1.7107198E0,-0E0,-1.4684014E0,-1.0697123E0,-0E0,-2.2268526E-1,4.2177433E-1,-0E0,7.310269E-1,-4.4912457E-1,-0E0,-0E0,9.777421E-1,-4.4205554E-2,3.8730687E-1,2.8280753E-1,8.857624E-1,1.1775351E-1,-5.4389274E-1,5.8992386E-1,-0E0,-0E0,-7.0412004E-1,8.004177E-1,-0E0,-2.2783683E-1,4.3516445E-1,-0E0,-1.054876E0,-0E0,-1.4437298E0,1.1934582E0,-0E0,-0E0,9.31443E-1,1.15393E0,-0E0,2.4438338E-2,1.106587E0,-4.8229071E-1,-0E0,-0E0,4.1912954E-2,-6.0372925E-1,-0E0,-0E0,1.0258788E0,1.1623018E0,-0E0,-1.420491E0,-0E0,-1.1947688E0,-0E0,-0E0,-1.2670504E0,5.0903255E-1,-0E0,4.429683E-2,-2.3018691E-1,8.47156E-1,-0E0,-4.1237444E-1,-0E0,3.2231954E-1,-6.9416955E-2,-0E0,1.120683E0,5.5152303E-1,-0E0,5.234385E-1,-2.0447788E-1,-0E0,9.281997E-1,4.6408084E-1,-3.6103818E-1,-0E0,-8.202591E-1,-0E0,7.510592E-1,-2.8149998E-1,3.3873463E-1,-0E0,1.0386516E0,2.2051768E-1,-2.5321075E-1,-0E0,-5.1221037E-1,-0E0,4.7207904E-1,-1.1999788E0,-0E0,9.6312255E-1,-0E0,-0E0,9.116684E-1,5.319302E-1,-6.9750476E-1,-0E0,9.211798E-1,-7.0279205E-1,-0E0,-0E0,1.7657395E-1,8.8172245E-1,-0E0,-0E0,-1.0497411E0,-0E0,2.51783E-1,-0E0,-2.9532054E-1,7.405671E-1,-0E0,4.112018E-1,-0E0,-2.0622316E-1,-0E0,-0E0,1.2073674E0,8.325596E-1,-0E0,4.260514E-2,-5.70275E-1,-1.3822423E-1,2.3117281E-1,-0E0,9.6294624E-1,7.2552836E-1,-0E0,-7.511721E-1,-0E0,2.3737462E-1,-6.9446373E-1,9.5891523E-1,-0E0,-6.403819E-1,2.0413812E-1,-0E0,6.9868183E-1,-0E0,9.006476E-1,-0E0,3.4578186E-1,-5.083552E-1,-0E0,8.096342E-1,-0E0,-9.64201E-1,-0E0,9.8798907E-1,-0E0,9.550189E-1,-0E0,5.4177547E-1,-1.8214543E-1,4.834069E-1,-1.0828615E-2,-0E0,-9.528791E-1,-3.6684987E-1,-0E0,1.9466238E-1,-1.6081962E-1,9.7947556E-1,-0E0,8.3172864E-1,-0E0,-0E0,5.5989605E-1,-0E0,1.0595622E0,-5.360458E-1,2.3368092E-1,-0E0,-1.1513736E0,-0E0,4.989147E-1,-2.6498812E-1,-0E0,-0E0,6.960265E-1,7.5845563E-1,-0E0,-0E0,-1.7026812E-1,-0E0,1.1053851E0,-1.0539833E0,2.8127689E-2,-0E0,4.9754834E-1,-0E0,-1.2246494E0,7.200226E-2,1.0370511E0,-0E0,7.285303E-1,-0E0,-1.7113471E-1,-0E0,1.1348237E0,-0E0,-5.095474E-1,5.323918E-1,-0E0,-2.7052504E-1,4.603628E-1,-0E0,-1.487368E0,-6.668398E-2,-0E0,4.9640127E-2,-5.4193247E-2,-0E0,9.0013254E-1,-0E0,-1.1810846E0,-3.3106804E-1,5.814049E-1,-1.3905262E0,-0E0,-3.812654E-1,7.251785E-1,-0E0,1.0548569E0,-0E0,1.1773124E0,5.581145E-1,-0E0,-0E0,4.7822076E-1,-0E0,-1.2532941E0,-0E0,-7.607549E-1,-1.2261684E0,-0E0,-0E0,-5.5149424E-1,8.148441E-1,-0E0,-0E0,1.0756596E0,-0E0,9.4305277E-1,-0E0,-7.6003915E-1,1.0887983E0,-0E0,-0E0,1.0992961E0,1.1088529E0,-0E0,1.1399555E0,5.586819E-2,9.007635E-1,-0E0,-0E0,3.562035E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":1,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,35,37,39,41,-1,43,-1,-1,45,47,49,51,53,55,57,59,61,63,65,-1,-1,67,69,71,73,-1,-1,75,77,79,81,83,85,87,89,91,93,95,97,99,-1,101,103,105,-1,-1,-1,-1,-1,107,109,111,113,115,-1,-1,117,119,121,123,125,127,129,131,133,135,137,139,-1,141,143,145,147,149,151,-1,153,155,157,159,161,163,-1,-1,165,-1,-1,167,169,171,173,175,177,179,181,183,-1,185,-1,187,189,191,193,195,197,199,-1,201,203,205,207,209,211,213,215,217,219,-1,-1,221,-1,223,-1,225,227,229,231,233,235,237,239,241,243,245,247,-1,249,251,253,255,257,259,261,263,265,267,269,-1,-1,271,273,-1,275,277,-1,-1,-1,279,281,283,285,287,289,291,293,295,-1,-1,-1,297,299,301,-1,303,305,307,309,311,313,-1,-1,315,-1,-1,-1,-1,-1,317,319,321,-1,323,325,-1,327,329,331,333,335,337,339,341,343,-1,-1,-1,-1,345,347,-1,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,-1,-1,381,383,-1,385,-1,387,389,391,393,-1,395,-1,-1,397,399,401,-1,403,405,407,409,411,413,415,417,-1,-1,419,-1,-1,421,423,425,-1,-1,-1,-1,427,429,431,433,435,437,439,441,-1,443,445,447,-1,-1,-1,-1,449,-1,-1,451,-1,453,455,-1,-1,457,459,461,463,-1,465,-1,-1,-1,467,469,471,473,-1,475,477,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,479,481,483,-1,485,487,-1,-1,-1,489,-1,491,493,495,497,499,501,503,-1,-1,-1,505,507,509,511,513,515,517,519,521,523,525,527,529,531,-1,533,535,537,539,541,-1,-1,543,-1,-1,545,547,-1,-1,-1,-1,-1,-1,-1,549,-1,551,-1,-1,553,555,557,559,-1,561,563,565,-1,567,-1,569,571,-1,-1,-1,-1,573,575,577,-1,579,-1,-1,-1,581,583,585,-1,-1,-1,587,589,591,593,595,597,599,601,603,605,607,609,611,-1,613,615,617,619,621,623,-1,625,-1,-1,-1,-1,-1,-1,-1,627,-1,629,631,-1,-1,-1,-1,633,-1,635,637,639,641,-1,643,645,647,-1,-1,649,651,653,-1,655,657,659,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,661,-1,-1,663,-1,665,-1,667,669,671,673,675,-1,677,679,681,683,685,-1,687,-1,689,691,693,-1,695,697,699,701,703,705,707,-1,709,-1,711,713,-1,-1,715,717,719,-1,721,723,-1,725,727,-1,729,-1,-1,-1,-1,-1,731,733,-1,-1,735,737,-1,-1,-1,-1,739,-1,-1,-1,741,-1,-1,743,-1,-1,-1,745,747,749,-1,-1,751,753,755,-1,-1,-1,-1,-1,757,759,761,-1,763,765,-1,767,-1,769,771,773,-1,-1,775,-1,777,779,-1,-1,781,-1,-1,783,-1,785,787,-1,789,791,793,-1,795,797,-1,-1,-1,-1,799,801,-1,803,-1,-1,805,807,809,811,813,815,-1,-1,817,819,821,823,825,827,829,-1,-1,831,833,835,837,-1,839,841,-1,-1,-1,843,-1,-1,-1,-1,-1,845,847,-1,849,-1,-1,-1,851,853,-1,-1,855,-1,857,859,-1,861,863,-1,-1,-1,-1,-1,865,867,869,-1,-1,-1,871,873,-1,875,877,879,881,883,885,887,889,891,893,895,897,899,901,-1,-1,903,-1,-1,-1,905,907,909,911,913,915,-1,917,919,921,-1,-1,-1,-1,-1,923,-1,-1,-1,-1,925,-1,927,-1,-1,-1,-1,-1,929,931,933,-1,935,-1,-1,-1,937,-1,-1,-1,-1,-1,-1,939,941,-1,-1,-1,-1,-1,-1,943,-1,-1,-1,-1,-1,945,-1,-1,-1,947,-1,-1,-1,-1,-1,-1,-1,949,-1,-1,-1,-1,-1,951,953,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,955,957,959,961,-1,-1,-1,-1,-1,-1,963,-1,965,-1,-1,967,-1,-1,-1,-1,969,971,973,975,977,-1,979,-1,-1,-1,-1,981,-1,-1,983,-1,-1,-1,-1,-1,-1,-1,-1,985,-1,-1,-1,987,989,-1,991,-1,-1,-1,993,-1,-1,995,997,-1,999,1001,1003,1005,1007,-1,1009,1011,1013,-1,-1,1015,-1,-1,-1,-1,-1,-1,1017,1019,-1,1021,1023,1025,1027,1029,1031,1033,1035,1037,-1,-1,1039,1041,1043,1045,1047,1049,-1,-1,-1,1051,-1,-1,-1,-1,1053,1055,1057,-1,1059,1061,1063,1065,-1,-1,-1,1067,-1,1069,1071,-1,1073,-1,-1,1075,-1,-1,1077,1079,1081,1083,1085,-1,-1,1087,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1089,-1,-1,1091,-1,-1,1093,-1,-1,1095,1097,1099,-1,1101,1103,1105,-1,-1,-1,-1,-1,-1,1107,-1,-1,-1,-1,1109,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1111,-1,-1,1113,-1,-1,1115,-1,-1,1117,-1,-1,-1,-1,-1,1119,1121,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1123,1125,1127,1129,1131,1133,-1,-1,1135,1137,1139,1141,1143,1145,1147,1149,-1,-1,1151,1153,1155,-1,-1,1157,1159,1161,1163,1165,-1,1167,-1,-1,-1,1169,-1,1171,-1,1173,-1,-1,1175,1177,1179,-1,1181,-1,1183,-1,1185,1187,1189,-1,-1,-1,-1,-1,-1,-1,-1,-1,1191,-1,-1,1193,-1,-1,-1,-1,-1,1195,-1,-1,-1,-1,-1,1197,-1,1199,-1,-1,1201,-1,-1,-1,-1,-1,-1,-1,1203,-1,1205,-1,-1,-1,1207,-1,-1,1209,-1,1211,-1,-1,1213,-1,-1,-1,-1,1215,1217,-1,1219,1221,-1,1223,1225,1227,1229,1231,1233,1235,1237,1239,1241,1243,1245,1247,1249,1251,1253,1255,1257,1259,-1,-1,-1,1261,1263,1265,-1,-1,-1,1267,-1,-1,-1,-1,1269,1271,-1,1273,-1,-1,-1,-1,-1,-1,1275,1277,-1,-1,-1,-1,1279,1281,-1,-1,1283,1285,1287,1289,-1,1291,1293,1295,-1,1297,-1,-1,-1,-1,-1,1299,-1,-1,-1,-1,-1,-1,1301,-1,-1,-1,1303,-1,-1,-1,-1,1305,-1,-1,-1,-1,-1,1307,-1,-1,-1,-1,-1,-1,-1,1309,1311,1313,-1,1315,-1,-1,-1,-1,-1,-1,1317,1319,1321,1323,-1,1325,1327,1329,1331,-1,1333,1335,1337,1339,-1,1341,1343,1345,1347,1349,-1,-1,-1,1351,1353,-1,1355,1357,-1,-1,-1,-1,1359,-1,1361,1363,-1,-1,-1,1365,1367,-1,-1,-1,-1,1369,1371,-1,-1,1373,-1,-1,-1,1375,-1,1377,-1,-1,1379,-1,-1,1381,1383,-1,-1,1385,-1,-1,-1,-1,-1,-1,-1,-1,1387,1389,-1,-1,-1,-1,1391,1393,1395,1397,1399,1401,1403,1405,1407,1409,1411,1413,1415,1417,-1,-1,1419,1421,1423,1425,1427,1429,1431,1433,-1,1435,1437,1439,1441,1443,1445,1447,1449,1451,1453,1455,-1,1457,1459,1461,-1,1463,1465,1467,-1,-1,-1,1469,-1,-1,-1,1471,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1473,-1,-1,1475,1477,-1,-1,-1,-1,1479,-1,1481,1483,1485,1487,1489,-1,-1,1491,-1,1493,1495,1497,-1,1499,1501,-1,1503,-1,-1,1505,-1,1507,1509,-1,1511,1513,-1,1515,1517,1519,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,-1,1543,1545,1547,-1,-1,-1,-1,1549,1551,-1,1553,-1,1555,-1,-1,-1,-1,1557,1559,1561,-1,-1,1563,-1,1565,1567,1569,-1,-1,1571,-1,1573,-1,-1,-1,-1,-1,-1,-1,1575,-1,-1,-1,-1,-1,-1,-1,-1,1577,-1,-1,-1,1579,1581,1583,-1,-1,-1,-1,-1,-1,1585,-1,1587,1589,1591,1593,1595,1597,-1,1599,1601,-1,1603,-1,-1,-1,-1,-1,-1,-1,-1,-1,1605,1607,1609,1611,1613,1615,1617,1619,1621,-1,1623,1625,1627,1629,1631,1633,-1,1635,-1,-1,-1,1637,-1,1639,1641,1643,-1,-1,-1,-1,-1,1645,1647,1649,-1,-1,1651,-1,-1,-1,-1,1653,-1,-1,-1,-1,-1,-1,1655,-1,-1,-1,-1,1657,-1,-1,1659,-1,1661,-1,-1,-1,1663,-1,-1,1665,-1,-1,-1,-1,1667,-1,-1,-1,-1,-1,1669,1671,1673,-1,1675,-1,-1,-1,-1,-1,-1,-1,1677,-1,-1,1679,-1,-1,-1,1681,1683,1685,-1,-1,1687,-1,1689,1691,1693,1695,1697,-1,-1,-1,-1,-1,1699,-1,-1,-1,-1,1701,-1,-1,-1,-1,-1,1703,-1,1705,-1,-1,1707,-1,1709,1711,-1,-1,-1,-1,-1,-1,-1,1713,-1,1715,1717,-1,-1,-1,1719,1721,-1,-1,1723,-1,-1,-1,1725,-1,1727,1729,-1,1731,-1,-1,1733,-1,1735,-1,-1,-1,-1,1737,1739,1741,-1,-1,1743,1745,1747,1749,1751,1753,1755,1757,-1,-1,-1,-1,-1,-1,-1,-1,1759,-1,1761,-1,-1,-1,-1,1763,1765,-1,1767,-1,-1,-1,1769,1771,1773,1775,-1,1777,-1,-1,-1,-1,-1,-1,-1,1779,-1,1781,-1,-1,-1,-1,-1,-1,-1,-1,1783,1785,1787,1789,1791,-1,-1,1793,1795,1797,1799,1801,-1,1803,1805,1807,-1,-1,-1,1809,1811,-1,1813,-1,-1,-1,1815,1817,1819,-1,1821,1823,1825,-1,-1,1827,-1,1829,-1,1831,1833,-1,-1,1835,1837,1839,1841,-1,1843,1845,-1,1847,1849,1851,1853,1855,1857,1859,-1,-1,1861,1863,1865,1867,-1,-1,-1,1869,1871,-1,-1,-1,1873,-1,1875,1877,1879,1881,-1,-1,-1,-1,-1,1883,-1,-1,-1,-1,-1,-1,-1,1885,-1,-1,1887,1889,1891,-1,-1,-1,1893,1895,-1,1897,-1,-1,1899,1901,1903,1905,1907,-1,-1,1909,1911,1913,1915,1917,-1,1919,1921,-1,-1,1923,-1,-1,-1,-1,-1,-1,-1,-1,1925,1927,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1929,1931,1933,1935,1937,1939,-1,1941,1943,1945,-1,-1,-1,1947,-1,1949,1951,1953,1955,1957,1959,-1,-1,-1,-1,-1,-1,1961,1963,-1,-1,-1,-1,1965,-1,-1,1967,1969,-1,-1,1971,-1,-1,-1,-1,1973,-1,1975,-1,-1,-1,1977,1979,1981,1983,1985,1987,1989,-1,-1,-1,-1,-1,-1,-1,-1,-1,1991,1993,1995,1997,-1,-1,-1,1999,2001,2003,-1,-1,-1,-1,-1,2005,-1,-1,2007,-1,-1,2009,-1,2011,-1,-1,-1,-1,-1,-1,-1,-1,2013,-1,2015,-1,2017,2019,-1,2021,-1,2023,-1,-1,-1,-1,-1,-1,-1,2025,-1,-1,-1,-1,-1,-1,-1,2027,-1,-1,-1,-1,2029,-1,-1,2031,2033,-1,2035,2037,-1,-1,-1,-1],"loss_changes":[4.619795E2,3.5925403E2,1.5598633E1,3.0872223E2,1.7682007E1,3.876953E-1,1.0527612E2,3.9102325E2,5.5563354E0,1.854242E1,1.4771729E0,0E0,2.7514172E0,1.6515625E1,4.637703E1,2.0788466E2,2.978247E1,4.215576E0,3.2299461E0,1.7418213E0,3.3438232E1,4.6740723E-1,0E0,6.519526E-1,0E0,0E0,1.1385132E1,2.4478643E1,1.2719391E1,1.1797649E2,1.2608841E1,1.6178131E1,1.5866089E0,4.0184188E-1,3.3129272E0,1.1915816E0,4.475379E-1,0E0,0E0,4.3667297E0,3.6852898E1,4.7701615E-1,1.953125E-2,0E0,0E0,9.496599E0,1.7719116E0,1.2865518E1,1.403064E1,1.5261721E1,9.9741364E-1,5.2492332E0,8.524565E1,6.5506287E0,4.2670803E0,6.0587845E0,2.2902512E1,1.1916809E0,0E0,2.5955814E-1,5.3198385E-1,1.5194077E1,0E0,0E0,0E0,0E0,0E0,2.3322601E0,5.241909E0,1.624213E1,1.8431854E0,7.848824E-2,0E0,0E0,3.7500763E0,3.8830547E0,4.926311E0,4.48349E-1,6.971363E-1,4.2983065E0,1.4266434E1,3.2789757E0,1.135574E1,1.5463834E0,3.4243107E0,3.963623E-1,0E0,3.6622543E0,1.0083038E1,5.8148678E1,1.0961273E1,3.0263124E0,1.5225372E0,0E0,4.2086115E0,3.8700333E0,1.200958E0,8.185354E0,7.903465E0,3.5325012E0,0E0,0E0,2.1057963E-2,0E0,0E0,2.0306358E0,5.3427877E0,1.1719208E0,5.554578E-1,8.9410347E-1,5.7094536E0,4.8766813E0,1.1884251E1,9.4537735E-1,0E0,4.4839895E-1,0E0,2.4291992E-1,7.8014874E0,2.4900415E0,1.9207726E0,3.1172223E0,3.7375724E-1,1.3797788E-1,0E0,6.0177606E-1,6.556778E-1,5.7542973E0,2.8346386E0,4.7981405E0,1.9899714E0,1.2447906E0,1.9977089E0,4.2723427E0,1.9816686E0,0E0,0E0,1.9422836E0,0E0,9.337616E-2,0E0,2.0652113E0,1.1498032E0,1.004459E1,1.8827305E0,4.5423546E0,3.7850395E1,9.058098E0,4.6122894E0,2.8132331E0,1.6910973E0,2.0522766E-1,7.801819E-1,0E0,7.247157E-1,1.3355366E0,1.5332413E0,9.2929465E-1,1.7287165E0,4.5167713E0,1.3186495E0,3.1655998E0,5.2555923E0,7.5809207E0,1.4082031E0,0E0,0E0,9.2765224E-1,1.5539494E0,0E0,3.5351534E0,3.3825684E-1,0E0,0E0,0E0,1.3746591E-1,1.4186907E-1,2.5869408E0,5.933885E0,7.4625635E0,2.8507652E0,3.4038498E0,5.9929485E0,7.087509E-2,0E0,0E0,0E0,3.7823055E-2,1.7910767E-1,6.1733627E0,0E0,2.1385565E0,1.1386068E0,9.8368645E-1,2.0586865E0,2.7758583E-1,1.5881433E0,0E0,0E0,9.773576E-3,0E0,0E0,0E0,0E0,0E0,7.380136E0,3.5923939E0,5.618838E-1,0E0,3.4970036E0,2.0950405E-1,0E0,9.239826E-1,6.4068794E-1,3.529176E-3,7.7787256E-1,1.7599748E-1,2.5333395E0,6.5107956E0,1.7181982E0,1.6170728E-1,0E0,0E0,0E0,0E0,2.080389E0,3.9735675E-1,0E0,1.0194588E0,2.904832E0,8.351961E0,4.1917285E-1,1.7689514E0,4.475759E0,2.736126E0,4.0213375E0,1.5291122E1,2.6082962E0,5.1212273E0,9.9406517E-1,5.5074005E0,2.2732177E0,1.8982792E0,1.3868475E0,0E0,0E0,3.6037964E-1,5.9646606E-1,0E0,3.2995224E-1,0E0,7.9924893E-1,1.6478021E0,1.2220764E0,1.5200526E0,0E0,1.1326762E0,0E0,0E0,1.7204709E0,1.3034973E0,8.1301427E-1,0E0,2.3508227E0,1.1209869E0,5.047449E-1,2.8042164E0,1.4250865E0,2.0350897E0,9.108887E-1,1.7261415E0,0E0,0E0,1.0026722E0,0E0,0E0,1.9294491E0,3.5099792E-1,7.723118E-1,0E0,0E0,0E0,0E0,2.6502757E0,3.8015823E0,3.0098991E0,4.6689615E0,1.4864395E0,1.3487492E0,2.3543968E0,1.2872846E0,0E0,4.116576E0,6.0732784E0,6.3440454E-1,0E0,0E0,0E0,0E0,9.4631886E-1,0E0,0E0,3.4721842E0,0E0,1.5653172E0,4.955935E-3,0E0,0E0,9.2752075E-1,5.053029E0,5.9979105E-1,2.5457633E-1,0E0,3.3387375E-1,0E0,0E0,0E0,2.8842824E0,4.32535E0,7.683506E-1,2.727823E0,0E0,4.1834977E-1,2.6932583E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.5044632E0,4.9034166E-1,2.859974E0,0E0,3.080003E-2,2.0560787E0,0E0,0E0,0E0,2.571257E0,0E0,3.3939362E-1,9.934845E-1,2.960922E-1,6.864214E-1,5.551171E-1,5.360935E0,5.973669E0,0E0,0E0,0E0,1.7518559E0,1.8188748E0,3.0932443E0,1.5778809E0,4.6734524E-1,1.7511698E0,2.6881332E0,1.1307121E1,1.3741043E1,2.0331793E0,9.5001894E-1,1.1940684E0,3.547142E0,2.3747322E-1,0E0,7.127532E0,1.0901794E0,1.8534449E0,2.1247101E-1,1.3861248E0,0E0,0E0,7.248707E-1,0E0,0E0,1.9295694E-1,3.7574768E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.0816116E0,0E0,1.7213273E-1,0E0,0E0,2.2631648E0,1.1125238E0,4.19793E-1,1.2644806E0,0E0,6.024492E-1,7.9321796E-1,9.5729923E-1,0E0,9.165735E-1,0E0,5.8869624E-1,1.0371017E0,0E0,0E0,0E0,0E0,2.7082424E0,1.3934134E0,5.857086E-1,0E0,5.036365E-1,0E0,0E0,0E0,1.3452148E-1,1.9451904E-1,4.1433086E0,0E0,0E0,0E0,2.1956916E0,1.5851679E0,9.762955E-1,1.940444E0,5.591416E-1,3.3505216E0,1.103048E0,8.44531E-2,7.577286E-1,1.4691338E-1,7.748432E-1,1.8264217E0,2.1477908E-1,0E0,4.6212745E-1,9.0505713E-1,3.69709E-1,7.566594E-1,2.180603E0,2.960816E-2,0E0,5.162292E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.04298E-1,0E0,1.3997405E0,2.918353E0,0E0,0E0,0E0,0E0,3.8451195E-1,0E0,2.7592895E0,2.8738065E0,3.497641E-1,4.091674E0,0E0,8.086796E-1,2.3090024E0,1.6823431E0,0E0,0E0,3.559616E0,4.6982174E-3,1.3706341E0,0E0,8.020973E-2,3.613971E-1,2.348259E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.8379135E-1,0E0,0E0,7.224388E-1,0E0,2.561992E-1,0E0,2.8069952E0,7.5138664E-1,3.285574E0,3.2735417E0,1.1101494E0,0E0,1.1538873E0,1.11299865E-1,1.9147243E0,1.8392309E0,1.0043526E0,0E0,1.2020811E-2,0E0,2.1696684E-1,6.598247E-1,2.9161167E0,0E0,1.3437027E1,3.7672615E0,2.266818E0,3.8539033E0,1.3117762E0,4.4551224E-1,8.299401E-1,0E0,1.9143428E-1,0E0,2.12377E0,3.5530357E0,0E0,0E0,2.6169603E0,7.771816E-1,3.4809875E-1,0E0,1.3622308E0,8.1597424E-1,0E0,7.993052E-3,1.2268503E0,0E0,5.2237225E-1,0E0,0E0,0E0,0E0,0E0,7.0430756E-1,2.4165363E0,0E0,0E0,1.942523E-2,1.8166907E0,0E0,0E0,0E0,0E0,1.3254738E0,0E0,0E0,0E0,5.2227384E-1,0E0,0E0,1.1408033E0,0E0,0E0,0E0,1.6654646E-1,9.710102E-1,9.904322E-2,0E0,0E0,4.0410936E-1,1.4934062E0,2.2485352E-1,0E0,0E0,0E0,0E0,0E0,6.210754E-2,3.2595825E-1,2.71378E0,0E0,1.4335974E0,5.7949734E0,0E0,2.1820576E0,0E0,7.558899E-1,3.604442E-1,9.84066E-1,0E0,0E0,1.6590195E0,0E0,5.1445526E-1,4.0254134E-1,0E0,0E0,1.2950196E0,0E0,0E0,2.3315504E-2,0E0,8.8536596E-1,7.680607E-1,0E0,2.4272165E-1,1.6649851E-1,5.249504E-1,0E0,8.055575E-1,1.7112415E-1,0E0,0E0,0E0,0E0,5.749427E0,3.7575493E0,0E0,8.1845E-3,0E0,0E0,6.3150597E-1,1.6627005E-1,2.0016238E-2,5.896864E-1,2.5851622E0,3.453388E-1,0E0,0E0,1.0542321E-1,2.444508E0,6.399998E-1,9.9623823E-1,6.328508E-1,1.5434671E-2,2.0656872E0,0E0,0E0,2.50432E-1,1.818248E0,1.0128365E-1,5.816463E-2,0E0,3.8173497E-2,3.4107895E0,0E0,0E0,0E0,4.8088646E-1,0E0,0E0,0E0,0E0,0E0,4.9320602E-1,8.466568E-1,0E0,6.7072296E-1,0E0,0E0,0E0,1.09235704E-1,2.160172E0,0E0,0E0,3.6104088E0,0E0,2.998782E0,2.2195337E0,0E0,6.47274E-1,1.0572901E0,0E0,0E0,0E0,0E0,0E0,1.1785669E0,1.5129569E0,1.0064049E0,0E0,0E0,0E0,2.4265483E-1,5.3692188E-2,0E0,8.47173E-1,2.0362968E0,7.369317E-1,9.553722E0,1.1218937E1,2.4623451E0,3.2640934E0,4.1675004E-1,2.7548246E0,1.8638182E0,1.7677298E0,1.4113712E0,1.611038E-1,2.945929E-1,0E0,0E0,1.1484647E-1,0E0,0E0,0E0,1.1438545E0,8.949986E-1,2.5009537E0,2.1404114E0,3.963065E-1,7.922249E-1,0E0,1.1349487E-1,4.0707076E-1,9.614799E-1,0E0,0E0,0E0,0E0,0E0,8.169303E-1,0E0,0E0,0E0,0E0,1.2081909E-1,0E0,1.6945171E0,0E0,0E0,0E0,0E0,0E0,7.339859E-1,2.9793504E-1,7.321593E-1,0E0,4.5069504E-1,0E0,0E0,0E0,6.310806E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.7923235E-1,1.4959717E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.8184613E-1,0E0,0E0,0E0,0E0,0E0,7.188797E-1,0E0,0E0,0E0,1.041893E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.3660984E-1,0E0,0E0,0E0,0E0,0E0,2.5257376E-1,6.0830116E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.6327711E0,1.4709649E0,2.6782188E0,8.151342E-2,0E0,0E0,0E0,0E0,0E0,0E0,9.843514E-2,0E0,2.4375868E-1,0E0,0E0,2.0616865E0,0E0,0E0,0E0,0E0,6.811322E-2,1.2097068E0,2.3380923E-1,2.867362E-1,6.6083765E-1,0E0,3.733009E-1,0E0,0E0,0E0,0E0,2.3606815E0,0E0,0E0,4.5478964E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.5434341E0,0E0,0E0,0E0,4.1771698E-1,8.0112076E-1,0E0,6.3818264E-1,0E0,0E0,0E0,1.5013065E0,0E0,0E0,2.156025E0,1.4851112E0,0E0,1.942893E0,1.7571673E0,3.4438993E-3,9.084702E-3,7.195568E-1,0E0,1.8329483E-1,9.547336E-1,2.983098E-1,0E0,0E0,1.0010567E0,0E0,0E0,0E0,0E0,0E0,0E0,1.4747143E0,4.8603506E0,0E0,4.320767E-1,5.496614E0,8.952549E0,7.8909683E0,2.4864006E0,2.3132044E-1,2.0297203E0,1.0194336E0,1.8614112E0,0E0,0E0,1.9225235E0,7.6982665E-1,2.5226447E-1,1.0431092E0,1.2696733E0,9.717989E-1,0E0,0E0,0E0,3.2577628E-1,0E0,0E0,0E0,0E0,1.3687683E0,1.8306274E0,3.3758134E-1,0E0,1.4285581E0,1.4060669E0,9.948676E-1,1.4533973E0,0E0,0E0,0E0,7.118721E-1,0E0,7.583618E-3,2.9051594E-2,0E0,7.286351E-1,0E0,0E0,9.3708944E-1,0E0,0E0,2.799718E0,7.800676E-1,6.308914E-1,3.4263992E-1,8.415583E-2,0E0,0E0,4.4223356E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.9958954E-1,0E0,0E0,4.9914455E-1,0E0,0E0,2.520332E-1,0E0,0E0,6.075268E-1,6.618665E-2,1.3333483E0,0E0,9.3923426E-1,1.1130486E0,5.617303E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.3983088E0,0E0,0E0,0E0,0E0,1.4022446E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.0179825E-1,0E0,0E0,9.402466E-2,0E0,0E0,6.306324E-1,0E0,0E0,2.3397312E0,0E0,0E0,0E0,0E0,0E0,1.2105894E0,8.0246776E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.854164E-1,1.6114876E0,4.9096834E-2,1.5760174E0,1.7332767E0,2.0795627E0,0E0,0E0,4.390909E0,5.6051984E0,7.2090983E0,8.053486E0,4.8383217E0,2.869588E0,2.727037E-1,2.1947708E0,0E0,0E0,1.7408104E0,3.9190795E-2,2.866697E-2,0E0,0E0,8.0256486E-1,1.04985096E-1,2.1378345E0,8.5976124E-1,3.756733E-1,0E0,2.8581178E-1,0E0,0E0,0E0,9.130018E-1,0E0,9.7776794E-1,0E0,2.942869E-1,0E0,0E0,1.2033987E0,2.398868E-1,3.1040436E-1,0E0,1.2184978E0,0E0,1.3295326E0,0E0,9.829515E-1,1.3972018E0,1.2315383E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.74207E-1,0E0,0E0,1.7803881E0,0E0,0E0,0E0,0E0,0E0,1.7894363E-1,0E0,0E0,0E0,0E0,0E0,3.2819854E-3,0E0,1.7943764E-1,0E0,0E0,3.421402E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.134857E-1,0E0,1.1452414E-2,0E0,0E0,0E0,1.8300676E-1,0E0,0E0,9.390793E-1,0E0,5.6869507E-2,0E0,0E0,1.1696625E-1,0E0,0E0,0E0,0E0,5.2876264E-1,1.0023041E0,0E0,7.4364513E-1,8.667586E-1,0E0,2.1584816E-1,1.9231281E0,2.5789874E0,1.1853456E0,3.3385888E-1,5.403893E-2,1.3468451E0,2.7677512E0,4.768263E0,2.2445345E0,5.4376726E0,2.0619483E0,6.9953203E0,4.4392033E0,1.4075947E0,2.462864E0,2.9834735E0,3.3730614E-1,2.4513063E0,0E0,0E0,0E0,1.172535E0,1.7210159E0,1.4624482E0,0E0,0E0,0E0,1.9595804E-2,0E0,0E0,0E0,0E0,1.0463047E0,5.962049E-1,0E0,5.9286006E-2,0E0,0E0,0E0,0E0,0E0,0E0,7.213517E-1,6.1845493E-1,0E0,0E0,0E0,0E0,2.3170704E-1,1.15979254E-1,0E0,0E0,8.337927E-1,2.364952E-1,5.566902E-1,1.4730538E-1,0E0,5.6355965E-1,2.6403964E-3,1.2375598E0,0E0,1.0756297E0,0E0,0E0,0E0,0E0,0E0,1.5856552E-1,0E0,0E0,0E0,0E0,0E0,0E0,6.559372E-1,0E0,0E0,0E0,1.174098E0,0E0,0E0,0E0,0E0,1.3008648E-1,0E0,0E0,0E0,0E0,0E0,4.8674393E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.167345E0,2.7532473E0,3.975178E-1,0E0,1.4690745E0,0E0,0E0,0E0,0E0,0E0,0E0,4.336255E0,7.284977E-1,3.3321521E0,3.2307656E0,0E0,2.3771238E0,7.458269E0,3.1049683E0,1.6413407E0,0E0,5.098755E0,3.9279432E0,3.7645097E0,3.154418E0,0E0,1.4554539E0,1.9725378E0,2.1345782E0,5.7358825E-1,3.0438375E0,0E0,0E0,0E0,2.1096687E0,8.295593E-1,0E0,4.421554E-1,1.6275673E0,0E0,0E0,0E0,0E0,1.774025E-1,0E0,9.5704216E-1,3.865905E-1,0E0,0E0,0E0,1.8105738E-1,6.4954567E-1,0E0,0E0,0E0,0E0,3.9727047E-1,6.7585516E-1,0E0,0E0,4.2778105E-3,0E0,0E0,0E0,1.1267225E-1,0E0,4.6940875E-1,0E0,0E0,1.7545311E0,0E0,0E0,1.1542239E0,1.23680115E-1,0E0,0E0,6.4282227E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.4946227E0,1.3946484E0,0E0,0E0,0E0,0E0,3.2202377E0,2.9588919E0,3.1693202E-1,5.6069314E-1,3.328876E0,2.034717E0,2.364064E0,1.1643047E0,1.6837588E-2,1.5772915E0,9.186318E-1,2.203045E0,1.3624233E0,2.054338E0,0E0,0E0,5.468109E0,2.1026952E0,1.3444076E0,1.9850521E0,3.139895E0,1.957129E0,6.6380006E-1,2.183135E0,0E0,8.9216995E-1,1.616656E0,9.388084E-1,1.7051204E-1,1.5673442E0,4.6417505E-2,3.2579696E-1,3.4164342E-1,1.1640882E0,1.9098454E0,3.8253033E-1,0E0,6.961975E-1,3.2571712E-1,2.9367352E-1,0E0,1.5769653E0,1.662321E-1,2.1483803E-1,0E0,0E0,0E0,9.8059416E-2,0E0,0E0,0E0,3.805561E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.2952833E-1,0E0,0E0,7.9014206E-1,5.735016E-2,0E0,0E0,0E0,0E0,1.1738901E0,0E0,1.4996867E0,2.0895224E0,3.7741938E-1,3.1258106E-1,8.703952E-1,0E0,0E0,8.888376E-2,0E0,1.3043145E0,1.7582617E0,3.6236753E0,0E0,1.6350772E0,4.5693707E-1,0E0,7.475138E-1,0E0,0E0,1.3432837E0,0E0,3.7792313E-1,1.0515545E-1,0E0,1.0655565E0,3.9733846E-2,0E0,1.3061498E0,2.8314443E0,4.81128E0,3.167122E0,1.6601417E0,5.143134E-1,8.78979E-1,1.3312309E0,2.222724E0,9.299344E-3,9.365139E-1,1.0808539E0,2.2070274E0,5.1186335E-1,0E0,8.066819E-1,2.041418E0,5.0985854E-2,0E0,0E0,0E0,0E0,7.5078644E-2,7.7903354E-1,0E0,2.548417E-1,0E0,1.1691756E0,0E0,0E0,0E0,0E0,6.7231876E-1,1.4560536E-2,5.923071E-1,0E0,0E0,1.0882263E0,0E0,2.4828371E-1,4.7288513E-1,3.6495193E-3,0E0,0E0,2.674231E-1,0E0,1.1795769E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.7915821E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.690418E-1,0E0,0E0,0E0,2.3058243E0,1.0316776E0,6.681741E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.195796E-1,0E0,4.500336E-1,1.7784157E0,1.9615368E0,1.8207827E0,1.5695092E-1,1.1375899E0,0E0,5.399256E-1,7.954974E-1,0E0,1.1036854E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2715901E0,9.0800565E-1,5.9747016E-1,2.0299711E0,5.8401054E-1,1.6674767E0,3.3977785E0,4.4692802E0,1.3311276E0,0E0,2.2438644E-1,8.412123E-2,1.6284311E-1,1.22744866E-1,1.3906144E-1,5.738244E-1,0E0,8.873167E-1,0E0,0E0,0E0,1.0689425E0,0E0,9.991051E-1,1.9050424E-1,1.2849936E0,0E0,0E0,0E0,0E0,0E0,2.1034794E0,2.9533944E-1,3.1525117E-1,0E0,0E0,4.9872565E-1,0E0,0E0,0E0,0E0,1.2452059E0,0E0,0E0,0E0,0E0,0E0,0E0,8.6953926E-1,0E0,0E0,0E0,0E0,2.6467514E-1,0E0,0E0,7.073915E-2,0E0,7.794075E-1,0E0,0E0,0E0,4.6640682E-1,0E0,0E0,1.6525517E0,0E0,0E0,0E0,0E0,1.855548E-1,0E0,0E0,0E0,0E0,0E0,8.6854243E-1,1.674586E0,1.0442858E0,0E0,3.7863627E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.793686E-1,0E0,0E0,1.6054879E-1,0E0,0E0,0E0,7.718354E-1,1.8944006E0,5.527506E-1,0E0,0E0,1.9567442E0,0E0,2.479104E0,3.1785033E0,2.4943218E0,2.9460912E0,6.3369856E-3,0E0,0E0,0E0,0E0,0E0,1.7875588E-1,0E0,0E0,0E0,0E0,5.2764636E-1,0E0,0E0,0E0,0E0,0E0,5.122442E-1,0E0,5.958177E-1,0E0,0E0,8.375001E-1,0E0,9.041884E-3,1.3737564E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.0630226E0,0E0,8.164387E-1,1.2372589E-1,0E0,0E0,0E0,8.8967896E-1,2.0490105E0,0E0,0E0,1.2030811E0,0E0,0E0,0E0,6.640341E-1,0E0,1.3540012E0,5.314967E-2,0E0,1.1106968E0,0E0,0E0,5.934639E-1,0E0,2.1061616E-1,0E0,0E0,0E0,0E0,1.0285587E0,3.2239503E-1,7.2329134E-1,0E0,0E0,2.7638369E0,6.883407E-1,1.2555137E0,1.7335587E0,5.1589375E0,3.2515821E0,1.8189092E0,2.6483278E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.3362894E-1,0E0,8.6960316E-1,0E0,0E0,0E0,0E0,9.409294E-1,7.6109314E-1,0E0,6.307068E-1,0E0,0E0,0E0,4.9186325E-1,1.1780014E0,4.4927338E-1,1.9745641E0,0E0,1.163887E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.0303946E0,0E0,4.961567E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.5028763E0,5.9568524E-1,1.079397E0,3.6532533E-1,1.2188325E0,0E0,0E0,3.937253E-1,4.278515E0,1.0802954E0,3.6521268E0,1.0014681E0,0E0,1.1638916E0,6.1242497E-1,1.6911774E0,0E0,0E0,0E0,9.4709206E-1,8.0975723E-1,0E0,4.6825123E-1,0E0,0E0,0E0,7.4303055E-1,3.3398752E0,4.0934628E-1,0E0,3.872346E-3,5.8301306E-1,1.7550793E0,0E0,0E0,8.351593E-1,0E0,9.985676E-1,0E0,6.334896E-1,1.4022727E0,0E0,0E0,4.669894E-1,1.00917675E-1,3.6822128E-1,6.021455E-2,0E0,2.0563325E-1,1.2434912E0,0E0,7.1172243E-1,3.2185807E0,1.6919937E0,1.3213333E0,8.204874E-1,2.9139662E0,1.2934415E0,0E0,0E0,1.3565001E0,2.239213E-1,4.4679278E-1,3.3325154E-1,0E0,0E0,0E0,4.537344E-1,6.6897583E-1,0E0,0E0,0E0,3.7508774E-1,0E0,3.0798347E0,1.0006962E0,7.444826E-1,8.17615E-2,0E0,0E0,0E0,0E0,0E0,1.3680625E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.2923317E-1,0E0,0E0,1.6350247E-1,1.418741E-1,2.8703356E-1,0E0,0E0,0E0,2.7369553E-1,1.02613315E-1,0E0,1.184413E0,0E0,0E0,2.3851738E0,1.1733679E0,1.6831855E-1,1.4226952E0,1.130805E0,0E0,0E0,5.289538E-1,1.6135993E0,3.2963572E0,2.128594E0,1.2689679E0,0E0,9.4788456E-1,1.5161997E-1,0E0,0E0,3.140049E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3507055E0,1.5390861E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.006153E-1,1.5174174E0,1.3511143E0,5.480108E-1,1.3494742E0,3.1335512E-1,0E0,1.4731549E-1,1.2070045E0,5.6079936E-1,0E0,0E0,0E0,9.202032E-1,0E0,2.3211594E0,6.998337E-1,2.7571533E0,6.8907475E-1,1.4357826E-1,9.5137763E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.0301502E0,6.294062E-2,0E0,0E0,0E0,0E0,1.389143E0,0E0,0E0,2.1234329E0,3.3440292E-1,0E0,0E0,1.3266425E0,0E0,0E0,0E0,0E0,1.195034E0,0E0,5.689156E-1,0E0,0E0,0E0,4.411731E-2,1.2189693E0,1.05485976E-1,6.0074025E-1,6.2000984E-1,2.2141638E0,9.466603E-3,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.0218928E-2,6.9124794E-1,1.6773734E0,1.6510748E0,0E0,0E0,0E0,8.654618E-1,1.7395742E0,1.0711517E0,0E0,0E0,0E0,0E0,0E0,8.2883644E-1,0E0,0E0,5.081563E-1,0E0,0E0,2.8519082E-1,0E0,2.5262308E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.94682E-1,0E0,9.819975E-1,0E0,5.241087E-1,1.1827756E0,0E0,8.0298615E-1,0E0,7.70792E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.0767815E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.7086716E-1,0E0,0E0,0E0,0E0,4.7281647E-1,0E0,0E0,4.1664886E-1,3.488922E-2,0E0,1.4133453E-1,4.1072837E-1,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,23,23,26,26,27,27,28,28,29,29,30,30,31,31,32,32,33,33,34,34,35,35,36,36,39,39,40,40,41,41,42,42,45,45,46,46,47,47,48,48,49,49,50,50,51,51,52,52,53,53,54,54,55,55,56,56,57,57,59,59,60,60,61,61,67,67,68,68,69,69,70,70,71,71,74,74,75,75,76,76,77,77,78,78,79,79,80,80,81,81,82,82,83,83,84,84,85,85,87,87,88,88,89,89,90,90,91,91,92,92,94,94,95,95,96,96,97,97,98,98,99,99,102,102,105,105,106,106,107,107,108,108,109,109,110,110,111,111,112,112,113,113,115,115,117,117,118,118,119,119,120,120,121,121,122,122,123,123,125,125,126,126,127,127,128,128,129,129,130,130,131,131,132,132,133,133,134,134,137,137,139,139,141,141,142,142,143,143,144,144,145,145,146,146,147,147,148,148,149,149,150,150,151,151,152,152,154,154,155,155,156,156,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,167,167,168,168,170,170,171,171,175,175,176,176,177,177,178,178,179,179,180,180,181,181,182,182,183,183,187,187,188,188,189,189,191,191,192,192,193,193,194,194,195,195,196,196,199,199,205,205,206,206,207,207,209,209,210,210,212,212,213,213,214,214,215,215,216,216,217,217,218,218,219,219,220,220,225,225,226,226,228,228,229,229,230,230,231,231,232,232,233,233,234,234,235,235,236,236,237,237,238,238,239,239,240,240,241,241,242,242,243,243,246,246,247,247,249,249,251,251,252,252,253,253,254,254,256,256,259,259,260,260,261,261,263,263,264,264,265,265,266,266,267,267,268,268,269,269,270,270,273,273,276,276,277,277,278,278,283,283,284,284,285,285,286,286,287,287,288,288,289,289,290,290,292,292,293,293,294,294,299,299,302,302,304,304,305,305,308,308,309,309,310,310,311,311,313,313,317,317,318,318,319,319,320,320,322,322,323,323,337,337,338,338,339,339,341,341,342,342,346,346,348,348,349,349,350,350,351,351,352,352,353,353,354,354,358,358,359,359,360,360,361,361,362,362,363,363,364,364,365,365,366,366,367,367,368,368,369,369,370,370,371,371,373,373,374,374,375,375,376,376,377,377,380,380,383,383,384,384,392,392,394,394,397,397,398,398,399,399,400,400,402,402,403,403,404,404,406,406,408,408,409,409,414,414,415,415,416,416,418,418,422,422,423,423,424,424,428,428,429,429,430,430,431,431,432,432,433,433,434,434,435,435,436,436,437,437,438,438,439,439,440,440,442,442,443,443,444,444,445,445,446,446,447,447,449,449,457,457,459,459,460,460,465,465,467,467,468,468,469,469,470,470,472,472,473,473,474,474,477,477,478,478,479,479,481,481,482,482,483,483,494,494,497,497,499,499,501,501,502,502,503,503,504,504,505,505,507,507,508,508,509,509,510,510,511,511,513,513,515,515,516,516,517,517,519,519,520,520,521,521,522,522,523,523,524,524,525,525,527,527,529,529,530,530,533,533,534,534,535,535,537,537,538,538,540,540,541,541,543,543,549,549,550,550,553,553,554,554,559,559,563,563,566,566,570,570,571,571,572,572,575,575,576,576,577,577,583,583,584,584,585,585,587,587,588,588,590,590,592,592,593,593,594,594,597,597,599,599,600,600,603,603,606,606,608,608,609,609,611,611,612,612,613,613,615,615,616,616,621,621,622,622,624,624,627,627,628,628,629,629,630,630,631,631,632,632,635,635,636,636,637,637,638,638,639,639,640,640,641,641,644,644,645,645,646,646,647,647,649,649,650,650,654,654,660,660,661,661,663,663,667,667,668,668,671,671,673,673,674,674,676,676,677,677,683,683,684,684,685,685,689,689,690,690,692,692,693,693,694,694,695,695,696,696,697,697,698,698,699,699,700,700,701,701,702,702,703,703,704,704,705,705,708,708,712,712,713,713,714,714,715,715,716,716,717,717,719,719,720,720,721,721,727,727,732,732,734,734,740,740,741,741,742,742,744,744,748,748,755,755,756,756,763,763,769,769,773,773,781,781,787,787,788,788,799,799,800,800,801,801,802,802,809,809,811,811,814,814,819,819,820,820,821,821,822,822,823,823,825,825,830,830,833,833,842,842,846,846,847,847,849,849,853,853,856,856,857,857,859,859,860,860,861,861,862,862,863,863,865,865,866,866,867,867,870,870,877,877,878,878,880,880,881,881,882,882,883,883,884,884,885,885,886,886,887,887,888,888,891,891,892,892,893,893,894,894,895,895,896,896,900,900,905,905,906,906,907,907,909,909,910,910,911,911,912,912,916,916,918,918,919,919,921,921,924,924,927,927,928,928,929,929,930,930,931,931,934,934,945,945,948,948,951,951,954,954,955,955,956,956,958,958,959,959,960,960,967,967,972,972,986,986,989,989,992,992,995,995,1001,1001,1002,1002,1015,1015,1016,1016,1017,1017,1018,1018,1019,1019,1020,1020,1023,1023,1024,1024,1025,1025,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1033,1033,1034,1034,1035,1035,1038,1038,1039,1039,1040,1040,1041,1041,1042,1042,1044,1044,1048,1048,1050,1050,1052,1052,1055,1055,1056,1056,1057,1057,1059,1059,1061,1061,1063,1063,1064,1064,1065,1065,1075,1075,1078,1078,1084,1084,1090,1090,1092,1092,1095,1095,1103,1103,1105,1105,1109,1109,1112,1112,1114,1114,1117,1117,1122,1122,1123,1123,1125,1125,1126,1126,1128,1128,1129,1129,1130,1130,1131,1131,1132,1132,1133,1133,1134,1134,1135,1135,1136,1136,1137,1137,1138,1138,1139,1139,1140,1140,1141,1141,1142,1142,1143,1143,1144,1144,1145,1145,1146,1146,1150,1150,1151,1151,1152,1152,1156,1156,1161,1161,1162,1162,1164,1164,1171,1171,1172,1172,1177,1177,1178,1178,1181,1181,1182,1182,1183,1183,1184,1184,1186,1186,1187,1187,1188,1188,1190,1190,1196,1196,1203,1203,1207,1207,1212,1212,1218,1218,1226,1226,1227,1227,1228,1228,1230,1230,1237,1237,1238,1238,1239,1239,1240,1240,1242,1242,1243,1243,1244,1244,1245,1245,1247,1247,1248,1248,1249,1249,1250,1250,1252,1252,1253,1253,1254,1254,1255,1255,1256,1256,1260,1260,1261,1261,1263,1263,1264,1264,1269,1269,1271,1271,1272,1272,1276,1276,1277,1277,1282,1282,1283,1283,1286,1286,1290,1290,1292,1292,1295,1295,1298,1298,1299,1299,1302,1302,1311,1311,1312,1312,1317,1317,1318,1318,1319,1319,1320,1320,1321,1321,1322,1322,1323,1323,1324,1324,1325,1325,1326,1326,1327,1327,1328,1328,1329,1329,1330,1330,1333,1333,1334,1334,1335,1335,1336,1336,1337,1337,1338,1338,1339,1339,1340,1340,1342,1342,1343,1343,1344,1344,1345,1345,1346,1346,1347,1347,1348,1348,1349,1349,1350,1350,1351,1351,1352,1352,1354,1354,1355,1355,1356,1356,1358,1358,1359,1359,1360,1360,1364,1364,1368,1368,1379,1379,1382,1382,1383,1383,1388,1388,1390,1390,1391,1391,1392,1392,1393,1393,1394,1394,1397,1397,1399,1399,1400,1400,1401,1401,1403,1403,1404,1404,1406,1406,1409,1409,1411,1411,1412,1412,1414,1414,1415,1415,1417,1417,1418,1418,1419,1419,1420,1420,1421,1421,1422,1422,1423,1423,1424,1424,1425,1425,1426,1426,1427,1427,1428,1428,1429,1429,1430,1430,1432,1432,1433,1433,1434,1434,1439,1439,1440,1440,1442,1442,1444,1444,1449,1449,1450,1450,1451,1451,1454,1454,1456,1456,1457,1457,1458,1458,1461,1461,1463,1463,1471,1471,1480,1480,1484,1484,1485,1485,1486,1486,1493,1493,1495,1495,1496,1496,1497,1497,1498,1498,1499,1499,1500,1500,1502,1502,1503,1503,1505,1505,1515,1515,1516,1516,1517,1517,1518,1518,1519,1519,1520,1520,1521,1521,1522,1522,1523,1523,1525,1525,1526,1526,1527,1527,1528,1528,1529,1529,1530,1530,1532,1532,1536,1536,1538,1538,1539,1539,1540,1540,1546,1546,1547,1547,1548,1548,1551,1551,1556,1556,1563,1563,1568,1568,1571,1571,1573,1573,1577,1577,1580,1580,1585,1585,1591,1591,1592,1592,1593,1593,1595,1595,1603,1603,1606,1606,1610,1610,1611,1611,1612,1612,1615,1615,1617,1617,1618,1618,1619,1619,1620,1620,1621,1621,1627,1627,1632,1632,1638,1638,1640,1640,1643,1643,1645,1645,1646,1646,1654,1654,1656,1656,1657,1657,1661,1661,1662,1662,1665,1665,1669,1669,1671,1671,1672,1672,1674,1674,1677,1677,1679,1679,1684,1684,1685,1685,1686,1686,1689,1689,1690,1690,1691,1691,1692,1692,1693,1693,1694,1694,1695,1695,1696,1696,1705,1705,1707,1707,1712,1712,1713,1713,1715,1715,1719,1719,1720,1720,1721,1721,1722,1722,1724,1724,1732,1732,1734,1734,1743,1743,1744,1744,1745,1745,1746,1746,1747,1747,1750,1750,1751,1751,1752,1752,1753,1753,1754,1754,1756,1756,1757,1757,1758,1758,1762,1762,1763,1763,1765,1765,1769,1769,1770,1770,1771,1771,1773,1773,1774,1774,1775,1775,1778,1778,1780,1780,1782,1782,1783,1783,1786,1786,1787,1787,1788,1788,1789,1789,1791,1791,1792,1792,1794,1794,1795,1795,1796,1796,1797,1797,1798,1798,1799,1799,1800,1800,1803,1803,1804,1804,1805,1805,1806,1806,1810,1810,1811,1811,1815,1815,1817,1817,1818,1818,1819,1819,1820,1820,1826,1826,1834,1834,1837,1837,1838,1838,1839,1839,1843,1843,1844,1844,1846,1846,1849,1849,1850,1850,1851,1851,1852,1852,1853,1853,1856,1856,1857,1857,1858,1858,1859,1859,1860,1860,1862,1862,1863,1863,1866,1866,1875,1875,1876,1876,1898,1898,1899,1899,1900,1900,1901,1901,1902,1902,1903,1903,1905,1905,1906,1906,1907,1907,1911,1911,1913,1913,1914,1914,1915,1915,1916,1916,1917,1917,1918,1918,1925,1925,1926,1926,1931,1931,1934,1934,1935,1935,1938,1938,1943,1943,1945,1945,1949,1949,1950,1950,1951,1951,1952,1952,1953,1953,1954,1954,1955,1955,1965,1965,1966,1966,1967,1967,1968,1968,1972,1972,1973,1973,1974,1974,1980,1980,1983,1983,1986,1986,1988,1988,1997,1997,1999,1999,2001,2001,2002,2002,2004,2004,2006,2006,2014,2014,2022,2022,2027,2027,2030,2030,2031,2031,2033,2033,2034,2034],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,36,38,40,42,-1,44,-1,-1,46,48,50,52,54,56,58,60,62,64,66,-1,-1,68,70,72,74,-1,-1,76,78,80,82,84,86,88,90,92,94,96,98,100,-1,102,104,106,-1,-1,-1,-1,-1,108,110,112,114,116,-1,-1,118,120,122,124,126,128,130,132,134,136,138,140,-1,142,144,146,148,150,152,-1,154,156,158,160,162,164,-1,-1,166,-1,-1,168,170,172,174,176,178,180,182,184,-1,186,-1,188,190,192,194,196,198,200,-1,202,204,206,208,210,212,214,216,218,220,-1,-1,222,-1,224,-1,226,228,230,232,234,236,238,240,242,244,246,248,-1,250,252,254,256,258,260,262,264,266,268,270,-1,-1,272,274,-1,276,278,-1,-1,-1,280,282,284,286,288,290,292,294,296,-1,-1,-1,298,300,302,-1,304,306,308,310,312,314,-1,-1,316,-1,-1,-1,-1,-1,318,320,322,-1,324,326,-1,328,330,332,334,336,338,340,342,344,-1,-1,-1,-1,346,348,-1,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,-1,-1,382,384,-1,386,-1,388,390,392,394,-1,396,-1,-1,398,400,402,-1,404,406,408,410,412,414,416,418,-1,-1,420,-1,-1,422,424,426,-1,-1,-1,-1,428,430,432,434,436,438,440,442,-1,444,446,448,-1,-1,-1,-1,450,-1,-1,452,-1,454,456,-1,-1,458,460,462,464,-1,466,-1,-1,-1,468,470,472,474,-1,476,478,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,480,482,484,-1,486,488,-1,-1,-1,490,-1,492,494,496,498,500,502,504,-1,-1,-1,506,508,510,512,514,516,518,520,522,524,526,528,530,532,-1,534,536,538,540,542,-1,-1,544,-1,-1,546,548,-1,-1,-1,-1,-1,-1,-1,550,-1,552,-1,-1,554,556,558,560,-1,562,564,566,-1,568,-1,570,572,-1,-1,-1,-1,574,576,578,-1,580,-1,-1,-1,582,584,586,-1,-1,-1,588,590,592,594,596,598,600,602,604,606,608,610,612,-1,614,616,618,620,622,624,-1,626,-1,-1,-1,-1,-1,-1,-1,628,-1,630,632,-1,-1,-1,-1,634,-1,636,638,640,642,-1,644,646,648,-1,-1,650,652,654,-1,656,658,660,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,662,-1,-1,664,-1,666,-1,668,670,672,674,676,-1,678,680,682,684,686,-1,688,-1,690,692,694,-1,696,698,700,702,704,706,708,-1,710,-1,712,714,-1,-1,716,718,720,-1,722,724,-1,726,728,-1,730,-1,-1,-1,-1,-1,732,734,-1,-1,736,738,-1,-1,-1,-1,740,-1,-1,-1,742,-1,-1,744,-1,-1,-1,746,748,750,-1,-1,752,754,756,-1,-1,-1,-1,-1,758,760,762,-1,764,766,-1,768,-1,770,772,774,-1,-1,776,-1,778,780,-1,-1,782,-1,-1,784,-1,786,788,-1,790,792,794,-1,796,798,-1,-1,-1,-1,800,802,-1,804,-1,-1,806,808,810,812,814,816,-1,-1,818,820,822,824,826,828,830,-1,-1,832,834,836,838,-1,840,842,-1,-1,-1,844,-1,-1,-1,-1,-1,846,848,-1,850,-1,-1,-1,852,854,-1,-1,856,-1,858,860,-1,862,864,-1,-1,-1,-1,-1,866,868,870,-1,-1,-1,872,874,-1,876,878,880,882,884,886,888,890,892,894,896,898,900,902,-1,-1,904,-1,-1,-1,906,908,910,912,914,916,-1,918,920,922,-1,-1,-1,-1,-1,924,-1,-1,-1,-1,926,-1,928,-1,-1,-1,-1,-1,930,932,934,-1,936,-1,-1,-1,938,-1,-1,-1,-1,-1,-1,940,942,-1,-1,-1,-1,-1,-1,944,-1,-1,-1,-1,-1,946,-1,-1,-1,948,-1,-1,-1,-1,-1,-1,-1,950,-1,-1,-1,-1,-1,952,954,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,956,958,960,962,-1,-1,-1,-1,-1,-1,964,-1,966,-1,-1,968,-1,-1,-1,-1,970,972,974,976,978,-1,980,-1,-1,-1,-1,982,-1,-1,984,-1,-1,-1,-1,-1,-1,-1,-1,986,-1,-1,-1,988,990,-1,992,-1,-1,-1,994,-1,-1,996,998,-1,1000,1002,1004,1006,1008,-1,1010,1012,1014,-1,-1,1016,-1,-1,-1,-1,-1,-1,1018,1020,-1,1022,1024,1026,1028,1030,1032,1034,1036,1038,-1,-1,1040,1042,1044,1046,1048,1050,-1,-1,-1,1052,-1,-1,-1,-1,1054,1056,1058,-1,1060,1062,1064,1066,-1,-1,-1,1068,-1,1070,1072,-1,1074,-1,-1,1076,-1,-1,1078,1080,1082,1084,1086,-1,-1,1088,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1090,-1,-1,1092,-1,-1,1094,-1,-1,1096,1098,1100,-1,1102,1104,1106,-1,-1,-1,-1,-1,-1,1108,-1,-1,-1,-1,1110,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1112,-1,-1,1114,-1,-1,1116,-1,-1,1118,-1,-1,-1,-1,-1,1120,1122,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1124,1126,1128,1130,1132,1134,-1,-1,1136,1138,1140,1142,1144,1146,1148,1150,-1,-1,1152,1154,1156,-1,-1,1158,1160,1162,1164,1166,-1,1168,-1,-1,-1,1170,-1,1172,-1,1174,-1,-1,1176,1178,1180,-1,1182,-1,1184,-1,1186,1188,1190,-1,-1,-1,-1,-1,-1,-1,-1,-1,1192,-1,-1,1194,-1,-1,-1,-1,-1,1196,-1,-1,-1,-1,-1,1198,-1,1200,-1,-1,1202,-1,-1,-1,-1,-1,-1,-1,1204,-1,1206,-1,-1,-1,1208,-1,-1,1210,-1,1212,-1,-1,1214,-1,-1,-1,-1,1216,1218,-1,1220,1222,-1,1224,1226,1228,1230,1232,1234,1236,1238,1240,1242,1244,1246,1248,1250,1252,1254,1256,1258,1260,-1,-1,-1,1262,1264,1266,-1,-1,-1,1268,-1,-1,-1,-1,1270,1272,-1,1274,-1,-1,-1,-1,-1,-1,1276,1278,-1,-1,-1,-1,1280,1282,-1,-1,1284,1286,1288,1290,-1,1292,1294,1296,-1,1298,-1,-1,-1,-1,-1,1300,-1,-1,-1,-1,-1,-1,1302,-1,-1,-1,1304,-1,-1,-1,-1,1306,-1,-1,-1,-1,-1,1308,-1,-1,-1,-1,-1,-1,-1,1310,1312,1314,-1,1316,-1,-1,-1,-1,-1,-1,1318,1320,1322,1324,-1,1326,1328,1330,1332,-1,1334,1336,1338,1340,-1,1342,1344,1346,1348,1350,-1,-1,-1,1352,1354,-1,1356,1358,-1,-1,-1,-1,1360,-1,1362,1364,-1,-1,-1,1366,1368,-1,-1,-1,-1,1370,1372,-1,-1,1374,-1,-1,-1,1376,-1,1378,-1,-1,1380,-1,-1,1382,1384,-1,-1,1386,-1,-1,-1,-1,-1,-1,-1,-1,1388,1390,-1,-1,-1,-1,1392,1394,1396,1398,1400,1402,1404,1406,1408,1410,1412,1414,1416,1418,-1,-1,1420,1422,1424,1426,1428,1430,1432,1434,-1,1436,1438,1440,1442,1444,1446,1448,1450,1452,1454,1456,-1,1458,1460,1462,-1,1464,1466,1468,-1,-1,-1,1470,-1,-1,-1,1472,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1474,-1,-1,1476,1478,-1,-1,-1,-1,1480,-1,1482,1484,1486,1488,1490,-1,-1,1492,-1,1494,1496,1498,-1,1500,1502,-1,1504,-1,-1,1506,-1,1508,1510,-1,1512,1514,-1,1516,1518,1520,1522,1524,1526,1528,1530,1532,1534,1536,1538,1540,1542,-1,1544,1546,1548,-1,-1,-1,-1,1550,1552,-1,1554,-1,1556,-1,-1,-1,-1,1558,1560,1562,-1,-1,1564,-1,1566,1568,1570,-1,-1,1572,-1,1574,-1,-1,-1,-1,-1,-1,-1,1576,-1,-1,-1,-1,-1,-1,-1,-1,1578,-1,-1,-1,1580,1582,1584,-1,-1,-1,-1,-1,-1,1586,-1,1588,1590,1592,1594,1596,1598,-1,1600,1602,-1,1604,-1,-1,-1,-1,-1,-1,-1,-1,-1,1606,1608,1610,1612,1614,1616,1618,1620,1622,-1,1624,1626,1628,1630,1632,1634,-1,1636,-1,-1,-1,1638,-1,1640,1642,1644,-1,-1,-1,-1,-1,1646,1648,1650,-1,-1,1652,-1,-1,-1,-1,1654,-1,-1,-1,-1,-1,-1,1656,-1,-1,-1,-1,1658,-1,-1,1660,-1,1662,-1,-1,-1,1664,-1,-1,1666,-1,-1,-1,-1,1668,-1,-1,-1,-1,-1,1670,1672,1674,-1,1676,-1,-1,-1,-1,-1,-1,-1,1678,-1,-1,1680,-1,-1,-1,1682,1684,1686,-1,-1,1688,-1,1690,1692,1694,1696,1698,-1,-1,-1,-1,-1,1700,-1,-1,-1,-1,1702,-1,-1,-1,-1,-1,1704,-1,1706,-1,-1,1708,-1,1710,1712,-1,-1,-1,-1,-1,-1,-1,1714,-1,1716,1718,-1,-1,-1,1720,1722,-1,-1,1724,-1,-1,-1,1726,-1,1728,1730,-1,1732,-1,-1,1734,-1,1736,-1,-1,-1,-1,1738,1740,1742,-1,-1,1744,1746,1748,1750,1752,1754,1756,1758,-1,-1,-1,-1,-1,-1,-1,-1,1760,-1,1762,-1,-1,-1,-1,1764,1766,-1,1768,-1,-1,-1,1770,1772,1774,1776,-1,1778,-1,-1,-1,-1,-1,-1,-1,1780,-1,1782,-1,-1,-1,-1,-1,-1,-1,-1,1784,1786,1788,1790,1792,-1,-1,1794,1796,1798,1800,1802,-1,1804,1806,1808,-1,-1,-1,1810,1812,-1,1814,-1,-1,-1,1816,1818,1820,-1,1822,1824,1826,-1,-1,1828,-1,1830,-1,1832,1834,-1,-1,1836,1838,1840,1842,-1,1844,1846,-1,1848,1850,1852,1854,1856,1858,1860,-1,-1,1862,1864,1866,1868,-1,-1,-1,1870,1872,-1,-1,-1,1874,-1,1876,1878,1880,1882,-1,-1,-1,-1,-1,1884,-1,-1,-1,-1,-1,-1,-1,1886,-1,-1,1888,1890,1892,-1,-1,-1,1894,1896,-1,1898,-1,-1,1900,1902,1904,1906,1908,-1,-1,1910,1912,1914,1916,1918,-1,1920,1922,-1,-1,1924,-1,-1,-1,-1,-1,-1,-1,-1,1926,1928,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1930,1932,1934,1936,1938,1940,-1,1942,1944,1946,-1,-1,-1,1948,-1,1950,1952,1954,1956,1958,1960,-1,-1,-1,-1,-1,-1,1962,1964,-1,-1,-1,-1,1966,-1,-1,1968,1970,-1,-1,1972,-1,-1,-1,-1,1974,-1,1976,-1,-1,-1,1978,1980,1982,1984,1986,1988,1990,-1,-1,-1,-1,-1,-1,-1,-1,-1,1992,1994,1996,1998,-1,-1,-1,2000,2002,2004,-1,-1,-1,-1,-1,2006,-1,-1,2008,-1,-1,2010,-1,2012,-1,-1,-1,-1,-1,-1,-1,-1,2014,-1,2016,-1,2018,2020,-1,2022,-1,2024,-1,-1,-1,-1,-1,-1,-1,2026,-1,-1,-1,-1,-1,-1,-1,2028,-1,-1,-1,-1,2030,-1,-1,2032,2034,-1,2036,2038,-1,-1,-1,-1],"split_conditions":[9.880494E1,7.602539E-1,8.149414E-1,2.1002892E2,9.501953E-1,4.1314697E2,9.165039E-1,8.129883E-1,2.6719543E2,3.0664062E-1,1.4775E2,-9.3222106E-1,1.10646416E2,5.9521484E-1,2.5554503E2,1.5207422E2,9.2089844E-1,1.0949036E0,1.3896085E2,2.6719543E2,8.4765625E-1,3.0460358E-3,-0E0,5.247422E-1,-6.625061E-1,-9.297565E-1,1.1254328E2,1.3442224E2,1.6066177E0,3.8452148E-1,1.9977502E2,8.3447266E-1,9.980469E-1,1.2817383E-1,1.1708721E0,2.1959126E0,2.1174084E2,-9.039537E-1,-0E0,3.4204102E-1,2.0325471E2,9.794922E-1,1.494431E2,-0E0,7.4127257E-1,2.1862433E2,5.089925E0,9.8876953E-1,1.7878607E2,1.17123795E2,3.0645422E2,1.04317245E2,1.627359E2,1.6086667E2,4.509375E1,1.266875E2,8.051758E-1,9.8535156E-1,-0E0,9.4091797E-1,4.439161E0,8.66875E1,-9.0794396E-1,7.29383E-1,-0E0,-0E0,-6.77232E-1,9.995117E-1,7.8086936E-1,1.6148209E2,5.6618605E0,1.1158923E2,-3.9030868E-1,-9.316025E-1,9.9121094E-1,3.2043457E-2,8.901367E-1,8.1933594E-1,1.9633768E2,6.71875E-1,1.3376945E2,7.8E1,1.35597E2,3.4341084E1,9.873047E-1,9.995117E-1,-0E0,3.2043457E-2,1.8162864E0,3.0664062E-1,8.6328125E-1,2.5024414E-1,3.35E1,-6.085694E-1,4.3920898E-1,1.5220642E-2,9.6057844E-1,1.676816E2,1.6244978E2,7.965088E-3,-9.368964E-1,-0E0,3.955078E-2,-4.752969E-1,-0E0,1.1154175E-2,4.128125E1,5.9059186E0,5.947876E-2,1.141875E2,8.569336E-1,1.6422427E0,6.606045E1,1.7443595E0,-0E0,6.882876E1,-0E0,9.526367E-1,1.7878607E2,2.1174908E0,8.3447266E-1,1.7489629E2,1.8575E2,2.3779297E-1,-8.13204E-1,9.946289E-1,1.7330345E2,1.0907747E2,1.04704124E2,1.15030975E2,1.0760498E-1,9.663086E-1,1.0964164E2,3.0004883E-1,1.1158923E2,-0E0,-8.42074E-1,1.0629884E2,-0E0,5.501268E2,-0E0,1.8271279E0,3.0484375E1,7.062339E1,5.7495117E-2,2.1105957E-1,1.308322E2,1.514676E2,4.8757412E1,3.2398515E0,5.884375E1,1.16882324E-1,5.9438562E0,-3.7373528E-1,2.048543E2,3.3374023E-1,1.55375E2,2.5177002E-2,4.840625E1,5.7006836E-2,2.182395E0,3.5916734E0,4.5571873E1,4.74375E1,1.3375E2,-0E0,3.9630896E-1,1.228522E2,9.975586E-1,-1.4151253E-1,5.979692E1,5.7508125E0,-0E0,6.157004E-1,-1.4891484E-1,1.3513184E-1,1.9225E2,4.246875E1,9.785156E-1,7.3625E1,9.7509766E-1,1.5220642E-2,1.5663E2,9.7998047E-1,-9.2054105E-1,-0E0,6.364017E-1,9.7265625E-1,3.982544E-3,3.9990234E-1,-7.2998863E-1,7.0249306E1,4.25E1,7.722628E-1,2.048543E2,1.5234375E-1,1.412072E2,-6.00526E-1,-0E0,2.908059E0,-2.219575E-1,-5.002409E-1,-0E0,-0E0,7.088157E-1,9.889728E1,7.4375E1,2.5177002E-2,-8.58164E-1,8.979492E-1,1.7838957E0,5.321002E-2,2.7008057E-3,6.585161E-1,1.3231746E0,4.399414E-1,7.3046875E-1,9.9560547E-1,9.6875E-1,4.865625E1,5.7878387E-1,-0E0,1.874155E0,-8.95324E-1,-0E0,6.828467E1,7.025104E-1,-0E0,9.980469E-1,7.1972656E-1,1.22680664E-1,5.3222656E-1,3.3931732E-3,3.1103516E-1,4.842488E0,3.6375E1,1.9455205E2,1.224375E2,6.3388374E1,1.9482422E-1,5.571875E1,3.798828E-1,3.5393062E0,1.2779236E-2,-0E0,-2.4854381E-1,1.9357169E0,3.0140625E1,-0E0,1.6125427E0,-0E0,9.9902344E-1,1.5074902E0,6.975317E0,2.397414E2,1.1610646E-1,1.5225E2,1.1711452E0,-0E0,1.4233398E-1,5.947876E-2,8.857422E-1,-0E0,8.13125E1,9.772519E1,1.7454463E2,1.6757976E2,2.0580481E2,1.632932E2,5.466461E-3,6.484375E-1,-3.9703384E-1,4.000732E-1,2.2924876E2,-0E0,-0E0,2.1174084E2,5.18745E0,1.7138672E-1,-0E0,-2.2122271E-1,6.175063E-1,-0E0,3.284375E1,9.4864935E-1,4.2281723E0,2.1174908E0,1.1359992E0,9.243164E-1,4.183357E0,9.4091797E-1,5.6864136E-1,1.7248672E2,6.637202E1,2.041285E0,-1.7552496E-1,1.2216733E-2,-1.2303299E-1,-0E0,1.0201228E0,-8.535194E-1,-1.2303299E-1,1.1547466E2,-0E0,8.1591797E-1,1.9025749E0,-6.054022E-1,-0E0,1.12042404E2,1.770822E2,1.3104156E0,1.2870368E0,-2.8108832E-1,9.604492E-1,-0E0,-0E0,8.332714E-2,2.4121094E-1,1.6503906E-1,3.0484375E1,8.425E1,6.197002E-1,3.4018242E0,2.3433496E2,-0E0,-0E0,-2.8374466E-1,-0E0,-7.5382113E-1,-0E0,-7.912906E-1,5.0858967E-2,-0E0,8.5649514E-1,-0E0,-2.6568493E-1,-0E0,1.5571556E2,5.65625E1,4.985278E0,-0E0,1.6264853E0,1.8620577E0,-0E0,-5.383485E-1,-1.6094603E-1,8.154297E-1,-0E0,1.9241333E-2,5.370293E-1,3.7409446E0,9.916992E-1,1.514676E2,5.24375E1,8.925781E-1,5.437072E-1,-8.530206E-2,-0E0,6.55E1,8.4625E1,3.244629E-1,9.8409065E1,6.084375E1,7.8222656E-1,1.273125E2,8.35625E1,8.765613E1,9.8583984E-1,9.794922E-1,1.6708575E2,1.8232852E2,7.8239995E-1,-5.4095227E-1,8.30625E1,3.1625E2,2.4633789E-1,9.9902344E-1,4.7600365E0,-1.9493107E-1,-0E0,9.975586E-1,5.306328E-1,-0E0,1.5497513E2,9.9853516E-1,9.517126E-1,-0E0,-5.059699E-1,-0E0,-0E0,1.1036824E0,-0E0,9.9316406E-1,5.602361E-1,8.71958E-1,-6.553381E-1,-0E0,1.8555181E0,8.671875E-1,9.5214844E-1,9.868164E-1,-0E0,9.975586E-1,5.98125E1,1.1547466E2,-0E0,9.8535156E-1,1.2341182E-1,4.296875E1,4.328944E0,-0E0,-7.66534E-1,-0E0,-0E0,8.294678E-2,9.501953E-1,5.9438562E0,-5.582075E-1,7.899414E-1,-9.034484E-1,-0E0,-0E0,9.585825E1,1.7871857E-3,2.4121094E-1,2.0970471E-1,-4.3809706E-1,-6.9904166E-1,7.05E1,1.5211551E2,3.040625E1,7.8125E-1,8.166504E-2,9.057617E-1,3.6010742E-1,7.637006E-1,1.2439891E2,1.9238281E-1,9.900065E1,9.9902344E-1,7.807617E-1,6.2444633E-1,9.038086E-1,5.97248E1,9.975586E-1,5.026245E-2,2.1557617E-1,4.7375E1,-5.0709575E-1,5.905538E1,-4.8106605E-1,-0E0,2.1458118E0,1.222808E0,-0E0,6.007844E-2,-0E0,1.21E2,-0E0,1.0077386E0,8.4716797E-1,-0E0,-7.535171E-1,3.5526562E-1,-0E0,2.37875E2,-0E0,1.6230675E0,2.1447754E-1,2.2485352E-1,3.9800863E0,-0E0,4.246875E1,3.413086E-1,1.1564298E2,-3.6767066E-1,-0E0,7.489318E1,3.709375E1,5.7495117E-2,-0E0,1.3885831E0,9.3475854E-1,3.884375E1,-0E0,-0E0,-1.1874269E-1,-0E0,1.2029439E0,1.1629158E0,-0E0,-0E0,-6.426626E-1,-0E0,8.0810547E-1,-2.6860744E-1,2.4690375E-1,6.70625E1,-0E0,4.773229E0,5.3986734E-1,7.182617E-1,9.8339844E-1,3.6902136E2,1.5710449E-1,9.552903E-1,-0E0,9.975586E-1,1.6980661E2,6.088867E-1,3.7529328E0,1.3675E2,-0E0,4.879668E0,4.4178578E-1,1.1822927E2,1.3248292E0,9.9853516E-1,2.726686E-1,5.121875E1,1.3896085E2,7.247925E-3,4.1E1,1.0997641E2,1.0777285E2,1.1822927E2,-0E0,4.3218468E1,-6.32908E-1,4.25E1,3.840625E1,-0E0,3.3187664E-1,1.968051E2,9.9853516E-1,7.363281E-1,-0E0,9.765625E-1,1.7421845E0,-7.707125E-1,8.075E1,1.862202E2,-0E0,4.39375E1,-0E0,-2.6899436E-1,-0E0,-8.888917E-1,-0E0,5.246462E-1,4.284375E1,-0E0,-5.1731986E-1,1.3711147E0,1.2439891E2,-0E0,-6.372447E-1,-2.72974E-1,3.5041243E-1,8.226825E-1,-0E0,7.830905E-1,-0E0,1.4233398E-1,-4.9044254E-1,-0E0,4.4E1,-8.8096035E-1,-0E0,-0E0,1.16882324E-1,1.4772415E-3,1.7532883E2,-0E0,1.8183914E0,1.6204365E1,1.4653358E0,3.0296875E1,-0E0,-0E0,5.733207E-1,2.2484946E0,-0E0,3.1391575E0,4.0412466E2,8.731721E-1,-7.4005574E-1,2.286248E1,1.2934842E2,-4.8536086E-1,8.300781E-1,-0E0,5.776258E0,2.9469612E0,4.2297826E0,-0E0,5.036005E-1,3.071875E1,-0E0,2.5415E0,7.988281E-1,-0E0,1.9723955E-1,3.827736E0,-0E0,-7.922642E-2,1.1158923E2,-0E0,8.5915245E1,3.428125E1,-0E0,1.5211551E2,1.9479313E0,8.35625E1,-0E0,3.51875E1,2.7927485E0,-8.908109E-1,-0E0,-0E0,-5.2081877E-1,9.472656E-1,6.347656E-1,-0E0,2.895954E0,-0E0,6.364017E-1,3.0140625E1,4.6125E1,1.9726562E-1,4.3770843E0,5.08125E1,1.03428566E2,1.2928089E0,-0E0,6.36875E1,3.479004E-2,5.746875E1,9.897461E-1,9.975586E-1,2.3347368E0,4.753113E-3,-0E0,-0E0,9.9902344E-1,3.4368746E0,1.420584E0,1.5498636E2,-6.9801295E-1,8.55625E1,9.189453E-1,4.998353E-2,-0E0,-0E0,6.573486E-2,-0E0,4.8283738E-1,-0E0,-4.3314105E-1,-0E0,7.171631E-3,1.8575E2,-0E0,9.980469E-1,-0E0,-2.919431E-1,-0E0,9.6057844E-1,1.3190248E2,-8.2629436E-1,-0E0,1.5793492E2,-0E0,4.7998047E-1,1.05651855E-1,-0E0,1.5899658E-2,6.475E1,-0E0,-0E0,2.7432004E-1,1.2954557E0,-0E0,5.255127E-2,9.301758E-1,6.1187744E-2,-0E0,-0E0,-1.650414E-1,3.7020596E1,6.42474E1,-0E0,2.3815918E-1,1.2586586E2,7.739258E-1,8.745117E-1,6.43125E1,4.230957E-1,1.7883301E-1,9.970703E-1,9.375E-1,1.2841797E-1,5.24375E1,6.4468604E-1,8.989258E-1,1.1547466E2,-3.762052E-2,-0E0,8.144228E1,-0E0,2.6734948E-1,6.779234E-1,4.6051025E-2,9.6777344E-1,3.546875E1,9.5654297E-1,4.6903906E0,4.9232832E-1,-0E0,4.0397644E-3,1.1118202E0,6.7333984E-1,-1.4409436E-2,-0E0,-6.257592E-1,-6.2898606E-2,-0E0,6.42474E1,-0E0,-0E0,-9.105162E-1,-0E0,9.980469E-1,-7.3264116E-1,9.970703E-1,-0E0,-9.065321E-2,1.258775E0,-0E0,-0E0,3.33125E1,5.35E1,5.4589844E-1,-0E0,3.1732655E0,-0E0,-5.6373274E-1,-0E0,3.903125E1,1.9292474E-1,-0E0,-0E0,-6.020661E-1,-5.630001E-2,8.738847E-1,8.4E1,5.6618605E0,-1.5535197E-1,-0E0,-8.779009E-1,-0E0,-0E0,1.263977E0,6.556615E1,-5.7515E-1,-1.3568479E-1,1.7217015E0,-0E0,1.0027497E0,1.9225E2,-0E0,-0E0,5.087395E-1,3.040625E1,-0E0,-0E0,1.705438E0,5.8169675E-1,-0E0,-5.357532E-1,-0E0,9.9121094E-1,-0E0,2.6029313E-1,-0E0,1.0863233E0,-0E0,6.611328E-1,1.8325806E-2,-3.3590066E-1,-0E0,3.3070767E-1,-0E0,-5.7062334E-1,-0E0,-0E0,6.5236527E-1,-3.4456566E-1,-0E0,1.6501409E0,7.7490234E-1,4.656269E0,1.944927E0,-0E0,1.60954E-1,-0E0,-8.407192E-1,-0E0,-2.4659282E-1,1.9625281E0,-0E0,1.7576418E2,-0E0,-0E0,1.5859122E2,-0E0,-3.3048138E-1,-0E0,-4.2969662E-1,3.5437438E0,3.196875E1,1.6839132E0,6.819305E-1,1.00496735E2,-0E0,3.48125E1,-0E0,-1.4255095E-1,-0E0,-0E0,1.7248672E2,-9.403712E-1,-0E0,9.975586E-1,-0E0,-0E0,-1.9257298E-1,1.9064307E-1,-0E0,-0E0,1.341764E-1,-0E0,3.084375E1,-0E0,1.18777E0,-0E0,6.8092346E-3,1.8575E2,-0E0,1.1547466E2,-0E0,-0E0,-2.0564628E-1,1.6532935E0,-0E0,-0E0,7.626953E-1,1.8210612E2,-0E0,1.18981064E2,5.834961E-1,7.84375E1,7.899414E-1,2.3734709E1,-0E0,9.487153E1,4.4791636E0,9.35918E1,-0E0,-0E0,8.2375E1,-0E0,-3.715999E-1,1.5017582E-1,-0E0,1.150957E0,-0E0,1.0398865E-2,6.947514E1,-0E0,3.3642514E0,4.650879E-1,7.35E1,4.7998047E-1,5.289727E1,1.0201228E0,8.0371094E-1,2.1643066E-1,1.9916284E0,4.0374812E-1,-0E0,3.0484375E1,1.0740787E2,1.952249E2,3.453125E1,1.4898243E0,6.729559E-1,-0E0,-1.0759436E0,5.1201478E-2,9.235561E-1,-0E0,5.251612E-1,6.780792E-1,-0E0,3.778125E1,5.961914E-1,2.5683594E-1,-6.0317934E-1,3.446875E1,5.8935347E0,7.921574E1,5.1032395E0,-6.2865806E-1,-0E0,-0E0,3.15E1,-0E0,1.4920064E2,7.4188576E1,3.7214994E-1,1.3465677E0,-0E0,-0E0,1.5979076E2,-8.170536E-1,-0E0,8.7768686E-1,1.1359992E0,2.8393555E-1,3.1203125E1,9.4177246E-2,-0E0,-0E0,3.6659206E1,1.0560926E0,-0E0,-0E0,1.1407907E0,-3.3833486E-1,-0E0,-8.3941096E-1,-0E0,-0E0,5.6291515E-1,5.257164E0,-0E0,-0E0,1.9210815E-2,-8.6626947E-1,-0E0,3.353125E1,-0E0,-0E0,5.268224E0,1.5705591E0,3.0953125E1,-0E0,2.7980394E0,9.975586E-1,9.165039E-1,-1.8746081E-1,-0E0,2.3036487E-1,-0E0,-7.775556E-1,-0E0,1.1283248E2,-0E0,-1.6227384E-1,-0E0,-0E0,9.5654297E-1,-0E0,-3.2409447E-1,-0E0,4.958155E-1,-0E0,-8.872818E-1,-0E0,6.062353E-1,-0E0,2.4011781E0,1.5734291E0,-0E0,-0E0,2.3895264E-2,-0E0,3.2695527E0,3.3931732E-3,-0E0,-0E0,6.3201505E-1,1.692367E0,-0E0,1.5705591E0,-0E0,1.6612293E0,-0E0,-0E0,1.1296767E0,6.25E1,1.8004496E0,-3.957176E-2,-0E0,-0E0,-9.1754174E-1,-0E0,-8.7546337E-1,3.212021E-1,-0E0,-6.8223244E-1,-0E0,9.8736525E-1,-0E0,9.970703E-1,1.0947169E0,9.53125E-1,6.69375E1,1.21447716E2,6.072536E1,7.037168E-1,-0E0,2.1174908E0,2.5390625E-1,4.4156433E1,7.20625E1,9.8535156E-1,4.4156433E1,6.499803E1,5.19119E1,-0E0,-3.5002077E-1,5.3274145E0,1.03375E2,4.246875E1,9.0541774E-1,-0E0,4.509505E0,2.4302626E0,4.238562E0,9.7021484E-1,7.025104E-1,-0E0,1.7091316E0,-0E0,-8.911634E-1,5.177069E-1,1.2779236E-2,-0E0,5.65625E1,-0E0,7.402344E-1,-4.91798E-2,5.959345E-1,9.3847656E-1,9.663086E-1,1.2256718E0,-0E0,2.5182246E2,-4.703355E-1,2.22625E2,-0E0,6.7333984E-1,5.371094E-1,6.556615E1,-0E0,-0E0,9.3017405E-1,8.9553565E-1,-0E0,-0E0,-1.24009624E-1,-0E0,1.0010443E0,9.970703E-1,-0E0,-6.206876E-2,1.7576418E2,-0E0,-5.352182E-1,2.6495385E-1,-3.980158E-1,-0E0,7.171631E-3,-0E0,-3.8169664E-1,-0E0,6.8444467E-1,-9.3133736E-1,1.7082025E0,-0E0,7.944336E-1,-4.0100437E-1,-0E0,7.422364E-1,-0E0,1.9900362E-1,-0E0,-0E0,-9.2674214E-1,1.0565293E0,-0E0,9.9902344E-1,-0E0,5.3335466E0,4.0458125E-1,1.8037533E0,-0E0,2.1698434E2,-0E0,-0E0,7.01875E1,-0E0,7.451172E-1,-0E0,-8.970615E-1,4.879668E0,-0E0,-7.699671E-1,-0E0,-2.0928986E-2,2.1959126E0,2.7008057E-3,-0E0,7.8239995E-1,8.35625E1,-1.19548626E-1,1.14701866E2,2.4600454E1,1.3865347E2,4.0287064E1,1.3351433E0,9.3847656E-1,9.9072266E-1,1.8067908E2,9.84375E-1,9.781544E-1,7.368164E-1,8.9990234E-1,9.198681E1,2.5027504E0,4.3917277E-1,8.611066E1,1.8566895E-1,1.9262695E-1,5.551758E-1,-3.9106268E-1,3.5868052E-2,-0E0,5.776258E0,1.2336916E0,1.589913E2,-1.3378148E-1,-0E0,1.14760526E-1,3.0484375E1,-9.7268933E-1,-0E0,2.656664E-1,-0E0,5.9059186E0,6.7875E1,-5.032725E-1,2.6499128E0,-0E0,6.156118E-1,-0E0,4.6392816E-1,-0E0,-5.7347184E-1,2.0705743E0,1.193125E2,-5.112437E-1,-0E0,-1.0155694E0,-0E0,6.237793E-2,5.8496094E-1,-0E0,4.7631502E-1,5.00611E0,1.5991211E-1,2.046585E-3,5.5625E1,-0E0,4.4625E1,9.8291016E-1,5.776367E-1,-0E0,1.2771932E2,1.3276333E0,-0E0,1.4632055E0,-0E0,-0E0,7.6660156E-1,-4.0670786E-2,-0E0,-0E0,-8.8574016E-1,-0E0,-9.6556884E-1,4.9232832E-1,-0E0,-1.8225133E-1,-0E0,8.100586E-1,-0E0,1.6700205E0,-0E0,-8.433593E-1,1.8465719E0,2.2470734E0,-0E0,7.9914474E-1,-0E0,-0E0,1.0925E2,-0E0,7.4831057E-1,-0E0,-6.4471006E-1,3.1627288E-1,-0E0,-0E0,1.5026071E2,4.1002355E0,6.882876E1,-0E0,6.63853E-1,-0E0,-3.9046416E-1,1.6626967E-1,-0E0,-8.7415594E-1,-0E0,4.221875E1,6.321875E1,1.0112301E2,3.1592565E0,2.3145411E-2,3.1734375E1,8.227539E-1,9.637451E-2,5.628941E-1,-0E0,1.8723885E2,1.0997641E2,4.728125E1,1.3340855E0,-0E0,3.0140625E1,2.214493E0,2.1325684E-1,1.7098709E0,1.1767578E-1,-3.647962E-1,-0E0,-0E0,1.297989E2,8.051081E-1,-0E0,2.0803392E0,3.0140625E1,-5.185528E-1,4.467176E-1,-0E0,-8.602979E-2,1.9603203E2,-0E0,1.050625E2,3.805542E-2,-0E0,2.0030423E-1,4.450781E-1,4.4750977E-1,1.1268616E-2,-0E0,-0E0,3.7034E-1,-0E0,4.221875E1,5.522294E-1,-0E0,-0E0,1.21E2,-0E0,8.578196E-1,2.4163671E-1,7.48107E1,-0E0,2.130127E-1,-2.9458645E-1,-0E0,9.9902344E-1,-0E0,-0E0,8.7158203E-1,1.5455719E2,-0E0,-0E0,9.970703E-1,1.7766708E0,-0E0,-2.1862783E-1,-0E0,-9.13287E-1,-0E0,-9.086069E-1,-0E0,6.725E1,3.259375E1,-0E0,6.882808E-1,-0E0,8.627238E-1,8.3447266E-1,4.671875E1,9.4168015E1,3.2012718E0,5.746875E1,1.9047853E2,8.1108315E1,3.0953125E1,2.5507908E0,4.9270806E0,6.4697266E-1,6.2462524E1,3.6875E1,6.7822266E-1,-0E0,-1.0023463E0,9.7094333E-1,9.951172E-1,9.3652344E-1,6.6E1,4.2626953E-1,9.584961E-1,7.975E1,4.859375E1,-0E0,3.9046608E1,5.903125E1,5.996875E1,9.321289E-1,3.1547495E1,1.2991563E0,7.171631E-3,4.703125E1,9.9902344E-1,6.237793E-2,1.138916E-1,-0E0,9.9853516E-1,6.1525184E-1,8.16875E1,-0E0,1.9304288E2,7.758921E1,1.0398865E-2,-5.9126246E-1,-0E0,-0E0,1.9826106E2,-0E0,-2.643404E-1,-0E0,9.8339844E-1,-0E0,-4.91871E-1,-0E0,7.726265E-1,-0E0,-3.6261266E-1,-0E0,-2.3570827E-1,-1.0279342E0,-0E0,1.5007019E-2,-0E0,-0E0,6.603241E-3,4.97838E0,-0E0,1.1692713E0,-0E0,-0E0,4.5032333E1,-1.228259E-1,3.3294678E-2,5.102539E-1,1.3256836E-1,1.1352303E0,7.0996094E-1,-5.2946943E-1,-0E0,3.365625E1,-5.5356376E-2,1.7053223E-1,7.672088E1,6.43125E1,2.3334296E-1,6.637202E1,3.51875E1,-0E0,5.046875E1,8.914154E-2,-0E0,9.794922E-1,-0E0,5.9625E1,1.335907E-2,-0E0,4.6903906E0,2.3569758E0,6.6287345E-1,6.972656E-1,4.584375E1,7.48107E1,7.807617E-1,2.7441406E-1,5.0390625E-1,5.81875E1,2.2434525E0,1.8711206E1,9.9072266E-1,9.433594E-1,6.6345215E-2,8.2910156E-1,9.970703E-1,-0E0,6.3201505E-1,2.4673462E-2,8.166504E-2,-0E0,9.12159E-1,-0E0,-8.105382E-1,1.4794287E2,1.7929803E2,-0E0,1.6708575E2,-0E0,5.7495117E-2,-1.5280095E-1,-0E0,-0E0,4.9694702E-1,7.968914E1,1.71139E2,7.6538086E-2,-0E0,-0E0,5.503731E0,3.371336E-1,2.6167064E0,2.7008057E-3,5.490625E1,-0E0,4.6416235E-1,2.7360559E0,-0E0,5.778125E1,-0E0,-2.6175427E-1,-0E0,-0E0,-9.172889E-1,-0E0,5.4582775E-1,8.728027E-3,-0E0,-0E0,7.879134E-1,-0E0,9.006029E-1,-9.364121E-1,-0E0,-0E0,4.5875E1,-0E0,1.1914765E0,-0E0,3.040625E1,1.6664665E2,1.4655418E2,-0E0,-8.31036E-1,6.345238E-1,-0E0,-0E0,5.036002E-1,7.7975105E1,-7.846068E-1,2.7894704E0,1.5998333E0,4.953125E1,2.8393555E-1,9.277344E-1,9.897461E-1,-0E0,1.6667697E0,3.8578358E0,-0E0,4.8952575E0,-0E0,-6.110336E-1,-0E0,-0E0,2.1069196E-1,1.2181041E0,-0E0,-1.4179295E-1,-0E0,5.40625E1,5.538432E1,3.309375E1,9.7998047E-1,9.125767E-1,9.9853516E-1,3.859375E1,1.3376945E2,2.0561705E0,-0E0,1.1103878E2,9.8339844E-1,4.325E1,9.54899E1,9.211065E1,7.25625E1,-0E0,1.7892053E0,6.4490475E-2,-0E0,-0E0,6.1187744E-2,3.2099804E-1,8.456901E1,9.5336914E-2,4.97838E0,3.914137E-1,-0E0,-0E0,-6.552034E-1,-0E0,4.982947E1,3.240625E1,6.6918945E1,-0E0,-2.0169878E-1,7.5472254E-1,-0E0,-0E0,-4.032827E-1,-0E0,1.1359992E0,-0E0,4.6353847E-1,-0E0,-3.295365E-1,-0E0,-1.1685781E0,2.9181541E1,-0E0,-3.2560882E-1,-0E0,-0E0,7.910156E-1,-0E0,4.0700104E-2,9.946289E-1,-0E0,4.1544538E0,-0E0,-0E0,9.31656E-1,6.237793E-2,-0E0,-0E0,7.8E1,-7.688679E-1,-0E0,-0E0,4.6891385E-1,1.8620577E0,2.5614625E-1,2.5168633E-1,-3.415129E-1,-0E0,1.1031623E0,9.5947266E-1,2.8564453E-1,1.01952194E2,-0E0,1.5503179E0,-0E0,8.0078286E-1,-0E0,-0E0,-7.582416E-1,8.9513963E-1,-0E0,7.4375E1,-0E0,-6.708823E-1,9.6240234E-1,-0E0,7.2322756E-1,-3.828043E-1,8.100586E-1,4.246875E1,9.8779297E-1,-0E0,5.8693457E-1,1.6199211E2,-0E0,7.2021484E-1,9.224123E1,3.2012718E0,9.9121094E-1,1.4570413E0,-9.451522E-1,-3.361263E-1,-0E0,4.4565862E-1,-0E0,3.5694218E0,-0E0,2.1682382E-1,-0E0,-0E0,4.95625E1,7.162042E-1,-0E0,-0E0,-1.0670124E0,-0E0,6.179077E1,-0E0,1.533018E2,-0E0,2.677515E-1,1.1814037E2,-0E0,3.9086914E-1,5.9521484E-1,-0E0,-3.5848582E-1,-0E0,3.384995E-1,-0E0,7.0281315E-1,-0E0,9.585825E1,-0E0,4.842488E0,8.71958E-1,-0E0,-4.765091E-1,-0E0,4.9226775E0,1.2451172E-1,-0E0,-9.0761006E-1,1.0948181E-2,-0E0,-3.6685786E-1,-0E0,1.7368903E2,-0E0,7.9805976E-1,3.120327E0,-0E0,5.3027344E-1,-0E0,-4.3166584E-1,1.2785933E0,-0E0,3.7917707E0,-0E0,-0E0,5.046964E-1,-0E0,4.9875E1,9.863281E-1,1.0430908E-1,-9.9001116E-1,-0E0,7.604016E1,7.2558594E-1,7.7197266E-1,1.5100098E-1,5.0146484E-1,9.7802734E-1,1.3501666E2,7.0996094E-1,-5.6151826E-2,-0E0,-6.5033454E-1,-0E0,-0E0,-5.2756035E-1,-0E0,9.1940856E-1,6.237793E-2,-0E0,1.826477E-2,-0E0,-6.353374E-2,-0E0,-0E0,9.7802734E-1,5.00611E0,-0E0,3.290625E1,-0E0,-0E0,9.517613E-1,3.98125E1,8.080551E1,3.781128E-2,9.428711E-1,-0E0,5.8944434E-1,-8.8238096E-1,-0E0,-0E0,6.8381715E-1,-3.6096412E-1,-0E0,-0E0,8.728027E-3,-0E0,3.213346E1,3.435933E-1,-0E0,-1.1861624E0,-0E0,3.2333E-1,-0E0,-6.755617E-1,-0E0,1.2882698E2,3.8875E1,1.1612322E2,4.399414E-1,9.313965E-2,-0E0,-8.6577904E-1,9.733884E1,9.628906E-1,3.2142956E0,9.194336E-1,1.6326904E-2,-3.3788246E-1,1.4670132E2,5.715625E1,9.350586E-1,-0E0,-7.735344E-1,-0E0,5.1382595E1,5.644683E0,-0E0,6.42474E1,-0E0,-0E0,1.0604297E0,7.451172E-1,1.3137875E2,6.660156E-1,5.956784E-1,4.4791636E0,1.8417106E0,4.288731E0,-0E0,-0E0,1.4347833E2,-0E0,4.297177E0,-0E0,1.4193896E2,9.0185547E-1,-0E0,-2.2268526E-1,1.22501144E2,1.3659668E-1,5.2141747E0,2.8502698E0,-0E0,9.370117E-1,1.6309807E0,-4.4205554E-2,8.526553E1,3.7297952E0,3.1921875E1,8.310547E-1,7.098389E-2,2.9181541E1,6.36875E1,-0E0,-7.0412004E-1,1.7325363E0,2.4807947E0,9.3847656E-1,7.7687424E-1,-0E0,-1.054876E0,-0E0,6.725E1,9.501805E1,-0E0,-0E0,9.31443E-1,4.2732574E1,-0E0,9.819336E-1,4.9232832E-1,8.4E1,5.0037637E0,-0E0,4.1912954E-2,-6.0372925E-1,-0E0,-0E0,1.6091588E2,1.1623018E0,-0E0,-1.420491E0,-0E0,-1.1947688E0,-0E0,-0E0,1.4219706E0,5.0903255E-1,-0E0,1.4332204E0,1.3610147E0,4.3770843E0,-0E0,-4.1237444E-1,-0E0,2.9813447E0,2.4158382E0,-0E0,4.0875E1,5.5152303E-1,-0E0,5.425E1,9.0527344E-1,7.519531E-1,3.428125E1,6.109375E1,-3.6103818E-1,-0E0,3.5554805E0,9.628906E-1,4.252549E0,7.7197266E-1,3.5916734E0,-0E0,5.9936523E-2,3.130973E0,-2.5321075E-1,-0E0,3.7529328E0,-0E0,4.7207904E-1,-1.1999788E0,-0E0,9.6312255E-1,-0E0,-0E0,9.116684E-1,9.584961E-1,3.8427734E-1,-0E0,9.211798E-1,-7.0279205E-1,-0E0,-0E0,1.7657395E-1,8.8172245E-1,-0E0,-0E0,-1.0497411E0,-0E0,2.51783E-1,-0E0,-2.9532054E-1,7.405671E-1,-0E0,4.112018E-1,-0E0,-2.0622316E-1,-0E0,-0E0,5.9228516E-1,5.4785156E-1,6.892483E1,8.0126953E-1,1.3256836E-1,7.7975105E1,2.3117281E-1,6.3183594E-1,5.18745E0,9.970703E-1,-0E0,-7.511721E-1,-0E0,2.1760652E0,-6.9446373E-1,3.219297E0,5.253125E1,4.0942383E-1,1.430664E-1,2.298468E0,2.1316528E-2,-0E0,9.006476E-1,-0E0,3.4578186E-1,-5.083552E-1,-0E0,7.026367E-1,3.81875E1,-9.64201E-1,-0E0,9.8798907E-1,-0E0,2.633667E-2,-0E0,5.4177547E-1,2.7905273E-1,1.5043162E0,-1.0828615E-2,-0E0,1.4415538E2,-3.6684987E-1,-0E0,1.9466238E-1,-1.6081962E-1,1.386122E2,-0E0,3.33125E1,-0E0,-0E0,5.5989605E-1,3.73125E1,2.229309E-2,3.615625E1,9.9560547E-1,3.246875E1,1.4136758E2,9.951172E-1,4.989147E-1,-2.6498812E-1,-0E0,-0E0,6.960265E-1,7.5845563E-1,-0E0,-0E0,-1.7026812E-1,3.365625E1,5.18241E-1,1.2392129E0,1.8417106E0,-0E0,4.9754834E-1,-0E0,2.895954E0,1.7258565E0,3.3931732E-3,-0E0,7.285303E-1,-0E0,-1.7113471E-1,-0E0,3.137207E-2,-0E0,-5.095474E-1,9.980469E-1,-0E0,-2.7052504E-1,8.938213E1,-0E0,3.20625E1,-6.668398E-2,-0E0,4.9640127E-2,-5.4193247E-2,-0E0,9.0013254E-1,-0E0,-1.1810846E0,1.1492944E0,5.814049E-1,2.7539062E-1,-0E0,1.3118407E0,1.2840787E2,-0E0,1.0009766E-2,-0E0,4.7343372E1,5.581145E-1,-0E0,-0E0,4.7822076E-1,-0E0,-1.2532941E0,-0E0,1.0201228E0,-1.2261684E0,-0E0,-0E0,-5.5149424E-1,8.148441E-1,-0E0,-0E0,5.0625E1,-0E0,9.4305277E-1,-0E0,-7.6003915E-1,4.3218468E1,-0E0,-0E0,7.832031E-1,4.84375E1,-0E0,1.8362498E2,6.1035156E-2,9.007635E-1,-0E0,-0E0,3.562035E-1],"split_indices":[5,13,15,6,13,7,14,12,7,15,8,0,5,14,6,4,12,2,4,7,14,16,0,1,0,0,5,7,0,14,7,14,16,19,0,3,6,0,0,14,6,13,7,0,0,7,1,15,6,7,7,4,7,4,10,9,15,12,0,15,0,11,0,0,0,0,0,18,2,6,0,4,0,0,14,18,18,15,7,13,4,11,5,7,18,17,0,18,1,15,14,13,9,0,14,18,1,7,6,19,0,0,18,0,0,18,8,0,14,11,17,0,7,3,0,4,0,13,6,0,14,6,10,13,0,15,6,4,5,7,12,17,5,13,4,0,0,5,0,5,0,2,10,5,13,12,6,6,5,2,8,18,1,0,6,16,10,19,10,19,0,2,7,8,9,0,0,7,18,0,4,1,0,0,0,12,11,9,15,11,17,19,4,14,0,0,0,16,18,17,0,4,10,3,6,13,4,0,0,1,0,0,0,0,0,4,9,19,0,13,1,0,19,2,3,12,16,15,13,10,3,0,0,0,0,5,0,0,17,12,14,12,18,17,2,9,6,11,5,12,11,19,0,18,0,0,3,8,0,2,0,15,3,7,7,0,10,0,0,13,15,14,0,11,6,6,4,7,6,18,14,0,0,7,0,0,6,3,16,0,0,0,0,8,3,3,0,2,14,0,14,0,6,5,3,0,0,0,0,0,0,0,6,0,13,1,0,0,5,6,3,1,0,19,0,0,0,18,13,8,9,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,4,11,1,0,1,1,0,0,0,17,0,17,2,2,16,6,10,15,0,0,0,8,9,16,5,10,16,11,10,5,17,16,6,7,0,0,10,9,18,14,2,0,0,16,0,0,6,18,0,0,0,0,0,0,0,17,0,2,0,0,2,14,18,16,0,14,10,6,0,19,0,11,2,0,0,0,0,13,15,1,0,3,0,0,0,5,18,18,0,0,0,11,6,8,13,19,13,14,2,4,18,7,15,15,0,16,7,15,18,17,9,0,5,0,0,0,0,0,0,0,10,0,3,18,0,0,0,0,9,0,0,19,12,2,0,9,12,4,0,0,4,10,13,0,1,0,8,0,0,0,0,0,0,0,0,0,0,12,0,0,8,0,0,0,19,17,7,12,0,0,16,6,19,3,9,0,2,0,6,0,17,0,8,4,19,11,4,4,6,0,5,0,10,10,0,0,6,15,13,0,17,0,0,11,6,0,11,0,0,0,0,0,0,8,0,0,2,4,0,0,0,0,3,0,0,0,13,0,0,9,0,0,0,19,17,6,0,0,7,1,8,0,0,0,0,0,2,6,0,0,7,6,0,13,0,2,2,0,0,0,10,0,0,14,0,0,3,0,0,4,0,5,10,0,6,1,11,0,9,0,0,0,0,0,14,12,0,2,0,0,8,9,12,0,11,5,0,0,9,18,11,16,14,2,18,0,0,14,1,0,5,0,11,14,0,0,0,12,0,0,0,0,0,16,9,0,19,0,0,0,1,4,0,0,6,0,18,13,0,17,8,0,0,0,0,0,19,19,13,0,0,0,7,5,0,12,6,14,14,11,15,13,14,19,12,10,3,15,6,0,0,5,0,0,0,18,15,8,15,0,2,0,16,0,16,0,0,0,0,0,5,0,0,0,0,19,0,17,0,0,0,0,0,11,10,17,0,0,0,0,0,9,0,0,0,0,0,0,10,0,0,0,0,0,0,0,5,0,0,0,0,0,10,0,0,0,8,0,0,0,0,0,0,0,17,0,0,0,0,0,18,17,0,0,0,0,0,0,0,0,0,0,3,13,1,2,0,0,0,0,0,0,0,0,6,0,0,4,0,0,0,0,3,8,2,2,5,0,10,0,0,0,0,6,0,0,14,0,0,0,0,0,0,0,0,8,0,0,0,17,10,0,6,0,0,0,1,0,0,12,6,0,4,13,10,3,7,0,4,0,4,0,0,11,0,0,0,0,0,0,19,5,0,0,18,9,19,5,0,12,12,0,0,0,8,7,6,11,1,0,0,0,0,2,0,0,0,0,11,16,13,0,8,3,4,2,0,0,0,8,0,4,4,0,2,0,0,4,0,0,1,2,19,10,13,0,0,4,0,0,0,0,0,0,0,0,0,0,3,0,0,16,0,0,10,0,0,1,1,11,0,1,18,15,0,0,0,0,0,0,7,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,19,0,0,2,0,0,1,0,0,0,0,0,8,2,0,0,0,0,0,0,0,0,0,0,0,0,16,0,14,11,4,4,0,0,0,17,4,11,15,4,4,7,0,0,3,10,9,0,0,1,2,2,16,0,0,1,0,0,0,18,0,9,0,16,0,0,15,16,2,0,7,0,10,0,16,15,5,0,0,0,0,0,0,0,0,0,15,0,0,6,0,0,0,0,0,16,0,0,0,0,0,0,0,13,0,0,2,0,0,0,0,0,0,0,15,0,1,0,0,0,6,0,0,8,0,13,0,0,2,0,0,0,0,3,19,0,0,11,0,4,7,7,7,3,14,16,6,15,3,17,16,5,3,0,4,16,12,14,0,0,0,2,1,6,0,0,0,8,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,9,0,0,0,0,12,14,0,0,3,12,17,8,0,10,14,12,0,6,0,0,0,0,0,15,0,0,0,0,0,0,2,0,0,0,17,0,0,0,0,1,0,0,0,0,0,10,0,0,0,0,0,0,0,4,3,4,0,3,0,0,0,0,0,0,8,10,4,0,0,8,18,12,0,0,6,4,11,2,0,8,2,16,3,13,0,0,0,4,3,0,2,8,0,0,0,0,6,0,10,17,0,0,0,16,17,0,0,0,0,8,3,0,0,11,0,0,0,5,0,13,0,0,14,0,0,14,7,0,0,17,0,0,0,0,0,0,0,0,11,8,0,0,0,0,14,8,5,2,9,6,5,10,3,0,17,4,10,14,0,0,2,14,15,9,18,17,9,8,0,7,9,9,14,7,1,16,10,15,12,12,0,17,1,9,0,6,5,19,0,0,0,6,0,0,0,19,0,0,0,0,0,0,0,0,0,0,17,0,0,19,0,0,0,0,0,7,0,18,15,13,3,16,0,0,8,0,13,4,9,0,5,9,0,8,0,0,18,0,9,16,0,0,1,0,16,10,5,15,13,16,9,2,7,14,14,13,15,14,0,2,16,13,0,0,0,0,6,6,0,6,0,13,0,0,0,0,4,6,12,0,0,3,0,2,19,8,0,0,0,0,8,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,8,0,0,0,8,6,6,0,0,0,0,0,0,4,0,2,2,11,18,16,17,0,1,2,0,1,0,0,0,0,0,0,0,0,0,11,5,10,17,0,15,8,4,0,0,4,15,8,5,4,10,0,0,0,0,0,13,0,7,18,0,0,0,0,0,0,4,11,5,0,0,3,0,0,0,0,2,0,0,0,0,0,0,7,0,0,0,0,12,0,0,17,0,0,0,0,0,12,0,0,10,0,0,0,0,1,0,0,0,0,0,15,12,4,0,2,0,0,0,0,0,0,0,10,0,0,18,0,0,0,17,9,15,0,0,6,0,17,7,2,15,0,0,0,0,0,0,2,0,0,0,0,9,0,0,0,0,0,5,0,7,0,0,4,0,13,15,0,0,0,0,0,0,0,5,0,2,2,0,0,0,2,16,0,0,16,0,0,0,6,0,2,2,0,14,0,0,2,0,3,0,0,0,0,8,18,13,0,0,5,15,12,16,13,18,4,16,0,0,0,0,0,0,0,0,12,0,18,0,0,0,0,19,3,0,10,0,0,0,8,5,16,18,0,1,0,0,0,0,0,0,0,18,0,5,0,0,0,0,0,0,0,0,4,11,4,12,12,0,0,7,14,3,17,19,0,4,9,14,0,0,0,7,2,0,5,0,0,0,13,7,16,0,0,2,0,0,0,4,0,2,0,4,14,0,0,4,13,2,0,0,17,3,0,5,0,11,19,18,7,10,0,0,2,2,14,1,0,0,0,11,5,0,0,0,7,0,14,2,11,2,0,0,0,0,0,7,0,0,0,0,0,0,0,3,0,0,2,1,0,0,0,0,0,0,0,9,0,0,9,14,17,10,10,0,0,0,15,3,19,2,0,16,0,0,0,3,0,0,0,0,0,0,0,0,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,12,5,18,13,4,0,19,3,15,0,0,0,3,0,2,9,16,12,0,18,0,0,0,0,0,0,12,11,0,0,0,0,18,0,0,16,1,0,0,6,0,0,0,0,6,0,11,0,0,0,8,17,11,15,8,6,14,0,0,0,0,0,0,0,0,0,8,3,0,2,0,0,0,2,0,18,0,0,0,0,0,16,0,0,14,0,0,4,0,8,0,0,0,0,0,0,0,0,2,0,12,0,1,4,0,16,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,5,0,0,12,8,0,6,18,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[9.0929375E3,3.989088E3,5.10385E3,2.4174045E3,1.5716832E3,3.2729604E3,1.8308896E3,1.8832338E3,5.341709E2,6.999415E2,8.7174176E2,3.268143E3,4.8174577E0,1.6523132E3,1.7857646E2,1.3060845E3,5.7714923E2,5.2850635E2,5.664528E0,2.712574E2,4.286841E2,8.7115875E2,5.8297527E-1,9.040827E-1,3.9133751E0,1.4078978E3,2.4441537E2,1.0927555E2,6.930091E1,1.1265287E3,1.7955582E2,1.8258601E2,3.945632E2,3.9329834E0,5.2457336E2,2.687106E0,2.977422E0,2.7000397E2,1.2534363E0,2.9664566E2,1.3203845E2,2.9148765E0,8.682439E2,2.909847E-1,6.13098E-1,6.4322815E1,1.8009258E2,7.792344E1,3.1352116E1,7.2731934E0,6.2027718E1,1.3254324E2,9.939854E2,1.710539E2,8.501928E0,1.04419136E2,7.816688E1,3.9352005E2,1.0431604E0,1.9327075E0,2.0002759E0,2.7957039E1,4.9661633E2,2.2117581E0,4.7534764E-1,1.6398524E-1,2.8134367E0,2.0634926E2,9.02964E1,8.9775345E1,4.2263107E1,1.1659505E0,1.7489258E0,7.363728E2,1.3187106E2,5.5105526E1,9.217288E0,1.7672159E2,3.370984E0,5.67127E1,2.1210735E1,8.972108E0,2.2380007E1,4.269652E0,3.0035415E0,6.119453E1,8.3318675E-1,6.841367E1,6.412958E1,7.491354E2,2.4485008E2,2.8817492E1,1.422364E2,2.2551389E0,6.2467895E0,9.880325E1,5.6158843E0,4.692186E1,3.1245014E1,1.9230946E2,2.0121059E2,6.404096E-1,1.292298E0,1.750276E0,2.5E-1,2.4285496E1,3.6715424E0,2.0499231E2,1.3569527E0,3.8826764E0,8.641373E1,4.054312E1,4.9232227E1,4.1966217E1,2.9689056E-1,5.8297527E-1,5.8297527E-1,1.2414305E2,7.728018E0,6.933482E0,4.8172043E1,7.10085E0,2.1164382E0,1.8507556E0,1.7487083E2,2.562385E0,8.085991E-1,4.061506E1,1.6097643E1,1.4210444E1,7.000292E0,5.04001E0,3.9320986E0,1.6827356E1,5.552649E0,2.885939E-1,3.981058E0,2.6437216E0,3.5981983E-1,6.021941E1,9.751186E-1,6.86401E0,6.154966E1,3.973825E1,2.4391323E1,6.3808376E1,6.8532697E2,7.820148E1,1.666486E2,1.7165485E1,1.1652006E1,1.9058496E0,1.4033055E2,1.1277531E0,5.119036E0,3.4964116E0,9.530684E1,3.6378448E0,1.9780393E0,4.234963E1,4.5722303E0,1.4292931E1,1.6952084E1,8.97864E0,1.8333081E2,3.2463104E-1,9.6766686E-1,2.5583436E0,2.1727154E1,1.0459859E0,2.6255565E0,2.0459312E2,3.9918607E-1,3.0040467E-1,1.056548E0,1.9536144E0,1.9290619E0,6.4256195E1,2.215753E1,1.4446876E1,2.6096247E1,1.1443643E1,3.7788586E1,1.210849E0,4.0755367E1,2.9148763E-1,2.9148763E-1,1.3116944E0,1.2283136E2,2.477645E0,5.2503734E0,3.2711375E0,3.6623447E0,2.8247559E1,1.9924484E1,2.4732227E0,4.6276274E0,1.9522122E0,1.6422592E-1,6.467972E-1,1.2039584E0,2.312385E0,2.5E-1,3.424772E-1,4.661219E-1,2.3009094E1,1.7605965E1,2.2400932E0,1.385755E1,1.2584798E1,1.6256461E0,6.413728E-1,6.3589187E0,4.3027854E0,7.372245E-1,2.494852E0,1.4372466E0,1.2432963E1,4.394394E0,3.078821E0,2.4738283E0,1.7329678E-1,2.4704247E0,5.9767063E1,4.5234907E-1,3.346805E0,3.5172045E0,8.962444E-1,6.0653416E1,1.547335E1,2.42649E1,1.0835224E0,2.33078E1,1.8930405E1,4.487797E1,5.923315E1,6.260938E2,1.2625806E1,6.557567E1,2.9306543E0,1.6371796E2,1.211301E1,5.0524755E0,1.1203966E1,4.4803998E-1,1.2530086E0,6.52841E-1,1.3986252E2,4.6803334E-1,4.9441643E0,1.7487204E-1,2.2679493E0,1.2284623E0,9.2205826E1,3.1010172E0,6.8325406E-1,2.9545908E0,7.4648166E-1,1.2315576E0,5.9274616E0,3.642217E1,3.589676E0,9.825546E-1,1.0066357E1,4.226574E0,3.3134234E0,1.363866E1,6.529523E0,2.4491165E0,1.7975299E2,3.5778224E0,1.629775E0,9.285685E-1,2.1278152E1,4.490009E-1,6.732987E-1,1.9522578E0,2.0245592E2,2.1372037E0,7.4468243E-1,1.2089319E0,1.3615094E0,5.675525E-1,8.986296E0,5.5269897E1,1.5813407E1,6.3441224E0,8.27752E0,6.169356E0,2.1796095E1,4.300152E0,9.7223866E-1,1.0471403E1,3.419047E1,3.5981138E0,8.956542E-1,3.151948E-1,1.0202067E0,2.9148763E-1,2.9148765E0,1.1991648E2,1.0202067E0,1.4574382E0,1.3610924E0,1.910045E0,6.248697E-1,3.037475E0,8.470812E-1,2.7400476E1,1.4041367E1,5.883117E0,1.3298372E0,1.1433855E0,4.320035E0,3.075924E-1,2.9041082E-1,3.5638636E-1,1.691215E1,6.0969443E0,9.988032E0,7.617933E0,2.986791E-1,1.9414142E0,1.1858271E1,7.2652733E-1,3.2450414E-1,1.301142E0,3.9429694E-1,5.964622E0,1.8322259E-1,4.1195626E0,3.3009428E-1,4.0713024E-1,2.2925029E0,2.0234905E-1,1.1166902E0,3.2055646E-1,1.00689125E1,2.364051E0,3.9615033E0,4.3289083E-1,1.191632E0,1.8871889E0,3.0457518E-1,2.169253E0,1.0203292E0,2.3264759E0,1.7856851E-1,3.3386362E0,5.90146E1,1.6388162E0,1.3315986E1,2.157364E0,9.112921E0,1.5151979E1,3.3187643E-1,7.51646E-1,1.7364909E-1,2.3134151E1,9.524724E0,9.405681E0,4.2781452E1,2.096519E0,4.7937894E0,5.443936E1,5.750444E2,5.104949E1,8.985261E0,3.640545E0,3.6197186E0,6.195595E1,1.5619682E0,1.3686861E0,3.8045692E1,1.2567226E2,6.609384E0,5.5036263E0,4.0116825E0,1.040793E0,7.363912E-1,1.0467575E1,3.3753288E-1,3.1530812E-1,1.7678231E0,1.380947E2,4.6221414E0,3.2202286E-1,2.0981796E0,1.6976957E-1,3.8525778E-1,8.4320456E-1,2.5E-1,9.1955826E1,7.362269E-1,2.3647904E0,2.5533464E0,4.0124422E-1,2.8333976E0,3.094064E0,1.8051695E0,3.4617E1,3.046495E-1,3.2850263E0,6.637878E0,3.4284785E0,3.6150944E-1,3.8650646E0,7.849664E-1,2.528457E0,1.3003633E1,6.350277E-1,6.2369757E0,2.925473E-1,1.2326751E0,1.2164414E0,4.672801E0,1.750802E2,2.2422647E0,1.3355576E0,2.106263E1,2.1552289E-1,4.8296005E-1,1.4692978E0,1.961236E2,6.332321E0,3.9319944E-1,1.7440042E0,3.694995E0,5.291301E0,3.8072991E0,5.14626E1,1.3966053E1,1.8473539E0,2.4202785E0,3.9238439E0,1.2244556E0,7.0530643E0,2.1962378E0,3.973118E0,1.8989338E1,2.8067575E0,1.0062385E0,3.2939134E0,3.345901E0,7.1255026E0,2.8707104E0,3.131976E1,1.3868041E0,2.2113097E0,7.287191E-1,2.1861572E0,2.9148763E-1,1.1659505E0,1.6164086E0,2.936365E-1,3.3536738E-1,2.8950235E-1,2.6657343E1,7.4313366E-1,7.9140215E0,6.127345E0,1.8075472E-1,5.7023625E0,1.0364617E0,2.933755E-1,3.8463778E0,4.7365725E-1,6.26386E0,1.064829E1,3.5247142E0,2.5722299E0,1.8602781E-1,9.802005E0,3.0189788E0,4.5989537E0,1.6427351E0,2.986791E-1,1.0432179E1,1.426091E0,9.774771E0,2.941414E-1,1.0584493E0,1.3056017E0,3.6529803E0,3.0852288E-1,3.6262727E-1,8.290047E-1,4.337993E-1,1.4533896E0,1.7711346E0,5.553412E-1,3.82012E-1,2.956624E0,2.3383345E-1,5.8780766E1,1.222878E0,4.159382E-1,1.2748829E1,5.671568E-1,1.4985876E0,6.587763E-1,2.8961687E0,6.216752E0,4.778494E0,1.0373486E1,2.252185E1,6.1230063E-1,8.675336E0,8.493885E-1,2.0515697E0,7.3541107E0,4.2485424E1,2.960273E-1,1.313277E0,7.832419E-1,3.3709512E0,1.4228381E0,5.320117E1,1.2381904E0,4.859541E2,8.909023E1,2.946665E1,2.1582842E1,6.921137E0,2.064124E0,3.1465316E0,4.9401337E-1,1.735781E0,1.8839375E0,1.2615122E1,4.934083E1,2.2401999E-1,1.3379482E0,2.1343287E1,1.6702406E1,1.2490516E2,7.670995E-1,3.7748623E0,2.8345218E0,4.610551E0,8.930757E-1,3.5324905E0,4.791919E-1,1.0290956E1,1.7661957E-1,1.1224198E0,6.4540327E-1,1.3741599E2,6.7871034E-1,8.3051155E1,8.904672E0,4.6766692E-1,1.8971235E0,1.1086713E0,1.7247263E0,6.21727E-1,2.472337E0,1.3445011E0,4.6066836E-1,3.3266167E1,1.3508333E0,3.1064577E0,1.7856851E-1,5.018414E0,1.6194636E0,3.1660268E-1,3.1118758E0,3.4627497E0,4.023147E-1,3.643946E-1,2.1640623E0,1.1416633E1,1.5870006E0,3.0343956E-1,9.130019E-1,3.0660334E0,1.6067678E0,1.740335E2,1.046694E0,2.925473E-1,1.0430102E0,1.3050718E0,1.6422592E-1,1.3640411E0,1.9475955E2,1.5287614E0,4.80356E0,3.2290127E0,2.062288E0,1.9822361E0,1.825063E0,8.199805E-1,5.064262E1,1.0418946E0,1.2924158E1,8.719361E-1,9.7541773E-1,1.9386839E0,4.8159474E-1,1.0448564E0,2.8789876E0,4.0371704E-1,8.2073855E-1,6.414857E0,6.382075E-1,1.0117563E0,1.1844815E0,5.6830215E-1,3.404816E0,1.8556084E1,4.3325406E-1,1.5904124E0,1.2163451E0,2.4585273E0,8.3538586E-1,2.1060176E0,1.2398834E0,6.7795005E0,3.4600216E-1,9.217783E-1,1.9489322E0,8.489892E0,2.2829868E1,6.798393E-1,7.0696485E-1,4.3723145E-1,2.9148763E-1,2.4993769E1,1.6635748E0,1.7971666E0,6.116855E0,3.814712E0,2.312633E0,3.3571002E0,4.892776E-1,2.159132E0,4.1047277E0,3.3687403E0,7.2795496E0,2.250384E0,1.2743301E0,2.1375222E0,4.3470776E-1,1.8602781E-1,9.615976E0,1.5669248E0,1.452054E0,7.8299165E-1,3.8159623E0,1.5837426E0,8.848437E0,6.441117E-1,7.819793E-1,4.5927334E-1,9.315497E0,3.1826323E-1,7.4018604E-1,3.2450414E-1,9.810976E-1,5.931691E-1,3.0598114E0,5.810169E1,6.790783E-1,1.19263E1,8.225291E-1,1.328818E0,1.6976957E-1,1.3625882E0,1.5335805E0,5.636965E0,5.7978714E-1,4.0938025E0,6.8469167E-1,2.2919307E0,8.081555E0,2.3383345E-1,2.2288017E1,8.425336E0,2.5E-1,4.4954136E-1,3.9984712E-1,1.3865054E0,6.650642E-1,5.354437E0,1.9996737E0,4.225159E1,2.3383345E-1,3.010913E-1,1.0121857E0,1.7223346E0,1.6486164E0,1.6299237E-1,1.2598457E0,5.153109E1,1.6700823E0,3.9090146E2,9.5052635E1,8.253769E1,6.55255E0,1.4918967E0,2.7974752E1,4.7116685E0,1.6871174E1,4.3869405E0,2.5341961E0,1.2891152E0,7.75009E-1,2.5E-1,2.8965316E0,6.062968E-1,1.1294843E0,2.6358504E0,9.979271E0,3.3030818E0,4.603775E1,1.9199163E1,2.144124E0,1.615143E1,5.5097586E-1,1.22405655E2,2.4994972E0,3.1454556E0,6.294067E-1,2.5E-1,2.5845218E0,7.291919E-1,1.6388379E-1,3.213617E0,3.1887335E-1,3.3160913E-1,9.959346E0,8.5830027E-1,8.219285E1,3.858677E0,5.045995E0,1.7057177E-1,9.380995E-1,1.3925472E0,3.3217904E-1,1.3303404E0,3.1935825E1,2.2899742E0,2.72844E0,5.0962245E-1,2.6022532E0,3.134699E-1,1.8505925E0,5E-1,1.0916633E1,1.1189673E0,4.6803337E-1,1.7057177E-1,2.8954616E0,8.9870185E-1,7.080659E-1,2.1678445E0,1.7186566E2,1.065669E0,2.9837218E-1,1.937616E2,9.9796295E-1,7.6161814E-1,7.6714325E-1,6.2120736E-1,2.6078055E0,9.9296856E-1,1.0693195E0,6.271864E-1,1.1978766E0,4.9920597E1,7.220213E-1,6.9459635E-1,3.4729818E-1,1.22900915E1,6.340668E-1,1.7364909E-1,1.7650348E0,7.220213E-1,3.2283518E-1,2.382383E0,4.966045E-1,5.608068E0,8.0678886E-1,8.8855696E-1,2.959246E-1,3.234244E0,1.7057176E-1,2.3906832E0,1.61654E1,1.3663924E0,2.2401999E-1,1.0457733E0,1.7057176E-1,1.9458315E0,5.1269597E-1,3.552084E-1,1.7508092E0,1.074636E0,1.6524746E-1,3.3092437E0,5.1806483E0,2.1276896E1,1.5529722E0,3.1941432E-1,3.875505E-1,1.6422592E-1,2.4829542E1,5E-1,1.1635748E0,1.0328627E0,7.643039E-1,5.9336324E0,1.8322259E-1,1.3279059E0,2.4868062E0,8.0624324E-1,1.5063897E0,3.0548364E-1,1.8536484E0,1.5097337E0,2.5949943E0,1.658301E0,1.7104393E0,6.27567E0,1.0038794E0,1.8530674E0,3.9731675E-1,9.688465E-1,3.0548364E-1,3.283549E-1,1.8091671E0,9.1432495E0,4.7272676E-1,1.2542899E0,3.12635E-1,2.9041082E-1,1.1616433E0,4.7365725E-1,3.093344E-1,7.937156E-1,7.90027E-1,4.337993E-1,8.414638E0,4.9258083E-1,8.822917E0,4.1027823E-1,2.649533E0,5.7195274E1,9.0641534E-1,1.1747731E1,1.7856851E-1,2.2401999E-1,1.1385682E0,1.1978728E0,3.3570778E-1,9.647777E-1,3.1290245E0,1.4554785E0,8.36452E-1,1.850789E0,6.2307663E0,1.0116886E0,2.1276329E1,8.025489E0,3.9984712E-1,1.2090027E0,4.1454344E0,1.3876475E0,6.1202615E-1,1.2562369E0,4.0995354E1,1.972718E-1,1.5250628E0,9.4843906E-1,7.0017743E-1,1.0968533E0,1.6299237E-1,3.8027287E1,1.3503804E1,4.1299236E-1,1.25709E0,1.1097227E2,2.799292E2,5.3426495E1,4.1626144E1,1.0678526E0,8.146983E1,3.422366E0,3.1301842E0,1.0869071E0,4.0498957E-1,2.4037775E1,3.9369779E0,1.9845723E0,2.727096E0,3.7860608E0,1.3085113E1,9.0323776E-1,3.483703E0,7.559639E-1,1.7782323E0,1.6299237E-1,1.1261228E0,2.5521564E0,3.44375E-1,3.2645905E0,6.7146807E0,2.442767E0,8.6031485E-1,6.303812E0,3.9733936E1,1.0373669E1,8.825495E0,1.9801388E0,1.6398524E-1,1.8322258E-1,1.5968208E1,6.3555825E-1,1.217701E2,1.0998819E0,1.3996153E0,1.9322107E0,1.2132449E0,5.5808794E-1,2.6555293E0,8.174507E1,4.4777906E-1,2.3552742E0,2.690721E0,1.9271308E0,3.0008694E1,1.6954904E0,5.9448385E-1,9.491416E-1,1.7792984E0,2.2802572E0,3.219961E-1,3.0266854E-1,1.0613964E1,1.5215708E0,6.462736E-1,1.710727E2,7.9296136E-1,2.9837218E-1,3.2283518E-1,4.8933594E1,9.8700505E-1,6.552605E-1,1.163483E1,5.259598E0,3.4847003E-1,1.5984092E0,7.92274E-1,7.7663785E-1,1.5388762E1,7.5063837E-1,2.5586054E0,7.1527535E-1,4.465373E0,1.8722744E1,2.554152E0,9.112284E-1,6.417438E-1,8.579907E-1,1.7487204E-1,5.458102E0,4.7553015E-1,2.1889343E0,2.9787198E-1,1.0737059E0,4.3602782E-1,4.921934E-1,2.1028008E0,2.2401999E-1,1.434281E0,1.647245E-1,1.5457149E0,1.6422592E-1,6.111444E0,1.6412897E-1,1.6889384E0,3.0852288E-1,1.5006443E0,8.613405E-1,3.9294934E-1,1.7487204E-1,8.239766E0,4.4887212E-1,2.200661E0,5.680266E1,3.9260972E-1,7.2720337E-1,1.1020528E1,1.0319345E0,1.6593821E-1,2.959255E0,1.6976957E-1,1.2895403E0,1.6593821E-1,9.129117E-1,9.3787724E-1,4.5324516E0,1.6983147E0,8.380395E-1,1.7364909E-1,6.69532E-1,2.0606798E1,3.6537E-1,7.6601186E0,5.808929E-1,6.281099E-1,3.8954341E0,2.5E-1,1.0253342E0,3.623133E-1,3.678419E1,4.211162E0,2.2021906E0,3.5825096E1,5.9928627E0,7.5109415E0,1.0940976E0,1.6299237E-1,6.446537E1,4.6506897E1,2.0887129E2,7.1057915E1,3.2876057E1,2.0550434E1,1.3186146E0,4.030753E1,3.0609298E-1,7.617597E-1,8.032431E1,1.1455262E0,2.1183689E0,1.303997E0,5.4497266E-1,2.5852115E0,8.886178E-1,2.3149157E1,2.7335005E0,1.2034773E0,3.7848142E-1,1.6060909E0,7.256279E-1,2.0014682E0,1.324804E0,2.4612567E0,2.5E-1,1.2835113E1,3.069625E-1,1.4712698E0,6.5497947E-1,2.609611E0,3.0081081E0,3.7065728E0,1.6423147E0,8.0045223E-1,5.559666E0,7.441463E-1,3.9018414E1,7.155229E-1,3.14487E0,7.228799E0,8.351639E0,4.738554E-1,4.5785344E-1,1.5510355E1,1.2096464E2,8.054633E-1,4.5054233E-1,6.4933956E-1,1.6388379E-1,1.768327E0,2.4916453E0,1.6388379E-1,7.281364E-1,1.6271379E0,3.071304E-1,2.3835905E0,4.0541062E-1,1.5217202E0,8.568566E-1,2.9151838E1,3.087333E-1,1.3867571E0,1.6637395E-1,1.6129245E0,4.7928074E1,1.0055206E0,3.3009428E-1,1.1304736E1,1.4091685E0,1.8924071E-1,1.5005463E1,3.832996E-1,5.1680493E-1,2.3383346E-1,2.5E-1,2.3086054E0,3.8312137E0,6.3415927E-1,1.8337246E1,3.854977E-1,1.2087885E0,1.3453636E0,1.641418E0,5.475162E-1,1.9055291E0,1.9727178E-1,4.9545914E-1,7.7443066E0,1.1873288E0,5.5615334E1,3.6828727E-1,1.0652241E1,2.7933168E0,1.6593821E-1,3.7257507E0,8.06701E-1,7.5655794E-1,9.417567E-1,3.656867E1,2.1552289E-1,8.874525E-1,3.3237097E0,9.7556627E-1,1.2266243E0,2.2818943E1,1.3006152E1,4.5489364E0,1.443926E0,1.0836786E0,6.4272633E0,2.673617E1,3.7729202E1,1.4605479E1,3.1901417E1,5.7001076E0,2.0317117E2,4.5904686E1,2.5153229E1,2.0520962E1,1.2355097E1,1.5664726E0,1.8983963E1,5.7442766E-1,7.44187E-1,1.2671882E0,3.904034E1,7.7461876E1,2.8624334E0,8.322364E-1,3.1328976E-1,8.242986E-1,1.2940702E0,2.4044569E0,1.8075472E-1,4.0498957E-1,4.836282E-1,1.904632E1,4.102837E0,2.0219188E0,7.115819E-1,1.6976957E-1,1.0337076E0,5.0801754E-1,1.0980734E0,4.1053817E-1,2.0507185E0,3.6703155E0,9.164797E0,1.3057512E0,1.6551863E-1,1.6984564E0,1.3096516E0,1.7812135E0,1.9253591E0,1.860278E-1,1.4562869E0,3.8113391E0,1.7483268E0,3.694268E1,2.0757313E0,1.0091826E0,2.1356876E0,1.2200384E0,6.0087605E0,7.753892E-1,7.57625E0,2.1742804E0,3.1736505E-1,1.1167033E0,5.104346E-1,4.503755E-1,2.8701462E1,7.0714843E-1,2.9837218E-1,7.126682E-1,1.0592069E1,5.432557E-1,1.4462207E1,1.768092E1,6.5632504E-1,9.0489066E-1,3.0389783E-1,1.5061896E0,3.9933956E-1,7.3759894E0,3.6831695E-1,5.4285877E1,1.3294588E0,2.6147482E0,1.7856851E-1,7.6810765E-1,1.7364909E-1,2.1552289E-1,3.6353146E1,3.483613E-1,5.3909117E-1,2.5E-1,3.0737097E0,9.0063953E-1,3.2598475E-1,9.4895244E-1,2.1869991E1,1.2172256E1,8.33895E-1,5.891729E-1,3.9597638E0,3.413422E-1,1.1025836E0,6.892407E-1,3.9443785E-1,6.1772633E0,2.5E-1,2.2579533E1,4.156638E0,2.3773825E1,1.3955379E1,6.367938E-1,1.3968686E1,9.928179E0,2.1973238E1,5.122534E0,5.7757336E-1,1.8625414E2,1.6917038E1,2.187567E1,2.4029016E1,2.5E-1,2.4903229E1,7.5021343E0,1.3018827E1,3.034506E0,9.320591E0,1.0496677E0,5.1680493E-1,7.283999E-1,1.8255562E1,3.8619072E1,4.212709E-1,4.0361037E0,7.342577E1,1.2158736E0,1.6465598E0,1.8322259E-1,1.1108476E0,1.8610292E1,4.360278E-1,2.7917247E0,1.3111125E0,3.1257895E-1,3.990029E-1,1.7251971E0,1.9451184E0,9.0000725E0,1.647245E-1,1.8924071E-1,1.5919728E0,8.249942E-1,1.1003649E0,3.5673258E0,2.4401337E-1,7.942413E-1,9.5408547E-1,3.400193E-1,3.660266E1,1.0349066E0,1.0408248E0,5.2774924E-1,1.6079383E0,8.855716E-1,3.344668E-1,5.2265987E0,7.821618E-1,3.2359678E-1,7.252653E0,2.8160921E1,5.40542E-1,3.0389783E-1,1.7377022E1,1.1777616E0,3.28428E-1,1.1558098E0,1.7364909E-1,3.5564056E1,7.890912E-1,2.1636158E1,2.3383345E-1,1.0204922E1,1.9673345E0,1.6299237E-1,6.7090267E-1,3.9529973E-1,3.5644639E0,1.7279415E1,5.300117E0,2.0415812E0,2.115057E0,8.967074E0,1.4806751E1,7.787739E0,6.1676397E0,1.1616291E0,1.2807056E1,4.3856306E0,5.542548E0,3.086373E0,1.8886866E1,7.591742E-1,4.36336E0,1.7677667E2,9.477473E0,9.258668E0,7.6583695E0,1.1852185E1,1.0023483E1,2.521272E0,2.1507744E1,2.5E-1,2.4653229E1,3.0872307E0,4.4149036E0,2.4979494E0,1.0520878E1,1.025063E0,2.009443E0,3.5348E0,5.7857904E0,1.5444892E1,2.8106706E0,1.8924071E-1,3.842983E1,1.7806826E0,2.2554212E0,1.1118634E0,7.23139E1,1.8341231E0,1.6776169E1,2.0622861E0,7.294386E-1,3.442303E-1,9.668822E-1,8.345927E-1,1.1105256E0,1.647245E-1,8.835348E0,3.09694E-1,7.90671E-1,1.9727178E-1,3.370054E0,3.400193E-1,6.140662E-1,3.069913E-1,7.3383343E-1,1.0509758E0,5.569625E-1,4.5731173E0,6.5348125E-1,2.4401337E-1,7.00864E0,2.7683401E1,4.775197E-1,1.681613E1,5.608927E-1,1.6299237E-1,1.004193E1,9.013791E-1,1.0659554E0,1.36756115E1,3.6038036E0,2.2133775E0,3.0867395E0,1.8773553E0,1.6422592E-1,1.3534305E0,7.6162636E-1,3.9539607E0,5.0131135E0,1.4383101E1,4.2364907E-1,5.045185E0,2.742554E0,2.5E-1,5.9176397E0,7.891658E-1,3.724633E-1,1.2454839E1,3.522176E-1,3.194428E0,1.1912025E0,3.8490874E-1,5.1576395E0,9.3620974E-1,2.1501632E0,5.7372847E0,1.3149581E1,8.435579E0,1.6834108E2,6.5271006E0,2.9503727E0,4.160151E0,5.0985165E0,6.3853707E0,1.2729993E0,7.0357113E0,4.8164735E0,7.8571267E0,2.166357E0,6.176333E-1,1.9036386E0,1.8511763E1,2.995983E0,1.9727178E-1,2.4455957E1,4.5953625E-1,2.6276946E0,8.879875E-1,3.526916E0,8.998603E-1,1.598089E0,4.5234907E-1,1.0068529E1,7.0953625E-1,3.155268E-1,1.807547E-1,1.8286884E0,2.2571943E0,1.2776057E0,4.6569157E0,1.1288749E0,6.198537E-1,1.4825038E1,1.3009722E0,1.5096983E0,3.7418163E1,1.0116689E0,1.9727178E-1,1.5834107E0,1.7918184E0,4.636027E-1,7.100437E1,1.3095373E0,9.7610235E-1,8.580208E-1,4.9058563E-1,1.6285583E1,3.118927E-1,6.549896E-1,8.517892E0,3.174562E-1,3.2893848E-1,4.244179E0,1.860278E-1,6.822612E0,2.668503E1,9.9836993E-1,1.0580212E0,8.983909E0,3.2936633E-1,7.3658913E-1,4.1938585E-1,1.3256226E1,1.2978309E0,2.3059726E0,3.2893848E-1,1.8844389E0,1.6726075E0,1.4141319E0,3.103853E-1,1.0430453E0,2.1266975E0,1.8272631E0,2.0158262E0,2.997287E0,8.203188E0,6.179914E0,1.9687017E0,3.0764832E0,1.724646E-1,2.5700893E0,5.724689E0,1.9295068E-1,1.13894615E1,1.0653778E0,2.133475E0,1.060953E0,2.5E-1,9.412025E-1,4.9857697E0,1.7186993E-1,7.023763E-1,2.3383345E-1,3.9500442E0,1.7872406E0,3.2131104E0,9.93647E0,2.2500832E0,6.1854963E0,3.2345306E1,1.3599579E2,5.1969843E0,1.330116E0,1.2385015E0,1.711871E0,2.4865258E0,1.6736251E0,2.0378153E0,3.0607014E0,7.3802674E-1,5.6473436E0,8.6034894E-1,4.1265026E-1,1.4241737E0,5.611538E0,8.9443785E-1,3.9220357E0,1.728559E0,6.1285677E0,1.569423E0,5.969341E-1,2.5E-1,1.6536386E0,8.398865E-1,1.7671875E1,1.4298197E0,1.5661632E0,1.724646E-1,7.155229E-1,2.686451E0,8.404651E-1,5.069055E-1,1.0911835E0,6.8019587E-1,9.388333E0,5.7440466E-1,1.6827897E0,3.3423597E-1,9.4336975E-1,3.4599203E-1,4.3109236E0,1.4609515E1,2.155229E-1,1.1891959E0,3.205024E-1,6.5077853E-1,3.6767384E1,1.7127089E-1,8.4039795E-1,1.6025777E0,1.8924071E-1,7.055203E1,4.523357E-1,5.45351E-1,7.9725404E0,8.261521E0,7.223873E-1,1.0386286E0,1.2217597E1,7.9611176E-1,5.017192E-1,5.428995E-1,1.7630731E0,1.1379939E0,9.887037E-1,9.626729E-1,1.0531534E0,5.8198285E-1,2.4153042E0,3.0220544E0,5.1811333E0,5.845913E0,3.3400115E-1,1.5675706E0,4.0113115E-1,2.7203498E0,3.5613364E-1,1.7127089E-1,2.3988185E0,5.5354486E0,1.8924071E-1,1.0440557E1,9.4890475E-1,1.8443059E0,2.1057384E0,2.5E-1,1.5372406E0,7.375878E-1,2.4755225E0,6.453603E0,3.4828675E0,2.3383346E-1,2.0162497E0,6.0186033E0,1.6689292E-1,1.7345356E1,1.49999485E1,1.198011E2,1.6194683E1,1.3424149E0,3.8545697E0,7.083167E-1,5.301849E-1,1.3937435E0,3.1812754E-1,2.171151E0,3.1537485E-1,1.0884682E0,5.851569E-1,7.1752226E-1,1.320293E0,2.8714607E0,1.8924071E-1,1.7127089E-1,5.476073E0,4.0679E-1,5.2047477E0,7.4750894E-1,3.1745267E0,6.1185694E-1,1.1167022E0,5.7806773E0,3.4789047E-1,1.2840934E0,1.6387781E1,3.510331E-1,1.0787866E0,3.2409114E-1,1.242072E0,1.7364909E-1,2.512802E0,2.5E-1,9.138333E0,1.792689E-1,1.4430246E1,3.6286797E1,4.8058748E-1,1.2736142E0,3.2896352E-1,5.9485474E1,1.1066561E1,4.1787195E-1,7.8436494E0,1.1629955E1,5.8764154E-1,6.0568714E-1,5.3230673E-1,2.4965415E0,5.25513E-1,3.528613E0,1.6525203E0,1.724646E-1,5.673448E0,3.1883556E-1,1.248735E0,9.53126E0,9.092972E-1,1.6057384E0,5E-1,4.1689292E-1,2.0586298E0,3.4656596E-1,6.107037E0,1.9524779E0,1.5303894E0,5.0272737E0,9.9132985E-1,9.752002E0,7.593355E0,1.123057E1,3.7693784E0,8.0967804E1,3.8833294E1,8.049255E0,8.145428E0,7.227681E-1,6.196468E-1,1.8412269E0,3.2992402E-1,3.628872E-1,9.574058E-1,3.821914E-1,4.8225565E0,2.7177172E0,4.568096E-1,4.6850195E0,1.0956578E0,8.628224E-1,4.212709E-1,7.579418E-1,1.562984E1,8.904499E0,2.3383346E-1,1.4021772E1,4.0847358E-1,1.0400783E0,3.5246716E1,5.5135006E1,4.350466E0,2.582606E0,8.483954E0,2.0836292E-1,1.1421593E1,2.324077E0,1.724646E-1,4.6803337E-1,3.0605798E0,1.3235818E0,3.2893848E-1,1.7127089E-1,5.5021772E0,3.345925E-1,9.196667E0,1.4127877E0,1.9295068E-1,5.935766E0,1.7127089E-1,1.3762277E0,5.7625026E-1,1.2023284E0,3.2806087E-1,6.8296757E0,2.922326E0,5.750331E0,1.8430244E0,1.0825159E1,4.0541062E-1,1.0095978E0,2.7597806E0,7.2561775E1,8.406031E0,3.602086E1,2.8124363E0,6.9985616E-1,7.349399E0,4.728937E0,3.416491E0,1.6524746E-1,2.5524697E0,1.7186995E-1,4.5131493E0,1.5192876E1,4.3696404E-1,8.723744E0,1.807547E-1,7.0953625E-1,1.3312237E1,4.013874E1,1.4996266E1,2.5993087E0,1.7511569E0,1.038389E0,1.5442172E0,7.633807E0,8.501473E-1,1.9727178E-1,1.1224321E1,3.3420897E-1,5.1679683E0,3.6896732E-1,8.8277E0,5.9706354E0,8.590399E-1,5.5897707E-1,2.363349E0,2.777116E0,2.9732146E0,1.4369655E0,4.060589E-1,2.69628E0,8.12888E0,6.598967E-1,2.0998838E0,2.3772575E1,4.87892E1,5.530852E0,2.8751788E0,2.2860046E1,1.3160813E1,5.998451E-1,2.2125912E0,5.556063E0,1.7933359E0,2.9370592E0,1.7918779E0,5.467152E-1,2.8697758E0,1.7127089E-1,4.3418784E0,1.5012121E1,1.807547E-1,3.6999542E-1,8.353749E0,3.996509E1,1.7364909E-1,7.851698E0,7.1445684E0,1.2598395E0,1.3394692E0,1.9727178E-1,8.411172E-1,1.2380267E0,3.0619043E-1,6.47261E-1,6.986546E0,1.0851858E1,3.724633E-1,4.802553E0,3.6541528E-1,8.342066E0,4.8563328E-1,9.851323E-1,4.985503E0,1.7924945E0,5.708544E-1,1.4445169E0,1.3325992E0,2.599333E0,3.7388155E-1,1.1132826E0,3.236829E-1,1.3958286E0,1.3004514E0,1.0707183E0,7.058161E0,1.7036062E0,3.962776E-1,1.7262907E1,6.5096684E0,2.440096E0,4.6349102E1,4.6060834E0,9.247681E-1,6.717562E-1,2.2034225E0,3.7824967E0,1.9077549E1,8.835118E0,4.3256946E0,1.2021115E0,4.3539515E0,7.4131054E-1,1.0520253E0,1.0540338E0,1.8830253E0,1.9727178E-1,1.594606E0,3.955813E0,3.8606554E-1,1.4430215E1,5.8190686E-1,7.489039E-1,3.9216187E1,5.501296E0,2.3504019E0,2.155229E-1,6.9290457E0,9.212709E-1,3.385686E-1,2.4401337E-1,1.0954559E0,6.736546E0,2.5E-1,1.6551863E-1,4.8199844E0,3.3876285E-1,1.1057541E0,1.6551863E-1,1.1670805E0,2.2859042E0,3.1342882E-1,1.1934795E0,2.0234905E-1,1.0920885E0,2.083629E-1,2.3383346E-1,6.8243275E0,9.962291E0,7.3006153E0,2.5173175E0,3.9923508E0,1.4474633E0,9.9263257E-1,1.7856743E0,4.456343E1,3.7373562E0,8.687275E-1,2.0315526E0,1.7186995E-1,2.4571261E0,1.3253706E0,1.5094961E1,3.9825876E0,6.1730905E0,2.662028E0,1.0919038E0,3.2337906E0,2.155229E-1,4.1384287E0,1.6265026E-1,5.7866025E-1,1.7111554E0,1.7186995E-1,4.1510077E0,1.3502885E0,1.4147193E0,9.3568265E-1,6.6537557E0,1.7057176E-1,9.11494E0,8.473514E-1,1.8943847E0,5.4062304E0,1.8676009E0,6.4971673E-1,1.3970711E0,2.5952797E0,1.0848159E0,3.6264738E-1,9.613688E-1,8.2430553E-1,4.431343E1,2.5E-1,3.535007E0,2.0234905E-1,8.478423E-1,1.6092838E0,7.5446117E-1,1.43405E1,1.3379037E0,2.6446838E0,2.52896E0,3.6441307E0,1.1557221E0,1.5063059E0,7.4401337E-1,3.4789047E-1,2.5E-1,2.9837906E0,3.8139403E0,3.3706728E-1,5.294384E-1,8.208501E-1,1.3010403E0,7.8138995E0,1.5848004E0,3.8214302E0,1.860278E-1,1.681573E0,3.3678952E-1,2.25849E0,3.7471216E0,4.0566307E1,1.8322258E-1,3.3517845E0,3.3798322E-1,4.1647798E-1,9.566353E-1,1.3383865E1,3.532193E-1,9.8468447E-1,2.225298E0,4.1938585E-1,8.955641E-1,1.6333959E0,6.5997165E-1,2.984159E0,7.952105E-1,3.605116E-1,6.437977E-1,6.5724254E-1,1.6689292E-1,7.6470065E0,3.4314084E-1,1.2416595E0,1.7966956E0,2.0247345E0,2.0872192E0,1.7127089E-1,1.431149E0,2.3159726E0,4.1204557E-1,4.0154263E1,3.8606554E-1,1.29978E1,2.001278E0,2.2401999E-1,1.7186993E-1,1.4615259E0,4.0080336E-1,2.5833557E0,4.886309E-1,1.3080647E0,1.9217007E0,1.6551863E-1,3.212088E-1,1.1099403E0,1.9407167E0,3.7525582E-1,8.632637E-1,3.9290997E1,1.7186993E-1,1.282593E1,1.7127089E-1,1.1367939E0,3.873366E1,5.5733645E-1,3.5449347E-1,3.837917E1,3.8050747E1,3.284195E-1,3.599652E1,2.054229E0,3.5168682E1,8.2783586E-1,5.465394E-1,1.5076897E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"2039","size_leaf_vector":"0"}},{"base_weights":[-7.5431854E-1,-5.1974916E-1,-9.962275E-1,-3.3793086E-1,-8.9593816E-1,-8.927645E-1,-1.0545461E0,-1.9361825E-1,-9.478321E-1,-7.6677006E-1,-1.0514798E0,-3.9077502E-1,-1.0223876E0,-1.3939396E-1,-8.234104E-1,-3.262266E-2,-8.285888E-1,-7.149801E-1,-1.0647085E0,-9.7988254E-1,-6.369247E-1,-1.0540781E0,-0E0,-1.8120842E-1,-9.3329114E-1,-8.494573E-1,-1.0635613E0,-0E0,-4.1495252E-1,6.2587135E-2,-8.78645E-1,-6.090198E-1,-9.9278605E-1,-5.2316636E-1,-1.0431885E0,-0E0,-1.069428E0,-4.5645425E-1,-1.0195158E0,-8.2158107E-1,-2.5807008E-1,-0E0,-8.2423025E-1,-4.5903492E-1,2.5699976E-1,-0E0,-9.6200234E-1,-8.7529254E-1,-0E0,-0E0,-8.322765E-1,3.2363975E-1,-0E0,-6.9135815E-1,1.4146475E-1,-1.7077956E-1,-9.8088086E-1,-8.842171E-1,-3.160434E-1,-1.0139393E0,-3.4662623E-2,-1.8174665E-1,-7.923148E-1,-0E0,-1.0552065E0,-8.3508164E-1,-0E0,1.1048353E0,-8.1500024E-1,-8.0646545E-1,-1.1086332E-1,-0E0,-8.425182E-1,2.5330754E-2,-8.975618E-1,-8.767097E-2,-0E0,-7.3459065E-1,-0E0,-3.060716E-1,5.2568E-1,-0E0,1.780971E-1,-9.9226445E-1,-0E0,-7.0187205E-1,-8.0412334E-1,-3.8278094E-1,1.1917765E0,5.5465776E-1,-3.5876366E-1,4.7877256E-2,-7.2941434E-1,2.4335045E-2,5.028374E-1,9.029105E-1,-5.192126E-1,-9.9183685E-1,-0E0,-9.3287504E-1,-1.3891655E-1,-6.6980517E-1,3.1013572E-1,-1.0197146E0,-0E0,-5.59548E-1,1.1364387E0,-7.2807324E-1,4.8052248E-2,-8.350013E-1,-0E0,-0E0,-8.265635E-1,2.2563138E0,-0E0,-0E0,-7.5067186E-1,-4.658865E-1,2.9265678E-1,-2.687081E-1,6.1300755E-1,-8.50995E-1,-0E0,-6.267387E-1,2.4121103E-1,-9.273666E-1,-0E0,-8.7936884E-1,-0E0,-6.6032374E-1,1.1632584E-1,3.583964E-1,-6.143896E-1,-2.5350783E-2,7.740259E-1,-0E0,-7.8561836E-1,2.380291E-3,-2.4110164E-1,-8.033677E-1,-2.2463684E-1,-0E0,-4.949199E-1,1.2635591E0,-0E0,-1.2470685E-1,5.4942864E-1,-8.5633534E-1,-3.9900678E-1,-5.980204E-1,8.756604E-2,-1.4709324E-1,6.041201E-1,1.4728513E0,-0E0,3.1117716E-1,-6.6937155E-1,-1.00115E0,-0E0,-0E0,-9.481885E-1,-5.253304E-1,6.222472E-2,-7.703948E-1,7.5088054E-2,4.921207E-1,-4.523128E-1,-8.540478E-2,-8.04282E-1,-8.0548507E-1,-0E0,3.98743E-1,-4.0217784E-1,-8.780854E-1,-0E0,-0E0,5.451886E-2,-0E0,3.5561612E0,8.0592406E-1,-0E0,6.126142E-1,-0E0,-0E0,-4.6422145E-1,1.6276878E0,-0E0,-8.57037E-1,-0E0,3.4995714E-1,-0E0,-0E0,-7.796269E-1,-6.363855E-1,4.2667118E-1,-0E0,-9.744597E-1,-0E0,-8.924696E-1,7.026787E-1,-6.471607E-1,-0E0,-6.3497216E-1,-2.1657796E-1,3.67571E-1,-1.8632346E-1,9.607253E-1,-0E0,-7.9609865E-1,4.452094E-1,-3.4200582E-1,1.13463394E-1,1.0295509E0,2.2858085E-1,-0E0,2.9971373E-1,-8.3545226E-1,-7.514325E-1,8.010326E-1,8.9781064E-1,-0E0,-0E0,-8.8219655E-1,3.7191473E-2,-5.361148E-1,-6.8145305E-1,-0E0,-3.2812768E-1,1.335184E-1,-3.6365107E-1,5.1481456E-1,7.9833746E-1,2.5469202E-1,-0E0,1.5319158E0,-0E0,5.777512E-1,-0E0,-7.942936E-1,-0E0,-1.0096971E0,-9.5543873E-1,-0E0,7.6726127E-1,-1.4370468E-1,-8.135215E-1,-0E0,7.934946E-1,-2.892199E-1,-3.3660337E-1,7.027146E-1,-4.3349206E-1,2.4196659E-1,-8.8612056E-1,-0E0,1.0156891E0,-0E0,3.0831475E-2,-7.035204E-1,-0E0,-9.053089E-1,-0E0,1.5255687E-1,-0E0,3.1487718E0,-9.088987E-1,-5.6666744E-1,-0E0,4.973326E-1,-9.026815E-1,-0E0,-7.464863E-1,-0E0,7.897135E-1,-6.0100462E-2,-0E0,-7.1073316E-2,-0E0,-7.907432E-1,-0E0,-9.109991E-1,-0E0,1.1695167E0,-7.7108854E-1,-0E0,2.1898556E-1,-6.616387E-1,5.949256E-1,-1.3693473E-1,1.4834305E0,-0E0,-1.6189033E-1,3.0828762E-1,-0E0,-7.355709E-1,8.329099E-1,-0E0,-0E0,-5.183151E-1,-2.0920959E-1,5.4929924E-1,1.1458225E0,-0E0,6.4537495E-1,-0E0,-0E0,-8.786463E-1,-7.262826E-1,3.4486997E-1,-0E0,1.261668E0,9.3160886E-1,-0E0,5.2181727E-1,-1.5369135E-1,-9.289304E-1,-2.8153002E-1,-2.8120056E-1,5.3646284E-1,-6.770331E-1,-0E0,-0E0,-7.5519514E-1,-5.8427566E-1,7.376834E-1,-6.8505913E-1,-3.232712E-2,1.7926568E-1,-2.3421596E-1,-0E0,-6.34521E-1,-0E0,1.0406084E0,2.543546E-1,9.106581E-1,-7.970824E-2,5.38906E-1,-3.436346E-2,6.1632043E-1,-0E0,-7.437225E-1,-0E0,-1.0161879E0,-9.917673E-1,-1.06508724E-1,-0E0,1.0723006E0,-0E0,-8.3766484E-1,-7.293033E-2,6.4078E-1,-0E0,8.742372E-1,-0E0,-5.241601E-1,9.042138E-1,-0E0,-0E0,-7.449519E-1,1.5843987E0,-0E0,-3.6953664E-1,2.4442667E-1,-2.2937926E-2,7.360399E-1,-8.55917E-1,-0E0,-9.9884176E-1,-2.156954E-1,-9.4369286E-1,-4.7869107E-1,-0E0,-7.5055754E-1,6.841517E-1,-0E0,-9.3694806E-1,-0E0,-0E0,1.4601697E-1,-0E0,-9.1152173E-1,5.90042E-1,3.1534176E0,7.9136774E-2,-5.2214086E-1,-2.0144866E-1,-0E0,1.1170105E-1,-3.319734E-1,-0E0,-9.2473954E-1,-0E0,-8.318665E-2,1.5410268E0,-0E0,-6.352205E-1,-0E0,-7.2187655E-2,6.989445E-1,-0E0,-7.593684E-1,-0E0,7.743743E-1,-0E0,-4.2960885E-1,1.8355964E0,-0E0,-0E0,7.025485E-1,-0E0,8.117184E-1,-0E0,2.9737046E-1,-7.5568175E-1,-0E0,-4.690132E-1,-0E0,-0E0,8.673303E-1,1.2287654E0,-0E0,-5.876088E-2,-0E0,9.322086E-1,-3.4416E-1,-0E0,-9.2713475E-1,8.380523E-1,-0E0,-1.2707433E-1,-0E0,-0E0,1.5638565E0,-0E0,6.8590444E-1,-9.38779E-1,-0E0,1.13077834E-1,-5.464555E-1,1.0522171E0,-0E0,-0E0,-7.813617E-1,-2.704545E-1,1.7088184E-1,-3.8076967E-1,7.081668E-1,-0E0,-8.125433E-1,-7.0089227E-1,-0E0,-0E0,1.1045748E0,-7.307319E-1,-0E0,2.9477888E-1,-4.210907E-1,-2.5267103E-1,2.1209572E-1,-3.739949E-1,7.800891E-1,3.7691423E-1,-2.6203483E-1,-0E0,-7.584404E-1,-0E0,-1.19344026E-1,1.3797272E0,-0E0,4.8654023E-1,-2.556092E-1,-0E0,9.629316E-1,4.0464708E-1,-2.9929623E-1,-0E0,7.361838E-1,-1.8915335E-2,9.04083E-2,-8.001782E-1,-0E0,-1.0090542E0,-0E0,-4.6979147E-1,9.597168E-2,-8.729908E-1,-0E0,-5.1032937E-1,-0E0,9.706365E-1,-0E0,-2.4276365E-1,5.510851E-1,-0E0,1.9518356E0,-1.9695057E-1,-0E0,-0E0,-4.7338364E-1,-0E0,5.4266316E-1,-0E0,-2.315353E-1,-0E0,-7.1226525E-1,-1.0168787E0,-0E0,-7.015833E-1,2.5265878E-1,-0E0,-9.471473E-1,-8.676768E-1,-0E0,9.527902E-1,-2.5649336E-1,-8.1180435E-1,-0E0,-9.8011255E-1,-0E0,-7.449467E-1,-0E0,7.826687E-1,-0E0,3.2781916E0,-0E0,4.696702E-1,-1.3502581E-1,-7.5480515E-1,-0E0,-0E0,-9.349505E-1,-0E0,1.3638678E0,-2.446484E-1,-0E0,-0E0,1.33686E0,-0E0,-6.705343E-1,-0E0,-2.129062E-1,-0E0,1.0259863E0,-0E0,2.5700742E-1,-0E0,1.5721895E0,6.850908E-1,-0E0,-0E0,-8.1357473E-1,-5.2491254E-1,-0E0,-0E0,-1.1400855E-1,-0E0,1.0712478E0,1.3088892E0,-0E0,1.4402313E0,-0E0,5.739168E-1,-3.1063867E-1,-9.4471395E-1,-0E0,1.3868289E0,-0E0,-0E0,-7.376625E-1,-0E0,4.6963525E-1,-0E0,-6.760436E-1,-0E0,1.2603489E0,-5.0802186E-2,-0E0,-5.0033156E-2,1.2612164E-1,-0E0,-8.381826E-1,5.6642526E-1,-0E0,-0E0,-5.334878E-1,1.3114192E0,-0E0,-4.2322356E-1,1.7356265E-1,-0E0,-8.320873E-1,-0E0,-8.089943E-1,1.2902738E0,-0E0,-0E0,-7.5839335E-1,6.055292E-1,-0E0,-0E0,-5.29265E-1,-0E0,-6.8694764E-1,1.6229352E-1,5.229666E-1,-4.9702603E-1,4.512528E-2,-0E0,1.2180583E0,6.928846E-1,-0E0,-5.272675E-1,-0E0,-0E0,-8.24392E-1,-0E0,-3.2015425E-1,1.5406173E0,-0E0,6.637221E-1,-1.2668781E-1,-6.6431034E-1,-0E0,4.2816973E-1,-4.2301324E-1,-0E0,1.0133085E0,9.178908E-1,-0E0,-4.9627683E-1,1.8312483E-1,-6.879178E-1,2.94118E-1,9.7324795E-1,-0E0,-0E0,-1.0310164E-1,-0E0,-7.93721E-1,-8.3446845E-2,-0E0,-0E0,5.2065027E-1,-8.978548E-1,-0E0,7.5129576E-2,-1.09054156E-1,1.0770239E0,-0E0,-5.568142E-1,-0E0,5.964166E-1,-0E0,2.1408148E0,-0E0,-0E0,-2.5038272E-1,-0E0,7.678251E-1,-0E0,-8.1317455E-1,-0E0,-5.665349E-1,-0E0,5.6471074E-1,-0E0,-7.4264145E-1,-0E0,-7.0754147E-1,-2.6454094E-1,6.745797E-1,1.8732688E0,-0E0,5.3954566E-1,-5.4192513E-1,-0E0,-8.4722E-1,-4.5631632E-2,4.7705558E-1,-8.088058E-1,-0E0,1.1743683E0,1.5154274E-1,-4.31904E-1,8.897314E-2,8.9588755E-1,-0E0,-6.1255413E-1,-0E0,-0E0,-6.5995556E-1,1.3301529E-1,-0E0,-7.393085E-1,-0E0,1.1312041E0,-0E0,3.7443873E-2,-8.33403E-3,1.3260502E0,-0E0,4.1499603E-1,-0E0,-0E0,-6.640431E-1,-0E0,-4.328786E-1,9.263169E-1,-0E0,-0E0,1.3805363E0,-0E0,1.625152E0,-0E0,-9.6271724E-1,-6.311999E-1,-0E0,-0E0,1.0723165E0,-0E0,-2.115323E-1,-0E0,-9.5876783E-1,8.025725E-1,-0E0,-1.1784469E-1,-0E0,-5.506331E-1,-0E0,-3.541677E-1,-0E0,4.4352305E-1,-0E0,-8.534985E-1,-0E0,-0E0,-8.712318E-1,-0E0,1.1275233E0,-7.902758E-1,-0E0,8.116753E-1,-4.5804247E-2,4.4434497E-1,-2.818529E-1,3.7694055E-1,-0E0,-6.594477E-1,-0E0,-1.8384902E-1,2.445486E-1,-8.350778E-1,-0E0,-1.9409442E-1,1.9556445E-1,1.7041938E-1,7.342441E-1,-8.2226753E-1,-2.3649533E-1,4.0166005E-1,-4.9288863E-1,-1.9221504E-1,-0E0,-0E0,1.5754763E0,8.371739E-1,-0E0,-7.042759E-1,-0E0,-0E0,3.7625115E-2,-0E0,-8.560912E-1,-2.6438168E-1,-0E0,1.2823185E0,-0E0,-0E0,8.4032923E-1,-3.3398417E-1,-0E0,-7.7745384E-1,-0E0,-0E0,2.928506E-1,5.19791E-1,-0E0,-0E0,-5.310952E-1,4.3417037E-1,-2.1965814E-1,-0E0,1.0249671E0,-0E0,1.2217185E0,-2.9462194E-1,6.769567E-2,5.275666E-1,-7.0203245E-1,-6.290386E-2,6.5813303E-1,-0E0,-1.0413289E0,-1.3408123E-2,6.285241E-1,1.034347E0,-0E0,-1.32619E0,3.226934E-1,6.1886984E-1,-0E0,-9.240639E-1,-0E0,-0E0,1.2067885E0,-4.5437086E-1,-0E0,-0E0,1.7896607E0,-0E0,9.520034E-1,-0E0,-1.0368873E-1,-0E0,-9.43199E-2,-5.363127E-1,-0E0,-0E0,1.146106E0,-0E0,1.8659511E0,-0E0,8.082245E-1,-0E0,-6.911797E-1,-0E0,-8.825119E-1,-0E0,1.2723594E0,-7.8385636E-2,1.9762468E0,4.6613178E-1,-1.0410799E-2,-0E0,1.0424237E0,8.5828826E-2,-1.04489684E-1,-7.825201E-1,-0E0,5.722179E-1,-1.4297456E-1,1.1571016E-1,-0E0,-0E0,-2.3228264E-1,-0E0,1.4822739E0,-1.316137E-1,5.1799953E-2,1.4260883E0,-0E0,1.8966863E0,-0E0,-9.7583014E-1,-0E0,-2.9898316E-1,1.7699488E-2,-0E0,-7.87958E-1,-0E0,9.608684E-1,4.831836E-1,-0E0,-8.852383E-1,-0E0,-0E0,-7.031174E-1,-0E0,-8.061481E-1,-0E0,9.5793134E-1,-0E0,7.9858446E-1,-4.553873E-1,-0E0,-0E0,5.6495374E-1,-7.542991E-1,-0E0,-0E0,3.7679484E-1,1.696341E-1,-4.7814235E-1,6.0307986E-1,-0E0,-9.010481E-1,-0E0,-0E0,1.3633157E-1,-4.1306552E-1,2.6679978E-1,8.542751E-2,2.8070495E-1,3.616814E-1,-3.915726E-1,-0E0,9.0274036E-1,-8.880574E-1,-0E0,7.202661E-2,-4.3756345E-1,8.8630205E-1,-1.6751783E-1,-0E0,-6.725457E-1,-0E0,1.8283715E0,-0E0,9.255081E-1,-0E0,-5.947336E-1,-0E0,1.869098E-1,-0E0,-9.199084E-1,-1.2725338E-1,7.36896E-2,9.1775995E-1,-0E0,-4.867768E-1,-0E0,-6.61045E-1,-0E0,-0E0,2.9840067E-1,4.729862E-1,-0E0,6.140159E-1,-0E0,-7.088349E-1,-0E0,2.4014087E-1,1.0562818E0,-0E0,1.3610119E0,-0E0,-4.6384138E-1,2.6686993E-1,-0E0,-0E0,6.12886E-1,-7.912854E-1,-0E0,-4.5371288E-1,-0E0,-0E0,6.937628E-1,-1.2830731E0,-0E0,6.671279E-2,-3.3862388E-1,-0E0,1.0580002E0,-0E0,-1.9513263E0,5.8418953E-1,-8.541028E-2,-1.4384891E-1,-1.0035748E0,1.2623606E0,-0E0,1.0384827E0,-0E0,-5.2170324E-1,-0E0,3.4908822E-1,-0E0,-6.173591E-1,-0E0,-0E0,-9.147213E-1,3.7452027E-2,-0E0,1.3199595E0,-0E0,-5.123405E-1,3.2396457E-1,2.4133646E0,-0E0,5.566548E-1,-0E0,-0E0,1.0955749E0,2.3115158E-1,-0E0,-0E0,-6.6696703E-1,5.5386263E-1,-0E0,-3.5822672E-1,-0E0,-2.8164506E-1,-0E0,-0E0,1.6890243E0,-0E0,1.461409E0,-0E0,-7.839297E-1,-4.2894948E-1,-0E0,-0E0,1.1478547E0,-2.1561694E-1,-9.6700776E-1,1.4867587E-1,-1.7179565E-1,-8.244621E-1,-0E0,-0E0,1.0605536E0,-0E0,1.0232334E0,-7.28583E-1,-0E0,-0E0,5.4148394E-1,-0E0,-8.074611E-1,6.3676246E-2,-0E0,-0E0,4.6913666E-1,-8.395652E-1,-0E0,7.7991754E-1,-0E0,3.4922022E-1,-2.9885474E-1,-0E0,-9.619733E-1,-5.1852626E-1,-0E0,-0E0,4.5773175E-1,-3.1075674E-1,1.7625342E-1,1.0152952E-1,4.0191248E-1,-2.125381E-2,6.391438E-1,-8.140694E-1,-0E0,4.6165118E-1,-4.071544E-1,9.578806E-1,-0E0,-0E0,-9.454711E-1,-3.161328E-1,4.9165213E-1,1.5338682E-1,-5.8623546E-1,-0E0,1.0298274E0,2.0758171E-1,-4.7700924E-1,-0E0,-5.427305E-1,-0E0,1.5111219E0,7.595531E-1,-0E0,-0E0,-9.857781E-1,-0E0,-2.542084E-1,-0E0,3.5613453E-1,-0E0,1.0149115E0,-0E0,5.5874693E-1,-0E0,-7.450812E-1,-0E0,6.137298E-1,1.0644E0,-0E0,1.1680382E0,-0E0,-0E0,-5.799798E-1,-9.049238E-1,-0E0,-0E0,1.0900061E-1,-0E0,-1.4551955E0,-6.0646015E-1,-0E0,-0E0,1.1004453E0,7.015694E-1,-0E0,-2.3392378E-1,-0E0,-0E0,-4.632332E-1,-0E0,-1.0215968E0,1.3315519E0,-0E0,-0E0,1.0886701E0,-1.627256E-1,-0E0,-7.345873E-1,-0E0,-0E0,1.4051293E0,-8.470322E-1,-0E0,-0E0,6.36269E-1,2.1627514E0,-0E0,9.719172E-1,-0E0,-5.836309E-1,-0E0,1.8290817E0,-0E0,1.4922718E0,-0E0,-0E0,-2.3459077E-1,-3.8708022E-1,-0E0,-0E0,9.7516704E-1,-5.832294E-1,1.481434E-1,-0E0,-9.7775465E-1,-8.6496395E-1,-0E0,-0E0,1.1446311E0,-0E0,9.1694653E-1,-6.836485E-1,-0E0,-8.648735E-1,-0E0,-0E0,5.650368E-1,-9.591444E-1,-0E0,-0E0,9.69735E-2,8.63254E-1,-0E0,-0E0,3.1162322E-1,-0E0,-4.9943396E-1,-1.0298142E0,-0E0,-0E0,-5.609069E-1,-1.0303587E-1,1.643619E-1,-0E0,-2.2537108E-1,8.829426E-1,-0E0,2.5624496E-1,-4.762649E-1,-3.9215386E-3,2.827679E-1,5.460328E-1,1.0401529E-2,-3.8120747E-1,4.3626595E-1,-7.309713E-1,3.9857307E-1,-0E0,8.628532E-1,-1.0067604E0,-0E0,-0E0,2.1225117E-1,6.0871375E-1,-0E0,-5.5801016E-1,-0E0,-0E0,8.0361825E-1,-3.7759274E-1,1.9387709E-1,-1.0019106E0,-0E0,-4.7001332E-1,-0E0,-0E0,9.188875E-1,-4.9208008E-2,9.8150885E-1,-6.8848205E-1,-0E0,1.0966069E0,-0E0,-1.0555663E0,-0E0,4.240007E-1,-0E0,1.0446802E0,-0E0,1.4916538E-1,-3.2764393E-1,-0E0,5.844298E-1,-0E0,1.0728443E0,-0E0,-5.113114E-1,-9.7774434E-1,-0E0,-1.2224569E0,-0E0,-0E0,-5.5514467E-1,-0E0,8.6484486E-1,-0E0,8.133313E-1,-0E0,7.082777E-1,-0E0,-8.0755275E-1,1.4125091E0,-0E0,-0E0,8.932634E-1,-0E0,1.4374453E0,-0E0,-9.044531E-1,-0E0,1.6570976E-1,-0E0,7.8650934E-1,-4.963177E-1,-0E0,2.0091848E0,-0E0,1.5179317E0,-0E0,1.2939169E-1,-0E0,-6.9625086E-1,-0E0,-1.2038901E-2,9.87178E-1,-1.000631E0,-0E0,-2.2546075E-1,-7.5178707E-1,-1.1683532E-1,-0E0,-0E0,9.5672673E-1,-9.537043E-1,-0E0,-1.0478139E0,-0E0,-6.0661905E-2,-0E0,-0E0,2.3170267E-1,-0E0,7.078959E-1,-5.799764E-1,-0E0,-0E0,-1.055955E0,-0E0,-6.1300296E-1,-0E0,4.6472168E-1,-0E0,-2.942815E-1,9.618712E-1,-0E0,2.2428869E-1,-7.2809264E-2,-0E0,7.537431E-1,9.3575835E-2,-5.7835525E-1,-6.178148E-1,1.5475655E-1,3.2728267E-1,-1.4070773E-1,-1.2384292E-1,8.3216685E-1,-4.432581E-2,5.194839E-1,-7.4515766E-1,-0E0,5.37839E-1,9.2431046E-2,-1.0453866E0,-0E0,5.439077E-1,-0E0,-2.0043267E-1,3.7868538E-1,9.3346405E-1,-0E0,-0E0,-1.0780205E0,-6.420578E-2,-0E0,-7.20113E-1,-0E0,3.3226237E-1,-0E0,-8.004016E-1,-0E0,-0E0,4.662139E-2,-2.192563E-1,7.184714E-2,-0E0,1.0426464E0,-0E0,-1.8255976E-1,-0E0,1.2149569E0,-7.7413213E-1,-0E0,1.1618487E0,-0E0,-8.483271E-1,-0E0,8.298471E-1,-0E0,1.4389634E-1,-0E0,-0E0,-4.256829E-1,1.0859108E0,-0E0,-0E0,-1.0800016E0,-0E0,6.89617E-1,-7.980033E-2,-0E0,-0E0,1.445794E0,-0E0,1.4762774E0,-0E0,-9.832483E-1,-0E0,7.4051136E-1,2.2346485E0,-0E0,-0E0,1.2181349E0,-6.078084E-1,-0E0,-0E0,1.1488997E0,-0E0,-1.0225362E0,-0E0,-4.7353163E-1,-0E0,-9.8919034E-1,-0E0,-1.0992552E0,-0E0,-1.7170073E-1,-5.078313E-1,-0E0,-0E0,-1.0759758E0,-6.651599E-1,-0E0,-4.7312196E-2,-0E0,8.169068E-1,-0E0,-0E0,3.0566555E-1,-2.155597E-1,-0E0,1.57452E-1,-5.176571E-1,1.0770168E0,-0E0,-0E0,4.1601786E-1,-6.8247056E-1,-0E0,-0E0,-7.49603E-1,3.7348676E-1,-1.997658E-1,4.1020608E-1,-0E0,-6.414936E-1,7.772976E-3,-0E0,-5.191648E-1,1.2156262E0,-0E0,-4.1960895E-1,2.3619741E-2,6.4296097E-1,-0E0,-0E0,-7.9778314E-1,5.934522E-1,-0E0,-3.1937402E-1,3.6882845E-1,-9.3411875E-1,-0E0,6.490225E-1,-0E0,-0E0,-4.2017013E-1,-0E0,5.593311E-1,1.0335377E0,-0E0,-9.0985775E-1,-0E0,-8.224207E-1,-0E0,-0E0,3.630604E-1,-0E0,-3.8829264E-1,-0E0,-2.8845555E-1,9.149069E-1,-0E0,-0E0,-8.613306E-1,9.4303066E-1,-0E0,-0E0,-3.644262E-1,4.5740715E-1,1.126879E0,-0E0,1.4662226E-1,-0E0,-6.821086E-2,-0E0,-1.1472265E0,-0E0,1.1917459E0,1.5055666E0,-0E0,-7.96595E-1,-0E0,1.8313121E0,-0E0,-0E0,-5.350419E-2,-0E0,-8.122461E-1,-0E0,1.4132029E-1,-0E0,-1.0168158E0,-0E0,-8.9159495E-1,-1.0971607E0,-0E0,-0E0,-7.040968E-1,-1.7745386E-1,-0E0,1.5762635E-1,-0E0,-4.4505462E-1,-0E0,1.0240107E0,-0E0,-8.123225E-1,-0E0,-1.8920624E-1,2.3710458E-1,-8.426346E-1,-0E0,7.488325E-1,-0E0,-0E0,-5.4866165E-1,-0E0,4.680189E-1,-5.537619E-1,2.2956458E-1,-0E0,-7.2351193E-1,3.022035E-1,-0E0,1.8856706E-1,-0E0,1.3239762E0,-0E0,1.8341698E-1,-1.10744484E-1,2.5265723E-1,-7.8361577E-1,5.0686425E-1,-6.604328E-2,-0E0,8.232072E-1,6.3258183E-1,-0E0,3.3318773E-1,-4.1273296E-1,-0E0,-1.0280215E0,7.1894675E-1,1.6753608E-2,7.5440395E-1,-0E0,4.679147E-1,-0E0,-0E0,8.663426E-1,-0E0,-7.045123E-1,-0E0,-9.52727E-1,8.288139E-1,-0E0,8.8362205E-1,-0E0,-1.2032576E0,-0E0,1.2013304E0,-0E0,-0E0,-8.071742E-1,-8.6938393E-1,-0E0,-0E0,-7.87444E-1,-1.1235069E0,-0E0,4.755111E-2,-3.033299E-2,-4.4151396E-1,-0E0,-0E0,2.3478922E-1,-0E0,-1.0335143E0,9.3419594E-1,-0E0,-5.460199E-1,2.4040525E-1,2.4325731E-1,-6.043897E-1,-7.844932E-1,-0E0,-2.0202751E-1,3.5571125E-1,2.8174564E-1,7.604424E-1,-9.8065233E-1,-0E0,-7.397583E-1,4.7879556E-1,-0E0,4.8648426E-1,-1.8004921E-1,-0E0,-0E0,1.3684962E0,-2.8643596E-1,-0E0,-0E0,6.198697E-1,-9.915065E-1,-0E0,-0E0,8.594771E-1,-4.00126E-1,3.1694617E-2,1.0133904E0,-0E0,-0E0,6.5611595E-1,2.1716622E-1,-1.2969208E-1,5.688756E-1,-0E0,-5.264575E-1,-0E0,2.4265634E-1,-4.8980232E-2,-9.369013E-1,-0E0,-0E0,8.6014843E-1,-2.8548697E-1,3.074495E-1,6.395429E-1,-0E0,-0E0,-9.8542243E-1,-0E0,6.6859144E-1,-0E0,-3.6189672E-1,-0E0,-1.2522597E0,2.2994582E-2,-1.5999615E-1,-0E0,-8.5777396E-1,-1.1573709E0,-0E0,1.6894601E-1,-3.5390186E-1,2.6402918E-1,-0E0,-0E0,-1.4151488E-1,-4.6295065E-1,-0E0,-0E0,-1.1427899E-1,-1.1240252E0,-0E0,-0E0,1.0765647E0,-1.570407E-1,-0E0,-0E0,-8.204108E-1,-5.1662464E-2,5.963289E-1,5.780139E-1,-0E0,-8.862367E-1,-0E0,-0E0,-8.6443776E-1,-6.089198E-1,-0E0,-0E0,4.843147E-1,4.0309542E-1,-1.220972E-1,-0E0,8.263514E-1,-1.1598694E0,-0E0,1.0613929E-1,-0E0,-0E0,-8.0524313E-1,7.9415506E-1,-0E0,4.1670156E-1,-0E0,1.1020958E0,-0E0,-0E0,-4.0585476E-1,-0E0,5.346485E-1,-0E0,-1.1694677E0,-0E0,6.776757E-2,9.023794E-3,-4.4012207E-1,1.0917324E0,-0E0,-0E0,-7.4701923E-1,3.5477746E-1,-2.0733401E-1,-0E0,1.080709E0,-0E0,-2.977966E-1,6.8028176E-1,-0E0,-0E0,3.1673834E-1,-0E0,-3.658398E-1,-0E0,7.8223747E-1,-6.511403E-1,-0E0,4.4634977E-1,-0E0,-3.2254288E-1,-0E0,-8.3036155E-2,-0E0,-0E0,9.212906E-1,-0E0,-4.8433107E-1,5.1061237E-1,-0E0,-8.199226E-1,-0E0,4.7343582E-2,-0E0,-0E0,-3.764265E-1,-0E0,-1.2993299E0,-9.05505E-1,-0E0,-0E0,-1.205612E0,-0E0,4.966389E-1,-0E0,-5.621923E-1,-0E0,2.748748E-1,-0E0,-1.4927007E-1,-1.1731687E0,-0E0,-0E0,1.1240214E0,-1.784284E-1,-0E0,-8.8009185E-1,-0E0,1.167176E-2,-4.3818128E-1,1.047546E0,-0E0,-2.300167E-1,1.0675225E-1,-7.9779994E-1,-0E0,-7.32579E-1,-0E0,3.5625353E-1,-2.6573417E-1,4.0835295E-2,6.3641524E-1,-4.5019814E-1,-0E0,1.22335374E-1,9.93212E-1,-9.544795E-1,-0E0,8.6120504E-1,-0E0,-5.423643E-1,1.8873839E-1,-4.2689714E-1,-0E0,-1.2376214E0,-0E0,-0E0,2.607808E-1,-7.1303374E-1,-0E0,-0E0,1.1823859E0,-2.4343473E-1,1.6814075E-1,-0E0,-1.0310464E0,-0E0,6.303894E-1,-6.347509E-1,5.2322652E-2,-0E0,1.1721934E0,-0E0,7.0309484E-1,-0E0,-1.21980615E-1,-3.7704816E-1,-0E0,8.930151E-1,-0E0,-0E0,-7.3778796E-1,-0E0,5.275927E-1,-3.0717397E-1,-0E0,8.379961E-2,-0E0,9.8246837E-1,-0E0,-6.8732727E-1,-0E0,-0E0,6.9440114E-1,-2.2476609E-1,-0E0,-0E0,-1.0907759E-1,-0E0,-1.3211273E0,-9.3638045E-1,-0E0,-1.251634E0,-0E0,-0E0,4.3669626E-1,-5.045356E-1,-0E0,-0E0,-9.408074E-1,-0E0,1.170274E0,-7.3078406E-1,-0E0,-0E0,-5.625727E-1,8.6463946E-1,-0E0,-1.5512738E-1,1.5315968E-1,-0E0,-4.5840174E-1,1.8334544E-1,-0E0,4.3278465E-1,-0E0,-0E0,-3.48741E-1,2.835901E-1,-3.1166852E-1,9.90881E-1,1.8112847E-1,-0E0,-7.1168214E-1,-0E0,2.117659E-1,-3.2544956E-2,5.760146E-1,-0E0,1.0827768E0,-0E0,9.1252774E-1,-0E0,-6.4478606E-1,-0E0,6.138105E-1,-1.2728255E0,-0E0,9.650885E-1,-0E0,-4.1973242E-1,-0E0,-0E0,5.098317E-1,-0E0,-1.1194346E0,1.8560086E-1,-4.093543E-1,8.0407536E-1,-8.933665E-2,-7.7665347E-1,-0E0,6.016742E-1,-9.612479E-2,1.2230409E0,-0E0,-1.2225726E-1,-0E0,7.4301076E-1,-0E0,-0E0,6.78546E-2,7.8574365E-1,-0E0,-0E0,-7.931629E-1,-0E0,2.867293E-1,1.0659854E0,-0E0,-0E0,-7.8233105E-1,-0E0,7.981587E-1,-0E0,-1.0482484E0,-9.7756237E-1,-0E0,-1.2765166E0,-0E0,-0E0,1.2175183E0,2.3020166E-1,-0E0,-0E0,-5.362082E-1,3.778407E-1,-0E0,-8.32839E-2,5.414197E-1,-8.022766E-1,3.8054172E-2,8.5885113E-1,-0E0,-2.0344758E-2,3.724562E-1,-0E0,-8.46287E-1,-0E0,-1.3658822E-1,3.6335254E-1,-0E0,-4.3962884E-1,-0E0,4.9228752E-1,-0E0,-0E0,1.1299672E0,-0E0,9.6519536E-1,-0E0,-3.7244642E-1,5.20606E-1,-0E0,-1.0315828E0,-0E0,-0E0,-4.448856E-1,-0E0,6.2543434E-1,-0E0,-9.4035494E-1,-0E0,4.1323173E-1,-0E0,-7.115309E-1,9.8874426E-1,-2.5282867E-2,-3.239946E-1,-0E0,-0E0,-8.58892E-1,8.4506416E-1,-0E0,-4.2353937E-1,-0E0,9.985981E-1,-0E0,-0E0,7.6310897E-1,-2.1324295E-1,5.0618064E-1,-0E0,-6.592719E-1,2.5852045E-1,-0E0,-0E0,8.635493E-1,-0E0,-8.947145E-1,-0E0,9.1035306E-1,-0E0,-1.0095589E0,-1.0563878E0,-0E0,1.2826827E0,-0E0,-4.3908724E-1,-0E0,-3.38008E-1,-0E0,-0E0,7.666593E-1,-0E0,-9.7898614E-1,-0E0,1.7125636E-1,-0E0,-2.982109E-1,5.2890253E-1,-0E0,-7.037199E-1,-0E0,-5.468992E-1,-0E0,1.1736392E0,-0E0,7.9916394E-1,-0E0,-0E0,-4.9953684E-1,-0E0,5.239391E-1,4.4060844E-1,-0E0,-0E0,-6.076058E-1,1.0907415E0,-0E0,-1.6252953E-1,-0E0,-1.0504698E0,-0E0,-0E0,9.77948E-1,2.512926E-1,-1.501384E-1,7.832136E-1,-0E0,-4.954727E-1,-0E0,-0E0,5.312228E-1,-7.431821E-1,-0E0,-0E0,7.447625E-1,-0E0,-8.073517E-1,1.4227227E0,-0E0,-0E0,-6.389268E-1,-0E0,9.993745E-1,-0E0,-8.088532E-1,1.8117924E-1,-0E0,-0E0,-2.6799005E-1,-0E0,7.267198E-1,-1.6165131E-1,-0E0,9.3633044E-1,-0E0,-0E0,1.1631613E0,-1.2195188E0,-0E0,-0E0,8.0357367E-1,4.5743638E-1,-0E0,-0E0,-2.1938083E-1,6.8800163E-1,1.3887024E0,-5.540193E-1,-0E0,1.4592565E0,-0E0,1.09835595E-1,-0E0,-0E0,-5.64107E-1,8.37176E-1,-0E0,8.641033E-1,-0E0,-0E0,1.2010089E0,-0E0,-9.886834E-1,4.8832536E-1,-0E0,7.303167E-1,-0E0,-0E0,1.5544295E0,-0E0,1.4977587E0,9.292225E-1,-0E0,1.230131E0,-0E0,7.955825E-1,-0E0,-2.1883477E-1,6.3722365E-2,-0E0,1.7025918E0,1.5301529E0,-0E0,-0E0,9.81618E-1,-0E0,9.795992E-1,8.711365E-1,8.8499695E-2,-1.9541489E-1,4.6301273E-1,-0E0,-4.7225752E-1,1.8460362E-1,-0E0,1.7709E0,-0E0,-0E0,1.6243651E0,7.8714144E-1,-0E0,-0E0,8.9332914E-1,-0E0,4.4225603E-1,-0E0,-7.1553934E-1,-0E0,5.16395E-1,-0E0,2.0670697E-1,-0E0,1.419664E0,1.3187878E0,-0E0,9.1041946E-1,-0E0,-3.7321913E-1,1.8154968E-1,-0E0,4.9389705E-1,-0E0,5.0910518E-2,-0E0,-6.116501E-1,-0E0,9.232225E-1,-7.766899E-1,-0E0,9.386945E-1,-0E0,1.3748762E-1,-0E0,9.548005E-1,-0E0,9.641041E-1,-0E0,9.7278106E-1,-0E0,-0E0,9.8190004E-1,-0E0,9.8585165E-1,1.6833471E-1,8.0265915E-1,4.932282E-1,-0E0,-0E0,4.6319973E-1,-4.1144945E-2,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":2,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,-1,29,31,33,35,37,39,41,-1,43,45,47,49,51,-1,53,55,57,59,61,63,-1,65,67,69,71,73,75,-1,77,79,81,83,85,87,89,-1,-1,-1,91,93,95,97,99,101,103,105,107,109,-1,111,-1,-1,113,115,-1,117,119,121,123,125,-1,-1,127,129,131,133,-1,-1,135,137,139,-1,141,143,-1,-1,145,147,149,151,153,155,157,-1,159,161,163,165,167,-1,-1,-1,169,171,173,175,-1,-1,177,-1,179,-1,-1,181,183,185,187,189,191,193,195,-1,197,199,201,203,205,207,209,211,-1,-1,213,-1,215,217,-1,-1,-1,-1,-1,219,221,223,225,227,229,231,233,-1,235,237,239,-1,-1,241,-1,243,245,247,249,-1,251,-1,253,-1,255,257,259,261,-1,-1,-1,263,-1,-1,-1,-1,-1,-1,-1,-1,265,-1,-1,-1,267,269,271,273,275,277,-1,279,281,283,-1,-1,285,287,-1,289,291,293,295,297,299,301,-1,-1,303,305,307,309,311,-1,313,315,317,319,321,323,325,327,329,331,333,335,-1,-1,-1,-1,337,339,-1,341,343,-1,345,-1,347,349,351,-1,353,355,-1,-1,357,-1,359,361,363,365,-1,367,-1,-1,-1,-1,369,371,-1,373,375,377,379,-1,381,383,-1,385,387,-1,-1,389,391,393,395,-1,397,399,401,403,405,-1,-1,407,-1,-1,409,-1,411,413,415,417,419,421,-1,-1,423,425,-1,427,429,431,-1,-1,433,-1,435,437,-1,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473,475,-1,-1,477,-1,-1,479,481,483,-1,-1,-1,485,-1,-1,-1,-1,-1,487,489,491,-1,-1,493,495,497,499,501,-1,503,-1,505,507,509,511,513,515,-1,-1,517,-1,-1,-1,-1,519,521,523,525,527,-1,-1,-1,-1,-1,529,-1,-1,531,-1,-1,-1,533,535,-1,537,539,541,543,-1,545,-1,-1,547,-1,-1,-1,-1,549,-1,551,-1,553,555,557,-1,-1,-1,559,-1,561,563,-1,-1,-1,-1,-1,565,-1,-1,567,-1,569,571,573,575,577,579,-1,581,583,585,587,589,591,-1,-1,593,595,-1,597,599,601,603,605,607,609,611,-1,613,-1,615,617,-1,619,621,623,625,627,629,631,633,-1,-1,-1,635,637,639,-1,641,643,645,-1,-1,647,-1,649,651,-1,653,-1,-1,-1,-1,655,657,-1,-1,-1,-1,659,-1,661,663,-1,665,667,669,671,673,675,677,679,-1,-1,-1,681,683,-1,-1,685,687,689,691,-1,693,-1,-1,-1,-1,-1,695,-1,-1,-1,-1,697,699,-1,701,-1,-1,-1,-1,-1,703,705,-1,-1,-1,-1,707,709,-1,-1,-1,711,-1,713,-1,-1,-1,-1,-1,-1,-1,-1,715,-1,717,-1,-1,719,-1,-1,721,723,725,-1,727,-1,-1,729,731,-1,733,-1,735,737,-1,-1,739,741,743,745,747,749,751,753,755,757,759,761,763,765,-1,767,769,-1,771,-1,773,775,-1,777,779,781,783,785,787,789,791,793,795,797,799,801,803,805,807,-1,-1,-1,-1,-1,-1,-1,809,811,-1,-1,-1,813,-1,815,-1,-1,-1,817,-1,-1,-1,-1,819,821,-1,-1,-1,-1,-1,823,-1,-1,-1,825,827,829,-1,831,833,-1,835,-1,-1,-1,-1,837,839,-1,841,843,845,847,849,-1,-1,-1,-1,-1,-1,-1,-1,851,853,855,857,-1,-1,-1,-1,-1,-1,-1,-1,-1,859,-1,861,-1,863,-1,-1,-1,-1,-1,-1,865,867,869,-1,-1,-1,-1,-1,-1,-1,871,-1,873,-1,-1,875,-1,-1,877,-1,879,-1,881,883,885,-1,887,889,891,893,895,897,899,901,903,905,907,909,911,913,-1,-1,-1,915,917,-1,919,-1,-1,921,-1,923,-1,-1,-1,-1,925,927,929,-1,931,-1,-1,933,935,-1,-1,-1,937,939,-1,941,-1,943,945,947,949,951,953,955,-1,957,959,-1,961,-1,963,965,-1,-1,967,-1,-1,969,-1,-1,-1,-1,-1,971,-1,-1,-1,-1,973,975,-1,-1,-1,-1,-1,-1,-1,977,-1,979,981,983,985,987,989,-1,-1,991,993,-1,995,-1,997,999,-1,-1,-1,1001,-1,1003,-1,-1,1005,-1,-1,-1,1007,-1,1009,-1,-1,-1,-1,1011,-1,-1,1013,1015,-1,-1,-1,1017,-1,1019,-1,1021,1023,-1,-1,1025,1027,1029,-1,-1,1031,1033,1035,1037,1039,-1,-1,-1,1041,1043,1045,1047,1049,1051,1053,1055,1057,-1,1059,1061,1063,1065,-1,1067,-1,1069,-1,1071,-1,-1,-1,-1,-1,1073,1075,1077,1079,-1,-1,-1,-1,-1,-1,-1,-1,-1,1081,-1,1083,-1,1085,1087,-1,1089,-1,1091,-1,-1,-1,-1,1093,-1,-1,1095,-1,-1,1097,-1,-1,1099,-1,1101,-1,-1,1103,1105,1107,1109,1111,-1,1113,-1,-1,-1,-1,-1,-1,-1,1115,1117,-1,-1,1119,-1,1121,1123,1125,-1,-1,-1,-1,1127,-1,-1,-1,-1,-1,-1,1129,-1,-1,-1,-1,1131,-1,1133,1135,-1,1137,-1,-1,1139,1141,1143,-1,-1,1145,-1,-1,1147,-1,1149,1151,-1,-1,-1,-1,1153,-1,-1,-1,1155,1157,1159,1161,-1,1163,1165,-1,1167,1169,1171,1173,1175,1177,1179,1181,1183,1185,1187,1189,1191,1193,1195,1197,1199,-1,1201,1203,1205,1207,1209,-1,1211,-1,-1,-1,-1,-1,-1,-1,-1,-1,1213,-1,-1,-1,1215,-1,1217,-1,-1,-1,-1,1219,1221,1223,-1,-1,-1,-1,1225,1227,-1,-1,-1,-1,1229,1231,-1,-1,1233,1235,-1,-1,-1,1237,-1,-1,1239,1241,-1,-1,1243,-1,-1,-1,-1,-1,1245,1247,1249,-1,1251,-1,-1,-1,-1,1253,-1,1255,-1,1257,-1,1259,-1,-1,-1,-1,-1,1261,1263,-1,1265,1267,1269,-1,1271,-1,-1,-1,-1,1273,-1,-1,-1,1275,-1,1277,1279,1281,-1,-1,-1,-1,1283,1285,-1,-1,1287,-1,1289,-1,1291,1293,1295,1297,1299,1301,1303,1305,1307,1309,1311,1313,1315,1317,1319,1321,-1,-1,-1,-1,1323,1325,-1,1327,-1,-1,-1,1329,-1,-1,1331,1333,1335,1337,1339,1341,-1,1343,-1,1345,-1,-1,-1,1347,-1,1349,1351,-1,-1,-1,1353,-1,-1,1355,-1,-1,-1,-1,-1,-1,-1,-1,1357,1359,-1,-1,-1,1361,-1,-1,-1,-1,1363,-1,1365,-1,-1,-1,1367,-1,-1,1369,-1,1371,-1,-1,-1,1373,-1,-1,1375,1377,-1,1379,-1,-1,-1,-1,-1,1381,-1,1383,-1,1385,-1,-1,-1,-1,-1,1387,-1,-1,1389,-1,1391,1393,-1,-1,-1,1395,-1,1397,1399,1401,1403,1405,1407,1409,1411,1413,1415,1417,1419,1421,1423,1425,-1,1427,1429,1431,-1,1433,-1,1435,1437,1439,-1,-1,1441,-1,-1,1443,-1,1445,1447,-1,-1,-1,-1,1449,-1,-1,1451,-1,-1,-1,-1,1453,-1,1455,-1,-1,-1,-1,-1,-1,-1,-1,1457,1459,1461,1463,1465,-1,-1,-1,-1,-1,1467,-1,1469,-1,1471,-1,-1,1473,-1,-1,-1,-1,-1,-1,-1,1475,1477,1479,-1,-1,1481,-1,1483,-1,-1,-1,-1,-1,1485,1487,-1,1489,-1,-1,-1,-1,-1,-1,-1,1491,1493,1495,-1,-1,-1,1497,1499,-1,1501,1503,1505,1507,1509,1511,1513,1515,-1,1517,1519,1521,1523,1525,-1,-1,-1,1527,1529,1531,1533,-1,-1,1535,-1,-1,-1,-1,1537,1539,-1,-1,-1,1541,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1543,-1,-1,-1,-1,1545,1547,-1,-1,-1,-1,-1,1549,-1,-1,1551,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1553,-1,-1,1555,-1,-1,1557,-1,-1,-1,-1,-1,-1,-1,-1,1559,1561,1563,1565,1567,-1,1569,1571,1573,1575,1577,1579,1581,1583,-1,-1,1585,1587,-1,-1,1589,-1,-1,1591,1593,1595,1597,1599,-1,1601,1603,1605,1607,1609,1611,1613,1615,1617,1619,-1,-1,-1,-1,-1,-1,-1,-1,1621,1623,1625,-1,-1,1627,-1,-1,-1,-1,-1,-1,-1,1629,1631,1633,1635,1637,1639,1641,-1,-1,-1,1643,1645,1647,1649,1651,1653,1655,1657,1659,-1,1661,1663,1665,1667,1669,1671,1673,1675,-1,1677,-1,-1,-1,1679,1681,-1,-1,1683,1685,1687,1689,1691,1693,1695,1697,-1,1699,1701,1703,1705,1707,-1,1709,-1,1711,1713,-1,-1,1715,1717,1719,1721,-1,-1,-1,1723,-1,-1,1725,1727,-1,1729,-1,-1,-1,1731,1733,-1,1735,1737,1739,-1,-1,-1,-1,-1,-1,1741,1743,-1,-1,1745,1747,-1,-1,1749,1751,1753,-1,1755,1757,-1,-1,1759,-1,1761,-1,-1,1763,1765,-1,1767,1769,-1,-1,-1,-1,-1,1771,1773,-1,-1,-1,-1,-1,1775,-1,-1,-1,1777,-1,-1,1779,1781,1783,-1,1785,1787,1789,1791,-1,1793,-1,-1,1795,1797,-1,-1,-1,1799,-1,1801,1803,-1,1805,-1,1807,1809,-1,-1,-1,1811,-1,1813,1815,1817,-1,1819,-1,-1,-1,-1,-1,1821,1823,-1,-1,1825,-1,1827,-1,1829,-1,-1,-1,-1,1831,-1,-1,1833,-1,-1,1835,-1,-1,1837,1839,1841,1843,1845,-1,-1,-1,-1,1847,1849,1851,1853,1855,1857,1859,1861,-1,-1,1863,-1,1865,1867,-1,-1,1869,-1,-1,-1,-1,-1,-1,1871,1873,1875,-1,1877,1879,1881,1883,1885,-1,1887,1889,1891,1893,-1,-1,-1,1895,-1,-1,1897,-1,-1,-1,-1,1899,-1,1901,-1,1903,-1,-1,1905,-1,-1,-1,-1,-1,1907,1909,-1,1911,-1,-1,-1,-1,-1,-1,-1,-1,1913,-1,-1,-1,-1,-1,-1,-1,1915,-1,1917,-1,-1,1919,-1,-1,-1,1921,1923,1925,1927,-1,1929,1931,1933,1935,1937,-1,1939,-1,1941,-1,-1,1943,1945,1947,-1,-1,-1,1949,-1,-1,1951,-1,1953,1955,1957,1959,1961,1963,-1,1965,1967,1969,-1,-1,-1,1971,1973,-1,-1,-1,-1,-1,1975,-1,1977,1979,-1,-1,1981,-1,1983,-1,-1,1985,-1,1987,-1,-1,1989,-1,-1,-1,1991,-1,-1,1993,1995,1997,1999,-1,-1,2001,2003,-1,2005,-1,-1,-1,-1,2007,-1,-1,-1,-1,2009,-1,2011,-1,2013,-1,-1,-1,-1,-1,-1,-1,2015,-1,-1,-1,2017,-1,2019,2021,2023,-1,-1,-1,2025,2027,-1,-1,2029,-1,-1,-1,2031,2033,2035,-1,-1,-1,-1,-1,-1,-1,2037,-1,2039,-1,2041,-1,-1,2043,-1,-1,-1,2045,-1,-1,2047,-1,2049,-1,2051,-1,2053,2055,2057,-1,-1,-1,-1,2059,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2061,-1,-1,-1,2063,-1,-1,2065,2067,2069,2071,-1,2073,-1,-1,-1,-1,-1,-1,-1,-1,-1,2075,2077,-1,2079,-1,2081,-1,-1,-1,-1,-1,-1,-1,2083,-1,-1,-1,-1,-1,2085,2087,-1,-1,-1,2089,-1,-1,-1,2091,2093,-1,-1,2095,-1,-1,-1,-1,-1,-1,-1,2097,-1,-1,2099,-1,-1,-1,-1,2101,2103,-1,2105,-1,2107,2109,-1,2111,-1,2113,2115,2117,2119,-1,2121,2123,-1,-1,2125,-1,-1,2127,2129,2131,2133,-1,-1,2135,-1,2137,-1,-1,2139,-1,-1,-1,2141,2143,2145,2147,2149,-1,-1,-1,-1,-1,-1,-1,-1,2151,-1,2153,-1,-1,-1,-1,-1,-1,-1,-1,2155,-1,2157,2159,-1,-1,-1,2161,-1,2163,-1,2165,-1,-1,2167,-1,2169,2171,-1,2173,2175,-1,-1,-1,-1],"loss_changes":[2.7958325E2,1.7101208E2,1.2294434E1,1.4855574E2,1.4236633E1,5.619507E1,3.0395508E-1,1.4001027E2,6.66214E0,1.0603241E1,1.6828308E0,1.9801924E1,2.64917E0,7.1013176E-1,0E0,8.9543E1,8.099564E0,5.256954E0,1.5242157E0,1.7686768E0,1.8805939E1,5.7891846E-1,0E0,1.67205E1,1.6018486E0,3.3348236E0,1.5200195E0,1.5944894E-1,0E0,5.832575E1,6.9050293E0,8.546303E0,2.0824738E0,5.760212E0,5.6251526E-1,0E0,1.08184814E-1,8.266175E0,8.102112E-1,3.3556519E0,1.830837E1,2.0032428E-2,0E0,1.01395855E1,8.07325E0,4.9667552E-2,8.18943E-1,1.6472168E0,2.443646E0,9.516988E-1,0E0,0E0,0E0,3.3032722E0,3.743959E1,5.8497443E0,1.3550949E0,1.0824432E0,1.4181937E1,9.9505615E-1,4.767487E0,5.0836763E0,2.0360909E0,0E0,9.9414825E-2,0E0,0E0,5.073797E0,2.2443914E0,0E0,1.1855292E0,9.580226E-1,1.9068756E0,8.98423E0,1.4102345E0,0E0,0E0,4.9205E0,2.970051E0,3.5848079E0,5.708149E0,0E0,0E0,5.581665E-1,1.8837984E-1,2.2809296E0,0E0,8.3278906E-1,1.0643728E0,0E0,0E0,8.2057667E-1,2.3210526E0,2.6280535E1,1.48178215E1,1.7921691E0,2.0991907E0,1.3457489E0,0E0,7.568054E-1,1.2340606E0,3.7776546E0,3.5661032E0,4.4163513E-1,0E0,0E0,0E0,1.1708817E0,3.8303368E0,1.9666996E0,6.3173315E-3,0E0,0E0,6.3480244E0,0E0,7.767939E-1,0E0,0E0,5.3044266E-1,7.795061E-1,2.8038712E0,1.462326E0,1.8431117E-1,2.1993303E0,8.245586E0,1.1331139E0,0E0,7.300606E-1,4.6306E0,1.1472974E0,2.5032585E0,2.3718052E0,1.4799347E0,1.5330304E0,3.2207823E0,0E0,0E0,7.661488E-2,0E0,2.6410217E0,8.209872E0,0E0,0E0,0E0,0E0,0E0,9.733532E-1,1.5053558E0,2.178791E0,2.832552E0,1.1657271E1,4.0124063E0,1.1711975E1,7.357192E-1,0E0,4.3068367E-1,1.4716787E0,9.860153E-1,0E0,0E0,5.296478E-1,0E0,1.2037287E0,1.658041E0,1.889912E0,3.8354373E0,0E0,9.673649E-1,0E0,1.0842547E0,0E0,3.6301217E0,1.9113498E0,1.3189793E0,4.711219E-2,0E0,0E0,0E0,9.8088264E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.0358276E0,0E0,0E0,0E0,3.8528115E-1,1.951026E0,9.0622854E-1,8.429655E0,8.972332E-3,2.4738121E-1,0E0,7.367821E-1,2.2207258E0,7.108569E-1,0E0,0E0,2.5494034E0,2.5236135E0,0E0,2.002368E0,2.4216917E-1,1.4243402E0,1.1393752E0,8.7068707E-1,1.6578054E0,2.4411259E0,0E0,0E0,4.338486E-1,2.0770264E0,2.841641E0,2.6414595E0,9.558481E-1,0E0,3.2106614E-1,3.5124207E-1,1.3450634E0,1.7641592E0,2.633377E0,3.82763E0,5.566666E0,9.389834E0,2.4674406E0,2.1028376E0,6.0382004E0,7.162595E0,0E0,0E0,0E0,0E0,4.942767E-1,1.514595E0,0E0,8.515549E-1,5.415535E-1,0E0,1.6466076E0,0E0,1.0518456E0,5.585494E-1,8.052279E-1,0E0,4.3934384E-1,2.2741308E0,0E0,0E0,7.747202E-1,0E0,4.1184764E0,9.0486777E-1,1.0777162E0,7.644019E-1,0E0,1.0545292E0,0E0,0E0,0E0,0E0,6.308212E-1,3.6820288E0,0E0,5.8661145E-1,6.2371254E-1,4.0824745E-2,8.389325E-1,0E0,7.641323E0,1.6116732E0,0E0,9.4292566E-2,4.160389E-1,0E0,0E0,6.3397217E-1,1.65922E-2,2.1659293E0,9.5392704E-2,0E0,1.2869785E0,6.5014386E-1,2.1657143E0,6.468177E-1,1.6787376E0,0E0,0E0,5.116322E-1,0E0,0E0,7.600554E-1,0E0,1.1903006E-1,9.4289935E-1,3.7281585E-1,1.4263855E0,1.4086666E0,7.6357718E-3,0E0,0E0,1.5331446E0,2.2338867E0,0E0,6.9641984E-1,3.5431605E-2,2.0230627E0,0E0,0E0,3.3823052E-1,0E0,1.5394211E-1,1.1557455E0,0E0,1.7086226E0,1.3637819E0,3.3344528E-1,1.6757805E0,1.7016106E0,6.4460063E-1,1.489084E0,1.3618097E0,4.5960774E0,7.089266E0,8.214722E0,1.0470386E0,1.5047035E0,3.309817E-2,1.6540241E0,2.983055E0,4.7531586E0,3.265081E0,4.1433306E0,0E0,0E0,1.8745968E-2,0E0,0E0,4.662857E-1,5.277252E-1,9.3095905E-1,0E0,0E0,0E0,9.253826E-1,0E0,0E0,0E0,0E0,0E0,3.697623E-1,1.1146975E0,6.5046024E-1,0E0,0E0,1.3232088E0,1.08260565E-1,5.1716876E-1,9.352176E-1,1.48271E-1,0E0,3.293233E-1,0E0,6.4432144E-1,1.9747621E0,2.2867584E-1,3.0458982E0,2.3329687E0,1.497016E0,0E0,0E0,6.5467644E-1,0E0,0E0,0E0,0E0,1.9444942E-1,3.618906E0,6.4413805E0,1.4104447E0,1.2564876E0,0E0,0E0,0E0,0E0,0E0,4.5444107E-1,0E0,0E0,1.2801952E0,0E0,0E0,0E0,1.6120385E-1,2.0704322E0,0E0,5.1334333E-1,1.2899104E-1,2.2381907E0,1.3306281E-1,0E0,3.3499098E-1,0E0,0E0,1.3125992E-1,0E0,0E0,0E0,0E0,2.7924013E-1,0E0,8.820176E-2,0E0,2.7644547E-2,1.0995994E0,1.5729122E0,0E0,0E0,0E0,1.8169837E0,0E0,8.6028373E-1,8.724251E-1,0E0,0E0,0E0,0E0,0E0,1.0319471E0,0E0,0E0,7.335281E-2,0E0,3.863817E-1,7.677671E-1,8.622253E-1,6.1746743E-3,3.7217766E-2,1.2971725E0,0E0,7.2746706E-1,5.079127E-1,2.3982868E0,4.812109E-1,1.2196274E0,5.109861E-1,0E0,0E0,9.0714216E-1,8.831091E-1,0E0,1.4171828E0,1.2975714E0,3.9290576E0,6.517023E0,3.2342367E0,2.8575687E0,1.250235E0,7.194932E-1,0E0,8.184371E-1,0E0,1.7532429E-1,7.3450136E-1,0E0,2.4403152E0,1.2162963E0,1.1186603E0,3.5492172E0,2.4285963E0,2.5556676E0,2.341782E0,4.762048E0,0E0,0E0,0E0,2.82221E-2,1.6500854E-1,1.7879754E-2,0E0,3.4488806E-1,7.7305984E-1,4.0665776E-2,0E0,0E0,1.2796974E0,0E0,5.844106E-1,3.2548955E-1,0E0,1.5210638E0,0E0,0E0,0E0,0E0,1.6770113E-1,9.993925E-1,0E0,0E0,0E0,0E0,1.4841843E-1,0E0,2.2429705E-2,5.9892035E-1,0E0,1.4844513E-1,3.279829E-1,1.4220634E0,3.2079685E0,1.5454445E0,1.069457E0,3.2548293E-1,3.0800915E-1,0E0,0E0,0E0,3.5673637E0,7.484761E-1,0E0,0E0,1.239453E0,7.256805E-1,4.1223574E-1,2.8322745E-2,0E0,3.076477E-1,0E0,0E0,0E0,0E0,0E0,9.057665E-2,0E0,0E0,0E0,0E0,2.147403E-3,2.9623432E0,0E0,2.9164928E-1,0E0,0E0,0E0,0E0,0E0,1.6491628E-1,2.2578895E-2,0E0,0E0,0E0,0E0,7.03567E-1,1.6851788E0,0E0,0E0,0E0,1.9728365E0,0E0,8.1324387E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.360288E-1,0E0,3.1694484E-1,0E0,0E0,1.3157718E-1,0E0,0E0,7.900286E-1,6.618082E-1,3.532694E-2,0E0,6.177734E-1,0E0,0E0,2.5865853E-2,3.6479184E-1,0E0,1.0592003E0,0E0,3.061304E-1,3.7394857E-1,0E0,0E0,6.1874485E-1,1.8810816E0,1.3898143E0,2.3815382E-1,1.7131262E0,9.941865E-1,1.814033E0,4.8443346E0,3.622301E0,2.52417E0,2.0812042E0,1.0523156E-1,2.2244287E0,6.8925464E-1,0E0,5.939988E-1,2.3910138E-3,0E0,4.247079E-1,0E0,3.4587681E-3,3.9195776E-1,0E0,1.7512622E0,2.582496E-1,4.6655726E-1,1.7891432E-1,2.1033436E-1,6.692335E-1,8.174392E-1,1.3206177E0,1.1778193E0,2.630344E-1,4.15655E0,1.2699908E0,1.3803709E0,2.112177E0,1.718111E0,3.2773893E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.5833326E-1,7.519264E-1,0E0,0E0,0E0,1.499239E0,0E0,1.41150355E-2,0E0,0E0,0E0,1.818304E-1,0E0,0E0,0E0,0E0,9.4051313E-1,2.840592E-2,0E0,0E0,0E0,0E0,0E0,2.1639142E-2,0E0,0E0,0E0,7.8874624E-1,1.7571074E0,1.990377E0,0E0,5.041019E-1,8.6967814E-1,0E0,9.118118E-1,0E0,0E0,0E0,0E0,8.3567524E-1,5.864485E0,0E0,5.933968E-1,6.867564E-1,4.5378372E-2,4.247223E-1,6.540515E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.4564998E-2,1.1521767E-1,2.20333E0,5.2091002E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.0015526E0,0E0,1.7965977E0,0E0,7.884102E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.5619388E-1,8.32304E-1,4.9840462E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.3563563E-1,0E0,1.0009537E0,0E0,0E0,4.1428566E-2,0E0,0E0,4.8503017E-1,0E0,1.3514047E0,0E0,1.3729326E0,6.27686E-1,2.4230224E-1,0E0,1.4085207E0,3.4678057E-1,1.5410644E0,1.2511472E0,1.0914407E0,4.632997E-2,3.4734147E0,3.1374054E0,2.7833438E0,4.0428333E0,1.4142962E0,2.0266564E0,2.9706917E0,5.7059056E-1,0E0,0E0,0E0,1.5263596E0,2.6272845E-1,0E0,1.7677677E-1,0E0,0E0,8.00249E-2,0E0,4.3747044E-1,0E0,0E0,0E0,0E0,4.0022843E-2,1.4070816E0,4.8731294E-1,0E0,1.5534234E-1,0E0,0E0,9.259091E-2,1.861623E-1,0E0,0E0,0E0,5.4134154E-1,7.9579633E-1,0E0,6.947403E-1,0E0,8.561139E-1,3.0893508E-1,1.8758978E-1,6.4238304E-1,1.6086745E0,5.8405083E-1,8.1085277E-1,0E0,1.0966239E0,4.1199514E-1,0E0,8.0013084E-1,0E0,3.5743928E0,1.2585595E0,0E0,0E0,7.562828E-1,0E0,0E0,9.857235E-1,0E0,0E0,0E0,0E0,0E0,2.5676203E-1,0E0,0E0,0E0,0E0,4.803636E-1,1.6404405E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.967071E-1,0E0,8.230209E-2,2.5143707E-3,7.32254E-1,1.7077608E0,1.8517942E0,6.495422E-1,0E0,0E0,2.2349358E-2,1.5127948E-1,0E0,1.2795424E-1,0E0,2.0223588E-1,3.4686726E-1,0E0,0E0,0E0,1.391876E-1,0E0,1.6475143E0,0E0,0E0,9.618492E-1,0E0,0E0,0E0,7.4167633E-1,0E0,2.3315576E-1,0E0,0E0,0E0,0E0,6.1852694E-1,0E0,0E0,9.757004E-1,1.2128034E-1,0E0,0E0,0E0,3.046131E-1,0E0,1.044395E0,0E0,1.0717921E0,7.5896287E-1,0E0,0E0,7.7946246E-2,9.3314695E-1,6.944356E-3,0E0,0E0,6.158989E-1,1.6640228E0,7.4401486E-1,6.0011256E-1,9.0252304E-1,0E0,0E0,0E0,1.2202196E0,8.6722505E-1,5.984846E0,3.952282E0,2.8158767E0,1.6420927E0,1.6134162E0,1.4396191E0,7.062435E-1,0E0,1.7081455E0,2.067266E0,1.0909863E0,1.0241343E0,0E0,1.6069293E-2,0E0,7.480717E-2,0E0,1.4858699E-1,0E0,0E0,0E0,0E0,0E0,5.005617E-1,1.3095126E-1,2.354045E-1,7.556009E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.561258E-1,0E0,4.923963E-1,0E0,6.8453074E-1,7.1060944E-1,0E0,8.6085033E-1,0E0,2.6157093E-1,0E0,0E0,0E0,0E0,1.6204405E0,0E0,0E0,2.3991866E-2,0E0,0E0,6.3465214E-1,0E0,0E0,6.9147074E-1,0E0,5.079384E-1,0E0,0E0,7.45342E-1,1.1378262E-1,8.936148E-1,2.5593948E-1,6.308861E-1,0E0,6.413889E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.517446E-2,2.908554E-1,0E0,0E0,5.823822E-1,0E0,1.4330077E0,8.2880926E-1,9.945793E-1,0E0,0E0,0E0,0E0,1.7665815E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.5249697E-1,0E0,0E0,0E0,0E0,1.1415615E0,0E0,2.7280045E-1,1.6214906E-1,0E0,1.1293787E-1,0E0,0E0,2.2587371E-1,1.3436322E0,5.775261E-1,0E0,0E0,4.073496E-1,0E0,0E0,6.0707855E-1,0E0,8.0631566E-1,5.0070095E-1,0E0,0E0,0E0,0E0,8.255205E-1,0E0,0E0,0E0,6.7043865E-1,8.0901814E-1,1.8400598E-2,4.514513E-1,0E0,4.2109057E-2,3.45745E-1,0E0,7.3838425E-1,8.2979393E-1,1.2260699E-1,8.248546E-2,1.0541848E0,3.0682893E0,2.9680238E0,2.9714766E0,3.3515759E0,2.7527761E0,1.423408E0,9.7431374E-1,1.1989288E-1,1.0511127E0,4.5794153E-1,1.0193729E0,3.209592E-1,0E0,7.912922E-1,6.333216E-1,1.4892316E0,1.4062166E0,1.1308107E0,0E0,4.0516138E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.0139503E-1,0E0,0E0,0E0,2.2911695E-1,0E0,2.5586224E-1,0E0,0E0,0E0,0E0,2.3836571E-1,3.8473248E-1,5.998993E-1,0E0,0E0,0E0,0E0,7.722843E-2,1.1414204E0,0E0,0E0,0E0,0E0,3.2888603E-1,2.7194166E-1,0E0,0E0,1.52771E-1,7.189357E-1,0E0,0E0,0E0,6.2125856E-1,0E0,0E0,2.1428299E-1,3.6346817E-1,0E0,0E0,3.3218145E-2,0E0,0E0,0E0,0E0,0E0,4.7527313E-1,2.3402667E-1,5.3281467E-2,0E0,4.8653102E-1,0E0,0E0,0E0,0E0,1.1308527E-1,0E0,1.3671227E0,0E0,1.8263626E-1,0E0,2.712875E-2,0E0,0E0,0E0,0E0,0E0,5.650737E-1,1.2928443E0,0E0,3.22464E-1,5.5067062E-2,3.4940444E-2,0E0,5.6516504E-1,0E0,0E0,0E0,0E0,8.5226536E-1,0E0,0E0,0E0,6.354823E-1,0E0,6.6526174E-3,1.3108493E-1,1.7458844E-1,0E0,0E0,0E0,0E0,1.5767771E-1,2.996254E-1,0E0,0E0,8.150315E-1,0E0,5.2584505E-1,0E0,1.249518E-1,2.8886938E-1,1.4388111E-1,1.2998563E0,1.9388943E0,5.289422E0,1.9352317E0,3.2425756E0,2.5681965E0,9.907574E-1,3.3919086E0,1.2440407E0,4.4849646E-1,4.972213E-1,9.6780396E-1,2.7588058E-1,0E0,0E0,0E0,0E0,8.5695535E-3,5.727651E-1,0E0,2.8107142E-1,0E0,0E0,0E0,1.8763065E-1,0E0,0E0,3.5599011E-3,1.0675374E-1,6.146445E-1,7.6323174E-2,1.4252229E0,1.2504725E0,0E0,3.975563E-1,0E0,2.844925E-1,0E0,0E0,0E0,2.8043747E-2,0E0,1.4070626E-2,9.2084974E-2,0E0,0E0,0E0,3.8835907E-1,0E0,0E0,1.088419E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.900086E-1,1.6181055E-2,0E0,0E0,0E0,2.7811623E-1,0E0,0E0,0E0,0E0,3.962345E-1,0E0,2.649107E-1,0E0,0E0,0E0,5.684185E-1,0E0,0E0,3.460064E-1,0E0,3.6274529E-1,0E0,0E0,0E0,3.21203E-1,0E0,0E0,1.0839711E0,2.276001E-1,0E0,7.8381E-1,0E0,0E0,0E0,0E0,0E0,5.975828E-1,0E0,2.2023106E-1,0E0,7.073628E-2,0E0,0E0,0E0,0E0,0E0,1.3700718E-1,0E0,0E0,2.2315693E-1,0E0,7.991185E-1,3.996816E-3,0E0,0E0,0E0,2.6259494E-1,0E0,1.8928093E-1,1.0415703E-1,5.7951915E-1,1.1605533E0,5.525103E-1,1.37679E0,1.3845291E0,3.1643503E0,1.9179068E0,1.150776E0,8.68187E-1,3.1896691E0,2.08761E0,8.806906E-1,9.277291E-1,0E0,2.5120716E0,3.4404595E0,2.8313732E-1,0E0,3.9217556E-1,0E0,4.672984E-1,3.8100886E-1,9.676342E-1,0E0,0E0,2.4205875E-1,0E0,0E0,3.926692E-1,0E0,2.2974205E-1,2.0556071E-1,0E0,0E0,0E0,0E0,1.5157557E-1,0E0,0E0,3.7140632E-1,0E0,0E0,0E0,0E0,7.429848E-1,0E0,2.0247793E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.123964E-3,1.8067169E-1,5.944734E-2,8.715905E-3,9.423628E-1,0E0,0E0,0E0,0E0,0E0,1.04522705E-2,0E0,2.242794E-1,0E0,3.4831047E-2,0E0,0E0,1.117363E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.960148E-3,1.9171143E-1,4.7652364E-2,0E0,0E0,3.7443924E-1,0E0,1.5021753E-1,0E0,0E0,0E0,0E0,0E0,1.5043354E-1,7.504759E-1,0E0,7.807126E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.7150886E-2,5.5480182E-2,1.0142646E0,0E0,0E0,0E0,1.7295675E0,1.9710808E-1,0E0,1.206799E0,3.9653401E0,1.1419231E0,1.5050173E0,2.300909E0,8.5702443E-1,2.5097817E-1,8.179492E-2,0E0,1.1990633E0,1.17036104E-1,3.6699553E0,2.8070345E0,1.0448449E0,0E0,0E0,0E0,1.794075E0,1.2839737E0,2.9263487E0,1.625324E0,0E0,0E0,2.503357E-1,0E0,0E0,0E0,0E0,5.893725E-2,7.243986E-1,0E0,0E0,0E0,2.4300814E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.0281963E-1,0E0,0E0,0E0,0E0,1.8004736E0,1.9949341E-1,0E0,0E0,0E0,0E0,0E0,7.9991627E-1,0E0,0E0,1.466198E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.9129658E-1,0E0,0E0,1.4608479E-1,0E0,0E0,8.0629444E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.951686E0,6.6719214E-3,2.721012E-1,4.696528E-2,9.7399044E-1,0E0,2.6231718E0,1.8758862E0,1.1116135E0,1.0633509E0,6.870536E-1,1.9692354E0,1.8110358E0,3.7186341E0,0E0,0E0,3.3297586E-1,8.427165E-2,0E0,0E0,4.2600632E-1,0E0,0E0,1.6332333E-1,6.8701E-1,2.2322812E0,2.5612483E0,1.8256701E0,0E0,9.230671E-1,1.685112E0,1.7210948E-1,8.1270385E-1,3.5069525E-1,1.9302918E-1,1.1244721E0,1.5063505E0,1.0771643E0,1.875366E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.7050171E-1,2.9478788E-2,2.1280035E-1,0E0,0E0,4.7144032E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.2092397E-2,9.996519E-1,4.5608044E-1,5.594213E-1,1.347457E-1,4.9308524E-2,2.2885242E-1,0E0,0E0,0E0,2.2077486E-2,8.6991835E-1,1.8193207E0,4.2604767E-2,9.7426295E-1,1.4333595E0,1.1593475E0,6.19132E-1,4.601848E-1,0E0,9.688442E-1,6.649128E-1,2.160835E0,1.2927265E0,8.4002256E-1,2.809709E-2,8.983314E-1,2.155893E0,0E0,6.735277E-2,0E0,0E0,0E0,2.2565556E-1,1.6751836E-1,0E0,0E0,1.17364526E-1,1.3890686E0,1.0409618E-2,3.791213E-1,1.6447215E0,1.825863E0,2.6959774E0,4.566517E-1,0E0,1.8547355E-1,1.369381E0,2.3402224E-1,3.3071116E-1,9.185183E-1,0E0,4.4064474E-1,0E0,3.567766E-1,2.0615727E-1,0E0,0E0,8.22471E-3,6.539135E-1,5.3549147E-1,8.118083E-1,0E0,0E0,0E0,5.385399E-3,0E0,0E0,5.167404E-3,1.12618476E-1,0E0,1.419859E-1,0E0,0E0,0E0,7.398386E-1,3.7370586E-1,0E0,3.437338E-1,4.7620395E-1,7.710582E-2,0E0,0E0,0E0,0E0,0E0,0E0,3.1934816E-2,3.738699E-1,0E0,0E0,8.0493927E-1,3.5952866E-2,0E0,0E0,2.1274686E-1,5.1743245E-1,1.5182734E0,0E0,1.772367E-1,2.264868E-1,0E0,0E0,3.532946E-1,0E0,4.8707885E-1,0E0,0E0,1.9409513E0,6.423665E-1,0E0,1.0252495E0,5.860424E-2,0E0,0E0,0E0,0E0,0E0,7.5846004E-1,6.840758E-1,0E0,0E0,0E0,0E0,0E0,2.0701739E-1,0E0,0E0,0E0,3.9251423E-1,0E0,0E0,2.0463322E-1,8.7448484E-1,9.0184116E-1,0E0,2.5880343E-1,1.6613188E0,2.1146932E0,2.5113244E0,0E0,3.0392742E-1,0E0,0E0,1.6086845E0,3.5581265E-2,0E0,0E0,0E0,2.4212089E-1,0E0,5.568805E-1,2.2238863E-1,0E0,5.508736E-1,0E0,6.938657E-2,1.544705E-2,0E0,0E0,0E0,5.747647E-1,0E0,7.038924E-1,1.01684E0,1.2634373E-1,0E0,2.8565887E-2,0E0,0E0,0E0,0E0,0E0,8.643627E-2,6.016712E-1,0E0,0E0,2.848711E-1,0E0,5.1670015E-2,0E0,2.1725762E-1,0E0,0E0,0E0,0E0,1.2524605E-1,0E0,0E0,8.1634617E-1,0E0,0E0,1.3999319E-1,0E0,0E0,6.952428E-1,1.9330287E-1,1.02079034E-1,3.6390233E-1,7.0613064E-2,0E0,0E0,0E0,0E0,1.1619398E-1,1.8189248E-1,1.2490892E0,1.5175223E0,8.6623836E-1,1.24135524E-1,9.259053E-1,1.378995E0,0E0,0E0,5.8635473E-1,0E0,5.147874E-1,8.733963E-1,0E0,0E0,1.083231E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.20815754E-1,2.2724651E-1,7.279197E-1,0E0,5.211706E-1,6.940131E-1,2.0412145E0,1.2064798E0,1.3275717E0,0E0,2.708745E-1,3.2611094E-2,1.3749924E0,1.0929491E-2,0E0,0E0,0E0,6.0580635E-1,0E0,0E0,3.340757E-2,0E0,0E0,0E0,0E0,1.4105117E-1,0E0,5.40596E-1,0E0,3.6449623E-1,0E0,0E0,6.514313E-1,0E0,0E0,0E0,0E0,0E0,2.379036E-2,5.3340054E-1,0E0,2.9089642E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.453579E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.956188E-2,0E0,1.20194614E-1,0E0,0E0,4.404831E-2,0E0,0E0,0E0,1.4714577E0,1.5403109E0,1.2277431E0,7.176845E-1,0E0,5.1529884E-1,4.2178396E-2,3.408732E-1,3.5476166E-1,1.2138629E-1,0E0,6.895447E-1,0E0,5.2066517E-1,0E0,0E0,2.1720809E-1,1.0374498E-1,9.884167E-2,0E0,0E0,0E0,2.4984697E-1,0E0,0E0,3.1070566E-1,0E0,4.871807E-1,3.3476785E-1,8.0105245E-1,2.428834E0,1.7380264E-1,7.7767277E-1,0E0,9.768864E-1,6.3286227E-1,1.3797855E-1,0E0,0E0,0E0,1.3004036E0,8.417569E-1,0E0,0E0,0E0,0E0,0E0,3.133905E-2,0E0,3.140615E-2,3.4367847E-1,0E0,0E0,2.87771E-1,0E0,5.9085345E-1,0E0,0E0,4.7594833E-1,0E0,6.900883E-2,0E0,0E0,7.706871E-1,0E0,0E0,0E0,6.985724E-3,0E0,0E0,2.823546E-1,1.0720665E0,7.233267E-1,4.7269378E-2,0E0,0E0,1.6133587E-1,7.811252E-1,0E0,4.8872232E-2,0E0,0E0,0E0,0E0,4.2729166E-1,0E0,0E0,0E0,0E0,2.7948475E-1,0E0,5.2009964E-1,0E0,3.2923877E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.9785805E-2,0E0,0E0,0E0,3.040412E-1,0E0,1.5666056E-1,1.087945E0,4.51389E-2,0E0,0E0,0E0,8.1008434E-1,5.793724E-1,0E0,0E0,2.6458955E-1,0E0,0E0,0E0,1.3495255E0,4.1708845E-1,4.6956533E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.504128E-1,0E0,2.1678042E-1,0E0,1.3654232E-1,0E0,0E0,6.577234E-1,0E0,0E0,0E0,5.501999E-1,0E0,0E0,1.2464187E0,0E0,1.2502623E-1,0E0,3.1216461E-2,0E0,2.858892E-2,1.1424474E0,4.156056E-2,0E0,0E0,0E0,0E0,2.8256226E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.1871433E-1,0E0,0E0,0E0,7.881546E-1,0E0,0E0,1.3923788E-1,4.1809466E-1,8.463808E-2,1.0348129E0,0E0,4.4895357E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.094267E-1,2.9120134E-2,0E0,1.2062693E-1,0E0,4.3396425E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.0354846E0,0E0,0E0,0E0,0E0,0E0,1.4830112E-1,1.247139E-1,0E0,0E0,0E0,4.0548688E-1,0E0,0E0,0E0,1.8521862E0,1.7740021E0,0E0,0E0,2.6553345E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.2153082E-1,0E0,0E0,1.23708725E-1,0E0,0E0,0E0,0E0,1.8086243E0,9.950903E-2,0E0,1.640892E0,0E0,1.9145012E-1,2.8242207E-1,0E0,1.2441158E-1,0E0,1.5567856E0,8.3884734E-1,4.7110844E-1,5.2683584E-2,0E0,7.2582054E-1,1.9394684E-1,0E0,0E0,9.0566635E-2,0E0,0E0,1.0616913E0,5.24712E-1,9.501824E-1,6.3916266E-1,0E0,0E0,4.7431044E-2,0E0,2.730713E-1,0E0,0E0,1.0207939E-1,0E0,0E0,0E0,8.7534714E-1,4.9429977E-1,4.906001E-1,6.0913567E-3,9.14042E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.361984E-1,0E0,1.2249107E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.112633E-1,0E0,3.864445E-2,4.4374084E-1,0E0,0E0,0E0,2.8871536E-1,0E0,1.0521698E-1,0E0,9.669495E-2,0E0,0E0,1.14593506E-1,0E0,2.8141022E-2,5.0142074E-1,0E0,1.8668413E-1,3.5146622E-3,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,15,15,16,16,17,17,18,18,19,19,20,20,21,21,23,23,24,24,25,25,26,26,27,27,29,29,30,30,31,31,32,32,33,33,34,34,36,36,37,37,38,38,39,39,40,40,41,41,43,43,44,44,45,45,46,46,47,47,48,48,49,49,53,53,54,54,55,55,56,56,57,57,58,58,59,59,60,60,61,61,62,62,64,64,67,67,68,68,70,70,71,71,72,72,73,73,74,74,77,77,78,78,79,79,80,80,83,83,84,84,85,85,87,87,88,88,91,91,92,92,93,93,94,94,95,95,96,96,97,97,99,99,100,100,101,101,102,102,103,103,107,107,108,108,109,109,110,110,113,113,115,115,118,118,119,119,120,120,121,121,122,122,123,123,124,124,125,125,127,127,128,128,129,129,130,130,131,131,132,132,133,133,134,134,137,137,139,139,140,140,146,146,147,147,148,148,149,149,150,150,151,151,152,152,153,153,155,155,156,156,157,157,160,160,162,162,163,163,164,164,165,165,167,167,169,169,171,171,172,172,173,173,174,174,178,178,187,187,191,191,192,192,193,193,194,194,195,195,196,196,198,198,199,199,200,200,203,203,204,204,206,206,207,207,208,208,209,209,210,210,211,211,212,212,215,215,216,216,217,217,218,218,219,219,221,221,222,222,223,223,224,224,225,225,226,226,227,227,228,228,229,229,230,230,231,231,232,232,237,237,238,238,240,240,241,241,243,243,245,245,246,246,247,247,249,249,250,250,253,253,255,255,256,256,257,257,258,258,260,260,265,265,266,266,268,268,269,269,270,270,271,271,273,273,274,274,276,276,277,277,280,280,281,281,282,282,283,283,285,285,286,286,287,287,288,288,289,289,292,292,295,295,297,297,298,298,299,299,300,300,301,301,302,302,305,305,306,306,308,308,309,309,310,310,313,313,315,315,316,316,318,318,319,319,320,320,321,321,322,322,323,323,324,324,325,325,326,326,327,327,328,328,329,329,330,330,331,331,332,332,333,333,334,334,335,335,336,336,339,339,342,342,343,343,344,344,348,348,354,354,355,355,356,356,359,359,360,360,361,361,362,362,363,363,365,365,367,367,368,368,369,369,370,370,371,371,372,372,375,375,380,380,381,381,382,382,383,383,384,384,390,390,393,393,397,397,398,398,400,400,401,401,402,402,403,403,405,405,408,408,413,413,415,415,417,417,418,418,419,419,423,423,425,425,426,426,432,432,435,435,437,437,438,438,439,439,440,440,441,441,442,442,444,444,445,445,446,446,447,447,448,448,449,449,452,452,453,453,455,455,456,456,457,457,458,458,459,459,460,460,461,461,462,462,464,464,466,466,467,467,469,469,470,470,471,471,472,472,473,473,474,474,475,475,476,476,480,480,481,481,482,482,484,484,485,485,486,486,489,489,491,491,492,492,494,494,499,499,500,500,505,505,507,507,508,508,510,510,511,511,512,512,513,513,514,514,515,515,516,516,517,517,521,521,522,522,525,525,526,526,527,527,528,528,530,530,536,536,541,541,542,542,544,544,550,550,551,551,556,556,557,557,561,561,563,563,572,572,574,574,577,577,580,580,581,581,582,582,584,584,587,587,588,588,590,590,592,592,593,593,596,596,597,597,598,598,599,599,600,600,601,601,602,602,603,603,604,604,605,605,606,606,607,607,608,608,609,609,611,611,612,612,614,614,616,616,617,617,619,619,620,620,621,621,622,622,623,623,624,624,625,625,626,626,627,627,628,628,629,629,630,630,631,631,632,632,633,633,634,634,642,642,643,643,647,647,649,649,653,653,658,658,659,659,665,665,669,669,670,670,671,671,673,673,674,674,676,676,681,681,682,682,684,684,685,685,686,686,687,687,688,688,697,697,698,698,699,699,700,700,710,710,712,712,714,714,721,721,722,722,723,723,731,731,733,733,736,736,739,739,741,741,743,743,744,744,745,745,747,747,748,748,749,749,750,750,751,751,752,752,753,753,754,754,755,755,756,756,757,757,758,758,759,759,760,760,764,764,765,765,767,767,770,770,772,772,777,777,778,778,779,779,781,781,784,784,785,785,789,789,790,790,792,792,794,794,795,795,796,796,797,797,798,798,799,799,800,800,802,802,803,803,805,805,807,807,808,808,811,811,814,814,820,820,825,825,826,826,834,834,836,836,837,837,838,838,839,839,840,840,841,841,844,844,845,845,847,847,849,849,850,850,854,854,856,856,859,859,863,863,865,865,870,870,873,873,874,874,878,878,880,880,882,882,883,883,886,886,887,887,888,888,891,891,892,892,893,893,894,894,895,895,899,899,900,900,901,901,902,902,903,903,904,904,905,905,906,906,907,907,909,909,910,910,911,911,912,912,914,914,916,916,918,918,924,924,925,925,926,926,927,927,937,937,939,939,941,941,942,942,944,944,946,946,951,951,954,954,957,957,960,960,962,962,965,965,966,966,967,967,968,968,969,969,971,971,979,979,980,980,983,983,985,985,986,986,987,987,992,992,999,999,1004,1004,1006,1006,1007,1007,1009,1009,1012,1012,1013,1013,1014,1014,1017,1017,1020,1020,1022,1022,1023,1023,1028,1028,1032,1032,1033,1033,1034,1034,1035,1035,1037,1037,1038,1038,1040,1040,1041,1041,1042,1042,1043,1043,1044,1044,1045,1045,1046,1046,1047,1047,1048,1048,1049,1049,1050,1050,1051,1051,1052,1052,1053,1053,1054,1054,1055,1055,1056,1056,1058,1058,1059,1059,1060,1060,1061,1061,1062,1062,1064,1064,1074,1074,1078,1078,1080,1080,1085,1085,1086,1086,1087,1087,1092,1092,1093,1093,1098,1098,1099,1099,1102,1102,1103,1103,1107,1107,1110,1110,1111,1111,1114,1114,1120,1120,1121,1121,1122,1122,1124,1124,1129,1129,1131,1131,1133,1133,1135,1135,1141,1141,1142,1142,1144,1144,1145,1145,1146,1146,1148,1148,1153,1153,1157,1157,1159,1159,1160,1160,1161,1161,1166,1166,1167,1167,1170,1170,1172,1172,1174,1174,1175,1175,1176,1176,1177,1177,1178,1178,1179,1179,1180,1180,1181,1181,1182,1182,1183,1183,1184,1184,1185,1185,1186,1186,1187,1187,1188,1188,1189,1189,1194,1194,1195,1195,1197,1197,1201,1201,1204,1204,1205,1205,1206,1206,1207,1207,1208,1208,1209,1209,1211,1211,1213,1213,1217,1217,1219,1219,1220,1220,1224,1224,1227,1227,1236,1236,1237,1237,1241,1241,1246,1246,1248,1248,1252,1252,1255,1255,1257,1257,1261,1261,1264,1264,1265,1265,1267,1267,1273,1273,1275,1275,1277,1277,1283,1283,1286,1286,1288,1288,1289,1289,1293,1293,1295,1295,1296,1296,1297,1297,1298,1298,1299,1299,1300,1300,1301,1301,1302,1302,1303,1303,1304,1304,1305,1305,1306,1306,1307,1307,1308,1308,1309,1309,1311,1311,1312,1312,1313,1313,1315,1315,1317,1317,1318,1318,1319,1319,1322,1322,1325,1325,1327,1327,1328,1328,1333,1333,1336,1336,1341,1341,1343,1343,1352,1352,1353,1353,1354,1354,1355,1355,1356,1356,1362,1362,1364,1364,1366,1366,1369,1369,1377,1377,1378,1378,1379,1379,1382,1382,1384,1384,1390,1390,1391,1391,1393,1393,1401,1401,1402,1402,1403,1403,1407,1407,1408,1408,1410,1410,1411,1411,1412,1412,1413,1413,1414,1414,1415,1415,1416,1416,1417,1417,1419,1419,1420,1420,1421,1421,1422,1422,1423,1423,1427,1427,1428,1428,1429,1429,1430,1430,1433,1433,1438,1438,1439,1439,1443,1443,1454,1454,1459,1459,1460,1460,1466,1466,1469,1469,1482,1482,1485,1485,1488,1488,1497,1497,1498,1498,1499,1499,1500,1500,1501,1501,1503,1503,1504,1504,1505,1505,1506,1506,1507,1507,1508,1508,1509,1509,1510,1510,1513,1513,1514,1514,1517,1517,1520,1520,1521,1521,1522,1522,1523,1523,1524,1524,1526,1526,1527,1527,1528,1528,1529,1529,1530,1530,1531,1531,1532,1532,1533,1533,1534,1534,1535,1535,1544,1544,1545,1545,1546,1546,1549,1549,1557,1557,1558,1558,1559,1559,1560,1560,1561,1561,1562,1562,1563,1563,1567,1567,1568,1568,1569,1569,1570,1570,1571,1571,1572,1572,1573,1573,1574,1574,1575,1575,1577,1577,1578,1578,1579,1579,1580,1580,1581,1581,1582,1582,1583,1583,1584,1584,1586,1586,1590,1590,1591,1591,1594,1594,1595,1595,1596,1596,1597,1597,1598,1598,1599,1599,1600,1600,1601,1601,1603,1603,1604,1604,1605,1605,1606,1606,1607,1607,1609,1609,1611,1611,1612,1612,1615,1615,1616,1616,1617,1617,1618,1618,1622,1622,1625,1625,1626,1626,1628,1628,1632,1632,1633,1633,1635,1635,1636,1636,1637,1637,1644,1644,1645,1645,1648,1648,1649,1649,1652,1652,1653,1653,1654,1654,1656,1656,1657,1657,1660,1660,1662,1662,1665,1665,1666,1666,1668,1668,1669,1669,1675,1675,1676,1676,1682,1682,1686,1686,1689,1689,1690,1690,1691,1691,1693,1693,1694,1694,1695,1695,1696,1696,1698,1698,1701,1701,1702,1702,1706,1706,1708,1708,1709,1709,1711,1711,1713,1713,1714,1714,1718,1718,1720,1720,1721,1721,1722,1722,1724,1724,1730,1730,1731,1731,1734,1734,1736,1736,1738,1738,1743,1743,1746,1746,1749,1749,1752,1752,1753,1753,1754,1754,1755,1755,1756,1756,1761,1761,1762,1762,1763,1763,1764,1764,1765,1765,1766,1766,1767,1767,1768,1768,1771,1771,1773,1773,1774,1774,1777,1777,1784,1784,1785,1785,1786,1786,1788,1788,1789,1789,1790,1790,1791,1791,1792,1792,1794,1794,1795,1795,1796,1796,1797,1797,1801,1801,1804,1804,1809,1809,1811,1811,1813,1813,1816,1816,1822,1822,1823,1823,1825,1825,1834,1834,1842,1842,1844,1844,1847,1847,1851,1851,1852,1852,1853,1853,1854,1854,1856,1856,1857,1857,1858,1858,1859,1859,1860,1860,1862,1862,1864,1864,1867,1867,1868,1868,1869,1869,1873,1873,1876,1876,1878,1878,1879,1879,1880,1880,1881,1881,1882,1882,1883,1883,1885,1885,1886,1886,1887,1887,1891,1891,1892,1892,1898,1898,1900,1900,1901,1901,1904,1904,1906,1906,1909,1909,1911,1911,1914,1914,1918,1918,1921,1921,1922,1922,1923,1923,1924,1924,1927,1927,1928,1928,1930,1930,1935,1935,1940,1940,1942,1942,1944,1944,1952,1952,1956,1956,1958,1958,1959,1959,1960,1960,1964,1964,1965,1965,1968,1968,1972,1972,1973,1973,1974,1974,1982,1982,1984,1984,1986,1986,1989,1989,1993,1993,1996,1996,1998,1998,2000,2000,2002,2002,2003,2003,2004,2004,2009,2009,2021,2021,2025,2025,2028,2028,2029,2029,2030,2030,2031,2031,2033,2033,2043,2043,2044,2044,2046,2046,2048,2048,2056,2056,2062,2062,2063,2063,2067,2067,2071,2071,2072,2072,2075,2075,2083,2083,2086,2086,2091,2091,2092,2092,2094,2094,2096,2096,2097,2097,2099,2099,2101,2101,2102,2102,2103,2103,2104,2104,2106,2106,2107,2107,2110,2110,2113,2113,2114,2114,2115,2115,2116,2116,2119,2119,2121,2121,2124,2124,2128,2128,2129,2129,2130,2130,2131,2131,2132,2132,2141,2141,2143,2143,2152,2152,2154,2154,2155,2155,2159,2159,2161,2161,2163,2163,2166,2166,2168,2168,2169,2169,2171,2171,2172,2172],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,-1,30,32,34,36,38,40,42,-1,44,46,48,50,52,-1,54,56,58,60,62,64,-1,66,68,70,72,74,76,-1,78,80,82,84,86,88,90,-1,-1,-1,92,94,96,98,100,102,104,106,108,110,-1,112,-1,-1,114,116,-1,118,120,122,124,126,-1,-1,128,130,132,134,-1,-1,136,138,140,-1,142,144,-1,-1,146,148,150,152,154,156,158,-1,160,162,164,166,168,-1,-1,-1,170,172,174,176,-1,-1,178,-1,180,-1,-1,182,184,186,188,190,192,194,196,-1,198,200,202,204,206,208,210,212,-1,-1,214,-1,216,218,-1,-1,-1,-1,-1,220,222,224,226,228,230,232,234,-1,236,238,240,-1,-1,242,-1,244,246,248,250,-1,252,-1,254,-1,256,258,260,262,-1,-1,-1,264,-1,-1,-1,-1,-1,-1,-1,-1,266,-1,-1,-1,268,270,272,274,276,278,-1,280,282,284,-1,-1,286,288,-1,290,292,294,296,298,300,302,-1,-1,304,306,308,310,312,-1,314,316,318,320,322,324,326,328,330,332,334,336,-1,-1,-1,-1,338,340,-1,342,344,-1,346,-1,348,350,352,-1,354,356,-1,-1,358,-1,360,362,364,366,-1,368,-1,-1,-1,-1,370,372,-1,374,376,378,380,-1,382,384,-1,386,388,-1,-1,390,392,394,396,-1,398,400,402,404,406,-1,-1,408,-1,-1,410,-1,412,414,416,418,420,422,-1,-1,424,426,-1,428,430,432,-1,-1,434,-1,436,438,-1,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,-1,-1,478,-1,-1,480,482,484,-1,-1,-1,486,-1,-1,-1,-1,-1,488,490,492,-1,-1,494,496,498,500,502,-1,504,-1,506,508,510,512,514,516,-1,-1,518,-1,-1,-1,-1,520,522,524,526,528,-1,-1,-1,-1,-1,530,-1,-1,532,-1,-1,-1,534,536,-1,538,540,542,544,-1,546,-1,-1,548,-1,-1,-1,-1,550,-1,552,-1,554,556,558,-1,-1,-1,560,-1,562,564,-1,-1,-1,-1,-1,566,-1,-1,568,-1,570,572,574,576,578,580,-1,582,584,586,588,590,592,-1,-1,594,596,-1,598,600,602,604,606,608,610,612,-1,614,-1,616,618,-1,620,622,624,626,628,630,632,634,-1,-1,-1,636,638,640,-1,642,644,646,-1,-1,648,-1,650,652,-1,654,-1,-1,-1,-1,656,658,-1,-1,-1,-1,660,-1,662,664,-1,666,668,670,672,674,676,678,680,-1,-1,-1,682,684,-1,-1,686,688,690,692,-1,694,-1,-1,-1,-1,-1,696,-1,-1,-1,-1,698,700,-1,702,-1,-1,-1,-1,-1,704,706,-1,-1,-1,-1,708,710,-1,-1,-1,712,-1,714,-1,-1,-1,-1,-1,-1,-1,-1,716,-1,718,-1,-1,720,-1,-1,722,724,726,-1,728,-1,-1,730,732,-1,734,-1,736,738,-1,-1,740,742,744,746,748,750,752,754,756,758,760,762,764,766,-1,768,770,-1,772,-1,774,776,-1,778,780,782,784,786,788,790,792,794,796,798,800,802,804,806,808,-1,-1,-1,-1,-1,-1,-1,810,812,-1,-1,-1,814,-1,816,-1,-1,-1,818,-1,-1,-1,-1,820,822,-1,-1,-1,-1,-1,824,-1,-1,-1,826,828,830,-1,832,834,-1,836,-1,-1,-1,-1,838,840,-1,842,844,846,848,850,-1,-1,-1,-1,-1,-1,-1,-1,852,854,856,858,-1,-1,-1,-1,-1,-1,-1,-1,-1,860,-1,862,-1,864,-1,-1,-1,-1,-1,-1,866,868,870,-1,-1,-1,-1,-1,-1,-1,872,-1,874,-1,-1,876,-1,-1,878,-1,880,-1,882,884,886,-1,888,890,892,894,896,898,900,902,904,906,908,910,912,914,-1,-1,-1,916,918,-1,920,-1,-1,922,-1,924,-1,-1,-1,-1,926,928,930,-1,932,-1,-1,934,936,-1,-1,-1,938,940,-1,942,-1,944,946,948,950,952,954,956,-1,958,960,-1,962,-1,964,966,-1,-1,968,-1,-1,970,-1,-1,-1,-1,-1,972,-1,-1,-1,-1,974,976,-1,-1,-1,-1,-1,-1,-1,978,-1,980,982,984,986,988,990,-1,-1,992,994,-1,996,-1,998,1000,-1,-1,-1,1002,-1,1004,-1,-1,1006,-1,-1,-1,1008,-1,1010,-1,-1,-1,-1,1012,-1,-1,1014,1016,-1,-1,-1,1018,-1,1020,-1,1022,1024,-1,-1,1026,1028,1030,-1,-1,1032,1034,1036,1038,1040,-1,-1,-1,1042,1044,1046,1048,1050,1052,1054,1056,1058,-1,1060,1062,1064,1066,-1,1068,-1,1070,-1,1072,-1,-1,-1,-1,-1,1074,1076,1078,1080,-1,-1,-1,-1,-1,-1,-1,-1,-1,1082,-1,1084,-1,1086,1088,-1,1090,-1,1092,-1,-1,-1,-1,1094,-1,-1,1096,-1,-1,1098,-1,-1,1100,-1,1102,-1,-1,1104,1106,1108,1110,1112,-1,1114,-1,-1,-1,-1,-1,-1,-1,1116,1118,-1,-1,1120,-1,1122,1124,1126,-1,-1,-1,-1,1128,-1,-1,-1,-1,-1,-1,1130,-1,-1,-1,-1,1132,-1,1134,1136,-1,1138,-1,-1,1140,1142,1144,-1,-1,1146,-1,-1,1148,-1,1150,1152,-1,-1,-1,-1,1154,-1,-1,-1,1156,1158,1160,1162,-1,1164,1166,-1,1168,1170,1172,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198,1200,-1,1202,1204,1206,1208,1210,-1,1212,-1,-1,-1,-1,-1,-1,-1,-1,-1,1214,-1,-1,-1,1216,-1,1218,-1,-1,-1,-1,1220,1222,1224,-1,-1,-1,-1,1226,1228,-1,-1,-1,-1,1230,1232,-1,-1,1234,1236,-1,-1,-1,1238,-1,-1,1240,1242,-1,-1,1244,-1,-1,-1,-1,-1,1246,1248,1250,-1,1252,-1,-1,-1,-1,1254,-1,1256,-1,1258,-1,1260,-1,-1,-1,-1,-1,1262,1264,-1,1266,1268,1270,-1,1272,-1,-1,-1,-1,1274,-1,-1,-1,1276,-1,1278,1280,1282,-1,-1,-1,-1,1284,1286,-1,-1,1288,-1,1290,-1,1292,1294,1296,1298,1300,1302,1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,-1,-1,-1,-1,1324,1326,-1,1328,-1,-1,-1,1330,-1,-1,1332,1334,1336,1338,1340,1342,-1,1344,-1,1346,-1,-1,-1,1348,-1,1350,1352,-1,-1,-1,1354,-1,-1,1356,-1,-1,-1,-1,-1,-1,-1,-1,1358,1360,-1,-1,-1,1362,-1,-1,-1,-1,1364,-1,1366,-1,-1,-1,1368,-1,-1,1370,-1,1372,-1,-1,-1,1374,-1,-1,1376,1378,-1,1380,-1,-1,-1,-1,-1,1382,-1,1384,-1,1386,-1,-1,-1,-1,-1,1388,-1,-1,1390,-1,1392,1394,-1,-1,-1,1396,-1,1398,1400,1402,1404,1406,1408,1410,1412,1414,1416,1418,1420,1422,1424,1426,-1,1428,1430,1432,-1,1434,-1,1436,1438,1440,-1,-1,1442,-1,-1,1444,-1,1446,1448,-1,-1,-1,-1,1450,-1,-1,1452,-1,-1,-1,-1,1454,-1,1456,-1,-1,-1,-1,-1,-1,-1,-1,1458,1460,1462,1464,1466,-1,-1,-1,-1,-1,1468,-1,1470,-1,1472,-1,-1,1474,-1,-1,-1,-1,-1,-1,-1,1476,1478,1480,-1,-1,1482,-1,1484,-1,-1,-1,-1,-1,1486,1488,-1,1490,-1,-1,-1,-1,-1,-1,-1,1492,1494,1496,-1,-1,-1,1498,1500,-1,1502,1504,1506,1508,1510,1512,1514,1516,-1,1518,1520,1522,1524,1526,-1,-1,-1,1528,1530,1532,1534,-1,-1,1536,-1,-1,-1,-1,1538,1540,-1,-1,-1,1542,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1544,-1,-1,-1,-1,1546,1548,-1,-1,-1,-1,-1,1550,-1,-1,1552,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1554,-1,-1,1556,-1,-1,1558,-1,-1,-1,-1,-1,-1,-1,-1,1560,1562,1564,1566,1568,-1,1570,1572,1574,1576,1578,1580,1582,1584,-1,-1,1586,1588,-1,-1,1590,-1,-1,1592,1594,1596,1598,1600,-1,1602,1604,1606,1608,1610,1612,1614,1616,1618,1620,-1,-1,-1,-1,-1,-1,-1,-1,1622,1624,1626,-1,-1,1628,-1,-1,-1,-1,-1,-1,-1,1630,1632,1634,1636,1638,1640,1642,-1,-1,-1,1644,1646,1648,1650,1652,1654,1656,1658,1660,-1,1662,1664,1666,1668,1670,1672,1674,1676,-1,1678,-1,-1,-1,1680,1682,-1,-1,1684,1686,1688,1690,1692,1694,1696,1698,-1,1700,1702,1704,1706,1708,-1,1710,-1,1712,1714,-1,-1,1716,1718,1720,1722,-1,-1,-1,1724,-1,-1,1726,1728,-1,1730,-1,-1,-1,1732,1734,-1,1736,1738,1740,-1,-1,-1,-1,-1,-1,1742,1744,-1,-1,1746,1748,-1,-1,1750,1752,1754,-1,1756,1758,-1,-1,1760,-1,1762,-1,-1,1764,1766,-1,1768,1770,-1,-1,-1,-1,-1,1772,1774,-1,-1,-1,-1,-1,1776,-1,-1,-1,1778,-1,-1,1780,1782,1784,-1,1786,1788,1790,1792,-1,1794,-1,-1,1796,1798,-1,-1,-1,1800,-1,1802,1804,-1,1806,-1,1808,1810,-1,-1,-1,1812,-1,1814,1816,1818,-1,1820,-1,-1,-1,-1,-1,1822,1824,-1,-1,1826,-1,1828,-1,1830,-1,-1,-1,-1,1832,-1,-1,1834,-1,-1,1836,-1,-1,1838,1840,1842,1844,1846,-1,-1,-1,-1,1848,1850,1852,1854,1856,1858,1860,1862,-1,-1,1864,-1,1866,1868,-1,-1,1870,-1,-1,-1,-1,-1,-1,1872,1874,1876,-1,1878,1880,1882,1884,1886,-1,1888,1890,1892,1894,-1,-1,-1,1896,-1,-1,1898,-1,-1,-1,-1,1900,-1,1902,-1,1904,-1,-1,1906,-1,-1,-1,-1,-1,1908,1910,-1,1912,-1,-1,-1,-1,-1,-1,-1,-1,1914,-1,-1,-1,-1,-1,-1,-1,1916,-1,1918,-1,-1,1920,-1,-1,-1,1922,1924,1926,1928,-1,1930,1932,1934,1936,1938,-1,1940,-1,1942,-1,-1,1944,1946,1948,-1,-1,-1,1950,-1,-1,1952,-1,1954,1956,1958,1960,1962,1964,-1,1966,1968,1970,-1,-1,-1,1972,1974,-1,-1,-1,-1,-1,1976,-1,1978,1980,-1,-1,1982,-1,1984,-1,-1,1986,-1,1988,-1,-1,1990,-1,-1,-1,1992,-1,-1,1994,1996,1998,2000,-1,-1,2002,2004,-1,2006,-1,-1,-1,-1,2008,-1,-1,-1,-1,2010,-1,2012,-1,2014,-1,-1,-1,-1,-1,-1,-1,2016,-1,-1,-1,2018,-1,2020,2022,2024,-1,-1,-1,2026,2028,-1,-1,2030,-1,-1,-1,2032,2034,2036,-1,-1,-1,-1,-1,-1,-1,2038,-1,2040,-1,2042,-1,-1,2044,-1,-1,-1,2046,-1,-1,2048,-1,2050,-1,2052,-1,2054,2056,2058,-1,-1,-1,-1,2060,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,2062,-1,-1,-1,2064,-1,-1,2066,2068,2070,2072,-1,2074,-1,-1,-1,-1,-1,-1,-1,-1,-1,2076,2078,-1,2080,-1,2082,-1,-1,-1,-1,-1,-1,-1,2084,-1,-1,-1,-1,-1,2086,2088,-1,-1,-1,2090,-1,-1,-1,2092,2094,-1,-1,2096,-1,-1,-1,-1,-1,-1,-1,2098,-1,-1,2100,-1,-1,-1,-1,2102,2104,-1,2106,-1,2108,2110,-1,2112,-1,2114,2116,2118,2120,-1,2122,2124,-1,-1,2126,-1,-1,2128,2130,2132,2134,-1,-1,2136,-1,2138,-1,-1,2140,-1,-1,-1,2142,2144,2146,2148,2150,-1,-1,-1,-1,-1,-1,-1,-1,2152,-1,2154,-1,-1,-1,-1,-1,-1,-1,-1,2156,-1,2158,2160,-1,-1,-1,2162,-1,2164,-1,2166,-1,-1,2168,-1,2170,2172,-1,2174,2176,-1,-1,-1,-1],"split_conditions":[1.0251374E2,8.208008E-1,6.191406E-1,1.5207422E2,9.7753906E-1,5.058594E-1,6.1525184E-1,8.8134766E-1,1.793617E2,2.927246E-1,1.4775E2,1.4579153E2,8.129883E-1,1.31125E2,-8.234104E-1,2.305622E2,9.6435547E-1,1.9304288E2,1.7082025E0,3.2043457E-2,7.988281E-1,3.0296875E1,-0E0,1.19209595E2,2.7008057E-3,3.0645422E2,1.7871857E-3,4.9560547E-1,-4.1495252E-1,1.8933105E-1,1.424408E-2,6.972656E-1,9.9902344E-1,2.9101562E-1,7.637006E-1,-0E0,3.0645422E2,1.1118202E0,9.9609375E-1,6.585161E-1,1.9737349E2,4.7298775E0,-8.2423025E-1,9.4091797E-1,6.972656E-1,8.183594E-1,9.9902344E-1,1.2093964E2,8.5546875E-1,7.25708E-2,-8.322765E-1,3.2363975E-1,-0E0,6.402588E-2,8.60625E1,2.5507908E0,1.595E2,4.7286634E0,8.2421875E-1,9.980469E-1,6.044922E-1,4.4625E1,1.4675E2,-0E0,1.6230675E0,-8.3508164E-1,-0E0,3.659668E-1,3.403125E1,-8.0646545E-1,1.920166E-1,9.482422E-1,9.995117E-1,1.4570976E2,5.6618605E0,-8.767097E-2,-0E0,9.584961E-1,4.6289062E-1,7.84375E1,4.98125E1,-0E0,1.780971E-1,1.0293323E2,5.63125E1,9.741211E-1,-8.0412334E-1,6.8092346E-3,9.3475854E-1,5.5465776E-1,-3.5876366E-1,2.5073242E-1,4.925E1,2.454834E-1,7.782667E1,3.104803E0,5.546875E1,5.9685082E0,-0E0,7.13501E-2,1.5734863E-1,1.0925E2,2.1099915E2,6.819305E-1,-0E0,-5.59548E-1,1.1364387E0,4.4791636E0,3.062223E0,9.970703E-1,7.4E1,-0E0,-8.265635E-1,1.4230315E2,-0E0,1.1199951E-1,-7.5067186E-1,-4.658865E-1,9.501953E-1,6.4260453E-1,6.5125E1,4.1314697E2,5.947876E-2,5.7006836E-2,6.637202E1,1.7443595E0,-0E0,1.4044173E2,2.529297E-1,1.8162864E0,2.770996E-1,1.8067908E2,9.1308594E-2,9.028926E-1,6.015625E1,-0E0,-7.8561836E-1,2.6798313E0,-2.4110164E-1,5.522294E-1,7.8564453E-1,-0E0,-4.949199E-1,1.2635591E0,-0E0,-1.2470685E-1,9.248047E-1,3.51875E1,7.13501E-2,8.79375E1,1.3350383E2,6.6E1,5.908203E-1,2.0086899E0,-0E0,5.24375E1,5.559375E1,1.4772415E-3,-0E0,-0E0,1.975E2,-5.253304E-1,1.4001465E-1,9.8828125E-1,1.2780645E2,1.4136758E2,-4.523128E-1,2.1862433E2,-8.04282E-1,9.926758E-1,-0E0,1.2988281E-1,1.6309807E0,3.0484375E1,5.905538E1,-0E0,5.451886E-2,-0E0,6.4260453E-1,8.0592406E-1,-0E0,6.126142E-1,-0E0,-0E0,-4.6422145E-1,1.6276878E0,-0E0,3.727935E0,-0E0,3.4995714E-1,-0E0,2.1447754E-1,1.6091588E2,9.9902344E-1,1.1661512E2,3.2714844E-2,1.587934E0,-0E0,3.1203125E1,4.63125E1,8.5E1,-0E0,-6.3497216E-1,5.4625E1,1.2093964E2,-1.8632346E-1,1.7907715E-1,7.16875E1,3.840625E1,2.970583E0,7.896423E-3,4.3310547E-1,9.9316406E-1,2.2858085E-1,-0E0,1.2317559E2,5.040625E1,1.45E2,6.8603516E-2,6.83125E1,-0E0,7.336426E-2,4.6109266E0,1.4332204E0,1.6088867E-1,5.947876E-2,8.661263E1,8.8916016E-1,1.9882776E2,9.35E1,3.8427734E-1,1.5019273E2,8.4765625E-1,-0E0,1.5319158E0,-0E0,5.777512E-1,1.1564298E2,1.3909786E0,-0E0,1.0949036E0,9.9658203E-1,-0E0,1.20788574E-1,-1.4370468E-1,7.2558594E-1,2.3168945E-1,1.5178359E0,-2.892199E-1,2.935791E-2,3.4158995E0,-4.3349206E-1,2.4196659E-1,4.3218468E1,-0E0,9.370117E-1,9.224123E1,2.0007324E-1,9.049691E1,-0E0,9.8535156E-1,-0E0,1.5255687E-1,-0E0,3.1487718E0,9.980469E-1,1.3586426E-1,-0E0,5.961914E-1,1.03375E2,8.441162E-2,8.432617E-1,-0E0,9.6875E-1,1.5761287E2,-0E0,9.9072266E-1,2.317831E0,-7.907432E-1,-0E0,1.4772415E-3,4.392198E1,3.3129883E-1,9.9902344E-1,-0E0,1.770822E2,1.03882484E2,4.969352E1,2.0236067E2,1.5763794E2,-0E0,-1.6189033E-1,6.8847656E-1,-0E0,-7.355709E-1,1.7871857E-3,-0E0,6.2561035E-3,9.0875E1,9.550781E-1,1.0345459E-1,4.581984E2,2.0580481E2,6.4537495E-1,-0E0,1.0725372E2,6.402588E-2,-7.262826E-1,1.49125E2,8.2125E1,1.3885831E0,9.3160886E-1,-0E0,3.3642514E0,-1.5369135E-1,1.4842003E2,4.6928205E0,-2.8120056E-1,5.4345703E-1,6.5722656E-1,5.5847168E-2,2.7616212E0,7.702637E-2,3.4086108E0,3.3294678E-2,5.627295E0,7.062339E1,5.7852657E1,1.050625E2,2.2844498E0,1.4276867E0,8.78125E1,9.5654297E-1,1.8401611E0,6.3388374E1,8.388672E-1,1.00625E2,-3.436346E-2,6.1632043E-1,6.63125E1,-7.437225E-1,-0E0,9.9902344E-1,1.4752182E2,1.9311416E0,-0E0,1.0723006E0,-0E0,6.93125E1,-7.293033E-2,6.4078E-1,-0E0,8.742372E-1,-0E0,9.399414E-1,4.4602957E0,1.5026855E-1,-0E0,-7.449519E-1,1.5571556E2,1.24525375E2,2.4850183E0,1.3771952E0,1.2336916E0,7.360399E-1,6.603241E-3,-0E0,5.9438562E0,8.959961E-1,1.4772415E-3,2.0874023E-1,3.9046608E1,9.902344E-1,6.841517E-1,-0E0,5.627295E0,-0E0,-0E0,1.4601697E-1,-0E0,6.43125E1,3.8528218E0,8.236956E1,4.0234375E-1,4.96875E1,-2.0144866E-1,-0E0,1.1170105E-1,-3.319734E-1,-0E0,9.631497E0,-0E0,-8.318665E-2,3.571875E1,-0E0,-6.352205E-1,-0E0,1.3823894E2,2.6742456E0,-0E0,7.247925E-3,6.43125E1,4.53125E1,5.255127E-2,-4.2960885E-1,8.441162E-2,-0E0,-0E0,9.4E1,-0E0,8.117184E-1,-0E0,2.9737046E-1,3.74375E1,-0E0,2.344933E2,-0E0,1.1215786E0,1.1352303E0,4.5834002E0,-0E0,-5.876088E-2,-0E0,1.0876465E-1,-3.4416E-1,1.18850555E2,5.503731E0,8.380523E-1,-0E0,-1.2707433E-1,-0E0,-0E0,1.1564298E2,-0E0,6.8590444E-1,6.3201505E-1,-0E0,1.0284424E-1,1.18637085E-2,8.5632324E-2,4.3449125E0,6.323242E-1,4.068192E1,-2.704545E-1,2.0566154E0,7.043457E-2,3.4086108E0,9.663086E-1,6.975317E0,8.5632324E-2,-0E0,-0E0,9.604492E-1,7.965088E-3,-0E0,4.365625E1,3.071875E1,2.5683594E-1,1.7159436E2,9.44946E1,1.7228706E0,8.557833E1,8.4941246E1,-0E0,2.3452759E-2,-0E0,1.0461426E-1,9.9609375E-1,-0E0,8.364403E1,3.90625E1,1.6427687E2,4.571875E1,7.20625E1,1.224375E2,1.0876465E-1,3.4106445E-1,-1.8915335E-2,9.04083E-2,-8.001782E-1,2.4161304E2,4.753113E-3,8.774414E-1,-4.6979147E-1,5.215625E1,1.8232852E2,2.3353157E0,-5.1032937E-1,-0E0,9.892578E-1,-0E0,4.842488E0,1.1766336E2,-0E0,9.085188E1,-1.9695057E-1,-0E0,-0E0,-4.7338364E-1,2.6611328E-1,4.571875E1,-0E0,-2.315353E-1,-0E0,-7.1226525E-1,1.5296657E2,-0E0,1.5296657E2,6.1328125E-1,-0E0,1.7871857E-3,7.209397E-1,1.26853966E2,8.268616E1,9.289551E-2,3.1203125E1,9.275E1,4.066011E0,-0E0,-7.449467E-1,-0E0,8.7306404E1,7.597656E-1,3.2781916E0,-0E0,9.741211E-1,7.721237E1,8.3935547E-1,9.2089844E-1,-0E0,9.9853516E-1,-0E0,1.3638678E0,-2.446484E-1,-0E0,-0E0,7.330844E1,-0E0,-6.705343E-1,-0E0,-2.129062E-1,3.665625E1,3.3163364E0,-0E0,7.949219E-1,-0E0,1.5721895E0,6.850908E-1,-0E0,-0E0,2.5177002E-2,1.2898166E0,-0E0,-0E0,-1.1400855E-1,-0E0,4.9123545E0,5.246462E-1,-0E0,1.4402313E0,-0E0,8.2125E1,-3.1063867E-1,1.9859531E1,-0E0,1.3868289E0,-0E0,-0E0,-7.376625E-1,-0E0,4.6963525E-1,-0E0,1.3275E2,-0E0,1.2768555E-1,-5.0802186E-2,-0E0,1.5991211E-1,1.2612164E-1,-0E0,4.365625E1,8.901367E-1,1.4347833E2,-0E0,4.9650044E0,1.3114192E0,-0E0,7.080078E-2,9.376681E1,-0E0,1.7988849E2,-0E0,3.6346436E-2,6.5979004E-2,-0E0,-0E0,1.096875E2,9.970703E-1,1.7907715E-1,4.95625E1,7.8E1,2.7707655E0,4.288731E0,5.4462784E1,8.520508E-1,7.241238E1,7.832031E-1,1.5635136E2,1.2022601E0,4.9581327E0,-0E0,9.428711E-1,8.051758E-1,-0E0,3.071875E1,-0E0,9.663086E-1,1.3896085E2,-0E0,5.6640625E-1,9.873047E-1,9.980469E-1,7.8564453E-1,4.194336E-1,1.5991211E-1,1.554294E0,8.502197E-2,2.5073242E-1,1.49E2,9.35E1,3.6791992E-1,9.4177246E-2,1.2537982E2,1.4193896E2,7.5472254E-1,-0E0,-1.0310164E-1,-0E0,-7.93721E-1,-8.3446845E-2,-0E0,-0E0,9.12535E1,5.2000422E0,-0E0,7.5129576E-2,-1.09054156E-1,4.440625E1,-0E0,9.9365234E-1,-0E0,5.964166E-1,-0E0,1.4136758E2,-0E0,-0E0,-2.5038272E-1,-0E0,1.4136758E2,1.1154175E-2,-8.1317455E-1,-0E0,-5.665349E-1,-0E0,5.6471074E-1,6.65625E1,-7.4264145E-1,-0E0,-7.0754147E-1,9.48125E1,1.4219706E0,3.0380249E-2,-0E0,8.848075E1,3.571875E1,-0E0,3.867052E1,-4.5631632E-2,4.7705558E-1,-8.088058E-1,-0E0,4.0875E1,9.923664E1,-4.31904E-1,8.1152344E-1,5.551758E-1,2.8878376E0,5.1032395E0,1.6224878E0,-0E0,-6.5995556E-1,1.3301529E-1,-0E0,-7.393085E-1,-0E0,1.1312041E0,-0E0,1.7492676E-1,1.3885831E0,3.084375E1,4.768168E0,4.1499603E-1,-0E0,-0E0,-6.640431E-1,-0E0,-4.328786E-1,9.263169E-1,-0E0,-0E0,5.4345703E-1,-0E0,1.0064259E2,-0E0,2.1025E2,-6.311999E-1,-0E0,-0E0,1.0723165E0,-0E0,-2.115323E-1,9.625E1,4.8141393E-1,1.0076904E-1,-0E0,-1.1784469E-1,-0E0,-5.506331E-1,-0E0,-3.541677E-1,-0E0,8.4277344E-1,-0E0,9.951172E-1,-0E0,-0E0,8.441162E-2,-0E0,1.1275233E0,4.8141393E-1,-0E0,1.237888E0,-4.5804247E-2,4.728125E1,9.6435547E-1,1.2143477E0,-0E0,9.951172E-1,3.578125E1,1.9723079E0,1.3916016E-1,8.5E1,1.4782715E-1,5.890625E1,5.40625E1,9.16408E1,4.609375E1,5.3335466E0,4.788208E-2,2.1490819E2,1.4366362E0,-1.9221504E-1,-0E0,-0E0,5.7952946E1,1.3208113E2,-0E0,1.9859531E1,-0E0,-0E0,3.503418E-1,-0E0,1.2256718E0,-2.6438168E-1,-0E0,1.2823185E0,-0E0,1.244289E0,9.995117E-1,9.135742E-1,-0E0,1.224375E2,-0E0,-0E0,3.3496094E-1,6.179077E1,-0E0,-0E0,-5.310952E-1,1.8983421E2,2.2849188E0,-0E0,8.84375E1,-0E0,6.179077E1,5.622928E-1,1.07625E2,1.4044173E2,1.8925288E2,2.0874023E-1,6.3388374E1,-0E0,9.775E1,1.2147042E0,6.285241E-1,1.105957E-1,-0E0,8.8375E1,1.8983421E2,6.1886984E-1,-0E0,8.930664E-1,-0E0,-0E0,9.9902344E-1,-4.5437086E-1,-0E0,-0E0,1.7896607E0,-0E0,4.119487E0,-0E0,-1.0368873E-1,-0E0,-9.43199E-2,7.3583984E-1,3.4375E1,-0E0,1.146106E0,-0E0,1.8659511E0,-0E0,8.082245E-1,-0E0,7.1125E1,-0E0,7.043457E-2,1.407693E0,8.86875E1,8.154297E-1,1.01467026E2,9.9609375E-1,-1.0410799E-2,-0E0,1.2841797E-1,1.770822E2,-1.04489684E-1,7.7687424E-1,-0E0,9.1259766E-1,1.4920064E2,1.1571016E-1,-0E0,-0E0,4.0397816E0,-0E0,1.1309966E0,-1.316137E-1,5.1799953E-2,6.6345215E-2,-0E0,1.8966863E0,-0E0,1.0898095E0,-0E0,4.340625E1,1.7699488E-2,-0E0,-7.87958E-1,-0E0,2.1316528E-2,4.831836E-1,-0E0,3.1828125E1,1.3346983E0,-0E0,-7.031174E-1,-0E0,1.5115753E2,-0E0,7.209397E-1,-0E0,6.245944E-1,3.69375E1,-0E0,-0E0,3.0296875E1,8.959961E-1,1.6129042E0,-0E0,3.7679484E-1,1.0960478E2,1.1193848E-1,6.83125E1,9.5336914E-2,1.363465E0,-0E0,-0E0,1.3633157E-1,8.56875E1,1.22680664E-1,1.7443595E0,5.126953E-1,7.721237E1,1.7929803E2,1.805873E0,5.3335466E0,1.9977252E2,-0E0,8.144228E1,6.044922E-1,3.720703E-1,5.10625E1,-0E0,5.628125E1,-0E0,3.778125E1,-0E0,8.989258E-1,-0E0,-5.947336E-1,-0E0,1.869098E-1,-0E0,7.489318E1,5.7878387E-1,7.591677E-1,2.229309E-2,-0E0,-4.867768E-1,-0E0,-6.61045E-1,-0E0,-0E0,2.9840067E-1,4.729862E-1,-0E0,7.01875E1,-0E0,9.5336914E-2,-0E0,9.863281E-1,1.4775E2,-0E0,7.866211E-1,-0E0,8.293656E1,2.6686993E-1,-0E0,-0E0,6.12886E-1,7.05625E1,-0E0,-4.5371288E-1,1.589913E2,-0E0,6.937628E-1,9.886689E-1,-0E0,6.671279E-2,9.980469E-1,-0E0,4.484375E1,-0E0,-1.9513263E0,9.9853516E-1,3.120327E0,9.1102356E1,1.5220642E-2,4.773229E0,-0E0,1.5296657E2,-0E0,-5.2170324E-1,-0E0,3.4908822E-1,-0E0,-6.173591E-1,-0E0,1.7416891E2,7.5097656E-1,3.7452027E-2,-0E0,8.8712424E-1,-0E0,9.145508E-1,1.0938407E0,7.675E1,-0E0,5.566548E-1,-0E0,-0E0,8.4228516E-1,2.3115158E-1,-0E0,-0E0,-6.6696703E-1,5.5386263E-1,-0E0,1.228522E2,-0E0,-2.8164506E-1,-0E0,-0E0,1.6937305E2,-0E0,2.5633508E2,7.7625E1,-7.839297E-1,1.449871E2,-0E0,-0E0,4.104004E-1,3.268168E0,3.0296875E1,1.4867587E-1,-1.7179565E-1,9.9072266E-1,-0E0,-0E0,3.6590576E-2,-0E0,4.3218468E1,4.470275E0,-0E0,-0E0,5.4148394E-1,-0E0,7.0875E1,6.3676246E-2,-0E0,-0E0,7.0493615E-1,9.428711E-1,9.889728E1,9.7265625E-1,-0E0,6.5722656E-1,3.3415785E0,-0E0,9.975586E-1,2.5146484E-1,1.9036762E0,1.5771484E-1,7.293564E-1,1.0461426E-1,8.857422E-1,2.3452759E-2,7.2046924E-1,1.2218356E0,1.8139648E-1,7.8564453E-1,7.8564453E-1,1.815729E2,8.7060547E-1,6.828467E1,7.617148E1,-0E0,4.3944077E0,3.4986331E0,8.027353E1,1.5490723E-1,9.838867E-1,-0E0,4.4799805E-1,2.0758171E-1,-4.7700924E-1,-0E0,-5.427305E-1,-0E0,1.5111219E0,7.595531E-1,-0E0,-0E0,9.85E1,-0E0,-2.542084E-1,-0E0,1.4794287E2,-0E0,1.4942499E2,-0E0,5.5874693E-1,-0E0,-7.450812E-1,1.407693E0,3.166504E-1,2.0275879E-1,-0E0,1.1680382E0,-0E0,-0E0,8.881534E1,9.7265625E-1,-0E0,-0E0,1.0900061E-1,-0E0,7.4072266E-1,4.0875E1,-0E0,-0E0,8.022351E1,2.4084473E-1,-0E0,-2.3392378E-1,-0E0,8.835814E1,-4.632332E-1,-0E0,1.6204365E1,6.50625E1,-0E0,-0E0,1.8325806E-2,-1.627256E-1,-0E0,-7.345873E-1,-0E0,-0E0,3.4299347E1,6.573486E-2,4.771875E1,-0E0,1.589913E2,2.1627514E0,-0E0,9.719172E-1,-0E0,3.7409446E0,-0E0,9.8535156E-1,-0E0,5.603753E0,-0E0,6.5732765E1,-2.3459077E-1,-3.8708022E-1,-0E0,-0E0,9.7516704E-1,8.6083984E-1,4.98125E1,-0E0,9.824219E-1,1.3867188E-1,3.625E1,-0E0,3.071875E1,-0E0,9.1694653E-1,-6.836485E-1,-0E0,4.3770843E0,-0E0,-0E0,5.650368E-1,1.412072E2,-0E0,5.234375E1,4.9829102E-1,2.935791E-2,-0E0,-0E0,3.1162322E-1,-0E0,1.885371E2,3.51875E1,-0E0,-0E0,3.403125E1,-1.0303587E-1,4.296875E1,-0E0,7.396565E1,9.9902344E-1,4.489746E-1,9.4091797E-1,1.357164E0,8.135983E1,5.215625E1,7.597656E-1,4.3120236E0,8.9625E1,1.815729E2,1.1299762E0,7.3375E1,1.0876465E-1,2.28875E2,6.21875E1,-0E0,-0E0,2.1225117E-1,6.0871375E-1,1.9391745E2,1.0339627E0,-0E0,3.4838867E-1,8.0361825E-1,-3.7759274E-1,1.9387709E-1,9.33125E1,-0E0,-4.7001332E-1,9.7802734E-1,5.05625E1,1.2392129E0,3.659375E1,1.8395996E-1,9.824219E-1,-0E0,9.9560547E-1,-0E0,4.8952575E0,-0E0,4.240007E-1,-0E0,7.993164E-1,-0E0,3.9428487E0,8.5546875E-1,-0E0,5.844298E-1,-0E0,2.22625E2,-0E0,-5.113114E-1,9.635934E-1,-0E0,-1.2224569E0,-0E0,-0E0,-5.5514467E-1,-0E0,8.6484486E-1,-0E0,3.6375E1,1.854248E-1,7.082777E-1,-0E0,-8.0755275E-1,6.603241E-3,-0E0,-0E0,8.932634E-1,-0E0,3.240625E1,-0E0,8.3447266E-1,-0E0,1.6570976E-1,-0E0,4.865625E1,-4.963177E-1,-0E0,2.7539062E-1,-0E0,5.996704E-3,-0E0,1.2939169E-1,-0E0,8.847656E-1,-0E0,-1.2038901E-2,5.7373047E-1,3.290625E1,-0E0,3.2666016E-1,-7.5178707E-1,-1.1683532E-1,-0E0,-0E0,9.5672673E-1,9.631497E0,-0E0,4.15E1,-0E0,3.7375E1,-0E0,-0E0,2.3170267E-1,-0E0,7.078959E-1,1.1766336E2,-0E0,-0E0,4.753113E-3,-0E0,1.02375E2,4.884375E1,4.6472168E-1,-0E0,-2.942815E-1,7.975E1,-0E0,4.784375E1,9.5947266E-1,1.1193848E-1,7.375E1,8.520508E-1,1.6427687E2,1.1010711E0,9.8779297E-1,1.7661888E2,2.0123267E0,4.559375E1,4.41875E1,7.108667E1,9.9902344E-1,7.681336E1,-0E0,9.741211E-1,8.080551E1,6.525E1,-0E0,1.767366E0,-0E0,7.8564453E-1,2.7124023E-1,9.741211E-1,-0E0,-0E0,4.3449125E0,-6.420578E-2,-0E0,7.01875E1,-0E0,8.208555E-1,1.357164E0,-8.004016E-1,-0E0,-0E0,4.662139E-2,3.2059498E1,7.184714E-2,-0E0,9.428711E-1,-0E0,-1.8255976E-1,-0E0,1.2149569E0,2.0129576E2,-0E0,4.352158E0,-0E0,-8.483271E-1,-0E0,8.298471E-1,-0E0,1.4389634E-1,-0E0,-0E0,1.554294E0,3.31875E1,6.1376953E-1,9.8876953E-1,1.1547466E2,-0E0,6.89617E-1,-7.980033E-2,-0E0,-0E0,3.230944E1,-0E0,9.711914E-1,-0E0,9.897461E-1,-0E0,7.4051136E-1,4.207048E0,-0E0,-0E0,1.2181349E0,-6.078084E-1,-0E0,-0E0,1.1488997E0,1.1463369E0,1.0398865E-2,8.7060547E-1,-4.7353163E-1,-0E0,3.240625E1,-0E0,1.3949957E2,-0E0,-1.7170073E-1,-5.078313E-1,-0E0,-0E0,5.433148E0,5.466461E-3,-0E0,9.975586E-1,-0E0,8.169068E-1,-0E0,-0E0,3.0566555E-1,-2.155597E-1,-0E0,7.29375E1,8.441162E-2,4.6118026E0,-0E0,-0E0,4.1601786E-1,4.470275E0,2.40188E0,-0E0,9.946289E-1,1.6667697E0,2.4389648E-1,4.6125E1,7.060547E-1,2.1267648E0,3.6531358E0,6.2890625E-1,-5.191648E-1,7.0875E1,3.244629E-1,1.9036762E0,1.5996878E0,1.17126465E-1,-0E0,-0E0,-7.9778314E-1,9.682617E-1,2.7894704E0,6.9677734E-1,3.771875E1,-9.3411875E-1,-0E0,1.684826E2,-0E0,-0E0,-4.2017013E-1,-0E0,2.8173828E-1,1.7571913E2,-0E0,-9.0985775E-1,-0E0,5.1513672E-2,-0E0,-0E0,3.630604E-1,-0E0,-3.8829264E-1,-0E0,-2.8845555E-1,9.149069E-1,-0E0,-0E0,5.8496094E-1,9.4303066E-1,-0E0,-0E0,-3.644262E-1,1.7789806E2,5.7508125E0,-0E0,1.4662226E-1,-0E0,-6.821086E-2,-0E0,2.5928717E2,-0E0,1.1917459E0,9.946289E-1,-0E0,-7.96595E-1,-0E0,1.8313121E0,-0E0,-0E0,-5.350419E-2,-0E0,-8.122461E-1,-0E0,1.4132029E-1,-0E0,3.35E1,-0E0,-8.9159495E-1,5.94375E1,-0E0,-0E0,4.867633E1,-1.7745386E-1,-0E0,1.5762635E-1,-0E0,-4.4505462E-1,-0E0,1.0240107E0,-0E0,4.7192383E-1,8.526553E1,9.6435547E-1,6.659213E1,6.73394E1,-0E0,4.865625E1,3.709375E1,9.765625E-1,9.21875E-1,3.6645508E-1,9.926758E-1,4.0320683E0,7.48107E1,-0E0,-7.2351193E-1,6.2607647E1,1.8162864E0,1.8856706E-1,-0E0,3.1203125E1,-0E0,1.8341698E-1,1.3767146E2,1.3586426E-1,9.980469E-1,1.944927E0,1.6148209E2,-0E0,7.16875E1,7.0493615E-1,2.1760652E0,8.7306404E1,8.33125E1,8.7109375E-1,1.952249E2,5.541992E-1,4.1674805E-1,1.61375E2,-0E0,4.679147E-1,-0E0,-0E0,8.663426E-1,-0E0,-7.045123E-1,-0E0,1.1215786E0,5.102539E-1,8.526553E1,8.8362205E-1,-0E0,8.728027E-3,-0E0,1.2013304E0,-0E0,-0E0,-8.071742E-1,-8.6938393E-1,-0E0,4.7216797E-1,6.489589E1,1.5635136E2,1.3910575E0,5.3335466E0,7.0493615E-1,9.15625E1,-0E0,-0E0,2.3478922E-1,3.4326172E-1,9.428711E-1,1.0761392E0,8.765613E1,9.657268E1,1.1621094E-1,1.5178359E0,8.7306404E1,1.3748781E2,-0E0,3.0823416E1,1.7991399E0,1.2537982E2,3.121875E1,7.402344E-1,2.8477492E0,2.1447754E-1,1.1241213E2,-0E0,4.4799805E-1,-1.8004921E-1,-0E0,-0E0,4.691211E0,3.9616463E1,-0E0,-0E0,1.19140625E-1,8.149414E-1,1.0201783E0,6.875E1,4.3944077E0,8.2068565E1,3.640625E1,2.8640747E-2,-0E0,8.236956E1,4.97838E0,8.051758E-1,1.3647461E-1,2.1316528E-2,-0E0,5.00611E0,-0E0,4.5875E1,9.189453E-1,-9.369013E-1,-0E0,5.3310695E0,2.7807617E-1,1.1853027E-1,2.3746796E0,6.395429E-1,-0E0,-0E0,9.975586E-1,-0E0,6.6859144E-1,7.336426E-2,1.6418457E-1,-0E0,1.6845703E-2,2.2994582E-2,-1.5999615E-1,-0E0,9.946289E-1,1.424408E-2,-0E0,1.2954005E0,7.349756E1,1.4316089E2,-0E0,-0E0,-1.4151488E-1,-4.6295065E-1,-0E0,-0E0,3.262329E-2,5.5322685E0,-0E0,-0E0,3.0953125E1,1.5178359E0,-0E0,-0E0,9.663086E-1,1.2841797E-1,8.630182E1,5.780139E-1,9.980469E-1,5.490625E1,-0E0,-0E0,4.1490045E0,-6.089198E-1,6.896349E1,-0E0,4.843147E-1,4.0875E1,7.03125E-1,-0E0,8.835814E1,3.0312498E0,-0E0,1.0613929E-1,-0E0,-0E0,-8.0524313E-1,8.691406E-1,1.1814037E2,4.1670156E-1,-0E0,1.1020958E0,-0E0,-0E0,5.4375E1,-0E0,5.346485E-1,-0E0,1.3333522E2,-0E0,6.776757E-2,6.665039E-1,7.84375E1,3.1547495E1,-0E0,9.0538666E1,3.971875E1,1.1657715E-1,8.557833E1,-0E0,4.4E1,-0E0,-2.977966E-1,5.7952946E1,1.1363321E2,-0E0,3.1673834E-1,-0E0,9.8779297E-1,-0E0,1.4347833E2,7.4365234E-1,-0E0,6.7993164E-2,-0E0,1.1103878E2,2.3280509E0,-8.3036155E-2,-0E0,-0E0,9.9072266E-1,-0E0,9.8409065E1,5.778125E1,8.495241E1,-8.199226E-1,9.980469E-1,4.7343582E-2,-0E0,-0E0,-3.764265E-1,-0E0,4.0875E1,8.691406E-1,-0E0,-0E0,4.232004E0,-0E0,1.19140625E-1,-0E0,4.6118026E0,-0E0,2.748748E-1,-0E0,-1.4927007E-1,3.7375E1,-0E0,-0E0,1.521164E0,-1.784284E-1,-0E0,3.9643748E0,-0E0,1.167176E-2,1.9171042E0,1.770822E2,3.4326172E-1,1.3183594E-1,5.390625E-1,-7.9779994E-1,-0E0,-7.32579E-1,-0E0,1.7248672E2,2.2439852E0,9.604492E-1,1.9702148E-1,2.041285E0,1.6148209E2,1.5600586E-1,2.4600454E1,-9.544795E-1,-0E0,1.2898166E0,-0E0,4.896875E1,5.571875E1,-4.2689714E-1,-0E0,4.9650044E0,-0E0,-0E0,2.607808E-1,-7.1303374E-1,-0E0,-0E0,9.584961E-1,7.862777E1,8.3447266E-1,-0E0,9.484863E-2,1.0907747E2,5.154911E0,3.6327615E0,2.1679668E0,-0E0,6.616211E-1,7.01875E1,9.9902344E-1,5.5847168E-2,-1.21980615E-1,-3.7704816E-1,-0E0,9.9853516E-1,-0E0,-0E0,3.825E1,-0E0,5.275927E-1,-3.0717397E-1,-0E0,2.0978586E1,-0E0,4.0907993E0,-0E0,1.8261078E2,-0E0,-0E0,7.2558594E-1,-2.2476609E-1,-0E0,-0E0,-1.0907759E-1,-0E0,2.2827148E-2,9.5214844E-1,-0E0,8.4E1,-0E0,-0E0,4.3669626E-1,-5.045356E-1,-0E0,-0E0,-9.408074E-1,-0E0,3.7375E1,-7.3078406E-1,-0E0,-0E0,-5.625727E-1,8.6463946E-1,-0E0,-1.5512738E-1,6.9873047E-1,-0E0,1.5705591E0,1.8334544E-1,-0E0,1.3560356E2,-0E0,-0E0,-3.48741E-1,1.4038086E-1,6.2748734E1,4.8952575E0,8.166504E-2,-0E0,1.554294E0,2.1008301E-1,9.0184395E1,9.4177246E-2,2.626953E-1,-0E0,4.690625E1,-0E0,1.0612488E-2,-0E0,-6.4478606E-1,1.9196118E0,4.5834002E0,3.9990234E-1,-0E0,9.650885E-1,-0E0,5.778125E1,-0E0,-0E0,1.4570976E2,-0E0,5.65625E1,1.18637085E-2,2.529297E-1,3.8903413E0,1.3405348E0,5.466461E-3,-0E0,9.584961E-1,7.2558594E-1,5.5322685E0,-0E0,-1.2225726E-1,-0E0,2.6513672E-1,1.0345459E-1,-0E0,6.78546E-2,7.8574365E-1,-0E0,-0E0,5.63125E1,-0E0,5.953125E1,9.071722E-1,-0E0,-0E0,2.1679668E0,-0E0,1.3018177E0,-0E0,-1.0482484E0,3.982544E-3,-0E0,1.3692163E2,-0E0,-0E0,9.9121094E-1,2.3020166E-1,-0E0,-0E0,1.7212642E2,3.778407E-1,-0E0,9.277344E-1,9.375E-2,4.828125E1,1.3072819E0,8.5885113E-1,-0E0,1.4722429E2,4.2281723E0,-0E0,4.4454756E0,-0E0,-1.3658822E-1,3.6335254E-1,-0E0,5.8625E1,-0E0,4.9228752E-1,-0E0,-0E0,4.6109266E0,-0E0,1.9737349E2,-0E0,1.23442635E2,5.20606E-1,-0E0,-1.0315828E0,-0E0,-0E0,-4.448856E-1,-0E0,4.550171E-2,-0E0,-9.4035494E-1,-0E0,9.7548584E1,-0E0,1.6066177E0,7.363281E-1,2.196721E0,-3.239946E-1,-0E0,-0E0,7.949219E-1,3.803125E1,-0E0,-4.2353937E-1,9.921875E-1,9.985981E-1,-0E0,-0E0,5.503731E0,3.521875E1,6.0971485E1,-0E0,-6.592719E-1,2.5852045E-1,-0E0,-0E0,8.635493E-1,-0E0,6.65625E1,-0E0,7.6538086E-2,-0E0,3.971875E1,-1.0563878E0,-0E0,4.207048E0,-0E0,-4.3908724E-1,-0E0,1.1767578E-1,-0E0,-0E0,9.716797E-2,-0E0,3.0484375E1,-0E0,1.0617113E2,-0E0,4.809375E1,1.2451172E-1,6.108684E1,-7.037199E-1,-0E0,-5.468992E-1,-0E0,5.52203E0,-0E0,7.9916394E-1,-0E0,-0E0,-4.9953684E-1,-0E0,5.239391E-1,4.4060844E-1,-0E0,-0E0,-6.076058E-1,5.49375E1,-0E0,-1.6252953E-1,-0E0,4.073111E0,-0E0,-0E0,1.6472112E2,3.3744185E0,7.2631836E-2,6.035156E-1,-0E0,3.3814912E0,-0E0,-0E0,5.312228E-1,-7.431821E-1,-0E0,-0E0,7.447625E-1,-0E0,-8.073517E-1,4.05029E0,2.4572754E-1,-0E0,1.4794287E2,-0E0,9.323597E1,-0E0,-8.088532E-1,1.8117924E-1,-0E0,-0E0,-2.6799005E-1,-0E0,8.4E1,-1.6165131E-1,-0E0,9.3633044E-1,-0E0,-0E0,3.982544E-3,1.6574567E2,-0E0,-0E0,8.0357367E-1,6.46875E1,-0E0,-0E0,-2.1938083E-1,5.0146484E-1,3.659375E1,-5.540193E-1,-0E0,6.603241E-3,-0E0,1.09835595E-1,-0E0,-0E0,-5.64107E-1,8.37176E-1,-0E0,4.97838E0,-0E0,-0E0,9.980469E-1,-0E0,-9.886834E-1,4.8832536E-1,-0E0,5.14375E1,8.154297E-1,-0E0,3.084375E1,-0E0,1.3639142E2,1.2785933E0,-0E0,3.4301758E-2,-0E0,9.838867E-1,5.546875E1,1.1708721E0,2.636666E0,-0E0,9.79375E1,6.2607647E1,-0E0,-0E0,6.25E-1,-0E0,9.795992E-1,3.0460358E-3,2.9736328E-1,4.31875E1,2.176322E1,-0E0,-4.7225752E-1,7.9805976E-1,-0E0,1.2078594E0,-0E0,-0E0,9.8339844E-1,7.8714144E-1,-0E0,-0E0,9.6972656E-1,7.13125E1,5.8496094E-1,1.2898166E0,1.7421845E0,-0E0,5.16395E-1,-0E0,2.0670697E-1,-0E0,1.419664E0,1.3187878E0,-0E0,2.9907227E-1,-0E0,2.3291166E0,1.8154968E-1,-0E0,4.9389705E-1,-0E0,5.0910518E-2,-0E0,-6.116501E-1,-0E0,9.584961E-1,-7.766899E-1,9.370117E-1,4.867885E0,-0E0,1.3748762E-1,-0E0,5.776258E0,-0E0,9.9853516E-1,-0E0,4.753113E-3,-0E0,-0E0,4.230957E-1,-0E0,6.2607647E1,3.2749465E0,8.0265915E-1,7.4365234E-1,9.6435547E-1,-0E0,4.6319973E-1,-4.1144945E-2,-0E0],"split_indices":[5,13,13,4,13,12,1,12,4,15,8,4,12,8,0,6,12,6,0,19,14,10,0,7,19,7,18,19,0,14,18,14,14,12,2,0,7,0,16,2,6,1,0,15,14,16,14,4,14,13,0,0,0,13,11,3,11,0,15,16,15,10,11,0,0,0,0,12,10,0,15,16,18,6,0,0,0,17,14,9,11,0,0,5,10,14,0,17,0,0,0,16,8,15,7,2,10,2,0,15,14,11,6,2,0,0,0,0,0,16,10,0,0,6,0,18,0,0,13,0,9,7,14,19,5,3,0,6,19,1,18,6,12,3,10,0,0,1,0,3,15,0,0,0,0,0,16,9,14,9,6,9,18,0,0,10,9,17,0,0,9,0,19,18,4,6,0,7,0,16,0,13,3,10,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,18,7,14,4,17,2,0,10,10,11,0,0,10,4,0,12,8,10,1,17,17,17,0,0,5,9,9,19,10,0,18,3,2,14,15,5,14,6,11,17,6,14,0,0,0,0,4,0,0,2,17,0,16,0,14,13,1,0,18,2,0,0,5,0,17,7,12,5,0,15,0,0,0,0,15,18,0,16,10,12,13,0,13,4,0,14,3,0,0,17,7,13,14,0,6,5,7,6,5,0,0,15,0,0,18,0,17,10,14,19,6,7,0,0,5,13,0,9,9,1,0,0,0,0,4,3,0,13,15,16,0,13,0,18,1,5,5,10,0,1,11,16,0,5,15,11,0,0,11,0,0,18,4,0,0,0,0,8,0,0,0,0,0,18,3,13,0,0,4,7,0,3,1,0,18,0,1,14,17,12,7,19,0,0,1,0,0,0,0,8,1,5,18,8,0,0,0,0,0,7,0,0,11,0,0,0,4,3,0,19,9,10,19,0,12,0,0,8,0,0,0,0,8,0,7,0,2,3,2,0,0,0,19,0,5,3,0,0,0,0,0,4,0,0,2,0,14,19,13,0,15,4,0,3,12,0,14,7,13,0,0,18,18,0,10,8,13,7,5,1,5,5,0,17,0,12,14,0,5,8,6,9,10,10,19,13,0,0,0,6,18,16,0,10,7,3,0,0,19,0,2,4,0,5,0,0,0,0,13,9,0,0,0,0,4,0,4,12,0,18,3,7,5,14,10,10,0,0,0,0,5,15,0,0,14,5,13,13,0,18,0,0,0,0,0,7,0,0,0,0,8,3,0,18,0,0,0,0,0,18,2,0,0,0,0,3,0,0,0,0,9,0,7,0,0,0,0,0,0,0,0,9,0,17,0,0,13,0,0,10,18,4,0,2,0,0,13,5,0,7,0,19,15,0,0,9,15,19,9,11,3,0,4,14,7,19,7,2,3,0,19,14,0,8,0,15,4,0,14,19,15,15,13,13,0,15,16,10,11,17,13,7,4,3,0,0,0,0,0,0,0,5,1,0,0,0,9,0,18,0,0,0,6,0,0,0,0,6,18,0,0,0,0,0,11,0,0,0,11,3,17,0,7,10,0,4,0,0,0,0,9,5,0,19,15,0,2,2,0,0,0,0,0,0,0,0,13,1,8,3,0,0,0,0,0,0,0,0,0,13,0,4,0,11,0,0,0,0,0,0,11,3,13,0,0,0,0,0,0,0,12,0,17,0,0,12,0,0,3,0,2,0,10,18,2,0,17,8,2,13,11,12,11,10,5,10,1,18,6,3,0,0,0,4,6,0,7,0,0,15,0,2,0,0,0,0,3,17,14,0,11,0,0,17,5,0,0,0,6,2,0,11,0,5,1,9,6,6,12,5,0,10,3,0,15,0,9,6,0,0,12,0,0,14,0,0,0,0,0,2,0,0,0,0,14,8,0,0,0,0,0,0,0,8,0,12,0,8,17,5,15,0,0,12,6,0,1,0,13,4,0,0,0,1,0,0,0,0,13,0,0,0,1,0,10,0,0,0,0,19,0,0,8,1,0,0,0,4,0,3,0,3,8,0,0,8,14,1,0,0,7,13,10,19,3,0,0,0,9,12,3,17,5,6,0,1,6,0,5,14,14,9,0,9,0,11,0,18,0,0,0,0,0,4,3,1,17,0,0,0,0,0,0,0,0,0,10,0,18,0,15,8,0,13,0,7,0,0,0,0,8,0,0,6,0,0,1,0,0,14,0,9,0,0,15,2,4,19,0,0,4,0,0,0,0,0,0,0,6,14,0,0,2,0,13,3,11,0,0,0,0,19,0,0,0,0,0,0,7,0,0,0,0,5,0,5,8,0,4,0,0,15,1,11,0,0,18,0,0,17,0,5,1,0,0,0,0,10,0,0,0,3,19,4,16,0,14,2,0,15,15,2,13,0,12,14,17,2,0,16,14,15,6,18,5,4,0,3,2,4,16,16,0,13,0,0,0,0,0,0,0,0,0,10,0,0,0,6,0,6,0,0,0,0,0,14,14,0,0,0,0,4,19,0,0,0,0,12,9,0,0,7,15,0,0,0,4,0,0,7,8,0,0,17,0,0,0,0,0,4,12,8,0,6,0,0,0,0,2,0,18,0,3,0,4,0,0,0,0,0,12,11,0,18,16,8,0,8,0,0,0,0,0,0,0,0,4,0,8,14,18,0,0,0,0,6,9,0,0,10,0,11,0,5,15,18,14,0,4,10,15,0,10,6,1,8,19,9,9,0,0,0,0,7,1,0,12,0,0,0,9,0,0,17,11,0,10,19,19,0,17,0,1,0,0,0,13,0,1,15,0,0,0,10,0,0,3,0,0,0,0,0,0,0,0,9,15,0,0,0,19,0,0,0,0,10,0,13,0,0,0,11,0,0,12,0,18,0,0,0,16,0,0,13,10,0,12,0,0,0,0,0,7,0,9,0,9,0,0,0,0,0,4,0,0,19,0,10,8,0,0,0,11,0,9,14,13,9,14,6,1,15,6,2,11,8,5,14,5,0,18,5,11,0,1,0,15,14,19,0,0,0,0,0,11,0,2,0,0,0,0,0,4,0,0,19,0,0,0,0,6,0,2,0,0,0,0,0,0,0,0,0,8,14,15,6,0,0,0,0,0,7,0,19,0,16,0,0,2,0,0,0,0,0,0,0,3,19,18,0,0,11,0,6,0,0,0,0,0,2,19,0,14,0,0,0,0,0,0,0,11,12,0,0,0,0,1,0,0,17,1,13,9,15,3,2,13,0,11,16,2,1,12,0,0,0,19,2,19,8,0,0,6,0,0,0,0,13,7,0,0,0,17,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,6,1,0,0,0,0,0,7,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,8,0,0,7,0,0,0,0,0,0,0,0,12,5,17,7,4,0,10,10,17,16,18,14,0,5,0,0,5,1,0,0,11,0,0,7,19,14,2,6,0,11,3,3,5,9,17,6,17,16,9,0,0,0,0,0,0,0,0,2,14,5,0,0,19,0,0,0,0,0,0,0,18,5,7,3,1,3,9,0,0,0,18,19,1,5,4,13,1,5,6,0,7,1,7,8,16,3,19,4,0,13,0,0,0,1,7,0,0,13,14,1,10,3,5,8,17,0,5,0,15,12,19,0,3,0,8,14,0,0,0,14,12,1,0,0,0,17,0,0,18,12,0,17,0,0,0,16,19,0,3,5,6,0,0,0,0,0,0,16,0,0,0,10,1,0,0,15,12,5,0,15,8,0,0,1,0,7,0,0,8,16,0,4,1,0,0,0,0,0,12,4,0,0,0,0,0,8,0,0,0,7,0,0,14,10,7,0,4,11,17,5,0,9,0,0,4,7,0,0,0,14,0,4,15,0,13,0,4,1,0,0,0,19,0,5,10,7,0,17,0,0,0,0,0,9,12,0,0,1,0,13,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,6,19,16,12,0,0,0,0,6,3,17,19,3,6,19,7,0,0,2,0,11,11,0,0,2,0,0,0,0,0,0,19,5,15,0,12,4,2,0,0,0,13,10,14,16,0,0,0,18,0,0,9,0,0,0,0,7,0,0,0,6,0,0,14,0,0,0,0,0,16,19,0,11,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,13,0,1,0,0,4,0,0,0,12,7,1,13,0,0,18,5,13,12,0,9,0,17,0,0,2,2,17,0,0,0,10,0,0,6,0,10,18,18,0,0,19,0,16,14,0,0,0,0,14,18,0,0,0,0,0,10,0,11,2,0,0,0,0,2,0,0,18,0,4,0,0,17,0,0,0,6,0,0,16,18,9,0,0,0,6,3,0,2,0,0,0,0,11,0,0,0,0,3,0,6,0,4,0,0,0,0,0,0,0,17,0,0,0,5,0,0,13,1,0,0,0,19,11,0,0,15,0,0,0,3,8,5,0,0,0,0,0,0,0,11,0,12,0,9,0,0,2,0,0,0,13,0,0,17,0,11,0,7,0,8,16,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,3,0,0,6,3,16,13,0,0,0,0,0,0,0,0,0,0,0,0,12,0,6,0,7,0,0,0,0,0,0,0,11,0,0,0,0,0,18,6,0,0,0,11,0,0,0,13,11,0,0,19,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,8,17,0,8,0,7,2,0,16,0,16,11,0,0,0,9,5,0,0,12,0,0,16,18,11,7,0,0,2,0,1,0,0,15,0,0,0,18,10,15,2,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,19,0,17,0,0,0,0,2,0,17,0,19,0,0,15,0,5,3,0,14,17,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.957837E3,2.5200015E3,2.4378352E3,1.7013289E3,8.1867267E2,8.879054E2,1.5499298E3,1.3776521E3,3.236767E2,4.5238647E2,3.662862E2,1.8421617E2,7.036892E2,3.0428183E0,1.546887E3,1.1006779E3,2.7697424E2,1.1221876E2,2.1145793E2,1.671205E2,2.85266E2,3.659947E2,2.9148763E-1,1.3469542E2,4.9520744E1,1.4207506E2,5.616142E2,7.904045E-1,2.2524137E0,9.886932E2,1.11984695E2,1.2211866E2,1.5485559E2,7.356769E1,3.865107E1,5.3389573E-1,2.1092404E2,1.3979949E1,1.5314055E2,1.8962003E2,9.564596E1,1.3018129E0,3.6469287E2,8.381469E1,5.0880737E1,1.2103164E0,4.831043E1,1.3813553E2,3.9395254E0,2.3044732E0,5.593097E2,4.261622E-1,3.642423E-1,9.207183E1,8.9662134E2,1.5535539E1,9.644915E1,6.068966E1,6.1429005E1,1.504609E2,4.3946815E0,3.4436905E1,3.9130783E1,3.815338E-1,3.8269535E1,2.1054881E2,3.7522376E-1,1.8956363E0,1.2084312E1,1.4959795E2,3.5426044E0,4.6044583E0,1.8501556E2,6.552429E1,3.0121668E1,1.0856638E0,2.1614912E-1,5.1213455E1,3.2601234E1,1.5211217E1,3.566952E1,7.5763386E-1,4.5268258E-1,4.6210346E1,2.1000843E0,6.967663E1,6.84589E1,3.0893238E0,8.502018E-1,3.5892215E-1,1.9455509E0,3.2149959E0,8.8856834E1,6.796357E2,2.1698566E2,2.908227E0,1.2627312E1,9.5696655E1,7.5249946E-1,5.5592636E1,5.097023E0,4.025115E1,2.1177853E1,1.497127E2,7.4819446E-1,3.652781E0,7.419003E-1,1.1163691E1,2.3273212E1,3.8102665E1,1.028121E0,2.3932977E-1,3.8030205E1,1.0710338E0,8.246024E-1,1.1364003E0,1.0947912E1,2.6210847E0,9.215197E-1,3.2816482E0,1.3228102E0,1.8397125E2,1.0443194E0,1.4908667E1,5.0615623E1,2.9824778E1,2.9689056E-1,4.195019E1,9.263263E0,5.453596E0,2.7147638E1,3.767378E0,1.1443838E1,9.970113E0,2.5699408E1,8.2510906E-1,4.5385235E1,6.285311E-1,1.4715532E0,5.544732E1,1.4229305E1,2.1456072E-1,2.874763E0,6.363739E-1,2.1382786E-1,1.1043435E0,2.1106522E0,6.1435055E1,2.7421782E1,6.0833534E1,6.188021E2,2.7893517E1,1.8909215E2,1.6070096E0,1.3012172E0,8.3177346E-1,1.1795539E1,9.5257904E1,4.387523E-1,9.5540935E-1,5.4637226E1,2.4316711E0,2.6653516E0,3.6630024E1,3.621127E0,1.8701101E1,2.4767513E0,2.915814E0,1.4679689E2,1.0834194E1,3.294969E-1,1.4363522E1,8.909691E0,3.695817E1,1.1444905E0,2.35029E-1,7.9309195E-1,4.3662283E-1,6.3441104E-1,2.2762349E-1,9.087769E-1,5.572828E-1,3.642369E-1,8.100902E-1,2.4715579E0,3.0117688E-1,1.0216333E0,1.8337027E2,6.009803E-1,4.156114E-1,6.2870806E-1,1.8324419E0,1.3076224E1,7.6775947E0,4.293803E1,1.6669176E0,2.815786E1,3.2053712E-1,4.1629654E1,3.9324794E0,5.330783E0,3.051861E-1,5.1484103E0,9.994106E0,1.7153532E1,1.2095075E0,2.5578706E0,2.4949827E0,8.948855E0,2.6584969E0,7.3116155E0,8.461349E0,1.7238058E1,3.921932E-1,2.3633787E-1,5.683661E-1,5.4878952E1,1.0133356E1,4.0959487E0,1.6852305E0,4.2542177E-1,1.6437461E0,5.9791306E1,4.900879E0,2.2520903E1,5.2834034E1,7.9994984E0,5.9123936E1,5.596782E2,2.2325363E1,5.568153E0,1.19286644E2,6.98055E1,7.3131406E-1,8.756956E-1,3.117343E-1,5.200392E-1,1.2307578E0,1.056478E1,6.4715034E-1,9.461075E1,5.438381E1,2.5341964E-1,1.4676926E0,1.1976589E0,3.530296E1,1.3270633E0,2.0963795E0,1.5247473E0,2.7665582E0,1.5934544E1,2.3943934E0,5.2142066E-1,1.0246111E1,5.8808273E-1,5.309636E0,9.053885E0,2.4785461E0,6.4311447E0,6.096051E-1,3.6348568E1,4.1292086E-1,7.3156965E-1,2.4807295E-1,3.8633806E-1,1.517567E2,3.161357E1,7.747416E-1,1.0577004E0,1.2021449E1,1.0547754E0,7.0695047E0,6.0809004E-1,2.5593302E1,1.7344728E1,3.9071614E-1,1.2762014E0,1.9388734E0,2.6218987E1,8.0861306E-1,4.082104E1,1.2087668E0,2.7237127E0,4.802736E0,5.280474E-1,4.043747E0,5.950359E0,1.3129345E1,4.0241885E0,1.6925093E0,8.6536145E-1,1.2319521E0,1.2630308E0,1.1135659E0,7.8352895E0,2.0447984E0,6.1369866E-1,1.1695441E0,6.1420712E0,3.692867E0,4.7684817E0,1.5680119E1,1.5579408E0,2.7391234E-1,2.944538E-1,2.6206183E0,5.2258335E1,9.554697E0,5.7865906E-1,1.0839225E0,3.012026E0,1.4048333E0,2.8039718E-1,4.3555748E-1,1.2081887E0,5.367699E1,6.1143174E0,1.6903982E0,3.2104807E0,1.778378E1,4.7371244E0,5.289854E0,4.754418E1,4.77463E0,3.2248683E0,2.4963177E1,3.416076E1,5.0040225E2,5.9275948E1,9.199719E0,1.3125643E1,2.641039E0,2.9271138E0,2.2217903E1,9.706874E1,3.0619974E1,3.9185528E1,9.4357187E-1,2.8718594E-1,1.7203966E0,8.844384E0,3.8649762E-1,9.422425E1,5.0941753E1,3.4420514E0,4.8352104E-1,9.841716E-1,5.350676E-1,3.476789E1,1.0191181E0,3.079452E-1,6.540643E-1,1.4423152E0,3.2035598E-1,2.4462023E0,1.2207441E1,3.7271023E0,6.461827E-1,9.599929E0,3.5281084E0,1.7815279E0,3.4603286E0,5.593557E0,1.7664114E0,7.121346E-1,5.226105E0,1.2050395E0,3.0533052E1,5.8155165E0,1.3769872E2,1.4057991E1,7.272147E0,2.4341423E1,7.6328874E-1,2.944116E-1,1.1832799E1,1.8865028E-1,3.8982883E-1,6.6494656E-1,1.4831543E0,5.5863504E0,2.4565992E1,1.0273094E0,1.1983511E1,5.361218E0,1.0481502E0,2.2805117E-1,2.2408666E-1,1.7147868E0,4.7746953E-1,4.034357E1,2.5E-1,9.587668E-1,2.2687912E0,4.5492142E-1,4.3977165E0,4.0501913E-1,1.4844643E0,2.5592825E0,4.2599785E-1,5.524361E0,1.9732608E0,1.1156084E1,2.1123576E0,1.9118309E0,1.4301573E0,2.6235196E-1,3.869609E-1,8.7606984E-1,2.1283132E-1,1.831967E0,8.5060775E-1,3.1893638E-1,4.2758904E0,1.8661814E0,2.0290875E0,1.6637795E0,1.2591828E0,3.5092988E0,1.4502469E1,1.177649E0,8.454435E-1,7.124973E-1,7.2828305E-1,1.8923353E0,2.7753143E0,4.948302E1,2.1441141E-1,3.6424762E-1,8.34948E-1,2.4897458E-1,3.9893296E-1,2.6130931E0,1.6872683E-1,2.6683065E-1,5.2720905E1,9.5608616E-1,1.0549314E0,5.0593863E0,2.0077386E0,1.202742E0,2.3228116E0,1.5460967E1,1.3227592E0,3.4143653E0,3.6473262E0,1.642528E0,3.9651396E0,4.357904E1,4.477595E0,2.970352E-1,8.4304476E-1,2.3818235E0,2.4429962E1,5.332137E-1,1.7220247E1,1.6940512E1,3.295913E1,4.6744315E2,5.3240536E1,6.035413E0,4.2233357E0,4.9763837E0,1.4729462E0,1.1652697E1,8.172184E-1,1.8238205E0,2.3183422E0,6.087718E-1,1.6630125E1,5.5877776E0,5.179509E0,9.188923E1,7.999577E0,2.2620396E1,1.0774544E1,2.8410982E1,8.8571304E-1,8.346836E-1,9.288785E1,1.3364042E0,4.971257E1,1.2291844E0,2.1439314E0,1.2981199E0,3.3185616E1,1.582278E0,2.2547388E0,1.9146353E-1,1.1710919E1,4.9652264E-1,2.7077713E0,1.019331E0,1.0265177E0,2.5015905E0,1.1980287E0,5.834992E-1,1.0879587E0,2.3723698E0,1.6815126E0,3.9120443E0,5.701617E-1,1.1962497E0,3.0047017E-1,4.9256353E0,3.0065018E1,4.6803334E-1,3.780075E0,2.0354412E0,7.5134444E-1,1.3694736E2,7.976696E0,6.081295E0,1.6243594E0,5.647788E0,2.3006037E1,1.3353859E0,1.1451952E1,3.808468E-1,5.257262E0,3.2908815E-1,1.9653801E1,4.9121914E0,7.244954E-1,3.0281398E-1,5.6866026E0,6.2969084E0,4.5101514E0,8.510665E-1,3.6738282E-1,3.997619E1,1.9949603E-1,2.0692952E0,1.243743E0,2.4072136E-1,1.0645566E0,1.4947261E0,6.2902087E-1,4.89534E0,7.4196184E-1,1.2312989E0,2.8897862E0,8.266297E0,5.978666E-1,1.5144908E0,2.4694225E-1,1.183215E0,5.505594E-1,3.2551044E-1,2.3363604E-1,4.042254E0,1.8392237E0,1.8986385E-1,4.65214E-1,7.939688E-1,4.2290685E-1,3.0863922E0,1.3640052E1,8.6241776E-1,3.4601256E-1,3.8227051E-1,1.0312265E0,1.7440877E0,4.861769E1,8.6533165E-1,2.2348418E0,3.782512E-1,6.964754E-1,5.202443E1,4.342655E-1,6.2066585E-1,2.4715453E-1,4.8122315E0,2.170597E-1,1.790679E0,9.5558786E-1,2.471541E-1,1.6004107E0,7.224008E-1,2.4427839E-1,1.5216689E1,2.1236606E0,1.2907047E0,2.5E-1,3.3973262E0,7.285178E-1,9.140103E-1,1.7258658E0,2.2392738E0,2.84808E-1,4.329423E1,4.6062437E-1,4.0169706E0,2.1568935E0,2.249301E-1,2.5E-1,2.4179962E1,7.564504E0,9.655743E0,1.7684616E0,1.51720495E1,2.0606377E1,1.2352754E1,4.0632654E2,6.1116592E1,4.293124E1,1.0309294E1,1.9288357E0,4.106577E0,3.501866E0,7.2146976E-1,3.4405417E0,1.5358422E0,6.624094E-1,1.0990288E1,2.9040587E-1,1.5334146E0,2.0698864E0,2.4845564E-1,1.4135465E1,2.49466E0,3.1574156E0,2.4303617E0,2.4385793E0,2.7409298E0,5.501349E0,8.6387886E1,4.034366E0,3.965211E0,1.7523695E1,5.0967007E0,2.9216015E0,7.8529425E0,2.106945E1,7.3415313E0,2.2112583E-1,1.1152784E0,6.796084E-1,4.9032963E1,1.0621793E0,1.6700505E-1,4.6473426E-1,8.3338565E-1,3.2304718E1,8.80897E-1,4.55368E-1,1.12691E0,1.0520905E1,1.1900145E0,1.9946873E0,7.13084E-1,8.4589326E-1,1.7343767E-1,2.3269393E0,1.7465132E-1,5.540296E-1,1.127483E0,5.130621E-1,3.3989823E0,1.3491107E0,2.8715908E1,2.4413198E-1,3.5359433E0,1.0840225E0,9.5141864E-1,1.2637538E0,1.3568361E2,3.2227302E-1,7.654423E0,4.1752734E0,1.9060216E0,9.637451E-1,6.606142E-1,4.484644E-1,5.1993237E0,4.3418488E-1,2.2571852E1,9.787954E-1,3.5659048E-1,1.0464495E1,9.8745704E-1,1.088397E1,8.769831E0,1.8491468E0,3.0630445E0,2.7445912E0,2.942011E0,1.7642602E0,4.5326486E0,4.469933E-1,4.063158E0,4.7391587E-1,3.7715065E-1,3.9225975E1,7.502153E-1,1.2380359E0,2.566901E-1,9.0871334E-1,1.9810728E0,6.4324994E0,1.8337983E0,1.0003617E0,5.1412916E-1,1.6648135E-1,3.8757727E0,1.732353E-1,1.6659884E0,2.9170063E0,1.6938585E-1,5.453992E-1,1.3094652E1,5.932935E-1,4.3793306E-1,9.424274E-1,4.7675262E1,4.4841695E0,3.280622E-1,1.9772325E-1,1.5929557E0,2.3989433E-1,1.3605164E0,2.8453562E0,1.2371333E1,1.8343027E0,2.8935784E-1,1.0476584E0,2.4304628E-1,2.9654055E0,4.3192062E-1,1.5592505E0,1.6661537E-1,1.7739236E0,4.653502E-1,4.257854E1,7.1569204E-1,2.1898997E-1,3.7979805E0,3.6115482E-1,1.7957387E0,2.3219511E1,9.6045244E-1,6.837131E0,7.273729E-1,4.1042743E0,5.5514684E0,1.1761459E0,5.923157E-1,1.3534506E1,1.6375444E0,1.0958498E1,9.647879E0,1.0798707E1,1.5540466E0,3.192137E1,3.7440518E2,2.501382E1,3.610277E1,1.6907661E1,2.6023579E1,7.394478E0,2.914816E0,1.2328479E0,6.959878E-1,9.56862E-1,3.1497147E0,3.22472E0,2.7714616E-1,2.9062452E0,5.342965E-1,3.4685466E-1,1.1889876E0,2.556712E-1,1.0734616E1,1.3442463E0,1.8916829E-1,1.9018636E0,1.6802284E-1,3.0252652E0,1.11102E1,2.246086E0,2.4857399E-1,2.942234E0,2.1518163E-1,8.441767E-1,1.5861851E0,2.272428E0,1.6615131E-1,5.4651445E-1,2.1944153E0,3.0916998E0,2.4096491E0,7.083377E-1,8.567954E1,1.1857517E0,2.8486147E0,2.4224284E0,1.5427824E0,1.9882041E0,1.5535491E1,2.2565098E0,2.8401906E0,6.553966E-1,2.2662048E0,3.9884214E0,3.864521E0,2.0202393E1,8.6705846E-1,9.5576334E-1,6.385768E0,6.43384E-1,1.9000162E-1,3.1350822E1,9.538951E-1,1.213246E0,9.307658E0,1.8209144E0,1.737729E-1,3.31339E-1,1.9956002E0,3.2495403E-1,3.0740283E0,2.416701E-1,1.1074406E0,2.8388733E-1,9.798664E-1,3.3797264E0,7.955472E-1,1.0850695E0,8.2095206E-1,2.1840861E-1,7.4533653E-1,2.2179633E-1,2.2666806E-1,3.752394E-1,4.8240843E0,6.376533E-1,2.1934198E1,1.1697578E0,9.714212E0,7.7266884E0,1.0431421E0,2.3598657E0,7.031787E-1,2.1608943E-1,2.528502E0,1.8975166E0,1.0444944E0,1.5810798E0,1.8318032E-1,1.2621156E0,3.2705328E0,7.060029E-1,2.027105E-1,3.4244788E-1,1.6386249E0,3.814711E-1,6.0510283E0,1.1455036E0,6.882946E-1,1.2732517E1,3.621351E-1,2.227888E-1,2.1514428E-1,4.7217186E1,4.58078E-1,2.3603199E0,4.850363E-1,4.6175206E-1,1.190958E1,1.6593821E-1,1.6683645E0,1.5403103E0,2.336134E-1,4.0822105E1,1.7564371E0,2.3218329E-1,3.5657973E0,1.78493E-1,2.3041018E1,5.9670895E-1,6.2404222E0,1.025979E0,3.0782952E0,4.844941E0,7.0652723E-1,1.708292E-1,1.0053167E0,1.2702386E1,8.3211935E-1,6.514922E-1,9.860523E-1,3.5310674E0,7.42743E0,4.6086173E0,5.039262E0,1.0549128E1,2.4957995E-1,5.374913E-1,1.0165554E0,2.3146187E1,8.775184E0,1.6879742E2,2.0560774E2,2.0122988E1,4.8908324E0,7.4277277E0,2.8675047E1,1.6217302E1,6.903602E-1,8.432332E0,1.7591248E1,4.7922907E0,2.6021872E0,3.192415E-1,2.5955744E0,4.8321995E-1,2.6664948E0,3.7035093E-1,2.854369E0,1.9611025E-1,2.710135E0,2.5370917E-1,9.352784E-1,9.877353E-1,9.7468815E0,1.1876867E0,1.8375787E0,1.0904313E1,2.0588692E-1,1.5377244E0,7.0836157E-1,2.6130688E0,3.2916525E-1,2.3108317E-1,1.355102E0,2.0433614E0,2.2906661E-1,2.7316737E0,3.6002627E-1,1.3632536E0,1.0463955E0,4.679035E0,8.100051E1,1.8817893E-1,2.6604357E0,3.0745724E-1,2.1149712E0,1.1824751E0,3.6030728E-1,3.2606447E-1,1.6621397E0,1.4691286E1,8.442054E-1,1.2583826E0,9.981274E-1,4.864272E-1,2.3537636E0,1.9881616E0,2.7804327E-1,9.8299587E-1,3.0054257E0,2.0051038E-1,2.0001883E1,4.7553557E-1,4.8022777E-1,5.253903E0,1.1318649E0,4.1925135E0,2.7158308E1,9.081722E0,2.259359E-1,2.7416463E0,3.3238178E-1,3.0682487E0,3.114775E-1,3.189913E-1,4.7655585E-1,4.5126553E0,3.1142887E-1,1.4537352E0,2.0480463E1,5.9060585E-1,5.79152E-1,9.411092E0,3.0312052E-1,4.8473215E0,2.8793669E0,8.52708E-1,1.9043414E-1,1.9953934E0,3.644724E-1,2.6810396E-1,2.260398E0,1.4236698E0,4.7384688E-1,1.6323024E-1,1.4178495E0,1.0453975E0,2.1671808E-1,2.8036346E0,4.668982E-1,1.4525632E0,1.8606173E-1,9.281333E-1,5.122895E0,1.8153808E-1,1.2550979E1,1.9989151E0,4.521827E1,2.1567862E0,2.035337E-1,1.7946994E-1,1.4888946E0,5.971187E0,3.4850918E1,5.211359E-1,1.2353011E0,2.2454922E1,5.8609504E-1,3.127966E-1,5.9276257E0,3.7506407E-1,2.703231E0,3.0178356E0,1.8271056E0,3.4663218E-1,6.586845E-1,2.5E-1,1.2452386E1,5.4199654E-1,2.901228E-1,7.0561683E-1,2.8254504E0,4.4319644E0,2.9954658E0,3.7777712E0,8.308459E-1,1.3602905E0,3.6789715E0,3.7995473E-1,1.0169172E1,1.9044075E1,4.1021113E0,1.9848804E0,6.7903037E0,2.9201063E1,1.3959636E2,8.6664635E1,1.18943115E2,7.1343026E0,1.2988685E1,3.2251105E0,1.6657218E0,4.068646E0,3.3590815E0,2.6981817E1,1.6932291E0,1.1786143E0,1.5038688E1,3.2065072E0,5.225825E0,2.180801E0,1.5410446E1,3.4365618E-1,4.448634E0,2.7846885E-1,2.3237183E0,1.7033532E-1,2.425239E0,3.2624698E-1,2.3402479E0,2.6867058E0,1.6766326E-1,8.085326E-1,8.938349E0,1.9751155E-1,9.9017507E-1,3.814611E-1,1.4561175E0,1.3452783E0,9.559034E0,3.5819095E-1,2.3734827E0,2.9763055E-1,1.065623E0,2.5687706E0,2.1102643E0,8.038926E1,6.112522E-1,2.4945188E0,1.6591685E-1,1.6480362E-1,1.9501677E0,1.3094304E1,1.5969818E0,2.6957017E-1,7.285572E-1,2.540913E-1,1.7340703E0,2.4729261E0,5.324994E-1,1.1316054E0,1.8870277E1,5.003903E0,2.5E-1,8.974318E-1,2.3443311E-1,1.8836E0,2.3089135E0,7.2199684E-1,2.6436312E1,8.46763E0,6.140926E-1,2.3787308E-1,2.5037732E0,1.2272203E0,2.2651495E-1,1.9620167E1,8.602957E-1,8.701104E-1,8.540981E0,3.4537075E0,1.3936138E0,4.560163E-1,2.4233506E0,6.541334E-1,1.985746E-1,1.7477404E0,5.1265746E-1,2.3666139E0,4.3702066E-1,4.635966E0,4.8692924E-1,1.2139232E1,4.1174746E-1,7.063219E-1,1.2925931E0,1.9435724E0,2.132138E-1,1.6783395E-1,1.3210607E0,4.187121E0,1.7840662E0,1.6873556E-1,3.4682182E1,2.0899994E1,1.5549276E0,4.4623238E-1,5.4813933E0,1.9295068E-1,2.5102804E0,2.5826252E0,4.3521047E-1,1.1893468E1,5.589182E-1,6.531372E-1,2.1723135E0,4.158268E0,2.736963E-1,1.5387589E0,1.4567069E0,3.597513E0,1.8025818E-1,1.7509589E-1,1.1851946E0,1.2965038E0,2.3824677E0,9.506019E0,6.631538E-1,2.0434414E-1,1.8839731E1,1.0917896E0,3.0103219E0,8.6089903E-1,1.1239815E0,2.8115418E0,3.9787617E0,5.1707783E0,2.4030285E1,4.8555428E1,9.104093E1,1.2452823E1,7.421181E1,3.563027E0,1.1538009E2,3.3992467E0,3.735056E0,4.1757836E0,8.8129015E0,2.8968942E0,3.282162E-1,5.4658926E-1,1.1191325E0,2.824629E0,1.2440171E0,3.025262E0,3.3381942E-1,2.766336E0,2.421548E1,3.9569896E-1,1.29753E0,1.4125628E1,9.1305923E-1,2.264358E0,9.4214916E-1,2.322883E0,2.9029422E0,1.1598008E0,1.021E0,1.34212675E1,1.9891781E0,4.201196E0,2.4743812E-1,8.361074E0,5.77274E-1,1.1149904E0,3.4112713E-1,9.2283745E0,3.3066052E-1,1.2008624E0,1.3679084E0,1.7364909E-1,1.9366153E0,7.471456E-1,7.964211E1,3.5248712E-1,1.5976806E0,1.233873E1,7.555745E-1,1.5599198E0,1.7415053E-1,2.7750894E-1,2.1954174E0,1.6569474E-1,1.8704582E1,3.218708E-1,4.682032E0,1.6301501E0,2.5345004E-1,5.096514E-1,2.592666E1,7.6513104E0,8.1631947E-1,2.6394522E-1,2.239828E0,1.7192143E-1,8.3690605E0,1.9999725E-1,3.2537103E0,7.1310514E-1,6.8050873E-1,2.2366846E-1,2.1996822E0,2.190959E0,1.756548E-1,4.0951223E0,5.408435E-1,1.1794787E1,3.4444466E-1,4.858395E-1,2.204824E-1,3.9545863E0,2.3253445E-1,9.063256E-1,8.777406E-1,3.3413967E1,1.2682143E0,4.3724136E0,1.652758E1,1.0572894E0,4.9763826E-1,3.9682937E-1,5.0845637E0,1.0629279E1,1.2641889E0,3.9820395E0,1.7622867E-1,1.307842E0,2.3091692E-1,2.6265672E-1,1.1940501E0,1.7833045E-1,3.4191825E0,2.1062293E0,2.7623844E-1,2.205643E-1,9.285455E0,9.7854674E-1,1.7861183E1,1.761812E0,1.2485099E0,1.666778E-1,9.5730364E-1,2.602592E0,2.0894963E-1,2.1105936E0,1.8681682E0,2.7274172E0,2.4433608E0,2.1691468E0,2.1861137E1,1.0970009E1,3.758542E1,8.462077E1,6.420155E0,2.7659996E0,9.686823E0,6.56468E1,8.565011E0,2.347663E0,1.215364E0,8.660532E1,2.8774765E1,2.5448222E0,8.5442436E-1,3.2902122E0,4.448439E-1,1.8733522E0,2.3024316E0,8.567951E0,2.4495038E-1,1.9685273E-1,2.7000415E0,7.647335E-1,4.7928363E-1,2.7212975E0,3.0396447E-1,2.0459762E0,7.203597E-1,1.3620851E1,5.0477815E-1,4.4569647E-1,4.964527E-1,1.4844149E0,8.384679E-1,1.9450149E-1,2.7084405E0,1.9316198E-1,9.666388E-1,3.2965007E-1,6.9135E-1,1.2597802E1,8.234654E-1,3.9825528E0,2.186433E-1,8.087309E0,2.737657E-1,8.904714E0,3.2366055E-1,1.0254055E0,1.754568E-1,2.531381E-1,1.1147703E0,7.8054405E1,1.587707E0,1.382968E0,1.0955762E1,1.6977116E-1,4.512261E0,1.045919E0,5.8423114E-1,2.3794699E-1,7.4133635E0,2.786386E-1,8.090422E0,3.035063E-1,2.950204E0,2.1614912E-1,1.983533E0,3.2839434E0,8.111786E-1,5.309328E-1,1.1263854E1,3.5852442E0,3.6934215E-1,2.592701E-1,6.1847055E-1,1.2197944E0,3.219417E1,2.073722E0,2.2986917E0,1.7346285E-1,1.0455816E1,2.2741705E-1,3.7546225E0,2.1077347E-1,1.0970684E0,1.8913733E0,2.14856E-1,1.6801412E-1,9.11744E0,1.6900757E1,9.604274E-1,1.2855332E0,4.762787E-1,2.3563976E0,2.4619457E-1,5.228824E-1,1.5877111E0,1.028151E0,8.400172E-1,1.2243052E0,1.503112E0,1.9421086E0,5.012523E-1,6.4473355E-1,1.5244131E0,1.8514856E1,3.3462825E0,1.2145764E0,9.755432E0,2.497222E1,1.26132E1,6.508264E1,1.9538132E1,2.6287549E0,3.7914002E0,1.1932214E0,1.572778E0,6.432215E0,3.254608E0,1.1922911E1,5.372389E1,7.547935E0,1.017076E0,4.493454E-1,1.8983175E0,7.817755E1,8.42777E0,1.00723E1,1.8702465E1,2.0174837E0,5.2733845E-1,3.0929403E0,1.9727178E-1,4.3437696E-1,1.4389752E0,3.0001307E-1,2.0024185E0,7.802786E0,7.651648E-1,2.4109716E0,2.8907E-1,2.5502481E0,1.7104949E-1,1.882482E-1,1.857728E0,3.9087015E-1,3.2948953E-1,1.7856851E-1,1.3058463E0,2.3050997E0,4.0334088E-1,1.5162506E0,1.1081552E1,3.778157E0,2.0439585E-1,2.3709574E-1,8.776746E-1,6.642453E0,7.141195E1,4.0533572E-1,1.1823713E0,7.432572E-1,6.397108E-1,5.87217E-1,1.0368545E1,8.229728E-1,6.5903907E0,7.8583803E0,2.3204128E-1,2.7314446E0,2.1875933E-1,2.9481657E0,3.3577782E-1,2.4057668E-1,9.792177E-1,9.933647E-1,3.1200808E1,1.1220632E0,9.516588E-1,2.2506389E-1,1.0230752E1,2.0495069E-1,3.5496716E0,8.874592E0,2.4284855E-1,3.5751525E-1,1.6543242E1,1.0855957E0,1.9993746E-1,9.667177E-1,2.575874E-1,1.3191522E0,1.8395981E-1,1.7320571E0,2.1005155E-1,1.554267E1,2.972185E0,1.8131609E0,1.5331216E0,9.315563E0,4.398694E-1,1.29079685E1,1.206425E1,7.58144E0,5.0317597E0,8.330772E0,5.6751873E1,4.2983475E0,1.5239783E1,6.3626105E-1,1.9924939E0,2.2509673E0,1.5404329E0,8.995353E-1,2.936862E-1,6.028063E0,4.041525E-1,1.0071895E0,2.2474184E0,3.276835E0,8.646076E0,9.789442E0,4.3934444E1,1.5966372E0,5.9512978E0,7.322847E1,4.9490833E0,4.9274178E0,3.5003521E0,6.7829223E0,3.2893777E0,7.691945E0,1.101052E1,2.5991256E0,4.938146E-1,1.8392473E0,1.6317122E-1,5.2628756E-1,7.2764983E0,4.9153996E-1,2.0587082E0,1.1208475E0,9.960705E0,4.2964344E0,2.3460186E0,7.081148E1,6.004731E-1,9.932393E0,4.3615186E-1,7.5488577E0,3.095227E-1,1.9189045E-1,1.0038862E1,8.701206E0,1.7338544E-1,2.1166224E0,1.4426619E1,1.0224924E1,5.317746E0,1.7498969E0,1.222288E0,1.3206623E0,4.9249867E-1,2.533199E-1,1.2798017E0,2.379013E0,6.9365497E0,1.1120759E1,1.7872101E0,4.1635084E0,7.9007416E0,6.1089177E0,1.4725221E0,3.9336095E0,1.0981504E0,5.2582855E0,3.0724869E0,3.735698E1,1.9394892E1,2.9132593E0,1.3850882E0,2.0950756E0,1.3144708E1,2.824629E-1,1.9685042E0,1.0815693E0,4.5886368E-1,1.903618E-1,5.837701E0,1.901332E0,3.460864E-1,1.3613899E0,1.915445E0,7.483502E0,1.1625738E0,3.2436624E0,6.54578E0,1.1909728E1,3.2024715E1,4.6559134E0,1.2953843E0,1.2798252E0,7.194865E1,1.8745227E0,3.0745604E0,3.87311E0,1.0543079E0,3.2240531E0,2.7629888E-1,2.5868998E0,4.1960225E0,3.0550892E0,2.3428826E-1,4.328072E-1,7.259138E0,3.7159417E0,7.294578E0,2.402552E0,1.965737E-1,5.0705665E-1,9.453648E0,2.7195612E-1,4.0244784E0,1.2212068E0,1.1248118E0,4.9985105E-1,9.432542E0,1.1754947E0,9.411278E-1,9.887224E-1,1.3437897E1,9.94698E0,2.779436E-1,1.897575E0,3.4201713E0,1.5058836E0,2.4401337E-1,1.7616297E-1,1.046125E0,1.1571275E0,1.6353476E-1,1.1885066E0,1.1905066E0,6.4756646E0,4.6088505E-1,1.3005688E0,9.820189E0,1.2275625E0,5.5964756E-1,1.1503267E0,3.013182E0,3.0312E0,4.8695416E0,2.3233402E0,3.7855775E0,1.2056814E0,2.6684076E-1,1.6629863E-1,3.7673109E0,1.4753691E0,3.7829163E0,6.7538244E-1,2.3971045E0,3.0630138E1,6.7268414E0,1.1539177E0,1.8240974E1,2.5643654E0,3.4889385E-1,1.0173932E0,3.6769497E-1,4.1969162E-1,1.675384E0,7.8780336E0,5.2666745E0,1.7829553E0,1.8554899E-1,5.5582705E0,2.794306E-1,1.8823576E-1,1.7130963E0,1.9026776E-1,1.7251773E0,1.2292161E0,6.254286E0,2.8352326E-1,8.7905055E-1,1.787439E0,1.4562235E0,5.246758E0,1.2990218E0,5.5774465E0,6.3322816E0,1.529403E1,1.6730686E1,2.313365E-1,4.4245768E0,5.074016E-1,7.724236E-1,6.985186E1,2.0967863E0,2.7619404E-1,1.5983286E0,6.543645E-1,2.420196E0,5.5915534E-1,3.3139546E0,2.9737046E0,2.5034863E-1,2.203131E0,3.837688E-1,1.5899274E0,2.6060953E0,2.2573036E-1,2.0707683E-1,2.2528861E-1,7.0338492E0,4.6832767E-1,3.2476141E0,5.4395623E0,1.8550161E0,8.252107E0,1.2015408E0,9.0261793E-1,3.1858885E-1,2.2757038E-1,8.972414E-1,6.2250435E-1,8.810038E0,1.2909543E1,5.2835375E-1,5.6221163E-1,9.384769E0,7.265153E-1,1.1710596E0,8.600205E-1,2.5601509E0,2.5903E-1,1.2468535E0,2.1569547E-1,9.748111E-1,6.175135E0,3.005296E-1,2.1594001E-1,9.60425E0,1.0012382E0,2.2632435E-1,2.8275309E0,1.8565103E-1,7.886952E-1,2.2425048E0,2.623632E0,2.2459097E0,2.4557993E0,1.3297783E0,9.97049E-1,2.0863248E-1,3.5154607E0,2.5185025E-1,2.1523943E0,1.630522E0,1.3908622E1,1.6721518E1,3.2009487E0,3.5258927E0,4.8092895E0,1.34316845E1,2.292191E0,2.7217445E-1,7.646889E0,2.3114437E-1,1.2825049E0,3.9841697E0,1.4080962E0,3.0500013E-1,5.7871327E0,4.6715295E-1,4.550861E-1,1.3323529E0,9.9991155E-1,4.5631194E-1,2.0234905E-1,5.0444093E0,1.8508352E0,3.7266111E0,1.6829891E0,4.6492925E0,5.4700837E0,9.823946E0,7.505291E0,9.225396E0,5.174931E-1,3.9070837E0,1.2371099E0,6.861475E1,1.1419003E0,9.5488596E-1,2.2087517E0,2.1144417E-1,3.124714E0,1.8924071E-1,3.5945582E-1,2.6142488E0,3.2199496E-1,1.8811361E0,1.3493302E0,2.4059728E-1,1.6996905E0,9.0640473E-1,6.7202654E0,3.1358418E-1,2.85083E0,3.9678413E-1,6.192182E-1,4.820344E0,1.0215328E0,8.334833E-1,2.4082473E-1,9.607161E-1,2.5515774E-1,8.55488E0,1.2726016E1,1.8352638E-1,8.853057E0,5.3171206E-1,1.9128445E-1,9.797752E-1,2.3308835E0,2.2926733E-1,2.741136E-1,5.9010215E0,1.8684351E-1,9.417406E0,2.5957081E0,2.3182276E-1,3.9375907E-1,1.8487457E0,2.446803E0,1.768289E-1,1.1113975E0,1.1345122E0,4.7980136E-1,1.9759979E0,1.1554089E0,1.7436936E-1,1.9176219E0,2.3477243E-1,4.680134E-1,1.1625086E0,9.9743185E0,3.9343033E0,7.836084E0,8.885433E0,5.096993E-1,2.6912496E0,1.2577788E0,2.268114E0,2.2880945E0,2.521195E0,1.0332594E0,1.2398425E1,1.8647449E-1,7.460415E0,2.6186422E-1,1.0206406E0,1.7420443E0,2.2421253E0,5.5110245E0,2.7610862E-1,4.64216E0,4.022491E-1,1.5806444E0,2.7019092E-1,9.6643794E-1,2.760173E0,3.6515817E-1,4.2841344E0,2.4310045E0,3.0390792E0,8.986196E0,8.377506E-1,6.847397E0,6.5789396E-1,3.070903E0,6.1544924E0,3.729342E0,1.7774186E-1,8.2741016E-1,4.0969977E-1,6.387891E1,4.73584E0,1.976895E-1,9.4421077E-1,2.9454987E0,1.7921527E-1,3.6656177E-1,2.2476869E0,2.9613608E-1,1.4035544E0,6.108949E0,6.113159E-1,1.6887246E-1,2.6819575E0,2.7077705E-1,4.549567E0,2.9121011E-1,8.26367E0,1.2193307E1,5.327093E-1,8.6705E0,1.8255734E-1,1.8444884E-1,9.232958E0,9.684416E-1,1.6607058E-1,2.4838586E-1,1.7276121E0,1.6174779E0,3.0014387E-1,2.655575E0,7.318743E0,2.558086E0,1.3762174E0,7.263504E0,5.725798E-1,1.9997948E0,6.885638E0,2.1493784E-1,2.4763117E0,3.8230357E-1,8.7547517E-1,1.6428607E0,6.252535E-1,1.3508215E0,9.372731E-1,2.3212361E0,1.99959E-1,5.1480347E-1,1.1883621E1,2.8615496E-1,7.1742597E0,6.762007E-1,1.0658436E0,2.0520222E0,1.9010308E-1,5.124098E0,3.8692656E-1,1.858651E-1,1.3947792E0,2.9950947E-1,2.4606636E0,3.2410818E-1,3.960026E0,3.7927687E-1,2.0517278E0,7.8544545E-1,2.2536337E0,8.2572565E0,7.289388E-1,5.692057E-1,2.685449E-1,2.854666E-1,6.5619307E0,2.6781116E0,3.9279163E-1,1.8549398E0,4.299553E0,3.443961E0,2.85381E-1,1.1133982E0,6.2765514E1,2.479286E0,2.2565536E0,2.8417173E-1,1.9635153E0,1.2105519E0,1.9300258E-1,2.0152889E-1,5.9074206E0,3.8967404E-1,2.2922835E0,4.5499665E-1,4.09457E0,3.2486308E-1,1.18684435E1,7.684447E0,9.860531E-1,8.737572E0,4.9538583E-1,1.5431737E0,1.8443838E-1,2.162966E0,4.9260885E-1,2.095355E0,5.223388E0,2.4963677E-1,2.308449E0,1.7186993E-1,1.2043475E0,6.7396533E-1,1.3258295E0,5.9549274E0,9.307111E-1,2.1788473E0,2.9746437E-1,1.0967898E0,2.5403172E-1,1.1182066E1,7.015557E-1,6.8060393E0,3.682202E-1,2.3354343E-1,8.323002E-1,1.7277886E-1,2.2878847E0,1.8183737E0,2.3335406E-1,1.9805104E-1,2.0555828E0,7.6104765E0,6.4678013E-1,5.577152E-1,1.712236E-1,4.9551077E0,1.6068227E0,1.9921064E-1,2.478901E0,3.0740516E0,1.2255012E0,6.1759212E1,1.0063014E0,1.750833E0,7.28453E-1,2.2150436E-1,2.0350494E0,2.1279068E0,1.643767E-1,1.802353E-1,3.914335E0,4.746406E-1,1.1393804E1,7.3334827E0,1.4040887E0,5.699121E-1,1.593054E0,1.1071799E0,4.116208E0,1.8913482E-1,2.1193142E0,1.0050241E0,1.9932339E-1,2.0814784E-1,1.1176817E0,8.726246E-1,5.0823026E0,4.6763623E-1,4.630749E-1,1.0862652E1,3.194138E-1,5.21186E-1,7.0892906E0,4.0775104E0,8.7759715E-1,1.6344735E-1,2.3154535E0,2.5766776E0,4.9737415E-1,1.6387635E-1,1.0616248E0,5.5717438E1,6.0417714E0,1.485172E0,2.65661E-1,7.1384277E0,1.9505525E-1,9.685758E-1,4.3551296E-1,2.2881502E-1,1.364239E0,3.8789003E0,2.3730806E-1,4.835149E0,2.4715379E-1,3.6797425E-1,6.7213163E0,2.6266745E-1,3.8148432E0,2.1770732E0,3.9960435E-1,5.2864265E1,2.8531742E0,5.8635974E-1,5.455412E0,2.6929912E-1,6.8691287E0,4.4859605E0,3.4918827E-1,6.4652004E0,2.561158E-1,4.7325348E1,5.5389166E0,1.4134533E0,1.439721E0,4.2534405E-1,5.030068E0,6.642182E0,2.2694638E-1,2.2496338E-1,4.2609973E0,2.039817E-1,6.261219E0,4.1374123E1,5.9512253E0,2.695179E0,2.8437376E0,3.7834132E-1,1.035112E0,1.2770708E0,1.6265026E-1,4.843119E0,1.8694882E-1,7.309536E-1,5.9112287E0,4.0936375E0,1.6735981E-1,7.243085E-1,4.0649815E1,3.5101848E0,2.4410405E0,1.101031E0,1.5941482E0,2.5E-1,2.5937376E0,2.3938996E-1,1.0376807E0,2.0243016E-1,4.640689E0,5.45334E0,4.578885E-1,4.017548E1,4.7433567E-1,2.4366453E0,1.0735395E0,2.8271547E-1,2.158325E0,1.7118837E-1,9.2984253E-1,2.0186064E-1,1.3922875E0,2.565991E-1,3.991888E1,1.1479204E0,1.2887249E0,3.929117E1,6.2771153E-1,7.4379593E-1,5.4492897E-1,3.8446808E1,8.4435934E-1,3.8009377E1,4.3743438E-1,3.7436638E1,5.7273734E-1,6.0107434E-1,3.6835564E1,1.8079971E-1,3.6654762E1,3.1243768E0,3.3530388E1,1.9833027E0,1.1410741E0,2.4085018E-1,1.7424525E0,7.63106E-1,3.7796807E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"2177","size_leaf_vector":"0"}},{"base_weights":[-5.9598964E-1,-3.8332716E-1,-9.1204524E-1,-7.979123E-1,-2.4381676E-1,-9.9598587E-1,-7.8548723E-1,-8.335987E-1,-1.4681308E-1,-6.671129E-1,-5.4908667E-2,-7.780162E-1,-0E0,-9.677672E-1,-2.982499E-1,-7.3082197E-1,-1.0067252E0,-5.623314E-1,3.9568374E-1,-5.6192476E-1,-9.4210595E-1,5.7378337E-2,-8.478659E-1,-0E0,-1.1417031E-1,-1.0120978E0,-7.434652E-1,-1.1744377E-1,-8.7665546E-1,-5.910068E-1,-9.609742E-1,-7.901989E-1,-0E0,-0E0,-6.4168644E-1,9.013774E-1,-4.2565763E-1,-4.1770163E-1,-8.9017147E-1,-9.510699E-1,-0E0,1.0449627E-1,-7.957576E-1,-5.4801088E-2,-8.9642435E-1,-0E0,-7.921722E-1,-1.9467698E-2,-8.341259E-1,1.06037045E-2,-8.51753E-1,-0E0,-9.1430354E-1,-3.8201308E-1,-9.182279E-1,-9.712169E-1,-0E0,-0E0,-7.509273E-1,-0E0,1.0871917E0,-2.1239062E-1,-6.1636734E-1,-0E0,-9.131651E-1,-0E0,-7.4891084E-1,1.602993E-2,3.89483E-1,-0E0,-8.863683E-1,-2.930878E-1,2.7379495E-1,-0E0,-9.285524E-1,5.6996477E-1,-6.817832E-1,-0E0,-8.8982916E-1,1.3829656E-1,-8.1479627E-1,-0E0,-7.3450613E-1,-0E0,-3.0539747E-2,-9.4252586E-1,-0E0,-8.249093E-1,-1.996627E-1,-9.3101543E-1,-0E0,-9.816415E-1,-0E0,-0E0,-1.574458E-1,-8.216444E-1,-0E0,1.1790944E0,-0E0,-1.0742942E-1,-8.72387E-1,-7.36814E-1,-2.8821334E-1,3.5885307E-1,-3.535724E-1,-9.2398787E-1,-0E0,4.115274E-2,-8.0952066E-1,1.8054387E-1,6.9069475E-1,-1.728322E-1,5.103532E-1,5.0597753E-2,-7.3162746E-1,-0E0,-4.8993245E-1,5.36056E-1,-0E0,-4.809495E-1,5.066114E-1,-0E0,-9.3774503E-1,2.718427E0,-0E0,-0E0,-5.566144E-1,5.1816493E-1,-3.8308543E-1,-0E0,-9.0919906E-1,1.4707657E-2,5.851037E-1,-7.062502E-1,-0E0,-0E0,2.170211E-1,-0E0,-7.672169E-1,-9.24436E-1,-0E0,-5.25525E-1,5.0560214E-2,-2.0867746E-1,-9.756874E-1,-0E0,-7.736763E-1,-0E0,6.518702E-2,-8.876578E-1,-0E0,1.2474238E0,-0E0,-6.428053E-1,-2.0996373E-2,-7.345852E-1,-0E0,-7.784358E-1,-0E0,7.429912E-2,-5.7588005E-1,-3.8489446E-1,-0E0,-0E0,-7.276466E-1,-1.832383E-1,9.164711E-2,-0E0,-8.728581E-1,-9.100074E-2,4.2393368E-1,2.0784707E-1,9.986029E-1,-0E0,-1.6059725E-1,9.310053E-1,-0E0,6.503414E-1,-0E0,-0E0,1.22175306E-1,-0E0,-6.261733E-1,-0E0,5.9431744E-1,-0E0,-9.457273E-1,-0E0,3.0254385E0,5.216472E-1,-3.6307925E-1,-0E0,9.3926126E-1,-0E0,-9.2833304E-1,2.1627897E-1,-3.1346807E-1,-9.357662E-2,1.1396984E0,-0E0,-1.4921698E-1,-9.498548E-1,-0E0,2.2633305E-1,-2.139898E-1,-0E0,-6.9099736E-1,2.578237E-1,-5.8312273E-1,-0E0,-4.7589436E-1,-7.738938E-1,-0E0,-4.0179726E-2,-0E0,-0E0,-9.01723E-1,-0E0,1.3111318E0,-0E0,-8.5595006E-1,8.7611966E-2,-4.2781788E-1,-9.2163616E-1,-4.907067E-1,6.193971E-1,-3.165128E-1,-5.3316337E-1,4.378984E-1,-4.7204982E-2,-9.116291E-1,-0E0,-7.017192E-2,-6.561042E-2,-7.727197E-1,6.127597E-2,4.337284E-1,-7.297353E-1,-0E0,1.3309474E-1,-5.00916E-1,-3.7760302E-1,5.393155E-1,-0E0,6.153806E-1,-0E0,1.0458821E0,9.274782E-1,-0E0,-0E0,1.2643315E-1,-0E0,-5.8315814E-1,-9.548411E-1,-0E0,-0E0,1.0640664E0,-0E0,-9.4160914E-1,-1.73883E-1,4.3533978E-1,-7.67499E-1,2.9484613E-2,1.0859917E-1,-3.76369E-1,-0E0,1.2131892E0,-0E0,-7.50242E-1,-0E0,4.4690216E-1,-4.1290873E-1,2.2234565E-1,-8.4753656E-1,-0E0,-1.9843045E-1,5.1253057E-1,-6.651728E-1,-0E0,-4.0694952E-2,7.391528E-1,-0E0,-7.759571E-2,-7.224771E-1,-0E0,-0E0,1.3539777E0,-0E0,3.5110885E-1,-0E0,-7.0722085E-1,-4.844182E-1,2.1371764E-1,-7.1725327E-1,-0E0,-0E0,-9.3139714E-1,-5.744799E-1,4.6868097E-2,7.633554E-1,-0E0,-4.3385777E-1,-0E0,-4.8786944E-1,-0E0,7.832838E-1,-2.7584836E-1,2.2491877E-1,-2.8349376E-1,-0E0,-7.34436E-1,-1.156066E-2,-6.405181E-1,-8.5554236E-1,-0E0,1.2091398E-1,-1.3474517E-1,-3.759597E-1,6.978377E-1,-1.4551808E-1,4.0876326E-1,-6.6541046E-1,-0E0,-0E0,-6.2342197E-1,7.0613736E-1,2.3197494E-2,2.2620156E-1,-4.268864E-1,7.993178E-1,-0E0,-0E0,1.068467E0,-0E0,-9.6421313E-1,-7.4879867E-1,-0E0,-7.078791E-1,-0E0,7.8054816E-1,-1.04326926E-1,-0E0,-7.4937445E-1,1.0186267E0,-1.8116997E-1,-0E0,5.5112326E-1,-0E0,-5.7552826E-1,1.2755549E0,-0E0,6.666798E-1,-0E0,-1.1806576E-1,5.5678916E-1,-0E0,-8.905079E-1,2.9476586E-1,-3.822566E-1,-4.3746454E-1,4.0337953E-1,-5.0705445E-1,7.6930904E-1,3.9206317E-1,-0E0,7.679894E-1,-0E0,-0E0,1.0870531E0,4.4325075E-1,-0E0,1.2856324E-1,-6.364917E-1,-0E0,4.946389E-1,-7.1289015E-1,-0E0,-3.650093E-1,5.7603854E-1,-0E0,-9.448295E-1,-7.757673E-1,-0E0,-1.0787394E-1,1.2494028E0,-8.9144126E-2,1.4733794E0,-0E0,5.951788E-1,-5.313733E-1,-0E0,1.3182177E-1,-1.4396025E-1,-0E0,-5.997991E-1,-0E0,-9.161756E-1,5.0315406E-2,2.9872638E-1,-4.4325083E-1,4.126353E-2,-0E0,-6.1568105E-1,1.5218575E-1,9.7248155E-1,-3.9756185E-1,-0E0,-0E0,5.7996595E-1,-0E0,-7.7068156E-1,4.767147E-2,-1.346811E-1,-0E0,-6.733509E-1,7.650164E-1,-0E0,3.802132E-1,-4.0794384E-1,-8.541906E-3,7.722368E-1,-0E0,-6.768548E-1,-0E0,9.0905213E-1,-3.158847E-1,-0E0,-0E0,1.0875655E0,-0E0,-1.1084366E-1,-0E0,-9.7160876E-1,-0E0,-9.2645094E-2,-7.482849E-1,-0E0,-3.1838518E-1,2.9246074E-1,-1.6813608E-1,9.5441765E-1,-3.823559E-1,1.4689606E-1,-2.267292E-1,4.535921E-2,-0E0,1.3343004E0,-6.126202E-1,1.3839091E-1,-6.3198614E-1,-0E0,1.330859E0,-0E0,-0E0,5.97264E-1,-0E0,-2.142161E-1,-0E0,8.54836E-1,-9.213964E-1,-0E0,6.57774E-1,-0E0,-0E0,-7.1155995E-1,1.0697825E0,-0E0,-0E0,-5.7261676E-1,1.1446143E0,1.354477E-1,4.0350407E-1,-0E0,-8.184793E-1,-0E0,5.31432E-1,-1.3529257E-1,7.918444E-1,-0E0,1.5602443E-1,-2.6039007E-1,-5.447641E-1,-0E0,1.3180938E0,-0E0,-0E0,-9.541018E-1,-0E0,-8.361006E-1,5.495928E-1,-3.2450354E-1,-0E0,1.6662861E0,-3.7951818E-1,-0E0,1.8546479E0,-0E0,-0E0,5.196298E-1,-0E0,-5.682001E-1,2.4304572E-1,-0E0,-7.2094076E-3,4.668914E-1,-0E0,-6.180179E-1,-9.463518E-1,-0E0,8.598508E-3,3.320159E-1,3.957037E-1,-0E0,-5.433021E-1,-0E0,-8.901931E-2,3.0713198E-1,-0E0,3.7781516E-1,-6.901642E-1,-0E0,7.142996E-1,-1.4952551E-1,-0E0,1.1062996E0,-6.3299453E-1,-0E0,2.3473878E-1,-2.0499752E-1,2.0067193E-1,-3.405745E-1,7.851607E-1,-0E0,-0E0,-1.0338528E0,3.9865842E-1,-0E0,-0E0,-7.142727E-1,-0E0,7.948355E-1,-0E0,-2.0934032E-1,5.681474E-1,-0E0,-0E0,-1.0630717E0,-2.668624E-1,9.1204055E-2,-0E0,8.5333735E-1,-7.8393394E-1,-0E0,-0E0,9.529546E-1,1.1342473E0,3.467464E-2,-0E0,-1.2881267E-1,-0E0,-9.777264E-1,-0E0,-6.091183E-1,-0E0,-4.3588713E-1,-0E0,7.7385986E-1,-3.004268E-1,-0E0,1.1396756E0,-0E0,1.0017479E-1,-6.5886486E-1,6.119742E-1,-6.7141384E-2,-2.1118988E-1,-0E0,3.1420138E-1,-0E0,-0E0,1.5504451E0,-0E0,-7.670328E-1,5.5276614E-1,-0E0,-0E0,-5.142539E-1,-0E0,1.3652159E0,-0E0,1.0141708E0,-7.513969E-1,-0E0,-0E0,6.6691977E-1,2.1004626E-1,-1.3320513E-2,-7.6469964E-1,-0E0,1.0441152E0,-0E0,-0E0,-6.1372584E-1,1.2869366E0,-0E0,-3.2383272E-1,1.269101E0,-6.770719E-1,-0E0,-0E0,1.1399859E-1,-1.103277E-1,9.765163E-1,-2.861531E-1,2.8940517E-1,-0E0,1.0249933E0,-2.8552127E-1,3.7995473E-1,7.7594817E-1,-0E0,-0E0,-4.686044E-1,-0E0,1.5521463E0,-3.2806402E-1,-0E0,-7.713065E-1,-7.141203E-2,-4.4273242E-2,-0E0,-8.6360425E-1,-0E0,8.827279E-1,-0E0,-5.2541405E-1,-0E0,-0E0,2.4856938E-1,-0E0,2.001294E0,-1.812277E-1,3.9780483E-1,8.687684E-1,-0E0,2.1690641E-1,-2.2609776E-1,-7.173897E-1,-0E0,-0E0,-9.7185415E-1,-2.0511647E-1,5.0163165E-2,4.113569E-1,-5.0452925E-2,4.5035464E-1,-0E0,2.5091568E-1,-4.4321936E-1,1.4177663E-2,-5.98787E-1,-1.5004452E-1,4.5702276E-1,2.4355564E-1,-2.8189895E-1,5.8304435E-1,-0E0,5.9159267E-1,-0E0,-7.5120306E-1,-0E0,9.0146625E-1,-0E0,-0E0,-3.766228E-1,1.190583E0,-0E0,-0E0,-8.9243615E-1,3.832841E-2,-0E0,-0E0,4.7528782E-1,-2.4918938E-1,-0E0,-0E0,3.5411605E-1,-0E0,-4.2982295E-1,9.4959193E-1,-0E0,-1.3018508E-1,-0E0,-0E0,-3.576436E-1,-0E0,-1.2291969E0,-0E0,4.1010705E-1,-0E0,-1.22409664E-1,-5.816165E-1,-0E0,-0E0,8.272204E-1,-0E0,-2.0360576E-1,7.7392185E-1,-0E0,-2.0782606E-1,4.0901244E-2,-0E0,2.0337188E-1,-1.3694429E0,-0E0,-4.912216E-1,-0E0,-0E0,3.112203E-1,-0E0,9.352948E-1,-0E0,-9.015105E-1,9.910544E-1,-0E0,1.1472099E0,-0E0,3.868257E-1,-0E0,-7.6999336E-1,-0E0,-1.91544E-1,-0E0,1.0115123E0,-0E0,-0E0,1.3018458E0,1.1439252E-1,-1.8125454E-1,-0E0,3.7063223E-1,-0E0,-7.2914714E-1,9.8673975E-1,-0E0,-0E0,1.3415953E0,-6.447327E-1,-0E0,8.1003946E-1,-0E0,-1.1728034E-1,-0E0,1.1172693E0,-0E0,-0E0,1.1136358E0,-0E0,4.034899E-1,-2.3108709E-1,-0E0,-6.2983173E-1,-0E0,-0E0,-4.9671444E-1,1.4837457E0,-0E0,-0E0,-6.258949E-1,2.040247E0,-0E0,1.4523709E0,-0E0,9.861158E-2,-4.8857412E-1,-0E0,8.0651164E-1,1.8200083E-1,-1.3963678E-1,1.2370586E0,-0E0,-5.7422525E-1,-0E0,7.550413E-1,-2.604119E-2,-0E0,9.29962E-1,-2.9779613E-1,-0E0,-8.8301915E-1,-0E0,9.865687E-1,-0E0,-6.290957E-1,-0E0,5.5755854E-2,-0E0,2.1980994E0,-0E0,1.4779465E-1,-3.7011254E-1,7.7700806E-1,-0E0,9.9444675E-1,-0E0,1.5371695E-1,-2.3713286E-1,4.5544106E-1,-0E0,-3.360093E-1,2.082729E-1,-7.705111E-1,-0E0,-0E0,-9.998746E-1,1.6063842E-1,-3.2056051E-1,-4.7731742E-2,1.3640001E-1,-0E0,4.6955872E-1,-0E0,-3.0475459E-1,-1.6495736E-2,4.8607948E-1,-1.6653514E-1,6.341479E-1,6.748202E-1,-6.2917136E-3,-0E0,-5.573528E-1,-0E0,2.6931086E-1,-8.500428E-2,-6.8020606E-1,-0E0,-2.7531433E-1,9.1287106E-1,-0E0,5.1619864E-1,-3.6790244E-2,-0E0,-5.603999E-1,7.3839146E-1,-0E0,-2.3221008E-1,3.892295E-1,-6.19163E-1,-0E0,-0E0,7.3419476E-1,3.276093E-2,-0E0,-5.1837635E-1,-0E0,1.3157464E0,-0E0,-0E0,-7.847528E-1,1.8902038E-1,-0E0,4.9355462E-1,-0E0,3.6623016E-1,-0E0,-0E0,-4.026649E-1,1.1124197E0,-0E0,-0E0,-2.2580504E-1,-0E0,1.407955E-1,-0E0,1.3974522E-1,-0E0,-5.1295274E-1,-0E0,-1.326225E0,8.5013604E-1,-0E0,-0E0,6.559981E-1,-2.626651E-1,-0E0,9.7647406E-2,-0E0,-0E0,-7.788087E-2,2.249443E-1,-0E0,-1.1841397E0,-0E0,-0E0,-6.3242203E-1,7.6137197E-1,-0E0,-7.5722617E-1,-0E0,7.886209E-1,-0E0,-0E0,9.011842E-1,3.3385587E-1,-0E0,-0E0,-2.4254525E-1,-0E0,-3.2867256E-1,-0E0,9.4101506E-1,-0E0,1.4364561E0,1.9529016E-1,-0E0,-6.0313547E-1,-0E0,1.1526499E0,-0E0,-0E0,7.539888E-1,9.322889E-1,-0E0,-2.247795E-1,-0E0,-0E0,1.5793939E0,-0E0,1.732653E-1,7.185262E-1,-1.2523639E-1,-5.8989435E-1,-0E0,2.5206676E0,-0E0,-0E0,1.7606907E0,7.712823E-1,-8.7468155E-2,-0E0,-5.777092E-1,-0E0,-2.3093984E-1,-0E0,1.2626967E0,-0E0,3.660416E-1,-1.7338787E-1,-0E0,1.5435387E0,-0E0,-0E0,-1.07934415E-1,-0E0,-5.885296E-1,-0E0,1.1757267E-1,-0E0,9.675443E-1,-0E0,-9.258397E-1,-0E0,-5.062297E-1,-0E0,2.395118E0,-1.713632E-2,4.7866777E-1,-5.421861E-1,-0E0,9.081942E-1,-0E0,-0E0,1.0857816E0,-0E0,3.5554776E-1,-0E0,-4.845544E-1,6.081754E-1,-0E0,2.2758411E-1,-2.4608015E-1,-5.7449764E-1,-0E0,-0E0,3.2990232E-1,-0E0,-8.214021E-1,-0E0,-7.945953E-1,3.6578518E-1,-0E0,-0E0,-4.9347728E-1,-3.528025E-1,-0E0,2.2938827E-1,-3.586515E-2,-0E0,-6.426997E-2,4.9981784E-2,6.2511796E-1,-4.3641573E-1,-0E0,-0E0,-2.2256486E-1,6.6129905E-1,2.4232684E-1,2.5719784E-2,-5.014158E-1,-0E0,6.8099034E-1,9.18499E-1,-0E0,-3.1690794E-1,4.4158247E-1,-0E0,-6.910338E-1,-3.217129E-1,-0E0,-7.0247275E-1,-0E0,-3.054974E-1,-0E0,-0E0,8.4161776E-1,6.988263E-1,-0E0,1.271198E-3,-3.756943E-1,-2.528156E-1,3.085965E-1,-0E0,-7.692923E-1,8.3140975E-1,-0E0,-4.7087702E-1,-0E0,-0E0,7.4118894E-1,-0E0,1.8155368E-1,-0E0,-7.397308E-1,1.3982763E0,-0E0,-0E0,2.3186815E-1,8.875326E-1,-0E0,-0E0,2.2813855E-1,-0E0,-4.4733256E-1,-0E0,-1.4006329E0,-0E0,8.825897E-1,-0E0,-5.550821E-1,-0E0,-3.3404154E-1,1.5636663E0,-0E0,-0E0,1.0362324E0,1.6570009E0,-0E0,-0E0,8.175418E-1,-1.7456688E-1,-0E0,2.0197995E-1,3.1931818E0,1.9755381E0,-0E0,9.967415E-1,-0E0,-0E0,-3.3638117E-1,-0E0,-6.706411E-1,1.5508132E-1,-0E0,-0E0,1.4987937E0,1.7027794E0,-0E0,-1.03618644E-1,2.0010236E-1,1.0543895E0,-0E0,-0E0,-7.335076E-1,-0E0,1.9679066E0,-9.9715546E-2,-0E0,-0E0,6.5267134E-1,-6.37303E-1,-0E0,1.0870879E-1,-1.7430505E-1,7.589999E-1,-0E0,-0E0,1.1315337E0,-0E0,3.7150994E-1,-3.9913246E-1,-0E0,7.623094E-1,-0E0,-8.949755E-2,-0E0,-0E0,4.6219134E-1,-3.649419E-1,-0E0,-0E0,-7.037036E-1,-1.730461E-1,5.2169256E-2,-8.7341213E-1,-0E0,-0E0,5.755444E-1,2.7748847E-1,-2.0774993E-1,-5.3154874E-1,-0E0,-0E0,-5.1804876E-1,1.3951634E-1,-1.162326E-1,3.0192137E-1,-6.0040545E-2,1.7611258E-1,-1.7736912E-1,4.424377E-1,-2.6870775E-1,6.8536425E-1,-0E0,-0E0,-3.9478254E-1,-0E0,-2.6953933E-1,8.447835E-4,8.106501E-1,3.8153175E-1,-3.737867E-2,-0E0,2.282394E-1,-0E0,-7.8016734E-1,-0E0,9.923664E-1,3.990014E-2,-5.448828E-1,5.263416E-1,-0E0,-7.872627E-1,-0E0,-0E0,-4.705375E-1,-0E0,8.745044E-2,-7.294337E-1,-0E0,7.859129E-1,-0E0,-0E0,1.5280223E-1,-0E0,-4.5292085E-1,-5.536263E-1,-0E0,4.7660148E-1,-0E0,2.1630119E-1,-0E0,-0E0,-8.307631E-1,9.1059166E-1,-0E0,-0E0,-6.5187764E-1,-0E0,2.703966E-1,-0E0,6.5853304E-1,2.3080581E-1,-0E0,-0E0,-6.336185E-1,-0E0,1.5059841E0,-1.4785011E0,-0E0,9.1607654E-1,-0E0,-0E0,1.7645613E0,1.7476536E0,-0E0,1.6492904E0,-0E0,-0E0,8.3513105E-1,-0E0,-4.3730143E-1,1.2579876E-1,-0E0,-0E0,-7.3136866E-1,-0E0,1.2406042E0,-0E0,1.9614011E0,-0E0,1.1467674E0,6.2100303E-1,-0E0,-0E0,-7.4637914E-1,2.6631886E-1,-0E0,-3.3469898E-1,-0E0,-0E0,9.1457546E-1,-0E0,8.919243E-1,-4.5159405E-1,-0E0,-8.194387E-1,-0E0,-4.1913274E-1,-0E0,-0E0,3.0910325E-1,-0E0,-9.0929526E-1,7.898297E-1,-0E0,5.341382E-1,-0E0,-5.3931206E-1,9.143329E-2,-6.031892E-1,-0E0,2.0796515E-1,-0E0,-6.054912E-1,-0E0,-1.1843029E-2,3.7963152E-1,1.5825416E-1,-2.342873E-1,1.0400231E-1,4.4184187E-1,-5.4631114E-1,9.210407E-2,-0E0,4.707068E-1,8.082998E-2,-3.8850647E-1,-0E0,6.1747766E-1,-0E0,-7.775857E-1,7.322361E-1,-0E0,-2.103128E-1,4.6083567E-1,-0E0,8.644223E-1,-0E0,6.0235274E-1,1.198756E-1,-7.364551E-1,2.1804099E-1,-0E0,-8.8431597E-1,-0E0,1.040384E0,-0E0,-0E0,1.8379967E-1,-7.4471974E-1,-0E0,-8.648776E-1,-0E0,-5.7936466E-1,-0E0,2.3697664E-1,-0E0,-0E0,-7.4576783E-1,-0E0,8.40331E-1,-4.2944637E-1,-0E0,-0E0,-6.846359E-1,-0E0,2.977217E-1,-0E0,7.0875436E-1,-0E0,2.716053E-1,-8.780952E-1,-0E0,9.4065475E-1,-0E0,-0E0,-7.8278255E-1,-0E0,2.4475645E-1,-0E0,1.6835693E0,-0E0,-1.547413E0,1.2149726E0,5.277488E-1,-0E0,1.9417418E0,-0E0,1.8931621E0,-0E0,-4.122899E-1,-0E0,-8.1744605E-1,-0E0,2.3295903E0,-0E0,9.382197E-1,-8.110128E-1,-0E0,-0E0,2.9634893E-1,-3.8882136E-1,-0E0,-0E0,9.9394125E-1,-0E0,-5.354609E-1,-7.1960324E-1,-0E0,-0E0,-5.1687026E-1,-0E0,4.8487714E-1,-0E0,-7.339971E-1,6.731503E-1,-0E0,5.016838E-1,-0E0,-0E0,-6.4935714E-1,2.4172963E-1,-0E0,-0E0,-6.6032875E-1,2.999945E-1,-0E0,-0E0,-6.922642E-1,-2.3539339E-1,4.8194785E-2,3.0006922E-3,6.955416E-1,-1.2038913E-1,4.1415456E-1,-3.8225394E-1,7.459981E-2,-1.6887534E-2,4.8122737E-1,-0E0,5.379074E-1,-0E0,-6.325562E-1,4.579178E-1,-1.0229488E-1,-0E0,-2.2251476E-1,-0E0,6.815844E-1,-1.707023E-1,3.1624562E-1,-6.377129E-1,-0E0,7.118506E-1,-0E0,-0E0,6.148263E-2,-0E0,8.2695305E-1,-0E0,-4.4568333E-1,8.445436E-1,-0E0,-0E0,9.0945375E-1,-2.8580025E-1,1.4908086E-1,-0E0,7.03171E-1,-0E0,3.8766778E-1,-9.641487E-1,-0E0,-7.8500235E-1,-0E0,-0E0,8.4154177E-1,-0E0,-7.965592E-1,-0E0,-9.008201E-1,-5.065369E-1,-0E0,3.4734347E-1,-0E0,-0E0,-7.5933003E-1,-0E0,8.990021E-1,-0E0,-7.6216686E-1,-0E0,-1.0611378E-1,-0E0,3.8095585E-1,-0E0,6.028347E-1,-0E0,-9.088854E-1,-0E0,9.936171E-1,-6.3578963E-1,-0E0,-0E0,2.8303558E-1,1.7726127E0,-0E0,-0E0,-1.2328311E0,1.3658226E0,-0E0,-0E0,7.9339904E-1,-0E0,2.1437821E0,1.9472722E0,-0E0,-8.7137693E-1,-0E0,2.5132804E0,-0E0,-8.3337957E-1,-0E0,-0E0,1.0360736E0,-5.8056056E-1,-0E0,-5.7859015E-1,-0E0,-0E0,4.8903257E-1,-7.402852E-1,-0E0,-0E0,-7.1713954E-1,-0E0,2.505094E-1,-7.847168E-1,-0E0,-5.88077E-1,-0E0,-8.9839995E-3,1.9369969E-1,-1.0819154E-1,3.9347845E-1,7.977785E-1,-0E0,-3.1555057E-1,-0E0,-0E0,5.427305E-1,-4.4770256E-1,-0E0,-0E0,3.9286274E-1,1.4883772E-1,-2.2821088E-1,5.9973603E-1,-0E0,-3.0159903E-1,8.7927235E-3,6.357836E-1,-0E0,-6.925229E-1,-0E0,-0E0,6.3328385E-1,-3.8005686E-1,-0E0,1.9598195E-1,-0E0,-0E0,-2.3068589E-1,6.2245935E-1,-0E0,-3.3568332E-1,-0E0,6.647447E-1,-7.834266E-3,-0E0,-7.82413E-1,2.6365572E-1,-1.9232282E-2,6.027026E-1,-0E0,-0E0,3.0841646E-1,-0E0,9.609402E-2,8.494096E-1,-0E0,-6.46287E-1,-0E0,7.2458434E-1,-0E0,9.845743E-1,-0E0,-4.5651785E-1,-0E0,-0E0,3.8283148E-1,-8.9759216E-2,-0E0,-0E0,7.792383E-1,-7.303575E-2,-0E0,5.399923E-1,-0E0,-0E0,-8.194259E-1,-0E0,-6.370124E-1,-0E0,-7.229327E-1,-0E0,3.0692542E-1,-0E0,-7.8395265E-1,-0E0,1.0042377E0,-8.389116E-1,-0E0,-1.2697458E-1,-0E0,-9.469107E-1,-0E0,-0E0,1.0898291E0,-0E0,1.8307188E0,2.380952E-1,1.5591601E0,7.381686E-2,-0E0,1.7408605E-1,-1.8292049E-1,-0E0,8.818887E-1,2.3487728E0,-0E0,-0E0,2.0247781E0,-0E0,-6.932045E-1,-0E0,2.688699E0,-0E0,-8.748591E-1,-0E0,1.1042887E0,-6.067685E-1,-0E0,-0E0,-4.786425E-1,-0E0,-7.786325E-1,-0E0,-8.012272E-1,-8.0611473E-1,-0E0,-0E0,-7.3268E-1,2.542175E-1,-0E0,-3.683331E-1,-0E0,-0E0,3.8051224E-1,-3.339936E-1,-0E0,5.513231E-1,-0E0,8.5200053E-1,-0E0,-4.1574234E-1,-0E0,-0E0,6.5314525E-1,-0E0,-5.339542E-1,-2.4918017E-1,-0E0,-0E0,6.278418E-1,-0E0,3.2898656E-1,-0E0,-4.6327195E-1,7.384965E-1,-0E0,-0E0,-3.8965145E-1,2.8363797E-1,-0E0,7.61848E-1,-0E0,-1.4337648E-1,3.276698E-1,-7.527657E-1,-0E0,-0E0,5.9742254E-1,-5.513988E-1,-0E0,4.0135127E-1,-0E0,-1.3651142E-1,-0E0,-2.8592876E-1,-0E0,7.964453E-1,-0E0,-0E0,-1.4356822E-1,-0E0,-7.477345E-2,-8.519102E-1,-0E0,4.0758964E-1,-0E0,-2.757835E-1,-0E0,8.796541E-1,-0E0,-5.789396E-1,-0E0,1.0255805E0,-0E0,-0E0,1.9164665E-1,-5.3146523E-1,-0E0,-0E0,4.617399E-1,-0E0,9.23844E-2,8.8821274E-1,-0E0,-0E0,-6.886078E-2,-0E0,4.522147E-1,-6.2500024E-1,-0E0,8.1356955E-1,-0E0,-9.048465E-1,-0E0,-0E0,-9.692512E-1,1.1464505E0,-0E0,-0E0,1.8925105E0,-0E0,4.028347E-1,-0E0,1.6161395E0,-0E0,2.932123E-1,-5.779562E-1,-0E0,9.84831E-1,-0E0,-0E0,2.4818046E0,-0E0,2.1485682E0,-0E0,2.911386E0,-0E0,-7.101522E-1,1.1417094E0,-0E0,-0E0,-4.950386E-1,-6.2805545E-1,-0E0,-0E0,-6.634796E-1,-0E0,-8.370604E-1,-6.6200024E-1,-0E0,-0E0,2.9044026E-1,-5.155742E-1,-0E0,-1.923468E-1,-0E0,5.811419E-1,-0E0,-0E0,-4.8458615E-1,1.8075053E-1,-0E0,-0E0,7.057725E-1,-0E0,8.866696E-1,6.202078E-1,-0E0,-0E0,-6.0991246E-1,-0E0,-4.7093353E-1,-0E0,7.414845E-1,-1.1697084E-1,-0E0,-0E0,4.1952878E-1,-0E0,2.1306793E-1,-0E0,-6.547873E-1,-0E0,7.820938E-1,-0E0,4.938786E-1,-0E0,8.080993E-1,1.5092129E-1,-2.2352403E-1,-0E0,-4.587781E-1,-8.108262E-1,-0E0,-4.8811018E-1,-0E0,-0E0,3.5918403E-1,-0E0,-1.6383627E-1,6.778246E-1,-0E0,-0E0,-2.8704312E-1,-9.31421E-1,-0E0,3.8546595E-1,-0E0,-4.158915E-1,-0E0,9.466127E-1,-0E0,1.0500127E0,-0E0,-0E0,3.0376294E-1,-4.4645002E-1,-0E0,9.7310585E-1,-0E0,-7.40156E-1,-0E0,-0E0,-7.846445E-1,-0E0,1.162022E0,-0E0,1.963414E0,5.210798E-1,-0E0,4.8700815E-1,1.9169729E0,-0E0,-7.6854366E-1,1.0372293E0,-0E0,-0E0,2.5440338E0,-0E0,2.2311635E0,2.5779302E0,-0E0,9.15841E-1,-0E0,-0E0,-7.056118E-1,-0E0,-5.020696E-1,-2.8536654E-1,-0E0,-0E0,6.479641E-1,-0E0,-6.40698E-1,5.8673507E-1,-0E0,-0E0,9.166492E-1,-7.1870273E-1,-0E0,-0E0,-4.6147105E-1,6.7447E-1,-0E0,-0E0,-2.4793823E-1,3.3733886E-2,-0E0,5.021871E-1,-0E0,-7.924232E-2,-0E0,-0E0,5.324809E-1,-0E0,3.5352547E-2,-0E0,-7.815593E-1,-0E0,8.202479E-1,-0E0,4.2039132E-1,8.6635697E-1,-0E0,-0E0,3.7116653E-1,-0E0,-2.545274E-1,-5.179809E-1,-0E0,-8.4704685E-1,-0E0,-3.186547E-1,-0E0,-9.8855937E-1,-0E0,-3.5880333E-1,-0E0,-0E0,9.795702E-1,-0E0,1.0764016E0,-0E0,8.469594E-1,-0E0,9.245255E-1,1.9982561E0,-0E0,4.2802772E-1,-0E0,4.68507E-1,-0E0,2.0016217E0,-0E0,-0E0,8.250615E-1,2.6209824E0,-0E0,1.8310391E0,-0E0,-0E0,6.9710916E-1,-5.404845E-1,-0E0,-0E0,7.3303837E-1,-7.8071344E-1,-0E0,1.5085848E-1,-3.387145E-1,-0E0,-2.2224025E-1,5.923832E-1,-0E0,4.6353978E-1,-0E0,-0E0,-8.367286E-1,8.700798E-1,-0E0,9.0436006E-1,-0E0,-0E0,3.1967297E-1,-6.9318986E-1,-0E0,-0E0,-1.0277985E0,-0E0,1.0196787E0,1.0994601E0,-0E0,2.1135013E0,-0E0,2.076694E0,-0E0,-0E0,2.6896229E0,7.290514E-1,-0E0,-0E0,-7.9827136E-1,-0E0,1.3400239E-1,-0E0,-3.8534072E-1,6.784695E-1,-0E0,-0E0,-8.68958E-1,7.098278E-1,-0E0,9.2858756E-1,-0E0,-1.0911663E0,-0E0,-0E0,8.207876E-1,-0E0,8.6383414E-1,-0E0,1.6887994E0,1.0088595E0,2.901012E0,-0E0,2.1610746E0,-0E0,5.8485764E-1,-0E0,-8.187572E-1,-0E0,5.8581835E-1,-7.1021783E-1,-0E0,1.006443E0,-0E0,-0E0,-8.771386E-1,-8.3476657E-1,-0E0,-0E0,1.0247285E0,-0E0,9.6781656E-2,-0E0,-8.484724E-1,1.07007E0,-0E0,-8.841186E-1,-0E0,-0E0,1.0915198E0,-9.0210426E-1,-0E0,-0E0,1.1302667E0,-9.488655E-1,-0E0,-0E0,8.886373E-1,-0E0,-7.489432E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":3,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,35,37,39,41,43,-1,-1,45,47,49,51,53,55,-1,-1,-1,57,59,-1,61,63,65,-1,67,69,71,73,-1,-1,75,77,79,81,83,85,87,89,91,-1,93,95,-1,97,99,101,103,105,-1,-1,107,109,111,113,115,117,119,121,123,125,127,129,131,133,135,-1,-1,-1,137,-1,139,141,143,-1,145,-1,147,-1,149,-1,151,-1,153,155,157,159,-1,161,163,-1,165,167,169,171,173,175,177,-1,179,181,183,-1,-1,-1,-1,185,187,189,-1,-1,191,-1,-1,193,195,197,-1,-1,-1,-1,199,-1,201,203,205,207,209,211,213,-1,-1,-1,215,-1,217,-1,219,221,-1,-1,223,225,227,229,-1,-1,231,-1,233,235,-1,237,239,241,243,245,-1,-1,247,-1,-1,-1,-1,249,-1,251,-1,-1,-1,253,-1,-1,-1,-1,-1,255,-1,257,259,261,263,265,-1,-1,267,-1,269,-1,271,273,275,277,279,-1,-1,281,-1,-1,-1,283,-1,285,287,289,291,293,295,297,299,301,303,305,307,309,-1,-1,311,313,315,317,-1,-1,319,321,323,325,327,329,-1,331,-1,-1,-1,-1,-1,-1,333,-1,-1,-1,-1,335,337,339,341,343,345,347,-1,349,-1,-1,-1,351,-1,353,355,357,359,361,-1,363,-1,365,-1,-1,-1,-1,-1,367,-1,369,-1,-1,371,373,375,377,-1,379,381,383,-1,-1,-1,-1,-1,-1,385,-1,387,389,-1,-1,391,393,395,-1,397,399,401,403,405,407,409,411,-1,413,415,417,419,421,423,425,-1,427,429,431,-1,433,435,437,439,441,443,-1,445,447,-1,-1,-1,449,451,-1,453,-1,455,457,-1,459,461,-1,463,465,467,469,471,-1,-1,-1,-1,-1,-1,-1,-1,473,475,477,-1,479,481,483,-1,485,487,489,-1,491,493,495,-1,497,499,501,503,505,-1,-1,-1,507,509,511,513,515,517,519,521,523,525,527,529,531,-1,533,535,-1,-1,537,539,541,543,545,547,549,-1,551,-1,553,-1,-1,-1,555,-1,-1,557,559,-1,-1,561,-1,563,565,567,569,571,573,575,577,-1,579,581,583,585,-1,587,-1,-1,-1,-1,-1,-1,589,591,-1,593,-1,595,597,599,-1,-1,601,603,605,-1,-1,607,609,611,613,615,617,619,-1,621,-1,623,625,-1,627,629,631,633,635,-1,-1,-1,637,639,-1,-1,-1,-1,-1,-1,-1,641,643,645,647,649,-1,651,653,655,657,659,661,663,665,-1,667,669,-1,671,673,-1,675,677,679,681,683,685,687,689,691,693,695,697,699,-1,701,-1,703,-1,705,707,709,711,713,715,717,-1,719,721,-1,-1,723,725,727,-1,-1,-1,729,-1,-1,-1,-1,731,733,-1,-1,735,737,739,741,743,-1,-1,-1,-1,-1,-1,745,-1,747,749,751,-1,-1,-1,753,-1,755,-1,-1,-1,-1,757,759,761,-1,-1,-1,-1,763,765,-1,767,769,-1,-1,-1,-1,-1,771,773,775,777,779,781,783,785,-1,-1,-1,-1,-1,-1,-1,-1,787,-1,-1,789,-1,791,-1,793,795,-1,-1,-1,797,799,801,803,805,807,809,811,-1,-1,813,815,817,819,821,823,825,827,829,831,833,835,837,839,841,843,845,-1,-1,847,-1,849,-1,851,853,855,-1,-1,857,859,-1,-1,861,-1,-1,-1,863,-1,865,867,-1,869,871,873,875,-1,877,-1,-1,-1,-1,-1,-1,-1,879,-1,-1,881,-1,883,885,887,889,891,-1,893,-1,-1,-1,-1,895,-1,897,899,-1,901,-1,903,-1,-1,905,907,-1,909,-1,-1,911,913,-1,-1,-1,-1,915,917,-1,-1,-1,-1,-1,919,-1,-1,-1,-1,-1,-1,921,-1,-1,923,-1,-1,-1,-1,-1,925,927,929,931,933,-1,935,-1,937,939,941,943,945,947,949,951,953,955,957,-1,-1,-1,-1,-1,959,-1,-1,-1,961,-1,-1,-1,963,-1,965,967,969,-1,971,-1,973,975,977,979,981,983,985,-1,-1,987,989,991,993,995,997,999,-1,1001,1003,1005,1007,1009,1011,1013,-1,1015,-1,-1,1017,1019,-1,1021,1023,-1,1025,1027,1029,1031,1033,-1,1035,1037,-1,-1,-1,-1,1039,-1,1041,-1,1043,-1,-1,-1,1045,-1,-1,-1,-1,-1,-1,-1,1047,-1,-1,-1,-1,-1,-1,1049,-1,1051,-1,1053,1055,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1057,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1059,-1,-1,-1,1061,-1,-1,-1,-1,1063,-1,-1,-1,-1,-1,-1,-1,-1,1065,-1,-1,1067,1069,-1,-1,1071,-1,-1,1073,1075,1077,-1,1079,1081,-1,-1,1083,-1,-1,-1,-1,1085,1087,-1,-1,-1,-1,-1,-1,-1,1089,-1,1091,-1,-1,-1,1093,1095,1097,1099,1101,1103,-1,-1,1105,-1,1107,-1,1109,1111,1113,1115,1117,1119,1121,-1,-1,-1,1123,-1,-1,1125,-1,1127,1129,1131,1133,1135,1137,-1,-1,1139,1141,1143,-1,-1,1145,1147,1149,1151,1153,-1,-1,1155,-1,1157,1159,-1,1161,1163,1165,1167,-1,-1,-1,-1,-1,1169,-1,1171,1173,1175,1177,1179,1181,1183,-1,1185,1187,-1,1189,-1,1191,-1,1193,1195,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1197,-1,1199,-1,-1,-1,-1,1201,-1,-1,-1,1203,-1,-1,-1,-1,-1,-1,-1,1205,-1,1207,-1,-1,1209,1211,1213,-1,-1,-1,1215,1217,-1,-1,-1,1219,-1,-1,-1,-1,-1,-1,-1,-1,1221,1223,-1,1225,1227,-1,-1,-1,1229,-1,-1,-1,-1,1231,-1,-1,-1,-1,-1,1233,-1,-1,1235,1237,1239,1241,-1,-1,1243,1245,1247,1249,-1,1251,1253,1255,1257,1259,1261,1263,1265,1267,1269,1271,-1,-1,-1,-1,-1,1273,1275,1277,1279,-1,1281,-1,1283,-1,1285,1287,1289,-1,-1,1291,-1,-1,1293,-1,1295,1297,-1,1299,-1,-1,-1,-1,1301,1303,1305,1307,-1,1309,-1,-1,1311,1313,-1,-1,1315,-1,1317,-1,-1,-1,-1,-1,-1,-1,1319,1321,-1,1323,-1,-1,1325,1327,-1,-1,-1,-1,-1,-1,1329,-1,-1,-1,1331,-1,-1,-1,1333,-1,1335,-1,-1,-1,1337,1339,-1,1341,-1,-1,-1,-1,1343,1345,-1,1347,-1,1349,-1,-1,1351,-1,1353,1355,-1,1357,-1,1359,1361,1363,-1,1365,-1,1367,-1,1369,1371,1373,1375,1377,1379,1381,1383,1385,1387,1389,1391,-1,1393,1395,-1,1397,-1,1399,1401,-1,1403,1405,1407,1409,1411,-1,-1,1413,-1,1415,-1,-1,-1,1417,-1,1419,-1,1421,-1,1423,-1,-1,1425,-1,1427,-1,-1,-1,1429,1431,1433,-1,1435,-1,-1,1437,-1,1439,-1,-1,1441,-1,-1,1443,1445,-1,1447,1449,1451,-1,1453,-1,1455,-1,-1,-1,1457,-1,1459,-1,-1,1461,-1,-1,-1,-1,-1,-1,1463,-1,1465,-1,-1,-1,1467,-1,1469,-1,-1,-1,-1,-1,-1,-1,1471,-1,-1,-1,1473,1475,-1,-1,1477,1479,1481,1483,1485,1487,1489,1491,1493,1495,1497,1499,1501,-1,1503,1505,1507,1509,1511,-1,1513,1515,1517,1519,1521,1523,-1,-1,1525,1527,1529,-1,1531,1533,-1,-1,1535,1537,1539,1541,1543,1545,1547,1549,-1,-1,-1,-1,-1,-1,1551,-1,1553,-1,-1,1555,-1,-1,1557,-1,1559,-1,1561,-1,1563,-1,-1,-1,-1,-1,1565,-1,1567,-1,-1,-1,-1,1569,-1,-1,-1,1571,1573,1575,1577,-1,1579,1581,-1,1583,-1,1585,-1,1587,-1,-1,1589,1591,-1,1593,-1,-1,-1,1595,-1,-1,1597,-1,-1,1599,-1,1601,1603,1605,1607,1609,1611,1613,-1,1615,-1,-1,1617,1619,-1,1621,1623,1625,1627,1629,-1,1631,1633,1635,1637,1639,-1,-1,1641,1643,-1,1645,1647,-1,-1,-1,-1,1649,-1,1651,1653,1655,1657,1659,1661,-1,-1,-1,-1,-1,-1,1663,-1,1665,-1,-1,-1,1667,1669,1671,-1,-1,1673,-1,1675,-1,1677,1679,-1,1681,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1683,-1,1685,1687,-1,-1,-1,1689,-1,-1,1691,-1,1693,1695,1697,-1,-1,1699,1701,-1,1703,1705,-1,-1,1707,-1,-1,-1,1709,-1,1711,-1,1713,1715,-1,-1,-1,-1,1717,-1,1719,1721,-1,-1,1723,1725,-1,1727,-1,1729,1731,1733,1735,1737,-1,1739,-1,-1,-1,-1,1741,-1,1743,1745,-1,-1,1747,1749,1751,1753,1755,1757,-1,-1,-1,1759,-1,1761,1763,1765,-1,1767,-1,-1,-1,1769,-1,1771,-1,1773,-1,-1,-1,1775,-1,-1,1777,-1,-1,1779,-1,1781,-1,1783,-1,1785,-1,-1,-1,1787,-1,-1,1789,1791,-1,-1,-1,-1,-1,1793,-1,-1,-1,-1,-1,-1,-1,-1,-1,1795,-1,-1,1797,1799,-1,-1,1801,-1,1803,-1,1805,-1,-1,1807,-1,1809,-1,-1,1811,-1,1813,-1,1815,-1,-1,1817,-1,-1,-1,-1,-1,-1,-1,-1,1819,-1,-1,-1,-1,1821,-1,1823,-1,1825,-1,-1,1827,-1,-1,-1,1829,-1,1831,-1,-1,-1,1833,-1,1835,-1,1837,1839,1841,-1,1843,1845,1847,1849,1851,-1,1853,-1,1855,-1,1857,1859,1861,-1,1863,1865,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1867,1869,-1,-1,-1,1871,-1,1873,-1,1875,-1,-1,-1,-1,-1,1877,-1,-1,-1,-1,-1,-1,1879,-1,1881,1883,-1,1885,1887,-1,-1,1889,-1,-1,1891,-1,1893,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1895,-1,1897,-1,-1,-1,1899,1901,1903,-1,-1,-1,-1,-1,1905,-1,-1,1907,-1,-1,-1,-1,1909,-1,-1,-1,1911,-1,1913,-1,-1,1915,-1,-1,1917,-1,-1,-1,-1,1919,-1,-1,-1,1921,-1,-1,-1,-1,1923,-1,1925,-1,-1,-1,-1,1927,-1,-1,-1,-1,-1,1929,-1,-1,-1,1931,-1,-1,-1,-1,1933,-1,-1,-1,-1,1935,-1,1937,1939,-1,-1,1941,-1,-1,-1,-1,1943,1945,-1,1947,-1,-1,-1,-1,-1,-1,1949,-1,1951,1953,-1,1955,-1,1957,-1,-1,1959,1961,-1,-1,1963,-1,-1,-1,-1,1965,-1,-1,1967,-1,-1,1969,-1,1971,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1973,-1,-1,-1,-1,1975,1977,-1,-1,1979,-1,-1,1981,-1,-1,-1,1983,1985,-1,1987,-1,-1,1989,1991,-1,-1,1993,1995,-1,-1,-1,-1,-1],"loss_changes":[1.8689038E2,9.591388E1,9.778076E0,8.727905E0,9.985655E1,4.6289062E-1,3.906311E1,4.9594116E0,5.66776E0,9.411499E0,7.845795E1,0E0,3.593641E-2,1.1488342E0,1.2161402E1,6.356537E0,1.141037E0,1.05338E0,5.181471E0,1.192453E1,1.4521484E0,3.0029964E1,3.233429E0,0E0,0E0,7.5704956E-1,3.079979E0,1.0070233E1,6.925297E-1,9.629131E0,1.4358673E0,0E0,0E0,0E0,6.2179995E-1,1.7926893E0,0E0,7.262554E0,1.1864929E0,1.3856735E0,0E0,1.7865345E1,3.4929428E0,6.879328E-1,2.0765E0,0E0,0E0,3.594152E0,2.107624E0,8.114466E0,1.800025E0,2.241182E-3,3.7324333E-1,7.115711E0,9.732437E-1,1.4009781E0,0E0,7.601928E-2,5.928869E-1,0E0,9.682231E-1,6.010356E0,2.777649E0,5.483199E-1,1.2083359E0,0E0,0E0,1.07864275E1,9.70252E0,6.2380904E-1,2.6421585E0,6.487258E-1,3.0766156E-1,2.1774387E0,1.3286972E0,5.638462E0,5.4063797E-2,1.1764896E0,1.2927971E0,3.4405909E0,1.3698139E0,6.0160484E-2,0E0,0E0,0E0,3.6639023E-1,0E0,2.278633E0,6.5529456E0,6.668663E-1,0E0,6.576233E-1,0E0,1.04650995E-2,0E0,4.9611235E-1,0E0,7.368231E-1,0E0,3.4719944E0,9.7288704E-1,1.8281021E0,3.6100886E0,0E0,2.856503E-1,1.6018677E-1,0E0,6.052721E0,1.4941216E0,7.121411E0,8.662701E0,1.7219845E-2,5.083494E-1,5.422534E-1,0E0,2.1636253E-2,6.7581296E-1,3.4995523E-1,0E0,0E0,0E0,0E0,1.1213837E0,3.8421435E0,1.1816118E0,0E0,0E0,6.4945096E-1,0E0,0E0,1.0471268E0,3.882086E0,6.408247E0,0E0,0E0,0E0,0E0,6.5347545E-2,0E0,5.9004784E-1,2.5067875E-1,2.9397564E0,5.1075273E0,1.0605135E0,5.4732895E-1,4.0791356E-3,0E0,0E0,0E0,5.538988E-2,0E0,3.5365772E-1,0E0,2.0671606E0,3.8584728E0,0E0,0E0,1.0621948E0,9.0716314E-1,2.672515E0,2.2325668E0,0E0,0E0,1.2534611E-2,0E0,5.7933025E0,4.125739E0,0E0,1.2563639E0,4.7076135E0,5.446398E0,2.7001324E0,1.9622879E0,0E0,0E0,3.4900224E-1,0E0,0E0,0E0,0E0,1.1263782E-2,0E0,6.5141284E-1,0E0,0E0,0E0,9.761963E-1,0E0,0E0,0E0,0E0,0E0,8.6685467E-1,0E0,6.203728E-1,3.6438506E0,4.0209084E0,6.3089865E-1,1.1518869E0,0E0,0E0,3.5656738E-1,0E0,2.6163134E-1,0E0,1.0952964E0,2.5712118E0,4.115594E0,2.1929426E0,7.934251E-1,0E0,0E0,1.5908832E-2,0E0,0E0,0E0,3.8316727E-2,0E0,2.9334545E-1,1.97701E-1,4.723091E-1,4.1805644E0,2.787864E0,3.945198E-1,1.6746349E0,5.456383E-1,5.1470673E-1,2.2438097E-1,2.977446E0,6.50804E-1,9.267807E-2,0E0,0E0,1.8921236E0,1.2370882E0,4.821603E0,7.639178E0,0E0,0E0,2.530163E0,1.43923E0,7.439173E-1,3.5920696E0,1.9113854E0,1.8060322E0,0E0,8.170166E-1,0E0,0E0,0E0,0E0,0E0,0E0,4.454651E-1,0E0,0E0,0E0,0E0,4.348259E-1,1.7906291E0,5.7180963E0,1.1523538E0,3.2626536E0,5.9956473E-1,5.492985E-1,0E0,7.149582E-1,0E0,0E0,0E0,3.1149465E-1,0E0,1.2049408E0,4.9811363E-1,9.328815E-1,1.6351392E0,6.284599E0,0E0,2.5380847E-1,0E0,4.412346E-1,0E0,0E0,0E0,0E0,0E0,2.2779465E-1,0E0,2.5329918E-1,0E0,0E0,1.4855006E0,3.3896577E0,1.3423004E0,1.744235E0,0E0,8.847046E-2,2.303936E0,1.6977432E0,0E0,0E0,0E0,0E0,0E0,0E0,5.767042E0,0E0,4.1529286E-1,8.558087E-1,0E0,0E0,1.4842986E0,7.355747E-1,9.966841E-1,0E0,3.6703E0,5.4419975E0,1.1358833E0,2.7644186E0,8.6294824E-1,1.3331318E0,1.2861228E0,5.873673E-2,0E0,1.979214E-1,1.8833561E0,2.2454848E0,2.2285633E0,1.0729941E0,1.2049079E0,2.0091939E-1,0E0,5.4987717E-1,3.4210224E-2,1.405487E-1,0E0,2.2986256E-2,1.592915E-1,8.570587E-1,3.7631998E0,9.469115E-1,1.07063875E-1,0E0,1.457155E0,1.7328749E0,0E0,0E0,0E0,1.8176007E-1,4.6146297E-1,0E0,5.589074E-2,0E0,1.1150865E-1,1.1258923E0,0E0,2.352438E-1,8.972174E-1,0E0,1.2827182E0,1.1812027E0,2.1500957E-1,3.105794E0,1.3857138E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3757842E0,1.8757255E0,3.2859044E0,0E0,2.8038618E-1,5.517255E-1,2.627385E0,0E0,9.196091E-2,5.27997E-1,1.2648172E0,0E0,1.8603802E0,5.654734E-1,2.9390097E0,0E0,8.947313E-3,5.3323936E-1,1.6260214E-1,2.0277898E0,2.79411E0,0E0,0E0,0E0,5.405245E-1,2.410686E0,2.4190478E0,2.1274123E0,2.2195485E0,2.1626565E-1,3.7919855E-1,2.4270878E0,2.9882593E0,7.7617705E-1,3.5803533E-1,4.0935904E-1,1.6919293E0,0E0,1.4642072E0,4.4162947E-1,0E0,0E0,1.3931012E-1,1.2515678E0,8.3954275E-2,8.6838675E-1,2.0757966E0,3.73041E-1,4.9224353E-1,0E0,4.873085E-1,0E0,4.9728918E-1,0E0,0E0,0E0,5.892296E-1,0E0,0E0,4.3020036E-2,3.9405823E-2,0E0,0E0,9.412193E-2,0E0,5.028091E-1,1.3542854E0,2.3011665E-1,2.9747143E0,1.4819422E0,9.4353575E-1,3.1431094E-2,1.761651E-1,0E0,1.0613675E0,9.450768E-1,7.459969E-1,5.156529E-2,0E0,3.8615417E-1,0E0,0E0,0E0,0E0,0E0,0E0,7.838733E-1,2.666788E-1,0E0,5.373415E-1,0E0,6.903248E-2,3.130045E-1,4.6868622E-1,0E0,0E0,1.008327E-1,2.1478243E0,5.594957E0,0E0,0E0,4.190035E-1,2.9616335E-2,2.4242506E0,1.5861259E0,2.4890852E0,1.1159782E0,7.2738075E-1,0E0,1.7018569E-1,0E0,1.4350634E0,3.0414647E-1,0E0,9.37767E-2,4.6764486E-3,4.2903996E-1,7.8262126E-1,6.8663687E-1,0E0,0E0,0E0,7.530057E-2,1.4191751E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3804252E0,2.4963381E0,1.7305198E0,1.0631974E0,4.1461182E-1,0E0,1.6945878E0,1.1939163E0,1.435751E0,2.5064428E0,1.5480909E0,7.0032233E-1,2.4061582E0,2.3060822E0,0E0,4.7262123E-1,3.5494375E-1,0E0,1.1426458E0,4.202177E-1,0E0,1.9819908E0,8.9066195E-1,3.1924783E-3,6.032826E-1,7.039128E-2,2.0722327E-1,1.407736E-1,1.5737567E0,3.0761752E-2,3.2086015E-1,2.1074085E0,2.7354738E-1,3.536508E-2,0E0,8.355045E-2,0E0,1.1899033E0,0E0,3.233391E-2,1.1684608E0,8.867563E-2,7.785813E-2,1.0861855E0,4.4664058E-1,2.9302058E-1,0E0,4.318745E-1,6.61463E-1,0E0,0E0,3.856721E-1,5.905876E-1,3.411867E-1,0E0,0E0,0E0,3.6872864E-2,0E0,0E0,0E0,0E0,1.1189288E-1,9.6864307E-1,0E0,0E0,2.0944576E0,1.09821334E-1,2.6335666E-1,4.249103E-1,1.1397914E0,0E0,0E0,0E0,0E0,0E0,0E0,5.509939E-1,0E0,3.0812883E-1,7.087993E-1,3.6949806E-2,0E0,0E0,0E0,3.2089806E-1,0E0,2.8962398E-1,0E0,0E0,0E0,0E0,2.672282E-1,1.1400476E-1,2.726009E-1,0E0,0E0,0E0,0E0,3.4339547E-2,1.2989082E0,0E0,9.528897E-1,2.8498564E0,0E0,0E0,0E0,0E0,0E0,2.2199736E0,1.9574622E0,1.1559412E0,1.2004979E-1,2.9500732E0,9.125366E-1,1.4563553E0,7.1610683E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.1494892E-1,0E0,0E0,2.6740932E-1,0E0,6.562222E-1,0E0,4.4959545E-1,5.0371615E-3,0E0,0E0,0E0,1.0927029E0,1.3410995E0,9.402805E-1,8.937168E-1,2.5029352E-1,1.2370092E0,1.021618E0,2.727561E-1,0E0,0E0,2.3411083E-1,1.4518774E0,1.5958474E0,9.779048E-1,2.1174705E-1,1.429285E0,8.942149E-1,2.3115406E0,7.304833E-1,1.5176725E-1,4.544449E-1,1.2406236E-1,1.1916934E0,1.3845752E0,1.50164E0,1.5066199E0,7.517041E-1,0E0,0E0,1.4172196E-1,0E0,1.6894794E-1,0E0,2.4496883E-3,3.9008915E-1,2.2356663E0,0E0,0E0,3.7657404E-1,6.597323E-2,0E0,0E0,4.739204E-1,0E0,0E0,0E0,2.0106444E-1,0E0,1.4755344E-1,8.630824E-1,0E0,1.04216516E-1,5.6896497E-2,4.410034E-2,2.3380584E-1,0E0,1.032958E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.7966385E-1,0E0,0E0,2.1423411E-1,0E0,1.19952865E-1,1.6913384E-2,1.1812875E-2,6.514666E-2,4.9640894E-1,0E0,4.1931987E-1,0E0,0E0,0E0,0E0,1.4269996E-1,0E0,3.9515162E-1,1.2078047E-1,0E0,2.4995041E-1,0E0,4.5699E-2,0E0,0E0,1.969662E-1,1.931805E-1,0E0,8.748784E-1,0E0,0E0,2.1477566E0,7.949458E-2,0E0,0E0,0E0,0E0,4.701543E-2,5.626962E-1,0E0,0E0,0E0,0E0,0E0,4.8301196E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.8653774E-1,0E0,0E0,4.7035642E-2,0E0,0E0,0E0,0E0,0E0,1.6325054E0,8.849507E-2,6.1755574E-1,5.903224E-1,2.571082E0,0E0,1.7325692E0,0E0,1.411541E0,1.1656537E0,1.557346E-1,1.3863752E0,2.1332648E-1,5.0597217E-2,3.3887653E0,3.1125424E-2,6.9639015E-1,3.2835387E-2,9.128256E-1,0E0,0E0,0E0,0E0,0E0,3.4286118E-1,0E0,0E0,0E0,6.5425634E-3,0E0,0E0,0E0,5.7542706E-1,0E0,7.2929174E-1,7.01244E-1,4.9644053E-1,0E0,8.1617594E-1,0E0,2.0232627E-1,3.6259842E-1,1.0928736E0,4.823202E-1,9.711604E-1,2.3208043E-1,3.379655E-1,0E0,0E0,3.3597946E-3,4.3881658E-1,1.2599757E0,1.3088261E0,1.803863E0,1.0546029E-2,8.346014E-1,0E0,1.9196278E-1,9.551463E-2,1.3753452E0,9.335713E-1,4.7401476E-1,1.3136609E0,1.1130015E0,0E0,6.0018325E-1,0E0,0E0,3.3262452E-1,4.1727924E-1,0E0,1.6293855E-1,5.2751255E-1,0E0,1.2259376E0,4.3188077E-1,1.1240053E0,1.8437834E0,6.817789E-1,0E0,7.0583314E-1,6.517859E-1,0E0,0E0,0E0,0E0,6.584319E-2,0E0,4.9767822E-1,0E0,2.0713406E0,0E0,0E0,0E0,8.0892056E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.1812878E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.1308564E-1,0E0,8.2739234E-2,0E0,9.026756E-1,9.11293E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.5155494E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.4900622E-1,0E0,0E0,0E0,2.2374382E0,0E0,0E0,0E0,0E0,2.8030634E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.1792583E0,0E0,0E0,2.743261E-1,4.9691677E-2,0E0,0E0,1.0303926E0,0E0,0E0,5.6668377E-1,7.0850146E-1,3.3293515E-1,0E0,9.6153116E-1,5.513304E-2,0E0,0E0,8.244214E-1,0E0,0E0,0E0,0E0,2.665907E0,1.1682664E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.3789492E-1,0E0,9.049797E-2,0E0,0E0,0E0,5.3048706E-1,2.382024E-2,5.187354E-1,6.831651E-1,1.2472754E-1,5.5564404E-2,0E0,0E0,1.9585752E-1,0E0,1.3853371E-1,0E0,1.6999424E-2,1.2761548E0,1.9557824E-2,4.9287903E-1,2.6562312E-1,7.938664E-1,1.5172648E-1,0E0,0E0,0E0,3.7091208E-1,0E0,0E0,4.829542E-1,0E0,5.7563365E-1,4.042058E-1,1.179062E0,1.104409E0,1.6985929E0,9.71166E-1,0E0,0E0,1.3091744E0,8.1291246E-1,6.733996E-2,0E0,0E0,1.0001723E-1,2.0939865E0,1.3743744E0,1.05355725E-1,9.2157435E-1,0E0,0E0,5.3984594E-1,0E0,1.0499382E0,4.7822478E-1,0E0,6.430156E-1,3.619839E-1,2.0163203E-2,4.3331623E-1,0E0,0E0,0E0,0E0,0E0,6.1210537E-1,0E0,5.9749242E-2,1.4638934E-1,1.2564017E0,4.675123E-1,9.252774E-2,4.5254803E-1,6.195822E-1,0E0,7.0256317E-1,1.2194322E-1,0E0,1.7004979E-1,0E0,8.801254E-2,0E0,1.6966939E-1,1.7695065E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.595829E-1,0E0,1.0374393E0,0E0,0E0,0E0,0E0,2.830021E0,0E0,0E0,0E0,1.1322765E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.548523E-2,0E0,9.498572E-2,0E0,0E0,2.0521569E-1,3.1638287E-2,6.541257E-1,0E0,0E0,0E0,4.0067434E-2,3.0709534E0,0E0,0E0,0E0,2.1085787E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.347255E-1,4.746213E-1,0E0,1.2048083E-1,1.8210961E-1,0E0,0E0,0E0,1.7013454E-1,0E0,0E0,0E0,0E0,9.139743E-1,0E0,0E0,0E0,0E0,0E0,2.3089504E-1,0E0,0E0,9.076903E-1,5.5576646E-1,3.129138E-1,1.8264627E-1,0E0,0E0,7.461349E-1,4.741702E-1,1.1097496E0,4.6328592E-1,0E0,9.111244E-2,7.469468E-1,1.551195E0,1.2262287E0,1.036963E0,1.3281605E0,8.237492E-1,1.5312586E0,6.959262E-1,8.6609566E-1,7.568574E-1,0E0,0E0,0E0,0E0,0E0,9.9525946E-1,1.4505701E0,1.7954814E0,1.408242E0,0E0,3.9490364E-2,0E0,4.1756272E-1,0E0,1.5444803E-1,6.0067352E-2,8.2488585E-1,0E0,0E0,5.66602E-1,0E0,0E0,2.8583914E-1,0E0,1.10765316E-1,3.2783413E-1,0E0,4.4463396E-1,0E0,0E0,0E0,0E0,1.6172671E-1,7.299439E-1,1.9647926E-1,5.4104805E-1,0E0,1.2478749E-1,0E0,0E0,2.8496456E-1,2.513976E-1,0E0,0E0,6.1259675E-1,0E0,2.2050217E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.8592243E0,1.5330982E-1,0E0,1.4585915E0,0E0,0E0,2.2105675E0,6.945534E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.8410772E-1,0E0,0E0,0E0,7.3329735E-1,0E0,0E0,0E0,3.9062538E0,0E0,1.7424107E-2,0E0,0E0,0E0,5.2015066E-1,1.3265184E-1,0E0,2.6418698E-1,0E0,0E0,0E0,0E0,9.6469545E-1,2.8660232E-1,0E0,5.603447E-1,0E0,2.8219783E-1,0E0,0E0,3.7128425E-1,0E0,1.5001965E-1,1.7512345E-1,0E0,2.7717793E-1,0E0,3.930229E-1,1.3496023E-1,5.3318405E-1,0E0,7.877829E-2,0E0,8.29432E-1,0E0,4.3263844E-1,1.1012249E0,9.072312E-1,1.5636752E0,1.7283716E0,1.693223E0,3.569951E-1,9.195168E-1,8.8900596E-2,6.341417E-1,6.61097E-1,1.744596E0,0E0,4.6828818E-1,8.773678E-3,0E0,4.9838066E-1,0E0,3.7254632E-1,6.136557E-1,0E0,1.0963974E0,3.66952E-1,9.094176E-1,4.4782415E-1,7.020247E-1,0E0,0E0,2.0136118E-1,0E0,2.5561333E-2,0E0,0E0,0E0,1.530211E-1,0E0,1.9572163E-1,0E0,1.5877414E-1,0E0,1.0171279E-1,0E0,0E0,3.116274E-1,0E0,4.0617657E-1,0E0,0E0,0E0,4.4964743E-1,2.0921985E-2,2.716981E-1,0E0,1.872412E-1,0E0,0E0,2.9532576E-1,0E0,2.2156954E-1,0E0,0E0,8.2519054E-2,0E0,0E0,1.934831E-1,1.9607162E0,0E0,9.9702835E-2,2.1148968E0,2.1855092E0,0E0,1.5117359E0,0E0,5.6014824E-1,0E0,0E0,0E0,3.889737E-1,0E0,1.636322E0,0E0,0E0,1.19176865E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.6725855E-1,0E0,1.3156593E-1,0E0,0E0,0E0,9.3033075E-2,0E0,3.7081188E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.2441747E-1,0E0,0E0,0E0,4.1028643E-1,8.051768E-3,0E0,0E0,8.972082E-1,1.1443932E0,2.76864E-1,6.9083214E-1,8.075323E-1,1.7655863E-1,6.2354517E-1,8.74249E-1,5.1427025E-1,7.757498E-1,7.5303674E-1,2.225128E-1,1.2329259E0,0E0,2.3796248E-1,5.434335E-1,3.8718593E-1,1.0556431E-1,5.015208E-2,0E0,5.1331437E-1,1.6116792E-1,1.3925918E0,7.742057E-1,1.633399E-1,2.8982687E-1,0E0,0E0,3.2069606E-1,2.2634454E-2,2.9174423E-1,0E0,4.5307237E-1,1.1353195E-1,0E0,0E0,9.468365E-1,3.2411116E-1,4.4328916E-1,1.19891E-2,9.356866E-1,8.329768E-3,3.115384E-1,1.9040513E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.7579556E-2,0E0,6.234646E-3,0E0,0E0,3.610322E-2,0E0,0E0,2.459526E-1,0E0,3.2662582E-1,0E0,2.569034E-1,0E0,1.987858E-2,0E0,0E0,0E0,0E0,0E0,8.329916E-2,0E0,5.017576E-1,0E0,0E0,0E0,0E0,1.3730869E0,0E0,0E0,0E0,9.0519524E-1,1.2781212E-2,1.9720349E-1,1.1378565E0,0E0,2.218542E0,5.9778214E-1,0E0,3.768444E-2,0E0,1.9324303E0,0E0,2.6640892E-3,0E0,0E0,3.7820673E-1,5.2947044E-2,0E0,4.580176E-2,0E0,0E0,0E0,1.10957146E-1,0E0,0E0,4.0030146E-1,0E0,0E0,1.2226868E-1,0E0,4.831338E-1,1.5560842E-1,3.3921364E-1,5.66913E-1,3.263147E-1,4.4195306E-1,3.8811016E-1,0E0,3.1365192E-1,0E0,0E0,6.1716413E-1,8.898711E-1,0E0,2.06234E-1,6.420643E-1,4.020571E-1,1.0191449E0,5.044749E-1,0E0,2.9235092E-1,1.8108664E-1,1.7386751E0,4.0758225E-1,2.1926332E-1,0E0,0E0,5.169078E-1,2.911671E-1,0E0,2.7591765E-1,2.9721938E-2,0E0,0E0,0E0,0E0,1.7948017E-2,0E0,6.5961003E-1,4.3766387E-2,1.3791697E-2,6.919031E-1,1.9047686E-1,1.6944274E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.3740482E-1,0E0,1.9262624E-1,0E0,0E0,0E0,9.2193794E-1,6.3604124E-2,1.0219264E-1,0E0,0E0,5.5305696E-1,0E0,2.0930745E-2,0E0,8.9431477E-1,2.5273198E-3,0E0,6.5226436E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.463291E-2,0E0,1.67871E-1,2.960689E-1,0E0,0E0,0E0,2.371645E-2,0E0,0E0,2.6221657E-1,0E0,1.2994308E0,2.8432924E-1,7.4764633E-1,0E0,0E0,2.0324285E-1,5.4395163E-1,0E0,8.370681E-1,5.7455826E-1,0E0,0E0,4.1750908E-1,0E0,0E0,0E0,1.5900078E0,0E0,2.1508646E-1,0E0,2.2661161E-1,5.6293726E-2,0E0,0E0,0E0,0E0,3.7739515E-2,0E0,3.037529E-1,4.5323372E-2,0E0,0E0,5.1038E-1,1.3751945E-1,0E0,2.5189584E-1,0E0,6.350482E-2,7.199742E-1,3.2134473E-1,7.960332E-2,5.426346E-1,0E0,2.396326E-1,0E0,0E0,0E0,0E0,6.955743E-1,0E0,8.8293886E-1,3.39428E-1,0E0,0E0,3.7815285E-1,3.1182496E-2,2.7714872E-1,1.394266E-1,9.463618E-1,2.4116969E-1,0E0,0E0,0E0,2.979911E-1,0E0,6.20059E-1,1.5599376E-1,3.8805068E-1,0E0,2.0684075E-1,0E0,0E0,0E0,9.964597E-2,0E0,8.3194464E-2,0E0,3.266907E-2,0E0,0E0,0E0,3.195219E-1,0E0,0E0,1.1401919E-1,0E0,0E0,5.144043E-1,0E0,1.1897281E-1,0E0,1.8178116E-1,0E0,2.3497772E-1,0E0,0E0,0E0,7.037163E-1,0E0,0E0,1.6676062E-1,5.2703142E-2,0E0,0E0,0E0,0E0,0E0,7.9179096E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.5943813E-1,0E0,0E0,6.899977E-2,7.959366E-3,0E0,0E0,9.7644806E-1,0E0,2.6097304E-1,0E0,5.335312E-1,0E0,0E0,8.66372E-1,0E0,6.9317245E-1,0E0,0E0,6.159134E-1,0E0,2.5947952E-1,0E0,2.2467308E0,0E0,0E0,8.638096E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.4674377E-1,0E0,0E0,0E0,0E0,2.1133244E-1,0E0,1.3957891E-1,0E0,3.1348205E-1,0E0,0E0,4.191869E-1,0E0,0E0,0E0,5.6901574E-2,0E0,1.7330599E-1,0E0,0E0,0E0,6.6125727E-1,0E0,1.7076796E-1,0E0,4.366659E-1,9.733836E-2,2.4385673E-3,0E0,3.1721437E-1,1.51613E-2,5.4690003E-1,2.710936E-3,7.531805E-1,0E0,1.7445278E-1,0E0,3.7111014E-2,0E0,8.129206E-1,2.7280343E-1,7.911221E-2,0E0,2.8638765E-1,5.581689E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2952279E-1,5.27987E-1,0E0,0E0,0E0,2.7676702E-2,0E0,1.8816662E-1,0E0,6.0508347E-1,0E0,0E0,0E0,0E0,0E0,2.3056316E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.0507812E-2,0E0,2.7088928E-1,2.2339642E-2,0E0,3.4492904E-1,8.9816475E-1,0E0,0E0,1.2102127E-1,0E0,0E0,6.345978E-1,0E0,5.355625E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.9566739E-1,0E0,7.620287E-2,0E0,0E0,0E0,1.0299492E-1,5.984721E-1,2.945357E-1,0E0,0E0,0E0,0E0,0E0,1.0124236E-2,0E0,0E0,3.5107756E-1,0E0,0E0,0E0,0E0,1.1049557E-1,0E0,0E0,0E0,1.6217709E-1,0E0,1.0242057E-1,0E0,0E0,5.667238E-1,0E0,0E0,3.4446627E-2,0E0,0E0,0E0,0E0,4.2121172E-2,0E0,0E0,0E0,2.684741E-1,0E0,0E0,0E0,0E0,2.1265697E-1,0E0,5.8696175E-1,0E0,0E0,0E0,0E0,2.1455002E-1,0E0,0E0,0E0,0E0,0E0,2.0196342E-1,0E0,0E0,0E0,5.126457E-1,0E0,0E0,0E0,0E0,9.24747E-2,0E0,0E0,0E0,0E0,2.034955E-1,0E0,6.9009513E-3,1.5608257E-1,0E0,0E0,3.0339313E-1,0E0,0E0,0E0,0E0,1.20206594E-1,1.2982774E-1,0E0,5.4208374E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.3790684E-1,0E0,1.949358E-1,7.212067E-2,0E0,1.3332748E-1,0E0,6.326065E-1,0E0,0E0,5.0790024E-1,2.9906273E-2,0E0,0E0,2.0322847E-1,0E0,0E0,0E0,0E0,1.6024196E-1,0E0,0E0,7.549524E-2,0E0,0E0,3.139429E-1,0E0,5.034542E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2087631E-1,0E0,0E0,0E0,0E0,2.8542328E-1,2.162542E-2,0E0,0E0,9.837437E-2,0E0,0E0,1.729765E-1,0E0,0E0,0E0,1.0210371E-1,8.084774E-2,0E0,3.4095764E-2,0E0,0E0,1.5203762E-1,1.8358755E-1,0E0,0E0,7.0352554E-3,2.8326035E-2,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,25,25,26,26,27,27,28,28,29,29,30,30,34,34,35,35,37,37,38,38,39,39,41,41,42,42,43,43,44,44,47,47,48,48,49,49,50,50,51,51,52,52,53,53,54,54,55,55,57,57,58,58,60,60,61,61,62,62,63,63,64,64,67,67,68,68,69,69,70,70,71,71,72,72,73,73,74,74,75,75,76,76,77,77,78,78,79,79,80,80,81,81,85,85,87,87,88,88,89,89,91,91,93,93,95,95,97,97,99,99,100,100,101,101,102,102,104,104,105,105,107,107,108,108,109,109,110,110,111,111,112,112,113,113,115,115,116,116,117,117,122,122,123,123,124,124,127,127,130,130,131,131,132,132,137,137,139,139,140,140,141,141,142,142,143,143,144,144,145,145,149,149,151,151,153,153,154,154,157,157,158,158,159,159,160,160,163,163,165,165,166,166,168,168,169,169,170,170,171,171,172,172,175,175,180,180,182,182,186,186,192,192,194,194,195,195,196,196,197,197,198,198,201,201,203,203,205,205,206,206,207,207,208,208,209,209,212,212,216,216,218,218,219,219,220,220,221,221,222,222,223,223,224,224,225,225,226,226,227,227,228,228,229,229,230,230,233,233,234,234,235,235,236,236,239,239,240,240,241,241,242,242,243,243,244,244,246,246,253,253,258,258,259,259,260,260,261,261,262,262,263,263,264,264,266,266,270,270,272,272,273,273,274,274,275,275,276,276,278,278,280,280,286,286,288,288,291,291,292,292,293,293,294,294,296,296,297,297,298,298,305,305,307,307,308,308,311,311,312,312,313,313,315,315,316,316,317,317,318,318,319,319,320,320,321,321,322,322,324,324,325,325,326,326,327,327,328,328,329,329,330,330,332,332,333,333,334,334,336,336,337,337,338,338,339,339,340,340,341,341,343,343,344,344,348,348,349,349,351,351,353,353,354,354,356,356,357,357,359,359,360,360,361,361,362,362,363,363,372,372,373,373,374,374,376,376,377,377,378,378,380,380,381,381,382,382,384,384,385,385,386,386,388,388,389,389,390,390,391,391,392,392,396,396,397,397,398,398,399,399,400,400,401,401,402,402,403,403,404,404,405,405,406,406,407,407,408,408,410,410,411,411,414,414,415,415,416,416,417,417,418,418,419,419,420,420,422,422,424,424,428,428,431,431,432,432,435,435,437,437,438,438,439,439,440,440,441,441,442,442,443,443,444,444,446,446,447,447,448,448,449,449,451,451,458,458,459,459,461,461,463,463,464,464,465,465,468,468,469,469,470,470,473,473,474,474,475,475,476,476,477,477,478,478,479,479,481,481,483,483,484,484,486,486,487,487,488,488,489,489,490,490,494,494,495,495,503,503,504,504,505,505,506,506,507,507,509,509,510,510,511,511,512,512,513,513,514,514,515,515,516,516,518,518,519,519,521,521,522,522,524,524,525,525,526,526,527,527,528,528,529,529,530,530,531,531,532,532,533,533,534,534,535,535,536,536,538,538,540,540,542,542,543,543,544,544,545,545,546,546,547,547,548,548,550,550,551,551,554,554,555,555,556,556,560,560,565,565,566,566,569,569,570,570,571,571,572,572,573,573,580,580,582,582,583,583,584,584,588,588,590,590,595,595,596,596,597,597,602,602,603,603,605,605,606,606,612,612,613,613,614,614,615,615,616,616,617,617,618,618,619,619,628,628,631,631,633,633,635,635,636,636,640,640,641,641,642,642,643,643,644,644,645,645,646,646,647,647,650,650,651,651,652,652,653,653,654,654,655,655,656,656,657,657,658,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,669,669,671,671,673,673,674,674,675,675,678,678,679,679,682,682,686,686,688,688,689,689,691,691,692,692,693,693,694,694,696,696,704,704,707,707,709,709,710,710,711,711,712,712,713,713,715,715,720,720,722,722,723,723,725,725,727,727,730,730,731,731,733,733,736,736,737,737,742,742,743,743,749,749,756,756,759,759,765,765,766,766,767,767,768,768,769,769,771,771,773,773,774,774,775,775,776,776,777,777,778,778,779,779,780,780,781,781,782,782,783,783,789,789,793,793,797,797,799,799,800,800,801,801,803,803,805,805,806,806,807,807,808,808,809,809,810,810,811,811,814,814,815,815,816,816,817,817,818,818,819,819,820,820,822,822,823,823,824,824,825,825,826,826,827,827,828,828,830,830,833,833,834,834,836,836,837,837,839,839,840,840,841,841,842,842,843,843,845,845,846,846,851,851,853,853,855,855,859,859,867,867,874,874,876,876,878,878,879,879,894,894,908,908,912,912,917,917,926,926,929,929,930,930,933,933,936,936,937,937,938,938,940,940,941,941,944,944,949,949,950,950,958,958,960,960,964,964,965,965,966,966,967,967,968,968,969,969,972,972,974,974,976,976,977,977,978,978,979,979,980,980,981,981,982,982,986,986,989,989,991,991,992,992,993,993,994,994,995,995,996,996,999,999,1000,1000,1001,1001,1004,1004,1005,1005,1006,1006,1007,1007,1008,1008,1011,1011,1013,1013,1014,1014,1016,1016,1017,1017,1018,1018,1019,1019,1025,1025,1027,1027,1028,1028,1029,1029,1030,1030,1031,1031,1032,1032,1033,1033,1035,1035,1036,1036,1038,1038,1040,1040,1042,1042,1043,1043,1054,1054,1056,1056,1061,1061,1065,1065,1073,1073,1075,1075,1078,1078,1079,1079,1080,1080,1084,1084,1085,1085,1089,1089,1098,1098,1099,1099,1101,1101,1102,1102,1106,1106,1111,1111,1117,1117,1120,1120,1121,1121,1122,1122,1123,1123,1126,1126,1127,1127,1128,1128,1129,1129,1131,1131,1132,1132,1133,1133,1134,1134,1135,1135,1136,1136,1137,1137,1138,1138,1139,1139,1140,1140,1141,1141,1147,1147,1148,1148,1149,1149,1150,1150,1152,1152,1154,1154,1156,1156,1157,1157,1158,1158,1161,1161,1164,1164,1166,1166,1167,1167,1169,1169,1174,1174,1175,1175,1176,1176,1177,1177,1179,1179,1182,1182,1183,1183,1186,1186,1188,1188,1196,1196,1197,1197,1199,1199,1202,1202,1203,1203,1210,1210,1214,1214,1218,1218,1220,1220,1224,1224,1225,1225,1227,1227,1232,1232,1233,1233,1235,1235,1237,1237,1240,1240,1242,1242,1243,1243,1245,1245,1247,1247,1248,1248,1249,1249,1251,1251,1253,1253,1255,1255,1256,1256,1257,1257,1258,1258,1259,1259,1260,1260,1261,1261,1262,1262,1263,1263,1264,1264,1265,1265,1266,1266,1268,1268,1269,1269,1271,1271,1273,1273,1274,1274,1276,1276,1277,1277,1278,1278,1279,1279,1280,1280,1283,1283,1285,1285,1289,1289,1291,1291,1293,1293,1295,1295,1298,1298,1300,1300,1304,1304,1305,1305,1306,1306,1308,1308,1311,1311,1313,1313,1316,1316,1319,1319,1320,1320,1322,1322,1323,1323,1324,1324,1326,1326,1328,1328,1332,1332,1334,1334,1337,1337,1344,1344,1346,1346,1350,1350,1352,1352,1360,1360,1364,1364,1365,1365,1368,1368,1369,1369,1370,1370,1371,1371,1372,1372,1373,1373,1374,1374,1375,1375,1376,1376,1377,1377,1378,1378,1379,1379,1380,1380,1382,1382,1383,1383,1384,1384,1385,1385,1386,1386,1388,1388,1389,1389,1390,1390,1391,1391,1392,1392,1393,1393,1396,1396,1397,1397,1398,1398,1400,1400,1401,1401,1404,1404,1405,1405,1406,1406,1407,1407,1408,1408,1409,1409,1410,1410,1411,1411,1418,1418,1420,1420,1423,1423,1426,1426,1428,1428,1430,1430,1432,1432,1438,1438,1440,1440,1445,1445,1449,1449,1450,1450,1451,1451,1452,1452,1454,1454,1455,1455,1457,1457,1459,1459,1461,1461,1464,1464,1465,1465,1467,1467,1471,1471,1474,1474,1477,1477,1479,1479,1480,1480,1481,1481,1482,1482,1483,1483,1484,1484,1485,1485,1487,1487,1490,1490,1491,1491,1493,1493,1494,1494,1495,1495,1496,1496,1497,1497,1499,1499,1500,1500,1501,1501,1502,1502,1503,1503,1506,1506,1507,1507,1509,1509,1510,1510,1515,1515,1517,1517,1518,1518,1519,1519,1520,1520,1521,1521,1522,1522,1529,1529,1531,1531,1535,1535,1536,1536,1537,1537,1540,1540,1542,1542,1544,1544,1545,1545,1547,1547,1558,1558,1560,1560,1561,1561,1565,1565,1568,1568,1570,1570,1571,1571,1572,1572,1575,1575,1576,1576,1578,1578,1579,1579,1582,1582,1586,1586,1588,1588,1590,1590,1591,1591,1596,1596,1598,1598,1599,1599,1602,1602,1603,1603,1605,1605,1607,1607,1608,1608,1609,1609,1610,1610,1611,1611,1613,1613,1618,1618,1620,1620,1621,1621,1624,1624,1625,1625,1626,1626,1627,1627,1628,1628,1629,1629,1633,1633,1635,1635,1636,1636,1637,1637,1639,1639,1643,1643,1645,1645,1647,1647,1651,1651,1654,1654,1657,1657,1659,1659,1661,1661,1663,1663,1667,1667,1670,1670,1671,1671,1677,1677,1687,1687,1690,1690,1691,1691,1694,1694,1696,1696,1698,1698,1701,1701,1703,1703,1706,1706,1708,1708,1710,1710,1713,1713,1722,1722,1727,1727,1729,1729,1731,1731,1734,1734,1738,1738,1740,1740,1744,1744,1746,1746,1748,1748,1749,1749,1750,1750,1752,1752,1753,1753,1754,1754,1755,1755,1756,1756,1758,1758,1760,1760,1762,1762,1763,1763,1764,1764,1766,1766,1767,1767,1778,1778,1779,1779,1783,1783,1785,1785,1787,1787,1793,1793,1800,1800,1802,1802,1803,1803,1805,1805,1806,1806,1809,1809,1812,1812,1814,1814,1826,1826,1828,1828,1832,1832,1833,1833,1834,1834,1840,1840,1843,1843,1848,1848,1852,1852,1854,1854,1857,1857,1860,1860,1865,1865,1869,1869,1874,1874,1876,1876,1881,1881,1887,1887,1891,1891,1896,1896,1901,1901,1903,1903,1904,1904,1907,1907,1912,1912,1913,1913,1915,1915,1922,1922,1924,1924,1925,1925,1927,1927,1929,1929,1932,1932,1933,1933,1936,1936,1941,1941,1944,1944,1947,1947,1949,1949,1964,1964,1969,1969,1970,1970,1973,1973,1976,1976,1980,1980,1981,1981,1983,1983,1986,1986,1987,1987,1990,1990,1991,1991],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,36,38,40,42,44,-1,-1,46,48,50,52,54,56,-1,-1,-1,58,60,-1,62,64,66,-1,68,70,72,74,-1,-1,76,78,80,82,84,86,88,90,92,-1,94,96,-1,98,100,102,104,106,-1,-1,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,-1,-1,-1,138,-1,140,142,144,-1,146,-1,148,-1,150,-1,152,-1,154,156,158,160,-1,162,164,-1,166,168,170,172,174,176,178,-1,180,182,184,-1,-1,-1,-1,186,188,190,-1,-1,192,-1,-1,194,196,198,-1,-1,-1,-1,200,-1,202,204,206,208,210,212,214,-1,-1,-1,216,-1,218,-1,220,222,-1,-1,224,226,228,230,-1,-1,232,-1,234,236,-1,238,240,242,244,246,-1,-1,248,-1,-1,-1,-1,250,-1,252,-1,-1,-1,254,-1,-1,-1,-1,-1,256,-1,258,260,262,264,266,-1,-1,268,-1,270,-1,272,274,276,278,280,-1,-1,282,-1,-1,-1,284,-1,286,288,290,292,294,296,298,300,302,304,306,308,310,-1,-1,312,314,316,318,-1,-1,320,322,324,326,328,330,-1,332,-1,-1,-1,-1,-1,-1,334,-1,-1,-1,-1,336,338,340,342,344,346,348,-1,350,-1,-1,-1,352,-1,354,356,358,360,362,-1,364,-1,366,-1,-1,-1,-1,-1,368,-1,370,-1,-1,372,374,376,378,-1,380,382,384,-1,-1,-1,-1,-1,-1,386,-1,388,390,-1,-1,392,394,396,-1,398,400,402,404,406,408,410,412,-1,414,416,418,420,422,424,426,-1,428,430,432,-1,434,436,438,440,442,444,-1,446,448,-1,-1,-1,450,452,-1,454,-1,456,458,-1,460,462,-1,464,466,468,470,472,-1,-1,-1,-1,-1,-1,-1,-1,474,476,478,-1,480,482,484,-1,486,488,490,-1,492,494,496,-1,498,500,502,504,506,-1,-1,-1,508,510,512,514,516,518,520,522,524,526,528,530,532,-1,534,536,-1,-1,538,540,542,544,546,548,550,-1,552,-1,554,-1,-1,-1,556,-1,-1,558,560,-1,-1,562,-1,564,566,568,570,572,574,576,578,-1,580,582,584,586,-1,588,-1,-1,-1,-1,-1,-1,590,592,-1,594,-1,596,598,600,-1,-1,602,604,606,-1,-1,608,610,612,614,616,618,620,-1,622,-1,624,626,-1,628,630,632,634,636,-1,-1,-1,638,640,-1,-1,-1,-1,-1,-1,-1,642,644,646,648,650,-1,652,654,656,658,660,662,664,666,-1,668,670,-1,672,674,-1,676,678,680,682,684,686,688,690,692,694,696,698,700,-1,702,-1,704,-1,706,708,710,712,714,716,718,-1,720,722,-1,-1,724,726,728,-1,-1,-1,730,-1,-1,-1,-1,732,734,-1,-1,736,738,740,742,744,-1,-1,-1,-1,-1,-1,746,-1,748,750,752,-1,-1,-1,754,-1,756,-1,-1,-1,-1,758,760,762,-1,-1,-1,-1,764,766,-1,768,770,-1,-1,-1,-1,-1,772,774,776,778,780,782,784,786,-1,-1,-1,-1,-1,-1,-1,-1,788,-1,-1,790,-1,792,-1,794,796,-1,-1,-1,798,800,802,804,806,808,810,812,-1,-1,814,816,818,820,822,824,826,828,830,832,834,836,838,840,842,844,846,-1,-1,848,-1,850,-1,852,854,856,-1,-1,858,860,-1,-1,862,-1,-1,-1,864,-1,866,868,-1,870,872,874,876,-1,878,-1,-1,-1,-1,-1,-1,-1,880,-1,-1,882,-1,884,886,888,890,892,-1,894,-1,-1,-1,-1,896,-1,898,900,-1,902,-1,904,-1,-1,906,908,-1,910,-1,-1,912,914,-1,-1,-1,-1,916,918,-1,-1,-1,-1,-1,920,-1,-1,-1,-1,-1,-1,922,-1,-1,924,-1,-1,-1,-1,-1,926,928,930,932,934,-1,936,-1,938,940,942,944,946,948,950,952,954,956,958,-1,-1,-1,-1,-1,960,-1,-1,-1,962,-1,-1,-1,964,-1,966,968,970,-1,972,-1,974,976,978,980,982,984,986,-1,-1,988,990,992,994,996,998,1000,-1,1002,1004,1006,1008,1010,1012,1014,-1,1016,-1,-1,1018,1020,-1,1022,1024,-1,1026,1028,1030,1032,1034,-1,1036,1038,-1,-1,-1,-1,1040,-1,1042,-1,1044,-1,-1,-1,1046,-1,-1,-1,-1,-1,-1,-1,1048,-1,-1,-1,-1,-1,-1,1050,-1,1052,-1,1054,1056,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1058,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1060,-1,-1,-1,1062,-1,-1,-1,-1,1064,-1,-1,-1,-1,-1,-1,-1,-1,1066,-1,-1,1068,1070,-1,-1,1072,-1,-1,1074,1076,1078,-1,1080,1082,-1,-1,1084,-1,-1,-1,-1,1086,1088,-1,-1,-1,-1,-1,-1,-1,1090,-1,1092,-1,-1,-1,1094,1096,1098,1100,1102,1104,-1,-1,1106,-1,1108,-1,1110,1112,1114,1116,1118,1120,1122,-1,-1,-1,1124,-1,-1,1126,-1,1128,1130,1132,1134,1136,1138,-1,-1,1140,1142,1144,-1,-1,1146,1148,1150,1152,1154,-1,-1,1156,-1,1158,1160,-1,1162,1164,1166,1168,-1,-1,-1,-1,-1,1170,-1,1172,1174,1176,1178,1180,1182,1184,-1,1186,1188,-1,1190,-1,1192,-1,1194,1196,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1198,-1,1200,-1,-1,-1,-1,1202,-1,-1,-1,1204,-1,-1,-1,-1,-1,-1,-1,1206,-1,1208,-1,-1,1210,1212,1214,-1,-1,-1,1216,1218,-1,-1,-1,1220,-1,-1,-1,-1,-1,-1,-1,-1,1222,1224,-1,1226,1228,-1,-1,-1,1230,-1,-1,-1,-1,1232,-1,-1,-1,-1,-1,1234,-1,-1,1236,1238,1240,1242,-1,-1,1244,1246,1248,1250,-1,1252,1254,1256,1258,1260,1262,1264,1266,1268,1270,1272,-1,-1,-1,-1,-1,1274,1276,1278,1280,-1,1282,-1,1284,-1,1286,1288,1290,-1,-1,1292,-1,-1,1294,-1,1296,1298,-1,1300,-1,-1,-1,-1,1302,1304,1306,1308,-1,1310,-1,-1,1312,1314,-1,-1,1316,-1,1318,-1,-1,-1,-1,-1,-1,-1,1320,1322,-1,1324,-1,-1,1326,1328,-1,-1,-1,-1,-1,-1,1330,-1,-1,-1,1332,-1,-1,-1,1334,-1,1336,-1,-1,-1,1338,1340,-1,1342,-1,-1,-1,-1,1344,1346,-1,1348,-1,1350,-1,-1,1352,-1,1354,1356,-1,1358,-1,1360,1362,1364,-1,1366,-1,1368,-1,1370,1372,1374,1376,1378,1380,1382,1384,1386,1388,1390,1392,-1,1394,1396,-1,1398,-1,1400,1402,-1,1404,1406,1408,1410,1412,-1,-1,1414,-1,1416,-1,-1,-1,1418,-1,1420,-1,1422,-1,1424,-1,-1,1426,-1,1428,-1,-1,-1,1430,1432,1434,-1,1436,-1,-1,1438,-1,1440,-1,-1,1442,-1,-1,1444,1446,-1,1448,1450,1452,-1,1454,-1,1456,-1,-1,-1,1458,-1,1460,-1,-1,1462,-1,-1,-1,-1,-1,-1,1464,-1,1466,-1,-1,-1,1468,-1,1470,-1,-1,-1,-1,-1,-1,-1,1472,-1,-1,-1,1474,1476,-1,-1,1478,1480,1482,1484,1486,1488,1490,1492,1494,1496,1498,1500,1502,-1,1504,1506,1508,1510,1512,-1,1514,1516,1518,1520,1522,1524,-1,-1,1526,1528,1530,-1,1532,1534,-1,-1,1536,1538,1540,1542,1544,1546,1548,1550,-1,-1,-1,-1,-1,-1,1552,-1,1554,-1,-1,1556,-1,-1,1558,-1,1560,-1,1562,-1,1564,-1,-1,-1,-1,-1,1566,-1,1568,-1,-1,-1,-1,1570,-1,-1,-1,1572,1574,1576,1578,-1,1580,1582,-1,1584,-1,1586,-1,1588,-1,-1,1590,1592,-1,1594,-1,-1,-1,1596,-1,-1,1598,-1,-1,1600,-1,1602,1604,1606,1608,1610,1612,1614,-1,1616,-1,-1,1618,1620,-1,1622,1624,1626,1628,1630,-1,1632,1634,1636,1638,1640,-1,-1,1642,1644,-1,1646,1648,-1,-1,-1,-1,1650,-1,1652,1654,1656,1658,1660,1662,-1,-1,-1,-1,-1,-1,1664,-1,1666,-1,-1,-1,1668,1670,1672,-1,-1,1674,-1,1676,-1,1678,1680,-1,1682,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1684,-1,1686,1688,-1,-1,-1,1690,-1,-1,1692,-1,1694,1696,1698,-1,-1,1700,1702,-1,1704,1706,-1,-1,1708,-1,-1,-1,1710,-1,1712,-1,1714,1716,-1,-1,-1,-1,1718,-1,1720,1722,-1,-1,1724,1726,-1,1728,-1,1730,1732,1734,1736,1738,-1,1740,-1,-1,-1,-1,1742,-1,1744,1746,-1,-1,1748,1750,1752,1754,1756,1758,-1,-1,-1,1760,-1,1762,1764,1766,-1,1768,-1,-1,-1,1770,-1,1772,-1,1774,-1,-1,-1,1776,-1,-1,1778,-1,-1,1780,-1,1782,-1,1784,-1,1786,-1,-1,-1,1788,-1,-1,1790,1792,-1,-1,-1,-1,-1,1794,-1,-1,-1,-1,-1,-1,-1,-1,-1,1796,-1,-1,1798,1800,-1,-1,1802,-1,1804,-1,1806,-1,-1,1808,-1,1810,-1,-1,1812,-1,1814,-1,1816,-1,-1,1818,-1,-1,-1,-1,-1,-1,-1,-1,1820,-1,-1,-1,-1,1822,-1,1824,-1,1826,-1,-1,1828,-1,-1,-1,1830,-1,1832,-1,-1,-1,1834,-1,1836,-1,1838,1840,1842,-1,1844,1846,1848,1850,1852,-1,1854,-1,1856,-1,1858,1860,1862,-1,1864,1866,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1868,1870,-1,-1,-1,1872,-1,1874,-1,1876,-1,-1,-1,-1,-1,1878,-1,-1,-1,-1,-1,-1,1880,-1,1882,1884,-1,1886,1888,-1,-1,1890,-1,-1,1892,-1,1894,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1896,-1,1898,-1,-1,-1,1900,1902,1904,-1,-1,-1,-1,-1,1906,-1,-1,1908,-1,-1,-1,-1,1910,-1,-1,-1,1912,-1,1914,-1,-1,1916,-1,-1,1918,-1,-1,-1,-1,1920,-1,-1,-1,1922,-1,-1,-1,-1,1924,-1,1926,-1,-1,-1,-1,1928,-1,-1,-1,-1,-1,1930,-1,-1,-1,1932,-1,-1,-1,-1,1934,-1,-1,-1,-1,1936,-1,1938,1940,-1,-1,1942,-1,-1,-1,-1,1944,1946,-1,1948,-1,-1,-1,-1,-1,-1,1950,-1,1952,1954,-1,1956,-1,1958,-1,-1,1960,1962,-1,-1,1964,-1,-1,-1,-1,1966,-1,-1,1968,-1,-1,1970,-1,1972,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1974,-1,-1,-1,-1,1976,1978,-1,-1,1980,-1,-1,1982,-1,-1,-1,1984,1986,-1,1988,-1,-1,1990,1992,-1,-1,1994,1996,-1,-1,-1,-1,-1],"split_conditions":[1.0725372E2,4.230957E-1,7.6660156E-1,1.8495027E2,4.9829102E-1,4.1314697E2,6.665039E-1,1.9826106E2,9.580078E-1,9.394531E-1,2.2852719E2,-7.780162E-1,1.10646416E2,3.330078E-1,1.4752182E2,8.852539E-1,5.9685082E0,8.441162E-2,1.5296657E2,8.964844E-1,1.4775E2,1.7598135E2,4.753113E-3,-0E0,-1.1417031E-1,1.7871857E-3,3.6346436E-2,9.169922E-1,5.466461E-3,9.2626953E-1,1.34375E2,-7.901989E-1,-0E0,-0E0,1.6503906E-1,4.0125E1,-4.2565763E-1,5.7421875E-1,7.247925E-3,3.0460358E-3,-0E0,1.533018E2,2.4158382E0,3.9958467E0,1.0785075E0,-0E0,-7.921722E-1,3.095703E-1,7.324219E-2,9.501953E-1,1.09181465E2,8.166504E-2,9.980469E-1,1.4316089E2,1.325E2,6.975E1,-0E0,1.3909786E0,1.134375E2,-0E0,2.3184668E2,1.5663E2,8.9746094E-1,1.3235286E0,9.980469E-1,-0E0,-7.4891084E-1,9.7753906E-1,9.5654297E-1,4.9023438E-1,3.3931732E-3,2.4696202E0,1.331849E2,6.2462524E1,8.3843374E-1,1.2653426E0,5.099502E1,2.1633456E0,5.367279E-3,1.7759283E2,1.449871E2,8.310547E-1,-7.3450613E-1,-0E0,-3.0539747E-2,1.2779236E-2,-0E0,3.503418E-1,4.5385742E-1,2.0111084E-2,-0E0,2.8874342E1,-0E0,7.572915E-1,-1.574458E-1,9.267578E-1,-0E0,9.794922E-1,-0E0,5.7852657E1,9.946289E-1,9.9853516E-1,1.7346191E-1,3.5885307E-1,5.433148E0,3.0296875E1,-0E0,1.4316089E2,3.0953125E1,1.6753493E2,6.94375E1,9.781544E-1,6.246875E1,5.444336E-2,-7.3162746E-1,2.770996E-1,3.0140625E1,7.4365234E-1,-0E0,-4.809495E-1,5.066114E-1,-0E0,3.213346E1,1.5220642E-2,1.7907715E-1,-0E0,-5.566144E-1,2.317831E0,-3.8308543E-1,-0E0,3.1484375E1,2.4435815E2,1.9603203E2,-7.062502E-1,-0E0,-0E0,2.170211E-1,2.0807076E2,-7.672169E-1,9.980469E-1,7.392578E-1,1.5600586E-1,1.3432758E2,2.2248888E0,9.9609375E-1,9.301758E-1,-7.736763E-1,-0E0,6.518702E-2,5.7408464E-1,-0E0,6.585161E-1,-0E0,1.3916016E-1,9.3409966E1,-7.345852E-1,-0E0,1.9848633E-1,5.947876E-2,1.1886835E0,1.7753873E0,-3.8489446E-1,-0E0,1.0005022E0,-7.276466E-1,8.5915245E1,9.880494E1,-0E0,9.9609375E-1,8.268616E1,7.216191E1,7.49375E1,5.289727E1,-0E0,-1.6059725E-1,9.85E1,-0E0,6.503414E-1,-0E0,-0E0,9.1377234E-1,-0E0,5.546875E1,-0E0,5.9431744E-1,-0E0,5.9059186E0,-0E0,3.0254385E0,5.216472E-1,-3.6307925E-1,-0E0,8.835814E1,-0E0,7.739258E-1,1.8468054E2,9.472656E-1,1.9633768E2,2.7008057E-3,-0E0,-1.4921698E-1,5.622928E-1,-0E0,1.4219706E0,-2.139898E-1,5.14375E1,1.2857257E2,8.745117E-1,8.2125E1,1.1154175E-2,-4.7589436E-1,-7.738938E-1,3.75625E1,-4.0179726E-2,-0E0,-0E0,2.28875E2,-0E0,1.0398865E-2,9.698476E1,3.0296875E1,1.4044173E2,2.3120117E-1,3.0296875E1,9.145508E-1,5.9625E1,6.7041016E-1,1.2475586E-1,9.2319885E1,4.4125E1,5.46875E-1,-0E0,-7.017192E-2,8.852539E-1,9.9853516E-1,1.8679721E2,1.684826E2,-7.297353E-1,-0E0,1.5019273E2,7.783203E-1,1.2012644E0,7.39375E1,1.7969775E2,9.814453E-1,-0E0,4.246875E1,9.274782E-1,-0E0,-0E0,1.2643315E-1,-0E0,-5.8315814E-1,1.1779351E1,-0E0,-0E0,1.0640664E0,-0E0,5.142507E0,1.0876465E-1,1.3111597E2,1.0430908E-1,1.8164692E0,4.1E1,1.1166424E2,-0E0,6.1328125E-1,-0E0,-7.50242E-1,-0E0,8.4716797E-1,-4.1290873E-1,2.4829102E-1,1.1853027E-1,3.3129883E-1,9.0875E1,6.3388374E1,-6.651728E-1,1.5663E2,-4.0694952E-2,1.632932E2,-0E0,-7.759571E-2,-7.224771E-1,-0E0,-0E0,7.324219E-2,-0E0,9.775E1,-0E0,-7.0722085E-1,3.35E1,9.760742E-1,3.5267427E0,6.5966797E-1,-0E0,5.371094E-1,5.3027344E-1,1.6664665E2,7.633554E-1,-0E0,-4.3385777E-1,-0E0,-4.8786944E-1,-0E0,7.604016E1,-2.7584836E-1,1.4713795E0,1.28875E2,-0E0,-7.34436E-1,7.330844E1,3.51875E1,3.040625E1,-0E0,7.75625E1,8.1782555E1,1.1463369E0,1.6503906E-1,8.13125E1,6.7603165E1,7.591677E-1,7.270508E-1,-0E0,3.096875E1,9.814453E-1,1.8164692E0,1.6376169E2,2.8588867E-1,6.066619E-1,1.6980661E2,-0E0,3.9100647E-3,5.425E1,1.4772415E-3,-7.4879867E-1,2.633667E-2,7.75625E1,2.2436523E-1,3.30625E1,2.305622E2,6.6625E1,-7.4937445E-1,5.6E1,6.83125E1,-0E0,5.5112326E-1,-0E0,9.8535156E-1,5.0473113E0,-0E0,3.1176758E-1,-0E0,1.05651855E-1,1.0644531E-1,-0E0,9.951172E-1,1.2040455E2,-3.822566E-1,7.0996094E-1,8.00625E1,1.3910575E0,8.465403E1,4.5875E1,-0E0,7.679894E-1,-0E0,-0E0,1.0870531E0,4.4325075E-1,-0E0,1.2856324E-1,5.684375E1,1.514676E2,7.20625E1,-7.1289015E-1,1.8566895E-1,1.0678532E2,4.453125E1,-0E0,4.8525336E-1,7.899414E-1,6.723633E-1,-1.0787394E-1,8.557833E1,1.3865347E2,7.5375E1,-0E0,4.296875E1,2.208252E-1,9.3359375E-1,4.828125E1,4.8339844E-1,-0E0,-5.997991E-1,-0E0,9.951172E-1,8.45625E1,1.3896085E2,9.4970703E-1,7.84375E1,1.5497513E2,7.8E1,9.657268E1,3.403125E1,8.9746094E-1,9.6435547E-1,5.253906E-1,1.45E2,-0E0,1.7578125E-1,8.4228516E-1,-1.346811E-1,-0E0,1.6934935E2,4.3920898E-1,1.6784668E-1,4.128418E-1,4.340625E1,4.8876953E-1,4.3218468E1,-0E0,3.8903413E0,-0E0,6.4260453E-1,-3.158847E-1,-0E0,-0E0,9.863281E-1,-0E0,-1.1084366E-1,2.4280803E2,1.1215786E0,-0E0,-9.2645094E-2,5.367279E-3,-0E0,5.5007935E-3,6.396875E1,4.863339E0,1.3767146E2,1.5220642E-2,1.1103878E2,9.9365234E-1,7.9625E1,-0E0,4.4555664E-2,9.53125E-1,1.2093964E2,4.3917277E-1,-0E0,7.080078E-2,-0E0,-0E0,5.97264E-1,-0E0,-2.142161E-1,-0E0,6.1376953E-1,3.6010742E-1,-0E0,7.0251465E-2,-0E0,5.774589E1,1.494431E2,1.9196038E0,-0E0,-0E0,1.4415538E2,1.8067908E2,3.4356623E0,4.0350407E-1,-0E0,5.3335466E0,1.0938407E0,1.9055176E-1,3.951327E0,7.336426E-2,5.234375E1,2.1165762E0,-2.6039007E-1,1.5670776E-2,-0E0,4.14375E1,2.783793E2,-0E0,4.7286634E0,7.209397E-1,1.8075E2,8.30244E1,3.9234843E0,-0E0,1.6662861E0,-3.7951818E-1,8.455758E-1,6.8310547E-1,-0E0,-0E0,5.196298E-1,-0E0,-5.682001E-1,2.4304572E-1,-0E0,5.746875E1,9.501953E-1,7.109375E-1,9.9609375E-1,2.5405884E-3,-0E0,7.5097656E-1,7.25625E1,9.975586E-1,2.9248047E-1,6.044922E-1,6.723633E-1,1.2658691E-1,2.3779297E-1,-0E0,1.05529785E-1,1.4299013E2,-0E0,9.9902344E-1,2.9736328E-1,-0E0,4.651846E0,1.09680176E-1,1.6309807E0,1.4807129E-1,6.475E1,5.551758E-1,8.5382116E-1,1.297989E2,7.5097656E-1,3.0004883E-1,3.284375E1,1.3208113E2,1.03149414E-1,-0E0,1.5475E2,-0E0,5.209961E-1,-0E0,1.1999512E-1,7.602539E-1,1.5475E2,8.4228516E-1,1.463623E-1,1.5771484E-1,9.5336914E-2,-0E0,6.5722656E-1,6.4331055E-2,-0E0,-0E0,5.9438562E0,5.9438562E0,1.46625E2,-0E0,-1.2881267E-1,-0E0,9.9902344E-1,-0E0,-6.091183E-1,-0E0,-4.3588713E-1,9.824219E-1,6.425781E-1,-3.004268E-1,-0E0,1.407693E0,9.9125E1,8.671875E-1,9.631497E0,2.0007324E-1,-6.7141384E-2,-2.1118988E-1,-0E0,3.1420138E-1,-0E0,-0E0,8.858887E-1,-0E0,4.6109266E0,1.46625E2,9.9609375E-1,-0E0,-5.142539E-1,-0E0,9.9658203E-1,-0E0,2.0123267E0,-7.513969E-1,-0E0,-0E0,6.6691977E-1,2.9402807E0,9.6375E1,9.9853516E-1,-0E0,1.0441152E0,-0E0,-0E0,7.8239995E-1,3.279408E0,-0E0,3.0517578E-1,2.3280509E0,-6.770719E-1,-0E0,-0E0,1.1399859E-1,-1.103277E-1,5.5029297E-1,7.060547E-1,6.9125E1,1.3586426E-1,3.591511E0,2.5067582E0,8.256836E-1,9.002107E1,-0E0,-0E0,-4.686044E-1,-0E0,1.5521463E0,-3.2806402E-1,-0E0,-7.713065E-1,2.4967957E0,-4.4273242E-2,-0E0,9.980469E-1,-0E0,2.5146484E-1,-0E0,6.55E1,9.528215E1,-0E0,2.4856938E-1,-0E0,9.741211E-1,4.584375E1,2.439612E0,1.2402495E2,2.6120737E0,9.628906E-1,3.7670898E-1,9.970703E-1,-0E0,-0E0,7.572915E-1,3.30625E1,5.8251953E-1,5.551758E-1,9.224123E1,3.0609375E1,4.7192383E-1,2.0234165E0,2.553519E1,5.761719E-1,9.277344E-2,3.403125E1,9.8046875E-1,4.3310547E-1,4.4189453E-1,3.869597E0,7.7197266E-1,5.9159267E-1,-0E0,4.3770843E0,-0E0,7.91626E-2,-0E0,5.058594E-1,9.15E1,2.048543E2,-0E0,-0E0,2.7954102E-2,9.116211E-1,-0E0,-0E0,1.216875E2,-2.4918938E-1,-0E0,-0E0,7.0996094E-1,-0E0,3.33125E1,9.472656E-1,-0E0,7.422364E-1,5.246462E-1,3.4375E1,8.526553E1,-0E0,3.781128E-2,-0E0,4.1010705E-1,-0E0,-1.22409664E-1,-5.816165E-1,-0E0,-0E0,9.770508E-1,-0E0,-2.0360576E-1,3.73125E1,-0E0,1.3231746E0,8.7402344E-1,1.7883301E-1,3.9544992E0,3.8359587E0,-0E0,6.2607647E1,-0E0,-0E0,3.112203E-1,-0E0,7.20625E1,-0E0,4.732431E0,9.946289E-1,-0E0,4.7973633E-1,-0E0,7.01875E1,-0E0,-7.6999336E-1,2.124937E0,1.076879E2,-0E0,6.33125E1,-0E0,-0E0,2.7954102E-2,5.253906E-1,-1.8125454E-1,-0E0,3.7063223E-1,-0E0,7.61875E1,8.2666016E-1,-0E0,-0E0,1.3415953E0,-6.447327E-1,-0E0,7.891846E-2,-0E0,-1.1728034E-1,-0E0,1.1172693E0,-0E0,-0E0,9.6777344E-1,-0E0,4.034899E-1,3.251953E-1,-0E0,-6.2983173E-1,-0E0,-0E0,-4.9671444E-1,3.971875E1,6.7578125E-1,7.8222656E-1,1.090625E2,9.5654297E-1,-0E0,3.353125E1,-0E0,5.255127E-2,6.4468604E-1,3.086387E0,3.9086E0,3.608875E0,1.29375E2,3.8153207E0,9.8095703E-1,1.1154175E-2,1.0818042E2,9.383654E-1,-2.604119E-2,-0E0,9.29962E-1,-2.9779613E-1,-0E0,1.05651855E-1,-0E0,9.865687E-1,-0E0,3.640625E1,-0E0,5.5755854E-2,-0E0,1.3949957E2,-0E0,2.6986594E0,9.8339844E-1,4.863339E0,-0E0,1.3340855E0,-0E0,9.0185547E-1,6.892483E1,3.2979865E0,4.584375E1,3.74375E1,8.823242E-1,3.521875E1,-0E0,-0E0,3.240625E1,3.2979865E0,1.3256836E-1,6.806451E1,2.6273768E0,1.420584E0,1.22924805E-1,-0E0,1.19625E2,2.902832E-1,2.4828892E0,6.159375E1,1.4400985E0,8.754883E-1,4.5444508E0,-0E0,1.5269543E0,-0E0,2.6931086E-1,7.721237E1,1.442202E2,-0E0,6.8375E1,3.859375E1,-0E0,2.127357E2,5.296875E1,4.65625E1,3.5E1,8.852539E-1,-0E0,3.3031888E0,5.746875E1,-6.19163E-1,-0E0,-0E0,7.3419476E-1,1.706385E2,-0E0,8.166504E-2,-0E0,9.873047E-1,-0E0,-0E0,-7.847528E-1,6.972656E-1,-0E0,4.9355462E-1,-0E0,3.6623016E-1,-0E0,-0E0,-4.026649E-1,5.115258E0,-0E0,-0E0,-2.2580504E-1,-0E0,1.407955E-1,-0E0,1.4044173E2,-0E0,7.6660156E-1,-0E0,5.6640625E-1,1.684826E2,-0E0,-0E0,6.559981E-1,-2.626651E-1,-0E0,9.7647406E-2,-0E0,-0E0,-7.788087E-2,2.249443E-1,-0E0,-1.1841397E0,-0E0,-0E0,1.5956108E2,7.6137197E-1,-0E0,-7.5722617E-1,-0E0,7.886209E-1,-0E0,-0E0,9.011842E-1,3.3385587E-1,-0E0,-0E0,-2.4254525E-1,-0E0,3.230944E1,-0E0,9.4101506E-1,-0E0,4.9270806E0,1.9529016E-1,-0E0,-6.0313547E-1,-0E0,5.185547E-1,-0E0,-0E0,7.539888E-1,9.322889E-1,-0E0,-2.247795E-1,-0E0,-0E0,5.268224E0,-0E0,1.732653E-1,5.1875E1,6.19375E1,-5.8989435E-1,-0E0,5.7373047E-1,-0E0,-0E0,1.141875E2,1.9977252E2,7.899414E-1,-0E0,3.75625E1,8.256836E-1,-2.3093984E-1,-0E0,1.4038086E-1,-0E0,3.660416E-1,-1.7338787E-1,-0E0,9.868164E-1,3.2398515E0,-0E0,-1.07934415E-1,-0E0,-5.885296E-1,-0E0,1.1757267E-1,-0E0,2.1428784E2,-0E0,5.8251953E-1,-0E0,-5.062297E-1,-0E0,1.340332E-1,4.034375E1,4.309082E-2,9.8583984E-1,9.453125E-1,4.9047852E-1,-0E0,-0E0,1.0947169E0,-0E0,3.955078E-2,-0E0,9.9560547E-1,4.066011E0,6.125E1,1.695291E0,3.6867483E0,4.4555664E-2,9.433594E-1,-0E0,3.2990232E-1,-0E0,1.4136758E2,-0E0,-7.945953E-1,4.865625E1,-0E0,9.135742E-1,1.449871E2,5.8156612E1,2.5415E0,6.69375E1,1.0876465E-1,-0E0,-6.426997E-2,9.84375E-1,5.066679E0,9.765625E-2,-0E0,-0E0,1.027314E2,4.690625E1,3.1067615E0,1.4496241E0,1.4233398E-1,-0E0,6.8099034E-1,1.5671173E0,-0E0,1.4869987E2,7.832031E-1,-0E0,9.7265625E-1,5.466461E-3,9.453125E-1,8.144228E1,-0E0,-3.054974E-1,-0E0,-0E0,8.4161776E-1,9.8876953E-1,-0E0,8.350755E1,1.8925288E2,2.5925965E0,1.6826637E0,8.4716797E-1,6.70166E-2,9.301758E-1,-0E0,3.1609375E1,2.2546387E-1,-0E0,3.9086914E-1,-0E0,1.4254224E2,-0E0,8.432617E-1,1.2771606E-2,-0E0,-0E0,2.3186815E-1,8.875326E-1,-0E0,-0E0,2.2813855E-1,-0E0,-4.4733256E-1,-0E0,1.6664665E2,-0E0,9.970703E-1,-0E0,-5.550821E-1,-0E0,-3.3404154E-1,3.0151367E-2,-0E0,-0E0,1.0362324E0,8.71875E1,-0E0,-0E0,8.175418E-1,-1.7456688E-1,-0E0,2.0197995E-1,3.1931818E0,2.7124023E-1,-0E0,3.4375E1,-0E0,-0E0,1.0612488E-2,3.934375E1,8.8712424E-1,1.5508132E-1,-0E0,-0E0,7.2558594E-1,9.886689E-1,-0E0,-1.03618644E-1,2.0010236E-1,9.683215E1,-0E0,-0E0,-7.335076E-1,-0E0,1.9679066E0,-9.9715546E-2,-0E0,-0E0,9.379883E-1,8.288574E-2,-0E0,2.5507908E0,3.6979623E0,7.589999E-1,-0E0,-0E0,6.499803E1,-0E0,3.7150994E-1,-3.9913246E-1,-0E0,6.665039E-1,-0E0,-8.949755E-2,-0E0,-0E0,4.6219134E-1,4.3770843E0,-0E0,-0E0,2.8052716E0,1.4001749E2,1.2586586E2,3.213346E1,-0E0,-0E0,4.867885E0,5.546875E1,9.9609375E-1,8.901367E-1,-0E0,8.5915245E1,1.7741978E2,1.9334295E0,9.308954E1,9.931145E1,5.97248E1,5.3875E1,5.178125E1,1.5793492E2,5.996875E1,9.53125E-1,-0E0,-0E0,-3.9478254E-1,-0E0,-2.6953933E-1,2.3815918E-1,6.3201505E-1,9.613434E1,8.24362E1,-0E0,4.8339844E-1,-0E0,9.6875E1,-0E0,4.863339E0,1.4752182E2,3.4556217E0,5.263416E-1,-0E0,9.980469E-1,-0E0,-0E0,8.8916016E-1,-0E0,2.127357E2,4.4021606E-3,-0E0,9.383654E-1,-0E0,-0E0,1.5280223E-1,-0E0,9.8046875E-1,1.3134766E-1,9.663086E-1,2.9469612E0,-0E0,6.665039E-1,-0E0,-0E0,9.916992E-1,9.9658203E-1,-0E0,-0E0,1.8925288E2,-0E0,8.5E1,-0E0,6.5853304E-1,2.3080581E-1,-0E0,-0E0,-6.336185E-1,-0E0,7.5097656E-1,3.265625E1,-0E0,7.446289E-1,-0E0,-0E0,4.0863037E-2,1.6309807E0,-0E0,1.6492904E0,-0E0,-0E0,8.3513105E-1,-0E0,3.3931732E-3,1.2579876E-1,-0E0,-0E0,3.7743076E1,-0E0,1.2406042E0,-0E0,5.040625E1,-0E0,1.430664E-1,6.2100303E-1,-0E0,-0E0,9.941406E-1,3.1734375E1,-0E0,6.113281E-1,-0E0,-0E0,9.1457546E-1,-0E0,9.772519E1,1.0612488E-2,-0E0,7.20625E1,-0E0,8.690922E1,-0E0,-0E0,2.255249E-2,-0E0,7.472388E1,9.375E-1,-0E0,7.1972656E-1,-0E0,1.5503179E0,3.112793E-1,1.7578125E-2,-0E0,6.155518E1,-0E0,1.244289E0,-0E0,2.297445E0,1.0112301E2,1.0430908E-1,4.0320683E0,1.6393585E0,7.1533203E-1,9.490967E-3,2.0007324E-1,8.196553E1,8.192326E1,2.9181541E1,4.371875E1,-0E0,9.84375E-1,8.9E1,-7.775857E-1,8.288574E-2,-0E0,9.954834E-2,3.565625E1,-0E0,5.46875E-1,5.81875E1,1.1693898E0,3.7991467E0,5.490625E1,2.1804099E-1,-0E0,2.3576913E0,-0E0,1.18637085E-2,-0E0,-0E0,1.8379967E-1,3.54375E1,-0E0,7.2075194E-1,-0E0,4.5834002E0,-0E0,9.975586E-1,-0E0,-0E0,4.8525336E-1,-0E0,1.8925288E2,-4.2944637E-1,-0E0,-0E0,1.94989E0,4.3310547E-1,1.026001E-1,-0E0,3.81875E1,-0E0,2.716053E-1,4.440625E1,-0E0,5.19119E1,-0E0,-0E0,7.725E1,-0E0,2.4475645E-1,1.1998044E2,1.105625E2,-0E0,4.4156433E1,3.036484E0,9.5410156E-1,-0E0,7.873535E-2,-0E0,1.050625E2,-0E0,-4.122899E-1,-0E0,1.026875E2,-0E0,6.83125E1,-0E0,9.382197E-1,4.2375E1,-0E0,-0E0,2.9634893E-1,-3.8882136E-1,-0E0,-0E0,4.8746544E1,-0E0,1.13E2,-7.1960324E-1,-0E0,-0E0,5.046875E1,-0E0,2.935791E-2,-0E0,-7.339971E-1,6.731503E-1,-0E0,5.016838E-1,-0E0,-0E0,1.7330345E2,2.4172963E-1,-0E0,-0E0,9.490967E-3,3.5E1,-0E0,-0E0,5.182063E0,1.2138199E2,6.108684E1,3.3496094E-1,1.449871E2,8.135983E1,3.2714844E-2,1.8311551E2,1.6129042E0,1.2870368E0,4.773229E0,9.5654297E-1,9.7265625E-1,-0E0,1.8115324E2,1.5211551E2,4.2375E1,5.921875E1,9.588623E-2,-0E0,1.4670132E2,5.715625E1,3.62463E0,8.556736E1,8.196553E1,9.6972656E-1,-0E0,-0E0,9.071722E-1,1.706385E2,9.975586E-1,-0E0,1.1849498E2,9.9125E1,-0E0,-0E0,8.0371094E-1,1.027314E2,7.8564453E-1,1.0601807E-1,5.7495117E-2,1.331849E2,7.104492E-1,7.745361E-2,-0E0,-7.8500235E-1,-0E0,-0E0,8.4154177E-1,-0E0,2.1336684E0,-0E0,1.5220642E-2,-5.065369E-1,-0E0,2.0206246E0,-0E0,-0E0,4.753113E-3,-0E0,3.6875E1,-0E0,9.951172E-1,-0E0,2.9813447E0,-0E0,3.8095585E-1,-0E0,6.028347E-1,-0E0,4.4259057E0,-0E0,9.1308594E-2,-6.3578963E-1,-0E0,-0E0,2.8303558E-1,8.2492477E-1,-0E0,-0E0,-1.2328311E0,5.758667E-2,5.890625E1,9.41875E1,3.971875E1,-0E0,8.4716797E-1,1.4415538E2,-0E0,6.335449E-2,-0E0,6.237793E-2,-0E0,8.7791176E1,-0E0,-0E0,3.0484375E1,1.4547375E2,-0E0,8.858887E-1,-0E0,-0E0,4.8903257E-1,3.4375E1,-0E0,-0E0,3.5703735E1,-0E0,2.505094E-1,7.5375E1,-0E0,1.381836E-1,1.94989E0,2.4194336E-1,4.075E1,5.878125E1,4.1737914E0,9.84375E-1,-0E0,3.0492926E0,-0E0,-0E0,6.0041103E1,4.34375E1,-0E0,5.321875E1,4.678125E1,6.825E1,4.153125E1,3.2012718E0,-0E0,3.90625E1,8.8671875E-1,8.745117E-1,6.6E1,8.857422E-1,-0E0,-0E0,1.3867188E-1,9.9316406E-1,-0E0,7.910156E-1,5.890625E1,-0E0,-2.3068589E-1,6.2245935E-1,-0E0,1.9494629E-1,-0E0,9.8828125E-1,9.189453E-1,5.6E1,5.281598E0,6.63125E1,2.0239139E0,6.027026E-1,-0E0,-0E0,3.0841646E-1,-0E0,9.609402E-2,9.4168015E1,-0E0,8.652344E-1,-0E0,7.2458434E-1,-0E0,9.951172E-1,1.5507472E0,9.897461E-1,-0E0,-0E0,4.8746544E1,-8.9759216E-2,3.1828125E1,-0E0,4.7298775E0,2.1316528E-2,-0E0,7.25708E-2,-0E0,-0E0,-8.194259E-1,-0E0,-6.370124E-1,-0E0,-7.229327E-1,-0E0,3.0692542E-1,-0E0,9.9902344E-1,-0E0,1.3977693E2,7.0875E1,-0E0,-1.2697458E-1,-0E0,3.590625E1,-0E0,-0E0,1.070625E2,-0E0,6.585161E-1,6.1376953E-1,4.571875E1,7.381686E-2,-0E0,4.340625E1,1.35875E2,-0E0,4.26747E0,1.076879E2,-0E0,-0E0,9.9914163E-1,-0E0,-6.932045E-1,-0E0,3.365625E1,-0E0,9.631497E0,-0E0,5.066679E0,3.137207E-2,-0E0,-0E0,-4.786425E-1,-0E0,4.5834002E0,-0E0,6.573486E-2,3.284375E1,-0E0,-0E0,9.741211E-1,4.034375E1,-0E0,7.319336E-1,-0E0,3.90625E1,9.9902344E-1,7.617148E1,7.472388E1,3.4301758E-2,-0E0,3.33125E1,-0E0,-4.1574234E-1,-0E0,-0E0,9.169922E-1,-0E0,1.335907E-2,3.565625E1,-0E0,-0E0,4.4995117E-1,4.365625E1,9.9914163E-1,9.135742E-1,3.990625E1,3.1921875E1,-0E0,-0E0,-3.8965145E-1,1.9299316E-1,-0E0,8.297713E-1,2.4389648E-1,4.2E1,3.276698E-1,4.5189476E0,-0E0,-0E0,5.9742254E-1,9.946289E-1,-0E0,8.984375E-2,-0E0,2.176322E1,-0E0,-2.8592876E-1,-0E0,9.897461E-1,-0E0,-0E0,1.4794287E2,-0E0,-7.477345E-2,1.7789806E2,-0E0,2.913035E0,-0E0,9.8291016E-1,-0E0,4.690515E0,-0E0,-5.789396E-1,-0E0,9.458008E-1,-0E0,-0E0,1.5685344E2,5.390625E-1,-0E0,-0E0,4.617399E-1,-0E0,9.23844E-2,9.3409966E1,-0E0,-0E0,-6.886078E-2,-0E0,4.522147E-1,-6.2500024E-1,-0E0,8.1356955E-1,-0E0,9.48125E1,-0E0,-0E0,2.3734709E1,3.096875E1,-0E0,-0E0,2.3734709E1,-0E0,8.588867E-1,-0E0,8.30625E1,-0E0,2.932123E-1,3.6346436E-2,-0E0,8.618164E-1,-0E0,-0E0,5.370293E-1,-0E0,7.247925E-3,-0E0,8.803132E1,-0E0,-7.101522E-1,8.05E1,-0E0,-0E0,-4.950386E-1,-6.2805545E-1,-0E0,-0E0,-6.634796E-1,-0E0,7.9296875E-1,-6.6200024E-1,-0E0,-0E0,2.9044026E-1,1.01501465E-1,-0E0,2.2557764E0,-0E0,7.038717E-1,-0E0,-0E0,3.3663666E1,1.8075053E-1,-0E0,-0E0,5.3466797E-1,-0E0,3.21875E1,6.202078E-1,-0E0,-0E0,4.90625E1,-0E0,1.0823834E2,-0E0,1.3692163E2,1.5375377E0,6.278125E1,-0E0,4.5349174E0,7.54375E1,4.574694E1,1.34756E0,8.671875E-1,-0E0,6.2939453E-1,-0E0,8.850098E-2,-0E0,9.9853516E-1,7.368164E-1,3.578125E1,-0E0,3.0236511E0,4.9047852E-1,-0E0,-4.8811018E-1,-0E0,-0E0,3.5918403E-1,-0E0,-1.6383627E-1,6.778246E-1,-0E0,-0E0,5.058594E-1,9.84375E-1,-0E0,3.8546595E-1,-0E0,6.015625E1,-0E0,1.9241333E-2,-0E0,6.4468604E-1,-0E0,-0E0,3.0376294E-1,-4.4645002E-1,-0E0,6.484375E-1,-0E0,-7.40156E-1,-0E0,-0E0,-7.846445E-1,-0E0,1.2109375E-1,-0E0,5.3410316E0,4.4128418E-2,-0E0,8.779297E-1,9.375E-1,-0E0,-7.6854366E-1,4.753113E-3,-0E0,-0E0,4.328944E0,-0E0,1.7454463E2,2.5779302E0,-0E0,9.15841E-1,-0E0,-0E0,-7.056118E-1,-0E0,-5.020696E-1,-2.8536654E-1,-0E0,-0E0,1.0398865E-2,-0E0,4.573353E0,5.8673507E-1,-0E0,-0E0,5.9521484E-1,4.5141602E-1,5.40625E1,-0E0,-4.6147105E-1,6.7447E-1,-0E0,-0E0,2.8588867E-1,3.3733886E-2,-0E0,1.8362498E2,-0E0,-7.924232E-2,-0E0,-0E0,9.9658203E-1,-0E0,3.5352547E-2,-0E0,1.1886835E0,-0E0,9.9853516E-1,-0E0,4.2039132E-1,2.3407564E0,-0E0,-0E0,2.0978586E1,-0E0,-2.545274E-1,-5.179809E-1,-0E0,9.376681E1,-0E0,-3.186547E-1,-0E0,3.1484375E1,-0E0,-3.5880333E-1,-0E0,-0E0,1.2779236E-2,-0E0,5.7508125E0,-0E0,8.469594E-1,-0E0,9.245255E-1,9.125E1,-0E0,4.2802772E-1,-0E0,4.68507E-1,-0E0,1.99875E2,-0E0,-0E0,8.250615E-1,1.1352303E0,-0E0,1.8310391E0,-0E0,-0E0,1.3977693E2,-5.404845E-1,-0E0,-0E0,7.3303837E-1,7.637006E-1,-0E0,1.6326904E-2,9.692383E-1,-0E0,-2.2224025E-1,9.4970703E-1,-0E0,4.6353978E-1,-0E0,-0E0,7.2558594E-1,2.4893262E0,-0E0,5.281598E0,-0E0,-0E0,3.1967297E-1,-6.9318986E-1,-0E0,-0E0,9.716797E-1,-0E0,3.0484375E1,3.1078125E1,-0E0,1.4024292E0,-0E0,8.5546875E-1,-0E0,-0E0,3.1921875E1,6.8092346E-3,-0E0,-0E0,3.21875E1,-0E0,1.3400239E-1,-0E0,-3.8534072E-1,2.255249E-2,-0E0,-0E0,9.9853516E-1,7.098278E-1,-0E0,5.884375E1,-0E0,8.667512E1,-0E0,-0E0,8.207876E-1,-0E0,8.6383414E-1,-0E0,1.6887994E0,1.0088595E0,2.901012E0,-0E0,2.1610746E0,-0E0,5.8485764E-1,-0E0,4.690515E0,-0E0,5.8581835E-1,-7.1021783E-1,-0E0,7.171631E-3,3.2286878E0,-0E0,-8.771386E-1,7.807617E-1,-0E0,-0E0,1.8311551E2,-0E0,9.6781656E-2,-0E0,9.682617E-1,1.1154175E-2,-0E0,4.84375E1,-0E0,-0E0,5.7495117E-2,1.5571556E2,-0E0,-0E0,5.538432E1,5.1537407E1,-0E0,-0E0,8.886373E-1,-0E0,-7.489432E-1],"split_indices":[5,15,15,7,14,7,14,6,14,13,6,0,5,14,4,12,2,12,4,12,8,4,18,0,0,18,18,13,19,13,10,0,0,0,13,11,0,18,18,16,0,7,0,3,0,0,0,13,12,12,5,13,17,6,10,8,0,0,8,0,6,4,17,2,16,0,0,13,14,16,19,3,4,4,3,2,4,1,16,7,4,17,0,0,0,18,0,15,16,19,0,4,0,0,0,14,0,13,0,5,17,18,19,0,2,8,0,6,10,6,11,3,9,18,0,19,8,14,0,0,0,0,5,18,12,0,0,3,0,0,11,6,6,0,0,0,0,6,0,17,19,19,4,0,16,18,0,0,0,2,0,2,0,13,5,0,0,14,14,3,0,0,0,2,0,5,5,0,16,5,5,10,5,0,0,11,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,4,0,15,6,15,7,19,0,0,1,0,3,0,9,7,14,9,19,0,0,10,0,0,0,9,0,18,4,10,6,14,10,13,9,12,19,5,11,15,0,0,12,15,6,6,0,0,6,19,3,8,6,16,0,9,0,0,0,0,0,0,7,0,0,0,0,1,19,5,13,3,10,5,0,12,0,0,0,18,0,17,12,13,11,5,0,4,0,6,0,0,0,0,0,12,0,11,0,0,9,15,2,16,0,15,17,6,0,0,0,0,0,0,5,0,0,10,0,0,7,9,8,0,11,5,3,13,11,5,1,13,0,8,18,3,6,16,2,6,0,17,9,17,0,19,10,18,8,6,8,0,10,11,0,0,0,14,2,0,16,0,13,16,0,17,4,0,16,9,3,5,8,0,0,0,0,0,0,0,0,8,6,11,0,16,5,8,0,1,3,17,0,5,7,10,0,8,12,18,9,13,0,0,0,18,10,4,19,10,6,10,4,11,17,16,13,9,0,12,18,0,0,6,15,13,12,10,19,5,0,0,0,0,0,0,0,18,0,0,6,2,0,0,16,0,17,11,3,7,19,4,14,8,0,18,15,4,0,0,13,0,0,0,0,0,0,14,15,0,16,0,7,7,1,0,0,6,6,0,0,0,1,3,13,3,19,8,1,0,16,0,8,7,0,0,3,11,5,1,0,0,0,1,18,0,0,0,0,0,0,0,10,14,17,17,17,0,14,11,15,13,14,17,12,13,0,18,7,0,14,19,0,3,12,3,16,8,14,3,4,14,13,8,6,12,0,9,0,14,0,12,13,9,16,12,13,18,0,15,17,0,0,1,1,9,0,0,0,18,0,0,0,0,18,12,0,0,0,10,15,7,12,0,0,0,0,0,0,3,0,3,9,18,0,0,0,15,0,2,0,0,0,0,1,9,17,0,0,0,0,0,0,0,19,1,0,0,0,0,0,19,15,11,18,3,1,13,4,0,0,0,0,0,0,0,0,2,0,0,18,0,14,0,8,4,0,0,0,18,11,1,4,0,15,13,14,0,0,0,8,17,15,7,8,12,1,7,14,13,11,19,18,19,3,19,0,0,0,0,12,0,12,10,6,0,0,18,12,0,0,9,0,0,0,12,0,10,19,0,2,0,8,5,0,16,0,0,0,0,0,0,0,12,0,0,10,0,3,12,13,2,0,0,5,0,0,0,0,10,0,3,18,0,15,0,8,0,0,2,5,0,9,0,0,19,13,0,0,0,0,10,18,0,0,0,0,0,18,0,0,0,0,0,0,17,0,0,15,0,0,0,0,0,9,19,16,9,16,0,8,0,18,3,2,2,3,9,0,15,18,7,2,0,0,0,0,0,13,0,0,0,11,0,0,0,6,0,0,14,3,0,2,0,15,5,2,11,8,15,11,0,0,11,2,13,4,1,0,13,0,10,18,3,9,1,17,1,0,2,0,0,5,7,0,8,8,0,6,10,8,8,12,0,3,11,0,0,0,0,6,0,13,0,19,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,15,0,15,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,1,0,0,11,8,0,0,13,0,0,11,6,3,0,10,13,0,0,12,0,0,0,0,17,2,0,0,0,0,0,0,0,7,0,18,0,0,0,12,11,16,16,15,12,0,0,0,0,18,0,14,0,9,1,1,19,14,0,0,0,6,0,0,10,0,15,4,7,0,11,18,0,0,14,3,13,0,0,7,9,0,3,13,0,0,3,0,6,12,0,16,19,15,5,0,0,0,0,0,16,0,7,6,1,1,19,17,18,0,8,17,0,13,0,4,0,14,17,0,0,0,0,0,0,0,0,0,0,6,0,16,0,0,0,0,16,0,0,0,10,0,0,0,0,0,0,0,14,0,8,0,0,17,8,2,0,0,0,15,1,0,0,0,7,0,0,0,0,0,0,0,0,16,16,0,3,3,0,0,0,4,0,0,0,0,15,0,0,0,0,0,0,0,0,2,7,6,5,0,0,0,10,15,19,0,5,6,1,4,4,7,9,9,6,9,12,0,0,0,0,0,12,2,4,7,0,13,0,9,0,3,4,3,0,0,17,0,0,12,0,6,17,0,2,0,0,0,0,18,12,15,2,0,15,0,0,16,17,0,0,6,0,10,0,0,0,0,0,0,0,14,11,0,17,0,0,17,3,0,0,0,0,0,0,19,0,0,0,7,0,0,0,9,0,12,0,0,0,18,8,0,13,0,0,0,0,6,17,0,10,0,7,0,0,19,0,7,19,0,12,0,2,12,17,0,4,0,3,0,3,4,13,0,1,15,19,12,7,4,7,8,0,19,10,0,16,0,18,8,0,15,9,1,0,8,0,0,0,0,18,0,0,0,10,0,1,0,2,0,15,0,0,1,0,6,0,0,0,3,17,13,0,10,0,0,9,0,7,0,0,9,0,0,7,11,0,4,0,17,0,13,0,9,0,0,0,8,0,11,0,0,8,0,0,0,0,0,0,4,0,11,0,0,0,8,0,18,0,0,0,0,0,0,0,6,0,0,0,19,8,0,0,0,7,7,19,4,4,17,6,1,1,0,17,16,0,6,6,8,11,13,0,4,11,3,4,7,18,0,0,2,6,18,0,7,11,0,0,12,7,14,12,13,4,18,17,0,0,0,0,0,0,0,0,18,0,0,3,0,0,18,0,11,0,15,0,0,0,0,0,0,0,3,0,12,0,0,0,0,0,0,0,0,17,11,10,11,0,18,6,0,14,0,12,0,4,0,0,8,7,0,3,0,0,0,8,0,0,7,0,0,11,0,12,3,17,11,9,3,18,0,3,0,0,5,9,0,8,10,9,8,2,0,11,18,19,9,13,0,0,16,14,0,12,10,0,0,0,0,13,0,18,14,10,2,10,0,0,0,0,0,0,0,5,0,16,0,0,0,19,3,15,0,0,4,0,8,0,1,18,0,13,0,0,0,0,0,0,0,0,0,0,15,0,4,10,0,0,0,8,0,0,11,0,2,14,9,0,0,10,10,0,2,5,0,0,0,0,0,0,8,0,7,0,3,16,0,0,0,0,2,0,12,8,0,0,19,11,0,19,0,8,15,4,7,16,0,11,0,0,0,0,18,0,17,8,0,0,15,11,0,14,10,10,0,0,0,16,0,1,13,8,0,2,0,0,0,15,0,13,0,7,0,0,0,16,0,0,6,0,0,6,0,2,0,14,0,2,0,0,0,13,0,0,6,12,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,11,0,0,7,8,0,0,7,0,13,0,10,0,0,18,0,13,0,0,2,0,18,0,5,0,0,9,0,0,0,0,0,0,0,0,14,0,0,0,0,12,0,0,0,1,0,0,7,0,0,0,13,0,10,0,0,0,8,0,4,0,4,3,9,0,3,9,4,1,14,0,17,0,13,0,14,17,8,0,0,12,0,0,0,0,0,0,0,0,0,0,12,18,0,0,0,11,0,17,0,3,0,0,0,0,0,15,0,0,0,0,0,0,12,0,2,17,0,13,19,0,0,19,0,0,2,0,6,0,0,0,0,0,0,0,0,0,0,0,19,0,3,0,0,0,15,17,11,0,0,0,0,0,16,0,0,6,0,0,0,0,14,0,0,0,3,0,15,0,0,1,0,0,7,0,0,0,0,5,0,0,0,11,0,0,0,0,19,0,1,0,0,0,0,9,0,0,0,0,0,11,0,0,0,3,0,0,0,0,4,0,0,0,0,2,0,19,14,0,0,18,0,0,0,0,15,1,0,2,0,0,0,0,0,0,16,0,8,8,0,1,0,13,0,0,10,17,0,0,10,0,0,0,0,19,0,0,15,0,0,8,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,16,3,0,0,14,0,0,6,0,0,0,18,19,0,8,0,0,13,4,0,0,5,5,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.801934E3,1.677485E3,1.1244491E3,4.1995892E2,1.2575261E3,6.6923627E2,4.5521283E2,3.9654837E2,2.341058E1,3.8601132E2,8.715148E2,6.6772784E2,1.5084295E0,3.2942606E2,1.257868E2,2.540928E2,1.4245555E2,1.4290221E1,9.120358E0,2.829411E2,1.0307022E2,7.627132E2,1.08801575E2,3.3110344E-1,1.1773261E0,2.6987418E2,5.955186E1,9.760612E1,2.8180674E1,1.6188077E2,9.221203E1,1.4178073E2,6.7482454E-1,8.736872E-1,1.3416533E1,6.638073E0,2.4822857E0,1.9947827E2,8.346282E1,1.027325E2,3.3772078E-1,7.243205E2,3.839267E1,7.5270286E0,1.0127454E2,1.1304184E0,2.6874377E2,7.9224367E0,5.1629425E1,8.2373024E1,1.5233099E1,1.4848924E0,2.6695782E1,1.0131278E2,6.0567986E1,9.178905E1,4.2298406E-1,2.6517982E0,1.0764735E1,7.147819E-1,5.923291E0,1.010826E2,9.839567E1,2.7522683E0,8.0710556E1,4.3852502E-1,1.02293976E2,5.558188E2,1.6850171E2,3.0993717E0,3.52933E1,6.158427E0,1.368602E0,4.5126286E0,9.676192E1,3.429866E0,4.4925704E0,3.6604872E0,4.7968937E1,7.2746574E1,9.626443E0,8.313702E-1,1.4401729E1,5.2293277E-1,9.6195966E-1,2.5511652E1,1.1841285E0,2.743421E1,7.387857E1,6.0024784E1,5.4320264E-1,9.12932E1,4.9585086E-1,1.28606E0,1.3657382E0,9.787343E0,9.773928E-1,5.657438E0,2.658534E-1,8.902175E1,1.2060849E1,6.9292366E1,2.9103302E1,4.144444E-1,2.3378239E0,8.023456E1,4.7599864E-1,5.4104047E2,1.4778331E1,1.0192194E2,6.657976E1,1.425131E0,1.6742407E0,8.316961E-1,3.4461605E1,1.5729439E0,4.5854826E0,1.0581328E0,3.1046927E-1,3.0548923E0,1.4577361E0,3.8659203E-1,9.637532E1,4.357596E-1,2.9941065E0,3.292145E-1,4.163356E0,1.4176644E0,2.2428226E0,4.7929323E-1,4.7489643E1,5.914215E1,1.3604428E1,9.371083E0,2.553593E-1,5.542349E-1,2.7713522E-1,1.7489356E0,2.3762718E1,2.4409458E1,3.024751E0,3.358611E1,4.029246E1,4.9648614E0,5.505992E1,1.2191395E0,9.007406E1,2.877204E-1,9.983396E-1,8.943773E0,8.435694E-1,5.4748654E0,1.8257225E-1,1.0318661E1,7.870309E1,1.1374997E1,6.858519E-1,6.504537E1,4.2469997E0,1.1502576E1,1.7600727E1,2.1300762E0,2.0774779E-1,1.3477608E0,7.8886795E1,9.550571E1,4.455348E2,1.757477E-1,1.4602584E1,4.638058E1,5.5541363E1,2.7515863E1,3.9063896E1,1.6241996E-1,1.262711E0,7.3983514E-1,9.3440557E-1,2.8492948E-1,5.4676664E-1,6.234541E-1,9.494899E-1,2.4861822E-1,4.3368645E0,1.8412693E-1,8.7400585E-1,3.7463278E-1,9.600069E1,2.2074611E-1,2.1501347E-1,8.711903E-1,2.1229162E0,5.978745E-1,8.197898E-1,7.4280536E-1,4.6746838E1,3.863158E1,2.0510567E1,5.49387E0,8.1105585E0,4.633448E-1,1.2855908E0,2.37481E1,6.6135895E-1,1.6734176E0,1.3513334E0,8.213598E0,2.537251E1,3.1774408E1,8.518054E0,1.9766248E0,2.9882367E0,5.3785095E1,1.2748277E0,1.0372459E0,1.8189363E-1,2.2419265E-1,8.719581E0,3.6080557E-1,5.11406E0,1.8956944E0,8.422966E0,6.0488766E1,1.8214325E1,4.0374344E1,2.4671024E1,8.458693E-1,3.4011307E0,3.1898549E0,8.31272E0,8.214607E0,9.386121E0,2.990396E-1,1.0487212E0,8.149573E1,1.400998E1,4.1243063E2,3.310415E1,1.4081503E1,5.2108043E-1,2.8628094E1,1.775249E1,5.755532E0,4.978583E1,1.7689753E1,9.826112E0,1.7022377E0,3.7361656E1,5.069004E-1,2.3293474E-1,1.9731887E-1,7.52171E-1,2.7858177E-1,4.058283E0,9.523803E1,7.626593E-1,2.2834446E-1,5.914454E-1,6.232121E-1,4.6123627E1,1.2286564E1,2.6345018E1,9.814356E0,1.0696212E1,1.3211613E0,4.1727085E0,2.2897655E-1,7.881582E0,2.1554627E-1,2.3532553E1,3.059761E-1,1.3674415E0,2.2721477E0,5.94145E0,2.0277353E1,5.095158E0,1.00164385E1,2.1757969E1,6.7319255E0,1.7861283E0,1.0320206E0,9.446042E-1,1.6732383E-1,1.1075039E0,8.28239E0,4.371914E-1,1.8967241E-1,4.9243875E0,7.919861E-1,1.1037083E0,3.962851E-1,8.026681E0,9.2372E0,5.1251564E1,1.1577142E1,6.637184E0,3.9745587E-1,3.9976887E1,2.2924461E1,1.746562E0,6.088019E-1,2.3706739E-1,2.4268067E0,9.743238E-1,2.7546387E0,4.3521622E-1,6.670623E0,1.6420981E0,1.8620794E0,6.3525276E0,5.144931E-1,8.871627E0,7.654851E1,4.9472194E0,1.3026742E1,9.832381E-1,3.2028064E2,9.2149994E1,7.1588826E0,2.5945265E1,1.2551278E1,1.6076815E1,1.3094127E1,4.658362E0,2.0465126E0,3.7090192E0,3.6021263E1,1.3764568E1,1.0902641E1,6.7871113E0,8.447223E0,1.3788885E0,8.680321E-1,3.6493626E1,1.3729424E0,9.386509E1,4.4826363E1,1.2972648E0,3.8449726E0,8.441591E0,1.7061266E1,9.283753E0,2.4834135E0,7.3309426E0,2.3747523E0,8.321459E0,5.771811E-1,7.4398017E-1,1.0160513E0,3.1566572E0,7.521439E0,3.6014265E-1,1.0399808E0,3.2746068E-1,1.6229686E0,4.318482E0,1.3287007E0,1.8948652E1,2.96415E0,2.1310081E0,8.455985E0,1.5604528E0,3.4957445E0,1.8262224E1,1.1511782E0,6.3495E-1,7.692777E-1,1.7532657E-1,1.872054E-1,4.737182E0,8.965836E-1,2.071247E-1,4.9712875E-1,8.740071E0,2.8236307E1,2.3015259E1,8.544867E0,3.0322754E0,3.477764E0,3.1594203E0,1.0436083E0,3.893328E1,1.617397E1,6.7504926E0,1.1763461E0,5.702159E-1,2.4984214E0,4.172201E0,8.523961E-1,1.0096833E0,4.4814043E0,1.8711231E0,3.3125004E1,4.3423504E1,4.239309E-1,4.5232882E0,5.4376715E-1,1.2482975E1,2.3374141E2,8.653922E1,3.5263306E1,5.6886684E1,1.806472E0,5.3524103E0,1.0165994E1,1.5779271E1,6.7083297E0,5.842949E0,4.378864E0,1.169795E1,1.29476E0,1.1799367E1,3.4926076E0,1.1657543E0,1.6452913E-1,3.54449E0,3.383396E1,2.1873024E0,8.830649E0,4.933919E0,6.68816E0,4.214481E0,2.0464022E0,4.740709E0,5.7165235E-1,7.875571E0,7.2505003E-1,6.5383846E-1,8.2297134E-1,3.5670654E1,1.7890352E-1,1.194039E0,1.2822133E0,9.258287E1,1.6792157E-1,1.1293433E0,3.6728885E0,1.7208397E-1,2.625085E0,5.816506E0,1.754303E0,1.5306962E1,6.172345E0,3.111408E0,1.5243076E0,9.5910573E-1,3.8087156E-1,1.9938807E0,4.6772723E0,3.644187E0,2.9875867E0,1.6907063E-1,7.1291666E0,3.9227253E-1,2.7729374E-1,7.626871E-1,2.5221053E-1,1.370758E0,1.2335219E0,3.0849597E0,1.7943626E1,1.0050257E0,2.2693534E0,6.947967E-1,3.0374243E0,5.418561E0,8.2508165E-1,7.353712E-1,2.0687504E-1,3.2888694E0,1.0226599E1,8.035626E0,9.6622276E-1,1.8495555E-1,7.141548E0,1.5985229E0,4.5757337E0,2.3660572E1,1.3916385E1,9.098874E0,1.4401566E0,1.5921189E0,3.1449027E0,3.3286119E-1,1.7111883E0,1.4482319E0,6.617109E-1,3.827157E1,1.5642827E0,1.4609687E1,1.7804132E0,4.9700794E0,2.964899E-1,2.7372596E-1,1.9892074E0,5.0921416E-1,3.3031137E0,8.6908746E-1,2.845377E-1,7.251456E-1,1.325976E0,3.1554284E0,1.1747097E0,6.9641334E-1,2.1647533E1,1.147747E1,3.4224743E1,9.198762E0,1.2271748E1,2.1122716E-1,2.071324E2,2.6609013E1,6.4553734E1,2.1985487E1,3.051146E1,4.7518473E0,3.58772E1,2.1009485E1,7.914155E-1,1.0150564E0,4.953468E0,3.9894265E-1,4.4695396E0,5.696454E0,1.2585044E0,1.4520767E1,4.28058E0,2.4277499E0,4.88811E0,9.5483875E-1,2.3332765E0,2.0455875E0,8.899921E0,2.7980294E0,4.094846E0,7.704521E0,2.3358846E0,1.156723E0,1.7709719E-1,3.3673928E0,5.4676354E-1,3.3287197E1,7.7156025E-1,1.415742E0,6.3689694E0,2.46168E0,2.796946E0,2.136973E0,4.4225273E0,2.2656324E0,1.7755091E-1,4.03693E0,4.199758E0,5.40951E-1,2.0634387E-1,7.669227E0,3.320984E1,2.4608166E0,2.0481007E-1,1.0774032E0,1.1199604E0,9.146291E1,1.8715745E-1,3.4857311E0,5.006185E-1,2.1244667E0,3.1528955E0,2.6636105E0,1.4807534E0,2.7354953E-1,1.2875942E1,2.4310203E0,1.0472126E0,5.125133E0,2.199518E0,9.1189E-1,1.3482453E0,1.760624E-1,6.0415846E-1,3.549473E-1,2.0534448E-1,1.7885363E0,2.6832822E-1,4.408944E0,2.2012448E0,1.442942E0,1.6435605E-1,2.8232305E0,1.7197463E-1,6.957192E0,2.7584615E-1,2.8091137E0,1.6660269E1,1.2833583E0,3.953645E-1,1.8739889E0,1.0546881E0,1.9827362E0,5.1598344E0,2.5872645E-1,6.0786504E-1,2.1721661E-1,2.2287631E-1,3.065993E0,9.28211E0,9.444879E-1,5.345185E0,2.6904418E0,6.8499346E0,2.9161328E-1,7.120178E-1,8.865051E-1,1.0630115E0,3.5127223E0,1.9316662E1,4.3439116E0,3.443333E0,1.0473051E1,4.9413486E0,4.157525E0,7.8652525E-1,6.536313E-1,1.7643464E-1,2.9684682E0,8.78625E-1,8.3256334E-1,1.2193123E0,2.2891957E-1,3.5673996E1,2.5975723E0,9.51519E-1,6.1276364E-1,1.4237867E1,3.7181988E-1,1.3883584E0,3.920547E-1,4.073826E0,8.962536E-1,2.6774663E-1,2.4146757E-1,1.8259533E-1,3.1205184E0,1.7061998E1,4.585534E0,6.26677E0,5.2107E0,1.6734613E1,1.7490128E1,8.763813E0,4.3494952E-1,2.2251567E-1,1.20492325E1,2.9487709E1,1.776447E2,2.4171581E1,2.4374323E0,5.680203E1,7.751708E0,1.4549697E1,7.435791E0,1.1641409E0,2.9347319E1,2.188744E0,2.5631032E0,1.1218178E1,2.4659023E1,1.225244E1,8.757045E0,6.975441E-1,3.1751233E-1,4.7322245E0,2.2124356E-1,4.0262575E0,4.4328222E-1,2.2572362E0,3.4392176E0,1.3867594E1,6.531736E-1,1.2572176E0,3.0233624E0,1.6731333E0,7.546166E-1,1.4032243E0,3.4848855E0,7.887036E-1,1.6613513E-1,2.7090195E-1,2.0623746E0,1.8540318E-1,1.8601843E0,7.6716666E0,1.2282543E0,1.3150501E0,1.4829793E0,2.0863411E0,2.0085046E0,1.0057364E0,6.698785E0,2.159926E-1,2.119892E0,2.2079578E-1,9.359273E-1,3.1989086E0,1.6848432E-1,8.548103E-1,3.2432384E1,2.0909108E-1,1.206651E0,5.1526875E0,1.2162819E0,1.4963154E0,9.653646E-1,1.4145018E0,1.3824443E0,1.668253E0,4.6872005E-1,2.803794E0,1.6187338E0,7.805631E-1,1.4850693E0,2.6658407E-1,3.770346E0,3.3207247E-1,3.8676856E0,7.4458547E0,2.2337215E-1,3.2901096E1,3.0874184E-1,1.8039299E0,6.568867E-1,8.974948E1,1.7134348E0,2.549758E0,6.031376E-1,2.2983973E0,3.6521325E-1,1.8890915E0,1.0986851E1,1.3441631E0,1.0868572E0,3.1204823E-1,7.3516434E-1,2.3292631E-1,4.8922067E0,1.7089893E0,4.9052864E-1,2.4270003E-1,1.5458362E0,4.1781163E0,2.3082784E-1,1.8380833E0,3.6316165E-1,1.134372E0,3.085701E-1,6.430499E0,5.266927E-1,3.3118027E-1,2.4779334E0,2.99726E-1,7.54962E-1,1.6431205E0,3.396157E-1,4.994134E0,1.6570064E-1,1.6920373E-1,2.8967893E0,7.449166E0,1.8329446E0,1.8480371E0,3.4971476E0,1.4190946E0,1.2713473E0,2.3664527E0,1.1462696E0,5.0444055E0,1.4272256E1,2.4430838E0,1.9008279E0,1.9520825E0,1.4912503E0,8.961121E0,1.5119307E0,3.6127872E0,1.3285615E0,3.2312737E0,9.2625153E-1,2.3781785E-1,5.487074E-1,1.7690554E0,8.2851696E-1,1.3939863E1,2.980042E-1,8.299465E-1,5.584119E-1,3.8264596E0,2.4736612E-1,4.858119E-1,4.104417E-1,2.7273757E0,3.9314264E-1,4.331467E0,1.2730532E1,2.3904085E0,2.1951253E0,5.568203E0,6.985668E-1,2.5348823E0,2.675818E0,9.372746E0,7.361866E0,1.5885839E1,1.604289E0,7.98992E0,7.738924E-1,4.5933464E-1,1.1589897E1,4.9492702E0,2.4538439E1,7.7872345E1,9.9772354E1,1.3018061E0,2.2869774E1,5.770182E-1,1.860414E0,2.0670717E0,5.4734955E1,6.511647E0,1.2400608E0,6.656003E0,7.893694E0,5.6583977E-1,6.8699512E0,3.882441E-1,7.758969E-1,5.834397E0,2.3512922E1,2.533887E-1,1.9353554E0,1.6977789E0,8.6532414E-1,7.282323E0,3.9358554E0,1.4011198E1,1.0647824E1,1.0214338E1,2.0381014E0,6.94516E0,1.8118852E0,4.410676E0,3.2154822E-1,1.8407395E-1,3.8421834E0,1.7824347E0,4.7480157E-1,3.0310636E0,4.081542E-1,1.2555512E1,1.3120809E0,3.7906885E-1,2.6442935E0,1.4358582E0,2.3727508E-1,2.9319196E0,5.52966E-1,1.8695657E0,1.9280891E-1,1.7035025E-1,1.689834E0,6.15198E0,1.5196866E0,2.0445716E-1,1.110593E0,2.3676671E-1,1.2462126E0,3.2811227E-1,1.7582289E0,4.0047467E-1,1.60803E0,4.2752597E-1,6.271259E0,3.203641E1,3.9597353E-1,5.631398E-1,4.5895476E0,1.3181292E0,1.781862E-1,7.356087E-1,2.2975585E-1,7.295976E-1,6.8490416E-1,1.2194508E0,1.6299346E-1,1.4797242E0,1.8852887E-1,2.6216882E-1,2.541625E0,3.5703945E0,1.9995157E-1,3.6857166E0,1.8196878E-1,7.2527876E0,1.930672E-1,2.8257647E-1,3.261852E1,1.6312364E0,1.7269352E-1,1.7641477E-1,1.53702E0,2.2567514E-1,2.3240826E0,2.3010525E-1,2.0682921E0,1.0111146E0,9.975736E0,1.1531028E0,1.9106029E-1,4.3732753E0,5.1893127E-1,1.5423656E0,1.6662371E-1,1.793274E-1,1.6587559E0,2.2157457E0,2.6218757E-1,1.4444512E0,1.9866934E-1,2.792045E-1,7.1699615E0,5.3951204E-1,1.2934326E0,6.444097E-1,1.2036273E0,3.2698693E0,2.2727834E-1,1.1619313E0,2.5716332E-1,3.5712016E-1,2.0093324E0,1.9168086E0,3.1275966E0,7.1416056E-1,1.3558095E1,1.1665372E0,1.2765466E0,5.518475E-1,1.3489803E0,1.1146023E0,8.3748025E-1,1.3096862E0,1.815641E-1,6.999335E0,1.961786E0,3.8643944E-1,1.1254913E0,5.0750136E-1,3.105286E0,3.8339275E-1,9.451688E-1,4.8392707E-1,2.7473466E0,9.0482634E-1,1.3035036E1,2.4593224E-1,3.5805273E0,4.0881175E-1,2.318564E0,1.1900557E0,3.1414115E0,8.050674E0,4.6798563E0,2.2175736E0,1.728349E-1,2.8565517E-1,5.282548E0,8.6710995E-1,1.6677723E0,8.708895E-1,1.8049285E0,7.991312E0,1.3814346E0,2.243574E0,5.1182923E0,8.047733E0,7.838106E0,2.9668233E-1,1.3076068E0,5.185057E-1,7.4714146E0,4.397445E-1,1.1150153E1,3.8306317E0,1.1186384E0,9.29885E0,1.523959E1,1.144977E1,6.642257E1,6.845808E1,3.1314272E1,2.4848267E-1,1.0533234E0,8.103082E0,1.4766693E1,1.6589304E0,2.0148355E-1,6.247495E-1,1.4423223E0,2.8959003E1,2.5775953E1,2.5329447E0,3.9787028E0,2.0017011E-1,1.0398906E0,4.919819E0,1.7361842E0,6.065818E0,1.8278759E0,1.3187833E0,5.551168E0,3.1560194E0,2.6783774E0,2.2860352E1,6.5257114E-1,1.7655355E0,1.6981986E-1,1.7155927E-1,1.5262197E0,6.2565646E0,1.0257581E0,1.3335273E0,2.602328E0,9.256586E0,4.754612E0,2.116665E0,8.531159E0,8.937318E0,1.2770212E0,4.4939647E0,2.4511952E0,4.8788333E-1,1.3240018E0,2.1055141E-1,1.5718833E0,8.8756865E-1,2.1434948E0,1.21192665E1,4.3624586E-1,2.3774959E-1,1.1981087E0,5.9490676E0,2.0291275E-1,4.2082047E-1,1.3374084E0,1.7007452E-1,1.4379554E0,2.4019554E-1,6.0310636E0,1.1789159E0,3.0857496E1,3.4024963E-1,2.2013752E0,3.4825602E-1,1.9758267E0,9.255673E0,7.2006214E-1,3.4608686E-1,1.1962787E0,6.897829E0,2.721324E-1,3.5688043E-1,2.8752926E-1,1.0255449E0,1.7808256E-1,9.762903E-1,1.8564096E-1,1.6384133E0,3.7091914E-1,1.6602595E0,2.5654915E-1,4.3995678E-1,2.68764E0,1.4882861E0,1.2069809E1,8.947042E-1,2.7183294E-1,1.6963972E-1,1.1793406E0,6.5817227E0,4.1761202E-1,1.1214582E0,8.403279E-1,2.5383732E0,2.0897336E-1,3.1339175E-1,1.2721644E1,1.9505817E-1,2.1235058E0,9.878704E-1,2.0218527E-1,4.650507E-1,2.6763608E0,7.3708115E0,6.798633E-1,2.0769017E0,2.6029549E0,1.925934E0,2.9163975E-1,3.0519694E-1,4.977351E0,3.491316E-1,1.3186406E0,1.6317177E0,1.7321087E-1,7.100722E0,8.905902E-1,9.855504E-1,3.9588416E-1,9.3512416E-1,1.3084496E0,4.0489516E0,1.0693403E0,1.2475841E0,6.800149E0,4.1898174E0,3.6482885E0,7.0365343E0,4.3488008E-1,1.1234376E0,2.707194E0,3.3751674E0,5.9236827E0,1.4496274E1,7.433156E-1,2.014232E0,9.435538E0,3.199969E1,3.4422882E1,5.7485313E1,1.0972764E1,9.657613E0,2.165666E1,4.9504547E0,3.1526272E0,1.393127E1,8.354231E-1,2.90918E-1,1.3680124E0,2.9904395E-1,1.1432782E0,6.6684623E0,2.229054E1,1.947615E1,6.2998013E0,9.7198486E-1,1.5609598E0,1.1145973E0,2.8641055E0,2.2864218E-1,4.691177E0,8.1550133E-1,5.2503166E0,1.5471004E0,2.807754E-1,5.1997666E0,3.5140148E-1,3.1202447E-1,2.843995E0,5.418301E-1,2.1365473E0,2.197979E1,8.8056064E-1,5.8331532E0,4.2341146E-1,2.765448E-1,1.0569825E0,2.541325E-1,2.3481956E0,5.63373E0,3.6228566E0,3.761161E0,9.934509E-1,1.4776714E0,6.3899344E-1,6.313367E-1,7.8998227E0,8.114629E0,8.2268864E-1,7.3493576E-1,3.7590287E0,1.2833518E0,1.1678433E0,1.7965552E-1,1.1443464E0,1.2851293E0,2.8675395E-1,1.9427945E-1,1.9492153E0,9.6029854E-1,1.1158968E1,5.525732E0,5.053315E-1,2.9843102E1,1.0143962E0,1.1860119E0,8.069662E0,6.520983E0,3.7684587E-1,1.3835098E0,2.5490364E-1,2.0520645E-1,1.4550531E0,2.2839242E-1,2.4592476E0,7.1632445E-1,7.7196175E-1,7.7785647E-1,1.1291953E1,1.7227012E-1,1.0070704E0,9.4615406E-1,5.6355686E0,3.0945694E-1,2.2289162E0,2.1626892E0,5.1367146E-1,1.2804115E0,6.0904E0,1.6280515E0,4.4885015E-1,1.9672021E0,6.3575274E-1,2.5259757E-1,4.7247534E0,8.996804E-1,6.2010417E0,3.6029117E0,4.4604006E-1,6.2354455E0,5.647035E-1,3.4630783E0,7.2673947E-1,7.550759E-1,2.8932128E0,3.621821E-1,6.6743526E0,2.3990588E0,3.0813536E-1,2.207843E0,1.1673243E0,4.2048697E0,1.7188127E0,1.2418947E1,2.077326E0,1.6066704E0,4.075615E-1,8.810445E0,6.250934E-1,1.7364468E1,1.46352215E1,7.753789E0,2.6669092E1,2.7129257E1,3.0356058E1,3.872658E0,7.1001062E0,5.017836E0,4.6397767E0,7.7506943E0,1.3905965E1,8.2691014E-1,4.1235447E0,2.5157712E0,6.3685614E-1,1.3554456E1,3.768134E-1,3.2664468E0,3.4020152E0,8.059493E-1,2.1484592E1,7.0131807E0,1.2462971E1,4.3133373E0,1.9864641E0,1.3792906E0,1.8166919E-1,2.6523228E0,2.1178277E-1,4.3657393E0,3.2543725E-1,1.9600603E-1,6.1949533E-1,4.065642E0,1.1846749E0,4.980141E0,2.1962538E-1,2.5572834E0,2.867117E-1,1.8314342E0,3.0511308E-1,3.8448763E-1,2.1595303E1,1.640321E-1,5.669121E0,1.9609848E0,3.8721067E-1,5.655653E-1,5.0681643E0,1.9062139E0,1.7166427E0,1.2572426E0,2.5039184E0,1.8540393E-1,1.2922674E0,7.3882546E0,5.115679E-1,7.856905E0,2.577236E-1,3.0561695E-1,3.4534118E0,2.0545182E-1,9.623916E-1,1.6739374E0,9.485031E0,4.6071827E-1,5.065014E0,1.4806794E1,1.5036306E1,9.0627825E-1,7.1633835E0,8.440011E-1,5.676982E0,2.748176E-1,2.18443E0,1.2552514E0,1.0036701E1,1.066394E0,4.569175E0,2.36478E-1,1.9924382E0,5.8726273E0,2.1777317E-1,1.6348678E-1,1.4645648E0,1.6754143E0,2.9178777E-1,3.2848775E-1,5.872554E0,1.8499558E-1,3.417916E0,5.4721155E0,7.633298E-1,3.007798E-1,3.1622984E0,4.3502092E-1,2.4581919E0,3.0620065E-1,6.3681517E0,2.1633565E0,2.3570234E-1,2.0375164E0,1.7032658E-1,5.2745235E-1,3.6774175E0,1.0983248E0,6.20488E-1,9.16265E-1,1.1502683E1,1.3877441E0,2.1892628E-1,4.5702067E-1,8.353424E0,6.8932595E0,1.0471208E1,8.350221E0,6.285001E0,1.9679463E0,5.7858424E0,2.0140047E1,6.5290465E0,1.8899261E1,8.229995E0,4.1851697E0,2.6170887E1,2.1887898E-1,3.653779E0,4.013643E0,3.086463E0,3.7223299E0,1.2955064E0,1.3233784E0,3.3163984E0,1.7599239E0,5.9907703E0,9.136606E0,4.7693586E0,3.9030192E0,2.2052543E-1,6.9476205E-1,1.821009E0,2.306357E0,1.1248099E1,1.0521941E0,2.214253E0,1.5221758E0,1.8798394E0,7.9764134E-1,2.068695E1,2.676401E0,4.3367796E0,1.6114429E0,1.0851527E1,1.3732859E0,2.9400513E0,1.7059344E0,2.8052968E-1,2.1326473E0,5.1967543E-1,3.1924343E-1,4.046496E0,3.3375454E-1,3.7318873E0,1.873966E-1,4.7927446E0,2.309846E0,2.4743737E-1,1.4282731E0,4.031611E-1,2.4175806E-1,2.1353544E1,2.763822E-1,5.392739E0,3.0116293E-1,4.7670016E0,5.481556E-1,1.3580583E0,2.5395918E-1,1.4626836E0,1.6422334E-1,2.3396952E0,1.679008E-1,7.220354E0,6.427207E-1,7.2141843E0,3.270199E0,1.8321276E-1,7.0450336E-1,9.694341E-1,9.131075E0,3.5395557E-1,1.9100975E-1,4.874004E0,1.2746063E1,2.0607305E0,5.19024E0,9.846066E0,1.0474632E0,6.11592E0,5.486189E0,1.9079337E-1,9.285079E0,7.516223E-1,4.1143155E0,4.5485902E-1,5.706748E0,1.6587928E-1,1.6561721E-1,5.7069364E0,3.223194E0,1.9472235E-1,2.7005398E0,4.6175852E-1,2.455466E-1,2.2126453E0,3.3062088E0,3.7120858E-1,1.0285747E0,1.0474108E1,1.6261812E-1,1.2251259E0,7.847184E0,5.0624037E-1,3.9936345E0,2.899625E0,2.9201787E0,7.551029E0,4.7874475E0,3.5627737E0,5.9262147E0,3.587863E-1,1.6324025E0,3.3554378E-1,5.086193E-1,5.277223E0,1.8908201E1,1.231845E0,3.4435616E0,3.0854847E0,8.023099E0,1.08761635E1,7.214361E0,1.0156336E0,1.9438877E0,2.2412822E0,2.1641363E1,4.529525E0,3.4617407E0,1.9203834E-1,7.9864615E-1,3.2149968E0,2.4403634E0,6.460996E-1,2.2484317E0,1.4738982E0,2.0576517E-1,1.0897412E0,3.089971E0,2.2642729E-1,1.5146773E0,2.4524668E-1,4.120194E0,1.8705766E0,1.9701114E0,7.166495E0,1.8314369E0,2.937922E0,3.7223217E0,1.8069737E-1,2.1369337E-1,1.6073157E0,1.3150518E0,9.91305E-1,1.1039483E1,2.0861675E-1,1.8754972E0,3.3875567E-1,1.3029386E0,2.1923728E-1,1.8553999E1,2.1329515E0,2.3001025E0,3.7629852E-1,1.0786788E0,3.2581007E0,4.053524E-1,1.2060906E0,5.6708854E-1,1.0284439E1,1.0615716E0,3.1171423E-1,2.3414085E0,5.986427E-1,1.7539057E-1,1.5305439E0,1.7962484E-1,3.5522623E0,2.8571093E-1,4.5070333E0,1.9261913E-1,1.235654E0,9.510102E-1,2.0402534E1,8.4643304E-1,4.5463057E0,4.212453E0,5.5454856E-1,1.0396489E0,3.184094E-1,6.705651E0,5.1470333E-1,8.794699E-1,6.3347144E0,1.919781E-1,8.939097E0,2.7856379E0,9.960425E0,9.2708594E-1,1.1336446E0,2.6456835E0,2.5445566E0,5.090502E-1,9.337016E0,5.4136443E0,7.022758E-1,3.0370653E-1,5.1824822E0,3.3054808E-1,8.954531E0,3.151493E-1,3.7991664E0,5.711254E-1,5.1356225E0,4.3301073E-1,5.273926E0,3.0523226E0,1.7087111E-1,2.335814E-1,2.4669585E0,1.8266E-1,3.1235487E0,1.5590063E0,8.915102E0,7.5980783E0,2.491058E-1,6.987168E-1,3.2949178E0,1.9078096E0,9.9181545E-1,2.002333E0,9.178458E-1,2.0493255E0,5.5017037E0,2.9800572E0,1.8073901E0,3.0234342E0,5.393396E-1,5.6689587E0,2.5725603E-1,1.3514401E0,2.809624E-1,3.4147793E-1,4.9357452E0,2.6425562E0,1.6265646E1,2.8214924E0,6.220691E-1,5.527685E-1,2.5327163E0,3.0638487E0,4.95925E0,3.8670251E0,7.0091376E0,5.512725E0,1.7016362E0,3.8159603E-1,1.5622917E0,1.7535421E0,4.8774016E-1,1.7915657E1,3.725706E0,3.1444817E0,1.3850431E0,3.2399504E0,2.2179031E-1,2.9417562E-1,2.9208212E0,1.8545619E0,5.858015E-1,1.8682345E0,3.8019726E-1,1.094921E0,3.7897718E-1,1.3229873E0,1.9168994E-1,3.7583947E0,3.6179918E-1,2.401556E-1,1.630421E0,9.693489E-1,1.0007625E0,6.9200416E0,2.4645318E-1,1.6221129E0,2.09324E-1,1.7445714E0,1.1933506E0,1.0566423E1,4.7305954E-1,1.6507132E0,2.2478402E-1,1.7937296E1,6.167041E-1,9.0121096E-1,1.2317405E0,1.9278457E0,3.722567E-1,6.081623E-1,2.6499383E0,2.1406394E-1,9.920266E-1,8.93409E0,1.3503495E0,1.6854739E-1,8.9302427E-1,1.8240163E-1,2.1590068E0,1.9577686E1,8.248484E-1,4.332154E0,2.141519E-1,3.912308E0,3.0014503E-1,3.030975E-1,6.402553E0,5.8757787E0,4.5893615E-1,2.4351478E-1,8.695582E0,3.856996E-1,2.3999383E0,4.383478E-1,9.522078E0,1.0327812E0,1.6129022E0,1.4334061E0,1.1111505E0,8.251063E0,1.0859526E0,5.237029E-1,4.8899417E0,5.454893E-1,4.636993E0,4.4493395E-1,3.3542325E0,1.7253888E-1,4.9630837E0,5.0754833E0,1.9844219E-1,1.6566174E-1,2.886661E0,2.9465916E0,1.7695713E-1,6.417544E-1,8.273347E0,5.2300876E-1,7.0750694E0,3.0367036E0,2.582142E-1,2.9367507E-1,1.6141346E0,1.7247865E0,2.7754644E-1,1.2164721E0,8.328534E-1,4.204875E0,1.2968286E0,4.584243E-1,2.521633E0,9.823857E-1,8.2500446E-1,2.8400496E-1,2.7394292E0,1.6817933E-1,5.500779E0,4.267863E0,6.678823E-1,1.5424043E0,1.4723241E1,8.6109966E-1,1.9603928E0,1.7057176E-1,2.3621445E0,1.7790596E0,1.2847891E0,5.2746934E-1,4.431781E0,1.2958153E0,2.57121E0,1.5429552E0,5.4661827E0,2.573872E-1,5.2553377E0,2.8856403E-1,1.464978E0,1.0981874E0,1.6817469E1,2.4470086E0,1.2786975E0,1.4448645E0,1.6996173E0,3.038133E0,2.0181744E-1,1.5825367E0,2.720253E-1,1.7691484E-1,1.6913197E0,1.8078542E-1,9.141356E-1,3.5000565E0,2.5833827E-1,2.1363652E-1,1.4167845E0,6.3002295E0,6.1981165E-1,1.4307024E0,1.914103E-1,1.5379502E0,2.0662132E-1,9.3184595E0,1.247964E0,1.7727537E1,2.0975837E-1,2.128179E-1,1.0189226E0,1.754089E0,1.7375675E-1,8.196002E0,7.380872E-1,3.6890414E0,2.2326648E-1,4.2631873E-1,5.9762344E0,1.6383728E-1,5.7119412E0,3.988619E-1,8.2967205E0,2.1942828E0,2.056556E-1,2.9780314E0,6.544047E0,3.757927E-1,1.0576134E0,8.033536E0,2.175272E-1,1.6529551E-1,4.724646E0,3.211683E-1,4.3158245E0,2.696462E0,6.577705E-1,4.8342595E0,2.4122381E-1,9.100426E-1,6.1650267E0,2.8736404E-1,1.4374224E0,1.0172535E0,1.9921866E-1,1.7371784E-1,4.0311575E0,2.7192602E-1,2.249707E0,2.4522555E0,2.871736E-1,1.798443E-1,5.320935E0,1.1743542E1,2.9796999E0,4.1359943E-1,1.5467933E0,2.1885521E0,1.7359228E-1,1.8838428E-1,1.5906754E0,8.037405E-1,4.8104858E-1,4.1997137E0,2.3206735E-1,9.6896446E-1,3.2685095E-1,6.5061116E-1,1.9205986E0,7.232799E-1,8.196752E-1,5.4547125E-1,4.9207115E0,2.6367852E-1,4.991659E0,1.8723705E-1,1.277741E0,1.56498375E1,1.1676319E0,4.7955233E-1,1.9674563E0,2.0115535E-1,1.0775422E0,1.1992244E0,5.003929E-1,2.8198087E0,2.1832429E-1,1.2223313E0,1.9445328E-1,6.0771255E0,2.2310439E-1,1.2966216E0,2.4132869E-1,4.5347154E-1,8.864987E0,3.6053368E-1,1.7367002E1,1.5164604E0,6.679542E0,2.2688845E-1,5.4850526E0,8.060472E0,2.3624921E-1,2.0035746E0,1.907081E-1,2.7425203E0,2.3551111E-1,6.185035E0,3.5901165E-1,2.200617E-1,7.8134747E0,4.51475E0,2.0989603E-1,3.9475687E0,3.6825582E-1,2.1371856E-1,3.8174388E0,2.0095072E0,2.401998E-1,1.6655162E-1,5.154383E0,1.0857703E1,8.858385E-1,1.2619519E0,1.7177478E0,3.8283116E-1,1.2078441E0,3.8779683E0,3.2174516E-1,1.7561946E0,1.6440406E-1,4.5961392E-1,4.4610977E0,4.5159187E0,4.7574067E-1,1.5013985E1,6.3585305E-1,2.3859084E-1,1.7288655E0,2.569202E0,2.5060678E-1,2.3846705E-1,5.8386583E0,5.177146E-1,8.347273E0,1.7110994E1,2.5600928E-1,7.2003837E0,8.600875E-1,5.7572737E0,4.277613E-1,1.8182568E-1,4.3329244E0,3.6213863E0,1.960524E-1,1.7479074E-1,1.0682912E1,1.6951782E-1,1.0924342E0,5.3572106E-1,1.1820267E0,3.4965608E0,3.814074E-1,2.0199186E-1,4.2591057E0,4.241897E0,2.7402142E-1,1.484367E1,1.7031434E-1,5.407623E0,4.310357E-1,3.6385816E-1,7.9834146E0,1.9532505E-1,1.6915668E1,3.3440405E-1,6.8659797E0,4.915666E0,8.4160745E-1,2.1224251E-1,4.120682E0,1.7192927E-1,3.4494572E0,2.4944268E-1,1.043347E1,4.5103508E-1,3.0455258E0,3.9254591E0,3.3364654E-1,1.2871545E1,1.9721259E0,3.0560198E-1,5.1020207E0,1.0191585E1,2.4188481E-1,2.011419E-1,1.2670403E1,1.0674775E0,9.0464836E-1,2.0597583E-1,9.985609E0,1.1728989E1,9.4141346E-1,9.287752E0,6.9785666E-1,4.080482E-1,1.1320941E1,8.943256E0,3.4449598E-1,6.775677E-1,1.06433735E1,8.239348E0,7.039081E-1,1.7017609E-1,1.0473197E1,1.7409244E-1,8.065255E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1997","size_leaf_vector":"0"}},{"base_weights":[-4.4911116E-1,-2.672894E-1,-8.1226695E-1,-1.5114617E-1,-6.84176E-1,-6.2622285E-1,-9.314888E-1,-7.569714E-2,-7.707919E-1,-5.201055E-1,-9.1127527E-1,-1.506047E-1,-9.216136E-1,-9.6963894E-1,-6.879412E-1,-2.20297E-2,-7.742238E-1,-3.048323E-1,-8.686556E-1,-4.1547638E-1,-9.063826E-1,-9.2820424E-1,-0E0,-3.2901343E-2,-6.927269E-1,-0E0,-9.276383E-1,-0E0,-7.5876796E-1,-8.508049E-1,-0E0,1.2829547E-2,-7.414407E-1,-8.4628874E-1,-0E0,4.2413073E-3,-4.888922E-1,-0E0,-8.8981605E-1,-3.012991E-1,-8.27843E-1,-7.4647826E-1,-0E0,-0E0,-9.374984E-1,3.4502175E-1,-0E0,4.2002043E-1,-2.061452E-1,-7.2508705E-1,-0E0,-0E0,-2.4273543E-1,-8.6932755E-1,-0E0,1.2683499E0,-6.84219E-1,-3.7720618E-1,7.033366E-2,-0E0,-9.074529E-1,-0E0,-8.8910246E-1,-3.587717E-1,5.273695E-1,-1.0519561E-1,2.816201E-1,-7.115244E-1,-0E0,-0E0,2.1234399E-1,-6.97893E-1,-0E0,-6.6640645E-1,-1.4954673E-1,-8.6714774E-1,-0E0,-9.466167E-1,-0E0,-3.771166E-1,6.1636263E-1,-3.3977023E-1,2.1610776E-1,-0E0,-8.902441E-1,2.5483718E0,-0E0,-7.1340543E-1,-0E0,-2.4534027E-1,-8.421683E-1,8.943347E-3,2.7649236E-1,-3.8991234E-1,4.6077543E-1,-0E0,-9.5992E-1,-1.870956E-1,1.3628773E-1,-9.0703017E-1,-0E0,1.6816432E0,-0E0,-1.0309493E-1,-0E0,-0E0,5.181935E-1,-0E0,-7.6837945E-1,-2.4541178E-1,2.1984735E-1,-7.690205E-1,7.186041E-2,1.07704975E-1,-4.280154E-1,-0E0,-9.144768E-1,-0E0,-7.443827E-1,-0E0,-4.5589623E-1,8.8651687E-1,-2.1157014E-1,-4.603156E-1,5.9632313E-2,-1.3259763E-1,6.057945E-1,-0E0,-9.0917605E-1,3.4536555E0,-0E0,-0E0,3.8468817E-1,-5.796432E-1,-0E0,-4.6369117E-1,-0E0,-0E0,-7.2131E-1,-3.4892008E-1,3.5537165E-2,7.455929E-2,4.3857977E-1,-0E0,-5.1715654E-1,6.5624577E-1,-0E0,-1.9621563E-1,6.550831E-2,-7.603641E-1,-0E0,2.927117E-1,-0E0,-9.224084E-1,-0E0,-2.562256E-1,4.5635277E-1,7.5044996E-1,-0E0,-8.073036E-1,-0E0,5.39332E-1,-0E0,-8.2756495E-1,-0E0,6.906339E-1,-0E0,-4.577711E-1,2.679024E-1,-5.963473E-1,2.715947E-1,-0E0,-7.439122E-1,-0E0,-4.210745E-1,-0E0,1.0051152E0,-0E0,-4.3729058E-1,-1.6009903E-1,-7.747187E-1,8.715712E-1,-9.6258424E-2,-0E0,-3.7145787E-1,9.5217323E-1,-0E0,-9.3115324E-1,-0E0,-0E0,4.575923E0,-0E0,5.173146E-1,-5.9027296E-1,-0E0,-2.4260984E-1,3.0840203E-1,-7.43051E-1,-7.474892E-2,-2.552724E-1,6.0362626E-2,-2.8100707E-2,4.3409604E-1,6.620746E-1,2.2863373E-1,-0E0,1.9869924E-1,-0E0,7.790288E-1,-0E0,-9.532128E-1,9.644494E-1,-0E0,-8.3045214E-1,-0E0,6.612392E-1,-0E0,-0E0,-8.5731035E-1,9.738569E-1,-0E0,-5.7879627E-1,-0E0,-0E0,6.2210613E-1,-8.640522E-1,-0E0,-0E0,1.2910166E0,-0E0,-8.0098994E-2,9.626198E-2,1.3307719E0,-0E0,8.021563E-2,-3.1167412E-1,3.210198E-1,-0E0,-8.1920564E-1,1.5005283E0,-0E0,-0E0,-2.6713672E-1,-0E0,1.454986E-1,-4.5020196E-1,-0E0,1.2656535E0,-0E0,-1.1364762E-1,-0E0,-9.541503E-1,-0E0,4.491712E0,-0E0,-6.682476E-1,-0E0,-5.381106E-1,3.3483845E-1,-4.833995E-1,-0E0,8.5961336E-1,-1.7639998E-2,-0E0,-7.7943707E-1,-5.040805E-1,3.293808E-2,-3.7119383E-1,-0E0,1.158975E-2,1.9444327E-1,-3.0525854E-1,6.773565E-2,-5.46297E-2,5.4991764E-1,-0E0,8.25728E-1,4.1020462E-1,-1.320833E-1,-0E0,6.914336E-1,-0E0,-1.5233888E-1,-7.4893266E-1,-0E0,1.0625923E0,-0E0,-0E0,-6.7024124E-1,5.665313E-1,-0E0,-8.9443296E-1,-0E0,-2.5507554E-2,4.9603137E-1,-8.6257726E-2,4.8085997E-1,-0E0,9.2454803E-1,-9.105272E-1,-0E0,1.6093616E-1,-4.6454048E-1,-2.1980281E-1,-0E0,-0E0,1.7172644E0,5.0452083E-1,-3.7689256E-3,1.4427466E0,-0E0,-0E0,-4.8638773E-1,6.7115265E-1,-0E0,-8.734171E-1,-0E0,1.6846322E0,-0E0,1.5012297E-1,-0E0,-5.0872785E-1,-0E0,-5.210946E-1,-0E0,2.9118648E-3,1.8748889E0,-0E0,7.457954E-2,-0E0,-7.632065E-1,-7.124075E-1,-0E0,-4.731164E-2,3.956277E-1,-0E0,-4.8829684E-1,-0E0,6.524099E-1,-0E0,-8.1513804E-1,-5.868893E-2,4.954142E-1,-0E0,1.3597898E0,9.5283285E-2,-4.5148107E-1,-0E0,-8.0340034E-1,-0E0,-6.7354596E-1,2.533665E-1,-7.4630072E-3,-4.461831E-1,-0E0,-3.0178368E-1,1.4002931E-1,-2.9509535E-1,4.606203E-2,3.470651E-1,-1.2621622E-2,-5.76014E-1,-0E0,2.4402525E-1,-1.5444075E-1,-0E0,-1.919773E-1,-0E0,6.755648E-1,-2.5743797E-1,4.6501893E-1,8.602499E-1,-0E0,5.839398E-1,-0E0,5.2510582E-2,-4.5373437E-1,-0E0,9.935708E-2,1.1242839E0,-0E0,-9.524921E-1,-0E0,-0E0,5.9870327E-1,4.7863793E-1,-3.4601212E-1,1.0019284E0,-0E0,1.8226683E-1,-3.0039892E-1,1.0975956E0,-0E0,-0E0,-9.191498E-1,6.9700354E-1,-0E0,-4.9747184E-1,-0E0,1.8758105E-1,-0E0,1.5989656E0,-0E0,-0E0,5.073027E-1,-1.3863015E-1,-0E0,1.537123E0,-0E0,2.7155787E-1,-6.1732758E-2,-5.9083915E-1,-0E0,9.306814E-1,-0E0,-0E0,-7.037713E-1,-0E0,1.798637E0,-0E0,-5.8531547E-1,-5.79425E-1,-0E0,-0E0,3.382097E-1,2.105847E0,-0E0,-0E0,-8.874865E-2,-0E0,-7.4478734E-1,-0E0,5.145336E-1,9.46629E-1,-0E0,-2.3412713E-1,4.261896E-1,-7.108972E-1,-0E0,1.6407844E-1,-2.8694767E-1,-0E0,6.6998035E-1,1.9780773E0,-0E0,3.6666796E-1,-1.4119346E-2,-0E0,-5.01606E-1,-8.2550883E-1,-0E0,-0E0,-7.400391E-1,-0E0,3.7956807E-1,-0E0,-2.4301945E-1,-4.963886E-1,-0E0,2.8043994E-1,-0E0,-4.6007934E-1,-0E0,3.2128555E-1,-0E0,-4.4381952E-1,2.2774851E-1,6.8920506E-3,2.7589762E-1,-1.3915405E-1,4.174902E-1,-3.4647864E-1,1.0322758E-1,-6.7646027E-1,-0E0,-3.4274846E-2,8.1433855E-2,3.574057E-1,-0E0,-0E0,-4.370483E-1,-0E0,-2.2734112E-1,-0E0,7.9141766E-1,-6.174898E-1,-0E0,4.6012852E-1,-0E0,9.1072017E-1,-0E0,-0E0,6.854731E-1,-6.45912E-1,2.2373757E-1,-1.5791912E-1,3.8569412E-1,-5.843566E-1,-0E0,-0E0,9.76725E-1,-0E0,-7.522271E-1,-2.2964402E-1,-0E0,7.1215796E-1,-0E0,-4.1551992E-1,-0E0,-0E0,1.1949809E0,-0E0,3.744832E-1,-2.6734024E-1,-0E0,1.3258424E0,-0E0,-0E0,-7.234299E-1,9.91618E-1,-0E0,-0E0,-1.9177818E-1,1.6607031E-1,-0E0,1.6238984E0,-0E0,-0E0,5.372297E-1,-3.0243108E-1,-0E0,-0E0,-6.2264216E-1,8.0020684E-1,-0E0,-0E0,2.0182314E0,-0E0,-4.9469134E-1,-4.8048928E-1,-0E0,3.003862E-1,-0E0,-0E0,2.3082352E0,-7.771466E-1,-0E0,-0E0,1.1378748E0,-4.0125144E-1,-0E0,-0E0,7.177255E-1,2.8296417E-1,-0E0,-0E0,-4.6334353E-1,-0E0,6.066379E-1,1.7681316E0,-0E0,-0E0,1.8410529E-1,5.3903216E-1,-0E0,-0E0,-4.841088E-2,-6.535378E-1,-0E0,-5.939107E-1,-0E0,6.5930694E-1,-0E0,-0E0,2.0253596E-1,-0E0,-4.6307927E-1,-0E0,-5.2164394E-1,4.2204958E-1,-0E0,-5.551167E-1,-0E0,-0E0,4.7100046E-1,-1.2649508E-1,-0E0,-7.523569E-1,-1.2712546E-1,-0E0,1.454028E0,3.8959634E-2,-2.0147981E-1,-4.387996E-2,3.7994516E-1,-3.8731667E-1,-0E0,4.8114863E-1,-0E0,-5.704594E-1,-0E0,3.094776E-1,-1.3168115E-2,-7.4562603E-1,-0E0,-4.4068614E-1,1.7248701E-2,-0E0,3.1848687E-1,-0E0,6.092383E-1,-2.0781441E-1,2.4447753E-1,2.1041664E-1,-1.1254471E-1,-0E0,-5.4940504E-1,9.0861404E-1,-0E0,-0E0,-7.1147674E-1,-0E0,5.9449144E-2,9.234122E-1,-0E0,-0E0,5.1322374E-2,-0E0,-1.5636007E-1,3.8028657E-2,8.699101E-1,-8.910789E-1,-0E0,-0E0,5.799023E-1,-0E0,-3.6837474E-1,-0E0,5.986388E-1,-0E0,-6.6190785E-1,-0E0,9.638745E-1,-0E0,-4.9978626E-1,-0E0,9.862136E-1,3.4367108E-1,-0E0,1.4759482E0,-0E0,1.2285397E0,-0E0,1.6456434E-1,-0E0,-0E0,1.760575E0,5.7762414E-1,-0E0,-2.8254464E-1,-0E0,-0E0,6.924288E-2,-0E0,-6.6788256E-1,-0E0,1.7547239E0,-0E0,1.8937579E0,-0E0,-8.243841E-1,-0E0,9.9009E-1,-5.317097E-1,-0E0,7.724844E-1,-0E0,2.8324363E-1,-0E0,-5.6817085E-1,-0E0,1.7109506E-1,-0E0,6.482531E-1,-0E0,5.6311697E-1,-0E0,-1.3048992E-1,-0E0,-0E0,3.871712E-1,-0E0,-4.5924875E-1,-0E0,-5.5641156E-1,-0E0,-6.4020306E-1,-0E0,5.5300426E-1,-1.5347804E-1,-0E0,-8.108691E-1,-0E0,-0E0,-5.512198E-1,1.48799075E-2,-1.940981E-1,7.3595814E-2,-1.04597464E-1,3.6637273E-2,-3.7611973E-1,1.11951046E-1,-4.422478E-1,-0E0,5.0983286E-1,-5.20687E-1,-0E0,-0E0,2.3275962E-1,1.07913196E-1,6.21467E-1,1.8001829E-1,-4.2579013E-1,-0E0,-6.6644275E-1,1.6532528E-1,-6.726725E-2,-0E0,4.7217044E-1,1.607251E-1,-2.2686224E-1,-0E0,-8.004729E-1,-4.1735053E-1,-0E0,1.4269733E-1,-0E0,4.1724232E-1,-0E0,-3.4268126E-1,4.640563E-1,7.1669847E-1,-0E0,-4.548873E-1,-0E0,4.0203568E-1,-0E0,3.9091557E-1,-0E0,-1.7384453E-1,-0E0,-6.1597025E-1,-0E0,9.483853E-1,-0E0,-0E0,-6.257424E-1,9.231436E-2,-0E0,-0E0,9.3318117E-1,-0E0,1.447025E-1,-2.6797342E-1,-0E0,-7.1703315E-2,4.318666E-1,-0E0,9.8719525E-1,-0E0,-1.0940107E0,-0E0,-1.2352405E-1,-0E0,6.9135493E-1,-4.0080965E-1,-0E0,-0E0,4.953692E-1,-7.530114E-1,-0E0,-0E0,1.1559374E0,-6.8784106E-1,-0E0,1.5975006E0,-0E0,-0E0,1.3444821E0,2.7828416E-1,-0E0,-0E0,1.8237127E0,-0E0,1.6920531E-1,-0E0,-7.011851E-1,-0E0,-6.5128964E-1,-0E0,-4.3763638E-1,-0E0,-6.6553724E-1,7.678183E-1,-0E0,-0E0,-2.9595664E-1,-0E0,4.971904E-1,-0E0,-5.690192E-1,-0E0,-5.223696E-1,6.257787E-1,-0E0,-0E0,-8.681466E-1,3.1602535E-1,-2.2399402E-1,-0E0,-5.4121524E-1,-0E0,3.2162252E-1,1.17649555E-1,-3.766385E-2,-0E0,-2.92687E-1,3.6279878E-1,-1.6665438E-1,-4.5088834E-1,-0E0,-0E0,3.7561625E-1,-0E0,-7.332901E-1,-2.9651132E-1,2.9839171E-2,5.8472806E-1,-0E0,-0E0,-6.118601E-1,2.888275E-1,-0E0,4.231426E-1,-2.6620778E-1,1.6119634E-1,8.118869E-1,-0E0,1.0043663E0,-7.274574E-1,-0E0,-0E0,3.0308592E-1,-0E0,-2.3960815E-1,-9.389663E-2,6.5460436E-2,-0E0,7.344094E-1,3.5539198E-1,-0E0,-0E0,-4.145111E-1,-8.424814E-1,-0E0,-0E0,1.6652049E-1,-0E0,3.5408798E-1,-0E0,-5.3988755E-1,5.9711653E-1,-0E0,-0E0,7.990856E-1,-5.2863735E-1,-0E0,5.285853E-1,-0E0,6.234026E-1,-0E0,-5.423028E-1,-0E0,9.7425795E-1,-0E0,7.359027E-1,-0E0,-0E0,-3.2091337E-1,4.9137124E-1,-0E0,7.051788E-2,-0E0,-0E0,1.0402974E0,-0E0,-9.1715497E-1,-2.7732572E-1,-0E0,6.6119623E-1,-0E0,-8.1183296E-1,-0E0,-0E0,1.2489771E0,-0E0,-7.462877E-1,-0E0,1.6974853E0,1.2017543E0,-0E0,1.8821341E0,-0E0,-7.331648E-1,-0E0,-0E0,-5.5184674E-1,-0E0,6.326333E-1,-0E0,-2.7924934E-1,-0E0,4.0972704E-1,-0E0,-5.769146E-1,-0E0,5.311635E-1,-6.9118655E-1,-0E0,-0E0,1.1642529E0,-0E0,-5.2772504E-1,-0E0,5.0038916E-1,-0E0,1.9238596E-1,9.0891294E-2,-1.9094968E-1,-3.4128723E-1,1.2660162E-1,-0E0,-3.883362E-1,4.7528842E-1,-0E0,-0E0,-4.8070002E-1,-6.5184766E-1,-3.0543402E-2,1.05293155E-1,-0E0,4.4320133E-1,-0E0,-0E0,-9.60307E-1,-4.009667E-1,-0E0,4.2231628E-1,-6.81893E-2,6.6474235E-1,-0E0,-2.1302226E-1,-0E0,-0E0,-4.90573E-1,5.394498E-1,-0E0,-0E0,-5.783621E-1,-0E0,3.362065E-1,-0E0,9.1404116E-1,-8.754244E-2,-0E0,1.3516879E0,-0E0,-0E0,-8.559676E-1,4.5329368E-1,-0E0,-0E0,-2.7425778E-1,-0E0,-2.6446655E-1,3.6892942E-1,-0E0,-0E0,-1.7866574E-1,8.7643915E-1,-0E0,-0E0,5.963435E-1,1.5237899E-1,-0E0,-4.7601125E-1,-0E0,-0E0,-8.8119364E-1,-0E0,-5.7660323E-1,-0E0,6.9975746E-1,8.6996907E-1,-0E0,-0E0,-4.471228E-1,4.3869647E-1,-0E0,-0E0,6.3712263E-1,-0E0,1.0040842E0,1.0497081E-1,-0E0,-0E0,1.0843872E0,-3.8040334E-1,-0E0,-8.5835606E-1,-0E0,-0E0,1.0121793E0,-0E0,-6.3119173E-1,-0E0,1.8285794E0,-0E0,1.9951161E0,-0E0,-7.587999E-1,-5.875126E-1,-0E0,-0E0,-2.3240216E-1,-0E0,1.4078865E0,1.5410821E-1,-0E0,-5.1335835E-1,-0E0,-0E0,6.031964E-1,-1.5589389E-1,1.3661693E-1,-3.5945038E-4,2.7956435E-1,2.2798745E-1,-1.0497163E-1,-0E0,-3.3557212E-1,-0E0,-4.84351E-1,-0E0,4.0590748E-1,1.7731622E-1,-0E0,-4.7817457E-1,-0E0,5.6673074E-1,-0E0,-0E0,1.350224E-1,-0E0,-5.440396E-1,-0E0,-7.0211893E-1,-2.7774853E-1,-0E0,-0E0,4.828927E-1,-0E0,-8.4001124E-1,-0E0,-4.9837744E-1,4.4965056E-1,-0E0,-2.2307119E-1,-0E0,7.24927E-1,-0E0,-6.4408295E-2,1.4631626E-1,-1.8818049E-1,-0E0,-0E0,6.340475E-1,-0E0,9.349998E-2,-6.6201925E-1,-0E0,-0E0,-1.9685847E-1,-0E0,4.586626E-1,7.994398E-2,-1.8424547E-1,-0E0,9.844243E-1,-2.1797977E-1,-0E0,-0E0,1.312104E0,-8.987819E-1,-0E0,3.892564E-1,-0E0,-0E0,-3.085249E-1,3.2488313E-1,-0E0,-2.4036478E-1,-0E0,-0E0,9.402136E-1,-0E0,6.876617E-1,-0E0,2.5252435E-1,-0E0,-6.093761E-1,-9.195333E-1,-0E0,-6.080362E-1,-0E0,-0E0,5.929753E-1,9.3109345E-1,-0E0,-0E0,1.0288757E0,-0E0,1.1076895E0,-0E0,-3.1283835E-1,-6.911026E-1,-0E0,-0E0,1.9325186E0,-0E0,2.0753117E0,-0E0,-7.750103E-1,-5.9467536E-1,-0E0,-0E0,1.427762E-1,-3.1486678E-1,-0E0,1.2002974E0,-0E0,-0E0,5.0329494E-1,1.4714593E-2,-2.94388E-1,-0E0,2.7708846E-1,-2.9439571E-1,1.3763236E-2,-0E0,3.581807E-1,3.031877E-1,-0E0,-3.1735075E-1,-0E0,-1.1023773E-1,3.9330342E-1,-4.4072303E-1,-0E0,4.7060873E-2,-2.9976615E-1,-0E0,5.352402E-1,-0E0,1.6284171E-1,-0E0,-5.5624E-1,6.409602E-1,-0E0,-0E0,-5.8599126E-1,-0E0,-7.627421E-1,-0E0,-3.558371E-1,1.7063053E-1,-0E0,3.9830786E-1,-0E0,-4.323287E-1,-0E0,7.548712E-1,-0E0,-1.4423789E-1,2.0230487E-1,-0E0,-1.36173E-1,-0E0,1.3751411E-1,-0E0,7.336999E-1,1.693184E-1,-0E0,-0E0,-5.639939E-1,-0E0,4.8877906E-2,-0E0,-3.3647433E-1,-0E0,5.391817E-1,-0E0,1.0031222E-1,-2.780608E-1,-0E0,6.537298E-2,-0E0,1.0014379E0,-0E0,-7.3840636E-1,-0E0,-0E0,9.8835E-1,5.7522684E-1,-0E0,-0E0,3.236551E-1,-6.612255E-1,-0E0,-7.283356E-1,-0E0,-0E0,-4.9305758E-1,9.7219753E-1,-0E0,1.0582644E0,-0E0,1.1446804E0,-0E0,-0E0,2.0599E0,2.2108388E0,-0E0,-8.076064E-1,-0E0,-0E0,-6.076645E-1,1.3517657E-1,-0E0,-0E0,1.8059418E-1,-3.6281496E-1,-0E0,-2.2132522E-1,1.0149622E-1,4.1812658E-1,-0E0,-4.007498E-1,-0E0,1.4021453E-1,-3.1197026E-1,-1.5614937E-1,2.9314128E-1,4.327285E-1,-6.142679E-2,-0E0,4.1615793E-1,-5.634971E-1,-0E0,-2.9513788E-1,-0E0,6.376789E-1,-0E0,-4.9842417E-1,-0E0,-0E0,3.6794238E-2,2.979679E-1,-0E0,-4.940808E-1,-0E0,-0E0,6.867977E-1,-0E0,-6.2810576E-1,7.1507907E-1,-0E0,-4.868329E-1,-0E0,-0E0,-8.325455E-1,-3.3550045E-1,-0E0,2.745196E-1,-0E0,-0E0,-1.4762808E-1,-0E0,7.8931844E-1,-1.3505381E-1,-0E0,7.961733E-1,-0E0,5.636026E-2,-0E0,-0E0,-3.6016518E-1,-0E0,6.291077E-1,-0E0,1.0166148E0,-0E0,1.0220958E0,2.6798427E-1,-0E0,-0E0,-6.891553E-1,-0E0,1.0215694E0,-0E0,1.0713408E0,-0E0,9.1539526E-1,1.6472335E0,-0E0,-0E0,2.2633595E0,-6.4343834E-1,-0E0,-0E0,-6.139468E-1,-0E0,-1.70245E-1,-0E0,5.028093E-1,-0E0,-4.5971388E-1,-0E0,-4.007511E-1,3.3462176E-1,-0E0,4.9812344E-1,-0E0,8.23535E-2,-1.7535551E-1,-0E0,-4.8569375E-1,2.4268936E-1,-4.3346416E-2,-0E0,-5.147376E-1,-3.2559147E-1,-0E0,-0E0,4.5610553E-1,-0E0,4.672916E-1,3.0937454E-1,-5.548927E-1,5.174148E-2,-1.0379678E-1,4.8730358E-1,-0E0,-5.2327865E-1,-0E0,-4.8408255E-1,-0E0,-0E0,5.5424386E-1,-0E0,-5.592643E-1,1.8431033E-1,-0E0,5.2792937E-1,-0E0,-0E0,-2.8108227E-1,-5.972912E-1,-0E0,8.032941E-1,-0E0,-0E0,-7.0569456E-1,-0E0,7.525563E-1,-0E0,-8.588858E-1,-1.5949853E-1,-0E0,8.298645E-1,-0E0,8.538593E-1,-0E0,-0E0,-3.11625E-1,7.7256584E-1,-0E0,-0E0,1.0309356E0,1.041388E0,-0E0,-5.6760126E-1,-0E0,1.051764E0,-0E0,8.537422E-1,-0E0,-0E0,1.8235178E0,-0E0,-6.210824E-1,-0E0,-3.0742267E-1,-1.7276162E-1,-0E0,-0E0,5.4067785E-1,-0E0,-5.515791E-1,-5.1922774E-1,-0E0,-0E0,4.8647887E-1,-0E0,-3.8946297E-2,5.6054074E-1,-0E0,-0E0,3.2456487E-1,-3.5498312E-1,-0E0,-0E0,-5.253781E-1,-0E0,4.2118716E-1,-0E0,-2.0373207E-1,-5.7425535E-1,-0E0,-4.2547265E-1,-0E0,1.2738936E-1,-0E0,-0E0,4.2131564E-1,-0E0,-1.6579743E-1,-0E0,5.001867E-1,5.587541E-1,-0E0,-5.5670977E-1,-0E0,1.6603136E-1,-0E0,-1.9995907E-1,-0E0,5.5732834E-1,-0E0,-0E0,-5.557145E-1,-0E0,-6.103532E-1,2.4465811E-1,-0E0,6.1660236E-1,-0E0,-3.5533503E-1,-0E0,-6.454833E-1,-0E0,6.6583836E-1,-0E0,-7.389599E-1,-0E0,7.7722925E-1,-0E0,-0E0,-8.726136E-1,8.578524E-1,-0E0,-0E0,8.8040406E-1,8.118577E-1,-0E0,1.0420667E0,-0E0,-0E0,1.0774604E0,-0E0,1.079715E0,-4.9363273E-1,-0E0,-3.0754638E-1,-0E0,-0E0,4.4255227E-1,-6.096446E-1,-0E0,-5.908503E-1,-0E0,4.2824358E-1,-0E0,6.0463E-1,-0E0,-0E0,4.0084863E-1,-0E0,-3.2358032E-1,-6.0125667E-1,-0E0,-1.4125822E-1,2.8743982E-2,4.9795172E-1,-0E0,-0E0,-2.0506966E-1,-4.6702978E-1,-0E0,-0E0,-5.630557E-1,-0E0,1.968814E-1,-0E0,-1.9558649E-1,5.3736305E-1,-0E0,5.149233E-1,-0E0,-0E0,-2.7730635E-1,-0E0,6.2355435E-1,-4.7707182E-1,-0E0,-0E0,-6.492405E-1,-0E0,7.093335E-1,-0E0,-3.268635E-1,-5.3989565E-1,-0E0,-0E0,-7.576736E-1,-0E0,6.2176436E-1,-8.9629745E-1,-0E0,8.75023E-1,-0E0,-0E0,7.7459973E-1,-0E0,6.577409E-1,1.0544101E0,-0E0,-0E0,8.6250263E-1,-0E0,8.706731E-1,-2.694784E-1,-0E0,-0E0,-6.5525866E-1,-0E0,-6.428854E-1,-0E0,6.4846706E-1,-0E0,-4.9837837E-1,-0E0,-2.6973572E-1,1.5753053E-1,-0E0,5.9371006E-1,-0E0,-0E0,-6.907655E-1,2.0592931E-1,-0E0,-0E0,5.8278275E-1,-0E0,2.1365021E-1,-0E0,-2.7931407E-1,7.150466E-1,-0E0,-6.7313945E-1,-0E0,6.0490525E-1,-0E0,-7.9632574E-1,-0E0,-0E0,-7.0782584E-1,9.2823726E-1,-0E0,1.0615933E0,-0E0,-6.958725E-1,-0E0,-6.900841E-1,-0E0,-0E0,6.990511E-1,-4.0556905E-1,-0E0,6.623182E-1,-0E0,-0E0,-7.445792E-1,-5.9170816E-2,3.098081E-1,-0E0,6.099045E-1,-2.0265175E-1,-0E0,2.7069744E-1,-0E0,6.5898263E-1,-0E0,-0E0,-7.3487747E-1,-8.0819243E-1,-0E0,9.487127E-1,-0E0,-0E0,1.0674179E0,-7.338909E-1,-0E0,-0E0,-7.217305E-1,-0E0,7.9413444E-1,-4.1062576E-1,-0E0,-0E0,7.2004735E-1,-6.070358E-1,-0E0,-1.7929499E-1,-0E0,-0E0,5.007651E-1,6.302315E-1,-0E0,-0E0,2.5266856E-1,-7.769617E-1,-0E0,-8.239175E-1,-0E0,9.624032E-1,-0E0,8.409134E-1,-0E0,-7.703899E-1,-0E0,-0E0,-5.938677E-1,9.036312E-1,-0E0,-0E0,7.753177E-1,-0E0,-1.7745861E-1,4.7770727E-1,-0E0,-0E0,6.506568E-1,-0E0,-8.095139E-1,-0E0,-6.55031E-1,-0E0,7.665269E-1,-7.9069006E-1,-0E0,7.357428E-1,-0E0,-0E0,6.205636E-1,6.610351E-1,-0E0,-0E0,-8.259479E-1,-0E0,-6.274069E-1,6.863737E-1,-0E0,-0E0,-8.4398484E-1,1.4051117E-1,7.649321E-1,-8.616346E-1,-0E0,4.9358848E-1,-0E0,7.949111E-1,-0E0,-0E0,-8.903067E-1,6.3105565E-1,-0E0,-1.3043627E-1,-0E0,8.1225944E-1,-0E0,-0E0,-9.131184E-1,-0E0,5.8242357E-1,-2.8347838E-1,-0E0,-0E0,8.345254E-1,-9.7502446E-1,-0E0,-2.5328532E-1,-0E0,9.094019E-1,-0E0,-0E0,-1.0051583E0,9.635043E-1,-0E0,-0E0,1.3894442E-1,-0E0,-1.0526158E0,-0E0,9.720685E-1,-0E0,1.8380359E-1,-8.352325E-1,-0E0,-0E0,9.926105E-1,-0E0,7.8921694E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":4,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,-1,-1,49,51,-1,53,55,57,59,61,63,65,67,69,71,73,75,-1,-1,-1,77,-1,-1,79,81,-1,-1,-1,-1,83,-1,85,87,89,91,93,95,97,99,-1,101,103,105,107,109,-1,-1,-1,-1,111,113,115,-1,117,-1,119,121,123,125,-1,127,129,131,133,-1,135,137,139,141,143,145,147,149,-1,151,153,-1,-1,155,-1,-1,-1,157,-1,159,-1,161,163,165,167,169,-1,171,-1,-1,-1,173,175,177,179,181,183,185,-1,187,189,-1,-1,191,-1,-1,193,195,-1,-1,197,199,201,203,205,-1,207,-1,-1,-1,-1,-1,-1,-1,209,-1,-1,-1,211,-1,213,-1,215,-1,217,-1,219,-1,221,223,225,227,229,-1,-1,-1,-1,231,233,-1,235,237,239,241,243,245,247,249,251,-1,-1,253,-1,-1,255,257,259,261,263,265,267,269,271,273,275,277,-1,-1,-1,279,281,283,285,-1,287,-1,289,-1,-1,291,-1,-1,-1,293,295,297,299,301,303,305,-1,-1,307,309,-1,-1,311,313,-1,315,317,-1,319,321,-1,-1,323,-1,325,-1,-1,327,329,-1,-1,-1,331,333,335,337,339,341,343,345,-1,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,-1,-1,377,-1,-1,-1,379,-1,-1,-1,-1,-1,381,-1,-1,383,385,387,389,391,393,-1,395,397,-1,399,-1,401,403,405,407,-1,409,411,413,-1,415,-1,417,-1,-1,-1,419,-1,421,-1,423,425,-1,-1,427,-1,429,-1,-1,431,-1,-1,-1,433,435,437,439,441,-1,443,445,447,-1,449,-1,451,453,455,457,459,461,463,465,467,469,471,473,475,477,479,-1,481,-1,483,485,487,489,-1,491,493,495,497,-1,-1,499,-1,501,503,-1,-1,505,507,509,-1,511,513,515,-1,-1,517,519,521,-1,-1,523,-1,-1,-1,-1,-1,-1,-1,525,-1,527,529,531,-1,533,-1,-1,-1,-1,535,-1,537,539,-1,-1,541,543,-1,-1,-1,-1,545,-1,-1,547,-1,549,551,-1,-1,553,555,-1,557,559,561,563,565,-1,-1,567,-1,-1,569,-1,571,573,575,577,-1,579,-1,581,-1,583,585,587,589,591,593,595,597,599,601,603,-1,605,607,609,611,613,615,-1,-1,-1,617,619,621,-1,-1,623,625,627,629,631,633,635,637,639,-1,-1,-1,-1,-1,-1,-1,641,-1,643,-1,-1,645,-1,647,-1,-1,649,-1,-1,-1,651,-1,653,-1,-1,-1,655,-1,-1,657,659,661,-1,663,-1,-1,-1,665,-1,-1,-1,-1,-1,-1,-1,667,669,-1,-1,671,673,-1,-1,675,677,-1,-1,679,-1,-1,-1,-1,-1,681,683,-1,-1,-1,-1,-1,-1,-1,685,-1,687,689,-1,691,-1,693,-1,-1,695,-1,-1,697,699,-1,701,703,705,-1,707,709,711,713,715,717,719,721,723,725,727,729,731,-1,733,735,-1,737,739,741,743,745,747,749,-1,751,753,-1,-1,755,-1,757,759,-1,-1,761,-1,763,765,767,769,-1,771,773,-1,775,-1,777,-1,779,-1,781,-1,783,-1,-1,-1,-1,785,-1,787,-1,789,-1,-1,791,-1,-1,-1,-1,-1,793,-1,795,-1,-1,-1,-1,-1,797,-1,-1,799,-1,-1,-1,-1,-1,801,-1,-1,-1,803,-1,-1,-1,805,-1,-1,807,-1,-1,-1,809,-1,811,-1,813,-1,-1,815,-1,817,819,821,-1,823,825,827,829,831,833,835,837,839,-1,-1,841,843,845,847,-1,-1,849,851,853,855,857,859,861,-1,863,-1,-1,865,-1,867,-1,869,871,873,-1,875,-1,877,-1,879,-1,-1,-1,881,-1,883,-1,-1,-1,-1,-1,-1,885,-1,-1,-1,-1,887,889,891,893,-1,895,-1,897,-1,899,-1,-1,-1,-1,901,-1,-1,903,905,-1,907,-1,-1,909,-1,-1,-1,911,-1,-1,-1,913,-1,-1,-1,-1,-1,915,917,-1,-1,919,-1,921,-1,923,-1,-1,925,-1,-1,927,929,931,-1,-1,-1,933,935,937,939,941,943,945,947,949,-1,951,-1,953,955,957,959,961,-1,963,-1,-1,965,967,969,971,973,975,977,-1,-1,979,-1,981,983,985,987,989,991,-1,993,995,997,-1,-1,-1,-1,-1,-1,999,1001,-1,-1,1003,1005,-1,1007,-1,1009,-1,-1,-1,1011,-1,-1,-1,-1,-1,-1,-1,1013,-1,-1,1015,-1,-1,1017,-1,-1,-1,1019,-1,-1,1021,-1,1023,-1,1025,-1,-1,1027,-1,1029,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1031,-1,-1,-1,-1,1033,1035,1037,1039,-1,1041,1043,1045,1047,1049,1051,1053,1055,1057,1059,-1,1061,1063,1065,1067,-1,-1,1069,-1,-1,1071,1073,-1,1075,1077,1079,1081,1083,-1,-1,-1,1085,-1,1087,1089,1091,1093,1095,1097,1099,-1,1101,-1,-1,1103,1105,-1,-1,-1,-1,1107,1109,-1,-1,1111,1113,-1,-1,1115,1117,-1,1119,-1,-1,1121,-1,1123,-1,1125,1127,-1,-1,-1,-1,-1,-1,-1,-1,1129,-1,-1,-1,1131,1133,-1,1135,-1,-1,-1,-1,-1,-1,1137,-1,1139,-1,1141,1143,-1,1145,1147,-1,1149,-1,-1,-1,-1,-1,1151,1153,1155,1157,1159,1161,1163,1165,1167,-1,-1,1169,1171,1173,-1,1175,-1,1177,-1,-1,-1,-1,1179,-1,1181,1183,1185,-1,1187,-1,-1,-1,1189,-1,-1,-1,-1,1191,1193,1195,1197,-1,-1,-1,1199,-1,1201,1203,-1,1205,1207,-1,1209,1211,1213,1215,1217,-1,-1,-1,-1,1219,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1221,-1,1223,-1,1225,-1,1227,1229,-1,1231,-1,-1,-1,1233,-1,-1,1235,-1,1237,-1,-1,-1,-1,-1,1239,-1,1241,-1,1243,1245,-1,-1,1247,-1,-1,-1,-1,-1,-1,1249,1251,1253,1255,1257,1259,1261,1263,1265,-1,1267,-1,1269,1271,1273,1275,1277,1279,-1,1281,-1,-1,-1,1283,1285,-1,-1,1287,-1,1289,-1,1291,1293,1295,-1,-1,-1,-1,1297,-1,-1,-1,-1,1299,-1,-1,-1,1301,-1,-1,-1,-1,-1,1303,-1,1305,-1,1307,-1,-1,-1,-1,-1,-1,1309,-1,-1,-1,-1,1311,-1,-1,-1,1313,1315,-1,-1,-1,-1,-1,1317,-1,1319,-1,1321,-1,-1,1323,1325,-1,1327,-1,-1,1329,-1,-1,1331,1333,1335,-1,1337,1339,1341,1343,1345,-1,1347,1349,1351,1353,1355,1357,1359,1361,1363,-1,1365,-1,1367,-1,1369,-1,-1,1371,1373,1375,1377,-1,-1,1379,-1,1381,1383,-1,-1,-1,-1,1385,-1,-1,-1,-1,-1,1387,-1,1389,-1,-1,1391,-1,-1,-1,-1,1393,-1,1395,-1,1397,-1,1399,-1,-1,-1,1401,-1,1403,-1,1405,-1,-1,-1,-1,-1,1407,-1,-1,-1,1409,-1,1411,1413,1415,-1,1417,-1,1419,1421,1423,1425,-1,1427,1429,-1,1431,1433,1435,-1,1437,1439,1441,-1,1443,1445,1447,1449,1451,1453,1455,1457,-1,-1,-1,1459,-1,-1,-1,-1,1461,1463,-1,1465,-1,-1,1467,1469,-1,1471,-1,-1,1473,-1,1475,-1,1477,-1,-1,1479,-1,1481,-1,-1,-1,1483,-1,-1,1485,1487,-1,-1,-1,1489,-1,-1,-1,-1,-1,-1,1491,-1,-1,1493,-1,-1,1495,-1,1497,1499,-1,-1,1501,-1,-1,1503,-1,-1,1505,1507,-1,-1,1509,1511,1513,-1,1515,1517,-1,1519,-1,1521,-1,-1,-1,-1,1523,-1,1525,1527,-1,-1,-1,-1,-1,1529,-1,1531,-1,-1,1533,-1,1535,-1,-1,1537,-1,1539,-1,1541,-1,-1,-1,1543,-1,1545,-1,-1,1547,1549,-1,-1,1551,1553,-1,1555,-1,-1,1557,-1,1559,-1,-1,1561,-1,-1,-1,1563,-1,1565,-1,-1,-1,1567,-1,-1,-1,-1,-1,1569,-1,1571,1573,1575,-1,-1,-1,-1,-1,-1,1577,-1,1579,-1,-1,1581,1583,-1,-1,-1,1585,-1,1587,-1,-1,-1,1589,-1,1591,-1,-1,-1,-1,-1,1593,-1,-1,1595,-1,1597,-1,-1,-1,-1,-1,1599,-1,-1,-1,-1,-1,-1,-1,-1,1601,-1,1603,-1,1605,-1,-1,-1,1607,-1,-1,1609,-1,-1,1611,-1,-1,1613,1615,1617,1619,-1,-1,1621,-1,1623,-1,-1,-1,1625,-1,-1,-1,1627,-1,1629,-1,1631,-1,1633,-1,-1,1635,1637,-1,1639,-1,-1,1641,1643,1645,-1,1647,-1,-1,1649,-1,-1,-1,-1,1651,1653,-1,1655,-1,-1,1657,1659,-1,-1,1661,-1,1663,-1,-1,-1,1665,-1,-1,1667,-1,-1,1669,1671,-1,-1,-1,1673,-1,1675,-1,1677,-1,-1,-1,1679,-1,-1,-1,1681,-1,-1,1683,-1,-1,-1,-1,-1,1685,-1,1687,-1,-1,-1,-1,1689,-1,-1,-1,-1,-1,1691,-1,-1,1693,-1,-1,1695,-1,-1,1697,1699,1701,1703,-1,1705,1707,1709,-1,-1,1711,1713,-1,1715,-1,1717,-1,-1,1719,-1,-1,1721,-1,-1,1723,1725,-1,-1,-1,1727,1729,-1,1731,1733,-1,-1,1735,-1,1737,-1,1739,-1,-1,-1,-1,-1,1741,-1,-1],"loss_changes":[1.1188907E2,5.4491737E1,1.0777405E1,4.106311E1,7.5422745E0,3.076873E1,1.1925049E0,2.9248573E1,3.066185E0,4.4404716E0,2.3528595E0,6.782703E0,5.020523E-1,2.2155762E-2,6.616644E0,1.9449738E1,3.3357277E0,1.5771173E0,1.9829102E0,4.340267E0,1.0353813E0,1.1008301E0,1.770407E-1,5.9783897E0,0E0,0E0,9.638214E-2,2.0678724E-1,0E0,9.8452187E-1,9.028455E0,1.5653087E1,3.9753075E0,1.6689186E0,1.3394482E0,3.621014E-1,1.5792696E0,7.53769E-2,8.18634E-2,4.438532E0,1.363039E0,0E0,0E0,0E0,6.474991E-1,0E0,0E0,3.5246904E0,3.467686E0,0E0,0E0,0E0,0E0,8.811836E-1,0E0,4.283481E0,1.4861321E-1,4.278246E0,7.5892057E0,1.4180601E0,9.843235E-1,1.4416833E-1,1.1609955E0,0E0,2.8783028E0,8.751463E-3,6.145547E-1,5.9027004E-1,3.6010474E-1,0E0,0E0,0E0,0E0,2.6966581E0,5.372718E0,1.006628E0,0E0,4.6926117E-1,0E0,1.5820199E-1,4.6703362E0,2.6541038E0,2.2251198E0,0E0,8.9141464E-1,4.9191866E0,2.5752297E-1,1.3309169E-1,0E0,3.4932384E0,1.4002428E0,4.2967606E0,4.02122E0,9.943276E-1,5.2955633E-1,1.3020676E-1,6.046181E-1,0E0,1.76484E-1,1.040184E0,0E0,0E0,5.2318245E-1,0E0,0E0,0E0,7.9260135E-1,0E0,4.4935942E-1,0E0,5.5919737E-1,1.2309494E0,7.373833E-1,3.0444138E0,4.6076765E0,0E0,4.1135406E-1,0E0,0E0,0E0,1.9322383E-1,2.341857E0,8.013421E-1,2.5629892E0,1.9949462E0,5.024703E-1,1.8638296E0,0E0,7.163696E-1,4.323779E0,0E0,0E0,3.815122E-1,0E0,0E0,2.0348263E0,2.6806946E0,0E0,0E0,2.494341E0,3.0857763E0,2.8207464E0,2.5188217E0,6.3176766E-2,0E0,3.1589794E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.5191574E-1,0E0,0E0,0E0,5.337497E-1,0E0,1.1166906E-1,0E0,1.9165635E-1,0E0,7.923155E-1,0E0,8.7838066E-1,0E0,1.3335531E0,2.193352E0,4.0676355E0,2.8663673E0,1.714559E-2,0E0,0E0,0E0,0E0,2.45512E0,1.0922879E-2,0E0,1.6122075E0,6.187706E-1,2.5256395E0,3.5522977E-1,5.1459156E-2,2.0754796E-1,2.404121E0,3.3117108E-2,7.5457E-1,0E0,0E0,2.2396755E0,0E0,0E0,1.7168617E0,1.6713326E0,1.6244376E0,3.487069E0,3.0614948E-1,1.4170727E0,8.887267E-1,2.547731E0,1.5512184E0,1.4549618E0,3.3164663E0,3.0147889E0,0E0,0E0,0E0,1.8340719E-1,6.821185E-2,6.3827515E-2,1.8761802E-1,0E0,1.494565E-1,0E0,9.6761286E-2,0E0,0E0,3.7582397E-1,0E0,0E0,0E0,3.4398863E-1,1.139292E0,2.1333318E0,8.31666E-1,1.1020728E0,1.7266811E-1,1.6564133E0,0E0,0E0,7.0043004E-1,1.7827387E0,0E0,0E0,1.2009625E0,9.2359066E-1,0E0,6.8095875E-1,4.393859E-1,0E0,5.396047E-2,5.865004E-1,0E0,0E0,2.1147376E-1,0E0,1.4721608E0,0E0,0E0,1.410925E-2,5.482445E-1,0E0,0E0,0E0,1.0559282E0,2.8897396E-1,2.2246563E-1,1.2110536E0,2.2461963E0,6.1727977E-1,3.0473914E0,7.976269E-1,0E0,2.5059795E-1,8.983413E-1,3.7883586E-1,8.753545E-1,5.2834517E-1,3.0869696E0,3.713862E0,1.3549343E0,1.4475375E0,6.096006E-2,1.4259291E0,1.0417826E0,1.0902748E0,1.8807006E0,1.1485496E0,0E0,0E0,1.630623E-2,0E0,0E0,0E0,1.6712666E-2,0E0,0E0,0E0,0E0,0E0,2.8142357E-1,0E0,0E0,3.539509E-1,2.0753813E0,1.6869003E0,2.5608513E-1,1.9025469E0,1.280508E-1,0E0,1.1042887E0,6.3064945E-1,0E0,5.0969247E-2,0E0,8.6052704E-1,3.8578093E-1,6.3085414E-2,1.6517811E0,0E0,2.017481E-1,9.025891E-1,8.4776366E-1,0E0,5.154314E-1,0E0,1.27182E-1,0E0,0E0,0E0,2.1365249E-1,0E0,1.8483794E-1,0E0,2.1144396E-1,1.2451715E0,0E0,0E0,2.1555485E-2,0E0,8.8589764E-1,0E0,0E0,3.832442E-1,0E0,0E0,0E0,1.4412695E0,6.266997E-1,1.0218534E0,5.519696E-1,3.805291E-1,0E0,2.7307167E0,5.1502115E-1,6.542574E-1,0E0,2.2132206E-1,0E0,3.124087E-1,3.3464387E-1,2.0922318E-1,4.2236352E-1,1.21679135E-1,3.2218584E-1,3.5737225E-1,2.5182E0,2.295053E0,2.5097694E0,1.9260762E0,6.1352086E-1,2.912559E-2,7.244028E-1,9.2724085E-1,0E0,5.769285E-2,0E0,1.2742128E0,9.817935E-1,3.727033E-1,6.4920044E-1,0E0,1.7763958E0,1.3462526E0,7.0290697E-1,5.824094E-1,0E0,0E0,3.3017397E-2,0E0,2.7391243E-1,1.7241398E-1,0E0,0E0,7.648331E-1,5.373117E-1,6.5885997E-1,0E0,2.3827955E-1,2.9353723E-2,1.7626791E0,0E0,0E0,3.382492E-2,9.3852687E-1,1.2423784E-1,0E0,0E0,4.5359805E-3,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2377834E0,0E0,3.823378E-1,1.9597542E-1,3.350556E-1,0E0,2.6978183E-1,0E0,0E0,0E0,0E0,9.890175E-2,0E0,6.2128663E-2,7.699919E-2,0E0,0E0,2.7256265E-2,6.4115524E-1,0E0,0E0,0E0,0E0,7.7680016E-1,0E0,0E0,7.170186E-1,0E0,3.0117124E-1,6.148819E-1,0E0,0E0,9.901674E-2,6.160372E-1,0E0,1.4842558E-1,2.146984E0,4.478145E-2,5.304726E-1,5.481283E-3,0E0,0E0,3.6821842E-2,0E0,0E0,5.674076E-2,0E0,5.1468754E-1,1.3922636E-1,3.9549834E-1,3.8982582E-1,0E0,2.5738454E-1,0E0,1.7314363E-1,0E0,4.7353393E-1,3.202242E-2,1.4375138E0,2.7369146E0,1.5050079E0,1.6080613E0,6.045107E-1,1.9199371E0,1.2749968E0,1.0214114E0,5.66741E-1,0E0,5.1845527E-1,2.6202857E-1,9.8719525E-1,3.4050363E-1,2.57873E-1,5.2055764E-1,0E0,0E0,0E0,1.3881545E0,2.5824714E-1,5.7101306E-3,0E0,0E0,3.1552887E-1,5.458358E-3,4.432138E-2,1.2657766E0,6.2452495E-1,1.0944809E0,1.9267258E-1,4.978959E-1,4.4176924E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.5128095E-1,0E0,5.7386017E-1,0E0,0E0,1.4081264E-1,0E0,6.7047805E-2,0E0,0E0,1.2350407E0,0E0,0E0,0E0,8.3671045E-1,0E0,5.7462234E-2,0E0,0E0,0E0,1.1354065E0,0E0,0E0,3.882435E-1,6.934568E-2,8.105682E-3,0E0,3.5871983E-1,0E0,0E0,0E0,3.6568642E-3,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.8880577E-2,6.7148876E-1,0E0,0E0,3.2695675E-1,2.9633427E-1,0E0,0E0,4.9063396E-1,5.3673714E-2,0E0,0E0,3.872708E-1,0E0,0E0,0E0,0E0,0E0,6.475527E-3,3.873632E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.0812509E-1,0E0,4.438383E-2,3.0836332E-1,0E0,2.3167777E-1,0E0,3.7095356E-1,0E0,0E0,2.0701355E-1,0E0,0E0,2.2889018E-1,3.8611125E-2,0E0,5.8274794E-1,1.0286231E0,1.1770427E-1,0E0,1.0684444E0,1.5576144E0,8.152132E-1,1.8858113E0,4.6707946E-1,9.5333636E-2,1.9624214E0,9.7991467E-1,7.5820374E-1,1.01832375E-1,7.4664783E-1,7.02484E-1,4.4924283E-1,0E0,1.5292126E-1,3.789892E-2,0E0,1.7187423E-1,1.472786E0,9.3601274E-1,3.9897263E-1,2.0589985E-1,3.8145512E-1,6.8198785E-2,0E0,3.576945E-1,5.896597E-1,0E0,0E0,3.1139243E-1,0E0,1.4624657E-2,2.0121574E-1,0E0,0E0,5.9515256E-2,0E0,1.3845858E-1,6.259374E-1,8.646269E-1,5.6971E-1,0E0,5.0823882E-2,4.4377768E-1,0E0,1.9284761E-1,0E0,6.645393E-2,0E0,2.3886561E-1,0E0,7.969117E-1,0E0,6.9204426E-1,0E0,0E0,0E0,0E0,1.304882E0,0E0,2.615242E-1,0E0,1.7777976E-1,0E0,0E0,9.840603E-1,0E0,0E0,0E0,0E0,0E0,6.2173687E-2,0E0,3.189535E-1,0E0,0E0,0E0,0E0,0E0,1.8976307E-1,0E0,0E0,1.6664207E-2,0E0,0E0,0E0,0E0,0E0,4.717734E-1,0E0,0E0,0E0,4.6144748E-1,0E0,0E0,0E0,1.591315E-1,0E0,0E0,2.1402779E-1,0E0,0E0,0E0,1.4705515E-1,0E0,1.5654683E-2,0E0,2.745191E-1,0E0,0E0,6.5545034E-1,0E0,8.2354724E-1,4.580438E-1,2.6596764E-1,0E0,9.8120785E-1,1.0045086E0,9.130874E-1,9.0732694E-1,4.0255797E-1,9.8518467E-1,2.5132796E-1,1.3064432E0,3.1206667E-1,0E0,0E0,1.2356749E-1,2.1910899E0,2.0963135E0,1.3581202E0,0E0,0E0,5.4358697E-1,1.6995826E-1,9.935625E-2,3.7153117E-2,1.887603E0,5.5151945E-1,6.6155076E-1,0E0,2.8448486E-1,0E0,0E0,3.8705543E-2,0E0,4.165876E-2,0E0,5.1300204E-1,4.750113E-1,6.0228777E-1,0E0,1.3713264E-1,0E0,2.0821711E-1,0E0,6.252794E-1,0E0,0E0,0E0,4.0288782E-1,0E0,3.3456516E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.371666E-2,0E0,0E0,0E0,0E0,2.631012E-1,5.9893E-1,9.32573E-3,8.436556E-1,0E0,7.161188E-2,0E0,1.3496871E-1,0E0,4.808197E-1,0E0,0E0,0E0,0E0,2.8407526E-1,0E0,0E0,3.0277777E-1,3.009708E-1,0E0,9.1788197E-1,0E0,0E0,2.9191256E-1,0E0,0E0,0E0,7.2603416E-1,0E0,0E0,0E0,2.4484587E-1,0E0,0E0,0E0,0E0,0E0,1.4422178E-2,3.5449743E-2,0E0,0E0,6.1437204E-2,0E0,2.252388E-2,0E0,7.913256E-2,0E0,0E0,1.08653426E-1,0E0,0E0,8.536482E-2,2.2325592E0,7.76739E-1,0E0,0E0,0E0,3.0431634E-1,1.3209808E0,1.0145204E0,7.502563E-1,8.408282E-1,4.3899482E-1,6.897208E-1,8.173604E-1,2.8280605E-2,0E0,1.23886764E-1,0E0,6.664835E-1,1.5422116E-1,5.5118126E-1,9.7062063E-1,7.219151E-2,0E0,1.981318E-2,0E0,0E0,6.0031354E-1,7.960726E-1,6.264733E-1,2.1166E0,2.0425616E-2,8.1853354E-1,6.310053E-1,0E0,0E0,2.692896E-1,0E0,1.01181276E-1,1.4992723E-1,2.1062972E-1,6.3756384E-2,1.2012486E0,6.294365E-1,0E0,7.060559E-2,3.219484E-1,2.8945684E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.1882625E-2,4.321984E-1,0E0,0E0,5.241494E-1,5.490762E-2,0E0,2.08987E-2,0E0,6.686071E-1,0E0,0E0,0E0,2.5998116E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.9961443E-2,0E0,0E0,3.4579277E-1,0E0,0E0,1.3583001E-1,0E0,0E0,0E0,1.7327952E-1,0E0,0E0,2.0885468E-3,0E0,2.968917E-1,0E0,6.875229E-1,0E0,0E0,5.4725456E-1,0E0,8.9342594E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.751753E-2,0E0,0E0,0E0,0E0,1.4045183E-1,8.8304067E-1,6.650415E-2,3.935176E-1,0E0,1.7051381E-1,1.1113294E0,1.7458422E0,7.2009206E-1,1.0013547E0,8.687794E-1,9.816746E-1,4.279907E-2,9.505298E-1,4.218427E-1,0E0,4.3485355E-2,1.6792476E-1,5.9775877E-1,2.2032927E-1,0E0,0E0,6.474304E-2,0E0,0E0,2.74374E-1,1.6847506E-1,0E0,2.8224885E-1,1.4606464E-1,8.815336E-1,4.644411E-2,4.990183E-3,0E0,0E0,0E0,7.2166276E-1,0E0,1.9056013E-2,3.1487596E-1,1.2937593E-1,5.6013113E-1,6.8692505E-2,1.101656E0,1.3777056E-1,0E0,2.092669E-1,0E0,0E0,3.4991312E-1,6.735182E-2,0E0,0E0,0E0,0E0,1.6283305E-1,2.312629E-2,0E0,0E0,1.0877373E-1,3.033967E-1,0E0,0E0,3.6479163E-1,1.0375862E-1,0E0,4.1806638E-1,0E0,0E0,1.9056416E-1,0E0,3.2522798E-2,0E0,2.0564258E-1,4.236307E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.4966526E-1,0E0,0E0,0E0,2.926979E-1,5.821049E-3,0E0,4.174161E-2,0E0,0E0,0E0,0E0,0E0,0E0,5.7434654E-1,0E0,3.5232162E-1,0E0,1.04830265E-1,4.53372E-2,0E0,3.1424314E-2,2.3652573E-1,0E0,1.0569787E-1,0E0,0E0,0E0,0E0,0E0,2.9261887E-2,8.974227E-1,7.279676E-1,3.8277343E-1,1.6691041E0,5.5838287E-1,4.1672614E-1,6.51123E-1,9.095361E-1,0E0,0E0,3.7468177E-1,6.5474856E-1,8.043814E-3,0E0,8.632841E-1,0E0,3.826629E-1,0E0,0E0,0E0,0E0,1.0220033E-1,0E0,3.1001806E-1,1.1920546E-1,9.0773545E-2,0E0,3.2289684E-2,0E0,0E0,0E0,7.315469E-2,0E0,0E0,0E0,0E0,6.452389E-1,1.0676506E-1,2.5992572E-2,8.990619E-3,0E0,0E0,0E0,7.1949744E-1,0E0,6.1242044E-2,3.555858E-2,0E0,3.9034844E-3,1.3655475E-1,0E0,4.8472345E-1,1.4317944E-2,1.1215404E-1,1.1226255E-2,4.327736E-1,0E0,0E0,0E0,0E0,3.7442827E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.085228E-1,0E0,7.171619E-2,0E0,8.732882E-2,0E0,2.6506674E-1,1.4073372E-2,0E0,2.0330787E-2,0E0,0E0,0E0,3.1546497E-1,0E0,0E0,2.3023796E-1,0E0,2.922163E-1,0E0,0E0,0E0,0E0,0E0,2.4548626E-1,0E0,6.5639687E-1,0E0,5.193615E-2,8.506775E-2,0E0,0E0,4.1046515E-3,0E0,0E0,0E0,0E0,0E0,0E0,1.8840984E-1,5.5696404E-1,3.4727642E-1,6.710696E-1,2.2365072E-1,6.836575E-1,4.8606744E-1,2.0048857E0,6.032332E-1,0E0,4.2833328E-1,0E0,2.9538646E-1,7.1558213E-1,5.9079504E-1,3.4901882E-3,3.546457E-1,4.6291023E-1,0E0,5.357069E-1,0E0,0E0,0E0,4.4827318E-1,3.280182E-1,0E0,0E0,7.7130914E-2,0E0,3.680272E-1,0E0,1.23063326E-1,1.8216202E-1,4.2393614E-2,0E0,0E0,0E0,0E0,5.2649593E-1,0E0,0E0,0E0,0E0,1.3859488E-2,0E0,0E0,0E0,3.47919E-1,0E0,0E0,0E0,0E0,0E0,3.526594E-3,0E0,1.769659E-2,0E0,5.3784883E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.3211517E-1,0E0,0E0,0E0,0E0,1.564517E-1,0E0,0E0,0E0,1.2379646E-2,1.0291982E-1,0E0,0E0,0E0,0E0,0E0,2.7182436E-1,0E0,6.549454E-2,0E0,1.0086727E-1,0E0,0E0,3.7528038E-2,3.6105347E-1,0E0,2.6361942E-2,0E0,0E0,5.2403927E-2,0E0,0E0,6.717615E-2,7.027862E-1,7.38673E-1,0E0,4.7456095E-1,3.3577263E-1,6.567408E-1,9.8954104E-2,1.9109684E-1,0E0,5.2690196E-1,4.8961228E-1,5.7155275E-1,2.2980654E-1,9.6019936E-1,1.4710183E0,3.546167E-2,5.475502E-1,2.9088658E-1,0E0,4.1728368E-1,0E0,2.2647846E-1,0E0,6.188736E-1,0E0,0E0,6.100755E-2,5.876696E-1,1.7379677E-1,3.0101532E-1,0E0,0E0,4.2170858E-1,0E0,5.1143837E-1,1.3029838E-1,0E0,0E0,0E0,0E0,2.2173214E-1,0E0,0E0,0E0,0E0,0E0,2.8298456E-2,0E0,5.5570126E-1,0E0,0E0,3.925438E-1,0E0,0E0,0E0,0E0,1.274392E-2,0E0,4.171157E-1,0E0,2.7046394E-1,0E0,4.38838E-2,0E0,0E0,0E0,1.3700843E-1,0E0,1.24112606E-1,0E0,7.054138E-2,0E0,0E0,0E0,0E0,0E0,1.17082596E-1,0E0,0E0,0E0,5.0017834E-2,0E0,2.042666E-1,6.830531E-2,6.059742E-2,0E0,7.0893097E-1,0E0,4.1706246E-1,2.5161523E-1,3.3810597E-3,5.088253E-1,0E0,2.582649E-1,1.9086021E-1,0E0,8.553058E-2,8.49719E-1,8.449197E-2,0E0,1.2759614E-1,4.3600446E-1,3.1596243E-2,0E0,1.4171374E-1,5.541198E-2,8.658695E-1,3.2317987E-1,4.6559513E-1,6.436819E-2,7.359951E-2,6.5864015E-1,0E0,0E0,0E0,1.9364625E-1,0E0,0E0,0E0,0E0,4.8794222E-1,1.0534656E-1,0E0,2.8021646E-1,0E0,0E0,7.059692E-2,5.9220552E-2,0E0,2.2119093E-1,0E0,0E0,2.9107332E-1,0E0,3.68824E-2,0E0,5.1802635E-2,0E0,0E0,5.531807E-1,0E0,1.6486406E-1,0E0,0E0,0E0,1.7850399E-1,0E0,0E0,1.502552E-1,2.0879269E-2,0E0,0E0,0E0,1.1527681E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.5702724E-2,0E0,0E0,1.2845354E-1,0E0,0E0,4.400444E-2,0E0,5.674536E-1,2.8817034E-1,0E0,0E0,1.1456174E-1,0E0,0E0,3.7412763E-1,0E0,0E0,3.2295913E-1,5.2486867E-2,0E0,0E0,1.7043364E-1,8.253502E-2,4.6739256E-1,0E0,4.7181755E-2,1.4496684E-2,0E0,6.4821374E-1,0E0,3.5326265E-2,0E0,0E0,0E0,0E0,6.027446E-2,0E0,4.9677753E-1,9.582281E-2,0E0,0E0,0E0,0E0,0E0,7.4842125E-2,0E0,4.506457E-1,0E0,0E0,1.1329323E-1,0E0,3.6899376E-1,0E0,0E0,2.552483E-1,0E0,6.089969E-2,0E0,9.404719E-2,0E0,0E0,0E0,1.17203236E-1,0E0,4.271984E-3,0E0,0E0,9.85384E-3,3.2295227E-1,0E0,0E0,1.7671585E-1,1.2126255E-1,0E0,1.4047432E-1,0E0,0E0,3.0330181E-2,0E0,5.281782E-2,0E0,0E0,1.8786222E-2,0E0,0E0,0E0,3.7611866E-1,0E0,1.4111793E-1,0E0,0E0,0E0,3.6128378E-1,0E0,0E0,0E0,0E0,0E0,5.978477E-2,0E0,1.508139E-1,6.551525E-2,5.314851E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.780059E-1,0E0,4.025469E-2,0E0,0E0,4.1517067E-1,1.0214626E-1,0E0,0E0,0E0,8.4096834E-2,0E0,5.2423024E-1,0E0,0E0,0E0,2.8385162E-1,0E0,1.6707516E-1,0E0,0E0,0E0,0E0,0E0,1.5683508E-1,0E0,0E0,8.633137E-3,0E0,3.2816315E-1,0E0,0E0,0E0,0E0,0E0,8.99086E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.0877628E-1,0E0,1.3983679E-1,0E0,3.0159402E-1,0E0,0E0,0E0,2.3370035E-1,0E0,0E0,3.612151E-1,0E0,0E0,1.7351842E-1,0E0,0E0,3.1952772E-1,6.3695145E-1,1.2088418E-1,4.94928E-2,0E0,0E0,3.8406754E-1,0E0,2.786088E-1,0E0,0E0,0E0,2.9684544E-2,0E0,0E0,0E0,3.5623932E-1,0E0,3.5202026E-2,0E0,4.3844652E-1,0E0,6.419742E-2,0E0,0E0,4.1229296E-1,1.6239274E-1,0E0,3.585906E-1,0E0,0E0,1.4602423E-1,5.67093E-2,4.00141E-1,0E0,4.272747E-1,0E0,0E0,3.262587E-2,0E0,0E0,0E0,0E0,3.132925E-1,1.856041E-2,0E0,1.8826485E-1,0E0,0E0,1.1917114E-2,3.8969803E-1,0E0,0E0,9.19795E-2,0E0,5.164933E-1,0E0,0E0,0E0,3.19314E-1,0E0,0E0,2.5819458E-2,0E0,0E0,2.6469344E-1,3.5261822E-1,0E0,0E0,0E0,2.2055483E-1,0E0,3.0997276E-2,0E0,1.1566353E-1,0E0,0E0,0E0,1.1042595E-1,0E0,0E0,0E0,1.8952703E-1,0E0,0E0,4.5942545E-2,0E0,0E0,0E0,0E0,0E0,3.339653E-1,0E0,1.2857199E-1,0E0,0E0,0E0,0E0,1.8421173E-2,0E0,0E0,0E0,0E0,0E0,3.1864357E-1,0E0,0E0,1.4633322E-1,0E0,0E0,2.6365185E-1,0E0,0E0,1.3861275E-1,6.557621E-1,5.008106E-1,1.6577291E-1,0E0,3.6630332E-1,4.3637227E-2,4.065447E-1,0E0,0E0,1.0749245E-1,2.9891586E-1,0E0,1.295609E-1,0E0,3.7670612E-1,0E0,0E0,1.11881256E-1,0E0,0E0,2.1819308E-2,0E0,0E0,4.710188E-1,1.4406204E-2,0E0,0E0,0E0,4.997139E-1,4.365454E-2,0E0,1.0873556E-1,7.928181E-2,0E0,0E0,5.9587933E-2,0E0,4.2262077E-2,0E0,2.2679329E-2,0E0,0E0,0E0,0E0,0E0,4.6720505E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,26,26,27,27,29,29,30,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40,44,44,47,47,48,48,53,53,55,55,56,56,57,57,58,58,59,59,60,60,61,61,62,62,64,64,65,65,66,66,67,67,68,68,73,73,74,74,75,75,77,77,79,79,80,80,81,81,82,82,84,84,85,85,86,86,87,87,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,98,98,99,99,102,102,106,106,108,108,110,110,111,111,112,112,113,113,114,114,116,116,120,120,121,121,122,122,123,123,124,124,125,125,126,126,128,128,129,129,132,132,135,135,136,136,139,139,140,140,141,141,142,142,143,143,145,145,153,153,157,157,159,159,161,161,163,163,165,165,167,167,168,168,169,169,170,170,171,171,176,176,177,177,179,179,180,180,181,181,182,182,183,183,184,184,185,185,186,186,187,187,190,190,193,193,194,194,195,195,196,196,197,197,198,198,199,199,200,200,201,201,202,202,203,203,204,204,208,208,209,209,210,210,211,211,213,213,215,215,218,218,222,222,223,223,224,224,225,225,226,226,227,227,228,228,231,231,232,232,235,235,236,236,238,238,239,239,241,241,242,242,245,245,247,247,250,250,251,251,255,255,256,256,257,257,258,258,259,259,260,260,261,261,262,262,264,264,265,265,266,266,267,267,268,268,269,269,270,270,271,271,272,272,273,273,274,274,275,275,276,276,277,277,278,278,281,281,285,285,291,291,294,294,295,295,296,296,297,297,298,298,299,299,301,301,302,302,304,304,306,306,307,307,308,308,309,309,311,311,312,312,313,313,315,315,317,317,321,321,323,323,325,325,326,326,329,329,331,331,334,334,338,338,339,339,340,340,341,341,342,342,344,344,345,345,346,346,348,348,350,350,351,351,352,352,353,353,354,354,355,355,356,356,357,357,358,358,359,359,360,360,361,361,362,362,363,363,364,364,366,366,368,368,369,369,370,370,371,371,373,373,374,374,375,375,376,376,379,379,381,381,382,382,385,385,386,386,387,387,389,389,390,390,391,391,394,394,395,395,396,396,399,399,407,407,409,409,410,410,411,411,413,413,418,418,420,420,421,421,424,424,425,425,430,430,433,433,435,435,436,436,439,439,440,440,442,442,443,443,444,444,445,445,446,446,449,449,452,452,454,454,455,455,456,456,457,457,459,459,461,461,463,463,464,464,465,465,466,466,467,467,468,468,469,469,470,470,471,471,472,472,473,473,475,475,476,476,477,477,478,478,479,479,480,480,484,484,485,485,486,486,489,489,490,490,491,491,492,492,493,493,494,494,495,495,496,496,497,497,505,505,507,507,510,510,512,512,515,515,519,519,521,521,525,525,528,528,529,529,530,530,532,532,536,536,544,544,545,545,548,548,549,549,552,552,553,553,556,556,562,562,563,563,571,571,573,573,574,574,576,576,578,578,581,581,584,584,585,585,587,587,588,588,589,589,591,591,592,592,593,593,594,594,595,595,596,596,597,597,598,598,599,599,600,600,601,601,602,602,603,603,605,605,606,606,608,608,609,609,610,610,611,611,612,612,613,613,614,614,616,616,617,617,620,620,622,622,623,623,626,626,628,628,629,629,630,630,631,631,633,633,634,634,636,636,638,638,640,640,642,642,644,644,649,649,651,651,653,653,656,656,662,662,664,664,670,670,673,673,679,679,683,683,687,687,690,690,694,694,696,696,698,698,701,701,703,703,704,704,705,705,707,707,708,708,709,709,710,710,711,711,712,712,713,713,714,714,715,715,718,718,719,719,720,720,721,721,724,724,725,725,726,726,727,727,728,728,729,729,730,730,732,732,735,735,737,737,739,739,740,740,741,741,743,743,745,745,747,747,751,751,753,753,760,760,765,765,766,766,767,767,768,768,770,770,772,772,774,774,779,779,782,782,783,783,785,785,788,788,792,792,796,796,802,802,803,803,806,806,808,808,810,810,813,813,816,816,817,817,818,818,822,822,823,823,824,824,825,825,826,826,827,827,828,828,829,829,830,830,832,832,834,834,835,835,836,836,837,837,838,838,840,840,843,843,844,844,845,845,846,846,847,847,848,848,849,849,852,852,854,854,855,855,856,856,857,857,858,858,859,859,861,861,862,862,863,863,870,870,871,871,874,874,875,875,877,877,879,879,883,883,891,891,894,894,897,897,901,901,904,904,906,906,908,908,911,911,913,913,924,924,929,929,930,930,931,931,932,932,934,934,935,935,936,936,937,937,938,938,939,939,940,940,941,941,942,942,943,943,945,945,946,946,947,947,948,948,951,951,954,954,955,955,957,957,958,958,959,959,960,960,961,961,965,965,967,967,968,968,969,969,970,970,971,971,972,972,973,973,975,975,978,978,979,979,984,984,985,985,988,988,989,989,992,992,993,993,995,995,998,998,1000,1000,1002,1002,1003,1003,1012,1012,1016,1016,1017,1017,1019,1019,1026,1026,1028,1028,1030,1030,1031,1031,1033,1033,1034,1034,1036,1036,1042,1042,1043,1043,1044,1044,1045,1045,1046,1046,1047,1047,1048,1048,1049,1049,1050,1050,1053,1053,1054,1054,1055,1055,1057,1057,1059,1059,1064,1064,1066,1066,1067,1067,1068,1068,1070,1070,1074,1074,1079,1079,1080,1080,1081,1081,1082,1082,1086,1086,1088,1088,1089,1089,1091,1091,1092,1092,1094,1094,1095,1095,1096,1096,1097,1097,1098,1098,1103,1103,1114,1114,1116,1116,1118,1118,1120,1120,1121,1121,1123,1123,1127,1127,1130,1130,1132,1132,1138,1138,1140,1140,1142,1142,1143,1143,1146,1146,1153,1153,1154,1154,1155,1155,1156,1156,1157,1157,1158,1158,1159,1159,1160,1160,1161,1161,1163,1163,1165,1165,1166,1166,1167,1167,1168,1168,1169,1169,1170,1170,1172,1172,1176,1176,1177,1177,1180,1180,1182,1182,1184,1184,1185,1185,1186,1186,1191,1191,1196,1196,1200,1200,1206,1206,1208,1208,1210,1210,1217,1217,1222,1222,1226,1226,1227,1227,1233,1233,1235,1235,1237,1237,1240,1240,1241,1241,1243,1243,1246,1246,1249,1249,1250,1250,1251,1251,1253,1253,1254,1254,1255,1255,1256,1256,1257,1257,1259,1259,1260,1260,1261,1261,1262,1262,1263,1263,1264,1264,1265,1265,1266,1266,1267,1267,1269,1269,1271,1271,1273,1273,1276,1276,1277,1277,1278,1278,1279,1279,1282,1282,1284,1284,1285,1285,1290,1290,1296,1296,1298,1298,1301,1301,1306,1306,1308,1308,1310,1310,1312,1312,1316,1316,1318,1318,1320,1320,1326,1326,1330,1330,1332,1332,1333,1333,1334,1334,1336,1336,1338,1338,1339,1339,1340,1340,1341,1341,1343,1343,1344,1344,1346,1346,1347,1347,1348,1348,1350,1350,1351,1351,1352,1352,1354,1354,1355,1355,1356,1356,1357,1357,1358,1358,1359,1359,1360,1360,1361,1361,1365,1365,1370,1370,1371,1371,1373,1373,1376,1376,1377,1377,1379,1379,1382,1382,1384,1384,1386,1386,1389,1389,1391,1391,1395,1395,1398,1398,1399,1399,1403,1403,1410,1410,1413,1413,1416,1416,1418,1418,1419,1419,1422,1422,1425,1425,1428,1428,1429,1429,1432,1432,1433,1433,1434,1434,1436,1436,1437,1437,1439,1439,1441,1441,1446,1446,1448,1448,1449,1449,1455,1455,1457,1457,1460,1460,1462,1462,1465,1465,1467,1467,1469,1469,1473,1473,1475,1475,1478,1478,1479,1479,1482,1482,1483,1483,1485,1485,1488,1488,1490,1490,1493,1493,1497,1497,1499,1499,1503,1503,1509,1509,1511,1511,1512,1512,1513,1513,1520,1520,1522,1522,1525,1525,1526,1526,1530,1530,1532,1532,1536,1536,1538,1538,1544,1544,1547,1547,1549,1549,1555,1555,1564,1564,1566,1566,1568,1568,1572,1572,1575,1575,1578,1578,1581,1581,1582,1582,1583,1583,1584,1584,1587,1587,1589,1589,1593,1593,1597,1597,1599,1599,1601,1601,1603,1603,1606,1606,1607,1607,1609,1609,1612,1612,1613,1613,1614,1614,1616,1616,1619,1619,1624,1624,1625,1625,1627,1627,1630,1630,1631,1631,1634,1634,1636,1636,1640,1640,1643,1643,1646,1646,1647,1647,1651,1651,1653,1653,1655,1655,1659,1659,1663,1663,1666,1666,1672,1672,1674,1674,1679,1679,1685,1685,1688,1688,1691,1691,1694,1694,1695,1695,1696,1696,1697,1697,1699,1699,1700,1700,1701,1701,1704,1704,1705,1705,1707,1707,1709,1709,1712,1712,1715,1715,1718,1718,1719,1719,1723,1723,1724,1724,1726,1726,1727,1727,1730,1730,1732,1732,1734,1734,1740,1740],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,-1,-1,50,52,-1,54,56,58,60,62,64,66,68,70,72,74,76,-1,-1,-1,78,-1,-1,80,82,-1,-1,-1,-1,84,-1,86,88,90,92,94,96,98,100,-1,102,104,106,108,110,-1,-1,-1,-1,112,114,116,-1,118,-1,120,122,124,126,-1,128,130,132,134,-1,136,138,140,142,144,146,148,150,-1,152,154,-1,-1,156,-1,-1,-1,158,-1,160,-1,162,164,166,168,170,-1,172,-1,-1,-1,174,176,178,180,182,184,186,-1,188,190,-1,-1,192,-1,-1,194,196,-1,-1,198,200,202,204,206,-1,208,-1,-1,-1,-1,-1,-1,-1,210,-1,-1,-1,212,-1,214,-1,216,-1,218,-1,220,-1,222,224,226,228,230,-1,-1,-1,-1,232,234,-1,236,238,240,242,244,246,248,250,252,-1,-1,254,-1,-1,256,258,260,262,264,266,268,270,272,274,276,278,-1,-1,-1,280,282,284,286,-1,288,-1,290,-1,-1,292,-1,-1,-1,294,296,298,300,302,304,306,-1,-1,308,310,-1,-1,312,314,-1,316,318,-1,320,322,-1,-1,324,-1,326,-1,-1,328,330,-1,-1,-1,332,334,336,338,340,342,344,346,-1,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,-1,-1,378,-1,-1,-1,380,-1,-1,-1,-1,-1,382,-1,-1,384,386,388,390,392,394,-1,396,398,-1,400,-1,402,404,406,408,-1,410,412,414,-1,416,-1,418,-1,-1,-1,420,-1,422,-1,424,426,-1,-1,428,-1,430,-1,-1,432,-1,-1,-1,434,436,438,440,442,-1,444,446,448,-1,450,-1,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,-1,482,-1,484,486,488,490,-1,492,494,496,498,-1,-1,500,-1,502,504,-1,-1,506,508,510,-1,512,514,516,-1,-1,518,520,522,-1,-1,524,-1,-1,-1,-1,-1,-1,-1,526,-1,528,530,532,-1,534,-1,-1,-1,-1,536,-1,538,540,-1,-1,542,544,-1,-1,-1,-1,546,-1,-1,548,-1,550,552,-1,-1,554,556,-1,558,560,562,564,566,-1,-1,568,-1,-1,570,-1,572,574,576,578,-1,580,-1,582,-1,584,586,588,590,592,594,596,598,600,602,604,-1,606,608,610,612,614,616,-1,-1,-1,618,620,622,-1,-1,624,626,628,630,632,634,636,638,640,-1,-1,-1,-1,-1,-1,-1,642,-1,644,-1,-1,646,-1,648,-1,-1,650,-1,-1,-1,652,-1,654,-1,-1,-1,656,-1,-1,658,660,662,-1,664,-1,-1,-1,666,-1,-1,-1,-1,-1,-1,-1,668,670,-1,-1,672,674,-1,-1,676,678,-1,-1,680,-1,-1,-1,-1,-1,682,684,-1,-1,-1,-1,-1,-1,-1,686,-1,688,690,-1,692,-1,694,-1,-1,696,-1,-1,698,700,-1,702,704,706,-1,708,710,712,714,716,718,720,722,724,726,728,730,732,-1,734,736,-1,738,740,742,744,746,748,750,-1,752,754,-1,-1,756,-1,758,760,-1,-1,762,-1,764,766,768,770,-1,772,774,-1,776,-1,778,-1,780,-1,782,-1,784,-1,-1,-1,-1,786,-1,788,-1,790,-1,-1,792,-1,-1,-1,-1,-1,794,-1,796,-1,-1,-1,-1,-1,798,-1,-1,800,-1,-1,-1,-1,-1,802,-1,-1,-1,804,-1,-1,-1,806,-1,-1,808,-1,-1,-1,810,-1,812,-1,814,-1,-1,816,-1,818,820,822,-1,824,826,828,830,832,834,836,838,840,-1,-1,842,844,846,848,-1,-1,850,852,854,856,858,860,862,-1,864,-1,-1,866,-1,868,-1,870,872,874,-1,876,-1,878,-1,880,-1,-1,-1,882,-1,884,-1,-1,-1,-1,-1,-1,886,-1,-1,-1,-1,888,890,892,894,-1,896,-1,898,-1,900,-1,-1,-1,-1,902,-1,-1,904,906,-1,908,-1,-1,910,-1,-1,-1,912,-1,-1,-1,914,-1,-1,-1,-1,-1,916,918,-1,-1,920,-1,922,-1,924,-1,-1,926,-1,-1,928,930,932,-1,-1,-1,934,936,938,940,942,944,946,948,950,-1,952,-1,954,956,958,960,962,-1,964,-1,-1,966,968,970,972,974,976,978,-1,-1,980,-1,982,984,986,988,990,992,-1,994,996,998,-1,-1,-1,-1,-1,-1,1000,1002,-1,-1,1004,1006,-1,1008,-1,1010,-1,-1,-1,1012,-1,-1,-1,-1,-1,-1,-1,1014,-1,-1,1016,-1,-1,1018,-1,-1,-1,1020,-1,-1,1022,-1,1024,-1,1026,-1,-1,1028,-1,1030,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1032,-1,-1,-1,-1,1034,1036,1038,1040,-1,1042,1044,1046,1048,1050,1052,1054,1056,1058,1060,-1,1062,1064,1066,1068,-1,-1,1070,-1,-1,1072,1074,-1,1076,1078,1080,1082,1084,-1,-1,-1,1086,-1,1088,1090,1092,1094,1096,1098,1100,-1,1102,-1,-1,1104,1106,-1,-1,-1,-1,1108,1110,-1,-1,1112,1114,-1,-1,1116,1118,-1,1120,-1,-1,1122,-1,1124,-1,1126,1128,-1,-1,-1,-1,-1,-1,-1,-1,1130,-1,-1,-1,1132,1134,-1,1136,-1,-1,-1,-1,-1,-1,1138,-1,1140,-1,1142,1144,-1,1146,1148,-1,1150,-1,-1,-1,-1,-1,1152,1154,1156,1158,1160,1162,1164,1166,1168,-1,-1,1170,1172,1174,-1,1176,-1,1178,-1,-1,-1,-1,1180,-1,1182,1184,1186,-1,1188,-1,-1,-1,1190,-1,-1,-1,-1,1192,1194,1196,1198,-1,-1,-1,1200,-1,1202,1204,-1,1206,1208,-1,1210,1212,1214,1216,1218,-1,-1,-1,-1,1220,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1222,-1,1224,-1,1226,-1,1228,1230,-1,1232,-1,-1,-1,1234,-1,-1,1236,-1,1238,-1,-1,-1,-1,-1,1240,-1,1242,-1,1244,1246,-1,-1,1248,-1,-1,-1,-1,-1,-1,1250,1252,1254,1256,1258,1260,1262,1264,1266,-1,1268,-1,1270,1272,1274,1276,1278,1280,-1,1282,-1,-1,-1,1284,1286,-1,-1,1288,-1,1290,-1,1292,1294,1296,-1,-1,-1,-1,1298,-1,-1,-1,-1,1300,-1,-1,-1,1302,-1,-1,-1,-1,-1,1304,-1,1306,-1,1308,-1,-1,-1,-1,-1,-1,1310,-1,-1,-1,-1,1312,-1,-1,-1,1314,1316,-1,-1,-1,-1,-1,1318,-1,1320,-1,1322,-1,-1,1324,1326,-1,1328,-1,-1,1330,-1,-1,1332,1334,1336,-1,1338,1340,1342,1344,1346,-1,1348,1350,1352,1354,1356,1358,1360,1362,1364,-1,1366,-1,1368,-1,1370,-1,-1,1372,1374,1376,1378,-1,-1,1380,-1,1382,1384,-1,-1,-1,-1,1386,-1,-1,-1,-1,-1,1388,-1,1390,-1,-1,1392,-1,-1,-1,-1,1394,-1,1396,-1,1398,-1,1400,-1,-1,-1,1402,-1,1404,-1,1406,-1,-1,-1,-1,-1,1408,-1,-1,-1,1410,-1,1412,1414,1416,-1,1418,-1,1420,1422,1424,1426,-1,1428,1430,-1,1432,1434,1436,-1,1438,1440,1442,-1,1444,1446,1448,1450,1452,1454,1456,1458,-1,-1,-1,1460,-1,-1,-1,-1,1462,1464,-1,1466,-1,-1,1468,1470,-1,1472,-1,-1,1474,-1,1476,-1,1478,-1,-1,1480,-1,1482,-1,-1,-1,1484,-1,-1,1486,1488,-1,-1,-1,1490,-1,-1,-1,-1,-1,-1,1492,-1,-1,1494,-1,-1,1496,-1,1498,1500,-1,-1,1502,-1,-1,1504,-1,-1,1506,1508,-1,-1,1510,1512,1514,-1,1516,1518,-1,1520,-1,1522,-1,-1,-1,-1,1524,-1,1526,1528,-1,-1,-1,-1,-1,1530,-1,1532,-1,-1,1534,-1,1536,-1,-1,1538,-1,1540,-1,1542,-1,-1,-1,1544,-1,1546,-1,-1,1548,1550,-1,-1,1552,1554,-1,1556,-1,-1,1558,-1,1560,-1,-1,1562,-1,-1,-1,1564,-1,1566,-1,-1,-1,1568,-1,-1,-1,-1,-1,1570,-1,1572,1574,1576,-1,-1,-1,-1,-1,-1,1578,-1,1580,-1,-1,1582,1584,-1,-1,-1,1586,-1,1588,-1,-1,-1,1590,-1,1592,-1,-1,-1,-1,-1,1594,-1,-1,1596,-1,1598,-1,-1,-1,-1,-1,1600,-1,-1,-1,-1,-1,-1,-1,-1,1602,-1,1604,-1,1606,-1,-1,-1,1608,-1,-1,1610,-1,-1,1612,-1,-1,1614,1616,1618,1620,-1,-1,1622,-1,1624,-1,-1,-1,1626,-1,-1,-1,1628,-1,1630,-1,1632,-1,1634,-1,-1,1636,1638,-1,1640,-1,-1,1642,1644,1646,-1,1648,-1,-1,1650,-1,-1,-1,-1,1652,1654,-1,1656,-1,-1,1658,1660,-1,-1,1662,-1,1664,-1,-1,-1,1666,-1,-1,1668,-1,-1,1670,1672,-1,-1,-1,1674,-1,1676,-1,1678,-1,-1,-1,1680,-1,-1,-1,1682,-1,-1,1684,-1,-1,-1,-1,-1,1686,-1,1688,-1,-1,-1,-1,1690,-1,-1,-1,-1,-1,1692,-1,-1,1694,-1,-1,1696,-1,-1,1698,1700,1702,1704,-1,1706,1708,1710,-1,-1,1712,1714,-1,1716,-1,1718,-1,-1,1720,-1,-1,1722,-1,-1,1724,1726,-1,-1,-1,1728,1730,-1,1732,1734,-1,-1,1736,-1,1738,-1,1740,-1,-1,-1,-1,-1,1742,-1,-1],"split_conditions":[1.076879E2,8.691406E-1,6.035156E-1,1.5979076E2,9.794922E-1,6.8310547E-1,1.442202E2,9.6435547E-1,2.6120737E0,7.0996094E-1,1.256875E2,1.7765451E2,1.7871857E-3,3.0484375E1,9.291992E-1,2.515808E2,9.970703E-1,1.4219706E0,6.835436E-1,2.0407504E2,9.970703E-1,3.0296875E1,7.8086936E-1,1.9615268E0,-6.927269E-1,-0E0,2.7375E2,3.1547495E1,-7.5876796E-1,5.8935347E0,2.1943939E0,2.578125E-1,1.424408E-2,7.965088E-3,7.285156E-1,1.4570976E2,9.868164E-1,6.63853E-1,5.6618605E0,6.947514E1,5.9059186E0,-7.4647826E-1,-0E0,-0E0,5.6618605E0,3.4502175E-1,-0E0,1.7212642E2,9.9316406E-1,-7.2508705E-1,-0E0,-0E0,-2.4273543E-1,1.5019273E2,-0E0,1.5455719E2,9.897461E-1,9.376681E1,8.60625E1,1.26853966E2,2.578125E-1,8.6328125E-1,9.980469E-1,-3.587717E-1,8.100586E-1,9.8583984E-1,6.0625E1,1.8721665E0,1.4653358E0,-0E0,2.1234399E-1,-6.97893E-1,-0E0,9.8339844E-1,8.630182E1,1.7443595E0,-0E0,6.066619E-1,-0E0,3.309375E1,2.955597E2,1.4547375E2,1.0112301E2,-0E0,6.1525184E-1,6.386719E-1,1.03375E2,5.3310695E0,-0E0,7.79258E1,3.453125E1,5.4161236E1,1.3034616E2,1.7871857E-3,3.7768555E-1,9.897461E-1,2.1025E2,-1.870956E-1,9.824219E-1,5.9438562E0,-0E0,1.6816432E0,9.8535156E-1,-1.0309493E-1,-0E0,-0E0,9.306197E1,-0E0,5.9438562E0,-2.4541178E-1,7.915039E-1,1.38375E2,9.926758E-1,1.854248E-1,1.8983421E2,-0E0,8.75E-1,-0E0,-7.443827E-1,-0E0,6.237793E-2,1.4367676E-1,1.6066177E0,2.130127E-1,1.3340855E0,1.9210815E-2,8.754883E-1,-0E0,9.9902344E-1,8.8375E1,-0E0,-0E0,1.9391745E2,-5.796432E-1,-0E0,9.3408203E-1,1.706385E2,-0E0,-7.2131E-1,7.060547E-1,4.982947E1,4.6375E1,1.6784668E-1,1.4400985E0,-5.1715654E-1,3.6875E1,-0E0,-1.9621563E-1,6.550831E-2,-7.603641E-1,-0E0,2.927117E-1,-0E0,5.466461E-3,-0E0,-2.562256E-1,4.5635277E-1,5.776367E-1,-0E0,2.600397E0,-0E0,8.9625E1,-0E0,3.0484375E1,-0E0,1.7606232E0,-0E0,4.1225796E0,7.915039E-1,4.95E1,3.5916734E0,1.587934E0,-7.439122E-1,-0E0,-4.210745E-1,-0E0,1.4233398E-1,5.8938057E1,-4.3729058E-1,1.6784668E-1,2.1022367E0,9.663086E-1,1.5064188E2,4.340625E1,9.9609375E-1,3.1724942E2,1.1315918E-1,1.62E2,-0E0,-0E0,1.660642E2,-0E0,5.173146E-1,1.29375E2,1.0761392E0,8.359375E-1,2.6611328E-1,4.104004E-1,8.095703E-1,5.546875E1,8.16875E1,1.7068489E0,6.044922E-1,1.514676E2,7.7197266E-1,-0E0,1.9869924E-1,-0E0,9.1308594E-2,1.6540527E-1,8.588867E-1,3.5540845E0,-0E0,3.982544E-3,-0E0,8.13125E1,-0E0,-0E0,6.221875E1,9.738569E-1,-0E0,-5.7879627E-1,5.4625E1,8.60625E1,1.6337854E0,1.8723885E2,6.245117E-1,8.857422E-1,1.8563299E0,-0E0,-8.0098994E-2,1.9036762E0,3.6902136E2,-0E0,8.021563E-2,1.5503179E0,2.8564453E-1,-0E0,4.5775075E0,1.706543E-1,-0E0,2.2016747E2,1.9391745E2,-0E0,1.454986E-1,4.9226775E0,-0E0,8.29375E1,-0E0,-1.1364762E-1,9.6972656E-1,6.3720703E-1,-0E0,4.491712E0,-0E0,5.3410316E0,9.625E1,4.788208E-2,9.5336914E-2,8.30244E1,1.6524782E2,1.3104156E0,3.330078E-1,-0E0,5.996704E-3,1.424408E-2,6.2131157E1,7.866211E-1,3.713379E-1,2.7124023E-1,4.3310547E-1,5.778125E1,1.2840787E2,8.022351E1,8.911133E-2,9.0185547E-1,9.375E-1,1.1996703E2,8.1782555E1,-0E0,6.914336E-1,6.972656E-1,-1.5233888E-1,-7.4893266E-1,-0E0,9.9560547E-1,-0E0,-0E0,-6.7024124E-1,5.665313E-1,-0E0,9.946289E-1,-0E0,-2.5507554E-2,7.973633E-1,2.7954102E-2,1.7416891E2,1.6427687E2,1.5296657E2,3.3931732E-3,-0E0,9.809206E1,4.9581327E0,-2.1980281E-1,9.0966797E-1,-0E0,5.371094E-1,6.323242E-1,1.8465719E0,1.538644E2,-0E0,9.954834E-2,4.2297826E0,2.40188E0,-0E0,9.631497E0,-0E0,9.889728E1,-0E0,1.5012297E-1,-0E0,7.171631E-3,-0E0,1.35875E2,-0E0,9.0185547E-1,2.9303966E0,-0E0,7.457954E-2,1.1628763E2,-7.632065E-1,3.35E1,-0E0,-4.731164E-2,1.6992188E-1,-0E0,-4.8829684E-1,-0E0,2.6890848E0,8.144228E1,9.9853516E-1,5.947876E-2,5.2875E1,-0E0,2.0397949E-1,1.8983421E2,1.7159256E2,-0E0,9.9560547E-1,-0E0,7.739258E-1,2.3951147E0,1.5952106E2,1.407693E0,7.349756E1,4.574694E1,4.8876953E-1,9.2089844E-1,9.20625E1,1.4794287E2,7.026367E-1,1.24E2,9.9875E1,3.7628438E0,8.080551E1,-0E0,9.106445E-2,-0E0,1.4570976E2,5.5125E1,1.4579153E2,1.4193896E2,-0E0,6.3971734E-1,1.2550702E2,7.7687424E-1,7.45E1,-0E0,9.935708E-2,1.3647461E-1,-0E0,1.7871857E-3,8.671875E-1,-0E0,5.9870327E-1,1.8021585E2,9.9560547E-1,2.1325684E-1,-0E0,1.3748781E2,7.2875E1,9.926758E-1,-0E0,-0E0,6.729559E-1,4.921875E1,9.54899E1,-4.9747184E-1,-0E0,1.373291E-1,-0E0,1.5989656E0,-0E0,-0E0,5.073027E-1,-1.3863015E-1,-0E0,9.9902344E-1,-0E0,5.24375E1,7.7197266E-1,1.0813216E2,-0E0,8.359375E-1,-0E0,-0E0,-7.037713E-1,-0E0,1.381836E-1,-0E0,1.087011E2,1.3475E2,-0E0,-0E0,3.3305624E0,1.3018177E0,-0E0,-0E0,-8.874865E-2,-0E0,2.2542116E2,-0E0,5.145336E-1,9.0771484E-1,-0E0,9.995117E-1,1.4230315E2,-7.108972E-1,-0E0,9.84375E-1,9.235561E-1,-0E0,1.3118407E0,3.5694218E0,9.125E1,8.105469E-1,8.044816E1,-0E0,-5.01606E-1,5.3310695E0,-0E0,-0E0,5.627295E0,-0E0,3.3415785E0,1.348861E2,1.9357169E0,5.522294E-1,-0E0,1.4869987E2,-0E0,9.785156E-1,-0E0,6.044922E-1,9.8876953E-1,4.5385742E-1,9.399414E-1,1.3560356E2,1.6199211E2,2.7616212E0,2.0904015E2,5.853125E1,2.124937E0,1.5859122E2,-0E0,6.321875E1,8.3729213E-1,6.36875E1,1.1241213E2,3.3960056E0,1.9241333E-2,-0E0,-2.2734112E-1,-0E0,9.20625E1,5.46875E-1,1.9750977E-1,4.6012852E-1,-0E0,5.776258E0,8.9E1,9.635934E-1,9.448242E-2,4.5834002E0,5.8203125E-1,1.5793492E2,7.5097656E-1,6.585161E-1,-0E0,-0E0,9.76725E-1,-0E0,-7.522271E-1,-2.2964402E-1,-0E0,5.551758E-1,-0E0,1.0005022E0,-0E0,-0E0,6.329346E-2,-0E0,1.0064259E2,-2.6734024E-1,-0E0,9.169922E-1,-0E0,-0E0,-7.234299E-1,9.526367E-1,-0E0,6.94375E1,-1.9177818E-1,1.6607031E-1,-0E0,1.8112183E-2,-0E0,-0E0,1.1193848E-1,4.1490045E0,1.7346191E-1,-0E0,3.071875E1,8.0020684E-1,-0E0,-0E0,1.441231E0,-0E0,-4.9469134E-1,-4.8048928E-1,-0E0,3.003862E-1,-0E0,-0E0,1.1158923E2,1.1154175E-2,-0E0,-0E0,4.11875E1,9.916992E-1,-0E0,-0E0,9.453125E-1,1.1661512E2,-0E0,-0E0,9.682617E-1,-0E0,6.066379E-1,1.7681316E0,-0E0,-0E0,6.9677734E-1,1.9848633E-1,-0E0,-0E0,-4.841088E-2,-6.535378E-1,-0E0,-5.939107E-1,-0E0,4.5775075E0,-0E0,2.1959126E0,8.2910156E-1,-0E0,3.971875E1,-0E0,1.1224365E-1,4.2204958E-1,-0E0,8.972168E-2,-0E0,-0E0,6.1645508E-2,9.902344E-1,-0E0,8.666992E-1,4.4189453E-1,1.7789806E2,1.454028E0,5.864258E-1,2.6986594E0,1.059318E2,1.767366E0,1.3692163E2,9.398492E1,8.044816E1,1.220216E0,6.637202E1,6.65625E1,8.2421875E-1,1.4428711E-1,3.353125E1,-0E0,9.7509766E-1,3.8498254E0,-0E0,1.8261078E2,9.453125E-1,1.155E2,5.673828E-1,8.0810547E-1,9.9365234E-1,4.2805657E0,-0E0,1.06875E2,9.2089844E-1,-0E0,-0E0,6.4875E1,-0E0,7.6660156E-1,3.040625E1,-0E0,-0E0,4.828125E1,-0E0,1.2847366E0,8.095703E-1,2.130127E-1,9.781544E-1,-0E0,3.5308838E-2,6.556615E1,-0E0,7.604016E1,-0E0,5.9521484E-1,-0E0,9.5654297E-1,-0E0,3.825E1,-0E0,9.663086E-1,-0E0,9.862136E-1,3.4367108E-1,-0E0,1.24625E2,-0E0,5.590625E1,-0E0,7.260742E-1,-0E0,-0E0,1.0964164E2,5.7762414E-1,-0E0,-2.8254464E-1,-0E0,-0E0,9.308954E1,-0E0,1.5211551E2,-0E0,1.7547239E0,-0E0,1.8937579E0,-0E0,1.32735815E1,-0E0,9.9009E-1,5.0365543E1,-0E0,7.724844E-1,-0E0,2.8324363E-1,-0E0,7.038717E-1,-0E0,1.7109506E-1,-0E0,1.050625E2,-0E0,5.6311697E-1,-0E0,3.265625E1,-0E0,-0E0,3.566043E1,-0E0,-4.5924875E-1,-0E0,3.0296875E1,-0E0,5.63125E1,-0E0,2.127357E2,-1.5347804E-1,-0E0,3.1203125E1,-0E0,7.919922E-1,7.043457E-2,5.649414E-1,-1.940981E-1,3.5267427E0,3.8842773E-1,2.4047923E0,4.8510137E0,9.69375E1,1.4898243E0,8.095703E-1,4.5775075E0,1.0947169E0,-0E0,-0E0,7.862777E1,1.7878607E2,4.4625E1,2.3555876E2,-4.2579013E-1,-0E0,5.047598E0,7.5097656E-1,1.20666504E-1,1.6224878E0,4.1625E1,3.2534745E0,4.209375E1,-0E0,9.9365234E-1,-4.1735053E-1,-0E0,3.3931732E-3,-0E0,3.48125E1,-0E0,5.026245E-2,1.2040455E2,2.454834E-1,-0E0,9.941406E-1,-0E0,1.8723885E2,-0E0,2.9248047E-1,-0E0,-1.7384453E-1,-0E0,4.503125E1,-0E0,8.105469E-1,-0E0,-0E0,-6.257424E-1,9.231436E-2,-0E0,-0E0,2.52125E2,-0E0,1.447025E-1,-2.6797342E-1,-0E0,3.805542E-2,9.970703E-1,1.8575E2,8.78125E1,-0E0,1.5432843E2,-0E0,8.598633E-1,-0E0,9.54899E1,-4.0080965E-1,-0E0,-0E0,4.953692E-1,1.9882776E2,-0E0,-0E0,1.363465E0,6.2561035E-3,-0E0,2.8533936E-2,-0E0,-0E0,9.663086E-1,2.7828416E-1,-0E0,-0E0,9.824219E-1,-0E0,1.6920531E-1,-0E0,9.921875E-1,-0E0,-6.5128964E-1,-0E0,-4.3763638E-1,-0E0,3.615625E1,8.770752E-2,-0E0,-0E0,5.8944434E-1,-0E0,3.95E1,-0E0,3.0664062E-1,-0E0,-5.223696E-1,1.4316089E2,-0E0,-0E0,8.30625E1,2.529297E-1,1.4465332E-1,-0E0,-5.4121524E-1,-0E0,9.243164E-1,1.5222168E-1,6.274414E-1,6.323242E-1,7.397461E-2,1.8261078E2,1.3910575E0,2.7242734E0,1.7330345E2,-0E0,9.8339844E-1,-0E0,1.24525375E2,1.55375E2,1.937567E2,4.297177E0,9.165039E-1,-0E0,6.019756E-1,2.888275E-1,-0E0,1.2196353E2,2.0629883E-1,8.6328125E-1,1.0567428E0,2.2924876E2,3.5107422E-1,8.4228516E-2,-0E0,-0E0,1.331849E2,-0E0,7.489318E1,6.819305E-1,4.553125E1,1.554294E0,8.13125E1,4.25E1,-0E0,5.4345703E-1,9.9316406E-1,7.2631836E-2,-0E0,-0E0,1.6652049E-1,-0E0,3.5408798E-1,-0E0,3.196875E1,4.9829102E-1,-0E0,-0E0,4.691211E0,1.0398865E-2,-0E0,9.273256E1,-0E0,1.308322E2,-0E0,-5.423028E-1,-0E0,4.65625E1,-0E0,7.359027E-1,-0E0,-0E0,-3.2091337E-1,4.9137124E-1,-0E0,7.0996094E-1,-0E0,-0E0,5.3157204E1,-0E0,-9.1715497E-1,5.415039E-1,-0E0,6.6119623E-1,-0E0,9.970703E-1,-0E0,-0E0,1.1118202E0,-0E0,3.0151367E-2,-0E0,1.4722429E2,1.2017543E0,-0E0,5.8938057E1,-0E0,3.30625E1,-0E0,-0E0,-5.5184674E-1,-0E0,6.326333E-1,-0E0,-2.7924934E-1,-0E0,4.0972704E-1,-0E0,5.257164E0,-0E0,5.311635E-1,-6.9118655E-1,-0E0,3.5E1,1.4869987E2,8.5915245E1,7.54375E1,-0E0,1.5013206E0,9.754982E1,1.1193848E-1,7.104492E-1,8.925781E-1,2.9181541E1,8.569336E-1,1.7523614E0,1.4205972E2,9.584961E-1,-0E0,9.875488E-2,2.3895264E-2,3.35E1,8.671875E-1,1.05293155E-1,-0E0,6.4160156E-1,-0E0,-0E0,4.15E1,3.0664062E-1,-0E0,7.270508E-1,1.5635136E2,2.2016747E2,5.0037637E0,1.7258565E0,-0E0,-0E0,-4.90573E-1,7.722628E-1,-0E0,8.166504E-2,8.30625E1,5.6640625E-1,4.230957E-1,1.6503906E-1,1.2779236E-2,9.897461E-1,-0E0,2.9469612E0,-0E0,-0E0,5.3335466E0,6.113281E-1,-0E0,-0E0,-2.7425778E-1,-0E0,1.19140625E-1,4.8876953E-1,-0E0,-0E0,9.399414E-1,8.425E1,-0E0,-0E0,2.7008057E-3,1.3771952E0,-0E0,8.166504E-2,-0E0,-0E0,9.970703E-1,-0E0,9.980469E-1,-0E0,8.858887E-1,5.18745E0,-0E0,-0E0,-4.471228E-1,4.3869647E-1,-0E0,-0E0,6.3712263E-1,-0E0,1.0436645E0,1.0497081E-1,-0E0,-0E0,3.0296875E1,1.386122E2,-0E0,1.69875E2,-0E0,-0E0,1.0121793E0,-0E0,-6.3119173E-1,-0E0,3.865625E1,-0E0,6.603241E-3,-0E0,3.071875E1,2.6719543E2,-0E0,5.35625E1,5.684375E1,-0E0,4.439161E0,1.5410821E-1,-0E0,-5.1335835E-1,-0E0,-0E0,4.34375E1,1.1621094E-1,5.05625E1,1.524432E0,4.1625E1,1.9882776E2,9.953128E1,2.94075E0,1.21447716E2,-0E0,-4.84351E-1,3.2749465E0,4.525E1,7.2558594E-1,-0E0,3.6375E1,-0E0,9.970703E-1,-0E0,-0E0,1.350224E-1,-0E0,1.138916E-1,-0E0,1.6326904E-2,1.6906738E-2,1.4465332E-1,-0E0,6.035156E-1,-0E0,-8.4001124E-1,-0E0,9.848633E-1,4.4965056E-1,-0E0,-2.2307119E-1,-0E0,9.399414E-1,4.1976695E0,9.954834E-2,1.9771636E0,-1.8818049E-1,-0E0,-0E0,6.573486E-2,-0E0,3.644936E0,5.46875E-1,-0E0,3.166504E-1,1.0223389E-1,-0E0,3.0296875E1,4.8125E1,8.520508E-1,1.1154175E-2,9.995117E-1,-2.1797977E-1,-0E0,-0E0,1.312104E0,8.13125E1,-0E0,3.892564E-1,-0E0,-0E0,-3.085249E-1,3.2488313E-1,-0E0,-2.4036478E-1,-0E0,-0E0,8.3447266E-1,-0E0,9.9072266E-1,-0E0,3.1921875E1,-0E0,5.52203E0,9.975586E-1,-0E0,1.9036762E0,-0E0,-0E0,5.929753E-1,1.41E2,-0E0,-0E0,9.88125E1,-0E0,9.9902344E-1,-0E0,-3.1283835E-1,-6.911026E-1,-0E0,-0E0,4.6051025E-2,-0E0,9.9875E1,-0E0,5.0037637E0,6.0041103E1,-0E0,-0E0,5.5544296E1,-3.1486678E-1,-0E0,1.2002974E0,-0E0,-0E0,5.0329494E-1,8.144228E1,4.8510137E0,4.371875E1,8.7353516E-1,5.321875E1,4.3944077E0,9.897461E-1,9.54899E1,1.9195049E0,-0E0,9.0625E-1,-0E0,6.178125E1,7.472388E1,9.741211E-1,6.972656E-1,7.933387E1,8.5498047E-1,-0E0,9.135742E-1,-0E0,1.6284171E-1,-0E0,1.826477E-2,1.5571556E2,-0E0,-0E0,7.58125E1,-0E0,1.3692163E2,-0E0,9.682617E-1,2.2849188E0,4.953125E1,3.9830786E-1,-0E0,-4.323287E-1,-0E0,5.5544296E1,-0E0,-1.4423789E-1,2.0230487E-1,-0E0,9.9121094E-1,-0E0,1.3751411E-1,-0E0,7.602539E-1,1.693184E-1,-0E0,-0E0,-5.639939E-1,-0E0,7.260742E-1,-0E0,8.364403E1,-0E0,5.8938057E1,-0E0,1.0031222E-1,-2.780608E-1,-0E0,6.537298E-2,-0E0,1.5338084E2,-0E0,-7.3840636E-1,-0E0,-0E0,5.5007935E-3,5.7522684E-1,-0E0,-0E0,1.8925288E2,9.4864935E-1,-0E0,-7.283356E-1,-0E0,-0E0,-4.9305758E-1,6.4468604E-1,-0E0,5.1537407E1,-0E0,4.309082E-2,-0E0,-0E0,1.9167638E2,8.536597E-1,-0E0,9.8046875E-1,-0E0,-0E0,3.7375E1,1.3517657E-1,-0E0,1.5043162E0,1.6125427E0,1.3610147E0,-0E0,3.453125E1,1.0225949E2,8.051758E-1,8.661263E1,3.521875E1,-0E0,1.937567E2,7.597656E-1,5.0146484E-1,4.0287064E1,1.2586586E2,1.9002327E0,8.3447266E-1,4.128418E-1,6.9125E1,-0E0,8.432617E-1,-0E0,4.296875E1,-0E0,6.3388374E1,-0E0,-0E0,9.5947266E-1,6.3916016E-1,1.5276962E2,9.975586E-1,-0E0,-0E0,2.6611328E-1,-0E0,6.425781E-1,6.4160156E-1,-0E0,-4.868329E-1,-0E0,-0E0,3.251953E-1,-3.3550045E-1,-0E0,2.745196E-1,-0E0,-0E0,4.95E1,-0E0,5.503731E0,-1.3505381E-1,-0E0,9.902344E-1,-0E0,5.636026E-2,-0E0,-0E0,1.3220215E-1,-0E0,6.625E1,-0E0,3.6384605E1,-0E0,1.4193896E2,2.6798427E-1,-0E0,-0E0,7.5375E1,-0E0,4.41875E1,-0E0,4.573353E0,-0E0,9.1539526E-1,1.6472335E0,-0E0,-0E0,3.640625E1,-6.4343834E-1,-0E0,-0E0,5.996704E-3,-0E0,5.075E1,8.4716797E-1,6.5722656E-1,-0E0,5.979692E1,-0E0,4.1976695E0,5.715625E1,2.2844498E0,1.9737349E2,-0E0,9.3066406E-1,2.2602744E0,-0E0,1.4060974E-2,5.178125E1,2.3937988E-1,-0E0,8.2375E1,7.8E1,1.0064259E2,-0E0,1.0949036E0,3.7902832E-2,1.7578125E-2,6.6E1,7.475E1,2.6611328E-1,5.385742E-1,3.4368746E0,-0E0,-5.2327865E-1,-0E0,3.20625E1,-0E0,-0E0,5.5424386E-1,-0E0,3.6969368E0,7.25625E1,-0E0,8.779297E-1,-0E0,-0E0,1.172063E2,3.6867483E0,-0E0,4.5189476E0,-0E0,-0E0,5.644683E0,-0E0,2.685886E0,-0E0,7.209397E-1,-1.5949853E-1,-0E0,8.4E1,-0E0,9.490967E-3,-0E0,-0E0,-3.11625E-1,1.0629884E2,-0E0,-0E0,5.3410316E0,7.7197266E-1,-0E0,-5.6760126E-1,-0E0,1.0009766E-2,-0E0,8.537422E-1,-0E0,-0E0,1.8235178E0,-0E0,1.11875E2,-0E0,-3.0742267E-1,7.94375E1,-0E0,-0E0,3.982544E-3,-0E0,9.9121094E-1,1.0452414E2,-0E0,-0E0,1.25003365E2,-0E0,-3.8946297E-2,4.8952575E0,-0E0,-0E0,2.633667E-2,8.823242E-1,-0E0,-0E0,9.1308594E-1,2.9338171E0,9.5214844E-1,-0E0,3.4625E1,4.671875E1,-0E0,4.525E1,-0E0,1.1657715E-1,-0E0,-0E0,4.2131564E-1,-0E0,8.9904785E-2,-0E0,4.4995117E-1,2.8594763E0,-0E0,-5.5670977E-1,-0E0,1.6603136E-1,-0E0,7.521348E1,-0E0,3.57666E-2,-0E0,-0E0,1.2196353E2,-0E0,2.0065308E-2,2.4465811E-1,-0E0,6.3388374E1,-0E0,1.1058062E0,-0E0,5.503731E0,-0E0,6.6583836E-1,-0E0,3.040625E1,-0E0,6.0971485E1,-0E0,-0E0,9.970703E-1,4.95E1,-0E0,-0E0,3.640625E1,3.9100647E-3,-0E0,9.9902344E-1,-0E0,-0E0,1.13464355E-1,-0E0,6.402588E-2,-4.9363273E-1,-0E0,1.05651855E-1,-0E0,-0E0,4.4255227E-1,5.6640625E-1,-0E0,4.4128418E-2,-0E0,4.2824358E-1,-0E0,2.0065308E-2,-0E0,-0E0,4.0084863E-1,-0E0,-3.2358032E-1,4.6569824E-2,-0E0,1.670225E0,9.5654297E-1,7.8125E1,-0E0,-0E0,-2.0506966E-1,-4.6702978E-1,-0E0,-0E0,3.33125E1,-0E0,8.1782555E1,-0E0,-1.9558649E-1,8.129883E-2,3.6645508E-1,5.149233E-1,-0E0,-0E0,1.050297E0,-0E0,5.321875E1,-4.7707182E-1,-0E0,-0E0,8.9E1,-0E0,4.690515E0,-0E0,-3.268635E-1,-5.3989565E-1,-0E0,-0E0,4.7600365E0,-0E0,6.2176436E-1,1.471513E1,-0E0,9.9853516E-1,-0E0,-0E0,7.7459973E-1,-0E0,6.577409E-1,2.0645432E2,-0E0,-0E0,8.6250263E-1,-0E0,8.706731E-1,-2.694784E-1,-0E0,-0E0,7.54375E1,-0E0,4.399414E-1,-0E0,6.2353516E-1,-0E0,-4.9837837E-1,-0E0,9.980469E-1,1.5753053E-1,-0E0,4.4094524E0,-0E0,-0E0,1.22924805E-1,2.0592931E-1,-0E0,5.6E1,6.603241E-3,6.015625E1,9.7265625E-1,-0E0,-2.7931407E-1,3.1592565E0,-0E0,8.0078125E-2,-0E0,6.0490525E-1,-0E0,8.4E1,-0E0,-0E0,-7.0782584E-1,9.9560547E-1,-0E0,1.0948181E-2,-0E0,5.390625E-1,-0E0,1.9859531E1,-0E0,-0E0,3.6384605E1,5.6640625E-1,-0E0,1.6540527E-1,-0E0,-0E0,7.4375E1,3.608875E0,1.4233398E-1,-0E0,9.9658203E-1,-2.0265175E-1,-0E0,8.667512E1,-0E0,6.5898263E-1,-0E0,-0E0,9.4168015E1,1.0098149E2,-0E0,9.9902344E-1,-0E0,-0E0,8.432617E-1,3.4368746E0,-0E0,-0E0,3.903125E1,-0E0,9.604492E-1,-4.1062576E-1,-0E0,-0E0,1.0398865E-2,-6.070358E-1,-0E0,9.528215E1,-0E0,-0E0,7.270508E-1,1.036867E0,-0E0,-0E0,2.5266856E-1,3.54375E1,-0E0,1.7476131E1,-0E0,5.371094E-1,-0E0,8.409134E-1,-0E0,9.9316406E-1,-0E0,-0E0,-5.938677E-1,4.4995117E-1,-0E0,-0E0,5.253125E1,-0E0,-1.7745861E-1,4.7770727E-1,-0E0,-0E0,9.975586E-1,-0E0,1.1143582E0,-0E0,-6.55031E-1,-0E0,7.665269E-1,1.4024292E0,-0E0,7.357428E-1,-0E0,-0E0,6.205636E-1,9.9902344E-1,-0E0,-0E0,5.6961903E1,-0E0,-6.274069E-1,1.3696289E-1,-0E0,-0E0,9.9609375E-1,2.1432774E0,7.75E1,6.6918945E1,-0E0,3.2979865E0,7.00625E1,9.9853516E-1,-0E0,-0E0,3.903125E1,5.1875E1,-0E0,4.232004E0,-0E0,1.335907E-2,-0E0,-0E0,5.281598E0,-0E0,5.8242357E-1,9.9072266E-1,-0E0,-0E0,1.21447716E2,9.490967E-3,-0E0,-2.5328532E-1,-0E0,4.6118026E0,1.25003365E2,-0E0,7.597656E-1,1.063342E0,-0E0,-0E0,2.3725264E0,-0E0,4.1544538E0,-0E0,5.979692E1,-0E0,1.8380359E-1,-8.352325E-1,-0E0,-0E0,1.2779236E-2,-0E0,7.8921694E-1],"split_indices":[5,13,13,4,13,12,7,12,0,12,8,4,18,8,14,6,15,3,3,6,15,10,2,1,0,0,10,7,0,3,0,14,18,19,17,6,15,3,0,5,0,0,0,0,0,0,0,6,14,0,0,0,0,6,0,7,15,5,11,7,14,14,16,0,17,16,9,0,1,0,0,0,0,17,5,3,0,2,0,11,6,7,4,0,1,19,10,0,0,5,10,5,7,18,12,15,11,0,12,1,0,0,14,0,0,0,5,0,1,0,17,10,17,14,6,0,13,0,0,0,12,14,0,13,2,16,17,0,15,9,0,0,7,0,0,16,6,0,0,15,4,8,13,1,0,11,0,0,0,0,0,0,0,18,0,0,0,12,0,0,0,11,0,11,0,3,0,1,17,8,2,2,0,0,0,0,13,4,0,13,1,15,7,11,17,6,13,8,0,0,5,0,0,9,1,17,13,14,14,11,9,2,14,6,18,0,0,0,12,19,13,1,0,18,0,10,0,0,8,0,0,0,10,10,2,6,19,14,0,0,0,2,7,0,0,2,12,0,1,17,0,6,7,0,0,2,0,9,0,0,17,13,0,0,0,2,11,18,19,5,6,3,12,0,19,19,7,13,16,15,18,9,4,7,16,14,12,4,5,0,0,15,0,0,0,16,0,0,0,0,0,14,0,0,16,19,6,6,4,19,0,7,3,0,13,0,14,14,1,4,0,19,0,0,0,7,0,4,0,0,0,16,0,10,0,15,2,0,0,5,0,9,0,0,12,0,0,0,3,5,18,14,9,0,19,6,6,0,17,0,15,2,6,0,5,4,18,18,10,6,18,11,11,2,5,0,18,0,6,8,4,4,0,1,4,1,8,0,0,12,0,18,15,0,0,6,16,16,0,6,8,14,0,0,0,10,5,0,0,12,0,0,0,0,0,0,0,15,0,10,19,5,0,19,0,0,0,0,12,0,5,9,0,0,3,2,0,0,0,0,6,0,0,15,0,18,6,0,0,15,2,0,1,2,9,13,5,0,0,0,0,0,1,0,2,6,3,3,0,6,0,15,0,15,17,16,12,4,6,0,6,8,2,4,0,10,2,10,4,2,18,0,0,0,10,14,16,0,0,2,11,3,17,2,16,6,14,2,0,0,0,0,0,0,0,14,0,2,0,0,19,0,4,0,0,19,0,0,0,16,0,11,0,0,0,16,0,0,13,1,18,0,8,0,0,0,0,0,0,0,0,0,0,0,4,18,0,0,11,16,0,0,15,4,0,0,16,0,0,0,0,0,19,14,0,0,0,0,0,0,0,1,0,3,15,0,11,0,15,0,0,12,0,0,17,16,0,18,18,6,0,12,0,4,1,4,4,5,1,5,10,14,12,10,0,17,3,0,6,15,10,16,12,15,3,0,9,12,0,0,9,0,14,8,0,0,9,0,3,14,13,3,0,17,5,0,5,0,15,0,14,0,9,0,15,0,0,0,0,9,0,9,0,18,0,0,5,0,0,0,0,0,4,0,6,0,0,0,0,0,7,0,0,7,0,0,0,0,0,1,0,0,0,9,0,0,0,11,0,0,5,0,0,0,8,0,11,0,6,0,0,11,0,16,12,17,0,2,19,1,1,10,1,14,1,0,0,0,5,6,11,6,0,0,0,15,13,2,10,0,10,0,16,0,0,18,0,10,0,19,4,15,0,14,0,6,0,13,0,0,0,8,0,13,0,0,0,0,0,0,9,0,0,0,0,17,15,11,11,0,6,0,14,0,5,0,0,0,0,6,0,0,3,17,0,16,0,0,15,0,0,0,19,0,0,0,18,0,0,0,0,0,10,12,0,0,1,0,10,0,14,0,0,6,0,0,11,18,19,0,0,0,14,19,16,14,17,6,3,3,6,0,18,0,7,10,6,2,15,0,3,0,0,4,13,14,2,7,17,13,0,0,4,0,4,2,8,0,11,11,0,13,16,16,0,0,0,0,0,0,8,14,0,0,1,19,0,7,0,6,0,0,0,8,0,0,0,0,0,0,0,12,0,0,4,0,0,18,0,0,0,16,0,0,0,0,16,0,6,0,0,4,0,8,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,8,6,5,9,0,2,4,13,19,15,7,17,1,7,19,0,13,19,9,15,0,0,14,0,0,9,14,0,13,7,6,2,0,0,0,0,3,0,13,11,14,15,13,18,15,0,2,0,0,1,13,0,0,0,0,13,19,0,0,18,9,0,0,19,3,0,13,0,0,15,0,14,0,3,3,0,0,0,0,0,0,0,0,2,0,0,0,10,6,0,9,0,0,0,0,0,0,11,0,19,0,11,7,0,9,8,0,0,0,0,0,0,0,9,13,10,3,10,6,7,0,4,0,0,3,9,14,0,9,0,16,0,0,0,0,12,0,19,16,19,0,13,0,0,0,17,0,0,0,0,12,3,19,1,0,0,0,12,0,3,15,0,14,17,0,11,11,15,18,17,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,14,0,14,0,10,0,1,17,0,2,0,0,0,11,0,0,9,0,16,0,0,0,0,0,18,0,10,0,2,5,0,0,7,0,0,0,0,0,0,5,1,8,16,8,3,14,5,3,0,19,0,11,7,19,14,7,12,0,14,0,0,0,18,4,0,0,9,0,4,0,16,2,11,0,0,0,0,7,0,0,0,0,15,0,0,0,13,0,0,0,0,0,19,0,5,0,4,0,0,0,0,0,0,6,0,0,0,0,17,0,0,0,6,3,0,0,0,0,0,3,0,5,0,16,0,0,6,2,0,18,0,0,9,0,0,1,2,1,0,10,7,13,5,8,0,6,14,13,7,6,0,14,12,11,0,15,0,9,0,5,0,0,14,16,6,14,0,0,13,0,12,14,0,0,0,0,14,0,0,0,0,0,8,0,3,0,0,16,0,0,0,0,19,0,8,0,7,0,4,0,0,0,11,0,8,0,3,0,0,0,0,0,11,0,0,0,19,0,9,18,15,0,4,0,3,9,0,6,0,16,2,0,17,9,16,0,10,11,4,0,2,18,17,9,9,13,16,1,0,0,0,8,0,0,0,0,2,10,0,12,0,0,4,1,0,2,0,0,2,0,0,0,3,0,0,11,0,19,0,0,0,5,0,0,2,18,0,0,0,16,0,0,0,0,0,0,10,0,0,9,0,0,19,0,17,7,0,0,4,0,0,1,0,0,18,15,0,0,19,3,18,0,8,8,0,9,0,17,0,0,0,0,17,0,12,1,0,0,0,0,0,5,0,16,0,0,4,0,17,0,0,5,0,3,0,3,0,0,0,8,0,5,0,0,17,8,0,0,11,17,0,16,0,0,15,0,13,0,0,13,0,0,0,14,0,17,0,0,0,17,0,0,0,0,0,16,0,2,16,9,0,0,0,0,0,0,11,0,5,0,0,12,18,0,0,0,3,0,8,0,0,0,10,0,2,0,0,0,0,0,2,0,0,7,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,9,0,12,0,14,0,0,0,14,0,0,0,0,0,13,0,0,10,18,11,18,0,0,0,0,13,0,0,0,11,0,0,0,16,0,16,0,12,0,7,0,0,7,18,0,19,0,0,9,3,13,0,17,0,0,4,0,0,0,0,5,5,0,18,0,0,13,2,0,0,9,0,17,0,0,0,18,0,0,4,0,0,13,3,0,0,0,10,0,7,0,14,0,0,0,16,0,0,0,12,0,0,9,0,0,0,0,0,16,0,1,0,0,0,0,1,0,0,0,0,0,15,0,0,4,0,0,17,0,0,16,3,9,5,0,2,9,15,0,0,9,10,0,1,0,16,0,0,2,0,0,14,0,0,4,18,0,0,0,0,4,0,14,0,0,0,0,0,0,0,4,0,0,0,0,0,18,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.7120223E3,1.1432509E3,5.687715E2,8.9655396E2,2.4669695E2,2.2663094E2,3.4214053E2,8.0117633E2,9.537759E1,1.4673497E2,9.996197E1,8.8413605E1,1.3821733E2,2.90966E2,5.117454E1,7.458226E2,5.5353798E1,1.8685568E1,7.6692024E1,1.1831433E2,2.842064E1,9.906177E1,9.002001E-1,7.786488E1,1.0548722E1,1.212561E0,1.3700478E2,1.8554684E0,2.8911053E2,4.2425304E1,8.749238E0,7.1049634E2,3.5326225E1,5.0903954E1,4.4498444E0,5.12878E0,1.3556788E1,1.1233041E0,7.556872E1,9.523558E1,2.3078749E1,2.657141E1,1.849232E0,7.1177024E-1,9.835E1,4.0483484E-1,4.953653E-1,1.9749126E1,5.8115753E1,1.3653691E2,4.678588E-1,2.2022864E-1,1.6352397E0,4.1918327E1,5.0697595E-1,3.4141397E0,5.335098E0,8.869961E1,6.217967E2,7.081778E0,2.8244448E1,2.7201872E0,4.818377E1,2.1483812E0,2.301463E0,1.315113E0,3.813667E0,9.255843E0,4.3009453E0,6.062421E-1,5.1706195E-1,7.483694E1,7.317816E-1,2.5528976E1,6.9706604E1,2.280239E1,2.7635863E-1,9.717741E1,1.1725928E0,2.805494E0,1.6943632E1,4.6018715E1,1.209704E1,8.579981E-1,4.106033E1,1.1291772E0,2.2849624E0,5.159421E0,1.7567688E-1,7.13725E1,1.732711E1,4.832623E2,1.3853441E2,4.440325E0,2.641453E0,1.9881027E0,2.6256346E1,1.4267339E0,1.2934533E0,4.768948E1,4.9428743E-1,2.8686255E-1,2.0146005E0,1.1507279E0,1.6438514E-1,7.5097114E-1,3.0626957E0,3.905558E-1,8.865287E0,1.5508476E0,2.7500975E0,2.3584576E1,1.9444E0,3.4526382E1,3.518022E1,1.1459122E0,2.1656477E1,1.0586915E0,9.611871E1,2.8251955E-1,2.5229745E0,1.3659115E1,3.2845178E0,3.7214375E1,8.804342E0,5.2040105E0,6.893029E0,6.344024E-1,4.042593E1,7.994409E-1,3.2973635E-1,1.044766E0,1.2401965E0,4.9567003E0,2.0272057E-1,3.5867588E1,3.550491E1,1.4046466E0,1.5922463E1,3.040813E1,4.528542E2,6.475736E1,7.377704E1,9.6984154E-1,3.4704835E0,2.278375E0,3.6307806E-1,1.4408449E0,5.472578E-1,2.60806E1,1.7574596E-1,9.897268E-1,3.0372658E-1,4.7318607E1,3.7087327E-1,1.6703811E0,3.4421936E-1,2.6060896E0,4.566062E-1,8.673441E0,1.9184612E-1,1.9624803E0,7.876171E-1,2.2094841E1,1.4897343E0,1.0724214E0,8.719785E-1,6.038874E0,2.8487509E1,2.9568876E1,5.611345E0,1.3342035E0,2.0322275E1,2.0400098E-1,2.3189735E0,8.261844E-1,1.2832931E1,6.959731E-1,2.5885446E0,2.104971E1,1.6164663E1,2.0816424E0,6.7226996E0,1.3355887E0,3.8684218E0,4.548317E0,2.3447125E0,3.9343067E1,1.0828605E0,3.5273373E-1,4.4670716E-1,2.874012E-1,9.527953E-1,2.7782364E1,8.085223E0,2.132907E1,1.417584E1,1.0627817E1,1.9780313E1,3.2084812E1,4.2076938E2,4.856886E1,1.6188501E1,3.290675E1,4.087029E1,4.9630058E-1,4.7354093E-1,2.862611E-1,1.9921138E0,1.993059E0,4.5325546E1,1.9544332E0,6.516564E-1,8.331079E0,3.423627E-1,1.5765389E0,3.859414E-1,4.627041E-1,2.1632137E1,5.446154E-1,5.2780604E-1,4.410353E0,1.6285208E0,1.7944466E1,1.0543044E1,1.9271368E1,1.0297506E1,4.1211157E0,1.4902292E0,2.08327E-1,1.1258764E0,4.366178E0,8.466752E0,1.631919E-1,5.3278124E-1,1.772126E1,3.328449E0,8.387767E-1,1.5325887E1,1.4927067E0,5.8893573E-1,1.3070459E0,5.4156537E0,3.5670438E-1,9.7888434E-1,3.4979262E0,3.7049547E-1,3.8580675E0,6.9024926E-1,1.0599867E0,1.2847258E0,3.8274437E1,1.0686319E0,1.6531421E-1,2.8139296E-1,2.5411858E1,2.3705077E0,3.1784468E0,4.906777E0,1.1950136E1,9.378933E0,6.1044326E0,8.071408E0,5.107678E-1,1.0117049E1,5.459562E0,1.4320752E1,2.136077E1,1.0724042E1,3.1440393E2,1.0636545E2,1.4879458E1,3.36894E1,1.497938E0,1.4690564E1,7.065636E0,2.5841114E1,2.8984356E1,1.1885936E1,3.340117E-1,1.658102E0,7.048118E-1,1.2882472E0,4.4733097E1,5.924504E-1,1.6881456E0,2.662876E-1,3.8026166E-1,7.9508166E0,1.4044889E0,1.7205003E-1,2.030289E1,1.329247E0,7.3583233E-1,8.926885E-1,1.3983336E1,3.9611285E0,3.5474324E0,6.995611E0,1.8307686E1,9.6368235E-1,6.534877E0,3.7626295E0,1.6743768E0,2.446739E0,3.036977E-1,1.1865315E0,2.4287481E0,1.9374298E0,7.9853687E0,4.813839E-1,5.6628127E0,1.2058448E1,2.4262707E0,9.0217835E-1,1.4314928E1,1.0109582E0,1.2357857E0,2.5692093E-1,9.5670176E-1,3.5034418E-1,3.3973641E0,2.0182898E0,3.2629166E0,2.3500979E-1,1.9533066E0,1.904761E0,2.4141392E-1,1.043312E0,1.3308653E0,3.694357E1,2.4379574E1,1.0322827E0,1.0609715E0,1.3095362E0,3.9292073E-1,2.785526E0,1.1373245E0,3.7694523E0,4.691114E0,7.259022E0,7.4758224E0,1.9031103E0,2.3169706E0,3.787462E0,4.8850794E0,3.1863286E0,2.3565704E-1,9.8813925E0,6.414227E-1,4.818139E0,5.643883E0,8.676869E0,1.9027079E1,2.3336904E0,3.6762683E0,7.0477734E0,2.8455807E1,2.8594812E2,6.3818172E1,4.254727E1,7.9029574E0,6.976501E0,2.1266722E1,1.2422679E1,1.8211384E-1,1.3158242E0,2.0006883E0,1.2689876E1,4.1833334E0,2.8823025E0,2.5242682E1,5.9843373E-1,1.956527E1,9.4190855E0,5.8424172E0,6.043518E0,1.9986022E-1,5.0495154E-1,1.46782E0,2.2032562E-1,1.81543E1,2.1485896E0,2.10299E-1,6.823895E-1,3.0592265E0,1.092411E1,2.2079763E0,1.7531521E0,2.205674E0,1.3417585E0,6.397653E0,5.9795827E-1,1.9964823E-1,1.8108038E1,2.1481233E0,4.386754E0,3.3117847E0,4.5084476E-1,9.485395E-1,1.4981995E0,8.8830525E-1,2.9822633E-1,2.5438505E-1,2.1743631E0,1.49821E0,4.3921986E-1,7.674479E0,3.1088984E-1,2.0218027E0,3.6410098E0,1.0596189E1,1.4622589E0,2.0005434E0,4.2572734E-1,2.9924926E-1,1.4015679E1,1.7375554E-1,1.0620302E0,3.295688E-1,3.0677953E0,3.09398E0,1.6893642E-1,6.0460883E-1,1.3486978E0,1.6869905E0,2.1777047E-1,1.6583012E-1,1.1650351E0,5.1921505E-1,2.386036E1,2.7793527E-1,1.031601E0,3.1363015E0,6.331508E-1,2.7093823E0,1.9817315E0,6.936641E0,3.2238135E-1,1.6374038E0,5.8384185E0,2.4139498E-1,1.6617153E0,2.2239788E0,1.5634832E0,3.6918454E0,1.1932338E0,2.8738308E-1,2.8989456E0,9.657551E0,2.238416E-1,3.4230024E-1,4.4758387E0,1.0835779E0,4.560305E0,5.625569E0,3.0513003E0,1.699096E1,2.03612E0,1.0471642E0,1.2865262E0,2.8189526E0,8.573157E-1,4.395844E0,2.6519296E0,2.3701927E1,4.75388E0,2.4846852E2,3.747959E1,6.2158875E0,5.7602287E1,1.2927891E1,2.961938E1,6.9334946E0,9.6946263E-1,3.8561726E0,3.1203282E0,1.5318012E1,5.9487085E0,6.4546185E0,5.9680605E0,3.489074E-1,9.6691674E-1,1.5446196E0,1.1145256E1,2.888932E0,1.2944016E0,2.6727784E0,2.0952415E-1,2.325125E1,1.9914322E0,1.7233781E0,1.7841892E1,1.7462279E0,7.6728573E0,1.9025097E0,3.9399076E0,5.150688E0,8.9283E-1,3.6047578E-1,1.1073443E0,1.6307698E-1,1.7991224E1,1.4890761E0,6.595136E-1,2.6157887E0,4.4343773E-1,1.0533775E1,3.90335E-1,3.428928E-1,1.8650836E0,3.656084E-1,1.8400655E0,1.1646589E0,1.7709962E-1,5.2299237E0,1.1677293E0,2.9320598E-1,1.7814833E1,1.7627965E0,3.8532668E-1,2.831598E0,1.5551556E0,7.244444E-1,2.2409512E-1,7.2935734E0,3.8090536E-1,5.5273217E-1,1.4690704E0,1.8151757E0,1.8258343E0,2.4033132E-1,1.0355858E1,1.814214E0,1.863295E-1,2.9714128E-1,7.648889E-1,3.7454817E-1,2.693247E0,2.8826537E0,2.1132627E-1,1.1096072E0,2.390906E-1,2.4636352E-1,1.440627E0,2.3160122E1,7.0023793E-1,5.6582165E-1,2.5704799E0,2.4632742E0,2.4610806E-1,4.130151E-1,1.5687164E0,1.4553124E0,1.8209156E-1,1.037982E0,4.8004365E0,3.1215665E-1,1.3495586E0,1.9920179E0,2.3196085E-1,7.422923E-1,8.211909E-1,3.26536E0,4.2648545E-1,1.8266848E-1,1.0105653E0,9.412526E0,2.4502432E-1,4.2981358E0,1.7770302E-1,2.3612294E0,2.1990757E0,2.731527E0,2.8940418E0,7.2894496E-1,2.3223555E0,2.2005361E-1,1.6770905E1,7.9471564E-1,2.5244856E-1,2.3416793E0,4.7727337E-1,4.8321256E-1,3.9126313E0,1.5012754E0,1.1506541E0,1.005776E1,1.3644166E1,4.38786E0,3.660199E-1,2.1984145E2,2.8627079E1,6.9126234E0,3.0566967E1,4.396577E0,1.8193105E0,5.153821E1,6.064075E0,8.371445E0,4.5564456E0,1.3485464E1,1.6133917E1,6.6377616E0,2.957331E-1,2.192675E0,1.6634973E0,8.003964E-1,2.319932E0,7.7145605E0,7.603452E0,4.011735E0,1.9369738E0,4.6710343E0,1.7835838E0,6.504235E-1,5.317637E0,1.001633E1,1.1289263E0,3.2605544E-1,2.5628765E0,1.7872348E-1,1.1156781E0,2.2972868E1,2.7838135E-1,4.191517E-1,1.5722804E0,4.1052923E-1,1.3128488E0,5.291546E0,1.2550346E1,1.4667685E0,2.7945948E-1,3.7016668E0,3.9711907E0,5.411425E-1,1.3613671E0,1.2075458E0,2.7323618E0,2.3821224E-1,4.912476E0,3.909608E-1,2.224828E0,1.1096276E0,9.424148E0,1.6440973E-1,1.7006738E0,1.535797E0,3.0426845E-1,4.690651E0,5.39273E-1,1.5285643E0,2.3423223E-1,1.6218323E0,1.2097658E0,7.967855E-1,6.496788E0,1.2442365E0,2.248339E-1,1.6422951E0,1.7288055E-1,6.352402E-1,1.1905941E0,6.1669374E-1,9.739164E0,2.4612403E-1,5.1876485E-1,1.7828305E-1,1.2623439E0,1.6457343E0,2.1514387E1,4.001832E-1,2.1702967E0,2.2357194E0,2.2755468E-1,1.0867214E0,4.81995E-1,1.0942997E0,3.6101264E-1,4.224663E0,5.757735E-1,5.652884E-1,2.5590247E-1,3.0252187E0,2.4014126E-1,2.0937243E0,2.6750523E-1,2.1065788E0,6.249483E-1,4.0815085E-1,2.4858909E0,4.0816092E-1,1.9141945E0,8.927316E-1,1.5878173E1,2.0006993E-1,2.1416094E0,4.6318623E-1,3.449445E0,1.324348E0,1.7692755E-1,9.475339E0,5.82421E-1,1.000649E1,3.6376762E0,2.9995625E0,1.3882976E0,1.8291812E2,3.6923317E1,9.856724E0,1.8770355E1,3.4229147E0,3.4897087E0,6.5580673E0,2.40089E1,3.9322002E0,4.643765E-1,5.596421E-1,1.2596685E0,1.6270687E1,3.5267525E1,3.73637E0,2.3277051E0,6.642685E-1,7.7071767E0,2.8624852E0,1.6939602E0,4.6283317E0,8.857133E0,6.383613E0,9.750303E0,2.4350883E-1,6.394253E0,1.8606832E0,3.3199206E-1,1.3928199E0,2.7067745E-1,2.1302938E0,1.8963797E-1,3.6246786E0,4.089882E0,7.1778574E0,4.255948E-1,2.3697715E0,1.6419632E0,1.6750302E0,2.6194355E-1,3.4943957E0,1.1766387E0,1.4551985E0,3.2838523E-1,5.0709443E0,2.466927E-1,9.808393E0,2.0793681E-1,1.6996497E-1,2.3929114E0,9.517447E-1,1.6393343E-1,2.5781298E-1,2.2715055E1,1.8440126E-1,1.3878793E0,1.0485824E0,2.6426643E-1,2.4725044E0,2.8190415E0,2.0295224E0,1.05208235E1,1.8596904E-1,1.2807994E0,8.7074214E-1,2.8309247E0,3.9693308E-1,3.5742576E0,1.1869305E0,1.744366E-1,1.9562513E-1,2.5367367E0,4.103297E0,8.091785E-1,2.3384908E-1,1.9909788E0,6.2021585E0,3.2219894E0,4.4421134E0,2.4853738E-1,1.9010563E-1,1.3384587E0,1.3481066E0,2.737257E-1,1.802012E-1,6.3165865E0,1.9714968E-1,9.934443E-1,3.0078742E-1,9.438376E0,2.8334722E-1,2.123104E1,2.2590901E-1,2.0098104E0,2.1619466E-1,4.008468E0,2.795521E0,2.2969778E-1,2.8308797E-1,1.8234909E0,3.0942637E-1,2.1764646E0,2.635573E-1,1.5614615E1,1.92704E-1,1.9489053E0,3.2852852E0,1.6415991E-1,4.0319166E-1,9.072147E0,4.9592E0,5.0472903E0,5.749998E-1,3.0626764E0,9.2087173E-1,2.0786908E0,1.3745248E2,4.5465637E1,2.0917953E1,1.6005365E1,5.5227475E0,4.3339767E0,1.737222E1,1.3981346E0,7.211868E-1,2.7017279E0,7.0635855E-1,2.7833502E0,2.3105524E0,4.247515E0,2.1953568E1,2.0553317E0,3.8889858E-1,3.5433018E0,1.0964677E0,1.632007E-1,1.0245435E1,6.0252523E0,1.2127803E1,2.313972E1,2.7539372E0,9.8243284E-1,7.415374E0,2.9180253E-1,5.1184124E-1,2.350644E0,2.9046372E-1,1.4034965E0,2.3765993E0,2.2517323E0,1.989606E0,6.8675265E0,5.2745123E0,1.109101E0,3.3296797E0,6.4206233E0,6.1246705E0,2.6958218E-1,1.979285E-1,1.1948913E0,2.0612511E-1,1.9241688E0,7.0293504E-1,2.9217434E0,3.6044517E0,4.854305E-1,5.583568E-1,6.6195006E0,2.115614E0,2.5415766E-1,1.5034653E0,1.7156498E-1,2.679581E0,8.148148E-1,4.7062106E0,3.647334E-1,9.620636E0,1.8775642E-1,2.2272062E1,4.4299203E-1,1.3279141E0,1.1445903E0,2.5690415E0,2.5E-1,1.3753585E0,6.541639E-1,3.1684083E-1,1.0203983E1,1.8743944E-1,1.09336E0,1.9157281E0,9.1519654E-1,2.8791912E0,6.950663E-1,3.8914204E0,2.118772E-1,1.6320121E-1,1.8277776E0,4.6827608E-1,5.7338824E0,2.4650332E-1,4.19561E0,1.0229528E0,3.1550586E-1,6.104934E0,2.1165228E-1,9.045789E0,3.9258793E-1,4.9008673E-1,3.5183816E0,2.8820708E-1,2.507314E0,2.563364E-1,1.5671544E0,1.9706921E-1,1.9793954E0,2.0030244E-1,1.5414313E1,3.54497E-1,2.9307883E0,8.7961445E0,2.7600288E-1,3.4099102E0,1.5492896E0,1.7588208E0,3.2884693E0,2.9800707E-1,1.7806836E0,5.067248E1,8.678001E1,2.1290144E1,2.4175493E1,3.4717274E0,1.7446226E1,1.5537965E0,1.4451569E1,4.9525523E0,5.7019484E-1,1.2680913E0,3.0658853E0,9.957397E0,7.4148226E0,1.0519496E0,3.461849E-1,2.4303994E0,2.7132845E-1,6.4616156E-1,2.1371887E0,1.9961827E0,3.1436965E-1,2.5570219E0,1.6904932E0,1.9070028E1,2.8835387E0,1.0908754E0,9.644564E-1,1.6653116E-1,3.3767705E0,8.174321E0,2.0711136E0,2.7629666E0,3.2622857E0,4.182639E0,7.9451637E0,2.4553137E0,2.0684406E1,2.1652496E0,5.8868754E-1,7.6648253E-1,2.1595031E-1,1.337095E0,6.078279E0,2.084998E0,2.656461E-1,2.0113777E-1,1.2023587E0,3.7041447E-1,2.0061848E0,1.1341404E0,1.117592E0,4.923159E-1,1.4972901E0,6.2369742E0,6.3055205E-1,1.9537038E0,3.3208084E0,2.5408075E0,7.888724E-1,6.168732E0,2.5189102E-1,1.9650993E-1,5.9281607E0,2.6583928E-1,2.6559043E0,2.3313046E-1,3.3713212E0,6.199141E0,4.203593E-1,2.2405581E-1,1.891558E0,1.3356574E0,1.6780792E-1,3.254345E-1,2.3541465E0,3.3446372E-1,9.286173E0,1.1170725E0,2.58286E-1,5.5865705E-1,9.645326E0,1.7225823E0,1.9314572E-1,3.663475E0,2.2794524E-1,1.7016034E-1,1.6576173E0,4.785241E-1,5.255358E0,4.4352135E-1,3.7520888E0,5.8939964E-1,5.515535E0,4.789222E-1,8.566866E0,1.5011977E1,4.0233657E-1,1.3094684E0,2.100442E0,2.0239043E-1,1.3468992E0,1.2036735E0,5.5514723E-1,2.8441916E0,4.442778E-1,2.4253322E-1,1.5381504E0,2.5552832E1,2.511965E1,2.3609108E1,6.3170902E1,1.5479042E1,5.811103E0,7.793423E0,1.6382069E1,5.188957E-1,2.9528317E0,1.0242236E1,7.20399E0,8.6124855E-1,6.9254804E-1,1.3518319E1,9.3324924E-1,4.6483593E0,3.041931E-1,3.1691363E-1,9.5117766E-1,2.1462563E-1,2.8512597E0,2.3131254E-1,9.726085E0,2.4517822E0,4.963041E0,1.8428423E-1,2.2461152E0,3.037047E-1,1.8334839E0,2.0212948E-1,1.7940532E0,1.9899592E0,5.670626E-1,1.4103901E0,2.80103E-1,1.7632896E1,1.4371327E0,1.6260946E0,1.2574441E0,8.260327E-1,2.6484266E-1,6.001632E-1,7.5741577E0,1.083205E0,1.6797618E0,3.0899622E0,1.7232354E-1,1.3441864E0,2.8384528E0,1.244904E0,6.7002597E0,1.263829E0,1.1914847E0,1.7841471E0,1.8900259E1,1.5255958E0,6.396538E-1,3.748097E-1,3.9167282E-1,5.8996444E0,1.7863455E-1,1.903174E0,1.818239E-1,3.4504843E-1,1.6611364E0,9.153704E-1,2.1877E-1,1.3168222E0,1.8046804E-1,5.397304E-1,5.697244E0,1.7596449E-1,3.144844E0,3.0647784E-1,2.2343297E0,1.473718E0,4.6950145E0,5.62867E0,2.9949027E-1,2.426012E0,2.298921E-1,2.3552981E-1,3.1357913E0,5.8370957E0,3.6204532E-1,2.3008215E-1,9.05609E0,1.8381096E-1,9.461514E0,1.870138E-1,1.5355686E0,3.4606357E0,2.028393E-1,2.913018E-1,3.460787E0,3.7412643E-1,5.1414084E0,2.0079407E-1,8.366073E0,1.4768754E1,2.4322312E-1,2.6793098E-1,1.0415374E0,1.8134015E0,2.8704035E-1,1.0905659E0,2.563333E-1,1.8672943E-1,1.351421E0,8.414055E0,1.7138777E1,9.910236E0,1.5209414E1,3.8723118E0,1.9736795E1,1.1872593E1,5.129831E1,1.4609922E1,8.691199E-1,4.3283315E0,1.4827713E0,4.4749837E0,3.3184397E0,1.3969984E1,2.4120853E0,6.751327E0,3.4909096E0,9.87811E-1,6.216179E0,1.9473962E-1,6.665089E-1,8.685245E-1,1.2649795E1,4.456386E0,1.9197334E-1,1.6503789E-1,2.6862218E0,1.0280674E0,8.698017E0,2.1194395E-1,2.2398381E0,2.6177826E0,2.3452582E0,2.079505E0,1.6661024E-1,1.5928566E0,2.0119663E-1,1.7355173E1,2.7772236E-1,1.2288593E0,2.0827343E-1,2.4870877E-1,1.3773859E0,2.576965E-1,9.9974763E-1,7.07772E-1,6.866386E0,1.2040642E0,4.7569755E-1,5.1260823E-1,2.577354E0,2.1027985E-1,1.1339066E0,9.8955274E-1,1.8489002E0,3.2259935E-1,6.3776603E0,2.1657082E-1,1.0472581E0,8.3434623E-1,3.571385E-1,1.0981866E0,6.859606E-1,1.8678204E1,2.220568E-1,5.6862965E0,2.1334773E-1,3.7549055E-1,5.3217535E0,2.8009908E0,3.438531E-1,2.3612921E-1,1.9982004E0,4.5184884E0,1.7652567E-1,5.459435E0,1.6923518E-1,1.6787852E-1,2.2581336E0,5.646331E0,1.9076487E-1,8.738288E0,3.1780282E-1,9.05111E0,4.1040447E-1,4.1685873E-1,3.0439284E0,4.60525E0,5.3615826E-1,7.744451E0,6.21621E-1,4.1540423E-1,1.435335E1,6.82957E-1,3.5858047E-1,3.0779598E0,5.336095E0,1.5343969E1,1.7948083E0,5.571985E0,4.3382516E0,1.0237338E1,4.972075E0,3.2521317E0,6.201802E-1,1.6634117E1,3.1026783E0,9.574834E0,2.2977598E0,4.5569874E1,5.7284336E0,3.6068983E0,1.1003024E1,2.3803723E0,1.9479592E0,3.5851686E0,8.8981503E-1,2.7123382E0,6.0610145E-1,1.3191761E1,7.782227E-1,3.3404762E-1,2.0780377E0,3.675321E0,3.076006E0,2.8653376E0,6.2557185E-1,1.5013852E0,4.7147937E0,1.7007048E0,1.094909E1,4.123654E0,3.3273208E-1,2.5065823E0,1.7963946E-1,9.467638E-1,7.751253E0,2.0402942E0,1.9954388E-1,1.7034471E0,9.143354E-1,9.000661E-1,1.4451921E0,6.793874E-1,1.6675787E1,1.1235095E0,2.538764E-1,6.304567E0,5.61819E-1,9.23104E-1,2.1080258E-1,1.624251E-1,1.686475E0,4.6671683E-1,5.9109435E0,2.4699426E-1,1.8431208E1,2.2831894E-1,5.0934343E0,1.8218619E0,1.7633851E-1,1.8182836E-1,4.3366604E0,3.192737E-1,5.3270574E0,1.6707915E-1,8.571209E0,3.9142555E-1,8.659685E0,2.8801694E0,1.637588E-1,1.6370311E-1,4.441547E0,7.44073E0,3.0372125E-1,1.6339366E-1,1.4189956E1,1.260211E0,1.8177487E0,2.3033998E0,3.032695E0,2.4800472E0,1.2863922E1,1.2650782E0,4.3069067E0,2.9438493E0,1.3944023E0,9.712304E0,5.2503425E-1,3.033314E0,1.938761E0,3.8758692E-1,2.8645446E0,1.4067507E1,2.566611E0,4.3140322E-1,2.6712751E0,7.208755E0,2.3660789E0,5.374223E-1,1.7603374E0,2.1657584E0,4.3404118E1,2.220184E0,3.5082495E0,1.2503661E0,2.356532E0,1.0195183E1,8.07841E-1,2.1784658E0,2.0190653E-1,2.7992294E0,7.8593916E-1,1.7668703E-1,2.5356512E0,8.3826816E-1,1.2353493E1,1.398651E0,6.793866E-1,2.9386172E0,7.367039E-1,1.3762485E0,1.6997573E0,2.646535E0,2.1880268E-1,3.9654632E0,7.493306E-1,1.3522056E0,9.596885E0,2.189777E-1,3.9046764E0,1.9776037E-1,7.553493E0,1.1906221E0,2.5456995E-1,1.5845328E1,8.30458E-1,5.954614E0,3.499524E-1,3.2969445E-1,1.3567805E0,4.4499493E0,1.4609944E0,2.6782158E-1,1.8163387E1,4.928576E0,1.648584E-1,4.0966578E0,2.4000236E-1,5.1094832E0,2.1757402E-1,8.249607E0,3.2160124E-1,2.8843865E-1,4.153108E0,2.0594168E-1,1.39840145E1,5.7033545E-1,1.2474133E0,1.7885476E0,5.148522E-1,2.7023387E-1,2.7624612E0,1.750638E0,1.1113284E1,3.9104965E0,3.9641005E-1,7.512757E-1,2.1925738E0,5.382459E-1,8.5615635E-1,9.18401E0,5.282947E-1,8.541622E-1,2.1791518E0,1.6097108E0,3.290502E-1,1.7921618E-1,2.6853285E0,4.941064E0,9.126443E0,8.9217347E-1,1.6744375E0,2.4349031E0,2.3637185E-1,6.422771E0,7.859838E-1,1.4470146E0,9.1906416E-1,1.6294059E-1,1.5973969E0,6.499553E-1,1.5158032E0,2.123987E0,4.128013E1,1.3690723E0,8.511118E-1,2.8367128E0,6.7153674E-1,1.02405E0,2.2631603E-1,2.110447E0,2.4608535E-1,9.796898E0,3.982849E-1,1.6867243E-1,2.630557E0,7.51911E-1,1.1601583E1,1.2263186E0,1.723324E-1,2.7577493E0,1.8086784E-1,1.4355924E0,2.6416492E-1,2.3363662E0,3.1016886E-1,3.7578201E0,2.0764294E-1,9.241335E0,3.5554928E-1,3.690519E0,2.1415725E-1,1.8336634E-1,7.3701267E0,1.5547872E1,2.974564E-1,1.7065631E-1,5.783958E0,4.2532377E0,1.9671154E-1,1.790517E1,2.5821644E-1,3.3941707E-1,4.589159E0,1.8778786E-1,4.921695E0,1.3489029E1,4.94985E-1,1.5802379E0,2.0830977E-1,1.6309984E-1,2.5993614E0,1.0533209E1,5.80075E-1,3.7314866E0,1.7900991E-1,1.9940462E0,1.9852751E-1,8.846585E0,3.3742407E-1,3.8766092E-1,1.7914909E0,2.5995958E-1,1.3497512E0,2.403533E0,2.8179562E-1,3.5583308E0,1.3827329E0,8.272165E0,8.54278E-1,1.8612048E-1,1.4883171E0,2.240064E0,1.9483922E-1,9.2519397E-1,5.497577E0,2.2052954E-1,1.226485E0,1.7590456E-1,1.3398987E0,3.7419548E1,3.8605826E0,1.0588459E0,3.1022638E-1,2.7988747E-1,1.8305594E0,9.1205484E-1,8.884843E0,2.3871713E0,2.4338573E-1,5.308719E-1,1.107071E1,2.8879818E-1,2.4689512E0,1.9709644E-1,1.238496E0,2.1629148E0,1.7345126E-1,2.7109745E-1,8.970238E0,1.9993994E-1,3.4905791E0,6.971966E0,3.981607E-1,1.534603E1,2.0184195E-1,1.1658511E0,4.618107E0,1.7686369E-1,4.076374E0,1.7603125E1,3.0204618E-1,2.324645E-1,4.3566947E0,3.0668515E-1,4.6150103E0,1.3058401E0,2.7439773E-1,6.066396E-1,9.926569E0,3.1583098E-1,3.4156556E0,3.618089E-1,8.4847765E0,1.8600196E-1,2.217531E0,8.724901E-1,2.6858408E0,1.1443459E0,2.3838706E-1,7.1784663E0,1.0936987E0,8.0132467E-1,4.6962523E0,1.0376419E0,1.8884315E-1,4.457864E0,3.296168E1,2.1228108E0,1.7377719E0,2.7714026E-1,1.5534191E0,7.6621633E0,1.2226801E0,1.0890132E1,1.805785E-1,2.2616065E0,2.0734479E-1,8.320538E0,6.497002E-1,1.7235616E-1,6.7996097E0,1.3962121E1,1.3839089E0,1.7438744E1,1.6438124E-1,9.589178E0,3.3739057E-1,3.1919878E0,2.236679E-1,6.3607746E-1,7.848699E0,2.3299856E0,3.558551E-1,6.493508E0,6.849584E-1,4.1097975E-1,4.2852726E0,1.7093867E0,2.748477E0,1.197528E0,3.1764154E1,1.2908447E0,8.319661E-1,1.5693918E0,1.6838E-1,5.8848405E0,1.7773225E0,1.3175088E0,9.572623E0,8.108862E0,2.1167542E-1,1.37404E1,2.217209E-1,1.6434044E-1,1.7274403E1,9.384992E0,2.0418705E-1,1.9342914E-1,2.9985585E0,1.2257708E0,6.622928E0,1.7655724E0,5.6441313E-1,3.8480687E-1,6.108701E0,4.121243E0,1.640294E-1,1.5047091E0,2.0467767E-1,4.0943906E-1,2.339038E0,3.0792212E1,9.71944E-1,3.133717E-1,1.2560202E0,9.029985E0,5.426379E-1,7.8107257E0,2.9813653E-1,1.3541396E1,1.9900414E-1,1.693436E1,3.4004202E-1,9.12714E0,2.5785154E-1,1.9612944E-1,2.8024292E0,5.6338177E0,9.8911035E-1,3.774491E-1,5.731252E0,2.6085266E-1,1.2438564E0,2.1037188E0,2.3531921E-1,1.1008838E0,2.9691328E1,4.1446692E-1,8.615519E0,2.6710713E-1,7.5436187E0,4.550063E-1,1.308639E1,8.81578E0,3.113605E-1,5.3422623E0,2.9155537E-1,2.4099258E-1,5.4902596E0,2.9515034E1,1.7629291E-1,1.7066643E-1,8.444852E0,2.8565294E-1,8.530127E0,2.8016207E1,1.4988285E0,1.7280465E-1,8.272047E0,5.301621E0,2.2714584E1,8.103058E0,1.689888E-1,2.6617906E0,2.6398304E0,2.178916E1,9.254248E-1,3.3605593E-1,7.767002E0,2.3541434E0,3.0764717E-1,2.0648406E0,5.749897E-1,2.1463411E1,3.2574815E-1,2.7897555E-1,7.4880266E0,2.7947035E-1,2.0746732E0,1.6552781E0,4.095625E-1,6.154675E-1,2.0847944E1,6.623566E0,8.644605E-1,1.3494502E0,3.058278E-1,1.8046803E1,2.801142E0,4.0645698E-1,6.217109E0,1.6560698E1,1.4861048E0,1.0398989E0,1.7612431E0,4.9389488E-1,5.723214E0,2.1538894E-1,1.6345308E1,4.0198547E-1,1.3592576E0,5.5503798E0,1.7283455E-1,6.6699415E-1,1.5678315E1,6.0379285E-1,1.5074522E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1743","size_leaf_vector":"0"}},{"base_weights":[-3.1210002E-1,-1.753476E-1,-7.1055454E-1,-5.967664E-1,-4.6897154E-2,-8.9261293E-1,-4.170094E-1,-4.119443E-1,-8.785042E-1,-5.4200405E-1,2.2066E-2,-9.036645E-1,-0E0,-2.101609E-1,-9.3645275E-1,-2.153808E-1,-6.259783E-1,-0E0,-6.9286656E-1,-6.690436E-1,-1.1631831E-1,4.119433E-2,-6.381367E-1,-9.2498213E-1,-2.5447538E-1,3.1497467E-1,-1.2685175E-1,-5.7816684E-1,-0E0,-0E0,-9.494303E-1,1.1157125E-1,-3.2913575E-1,-6.677178E-1,-0E0,-4.142312E-1,-8.2826895E-1,-0E0,-5.386611E-1,5.6759614E-2,-7.146525E-1,-0E0,-8.6158633E-1,-9.2974573E-1,-0E0,1.7092307E-1,-5.5550605E-1,4.889492E-1,-0E0,-0E0,-8.235396E-1,2.4878883E-1,-2.1827105E-1,-0E0,-7.526319E-1,5.4414093E-1,-4.933119E-2,-6.481593E-1,-1.07875064E-1,-7.219928E-1,-0E0,-0E0,2.6424715E-1,-6.662556E-1,-9.343012E-3,-0E0,-8.5707515E-1,-2.5626513E-1,2.9905745E-1,-5.3917503E-1,-0E0,7.273724E-2,-6.643783E-1,-0E0,-6.980086E-1,-2.778641E-1,3.232213E-1,-0E0,-6.840691E-1,-7.380198E-1,-3.5412687E-1,-0E0,4.8907173E-1,-2.0559666E-1,4.7126177E-1,-8.998343E-1,-0E0,-2.8868197E-2,7.362029E-1,-0E0,-6.1089414E-1,-0E0,8.6808103E-1,-2.7803525E-1,4.0596407E-2,-0E0,-7.043129E-1,-5.015004E-1,2.7082464E-2,-7.4526775E-1,-0E0,1.5328035E-1,-4.381662E-1,-4.750502E-2,-0E0,4.2632684E-1,-0E0,-7.133567E-1,-0E0,1.502552E-1,-5.3234065E-1,-0E0,-6.744397E-1,-0E0,-4.6789822E-1,-0E0,5.662085E-1,2.4158338E-2,2.0933245E-1,-8.3009595E-1,-0E0,6.9457203E-1,-4.8960757E-4,-0E0,-3.5908E-1,-0E0,6.5899855E-1,-6.614584E-1,-0E0,-0E0,8.074275E-1,-4.6938545E-1,2.0617415E-1,1.4738231E0,-0E0,-7.276545E-1,-0E0,1.4671758E-1,-0E0,-3.898367E-1,6.491114E-1,1.0830458E0,-0E0,5.165256E-1,-1.4945343E-1,-0E0,-8.0772156E-1,-0E0,-7.973349E-2,-0E0,1.0082968E0,-5.5104834E-1,-0E0,-0E0,2.799863E-1,-7.293728E-1,-0E0,-7.323467E-1,-0E0,-3.1792057E-1,2.3610315E-1,-0E0,-7.818599E-1,-0E0,7.0808154E-1,4.5414093E-1,-0E0,-0E0,-7.9134583E-1,-2.8185603E-1,5.005907E-1,-0E0,-5.1322436E-1,-0E0,2.698119E-1,-5.698707E-1,-0E0,3.962083E-2,-0E0,6.3929516E-1,-0E0,-8.662695E-2,7.7556744E-2,-3.6506616E-2,2.7864137E-1,-6.7024565E-1,-0E0,-0E0,2.256909E-1,-0E0,9.7769827E-1,8.092748E-1,-0E0,-0E0,-5.5311465E-1,3.1175223E-1,-0E0,7.460933E-1,-0E0,-6.061379E-1,-0E0,-0E0,4.1725975E-1,1.914943E0,-0E0,-1.4521901E-1,-0E0,-0E0,3.7606624E-1,-4.73337E-1,-0E0,9.049822E-1,-0E0,-0E0,1.3328853E0,4.699684E-1,-2.316896E-1,-0E0,9.0543664E-1,-6.6572064E-1,1.3929363E-1,-3.867282E-2,2.6394784E-1,-0E0,-6.7075384E-1,1.1222762E0,-0E0,-0E0,-6.271297E-1,1.2984356E-1,-0E0,-0E0,3.792963E-1,-0E0,-7.573566E-1,-6.146793E-1,-0E0,-2.8320616E-1,5.345359E-2,-0E0,-4.8082656E-1,5.8046824E-1,-1.823193E-1,-3.145806E-1,4.6977982E-2,-0E0,-7.942118E-1,-0E0,-1.5243815E-1,-0E0,1.199292E0,-6.3971156E-1,-0E0,-3.6539987E-1,-0E0,7.7026993E-1,-0E0,-0E0,-8.992349E-2,-6.372779E-1,-0E0,1.8955691E-1,-0E0,-0E0,-9.403483E-2,-0E0,7.049478E-1,-0E0,-2.3599531E-1,5.1576514E-2,4.600154E-1,-2.7806768E-1,5.533704E-2,2.2789603E-1,9.272589E-1,-0E0,7.2214633E-1,5.492209E-1,-0E0,-5.401093E-1,-0E0,-0E0,3.7153158E-1,1.7639471E0,-0E0,-0E0,-5.5039775E-1,1.1212205E0,-0E0,-0E0,1.5332826E0,-3.2450646E-1,-0E0,1.1860774E0,-0E0,-7.6337945E-1,-0E0,-0E0,5.9022945E-1,-9.9050306E-2,-0E0,3.2310465E-1,-0E0,-0E0,9.122675E-1,-5.1180327E-1,-0E0,1.2858334E-1,-0E0,4.7443193E-1,-0E0,-8.3160263E-1,-0E0,-0E0,2.1972933E-1,-0E0,-5.6099784E-1,-0E0,9.5189923E-1,3.7436467E-1,-5.1654524E-1,-0E0,5.611198E-1,-0E0,-8.110763E-1,1.115155E0,-0E0,-3.2144707E-1,-0E0,-0E0,1.029993E0,-3.809686E-2,-0E0,-0E0,-2.2454375E-1,-0E0,-5.090261E-1,-0E0,2.5844082E-1,7.882733E-1,-0E0,1.26921E-1,-2.058273E-1,-3.6448547E-1,1.0666637E-2,-1.2435106E-1,9.5797166E-2,6.11481E-1,-0E0,-3.5625595E-1,-0E0,2.611733E-1,-1.6746867E-1,9.266713E-2,4.5561135E-1,-0E0,1.0661986E0,6.05042E-1,-0E0,-6.178681E-1,-0E0,-0E0,1.1885083E0,-0E0,1.6725663E0,-0E0,1.4342055E0,-0E0,-6.399453E-1,1.1764968E-1,-3.2143682E-1,-0E0,7.919594E-1,-0E0,5.4199857E-1,-8.551661E-1,-0E0,-0E0,-2.238966E-1,3.2765904E-1,-0E0,-0E0,-6.041677E-1,9.640223E-2,-0E0,1.1654209E0,-0E0,-0E0,-4.654643E-1,7.702301E-1,-0E0,-0E0,-3.443507E-2,-8.4159756E-1,-0E0,1.167839E0,-0E0,-2.2256492E-1,-0E0,8.774414E-1,-0E0,-1.968552E-2,2.7672932E-1,-3.7302768E-1,-0E0,-7.138864E-1,-1.8071766E-1,2.7469197E-1,-2.0766912E-1,-3.3631423E-1,-3.7689168E-2,-0E0,1.5742911E-1,7.2583425E-1,-0E0,-0E0,-9.58577E-2,-4.8252562E-1,-0E0,4.75233E-1,-1.9549182E-1,-0E0,-4.219563E-1,1.6873449E-1,-1.5668894E-1,-0E0,5.307619E-1,-0E0,1.1636304E0,-0E0,-6.910635E-1,9.5999163E-1,-0E0,1.8851626E0,-0E0,-0E0,1.602411E0,3.882923E-1,-0E0,9.31069E-1,-0E0,4.4541645E-1,-0E0,-0E0,-6.8423665E-1,-0E0,-2.0772496E-1,3.2427645E-1,-0E0,-0E0,-6.371801E-1,2.0691347E-1,-0E0,-0E0,-8.935478E-2,-0E0,1.3287289E0,-8.58648E-1,-0E0,-0E0,-2.553402E-1,1.2727168E0,-0E0,7.4474514E-1,-0E0,-2.4925795E-1,6.9535136E-2,3.5657632E-1,-0E0,-5.1396006E-1,-0E0,-1.1800002E-1,3.595358E-1,-0E0,-8.0221885E-1,-3.0180895E-1,1.8414877E-1,-0E0,4.4105035E-1,-0E0,-3.5628334E-1,-4.5410758E-1,-0E0,-0E0,-2.0978056E-1,3.1304106E-2,-3.6962256E-1,1.2906356E-1,8.562434E-1,8.0817354E-1,-0E0,-0E0,-2.1891682E-1,-0E0,-5.271742E-1,-0E0,6.404274E-1,-3.5491323E-1,-0E0,-0E0,8.816061E-2,-5.07508E-1,-0E0,3.6974258E-3,3.95712E-1,5.727754E-3,-4.0062645E-1,2.554916E-1,-1.852434E-1,6.2749016E-1,-0E0,1.2020493E0,-0E0,-0E0,-7.418577E-1,2.0328152E0,-0E0,-0E0,1.6775665E0,-0E0,5.771155E-1,7.953955E-1,-0E0,-5.348335E-1,-0E0,2.5135556E-1,-0E0,-0E0,-1.5435153E-1,1.4486835E0,-0E0,-0E0,-6.765641E-1,-0E0,5.5632938E-2,-0E0,1.3513312E0,-4.2178187E-1,-0E0,-0E0,4.3374115E-1,4.2396435E-1,-0E0,-1.538756E-1,4.0067475E-2,-0E0,-5.6916046E-1,-3.553003E-2,-0E0,-3.0522066E-1,-0E0,5.6762314E-1,-0E0,-6.4989823E-1,-0E0,-0E0,-7.2615516E-1,4.0909874E-1,-0E0,-0E0,-1.08936444E-1,6.238221E-1,-0E0,-4.925677E-1,-0E0,-0E0,-6.306393E-1,-8.92704E-2,1.2639722E-1,-0E0,-5.256471E-1,-1.8076898E-1,1.0547283E-1,-0E0,-4.8864505E-1,-1.8370371E-2,1.6358401E-1,-0E0,1.0761832E0,-0E0,9.107136E-1,-0E0,-2.184896E-1,-5.7798666E-1,-0E0,-7.4161276E-2,-0E0,7.5345725E-1,-0E0,-0E0,-3.090761E-1,-0E0,1.458645E-1,-4.1935205E-1,-0E0,2.0984109E-1,-1.9332062E-1,-1.12755135E-1,5.081659E-1,-0E0,2.1141525E-1,-6.402419E-1,-0E0,-0E0,3.6467952E-1,-6.018608E-1,-0E0,6.853043E-1,-0E0,-4.6741236E-2,7.701984E-2,-0E0,1.2329831E0,-7.809912E-1,-0E0,-0E0,2.110499E0,1.4161066E0,-0E0,5.091137E-1,-0E0,-0E0,2.1654321E-1,-1.4015818E-1,-0E0,1.5661222E0,-0E0,-0E0,1.4022934E0,-5.005326E-1,-0E0,-0E0,3.3536814E-2,-0E0,-1.4467977E-1,5.8196115E-1,-0E0,4.8184574E-1,-0E0,-0E0,-4.215122E-2,-3.081943E-1,-0E0,2.2964187E-1,-0E0,-0E0,-5.9748304E-1,-3.3303216E-1,-0E0,8.209224E-2,-0E0,-0E0,-4.3041137E-1,1.4956932E-1,-0E0,-0E0,7.5520027E-1,1.149393E-1,-3.8062137E-1,-0E0,-7.985747E-1,-0E0,6.563098E-1,-0E0,8.528769E-1,-4.3523875E-1,-0E0,-6.771619E-1,-0E0,3.5648814E-3,-2.8616014E-1,-0E0,4.177778E-1,-0E0,-5.8558726E-1,-5.3412414E-1,-0E0,-0E0,2.9940534E-1,-0E0,-5.715954E-1,6.265943E-2,-2.4549885E-1,2.0920266E-1,-0E0,-0E0,1.2100322E0,9.513846E-1,-0E0,-0E0,-6.1247504E-1,-9.861825E-2,-0E0,-0E0,8.096731E-1,-2.8891418E-2,4.023416E-1,-3.899411E-1,2.2470501E-1,-0E0,-3.01946E-1,6.1250645E-1,-0E0,-0E0,-7.215945E-2,2.949744E-1,-0E0,-0E0,-7.945527E-1,3.2851318E-1,-0E0,-0E0,-7.724069E-1,-0E0,7.354635E-1,-0E0,-2.1349066E-1,-0E0,2.6445112E-1,1.272954E0,-0E0,-0E0,-6.237565E-1,1.7894933E0,-0E0,-0E0,1.7708054E0,1.1458628E0,-0E0,-5.8279294E-1,-0E0,-6.368789E-2,-0E0,2.1513584E-1,-0E0,1.4411741E-1,-0E0,-3.8272226E-1,-0E0,5.1315945E-1,-0E0,-0E0,5.278734E-1,-2.7877334E-1,-0E0,-0E0,2.9554224E-1,-6.2052125E-1,-0E0,-2.7366945E-1,-0E0,-0E0,1.6493648E-1,-5.1166207E-1,-0E0,2.588063E-1,-0E0,-6.0186815E-2,-0E0,6.582804E-1,-0E0,-5.405071E-2,2.629839E-1,-4.8971102E-1,-0E0,-8.386605E-1,-0E0,-0E0,8.008365E-1,9.6531475E-1,-0E0,-0E0,-7.41063E-1,2.547186E-1,-6.85192E-2,-3.861117E-1,-0E0,-3.8037667E-1,1.1172841E-1,6.1748016E-1,-0E0,-6.267944E-1,-0E0,-0E0,-6.6563314E-1,-3.227862E-1,2.2274539E-1,5.1243544E-1,-4.6680935E-2,5.062356E-1,-0E0,-6.419459E-1,-0E0,-5.9597E-2,2.2262807E-1,-6.0098124E-1,-0E0,-9.830376E-2,2.3394649E-1,-1.8421127E-1,7.905328E-2,1.2568059E0,-0E0,9.886777E-1,-0E0,-0E0,-6.475811E-1,-0E0,8.570922E-1,-2.2673976E-1,9.295468E-3,-0E0,6.1340684E-1,-0E0,-5.711326E-1,6.1215013E-1,-0E0,-2.621632E-1,-0E0,7.282734E-1,-0E0,1.4812775E-1,-1.5357968E-2,-0E0,-2.0367752E-1,3.7358212E-1,-0E0,-0E0,-8.5499066E-1,-0E0,-6.6750646E-1,-0E0,7.7904093E-1,-2.941976E-1,-0E0,2.6178545E-1,-0E0,1.0157175E0,-0E0,1.4330561E0,-0E0,-6.340063E-1,-0E0,2.2188756E-1,-0E0,2.7580947E-1,-0E0,-4.159746E-1,-0E0,-0E0,5.6905156E-1,-0E0,-6.6980493E-1,1.8632834E-1,-0E0,-0E0,-5.900307E-1,2.4134529E-1,-0E0,-6.1868817E-2,-0E0,-0E0,-1.3836436E-1,4.0660533E-1,-0E0,-6.830634E-1,-0E0,9.1375154E-1,-0E0,1.0270715E0,-0E0,-7.780949E-1,-0E0,-0E0,3.4629247E-1,-0E0,-2.2642992E-1,-0E0,-4.544406E-1,-4.8489764E-1,-0E0,2.653023E-1,-0E0,5.347445E-1,-0E0,-0E0,-5.4405016E-1,-0E0,-7.178129E-1,-4.2869946E-1,-0E0,-0E0,4.3259677E-1,-0E0,9.010938E-1,1.640131E-1,-1.5732712E-1,6.544589E-1,-0E0,9.015111E-2,-2.9735005E-1,-6.959843E-1,-0E0,-0E0,-1.9923775E-1,-0E0,3.3348414E-1,-6.385783E-1,-0E0,-0E0,2.7954942E-1,-2.6760197E-1,-0E0,1.4737704E-1,4.4871244E-1,-3.232031E-1,-0E0,3.2439196E-1,-0E0,-0E0,1.0117335E0,1.0630572E0,-0E0,-0E0,-6.721631E-1,-0E0,8.9971215E-1,-3.5266167E-1,-0E0,2.8509375E-1,-0E0,-0E0,1.13261774E-1,-0E0,7.4813265E-1,-7.500438E-2,1.8138738E-1,-0E0,-6.182758E-1,8.184697E-1,-0E0,-0E0,8.123499E-1,1.1954368E-1,-0E0,-2.3892063E-1,-0E0,-3.5223213E-1,-0E0,3.518986E-1,-0E0,-9.3145937E-1,-0E0,-0E0,8.3647066E-1,-0E0,-2.4687447E-1,-0E0,-5.456632E-1,-0E0,3.4784886E-1,-0E0,-4.6547872E-1,-0E0,6.019411E-1,-6.8449897E-1,-0E0,-0E0,-6.161439E-1,5.871341E-1,-0E0,-8.28532E-2,-0E0,9.887699E-1,-0E0,-0E0,8.683639E-1,-0E0,-6.188706E-1,-0E0,4.3954664E-1,-0E0,-3.269721E-1,-0E0,-5.4326993E-1,-0E0,-5.2878463E-1,4.099443E-1,-0E0,-7.492928E-1,-0E0,-0E0,-4.3034685E-1,-3.1027738E-2,-0E0,5.9720767E-1,-0E0,9.556453E-1,-0E0,-0E0,7.953198E-1,-2.4249594E-1,1.5869232E-1,-0E0,8.552443E-1,3.242988E-1,-0E0,-4.3798053E-1,-0E0,-7.63449E-1,-0E0,-0E0,-3.1249824E-1,-0E0,4.4098127E-1,-5.209623E-1,-0E0,-0E0,-1.3257667E-1,3.7372172E-1,-0E0,-0E0,-3.940005E-1,2.1002674E-1,-3.2006672E-1,-0E0,5.795507E-1,-4.792797E-1,-0E0,-0E0,4.726187E-1,-1.6811731E-1,-0E0,1.0969315E0,-0E0,-6.9117546E-1,-0E0,-0E0,9.2679936E-1,-0E0,-4.1007215E-1,-0E0,2.5976953E-1,-0E0,-1.2419427E-1,2.025818E-1,-0E0,9.638509E-1,-0E0,-2.2444922E-1,-0E0,2.9474956E-1,-0E0,-6.709342E-1,-0E0,6.7996824E-1,-0E0,8.90593E-1,-0E0,-0E0,1.1697114E-1,-6.6854425E-2,-0E0,-0E0,-3.2764572E-1,-0E0,-3.0932018E-1,-0E0,-9.785984E-1,-0E0,8.755912E-1,-0E0,3.955841E-1,-0E0,-4.199646E-1,-0E0,6.2509394E-1,-0E0,-5.416551E-1,-0E0,-6.303676E-1,-0E0,7.07343E-1,8.2868356E-1,-0E0,4.9241266E-1,-0E0,-0E0,-4.1420284E-1,-0E0,-6.545142E-1,-0E0,-4.3499166E-1,-0E0,4.8986807E-1,-5.961709E-1,-0E0,-0E0,7.317401E-1,-2.0166157E-2,1.7111534E-1,-0E0,-3.1069446E-1,-0E0,4.1849506E-1,3.8359344E-2,-0E0,9.249714E-1,-0E0,4.0949258E-1,-0E0,-0E0,-3.853185E-1,-0E0,-8.117899E-1,-3.5777506E-1,-0E0,-0E0,5.0741434E-1,-1.9894147E-1,-0E0,-4.3585137E-1,-0E0,2.0594541E-2,2.7949595E-1,-0E0,-4.2691463E-1,-2.2338769E-1,-0E0,-0E0,6.4571613E-1,-5.731175E-1,-0E0,5.4418355E-1,-0E0,-3.1996953E-1,-0E0,-0E0,2.9587388E-1,-0E0,1.1303242E0,-0E0,-5.700097E-1,9.533305E-1,-0E0,-0E0,-4.681413E-1,-0E0,-2.9986274E-1,-0E0,2.0958126E-1,-0E0,1.0536195E0,-0E0,-3.1184024E-1,-0E0,3.3073682E-1,-7.1376604E-1,-0E0,9.4564104E-1,-0E0,-0E0,-1.017752E0,-0E0,9.247526E-1,4.2029646E-1,-0E0,6.716515E-1,-0E0,-0E0,-5.1131475E-1,8.5805196E-1,-0E0,-0E0,5.2884954E-1,-4.935776E-1,-0E0,-0E0,-7.066151E-1,4.3448898E-1,-0E0,7.809092E-1,-0E0,-0E0,-2.3117821E-1,3.816682E-1,-0E0,1.6660097E-1,-0E0,-3.8572174E-1,-0E0,-0E0,6.57704E-1,-0E0,1.9939117E-1,1.0744274E0,-0E0,5.4369223E-1,-0E0,-0E0,-6.639505E-1,-3.234998E-1,-0E0,5.796069E-1,-0E0,-0E0,-2.1265103E-1,-3.613798E-1,-0E0,1.5107013E-1,-2.1208826E-1,3.625891E-1,-0E0,-5.1671314E-1,-0E0,-0E0,-3.336622E-1,7.029622E-1,-0E0,-6.387446E-1,-0E0,-0E0,5.887983E-1,-4.6482834E-1,-0E0,-6.6006005E-2,-0E0,4.0289602E-1,-0E0,1.1700232E0,-0E0,9.912366E-1,-0E0,-0E0,-5.112976E-1,-0E0,-3.8027138E-1,1.0896952E0,-0E0,-2.5737962E-1,-0E0,-7.4886465E-1,-0E0,-0E0,7.505922E-1,-8.106834E-1,-0E0,-0E0,9.592327E-1,3.4914327E-1,-0E0,-0E0,7.1853006E-1,9.375368E-1,-0E0,4.333578E-1,-0E0,-4.1845354E-1,-0E0,-0E0,-5.727504E-1,8.111163E-1,-0E0,-3.967192E-1,-0E0,4.7373396E-1,-0E0,-0E0,1.4085531E-1,-4.8568976E-1,-0E0,-0E0,6.90467E-2,5.7375234E-1,-0E0,2.0396228E-1,-0E0,1.1599375E0,-0E0,-0E0,4.5500058E-1,-0E0,6.676172E-1,3.5126573E-1,-0E0,-4.0383056E-1,-0E0,-0E0,3.9850056E-1,1.2670389E-2,-2.1660763E-1,-0E0,-5.553286E-1,-0E0,-4.4711348E-1,-0E0,7.2723657E-1,-0E0,-6.906483E-1,-0E0,6.306189E-1,-0E0,-4.3745592E-1,-0E0,-1.2442209E-1,-0E0,3.5365474E-1,-0E0,1.2336984E0,1.0122536E0,-0E0,-0E0,-5.381075E-1,-0E0,-4.3352553E-1,8.6987257E-1,-0E0,-7.798298E-1,-0E0,9.738649E-1,-0E0,-0E0,7.6744765E-1,1.0078883E0,-0E0,8.389535E-1,-0E0,-4.9227482E-1,-0E0,5.5934095E-1,-0E0,-0E0,-5.710831E-1,8.110091E-2,-1.4588211E-1,1.8519329E-1,-0E0,-0E0,1.2622322E0,-0E0,7.3227406E-1,-0E0,4.9839386E-1,-1.9255506E-1,1.515433E-1,-0E0,-5.675161E-1,-0E0,4.6122077E-1,-0E0,2.2581099E-1,-0E0,-3.0933917E-1,-5.9317046E-1,-0E0,-5.072283E-1,-0E0,7.735308E-1,-0E0,-0E0,-7.344499E-1,6.8915176E-1,-0E0,1.265914E0,-0E0,8.1930727E-1,-0E0,-0E0,-4.3915012E-1,-3.6546394E-1,-0E0,-8.046115E-1,-0E0,-0E0,1.0072787E0,-0E0,8.016753E-1,-0E0,1.0760539E0,7.0231485E-1,-0E0,-0E0,-4.4238815E-1,4.6670958E-1,-0E0,-6.037981E-1,-0E0,2.5342938E-1,-0E0,-1.7727642E-1,-0E0,-0E0,3.0043158E-1,1.3056927E0,-0E0,6.1194307E-1,-0E0,6.113714E-1,-0E0,-3.6657128E-1,-0E0,2.6437595E-1,-0E0,-6.70996E-1,-0E0,1.2270549E-1,-1.10914946E-1,-0E0,5.055959E-1,-0E0,3.5580853E-1,-0E0,-2.757263E-1,-6.3371336E-1,-0E0,-0E0,-4.3742877E-1,7.9479736E-1,-0E0,-0E0,-7.812307E-1,7.3794E-1,-0E0,1.2999103E0,-0E0,-8.228074E-1,-0E0,-0E0,1.0642904E0,-0E0,8.824106E-1,8.80057E-1,-0E0,-6.3424164E-1,-0E0,-0E0,3.3278468E-1,-0E0,2.5253206E-1,1.3353354E0,-0E0,-0E0,7.00374E-1,-0E0,-4.5955855E-1,4.086387E-1,-0E0,-0E0,-5.6324846E-1,3.050827E-1,-0E0,-0E0,-1.3929522E-1,-0E0,5.7108283E-1,-0E0,3.4196594E-1,-5.0989985E-1,-0E0,8.3677554E-1,-0E0,-6.251641E-1,-0E0,-0E0,7.744213E-1,-0E0,1.0363963E0,-0E0,-8.612235E-1,5.760582E-2,-0E0,1.0818517E0,-0E0,-0E0,7.793106E-2,9.3818444E-1,-0E0,-6.612311E-1,-0E0,2.8055507E-1,-0E0,1.4303979E0,-0E0,-0E0,7.560771E-1,-5.5826324E-1,-0E0,3.5852358E-1,-0E0,-0E0,3.9797735E-1,1.0613E-1,-0E0,5.8866066E-1,-0E0,1.2757093E-1,9.7936934E-1,8.0270255E-1,-0E0,-0E0,-6.841542E-1,8.661053E-1,-0E0,-0E0,1.6135982E-1,-0E0,9.5559365E-1,-6.9474286E-1,-0E0,-0E0,1.4828423E0,-0E0,6.3493353E-1,-5.2434415E-1,-0E0,-0E0,3.9557832E-1,2.8460154E-1,-0E0,-1.21235706E-1,-0E0,6.025357E-1,-0E0,2.632541E-1,-0E0,1.0015143E0,-0E0,-0E0,6.4975464E-1,9.9258465E-1,-0E0,-0E0,-7.154144E-1,1.1985722E0,-0E0,2.963971E-1,-0E0,-1.9276217E-1,-0E0,-0E0,6.210987E-1,3.154134E-1,-0E0,-0E0,1.0137979E0,1.0377017E0,-0E0,-0E0,-7.283918E-1,6.312059E-1,-0E0,-0E0,3.677868E-1,8.0192786E-1,-0E0,-0E0,1.0607781E0,-5.7773083E-1,-0E0,-0E0,6.4381826E-1,-0E0,3.3062756E-1,1.0812676E0,-0E0,-0E0,6.533459E-1,8.530586E-1,-0E0,-0E0,6.8076026E-1,5.369222E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":5,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,-1,-1,35,37,39,41,43,45,47,-1,49,51,-1,53,55,57,59,61,63,65,67,69,71,73,75,77,79,-1,81,-1,-1,-1,83,85,87,89,-1,-1,91,93,95,97,99,101,103,105,107,109,-1,111,113,115,-1,-1,117,119,121,-1,123,125,-1,-1,-1,127,-1,129,131,133,135,137,139,141,143,145,147,149,151,153,-1,155,157,159,161,-1,163,-1,-1,-1,165,-1,167,-1,169,171,-1,-1,173,175,177,179,181,183,185,187,189,-1,-1,-1,-1,191,193,195,-1,197,199,201,203,205,-1,-1,207,-1,209,211,213,215,217,219,221,223,-1,-1,-1,225,227,229,-1,231,233,-1,235,237,239,241,243,245,247,249,-1,-1,-1,251,253,255,-1,-1,257,-1,259,-1,261,263,265,-1,267,269,271,273,-1,-1,-1,-1,-1,-1,275,-1,-1,-1,277,-1,-1,-1,279,-1,-1,281,283,-1,-1,-1,-1,-1,285,-1,287,-1,-1,289,-1,291,-1,293,295,297,299,301,-1,-1,303,-1,-1,305,307,-1,-1,309,-1,311,-1,-1,-1,313,-1,315,317,319,-1,321,-1,323,-1,-1,-1,325,-1,-1,327,-1,329,331,-1,333,335,-1,337,-1,-1,-1,-1,339,341,343,345,347,349,351,353,355,-1,-1,357,-1,-1,-1,-1,-1,-1,-1,-1,359,361,-1,-1,363,-1,-1,365,-1,367,-1,369,371,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,373,-1,375,377,-1,379,-1,381,383,385,-1,387,-1,389,391,393,-1,-1,-1,-1,-1,395,-1,-1,-1,397,-1,-1,-1,-1,399,-1,401,403,405,407,409,411,413,415,417,-1,419,421,423,425,-1,427,-1,-1,429,-1,-1,431,-1,433,-1,435,-1,-1,437,-1,-1,439,-1,441,443,-1,-1,445,447,-1,-1,449,451,453,455,-1,-1,-1,-1,-1,-1,-1,457,459,461,-1,-1,-1,463,-1,465,467,469,471,473,475,477,479,481,483,485,487,489,-1,-1,491,493,-1,495,497,499,501,503,505,507,509,-1,511,-1,513,-1,-1,515,-1,-1,517,519,-1,521,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,523,525,-1,-1,527,-1,529,531,-1,533,-1,535,-1,-1,-1,537,539,541,543,545,547,549,551,-1,553,555,557,559,561,-1,563,565,-1,567,569,571,573,575,577,579,-1,-1,581,-1,583,585,587,589,-1,-1,591,593,-1,595,597,599,601,603,605,607,609,611,-1,-1,613,615,-1,-1,617,-1,619,-1,-1,-1,-1,621,-1,-1,623,625,-1,-1,-1,-1,-1,-1,627,629,631,633,635,637,639,641,643,-1,645,647,649,651,653,655,-1,-1,-1,657,659,661,-1,-1,-1,663,-1,665,-1,-1,667,669,671,-1,673,675,677,-1,679,681,683,-1,685,-1,687,-1,-1,689,-1,691,-1,693,-1,-1,-1,-1,-1,-1,-1,695,697,699,701,703,705,707,-1,-1,709,711,-1,713,-1,715,717,-1,719,721,-1,-1,723,-1,-1,-1,-1,-1,-1,-1,-1,725,-1,-1,727,729,-1,731,733,735,737,739,-1,741,-1,-1,-1,743,-1,745,-1,-1,747,749,-1,751,-1,-1,753,755,757,-1,759,761,763,-1,765,-1,767,-1,769,-1,-1,771,-1,773,775,777,779,-1,781,783,785,787,789,-1,791,793,795,797,799,-1,801,803,-1,-1,805,-1,-1,-1,807,809,811,813,815,-1,817,819,821,-1,823,825,-1,-1,827,-1,-1,-1,829,-1,831,-1,833,-1,835,837,-1,-1,-1,-1,-1,-1,839,-1,-1,841,-1,-1,-1,843,-1,845,-1,847,-1,-1,-1,-1,849,-1,-1,-1,-1,851,-1,-1,-1,-1,853,855,-1,857,-1,859,-1,-1,-1,861,863,-1,-1,865,-1,-1,867,869,-1,-1,871,873,875,877,-1,879,881,883,-1,885,-1,-1,887,889,891,893,895,897,899,901,-1,903,905,907,909,911,913,915,917,919,-1,921,-1,-1,923,-1,925,927,929,931,933,935,937,939,-1,-1,-1,941,943,-1,945,-1,947,949,-1,-1,951,-1,-1,-1,953,955,-1,-1,-1,-1,-1,-1,-1,957,-1,-1,-1,959,-1,961,-1,-1,963,-1,965,-1,-1,-1,967,-1,-1,-1,-1,-1,-1,969,971,-1,-1,973,-1,975,-1,977,-1,-1,979,-1,981,-1,983,985,-1,987,-1,-1,-1,-1,-1,-1,989,991,-1,993,995,-1,997,999,1001,1003,-1,1005,1007,1009,-1,-1,1011,-1,1013,1015,-1,1017,1019,1021,-1,1023,1025,1027,-1,1029,1031,-1,-1,1033,-1,-1,1035,-1,1037,1039,-1,1041,-1,1043,1045,-1,1047,1049,1051,-1,1053,1055,-1,-1,1057,1059,1061,1063,-1,1065,-1,-1,-1,1067,-1,-1,1069,-1,-1,-1,-1,-1,1071,-1,1073,-1,1075,1077,-1,-1,1079,1081,-1,-1,-1,1083,-1,-1,-1,-1,-1,-1,1085,-1,1087,-1,1089,-1,1091,1093,-1,1095,-1,-1,-1,-1,-1,1097,-1,-1,-1,1099,-1,1101,1103,1105,1107,1109,-1,1111,-1,1113,-1,-1,1115,-1,1117,-1,-1,-1,1119,-1,-1,-1,1121,1123,1125,1127,1129,1131,-1,-1,1133,1135,1137,1139,-1,1141,-1,-1,1143,-1,1145,-1,-1,-1,1147,1149,-1,1151,-1,1153,-1,1155,-1,1157,-1,-1,-1,1159,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1161,-1,1163,-1,1165,-1,-1,-1,1167,-1,-1,-1,1169,-1,1171,-1,-1,1173,-1,-1,1175,-1,1177,-1,-1,-1,1179,-1,-1,-1,1181,1183,1185,1187,1189,-1,1191,1193,-1,1195,-1,1197,-1,-1,-1,-1,1199,1201,-1,-1,1203,1205,-1,1207,-1,1209,1211,-1,1213,1215,-1,-1,1217,1219,-1,1221,-1,1223,-1,1225,1227,-1,1229,-1,-1,1231,-1,-1,1233,-1,1235,-1,-1,-1,1237,-1,1239,-1,-1,1241,-1,1243,-1,-1,1245,-1,1247,1249,-1,1251,-1,-1,-1,1253,-1,-1,1255,1257,-1,-1,1259,-1,-1,1261,-1,-1,1263,1265,-1,1267,-1,1269,1271,-1,1273,-1,1275,1277,-1,1279,-1,-1,-1,-1,-1,1281,-1,-1,-1,-1,-1,1283,1285,1287,1289,1291,-1,-1,1293,1295,-1,1297,-1,-1,1299,1301,-1,1303,-1,1305,-1,1307,-1,1309,-1,-1,1311,-1,1313,1315,-1,-1,-1,1317,-1,-1,-1,-1,-1,-1,1319,-1,-1,-1,1321,1323,-1,-1,-1,-1,-1,-1,-1,1325,-1,1327,-1,1329,-1,-1,-1,1331,1333,-1,1335,-1,-1,-1,-1,1337,-1,-1,-1,-1,1339,1341,1343,1345,-1,-1,1347,1349,1351,-1,1353,-1,1355,-1,1357,-1,1359,-1,1361,-1,-1,-1,-1,-1,-1,-1,1363,1365,-1,-1,1367,-1,1369,-1,-1,1371,-1,1373,-1,-1,1375,1377,-1,1379,-1,1381,-1,1383,-1,-1,1385,1387,1389,1391,-1,-1,1393,-1,1395,-1,1397,1399,1401,-1,1403,1405,1407,-1,1409,-1,1411,1413,-1,1415,-1,1417,-1,-1,1419,1421,-1,1423,-1,-1,-1,-1,-1,-1,-1,1425,-1,-1,1427,-1,1429,-1,1431,-1,-1,-1,-1,-1,-1,1433,-1,1435,-1,-1,-1,-1,1437,1439,-1,-1,-1,1441,-1,1443,-1,1445,-1,1447,-1,1449,1451,-1,1453,-1,1455,-1,-1,1457,-1,-1,-1,1459,-1,-1,1461,1463,-1,1465,-1,1467,-1,1469,1471,1473,1475,-1,-1,1477,-1,-1,1479,-1,-1,1481,-1,-1,1483,-1,1485,1487,-1,-1,-1,1489,-1,-1,-1,1491,1493,-1,-1,-1,-1,1495,-1,-1,-1,-1,1497,-1,-1,-1,1499,-1,-1,1501,-1,-1,1503,1505,-1,1507,-1,-1,-1,1509,-1,-1,1511,1513,-1,-1,-1,-1,1515,1517,1519,1521,-1,1523,1525,1527,-1,-1,-1,-1,-1,-1,-1,-1,1529,1531,-1,-1,1533,-1,-1,-1,-1,-1,-1,1535,-1,1537,-1,1539,-1,1541,-1,1543,-1,-1,-1,1545,-1,-1,1547,-1,-1,-1,-1,-1,-1,-1,1549,1551,-1,-1,1553,1555,-1,-1,1557,1559,-1,-1,1561,-1,-1,-1,1563,-1,-1,-1,1565,-1,-1,1567,-1,-1,1569,-1,-1,-1,1571,-1,-1],"loss_changes":[6.2038544E1,4.606395E1,1.4180283E1,8.9305725E0,2.3192514E1,1.8645477E0,1.1146143E1,4.2960567E0,3.9867783E-1,3.6618252E0,6.7584014E0,1.1446838E0,1.740232E-1,6.4009323E0,3.3620834E-1,2.7533684E0,1.8921566E0,0E0,0E0,1.1003895E0,1.2904074E0,6.032736E0,1.9916453E0,5.1908875E-1,2.119103E0,2.802207E-1,0E0,4.2945633E0,2.9897888E0,0E0,1.632061E-1,1.5923202E0,2.9227023E0,1.2859554E0,1.3183618E-1,2.101777E0,8.714504E-1,1.3239754E0,7.114178E-1,5.85361E0,1.8571095E0,4.4691268E-1,1.6213417E-1,1.2159729E-1,0E0,5.2744263E-1,0E0,0E0,0E0,9.709264E-1,1.5171251E0,4.1409645E0,3.161988E0,0E0,0E0,1.2927846E0,4.5134634E-1,9.1864586E-1,2.2616866E0,1.1821117E0,9.236544E-1,5.728507E-3,1.7527983E-1,4.1225815E-1,1.4640523E0,0E0,8.8121414E-2,6.8014145E-1,5.9241295E-1,0E0,0E0,3.3937705E0,1.5668659E0,4.2430714E-1,0E0,3.3999246E-1,5.053065E-1,0E0,0E0,0E0,1.3322253E0,0E0,7.844221E-1,1.0720978E0,2.5469935E0,5.700064E-1,2.4393043E-2,3.6086273E0,2.3927236E0,1.7968438E0,1.7885404E0,1.774306E-2,7.908282E-1,8.285055E-1,2.8778192E-1,0E0,3.198099E-1,7.535856E-1,1.6533546E0,6.0824394E-1,0E0,9.960892E-1,0E0,0E0,0E0,2.1045282E-1,0E0,3.904624E-1,0E0,1.5744559E0,5.4499924E-1,0E0,0E0,1.0435157E-1,3.2358336E-1,5.752606E-3,2.981676E-1,2.4166431E0,2.599245E0,1.617055E-1,7.9379305E-2,6.165515E-1,0E0,0E0,0E0,0E0,2.0613188E-1,2.4852157E-1,1.779198E-1,0E0,3.07822E-1,5.339092E-1,1.699785E-1,1.3988519E0,6.261382E-2,0E0,0E0,1.8008292E-1,0E0,5.2490115E-1,9.0277433E-1,1.4963036E0,7.429349E-1,1.8574578E0,2.5040529E0,1.2261515E-1,4.4118357E-1,0E0,0E0,0E0,5.4145E-1,2.564001E-1,2.9847564E-2,0E0,2.0948344E-1,4.572382E-1,0E0,3.0276847E-1,2.9419944E-1,4.7390413E-1,2.8648186E0,3.9877713E-1,3.6336517E-1,6.7492455E-2,1.3495928E0,0E0,0E0,0E0,3.1856441E-1,1.2165739E-1,1.351332E0,0E0,0E0,2.0737689E-2,0E0,2.2798777E-1,0E0,8.2560524E-2,2.2255389E-2,2.5640643E-1,0E0,1.873348E0,2.2850938E0,8.4335715E-1,2.3897724E0,0E0,0E0,0E0,0E0,0E0,0E0,6.548351E-2,0E0,0E0,0E0,2.9354417E-1,0E0,0E0,0E0,3.824365E-1,0E0,0E0,3.2375053E-2,6.8422604E-1,0E0,0E0,0E0,0E0,0E0,6.513138E-1,0E0,9.8299193E-1,0E0,0E0,1.8195877E0,0E0,2.540414E-1,0E0,1.31773E0,6.9408655E-1,8.549794E-1,2.3286724E-2,1.4444682E-1,0E0,0E0,1.4921284E-1,0E0,0E0,3.198719E-2,1.1389503E-2,0E0,0E0,2.3625934E-1,0E0,4.5481586E-1,0E0,0E0,0E0,1.0672459E-1,0E0,3.3580208E-1,1.9738069E0,1.6285748E0,0E0,4.091254E-1,0E0,3.8148117E-1,0E0,0E0,0E0,2.5842166E-1,0E0,0E0,6.5505E-2,0E0,1.4058974E0,3.6579103E-3,0E0,9.084363E-2,6.8650246E-3,0E0,1.3648279E-1,0E0,0E0,0E0,0E0,2.6988435E-1,1.9498322E0,1.9655445E0,2.0598993E0,1.6345847E0,4.750979E-1,9.1513807E-1,2.662622E0,1.0858107E0,0E0,0E0,3.5046613E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.611038E-1,1.4119196E-1,0E0,0E0,6.236229E-1,0E0,0E0,1.3787808E0,0E0,2.2957969E-1,0E0,4.6408334E-1,6.0509026E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.1161703E-1,0E0,4.2146397E-1,1.0334836E-1,0E0,1.2120601E-1,0E0,1.8071735E-1,2.593489E-2,1.9669676E0,0E0,3.5224426E-1,0E0,5.943701E-1,3.020547E-3,3.8194275E-1,0E0,0E0,0E0,0E0,0E0,6.872935E-1,0E0,0E0,0E0,5.2313507E-2,0E0,0E0,0E0,0E0,2.733314E-1,0E0,1.3762245E0,8.8612604E-1,1.3572445E0,9.727193E-1,5.2791303E-1,1.4053187E0,1.09161E0,2.2108939E-2,4.8020804E-1,0E0,1.4592128E0,4.4892508E-1,1.3384869E0,1.2320824E0,0E0,8.3056116E-1,0E0,0E0,5.8246803E-1,0E0,0E0,3.338933E-2,0E0,6.320381E-1,0E0,1.0232329E0,0E0,0E0,3.2026938E-1,0E0,0E0,4.563402E-1,0E0,1.756382E-2,2.6180458E-1,0E0,0E0,3.1085938E-2,1.0968578E-1,0E0,0E0,1.2659907E-1,8.276463E-2,1.9210795E-2,1.3546839E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.6261826E-1,2.3054317E-1,6.6878986E-1,0E0,0E0,0E0,1.4980316E-1,0E0,6.5507674E-1,7.583039E-1,5.7945275E-1,5.389051E-1,2.8150558E-1,1.3024173E0,7.957431E-1,3.995512E-1,7.922168E-1,2.294932E-1,1.1939155E0,1.6889479E0,8.569889E-1,0E0,0E0,8.1968695E-2,2.3726594E-1,0E0,1.1483855E0,1.7239273E-1,1.4838941E-2,2.068739E-1,1.7112509E0,9.25748E-1,2.9251763E-1,1.5253334E0,0E0,2.0558548E-1,0E0,4.6963406E-1,0E0,0E0,8.910694E-1,0E0,0E0,2.0643377E-1,3.466284E-1,0E0,1.17375374E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2957215E-1,3.615766E-2,0E0,0E0,3.289432E-2,0E0,9.123392E-1,1.6785812E-1,0E0,5.901537E-3,0E0,4.0663052E-1,0E0,0E0,0E0,4.9711305E-1,6.549173E-1,8.42432E-1,8.0086574E-2,4.96598E-1,3.7838107E-3,4.105817E-1,3.9667684E-1,0E0,9.041929E-2,2.3001308E0,5.1229554E-1,3.1943657E-2,8.974215E-1,0E0,3.8981277E-1,6.856396E-1,0E0,3.7421602E-1,6.5371394E-1,1.095565E0,6.8048716E-1,8.301928E-1,1.1099906E0,5.9346247E-1,0E0,0E0,4.1972257E-2,0E0,2.6886654E-1,8.3105555E-3,7.858267E-1,1.802826E-2,0E0,0E0,4.555753E-2,5.0276518E-2,0E0,1.4863487E0,1.634747E0,1.4210531E-1,1.1780062E0,1.2935159E-1,6.88585E-1,1.302886E0,2.483058E-2,8.63328E-2,0E0,0E0,3.8319683E-1,1.6860104E-1,0E0,0E0,4.8349857E-2,0E0,1.2561917E-1,0E0,0E0,0E0,0E0,1.26452E-2,0E0,0E0,1.0628171E-2,6.005907E-1,0E0,0E0,0E0,0E0,0E0,0E0,6.1819077E-2,2.654251E-1,2.9797943E-3,9.863324E-2,4.5890594E-1,7.375562E-1,4.6008644E-3,1.6792598E-1,1.3025334E-1,0E0,1.2119365E-1,2.5275034E-1,1.446833E-2,3.907231E-1,5.679624E-2,4.700129E-1,0E0,0E0,0E0,8.308346E-1,3.0145168E-1,8.207223E-1,0E0,0E0,0E0,8.1976914E-1,0E0,2.1390522E-1,0E0,0E0,1.9476557E-1,6.5182877E-1,6.85656E-1,0E0,1.4575756E-1,1.2339246E0,1.3027784E0,0E0,4.1670465E-1,5.6655645E-1,9.4123816E-1,0E0,7.538228E-1,0E0,4.713397E-1,0E0,0E0,2.0497775E-1,0E0,1.2876227E-2,0E0,4.239421E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3058112E0,1.5265219E0,1.5895253E-1,9.099803E-1,1.3821347E-2,1.19460106E-1,7.940769E-1,0E0,0E0,5.806899E-2,3.8951874E-1,0E0,1.3978977E0,0E0,1.041195E-1,1.6632745E-1,0E0,2.3537636E-1,7.232952E-2,0E0,0E0,9.453201E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.052967E-1,0E0,0E0,1.1299372E-1,3.1325305E-1,0E0,1.06240725E-2,9.2171155E-2,9.1203384E-2,3.7922168E-1,2.5586486E-1,0E0,6.4144325E-1,0E0,0E0,0E0,6.2114775E-2,0E0,1.2217878E-1,0E0,0E0,6.730008E-2,3.1232536E-3,0E0,3.8419273E-2,0E0,0E0,3.3383787E-1,9.928097E-2,6.7078816E-3,0E0,1.4689398E-1,4.6453577E-1,5.524736E-1,0E0,3.363695E-1,0E0,5.5836606E-1,0E0,6.6914034E-1,0E0,0E0,2.3604202E-1,0E0,3.8956717E-1,4.637441E-1,5.1587135E-1,5.5689627E-1,0E0,9.005296E-2,4.7642207E-1,7.263601E-1,7.3740166E-1,1.6965171E0,0E0,3.87815E-1,4.085042E-1,1.1830809E0,8.4282017E-1,3.9263675E-1,0E0,9.7118855E-2,3.7436438E-1,0E0,0E0,1.9110918E-1,0E0,0E0,0E0,3.6482525E-1,2.724999E-1,9.195905E-1,1.0290272E0,6.212166E-1,0E0,2.2017986E-2,6.3395214E-1,4.152709E-2,0E0,7.84204E-2,1.349034E-1,0E0,0E0,3.857739E-1,0E0,0E0,0E0,1.08737946E-1,0E0,9.043217E-1,0E0,6.114202E-2,0E0,7.156226E-2,8.602142E-3,0E0,0E0,0E0,0E0,0E0,0E0,1.5877628E-1,0E0,0E0,1.8941092E-1,0E0,0E0,0E0,5.805601E-2,0E0,1.7150196E-1,0E0,5.4115713E-2,0E0,0E0,0E0,0E0,6.851678E-1,0E0,0E0,0E0,0E0,6.263018E-2,0E0,0E0,0E0,0E0,4.153327E-2,3.449086E-1,0E0,5.122429E-2,0E0,3.815745E-3,0E0,0E0,0E0,4.906793E-2,5.3703874E-1,0E0,0E0,2.2993231E-1,0E0,0E0,4.7078967E-1,3.3708644E-1,0E0,0E0,2.2233391E-1,2.2329345E-1,1.6571455E-1,3.9669943E-1,0E0,2.0724365E-1,2.7192718E-1,1.3332117E-1,0E0,7.7361226E-2,0E0,0E0,2.6222467E-1,2.0682451E-1,6.992711E-1,9.691717E-1,8.268396E-1,1.2466652E0,3.7119684E-1,3.6521268E-1,0E0,1.0957901E-1,4.290825E-1,6.823516E-2,1.810682E-1,1.973913E-1,1.0028353E0,4.4759426E-1,5.9959036E-1,3.2541275E-2,0E0,4.5341682E-1,0E0,0E0,1.2274456E-1,0E0,3.526559E-1,2.66203E-1,1.4090078E-1,3.074337E-2,7.3941374E-1,8.739452E-2,3.6771703E-1,4.7910273E-1,0E0,0E0,0E0,5.6668806E-1,2.7099663E-2,0E0,1.5478942E-1,0E0,1.545445E-1,1.0026327E-1,0E0,0E0,3.8003135E-1,0E0,0E0,0E0,7.370939E-1,4.641503E-3,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.416105E-1,0E0,0E0,0E0,1.3367209E-1,0E0,9.395188E-2,0E0,0E0,3.4567833E-1,0E0,4.646659E-2,0E0,0E0,0E0,7.363331E-2,0E0,0E0,0E0,0E0,0E0,0E0,5.437994E-1,1.7326603E-2,0E0,0E0,2.5154185E-1,0E0,3.604002E-1,0E0,3.1155586E-2,0E0,0E0,1.8913335E-1,0E0,1.7987451E-1,0E0,2.6330423E-1,7.131648E-2,0E0,2.744774E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.744362E-2,2.0161277E-1,0E0,2.7365435E-3,6.428999E-1,0E0,9.4885314E-1,5.056022E-1,8.1488E-1,1.2528243E0,0E0,3.6605293E-1,2.8045928E-1,3.7433958E-1,0E0,0E0,1.5480621E-1,0E0,5.138496E-1,7.871866E-2,0E0,3.875093E-2,2.8326607E-1,2.218385E-1,0E0,1.8746675E0,1.7970667E0,6.088424E-1,0E0,5.866928E-1,1.4276825E-1,0E0,0E0,3.4759808E-1,0E0,0E0,1.3070822E-2,0E0,1.4637804E-1,1.3976574E-1,0E0,2.3847476E-2,0E0,5.0193343E-2,6.052261E-2,0E0,8.759382E-1,9.297937E-2,1.0476214E-1,0E0,2.759261E-1,3.2464862E-2,0E0,0E0,4.3941355E-1,1.0135749E-2,1.0640194E-2,2.8323677E-1,0E0,2.7046517E-2,0E0,0E0,0E0,2.2577405E-1,0E0,0E0,7.1774864E-1,0E0,0E0,0E0,0E0,0E0,6.371796E-2,0E0,1.2852287E-1,0E0,3.6238813E-1,1.9031763E-2,0E0,0E0,7.03001E-3,5.868751E-1,0E0,0E0,0E0,8.329582E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.4408469E-1,0E0,1.649175E-1,0E0,2.0241559E-1,0E0,9.292126E-3,2.1215206E-1,0E0,3.3512115E-3,0E0,0E0,0E0,0E0,0E0,4.9998224E-1,0E0,0E0,0E0,1.502719E-1,0E0,5.994595E-1,3.416079E-1,3.965261E-3,8.048954E-1,2.024428E-1,0E0,1.1635244E-1,0E0,1.8614984E-1,0E0,0E0,4.8350155E-2,0E0,3.7801945E-1,0E0,0E0,0E0,4.193511E-2,0E0,0E0,0E0,6.923479E-2,4.9896097E-1,3.6789107E-1,1.5403989E-1,9.0619373E-1,3.202473E-1,0E0,0E0,2.537142E-1,2.83785E-1,2.3655035E-1,2.4760437E-1,0E0,2.1986008E-2,0E0,0E0,1.23660564E-1,0E0,1.5809906E-1,0E0,0E0,0E0,2.123774E-1,5.749193E-2,0E0,4.3149376E-1,0E0,7.879095E-2,0E0,1.4410885E-1,0E0,2.8494E-1,0E0,0E0,0E0,4.4500732E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.4212751E-1,0E0,7.0210457E-1,0E0,2.3430765E-2,0E0,0E0,0E0,3.9721727E-1,0E0,0E0,0E0,3.3551455E-3,0E0,5.2567005E-1,0E0,0E0,4.049337E-2,0E0,0E0,1.792776E-1,0E0,1.623342E-1,0E0,0E0,0E0,1.3692874E-1,0E0,0E0,0E0,1.9059134E-1,2.0278028E-1,3.3972973E-1,5.813859E-2,6.7288244E-1,0E0,4.6695697E-1,8.213582E-2,0E0,8.903861E-1,0E0,1.889394E-1,0E0,0E0,0E0,0E0,2.3094964E-1,6.1498493E-2,0E0,0E0,4.3821E-1,4.9706183E-2,0E0,5.1521063E-3,0E0,5.8506304E-1,1.1454322E0,0E0,2.8524053E-1,1.5501079E-1,0E0,0E0,9.764538E-1,3.2393444E-1,0E0,1.777029E-1,0E0,2.5878403E-1,0E0,8.053629E-3,1.4986204E-1,0E0,2.654724E-1,0E0,0E0,2.4684668E-1,0E0,0E0,4.628557E-2,0E0,1.2486684E-1,0E0,0E0,0E0,1.2628937E-1,0E0,3.975436E-3,0E0,0E0,2.8907728E-1,0E0,6.434107E-2,0E0,0E0,8.489609E-3,0E0,8.5552406E-1,1.0521382E-2,0E0,6.0643816E-1,0E0,0E0,0E0,3.326931E-1,0E0,0E0,2.1195114E-2,2.2160769E-2,0E0,0E0,3.266096E-3,0E0,0E0,7.104111E-2,0E0,0E0,3.0908778E-1,2.1923375E-1,0E0,3.628917E-3,0E0,6.7450523E-1,1.16937505E-2,0E0,9.905541E-2,0E0,4.727272E-2,7.305689E-1,0E0,6.247449E-2,0E0,0E0,0E0,0E0,0E0,4.8765564E-1,0E0,0E0,0E0,0E0,0E0,6.4552903E-1,3.9524186E-1,5.0085926E-1,1.3694996E-1,1.2739098E-1,0E0,0E0,1.2973002E-1,3.980751E-1,0E0,2.3298752E-1,0E0,0E0,1.5620959E-1,2.1937078E-1,0E0,2.9466556E-2,0E0,6.539646E-2,0E0,4.778967E-1,0E0,7.931423E-2,0E0,0E0,7.916272E-3,0E0,7.735905E-2,6.0839653E-3,0E0,0E0,0E0,2.4023247E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.306694E-1,0E0,0E0,0E0,4.2245054E-1,2.8955722E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.4047842E-2,0E0,2.2138685E-1,0E0,2.1892697E-1,0E0,0E0,0E0,5.435605E-1,5.782112E-2,0E0,6.462647E-2,0E0,0E0,0E0,0E0,7.0564175E-1,0E0,0E0,0E0,0E0,4.354813E-1,4.7736347E-1,2.8285885E-1,4.7842222E-1,0E0,0E0,5.989356E-1,2.0119682E-1,1.2229511E-1,0E0,9.740353E-2,0E0,7.307449E-2,0E0,3.5569E-1,0E0,1.3108206E-1,0E0,1.6593051E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.9939327E-1,4.4280052E-2,0E0,0E0,6.0194135E-3,0E0,4.0433794E-2,0E0,0E0,1.5090466E-1,0E0,2.8466606E-1,0E0,0E0,4.283538E-1,1.5118694E-1,0E0,1.7814398E-2,0E0,7.464224E-2,0E0,6.922889E-2,0E0,0E0,3.6244655E-1,1.442956E-1,4.5503113E-2,1.08595796E-1,0E0,0E0,3.4160995E-1,0E0,1.3491988E-1,0E0,4.8293233E-1,3.739843E-1,1.4471537E-1,0E0,3.4437263E-1,8.419969E-2,6.6261864E-1,0E0,1.616168E-1,0E0,4.2015076E-2,1.0863161E-1,0E0,5.8917403E-2,0E0,1.2172508E-1,0E0,0E0,1.09713554E-1,1.7096186E-1,0E0,1.9513988E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.2963734E-2,0E0,0E0,2.4779892E-1,0E0,2.2107697E-1,0E0,1.3665819E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.9208136E-1,0E0,8.58663E-2,0E0,0E0,0E0,0E0,7.215664E-3,7.232475E-2,0E0,0E0,0E0,3.8832927E-1,0E0,2.7440208E-1,0E0,2.3533644E-1,0E0,5.8753014E-2,0E0,2.3488158E-1,2.501695E-2,0E0,5.388856E-1,0E0,1.4227378E-1,0E0,0E0,3.163588E-2,0E0,0E0,0E0,1.09241486E-1,0E0,0E0,1.6997576E-2,1.17542505E-1,0E0,1.1184311E-1,0E0,5.139351E-2,0E0,8.533777E-3,2.5699425E-1,1.1646344E-2,6.3308144E-1,0E0,0E0,2.9689312E-1,0E0,0E0,1.7721906E-2,0E0,0E0,5.614376E-2,0E0,0E0,1.6492772E-1,0E0,3.294006E-1,8.903867E-2,0E0,0E0,0E0,1.7113796E-1,0E0,0E0,0E0,2.9062686E-2,3.3860683E-1,0E0,0E0,0E0,0E0,1.3397503E-1,0E0,0E0,0E0,0E0,6.487346E-2,0E0,0E0,0E0,4.427004E-2,0E0,0E0,1.8185425E-1,0E0,0E0,6.311536E-2,1.2968826E-1,0E0,2.3701143E-1,0E0,0E0,0E0,9.483051E-2,0E0,0E0,1.9834423E-1,3.4574652E-1,0E0,0E0,0E0,0E0,2.1701166E-1,1.5715417E-1,2.3261204E-2,2.26367E-1,0E0,1.3767755E-1,1.5913296E-1,3.646946E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.2281647E-2,1.3066101E-1,0E0,0E0,3.57399E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.14004165E-1,0E0,6.33323E-2,0E0,2.0593262E-1,0E0,6.810954E-2,0E0,3.0348778E-2,0E0,0E0,0E0,9.8587036E-2,0E0,0E0,8.2551E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.3912535E-1,7.194194E-2,0E0,0E0,6.8860054E-2,8.7872505E-2,0E0,0E0,4.860878E-3,1.287365E-1,0E0,0E0,7.3791206E-2,0E0,0E0,0E0,4.8994064E-2,0E0,0E0,0E0,9.680748E-2,0E0,0E0,3.4332275E-3,0E0,0E0,1.5039635E-1,0E0,0E0,0E0,6.483698E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,19,19,20,20,21,21,22,22,23,23,24,24,25,25,27,27,28,28,30,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40,41,41,42,42,43,43,45,45,49,49,50,50,51,51,52,52,55,55,56,56,57,57,58,58,59,59,60,60,61,61,62,62,63,63,64,64,66,66,67,67,68,68,71,71,72,72,73,73,75,75,76,76,80,80,82,82,83,83,84,84,85,85,86,86,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,96,96,97,97,98,98,99,99,101,101,105,105,107,107,109,109,110,110,113,113,114,114,115,115,116,116,117,117,118,118,119,119,120,120,121,121,126,126,127,127,128,128,130,130,131,131,132,132,133,133,134,134,137,137,139,139,140,140,141,141,142,142,143,143,144,144,145,145,146,146,150,150,151,151,152,152,154,154,155,155,157,157,158,158,159,159,160,160,161,161,162,162,163,163,164,164,168,168,169,169,170,170,173,173,175,175,177,177,178,178,179,179,181,181,182,182,183,183,184,184,191,191,195,195,199,199,202,202,203,203,209,209,211,211,214,214,216,216,218,218,219,219,220,220,221,221,222,222,225,225,228,228,229,229,232,232,234,234,238,238,240,240,241,241,242,242,244,244,246,246,250,250,253,253,255,255,256,256,258,258,259,259,261,261,266,266,267,267,268,268,269,269,270,270,271,271,272,272,273,273,274,274,277,277,286,286,287,287,290,290,293,293,295,295,297,297,298,298,309,309,311,311,312,312,314,314,316,316,317,317,318,318,320,320,322,322,323,323,324,324,330,330,334,334,339,339,341,341,342,342,343,343,344,344,345,345,346,346,347,347,348,348,349,349,351,351,352,352,353,353,354,354,356,356,359,359,362,362,364,364,366,366,369,369,372,372,374,374,375,375,378,378,379,379,382,382,383,383,384,384,385,385,393,393,394,394,395,395,399,399,401,401,402,402,403,403,404,404,405,405,406,406,407,407,408,408,409,409,410,410,411,411,412,412,413,413,416,416,417,417,419,419,420,420,421,421,422,422,423,423,424,424,425,425,426,426,428,428,430,430,433,433,436,436,437,437,439,439,450,450,451,451,454,454,456,456,457,457,459,459,461,461,465,465,466,466,467,467,468,468,469,469,470,470,471,471,472,472,474,474,475,475,476,476,477,477,478,478,480,480,481,481,483,483,484,484,485,485,486,486,487,487,488,488,489,489,492,492,494,494,495,495,496,496,497,497,500,500,501,501,503,503,504,504,505,505,506,506,507,507,508,508,509,509,510,510,511,511,514,514,515,515,518,518,520,520,525,525,528,528,529,529,536,536,537,537,538,538,539,539,540,540,541,541,542,542,543,543,544,544,546,546,547,547,548,548,549,549,550,550,551,551,555,555,556,556,557,557,561,561,563,563,566,566,567,567,568,568,570,570,571,571,572,572,574,574,575,575,576,576,578,578,580,580,583,583,585,585,587,587,595,595,596,596,597,597,598,598,599,599,600,600,601,601,604,604,605,605,607,607,609,609,610,610,612,612,613,613,616,616,625,625,628,628,629,629,631,631,632,632,633,633,634,634,635,635,637,637,641,641,643,643,646,646,647,647,649,649,652,652,653,653,654,654,656,656,657,657,658,658,660,660,662,662,664,664,667,667,669,669,670,670,671,671,672,672,674,674,675,675,676,676,677,677,678,678,680,680,681,681,682,682,683,683,684,684,686,686,687,687,690,690,694,694,695,695,696,696,697,697,698,698,700,700,701,701,702,702,704,704,705,705,708,708,712,712,714,714,716,716,718,718,719,719,726,726,729,729,733,733,735,735,737,737,742,742,747,747,752,752,753,753,755,755,757,757,761,761,762,762,765,765,768,768,769,769,772,772,773,773,774,774,775,775,777,777,778,778,779,779,781,781,784,784,785,785,786,786,787,787,788,788,789,789,790,790,791,791,793,793,794,794,795,795,796,796,797,797,798,798,799,799,800,800,801,801,803,803,806,806,808,808,809,809,810,810,811,811,812,812,813,813,814,814,815,815,819,819,820,820,822,822,824,824,825,825,828,828,832,832,833,833,841,841,845,845,847,847,850,850,852,852,856,856,863,863,864,864,867,867,869,869,871,871,874,874,876,876,878,878,879,879,881,881,888,888,889,889,891,891,892,892,894,894,895,895,896,896,897,897,899,899,900,900,901,901,904,904,906,906,907,907,909,909,910,910,911,911,913,913,914,914,915,915,917,917,918,918,921,921,924,924,926,926,927,927,929,929,931,931,932,932,934,934,935,935,936,936,938,938,939,939,942,942,943,943,944,944,945,945,947,947,951,951,954,954,960,960,962,962,964,964,965,965,968,968,969,969,973,973,980,980,982,982,984,984,986,986,987,987,989,989,995,995,999,999,1001,1001,1002,1002,1003,1003,1004,1004,1005,1005,1007,1007,1009,1009,1012,1012,1014,1014,1018,1018,1022,1022,1023,1023,1024,1024,1025,1025,1026,1026,1027,1027,1030,1030,1031,1031,1032,1032,1033,1033,1035,1035,1038,1038,1040,1040,1044,1044,1045,1045,1047,1047,1049,1049,1051,1051,1053,1053,1057,1057,1068,1068,1070,1070,1072,1072,1076,1076,1080,1080,1082,1082,1085,1085,1088,1088,1090,1090,1094,1094,1098,1098,1099,1099,1100,1100,1101,1101,1102,1102,1104,1104,1105,1105,1107,1107,1109,1109,1114,1114,1115,1115,1118,1118,1119,1119,1121,1121,1123,1123,1124,1124,1126,1126,1127,1127,1130,1130,1131,1131,1133,1133,1135,1135,1137,1137,1138,1138,1140,1140,1143,1143,1146,1146,1148,1148,1152,1152,1154,1154,1157,1157,1159,1159,1162,1162,1164,1164,1165,1165,1167,1167,1171,1171,1174,1174,1175,1175,1178,1178,1181,1181,1184,1184,1185,1185,1187,1187,1189,1189,1190,1190,1192,1192,1194,1194,1195,1195,1197,1197,1203,1203,1209,1209,1210,1210,1211,1211,1212,1212,1213,1213,1216,1216,1217,1217,1219,1219,1222,1222,1223,1223,1225,1225,1227,1227,1229,1229,1231,1231,1234,1234,1236,1236,1237,1237,1241,1241,1248,1248,1252,1252,1253,1253,1261,1261,1263,1263,1265,1265,1269,1269,1270,1270,1272,1272,1277,1277,1282,1282,1283,1283,1284,1284,1285,1285,1288,1288,1289,1289,1290,1290,1292,1292,1294,1294,1296,1296,1298,1298,1300,1300,1308,1308,1309,1309,1312,1312,1314,1314,1317,1317,1319,1319,1322,1322,1323,1323,1325,1325,1327,1327,1329,1329,1332,1332,1333,1333,1334,1334,1335,1335,1338,1338,1340,1340,1342,1342,1343,1343,1344,1344,1346,1346,1347,1347,1348,1348,1350,1350,1352,1352,1353,1353,1355,1355,1357,1357,1360,1360,1361,1361,1363,1363,1371,1371,1374,1374,1376,1376,1378,1378,1385,1385,1387,1387,1392,1392,1393,1393,1397,1397,1399,1399,1401,1401,1403,1403,1405,1405,1406,1406,1408,1408,1410,1410,1413,1413,1417,1417,1420,1420,1421,1421,1423,1423,1425,1425,1427,1427,1428,1428,1429,1429,1430,1430,1433,1433,1436,1436,1439,1439,1442,1442,1444,1444,1445,1445,1449,1449,1453,1453,1454,1454,1459,1459,1464,1464,1468,1468,1471,1471,1474,1474,1475,1475,1477,1477,1481,1481,1484,1484,1485,1485,1490,1490,1491,1491,1492,1492,1493,1493,1495,1495,1496,1496,1497,1497,1506,1506,1507,1507,1510,1510,1517,1517,1519,1519,1521,1521,1523,1523,1525,1525,1529,1529,1532,1532,1540,1540,1541,1541,1544,1544,1545,1545,1548,1548,1549,1549,1552,1552,1556,1556,1560,1560,1563,1563,1566,1566,1570,1570],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,-1,-1,36,38,40,42,44,46,48,-1,50,52,-1,54,56,58,60,62,64,66,68,70,72,74,76,78,80,-1,82,-1,-1,-1,84,86,88,90,-1,-1,92,94,96,98,100,102,104,106,108,110,-1,112,114,116,-1,-1,118,120,122,-1,124,126,-1,-1,-1,128,-1,130,132,134,136,138,140,142,144,146,148,150,152,154,-1,156,158,160,162,-1,164,-1,-1,-1,166,-1,168,-1,170,172,-1,-1,174,176,178,180,182,184,186,188,190,-1,-1,-1,-1,192,194,196,-1,198,200,202,204,206,-1,-1,208,-1,210,212,214,216,218,220,222,224,-1,-1,-1,226,228,230,-1,232,234,-1,236,238,240,242,244,246,248,250,-1,-1,-1,252,254,256,-1,-1,258,-1,260,-1,262,264,266,-1,268,270,272,274,-1,-1,-1,-1,-1,-1,276,-1,-1,-1,278,-1,-1,-1,280,-1,-1,282,284,-1,-1,-1,-1,-1,286,-1,288,-1,-1,290,-1,292,-1,294,296,298,300,302,-1,-1,304,-1,-1,306,308,-1,-1,310,-1,312,-1,-1,-1,314,-1,316,318,320,-1,322,-1,324,-1,-1,-1,326,-1,-1,328,-1,330,332,-1,334,336,-1,338,-1,-1,-1,-1,340,342,344,346,348,350,352,354,356,-1,-1,358,-1,-1,-1,-1,-1,-1,-1,-1,360,362,-1,-1,364,-1,-1,366,-1,368,-1,370,372,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,374,-1,376,378,-1,380,-1,382,384,386,-1,388,-1,390,392,394,-1,-1,-1,-1,-1,396,-1,-1,-1,398,-1,-1,-1,-1,400,-1,402,404,406,408,410,412,414,416,418,-1,420,422,424,426,-1,428,-1,-1,430,-1,-1,432,-1,434,-1,436,-1,-1,438,-1,-1,440,-1,442,444,-1,-1,446,448,-1,-1,450,452,454,456,-1,-1,-1,-1,-1,-1,-1,458,460,462,-1,-1,-1,464,-1,466,468,470,472,474,476,478,480,482,484,486,488,490,-1,-1,492,494,-1,496,498,500,502,504,506,508,510,-1,512,-1,514,-1,-1,516,-1,-1,518,520,-1,522,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,524,526,-1,-1,528,-1,530,532,-1,534,-1,536,-1,-1,-1,538,540,542,544,546,548,550,552,-1,554,556,558,560,562,-1,564,566,-1,568,570,572,574,576,578,580,-1,-1,582,-1,584,586,588,590,-1,-1,592,594,-1,596,598,600,602,604,606,608,610,612,-1,-1,614,616,-1,-1,618,-1,620,-1,-1,-1,-1,622,-1,-1,624,626,-1,-1,-1,-1,-1,-1,628,630,632,634,636,638,640,642,644,-1,646,648,650,652,654,656,-1,-1,-1,658,660,662,-1,-1,-1,664,-1,666,-1,-1,668,670,672,-1,674,676,678,-1,680,682,684,-1,686,-1,688,-1,-1,690,-1,692,-1,694,-1,-1,-1,-1,-1,-1,-1,696,698,700,702,704,706,708,-1,-1,710,712,-1,714,-1,716,718,-1,720,722,-1,-1,724,-1,-1,-1,-1,-1,-1,-1,-1,726,-1,-1,728,730,-1,732,734,736,738,740,-1,742,-1,-1,-1,744,-1,746,-1,-1,748,750,-1,752,-1,-1,754,756,758,-1,760,762,764,-1,766,-1,768,-1,770,-1,-1,772,-1,774,776,778,780,-1,782,784,786,788,790,-1,792,794,796,798,800,-1,802,804,-1,-1,806,-1,-1,-1,808,810,812,814,816,-1,818,820,822,-1,824,826,-1,-1,828,-1,-1,-1,830,-1,832,-1,834,-1,836,838,-1,-1,-1,-1,-1,-1,840,-1,-1,842,-1,-1,-1,844,-1,846,-1,848,-1,-1,-1,-1,850,-1,-1,-1,-1,852,-1,-1,-1,-1,854,856,-1,858,-1,860,-1,-1,-1,862,864,-1,-1,866,-1,-1,868,870,-1,-1,872,874,876,878,-1,880,882,884,-1,886,-1,-1,888,890,892,894,896,898,900,902,-1,904,906,908,910,912,914,916,918,920,-1,922,-1,-1,924,-1,926,928,930,932,934,936,938,940,-1,-1,-1,942,944,-1,946,-1,948,950,-1,-1,952,-1,-1,-1,954,956,-1,-1,-1,-1,-1,-1,-1,958,-1,-1,-1,960,-1,962,-1,-1,964,-1,966,-1,-1,-1,968,-1,-1,-1,-1,-1,-1,970,972,-1,-1,974,-1,976,-1,978,-1,-1,980,-1,982,-1,984,986,-1,988,-1,-1,-1,-1,-1,-1,990,992,-1,994,996,-1,998,1000,1002,1004,-1,1006,1008,1010,-1,-1,1012,-1,1014,1016,-1,1018,1020,1022,-1,1024,1026,1028,-1,1030,1032,-1,-1,1034,-1,-1,1036,-1,1038,1040,-1,1042,-1,1044,1046,-1,1048,1050,1052,-1,1054,1056,-1,-1,1058,1060,1062,1064,-1,1066,-1,-1,-1,1068,-1,-1,1070,-1,-1,-1,-1,-1,1072,-1,1074,-1,1076,1078,-1,-1,1080,1082,-1,-1,-1,1084,-1,-1,-1,-1,-1,-1,1086,-1,1088,-1,1090,-1,1092,1094,-1,1096,-1,-1,-1,-1,-1,1098,-1,-1,-1,1100,-1,1102,1104,1106,1108,1110,-1,1112,-1,1114,-1,-1,1116,-1,1118,-1,-1,-1,1120,-1,-1,-1,1122,1124,1126,1128,1130,1132,-1,-1,1134,1136,1138,1140,-1,1142,-1,-1,1144,-1,1146,-1,-1,-1,1148,1150,-1,1152,-1,1154,-1,1156,-1,1158,-1,-1,-1,1160,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,1162,-1,1164,-1,1166,-1,-1,-1,1168,-1,-1,-1,1170,-1,1172,-1,-1,1174,-1,-1,1176,-1,1178,-1,-1,-1,1180,-1,-1,-1,1182,1184,1186,1188,1190,-1,1192,1194,-1,1196,-1,1198,-1,-1,-1,-1,1200,1202,-1,-1,1204,1206,-1,1208,-1,1210,1212,-1,1214,1216,-1,-1,1218,1220,-1,1222,-1,1224,-1,1226,1228,-1,1230,-1,-1,1232,-1,-1,1234,-1,1236,-1,-1,-1,1238,-1,1240,-1,-1,1242,-1,1244,-1,-1,1246,-1,1248,1250,-1,1252,-1,-1,-1,1254,-1,-1,1256,1258,-1,-1,1260,-1,-1,1262,-1,-1,1264,1266,-1,1268,-1,1270,1272,-1,1274,-1,1276,1278,-1,1280,-1,-1,-1,-1,-1,1282,-1,-1,-1,-1,-1,1284,1286,1288,1290,1292,-1,-1,1294,1296,-1,1298,-1,-1,1300,1302,-1,1304,-1,1306,-1,1308,-1,1310,-1,-1,1312,-1,1314,1316,-1,-1,-1,1318,-1,-1,-1,-1,-1,-1,1320,-1,-1,-1,1322,1324,-1,-1,-1,-1,-1,-1,-1,1326,-1,1328,-1,1330,-1,-1,-1,1332,1334,-1,1336,-1,-1,-1,-1,1338,-1,-1,-1,-1,1340,1342,1344,1346,-1,-1,1348,1350,1352,-1,1354,-1,1356,-1,1358,-1,1360,-1,1362,-1,-1,-1,-1,-1,-1,-1,1364,1366,-1,-1,1368,-1,1370,-1,-1,1372,-1,1374,-1,-1,1376,1378,-1,1380,-1,1382,-1,1384,-1,-1,1386,1388,1390,1392,-1,-1,1394,-1,1396,-1,1398,1400,1402,-1,1404,1406,1408,-1,1410,-1,1412,1414,-1,1416,-1,1418,-1,-1,1420,1422,-1,1424,-1,-1,-1,-1,-1,-1,-1,1426,-1,-1,1428,-1,1430,-1,1432,-1,-1,-1,-1,-1,-1,1434,-1,1436,-1,-1,-1,-1,1438,1440,-1,-1,-1,1442,-1,1444,-1,1446,-1,1448,-1,1450,1452,-1,1454,-1,1456,-1,-1,1458,-1,-1,-1,1460,-1,-1,1462,1464,-1,1466,-1,1468,-1,1470,1472,1474,1476,-1,-1,1478,-1,-1,1480,-1,-1,1482,-1,-1,1484,-1,1486,1488,-1,-1,-1,1490,-1,-1,-1,1492,1494,-1,-1,-1,-1,1496,-1,-1,-1,-1,1498,-1,-1,-1,1500,-1,-1,1502,-1,-1,1504,1506,-1,1508,-1,-1,-1,1510,-1,-1,1512,1514,-1,-1,-1,-1,1516,1518,1520,1522,-1,1524,1526,1528,-1,-1,-1,-1,-1,-1,-1,-1,1530,1532,-1,-1,1534,-1,-1,-1,-1,-1,-1,1536,-1,1538,-1,1540,-1,1542,-1,1544,-1,-1,-1,1546,-1,-1,1548,-1,-1,-1,-1,-1,-1,-1,1550,1552,-1,-1,1554,1556,-1,-1,1558,1560,-1,-1,1562,-1,-1,-1,1564,-1,-1,-1,1566,-1,-1,1568,-1,-1,1570,-1,-1,-1,1572,-1,-1],"split_conditions":[2.1369002E2,3.4204102E-1,8.149414E-1,9.54899E1,2.142334E-1,9.9902344E-1,1.5207422E2,7.5390625E-1,4.753113E-3,1.2857257E2,1.9013821E2,2.1862433E2,4.4128418E-2,5.9521484E-1,8.1933594E-1,2.6782227E-1,8.43125E1,-0E0,-6.9286656E-1,8.4941246E1,1.3089787E2,9.921875E-1,3.955078E-2,5.9685082E0,2.1943939E0,2.5230265E0,-1.2685175E-1,2.151902E0,2.0705743E0,-0E0,6.1187744E-2,3.4301758E-1,1.5211551E2,4.985278E0,1.7907715E-1,6.796875E-1,1.0398865E-2,5.890625E1,1.63E2,9.8535156E-1,3.640625E1,8.49375E1,1.7258565E0,9.9902344E-1,-0E0,4.509375E1,-5.5550605E-1,4.889492E-1,-0E0,1.7991399E0,4.94059E0,9.698476E1,2.6257434E2,-0E0,-7.526319E-1,4.340625E1,8.1782555E1,3.51875E1,1.227108E0,9.995117E-1,9.9834656E1,5.7508125E0,1.8311551E2,9.951172E-1,8.208008E-1,-0E0,3.0296875E1,1.0801251E0,5.8251953E-1,-5.3917503E-1,-0E0,1.4676068E2,9.8779297E-1,8.010935E1,-6.980086E-1,2.2248888E0,1.050625E2,-0E0,-6.840691E-1,-7.380198E-1,1.29375E2,-0E0,4.9829102E-1,9.8583984E-1,8.276367E-2,5.18745E0,3.955078E-2,1.3767146E2,5.8251953E-1,4.209375E1,5.3741455E-2,1.4496241E0,8.208555E-1,8.310547E-1,3.5125E1,-0E0,3.330078E-1,1.6088867E-1,7.604016E1,3.1078125E1,-0E0,2.6167064E0,-4.381662E-1,-4.750502E-2,-0E0,9.501953E-1,-0E0,3.3294678E-2,-0E0,4.9125E1,6.875E-1,-0E0,-6.744397E-1,1.036867E0,9.7558594E-1,9.20625E1,9.6728516E-1,8.5546875E-1,4.4125E1,5.3310695E0,9.213867E-1,6.6918945E1,-4.8960757E-4,-0E0,-3.5908E-1,-0E0,9.085188E1,7.422364E-1,3.3129883E-1,-0E0,3.35993E2,9.8046875E-1,4.3310547E-1,7.13125E1,9.9902344E-1,-7.276545E-1,-0E0,9.775E1,-0E0,9.275E1,8.1152344E-1,1.5269543E0,1.407693E0,9.002107E1,3.1067615E0,5.778125E1,2.5405884E-3,-0E0,-7.973349E-2,-0E0,9.975586E-1,9.147644E-3,3.3642514E0,-0E0,9.125767E-1,7.965088E-3,-0E0,1.975E2,5.2441406E-1,4.759375E1,8.765613E1,6.8066406E-1,6.3201505E-1,6.729559E-1,8.745117E-1,4.5414093E-1,-0E0,-0E0,2.0666504E-1,9.8779297E-1,1.8210612E2,-0E0,-5.1322436E-1,7.171631E-3,2.698119E-1,4.7600365E0,-0E0,2.7075195E-1,8.4228516E-2,7.572915E-1,-0E0,3.9086914E-1,6.03125E1,5.571875E1,2.0407504E2,-6.7024565E-1,-0E0,-0E0,2.256909E-1,-0E0,9.7769827E-1,7.9737045E1,-0E0,-0E0,-5.5311465E-1,1.2857257E2,-0E0,7.460933E-1,-0E0,9.975586E-1,-0E0,-0E0,2.2729492E-1,1.2138199E2,-0E0,-1.4521901E-1,-0E0,-0E0,3.7606624E-1,4.0397644E-3,-0E0,1.2752225E0,-0E0,-0E0,3.955078E-2,4.699684E-1,9.9609375E-1,-0E0,7.8222656E-1,1.5026071E2,8.930664E-1,9.9902344E-1,3.3163364E0,-0E0,-6.7075384E-1,8.770752E-2,-0E0,-0E0,9.975586E-1,6.542969E-1,-0E0,-0E0,9.9365234E-1,-0E0,1.224375E2,-6.146793E-1,-0E0,-2.8320616E-1,7.209397E-1,-0E0,5.466461E-3,8.2068565E1,2.633667E-2,-3.145806E-1,1.4869987E2,-0E0,3.6375E1,-0E0,-1.5243815E-1,-0E0,8.0126953E-1,-6.3971156E-1,-0E0,9.7265625E-1,-0E0,1.4794287E2,4.724723E0,-0E0,7.873535E-2,7.91626E-2,-0E0,4.2785645E-2,-0E0,-0E0,-9.403483E-2,-0E0,9.863281E-1,3.659668E-1,8.7109375E-1,1.24816895E-1,9.711914E-1,9.9072266E-1,9.12535E1,9.433594E-1,3.0380249E-2,-0E0,7.2214633E-1,3.4326172E-1,-0E0,-5.401093E-1,-0E0,-0E0,3.7153158E-1,1.7639471E0,-0E0,-0E0,9.9902344E-1,9.2784756E-1,-0E0,-0E0,7.8564453E-1,-3.2450646E-1,-0E0,2.1904814E2,-0E0,5.10625E1,-0E0,2.7075195E-1,7.9737045E1,-9.9050306E-2,-0E0,3.2310465E-1,-0E0,-0E0,9.122675E-1,-5.1180327E-1,-0E0,1.2858334E-1,-0E0,8.300781E-2,-0E0,7.451172E-1,1.3075E2,-0E0,1.3560356E2,-0E0,1.32735815E1,1.9702148E-1,1.26605736E2,3.7436467E-1,1.0436645E0,-0E0,2.4696202E0,1.2653426E0,4.9581327E0,1.115155E0,-0E0,-3.2144707E-1,-0E0,-0E0,1.2439891E2,-3.809686E-2,-0E0,-0E0,9.8339844E-1,-0E0,-5.090261E-1,-0E0,2.5844082E-1,2.8767967E0,-0E0,5.996875E1,2.4696202E0,8.095703E-1,5.024414E-1,6.665039E-1,8.959961E-1,9.975586E-1,1.1550139E0,2.381798E0,-0E0,9.8876953E-1,4.4189453E-1,1.7606232E0,1.5455719E2,-0E0,6.29375E1,6.05042E-1,-0E0,3.81875E1,-0E0,-0E0,5.6884766E-1,-0E0,1.24E2,-0E0,9.954834E-2,-0E0,-6.399453E-1,2.389434E2,-3.2143682E-1,-0E0,9.902344E-1,-0E0,1.070625E2,1.1154175E-2,-0E0,-0E0,7.501221E-2,1.1762614E0,-0E0,-0E0,2.9785156E-1,8.6083984E-1,1.3465677E0,3.8875E1,-0E0,-0E0,-4.654643E-1,7.702301E-1,-0E0,-0E0,-3.443507E-2,9.501805E1,2.0111084E-2,4.4094524E0,-0E0,-2.2256492E-1,-0E0,2.2844498E0,-0E0,3.546875E1,9.8095703E-1,6.9125E1,8.16875E1,3.084375E1,1.9047853E2,3.803125E1,9.013672E-1,1.050625E2,1.9047853E2,8.745117E-1,9.2089844E-1,7.910156E-1,-0E0,-0E0,1.6326904E-2,9.071722E-1,-0E0,8.911133E-2,9.501953E-1,1.8414453E2,9.760742E-1,1.0938407E0,8.49375E1,1.5055985E0,9.8046875E-1,-0E0,9.970703E-1,-0E0,8.1933594E-1,9.5999163E-1,-0E0,4.252549E0,-0E0,-0E0,2.3401284E0,5.778125E1,-0E0,9.116211E-1,-0E0,4.4541645E-1,-0E0,-0E0,-6.8423665E-1,-0E0,-2.0772496E-1,3.2427645E-1,-0E0,-0E0,9.916992E-1,8.30625E1,-0E0,-0E0,3.453125E1,-0E0,6.538086E-1,1.7871857E-3,-0E0,2.439612E0,-2.553402E-1,7.147217E-2,-0E0,7.4474514E-1,-0E0,2.961023E0,7.4E1,9.169922E-1,2.6865563E0,3.51875E1,1.06343376E2,7.6660156E-1,1.0012783E2,-0E0,4.9650044E0,6.825E1,1.10646416E2,1.5220642E-2,8.7353516E-1,-0E0,8.9E1,2.8173828E-1,-0E0,2.8198156E0,2.4432728E0,1.4570976E2,4.0875E1,3.498586E1,1.5375377E0,7.48107E1,-0E0,-0E0,3.90625E1,-0E0,5.3335466E0,6.396875E1,1.2991563E0,9.0527344E-1,-0E0,-0E0,1.126709E-1,1.6725E2,-0E0,3.413086E-1,6.8253106E-1,6.146875E1,4.7600365E0,1.5276962E2,5.8251953E-1,1.9737349E2,5.98125E1,4.9829102E-1,-0E0,-0E0,9.975586E-1,4.484375E1,-0E0,-0E0,9.8535156E-1,-0E0,2.7075195E-1,7.953955E-1,-0E0,-5.348335E-1,-0E0,4.63125E1,-0E0,-0E0,1.27625E2,4.97838E0,-0E0,-0E0,-6.765641E-1,-0E0,5.5632938E-2,-0E0,3.33125E1,1.706385E2,9.106445E-2,4.26875E1,5.715625E1,9.74375E1,6.972656E-1,1.5234375E-1,1.1766336E2,-0E0,8.5382116E-1,8.1152344E-1,8.847656E-1,1.11328125E-1,1.8620577E0,5.4161236E1,-0E0,-6.4989823E-1,-0E0,9.8876953E-1,1.3586426E-1,7.721237E1,-0E0,-0E0,-1.08936444E-1,5.9228516E-1,-0E0,8.2910156E-1,-0E0,-0E0,4.7298775E0,2.3168945E-1,1.7017917E2,-0E0,4.584375E1,1.9313495E0,6.234375E1,-0E0,8.989258E-1,1.15208984E2,3.7484157E0,-0E0,1.4871991E0,-0E0,9.9902344E-1,-0E0,-2.184896E-1,1.0398865E-2,-0E0,9.7501725E-1,-0E0,5.247422E-1,-0E0,-0E0,-3.090761E-1,-0E0,1.458645E-1,-4.1935205E-1,-0E0,6.1376953E-1,8.7353516E-1,2.8173828E-1,8.652344E-1,1.1315918E-1,9.941406E-1,9.071722E-1,-0E0,-0E0,9.375E-1,2.722168E-2,-0E0,1.1822927E2,-0E0,8.0875E1,9.550781E-1,-0E0,5.1032395E0,1.2575305E0,-0E0,-0E0,1.185625E2,1.4161066E0,-0E0,5.091137E-1,-0E0,-0E0,2.1654321E-1,-1.4015818E-1,-0E0,5.10625E1,-0E0,-0E0,9.970703E-1,3.7467215E0,-0E0,2.1643066E-1,2.5415E0,6.83125E1,7.4375E1,1.952249E2,-0E0,3.290625E1,-0E0,-0E0,-4.215122E-2,7.8875E1,-0E0,8.984375E-2,-0E0,-0E0,6.75E1,5.5875E1,-0E0,3.1609375E1,-0E0,-0E0,1.11875E2,1.7839514E2,4.3479443E0,-0E0,8.8916016E-1,4.550171E-2,3.4752371E0,-0E0,5.18745E0,-0E0,4.0985107E-2,-0E0,9.3408203E-1,-4.3523875E-1,-0E0,1.0947169E0,-0E0,2.0007324E-1,9.794922E-1,1.2988281E-1,1.3376945E2,-0E0,9.625E1,4.246875E1,1.4643102E0,2.5146484E-1,1.2550702E2,-0E0,8.7402344E-1,1.0687256E-1,9.8876953E-1,9.3357414E-1,4.288731E0,-0E0,1.4920064E2,4.9226775E0,-0E0,-0E0,6.1525184E-1,-9.861825E-2,-0E0,-0E0,5.46875E-1,1.8075E2,1.0949036E0,8.085976E1,6.4160156E-1,-0E0,9.160156E-1,9.9658203E-1,6.819305E-1,-0E0,1.5455719E2,9.169922E-1,-0E0,-0E0,2.5909424E-2,3.2851318E-1,-0E0,-0E0,4.075E1,-0E0,5.522294E-1,-0E0,8.6279297E-1,-0E0,8.8134766E-1,1.4193896E2,-0E0,-0E0,-6.237565E-1,1.7894933E0,-0E0,-0E0,4.7298775E0,1.1458628E0,-0E0,3.4106445E-1,-0E0,-6.368789E-2,-0E0,1.7368903E2,-0E0,1.6980661E2,-0E0,8.745117E-1,-0E0,5.1315945E-1,-0E0,-0E0,1.2586586E2,-2.7877334E-1,-0E0,-0E0,2.9554224E-1,3.296875E1,-0E0,-2.7366945E-1,-0E0,-0E0,9.7548584E1,2.4828892E0,-0E0,1.0818042E2,-0E0,9.85E1,-0E0,6.582804E-1,-0E0,3.0460358E-3,9.277344E-1,-4.8971102E-1,-0E0,1.185625E2,-0E0,-0E0,1.273125E2,9.946289E-1,-0E0,-0E0,1.3865347E2,6.2462524E1,1.4713795E0,3.7375E1,-0E0,1.6664665E2,8.465403E1,1.04704124E2,-0E0,3.2043457E-2,-0E0,-0E0,3.1921875E1,1.4842003E2,2.2265625E-1,4.1E1,6.1035156E-2,8.1152344E-1,2.5024414E-1,5.884375E1,-0E0,4.865625E1,1.5998333E0,1.968051E2,2.0629883E-1,8.0125E1,8.803132E1,8.0615234E-1,1.632932E2,9.165039E-1,-0E0,9.9902344E-1,-0E0,-0E0,3.1484375E1,-0E0,1.479203E2,1.2882698E2,9.2089844E-1,1.06343376E2,1.4942499E2,7.783203E-1,2.046585E-3,9.038086E-1,-0E0,-2.621632E-1,-0E0,5.8496094E-1,1.3465677E0,1.4812775E-1,1.9167638E2,-0E0,1.9633768E2,1.2439891E2,-0E0,-0E0,1.3675E2,-0E0,-6.6750646E-1,-0E0,8.300781E-2,8.051081E-1,-0E0,2.6178545E-1,-0E0,1.0157175E0,-0E0,1.4330561E0,-0E0,7.422364E-1,-0E0,2.2188756E-1,-0E0,1.2586586E2,-0E0,3.1703125E1,-0E0,-0E0,6.8092346E-3,-0E0,3.5058594E-1,1.8632834E-1,-0E0,-0E0,3.453125E1,2.4134529E-1,-0E0,-6.1868817E-2,-0E0,-0E0,-1.3836436E-1,5.559375E1,7.49375E1,-6.830634E-1,-0E0,6.8847656E-1,-0E0,1.2841797E-1,-0E0,3.290625E1,-0E0,-0E0,1.3852134E0,-0E0,7.247925E-3,-0E0,9.106445E-2,3.121875E1,-0E0,8.3203125E-1,-0E0,5.347445E-1,-0E0,-0E0,-5.4405016E-1,-0E0,7.0875E1,1.20666504E-1,-0E0,4.60625E1,1.2735833E2,-0E0,8.196553E1,1.7310281E2,8.91875E1,7.681336E1,-0E0,1.8115324E2,1.166875E2,1.3034616E2,-0E0,-0E0,3.121875E1,-0E0,3.73125E1,9.8046875E-1,-0E0,9.453125E-1,9.3408203E-1,9.0771484E-1,-0E0,1.9229256E2,4.1E1,2.9469612E0,-0E0,1.0130861E0,1.6247559E-1,-0E0,1.0117335E0,4.81129E0,-0E0,-0E0,9.863281E-1,-0E0,8.506775E-3,4.0125E1,-0E0,8.671875E-1,-0E0,1.5771484E-1,1.10193535E2,-0E0,1.767366E0,1.55375E2,8.9990234E-1,-0E0,1.71E2,1.7258565E0,-0E0,-0E0,9.814453E-1,4.0942383E-1,4.6948242E-1,5.628941E-1,-0E0,8.536597E-1,-0E0,3.518986E-1,-0E0,5.8938057E1,-0E0,-0E0,3.9100647E-3,-0E0,-2.4687447E-1,-0E0,-5.456632E-1,-0E0,5.444336E-2,-0E0,1.4570413E0,-0E0,6.402588E-2,3.0484375E1,-0E0,-0E0,3.240625E1,5.4161236E1,-0E0,-8.28532E-2,-0E0,1.0625E2,-0E0,-0E0,8.683639E-1,-0E0,-6.188706E-1,-0E0,4.5834002E0,-0E0,1.1955261E-2,-0E0,4.434375E1,-0E0,3.2928548E0,5.0298553E1,-0E0,9.682617E-1,-0E0,-0E0,-4.3034685E-1,-3.1027738E-2,-0E0,1.2472134E0,-0E0,9.556453E-1,-0E0,1.826477E-2,7.953198E-1,3.309375E1,8.1782555E1,1.7622983E2,5.066679E0,1.6644908E2,-0E0,6.603241E-3,-0E0,2.73676E1,-0E0,-0E0,7.4560547E-1,-0E0,4.7264923E1,-5.209623E-1,-0E0,-0E0,8.256836E-1,3.7372172E-1,-0E0,-0E0,7.4072266E-1,1.9196118E0,7.8239995E-1,8.666992E-1,5.6961903E1,8.310547E-1,-0E0,-0E0,8.520508E-1,3.2012718E0,9.805691E1,3.1921875E1,-0E0,4.6289062E-1,-0E0,-0E0,1.5115753E2,-0E0,6.066619E-1,-0E0,2.5976953E-1,-0E0,4.9232832E-1,6.179077E1,-0E0,6.237793E-2,-0E0,4.399414E-1,-0E0,5.3222656E-1,-0E0,9.951172E-1,-0E0,6.7996824E-1,-0E0,9.9609375E-1,-0E0,-0E0,1.1697114E-1,-6.6854425E-2,-0E0,-0E0,-3.2764572E-1,-0E0,-3.0932018E-1,-0E0,1.9241333E-2,-0E0,4.525E1,-0E0,1.2735833E2,-0E0,-4.199646E-1,-0E0,8.2910156E-1,-0E0,-5.416551E-1,-0E0,3.0140625E1,-0E0,3.287884E0,8.2868356E-1,-0E0,1.8139648E-1,-0E0,-0E0,9.5410156E-1,-0E0,4.340625E1,-0E0,-4.3499166E-1,-0E0,9.2089844E-1,-5.961709E-1,-0E0,-0E0,5.644683E0,9.1064453E-1,6.4E1,2.0558515E0,4.5444508E0,-0E0,1.13342285E-1,3.30625E1,-0E0,8.2910156E-1,-0E0,9.946289E-1,-0E0,-0E0,-3.853185E-1,-0E0,9.213867E-1,1.0727851E2,-0E0,-0E0,4.9875E1,3.709375E1,-0E0,9.028926E-1,-0E0,1.6839132E0,9.980469E-1,-0E0,5.566406E-1,3.1703125E1,-0E0,-0E0,5.0264983E0,9.902344E-1,-0E0,8.857422E-1,-0E0,7.05E1,-0E0,7.3046875E-1,3.2979865E0,-0E0,9.794922E-1,-0E0,-5.700097E-1,9.116211E-1,-0E0,-0E0,2.0111084E-2,-0E0,1.514676E2,-0E0,2.0958126E-1,-0E0,2.015E2,-0E0,8.520508E-1,-0E0,3.3073682E-1,5.41852E0,-0E0,5.003125E1,-0E0,-0E0,5.7508125E0,-0E0,4.5460403E1,9.6972656E-1,-0E0,3.1547495E1,-0E0,-0E0,-5.1131475E-1,3.9800863E0,-0E0,-0E0,2.6604896E0,9.975586E-1,-0E0,-0E0,4.446462E1,4.3448898E-1,-0E0,8.520508E-1,-0E0,-0E0,9.9609375E-1,1.952249E2,-0E0,5.4161236E1,-0E0,9.970703E-1,1.8401611E0,-0E0,3.510235E0,-0E0,9.926758E-1,9.9658203E-1,-0E0,8.823242E-1,-0E0,-0E0,-6.639505E-1,-3.234998E-1,-0E0,1.7578125E-1,-0E0,-0E0,-2.1265103E-1,-3.613798E-1,-0E0,7.604016E1,6.109375E1,6.1187744E-2,4.16875E1,5.466461E-3,-0E0,-0E0,5.541992E-1,5.466461E-3,-0E0,5.7495117E-2,-0E0,-0E0,3.0296875E1,1.1933819E0,-0E0,1.13342285E-1,-0E0,5.872365E1,-0E0,1.5735574E2,-0E0,1.8075E2,-0E0,-0E0,6.044407E-1,-0E0,6.2353516E-1,5.115258E0,-0E0,-2.5737962E-1,-0E0,1.9882776E2,-0E0,-0E0,7.505922E-1,-8.106834E-1,-0E0,-0E0,1.2195292E2,3.4914327E-1,-0E0,-0E0,6.5722656E-1,7.285156E-1,-0E0,4.333578E-1,-0E0,-4.1845354E-1,-0E0,-0E0,-5.727504E-1,9.9853516E-1,-0E0,9.3408203E-1,-0E0,4.5349174E0,-0E0,-0E0,1.4085531E-1,8.972168E-2,2.3815918E-1,-0E0,7.363281E-1,5.7375234E-1,-0E0,2.0396228E-1,-0E0,3.328125E1,-0E0,-0E0,4.5500058E-1,-0E0,7.965088E-3,1.1621094E-1,1.6199211E2,3.428125E1,-0E0,-0E0,9.165039E-1,1.4782715E-1,3.709375E1,-0E0,9.8876953E-1,-0E0,3.008009E0,-0E0,2.0807076E2,-0E0,3.1375E1,-0E0,9.9902344E-1,-0E0,-4.3745592E-1,-0E0,-1.2442209E-1,-0E0,3.5365474E-1,-0E0,1.3300523E2,4.9270806E0,-0E0,-0E0,6.019756E-1,-0E0,9.6777344E-1,8.6987257E-1,-0E0,8.2373047E-1,-0E0,6.835436E-1,-0E0,-0E0,3.982544E-3,1.2779236E-2,-0E0,3.3061907E0,-0E0,3.90625E1,-0E0,9.8409065E1,-0E0,-0E0,5.909375E1,8.691406E-1,5.6E1,5.538432E1,-0E0,-0E0,9.941406E-1,-0E0,9.5410156E-1,-0E0,9.584961E-1,7.661133E-1,4.4995117E-1,-0E0,9.1308594E-1,4.124296E0,9.1064453E-1,-0E0,2.584934E0,-0E0,2.5295317E0,9.9902344E-1,-0E0,7.8086936E-1,-0E0,5.257164E0,-0E0,-0E0,8.959961E-1,5.864258E-1,-0E0,5.182063E0,-0E0,8.1930727E-1,-0E0,-0E0,-4.3915012E-1,-3.6546394E-1,-0E0,2.7375E2,-0E0,-0E0,3.6875E1,-0E0,5.551758E-1,-0E0,7.84375E1,7.0231485E-1,-0E0,-0E0,-4.4238815E-1,4.6670958E-1,-0E0,8.7158203E-1,-0E0,1.1880578E0,-0E0,-1.7727642E-1,-0E0,-0E0,9.267578E-1,4.9650044E0,-0E0,6.1194307E-1,-0E0,8.857422E-1,-0E0,3.7743076E1,-0E0,8.2666016E-1,-0E0,2.0385742E-1,-0E0,9.0771484E-1,7.73441E1,-0E0,3.1609375E1,-0E0,1.0405471E0,-0E0,-2.757263E-1,5.776258E0,-0E0,-0E0,-4.3742877E-1,9.9853516E-1,-0E0,-0E0,1.19209595E2,2.1557617E-1,-0E0,4.0895313E1,-0E0,8.835814E1,-0E0,2.1875E-1,9.995117E-1,5.0365543E1,1.02375E2,8.80057E-1,-0E0,9.926758E-1,-0E0,-0E0,1.297989E2,-0E0,2.5253206E-1,3.9643748E0,-0E0,-0E0,9.165039E-1,-0E0,4.8510137E0,4.309914E0,-0E0,-0E0,-5.6324846E-1,4.8746544E1,-0E0,-0E0,-1.3929522E-1,1.5685344E2,1.7310281E2,-0E0,3.4196594E-1,-5.0989985E-1,-0E0,9.213867E-1,-0E0,-6.251641E-1,-0E0,-0E0,9.501805E1,-0E0,1.0363963E0,-0E0,5.466461E-3,5.760582E-2,-0E0,1.937567E2,-0E0,-0E0,3.6875E1,3.0484375E1,-0E0,9.970703E-1,-0E0,2.8055507E-1,-0E0,6.1187744E-2,-0E0,-0E0,9.490967E-3,9.946289E-1,-0E0,3.5852358E-1,-0E0,-0E0,8.441162E-2,8.7060547E-1,5.415039E-1,9.946289E-1,-0E0,1.01467026E2,9.951172E-1,3.33125E1,-0E0,-0E0,-6.841542E-1,8.661053E-1,-0E0,-0E0,1.6135982E-1,-0E0,1.9603203E2,1.5670776E-2,-0E0,-0E0,9.1259766E-1,-0E0,6.3493353E-1,-5.2434415E-1,-0E0,-0E0,3.9557832E-1,9.9658203E-1,-0E0,6.3720703E-1,-0E0,7.7687424E-1,-0E0,9.135742E-1,-0E0,1.0201228E0,-0E0,-0E0,6.4975464E-1,4.773229E0,-0E0,-0E0,3.903125E1,1.1985722E0,-0E0,2.963971E-1,-0E0,-1.9276217E-1,-0E0,-0E0,1.4547375E2,2.8173828E-1,-0E0,-0E0,9.8535156E-1,7.1533203E-1,-0E0,-0E0,8.6328125E-1,1.4562988E-1,-0E0,-0E0,1.0644531E-1,8.0192786E-1,-0E0,-0E0,9.6777344E-1,-5.7773083E-1,-0E0,-0E0,1.036867E0,-0E0,3.3062756E-1,5.0037637E0,-0E0,-0E0,1.18637085E-2,8.530586E-1,-0E0,-0E0,5.41852E0,5.369222E-1,-0E0],"split_indices":[6,14,15,5,15,16,4,13,18,7,4,7,17,14,15,12,8,0,0,5,4,13,19,2,0,1,0,1,0,0,13,16,6,1,14,16,19,11,11,12,10,9,0,14,0,11,0,0,0,1,1,4,6,0,0,8,5,9,3,18,4,1,6,17,13,0,8,3,18,0,0,7,14,5,0,0,11,0,0,0,9,0,14,17,17,3,17,7,17,11,16,3,2,19,8,0,14,14,5,8,0,2,0,0,0,15,0,19,0,9,16,0,0,3,16,10,13,14,10,0,15,5,0,0,0,0,5,2,13,0,6,19,19,10,17,0,0,10,0,11,18,2,0,4,0,11,17,0,0,0,15,17,0,0,0,18,0,9,16,10,5,17,2,0,15,0,0,0,15,16,6,0,0,16,0,2,0,19,13,0,0,13,8,11,6,0,0,0,0,0,0,5,0,0,0,7,0,0,0,18,0,0,12,7,0,0,0,0,0,16,0,0,0,0,19,0,14,0,16,4,17,15,3,0,0,12,0,0,18,17,0,0,18,0,11,0,0,0,3,0,18,5,18,0,6,0,9,0,0,0,18,0,0,18,0,6,2,0,13,12,0,18,0,0,0,0,18,12,17,17,17,18,5,14,17,0,0,19,0,0,0,0,0,0,0,0,17,1,0,0,14,0,0,6,0,9,0,19,5,0,0,0,0,0,0,0,0,0,0,12,0,13,11,0,4,0,7,19,4,0,2,0,3,2,3,0,0,0,0,0,4,0,0,0,17,0,0,0,0,1,0,9,3,15,18,15,15,15,1,3,0,17,18,3,7,0,10,0,0,10,0,0,12,0,10,0,19,0,0,6,0,0,15,0,10,18,0,0,13,3,0,0,12,12,2,11,0,0,0,0,0,0,0,5,19,0,0,0,0,0,0,8,17,10,9,8,6,10,17,10,6,15,12,12,0,0,19,2,0,16,14,6,14,3,9,0,16,0,14,0,15,0,0,3,0,0,0,10,0,16,0,0,0,0,0,0,0,0,0,0,16,10,0,0,11,0,13,18,0,1,0,17,0,0,0,3,10,19,2,9,4,14,7,0,2,9,5,19,16,0,11,13,0,0,0,6,9,7,3,5,0,0,10,0,1,8,1,15,0,0,12,11,0,12,1,11,2,6,17,6,11,14,0,0,19,11,0,0,14,0,18,0,0,0,0,11,0,0,9,0,0,0,0,0,0,0,11,6,18,8,9,9,14,13,4,0,3,19,17,17,1,5,0,0,0,15,18,5,0,0,0,13,0,14,0,0,1,13,6,0,10,2,11,0,14,4,0,0,0,0,16,0,0,18,0,1,0,1,0,0,0,0,0,0,0,14,16,13,13,13,17,2,0,0,19,17,0,6,0,9,14,0,2,3,0,0,9,0,0,0,0,0,0,0,0,9,0,0,14,1,0,12,0,11,11,6,0,10,0,0,0,11,0,13,0,0,8,8,0,8,0,0,10,6,1,0,12,17,1,0,3,0,19,0,13,0,0,0,0,12,16,13,4,0,11,9,3,15,4,0,12,13,15,3,0,0,4,2,0,0,1,0,0,0,15,11,2,4,14,0,17,15,2,0,7,13,0,0,16,0,0,0,11,0,3,0,17,0,13,4,0,0,0,0,0,0,1,0,0,13,0,0,0,6,0,6,0,18,0,0,0,0,6,0,0,0,0,8,0,0,0,0,5,3,0,7,0,11,0,0,0,16,16,0,0,9,0,0,10,17,0,0,7,4,0,9,0,6,5,5,0,18,0,0,10,4,16,11,19,18,13,8,0,10,2,6,13,10,5,19,6,15,0,14,0,0,11,0,7,4,18,4,6,18,17,12,0,0,0,15,2,0,6,0,7,4,0,0,9,0,0,0,12,3,0,0,0,0,0,0,0,2,0,0,0,6,0,11,0,0,17,0,13,0,0,0,11,0,0,0,0,0,0,9,11,0,0,17,0,16,0,10,0,0,2,0,19,0,19,8,0,16,0,0,0,0,0,0,10,13,0,8,4,0,7,4,9,5,0,6,11,7,0,0,8,0,10,18,0,14,16,15,0,6,10,2,0,2,12,0,0,3,0,0,19,0,17,11,0,15,0,13,5,0,1,10,12,0,10,0,0,0,18,16,17,0,0,2,0,0,0,4,0,0,17,0,0,0,0,0,19,0,0,0,13,11,0,0,10,5,0,0,0,9,0,0,0,0,0,0,2,0,17,0,11,0,0,5,0,18,0,0,0,0,0,1,0,0,0,19,0,11,5,6,3,4,0,19,0,7,0,0,19,0,5,0,0,0,12,0,0,0,12,2,0,18,4,18,0,0,18,2,4,11,0,15,0,0,4,0,2,0,0,0,2,5,0,12,0,12,0,12,0,18,0,0,0,16,0,0,0,0,0,0,0,0,0,0,18,0,9,0,4,0,0,0,14,0,0,0,8,0,3,0,0,16,0,0,19,0,10,0,0,0,19,0,0,0,2,14,9,1,1,0,16,8,0,15,0,14,0,0,0,0,14,4,0,0,8,10,0,3,0,2,15,0,12,10,0,0,1,16,0,14,0,10,0,16,2,0,19,0,0,12,0,0,18,0,6,0,0,0,9,0,14,0,0,1,0,9,0,0,1,0,5,17,0,7,0,0,0,2,0,0,0,14,0,0,7,0,0,15,0,0,14,6,0,5,0,14,0,0,0,0,17,17,0,14,0,0,0,0,0,17,0,0,0,0,0,5,10,13,8,19,0,0,17,19,0,13,0,0,8,1,0,16,0,7,0,6,0,11,0,0,0,0,15,0,0,0,0,6,0,0,0,0,0,0,5,0,0,0,15,17,0,0,0,0,0,0,0,14,0,16,0,3,0,0,0,12,12,0,13,0,0,0,0,8,0,0,0,0,18,13,6,10,0,0,14,12,10,0,17,0,0,0,6,0,8,0,15,0,0,0,0,0,0,0,5,0,0,0,3,0,17,0,0,16,0,3,0,0,19,19,0,0,0,11,0,5,0,0,8,13,11,5,0,0,19,0,18,0,19,18,12,0,18,3,15,0,2,0,2,14,0,2,0,3,0,0,14,12,0,0,0,0,0,0,0,0,0,11,0,0,11,0,14,0,11,0,0,0,0,0,0,15,0,2,0,0,0,0,14,2,0,0,0,14,0,7,0,18,0,16,0,14,4,0,8,0,0,0,0,2,0,0,0,14,0,0,7,17,0,7,0,4,0,18,17,7,11,0,0,16,0,0,4,0,0,1,0,0,15,0,1,3,0,0,0,4,0,0,0,6,4,0,0,0,0,14,0,0,0,0,5,0,0,0,19,0,0,6,0,0,10,8,0,17,0,0,0,13,0,0,19,17,0,0,0,0,12,18,18,19,0,5,18,10,0,0,0,0,0,0,0,0,6,16,0,0,13,0,0,0,0,0,0,15,0,13,0,1,0,14,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,7,17,0,0,19,15,0,0,15,17,0,0,16,0,0,0,17,0,0,0,3,0,0,2,0,0,18,0,0,0,1,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.1554398E3,8.6261414E2,2.9282562E2,1.9926375E2,6.633504E2,1.780012E2,1.14824425E2,1.2321457E2,7.604918E1,8.245467E1,5.808957E2,1.7594513E2,2.0560746E0,8.400147E1,3.0822952E1,6.7187E1,5.6027573E1,1.1721407E0,7.487704E1,6.147376E1,2.0980917E1,5.6646674E2,1.4428992E1,1.6865419E2,7.2909427E0,7.808359E-1,1.2752388E0,2.9813667E1,5.4187805E1,4.7745997E-1,3.0345491E1,1.5075651E1,5.2111343E1,5.3425255E1,2.6023157E0,2.6748552E1,3.472521E1,1.6031971E1,4.948946E0,5.567862E2,9.680521E0,4.0564756E0,1.0372517E1,1.6752582E2,1.1283805E0,2.8088741E0,4.4820685E0,5.3649384E-1,2.4434207E-1,9.040663E0,2.0773005E1,2.4793015E1,2.939479E1,8.066243E-1,2.9538868E1,5.4494386E0,9.626212E0,1.9095026E1,3.3016315E1,4.8089405E1,5.3358502E0,1.2142637E0,1.388052E0,1.4765266E1,1.1983285E1,1.1417078E0,3.35835E1,7.886164E0,8.145806E0,4.2976832E0,6.5126294E-1,5.4651385E2,1.0272364E1,1.3687651E0,8.311756E0,2.4837468E0,1.5727288E0,1.6830313E-1,1.0204213E1,1.6087381E2,6.6519985E0,6.9962025E-1,2.109254E0,6.50143E0,2.5392327E0,1.919225E1,1.5807555E0,1.4787825E1,1.0005191E1,1.7605547E1,1.1789244E1,1.8962364E0,3.5532022E0,5.560051E0,4.0661616E0,1.1480937E0,1.7946934E1,9.974837E0,2.3041477E1,4.723017E1,8.592346E-1,3.1830797E0,2.1527705E0,1.0443709E0,1.6989289E-1,1.1897291E0,1.983229E-1,1.3626098E1,1.1391689E0,7.989502E0,3.9937832E0,4.7796774E-1,3.3105534E1,2.7638962E0,5.1222677E0,4.3860197E0,3.7597866E0,4.0897482E2,1.37539E2,8.674494E0,1.5978689E0,3.795188E-1,9.8924625E-1,2.92472E-1,2.191275E0,4.1055214E-1,1.1621766E0,4.5948324E0,2.0571656E0,4.4872627E-1,1.6605276E0,5.4003997E0,1.1010305E0,9.8330593E-1,1.5559268E0,1.8476383E1,7.158668E-1,6.331872E-1,9.475683E-1,1.0751177E1,4.0366473E0,6.3939147E0,3.6112764E0,5.1502113E0,1.2455337E1,2.5181746E0,9.271069E0,6.9824237E-1,1.1979941E0,2.71044E-1,3.2821581E0,3.7712042E0,1.7888467E0,7.991184E-1,3.267043E0,1.7302267E1,6.446656E-1,5.817054E0,4.157784E0,6.789773E0,1.6251705E1,3.3681364E0,4.3862034E1,1.5237918E0,1.6592878E0,1.0267785E0,1.6295071E-1,2.0236118E0,1.1602486E1,2.3429658E0,5.6465364E0,2.9346272E-1,3.7003205E0,2.3917968E0,3.7209943E-1,4.286595E0,8.356728E-1,3.164523E0,1.2214969E0,3.5710258E0,1.8876088E-1,1.2682131E2,2.8215353E2,2.7127192E1,1.1041181E2,8.2807E0,3.9379418E-1,1.1497378E0,4.481311E-1,2.1704157E-1,1.6247724E-1,9.16925E-1,2.4525166E-1,1.6765015E-1,4.427182E0,1.3306493E0,7.265165E-1,1.3759011E0,2.8462654E-1,4.4915233E0,9.0887654E-1,2.338451E-1,8.6718535E-1,7.601072E-1,2.2319867E-1,1.3063939E0,2.4953294E-1,2.535517E-1,3.7963548E-1,9.47453E0,1.2766473E0,2.9362583E0,1.100389E0,1.4999735E0,4.893941E0,1.1014022E0,2.509874E0,1.5457189E0,3.6044924E0,5.475623E0,6.979713E0,1.2967654E0,1.2214091E0,5.54052E-1,8.717017E0,2.982823E0,2.9933524E-1,3.2154098E-1,3.4496634E0,1.2703863E0,5.184604E-1,2.582792E-1,3.0087638E0,4.9410498E-1,1.6808163E1,5.4430995E0,3.7395415E-1,1.6668218E0,2.4909623E0,2.0530195E0,4.736754E0,1.0119535E1,6.1321697E0,1.9252733E0,1.442863E0,7.930836E-1,4.306895E1,2.567081E-1,1.2670838E0,4.6825433E-1,1.1910335E0,1.1241121E1,3.6136496E-1,2.1027431E0,2.4022256E-1,4.3736253E0,1.2729112E0,3.2723022E-1,2.0645666E0,3.888933E0,3.9766204E-1,1.9577973E0,1.2067257E0,1.9024423E-1,1.0312527E0,2.0701118E-1,3.3640146E0,7.652936E1,5.029195E1,2.6718582E2,1.4967716E1,1.01928625E1,1.6934328E1,1.04456924E2,5.954888E0,2.57905E-1,6.5902E-1,1.0629835E0,2.676657E-1,4.122339E0,3.6918417E-1,1.7533928E-1,6.918461E-1,5.373071E-1,2.2280018E-1,4.4753492E-1,9.026995E0,2.5205681E0,4.1569036E-1,5.4383975E-1,4.3501015E0,1.9012104E0,6.086637E-1,2.8286362E0,7.7585626E-1,5.235561E0,2.4006255E-1,4.608904E0,2.3708093E0,1.1107028E0,1.8606263E-1,1.0407164E0,1.8069272E-1,1.6691382E-1,2.815909E0,3.1822228E0,2.6744053E-1,1.0174259E0,2.529604E-1,2.7923024E0,2.1646139E-1,1.4513219E1,2.2949433E0,6.034669E-1,1.8874954E0,3.228117E-1,4.413942E0,4.4922714E0,5.6272635E0,9.800962E-1,5.1520734E0,6.298377E-1,8.130253E-1,1.2130966E0,4.1855854E1,8.163573E-1,3.7467623E-1,1.9318494E0,1.7089377E-1,8.2276785E-1,3.5508573E0,1.0333592E0,2.3955198E-1,3.5152504E-1,1.7130417E0,1.8752195E-1,3.701411E0,4.101489E-1,1.5476483E0,3.0246234E0,3.393912E-1,5.0333813E1,2.6195545E1,3.557543E1,1.4716517E1,4.894459E1,2.1824121E2,1.262558E1,2.342137E0,9.757681E0,4.351815E-1,1.1090565E1,5.8437643E0,6.873407E1,3.5722855E1,6.17535E-1,5.3373528E0,8.6600727E-1,1.969763E-1,8.529706E0,4.9728847E-1,2.3238382E-1,2.2881842E0,5.51231E-1,3.79887E0,3.8182124E-1,2.446815E0,4.2902726E-1,4.8065333E0,2.6314142E0,1.9774896E0,3.1150252E-1,2.0593069E0,3.8972902E-1,2.4025733E0,1.4273579E1,2.396405E-1,7.333232E-1,1.5616201E0,1.7026418E0,1.8485358E-1,1.8205658E-1,4.2318854E0,2.2906811E0,2.2015903E0,5.035947E0,5.913167E-1,4.280489E-1,4.7240243E0,5.335115E-1,2.7951378E-1,1.6330677E-1,1.0497899E0,3.9378662E1,2.477192E0,3.1549456E0,3.9591187E-1,1.5129869E0,2.0005469E-1,2.699679E0,3.2494465E-1,2.22846E1,2.8049213E1,1.3995756E1,1.219979E1,9.889103E0,2.568633E1,8.675998E0,6.040519E0,1.0437184E1,3.850741E1,8.104197E1,1.3719925E2,1.0887585E1,1.7379947E0,4.3603617E-1,1.9061009E0,7.1540313E0,2.6036499E0,9.028129E0,2.0624356E0,2.8231192E0,3.0206451E0,5.586435E1,1.28697195E1,5.157786E0,3.0565067E1,3.2321256E-1,5.01414E0,5.9184843E-1,7.937858E0,2.1220832E0,1.6610102E-1,3.0617924E0,7.3707783E-1,1.876872E-1,2.2591276E0,1.9116896E0,7.197245E-1,1.8780848E0,1.8122198E-1,2.1686475E0,2.3392597E-1,3.9349368E-1,1.3880085E1,1.661282E-1,1.395492E0,1.502803E0,1.9983886E-1,1.6579588E-1,4.0660896E0,2.0389264E0,2.5175476E-1,2.9551187E-1,1.9060785E0,5.098712E-1,4.526076E0,3.8573727E1,8.0493695E-1,8.2588154E-1,1.6513104E0,2.9902778E0,1.6466767E-1,2.3665154E0,3.3316347E-1,9.12262E0,1.316198E1,2.2658901E1,5.390312E0,9.32958E0,4.6661754E0,9.621022E0,2.5787675E0,1.724509E0,8.164594E0,2.1408464E1,4.2778664E0,1.5259728E0,7.1500254E0,1.1707981E0,4.869721E0,9.340723E0,1.0964612E0,3.253352E1,5.97389E0,7.333266E1,7.7093143E0,1.3379184E2,3.4074025E0,9.997481E0,8.9010394E-1,2.3440424E-1,1.6716967E0,3.8785642E-1,6.766175E0,1.4815574E0,7.5465717E0,1.6460315E0,4.164041E-1,1.4139088E0,1.4092102E0,2.7369175E0,2.8372768E-1,3.519075E1,2.0673595E1,5.557989E0,7.3117304E0,2.1230698E0,3.0347161E0,2.5599749E1,4.965319E0,4.809579E0,2.0456162E-1,2.6257282E-1,7.675285E0,2.7787986E0,2.829939E-1,1.68328E-1,2.0907998E0,2.7923214E-1,1.6324575E0,1.595379E0,2.827058E-1,3.7185357E0,3.4755403E-1,1.7927833E0,2.4614307E-1,2.1902959E-1,1.6870489E0,4.162913E0,3.6316308E-1,5.605253E-1,3.80132E1,1.6579519E-1,6.6008633E-1,1.7160805E-1,2.8186698E0,5.65493E0,3.467689E0,9.829686E0,3.3322942E0,2.0568697E1,2.0902047E0,2.6635826E0,2.7267294E0,2.812206E-1,9.04836E0,2.4973557E0,2.16882E0,5.4200177E0,4.2010045E0,1.9663767E0,6.123909E-1,7.6624055E0,5.021879E-1,1.37618065E1,7.6466575E0,3.529096E0,7.487705E-1,3.8829902E-1,1.1376739E0,5.630082E0,1.5199431E0,3.9160435E0,9.536776E-1,3.0142443E0,6.326479E0,1.9672726E1,1.2860791E1,3.0768595E0,2.8970304E0,1.5321624E1,5.8011032E1,6.6221625E-1,7.047098E0,1.993154E1,1.13860306E2,4.7551206E-1,2.9318905E0,1.515276E0,8.482205E0,3.1034306E-1,1.3613535E0,6.3495765E0,4.1659856E-1,1.011039E0,4.7051835E-1,6.6976767E0,8.488948E-1,3.0958694E-1,1.3364445E0,1.821736E-1,1.2270366E0,2.5582957E0,1.7862174E-1,1.9661594E1,1.5529159E1,2.1334052E0,1.8540192E1,2.874197E0,2.683792E0,5.432528E0,1.8792024E0,3.6295664E-1,1.7601131E0,1.735775E0,1.2989411E0,2.4156025E1,1.4437243E0,2.3169587E0,2.6483603E0,2.0628951E-1,4.603289E0,7.5047717E0,1.7051354E-1,1.99079E-1,2.5797195E0,1.7266966E0,3.6410305E-1,1.4619739E0,1.7048368E-1,2.4922436E-1,1.543559E0,1.4428995E0,2.4414939E-1,3.7346823E0,4.2823026E-1,2.0539385E-1,2.613276E0,4.9299726E0,7.249577E-1,1.3183188E0,2.1493702E0,5.61766E0,4.2120256E0,2.983775E0,3.485192E-1,1.898771E1,1.5809853E0,1.0147413E0,1.0754634E0,2.056568E0,6.0701483E-1,2.0681717E0,6.5855753E-1,5.442978E-1,8.504062E0,1.8129852E0,6.843704E-1,1.6469119E0,5.2190804E-1,8.3386457E-1,4.5861535E0,2.0388358E0,2.1621687E0,2.4893194E-1,1.7174448E0,9.43264E0,4.329167E0,9.37876E-1,6.7087812E0,5.582544E-1,2.9708416E0,1.7235395E0,3.9065428E0,3.6281137E0,2.879297E-1,5.845455E0,4.8102346E-1,1.025117E1,9.421556E0,8.209421E0,4.6513705E0,2.347837E-1,2.6622467E0,5.6374154E0,9.684209E0,3.6717102E1,2.1293926E1,7.561258E-1,6.290972E0,1.171234E1,8.219198E0,9.0929695E1,2.2930613E1,2.0240834E-1,2.729482E0,8.251394E0,2.3081042E-1,2.0325455E-1,6.146322E0,8.2537764E-1,1.8566138E-1,3.1809926E-1,6.3795776E0,6.647616E0,1.3013978E1,1.2211301E1,3.3178575E0,5.2273303E-1,1.6106722E0,1.5031275E1,3.5089157E0,7.198115E-1,2.1543856E0,2.5084414E0,1.7535058E-1,8.2274365E-1,4.6097846E0,1.521842E0,2.3827119E-1,2.25428E-1,1.510347E0,6.6407794E-1,2.3491947E1,3.9751998E-1,1.9194387E0,5.02971E-1,2.1453893E0,4.4330907E0,1.7019838E-1,2.5682396E-1,7.2479477E0,2.1241758E0,4.5554367E-1,7.6123583E-1,2.9734466E0,2.389096E0,2.2417986E-1,4.4275775E0,5.0239474E-1,1.0935531E0,2.2476579E-1,1.5558319E0,5.935384E-1,3.891148E0,1.7265122E0,2.7623353E0,1.4496903E0,2.817126E0,1.6664895E-1,9.483135E-1,1.8039398E1,1.8873234E0,1.6924441E-1,7.7378243E-1,1.2943894E0,8.022667E0,4.8139566E-1,1.6092944E0,2.036908E-1,2.0280382E-1,1.444108E0,4.3742456E0,2.1190794E-1,1.8301818E0,2.0865387E-1,1.3517514E0,8.1041735E-1,1.4818363E0,2.3560843E-1,1.398738E0,8.033902E0,2.6764657E0,1.6527014E0,6.5143666E0,1.9441499E-1,2.6909524E-1,2.7017462E0,3.6578877E0,2.486549E-1,6.173313E-1,5.228124E0,5.0972652E0,5.153905E0,8.060352E0,1.3612038E0,2.5325136E0,5.6769075E0,3.3187184E0,1.332652E0,2.4893427E0,1.7290416E-1,1.1102884E0,4.527127E0,3.0960805E0,6.5881286E0,2.0160692E0,3.4701035E1,1.3743331E1,7.550596E0,5.8251762E0,4.6579617E-1,3.2732496E0,8.439091E0,4.2305813E0,3.988617E0,3.6513727E0,8.727832E1,8.2805605E0,1.4650052E1,2.5550606E0,1.7442147E-1,7.986626E0,2.6476863E-1,2.4536125E-1,5.9009604E0,2.435491E-1,6.1360283E0,4.912721E0,1.7348945E0,5.255988E0,7.7579894E0,3.631286E0,8.580015E0,1.6722144E0,1.6456431E0,1.3983386E0,2.1233365E-1,1.1681274E1,3.3500004E0,6.2935483E-1,2.879561E0,4.3086404E-1,1.7235215E0,2.3421996E0,1.66242E-1,1.6914585E-1,4.4406385E0,2.241429E-1,1.2862041E0,1.1189663E0,2.237298E1,1.4804907E0,4.3894807E-1,1.7777041E0,3.6768517E-1,4.2190537E0,2.140372E-1,2.7737863E0,1.9966032E-1,4.134869E0,2.9270843E-1,1.3932228E0,1.626091E-1,2.9534295E0,9.377185E-1,2.5743551E0,1.8798019E-1,4.7015506E-1,1.7569242E1,1.0684397E0,6.954227E0,1.1546242E0,2.8948382E-1,2.1808983E-1,4.1561556E0,1.6652794E0,1.649024E-1,1.1726727E0,1.7907867E-1,1.6312407E-1,1.235614E0,6.318256E0,1.7156459E0,6.2330365E0,2.8132972E-1,2.5231984E0,1.7854802E-1,3.4924526E0,1.6543518E-1,5.063093E0,1.6503067E-1,7.068351E-1,4.3904305E0,1.9040114E0,3.2498934E0,4.597976E-1,7.600555E0,2.2474968E0,2.850169E-1,4.4589186E0,1.2179891E0,2.8815074E0,4.3721104E-1,4.163291E-1,2.0730135E0,1.9538336E-1,4.3317437E0,2.6640728E0,4.320077E-1,1.4722663E0,5.1158624E0,5.0877064E-1,1.5072986E0,8.753506E0,2.5947529E1,1.0932828E1,2.8105028E0,4.292907E0,3.2576888E0,5.6350513E0,1.9012496E-1,6.75158E-1,2.5980916E0,1.0969907E0,7.3421E0,3.8572748E0,3.7330675E-1,2.1716223E0,1.8169947E0,2.8166585E0,8.347143E-1,6.612394E1,2.1154383E1,6.637184E0,1.6433758E0,6.0976286E0,8.5524235E0,1.6749488E-1,2.3875656E0,7.2418165E0,7.448093E-1,1.8794775E-1,5.7130127E0,1.7815927E-1,5.957869E0,3.877864E0,1.0348573E0,1.2359321E0,4.9896243E-1,3.3594477E0,1.8965405E0,1.385356E0,6.3726335E0,1.8823812E0,1.7489046E0,3.699591E-1,8.210056E0,1.4302973E0,2.419172E-1,1.5322585E0,1.0149016E1,1.3963158E0,1.9536846E0,2.2256165E0,6.539444E-1,1.4891292E0,2.3439221E-1,1.9414624E0,4.007371E-1,4.100746E0,3.398927E-1,1.9794989E0,2.0393482E1,2.2300792E-1,1.2574828E0,5.386721E-1,3.5961971E0,1.7755075E-1,2.7758787E0,1.8553233E-1,2.3888228E0,9.66596E-1,1.6602648E1,6.736798E0,2.174292E-1,1.9234852E-1,3.963807E0,4.347458E0,1.970798E0,1.035621E0,6.800249E-1,2.3391464E0,1.8405186E-1,3.0364233E-1,3.1888103E0,1.6339111E-1,4.899702E0,8.7603533E-1,3.514395E0,2.691071E-1,2.9807863E0,1.5403267E0,6.0602283E0,1.8208241E-1,2.0654144E0,3.2101834E0,1.2487351E0,4.036596E0,2.9514778E-1,5.9143806E-1,2.0726347E0,1.2293836E0,2.4288274E-1,4.2492466E0,8.6661553E-1,1.2179078E0,2.893908E-1,8.527769E0,2.2573617E-1,2.302332E1,2.9242105E0,3.0252094E0,7.9076185E0,3.350975E0,9.4193244E-1,2.6940408E0,5.63648E-1,5.240923E0,3.9412823E-1,2.5351992E-1,2.3445716E0,7.1492404E-1,6.6271763E0,3.6595507E0,1.9772413E-1,4.6693066E-1,1.7046918E0,1.5226619E0,2.943327E-1,3.5764185E-1,2.4590166E0,6.043827E1,5.6856694E0,3.3233128E0,1.783107E1,5.39613E0,1.2410544E0,8.628781E-1,5.2347503E0,4.5513406E0,4.001083E0,7.059932E0,1.8188465E-1,5.403269E0,3.0974394E-1,2.0155255E-1,5.7563167E0,3.0885202E-1,3.569012E0,2.4882503E-1,9.871071E-1,6.0525715E-1,2.7541907E0,1.7238634E0,1.7267722E-1,4.5834494E0,1.7891842E0,1.6116955E0,2.7068564E-1,1.5575477E0,1.9135697E-1,7.509449E0,7.006068E-1,1.2442564E0,1.860409E-1,8.91408E0,1.2349368E0,2.4059194E-1,1.1557238E0,9.483663E-1,1.0053183E0,2.3865041E-1,1.9869661E0,2.4789125E-1,1.241238E0,1.9680318E-1,3.9039428E0,8.890912E-1,1.950439E1,3.3572364E-1,2.440155E0,2.863178E-1,2.102505E0,3.1603032E-1,1.6286617E1,1.6603346E-1,6.570764E0,1.814796E-1,3.7823274E0,3.3462787E-1,4.0128303E0,2.0329745E0,3.0617195E-1,3.292923E0,2.2147202E-1,3.5046196E-1,2.6303244E0,1.5679973E0,4.4922314E0,2.2909522E-1,1.8363192E0,2.2782335E-1,2.9823601E0,3.8656797E0,1.7091605E-1,6.520187E-1,3.597228E0,3.9575222E0,4.570247E0,2.9834907E0,2.0039827E1,9.8133487E-1,1.9428756E0,2.1948178E0,8.303915E-1,7.6285815E0,2.7903715E-1,3.1225762E0,2.2839884E-1,2.065258E-1,2.487515E0,3.8089678E-1,4.860026E0,2.0478876E0,2.966841E-1,2.7586585E-1,6.3513103E0,1.538674E0,1.6601765E-1,2.282502E0,1.7651463E-1,2.025339E1,4.018488E1,6.902827E-1,4.995387E0,2.586844E0,7.3646873E-1,1.3908448E0,1.6440226E1,4.598408E0,7.977218E-1,4.6823416E0,5.524089E-1,3.666352E0,8.849887E-1,1.7989272E0,2.2021556E0,2.4628378E-1,6.813648E0,5.8137E-1,4.821899E0,5.5490003E0,2.0731664E-1,2.2544947E-1,3.3435624E0,3.3406642E-1,2.4201243E0,1.6340238E-1,1.5604609E0,4.4062766E-1,4.142822E0,2.0749432E-1,1.4042011E0,2.618119E-1,1.2957357E0,7.1363215E0,3.731274E-1,8.347587E0,5.664931E-1,1.9511546E-1,3.7088273E0,1.2493837E0,1.8255007E1,2.2372124E0,2.029426E-1,1.4920567E1,1.3660501E0,3.1465688E-1,3.4676707E0,3.2807546E0,7.320755E-1,3.598641E-1,2.9330587E0,2.4403663E0,1.8995814E-1,3.8392422E-1,4.108307E0,2.6344612E0,3.4789884E-1,3.410054E0,1.8717408E-1,6.293007E-1,3.3282216E0,2.8513198E0,1.718927E0,1.5946401E0,1.3888506E0,1.7349113E1,2.6907148E0,3.7433562E-1,1.56854E0,5.2912563E-1,1.6656922E0,6.29575E0,1.3328315E0,2.1941297E0,9.2844635E-1,1.6631746E-1,4.6937084E0,1.7535379E0,2.9434958E-1,6.055293E0,2.9601753E-1,2.8436583E-1,1.2543082E0,1.9864877E0,2.9601428E-1,1.5842734E1,4.410656E0,3.2386784E1,7.798097E0,4.319643E0,6.7574394E-1,3.108685E-1,2.2759755E0,1.5769501E1,6.707246E-1,4.3985353E0,1.9987272E-1,2.4302441E-1,4.439317E0,2.6718976E0,9.944545E-1,1.3485225E0,4.5040464E-1,1.8804829E0,3.2167265E-1,6.5196867E0,2.939614E-1,5.346435E0,2.0256501E-1,4.444022E-1,2.8991601E0,2.4086641E-1,2.1792579E0,3.9468532E0,1.9596852E-1,1.2371732E0,1.6702805E-1,6.9527555E0,1.8356611E-1,2.3415671E-1,8.11343E0,3.5436783E0,1.6514914E-1,3.9429444E-1,1.7860712E1,1.9657588E0,2.7145374E-1,7.71889E-1,1.4148678E1,3.0453622E0,2.3539239E-1,2.6792455E0,2.538135E-1,2.0658948E0,3.7447125E-1,3.3482727E-1,3.7734797E0,3.232225E0,1.7782888E-1,2.7638257E0,5.643957E-1,2.6521723E0,1.9914761E-1,2.0054066E-1,1.3940995E0,1.36169815E1,3.7321317E0,7.378818E-1,1.952833E0,1.3368021E0,2.3173794E-1,1.4505631E0,2.1512915E-1,5.8737116E0,4.2203858E-1,1.701316E-1,2.0239983E0,5.2031255E-1,5.5349803E0,7.7545233E0,8.088211E0,3.2781055E0,1.1325504E0,2.5062394E0,2.9880543E1,5.399415E0,2.398682E0,2.3389068E-1,4.0857525E0,5.810895E-1,1.6948861E0,3.153049E-1,1.5454196E1,2.2015707E-1,4.178378E0,2.4059442E-1,4.198723E0,2.9563165E-1,2.376266E0,3.7397364E-1,9.745489E-1,1.8269949E-1,1.6977835E0,3.9192697E-1,6.12776E0,5.1835866E0,1.6284859E-1,3.029329E-1,2.5962274E0,2.0620385E-1,1.9730539E0,3.750508E0,1.9634502E-1,6.767677E0,1.850787E-1,1.7661777E1,1.9893458E-1,1.0906553E0,1.30580225E1,2.8527393E0,1.9262287E-1,3.0370314E0,1.9519371E-1,2.533277E0,2.3054871E-1,2.460886E0,1.9128636E-1,2.2394829E0,1.1377498E1,2.4165866E0,1.3155452E0,1.7253032E0,2.2752978E-1,5.4832363E-1,5.3253875E0,2.0655489E-1,5.3284254E0,2.232418E0,5.522105E0,4.753991E0,3.3342197E0,3.7966117E-1,2.8984444E0,4.885384E0,2.499516E1,1.9350785E0,3.4643364E0,1.9938181E-1,2.1993003E0,3.7961426E0,2.8960958E-1,1.4894826E0,2.0540352E-1,1.4196143E1,1.258053E0,2.9837734E-1,3.880001E0,3.783829E0,4.148938E-1,5.9191422E0,2.0861757E-1,4.818465E0,3.6512125E-1,2.4888198E-1,2.3473454E0,1.8013868E0,1.716671E-1,6.559982E0,2.0769507E-1,9.043841E-1,1.6757393E1,4.665011E-1,1.2591521E1,2.8075185E-1,2.5719874E0,2.5926929E0,4.4433856E-1,5.16112E-1,2.017165E0,2.2808096E0,1.8007629E-1,1.1119446E1,2.580521E-1,2.0453537E0,3.7123293E-1,1.1288981E0,1.8664703E-1,1.765795E-1,1.5487237E0,5.144419E0,1.8096854E-1,4.796885E0,5.315406E-1,4.7940984E0,7.2800666E-1,3.732863E0,1.0211282E0,2.830293E0,5.0392675E-1,2.6959374E0,2.0250706E-1,3.7827747E0,1.1026094E0,1.6867931E0,2.3308365E1,1.091022E0,2.3733144E0,2.9600528E-1,1.9032949E0,3.5345223E0,2.616204E-1,1.7464589E-1,1.3148367E0,1.3612903E1,5.832403E-1,3.2908794E-1,3.550913E0,3.5500581E0,2.3377094E-1,5.7032585E0,2.1588384E-1,6.3294125E0,2.3056933E-1,1.5805968E0,1.5176797E1,2.0020742E0,1.0589447E1,2.4015348E0,1.7045273E-1,1.0756847E1,3.6259818E-1,2.9383978E-1,1.7515138E0,2.1575508E-1,1.3329686E0,4.937164E0,2.0725533E-1,4.6837723E-1,4.3257213E0,2.40369E-1,3.4924939E0,2.3032727E0,5.270204E-1,3.2378432E-1,2.372153E0,2.7163765E0,1.066398E0,1.9999129E-1,9.0261805E-1,3.4948754E0,1.981349E1,2.4060102E-1,2.1327133E0,3.3654077E0,1.6911459E-1,1.2388443E1,1.22446E0,3.3751476E0,1.7576548E-1,1.7659752E-1,3.3734605E0,2.0267446E-1,5.500584E0,5.2639323E-1,5.803019E0,1.0645798E0,5.160169E-1,1.4891555E1,2.8524172E-1,5.8442795E-1,1.4176463E0,1.0029388E1,5.6005895E-1,1.0535697E1,2.2115088E-1,1.5643035E0,1.8721041E-1,4.265925E0,6.7123914E-1,3.9635488E-1,3.9293664E0,3.2624323E0,2.3006165E-1,2.137071E0,1.6620179E-1,2.457619E-1,2.4706147E0,2.0802362E0,1.4146392E0,1.9595613E1,2.178777E-1,3.4064367E0,8.982006E0,3.206008E0,1.6745262E-1,1.6886304E-1,5.634156E0,1.4258013E1,6.335419E-1,1.707079E-1,1.2469383E0,2.3813844E-1,9.791249E0,9.98778E0,5.4791725E-1,2.8802907E-1,3.9778957E0,3.0877706E-1,3.6205893E0,2.859888E0,4.0254423E-1,2.975676E-1,2.173047E0,1.7990295E0,2.812068E-1,1.0825996E0,3.3203956E-1,1.930427E1,2.9134274E-1,2.4039583E0,1.0024785E0,8.725971E0,2.5603545E-1,2.1228313E-1,2.9937248E0,9.061104E0,7.3014605E-1,3.4203422E-1,9.645745E0,3.6850274E0,2.9286835E-1,1.5791337E0,2.1989568E-1,9.17852E-1,1.647477E-1,6.3227266E-1,1.8671997E1,2.2075453E0,1.964129E-1,1.926863E-1,8.533284E0,8.339337E0,7.217667E-1,2.0271038E-1,9.443035E0,1.8412123E1,2.59875E-1,1.8436229E-1,2.023183E0,8.348634E0,1.8465084E-1,3.0231073E-1,8.037026E0,9.124701E0,3.183349E-1,4.231359E-1,1.7988987E1,2.1293569E-1,1.8102474E0,7.758453E0,2.7857307E-1,3.0852404E-1,1.7680462E1,7.5751576E0,1.8329526E-1,1.1102543E0,1.6570208E1,1.6332113E1,2.3809528E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1573","size_leaf_vector":"0"}},{"base_weights":[-2.0306206E-1,-1.2837784E-1,-7.249573E-1,-5.3511266E-2,-6.301021E-1,-3.4761158E-1,-8.924051E-1,-1.3694679E-2,-7.905848E-1,-2.8012767E-1,-8.624865E-1,1.09273456E-1,-6.3903767E-1,-0E0,-9.27652E-1,-3.318452E-1,1.1725922E-2,-0E0,-8.4907323E-1,-5.18814E-2,-7.842626E-1,-0E0,-8.7762374E-1,-1.6229661E-1,7.8276867E-1,-7.173883E-1,-0E0,-2.633999E-1,9.649642E-1,-0E0,-7.3414433E-1,-3.752428E-2,-6.8090105E-1,-2.614174E-1,4.4153158E-2,-0E0,-8.988663E-1,-5.382363E-1,9.982805E-2,-0E0,-8.346407E-1,-0E0,-6.940887E-1,-4.573462E-1,1.9378972E-1,-0E0,1.5411171E0,-0E0,-7.584109E-1,1.6230023E-1,-0E0,-0E0,-3.45544E-1,-2.709428E-1,1.8001686E-1,-7.779075E-1,-0E0,-9.48093E-2,-7.1192265E-1,-1.9669135E-3,1.4699371E-1,-0E0,7.411116E-2,-0E0,-9.22246E-1,-0E0,-7.038849E-1,2.8277156E-1,-3.4709233E-1,-6.73932E-1,-0E0,-5.5034566E-1,-0E0,4.4812173E-1,-0E0,-6.030959E-2,-0E0,2.1307375E0,-0E0,-0E0,-8.064225E-1,2.8338176E-1,-0E0,-0E0,-4.3377247E-1,-5.6207843E-2,4.225104E-1,-8.148182E-1,-0E0,-0E0,3.5970807E-1,-5.010701E-1,-0E0,-7.7841824E-1,-0E0,7.3197237E-3,-4.6847153E-1,-0E0,2.6592693E-1,-7.2418773E-1,-0E0,-0E0,8.831564E-2,-0E0,-7.546695E-1,-0E0,5.128236E-1,-5.394584E-1,-0E0,-6.0626525E-1,-0E0,5.660863E-1,-0E0,-1.100613E-1,-0E0,2.8943956E0,-0E0,-0E0,-8.378683E-1,-1.9784518E-1,9.941909E-2,-6.256746E-1,-0E0,-0E0,-2.0463373E-1,5.8589923E-1,-0E0,-8.5399234E-1,-0E0,6.416914E-1,-0E0,-0E0,-6.7543E-1,-1.9786169E-1,1.7881453E-1,-0E0,-6.8721676E-1,-1.8547244E-2,1.5503289E-1,-5.8377594E-1,-0E0,-9.93752E-2,1.4557293E-1,2.3645496E-2,4.259506E-1,-0E0,-7.081879E-2,-5.9798133E-1,-0E0,-3.0177882E-1,6.391276E-2,-0E0,6.854489E-1,-4.5854783E-1,-0E0,-4.9880087E-1,-0E0,-0E0,5.001147E-1,-0E0,2.8515122E0,-0E0,-8.6150706E-1,-1.7730089E-1,-0E0,-0E0,2.542581E-1,-0E0,-6.789431E-1,1.0013402E-1,-1.7361133E-1,-3.4558472E-1,-0E0,-0E0,7.2356236E-1,-0E0,-7.001392E-1,6.3418716E-1,-0E0,-7.0156604E-1,-0E0,-3.30711E-1,-0E0,3.1360415E-1,-2.7260262E-1,4.1468106E-3,-1.410038E-1,3.1786996E-1,-4.8534486E-2,-0E0,-6.464711E-1,-2.3207003E-1,1.18743226E-1,2.543293E-1,-1.805463E-2,1.8740419E-1,-3.2270008E-1,-0E0,5.2682203E-1,-4.2607918E-1,-0E0,-0E0,2.540867E-1,-3.743205E-2,-0E0,9.13713E-1,-0E0,-8.711152E-1,-0E0,-0E0,3.7216634E-1,-0E0,-7.1955323E-1,2.3730758E-1,-0E0,-0E0,-3.0208057E-1,-0E0,-4.3987918E-1,8.034655E-1,-0E0,-0E0,-5.6635284E-1,-5.830763E-1,-0E0,-5.417153E-3,1.2031836E-1,5.027716E-1,-0E0,-2.9212615E-1,-0E0,-2.2699334E-1,2.447753E-2,-3.5545266E-1,7.690794E-2,-0E0,4.8572752E-1,1.46383E-1,-2.1764229E-1,-0E0,-6.949807E-1,-3.2070065E-1,1.9676983E-2,-8.1868514E-2,2.6798385E-1,-0E0,3.3506E-1,-2.2967677E-1,-0E0,3.0195466E-1,-0E0,1.0620112E-1,-5.799587E-1,5.5269994E-2,-2.1996701E-1,6.368244E-1,1.0287376E-1,-0E0,-5.2341115E-1,-0E0,4.043186E-1,-8.258341E-2,-0E0,1.0634319E0,-0E0,-6.8362445E-1,-0E0,4.9844986E-1,-0E0,-0E0,-5.800312E-1,-0E0,2.2555503E-1,-0E0,-2.5526386E-1,-0E0,-4.0830308E-1,-0E0,8.482736E-1,-7.18417E-1,-0E0,1.1959653E-1,-1.05480924E-1,3.7124825E-1,-0E0,6.1553407E-1,-0E0,-2.0368509E-1,-0E0,-0E0,-4.4322708E-1,5.981551E-2,-1.02348566E-1,-0E0,-4.185041E-1,-2.4235646E-1,2.4330583E-1,8.334847E-2,-7.3417954E-2,6.0281736E-1,-0E0,-0E0,5.05391E-1,-3.0108935E-1,-0E0,-0E0,-7.441959E-1,-0E0,-3.7816817E-1,-0E0,1.5787348E-1,-0E0,-3.1341565E-1,3.990663E-1,-0E0,-1.4106683E-1,-0E0,4.436024E-1,-0E0,-3.6283857E-1,-0E0,2.0074375E-1,-0E0,4.1547233E-1,-0E0,-2.4329506E-1,5.6625504E-2,2.2999525E-1,-0E0,-0E0,-6.6250426E-1,2.1014786E-1,-0E0,-0E0,-4.5025378E-1,6.7983484E-1,-0E0,-3.4721587E-2,4.5411092E-1,-0E0,-4.4368103E-1,-0E0,3.8649037E-1,-0E0,1.237796E0,-0E0,5.7505286E-1,8.917104E-1,-0E0,-0E0,-5.9354997E-1,3.473091E-1,-0E0,-0E0,4.7215682E-1,-5.144894E-2,-0E0,-0E0,7.4575835E-1,-0E0,-3.569625E-1,1.2055082E-1,-0E0,-4.4961695E-2,1.08282864E-1,-0E0,-5.457554E-1,1.1086917E-1,-8.013539E-3,-1.6000001E-1,1.0456291E0,-0E0,1.8877766E-1,-6.893526E-2,-5.6150377E-1,-0E0,-4.851914E-1,-0E0,6.115565E-1,-0E0,2.248891E-1,-0E0,-2.0633577E-1,6.5649575E-1,-0E0,-2.2296096E-1,-0E0,-0E0,-1.06236756E-1,-0E0,7.359872E-1,-0E0,-3.9576992E-1,-6.0641414E-1,-0E0,-0E0,7.1583815E-2,-4.5247048E-1,-0E0,-0E0,2.5045374E-1,-2.9741037E-1,-0E0,-0E0,4.7646812E-1,-0E0,-7.789584E-2,-2.1789902E-1,-0E0,-0E0,6.111933E-1,-0E0,-7.1104646E-2,-0E0,-4.9436954E-1,3.220714E-1,-0E0,-0E0,5.196212E-1,-3.886243E-2,1.5517619E-1,-3.6737072E-1,-0E0,-0E0,2.582737E-1,-0E0,3.6446926E-1,-7.068692E-1,-0E0,-0E0,3.8282815E-1,-5.444193E-1,-0E0,7.575059E-1,-0E0,-2.1676324E-1,-0E0,6.185796E-1,-0E0,-0E0,1.3165671E0,-0E0,4.851476E-1,-0E0,9.3892324E-1,-0E0,5.12888E-1,6.024679E-1,-0E0,-0E0,-1.09811515E-1,8.7216103E-1,-0E0,-0E0,-3.7354985E-1,-2.489269E-1,-0E0,-0E0,2.4494651E-1,-5.948495E-1,-0E0,1.5988109E-1,-0E0,4.9636E-2,-1.5316574E-1,-2.4635778E-1,1.2985542E-1,2.2986308E-1,-0E0,-0E0,-2.4127762E-1,-6.524317E-1,-0E0,-0E0,7.526434E-2,-0E0,-5.498441E-1,-6.743245E-2,9.611947E-2,6.999488E-1,-0E0,-0E0,3.5014182E-1,-0E0,-3.1662896E-1,7.457977E-1,-0E0,-2.2096735E-1,-0E0,8.832348E-2,-0E0,-2.2154748E-1,-0E0,8.621777E-1,-0E0,-4.5700112E-1,-0E0,1.6035537E-1,-0E0,-0E0,-4.8852175E-1,3.6023358E-1,-0E0,-0E0,5.503628E-1,-0E0,-1.9969985E-1,1.2953955E-1,-0E0,7.4005455E-1,-0E0,-0E0,-1.4923313E-1,-0E0,-5.341359E-1,6.015895E-1,-0E0,-0E0,-2.4975535E-1,-0E0,1.4575522E-1,-0E0,-4.446005E-1,-0E0,-1.5380824E-1,-0E0,3.760037E-1,-0E0,3.209754E-1,-7.5040317E-1,-0E0,-0E0,3.0932406E-1,-0E0,-5.7932395E-1,8.187645E-1,-0E0,2.2609836E-1,-1.23794906E-1,-0E0,-4.1969264E-1,-0E0,7.209518E-1,1.394683E0,-0E0,-0E0,9.784171E-1,-0E0,6.183222E-1,-0E0,4.9234277E-1,-0E0,1.038602E0,-0E0,-3.9383036E-1,3.6607075E-1,-0E0,-0E0,-6.476378E-1,-1.8032461E-1,2.0874052E-1,5.3676415E-2,-1.5141065E-1,-5.172244E-2,2.2099426E-1,1.9086974E-2,-3.4460452E-1,-4.216208E-1,-2.1380788E-2,-0E0,3.7633678E-1,-0E0,8.598035E-2,-0E0,-3.4227228E-1,-0E0,-6.901865E-1,1.5174362E-1,-0E0,-0E0,-6.071736E-1,-0E0,-2.364332E-1,-0E0,2.4525611E-1,8.273891E-1,-0E0,-0E0,4.5431796E-1,-0E0,-3.855459E-1,8.4957355E-1,-0E0,1.15838446E-1,-0E0,-0E0,-3.136215E-1,-0E0,7.4184054E-1,-4.9715897E-1,-0E0,1.4395565E-1,-0E0,-0E0,-5.2502096E-1,4.1088724E-1,-0E0,6.311692E-1,-0E0,-1.7733431E-1,-0E0,-0E0,2.9206708E-1,-0E0,-2.5857696E-1,-0E0,7.979187E-1,-0E0,-2.2655271E-1,-0E0,-4.4908023E-1,6.5207285E-1,-0E0,-4.9113044E-1,-0E0,-3.7299675E-1,-0E0,-0E0,-3.0597597E-1,-0E0,4.931872E-1,-7.836522E-1,-0E0,-5.072332E-1,-0E0,9.254431E-1,1.838302E-1,-2.9221752E-1,-0E0,-0E0,-6.008296E-1,8.060647E-1,-0E0,1.527228E0,-0E0,1.0202065E0,-0E0,-0E0,5.260027E-1,1.1570896E0,-0E0,-0E0,-3.3123672E-1,4.6974012E-1,-0E0,-0E0,-6.707583E-1,-0E0,-3.2597685E-1,2.5045377E-1,-0E0,1.8000588E-1,-7.563747E-2,-3.4100577E-1,-0E0,1.4541345E-2,-3.4280604E-1,3.2543555E-1,-0E0,1.986577E-1,-0E0,-4.228567E-1,-0E0,-0E0,-4.800033E-1,-2.3273179E-1,6.289394E-2,-1.0287605E-1,-0E0,-0E0,4.9892083E-1,-0E0,2.3566116E-1,-4.7112396E-1,-0E0,-7.1551216E-1,-0E0,-0E0,-4.8730803E-1,5.7620738E-2,-0E0,-0E0,-3.7179655E-1,-0E0,3.9342043E-1,9.1801494E-1,-0E0,-0E0,3.8716796E-1,-4.2242774E-1,-0E0,8.952938E-1,-0E0,1.0870521E-1,-0E0,-0E0,-3.1323126E-1,-5.428391E-1,-0E0,-0E0,-5.560836E-1,4.5792174E-1,-0E0,-0E0,6.8818116E-1,3.273254E-1,-0E0,8.998007E-1,-0E0,-2.8147006E-1,-0E0,-0E0,6.9135505E-1,-5.966414E-1,-0E0,-3.3201572E-1,-0E0,-0E0,4.332734E-1,-6.2235653E-1,-0E0,-0E0,9.7729135E-1,4.6218202E-1,-0E0,-0E0,-2.7602923E-1,-5.334808E-1,-0E0,6.692642E-1,-0E0,-0E0,1.2875844E0,-0E0,8.115676E-1,-0E0,1.2554506E0,4.2351472E-1,-0E0,-6.8677425E-1,-0E0,-4.386998E-1,-0E0,-0E0,2.9062942E-1,1.08723424E-1,-1.3844784E-1,3.729417E-1,-0E0,-0E0,-1.9380586E-1,-0E0,-5.0980264E-1,-0E0,1.4771348E-1,-3.0393956E-2,4.5178872E-1,-0E0,-4.6268862E-1,-0E0,4.4177958E-1,-0E0,-1.4887519E-1,3.167238E-1,-0E0,-0E0,-8.580364E-2,-0E0,-4.6485066E-1,-5.26393E-1,-0E0,-3.370064E-1,-0E0,1.8916218E-1,-0E0,-1.8374707E-1,-0E0,5.6252915E-1,-0E0,-0E0,3.467736E-1,-4.3947223E-1,-0E0,-7.3427457E-1,-0E0,-0E0,8.588374E-2,-4.115789E-1,-0E0,3.5320958E-1,-0E0,-0E0,9.9194527E-1,-0E0,-4.5834726E-1,9.1717064E-1,-0E0,1.9564639E-1,-0E0,-5.186588E-2,-0E0,-0E0,-5.62682E-1,-5.7968074E-1,-0E0,4.8997024E-1,-0E0,7.3465616E-1,-0E0,-0E0,2.820251E-1,9.479136E-1,-0E0,-3.3616245E-1,-0E0,-0E0,7.2691506E-1,-4.953735E-1,-0E0,1.0017965E0,-0E0,4.959642E-1,-0E0,-0E0,1.3235248E0,-0E0,-7.104025E-1,-0E0,-5.3737926E-1,1.2751563E-1,-8.120886E-2,-0E0,3.3750433E-1,2.640394E-1,-0E0,-3.8567618E-1,-0E0,-0E0,5.961129E-1,-0E0,-1.0900527E-1,-0E0,-3.1765378E-1,-0E0,-5.8512694E-1,-0E0,2.4676858E-1,-2.6776645E-1,5.2133515E-2,5.543675E-1,-0E0,-0E0,-5.3103936E-1,-0E0,9.8175764E-2,-0E0,5.401583E-1,-3.0899015E-1,-0E0,-0E0,4.4397968E-1,-0E0,-2.040899E-1,-0E0,-5.927472E-1,-0E0,-6.170241E-1,-4.3075553E-1,-0E0,2.643853E-1,-0E0,-0E0,-1.3699369E-1,-0E0,-1.7873085E-1,-0E0,6.5289336E-1,3.5938594E-1,-0E0,-7.5215447E-1,-0E0,-4.3265173E-1,-0E0,1.0568464E0,-0E0,-0E0,-4.8112935E-1,-0E0,9.5741993E-1,-5.832891E-1,-0E0,-6.0586214E-1,-0E0,4.098506E-1,-0E0,-0E0,7.8845555E-1,-0E0,9.971035E-1,-2.7478102E-1,-0E0,-0E0,7.8507036E-1,-0E0,1.0190347E0,-0E0,4.3657097E-1,1.3764265E0,-0E0,-5.699522E-1,-0E0,-5.8901525E-1,-0E0,-0E0,3.0867672E-1,-0E0,-2.3788732E-1,-7.396682E-2,7.610485E-2,4.3113794E-2,4.2930657E-1,-0E0,4.0036827E-1,-4.55662E-1,-0E0,-1.1121855E-1,-0E0,-0E0,6.7642707E-1,-0E0,1.6486995E-1,-2.0311879E-1,-0E0,-3.7516782E-1,-0E0,-0E0,-6.1149603E-1,2.2690363E-1,-0E0,-4.2814675E-1,-0E0,2.2570418E-1,-0E0,-0E0,5.1839435E-1,-6.235837E-1,-0E0,-1.6910727E-1,-0E0,-0E0,2.4362928E-1,5.7789963E-1,-0E0,-4.3372425E-1,-0E0,-0E0,5.0626576E-1,-3.0073684E-1,-0E0,-1.4723933E-1,-0E0,-6.2721586E-1,-0E0,-0E0,-6.5644974E-1,-0E0,-5.120253E-1,-0E0,3.3718336E-1,-1.346874E-1,-0E0,5.470261E-1,-0E0,-7.649622E-1,-0E0,-4.6271062E-1,-0E0,1.1276534E0,-0E0,-5.319341E-1,-0E0,-0E0,9.793501E-1,-0E0,-6.023338E-1,-0E0,-6.1514807E-1,8.158101E-1,-0E0,-0E0,1.0210811E0,-0E0,8.169233E-1,1.0436445E0,-0E0,-0E0,1.409262E0,-6.1298734E-1,-0E0,-0E0,3.5664657E-1,-0E0,-3.0412036E-1,-0E0,-1.3526407E-1,2.2617021E-1,-0E0,-0E0,1.5940678E-1,4.70134E-1,-0E0,4.5973352E-1,-0E0,-0E0,-4.5086235E-1,7.5170726E-1,-0E0,2.708914E-1,-0E0,-0E0,-2.6432517E-1,-0E0,-3.3077234E-1,-0E0,-5.1391417E-1,-5.674455E-1,-0E0,3.1131825E-1,-0E0,-0E0,-6.5920746E-1,3.3633313E-1,-0E0,-0E0,6.474551E-1,-0E0,-3.747507E-1,5.5407155E-1,-0E0,-0E0,-3.8516772E-1,-0E0,-3.163692E-1,-0E0,4.1038994E-2,-0E0,-6.4753884E-1,-7.1972823E-1,-0E0,-0E0,-5.6653196E-1,-0E0,4.0385348E-1,-0E0,-7.764129E-1,-0E0,-4.0145314E-1,-0E0,1.1734564E0,-0E0,-4.340328E-1,1.0008422E0,-0E0,-0E0,-4.7966564E-1,-6.269065E-1,-0E0,-0E0,6.602084E-1,-0E0,8.088551E-1,-0E0,6.727942E-1,1.0594425E0,-0E0,-0E0,1.4437383E0,-6.39829E-1,-0E0,-3.3261898E-1,-0E0,-0E0,-1.8414381E-1,2.929613E-1,-0E0,-0E0,-2.7904847E-1,2.7583066E-1,-0E0,-0E0,5.363996E-1,3.8934863E-1,-0E0,-0E0,7.9808456E-1,3.3060172E-1,-0E0,-0E0,-2.6241332E-1,-6.260657E-1,-0E0,-0E0,2.8282624E-1,-0E0,-5.309431E-1,-0E0,4.1055262E-1,6.729538E-1,-0E0,-0E0,5.702822E-1,-0E0,-4.5226708E-1,-3.1994373E-1,-0E0,-6.5618163E-1,-0E0,-0E0,-7.39476E-1,-0E0,-5.910631E-1,-0E0,4.5118377E-1,-0E0,-8.1319046E-1,1.2084309E0,-0E0,1.0348184E0,-0E0,-0E0,-6.341384E-1,-0E0,1.0693368E0,1.1666942E0,-0E0,-5.379846E-1,-0E0,-3.6729228E-1,-0E0,-1.9471903E-1,-0E0,2.5612065E-1,-0E0,-3.8927016E-1,-0E0,3.5793543E-1,-0E0,1.5644611E-1,-0E0,-0E0,5.5564547E-1,-0E0,8.3734393E-1,3.624171E-1,-0E0,-0E0,-6.772697E-1,-0E0,3.3992296E-1,-0E0,6.993414E-1,-0E0,4.6276054E-1,-0E0,-3.6804253E-1,-6.7561466E-1,-0E0,-0E0,-7.495437E-1,-4.7436553E-1,-0E0,4.8504394E-1,-0E0,-0E0,-8.265738E-1,-0E0,1.2452285E0,-0E0,1.0571667E0,-0E0,-6.7833483E-1,-0E0,1.096705E0,-3.1492624E-1,-0E0,-0E0,-1.6814357E-1,-4.1615376E-1,-0E0,-0E0,5.386225E-1,2.905158E-1,-0E0,-0E0,-9.773931E-2,5.864072E-1,-0E0,-0E0,8.7603533E-1,-0E0,2.9870942E-1,-0E0,-5.584516E-1,-0E0,7.161321E-1,-5.342195E-1,-0E0,-6.1925447E-1,-0E0,-0E0,5.2074605E-1,-8.635868E-1,-0E0,1.3036734E0,-0E0,1.0850407E0,-0E0,-0E0,-6.9449055E-1,-0E0,1.1135787E0,-0E0,-3.4981838E-1,-0E0,6.177892E-1,-0E0,3.480972E-1,-0E0,6.587341E-1,-0E0,7.153837E-1,-0E0,7.280785E-1,5.4819334E-1,-0E0,-8.876554E-1,-0E0,-0E0,1.3766361E0,1.1042259E0,-0E0,-0E0,-7.107225E-1,1.1212357E0,-0E0,6.566235E-1,-0E0,4.0375963E-1,-0E0,6.784212E-1,-0E0,-0E0,7.409054E-1,-0E0,4.3976164E-1,-0E0,-7.011287E-1,1.1522894E0,-0E0,-0E0,1.1214497E0,-0E0,-7.2009677E-1,1.898572E-2,1.1921929E0,5.347135E-1,-0E0,3.6342195E-1,-0E0,6.954383E-1,-0E0,-0E0,5.9135807E-1,5.37586E-3,1.2410004E0,-0E0,-7.3809016E-1,-0E0,1.2140389E-1,9.399242E-1,-0E0,-0E0,7.110509E-1,1.7632736E-1,-0E0,8.3470546E-2,1.4308776E0,-7.4461776E-1,-0E0,1.5883392E-1,-0E0,-0E0,7.166534E-1,-0E0,1.6424562E-1,3.1692183E-1,-0E0,1.2452434E0,-0E0,-0E0,-5.8718234E-1,-0E0,7.235501E-1,-0E0,3.068843E-1,-0E0,7.3813933E-1,-0E0,5.8440197E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":6,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,-1,35,37,39,-1,41,43,45,47,49,51,-1,-1,-1,53,55,57,59,61,63,65,67,-1,69,-1,-1,71,73,75,77,-1,79,81,-1,-1,-1,83,85,87,89,91,93,95,97,-1,-1,-1,99,101,103,105,107,-1,-1,109,-1,111,-1,113,-1,115,-1,-1,117,-1,-1,119,121,123,125,127,-1,-1,129,131,133,135,-1,137,139,141,143,-1,-1,145,-1,-1,147,149,151,153,-1,155,-1,157,-1,-1,-1,159,-1,-1,161,163,165,167,169,-1,171,173,-1,175,-1,177,-1,-1,179,181,183,-1,-1,185,187,189,-1,191,193,195,197,-1,-1,-1,-1,199,201,203,205,-1,-1,-1,-1,-1,-1,-1,-1,-1,207,-1,-1,-1,209,-1,211,213,215,217,-1,-1,219,-1,-1,-1,-1,221,-1,223,225,227,229,231,233,235,237,-1,239,241,243,245,247,249,251,253,255,257,-1,-1,259,261,-1,263,-1,265,-1,-1,267,-1,269,271,-1,-1,273,-1,275,277,-1,-1,-1,279,281,-1,283,285,287,-1,-1,289,291,293,295,297,299,301,303,-1,305,307,309,311,313,315,317,319,321,323,325,327,329,331,333,335,337,-1,339,-1,341,-1,-1,343,-1,-1,-1,345,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,347,349,-1,351,-1,353,355,357,-1,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,-1,-1,393,395,397,-1,399,-1,401,403,405,407,-1,409,411,413,-1,415,-1,417,419,421,423,425,-1,-1,427,429,-1,-1,431,433,-1,435,437,-1,-1,-1,-1,-1,439,-1,441,443,-1,-1,-1,445,-1,-1,447,449,-1,-1,451,-1,453,-1,-1,455,457,-1,459,461,463,465,-1,-1,467,469,471,473,475,477,479,-1,481,-1,483,485,-1,487,-1,489,491,-1,493,-1,495,-1,-1,-1,497,499,-1,-1,501,-1,-1,-1,503,-1,505,-1,-1,507,509,-1,511,-1,513,-1,-1,-1,515,517,519,521,-1,523,525,-1,527,529,-1,-1,531,533,-1,535,537,539,-1,541,-1,-1,543,-1,-1,-1,545,-1,547,549,-1,-1,-1,551,-1,-1,-1,553,-1,-1,555,557,-1,559,561,563,565,567,569,-1,-1,571,573,575,-1,-1,577,-1,579,581,583,585,-1,-1,587,-1,589,591,-1,-1,-1,593,-1,595,-1,597,-1,599,-1,601,-1,-1,603,605,-1,-1,607,-1,609,611,613,615,-1,-1,617,-1,619,621,-1,-1,623,-1,-1,-1,625,-1,627,-1,629,-1,-1,631,-1,-1,-1,-1,633,635,-1,-1,637,-1,639,-1,641,643,-1,-1,645,-1,647,-1,-1,-1,649,-1,651,653,-1,-1,655,657,659,661,663,665,667,669,671,673,675,677,679,-1,681,-1,683,-1,685,-1,-1,-1,687,689,691,-1,693,695,-1,-1,697,-1,699,701,703,-1,-1,-1,705,-1,-1,707,-1,-1,-1,-1,709,711,-1,713,-1,-1,-1,-1,715,-1,-1,-1,717,-1,719,-1,-1,721,-1,723,-1,-1,-1,-1,725,-1,727,729,-1,-1,-1,731,733,735,-1,-1,737,739,-1,741,-1,743,-1,-1,-1,745,-1,-1,-1,747,-1,-1,749,-1,751,753,755,757,759,761,763,765,767,769,771,773,775,777,-1,-1,779,781,783,785,-1,-1,787,-1,789,791,-1,793,-1,-1,-1,795,-1,-1,797,-1,799,801,-1,-1,-1,803,-1,805,-1,807,809,-1,-1,811,-1,-1,813,815,-1,-1,817,819,-1,821,-1,823,-1,-1,825,827,-1,-1,-1,-1,-1,-1,-1,-1,829,831,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,833,-1,-1,835,-1,837,-1,839,841,843,845,847,849,-1,851,-1,853,-1,855,857,859,-1,861,863,865,-1,867,869,-1,-1,871,-1,873,875,-1,877,-1,879,881,883,-1,885,-1,-1,887,-1,-1,889,-1,-1,-1,891,-1,-1,-1,-1,893,-1,895,897,-1,-1,-1,-1,-1,-1,899,901,-1,903,-1,905,-1,-1,-1,907,-1,909,-1,-1,911,-1,-1,913,-1,915,-1,-1,917,-1,919,-1,921,923,925,927,929,931,-1,933,-1,935,937,939,941,-1,943,-1,945,-1,947,949,951,953,-1,-1,955,957,959,-1,961,963,-1,-1,965,-1,967,969,971,-1,973,975,-1,977,-1,-1,979,-1,-1,-1,981,-1,-1,983,-1,985,-1,987,-1,-1,989,-1,991,993,-1,995,-1,-1,-1,-1,997,-1,999,-1,-1,-1,1001,-1,1003,-1,-1,1005,-1,-1,-1,1007,-1,-1,1009,-1,1011,1013,1015,1017,1019,-1,1021,1023,-1,-1,-1,-1,1025,-1,1027,1029,-1,1031,-1,-1,1033,-1,-1,1035,-1,1037,-1,-1,-1,1039,-1,-1,-1,-1,1041,1043,-1,1045,-1,-1,1047,1049,-1,1051,1053,1055,-1,-1,1057,-1,1059,-1,1061,-1,-1,-1,-1,1063,-1,1065,-1,1067,-1,1069,-1,-1,1071,-1,1073,-1,1075,1077,-1,-1,1079,-1,1081,1083,-1,-1,1085,1087,-1,-1,-1,-1,1089,-1,1091,1093,-1,1095,1097,1099,-1,1101,-1,-1,-1,1103,-1,1105,-1,-1,1107,-1,-1,-1,-1,1109,-1,1111,-1,-1,1113,1115,-1,-1,1117,-1,-1,1119,-1,-1,1121,-1,1123,-1,-1,-1,1125,1127,-1,-1,1129,-1,1131,-1,1133,-1,-1,-1,1135,-1,-1,1137,-1,-1,-1,1139,-1,-1,-1,-1,-1,-1,-1,1141,-1,-1,1143,1145,-1,1147,-1,-1,1149,1151,-1,-1,1153,1155,-1,1157,1159,-1,-1,-1,1161,1163,-1,-1,-1,1165,-1,-1,-1,-1,-1,-1,1167,1169,-1,-1,1171,-1,1173,-1,-1,1175,-1,-1,1177,-1,1179,-1,1181,-1,1183,1185,-1,1187,-1,-1,1189,-1,1191,-1,-1,-1,-1,1193,-1,1195,-1,-1,-1,1197,-1,1199,-1,1201,1203,-1,1205,-1,1207,1209,-1,-1,1211,-1,-1,-1,1213,-1,-1,-1,-1,1215,-1,-1,1217,-1,-1,1219,-1,-1,1221,-1,1223,-1,1225,-1,1227,-1,1229,-1,-1,-1,-1,1231,-1,-1,1233,1235,-1,-1,-1,1237,-1,-1,1239,-1,-1,-1,-1,-1,1241,-1,-1,-1,-1,-1,1243,1245,-1,1247,-1,1249,-1,-1,1251,-1,1253,-1,-1,-1,1255,-1,1257,-1,1259,-1,-1,-1,1261,1263,-1,1265,-1,-1,1267,1269,-1,-1,1271,1273,-1,1275,-1,1277,-1,1279,-1,-1,1281,-1,-1,-1,-1,-1,-1,-1,1283,-1,1285,1287,1289,-1,-1,-1,-1,1291,-1,-1,-1,1293,1295,-1,1297,-1,1299,-1,-1,-1,1301,1303,-1,1305,1307,1309,-1,-1,-1,-1,1311,-1,-1,1313,-1,-1,-1,-1,-1,-1,1315,-1,-1,-1,1317,-1,-1],"loss_changes":[3.2107037E1,2.7211956E1,5.1905823E0,1.8233768E1,6.438835E0,5.1835957E0,2.2559013E0,5.315575E0,1.6221237E0,3.7748275E0,7.4824524E-1,2.98864E0,1.5460291E0,1.2285163E0,6.953087E-1,4.2628107E0,4.8311234E0,0E0,1.6082401E0,2.6497543E0,3.726015E-1,0E0,1.7801285E-1,1.1836443E0,3.6152356E0,1.0299015E0,3.9555345E-2,3.1988484E-1,0E0,0E0,0E0,1.56029E0,1.7478333E0,3.454024E0,2.5764532E0,9.3379775E-3,3.4957886E-1,9.17258E-1,1.7361908E0,0E0,3.8711262E-1,0E0,0E0,3.3761144E-1,3.3380187E-1,7.3494995E-3,3.6269712E0,0E0,8.653002E-1,1.298164E-1,0E0,0E0,0E0,7.440783E-1,1.1120975E0,6.04599E-1,1.7061841E-1,1.2770197E0,1.1602049E0,1.9690834E0,2.8422515E0,0E0,0E0,0E0,1.3122177E-1,1.172845E-2,5.81131E-2,1.6127088E0,4.973306E-1,0E0,0E0,1.8042529E-1,0E0,1.76328E-1,0E0,2.685934E-2,0E0,3.162403E0,0E0,0E0,4.863615E-1,0E0,0E0,1.283256E-1,6.703937E-1,1.4505005E-1,1.0234935E0,4.0176105E-1,0E0,0E0,2.800038E-1,8.6769915E-1,1.3711071E0,1.0695181E0,0E0,1.4342726E0,8.400953E-1,1.103625E0,3.063321E0,0E0,0E0,1.333953E-2,0E0,0E0,6.8585873E-3,3.6323887E-1,1.3678513E0,9.612036E-2,0E0,1.3508284E-1,0E0,5.389297E-2,0E0,0E0,0E0,1.9432192E0,0E0,0E0,4.8527908E-1,1.6906023E-2,2.266731E-1,2.2584319E-1,1.0169034E-1,0E0,2.515549E-1,8.56081E-1,0E0,2.8083706E-1,0E0,1.4981157E-1,0E0,0E0,2.1910429E-2,7.591454E-1,1.1738068E0,0E0,0E0,9.247428E-1,2.145751E0,5.221307E-1,0E0,1.4069164E0,7.986438E-1,2.112997E0,2.694994E0,0E0,0E0,0E0,0E0,2.9496732E-1,1.24259226E-1,2.623392E-3,1.7255158E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.6108036E-1,0E0,0E0,0E0,2.6370865E-1,0E0,2.4649668E-1,7.441737E-2,1.3236639E-1,2.0531332E-1,0E0,0E0,4.788587E-1,0E0,0E0,0E0,0E0,3.8947105E-2,0E0,1.3947138E0,8.2477696E-2,1.3618082E0,1.5347071E-1,8.9373773E-1,2.6854734E0,1.9209146E0,8.373462E-1,0E0,3.8635373E-1,9.849864E-1,6.2239504E-1,7.5254035E-1,2.5631675E-1,7.22855E-1,1.6937749E0,2.5586492E-1,1.2696381E0,2.5309002E-1,0E0,0E0,1.7346573E-1,1.6500866E-2,0E0,1.242446E0,0E0,3.4988403E-2,0E0,0E0,3.469038E-1,0E0,5.3750277E-2,2.850844E-2,0E0,0E0,1.767017E-2,0E0,2.1051025E-1,2.3666811E-1,0E0,0E0,0E0,8.917067E-1,1.0051261E-1,0E0,4.3191886E-1,1.044411E0,1.3871352E-1,0E0,0E0,8.253093E-1,9.389321E-1,9.554012E-1,1.2788631E0,7.359759E-2,1.7648892E0,6.612867E-1,5.2578E-1,0E0,9.436488E-2,7.620809E-1,1.1107503E-1,2.052973E-1,6.2909555E-1,5.1348303E-2,8.977108E-1,2.8203797E-1,1.5050931E-1,5.93143E-1,2.1301346E-1,9.7500905E-2,3.753314E-1,1.5108602E-1,6.588868E-1,1.0097809E0,9.8258334E-1,0E0,1.0156727E-1,0E0,9.728697E-2,0E0,0E0,1.0604343E0,0E0,0E0,0E0,2.3658347E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.2042465E-1,9.215045E-2,0E0,3.542707E-1,0E0,2.6170713E-1,4.9475436E-3,1.1566939E0,0E0,2.4396159E-1,3.5648327E-2,5.1407196E-2,4.5777476E-1,7.169881E-1,2.3863854E0,5.4351248E-2,6.402893E-1,6.9620645E-1,1.6086974E0,1.538849E-1,2.0284358E-1,1.0569515E0,1.2315664E-1,4.585211E-2,6.044712E-1,4.1310024E-1,0E0,0E0,5.5609703E-2,9.498911E-3,6.2849593E-1,0E0,1.4295146E-1,0E0,8.061084E-2,4.3017006E-1,1.2377911E-2,1.14563376E-1,0E0,8.5600805E-1,1.6056526E-2,3.2949632E-1,0E0,2.4240778E-1,0E0,6.1697197E-1,5.6048304E-2,1.7995669E-1,3.2079658E-1,1.5885513E-1,0E0,0E0,3.1767488E-1,2.4713309E-1,0E0,0E0,3.4339052E-1,1.428916E0,0E0,1.6305192E-1,5.664747E-1,0E0,0E0,0E0,0E0,0E0,7.8143597E-1,0E0,9.517658E-2,2.2752714E-1,0E0,0E0,0E0,3.6264178E-1,0E0,0E0,2.7647048E-1,2.8657597E-2,0E0,0E0,1.4165597E0,0E0,2.41763E-1,0E0,0E0,1.7339547E-1,1.4677575E-1,0E0,2.5849152E-1,6.6975427E-1,6.7768824E-1,1.1614192E0,0E0,0E0,5.8257036E-2,2.971878E-1,1.0026398E0,9.85413E-3,2.0596647E-1,7.4646495E-2,6.44814E-1,0E0,2.2539711E-1,0E0,2.4335845E-1,9.1472816E-1,0E0,5.2147746E-2,0E0,1.2506008E-2,1.05081946E-1,0E0,3.6397958E-1,0E0,4.472512E-1,0E0,0E0,0E0,3.348674E-2,5.5008125E-1,0E0,0E0,2.1209735E-1,0E0,0E0,0E0,3.5304093E-1,0E0,6.1385892E-2,0E0,0E0,6.273379E-2,9.8301196E-1,0E0,4.7393378E-2,0E0,7.2158635E-2,0E0,0E0,0E0,6.628487E-1,2.0178688E-1,1.2289826E-2,7.441884E-2,0E0,5.5480145E-2,2.8157347E-1,0E0,4.8469752E-2,1.6046476E-1,0E0,0E0,4.35549E-3,6.6424966E-2,0E0,1.5898685E0,2.0789072E-1,2.297938E-1,0E0,3.24996E-1,0E0,0E0,7.8595066E-1,0E0,0E0,0E0,1.8363142E-1,0E0,2.1863276E-1,1.0040522E-2,0E0,0E0,0E0,1.382946E0,0E0,0E0,0E0,2.1315975E-1,0E0,0E0,1.989391E-1,1.4471841E-1,0E0,1.3584659E0,3.0291304E-1,9.432167E-1,1.1343651E0,9.1285276E-1,4.5805573E-1,0E0,0E0,3.0385101E-2,2.6030463E-1,3.6124945E-1,0E0,0E0,4.60898E-2,0E0,1.2645626E-1,2.5006682E-1,1.6456303E-1,5.455456E-1,0E0,0E0,2.3278195E-1,0E0,1.7324665E-1,9.9880505E-1,0E0,0E0,0E0,1.923196E-2,0E0,8.643372E-2,0E0,1.5626502E-1,0E0,2.9977894E-1,0E0,7.535089E-3,0E0,0E0,5.773668E-1,1.0869542E-1,0E0,0E0,3.4208083E-1,0E0,1.2314402E-2,1.8322214E-1,1.9341241E-1,5.782151E-1,0E0,0E0,6.5627515E-2,0E0,8.6479545E-2,3.967569E-1,0E0,0E0,4.6361193E-1,0E0,0E0,0E0,3.0074209E-2,0E0,1.3914764E-1,0E0,2.4051797E-1,0E0,0E0,1.0866809E-1,0E0,0E0,0E0,0E0,1.3235521E-1,5.566368E-1,0E0,0E0,1.3769633E-1,0E0,3.3428612E-1,0E0,3.6441946E-1,2.3389244E-1,0E0,0E0,1.7482042E-1,0E0,7.192004E-2,0E0,0E0,0E0,1.3904366E0,0E0,2.7764767E-2,1.6172841E-1,0E0,0E0,9.867859E-2,3.7783116E-1,7.175429E-1,4.5609185E-1,6.2012774E-1,8.0390567E-1,7.219759E-1,2.0685938E-1,4.7968864E-1,5.668309E-1,5.0013024E-1,2.9638385E-2,3.6084414E-1,0E0,1.5151873E-1,0E0,2.3726034E-1,0E0,3.5075617E-1,0E0,0E0,0E0,1.1898398E-2,5.342637E-3,2.563883E-1,0E0,2.3515062E-1,5.197749E-1,0E0,0E0,7.322866E-2,0E0,9.895831E-2,6.297083E-1,1.4899508E-2,0E0,0E0,0E0,1.11177236E-1,0E0,0E0,3.1461215E-1,0E0,0E0,0E0,0E0,4.7246695E-1,9.769696E-2,0E0,2.705729E-1,0E0,0E0,0E0,0E0,4.28814E-2,0E0,0E0,0E0,5.042558E-1,0E0,5.7071075E-2,0E0,0E0,3.9507532E-1,0E0,2.5707144E-1,0E0,0E0,0E0,0E0,1.389048E-1,0E0,1.7085832E-1,2.8135061E-2,0E0,0E0,0E0,1.0149899E0,6.7992496E-1,5.878453E-2,0E0,0E0,1.4092594E-1,1.5941381E-1,0E0,4.67124E-1,0E0,1.3514042E-2,0E0,0E0,0E0,1.181736E0,0E0,0E0,0E0,1.0924786E-1,0E0,0E0,4.0603638E-2,0E0,2.758171E-1,5.957823E-1,1.8378079E-1,6.901933E-1,1.2471308E-1,4.0217096E-1,5.6844156E-2,7.7529794E-1,4.7863114E-1,4.2099285E-1,8.785137E-2,2.57963E-1,3.757804E-2,3.7278652E-1,0E0,0E0,4.2105412E-1,2.937708E-1,2.510125E-1,5.1766112E-2,0E0,0E0,1.978296E-1,0E0,1.6003275E-1,9.2959225E-2,0E0,1.4887667E-1,0E0,0E0,0E0,1.2175868E-2,0E0,0E0,8.125943E-2,0E0,4.7177553E-2,2.9647636E-1,0E0,0E0,0E0,9.162521E-2,0E0,2.535944E-1,0E0,5.198454E-2,7.902E-3,0E0,0E0,1.3014913E-1,0E0,0E0,2.402358E-1,3.0510247E-2,0E0,0E0,2.9515028E-1,3.4078658E-2,0E0,3.986702E-1,0E0,5.571702E-2,0E0,0E0,3.6699867E-1,5.451864E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.7252388E-1,6.845832E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.591221E-1,0E0,0E0,2.4284363E-2,0E0,2.4187422E-1,0E0,1.0403388E-1,6.421709E-1,1.8489714E-1,5.083014E-1,9.3993545E-1,3.5521366E-2,0E0,1.9213916E-1,0E0,1.7885673E-1,0E0,6.7708254E-2,5.0492895E-1,3.0327123E-1,0E0,2.2916818E-1,3.506614E-2,5.637858E-1,0E0,2.3645115E-1,3.0545866E-1,0E0,0E0,1.3408726E-1,0E0,3.5890794E-1,4.147861E-1,0E0,3.2759243E-1,0E0,2.3907396E-1,3.7906643E-2,3.5663977E-2,0E0,2.368344E-1,0E0,0E0,2.1657795E-1,0E0,0E0,1.5319538E-1,0E0,0E0,0E0,2.883637E-2,0E0,0E0,0E0,0E0,1.8914747E-1,0E0,4.199332E-2,2.1910286E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.3115287E-1,1.7964363E-1,0E0,3.174585E-2,0E0,2.4104428E-1,0E0,0E0,0E0,1.1578512E-1,0E0,3.036067E-3,0E0,0E0,3.6660385E-1,0E0,0E0,3.0595016E-1,0E0,9.2962384E-2,0E0,0E0,5.2501774E-1,0E0,2.200365E-2,0E0,1.341592E-1,1.6952097E-1,1.9431688E-1,5.0866738E-2,7.24329E-1,2.7820668E-1,0E0,1.7049229E-1,0E0,3.5950102E-2,4.4394994E-1,8.610376E-2,7.483941E-2,0E0,9.910238E-2,0E0,6.8469286E-2,0E0,2.794876E-2,5.8885336E-1,1.3277432E-1,1.8500948E-1,0E0,0E0,1.5723395E-1,9.152202E-2,1.553756E-1,0E0,2.6666856E-1,2.346445E-1,0E0,0E0,1.732012E-1,0E0,1.2448566E-1,5.4995097E-2,2.3463297E-1,0E0,1.98143E-1,2.653886E-1,0E0,2.7905983E-1,0E0,0E0,1.3923049E-2,0E0,0E0,0E0,1.02440596E-1,0E0,0E0,1.4559603E-1,0E0,2.3979545E-2,0E0,1.7064095E-1,0E0,0E0,1.4965951E-2,0E0,2.4339294E-1,7.840562E-2,0E0,9.3429565E-2,0E0,0E0,0E0,0E0,1.15863085E-1,0E0,3.231907E-2,0E0,0E0,0E0,2.6451874E-1,0E0,2.8560257E-1,0E0,0E0,1.8490124E-1,0E0,0E0,0E0,2.8157711E-2,0E0,0E0,2.0271268E-1,0E0,1.2342498E-1,3.6060635E-2,1.1207968E-1,2.259122E-1,5.9927845E-1,0E0,1.2264979E-1,2.1355551E-1,0E0,0E0,0E0,0E0,3.6060834E-1,0E0,1.0462535E-1,6.352986E-2,0E0,5.3599834E-2,0E0,0E0,6.600559E-2,0E0,0E0,3.886832E-1,0E0,1.2176268E-1,0E0,0E0,0E0,1.0742664E-1,0E0,0E0,0E0,0E0,1.3366537E-1,2.2832823E-1,0E0,8.83944E-2,0E0,0E0,4.1445076E-2,9.804636E-2,0E0,1.4539632E-1,4.1627255E-3,1.3177395E-1,0E0,0E0,3.041973E-1,0E0,2.3532796E-1,0E0,2.557531E-1,0E0,0E0,0E0,0E0,1.0060549E-1,0E0,4.7267854E-2,0E0,1.7351532E-1,0E0,1.0514259E-2,0E0,0E0,1.5746498E-1,0E0,6.579065E-2,0E0,7.824707E-2,9.944773E-2,0E0,0E0,1.2178898E-2,0E0,1.3011312E-1,3.3203316E-1,0E0,0E0,1.5473938E-1,2.308178E-2,0E0,0E0,0E0,0E0,2.4168223E-2,0E0,3.1345405E-2,7.763107E-2,0E0,2.2688948E-1,3.565408E-1,5.0437975E-1,0E0,6.999308E-2,0E0,0E0,0E0,2.2430253E-1,0E0,7.4465275E-2,0E0,0E0,6.764844E-2,0E0,0E0,0E0,0E0,1.5160847E-1,0E0,6.873402E-2,0E0,0E0,3.7585497E-3,1.1105129E-1,0E0,0E0,1.8182302E-1,0E0,0E0,4.817903E-3,0E0,0E0,1.07792884E-1,0E0,1.02299795E-1,0E0,0E0,0E0,1.2324095E-2,1.7387581E-1,0E0,0E0,3.2671332E-2,0E0,2.2196054E-1,0E0,7.576704E-2,0E0,0E0,0E0,1.2215614E-2,0E0,0E0,1.4859486E-1,0E0,0E0,0E0,2.4094582E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.8283844E-1,0E0,0E0,1.727562E-1,2.2078991E-2,0E0,3.942302E-2,0E0,0E0,2.256073E-3,3.565903E-2,0E0,0E0,1.8223907E-1,3.3767927E-1,0E0,8.033696E-2,3.452549E-1,0E0,0E0,0E0,1.19668245E-1,2.5211215E-2,0E0,0E0,0E0,1.85619E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.9912958E-2,1.09666586E-1,0E0,0E0,4.296601E-3,0E0,3.3586621E-3,0E0,0E0,8.232069E-2,0E0,0E0,3.267145E-2,0E0,2.6199102E-2,0E0,1.418488E-1,0E0,9.6297264E-2,6.9875717E-3,0E0,1.3380527E-1,0E0,0E0,6.882E-2,0E0,8.336258E-2,0E0,0E0,0E0,0E0,2.4220526E-2,0E0,5.2195713E-3,0E0,0E0,0E0,2.2043973E-2,0E0,4.1896617E-1,0E0,1.6992572E-1,2.5026299E-2,0E0,3.077116E-1,0E0,4.3257236E-2,4.4056177E-3,0E0,0E0,1.11501455E-1,0E0,0E0,0E0,7.538128E-2,0E0,0E0,0E0,0E0,7.2157383E-3,0E0,0E0,8.877754E-3,0E0,0E0,1.513592E-1,0E0,0E0,3.986883E-2,0E0,7.6208115E-2,0E0,3.3106327E-1,0E0,8.2858086E-2,0E0,1.4554596E-1,0E0,0E0,0E0,0E0,1.6096294E-2,0E0,0E0,2.8171396E-1,8.490482E-2,0E0,0E0,0E0,5.8721685E-1,0E0,0E0,6.169653E-2,0E0,0E0,0E0,0E0,0E0,2.5986671E-2,0E0,0E0,0E0,0E0,0E0,1.2041485E-1,5.551195E-2,0E0,4.7614574E-2,0E0,1.3696861E-1,0E0,0E0,1.584959E-1,0E0,2.0980835E-2,0E0,0E0,0E0,1.1852038E-1,0E0,8.315873E-2,0E0,2.5599766E-1,0E0,0E0,0E0,2.0787E-2,4.1600943E-2,0E0,3.4067154E-2,0E0,0E0,1.236949E-1,1.264391E-1,0E0,0E0,7.818937E-2,4.2791367E-2,0E0,5.3245425E-2,0E0,9.200844E-2,0E0,2.6750088E-1,0E0,0E0,2.001214E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,7.469845E-2,0E0,4.799366E-2,3.0818095E-2,8.1661224E-2,0E0,0E0,0E0,0E0,9.515667E-2,0E0,0E0,0E0,5.5082604E-2,2.1813488E-1,0E0,2.7749062E-2,0E0,4.9302645E-2,0E0,0E0,0E0,4.8275948E-2,1.4240835E-2,0E0,1.880552E-1,1.0310345E0,2.7777672E-2,0E0,0E0,0E0,0E0,4.1070938E-2,0E0,0E0,6.2262163E-2,0E0,0E0,0E0,0E0,0E0,0E0,6.0310364E-3,0E0,0E0,0E0,7.906437E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,18,18,19,19,20,20,22,22,23,23,24,24,25,25,26,26,27,27,31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38,40,40,43,43,44,44,45,45,46,46,48,48,49,49,53,53,54,54,55,55,56,56,57,57,58,58,59,59,60,60,64,64,65,65,66,66,67,67,68,68,71,71,73,73,75,75,77,77,80,80,83,83,84,84,85,85,86,86,87,87,90,90,91,91,92,92,93,93,95,95,96,96,97,97,98,98,101,101,104,104,105,105,106,106,107,107,109,109,111,111,115,115,118,118,119,119,120,120,121,121,122,122,124,124,125,125,127,127,129,129,132,132,133,133,134,134,137,137,138,138,139,139,141,141,142,142,143,143,144,144,149,149,150,150,151,151,152,152,162,162,166,166,168,168,169,169,170,170,171,171,174,174,179,179,181,181,182,182,183,183,184,184,185,185,186,186,187,187,188,188,190,190,191,191,192,192,193,193,194,194,195,195,196,196,197,197,198,198,199,199,202,202,203,203,205,205,207,207,210,210,212,212,213,213,216,216,218,218,219,219,223,223,224,224,226,226,227,227,228,228,231,231,232,232,233,233,234,234,235,235,236,236,237,237,238,238,240,240,241,241,242,242,243,243,244,244,245,245,246,246,247,247,248,248,249,249,250,250,251,251,252,252,253,253,254,254,255,255,256,256,258,258,260,260,263,263,267,267,278,278,279,279,281,281,283,283,284,284,285,285,287,287,288,288,289,289,290,290,291,291,292,292,293,293,294,294,295,295,296,296,297,297,298,298,299,299,300,300,301,301,302,302,303,303,306,306,307,307,308,308,310,310,312,312,313,313,314,314,315,315,317,317,318,318,319,319,321,321,323,323,324,324,325,325,326,326,327,327,330,330,331,331,334,334,335,335,337,337,338,338,344,344,346,346,347,347,351,351,354,354,355,355,358,358,360,360,363,363,364,364,366,366,367,367,368,368,369,369,372,372,373,373,374,374,375,375,376,376,377,377,378,378,380,380,382,382,383,383,385,385,387,387,388,388,390,390,392,392,396,396,397,397,400,400,404,404,406,406,409,409,410,410,412,412,414,414,418,418,419,419,420,420,421,421,423,423,424,424,426,426,427,427,430,430,431,431,433,433,434,434,435,435,437,437,440,440,444,444,446,446,447,447,451,451,455,455,458,458,459,459,461,461,462,462,463,463,464,464,465,465,466,466,469,469,470,470,471,471,474,474,476,476,477,477,478,478,479,479,482,482,484,484,485,485,489,489,491,491,493,493,495,495,497,497,500,500,501,501,504,504,506,506,507,507,508,508,509,509,512,512,514,514,515,515,518,518,522,522,524,524,526,526,529,529,534,534,535,535,538,538,540,540,542,542,543,543,546,546,548,548,552,552,554,554,555,555,558,558,559,559,560,560,561,561,562,562,563,563,564,564,565,565,566,566,567,567,568,568,569,569,570,570,572,572,574,574,576,576,580,580,581,581,582,582,584,584,585,585,588,588,590,590,591,591,592,592,596,596,599,599,604,604,605,605,607,607,612,612,616,616,618,618,621,621,623,623,628,628,630,630,631,631,635,635,636,636,637,637,640,640,641,641,643,643,645,645,649,649,653,653,656,656,658,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,667,667,668,668,669,669,670,670,671,671,674,674,675,675,676,676,677,677,680,680,682,682,683,683,685,685,689,689,692,692,694,694,695,695,699,699,701,701,703,703,704,704,707,707,710,710,711,711,714,714,715,715,717,717,719,719,722,722,723,723,732,732,733,733,746,746,749,749,751,751,753,753,754,754,755,755,756,756,757,757,758,758,760,760,762,762,764,764,765,765,766,766,768,768,769,769,770,770,772,772,773,773,776,776,778,778,779,779,781,781,783,783,784,784,785,785,787,787,790,790,793,793,797,797,802,802,804,804,805,805,812,812,813,813,815,815,817,817,821,821,823,823,826,826,829,829,831,831,834,834,836,836,838,838,839,839,840,840,841,841,842,842,843,843,845,845,847,847,848,848,849,849,850,850,852,852,854,854,856,856,857,857,858,858,859,859,862,862,863,863,864,864,866,866,867,867,870,870,872,872,873,873,874,874,876,876,877,877,879,879,882,882,886,886,889,889,891,891,893,893,896,896,898,898,899,899,901,901,906,906,908,908,912,912,914,914,917,917,921,921,924,924,926,926,927,927,928,928,929,929,930,930,932,932,933,933,938,938,940,940,941,941,943,943,946,946,949,949,951,951,955,955,960,960,961,961,963,963,966,966,967,967,969,969,970,970,971,971,974,974,976,976,978,978,983,983,985,985,987,987,989,989,992,992,994,994,996,996,997,997,1000,1000,1002,1002,1003,1003,1006,1006,1007,1007,1012,1012,1014,1014,1015,1015,1017,1017,1018,1018,1019,1019,1021,1021,1025,1025,1027,1027,1030,1030,1035,1035,1037,1037,1040,1040,1041,1041,1044,1044,1047,1047,1050,1050,1052,1052,1056,1056,1057,1057,1060,1060,1062,1062,1064,1064,1068,1068,1071,1071,1075,1075,1083,1083,1086,1086,1087,1087,1089,1089,1092,1092,1093,1093,1096,1096,1097,1097,1099,1099,1100,1100,1104,1104,1105,1105,1109,1109,1116,1116,1117,1117,1120,1120,1122,1122,1125,1125,1128,1128,1130,1130,1132,1132,1134,1134,1135,1135,1137,1137,1140,1140,1142,1142,1147,1147,1149,1149,1153,1153,1155,1155,1157,1157,1158,1158,1160,1160,1162,1162,1163,1163,1166,1166,1170,1170,1175,1175,1178,1178,1181,1181,1184,1184,1186,1186,1188,1188,1190,1190,1192,1192,1197,1197,1200,1200,1201,1201,1205,1205,1208,1208,1214,1214,1220,1220,1221,1221,1223,1223,1225,1225,1228,1228,1230,1230,1234,1234,1236,1236,1238,1238,1242,1242,1243,1243,1245,1245,1248,1248,1249,1249,1252,1252,1253,1253,1255,1255,1257,1257,1259,1259,1262,1262,1270,1270,1272,1272,1273,1273,1274,1274,1279,1279,1283,1283,1284,1284,1286,1286,1288,1288,1292,1292,1293,1293,1295,1295,1296,1296,1297,1297,1302,1302,1305,1305,1312,1312,1316,1316],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,-1,36,38,40,-1,42,44,46,48,50,52,-1,-1,-1,54,56,58,60,62,64,66,68,-1,70,-1,-1,72,74,76,78,-1,80,82,-1,-1,-1,84,86,88,90,92,94,96,98,-1,-1,-1,100,102,104,106,108,-1,-1,110,-1,112,-1,114,-1,116,-1,-1,118,-1,-1,120,122,124,126,128,-1,-1,130,132,134,136,-1,138,140,142,144,-1,-1,146,-1,-1,148,150,152,154,-1,156,-1,158,-1,-1,-1,160,-1,-1,162,164,166,168,170,-1,172,174,-1,176,-1,178,-1,-1,180,182,184,-1,-1,186,188,190,-1,192,194,196,198,-1,-1,-1,-1,200,202,204,206,-1,-1,-1,-1,-1,-1,-1,-1,-1,208,-1,-1,-1,210,-1,212,214,216,218,-1,-1,220,-1,-1,-1,-1,222,-1,224,226,228,230,232,234,236,238,-1,240,242,244,246,248,250,252,254,256,258,-1,-1,260,262,-1,264,-1,266,-1,-1,268,-1,270,272,-1,-1,274,-1,276,278,-1,-1,-1,280,282,-1,284,286,288,-1,-1,290,292,294,296,298,300,302,304,-1,306,308,310,312,314,316,318,320,322,324,326,328,330,332,334,336,338,-1,340,-1,342,-1,-1,344,-1,-1,-1,346,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,348,350,-1,352,-1,354,356,358,-1,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,-1,-1,394,396,398,-1,400,-1,402,404,406,408,-1,410,412,414,-1,416,-1,418,420,422,424,426,-1,-1,428,430,-1,-1,432,434,-1,436,438,-1,-1,-1,-1,-1,440,-1,442,444,-1,-1,-1,446,-1,-1,448,450,-1,-1,452,-1,454,-1,-1,456,458,-1,460,462,464,466,-1,-1,468,470,472,474,476,478,480,-1,482,-1,484,486,-1,488,-1,490,492,-1,494,-1,496,-1,-1,-1,498,500,-1,-1,502,-1,-1,-1,504,-1,506,-1,-1,508,510,-1,512,-1,514,-1,-1,-1,516,518,520,522,-1,524,526,-1,528,530,-1,-1,532,534,-1,536,538,540,-1,542,-1,-1,544,-1,-1,-1,546,-1,548,550,-1,-1,-1,552,-1,-1,-1,554,-1,-1,556,558,-1,560,562,564,566,568,570,-1,-1,572,574,576,-1,-1,578,-1,580,582,584,586,-1,-1,588,-1,590,592,-1,-1,-1,594,-1,596,-1,598,-1,600,-1,602,-1,-1,604,606,-1,-1,608,-1,610,612,614,616,-1,-1,618,-1,620,622,-1,-1,624,-1,-1,-1,626,-1,628,-1,630,-1,-1,632,-1,-1,-1,-1,634,636,-1,-1,638,-1,640,-1,642,644,-1,-1,646,-1,648,-1,-1,-1,650,-1,652,654,-1,-1,656,658,660,662,664,666,668,670,672,674,676,678,680,-1,682,-1,684,-1,686,-1,-1,-1,688,690,692,-1,694,696,-1,-1,698,-1,700,702,704,-1,-1,-1,706,-1,-1,708,-1,-1,-1,-1,710,712,-1,714,-1,-1,-1,-1,716,-1,-1,-1,718,-1,720,-1,-1,722,-1,724,-1,-1,-1,-1,726,-1,728,730,-1,-1,-1,732,734,736,-1,-1,738,740,-1,742,-1,744,-1,-1,-1,746,-1,-1,-1,748,-1,-1,750,-1,752,754,756,758,760,762,764,766,768,770,772,774,776,778,-1,-1,780,782,784,786,-1,-1,788,-1,790,792,-1,794,-1,-1,-1,796,-1,-1,798,-1,800,802,-1,-1,-1,804,-1,806,-1,808,810,-1,-1,812,-1,-1,814,816,-1,-1,818,820,-1,822,-1,824,-1,-1,826,828,-1,-1,-1,-1,-1,-1,-1,-1,830,832,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,834,-1,-1,836,-1,838,-1,840,842,844,846,848,850,-1,852,-1,854,-1,856,858,860,-1,862,864,866,-1,868,870,-1,-1,872,-1,874,876,-1,878,-1,880,882,884,-1,886,-1,-1,888,-1,-1,890,-1,-1,-1,892,-1,-1,-1,-1,894,-1,896,898,-1,-1,-1,-1,-1,-1,900,902,-1,904,-1,906,-1,-1,-1,908,-1,910,-1,-1,912,-1,-1,914,-1,916,-1,-1,918,-1,920,-1,922,924,926,928,930,932,-1,934,-1,936,938,940,942,-1,944,-1,946,-1,948,950,952,954,-1,-1,956,958,960,-1,962,964,-1,-1,966,-1,968,970,972,-1,974,976,-1,978,-1,-1,980,-1,-1,-1,982,-1,-1,984,-1,986,-1,988,-1,-1,990,-1,992,994,-1,996,-1,-1,-1,-1,998,-1,1000,-1,-1,-1,1002,-1,1004,-1,-1,1006,-1,-1,-1,1008,-1,-1,1010,-1,1012,1014,1016,1018,1020,-1,1022,1024,-1,-1,-1,-1,1026,-1,1028,1030,-1,1032,-1,-1,1034,-1,-1,1036,-1,1038,-1,-1,-1,1040,-1,-1,-1,-1,1042,1044,-1,1046,-1,-1,1048,1050,-1,1052,1054,1056,-1,-1,1058,-1,1060,-1,1062,-1,-1,-1,-1,1064,-1,1066,-1,1068,-1,1070,-1,-1,1072,-1,1074,-1,1076,1078,-1,-1,1080,-1,1082,1084,-1,-1,1086,1088,-1,-1,-1,-1,1090,-1,1092,1094,-1,1096,1098,1100,-1,1102,-1,-1,-1,1104,-1,1106,-1,-1,1108,-1,-1,-1,-1,1110,-1,1112,-1,-1,1114,1116,-1,-1,1118,-1,-1,1120,-1,-1,1122,-1,1124,-1,-1,-1,1126,1128,-1,-1,1130,-1,1132,-1,1134,-1,-1,-1,1136,-1,-1,1138,-1,-1,-1,1140,-1,-1,-1,-1,-1,-1,-1,1142,-1,-1,1144,1146,-1,1148,-1,-1,1150,1152,-1,-1,1154,1156,-1,1158,1160,-1,-1,-1,1162,1164,-1,-1,-1,1166,-1,-1,-1,-1,-1,-1,1168,1170,-1,-1,1172,-1,1174,-1,-1,1176,-1,-1,1178,-1,1180,-1,1182,-1,1184,1186,-1,1188,-1,-1,1190,-1,1192,-1,-1,-1,-1,1194,-1,1196,-1,-1,-1,1198,-1,1200,-1,1202,1204,-1,1206,-1,1208,1210,-1,-1,1212,-1,-1,-1,1214,-1,-1,-1,-1,1216,-1,-1,1218,-1,-1,1220,-1,-1,1222,-1,1224,-1,1226,-1,1228,-1,1230,-1,-1,-1,-1,1232,-1,-1,1234,1236,-1,-1,-1,1238,-1,-1,1240,-1,-1,-1,-1,-1,1242,-1,-1,-1,-1,-1,1244,1246,-1,1248,-1,1250,-1,-1,1252,-1,1254,-1,-1,-1,1256,-1,1258,-1,1260,-1,-1,-1,1262,1264,-1,1266,-1,-1,1268,1270,-1,-1,1272,1274,-1,1276,-1,1278,-1,1280,-1,-1,1282,-1,-1,-1,-1,-1,-1,-1,1284,-1,1286,1288,1290,-1,-1,-1,-1,1292,-1,-1,-1,1294,1296,-1,1298,-1,1300,-1,-1,-1,1302,1304,-1,1306,1308,1310,-1,-1,-1,-1,1312,-1,-1,1314,-1,-1,-1,-1,-1,-1,1316,-1,-1,-1,1318,-1,-1],"split_conditions":[9.458008E-1,9.116211E-1,8.7306404E1,1.7765451E2,9.085188E1,1.8859969E0,4.9438477E-3,2.1826172E-1,2.2557764E0,9.8535156E-1,1.7871857E-3,1.5671173E0,8.557833E1,9.897461E-1,3.0484375E1,1.885371E2,2.0666504E-1,-0E0,3.3931732E-3,1.5338084E2,7.247925E-3,-0E0,6.044407E-1,6.19375E1,7.1533203E-1,3.0296875E1,9.794922E-1,4.9232832E-1,9.649642E-1,-0E0,-7.3414433E-1,7.14375E1,1.676816E2,1.0293323E2,1.294261E2,2.7008057E-3,1.793617E2,4.1E1,1.9603203E2,-0E0,9.4433594E-1,-0E0,-6.940887E-1,9.9072266E-1,9.501953E-1,9.897461E-1,7.182617E-1,-0E0,9.501953E-1,3.0492926E0,-0E0,-0E0,-3.45544E-1,4.4125E1,4.953125E1,1.28875E2,9.8779297E-1,8.455758E-1,5.503731E0,3.1724942E2,6.9125E1,-0E0,7.411116E-2,-0E0,3.0645422E2,9.741211E-1,3.096875E1,7.396565E1,1.3865347E2,-6.73932E-1,-0E0,8.526553E1,-0E0,1.0947169E0,-0E0,1.07625E2,-0E0,1.14295654E2,-0E0,-0E0,5.466461E-3,2.8338176E-1,-0E0,1.8555181E0,1.6708575E2,4.4830322E-2,9.2089844E-1,4.732431E0,-0E0,-0E0,1.8225098E-1,8.0444336E-2,6.9125E1,9.147644E-3,-0E0,8.29375E1,9.9902344E-1,4.650879E-1,1.7248672E2,-7.2418773E-1,-0E0,6.63853E-1,8.831564E-2,-0E0,9.9853516E-1,6.352539E-1,8.911133E-2,4.4259057E0,-0E0,9.9609375E-1,-0E0,7.899012E1,-0E0,-1.100613E-1,-0E0,1.0112301E2,-0E0,-0E0,3.0484375E1,2.0996094E-1,8.4765625E-1,7.702637E-2,1.5993183E0,-0E0,8.0125E1,1.0313916E0,-0E0,1.9105716E2,-0E0,1.14868164E-1,-0E0,-0E0,8.5253906E-1,8.847656E-1,1.41E2,-0E0,-6.8721676E-1,1.9229256E2,4.7998047E-1,3.0140625E1,-0E0,6.8875E1,3.5595703E-1,8.430409E1,7.8331894E1,-0E0,-7.081879E-2,-5.9798133E-1,-0E0,9.9853516E-1,8.4765625E-1,4.328944E0,7.2216797E-1,-4.5854783E-1,-0E0,-4.9880087E-1,-0E0,-0E0,5.001147E-1,-0E0,2.8515122E0,-0E0,9.89375E1,-1.7730089E-1,-0E0,-0E0,6.3388374E1,-0E0,5.622928E-1,9.049691E1,2.0111084E-2,7.324219E-2,-0E0,-0E0,8.129883E-1,-0E0,-7.001392E-1,6.3418716E-1,-0E0,7.247925E-3,-0E0,6.725E1,7.672088E1,2.1165762E0,9.980469E-1,1.2586586E2,9.3409966E1,4.4625E1,1.19140625E-1,-0E0,8.858887E-1,3.9121404E0,8.9904785E-2,6.892483E1,7.8564453E-1,1.6596631E0,1.3916016E-1,3.5058594E-1,8.1152344E-1,3.230944E1,-0E0,-0E0,3.3294678E-2,8.947834E1,-0E0,9.7509766E-1,-0E0,5.9059186E0,-0E0,-0E0,9.501805E1,-0E0,1.9859531E1,9.906006E-2,-0E0,-0E0,3.121875E1,-0E0,6.6345215E-2,4.6569824E-2,-0E0,-0E0,-5.6635284E-1,4.6109266E0,1.8794693E2,-5.417153E-3,2.3852456E0,8.979492E-1,3.9121404E0,-2.9212615E-1,-0E0,1.9702148E-1,9.085188E1,2.4536133E-2,8.149414E-1,4.1E1,1.1375E2,4.7192383E-1,9.946289E-1,-0E0,9.071722E-1,8.71958E-1,7.060547E-1,8.661263E1,4.063159E0,6.7578125E-1,1.2735833E2,1.952249E2,9.880494E1,8.569336E-1,5.003125E1,7.1728516E-1,6.499803E1,7.4072266E-1,3.296875E1,1.4920064E2,8.60625E1,-0E0,7.171631E-3,-0E0,1.2017822E-1,-8.258341E-2,-0E0,4.7875E1,-0E0,-6.8362445E-1,-0E0,2.0065308E-2,-0E0,-0E0,-5.800312E-1,-0E0,2.2555503E-1,-0E0,-2.5526386E-1,-0E0,-4.0830308E-1,-0E0,9.20625E1,5.947876E-2,-0E0,9.84375E-1,-1.05480924E-1,5.425E1,5.490625E1,2.5177002E-2,-0E0,5.7495117E-2,1.0997641E2,4.865625E1,3.6375E1,8.456901E1,9.375E-1,8.690922E1,1.9977252E2,1.9737349E2,2.2323915E2,2.350852E0,9.277344E-2,1.00625E2,3.808892E0,2.0206246E0,9.528215E1,3.840625E1,-0E0,-0E0,9.9365234E-1,8.5074486E1,5.8625E1,-0E0,6.7603165E1,-0E0,2.9022586E2,3.453125E1,8.441162E-2,1.16625E2,-0E0,3.046875E-1,1.3256836E-1,3.546875E1,-0E0,1.7590541E0,-0E0,5.5616966E1,1.0677756E2,1.34375E2,1.3647461E-1,5.026245E-2,-0E0,-0E0,1.5482806E2,2.7954102E-2,-0E0,-0E0,9.375E-1,1.49E2,-0E0,1.627359E2,1.1466698E2,-0E0,-4.4368103E-1,-0E0,3.8649037E-1,-0E0,9.1877246E-1,-0E0,3.290625E1,6.402588E-2,-0E0,-0E0,-5.9354997E-1,8.8012695E-2,-0E0,-0E0,1.5210777E2,1.6326904E-2,-0E0,-0E0,9.765625E-1,-0E0,6.499803E1,1.2055082E-1,-0E0,7.949219E-1,9.3357414E-1,-0E0,1.273125E2,1.2402495E2,9.8535156E-1,1.8514624E2,1.0456291E0,-0E0,1.7523614E0,9.3847656E-1,9.7802734E-1,8.0125E1,1.5580826E0,9.902344E-1,6.71875E-1,-0E0,1.0405471E0,-0E0,8.728027E-3,3.9873393E0,-0E0,9.9658203E-1,-0E0,4.2593527E0,1.2619001E2,-0E0,1.25003365E2,-0E0,9.9902344E-1,-6.0641414E-1,-0E0,-0E0,6.084375E1,6.019756E-1,-0E0,-0E0,1.0530694E2,-2.9741037E-1,-0E0,-0E0,3.309375E1,-0E0,9.552903E-1,-2.1789902E-1,-0E0,5.3466797E-1,9.848633E-1,-0E0,1.2256718E0,-0E0,8.226825E-1,3.220714E-1,-0E0,-0E0,9.980469E-1,1.9482422E-1,7.9296875E-1,1.0823834E2,-0E0,6.573486E-2,5.6640625E-1,-0E0,7.032682E-1,9.8876953E-1,-0E0,-0E0,1.3183594E-1,7.025104E-1,-0E0,2.07E2,1.829834E-1,1.02375E2,-0E0,4.4995117E-1,-0E0,-0E0,5.253906E-1,-0E0,4.851476E-1,-0E0,5.7852657E1,-0E0,7.216191E1,8.2910156E-1,-0E0,-0E0,-1.09811515E-1,9.4177246E-2,-0E0,-0E0,-3.7354985E-1,9.772519E1,-0E0,-0E0,4.1002355E0,9.765625E-2,-0E0,1.2336916E0,1.6753493E2,5.934375E1,5.690625E1,9.3847656E-1,2.9516602E-1,2.2986308E-1,-0E0,5.761719E-1,9.124756E-2,2.7008057E-3,-0E0,-0E0,6.5722656E-1,-0E0,1.826477E-2,9.106445E-2,6.8603516E-2,3.5916734E0,-0E0,-0E0,5.3027344E-1,-0E0,1.6199211E2,6.3720703E-1,-0E0,-2.2096735E-1,-0E0,1.1363321E2,-0E0,1.1933819E0,-0E0,5.7495117E-2,-0E0,4.863339E0,-0E0,9.5654297E-1,-0E0,-0E0,8.728027E-3,1.4046165E2,-0E0,-0E0,9.9658203E-1,-0E0,9.23125E1,8.56875E1,9.954834E-2,5.102539E-1,-0E0,-0E0,8.4625E1,-0E0,6.1187744E-2,8.268616E1,-0E0,-0E0,6.6015625E-1,-0E0,1.4575522E-1,-0E0,9.6435547E-1,-0E0,1.1767578E-1,-0E0,1.2451172E-1,-0E0,3.209754E-1,9.9853516E-1,-0E0,-0E0,3.0932406E-1,-0E0,1.55375E2,1.41E2,-0E0,2.2609836E-1,1.65125E2,-0E0,6.3201505E-1,-0E0,5.257164E0,2.9402807E0,-0E0,-0E0,4.879668E0,-0E0,7.155235E1,-0E0,4.9234277E-1,-0E0,9.980469E-1,-0E0,9.637451E-2,5.3222656E-1,-0E0,-0E0,5.8944434E-1,4.434375E1,3.9336123E0,2.5683594E-1,3.608875E0,2.6237857E0,1.7368903E2,1.9002327E0,1.3245853E2,2.553519E1,4.221875E1,8.1152344E-1,1.424408E-2,-0E0,4.65E1,-0E0,3.3455787E0,-0E0,5.7508125E0,1.5174362E-1,-0E0,-0E0,8.728027E-3,1.04317245E2,1.0418701E-1,-0E0,7.489318E1,4.252549E0,-0E0,-0E0,1.4332204E0,-0E0,9.8779297E-1,4.550982E0,9.8514854E1,1.15838446E-1,-0E0,-0E0,3.521875E1,-0E0,7.4184054E-1,1.3475E2,-0E0,1.4395565E-1,-0E0,-0E0,6.1073303E-3,8.691406E-1,-0E0,9.028926E-1,-0E0,-1.7733431E-1,-0E0,-0E0,1.005E2,-0E0,-2.5857696E-1,-0E0,1.273125E2,-0E0,4.506837E0,-0E0,-4.4908023E-1,2.578125E-1,-0E0,9.902344E-1,-0E0,-3.7299675E-1,-0E0,-0E0,9.760742E-1,-0E0,1.2340886E2,9.9316406E-1,-0E0,-5.072332E-1,-0E0,1.9210815E-2,1.4871991E0,6.835436E-1,-0E0,-0E0,9.9365234E-1,2.2016747E2,-0E0,9.355469E-1,-0E0,9.9487305E-2,-0E0,-0E0,5.260027E-1,8.984375E-2,-0E0,-0E0,-3.3123672E-1,9.946289E-1,-0E0,-0E0,9.9902344E-1,-0E0,3.7917707E0,2.255249E-2,2.7392676E0,3.062223E0,1.3376945E2,1.8835449E-1,7.862777E1,3.909777E0,5.444336E-2,1.7270602E0,1.6138731E0,1.7489629E2,1.7318726E-2,6.1187744E-2,-0E0,-0E0,8.30625E1,7.05E1,1.087011E2,3.7861605E0,-0E0,-0E0,9.814453E-1,-0E0,2.2546387E-1,1.26605736E2,-0E0,1.2369667E2,-0E0,-0E0,-4.8730803E-1,6.2353516E-1,-0E0,-0E0,9.941406E-1,-0E0,4.012191E0,2.2737596E2,-0E0,-0E0,3.8716796E-1,2.5146484E-1,-0E0,1.121875E2,-0E0,2.3979387E0,9.980469E-1,-0E0,-3.1323126E-1,3.040625E1,-0E0,-0E0,9.9902344E-1,1.9826106E2,-0E0,-0E0,9.9902344E-1,1.3767146E2,-0E0,9.54375E1,-0E0,4.238562E0,-0E0,-0E0,1.7871857E-3,6.25E1,-0E0,-3.3201572E-1,-0E0,-0E0,4.332734E-1,-6.2235653E-1,-0E0,-0E0,9.902344E-1,4.7600365E0,-0E0,-0E0,-2.7602923E-1,-5.334808E-1,-0E0,6.692642E-1,-0E0,-0E0,1.2875844E0,-0E0,8.115676E-1,-0E0,9.802246E-2,4.2351472E-1,-0E0,2.286248E1,-0E0,2.06805E0,-0E0,7.604016E1,9.124756E-2,3.0149682E0,9.7314453E-1,4.525E1,2.8756812E0,-0E0,3.4341084E1,-0E0,7.5097656E-1,-0E0,3.5107422E-1,1.5497513E2,3.179308E0,-0E0,3.596875E1,4.1674805E-1,1.1617455E0,-0E0,4.1737914E0,1.3350383E2,-0E0,-0E0,2.4475098E-1,-0E0,1.2475586E-1,9.4177246E-2,-0E0,4.012191E0,-0E0,8.3935547E-1,7.9805976E-1,1.237888E0,-0E0,1.3405348E0,-0E0,-0E0,3.507578E0,-4.3947223E-1,-0E0,9.980469E-1,-0E0,-0E0,8.588374E-2,8.3251953E-1,-0E0,3.5320958E-1,-0E0,-0E0,4.288731E0,-0E0,1.0313916E0,3.340625E1,-0E0,1.9564639E-1,-0E0,-5.186588E-2,-0E0,-0E0,5.3310695E0,4.8243895E0,-0E0,6.178125E1,-0E0,5.622928E-1,-0E0,-0E0,2.820251E-1,4.765625E-1,-0E0,7.5390625E-1,-0E0,-0E0,6.237793E-2,-4.953735E-1,-0E0,3.15E1,-0E0,6.835436E-1,-0E0,-0E0,8.6083984E-1,-0E0,5.433148E0,-0E0,9.5410156E-1,3.4375E1,4.11875E1,2.1581287E0,3.365625E1,1.3350383E2,-0E0,8.699605E1,-0E0,3.179308E0,6.237793E-2,2.8808594E-1,5.6884766E-1,-0E0,6.89375E1,-0E0,4.1007217E1,-0E0,1.6356958E2,9.85E1,5.51875E1,1.4136758E2,-0E0,-0E0,8.4228516E-1,1.7091316E0,3.353125E1,-0E0,7.5375E1,9.9121094E-1,-0E0,-0E0,3.825E1,-0E0,9.863281E-1,4.4555664E-2,4.768168E0,-0E0,3.21875E1,1.9479313E0,-0E0,4.9125E1,-0E0,-0E0,1.8362498E2,-0E0,-1.7873085E-1,-0E0,7.475586E-1,3.5938594E-1,-0E0,5.603753E0,-0E0,4.1767454E0,-0E0,9.946289E-1,-0E0,-0E0,9.980469E-1,-0E0,6.237793E-2,4.0125E1,-0E0,4.3218468E1,-0E0,4.098506E-1,-0E0,-0E0,8.0371094E-1,-0E0,2.7807617E-1,-2.7478102E-1,-0E0,-0E0,4.3218468E1,-0E0,5.2000422E0,-0E0,4.3657097E-1,3.21875E1,-0E0,-5.699522E-1,-0E0,1.8362498E2,-0E0,-0E0,1.3867188E-1,-0E0,6.2462524E1,1.3771952E0,3.784375E1,6.7603165E1,8.13125E1,-0E0,8.5498047E-1,1.4942499E2,-0E0,-1.1121855E-1,-0E0,-0E0,9.7509766E-1,-0E0,3.5437438E0,1.9859531E1,-0E0,1.1215786E0,-0E0,-0E0,2.3401284E0,2.2690363E-1,-0E0,9.9365234E-1,-0E0,3.7991467E0,-0E0,-0E0,5.1839435E-1,6.5722656E-1,-0E0,-1.6910727E-1,-0E0,-0E0,8.661263E1,8.959181E-1,-0E0,3.0609375E1,-0E0,-0E0,3.833617E0,2.2546387E-1,-0E0,9.951172E-1,1.01501465E-1,1.4060974E-2,-0E0,-0E0,4.3761616E0,-0E0,3.240625E1,-0E0,2.633667E-2,-1.346874E-1,-0E0,5.470261E-1,-0E0,1.5074902E0,-0E0,9.375E-2,-0E0,1.3351433E0,-0E0,1.7212642E2,-0E0,-0E0,9.951172E-1,-0E0,3.1203125E1,-0E0,2.6719543E2,4.753113E-3,-0E0,-0E0,3.1203125E1,-0E0,5.996704E-3,1.4347833E2,-0E0,-0E0,7.572915E-1,1.1693898E0,-0E0,-0E0,3.5664657E-1,-0E0,7.575E1,-0E0,3.086387E0,3.7724516E0,-0E0,1.4493565E2,1.7741978E2,2.9181541E1,-0E0,9.814453E-1,-0E0,-0E0,-4.5086235E-1,1.348861E2,-0E0,8.227539E-1,-0E0,-0E0,6.2607647E1,-0E0,-3.3077234E-1,-0E0,-5.1391417E-1,4.6375E1,-0E0,6.3388374E1,-0E0,-0E0,3.096875E1,2.5177002E-2,-0E0,-0E0,7.3375E1,-0E0,-3.747507E-1,6.3201505E-1,-0E0,-0E0,9.383654E-1,-0E0,2.3815918E-1,-0E0,4.1038994E-2,-0E0,5.089925E0,8.125305E-3,-0E0,-0E0,3.084375E1,-0E0,1.4415538E2,-0E0,5.8496094E-1,-0E0,-4.0145314E-1,-0E0,7.01875E1,-0E0,-4.340328E-1,9.9902344E-1,-0E0,-0E0,-4.7966564E-1,3.071875E1,-0E0,-0E0,6.602084E-1,-0E0,8.088551E-1,-0E0,6.727942E-1,6.3971734E-1,-0E0,-0E0,9.902344E-1,6.875E1,-0E0,4.0339103E0,-0E0,-0E0,5.025E1,1.8311551E2,-0E0,-0E0,9.5654297E-1,8.699605E1,-0E0,3.062223E0,1.0005022E0,3.8934863E-1,-0E0,-0E0,1.4765528E0,1.6244978E2,-0E0,-0E0,-2.6241332E-1,4.230957E-1,-0E0,-0E0,2.8282624E-1,-0E0,-5.309431E-1,-0E0,3.709375E1,6.1187744E-2,-0E0,-0E0,1.424408E-2,-0E0,3.774414E-1,-3.1994373E-1,-0E0,9.9902344E-1,-0E0,-0E0,7.3918885E-1,-0E0,5.281598E0,-0E0,4.9123545E0,-0E0,3.040625E1,1.0947169E0,-0E0,3.007285E1,-0E0,-0E0,1.3625092E2,-0E0,4.574694E1,1.1666942E0,-0E0,-5.379846E-1,-0E0,4.3120236E0,-0E0,7.807617E-1,-0E0,2.5612065E-1,-0E0,9.980469E-1,-0E0,5.26875E1,-0E0,4.470275E0,6.4697266E-1,-0E0,5.089925E0,-0E0,5.1625E1,1.308322E2,-0E0,-0E0,8.728027E-3,-0E0,3.3992296E-1,-0E0,3.0296875E1,-0E0,4.6276054E-1,-0E0,-3.6804253E-1,9.013672E-1,-0E0,-0E0,1.8210612E2,-4.7436553E-1,-0E0,5.197811E1,-0E0,-0E0,6.165625E1,-0E0,9.41875E1,-0E0,4.867885E0,-0E0,6.7875E1,-0E0,3.246875E1,-3.1492624E-1,-0E0,-0E0,-1.6814357E-1,3.803125E1,-0E0,-0E0,3.51875E1,4.034375E1,-0E0,-0E0,-9.773931E-2,1.4230315E2,-0E0,-0E0,2.0111084E-2,-0E0,2.9870942E-1,-0E0,-5.584516E-1,-0E0,2.4673462E-2,-5.342195E-1,-0E0,-6.1925447E-1,-0E0,-0E0,9.941406E-1,8.618164E-1,-0E0,1.171875E-1,-0E0,1.273125E2,-0E0,-0E0,1.1074932E0,-0E0,1.35875E2,-0E0,-3.4981838E-1,-0E0,9.84375E-1,-0E0,7.84375E1,-0E0,8.4277344E-1,-0E0,7.153837E-1,-0E0,8.588096E1,2.73676E1,-0E0,3.3931732E-3,-0E0,-0E0,5.321875E1,8.109554E-1,-0E0,-0E0,3.071875E1,8.691406E-2,-0E0,1.2040455E2,-0E0,8.569336E-1,-0E0,9.9853516E-1,-0E0,-0E0,1.7979821E0,-0E0,4.3976164E-1,-0E0,-7.011287E-1,1.1522894E0,-0E0,-0E0,4.8828125E-2,-0E0,5.5007935E-3,8.297713E-1,9.9902344E-1,5.347135E-1,-0E0,3.6342195E-1,-0E0,3.1921875E1,-0E0,-0E0,5.9135807E-1,1.6845703E-2,1.5055985E0,-0E0,9.946289E-1,-0E0,7.319336E-1,9.399242E-1,-0E0,-0E0,2.454834E-1,6.7822266E-1,-0E0,1.6532935E0,1.11574326E2,3.0953125E1,-0E0,1.5883392E-1,-0E0,-0E0,3.0953125E1,-0E0,1.6424562E-1,4.6051025E-2,-0E0,1.2452434E0,-0E0,-0E0,-5.8718234E-1,-0E0,1.3484718E0,-0E0,3.068843E-1,-0E0,5.996704E-3,-0E0,5.8440197E-1],"split_indices":[13,12,5,4,5,3,17,15,0,12,18,3,5,16,8,6,14,0,19,6,18,0,0,8,15,10,13,2,0,0,0,9,7,5,7,19,4,11,6,0,13,0,0,15,15,17,19,0,13,3,0,0,0,11,11,11,14,1,3,6,10,0,0,0,7,19,8,5,7,0,0,5,0,0,0,9,0,4,0,0,19,0,0,2,6,16,19,3,0,0,17,16,11,17,0,9,14,19,6,0,0,3,0,0,14,16,16,3,0,17,0,5,0,0,0,4,0,0,11,15,14,13,3,0,10,2,0,6,0,15,0,0,12,17,11,0,0,6,18,8,0,8,12,5,5,0,0,0,0,18,14,2,16,0,0,0,0,0,0,0,0,0,8,0,0,0,5,0,1,5,19,12,0,0,12,0,0,0,0,18,0,10,4,1,18,6,5,11,13,0,3,3,17,5,14,0,12,13,18,7,0,0,18,5,0,18,0,0,0,0,5,0,7,15,0,0,8,0,13,16,0,0,0,3,6,0,0,13,3,0,0,19,5,17,15,10,9,12,18,0,2,2,15,5,2,18,4,6,5,18,9,13,4,12,8,4,11,0,16,0,17,0,0,10,0,0,0,17,0,0,0,0,0,0,0,0,0,0,10,14,0,15,0,9,8,19,0,13,4,9,9,7,13,7,6,6,6,3,13,10,1,3,4,10,0,0,18,4,10,0,5,0,7,11,19,9,0,17,13,8,0,0,0,4,4,10,12,19,0,0,4,19,0,0,13,11,0,7,5,0,0,0,0,0,3,0,11,13,0,0,0,14,0,0,7,18,0,0,16,0,4,0,0,18,3,0,11,4,15,6,0,0,1,14,19,10,1,15,13,0,0,0,18,1,0,15,0,0,4,0,4,0,17,0,0,0,10,3,0,0,5,0,0,0,10,0,0,0,0,13,16,0,2,0,3,0,0,0,15,12,15,4,0,12,14,0,2,14,0,0,16,0,0,9,13,10,0,14,0,0,13,0,0,0,5,0,5,15,0,0,0,16,0,0,0,6,0,0,3,13,0,1,6,9,9,15,17,0,0,14,13,18,0,0,15,0,19,19,19,2,0,0,15,0,6,13,0,0,0,7,0,1,0,13,0,3,0,15,0,0,18,4,0,0,15,0,8,9,18,15,0,0,9,0,13,5,0,0,12,0,0,0,16,0,13,0,16,0,0,15,0,0,0,0,11,10,0,0,9,0,2,0,3,1,0,0,2,0,4,0,0,0,15,0,12,12,0,0,1,10,3,13,3,3,6,0,4,7,8,18,19,0,9,0,3,0,1,0,0,0,18,4,16,0,4,3,0,0,2,0,16,2,4,0,0,0,11,0,0,9,0,0,0,0,16,13,0,3,0,0,0,0,8,0,0,0,11,0,0,0,0,14,0,14,0,0,0,0,14,0,6,16,0,0,0,16,0,3,0,0,14,6,0,12,0,12,0,0,0,13,0,0,0,15,0,0,17,0,3,18,2,0,4,18,5,0,19,3,3,6,18,13,0,0,10,10,5,2,0,0,18,0,17,4,0,7,0,0,0,14,0,0,17,0,1,6,0,0,0,14,0,9,0,3,14,0,0,8,0,0,14,6,0,0,17,7,0,8,0,2,0,0,18,8,0,0,0,0,0,0,0,0,19,2,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,7,0,2,0,5,13,1,15,9,2,0,7,0,15,0,17,6,2,0,11,16,2,0,3,6,0,0,16,0,18,13,0,1,0,13,2,2,0,0,0,0,3,0,0,16,0,0,0,12,0,0,0,0,0,0,2,8,0,0,0,0,0,0,0,0,0,10,0,1,0,0,0,17,0,13,0,0,12,0,0,8,0,3,0,0,12,0,2,0,19,8,11,3,8,6,0,5,0,2,12,17,12,0,9,0,5,0,4,11,11,6,0,0,19,1,11,0,10,14,0,0,9,0,14,18,3,0,10,1,0,9,0,0,6,0,0,0,12,0,0,3,0,1,0,14,0,0,15,0,12,10,0,5,0,0,0,0,12,0,14,0,0,0,5,0,1,0,0,10,0,0,0,6,0,0,16,0,4,3,8,5,10,0,12,6,0,0,0,0,18,0,3,7,0,2,0,0,0,0,0,14,0,0,0,0,0,14,0,0,0,0,5,1,0,8,0,0,2,17,0,15,12,17,0,0,1,0,11,0,19,0,0,0,0,3,0,18,0,3,0,6,0,0,19,0,11,0,7,19,0,0,10,0,19,4,0,0,0,1,0,0,0,0,10,0,2,3,0,6,6,7,0,19,0,0,0,6,0,18,0,0,5,0,0,0,0,8,0,5,0,0,8,18,0,0,8,0,0,2,0,0,2,0,12,0,0,0,1,16,0,0,8,0,6,0,15,0,0,0,8,0,0,14,0,0,0,11,0,0,0,0,0,0,0,1,0,0,17,10,0,2,0,0,8,6,0,0,17,5,0,0,2,0,0,0,3,6,0,0,0,14,0,0,0,0,0,0,10,13,0,0,18,0,17,0,0,14,0,0,3,0,2,0,3,0,8,0,0,7,0,0,6,0,4,0,0,0,0,0,0,14,0,0,0,14,0,10,0,1,16,0,1,0,11,6,0,0,18,0,0,0,10,0,0,0,0,13,0,0,6,0,0,4,0,0,8,0,10,0,0,0,9,0,8,0,0,0,0,10,0,0,9,10,0,0,0,6,0,0,18,0,0,0,0,0,16,0,0,0,0,0,14,13,0,16,0,11,0,0,2,0,11,0,0,0,18,0,11,0,12,0,0,0,7,7,0,18,0,0,8,1,0,0,8,13,0,4,0,19,0,17,0,0,3,0,0,0,0,0,0,0,17,0,17,1,14,0,0,0,0,11,0,0,0,17,0,0,18,0,12,0,0,0,14,14,0,1,7,10,0,0,0,0,10,0,0,19,0,0,0,0,0,0,3,0,0,0,19,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[8.463231E2,7.425954E2,1.0372775E2,6.4839E2,9.420537E1,3.419004E1,6.953771E1,6.1692957E2,3.1460424E1,3.9748882E1,5.4456486E1,1.2100511E1,2.208953E1,2.599676E0,6.6938034E1,4.8110878E1,5.688187E2,2.0014741E0,2.945895E1,2.9106165E1,1.0642716E1,9.0797025E-1,5.3548515E1,7.8356867E0,4.264824E0,2.042875E1,1.6607809E0,2.4297976E0,1.698783E-1,1.1441029E0,6.579393E1,2.7956673E1,2.0154207E1,5.671595E1,5.121028E2,1.2367525E0,2.8222197E1,8.18478E0,2.0921385E1,7.696641E-1,9.873053E0,1.2510704E0,5.2297447E1,5.743119E0,2.092568E0,2.01339E0,2.2514338E0,4.1229737E-1,2.0016453E1,1.0016439E0,6.59137E-1,2.6409924E-1,2.1656985E0,1.5644472E1,1.23122015E1,1.8212471E1,1.9417356E0,4.346607E1,1.3249881E1,3.4717474E2,1.6492801E2,7.0238537E-1,5.3436714E-1,1.0267925E0,2.7195404E1,1.7553284E0,6.429452E0,1.6562733E1,4.3586516E0,9.698273E0,1.747802E-1,4.926092E0,8.1702656E-1,1.647093E0,4.4547483E-1,1.5206219E0,4.9276823E-1,1.7382482E0,5.131856E-1,1.0396525E0,1.8976799E1,7.831761E-1,2.1846774E-1,5.891183E0,9.753289E0,4.3423705E0,7.969831E0,1.7466185E1,7.4628663E-1,1.1230979E0,8.186378E-1,6.16035E0,3.7305717E1,1.2915813E1,3.340667E-1,3.3877927E2,8.395474E0,7.4690735E1,9.0237274E1,2.6978981E1,2.1642344E-1,1.3404686E0,4.1485974E-1,7.9920036E-1,5.630252E0,5.742669E0,1.0820064E1,3.22031E0,1.1383417E0,4.462167E0,4.6392518E-1,1.3957256E0,2.5136736E-1,1.2181387E0,3.0248326E-1,1.090463E0,6.4778525E-1,7.4172395E-1,1.8235075E1,1.5579301E0,4.3332524E0,6.14073E0,3.6125588E0,1.0131457E0,3.3292248E0,6.8861017E0,1.0837291E0,1.6406591E1,1.0595936E0,5.9436E-1,2.242778E-1,1.0928582E0,5.0674915E0,1.9890747E1,1.7414972E1,1.5656378E0,1.1350176E1,2.829053E2,5.5873962E1,7.6936393E0,7.0183545E-1,4.3718052E1,3.0972685E1,3.860735E1,5.1629925E1,2.222667E-1,1.118202E0,5.451934E0,1.783177E-1,3.359214E0,2.383455E0,2.0724673E0,8.747597E0,2.910794E0,3.09516E-1,4.290285E0,1.7188199E-1,2.869167E-1,1.108809E0,4.481033E-1,6.4235973E-1,3.601884E-1,1.7874887E1,1.3862065E0,1.7172363E-1,5.879672E-1,3.7452855E0,5.112217E-1,5.6295085E0,1.3562287E0,2.2563303E0,2.9489467E0,3.8027814E-1,9.0799016E-1,5.9781117E0,1.2547594E0,1.5151832E1,4.0827906E-1,1.860809E-1,4.7049136E0,3.625783E-1,1.3740018E1,6.1507287E0,1.5234085E1,2.180887E0,2.321917E2,5.0713623E1,3.361576E1,2.2258202E1,2.628448E-1,7.4307947E0,3.0012371E1,1.3705683E1,2.2110828E1,8.861857E0,2.8329414E1,1.0277934E1,8.3414E0,4.3288525E1,3.0607328E0,2.9848117E-1,7.763054E-1,1.6071496E0,1.3723024E0,7.0016485E-1,6.7710695E0,1.9765267E0,1.7684055E1,1.9083282E-1,3.5991272E-1,3.3853726E0,1.9626437E-1,5.4332438E0,1.1519512E0,2.042775E-1,3.9536214E-1,1.860968E0,2.5909138E-1,2.6898553E0,5.495484E0,4.8262793E-1,2.718311E-1,4.433082E0,8.183332E0,5.556686E0,9.582397E-1,5.192489E0,1.1008922E1,4.225164E0,2.0144644E0,1.6642247E-1,1.438454E1,2.1780714E2,2.7713726E1,2.2999897E1,1.1363298E1,2.2252462E1,7.62419E0,1.4634012E1,2.685904E-1,7.1622043E0,2.50341E1,4.9782705E0,3.084532E0,1.0621151E1,2.880001E0,1.9230827E1,4.4168043E0,4.4450526E0,1.8532875E1,9.796538E0,2.5061443E0,7.77179E0,3.8264987E0,4.5149016E0,3.229822E1,1.0990304E1,2.7733254E-1,2.7834003E0,2.1385594E-1,1.3932936E0,1.2060361E0,1.6626641E-1,5.966474E0,8.045954E-1,1.7509253E1,1.7480215E-1,3.0622864E0,3.2308632E-1,2.8078297E-1,5.152461E0,1.9851552E-1,9.5343566E-1,1.8435934E-1,1.6766087E0,1.6913125E-1,2.520724E0,2.8776345E-1,5.2077203E0,6.9475446E0,1.2357879E0,4.367539E0,1.1891474E0,3.2317264E0,1.9607625E0,9.934979E0,1.0739421E0,2.8434925E0,1.3816713E0,6.7794356E0,7.6051044E0,1.7671692E2,4.1090233E1,2.4060116E0,2.5307714E1,5.742993E0,1.7256905E1,3.9688582E0,7.3944407E0,1.912885E1,3.1236105E0,4.853609E0,2.7705805E0,1.3207497E1,1.4265149E0,8.0953777E-1,6.3526664E0,1.8419987E0,2.31921E1,9.36625E-1,4.0416455E0,1.249971E0,1.8345609E0,8.465338E0,2.1558135E0,2.0803359E0,7.9966503E-1,1.5318411E1,3.9124157E0,3.612411E0,8.0439353E-1,3.2349029E0,1.2101496E0,1.298936E1,5.5435157E0,2.6864183E0,7.11012E0,1.9841524E0,5.219918E-1,1.0777149E0,6.694075E0,3.2204394E0,6.0605925E-1,5.6789273E-1,3.9470088E0,3.0464315E1,1.8339038E0,6.174837E0,4.8154674E0,1.8941371E-1,2.5939865E0,2.364465E-1,1.1568471E0,1.0013771E0,4.965097E0,1.7042087E-1,2.8918655E0,4.9424095E0,2.6531082E-1,6.5035266E-1,6.2971916E0,3.014177E0,1.3533617E0,2.5069588E-1,2.9810307E0,1.3691182E0,5.9164435E-1,1.2463232E0,8.688656E0,3.4028694E-1,2.5032055E0,9.924093E-1,3.8926202E-1,3.6023922E0,3.1770434E0,1.2223383E0,6.3827662E0,1.0905724E2,6.7659676E1,4.060544E1,4.8479685E-1,1.3808764E0,1.0251352E0,9.592499E0,1.5715216E1,1.7279092E0,4.015084E0,1.0644989E1,6.6119146E0,8.123177E-1,3.1565404E0,2.1305103E0,5.2639303E0,1.8502577E1,6.262752E-1,1.9774231E0,1.1461874E0,1.2909565E0,3.5626528E0,6.124599E-1,2.1581206E0,3.13666E0,1.0070837E1,5.8709183E0,4.8174813E-1,4.8827875E-1,1.35372E0,1.9119694E1,4.072407E0,4.581202E-1,3.5835254E0,1.6317937E0,2.0276716E-1,7.813893E-1,7.683948E0,6.1586696E-1,1.5399466E0,1.6259623E0,4.543737E-1,5.194058E0,1.0124353E1,1.2365975E0,2.6758182E0,5.4899716E-1,3.0634139E0,1.8045479E0,1.4303551E0,2.5804665E0,1.0408894E1,3.9980123E0,1.5455036E0,2.230922E0,4.554961E-1,2.4351482E0,4.6749716E0,2.99072E-1,1.6850804E0,6.455152E0,2.3892279E-1,9.131053E-1,2.3073342E0,3.700263E0,2.4674605E-1,2.6930197E1,3.534119E0,3.1414657E0,3.0333714E0,3.845101E0,9.703662E-1,1.835727E-1,4.7815247E0,2.4652928E-1,2.6453362E0,2.7547997E-1,4.6669297E0,5.24167E-1,2.49001E0,2.3997192E0,5.8131146E-1,1.7361283E-1,1.1955054E0,8.080496E0,6.0816056E-1,2.8062055E-1,2.2225852E0,2.4321368E0,1.1702553E0,5.121507E-1,2.6648927E0,6.0240707E0,3.586953E-1,7.838397E1,3.0673271E1,4.373093E1,2.3928743E1,3.400055E1,6.6048894E0,7.9664505E-1,2.2849013E-1,4.1636353E0,5.4288635E0,1.3865869E1,1.8493478E0,4.8834783E-1,1.2395614E0,3.1810746E-1,3.6969762E0,6.5209484E0,4.124041E0,6.2452316E0,3.6668333E-1,3.0964497E-1,2.8468955E0,8.887624E-1,4.375168E0,1.5868846E1,2.6337302E0,1.6843677E0,2.9305536E-1,1.103121E0,1.8783538E-1,2.5750601E0,9.8759276E-1,1.9266111E0,2.3150949E-1,9.569435E0,5.014018E-1,1.1716928E0,1.8202716E-1,4.839515E-1,1.8635742E1,3.1083176E0,4.752078E-1,8.845703E-1,6.799378E0,1.9030379E-1,1.3496428E0,3.238495E0,1.9555625E0,8.541429E0,1.5829246E0,3.2676587E-1,2.3490524E0,2.5791928E-1,2.8054945E0,9.470206E0,9.386871E-1,1.1541882E0,2.8438241E0,2.8298968E-1,1.2625139E0,4.898715E-1,1.7410506E0,5.89956E-1,1.8451923E0,7.416939E-1,3.9332778E0,1.8475421E-1,1.5003262E0,5.9565306E0,4.986214E-1,1.6348317E-1,2.143851E0,2.9297101E-1,3.407292E0,2.5350788E1,1.5794083E0,1.5146437E0,2.0194752E0,1.3655007E0,1.7759651E0,5.210961E-1,3.324005E0,4.610517E0,1.7100759E-1,2.1688621E-1,4.450043E0,3.609005E-1,2.1291096E0,2.3285374E-1,2.1668653E0,1.2477149E0,6.832781E0,3.8640872E-1,2.0457282E0,2.401539E0,2.6335362E-1,6.7516357E-1,5.3489075E0,7.1043725E0,7.12796E1,2.061365E1,1.0059622E1,2.4030336E1,1.9700594E1,1.0082901E1,1.3845841E1,1.6367727E1,1.763282E1,3.0247934E0,3.5800958E0,5.5344236E-1,3.610193E0,7.606937E-1,4.6681695E0,7.703446E-1,1.3095524E1,9.781595E-1,2.6140192E-1,4.12127E-1,3.2848492E0,1.9764271E0,4.5445213E0,1.1779497E0,2.9460912E0,5.1242757E0,1.1209561E0,2.3112977E-1,2.6157656E0,4.2161524E-1,3.9535527E0,1.3497972E1,2.3708742E0,9.390069E-1,1.6411415E-1,6.6176677E-1,1.9132932E0,2.5968778E-1,1.6669233E0,9.221284E0,3.4815148E-1,9.8320603E-1,1.8848684E-1,4.735426E-1,1.81622E1,2.9173198E0,1.9099782E-1,5.908684E0,8.906939E-1,1.1653169E0,1.8432583E-1,8.5518026E-1,2.383315E0,6.956388E-1,1.2599237E0,3.5561898E-1,8.18581E0,3.3420452E-1,2.0148478E0,1.9961275E-1,2.605882E0,8.919293E0,5.509134E-1,2.2867606E0,5.5706346E-1,1.5686971E0,1.7235352E-1,2.6630875E-1,1.5788836E0,8.6761284E-1,3.065665E0,5.597226E0,3.5930434E-1,2.9139135E0,4.9337843E-1,2.0159885E1,5.1909037E0,1.5647087E0,4.547664E-1,2.3943685E-1,1.5365282E0,3.1199512E0,2.0405377E-1,3.8622262E0,7.482906E-1,4.220788E0,2.2925517E-1,2.6066E-1,1.8684496E0,6.4464245E0,3.8635617E-1,2.0228028E-1,1.8434478E0,1.9950955E0,4.064436E-1,1.7693995E-1,5.1719675E0,1.7216606E0,5.382712E0,6.079993E1,1.0479667E1,1.4239702E1,6.373948E0,6.914624E0,3.1449974E0,1.7162872E1,6.8674626E0,1.5632277E1,4.0683174E0,4.8393E0,5.2436004E0,1.1710265E1,2.1355767E0,1.3935174E0,1.4974211E1,8.1581955E0,9.474625E0,2.3004382E0,7.243552E-1,3.0901265E-1,3.271083E0,8.3478177E-1,2.7754111E0,3.2967265E0,1.3714432E0,1.2835253E1,2.6027107E-1,1.7952693E-1,3.1053221E0,1.1091557E0,8.672714E-1,1.1497815E0,3.3947396E0,5.876086E-1,2.3584826E0,4.685396E0,4.3887937E-1,2.0834367E-1,2.407422E0,3.7643883E0,1.8916443E-1,1.2890415E1,6.0755724E-1,7.608728E-1,1.6100013E0,2.5197965E-1,1.6613137E0,8.721684E0,4.995996E-1,4.988113E-1,1.766339E1,2.717272E0,2.0004757E-1,4.4654372E-1,5.46214E0,2.1958392E0,1.8747583E-1,6.953037E0,1.232773E0,1.8496064E0,1.6524144E-1,2.1341528E-1,8.705878E0,2.1104298E0,1.7633078E-1,1.340815E0,2.3806873E-1,2.0113617E-1,2.8645287E0,5.4257145E0,1.7151178E-1,1.071285E0,1.90886E1,3.5832908E0,1.6076131E0,1.8747959E-1,1.3772291E0,1.3728701E0,1.6365817E-1,2.911279E0,2.0867229E-1,4.5698047E-1,3.4052458E0,1.6961525E-1,4.0511727E0,2.9606894E-1,6.150356E0,1.7380399E0,2.5705567E-1,4.996593E0,1.7537451E-1,4.1811337E0,1.2015781E0,8.722826E0,5.2077106E1,4.4352264E0,6.0444403E0,7.896208E0,6.3434944E0,2.5066423E0,3.8673058E0,2.54973E0,4.364894E0,1.0397702E0,2.1052272E0,1.3911425E1,3.2514486E0,1.0874697E0,5.779993E0,5.221053E0,1.0411223E1,6.045887E-1,3.4637284E0,4.1721096E0,6.6719055E-1,6.3945955E-1,4.6041408E0,3.8129368E-1,1.1328972E1,1.3886544E1,1.0876666E0,6.2157874E0,1.9424087E0,7.617655E0,1.8569697E0,1.9110576E0,3.8938066E-1,3.09164E0,1.7944327E-1,4.3190917E-1,2.343502E0,2.4474747E0,8.492518E-1,1.2438594E1,3.966591E-1,1.6416724E-1,9.4498837E-1,3.1579106E0,2.3682919E-1,1.8876833E0,4.7079936E-1,4.4282666E-1,4.2425694E0,2.0604932E-1,3.558339E0,1.2560708E1,3.297069E-1,5.6308496E-1,1.977878E-1,1.287157E0,3.228442E-1,2.2786489E-1,8.493819E0,1.6929653E1,7.3373646E-1,2.4372482E0,2.8002402E-1,5.278518E0,1.8362182E-1,2.2580335E-1,1.9700358E0,6.659343E0,2.9369417E-1,1.6403044E0,2.0930193E-1,1.8411776E-1,8.52176E0,1.9390608E0,1.713691E-1,1.8413546E1,6.750539E-1,3.3242836E0,2.5900716E-1,3.4733072E-1,5.803025E0,3.114382E-1,4.6851544E0,7.237695E-1,3.4573643E0,3.629492E0,5.0933337E0,7.9527864E0,4.412432E1,2.9889064E0,1.44632E0,3.7605748E0,2.2838655E0,2.4648077E0,5.4314E0,3.854021E0,2.4894733E0,8.3743036E-1,3.0298755E0,6.495079E-1,3.7153862E0,5.598548E-1,1.5453724E0,6.4253063E0,7.4861183E0,2.978392E0,2.7305654E-1,6.9992787E-1,5.0800653E0,2.0829136E0,3.1381395E0,1.6802831E0,8.730941E0,2.89673E0,5.6699854E-1,7.448342E-1,3.4272754E0,9.8279124E-1,3.6213498E0,3.5324266E0,7.796545E0,2.8264437E0,1.1060101E1,5.3761773E0,8.3961E-1,7.075759E0,5.4189575E-1,3.371426E-1,1.519827E0,1.814412E-1,1.7296164E0,3.6980772E-1,2.7218323E0,2.130883E0,2.126191E-1,1.2101552E1,3.370417E-1,2.964313E0,1.9359745E-1,3.8473172E0,3.952523E-1,1.9382788E-1,3.3645113E0,8.360205E-1,1.1724688E1,8.255044E0,2.3877528E-1,1.59452095E1,9.8444295E-1,2.1689637E0,2.682845E-1,3.739362E-1,4.904582E0,5.724979E-1,6.086845E0,1.4733646E0,1.6693985E-1,6.922829E-1,7.8294773E0,3.3984804E-1,1.8073698E1,5.247099E-1,2.7995737E0,5.6049547E0,1.9807038E-1,4.4421916E0,2.4296309E-1,3.1806269E0,2.7673742E-1,1.6456109E0,1.983881E0,1.5077586E0,3.585575E0,2.5771906E0,5.3755956E0,1.3252886E1,3.0871433E1,2.3588595E-1,2.7530205E0,3.3734498E0,3.8712484E-1,1.2682142E0,1.1965935E0,3.5461915E-1,5.076781E0,1.1863573E0,2.6676638E0,2.1749432E0,3.1452993E-1,2.7346559E0,2.952195E-1,1.726065E-1,3.5427797E0,1.3021021E0,2.432702E-1,5.421074E0,1.0042322E0,2.5324423E0,4.953676E0,6.393859E-1,2.3390062E0,3.9510696E0,1.1289955E0,1.4471087E0,6.3580495E-1,4.296311E-1,2.7085083E0,8.363091E0,3.6784852E-1,2.4712772E0,4.2545262E-1,2.3114151E-1,3.196134E0,2.7744613E0,8.4688836E-1,2.0367422E0,1.4956844E0,7.5061526E0,2.9039234E-1,8.870672E-1,1.0173033E1,7.050456E-1,4.6711316E0,4.63579E-1,6.61218E0,1.2382563E0,2.815707E-1,2.500569E0,2.2126311E-1,1.1931923E1,1.6962935E-1,2.640832E0,3.2348102E-1,3.4527023E0,3.9461476E-1,2.7144601E0,6.5005094E-1,2.8758892E-1,1.14370985E1,3.2877567E-1,7.926268E0,2.4584714E-1,1.5699363E1,4.722308E0,1.822738E-1,2.7472174E-1,5.812123E0,2.4052826E-1,7.5889487E0,1.7470276E1,6.0342175E-1,1.8807307E-1,5.4168816E0,2.973316E0,2.07311E-1,3.8226426E-1,1.6016167E0,2.5129813E-1,3.334277E0,1.8611276E-1,2.3910778E0,2.3563511E0,3.0192447E0,3.856354E0,9.396531E0,2.837065E1,2.5007842E0,2.547442E0,2.0557846E-1,8.272378E-1,2.5462122E0,4.6539044E0,4.2287642E-1,2.0991209E0,5.6854296E-1,1.8609074E-1,1.9888526E0,4.0491524E-1,2.3297408E0,4.0835553E-1,3.1344242E0,4.0779467E0,1.3431273E0,2.350239E0,1.8220317E-1,2.2086434E-1,3.7302053E0,2.365163E0,3.433453E-1,1.2573382E0,7.105754E0,1.6689225E-1,2.3043852E0,2.72084E0,4.7529396E-1,6.173246E-1,2.1571367E0,5.3461933E-1,1.5021228E0,4.919416E-1,1.0037428E0,1.8039428E-1,7.3257585E0,8.966034E0,1.2069993E0,2.1397014E-1,4.4571614E0,5.862998E-1,6.0258803E0,1.971016E-1,1.1734821E1,4.2386E-1,2.216972E0,1.7653617E-1,3.2761662E0,2.430721E-1,2.471388E0,1.1087127E1,3.4997168E-1,1.6838418E-1,7.757884E0,1.529648E1,4.0288228E-1,2.3209044E-1,4.4902177E0,1.8090688E-1,5.631216E0,6.583655E-1,6.9305835E0,1.7234161E1,2.3611507E-1,2.0497742E-1,5.211904E0,2.7443907E0,2.2892515E-1,2.9238362E0,4.1044086E-1,4.0672916E-1,1.9843487E0,2.1069143E0,2.4943681E-1,1.4425855E0,2.4137685E0,7.491542E0,1.9049895E0,4.939622E0,2.3431028E1,2.3659046E0,1.8153736E-1,2.2943377E-1,4.424471E0,1.9263537E0,1.7276724E-1,3.5480154E-1,1.6340511E0,3.6475892E0,4.3035752E-1,2.2638741E-1,2.1238518E0,2.5475886E-1,3.4754462E0,2.8343916E-1,2.081724E0,6.9417915E0,1.639623E-1,1.6569236E-1,2.5551476E0,2.029632E-1,1.9541736E0,1.2990443E0,2.0307857E-1,7.1495876E0,1.7617096E-1,1.8085955E-1,8.785174E0,3.0941948E-1,4.1477423E0,2.0699063E-1,5.8188896E0,9.670684E-1,1.0767753E1,3.069114E0,2.0705225E-1,1.0477503E1,6.096236E-1,2.983253E-1,1.4998155E1,1.6675974E-1,1.7067402E1,4.898703E0,3.1320116E-1,2.3383794E0,4.060114E-1,2.6001427E0,3.2369357E-1,1.7813283E0,2.0302024E-1,1.9058666E0,2.010477E-1,2.1999617E0,2.1380688E-1,6.881459E0,6.100829E-1,2.7823567E0,2.1572652E0,5.108245E-1,2.2920204E1,2.8027278E-1,4.144198E0,1.710994E0,2.1535973E-1,1.9876982E-1,3.4488194E0,1.8560854E-1,1.8961153E0,3.267632E-1,6.6150284E0,2.2008672E-1,2.335061E0,1.8439004E-1,1.7697835E0,6.8962054E0,2.5338176E-1,1.8960404E-1,8.595571E0,3.9609168E0,1.8682523E-1,5.5703845E0,2.4850532E-1,2.2098112E-1,1.0546771E1,2.0331807E-1,2.8657959E0,3.394947E-1,1.0138008E1,1.8041883E0,1.3193967E1,7.965371E-1,1.6270864E1,2.2141068E0,3.860358E-1,3.0763474E-1,1.4736936E0,1.9896797E0,2.1028191E-1,2.6775792E0,4.20388E0,2.465217E0,3.171396E-1,1.0634159E0,1.0938492E0,2.1422342E1,1.497862E0,3.4481117E-1,3.7993867E0,2.008122E-1,1.5101818E0,1.9777071E-1,3.2510486E0,1.827452E-1,6.432283E0,6.7124705E0,1.8373533E-1,7.621357E0,9.7421306E-1,2.4567534E-1,5.324709E0,9.673603E0,8.7316877E-1,2.615617E0,2.5017884E-1,9.879664E0,2.58344E-1,4.579144E-1,1.27360525E1,3.8702983E-1,1.5883835E1,2.659982E-1,1.7236814E0,3.901951E-1,3.813685E0,1.991622E-1,2.2660549E0,3.196474E0,1.8225868E1,3.0356023E-1,3.4958265E0,1.7660145E-1,6.2556815E0,5.1567335E0,1.6797526E-1,9.199824E0,4.737786E-1,2.9638308E-1,2.319234E0,9.634451E0,2.4521393E-1,2.839088E-1,1.2452144E1,1.5677516E1,2.0631823E-1,3.5934215E0,2.2026345E-1,2.0660748E0,1.9998011E-1,1.7711033E1,5.1483536E-1,1.9402336E-1,6.0616584E0,1.7790373E-1,4.97883E0,1.986379E-1,9.001186E0,2.0048141E0,3.144199E-1,2.0837516E-1,9.426075E0,1.8423966E-1,1.2267904E1,1.838895E0,1.3838621E1,3.3687863E0,2.2463521E-1,1.8508343E0,2.1524055E-1,1.7383806E1,3.2722583E-1,2.6031074E-1,5.8013473E0,1.7718626E0,7.654213E0,5.2683365E-1,1.1741071E1,1.9075905E-1,1.6481359E0,1.3590967E1,2.4765475E-1,5.8852345E-1,1.6795282E1,1.2737501E0,4.9811256E-1,1.9222355E0,5.7319775E0,1.1577437E1,1.6363275E-1,1.4525111E0,1.9562475E-1,1.7535727E-1,1.6619926E1,2.0882751E-1,1.0649226E0,1.5403508E0,3.8188472E-1,4.9107714E0,8.212061E-1,2.1203272E-1,1.1365405E1,2.4635905E-1,1.6373568E1,3.142491E-1,1.2261016E0,6.4934725E-1,1.5724219E1,3.3606312E-1,1.5388157E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1319","size_leaf_vector":"0"}},{"base_weights":[-1.2867023E-1,-5.0595343E-1,-6.244375E-2,-2.7783206E-1,-7.9313934E-1,-4.4933942E-1,-2.4229074E-3,-7.921292E-1,-1.6339135E-1,-0E0,-8.3280605E-1,-2.650698E-1,-7.323236E-1,1.9300515E-2,-3.946282E-1,-6.3674664E-1,-0E0,-2.4534902E-2,-5.783671E-1,4.283613E-1,-0E0,-8.63549E-1,-0E0,-0E0,-3.6702332E-1,-0E0,-7.922191E-1,-3.8603757E-2,8.878349E-2,-0E0,-8.442969E-1,6.42668E-2,-3.416691E-1,-6.4705414E-1,-0E0,-8.958202E-1,-0E0,-0E0,-3.586476E-2,1.5419765E-1,-3.0144376E-1,-4.6745592E-1,-0E0,-0E0,3.086732E-1,-8.247305E-1,-0E0,-6.6866083E-3,-3.913151E-1,-0E0,2.4995364E-1,2.86977E-1,-3.457218E-1,-0E0,-8.657705E-1,-3.548948E-2,4.9245125E-1,-3.9191824E-1,-0E0,-6.92422E-1,-0E0,-0E0,-7.0557946E-1,-0E0,-1.5176705E-1,-0E0,4.9032006E-1,-4.4853792E-1,-0E0,-5.6058115E-1,-2.901233E-2,1.3069667E-1,-0E0,-0E0,-6.582265E-1,-3.9993647E-2,2.3844063E-1,-0E0,-5.3261757E-1,-1.03772104E-1,9.935338E-2,4.130215E-1,1.4238125E-2,7.029781E-1,-0E0,-0E0,-5.441912E-1,-6.853782E-1,-0E0,-4.5976135E-1,-0E0,-0E0,8.2032895E-1,-4.334372E-1,-0E0,-0E0,-5.569238E-1,-2.7929088E-1,3.4871185E-3,6.298699E-1,-0E0,-0E0,-3.825842E-1,-5.918405E-1,-0E0,-0E0,-3.473267E-1,-0E0,2.6184192E-1,-1.9802025E-1,-0E0,-1.4129715E-2,-4.252161E-1,-0E0,4.5409024E-1,3.56721E-1,-1.641393E-1,-6.365978E-1,-0E0,2.119715E-2,-2.732945E-1,-7.885797E-3,1.9443168E-1,1.9061753E-1,5.823512E-1,-7.7863865E-2,2.1029687E-1,-0E0,8.5399014E-1,-1.6535458E-1,1.0814535E-1,-5.926087E-1,-0E0,-4.0287212E-1,-0E0,2.670589E-1,-1.2932472E-1,1.0362078E0,-0E0,-4.6760723E-1,-0E0,-0E0,2.8941074E-1,-0E0,7.34943E-1,-6.080757E-1,-0E0,2.5538763E-1,-0E0,-0E0,-4.3488425E-1,4.1890115E-2,-0E0,-3.180023E-1,-0E0,-0E0,-5.0055057E-1,-2.0877081E-1,1.58239E-1,4.1427378E-2,7.4113923E-1,-0E0,6.3036877E-1,-2.0395502E-1,-0E0,-0E0,-7.1888053E-1,-1.4497817E-1,1.7480347E-1,-0E0,-3.0514866E-1,-1.9426711E-1,1.6078939E-1,3.0061412E-1,-0E0,3.363311E-1,-0E0,6.335747E-1,-0E0,1.7173599E-1,-1.9561125E-1,-0E0,3.331479E-1,-0E0,1.007372E0,-2.4782734E-1,-0E0,-0E0,2.965101E-1,-6.417519E-1,-0E0,-0E0,5.700281E-1,-0E0,-3.8404465E-1,-0E0,1.3278364E0,-0E0,-4.8264432E-1,-0E0,2.704226E-1,8.1160814E-1,-0E0,-6.210238E-1,-0E0,4.198067E-1,-0E0,-3.8832447E-1,-0E0,2.2101308E-1,-0E0,-0E0,-4.3304813E-1,4.9999517E-1,-9.644194E-3,-5.885054E-1,-0E0,-3.4002733E-1,-0E0,3.3465528E-1,-0E0,1.9464427E-1,-0E0,8.752403E-1,-0E0,-0E0,5.9927595E-1,-0E0,-7.8057915E-1,-0E0,-3.1673288E-1,3.365361E-1,-0E0,-0E0,-3.3956346E-1,-0E0,-2.9293504E-1,-2.1440539E-1,4.090399E-1,3.806729E-1,-0E0,9.924856E-2,-1.5252976E-1,3.958593E-1,-0E0,-9.541338E-2,7.8641415E-2,-0E0,6.540334E-1,-0E0,3.1183532E-1,-2.7419454E-1,-0E0,-2.7401203E-1,4.6018742E-2,4.316975E-1,-0E0,8.3056015E-1,-0E0,-0E0,-6.758262E-1,7.184791E-1,-0E0,1.7995767E-1,-0E0,-5.8419704E-1,-0E0,-0E0,1.4754093E0,-0E0,-5.029143E-1,8.981123E-1,-0E0,-6.3475496E-1,-0E0,5.275115E-1,-0E0,2.3038207E-1,-0E0,-0E0,-4.7352058E-1,-0E0,6.5826374E-1,-1.3562828E-1,2.0768894E-2,-7.6518434E-1,-0E0,-0E0,-3.977435E-1,-0E0,4.046397E-1,3.7400696E-1,-0E0,-1.0699803E-1,-0E0,-0E0,9.390585E-1,-8.060711E-1,-0E0,1.7397177E-1,-0E0,-3.9073676E-1,-0E0,-0E0,4.5380518E-1,-1.412537E-1,9.885286E-2,-3.8591847E-1,-0E0,-4.9864754E-2,1.3675149E-1,-3.8698113E-1,-0E0,-0E0,-3.9369193E-1,6.131477E-1,-0E0,-0E0,4.437553E-1,1.17907844E-1,-4.6324164E-2,-0E0,3.40659E-1,-3.3061287E-1,-0E0,-0E0,4.4989324E-1,-3.9420494E-1,-0E0,-0E0,2.5498486E-1,-0E0,6.985787E-1,3.909686E-1,-0E0,-0E0,-3.2772118E-1,-0E0,-3.9659947E-1,-0E0,5.462059E-1,-0E0,-5.4959637E-1,8.103917E-1,-0E0,2.768709E-1,-0E0,-0E0,-5.1970416E-1,-0E0,1.5783079E0,-0E0,-5.1573116E-1,-0E0,9.528586E-1,-6.4915204E-1,-0E0,-0E0,6.0550255E-1,-5.2783334E-1,-0E0,7.4402416E-1,-0E0,-0E0,-2.4972528E-1,4.0656388E-2,-3.1506026E-1,-7.916642E-1,-0E0,-4.4630828E-1,-0E0,4.7427884E-1,-0E0,5.2885497E-1,-0E0,9.837491E-1,-0E0,-0E0,-8.2262087E-1,-0E0,2.8160527E-1,-0E0,-4.628328E-1,-0E0,5.4983103E-1,-3.0791426E-1,-0E0,2.771464E-1,-0E0,-4.5264038E-1,-0E0,-0E0,-6.2093966E-2,2.8092855E-1,-0E0,-0E0,-5.7502466E-1,6.567377E-2,-0E0,-0E0,-4.703132E-1,-0E0,7.929915E-1,-1.2392722E-1,6.0881946E-2,-0E0,4.7754744E-1,-0E0,2.0739725E-1,-0E0,-1.6859955E-1,-9.892731E-2,-0E0,-0E0,4.2263997E-1,-4.0317526E-1,-0E0,-0E0,4.968504E-1,-3.9152226E-1,-0E0,3.598456E-1,-0E0,-0E0,7.473154E-1,4.1626427E-1,-0E0,-0E0,-3.8097608E-1,-0E0,-4.5655409E-1,-0E0,6.020038E-1,-0E0,8.883772E-1,-0E0,3.6958268E-1,-0E0,1.7311418E0,-0E0,-5.38695E-1,-0E0,7.9970556E-1,-0E0,-6.759939E-1,6.4250696E-1,-0E0,-5.8463347E-1,-0E0,-0E0,8.385497E-1,7.18765E-2,-1.4141938E-1,-0E0,-3.1488013E-1,-4.544941E-2,9.101218E-2,-4.1998744E-1,-0E0,-0E0,-6.2996936E-1,-4.7752446E-1,-0E0,5.357528E-1,-0E0,-0E0,5.9294015E-1,-0E0,1.0320052E0,-6.486253E-1,-0E0,4.0372488E-1,-0E0,-0E0,-5.3220326E-1,6.2467766E-1,-0E0,-0E0,-4.7764313E-1,-0E0,4.0245453E-1,-5.134172E-1,-0E0,-3.7701353E-2,-0E0,-0E0,4.6536213E-1,-1.07026994E-1,-0E0,-0E0,-6.232907E-1,-0E0,1.2730663E-1,-5.0614464E-1,-0E0,-0E0,1.0354298E0,-1.280558E-1,-0E0,2.5626543E-1,-0E0,-0E0,5.364405E-1,2.6067728E-1,-0E0,-0E0,-2.827583E-1,-0E0,-2.0260847E-1,-0E0,4.9906E-1,-4.4586763E-1,-0E0,5.30372E-1,-0E0,3.4017017E-1,-0E0,-0E0,7.867759E-1,3.4642807E-1,-0E0,-0E0,-4.2032465E-1,-0E0,-3.7285116E-1,6.738335E-1,-0E0,-0E0,9.517239E-1,4.61922E-1,-0E0,1.4710056E0,-0E0,-0E0,-5.906768E-1,-7.2231007E-1,-0E0,5.408347E-1,-0E0,-0E0,-6.582757E-1,-0E0,9.1536415E-1,-0E0,2.5533977E-1,-0E0,-2.8112864E-1,-4.0467903E-1,-0E0,-2.680734E-1,2.3834947E-2,7.606973E-4,2.0143571E-1,-0E0,-4.749016E-1,-0E0,-5.063114E-1,-0E0,4.4253138E-1,-0E0,6.9421846E-1,1.0950371E0,-0E0,-0E0,3.752562E-1,-5.804817E-1,-0E0,-0E0,6.6070443E-1,-5.39325E-1,-0E0,-0E0,5.0407994E-1,-0E0,-5.620249E-1,-2.6048756E-1,-0E0,5.779934E-1,-0E0,-0E0,-2.1788798E-1,9.892046E-2,-0E0,-6.4390075E-1,-0E0,-0E0,-4.108705E-1,-0E0,1.1413598E0,3.7815803E-1,-0E0,-0E0,5.664615E-1,2.1880712E-1,-0E0,-0E0,-3.6166453E-1,-0E0,-2.906909E-1,5.572891E-1,-0E0,-4.7047848E-1,-0E0,5.584132E-1,-0E0,-0E0,8.209045E-1,-4.4649196E-1,-0E0,7.3513633E-1,-0E0,1.0174286E0,-0E0,-0E0,5.255668E-1,-0E0,-6.2547445E-1,-0E0,-7.336683E-1,-7.490377E-2,-0E0,-0E0,-7.061264E-1,7.428516E-1,-0E0,-1.07148364E-1,-0E0,-0E0,3.9728963E-1,8.333243E-2,-0E0,-3.9569184E-1,-0E0,-4.5925072E-1,-0E0,-0E0,-3.8909408E-1,1.15850106E-1,-5.8791194E-2,1.6640091E-1,-1.2217772E-2,4.4913456E-4,4.0507635E-1,-0E0,-3.821544E-1,-4.1670293E-1,-0E0,5.6927735E-1,-0E0,1.1660032E0,-0E0,-0E0,-6.01095E-1,-0E0,7.067706E-1,-4.4157797E-1,-0E0,6.130302E-1,-0E0,-0E0,-5.95934E-1,-2.4306366E-1,-0E0,-0E0,4.7364274E-1,-2.8215617E-1,-0E0,9.3166985E-2,-0E0,-0E0,-6.6942465E-1,-0E0,1.2302614E0,-0E0,3.6580032E-1,5.8811456E-1,-0E0,-4.238208E-1,-0E0,-2.5599104E-1,-0E0,5.762139E-1,-0E0,-0E0,-3.7962288E-1,-0E0,5.926347E-1,-0E0,8.438308E-1,-4.6496144E-1,-0E0,-0E0,7.8234696E-1,8.3532995E-1,-0E0,-0E0,5.7470036E-1,-0E0,-5.223919E-1,-0E0,-7.665647E-1,-7.637898E-2,-0E0,-0E0,-5.950135E-1,-2.0654286E-1,-0E0,5.776987E-1,-0E0,-0E0,1.8140315E-1,-4.3535474E-1,-0E0,-5.7804525E-1,-0E0,-0E0,-4.313392E-1,-2.4304462E-3,2.5964585E-1,-2.4681869E-1,-0E0,-0E0,2.4922301E-1,1.2577252E-2,-1.3714994E-1,1.876325E-1,-1.2480117E-1,6.646906E-1,2.4342202E-2,1.2406934E0,-0E0,-0E0,-4.7636715E-1,7.565622E-1,-0E0,-0E0,6.86721E-1,-0E0,-6.289844E-1,-0E0,-2.6586398E-1,-0E0,-6.823054E-1,1.3138005E0,-0E0,-0E0,6.1285E-1,-3.532906E-1,-0E0,4.931557E-1,-0E0,6.204728E-1,-0E0,6.8001425E-1,-0E0,-4.980611E-1,-0E0,-0E0,8.104035E-1,-0E0,4.866786E-1,-0E0,-8.037089E-1,-2.549392E-1,-0E0,-0E0,6.196738E-1,-0E0,1.5719792E-1,-0E0,-4.768372E-1,-0E0,-6.366387E-1,-0E0,-4.3281514E-2,-0E0,-4.6422446E-1,-0E0,-2.5194675E-1,4.0055114E-1,-0E0,-4.0587085E-1,-0E0,7.685077E-2,-0E0,-0E0,3.154459E-1,-0E0,3.26736E-1,-0E0,-2.0697097E-1,3.0594033E-1,-0E0,-0E0,-2.0799273E-1,7.506677E-1,-0E0,-0E0,1.5328804E-1,-0E0,1.3146826E0,-0E0,7.768755E-1,-0E0,5.580413E-1,-6.8745875E-1,-0E0,-0E0,-5.418774E-1,1.4036834E0,-0E0,6.230409E-1,-0E0,-0E0,6.688496E-1,-0E0,-5.226054E-1,-0E0,9.0210545E-1,-0E0,-6.538883E-1,5.092616E-1,-0E0,-5.101384E-1,-0E0,-0E0,-6.843649E-1,-1.0451013E-1,-0E0,-0E0,-4.92657E-1,9.1694616E-2,-0E0,-2.65761E-1,-0E0,6.173067E-1,-0E0,-1.6858675E-2,6.98896E-2,-3.5633233E-1,-0E0,-0E0,2.9156512E-1,-9.754135E-2,-0E0,-0E0,3.783611E-1,-1.22446634E-1,7.219119E-3,4.7673604E-1,-0E0,3.7470993E-2,-0E0,-0E0,-2.8623515E-1,4.7044808E-1,-0E0,-3.504177E-1,-0E0,-0E0,9.7799325E-1,-0E0,2.686276E-1,1.0961204E0,-0E0,8.0933666E-1,-0E0,-0E0,-7.214784E-1,-0E0,1.1743543E0,-0E0,6.711173E-1,-0E0,6.7951846E-1,-5.497586E-1,-0E0,7.224351E-1,-0E0,-5.5094814E-1,-0E0,-7.0426804E-1,-0E0,-5.185712E-1,-0E0,-0E0,1.8561246E-1,-0E0,-6.0633488E-2,-0E0,6.4547974E-1,-0E0,-1.5991515E-1,-0E0,3.1744167E-1,-0E0,2.5437638E-1,-0E0,-1.935043E-1,-0E0,4.257542E-1,-3.0617404E-1,-0E0,-1.3282219E-1,8.11132E-2,-0E0,5.6575376E-1,8.843619E-2,-0E0,-3.6624092E-1,-0E0,-0E0,5.2661383E-1,-0E0,-4.1916466E-1,-0E0,6.7773096E-2,-0E0,1.0316503E0,-0E0,3.540361E-1,6.455693E-1,-0E0,-0E0,-7.3542434E-1,-0E0,7.0828044E-1,-0E0,6.8991816E-1,-5.8486193E-1,-0E0,-4.4848254E-1,-0E0,-5.5809814E-1,-0E0,-5.453096E-1,-0E0,-0E0,2.5314447E-1,-0E0,-1.3709165E-1,-0E0,7.069992E-1,-1.504273E-1,-0E0,4.2880124E-1,-0E0,-2.5683558E-1,-0E0,-0E0,4.607787E-1,-0E0,-4.4266146E-1,-0E0,5.141224E-2,-2.660296E-1,-0E0,1.6396941E-1,-1.2274581E-2,-0E0,4.947969E-1,-4.6844772E-1,-0E0,5.5788153E-1,-0E0,-0E0,-5.163343E-1,1.5532683E-1,-0E0,1.0864577E0,-0E0,4.170331E-1,-0E0,-7.500867E-1,-0E0,7.50848E-1,-0E0,5.468607E-1,-0E0,-0E0,-6.42515E-1,-5.704722E-1,-0E0,-0E0,2.164103E-1,-0E0,7.3550624E-1,-0E0,4.5491076E-1,-0E0,-3.2734376E-1,5.0624484E-1,-0E0,-4.9617612E-1,-0E0,-0E0,1.5178637E-1,-3.4792435E-1,-0E0,2.853773E-1,-0E0,-1.3142239E-1,-0E0,-0E0,-5.146275E-1,5.874268E-1,-0E0,-5.607508E-1,-0E0,-0E0,8.789293E-1,-0E0,4.7809467E-1,-0E0,-5.965222E-1,7.680683E-1,-0E0,-0E0,-5.1339936E-1,-0E0,-6.185444E-1,-0E0,7.632174E-1,3.7058818E-1,-0E0,-2.7461478E-1,-0E0,-0E0,5.9446794E-1,-0E0,-5.308829E-1,2.0858979E-1,-0E0,-4.1451958E-1,-0E0,3.4234253E-1,-0E0,-0E0,-5.7084035E-2,-2.9271832E-1,-0E0,-0E0,-5.3145117E-1,-0E0,6.30607E-1,-5.8573E-1,-0E0,5.467393E-1,-0E0,-0E0,7.840126E-1,-0E0,-6.421089E-1,-0E0,6.099332E-1,6.4003736E-1,-0E0,-0E0,-4.496978E-1,-0E0,1.8172397E-1,-0E0,-3.443778E-1,4.0911868E-1,-0E0,4.0159296E-2,-0E0,-1.6352531E-1,-0E0,-3.6935645E-1,-0E0,-5.4237324E-1,-0E0,-0E0,6.5853804E-1,-4.8158294E-1,-0E0,5.68966E-1,-0E0,-0E0,8.5222316E-1,-5.151266E-1,-0E0,6.836489E-1,-0E0,-0E0,4.6141586E-1,6.4668916E-2,-0E0,-0E0,-1.9527307E-1,-0E0,-3.4303427E-1,-0E0,-5.532682E-1,-0E0,6.822057E-1,4.6008447E-1,-0E0,8.9543474E-1,-0E0,-0E0,7.056071E-1,-0E0,5.2128303E-1,-0E0,-2.1395746E-1,-5.6999636E-1,-0E0,-0E0,7.1255004E-1,9.1605645E-1,-0E0,-0E0,5.751969E-1,-0E0,5.6025124E-1,-1.8695444E-1,-0E0,-0E0,-4.7744134E-1,5.7220894E-1,-0E0,7.312275E-1,-0E0,-0E0,5.9387267E-1,-0E0,6.1368906E-1,-0E0,6.417474E-1,-0E0,5.222197E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":7,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,-1,-1,31,33,-1,-1,35,37,39,41,43,45,47,49,51,53,55,57,59,-1,61,63,-1,-1,65,67,69,71,-1,-1,73,-1,75,77,79,81,83,85,-1,87,89,91,93,-1,95,-1,-1,-1,-1,-1,97,99,101,-1,103,105,107,109,-1,-1,111,113,115,117,119,121,123,125,127,129,-1,131,-1,-1,133,135,-1,137,139,-1,-1,-1,-1,141,143,-1,-1,-1,145,-1,147,149,-1,-1,-1,151,153,155,157,159,161,163,165,-1,167,169,171,173,175,177,179,181,-1,183,185,187,189,-1,-1,-1,191,193,195,-1,197,-1,-1,199,-1,201,203,-1,205,-1,-1,207,209,-1,211,213,-1,215,217,219,221,223,-1,225,-1,-1,-1,227,229,231,-1,233,235,237,239,241,243,245,247,-1,249,251,253,255,-1,257,-1,-1,-1,-1,259,-1,-1,261,263,265,-1,267,-1,269,-1,-1,271,-1,273,-1,275,-1,-1,-1,277,-1,-1,279,281,283,285,-1,287,-1,289,-1,291,293,295,-1,-1,-1,-1,297,299,301,303,305,-1,307,309,311,313,315,317,319,321,323,325,-1,327,329,-1,331,-1,333,335,-1,337,-1,339,-1,-1,-1,-1,341,343,-1,345,-1,347,-1,-1,349,-1,351,353,-1,355,-1,357,-1,-1,-1,-1,359,-1,361,363,365,367,-1,-1,369,-1,371,373,-1,-1,-1,-1,375,377,-1,379,-1,381,-1,-1,383,385,387,389,-1,391,393,395,397,-1,399,401,403,-1,405,407,409,411,413,415,-1,-1,417,419,-1,-1,421,-1,423,425,-1,-1,427,-1,429,-1,431,-1,-1,433,-1,435,-1,-1,-1,-1,437,-1,439,-1,441,443,-1,-1,445,447,-1,449,-1,451,453,455,457,459,-1,461,-1,463,-1,465,-1,467,-1,-1,469,-1,471,-1,473,-1,475,477,-1,479,-1,481,483,-1,-1,485,-1,487,489,491,-1,-1,493,-1,495,497,499,-1,501,-1,503,-1,505,507,-1,-1,509,511,-1,-1,513,-1,-1,515,-1,-1,517,519,-1,-1,521,-1,523,-1,525,-1,527,-1,529,-1,531,-1,533,-1,-1,-1,535,537,-1,539,-1,-1,541,543,545,-1,547,549,551,553,-1,-1,-1,555,-1,557,-1,-1,559,-1,561,-1,-1,563,-1,-1,565,567,-1,-1,569,-1,571,573,-1,575,-1,-1,577,579,581,-1,583,-1,-1,585,-1,-1,587,-1,-1,589,-1,-1,591,593,-1,-1,595,-1,597,-1,599,601,-1,603,-1,-1,-1,-1,605,-1,-1,-1,607,-1,-1,609,-1,-1,611,613,-1,-1,-1,-1,615,617,619,-1,-1,-1,621,-1,623,625,627,629,631,633,-1,635,637,639,641,-1,643,-1,645,-1,-1,-1,647,649,-1,-1,-1,651,-1,-1,653,655,-1,-1,657,-1,659,661,-1,663,-1,-1,665,667,-1,669,-1,-1,-1,-1,671,673,-1,-1,675,-1,-1,-1,677,-1,679,681,-1,683,-1,685,-1,-1,687,689,-1,691,-1,693,-1,-1,695,-1,697,-1,699,701,-1,-1,703,-1,-1,705,-1,-1,707,709,-1,711,-1,713,-1,-1,715,717,719,721,723,725,727,-1,-1,-1,-1,-1,-1,729,-1,-1,731,-1,733,-1,-1,735,-1,-1,737,-1,-1,-1,-1,739,-1,-1,-1,-1,741,-1,743,-1,-1,745,-1,747,-1,-1,-1,749,-1,-1,-1,-1,751,-1,753,755,-1,-1,757,-1,-1,-1,759,-1,-1,-1,761,-1,-1,-1,-1,763,-1,765,-1,-1,767,769,-1,771,773,-1,775,777,779,781,783,-1,785,787,789,791,793,795,797,799,-1,-1,-1,801,-1,-1,803,-1,805,-1,-1,-1,807,809,-1,-1,811,-1,-1,-1,-1,813,-1,-1,-1,815,-1,-1,817,-1,-1,-1,819,-1,-1,-1,821,-1,-1,-1,823,-1,825,-1,827,-1,829,831,833,835,837,839,-1,841,843,-1,845,847,849,851,853,855,-1,-1,857,859,-1,-1,861,-1,863,-1,865,-1,-1,867,-1,-1,-1,869,-1,871,-1,-1,873,-1,875,-1,877,-1,-1,-1,-1,879,-1,-1,881,-1,-1,-1,883,885,887,-1,-1,889,-1,891,893,-1,-1,-1,895,897,-1,-1,899,901,903,905,-1,907,-1,-1,909,911,-1,913,-1,915,917,-1,919,-1,-1,921,-1,-1,923,-1,-1,-1,925,-1,927,929,-1,-1,-1,931,-1,933,-1,935,-1,-1,937,-1,939,-1,941,-1,943,-1,945,-1,-1,-1,947,-1,949,951,953,955,957,-1,959,-1,-1,961,-1,-1,963,-1,965,-1,967,-1,969,-1,971,-1,-1,-1,973,-1,975,-1,977,979,-1,-1,-1,-1,-1,981,-1,-1,983,-1,-1,-1,985,-1,-1,987,-1,989,-1,-1,991,-1,993,-1,995,997,-1,999,1001,-1,-1,1003,-1,1005,-1,-1,1007,-1,-1,1009,-1,1011,-1,1013,-1,1015,-1,-1,-1,-1,1017,1019,-1,-1,-1,-1,1021,-1,1023,-1,1025,1027,-1,1029,-1,-1,1031,1033,-1,1035,1037,1039,-1,-1,1041,1043,-1,1045,-1,-1,-1,-1,1047,-1,-1,1049,-1,-1,-1,-1,1051,-1,1053,-1,-1,-1,-1,-1,1055,-1,1057,1059,-1,1061,-1,1063,-1,1065,1067,1069,-1,-1,1071,-1,1073,1075,-1,1077,-1,-1,1079,-1,1081,-1,-1,1083,-1,-1,-1,-1,-1,-1,-1,1085,-1,1087,-1,1089,-1,1091,-1,1093,-1,-1,1095,-1,-1,1097,-1,-1,1099,-1,-1,1101,-1,-1,1103,-1,-1,-1,1105,-1,-1,-1,1107,-1,1109,-1,-1,1111,-1,-1,1113,-1,1115,-1,1117,1119,-1,-1,1121,1123,-1,-1,-1,-1,1125,-1,-1,-1,-1,-1,-1,-1,-1,-1,1127,-1,1129,-1,1131,-1,-1],"loss_changes":[1.6287848E1,5.272331E0,1.2952465E1,2.3704238E0,1.8927155E0,2.831277E0,4.66016E0,2.297411E-1,2.2332773E0,2.5971735E-1,8.74197E-1,1.409271E0,1.8173418E0,1.9595942E0,4.7666917E0,0E0,0E0,1.3951471E0,6.11115E-1,0E0,0E0,2.8033066E-1,3.96621E-3,5.997654E-1,1.5286369E0,1.5389073E-1,8.544102E-1,2.4277437E0,3.0130126E0,1.6936517E0,2.7266407E-1,1.6898912E0,2.614931E-1,2.4436712E-1,0E0,1.9117928E-1,7.641648E-2,0E0,0E0,8.912778E-1,3.0118057E-1,5.8821344E-1,5.309513E-2,0E0,0E0,2.0420074E-2,0E0,1.7118669E0,1.29146E0,1.5236725E0,2.5075212E0,1.1139691E0,6.949939E-1,0E0,1.234436E-1,6.952939E-1,1.1555632E0,2.1274996E-1,0E0,1.0076332E-1,0E0,0E0,0E0,0E0,0E0,2.891241E-1,5.5113506E-1,9.184027E-2,0E0,5.3498554E-1,4.0436962E-1,1.3415658E-1,1.3837433E-1,0E0,0E0,1.6449307E0,1.3176926E0,3.8571844E-1,6.330581E-1,1.7122288E0,9.960338E-1,7.77719E-1,7.595921E-1,6.487297E-1,1.125671E-1,0E0,1.9528222E-1,0E0,0E0,1.4222014E-1,7.7982503E-1,0E0,1.0024526E0,1.3659096E-1,0E0,0E0,0E0,0E0,1.7314646E-1,4.1577077E-1,0E0,0E0,0E0,2.2074318E-1,0E0,2.3793347E-1,1.4889577E-1,0E0,0E0,0E0,3.9777127E-3,1.0145416E0,6.475092E-1,4.1275066E-1,7.5596976E-1,5.196061E-1,8.3164975E-2,5.898242E-1,0E0,9.7837967E-1,3.730991E-1,1.0806454E0,1.046985E0,6.914485E-1,6.4645576E-1,6.3483477E-1,5.908284E-1,0E0,4.4550014E-1,1.4017904E-1,2.0059048E-1,2.1845365E-1,0E0,0E0,0E0,6.7533594E-1,7.315733E-1,1.0164304E0,0E0,8.017552E-2,0E0,0E0,3.0952454E-2,0E0,3.5122156E-1,2.2138691E-1,0E0,3.1256318E-1,0E0,0E0,1.3234949E-1,9.11102E-2,0E0,6.4617074E-1,1.1605431E0,0E0,5.840075E-1,2.5145411E-1,3.084915E-1,2.3245981E-1,9.6855426E-1,0E0,1.4389473E-1,0E0,0E0,0E0,6.7598295E-1,6.680185E-1,7.629652E-1,0E0,4.0674686E-1,4.9239713E-1,1.6059455E0,7.1427083E-1,2.6722175E-1,3.342365E-1,7.670397E-2,4.3348312E-1,0E0,2.3778391E-1,3.6387068E-1,2.102342E-1,5.485873E-1,0E0,1.2416482E-1,0E0,0E0,0E0,0E0,1.0242748E-1,0E0,0E0,5.7410514E-1,1.4020264E-1,8.067536E-1,0E0,5.83581E-1,0E0,6.533253E-2,0E0,0E0,2.9763603E-1,0E0,2.2718096E-1,0E0,2.587406E-1,0E0,0E0,0E0,5.694498E-2,0E0,0E0,2.744367E-1,4.424919E-1,8.261242E-1,8.478043E-1,0E0,9.263492E-2,0E0,1.870816E-1,0E0,5.2927357E-1,2.2397337E-2,4.6204615E-1,0E0,0E0,0E0,0E0,2.660513E-1,1.09974064E-1,3.6487764E-1,7.8825605E-1,1.6467305E-1,0E0,4.3737984E-1,7.898644E-2,5.313493E-1,3.425476E-1,9.1702294E-1,6.2222266E-1,4.9887743E-2,4.6933535E-1,2.8969318E-1,4.035486E-1,0E0,3.795872E-1,1.7900933E-1,0E0,4.2786312E-1,0E0,1.7290789E-1,2.988292E-1,0E0,1.6006863E-1,0E0,4.6539247E-1,0E0,0E0,0E0,0E0,1.0790396E-1,3.8372314E-1,0E0,1.5029618E-1,0E0,2.2481346E-1,0E0,0E0,3.207264E-1,0E0,5.7795048E-2,1.5705109E-1,0E0,2.2581673E-1,0E0,1.4844859E-1,0E0,0E0,0E0,0E0,3.0353487E-1,0E0,3.4244013E-1,5.218479E-1,6.8892705E-1,8.7311745E-2,0E0,0E0,1.0849327E-1,0E0,1.7828333E-1,4.2256403E-1,0E0,0E0,0E0,0E0,2.6563358E-1,1.735735E-2,0E0,1.5276441E-1,0E0,2.475605E-1,0E0,0E0,6.2290764E-1,3.5669842E-1,2.623131E-1,4.9560332E-1,0E0,5.4100356E-3,1.9087112E-1,5.3366053E-1,8.91874E-3,0E0,1.9617468E-1,9.384513E-1,3.6770012E-2,0E0,4.1265154E-1,7.258813E-2,9.267053E-2,3.7776873E-2,2.5357443E-1,1.7461976E-1,0E0,0E0,3.1275797E-1,2.0965466E-1,0E0,0E0,1.6000669E-1,0E0,6.406002E-1,2.0865738E-2,0E0,0E0,3.6910868E-1,0E0,6.069693E-2,0E0,3.4287214E-1,0E0,0E0,2.837026E-1,0E0,1.9483003E-1,0E0,0E0,0E0,0E0,2.0536661E-1,0E0,2.0855188E-2,0E0,3.4631968E-2,1.696701E-1,0E0,0E0,3.0373871E-2,1.8529367E-1,0E0,3.979956E-1,0E0,2.673598E-1,3.4298933E-1,6.482513E-1,1.8939942E-1,5.0667763E-2,0E0,6.1921895E-2,0E0,1.17845416E-1,0E0,2.4926281E-1,0E0,2.0803642E-1,0E0,0E0,1.6197681E-2,0E0,1.5615872E-1,0E0,3.1651723E-1,0E0,5.266719E-1,3.017254E-1,0E0,2.715653E-1,0E0,5.27998E-1,5.1670643E-3,0E0,0E0,3.4937412E-1,0E0,4.143056E-2,1.4144635E-1,4.1788016E-2,0E0,0E0,7.150328E-2,0E0,1.2912126E0,1.5244672E-2,1.3866714E-1,0E0,4.4676542E-1,0E0,4.9275056E-2,0E0,1.5331815E-1,9.653367E-2,0E0,0E0,1.6088265E-1,5.3527653E-2,0E0,0E0,2.3915195E-1,0E0,0E0,7.856497E-2,0E0,0E0,5.9116745E-1,1.6540706E-2,0E0,0E0,2.5794458E-1,0E0,3.111869E-3,0E0,3.584125E-1,0E0,1.2834024E-1,0E0,2.2546118E-1,0E0,2.8532553E-1,0E0,5.2422523E-2,0E0,0E0,0E0,2.6420975E-1,1.2865722E-2,0E0,2.4238467E-1,0E0,0E0,6.98297E-2,3.816819E-1,3.6998916E-1,0E0,4.1459203E-1,9.2797846E-1,7.434935E-1,1.2847608E-1,0E0,0E0,0E0,5.033964E-2,0E0,4.7388196E-2,0E0,0E0,2.6923704E-1,0E0,2.303791E-1,0E0,0E0,1.12261385E-1,0E0,0E0,1.8909848E-1,1.905458E-1,0E0,0E0,1.4718187E-1,0E0,2.4352998E-1,4.560461E-1,0E0,1.5454042E-1,0E0,0E0,1.4661968E-1,1.0357155E-1,1.7243514E-2,0E0,9.3988895E-2,0E0,0E0,2.0115018E-2,0E0,0E0,7.058468E-1,0E0,0E0,1.4735787E-1,0E0,0E0,3.5526514E-1,1.1685044E-2,0E0,0E0,1.4124301E-1,0E0,1.17120475E-1,0E0,1.4707702E-1,2.3522675E-2,0E0,2.4750733E-1,0E0,0E0,0E0,0E0,5.905571E-1,0E0,0E0,0E0,1.4216149E-1,0E0,0E0,3.6010027E-1,0E0,0E0,4.947281E-2,1.3621032E-1,0E0,0E0,0E0,0E0,7.10361E-2,9.760666E-2,1.0256436E-2,0E0,0E0,0E0,2.2749257E-1,0E0,2.7647018E-3,3.9939716E-2,3.8648573E-1,1.5535448E-2,3.6177617E-1,3.036859E-1,0E0,3.9803255E-1,2.9374042E-1,2.792514E-1,1.137219E0,0E0,9.358466E-3,0E0,3.8615108E-2,0E0,0E0,0E0,4.400456E-2,1.4259052E-1,0E0,0E0,0E0,8.990145E-2,0E0,0E0,1.9570208E-1,3.2521427E-2,0E0,0E0,2.8283286E-1,0E0,4.5559025E-1,4.6044663E-2,0E0,8.545101E-3,0E0,0E0,6.496535E-2,4.4677034E-3,0E0,9.7830296E-2,0E0,0E0,0E0,0E0,6.357646E-1,1.0855204E-1,0E0,0E0,2.838335E-1,0E0,0E0,0E0,1.14200056E-1,0E0,4.0436804E-2,2.1961331E-2,0E0,9.246767E-3,0E0,2.4713874E-1,0E0,0E0,1.1833668E-1,1.227901E-1,0E0,2.9747772E-1,0E0,4.4317484E-2,0E0,0E0,6.1768115E-2,0E0,1.04231596E-1,0E0,1.6388416E-1,5.1224483E-3,0E0,0E0,2.5764823E-1,0E0,0E0,6.8364784E-2,0E0,0E0,3.1340516E-1,5.230378E-2,0E0,1.5999687E-1,0E0,3.1116128E-1,0E0,0E0,2.1950448E-1,6.046845E-1,2.0955911E-1,2.7772227E-1,2.7529997E-1,5.8899504E-1,9.0929985E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.802107E-2,0E0,0E0,4.439831E-3,0E0,1.6165566E-1,0E0,0E0,1.6369736E-1,0E0,0E0,2.9622364E-1,0E0,0E0,0E0,0E0,7.425892E-2,0E0,0E0,0E0,0E0,2.4487972E-2,0E0,5.221038E-1,0E0,0E0,2.9846954E-1,0E0,5.2375197E-3,0E0,0E0,0E0,3.3731103E-2,0E0,0E0,0E0,0E0,2.3740149E-1,0E0,8.291626E-2,1.1952758E-1,0E0,0E0,1.5323329E-1,0E0,0E0,0E0,3.4667194E-2,0E0,0E0,0E0,7.191467E-2,0E0,0E0,0E0,0E0,1.1480285E-1,0E0,9.9487185E-2,0E0,0E0,6.231874E-3,1.6298771E-1,0E0,3.4426117E-1,3.8927626E-3,0E0,1.6863227E-1,1.6191648E-1,4.046029E-1,1.9130066E-1,2.0604644E-2,0E0,2.7641886E-1,3.5717645E-1,2.593743E-1,4.07078E-1,2.3908088E-1,5.552707E-1,1.3630909E-1,4.0139818E-1,0E0,0E0,0E0,1.008749E-1,0E0,0E0,1.5013933E-2,0E0,3.4771872E-1,0E0,0E0,0E0,8.044243E-3,2.3860836E-1,0E0,0E0,1.1298609E-1,0E0,0E0,0E0,0E0,1.6831946E-1,0E0,0E0,0E0,9.4435215E-2,0E0,0E0,1.1490178E-1,0E0,0E0,0E0,2.7401924E-2,0E0,0E0,0E0,6.0725093E-2,0E0,0E0,0E0,8.3955884E-2,0E0,3.656988E-1,0E0,2.9366525E-2,0E0,1.6678417E-1,2.84403E-2,9.028879E-2,1.0385488E0,1.6667016E-2,7.5635344E-2,0E0,1.611417E-1,3.632222E-2,0E0,3.061586E-1,1.06446564E-1,3.218719E-1,2.8843035E-3,2.6112163E-1,6.34126E-1,0E0,0E0,2.526101E-1,5.151324E-1,0E0,0E0,2.2628765E-1,0E0,2.0880795E-1,0E0,6.5122604E-2,0E0,0E0,3.9154053E-1,0E0,0E0,0E0,1.8544674E-1,0E0,1.2561655E-1,0E0,0E0,3.230858E-2,0E0,1.4481425E-1,0E0,6.442571E-2,0E0,0E0,0E0,0E0,6.879163E-2,0E0,0E0,6.6785336E-2,0E0,0E0,0E0,1.1284697E-1,6.486967E-2,6.711608E-3,0E0,0E0,1.3971066E-1,0E0,5.1781118E-2,2.3881038E-1,0E0,0E0,0E0,2.6135027E-2,9.0724975E-2,0E0,0E0,2.3896074E-1,2.4934047E-1,2.0966104E-1,1.9241542E-1,0E0,2.036799E-2,0E0,0E0,3.6205035E-1,2.579745E-1,0E0,2.3114645E-1,0E0,9.619059E-3,2.8936195E-1,0E0,1.521917E-1,0E0,0E0,5.8992863E-2,0E0,0E0,6.350136E-2,0E0,0E0,0E0,1.9015408E-1,0E0,3.138876E-2,1.4195919E-1,0E0,0E0,0E0,6.014228E-2,0E0,1.8455505E-2,0E0,1.2128925E-1,0E0,0E0,6.7089014E-2,0E0,4.4140317E-2,0E0,9.592843E-2,0E0,1.6023312E-2,0E0,1.7544395E-1,0E0,0E0,0E0,8.542019E-2,0E0,1.7561841E-1,2.1816087E-1,7.2215395E-3,1.7245293E-1,3.1656697E-1,0E0,1.0733575E-1,0E0,0E0,4.0664232E-1,0E0,0E0,1.4535296E-1,0E0,2.7974492E-1,0E0,6.0326427E-2,0E0,2.7985E-1,0E0,1.651358E-1,0E0,0E0,0E0,1.1127949E-1,0E0,2.5426626E-1,0E0,8.166552E-3,1.372447E-1,0E0,0E0,0E0,0E0,0E0,9.568477E-2,0E0,0E0,1.8755764E-2,0E0,0E0,0E0,1.0384321E-1,0E0,0E0,1.4886349E-2,0E0,6.745364E-2,0E0,0E0,1.7739487E-1,0E0,8.76624E-2,0E0,5.0554108E-2,1.490272E-1,0E0,4.9808165E-1,7.014869E-2,0E0,0E0,1.1661816E-1,0E0,1.0730314E-1,0E0,0E0,1.432463E-1,0E0,0E0,1.3245535E-1,0E0,1.5936345E-1,0E0,1.3659048E-1,0E0,1.8514681E-1,0E0,0E0,0E0,0E0,1.1653185E-2,1.9692445E-1,0E0,0E0,0E0,0E0,2.133584E-2,0E0,2.320081E-3,0E0,1.0757506E-2,2.484051E-1,0E0,4.9597204E-2,0E0,0E0,4.3037944E-2,1.2850818E-1,0E0,2.3120958E-1,1.3192707E-2,2.0880625E-1,0E0,0E0,5.9185028E-2,1.1749351E-1,0E0,5.830133E-2,0E0,0E0,0E0,0E0,1.3341421E-1,0E0,0E0,1.308589E-1,0E0,0E0,0E0,0E0,6.375265E-2,0E0,1.1593342E-2,0E0,0E0,0E0,0E0,0E0,2.0032692E-1,0E0,4.759991E-2,1.3657987E-2,0E0,2.7317405E-2,0E0,2.604754E-1,0E0,2.887039E-3,5.2741095E-2,1.387128E-1,0E0,0E0,2.0603418E-2,0E0,1.1127138E-1,4.387772E-2,0E0,2.0834804E-2,0E0,0E0,7.7773094E-2,0E0,2.4661064E-2,0E0,0E0,9.870887E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,2.305218E-1,0E0,7.769367E-3,0E0,2.1452159E-2,0E0,1.09826356E-1,0E0,1.6728997E-2,0E0,0E0,7.997012E-2,0E0,0E0,1.455158E-2,0E0,0E0,3.7148285E-1,0E0,0E0,6.464934E-2,0E0,0E0,2.1750557E-1,0E0,0E0,0E0,8.090369E-3,0E0,0E0,0E0,7.980466E-3,0E0,7.238555E-2,0E0,0E0,1.0890198E-1,0E0,0E0,4.0011883E-2,0E0,2.12865E-1,0E0,7.9276115E-3,7.0524216E-3,0E0,0E0,5.344987E-2,1.5305567E-1,0E0,0E0,0E0,0E0,1.98277E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.053422E-2,0E0,2.4543047E-2,0E0,8.756399E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,17,17,18,18,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,31,31,32,32,33,33,35,35,36,36,39,39,40,40,41,41,42,42,45,45,47,47,48,48,49,49,50,50,51,51,52,52,54,54,55,55,56,56,57,57,59,59,65,65,66,66,67,67,69,69,70,70,71,71,72,72,75,75,76,76,77,77,78,78,79,79,80,80,81,81,82,82,83,83,84,84,86,86,89,89,90,90,92,92,93,93,98,98,99,99,103,103,105,105,106,106,110,110,111,111,112,112,113,113,114,114,115,115,116,116,117,117,119,119,120,120,121,121,122,122,123,123,124,124,125,125,126,126,128,128,129,129,130,130,131,131,135,135,136,136,137,137,139,139,142,142,144,144,145,145,147,147,150,150,151,151,153,153,154,154,156,156,157,157,158,158,159,159,160,160,162,162,166,166,167,167,168,168,170,170,171,171,172,172,173,173,174,174,175,175,176,176,177,177,179,179,180,180,181,181,182,182,184,184,189,189,192,192,193,193,194,194,196,196,198,198,201,201,203,203,205,205,209,209,212,212,213,213,214,214,215,215,217,217,219,219,221,221,222,222,223,223,228,228,229,229,230,230,231,231,232,232,234,234,235,235,236,236,237,237,238,238,239,239,240,240,241,241,242,242,243,243,245,245,246,246,248,248,250,250,251,251,253,253,255,255,260,260,261,261,263,263,265,265,268,268,270,270,271,271,273,273,275,275,280,280,282,282,283,283,284,284,285,285,288,288,290,290,291,291,296,296,297,297,299,299,301,301,304,304,305,305,306,306,307,307,309,309,310,310,311,311,312,312,314,314,315,315,316,316,318,318,319,319,320,320,321,321,322,322,323,323,326,326,327,327,330,330,332,332,333,333,336,336,338,338,340,340,343,343,345,345,350,350,352,352,354,354,355,355,358,358,359,359,361,361,363,363,364,364,365,365,366,366,367,367,369,369,371,371,373,373,375,375,378,378,380,380,382,382,384,384,385,385,387,387,389,389,390,390,393,393,395,395,396,396,397,397,400,400,402,402,403,403,404,404,406,406,408,408,410,410,411,411,414,414,415,415,418,418,421,421,424,424,425,425,428,428,430,430,432,432,434,434,436,436,438,438,440,440,444,444,445,445,447,447,450,450,451,451,452,452,454,454,455,455,456,456,457,457,461,461,463,463,466,466,468,468,471,471,474,474,475,475,478,478,480,480,481,481,483,483,486,486,487,487,488,488,490,490,493,493,496,496,499,499,502,502,503,503,506,506,508,508,510,510,511,511,513,513,518,518,522,522,525,525,528,528,529,529,534,534,535,535,536,536,540,540,542,542,543,543,544,544,545,545,546,546,547,547,549,549,550,550,551,551,552,552,554,554,556,556,560,560,561,561,565,565,568,568,569,569,572,572,574,574,575,575,577,577,580,580,581,581,583,583,588,588,589,589,592,592,596,596,598,598,599,599,601,601,603,603,606,606,607,607,609,609,611,611,614,614,616,616,618,618,619,619,622,622,625,625,628,628,629,629,631,631,633,633,636,636,637,637,638,638,639,639,640,640,641,641,642,642,649,649,652,652,654,654,657,657,660,660,665,665,670,670,672,672,675,675,677,677,681,681,686,686,688,688,689,689,692,692,696,696,700,700,705,705,707,707,710,710,711,711,713,713,714,714,716,716,717,717,718,718,719,719,720,720,722,722,723,723,724,724,725,725,726,726,727,727,728,728,729,729,733,733,736,736,738,738,742,742,743,743,746,746,751,751,755,755,758,758,762,762,766,766,770,770,772,772,774,774,776,776,777,777,778,778,779,779,780,780,781,781,783,783,784,784,786,786,787,787,788,788,789,789,790,790,791,791,794,794,795,795,798,798,800,800,802,802,805,805,809,809,811,811,814,814,816,816,818,818,823,823,826,826,830,830,831,831,832,832,835,835,837,837,838,838,842,842,843,843,846,846,847,847,848,848,849,849,851,851,854,854,855,855,857,857,859,859,860,860,862,862,865,865,868,868,872,872,874,874,875,875,879,879,881,881,883,883,886,886,888,888,890,890,892,892,894,894,898,898,900,900,901,901,902,902,903,903,904,904,906,906,909,909,912,912,914,914,916,916,918,918,920,920,924,924,926,926,928,928,929,929,935,935,938,938,942,942,945,945,947,947,950,950,952,952,954,954,955,955,957,957,958,958,961,961,963,963,966,966,969,969,971,971,973,973,975,975,980,980,981,981,986,986,988,988,990,990,991,991,993,993,996,996,997,997,999,999,1000,1000,1001,1001,1004,1004,1005,1005,1007,1007,1012,1012,1015,1015,1020,1020,1022,1022,1028,1028,1030,1030,1031,1031,1033,1033,1035,1035,1037,1037,1038,1038,1039,1039,1042,1042,1044,1044,1045,1045,1047,1047,1050,1050,1052,1052,1055,1055,1063,1063,1065,1065,1067,1067,1069,1069,1071,1071,1074,1074,1077,1077,1080,1080,1083,1083,1086,1086,1090,1090,1094,1094,1096,1096,1099,1099,1102,1102,1104,1104,1106,1106,1107,1107,1110,1110,1111,1111,1116,1116,1126,1126,1128,1128,1130,1130],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,-1,-1,32,34,-1,-1,36,38,40,42,44,46,48,50,52,54,56,58,60,-1,62,64,-1,-1,66,68,70,72,-1,-1,74,-1,76,78,80,82,84,86,-1,88,90,92,94,-1,96,-1,-1,-1,-1,-1,98,100,102,-1,104,106,108,110,-1,-1,112,114,116,118,120,122,124,126,128,130,-1,132,-1,-1,134,136,-1,138,140,-1,-1,-1,-1,142,144,-1,-1,-1,146,-1,148,150,-1,-1,-1,152,154,156,158,160,162,164,166,-1,168,170,172,174,176,178,180,182,-1,184,186,188,190,-1,-1,-1,192,194,196,-1,198,-1,-1,200,-1,202,204,-1,206,-1,-1,208,210,-1,212,214,-1,216,218,220,222,224,-1,226,-1,-1,-1,228,230,232,-1,234,236,238,240,242,244,246,248,-1,250,252,254,256,-1,258,-1,-1,-1,-1,260,-1,-1,262,264,266,-1,268,-1,270,-1,-1,272,-1,274,-1,276,-1,-1,-1,278,-1,-1,280,282,284,286,-1,288,-1,290,-1,292,294,296,-1,-1,-1,-1,298,300,302,304,306,-1,308,310,312,314,316,318,320,322,324,326,-1,328,330,-1,332,-1,334,336,-1,338,-1,340,-1,-1,-1,-1,342,344,-1,346,-1,348,-1,-1,350,-1,352,354,-1,356,-1,358,-1,-1,-1,-1,360,-1,362,364,366,368,-1,-1,370,-1,372,374,-1,-1,-1,-1,376,378,-1,380,-1,382,-1,-1,384,386,388,390,-1,392,394,396,398,-1,400,402,404,-1,406,408,410,412,414,416,-1,-1,418,420,-1,-1,422,-1,424,426,-1,-1,428,-1,430,-1,432,-1,-1,434,-1,436,-1,-1,-1,-1,438,-1,440,-1,442,444,-1,-1,446,448,-1,450,-1,452,454,456,458,460,-1,462,-1,464,-1,466,-1,468,-1,-1,470,-1,472,-1,474,-1,476,478,-1,480,-1,482,484,-1,-1,486,-1,488,490,492,-1,-1,494,-1,496,498,500,-1,502,-1,504,-1,506,508,-1,-1,510,512,-1,-1,514,-1,-1,516,-1,-1,518,520,-1,-1,522,-1,524,-1,526,-1,528,-1,530,-1,532,-1,534,-1,-1,-1,536,538,-1,540,-1,-1,542,544,546,-1,548,550,552,554,-1,-1,-1,556,-1,558,-1,-1,560,-1,562,-1,-1,564,-1,-1,566,568,-1,-1,570,-1,572,574,-1,576,-1,-1,578,580,582,-1,584,-1,-1,586,-1,-1,588,-1,-1,590,-1,-1,592,594,-1,-1,596,-1,598,-1,600,602,-1,604,-1,-1,-1,-1,606,-1,-1,-1,608,-1,-1,610,-1,-1,612,614,-1,-1,-1,-1,616,618,620,-1,-1,-1,622,-1,624,626,628,630,632,634,-1,636,638,640,642,-1,644,-1,646,-1,-1,-1,648,650,-1,-1,-1,652,-1,-1,654,656,-1,-1,658,-1,660,662,-1,664,-1,-1,666,668,-1,670,-1,-1,-1,-1,672,674,-1,-1,676,-1,-1,-1,678,-1,680,682,-1,684,-1,686,-1,-1,688,690,-1,692,-1,694,-1,-1,696,-1,698,-1,700,702,-1,-1,704,-1,-1,706,-1,-1,708,710,-1,712,-1,714,-1,-1,716,718,720,722,724,726,728,-1,-1,-1,-1,-1,-1,730,-1,-1,732,-1,734,-1,-1,736,-1,-1,738,-1,-1,-1,-1,740,-1,-1,-1,-1,742,-1,744,-1,-1,746,-1,748,-1,-1,-1,750,-1,-1,-1,-1,752,-1,754,756,-1,-1,758,-1,-1,-1,760,-1,-1,-1,762,-1,-1,-1,-1,764,-1,766,-1,-1,768,770,-1,772,774,-1,776,778,780,782,784,-1,786,788,790,792,794,796,798,800,-1,-1,-1,802,-1,-1,804,-1,806,-1,-1,-1,808,810,-1,-1,812,-1,-1,-1,-1,814,-1,-1,-1,816,-1,-1,818,-1,-1,-1,820,-1,-1,-1,822,-1,-1,-1,824,-1,826,-1,828,-1,830,832,834,836,838,840,-1,842,844,-1,846,848,850,852,854,856,-1,-1,858,860,-1,-1,862,-1,864,-1,866,-1,-1,868,-1,-1,-1,870,-1,872,-1,-1,874,-1,876,-1,878,-1,-1,-1,-1,880,-1,-1,882,-1,-1,-1,884,886,888,-1,-1,890,-1,892,894,-1,-1,-1,896,898,-1,-1,900,902,904,906,-1,908,-1,-1,910,912,-1,914,-1,916,918,-1,920,-1,-1,922,-1,-1,924,-1,-1,-1,926,-1,928,930,-1,-1,-1,932,-1,934,-1,936,-1,-1,938,-1,940,-1,942,-1,944,-1,946,-1,-1,-1,948,-1,950,952,954,956,958,-1,960,-1,-1,962,-1,-1,964,-1,966,-1,968,-1,970,-1,972,-1,-1,-1,974,-1,976,-1,978,980,-1,-1,-1,-1,-1,982,-1,-1,984,-1,-1,-1,986,-1,-1,988,-1,990,-1,-1,992,-1,994,-1,996,998,-1,1000,1002,-1,-1,1004,-1,1006,-1,-1,1008,-1,-1,1010,-1,1012,-1,1014,-1,1016,-1,-1,-1,-1,1018,1020,-1,-1,-1,-1,1022,-1,1024,-1,1026,1028,-1,1030,-1,-1,1032,1034,-1,1036,1038,1040,-1,-1,1042,1044,-1,1046,-1,-1,-1,-1,1048,-1,-1,1050,-1,-1,-1,-1,1052,-1,1054,-1,-1,-1,-1,-1,1056,-1,1058,1060,-1,1062,-1,1064,-1,1066,1068,1070,-1,-1,1072,-1,1074,1076,-1,1078,-1,-1,1080,-1,1082,-1,-1,1084,-1,-1,-1,-1,-1,-1,-1,1086,-1,1088,-1,1090,-1,1092,-1,1094,-1,-1,1096,-1,-1,1098,-1,-1,1100,-1,-1,1102,-1,-1,1104,-1,-1,-1,1106,-1,-1,-1,1108,-1,1110,-1,-1,1112,-1,-1,1114,-1,1116,-1,1118,1120,-1,-1,1122,1124,-1,-1,-1,-1,1126,-1,-1,-1,-1,-1,-1,-1,-1,-1,1128,-1,1130,-1,1132,-1,-1],"split_conditions":[3.251953E-1,1.9826106E2,2.0666504E-1,5.102539E-1,2.5405884E-3,9.4168015E1,1.6086667E2,9.975586E-1,1.3245853E2,4.4555664E-2,2.2924876E2,1.3220215E-1,4.753113E-3,6.36875E1,1.9047853E2,-6.3674664E-1,-0E0,2.6798313E0,5.3274145E0,4.283613E-1,-0E0,9.9902344E-1,8.441162E-2,8.5E1,9.8095703E-1,1.273125E2,5.503731E0,2.4435815E2,9.628906E-1,1.9771636E0,1.9784735E0,8.8671875E-1,1.0075E2,1.8728917E2,-0E0,5.370293E-1,2.1760652E0,-0E0,-3.586476E-2,7.163086E-1,1.8933105E-1,5.409375E1,9.902344E-1,-0E0,3.086732E-1,3.490448E-3,-0E0,9.41875E1,5.63125E1,6.015625E1,2.2690852E0,2.935791E-2,1.1767578E-1,-0E0,4.1314697E2,1.4230315E2,5.7421875E-1,4.4094524E0,-0E0,3.213346E1,-0E0,-0E0,-7.0557946E-1,-0E0,-1.5176705E-1,1.6617957E2,1.8794693E2,3.971875E1,-0E0,9.995117E-1,6.8875E1,8.9625E1,8.268616E1,-0E0,-6.582265E-1,1.22498505E2,1.7929803E2,2.3569758E0,4.019086E0,5.024414E-1,7.060547E-1,1.19209595E2,3.947829E0,6.8847656E-1,4.671875E1,-0E0,9.9902344E-1,-6.853782E-1,-0E0,9.9875E1,1.7979821E0,-0E0,7.725E1,1.00625E2,-0E0,-0E0,-5.569238E-1,-2.7929088E-1,2.3870676E0,3.0380249E-2,-0E0,-0E0,-3.825842E-1,2.0275879E-1,-0E0,8.4765625E-1,6.072536E1,-0E0,2.6184192E-1,-1.9802025E-1,1.4001749E2,1.2586586E2,5.367279E-3,8.520508E-1,9.472656E-1,4.653125E1,9.9902344E-1,6.8092346E-3,-0E0,6.68125E1,3.240625E1,1.5993183E0,2.1174908E0,1.7839514E2,9.980469E-1,1.6645312E0,5.040625E1,-0E0,1.03149414E-1,9.941406E-1,9.453125E-1,4.8243895E0,-0E0,-4.0287212E-1,-0E0,7.602539E-1,4.1918945E-1,1.1224365E-1,-0E0,7.171631E-3,-0E0,-0E0,9.4091797E-1,-0E0,8.964844E-1,1.99875E2,-0E0,9.272461E-1,-0E0,-0E0,5.3410316E0,2.3852456E0,-0E0,3.837605E1,8.5382116E-1,-0E0,4.773229E0,8.8134766E-1,8.2373047E-1,9.267578E-1,8.300781E-1,-0E0,4.5385742E-1,-2.0395502E-1,-0E0,-0E0,2.578125E-1,3.6010742E-1,9.306197E1,-0E0,2.8515625E-1,8.455758E-1,1.463623E-1,3.2333703E0,1.2619001E2,9.453125E-1,1.0727851E2,2.4294046E1,-0E0,1.2586586E2,9.9853516E-1,4.9047852E-1,3.3415785E0,-0E0,9.085188E1,-2.4782734E-1,-0E0,-0E0,2.965101E-1,3.0140625E1,-0E0,-0E0,9.736328E-1,3.1152344E-1,5.5875E1,-0E0,3.73125E1,-0E0,3.0484375E1,-0E0,2.704226E-1,9.741211E-1,-0E0,5.644683E0,-0E0,8.964844E-1,-0E0,-3.8832447E-1,-0E0,3.5582707E0,-0E0,-0E0,2.1826172E-1,1.4428711E-1,1.6422427E0,2.26183E2,-0E0,9.9125E1,-0E0,4.230957E-1,-0E0,2.1904814E2,9.6435547E-1,7.5652794E1,-0E0,-0E0,5.9927595E-1,-0E0,9.995117E-1,2.7539062E-1,4.656269E0,8.288574E-2,1.8564319E2,-0E0,5.571875E1,6.6918945E1,3.6112158E0,1.6784668E-1,9.35E1,6.7603165E1,1.0785075E0,7.8875E1,1.4416293E2,1.8112183E-2,-0E0,8.364403E1,4.0985107E-2,-0E0,6.0041103E1,-0E0,8.3740234E-1,9.490967E-3,-0E0,9.156258E1,4.6018742E-2,1.0870361E-1,-0E0,8.3056015E-1,-0E0,-0E0,1.7258565E0,1.0964164E2,-0E0,8.852539E-1,-0E0,7.13501E-2,-0E0,-0E0,1.9494629E-1,-0E0,3.982544E-3,6.6460106E1,-0E0,9.376681E1,-0E0,7.968914E1,-0E0,2.3038207E-1,-0E0,-0E0,1.4752182E2,-0E0,9.814453E-1,5.571875E1,1.4670132E2,9.9902344E-1,-0E0,-0E0,5.0037637E0,-0E0,9.8339844E-1,5.566406E-1,-0E0,-1.0699803E-1,-0E0,-0E0,5.1032395E0,5.367279E-3,-0E0,7.247925E-3,-0E0,1.826477E-2,-0E0,-0E0,3.521875E1,9.980469E-1,8.105469E-1,3.9643748E0,-0E0,1.5991211E-1,6.1376953E-1,8.236956E1,4.7600365E0,-0E0,3.6375E1,1.6664665E2,1.155E2,-0E0,5.371094E-1,1.0398865E-2,1.3104156E0,3.5141761E0,7.6660156E-1,9.6240234E-1,-0E0,-0E0,9.1877246E-1,4.7192383E-1,-0E0,-0E0,2.0398614E0,-0E0,6.1525184E-1,3.8359587E0,-0E0,-0E0,1.2586586E2,-0E0,4.1303067E0,-0E0,6.237793E-2,-0E0,-5.4959637E-1,2.1801758E-1,-0E0,5.996704E-3,-0E0,-0E0,-5.1970416E-1,-0E0,1.8155329E0,-0E0,3.290625E1,-0E0,7.196851E1,7.043457E-2,-0E0,-0E0,9.0478516E-1,9.472656E-1,-0E0,5.522294E-1,-0E0,9.501953E-1,1.3771952E0,3.425293E-1,6.725E1,3.071875E1,-0E0,9.501953E-1,-0E0,7.5390625E-1,-0E0,3.6010742E-1,-0E0,7.5472254E-1,-0E0,-0E0,2.5182246E2,-0E0,1.6980661E2,-0E0,5.905538E1,-0E0,1.4193896E2,8.7841797E-1,-0E0,7.25625E1,-0E0,9.838867E-1,8.745117E-1,-0E0,-6.2093966E-2,1.105625E2,-0E0,4.671875E1,9.277344E-2,7.0875E1,-0E0,-0E0,9.902344E-1,-0E0,5.934375E1,4.3944077E0,5.3222656E-1,-0E0,1.5220642E-2,-0E0,1.58875E2,-0E0,2.255249E-2,6.0971485E1,-0E0,-0E0,1.0653111E0,9.980469E-1,-0E0,-0E0,9.926758E-1,-3.9152226E-1,-0E0,2.4027927E2,-0E0,-0E0,5.522294E-1,9.9902344E-1,-0E0,-0E0,3.453125E1,-0E0,1.7228706E0,-0E0,9.057617E-1,-0E0,8.728027E-3,-0E0,9.2626953E-1,-0E0,7.2021484E-1,-0E0,2.0111084E-2,-0E0,7.9970556E-1,-0E0,4.867885E0,2.055243E0,-0E0,3.57666E-2,-0E0,-0E0,7.9296875E-1,4.365625E1,1.2841797E-1,-0E0,8.2375E1,8.520508E-1,3.1953826E0,1.4535602E0,-0E0,-0E0,-6.2996936E-1,4.296875E1,-0E0,8.823242E-1,-0E0,-0E0,1.1999512E-1,-0E0,7.519531E-1,-6.486253E-1,-0E0,2.041285E0,-0E0,-0E0,4.1918945E-1,5.622928E-1,-0E0,-0E0,4.614054E0,-0E0,3.805542E-2,1.424408E-2,-0E0,9.863281E-1,-0E0,-0E0,2.4025E2,5.1513672E-2,1.4091545E0,-0E0,9.9316406E-1,-0E0,1.2730663E-1,6.603241E-3,-0E0,-0E0,7.062339E1,-1.280558E-1,-0E0,1.0725372E2,-0E0,-0E0,5.246462E-1,9.7802734E-1,-0E0,-0E0,3.084375E1,-0E0,3.9616463E1,-0E0,3.808892E0,1.21E2,-0E0,9.970703E-1,-0E0,3.4017017E-1,-0E0,-0E0,2.7008057E-3,3.4642807E-1,-0E0,-0E0,8.8134766E-1,-0E0,-3.7285116E-1,9.970703E-1,-0E0,-0E0,9.54375E1,1.3711147E0,-0E0,1.4710056E0,-0E0,-0E0,8.3729213E-1,5.7495117E-2,3.547524E0,5.408347E-1,-0E0,-0E0,1.0398865E-2,-0E0,5.49375E1,7.163086E-1,3.934375E1,1.0617113E2,5.715625E1,9.5654297E-1,-0E0,3.2714844E-2,3.4086108E0,4.690625E1,6.825E1,-0E0,6.2561035E-3,-0E0,4.1767454E0,-0E0,4.4253138E-1,-0E0,1.26605736E2,4.3120236E0,-0E0,-0E0,3.752562E-1,3.071875E1,-0E0,-0E0,1.2715116E0,1.3977693E2,-0E0,-0E0,1.2735833E2,-0E0,1.0948181E-2,6.50625E1,-0E0,1.0601807E-1,-0E0,-0E0,8.1108315E1,9.902344E-1,-0E0,6.20625E1,-0E0,-0E0,-4.108705E-1,-0E0,6.665039E-1,2.1959126E0,-0E0,-0E0,5.433148E0,2.1880712E-1,-0E0,-0E0,1.71E2,-0E0,1.7571913E2,5.5625E1,-0E0,5.761719E-1,-0E0,5.4161236E1,-0E0,-0E0,3.15E1,9.038086E-1,-0E0,9.7314453E-1,-0E0,4.4791636E0,-0E0,-0E0,9.4177246E-2,-0E0,3.4299347E1,-0E0,1.0005022E0,4.809375E1,-0E0,-0E0,6.1525184E-1,7.428516E-1,-0E0,1.8162864E0,-0E0,-0E0,2.2631836E-1,6.5722656E-1,-0E0,9.6240234E-1,-0E0,5.51875E1,-0E0,-0E0,4.20625E1,7.639962E1,4.678125E1,1.3350383E2,2.586129E0,6.659213E1,9.1064453E-1,-0E0,-3.821544E-1,-4.1670293E-1,-0E0,5.6927735E-1,-0E0,9.824219E-1,-0E0,-0E0,2.1316528E-2,-0E0,4.0234375E-1,-4.4157797E-1,-0E0,1.5375377E0,-0E0,-0E0,8.714801E-1,-2.4306366E-1,-0E0,-0E0,4.7364274E-1,6.726074E-2,-0E0,9.3166985E-2,-0E0,-0E0,5.371094E-1,-0E0,4.9581327E0,-0E0,3.6580032E-1,6.1187744E-2,-0E0,8.7890625E-1,-0E0,-2.5599104E-1,-0E0,5.182063E0,-0E0,-0E0,-3.7962288E-1,-0E0,8.256836E-1,-0E0,5.41852E0,1.5296657E2,-0E0,-0E0,1.6906738E-2,8.3532995E-1,-0E0,-0E0,5.6714485E1,-0E0,-5.223919E-1,-0E0,5.8938057E1,-7.637898E-2,-0E0,-0E0,-5.950135E-1,5.103125E1,-0E0,7.025104E-1,-0E0,-0E0,3.955078E-2,3.6384605E1,-0E0,1.4415538E2,1.6918945E-1,-0E0,4.8757412E1,1.6934935E2,4.1918945E-1,2.4485168E0,6.044922E-1,-0E0,5.466461E-3,1.3138562E2,9.185791E-2,4.2593527E0,3.309375E1,6.475E1,4.559375E1,1.6845703E-2,-0E0,-0E0,-4.7636715E-1,4.809889E1,-0E0,-0E0,1.4104586E0,-0E0,9.980469E-1,-0E0,-2.6586398E-1,-0E0,3.982544E-3,3.830336E0,-0E0,-0E0,5.503731E0,-3.532906E-1,-0E0,4.931557E-1,-0E0,2.633667E-2,-0E0,6.8001425E-1,-0E0,6.49375E1,-0E0,-0E0,1.5952106E2,-0E0,4.866786E-1,-0E0,1.1268616E-2,-2.549392E-1,-0E0,-0E0,1.9304288E2,-0E0,1.5719792E-1,-0E0,9.487153E1,-0E0,1.7871857E-3,-0E0,1.0112301E2,-0E0,3.0484375E1,2.4255371E-1,7.396565E1,9.921875E-1,1.5563965E-1,4.867885E0,-0E0,9.805691E1,9.428711E-1,-0E0,3.353125E1,3.4375E1,1.6609212E2,9.567743E1,2.0566154E0,4.021875E1,-0E0,-0E0,6.875E-1,1.7907715E-1,-0E0,-0E0,9.472656E-1,-0E0,4.1918945E-1,-0E0,9.9902344E-1,-0E0,5.580413E-1,6.49375E1,-0E0,-0E0,-5.418774E-1,1.05651855E-1,-0E0,6.2683105E-2,-0E0,-0E0,3.51875E1,-0E0,5.089925E0,-0E0,9.941406E-1,-0E0,-6.538883E-1,5.092616E-1,-0E0,6.015625E1,-0E0,-0E0,1.8232852E2,-1.0451013E-1,-0E0,-0E0,1.31625E2,9.802246E-2,5.40625E1,-2.65761E-1,-0E0,3.1921875E1,-0E0,2.5027504E0,2.1959126E0,-3.5633233E-1,-0E0,-0E0,8.3447266E-1,5.08125E1,-0E0,-0E0,1.244289E0,8.144228E1,8.770752E-2,1.6839132E0,-0E0,4.650879E-1,-0E0,-0E0,4.063159E0,5.538432E1,-0E0,4.2626953E-1,-0E0,9.7753906E-1,1.6035927E2,-0E0,7.597656E-1,1.0961204E0,-0E0,9.9902344E-1,-0E0,-0E0,9.856638E-1,-0E0,1.1743543E0,-0E0,6.69375E1,-0E0,7.025104E-1,9.6240234E-1,-0E0,7.224351E-1,-0E0,9.3359375E-1,-0E0,7.975E1,-0E0,5.2141747E0,-0E0,-0E0,1.2575305E0,-0E0,1.9723079E0,-0E0,1.6575801E0,-0E0,9.8876953E-1,-0E0,8.3251953E-1,-0E0,2.5437638E-1,-0E0,8.66875E1,-0E0,3.781128E-2,5.215625E1,4.0125E1,7.949219E-1,4.207048E0,-0E0,7.043457E-2,8.843619E-2,-0E0,4.4259057E0,-0E0,-0E0,1.9603203E2,-0E0,7.501221E-2,-0E0,1.2882698E2,-0E0,5.426817E0,-0E0,9.9902344E-1,6.455693E-1,-0E0,-0E0,9.970703E-1,-0E0,9.926758E-1,-0E0,1.273125E2,1.3340855E0,-0E0,-4.4848254E-1,-0E0,-5.5809814E-1,-0E0,1.676816E2,-0E0,-0E0,4.3920898E-1,-0E0,-1.3709165E-1,-0E0,1.1352303E0,-1.504273E-1,-0E0,1.5952106E2,-0E0,1.7068489E0,-0E0,-0E0,1.952249E2,-0E0,4.4088273E0,-0E0,1.9241333E-2,1.081875E2,-0E0,2.5387077E0,9.8876953E-1,-0E0,4.947969E-1,3.309375E1,-0E0,8.3447266E-1,-0E0,-0E0,9.033203E-1,1.5532683E-1,-0E0,6.573486E-2,-0E0,3.0823416E1,-0E0,6.1187744E-2,-0E0,9.5654297E-1,-0E0,5.468607E-1,-0E0,-0E0,9.487153E1,7.155235E1,-0E0,-0E0,2.164103E-1,-0E0,8.745117E-1,-0E0,4.809375E1,-0E0,4.3819575E0,1.2976074E-1,-0E0,1.2841797E-1,-0E0,-0E0,1.1158923E2,9.926758E-1,-0E0,9.9609375E-1,1.381836E-1,8.56875E1,-0E0,-0E0,1.3748781E2,1.6326904E-2,-0E0,9.9121094E-1,-0E0,-0E0,8.789293E-1,-0E0,3.2597048E0,-0E0,-5.965222E-1,2.7008057E-3,-0E0,-0E0,-5.1339936E-1,-0E0,1.4493565E2,-0E0,1.4794287E2,3.7058818E-1,-0E0,-2.7461478E-1,-0E0,-0E0,8.691406E-1,-0E0,3.096875E1,5.49375E1,-0E0,3.640625E1,-0E0,8.520508E-1,-0E0,6.2890625E-1,9.53125E-1,1.0725372E2,-0E0,-0E0,6.28125E1,-0E0,5.7495117E-2,5.5322685E0,-0E0,6.084375E1,-0E0,-0E0,6.9125E1,-0E0,9.9902344E-1,-0E0,6.099332E-1,8.1875E1,-0E0,-0E0,-4.496978E-1,-0E0,1.8172397E-1,-0E0,-3.443778E-1,5.31875E1,-0E0,9.975586E-1,-0E0,1.1762614E0,-0E0,3.809375E1,-0E0,1.20788574E-1,-0E0,-0E0,7.551183E1,-4.8158294E-1,-0E0,9.765625E-1,-0E0,-0E0,9.501953E-1,-5.151266E-1,-0E0,1.3750739E0,-0E0,-0E0,1.4219706E0,6.4668916E-2,-0E0,-0E0,2.7782648E0,-0E0,-3.4303427E-1,-0E0,8.3251953E-1,-0E0,3.309375E1,4.6008447E-1,-0E0,9.9658203E-1,-0E0,-0E0,1.4428707E0,-0E0,7.247925E-3,-0E0,5.609375E1,9.002107E1,-0E0,-0E0,8.691406E-1,2.4025E2,-0E0,-0E0,5.751969E-1,-0E0,1.386122E2,-1.8695444E-1,-0E0,-0E0,-4.7744134E-1,5.7220894E-1,-0E0,7.312275E-1,-0E0,-0E0,5.778125E1,-0E0,1.0398865E-2,-0E0,3.720703E-1,-0E0,5.222197E-1],"split_indices":[15,6,14,14,17,5,4,16,4,19,7,18,18,11,6,0,0,1,3,0,0,14,12,11,17,11,3,6,14,1,0,18,9,7,0,2,3,0,0,16,14,8,17,0,0,17,0,10,10,10,0,19,13,0,7,6,19,0,0,5,0,0,0,0,0,6,6,9,0,18,8,10,5,0,0,5,6,1,3,18,14,7,0,14,8,0,14,0,0,11,3,0,9,11,0,0,0,0,1,17,0,0,0,14,0,13,4,0,0,0,7,6,16,14,15,10,17,17,0,9,10,3,0,6,15,3,9,0,12,14,19,0,0,0,0,13,19,15,0,16,0,0,15,0,12,11,0,18,0,0,2,0,0,7,3,0,0,17,16,15,13,0,16,0,0,0,14,17,5,0,14,1,12,1,4,19,4,4,0,6,14,12,2,0,5,0,0,0,0,8,0,0,13,18,8,0,11,0,8,0,0,16,0,2,0,16,0,0,0,3,0,0,14,12,0,6,0,10,0,15,0,6,17,5,0,0,0,0,17,12,1,16,6,0,10,5,1,13,10,5,0,11,4,16,0,5,19,0,5,0,12,19,0,4,0,13,0,0,0,0,0,5,0,12,0,15,0,0,13,0,19,4,0,5,0,4,0,0,0,0,4,0,16,10,4,15,0,0,2,0,18,12,0,0,0,0,2,16,0,19,0,18,0,0,8,15,13,1,0,13,14,5,2,0,9,6,10,0,15,19,3,1,14,19,0,0,3,12,0,0,0,0,1,0,0,0,6,0,0,0,12,0,0,16,0,19,0,0,0,0,2,0,10,0,7,12,0,0,17,19,0,3,0,15,3,17,10,11,0,16,0,13,0,14,0,3,0,0,7,0,6,0,5,0,4,15,0,11,0,16,14,0,0,11,0,8,13,10,0,0,18,0,9,3,12,0,19,0,9,0,19,5,0,0,3,15,0,0,18,0,0,6,0,0,3,14,0,0,10,0,1,0,13,0,19,0,13,0,17,0,18,0,0,0,0,2,0,16,0,0,15,11,12,0,10,14,0,2,0,0,0,9,0,14,0,0,12,0,19,0,0,3,0,0,18,1,0,0,1,0,17,19,0,15,0,0,11,17,3,0,16,0,0,18,0,0,5,0,0,5,0,0,0,16,0,0,8,0,7,0,1,11,0,16,0,0,0,0,19,0,0,0,13,0,0,17,0,0,10,2,0,0,0,0,2,13,2,0,0,0,19,0,11,16,8,7,8,19,0,17,0,9,9,0,17,0,1,0,0,0,4,0,0,0,0,8,0,0,3,4,0,0,4,0,16,8,0,12,0,0,5,15,0,10,0,0,0,0,15,3,0,0,2,0,0,0,10,0,7,8,0,15,0,5,0,0,8,12,0,14,0,0,0,0,16,0,4,0,2,8,0,0,1,0,0,1,0,0,13,14,0,19,0,11,0,0,9,5,10,6,0,7,14,0,0,0,0,0,0,18,0,0,18,0,18,0,0,3,0,0,3,0,0,0,0,16,0,0,0,0,15,0,3,0,0,13,0,19,0,0,0,0,0,0,0,0,12,0,1,4,0,0,16,0,0,0,7,0,0,0,4,0,0,0,0,10,0,0,0,0,19,7,0,6,19,0,5,6,19,3,16,0,18,4,16,0,11,8,10,17,0,0,0,7,0,0,2,0,15,0,0,0,18,1,0,0,3,0,0,0,0,18,0,0,0,11,0,0,6,0,0,0,17,0,0,0,6,0,0,0,4,0,18,0,4,0,8,12,5,15,12,0,0,4,18,0,10,8,7,7,3,8,0,0,16,18,0,0,14,0,19,0,15,0,0,11,0,0,0,13,0,16,0,0,9,0,1,0,18,0,0,0,0,11,0,0,7,0,0,0,9,12,10,0,0,10,0,3,3,0,0,0,15,10,0,0,3,5,12,2,0,13,0,0,2,5,0,17,0,15,6,0,15,0,0,17,0,0,2,0,0,0,11,0,0,18,0,0,0,19,0,10,0,2,0,0,3,0,2,0,2,0,15,0,12,0,0,0,10,0,16,10,11,19,2,0,12,0,0,3,0,0,6,0,13,0,4,0,0,0,17,0,0,0,18,0,16,0,11,2,0,0,0,0,0,7,0,0,15,0,0,0,3,0,0,6,0,2,0,0,6,0,2,0,19,9,0,1,17,0,0,11,0,13,0,0,13,0,0,12,0,7,0,13,0,14,0,0,0,0,4,4,0,0,0,0,14,0,8,0,2,12,0,16,0,0,4,16,0,14,12,9,0,0,6,19,0,17,0,0,0,0,3,0,0,18,0,0,0,0,6,0,6,0,0,0,0,0,13,0,8,9,0,8,0,18,0,13,14,5,0,0,8,0,13,0,0,11,0,0,10,0,15,0,0,10,0,0,0,0,0,0,0,9,0,14,0,3,0,8,0,16,0,0,4,0,0,16,0,0,14,0,0,1,0,0,3,0,0,0,1,0,0,0,12,0,10,0,0,19,0,0,2,0,18,0,8,4,0,0,12,11,0,0,0,0,6,0,0,0,0,0,0,0,0,0,9,0,19,0,14,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[6.74756E2,9.800654E1,5.7674945E2,5.710885E1,4.0897694E1,7.478428E1,5.0196515E2,8.265342E0,4.8843506E1,1.1206793E0,3.977701E1,4.8018433E1,2.6765844E1,4.7365604E2,2.8309097E1,8.097837E0,1.6750503E-1,3.879989E1,1.004362E1,3.611319E-1,7.5954735E-1,3.8132572E1,1.6444392E0,1.2749651E1,3.526878E1,1.07135E0,2.5694494E1,2.5062534E2,2.2303072E2,1.5828332E1,1.2480766E1,2.8160124E1,1.0639764E1,9.3835745E0,6.6004586E-1,3.5748615E1,2.3839588E0,2.6845533E-1,1.375984E0,9.182946E0,3.5667055E0,2.8545645E1,6.723135E0,5.886889E-1,4.82661E-1,2.4926144E1,7.6835066E-1,2.3289511E2,1.7730217E1,1.4710246E2,7.592826E1,8.048553E0,7.779778E0,2.7217093E-1,1.2208595E1,2.1316927E1,6.8431954E0,9.668786E0,9.709781E-1,8.640533E0,7.430402E-1,4.6573117E-1,3.5282883E1,8.6549354E-1,1.5184652E0,5.018037E0,4.1649094E0,2.8338034E0,7.3290205E-1,2.1548643E1,6.997002E0,2.6083195E0,4.1148157E0,1.1121892E0,2.3813953E1,2.0899547E2,2.3899643E1,3.837285E0,1.3892932E1,6.828588E1,7.8816574E1,4.215024E1,3.377802E1,3.178819E0,4.869735E0,2.5912542E0,5.188524E0,1.1997515E1,2.1108115E-1,2.9192955E0,1.8397633E1,2.97973E0,3.8634658E0,8.946401E0,7.223849E-1,3.4659588E-1,8.293938E0,1.7547123E0,3.2633245E0,3.7160108E0,4.488983E-1,1.6418707E-1,2.6696162E0,2.080839E1,7.402543E-1,4.092707E0,2.904295E0,1.4466808E0,1.1616387E0,1.6469674E0,2.467848E0,1.987646E2,1.0230864E1,1.1281625E1,1.2618018E1,2.0460906E0,1.7911943E0,1.1137227E1,2.7557049E0,3.616452E1,3.212136E1,3.2312294E1,4.650428E1,2.123193E1,2.0918314E1,1.971668E1,1.40613365E1,2.9650062E-1,2.8823183E0,2.3068573E0,2.5628774E0,4.8530326E0,3.354914E-1,2.7424037E0,1.7689185E-1,7.841368E0,1.0556264E1,3.1683464E0,6.9511926E-1,8.240949E0,7.054524E-1,1.6955695E0,1.567755E0,3.495883E-1,3.3664227E0,2.0282736E1,5.256527E-1,3.1480083E0,9.4469863E-1,4.4552258E-1,2.4587724E0,1.7667848E0,7.010634E-1,9.925905E0,1.888387E2,4.0264848E-1,9.828215E0,5.173771E0,6.107854E0,6.840284E0,5.7777343E0,4.2311463E-1,1.6229761E0,1.6191896E0,1.7200476E-1,1.3701981E0,9.767029E0,1.42578945E1,2.1906626E1,2.4483066E0,2.9673054E1,1.8130878E1,1.4181416E1,3.0748817E1,1.5755465E1,1.2593152E1,8.638778E0,1.9205473E1,1.71284E0,3.5241678E0,1.6192513E1,3.4357593E0,1.0625578E1,5.1256406E-1,2.369754E0,1.6488168E0,6.5804046E-1,1.4268901E0,1.1359872E0,4.5950136E0,2.5801867E-1,4.432101E0,3.4092677E0,4.8423777E0,5.7138867E0,8.579035E-1,2.310443E0,1.9199345E-1,8.048955E0,3.6934993E-1,1.198405E0,3.2036698E0,1.6275284E-1,1.9999182E1,2.8355527E-1,2.6236036E0,5.244048E-1,2.2916362E0,1.6713613E-1,1.4466566E0,3.2012814E-1,1.35808E0,8.567825E0,4.073334E0,1.8476537E2,8.657949E0,1.1702658E0,3.8137257E0,1.3600454E0,3.7319121E0,2.3759415E0,5.968218E0,8.7206626E-1,5.265759E0,5.1197517E-1,4.5008194E-1,1.1728941E0,4.4947487E-1,9.317554E0,5.0069723E0,9.250922E0,1.2281844E1,9.624782E0,2.2785277E0,2.7394526E1,4.698841E0,1.3432038E1,4.0700707E0,1.0111345E1,2.3916157E1,6.8326607E0,8.638962E0,7.1165032E0,1.1084317E1,1.5088347E0,5.3553667E0,3.2834108E0,2.0014316E-1,1.900533E1,3.583406E-1,3.165827E0,1.2835377E1,3.3571362E0,2.2205212E0,1.2152382E0,9.069444E0,1.5561343E0,2.1779602E0,1.9179398E-1,2.7655974E-1,4.318454E0,3.0728548E0,3.3641282E-1,3.8292775E0,1.0130999E0,4.549257E0,1.1646299E0,2.660064E-1,2.0444365E0,4.1693377E-1,7.632021E0,2.8935688E0,3.101011E-1,1.968573E1,3.1345096E-1,2.4081185E0,2.1548524E-1,1.2427269E0,2.0392965E-1,2.5988394E-1,8.307941E0,9.136013E-1,3.1597328E0,4.1987186E1,1.4277818E2,6.3650846E0,2.2928646E0,5.755319E-1,3.2381938E0,1.9466972E-1,3.5372424E0,5.035633E0,9.3258476E-1,6.902387E-1,1.8182753E-1,2.3308638E-1,5.032673E0,9.11588E0,2.0167421E-1,3.133563E0,1.8734093E0,8.297024E0,9.538986E-1,1.9248333E0,1.0357011E1,5.476873E0,4.1479087E0,2.4032572E1,3.3619533E0,1.2014064E0,3.4974349E0,1.103135E1,2.4006875E0,1.0045481E0,3.0655227E0,6.661711E0,3.449634E0,3.288596E0,2.062756E1,2.3137534E0,4.518907E0,4.318939E0,4.320022E0,3.7714808E0,3.3450224E0,6.217621E-1,1.0462555E1,2.2857118E0,3.069655E0,6.702727E-1,2.613138E0,1.5314823E0,1.7473848E1,2.9632332E0,2.0259374E-1,1.218021E0,1.1617355E1,4.0422764E-1,1.8162935E0,2.031824E0,7.037619E0,1.6830313E-1,4.150151E0,2.8926551E0,1.8019955E-1,3.2895682E0,5.3970945E-1,6.61142E-1,3.8881147E0,1.9220534E-1,1.8522313E0,1.8187715E-1,7.450144E0,2.0577621E-1,2.6877925E0,1.933616E1,3.4956893E-1,2.9601073E-1,2.1121075E0,7.6780367E0,6.2990475E-1,2.983276E0,1.7645712E-1,2.158686E1,2.0400326E1,1.3802184E2,4.7563534E0,6.0528255E0,3.1225923E-1,3.0135865E0,2.2460738E-1,3.2312741E0,3.059683E-1,3.7794006E0,1.2562324E0,4.815886E0,2.1678661E-1,3.5736832E-1,8.758512E0,3.2040542E-1,2.8131576E0,1.3715221E0,6.9255013E0,1.4006518E0,8.956359E0,4.5200047E0,9.568683E-1,3.5063987E0,6.415101E-1,1.9752089E1,4.280484E0,1.801823E-1,1.021224E0,2.8657396E0,6.3169533E-1,4.6947923E0,6.3365583E0,1.5678526E0,8.3283484E-1,1.8023536E-1,2.8852873E0,1.3877099E0,5.274001E0,1.24031E0,2.2093241E0,1.0747929E0,1.9552767E1,2.1676992E-1,2.0969834E0,1.3799341E0,3.1389732E0,3.360056E0,9.5888335E-1,2.689625E-1,4.0510597E0,3.4465532E0,3.2492757E-1,7.0727193E-1,9.755283E0,2.0502422E0,2.3546955E-1,2.2988076E0,3.1433034E-1,1.1208669E0,1.6352982E1,2.6755323E0,2.8770104E-1,6.078134E-1,1.1009542E1,2.7721286E-1,1.5390806E0,3.8643163E-1,6.6511874E0,2.1002398E-1,2.6826313E0,2.364235E-1,3.0531447E0,3.2847232E-1,1.5237589E0,5.914926E-1,6.8586516E0,4.0140426E-1,2.2863882E0,1.1727068E0,1.8163454E1,1.8934673E0,2.1864028E-1,6.7082715E0,9.697652E-1,1.7503746E-1,2.8082383E0,1.1929191E1,9.65767E0,4.2951946E0,1.6105131E1,4.3621445E1,9.440038E1,3.531764E0,1.2245891E0,1.7920533E-1,5.87362E0,2.8407807E0,1.7280571E-1,2.8346908E0,3.9658338E-1,1.6606726E-1,3.6133335E0,2.901801E-1,4.5257063E0,8.58371E0,1.7480141E-1,2.0700192E0,7.431383E-1,6.921195E-1,6.2333817E0,8.175732E0,7.8062755E-1,1.6112734E0,2.9087312E0,4.298198E-1,3.0765789E0,1.724417E1,2.507919E0,3.1352139E0,1.1452703E0,5.258994E-1,2.3398402E0,3.11688E0,1.5779121E0,6.537248E-1,5.6828337E0,1.6435231E-1,1.4035003E0,2.7020547E0,1.832325E-1,1.1829731E0,4.091028E0,1.0572314E0,1.8307844E-1,1.7644297E0,4.4489452E-1,2.6087728E0,1.6943995E1,1.869013E0,2.2797056E-1,4.275706E-1,2.7114027E0,5.881946E-1,2.7718613E0,6.411178E-1,3.409942E0,2.9962187E0,4.5033455E-1,9.350084E0,4.0519926E-1,1.8185424E0,4.8026532E-1,6.9310665E-1,1.5659874E1,2.373298E0,3.0223435E-1,5.940464E-1,1.0415496E1,1.6535859E-1,1.3737221E0,5.997202E0,6.5398574E-1,2.6788136E-1,2.4147499E0,2.8312256E0,2.2191912E-1,1.2854595E0,2.3829934E-1,1.0879374E0,5.770714E0,1.6353113E1,1.8103405E0,1.5819091E0,3.1155825E-1,9.63228E-1,5.7450438E0,4.4859752E-1,2.3596408E0,5.590159E0,6.339032E0,2.9058309E0,6.751839E0,1.2084991E1,4.02014E0,1.3438768E1,3.0182674E1,5.720501E1,3.7195377E1,3.0884016E-1,3.222924E0,1.7271888E-1,2.6680617E0,2.1384941E-1,2.6208415E0,5.5397433E-1,3.059359E0,4.155909E0,3.6979708E-1,2.7515194E-1,1.7948674E0,5.721123E0,5.1225847E-1,4.8383945E-1,7.691892E0,2.6796172E0,2.2911412E-1,3.3833316E-1,2.7382457E0,1.4927785E0,1.575139E1,1.8537011E0,1.2815127E0,1.7797805E0,5.600596E-1,5.626075E-1,2.5542724E0,1.2621933E0,3.157188E-1,5.5200605E0,1.6277298E-1,1.7320088E-1,2.528854E0,2.7081126E-1,3.820217E0,1.570351E0,1.940787E-1,6.9281656E-1,1.6251179E1,1.6941816E0,1.7483138E-1,1.6860308E-1,2.5427995E0,2.9638883E-1,2.4754725E0,3.1091273E0,3.0081478E-1,2.7462785E0,2.4994029E-1,9.179398E0,1.7068616E-1,4.3939674E-1,1.5220477E1,9.88666E0,5.2883655E-1,5.625109E0,3.7209252E-1,2.0982335E0,3.1651637E-1,2.6483348E-1,2.5663922E0,4.9674508E-1,5.273969E0,3.364484E-1,1.6016665E1,1.3280545E0,4.8228595E-1,3.61465E-1,5.3835783E0,2.144753E0,2.1488777E-1,2.978835E0,2.6113236E0,1.5654339E0,4.7735987E0,1.737153E0,1.1686778E0,5.4711366E0,1.2807027E0,1.0711677E1,1.373315E0,4.693241E0,8.745527E0,1.9910902E1,1.0271771E1,9.325577E0,4.7879433E1,2.1443281E1,1.5752094E1,1.8607418E-1,3.0368497E0,2.4808416E0,1.8722013E-1,2.802979E0,2.5638017E-1,3.7112935E0,4.4461542E-1,1.7054768E-1,5.5505757E0,6.4129245E-1,7.0505996E0,2.4871657E0,1.9245142E-1,2.4421034E0,2.9614234E-1,5.139591E-1,1.5237432E1,1.6188171E0,2.3488407E-1,1.9110125E-1,1.5886792E0,2.137381E0,4.1689134E-1,1.021771E0,2.4042235E-1,2.3200768E-1,5.288053E0,1.8176788E-1,3.638449E0,2.3064779E-1,1.3397032E0,1.5861019E1,3.9015898E-1,2.3515215E0,1.912779E-1,2.2097292E0,2.657434E-1,2.9420924E0,1.6703482E-1,1.7370193E-1,2.5725765E0,3.819244E-1,8.797473E0,6.764331E-1,1.45440445E1,9.645851E0,2.4080794E-1,2.3091184E-1,5.3941975E0,1.8837296E0,2.1450385E-1,3.1488708E-1,2.251505E0,5.055426E-1,4.7684264E0,1.1082807E0,1.4908384E1,1.1038593E0,2.2419523E-1,3.9952976E-1,4.984049E0,2.038786E0,9.400491E-1,2.9332097E0,1.8403889E0,1.7561565E-1,1.5615374E0,5.27686E0,1.9427645E-1,7.5081987E0,3.2034779E0,5.4252684E-1,8.203001E0,7.3787127E0,1.253219E1,3.5510979E0,6.720674E0,9.7407764E-1,8.351499E0,3.364692E1,1.4232513E1,1.1697159E1,9.746122E0,7.582407E0,8.169687E0,3.257205E0,4.5408857E-1,1.7744516E-1,5.373131E0,6.3718734E0,6.787263E-1,2.5042477E-1,2.1916785E0,8.616612E-1,1.4375771E1,1.9094113E-1,1.94644E0,1.638728E-1,5.12418E0,3.4313688E0,2.0708004E-1,4.993728E-1,1.5361647E1,2.0222294E0,3.2929215E-1,2.443362E0,4.9873036E-1,8.598558E0,1.9891535E-1,1.3702907E1,8.411381E-1,8.823976E0,8.2187545E-1,1.6773613E-1,5.2264614E0,3.2815063E-1,1.9233544E0,1.2799826E0,1.3628402E1,1.5884774E0,4.5030862E-1,1.9027655E-1,2.742933E0,2.3787552E-1,1.3236618E0,2.445684E-1,5.0322914E0,5.568666E-1,6.951332E0,1.6254421E0,1.5780357E0,4.068515E-1,7.7961493E0,5.3271966E0,2.051516E0,7.4978237E0,5.034366E0,2.1594324E0,1.3916655E0,2.9887402E0,3.7319336E0,5.484513E-1,7.8030477E0,3.0750608E1,2.8963118E0,2.2084188E0,1.2024095E1,8.436915E0,3.260244E0,1.0307124E0,8.71541E0,6.822401E0,7.6000583E-1,2.6499858E0,5.5197015E0,1.7876555E-1,3.0784395E0,1.8752503E-1,6.1843486E0,1.8240951E-1,2.009269E0,1.2688526E1,1.6872444E0,1.8245947E-1,4.9417205E0,3.0651102E0,3.6625865E-1,1.5138066E1,2.2358036E-1,8.923187E-1,7.706239E0,5.094723E-1,8.314504E0,9.6385956E-1,4.262602E0,1.103495E0,1.2524907E1,2.563723E0,1.7920995E-1,4.6561923E0,3.7609935E-1,2.2222751E-1,6.7291045E0,1.3526158E0,2.2541983E-1,2.4278134E-1,7.5533676E0,2.882568E0,2.4446287E0,1.6729062E0,3.7861001E-1,5.5926976E0,1.9051262E0,2.284181E0,2.750185E0,1.9615623E0,1.9787009E-1,1.3508052E0,1.6379352E0,3.3176394E0,4.142944E-1,3.9311826E-1,7.4099293E0,6.513682E0,2.4236925E1,2.5115201E0,3.847916E-1,1.554237E0,6.541818E-1,2.7888267E0,9.235268E0,6.144711E0,2.2922041E0,4.803885E0,3.911525E0,2.469853E0,4.352548E0,9.236676E-1,4.5960336E0,2.7376375E0,3.4080192E-1,5.7583246E0,4.2602378E-1,4.622296E-1,1.2226296E1,3.8443792E-1,2.6806724E0,1.8813548E0,1.3256711E1,1.8569309E-1,7.520546E0,7.944435E0,3.7006828E-1,4.0931444E0,1.694573E-1,4.147253E0,5.089393E-1,6.4609284E0,2.681763E-1,7.1882253E0,3.6514246E-1,6.741615E-1,2.2084064E0,1.1190461E0,1.3255826E0,1.8492058E-1,5.407777E0,7.28391E-1,1.5557901E0,7.227657E-1,2.0274193E0,1.8336521E-1,1.4545699E0,4.2463985E-1,2.8929994E0,3.4470093E-1,7.0652285E0,3.281611E0,3.2320707E0,3.5594914E0,2.0677435E1,2.7197745E-1,2.2395427E0,1.3088181E0,2.4541888E-1,8.145683E0,1.0895841E0,4.1155854E-1,5.7331524E0,2.815222E-1,4.5223627E0,8.7565416E-1,1.5941988E0,2.1976474E-1,4.1327834E0,9.479631E-1,3.6480706E0,5.57051E0,1.8781455E-1,3.6067504E-1,1.1865622E1,1.0266943E0,1.2230017E1,1.7403305E-1,7.3465133E0,7.3761964E0,5.6823885E-1,3.9488525E0,1.9840038E-1,6.2799487E0,1.8097933E-1,6.860632E0,3.275932E-1,2.0538431E-1,2.0030222E0,1.7941292E-1,1.1461697E0,7.914835E-1,4.6162934E0,1.3443061E0,2.1148388E-1,1.8393098E0,1.8810964E-1,2.7209346E0,1.7206475E-1,2.792276E-1,6.7860007E0,8.5912484E-1,2.422486E0,9.999697E-1,2.232101E0,2.9486845E0,6.1080706E-1,1.6430227E1,4.247207E0,2.9375306E-1,1.9457896E0,6.6376476E0,1.5080359E0,5.521055E0,2.1209705E-1,6.6315717E-1,3.8592057E0,1.2638268E0,3.3037204E-1,3.914246E0,2.185375E-1,3.439022E0,2.0904845E-1,1.1584696E1,2.8092578E-1,1.1278542E1,9.514751E-1,7.1147604E0,2.3175262E-1,1.0175991E0,6.3585973E0,6.5196404E0,3.4099188E-1,1.7567249E-1,1.8273497E0,1.9695449E-1,4.419339E0,1.8888827E-1,1.6504215E0,6.086088E-1,2.112326E0,6.2282305E0,5.5777013E-1,2.1821523E0,2.4033386E-1,2.2437966E-1,2.0077214E0,2.747354E0,2.0133041E-1,1.1205118E1,5.2251096E0,3.6028588E0,6.443485E-1,7.831787E-1,5.8544693E0,5.241577E0,2.794785E-1,3.6515374E0,2.0766842E-1,2.0634572E-1,3.7079003E0,2.4471316E-1,3.194309E0,2.2611628E-1,1.1358579E1,1.1070154E1,2.0838812E-1,2.9617596E-1,6.0624213E0,5.34005E-1,5.9856353E0,3.141138E-1,4.105225E0,1.4817113E0,1.6871025E-1,1.8450619E0,2.6726398E-1,1.1459277E0,5.082303E0,1.6325222E-1,2.0189002E0,1.8170369E0,1.9068453E-1,2.535648E0,2.1170576E-1,9.606594E0,1.5985233E0,1.6765124E0,3.548597E0,2.7639713E0,8.3888745E-1,1.8639886E-1,5.6680703E0,4.6391922E-1,4.7776575E0,3.4749274E0,1.7660993E-1,2.7711973E0,4.2311153E-1,2.529236E-1,1.081723E1,3.1266853E-1,5.6729665E0,1.992204E-1,3.9060047E0,4.8047247E0,2.7757818E-1,2.3991883E-1,1.7789812E0,2.0810565E-1,1.6089312E0,2.1966729E-1,2.315981E0,8.132864E0,1.4737308E0,1.2901129E0,3.8639948E-1,1.965688E0,1.582909E0,2.5667796E0,1.9719177E-1,5.492192E0,1.7587852E-1,1.8161611E-1,4.5960417E0,3.1925344E0,2.8239295E-1,2.5849714E0,1.8622604E-1,1.6320425E0,9.185187E0,5.3919683E0,2.809983E-1,4.3607078E0,4.4401684E-1,7.6326376E-1,7.3696E0,1.0502751E0,2.3983778E-1,1.7399232E-1,1.7916957E0,3.357889E-1,2.2309906E0,1.790217E-1,5.31317E0,1.7562924E-1,4.4204125E0,2.412193E0,1.7277844E-1,8.736284E0,4.4890377E-1,1.6797006E-1,4.192738E0,9.0335524E-1,6.4662447E0,2.0604861E-1,1.5856471E0,5.0015316E0,3.1163836E-1,2.675871E-1,4.1528254E0,8.454896E0,2.8138787E-1,3.2272553E-1,3.8700123E0,2.5720054E-1,6.209044E0,1.2999263E0,2.8572085E-1,7.120651E-1,4.289467E0,3.9889426E0,1.6388267E-1,8.224607E0,2.302888E-1,1.759528E-1,6.0330915E0,2.0126568E-1,5.8318257E0,4.8198038E-1,5.3498454E0,4.5559704E-1,4.894248E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1133","size_leaf_vector":"0"}},{"base_weights":[-8.175022E-2,-5.0707757E-2,-6.64704E-1,-1.8552868E-2,-5.6487364E-1,-8.140902E-1,-0E0,-2.9779868E-3,-6.216793E-1,-6.400999E-1,-0E0,-8.3858913E-1,-0E0,-3.7186956E-1,4.2459324E-1,4.9002673E-2,-8.6219184E-2,-0E0,-7.1261674E-1,-0E0,-7.161047E-1,5.292055E-1,-8.780131E-2,-0E0,-8.496319E-1,-0E0,-4.13817E-1,5.271301E-1,-0E0,1.4617405E-2,1.7439985E-1,-2.258495E-2,-3.4776974E-1,-7.798926E-1,-0E0,2.0178539E-1,-0E0,-0E0,-7.6295E-1,7.2474015E-1,-0E0,-0E0,-6.784849E-1,-5.1620115E-2,7.188576E-2,3.4749812E-1,-0E0,-4.5851E-1,1.0158395E-3,-0E0,-5.1345915E-1,-0E0,-6.529526E-1,2.5973317E-1,-0E0,-0E0,-7.8473765E-1,1.888519E-3,-2.3459555E-1,1.9837047E-1,-1.6342714E-2,-0E0,4.3444195E-1,7.510006E-2,-3.322673E-1,-0E0,-5.413064E-1,-6.313668E-2,1.3809578E-1,1.3842764E-1,-1.0345885E-1,-5.754591E-1,-0E0,-0E0,-8.003032E-1,9.9173434E-2,-1.4525308E-1,-3.203766E-1,-0E0,-0E0,2.390703E-1,1.6378976E-1,-8.962937E-2,-8.210404E-3,1.9130512E-1,5.9865214E-2,6.350461E-1,-0E0,2.8209785E-1,-4.1515046E-1,-0E0,-5.890451E-1,-0E0,-1.3433982E-1,1.7207135E-2,2.849764E-2,5.424938E-1,4.292705E-1,-0E0,-3.2466096E-1,-0E0,-0E0,-6.1209846E-1,2.1133754E-1,-0E0,-8.140289E-1,-0E0,-2.630827E-2,1.5750808E-1,-2.5701162E-1,-0E0,-4.8534185E-1,-0E0,6.924743E-2,-1.5869223E-2,1.4729771E-1,-1.1200788E-1,2.722094E-1,-0E0,-0E0,3.226758E-1,-7.239526E-3,-2.8185925E-1,-1.2614065E-1,-0E0,2.5813654E-1,-0E0,-0E0,3.364186E-1,-0E0,6.9617915E-1,2.3014629E-1,-9.294604E-2,3.8661766E-1,-0E0,-0E0,-4.8858488E-1,-6.093045E-1,-0E0,-2.1864805E-1,-0E0,-5.4484088E-2,1.00688785E-1,-1.0376361E-1,1.365179E-1,-0E0,7.2057515E-1,-0E0,5.3659534E-1,-2.476814E-2,1.22303374E-1,-0E0,-6.357387E-1,3.0849847E-1,-0E0,-0E0,-8.584763E-1,-0E0,-1.6889758E-1,-0E0,2.3243357E-1,-0E0,-2.9959348E-1,1.7480722E-1,-0E0,-5.409225E-1,-0E0,2.949413E-3,-1.2343213E-1,2.1964781E-1,-0E0,-0E0,-1.3954479E-1,3.0039173E-1,-0E0,-0E0,-2.4766469E-1,-0E0,2.9310337E-1,-0E0,3.0340726E-2,8.614723E-2,-1.5929441E-1,-0E0,4.5501396E-1,1.2925427E-2,-1.6733156E-1,-0E0,-4.4108865E-1,-1.9567668E-1,-0E0,-0E0,2.8191411E-1,-0E0,-5.8536965E-2,-0E0,4.6547803E-1,-0E0,7.334667E-1,3.3892968E-1,-0E0,-0E0,-1.7556465E-1,-0E0,4.8175055E-1,-0E0,-5.2265817E-1,-6.3353527E-1,-0E0,-0E0,-3.0117399E-1,-1.8686423E-1,4.2717032E-2,1.3521077E-2,-3.2567802E-1,-0E0,2.2303337E-1,-0E0,-2.653419E-1,-2.1265346E-1,2.1273169E-1,-0E0,8.9456946E-1,-0E0,6.041972E-1,-1.3633648E-1,-0E0,2.7121758E-1,-0E0,-0E0,-6.934163E-1,-0E0,-7.0642024E-2,-0E0,-6.950238E-1,1.09934844E-1,-0E0,-2.883254E-1,-0E0,7.256935E-2,-1.151878E-1,2.69979E-1,-0E0,-0E0,-3.661288E-1,2.9758543E-1,-0E0,-0E0,-1.9497043E-1,-5.827979E-1,-0E0,1.5802313E-1,-0E0,-0E0,-3.1907627E-1,-0E0,3.146479E-1,-1.6897856E-1,-0E0,4.542997E-1,-0E0,-3.607346E-1,-0E0,-0E0,3.1826314E-1,-0E0,1.171408E-1,2.7064288E-1,-0E0,-0E0,-3.729627E-1,5.2054816E-1,-0E0,-2.05187E-2,1.7567046E-1,-2.7476352E-1,-0E0,1.18712045E-1,-0E0,-0E0,-4.8663825E-1,-0E0,-2.3775864E-1,2.4085875E-1,-0E0,-0E0,9.157485E-2,-0E0,-1.2229305E-1,-0E0,5.780293E-1,7.740307E-1,-0E0,-0E0,4.266239E-1,-0E0,2.9567396E-2,-0E0,-2.6427364E-1,5.1934326E-1,-0E0,-0E0,-4.331614E-1,-6.835835E-1,-0E0,-5.6233007E-4,1.8376999E-1,-4.009449E-2,-4.180275E-1,-0E0,-3.8141167E-1,2.2620419E-1,-9.874642E-2,-0E0,1.3947989E-1,-4.076789E-1,-0E0,-9.4924614E-2,3.1050893E-2,-0E0,2.7691868E-1,1.7766912E-1,-2.3440053E-3,-0E0,-3.49663E-1,-0E0,-3.1064492E-1,-0E0,3.0084476E-1,1.0204571E0,-0E0,5.0118345E-1,-0E0,-0E0,2.7195147E-1,-0E0,-4.3708585E-2,-7.3067915E-1,-0E0,2.5905964E-1,-0E0,-0E0,-3.7625805E-1,1.6807328E-1,-0E0,-3.2994783E-1,-0E0,3.0341855E-1,-0E0,-0E0,-8.435458E-2,-3.992419E-1,-0E0,-0E0,3.7478042E-1,-0E0,-2.7793407E-1,-5.967485E-1,-0E0,-0E0,2.6110446E-1,-0E0,-2.6862818E-1,-0E0,2.8699106E-1,6.2613916E-1,-0E0,-3.0499822E-1,-0E0,-0E0,3.3457696E-1,-0E0,1.8713078E-1,-0E0,3.2021675E-1,-0E0,-4.5368534E-1,-0E0,5.968172E-1,-1.407992E-1,9.038996E-2,-0E0,3.7506753E-1,-0E0,-3.3363685E-1,-0E0,2.166976E-1,-5.232789E-1,-0E0,-2.8507358E-1,-0E0,-0E0,1.8707597E-1,-0E0,-1.1355168E-1,-0E0,5.42325E-1,8.1667346E-1,-0E0,-0E0,3.5248876E-1,1.295347E-1,-0E0,-3.050534E-1,-0E0,5.588328E-1,-0E0,-0E0,-7.0636946E-1,-1.65426E-1,-0E0,5.38592E-1,-0E0,-0E0,-1.7119652E-1,-0E0,-4.7735512E-1,-3.9097276E-1,-0E0,4.3854952E-1,-0E0,-0E0,-2.3647255E-1,-0E0,-1.3590781E-1,-0E0,2.7981383E-1,-4.670903E-1,-0E0,-0E0,-2.9903513E-1,-0E0,2.259775E-1,3.7074184E-1,-0E0,-0E0,3.244452E-1,-1.3783394E-1,-0E0,-4.1772506E-1,-0E0,-0E0,-3.4909624E-1,-9.622851E-2,-0E0,-0E0,4.4670695E-1,-0E0,1.1126935E0,-1.154381E-1,-0E0,-7.491994E-1,-0E0,-0E0,2.957964E-1,-0E0,-4.302433E-1,2.3127224E-1,-0E0,-4.0214863E-1,-0E0,3.4731993E-1,-0E0,-0E0,-9.953774E-2,-4.4771308E-1,-0E0,-0E0,4.448317E-1,-3.480034E-1,-0E0,-6.115455E-1,-0E0,-0E0,3.720665E-1,5.165937E-1,-0E0,-0E0,3.6039415E-1,2.446723E-1,-0E0,-0E0,2.7880108E-1,-0E0,-5.1538813E-1,6.398617E-1,-0E0,-0E0,-2.1295625E-1,3.2234237E-1,-0E0,3.9371457E-2,-5.2723333E-2,5.0681686E-1,-0E0,-0E0,-2.9324126E-1,2.7217224E-1,-0E0,-5.9193087E-1,-0E0,-2.5170365E-1,-0E0,-0E0,2.5385147E-1,8.438736E-1,-0E0,2.0063573E-1,-0E0,-4.023232E-1,-0E0,-0E0,6.014017E-1,-0E0,-5.628205E-1,-0E0,-2.755974E-1,4.8818365E-1,-0E0,-0E0,4.8244856E-2,-2.577941E-1,-0E0,-0E0,-5.596294E-1,-0E0,6.0921574E-1,-1.0471131E-1,-0E0,7.703432E-2,-0E0,-0E0,-3.7106192E-1,-0E0,-2.3590802E-1,-0E0,4.5595706E-1,-5.166942E-1,-0E0,-0E0,3.5207752E-2,-0E0,-3.5632244E-1,-0E0,3.230971E-1,4.3783575E-1,-0E0,-0E0,4.3899822E-1,-4.4486555E-1,-0E0,-0E0,-2.9960147E-1,-2.0517002E-1,-0E0,-4.17486E-2,2.3838516E-2,-0E0,5.254555E-1,-0E0,1.1804923E0,-7.560113E-1,-0E0,3.260261E-1,-0E0,-0E0,-3.488101E-1,-0E0,3.207655E-1,-0E0,-4.376126E-1,3.8320893E-1,-0E0,-0E0,-5.0187194E-1,-0E0,3.608079E-1,-3.6711648E-1,-0E0,-0E0,-6.228201E-1,4.800838E-1,-0E0,3.77534E-1,-0E0,-0E0,2.8479785E-1,-4.1957772E-1,-0E0,-0E0,6.7395777E-1,-3.010122E-1,-0E0,3.8253418E-1,-0E0,-4.3279435E-2,-0E0,1.7210802E-1,-0E0,-9.910648E-2,-0E0,6.0708684E-1,-0E0,-0E0,2.4743512E-1,-0E0,-6.3270056E-1,-0E0,2.4041608E-1,-0E0,8.6176765E-1,-0E0,1.9804029E-1,-4.6517777E-1,-0E0,-0E0,6.359756E-1,-3.108158E-1,-0E0,-0E0,1.5314819E-1,-0E0,-3.782562E-1,-6.1384445E-1,-0E0,-0E0,8.1958956E-1,-2.5062054E-1,-0E0,1.5583393E-1,-0E0,-4.057317E-1,-0E0,-2.8922436E-1,-0E0,-0E0,6.0316896E-1,-4.1505516E-1,-0E0,-0E0,1.4865048E-1,-3.8102537E-1,-0E0,3.520208E-1,-0E0,-0E0,4.644303E-1,5.133463E-1,-0E0,-4.8100647E-1,-0E0,-0E0,-3.2004628E-1,-0E0,-1.3772525E-1,-0E0,1.4581974E-1,9.462281E-1,1.4007792E-1,-0E0,1.25546E0,-0E0,-7.7384484E-1,-0E0,3.4501082E-1,3.8737333E-1,-0E0,-3.7600312E-1,-0E0,4.3147027E-1,-0E0,-0E0,-5.3084636E-1,-3.0588108E-1,-0E0,-0E0,-6.36915E-1,-0E0,4.29416E-1,3.873573E-1,-0E0,3.2166207E-1,-0E0,-0E0,7.223084E-1,-3.450214E-1,-0E0,-0E0,4.3830577E-1,-0E0,-1.6841958E-1,-0E0,4.385307E-2,-0E0,2.6223785E-1,-0E0,-1.3217923E-1,5.02864E-1,-0E0,-6.479489E-1,-0E0,-0E0,6.9018865E-1,-5.107899E-1,-0E0,-0E0,6.642416E-1,-0E0,-2.7777398E-1,2.603133E-1,-0E0,-0E0,-4.3631744E-1,-0E0,-6.602555E-1,-0E0,1.0226084E0,-2.3605119E-1,-0E0,-0E0,1.8315376E-1,-0E0,-3.3731508E-1,-0E0,-2.5224042E-1,-0E0,5.085488E-1,-0E0,2.4338442E-1,-4.0150186E-1,-0E0,4.932606E-1,-0E0,-0E0,5.841885E-1,-5.171772E-1,-0E0,-0E0,-2.8799754E-1,-2.0460826E-1,-0E0,1.9784956E-1,-0E0,1.0847481E0,-0E0,-0E0,3.731213E-1,1.3103161E0,-0E0,-0E0,-7.801661E-1,-0E0,2.8449714E-1,4.4284612E-1,-0E0,4.5754978E-1,-0E0,-5.7676566E-1,-0E0,-0E0,-6.569643E-1,4.0759185E-1,-0E0,3.479057E-1,-0E0,5.8297133E-1,-0E0,-3.8837507E-1,-0E0,-0E0,3.7119365E-1,-0E0,-2.681893E-1,9.272615E-2,-0E0,3.1665346E-1,-0E0,-1.3344032E-1,-0E0,-5.130433E-1,-0E0,-0E0,-4.690508E-1,-0E0,5.3353995E-1,2.878715E-1,-0E0,-3.5505655E-1,-0E0,-0E0,-6.8443495E-1,-0E0,1.1489913E0,1.7200947E-1,-0E0,2.9181084E-1,-0E0,-0E0,-3.3078453E-1,5.154399E-1,-0E0,5.006902E-1,-0E0,-0E0,-5.8010095E-1,-0E0,-2.3867223E-1,1.1812652E0,-0E0,-0E0,4.503973E-1,-0E0,1.379588E0,-6.2754834E-1,-0E0,-0E0,3.6164388E-1,-0E0,4.785914E-1,-6.0322404E-1,-0E0,-0E0,-5.215262E-1,4.1773108E-1,-0E0,2.8432205E-1,-0E0,-4.264103E-1,-0E0,-0E0,-2.2700629E-1,-0E0,3.6788654E-1,3.639878E-1,-0E0,-7.235854E-1,-0E0,-0E0,1.2609509E0,-0E0,2.54891E-1,-0E0,5.5802673E-1,-4.7149664E-1,-0E0,-2.6235643E-1,-0E0,-0E0,1.2579026E0,5.254754E-1,-0E0,1.4959328E0,-0E0,5.040656E-1,-0E0,-0E0,-6.272302E-1,4.3440086E-1,-0E0,-4.5848542E-1,-0E0,-0E0,3.4987164E-1,3.2452193E-1,-0E0,-0E0,-7.4021167E-1,1.0279686E0,-0E0,-0E0,5.8454776E-1,-2.81581E-1,-0E0,-0E0,1.018047E0,5.7703096E-1,-0E0,1.5794501E0,-0E0,-0E0,5.2946085E-1,-0E0,-6.7366767E-1,4.5682088E-1,-0E0,-0E0,-4.914562E-1,-5.854067E-1,-0E0,6.1051524E-1,-0E0,-3.036987E-1,-0E0,6.151633E-1,-0E0,1.6436387E0,-0E0,-0E0,5.5036134E-1,-6.940229E-1,-0E0,4.7664195E-1,-0E0,-0E0,-5.119157E-1,6.331007E-1,-0E0,-0E0,-2.7078238E-1,6.629686E-1,-0E0,-0E0,1.3745524E0,5.6918585E-1,-0E0,-0E0,-7.1647835E-1,5.1177824E-1,-0E0,-5.614784E-1,-0E0,5.103042E-1,-0E0,-0E0,5.402217E-1,-0E0,6.035266E-1,-7.678662E-1,-0E0,-0E0,5.22378E-1,-0E0,-4.5808148E-1,6.2454975E-1,-0E0,-6.265266E-1,-0E0,-0E0,5.2963865E-1,6.3846314E-1,-0E0,5.4125905E-1,-0E0,-0E0,6.5003186E-1,5.4831815E-1,-0E0,-0E0,6.5568876E-1,5.720011E-1,-0E0,5.154144E-1,-0E0,5.874194E-1,-0E0,-0E0,5.981288E-1,-0E0,4.8047537E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":8,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,-1,25,27,29,31,-1,33,35,37,39,-1,-1,41,-1,-1,-1,-1,43,45,47,49,51,-1,53,-1,-1,55,-1,-1,-1,-1,57,59,61,63,65,67,69,71,-1,-1,-1,-1,-1,73,75,77,79,81,83,85,87,89,-1,91,93,95,97,99,101,103,-1,105,107,109,111,113,115,117,119,121,123,125,127,129,131,133,135,-1,137,-1,139,141,143,145,147,-1,-1,149,-1,151,153,-1,155,-1,157,159,161,163,165,167,169,171,173,175,177,179,181,183,185,187,189,-1,191,-1,193,195,-1,197,199,201,203,-1,-1,205,207,-1,209,211,213,215,217,219,-1,221,-1,223,225,227,-1,229,-1,-1,231,233,235,237,239,241,-1,243,245,247,249,-1,251,253,255,-1,-1,257,259,-1,-1,261,-1,263,-1,265,267,269,-1,271,273,275,277,279,281,-1,-1,283,285,287,-1,289,-1,291,293,-1,295,297,-1,299,-1,301,303,-1,305,307,309,311,313,315,317,319,321,323,325,327,-1,329,-1,331,-1,-1,333,-1,335,337,-1,-1,-1,-1,339,-1,341,-1,343,345,347,349,-1,351,353,-1,-1,355,357,-1,359,-1,-1,361,-1,363,-1,-1,365,-1,367,-1,-1,369,-1,371,373,-1,-1,375,377,-1,379,381,383,-1,385,-1,-1,387,-1,389,-1,-1,-1,391,-1,393,-1,395,397,-1,-1,399,-1,401,-1,403,405,-1,-1,-1,407,-1,409,411,413,415,-1,417,419,421,423,425,427,-1,429,431,-1,433,435,437,-1,439,-1,441,443,445,447,-1,-1,-1,-1,-1,-1,449,451,-1,453,-1,-1,455,457,-1,459,-1,461,-1,-1,463,465,-1,-1,467,-1,469,471,-1,-1,473,-1,-1,-1,-1,475,-1,-1,-1,-1,477,-1,479,-1,481,-1,483,-1,485,487,489,491,493,-1,495,-1,497,499,-1,501,-1,-1,503,-1,-1,-1,-1,505,-1,-1,-1,507,-1,509,-1,511,-1,-1,513,515,-1,517,-1,519,521,-1,523,-1,-1,525,527,529,531,-1,533,-1,535,537,-1,539,541,-1,543,545,-1,-1,547,-1,-1,549,-1,-1,551,553,-1,555,557,-1,559,-1,-1,561,-1,-1,563,-1,565,567,-1,569,-1,571,-1,-1,-1,573,-1,-1,575,577,-1,579,-1,-1,581,-1,-1,-1,583,585,-1,-1,-1,-1,587,589,-1,-1,591,593,595,597,599,601,-1,-1,-1,603,-1,605,-1,-1,-1,-1,607,609,-1,611,-1,613,-1,-1,615,-1,-1,-1,617,-1,-1,-1,619,621,-1,-1,623,-1,625,627,-1,629,-1,-1,631,-1,633,-1,635,637,-1,-1,639,-1,641,-1,643,645,-1,-1,647,649,-1,-1,-1,651,-1,653,655,-1,657,-1,659,661,-1,663,-1,-1,-1,-1,665,-1,667,669,-1,-1,671,-1,-1,673,-1,-1,675,677,-1,679,-1,-1,681,-1,-1,-1,683,685,-1,687,-1,689,691,693,-1,695,-1,697,-1,-1,-1,-1,699,-1,-1,-1,701,-1,-1,703,-1,-1,705,707,-1,-1,709,-1,711,713,-1,-1,715,717,-1,719,-1,721,-1,723,-1,-1,725,-1,-1,-1,727,729,-1,-1,-1,-1,731,733,-1,735,-1,-1,737,-1,739,-1,741,743,745,-1,747,-1,749,-1,751,753,-1,-1,-1,755,-1,-1,757,-1,-1,-1,759,-1,-1,761,-1,763,-1,-1,765,767,-1,-1,769,-1,771,-1,773,-1,775,-1,777,-1,-1,779,-1,-1,-1,781,-1,-1,783,-1,-1,785,-1,-1,787,-1,789,-1,791,-1,-1,-1,793,-1,-1,-1,-1,-1,-1,-1,795,797,-1,799,-1,-1,801,803,-1,-1,-1,805,-1,-1,-1,807,-1,-1,809,811,-1,-1,813,-1,-1,815,-1,817,-1,819,-1,-1,821,823,-1,825,-1,-1,-1,827,-1,-1,-1,-1,829,-1,-1,831,-1,-1,-1,-1,-1,-1,-1,-1,-1,833,-1,-1,-1,-1,835,-1,837,-1,-1,839,-1,-1,-1,841,-1,-1,-1,-1,843,-1,845,847,-1,-1,849,-1,851,-1,-1,-1,-1,-1,853,855,-1,-1,-1,857,-1,-1,-1,859,-1,-1,-1,-1,861,863,-1,865,-1,-1,867,-1,-1,-1,869,-1,-1,871,-1,-1,873,875,-1,877,-1,879,-1,-1,881,883,-1,885,-1,-1,-1,-1,-1,-1,887,-1,-1,-1,889,891,-1,-1,-1,893,-1,895,-1,-1,897,-1,899,901,-1,-1,903,-1,-1,905,-1,907,-1,909,-1,911,-1,-1,913,915,-1,917,-1,-1,919,921,-1,-1,-1,923,-1,-1,-1,925,-1,-1,927,929,-1,931,-1,-1,-1,-1,-1,-1,933,935,-1,-1,937,-1,-1,939,-1,-1,-1,-1,941,943,-1,945,-1,-1,947,949,-1,-1,951,953,-1,-1,-1,955,-1,-1,957,-1,-1],"loss_changes":[9.513861E0,8.334881E0,2.3006353E0,4.168199E0,1.7318563E0,5.6975937E-1,1.0041353E0,2.2010431E0,7.9496384E-1,1.9056883E0,5.017957E-1,1.7663574E-1,0E0,3.2529026E-1,3.4470505E-1,1.1052759E0,2.9482055E0,0E0,6.630707E-1,7.18559E-2,1.1212788E0,6.945634E-1,0E0,0E0,1.5823269E-1,0E0,0E0,0E0,0E0,9.4242543E-1,1.5994172E0,2.1467547E0,2.0507913E0,4.917059E-1,0E0,1.04736924E-1,0E0,0E0,4.137478E-1,0E0,0E0,0E0,0E0,1.2579331E0,1.7283688E0,6.221895E-1,6.637634E-1,4.48555E-1,1.43415E0,1.801936E-1,1.1808238E0,0E0,0E0,0E0,0E0,0E0,3.939867E-1,1.0672194E0,6.539345E-1,3.8026547E-1,9.54258E-1,1.0579508E-1,8.771982E-1,6.180938E-1,2.1315098E-1,0E0,2.8265238E-1,6.9220155E-1,1.8253162E0,4.2487437E-1,3.7103665E-1,3.057866E-1,4.9570523E-2,0E0,1.1612797E-1,5.058854E-1,6.6178054E-1,7.890575E-1,2.366684E-2,2.4043122E-1,2.8154874E-1,6.097387E-1,6.4823705E-1,6.310532E-2,5.8850266E-2,2.8062534E-1,6.936488E-1,2.8903967E-1,3.9849007E-1,2.025162E-1,0E0,1.3140774E-1,0E0,5.722408E-1,2.9420847E-1,6.84872E-1,1.0498466E0,2.3924047E-1,0E0,0E0,4.828184E-2,0E0,3.4241962E-1,9.686897E-2,0E0,1.4019585E-1,0E0,1.6621989E-1,5.503693E-1,3.493471E-1,1.4475621E-1,4.348333E-1,8.7653756E-2,1.1964638E-1,4.5820825E-2,4.0804142E-1,1.8809995E-1,2.9997063E-1,5.5951444E-3,1.5132736E-1,2.5878012E-1,3.0278373E-1,8.864287E-1,5.754596E-2,0E0,1.8145755E-2,0E0,8.779379E-3,2.3134291E-1,0E0,4.0549755E-1,1.5424637E-1,2.5558984E-1,3.859272E-1,0E0,0E0,6.377268E-2,1.7826676E-1,0E0,7.922001E-1,2.7935472E-1,6.080911E-1,4.6511868E-1,5.063034E-1,8.005431E-1,0E0,9.6994305E-1,0E0,1.3803995E-1,5.2813027E-2,1.2083705E-1,0E0,3.7063408E-1,0E0,0E0,1.3412508E-2,1.1183643E-1,4.457326E-2,2.259711E-1,1.1900013E-1,4.5248199E-1,0E0,3.5211325E-1,1.9818904E-1,1.323641E-1,2.0243382E-1,0E0,8.538126E-2,1.9649966E-1,1.2936565E-1,0E0,0E0,5.6122787E-2,4.9546897E-1,0E0,0E0,1.955348E-1,0E0,3.0087614E-1,0E0,5.188595E-2,1.89674E-1,3.518226E-1,0E0,2.5695896E-1,3.498468E-1,3.1878528E-1,4.3731537E-2,2.7432632E-1,4.807069E-2,0E0,0E0,2.0810902E-2,2.4201786E-2,2.6110316E-2,0E0,1.7193836E-1,0E0,2.5939655E-1,1.5320405E-1,0E0,2.4365077E-3,2.4033654E-1,0E0,1.8013322E-1,0E0,6.1240494E-2,4.3212414E-2,0E0,1.0344695E-1,3.5565472E-1,4.2928895E-1,6.393137E-1,1.2260498E-1,1.352793E-1,7.840937E-2,2.931388E-1,1.5586047E-1,4.1185504E-1,1.2727402E-1,7.0246553E-1,0E0,6.817093E-1,0E0,4.2265475E-2,0E0,0E0,8.024466E-2,0E0,4.2130435E-3,4.433117E-1,0E0,0E0,0E0,0E0,1.6281004E-1,0E0,1.9726616E-1,0E0,1.02431685E-1,2.7938908E-1,3.639729E-1,8.878824E-3,0E0,1.9651163E-1,1.7421356E-1,0E0,0E0,9.015271E-2,1.1589527E-1,0E0,1.29121E-1,0E0,0E0,1.3526261E-2,0E0,4.772395E-3,0E0,0E0,5.6295395E-1,0E0,3.722012E-2,0E0,0E0,3.3280396E-1,0E0,7.8905165E-2,6.857517E-2,0E0,0E0,1.9024464E-1,2.6501048E-1,0E0,3.869255E-1,3.6932233E-1,1.8408412E-1,0E0,9.0363696E-2,0E0,0E0,2.5428367E-1,0E0,5.7972804E-2,0E0,0E0,0E0,6.3643456E-2,0E0,7.290311E-3,0E0,2.1332043E-1,2.5437593E-1,0E0,0E0,2.3220867E-2,0E0,4.0424887E-2,0E0,1.8156272E-1,1.4348221E-1,0E0,0E0,0E0,1.2795424E-1,0E0,9.89853E-2,4.1992435E-1,1.8207262E-1,5.449991E-1,0E0,1.0006863E-1,8.724751E-1,2.3013754E-1,4.0963262E-2,2.9902145E-1,1.5688688E-1,0E0,2.8617638E-1,1.434892E-1,0E0,2.962047E-1,3.0116567E-1,6.383956E-2,0E0,2.3174655E-1,0E0,4.7917783E-2,4.230016E-2,9.931774E-1,5.7907724E-1,0E0,0E0,0E0,0E0,0E0,0E0,3.9791755E-2,2.5323296E-1,0E0,4.810837E-2,0E0,0E0,9.395397E-2,8.6081505E-2,0E0,1.3301411E-1,0E0,2.9569173E-1,0E0,0E0,8.387393E-3,3.105774E-1,0E0,0E0,1.2863624E-1,0E0,1.01074785E-1,1.1237407E-1,0E0,0E0,1.7352542E-1,0E0,0E0,0E0,0E0,8.5485935E-2,0E0,0E0,0E0,0E0,3.1197262E-1,0E0,7.850221E-2,0E0,4.1906953E-2,0E0,1.0330999E-1,0E0,1.6675341E-1,3.1094673E-1,3.2363105E-1,1.3952907E-2,3.5769814E-1,0E0,8.2981706E-2,0E0,5.6599572E-2,2.5709367E-1,0E0,4.4680625E-2,0E0,0E0,6.047774E-2,0E0,0E0,0E0,0E0,1.969099E-1,0E0,0E0,0E0,4.368034E-2,0E0,1.8885791E-1,0E0,1.3646734E-1,0E0,0E0,4.901886E-2,1.3012207E-1,0E0,1.1339408E-1,0E0,1.0717258E-2,1.7285654E-1,0E0,5.088861E-1,0E0,0E0,8.122345E-1,3.2975007E-2,1.4334668E-2,1.20072186E-1,0E0,7.296834E-2,0E0,4.2348745E-1,1.5384173E-1,0E0,5.0607375E-3,8.52139E-2,0E0,1.3387375E-1,2.5699425E-1,0E0,0E0,2.8690344E-1,0E0,0E0,1.3058734E-1,0E0,0E0,3.9468378E-2,1.2518974E-1,0E0,1.0264224E-2,7.521608E-1,0E0,4.9028635E-1,0E0,0E0,3.159809E-2,0E0,0E0,2.8778732E-2,0E0,1.9026339E-2,1.3859972E-1,0E0,3.3352286E-2,0E0,4.40809E-1,0E0,0E0,0E0,3.0252075E-1,0E0,0E0,1.0889709E-2,1.3555646E-2,0E0,6.1928988E-2,0E0,0E0,1.965138E-1,0E0,0E0,0E0,2.563238E-1,4.797168E-2,0E0,0E0,0E0,0E0,2.1202564E-2,6.865597E-2,0E0,0E0,2.6806164E-1,8.322388E-2,5.820125E-3,1.12635374E-1,1.48696415E-2,2.6953578E-1,0E0,0E0,0E0,1.6454712E-2,0E0,2.668631E-1,0E0,0E0,0E0,0E0,5.4126263E-2,1.5256262E-1,0E0,4.0241532E-2,0E0,1.4870924E-1,0E0,0E0,1.3649178E-1,0E0,0E0,0E0,2.9237792E-2,0E0,0E0,0E0,8.727363E-2,1.5522134E-1,0E0,0E0,3.5847187E-1,0E0,7.139456E-1,1.0947943E-1,0E0,4.0364668E-2,0E0,0E0,4.403907E-2,0E0,4.3290623E-2,0E0,3.3805698E-1,9.217024E-3,0E0,0E0,6.935353E-2,0E0,3.818789E-2,0E0,1.6413999E-1,1.3735485E-1,0E0,0E0,2.2496045E-1,1.4264226E-1,0E0,0E0,0E0,1.15911976E-1,0E0,7.8992926E-2,4.0632106E-2,0E0,9.918287E-1,0E0,5.1856184E-1,3.1965256E-2,0E0,1.2861371E-2,0E0,0E0,0E0,0E0,1.2938455E-1,0E0,4.5953393E-2,3.9071202E-1,0E0,0E0,2.2503209E-1,0E0,0E0,1.5019387E-2,0E0,0E0,6.2741995E-2,1.3221246E-1,0E0,1.7283916E-1,0E0,0E0,4.7632486E-2,0E0,0E0,0E0,2.1197009E-1,2.2170472E-1,0E0,9.447843E-2,0E0,6.892388E-2,4.382752E-3,1.1845848E-1,0E0,1.3883041E-2,0E0,5.462885E-2,0E0,0E0,0E0,0E0,3.296876E-2,0E0,0E0,0E0,1.0244465E-1,0E0,0E0,1.912595E-1,0E0,0E0,1.2061691E-1,3.0061394E-2,0E0,0E0,1.4293237E-1,0E0,1.2623757E-1,2.9385185E-1,0E0,0E0,6.314368E-1,4.7939047E-2,0E0,1.4203992E-2,0E0,3.2547355E-2,0E0,2.2009537E-2,0E0,0E0,1.0583186E-1,0E0,0E0,0E0,8.723278E-2,1.4379919E-2,0E0,0E0,0E0,0E0,1.0289073E-1,2.2519368E-1,0E0,1.3430762E-1,0E0,0E0,7.081655E-2,0E0,9.092231E-2,0E0,7.042961E-2,9.163928E-1,4.154107E-1,0E0,2.8503132E-1,0E0,3.950119E-3,0E0,6.949246E-3,6.4400285E-2,0E0,0E0,0E0,3.199408E-1,0E0,0E0,1.7772985E-1,0E0,0E0,0E0,2.5395632E-2,0E0,0E0,1.5567064E-1,0E0,2.6576042E-2,0E0,0E0,2.1144152E-2,2.1404707E-1,0E0,0E0,6.439251E-2,0E0,9.127384E-2,0E0,2.0881666E-2,0E0,8.7374076E-2,0E0,1.8030863E-2,0E0,0E0,2.2985935E-2,0E0,0E0,0E0,1.0589826E-1,0E0,0E0,5.2463293E-2,0E0,0E0,3.982967E-2,0E0,0E0,3.2758713E-3,0E0,1.8348265E-1,0E0,5.5100393E-1,0E0,0E0,0E0,2.2942618E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.5033132E-2,8.40193E-3,0E0,1.02641106E-1,0E0,0E0,1.6238081E-1,1.7260075E-1,0E0,0E0,0E0,5.1230624E-2,0E0,0E0,0E0,6.6955376E-1,0E0,0E0,2.0538455E-1,2.2855186E-1,0E0,0E0,4.3831825E-2,0E0,0E0,1.3082087E-2,0E0,3.0273795E-1,0E0,2.1088982E-1,0E0,0E0,3.714466E-2,1.6686249E-1,0E0,1.0048151E-2,0E0,0E0,0E0,1.8851602E-1,0E0,0E0,0E0,0E0,1.17711425E-2,0E0,0E0,9.149131E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,5.213219E-2,0E0,0E0,0E0,0E0,1.9964647E-1,0E0,3.044939E-1,0E0,0E0,3.278245E-2,0E0,0E0,0E0,1.0366142E-1,0E0,0E0,0E0,0E0,7.684851E-2,0E0,3.2565117E-2,3.531227E-1,0E0,0E0,2.3366612E-1,0E0,3.335123E-1,0E0,0E0,0E0,0E0,0E0,3.1522655E-1,1.792717E-1,0E0,0E0,0E0,1.6003084E-1,0E0,0E0,0E0,9.563196E-2,0E0,0E0,0E0,0E0,7.6773465E-2,6.838894E-2,0E0,1.0044193E-1,0E0,0E0,1.968813E-2,0E0,0E0,0E0,1.2428522E-1,0E0,0E0,2.3471743E-2,0E0,0E0,5.8035374E-2,1.3985503E-1,0E0,4.3295622E-1,0E0,3.0437326E-1,0E0,0E0,1.0925746E-1,2.608118E-1,0E0,1.11014366E-1,0E0,0E0,0E0,0E0,0E0,0E0,2.6821613E-2,0E0,0E0,0E0,1.229043E-1,2.8791517E-2,0E0,0E0,0E0,7.751E-2,0E0,8.667374E-2,0E0,0E0,2.490282E-1,0E0,1.2541342E-1,1.6483212E-1,0E0,0E0,9.552407E-2,0E0,0E0,7.294345E-2,0E0,3.9689094E-2,0E0,7.949114E-2,0E0,1.8432617E-2,0E0,0E0,1.6424704E-1,1.23892546E-1,0E0,2.5797653E-1,0E0,0E0,3.9381623E-2,3.5766363E-2,0E0,0E0,0E0,1.3930917E-2,0E0,0E0,0E0,1.4041948E-1,0E0,0E0,1.368599E-1,1.9724274E-1,0E0,9.499073E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.2903881E-1,5.084324E-2,0E0,0E0,1.2104845E-1,0E0,0E0,1.2755871E-1,0E0,0E0,0E0,0E0,1.22136116E-1,1.2057638E-1,0E0,1.04326725E-1,0E0,0E0,2.6119709E-2,1.09948635E-1,0E0,0E0,1.3507366E-2,1.2676239E-2,0E0,0E0,0E0,1.4978743E-1,0E0,0E0,3.4546852E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,18,18,19,19,20,20,21,21,24,24,29,29,30,30,31,31,32,32,33,33,35,35,38,38,43,43,44,44,45,45,46,46,47,47,48,48,49,49,50,50,56,56,57,57,58,58,59,59,60,60,61,61,62,62,63,63,64,64,66,66,67,67,68,68,69,69,70,70,71,71,72,72,74,74,75,75,76,76,77,77,78,78,79,79,80,80,81,81,82,82,83,83,84,84,85,85,86,86,87,87,88,88,89,89,91,91,93,93,94,94,95,95,96,96,97,97,100,100,102,102,103,103,105,105,107,107,108,108,109,109,110,110,111,111,112,112,113,113,114,114,115,115,116,116,117,117,118,118,119,119,120,120,121,121,122,122,123,123,125,125,127,127,128,128,130,130,131,131,132,132,133,133,136,136,137,137,139,139,140,140,141,141,142,142,143,143,144,144,146,146,148,148,149,149,150,150,152,152,155,155,156,156,157,157,158,158,159,159,160,160,162,162,163,163,164,164,165,165,167,167,168,168,169,169,172,172,173,173,176,176,178,178,180,180,181,181,182,182,184,184,185,185,186,186,187,187,188,188,189,189,192,192,193,193,194,194,196,196,198,198,199,199,201,201,202,202,204,204,206,206,207,207,209,209,210,210,211,211,212,212,213,213,214,214,215,215,216,216,217,217,218,218,219,219,220,220,222,222,224,224,227,227,229,229,230,230,235,235,237,237,239,239,240,240,241,241,242,242,244,244,245,245,248,248,249,249,251,251,254,254,256,256,259,259,261,261,264,264,266,266,267,267,270,270,271,271,273,273,274,274,275,275,277,277,280,280,282,282,286,286,288,288,290,290,291,291,294,294,296,296,298,298,299,299,303,303,305,305,306,306,307,307,308,308,310,310,311,311,312,312,313,313,314,314,315,315,317,317,318,318,320,320,321,321,322,322,324,324,326,326,327,327,328,328,329,329,336,336,337,337,339,339,342,342,343,343,345,345,347,347,350,350,351,351,354,354,356,356,357,357,360,360,365,365,370,370,372,372,374,374,376,376,378,378,379,379,380,380,381,381,382,382,384,384,386,386,387,387,389,389,392,392,397,397,401,401,403,403,405,405,408,408,409,409,411,411,413,413,414,414,416,416,419,419,420,420,421,421,422,422,424,424,426,426,427,427,429,429,430,430,432,432,433,433,436,436,439,439,442,442,443,443,445,445,446,446,448,448,451,451,454,454,456,456,457,457,459,459,461,461,465,465,468,468,469,469,471,471,474,474,478,478,479,479,484,484,485,485,488,488,489,489,490,490,491,491,492,492,493,493,497,497,499,499,504,504,505,505,507,507,509,509,512,512,516,516,520,520,521,521,524,524,526,526,527,527,529,529,532,532,534,534,536,536,537,537,540,540,542,542,544,544,545,545,548,548,549,549,553,553,555,555,556,556,558,558,560,560,561,561,563,563,568,568,570,570,571,571,574,574,577,577,580,580,581,581,583,583,586,586,590,590,591,591,593,593,595,595,596,596,597,597,599,599,601,601,606,606,610,610,613,613,616,616,617,617,620,620,622,622,623,623,626,626,627,627,629,629,631,631,633,633,636,636,640,640,641,641,646,646,647,647,649,649,652,652,654,654,656,656,657,657,658,658,660,660,662,662,664,664,665,665,669,669,672,672,676,676,679,679,681,681,684,684,685,685,688,688,690,690,692,692,694,694,696,696,699,699,703,703,706,706,709,709,712,712,714,714,716,716,720,720,728,728,729,729,731,731,734,734,735,735,739,739,743,743,746,746,747,747,750,750,753,753,755,755,757,757,760,760,761,761,763,763,767,767,772,772,775,775,785,785,790,790,792,792,795,795,799,799,804,804,806,806,807,807,810,810,812,812,818,818,819,819,823,823,827,827,832,832,833,833,835,835,838,838,842,842,845,845,848,848,849,849,851,851,853,853,856,856,857,857,859,859,866,866,870,870,871,871,875,875,877,877,880,880,882,882,883,883,886,886,889,889,891,891,893,893,895,895,898,898,899,899,901,901,904,904,905,905,909,909,913,913,916,916,917,917,919,919,926,926,927,927,930,930,933,933,938,938,939,939,941,941,944,944,945,945,948,948,949,949,953,953,956,956],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,-1,26,28,30,32,-1,34,36,38,40,-1,-1,42,-1,-1,-1,-1,44,46,48,50,52,-1,54,-1,-1,56,-1,-1,-1,-1,58,60,62,64,66,68,70,72,-1,-1,-1,-1,-1,74,76,78,80,82,84,86,88,90,-1,92,94,96,98,100,102,104,-1,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,-1,138,-1,140,142,144,146,148,-1,-1,150,-1,152,154,-1,156,-1,158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188,190,-1,192,-1,194,196,-1,198,200,202,204,-1,-1,206,208,-1,210,212,214,216,218,220,-1,222,-1,224,226,228,-1,230,-1,-1,232,234,236,238,240,242,-1,244,246,248,250,-1,252,254,256,-1,-1,258,260,-1,-1,262,-1,264,-1,266,268,270,-1,272,274,276,278,280,282,-1,-1,284,286,288,-1,290,-1,292,294,-1,296,298,-1,300,-1,302,304,-1,306,308,310,312,314,316,318,320,322,324,326,328,-1,330,-1,332,-1,-1,334,-1,336,338,-1,-1,-1,-1,340,-1,342,-1,344,346,348,350,-1,352,354,-1,-1,356,358,-1,360,-1,-1,362,-1,364,-1,-1,366,-1,368,-1,-1,370,-1,372,374,-1,-1,376,378,-1,380,382,384,-1,386,-1,-1,388,-1,390,-1,-1,-1,392,-1,394,-1,396,398,-1,-1,400,-1,402,-1,404,406,-1,-1,-1,408,-1,410,412,414,416,-1,418,420,422,424,426,428,-1,430,432,-1,434,436,438,-1,440,-1,442,444,446,448,-1,-1,-1,-1,-1,-1,450,452,-1,454,-1,-1,456,458,-1,460,-1,462,-1,-1,464,466,-1,-1,468,-1,470,472,-1,-1,474,-1,-1,-1,-1,476,-1,-1,-1,-1,478,-1,480,-1,482,-1,484,-1,486,488,490,492,494,-1,496,-1,498,500,-1,502,-1,-1,504,-1,-1,-1,-1,506,-1,-1,-1,508,-1,510,-1,512,-1,-1,514,516,-1,518,-1,520,522,-1,524,-1,-1,526,528,530,532,-1,534,-1,536,538,-1,540,542,-1,544,546,-1,-1,548,-1,-1,550,-1,-1,552,554,-1,556,558,-1,560,-1,-1,562,-1,-1,564,-1,566,568,-1,570,-1,572,-1,-1,-1,574,-1,-1,576,578,-1,580,-1,-1,582,-1,-1,-1,584,586,-1,-1,-1,-1,588,590,-1,-1,592,594,596,598,600,602,-1,-1,-1,604,-1,606,-1,-1,-1,-1,608,610,-1,612,-1,614,-1,-1,616,-1,-1,-1,618,-1,-1,-1,620,622,-1,-1,624,-1,626,628,-1,630,-1,-1,632,-1,634,-1,636,638,-1,-1,640,-1,642,-1,644,646,-1,-1,648,650,-1,-1,-1,652,-1,654,656,-1,658,-1,660,662,-1,664,-1,-1,-1,-1,666,-1,668,670,-1,-1,672,-1,-1,674,-1,-1,676,678,-1,680,-1,-1,682,-1,-1,-1,684,686,-1,688,-1,690,692,694,-1,696,-1,698,-1,-1,-1,-1,700,-1,-1,-1,702,-1,-1,704,-1,-1,706,708,-1,-1,710,-1,712,714,-1,-1,716,718,-1,720,-1,722,-1,724,-1,-1,726,-1,-1,-1,728,730,-1,-1,-1,-1,732,734,-1,736,-1,-1,738,-1,740,-1,742,744,746,-1,748,-1,750,-1,752,754,-1,-1,-1,756,-1,-1,758,-1,-1,-1,760,-1,-1,762,-1,764,-1,-1,766,768,-1,-1,770,-1,772,-1,774,-1,776,-1,778,-1,-1,780,-1,-1,-1,782,-1,-1,784,-1,-1,786,-1,-1,788,-1,790,-1,792,-1,-1,-1,794,-1,-1,-1,-1,-1,-1,-1,796,798,-1,800,-1,-1,802,804,-1,-1,-1,806,-1,-1,-1,808,-1,-1,810,812,-1,-1,814,-1,-1,816,-1,818,-1,820,-1,-1,822,824,-1,826,-1,-1,-1,828,-1,-1,-1,-1,830,-1,-1,832,-1,-1,-1,-1,-1,-1,-1,-1,-1,834,-1,-1,-1,-1,836,-1,838,-1,-1,840,-1,-1,-1,842,-1,-1,-1,-1,844,-1,846,848,-1,-1,850,-1,852,-1,-1,-1,-1,-1,854,856,-1,-1,-1,858,-1,-1,-1,860,-1,-1,-1,-1,862,864,-1,866,-1,-1,868,-1,-1,-1,870,-1,-1,872,-1,-1,874,876,-1,878,-1,880,-1,-1,882,884,-1,886,-1,-1,-1,-1,-1,-1,888,-1,-1,-1,890,892,-1,-1,-1,894,-1,896,-1,-1,898,-1,900,902,-1,-1,904,-1,-1,906,-1,908,-1,910,-1,912,-1,-1,914,916,-1,918,-1,-1,920,922,-1,-1,-1,924,-1,-1,-1,926,-1,-1,928,930,-1,932,-1,-1,-1,-1,-1,-1,934,936,-1,-1,938,-1,-1,940,-1,-1,-1,-1,942,944,-1,946,-1,-1,948,950,-1,-1,952,954,-1,-1,-1,956,-1,-1,958,-1,-1],"split_conditions":[9.6435547E-1,9.711914E-1,9.8339844E-1,1.9013821E2,9.926758E-1,9.980469E-1,7.3583984E-1,3.4106445E-1,2.2557764E0,6.1525184E-1,8.276367E-2,1.7871857E-3,-0E0,1.3235286E0,1.0870361E-1,9.0875E1,1.9882776E2,-0E0,9.550781E-1,1.5993183E0,3.1484375E1,2.9736328E-1,-8.780131E-2,-0E0,6.819305E-1,-0E0,-4.13817E-1,5.271301E-1,-0E0,9.657268E1,6.2158203E-1,5.4161236E1,1.6596631E0,7.0493615E-1,-0E0,7.973633E-1,-0E0,-0E0,3.982544E-3,7.2474015E-1,-0E0,-0E0,-6.784849E-1,5.776367E-1,1.172063E2,1.1619022E0,1.01969475E2,1.5220642E-2,2.6249907E0,1.9750977E-1,2.2924876E2,-0E0,-6.529526E-1,2.5973317E-1,-0E0,-0E0,3.0460358E-3,9.8535156E-1,9.8095703E-1,1.4869987E2,2.150304E0,8.598633E-1,1.10883415E2,8.29375E1,1.595E2,-0E0,9.980469E-1,8.745117E-1,5.321875E1,5.4375E1,7.6660156E-1,4.4021606E-3,5.3741455E-2,-0E0,2.22625E2,5.355999E1,2.1324575E0,1.7576418E2,9.1064453E-1,7.349756E1,7.4E1,9.3847656E-1,9.306197E1,1.55375E2,7.319336E-1,7.7734375E-1,4.068192E1,9.4864935E-1,8.5253906E-1,7.171631E-3,-0E0,1.67875E2,-0E0,1.554294E0,1.6138731E0,4.896875E1,1.4217544E0,2.3452759E-2,-0E0,-3.2466096E-1,1.3639142E2,-0E0,3.240625E1,1.4147949E-1,-0E0,1.18637085E-2,-0E0,1.7159256E2,1.5556204E2,3.290625E1,5.746875E1,9.980469E-1,2.1325684E-1,1.6894637E2,3.403125E1,1.1334056E2,1.9311416E0,1.0612488E-2,7.75625E1,2.0743186E0,2.064209E-1,9.6972656E-1,1.2451172E-1,1.8514624E2,-0E0,4.609375E1,-0E0,8.889948E1,5.003125E1,-0E0,6.1187744E-2,1.71E2,8.298305E1,3.5125E1,-0E0,-0E0,7.446289E-1,1.99875E2,-0E0,3.73125E1,8.2421875E-1,1.4871991E0,8.2910156E-1,1.4942499E2,1.4655418E2,-0E0,4.8339844E-1,-0E0,3.640625E1,7.73441E1,1.6125488E-1,-0E0,1.7443595E0,3.0849847E-1,-0E0,3.578125E1,3.33125E1,2.6782227E-1,3.928809E0,1.039236E2,9.528215E1,-0E0,1.0785075E0,3.6531358E0,4.190625E1,9.38125E1,-0E0,8.930664E-1,1.3916016E-1,4.828125E1,-0E0,-0E0,1.35875E2,9.946289E-1,-0E0,-0E0,9.7265625E-1,-0E0,5.7495117E-2,-0E0,1.8401611E0,3.413086E-1,4.788208E-2,-0E0,4.5834002E0,8.618164E-1,3.6128669E0,8.2125E1,7.896423E-3,6.402588E-2,-0E0,-0E0,1.538644E2,6.33125E1,3.865625E1,-0E0,2.5634766E-1,-0E0,1.41E2,5.00625E1,-0E0,4.34375E1,9.9125E1,-0E0,1.5482806E2,-0E0,3.720703E-1,9.794922E-1,-0E0,8.4765625E-1,6.538086E-1,1.4147351E0,9.868164E-1,9.125767E-1,1.3089787E2,7.0875E1,6.637202E1,1.25003365E2,2.6986594E0,4.446462E1,9.308954E1,-0E0,9.6375E1,-0E0,4.399414E-1,-1.3633648E-1,-0E0,3.2714844E-2,-0E0,2.7954102E-2,5.268224E0,-0E0,-7.0642024E-2,-0E0,-6.950238E-1,9.0538666E1,-0E0,4.053125E1,-0E0,2.0629883E-1,4.53125E1,5.047598E0,1.6589355E-1,-0E0,9.438833E1,9.868164E-1,-0E0,-0E0,1.036867E0,5.6618605E0,-0E0,3.330078E-1,-0E0,-0E0,9.490967E-3,-0E0,1.6965957E0,-1.6897856E-1,-0E0,6.699219E-1,-0E0,4.9270806E0,-0E0,-0E0,1.3574219E-1,-0E0,6.1376953E-1,3.196875E1,-0E0,-0E0,1.3909786E0,1.22501144E2,-0E0,9.868164E-1,2.9806519E0,4.440625E1,-0E0,1.7212642E2,-0E0,-0E0,9.9853516E-1,-0E0,9.926758E-1,2.4085875E-1,-0E0,-0E0,8.095703E-1,-0E0,4.865625E1,-0E0,1.6667697E0,5.1032395E0,-0E0,-0E0,1.424408E-2,-0E0,2.0807076E2,-0E0,9.5996094E-1,9.8339844E-1,-0E0,-0E0,-4.331614E-1,8.208555E-1,-0E0,2.1581287E0,8.9160156E-1,4.96875E1,5.246462E-1,-0E0,3.62463E0,5.102539E-1,1.6645312E0,8.364403E1,7.0493615E-1,1.8362498E2,-0E0,4.8125E1,5.05625E1,-0E0,3.8975942E0,1.586914E-1,8.9453125E-1,-0E0,4.95E1,-0E0,3.240625E1,8.847656E-1,6.191406E-1,1.821289E-1,-0E0,5.0118345E-1,-0E0,-0E0,2.7195147E-1,-0E0,9.9853516E-1,5.404049E0,-0E0,4.7343372E1,-0E0,-0E0,1.9859531E1,7.29375E1,-0E0,9.1102356E1,-0E0,2.1904814E2,-0E0,-0E0,8.051758E-1,2.3779297E-1,-0E0,-0E0,7.108667E1,-0E0,9.8583984E-1,3.215332E-1,-0E0,-0E0,2.232666E-1,-0E0,-2.6862818E-1,-0E0,2.8699106E-1,4.26747E0,-0E0,-3.0499822E-1,-0E0,-0E0,3.453125E1,-0E0,9.8779297E-1,-0E0,3.240625E1,-0E0,2.4084473E-1,-0E0,9.116211E-1,4.034375E1,1.3220215E-1,2.3651562E0,3.5826743E0,-0E0,1.21447716E2,-0E0,1.384465E2,7.84375E1,-0E0,1.975E2,-0E0,-0E0,3.421875E1,-0E0,-1.1355168E-1,-0E0,5.42325E-1,9.272461E-1,-0E0,-0E0,3.5248876E-1,7.319336E-1,-0E0,1.28875E2,-0E0,5.6961903E1,-0E0,-0E0,3.5058594E-1,1.0761392E0,-0E0,1.3072819E0,-0E0,4.257202E-2,1.2439891E2,-0E0,4.788208E-2,-3.9097276E-1,-0E0,8.795166E-2,2.9995213E0,9.9853516E-1,1.4855957E-1,-0E0,8.6283374E-1,-0E0,6.0625E1,2.4277854E0,-0E0,5.6109783E1,1.6259766E-1,-0E0,4.864502E-2,1.021875E2,-0E0,-0E0,1.8155329E0,-1.3783394E-1,-0E0,9.9853516E-1,-0E0,-0E0,4.194336E-1,9.2375E1,-0E0,3.0825531E0,1.5490723E-1,-0E0,3.265625E1,-1.154381E-1,-0E0,5.644683E0,-0E0,-0E0,9.926758E-1,-0E0,5.371094E-1,6.2748734E1,-0E0,4.525E1,-0E0,1.1678847E2,-0E0,-0E0,-9.953774E-2,6.939697E-2,-0E0,-0E0,3.071875E1,9.0283203E-1,-0E0,9.772519E1,-0E0,-0E0,9.863281E-1,5.165937E-1,-0E0,-0E0,8.13125E1,1.3610147E0,-0E0,-0E0,2.7880108E-1,-0E0,4.403084E0,1.821289E-1,-0E0,-0E0,7.832031E-1,3.547524E0,9.5947266E-1,1.7969775E2,4.7286634E0,6.9125E1,-0E0,-0E0,-2.9324126E-1,7.241238E1,-0E0,4.440625E1,-0E0,-2.5170365E-1,-0E0,-0E0,9.41875E1,1.2934842E2,-0E0,7.91626E-2,-0E0,5.346875E1,-0E0,-0E0,5.8496094E-1,-0E0,-5.628205E-1,-0E0,9.9658203E-1,4.8818365E-1,-0E0,-0E0,4.953125E1,7.038717E-1,-0E0,-0E0,9.9853516E-1,-0E0,1.6393585E0,1.21447716E2,-0E0,8.9453125E-1,-0E0,-0E0,8.2910156E-1,-0E0,9.4677734E-1,-0E0,5.571875E1,9.9902344E-1,-0E0,-0E0,1.0876465E-1,-0E0,2.5415E0,-0E0,6.972656E-1,4.753113E-3,-0E0,-0E0,7.1972656E-1,4.3944077E0,-0E0,-0E0,-2.9960147E-1,3.9046608E1,-0E0,1.9241333E-2,5.63125E1,-0E0,5.185547E-1,-0E0,8.129883E-2,2.0048257E2,-0E0,6.665039E-1,-0E0,-0E0,-3.488101E-1,-0E0,4.4995117E-1,-0E0,2.6731136E0,6.70625E1,-0E0,-0E0,4.246875E1,-0E0,3.608079E-1,4.5349174E0,-0E0,-0E0,2.0978586E1,5.40625E1,-0E0,5.52203E0,-0E0,-0E0,8.78125E1,-4.1957772E-1,-0E0,-0E0,9.635934E-1,9.511719E-1,-0E0,1.4104586E0,-0E0,1.2336916E0,3.90625E1,4.678125E1,-0E0,4.31875E1,-0E0,1.1363321E2,-0E0,-0E0,2.4743512E-1,-0E0,5.0037637E0,-0E0,2.4041608E-1,-0E0,3.596875E1,-0E0,1.9804029E-1,1.273125E2,-0E0,-0E0,6.0041103E1,3.903125E1,-0E0,-0E0,5.864258E-1,-0E0,3.33125E1,1.3269043E-1,-0E0,-0E0,5.878125E1,4.4259057E0,-0E0,2.0666504E-1,-0E0,5.905538E1,-0E0,3.784375E1,-0E0,-0E0,1.5007019E-2,-4.1505516E-1,-0E0,-0E0,1.8225098E-1,7.5097656E-1,-0E0,3.520208E-1,-0E0,-0E0,6.13125E1,3.7670898E-1,-0E0,1.27625E2,-0E0,-0E0,9.7094333E-1,-0E0,9.975586E-1,-0E0,3.6979623E0,5.3222656E-1,2.0007324E-1,-0E0,9.355469E-1,-0E0,5.7408464E-1,-0E0,2.0978586E1,9.179384E1,-0E0,-3.7600312E-1,-0E0,8.30625E1,-0E0,-0E0,8.9453125E-1,-3.0588108E-1,-0E0,-0E0,1.1224365E-1,-0E0,4.29416E-1,9.84375E-1,-0E0,3.808892E0,-0E0,-0E0,4.252549E0,4.985278E0,-0E0,-0E0,7.873535E-2,-0E0,1.4366362E0,-0E0,9.0625E-1,-0E0,9.604492E-1,-0E0,9.049691E1,5.02864E-1,-0E0,9.9560547E-1,-0E0,-0E0,6.9018865E-1,3.328125E1,-0E0,-0E0,1.2340886E2,-0E0,-2.7777398E-1,1.4570413E0,-0E0,-0E0,8.051758E-1,-0E0,3.1203125E1,-0E0,1.363465E0,-2.3605119E-1,-0E0,-0E0,9.277344E-1,-0E0,-3.3731508E-1,-0E0,-2.5224042E-1,-0E0,5.085488E-1,-0E0,9.301758E-1,1.7979821E0,-0E0,1.5115753E2,-0E0,-0E0,4.5756392E0,4.4555664E-2,-0E0,-0E0,-2.8799754E-1,1.6906738E-2,-0E0,1.9784956E-1,-0E0,9.711914E-1,-0E0,-0E0,1.5823064E0,5.872365E1,-0E0,-0E0,9.89375E1,-0E0,2.8449714E-1,1.6259766E-1,-0E0,2.454834E-1,-0E0,9.9902344E-1,-0E0,-0E0,7.965088E-3,9.995117E-1,-0E0,9.946289E-1,-0E0,5.8297133E-1,-0E0,1.627359E2,-0E0,-0E0,3.7119365E-1,-0E0,1.138916E-1,9.272615E-2,-0E0,9.383654E-1,-0E0,-1.3344032E-1,-0E0,-5.130433E-1,-0E0,-0E0,-4.690508E-1,-0E0,5.3353995E-1,9.0478516E-1,-0E0,-3.5505655E-1,-0E0,-0E0,5.3274145E0,-0E0,8.430409E1,1.7200947E-1,-0E0,1.171875E-1,-0E0,-0E0,-3.3078453E-1,4.0576172E-1,-0E0,5.006902E-1,-0E0,-0E0,9.926758E-1,-0E0,1.0925E2,2.8198156E0,-0E0,-0E0,1.5663E2,-0E0,1.3896085E2,-6.2754834E-1,-0E0,-0E0,3.6164388E-1,-0E0,5.3410316E0,5.466461E-3,-0E0,-0E0,-5.215262E-1,2.9248047E-1,-0E0,2.8432205E-1,-0E0,5.0625E1,-0E0,-0E0,-2.2700629E-1,-0E0,3.74375E1,3.9544992E0,-0E0,3.428125E1,-0E0,-0E0,9.711914E-1,-0E0,2.54891E-1,-0E0,3.0140625E1,-4.7149664E-1,-0E0,1.8679721E2,-0E0,-0E0,4.15E1,8.0371094E-1,-0E0,3.0941334E0,-0E0,3.720703E-1,-0E0,-0E0,8.300781E-2,2.4280803E2,-0E0,5.1537407E1,-0E0,-0E0,3.4987164E-1,3.2452193E-1,-0E0,-0E0,2.22625E2,1.0279686E0,-0E0,-0E0,9.9902344E-1,1.4347833E2,-0E0,-0E0,1.018047E0,9.682617E-1,-0E0,5.047598E0,-0E0,-0E0,8.506775E-3,-0E0,1.14375E2,1.2195292E2,-0E0,-0E0,1.471513E1,-5.854067E-1,-0E0,1.21E2,-0E0,1.5338084E2,-0E0,9.897461E-1,-0E0,1.1421244E0,-0E0,-0E0,9.9121094E-1,3.1921875E1,-0E0,1.03375E2,-0E0,-0E0,5.7421875E-1,9.926758E-1,-0E0,-0E0,-2.7078238E-1,3.479004E-2,-0E0,-0E0,1.3745524E0,7.261925E1,-0E0,-0E0,3.4838867E-1,5.367279E-3,-0E0,1.13464355E-1,-0E0,5.103042E-1,-0E0,-0E0,5.402217E-1,-0E0,6.28125E1,4.4259057E0,-0E0,-0E0,3.566043E1,-0E0,-4.5808148E-1,2.4508827E2,-0E0,-6.265266E-1,-0E0,-0E0,9.946289E-1,3.0484375E1,-0E0,5.3274145E0,-0E0,-0E0,3.265625E1,9.9902344E-1,-0E0,-0E0,9.970703E-1,4.7600365E0,-0E0,5.154144E-1,-0E0,1.335907E-2,-0E0,-0E0,9.490967E-3,-0E0,4.8047537E-1],"split_indices":[12,13,15,4,16,16,14,13,0,1,17,19,0,2,13,11,6,0,12,3,10,19,0,0,2,0,0,0,0,4,17,5,0,3,0,16,0,0,18,0,0,0,0,12,4,3,5,19,0,16,7,0,0,0,0,0,16,15,17,6,0,14,7,9,10,0,14,14,8,8,14,17,16,0,10,7,1,6,15,5,11,15,5,10,12,12,4,3,12,16,0,9,0,0,3,10,2,17,0,0,7,0,10,12,0,19,0,6,6,11,9,14,16,6,11,4,0,17,11,3,12,17,16,6,0,10,0,7,9,0,13,11,4,8,0,0,17,11,0,8,15,0,15,6,6,0,13,0,8,4,12,0,3,0,0,8,11,12,0,7,4,0,0,2,10,9,0,12,13,9,0,0,10,15,0,0,16,0,13,0,0,12,18,0,2,16,2,9,17,13,0,0,4,9,10,0,16,0,10,10,0,9,11,0,4,0,15,16,0,13,13,1,15,0,4,10,5,4,0,7,4,0,9,0,12,0,0,17,0,18,1,0,0,0,0,4,0,10,0,13,11,0,12,0,4,15,0,0,3,0,0,14,0,0,19,0,3,0,0,18,0,0,0,0,14,0,15,8,0,0,0,4,0,14,2,9,0,6,0,0,17,0,18,0,0,0,14,0,9,0,1,2,0,0,19,0,6,0,12,19,0,0,0,2,0,3,13,8,0,0,3,14,3,5,3,6,0,10,11,0,1,17,18,0,8,0,11,17,13,15,0,0,0,0,0,0,16,3,0,4,0,0,7,9,0,4,0,6,0,0,15,13,0,0,5,0,16,13,0,0,15,0,0,0,0,2,0,0,0,0,10,0,16,0,11,0,14,0,12,11,18,2,0,0,4,0,5,11,0,9,0,0,8,0,0,0,0,12,0,0,0,12,0,11,0,4,0,0,13,1,0,0,0,17,4,0,18,0,0,19,1,15,19,0,1,0,9,0,0,7,16,0,16,9,0,0,2,0,0,14,0,0,13,9,0,1,16,0,10,0,0,2,0,0,17,0,15,7,0,9,0,5,0,0,0,13,0,0,8,19,0,6,0,0,14,0,0,0,8,1,0,0,0,0,1,14,0,0,18,2,15,6,0,10,0,0,0,7,0,9,0,0,0,0,11,6,0,12,0,8,0,0,15,0,0,0,15,0,0,0,11,1,0,0,15,0,1,4,0,18,0,0,14,0,17,0,10,15,0,0,18,0,0,0,16,19,0,0,12,3,0,0,0,7,0,17,11,0,16,0,12,6,0,14,0,0,0,0,12,0,0,8,0,0,9,0,0,3,0,0,7,10,0,1,0,0,11,0,0,0,3,17,0,2,0,1,10,11,0,10,0,7,0,0,0,0,2,0,0,0,10,0,0,11,0,0,5,9,0,0,12,0,10,15,0,0,9,3,0,14,0,5,0,8,0,0,17,0,0,0,17,15,0,0,0,0,8,13,0,9,0,0,2,0,14,0,3,12,12,0,18,0,2,0,7,7,0,0,0,11,0,0,18,0,0,0,15,0,0,19,0,1,0,0,3,1,0,0,13,0,3,0,18,0,19,0,5,0,0,19,0,0,0,8,0,0,6,0,0,0,0,0,14,0,10,0,3,0,0,0,16,0,0,0,0,0,0,0,19,3,0,4,0,0,0,18,0,0,0,16,0,0,0,18,0,0,3,7,0,0,8,0,0,16,0,15,0,17,0,0,19,17,0,17,0,0,0,7,0,0,0,0,12,0,0,2,0,0,0,0,0,0,0,0,0,17,0,0,0,0,3,0,5,0,0,16,0,0,0,13,0,0,0,0,16,0,11,0,0,0,4,0,4,0,0,0,0,0,2,18,0,0,0,13,0,0,0,8,0,0,0,0,8,2,0,11,0,0,19,0,0,0,8,0,0,6,0,0,9,12,0,3,0,14,0,0,12,6,0,5,0,0,0,0,0,0,10,0,0,0,14,4,0,0,0,19,0,0,0,0,17,0,9,5,0,0,7,0,0,11,0,6,0,14,0,1,0,0,18,10,0,9,0,0,18,16,0,0,0,19,0,0,0,5,0,0,12,16,0,14,0,0,0,0,0,0,8,3,0,0,5,0,0,7,0,0,0,0,16,11,0,3,0,0,10,14,0,0,16,2,0,0,0,16,0,0,19,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[5.656993E2,5.3924335E2,2.6455969E1,5.0982297E2,2.9420357E1,2.0942152E1,5.513818E0,4.9909506E2,1.0727922E1,2.702781E1,2.3925474E0,2.051781E1,4.2434144E-1,3.5524423E0,1.9613754E0,2.9996918E2,1.9912589E2,1.117326E0,9.610597E0,1.8171089E0,2.5210701E1,1.2158945E0,1.1766529E0,2.9810402E-1,2.0219706E1,9.0574956E-1,2.6466928E0,1.226324E0,7.350514E-1,2.4211229E2,5.785688E1,1.6367172E2,3.5454163E1,9.0316515E0,5.789447E-1,1.2647494E0,5.523594E-1,1.1340717E0,2.4076628E1,8.6114573E-1,3.5474867E-1,7.4297583E-1,1.947673E1,1.0419096E2,1.3792133E2,2.7443863E1,3.0413015E1,1.0108957E1,1.5356276E2,1.1681603E1,2.377256E1,5.569718E-1,8.47468E0,1.0926027E0,1.7214671E-1,6.738857E-1,2.3402742E1,7.67702E1,2.742076E1,6.1074574E1,7.6846756E1,6.7689514E0,2.0674911E1,2.6268246E1,4.144771E0,1.466376E0,8.642581E0,9.98216E1,5.374116E1,4.755447E0,6.9261565E0,2.2389854E1,1.3827057E0,3.0561537E-1,2.3097128E1,5.0404003E1,2.6366201E1,2.0841879E1,6.5788803E0,1.2527309E1,4.8547264E1,1.8098831E1,5.874792E1,4.387192E0,2.38176E0,9.175735E0,1.1499176E1,1.7104073E1,9.164172E0,3.7120187E0,4.3275222E-1,8.035345E0,6.072364E-1,5.9341675E1,4.0479927E1,4.4648712E1,9.092448E0,2.3521807E0,2.4032662E0,2.1004426E0,4.825714E0,1.8421339E0,2.054772E1,6.098653E-1,7.7284044E-1,2.2483322E1,6.1380464E-1,1.0642757E1,3.9761246E1,1.80999E1,8.266303E0,1.2149239E1,8.69264E0,4.2890034E0,2.2898774E0,7.228328E0,5.2989817E0,4.113172E1,7.415544E0,7.950592E0,1.0148239E1,4.5127277E1,1.3620644E1,3.4867337E0,9.004579E-1,1.9659295E0,4.158304E-1,6.889831E0,2.2859046E0,5.836316E-1,1.09155445E1,2.492198E0,1.4611875E1,7.311147E0,1.8530252E0,3.2262594E-1,3.3893929E0,7.8311386E0,2.0420623E-1,3.406012E1,2.5281553E1,1.5426857E1,2.5053068E1,1.5919218E1,2.8729494E1,2.1334975E0,6.958951E0,1.9594969E-1,2.156231E0,2.2090135E0,2.6167006E0,6.8900305E-1,1.9858717E1,4.361412E-1,1.7372409E-1,2.1280682E0,2.0355255E1,5.0455236E0,5.597234E0,1.1585783E1,2.817546E1,1.0193635E0,1.7080536E1,4.237165E0,4.029138E0,1.1169441E1,9.797969E-1,3.4416292E0,5.2510104E0,2.4559577E0,1.8330456E0,4.0072253E-1,1.8891548E0,5.8802156E0,1.3481126E0,1.54626E0,3.7527218E0,2.232201E0,3.889952E1,1.8375629E0,5.577981E0,3.7215674E0,4.2290244E0,4.043301E0,6.104938E0,3.4939568E1,1.0187711E1,3.798654E0,9.82199E0,2.6596434E0,8.270905E-1,1.7010868E-1,1.7958208E0,4.8276877E0,2.0621433E0,2.6296633E-1,2.0229383E0,3.7742078E-1,1.0538124E1,2.222434E0,2.697638E-1,2.584167E0,1.2027708E1,1.1175052E0,6.193642E0,2.5713372E-1,3.1322591E0,7.650194E0,1.8094473E-1,7.611282E0,2.644884E1,6.4922376E0,1.8789316E1,9.76567E0,5.661187E0,1.0994865E1,1.4058204E1,6.717147E0,9.202071E0,2.6361146E0,2.609338E1,1.4073225E0,5.5516286E0,1.830079E-1,1.9732231E0,1.2830421E0,9.259715E-1,1.7765E0,8.402006E-1,2.4751468E0,1.738357E1,9.9286056E-1,1.1352075E0,1.3563356E0,1.8998919E1,3.1881084E0,1.8574152E0,4.3104873E0,1.2867465E0,5.497429E0,6.088354E0,2.6962215E1,1.2132468E0,3.182385E0,1.389815E1,3.3725889E0,8.64576E-1,1.047107E0,2.982031E0,1.0148738E1,1.0207033E0,2.9205475E0,5.210818E-1,2.9603217E0,2.290689E0,2.0881443E-1,2.247143E0,1.6871011E0,2.0205368E-1,4.6901655E0,1.19005E0,3.00718E0,7.455419E-1,3.012709E0,3.588681E1,1.8889973E0,3.688984E0,2.5172162E0,1.2043513E0,1.3371031E0,2.8919215E0,5.4948626E0,6.100758E-1,2.4248812E1,1.0690755E1,7.6864977E0,2.501213E0,2.603167E0,1.195487E0,6.834651E-1,9.138525E0,1.6912666E-1,2.4905167E0,1.6317834E0,1.6403739E-1,2.4416964E0,2.3859913E0,2.2925647E-1,1.8328868E0,3.7225142E-1,1.650687E0,9.844468E0,6.936559E-1,1.6244093E-1,2.0599933E0,2.9713702E-1,2.28703E0,3.5576005E0,8.470107E0,5.927533E0,2.6610875E-1,2.1630597E-1,2.9159532E0,6.5929317E0,1.0572621E0,5.048182E0,2.5631E0,1.1031357E1,1.5417482E1,2.3629463E0,4.129291E0,1.112671E1,7.662606E0,3.8671067E0,5.8985634E0,4.2458653E0,1.4153216E0,7.807242E0,3.187623E0,1.2917987E0,1.2766405E1,4.4370728E0,2.2800741E0,7.4652827E-1,8.4555435E0,3.475855E-1,2.2885292E0,5.5349965E0,2.0558384E1,4.80527E0,7.4635834E-1,1.7892095E0,1.8401362E-1,2.3882318E-1,1.5376768E0,7.698736E-1,1.7052733E0,1.6436382E1,9.47188E-1,2.590113E0,5.979955E-1,5.922986E-1,3.7181885E0,4.2441597E0,1.2532692E0,2.869338E0,3.2190163E0,2.5196121E1,1.7660944E0,4.6546638E-1,7.4778044E-1,1.2841698E1,1.0564526E0,1.9070464E-1,3.1818843E0,6.014557E-1,2.3805754E0,9.982122E0,1.6661626E-1,2.7372196E-1,2.6468256E0,2.8120083E-1,2.009488E0,7.028741E-1,1.544269E0,3.6681976E0,1.0219678E0,2.728319E0,2.7886108E-1,4.888893E-1,3.5397923E1,2.9422894E-1,3.394755E0,1.931242E-1,2.324092E0,1.7536582E-1,2.7165556E0,6.902875E-1,4.804575E0,1.5893729E1,8.3550825E0,6.110485E0,4.58027E0,9.8051304E-1,6.7059846E0,2.4751599E-1,2.3556511E0,8.764629E0,3.7389526E-1,2.2935615E0,1.9695523E-1,3.7594214E-1,2.010049E0,3.426323E-1,1.4902545E0,2.2298126E-1,1.4277056E0,9.173793E0,6.7067546E-1,1.6475007E-1,1.895243E0,2.0544302E0,2.3259968E-1,8.183227E0,2.868808E-1,5.5106797E0,4.1685346E-1,1.9378151E-1,6.3991504E0,3.117186E0,1.9309958E0,1.304217E0,1.2588832E0,4.6865244E0,6.3448324E0,1.3189757E0,1.4098507E1,2.578679E0,1.5506122E0,7.1297374E0,3.9969723E0,2.6237285E0,5.0388775E0,2.1493924E0,1.7177144E0,9.8954636E-1,4.909017E0,3.8344412E0,4.114243E-1,4.269866E0,3.5373762E0,8.0811185E-1,2.3795114E0,9.056419E0,3.7099857E0,5.9553194E-1,3.8415408E0,1.5448934E0,7.3518074E-1,7.103053E0,1.35249E0,1.8726319E-1,2.101266E0,4.068088E0,1.4669082E0,6.529883E0,1.4028501E1,3.7538245E-1,4.429888E0,1.5090501E0,1.9622308E-1,1.6060553E1,3.7582982E-1,1.7005841E-1,2.4200544E0,4.8459297E-1,3.2335956E0,3.614984E0,6.291757E-1,2.590577E0,2.787611E-1,2.1561872E1,3.6342483E0,1.8752399E-1,5.602564E-1,1.1658649E1,1.1830478E0,4.1823676E-1,2.7636476E0,2.1719615E0,2.0861384E-1,9.781482E0,2.0064071E-1,3.4358758E-1,2.303238E0,3.4203572E0,2.4784045E-1,2.5570107E0,3.284091E1,3.0895789E0,3.0517602E-1,2.2952229E-1,2.0945697E0,3.3514392E-1,2.3814118E0,4.5221753E0,2.823997E-1,2.370847E0,1.3522882E1,3.310997E0,5.0440855E0,4.2269697E0,1.8835151E0,3.6748595E0,9.0541005E-1,9.4368255E-1,5.762302E0,2.0742528E0,2.8139833E-1,7.4739833E0,1.2906461E0,2.1092012E0,1.8436031E-1,2.0834745E-1,1.8017017E0,8.836733E0,3.3705917E-1,1.6498544E0,4.0457582E-1,5.6588635E0,2.5243628E0,4.434794E-1,5.0672007E0,1.9336753E-1,6.205783E0,6.007634E-1,2.5164227E0,1.1255525E0,1.7866446E-1,5.8203346E-1,4.104491E0,5.1196055E0,1.2252272E0,2.3520164E0,1.17464905E1,1.487566E0,5.6421714E0,2.5074453E0,1.4895269E0,1.9155675E0,7.081609E-1,2.417288E0,2.6215892E0,1.7052126E-1,1.5471932E0,1.3349259E0,3.5740912E0,3.6184013E0,2.1604005E-1,6.8726236E-1,3.5826035E0,5.226923E-1,3.0146837E0,1.885092E-1,2.1910021E0,7.6925817E0,1.3638376E0,4.8145095E-1,3.3600898E0,6.8635E0,2.3955293E-1,1.850463E-1,1.9162197E0,3.47888E0,5.89208E-1,4.5951996E0,1.9346832E0,1.304179E0,1.2724322E1,1.9818944E-1,4.231698E0,1.5818749E1,2.4180344E-1,2.1744037E0,2.4565084E-1,1.8251142E-1,3.0510843E0,6.287803E-1,2.9862037E0,3.0646223E-1,2.2841146E0,2.0624802E1,9.370706E-1,1.281504E0,1.0377146E1,1.9466765E-1,2.5689797E0,2.0015655E0,1.7039625E-1,2.092217E-1,9.57226E0,2.036336E0,2.669021E-1,3.1680672E1,1.1602402E0,3.4878585E-1,2.740793E0,2.218353E0,1.6305882E-1,3.4414616E-1,4.178029E0,9.4770565E0,4.045826E0,2.7747636E0,5.3623325E-1,2.6071992E0,2.4368863E0,3.5498977E0,6.7707235E-1,1.6884553E0,1.9505979E-1,3.140993E0,5.338666E-1,5.1575506E-1,1.5584978E0,3.278971E-1,7.146086E0,1.7072675E-1,1.6309749E0,1.7828469E-1,8.658448E0,1.8312755E-1,1.4667269E0,4.79417E0,8.646937E-1,2.5138998E-1,4.8158107E0,2.1742194E0,3.422032E-1,4.2655337E-1,3.6779377E0,1.9244958E0,3.1951096E0,1.0630132E1,1.1163586E0,1.6856375E0,3.9565341E0,1.7679976E0,7.3944765E-1,1.7524649E0,1.6310273E-1,2.3784251E0,2.431641E-1,1.3795081E0,1.6768502E-1,8.167909E-1,2.7573004E0,3.4156044E0,2.027968E-1,7.149799E-1,2.8676236E0,2.8367608E0,1.77923E-1,1.6850909E0,5.059112E-1,2.7459493E-1,7.4179864E0,3.1766026E0,1.8348722E-1,6.415061E0,4.4843942E-1,1.2120836E0,2.2667964E0,4.6253148E-1,4.1326685E0,4.5872062E-1,1.4759625E0,4.494501E0,8.22982E0,2.1921976E-1,4.0124784E0,6.900968E-1,1.5128653E1,1.7817917E-1,1.9962244E0,2.7526186E0,2.3358497E-1,1.992174E0,2.9194063E-1,1.8262066E1,2.3627348E0,3.564203E-1,1.0020725E1,1.7899827E0,2.1158266E-1,2.8619975E-1,9.286059E0,1.7137723E-1,1.8649586E0,3.1221088E1,4.5958364E-1,2.5009005E0,2.3989238E-1,1.990406E-1,3.9789884E0,8.95658E0,5.204766E-1,2.885756E-1,2.4861882E0,4.7213498E-1,2.1350644E0,6.578728E-1,1.7790135E0,5.828958E-1,2.967002E0,1.6352539E-1,1.52493E0,2.8600004E0,2.8099266E-1,6.868974E0,2.7711245E-1,3.4088752E-1,8.317561E0,4.6239343E0,1.7023575E-1,1.6941625E-1,4.6463943E0,4.0009713E-1,1.7741224E0,3.0553799E0,6.2255776E-1,2.5488508E-1,2.9402244E0,8.3566755E-1,9.794464E0,9.9003804E-1,2.966496E0,1.5788774E0,1.8912025E-1,1.9842689E-1,1.5540379E0,1.7071895E-1,2.2077062E0,1.6565035E-1,1.2138578E0,2.2054632E-1,2.5367541E0,6.3875747E-1,2.228866E0,2.5942953E0,2.4246548E-1,6.9423347E0,4.7565174E-1,1.777697E-1,2.998833E0,5.983761E0,4.313001E-1,1.685357E-1,2.0982606E0,3.7708194E0,3.6184874E-1,1.2476732E0,2.2828935E-1,4.0791664E0,4.1533476E-1,4.5155716E0,3.7142491E0,3.808572E0,2.0390636E-1,2.4574564E-1,1.4882907E1,2.1050642E-1,1.785718E0,2.3171666E0,4.3545213E-1,1.7712458E1,5.4960996E-1,8.946465E0,1.0742607E0,5.29349E-1,8.756711E0,2.9086767E1,2.1343203E0,2.2848086E0,2.1609206E-1,3.7211614E0,2.5782692E-1,8.382253E0,5.7432765E-1,1.687149E-1,2.3174732E0,3.268727E-1,1.8081917E0,1.2876973E0,4.9131623E-1,2.7491984E0,2.1780333E-1,1.3248637E0,2.0006631E-1,6.704178E0,1.6479605E-1,1.1341908E0,3.4897435E0,1.812652E-1,4.465129E0,2.8878715E0,1.6750853E-1,2.6765296E0,2.6369488E-1,3.228296E-1,9.471635E0,3.032821E-1,2.663214E0,1.3886193E0,1.6541868E-1,2.0445812E0,1.842849E-1,2.7403006E-1,2.3202653E0,6.701965E0,2.4037005E-1,2.7919598E0,2.0687303E-1,8.17402E-1,5.1663585E0,2.3274681E-1,3.5380728E0,3.8412747E0,2.3789155E-1,3.0959037E-1,3.4046588E0,3.017367E-1,3.5068355E0,1.4032345E1,8.505617E-1,1.8623956E-1,2.1309268E0,2.4453133E-1,1.7467926E1,8.715524E0,2.3094119E-1,2.3692432E-1,8.519787E0,2.8624165E1,4.6260273E-1,2.112424E0,1.7238456E-1,7.9051476E0,4.7710457E-1,2.0916371E-1,1.5990279E0,1.6596378E-1,2.5832348E0,2.0125847E0,8.752867E-1,8.803084E0,6.6855025E-1,3.452785E-1,2.3179355E0,2.0851247E-1,1.8360687E0,7.2442E-1,5.977545E0,4.928785E0,2.3757397E-1,3.3150256E0,2.2304706E-1,2.8969973E-1,3.5515752E0,3.2148345E0,1.8982433E-1,3.0568504E0,4.4998488E-1,1.6938362E1,5.295632E-1,2.3623887E-1,8.479285E0,2.7279873E1,1.3442925E0,7.2251925E0,6.79955E-1,6.276695E-1,1.9555652E0,1.8181535E0,1.9443128E-1,2.2991176E-1,8.573173E0,2.0909617E0,2.2697373E-1,2.1071061E-1,5.7668343E0,3.1079085E0,2.0711708E-1,2.5418383E-1,3.2973912E0,3.0007052E0,2.1412916E-1,2.8641944E0,1.9265614E-1,5.469517E-1,1.639141E1,9.545135E-1,7.524771E0,2.5869791E1,1.4100819E0,5.4213387E-1,6.6830587E0,8.373227E0,1.9994548E-1,5.574811E0,1.920234E-1,2.913694E0,1.9421455E-1,2.7849796E0,2.1572572E-1,2.638646E0,2.2554834E-1,4.364203E-1,1.595499E1,7.3213253E0,2.0344591E-1,2.4447758E1,1.4220332E0,1.9817367E-1,6.484885E0,5.3310995E0,2.4371149E-1,4.7185808E-1,2.4418359E0,2.5091703E0,2.7580935E-1,4.0233958E-1,2.2363064E0,1.5391544E1,5.634454E-1,2.4123509E-1,7.0800905E0,2.2124712E1,2.323045E0,5.4310927E0,1.0537925E0,5.0439916E0,2.871079E-1,2.2286813E-1,2.286302E0,1.3715014E0,1.4020043E1,6.3315916E0,7.4849874E-1,1.8603455E-1,2.1938677E1,2.343664E-1,5.1967263E0,1.3389783E1,6.3026065E-1,5.821944E0,5.096474E-1,1.7947112E-1,2.1759207E1,1.3103931E1,2.8585127E-1,2.1230595E1,5.286123E-1,1.9455498E-1,1.2909376E1,2.1021671E1,2.0892288E-1,1.6962498E-1,1.2739752E1,1.961246E1,1.4092132E0,1.2567145E1,1.7260617E-1,1.8607248E1,1.0052106E0,2.5941917E-1,1.8347828E1,9.863662E-1,1.7361462E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"959","size_leaf_vector":"0"}},{"base_weights":[-5.8793817E-2,-3.0852982E-1,-1.814403E-2,-1.1401696E-1,-5.4737294E-1,-2.072393E-1,1.2378754E-2,-2.481581E-1,-0E0,-0E0,-6.194952E-1,-3.2825893E-1,-0E0,-5.6430154E-2,3.868675E-2,-4.308966E-1,-0E0,-1.8549846E-1,3.855498E-2,6.4353876E-2,-0E0,-6.631408E-1,-0E0,-1.248842E-1,-5.576136E-1,1.0583905E-1,-2.0744783E-1,2.1899924E-2,-1.7718592E-1,7.092009E-2,-4.1455444E-2,-0E0,-4.8727834E-1,-8.328964E-2,1.6174935E-1,-2.648519E-1,-0E0,1.2865034E-1,-2.3929607E-2,-0E0,2.6044413E-1,-0E0,-6.836725E-1,-2.5004548E-1,-0E0,-0E0,-6.8830395E-1,-2.2563945E-1,2.4423476E-1,-3.136607E-1,-0E0,-2.191509E-3,1.9553183E-1,-0E0,-2.8836057E-1,9.703119E-2,-1.8123108E-1,-3.404425E-1,1.05194114E-1,-0E0,-5.396633E-1,-2.3559913E-1,-0E0,-0E0,3.13077E-1,-0E0,-2.65568E-1,2.1500377E-1,-0E0,-0E0,-2.0967416E-1,-0E0,2.6744434E-1,-0E0,-7.02392E-1,-4.504529E-1,-0E0,3.4197947E-1,-8.216829E-2,-0E0,4.038227E-1,-7.243376E-1,-0E0,-2.7465853E-1,-0E0,-0E0,3.6922455E-1,-0E0,-3.9351854E-1,-1.5677516E-1,9.094462E-2,-0E0,3.858303E-1,1.8903588E-1,-5.51132E-2,-3.5258344E-1,-0E0,-5.0120436E-2,1.391557E-1,-4.736372E-1,-0E0,-0E0,-3.8758743E-1,2.2082569E-1,-0E0,-6.004125E-1,-0E0,-0E0,-2.8928545E-1,4.1691455E-1,-0E0,-0E0,2.7064496E-1,-0E0,-3.2421356E-1,-0E0,-7.0614576E-1,-0E0,-5.004612E-1,-0E0,-1.2346708E-1,4.3423724E-1,-0E0,-1.9704477E-1,-0E0,-0E0,-6.118552E-1,-0E0,-2.3608571E-1,-0E0,4.615839E-1,-4.5769122E-1,-0E0,-0E0,-1.9477427E-1,-0E0,1.4590806E-1,-0E0,-9.327163E-2,4.697696E-1,-0E0,-0E0,3.92038E-1,-2.1767807E-1,1.5245621E-2,-4.135939E-1,-0E0,5.590716E-2,-0E0,7.080623E-2,-2.248639E-1,-0E0,1.7583749E-1,-5.385613E-1,-0E0,9.5551305E-2,-0E0,-0E0,-4.603241E-1,-2.9876444E-2,3.8342312E-1,-9.335635E-2,2.6180318E-1,-6.538838E-1,-0E0,5.0448215E-1,-0E0,-0E0,3.9701825E-1,-3.879124E-1,-0E0,-0E0,-5.5639726E-1,-0E0,-3.9038293E-2,-0E0,1.15312696E-1,-0E0,-1.9671384E-1,-0E0,5.479476E-1,-0E0,-3.1124133E-1,5.61185E-1,-0E0,-0E0,-5.408744E-1,-2.620919E-1,-0E0,-1.5776981E-1,-0E0,-0E0,2.1018644E-1,-0E0,-1.8156879E-1,5.3573585E-1,-0E0,-0E0,4.646468E-1,-0E0,-2.994887E-1,-0E0,2.6475435E-1,-0E0,-4.3455324E-1,2.323162E-1,-0E0,-2.0553863E-2,1.7390238E-1,-0E0,-3.193272E-1,-1.1182706E-1,1.21160105E-1,9.9749275E-2,2.683478E-1,-0E0,-5.7092595E-1,-0E0,2.0336844E-1,-0E0,-2.7028194E-1,-5.473297E-1,-0E0,-1.4323825E-1,-0E0,-0E0,4.1702726E-1,-0E0,-2.4330042E-1,-0E0,4.5599118E-1,-0E0,-7.1418905E-1,-0E0,5.55166E-1,3.5869375E-2,-0E0,4.5164028E-1,-0E0,-4.3546322E-1,-0E0,-0E0,-6.679587E-2,2.2869748E-1,-0E0,-2.7069452E-1,-0E0,-0E0,6.1512107E-1,-3.800336E-1,-0E0,6.2793E-1,-0E0,-0E0,-4.7088942E-1,-0E0,-3.1707022E-1,-4.146968E-2,-0E0,3.0690166E-1,-0E0,-0E0,-2.5367928E-1,5.661791E-1,-0E0,-0E0,5.054189E-1,-3.6895603E-1,-0E0,-0E0,2.8715727E-1,-4.6123907E-1,-0E0,-0E0,3.5351026E-1,-1.13247916E-1,-0E0,-0E0,2.3242234E-1,-3.6107624E-1,-0E0,7.749585E-3,-2.2429316E-1,-0E0,2.8949335E-1,1.967186E-1,-0E0,-0E0,3.156748E-1,-0E0,-5.96398E-1,-0E0,2.707476E-1,-0E0,9.7640544E-2,-0E0,-2.3305039E-1,-0E0,-5.8623606E-1,-0E0,-2.3911658E-1,-0E0,4.878592E-1,1.3925852E-1,-1.2308744E-2,-0E0,-3.897894E-1,5.243013E-1,-0E0,-0E0,-5.777159E-1,5.8717096E-1,-0E0,2.2082137E-1,-0E0,-0E0,4.9282828E-1,-0E0,-3.5494873E-1,3.0147222E-1,-0E0,-0E0,-3.482006E-1,5.074658E-1,-0E0,-0E0,-4.1786015E-1,-0E0,6.6744906E-1,-0E0,-3.593961E-1,4.8006877E-1,-0E0,-0E0,-1.10556245E-1,-0E0,-2.3472376E-1,-0E0,5.893263E-1,5.5640644E-1,-0E0,-4.1705364E-1,-0E0,-0E0,-4.736406E-1,-0E0,3.0311963E-1,-0E0,-2.2966152E-1,-0E0,2.9918346E-1,-0E0,-4.0304813E-1,1.203677E-1,-0E0,-0E0,-3.2301992E-1,-0E0,-7.317118E-2,3.9865255E-1,-0E0,2.369343E-1,-0E0,-1.3657966E-1,1.3891679E-1,9.377021E-2,-4.888543E-2,-0E0,3.414123E-1,-0E0,-6.1949754E-1,-0E0,3.110753E-1,1.7027299E-1,-0E0,-0E0,-6.0602856E-1,-0E0,-3.4071758E-1,-0E0,5.1020265E-1,2.8676724E-1,-0E0,-0E0,-1.2601508E-1,-0E0,-4.9773774E-1,-0E0,5.7797235E-1,4.8176232E-1,-0E0,2.7637586E-1,-0E0,-0E0,5.3109777E-1,-0E0,2.6586902E-1,-0E0,-2.9432732E-1,-0E0,-4.3909532E-1,-0E0,7.254227E-1,-3.8704863E-1,-0E0,6.029055E-1,-0E0,1.3630739E-1,-3.4520265E-2,-1.9626519E-1,-0E0,-0E0,6.100009E-1,4.6401358E-1,-0E0,-4.5573163E-1,-0E0,-0E0,-4.9133703E-1,-3.1522614E-1,-0E0,3.4138495E-1,-0E0,-0E0,-4.3692538E-1,2.4037607E-1,-0E0,-0E0,-3.9867702E-1,-2.0609508E-1,-0E0,-0E0,4.6661258E-1,2.6229513E-1,-0E0,-0E0,-4.841397E-2,-2.2243614E-1,5.3560205E-2,-0E0,2.655213E-1,1.8395606E-1,-0E0,-1.5771292E-1,-0E0,-0E0,3.9387947E-1,-6.402833E-1,-0E0,3.570775E-1,-0E0,-0E0,1.7159027E-1,-6.243943E-1,-0E0,-3.6816856E-1,-0E0,-0E0,5.2936643E-1,4.5220023E-1,-0E0,-2.2593284E-1,-0E0,-5.365554E-1,-0E0,-0E0,6.5179676E-1,-0E0,3.154928E-1,-0E0,5.720326E-1,-3.6218685E-1,-0E0,7.633596E-1,-0E0,-4.0785584E-1,-0E0,-0E0,7.8368056E-1,2.080123E-1,-0E0,-0E0,-1.3442089E-1,-0E0,-2.8727624E-1,6.3952243E-1,-0E0,-4.7909665E-1,-0E0,-0E0,-5.1548135E-1,-2.8493616E-1,-0E0,3.9515382E-1,-0E0,-4.5526582E-1,-0E0,2.4063751E-1,-0E0,-4.6442643E-1,-0E0,-0E0,-2.8730455E-1,5.227281E-1,-0E0,2.761311E-1,-0E0,-0E0,-1.3392468E-1,-3.6770445E-1,-0E0,1.7692648E-1,-0E0,-0E0,-1.4961094E-1,3.6778027E-1,-0E0,2.2341552E-1,-0E0,-0E0,-2.3656298E-1,1.01702444E-1,-0E0,4.4439533E-1,-0E0,-5.0811523E-1,-0E0,-0E0,3.9449388E-1,-0E0,-6.573374E-1,-0E0,-3.830572E-1,-0E0,5.5519104E-1,5.464928E-1,-0E0,-0E0,-2.71035E-1,-0E0,-4.3407935E-1,-0E0,5.274652E-1,3.4618583E-1,-0E0,5.9409237E-1,-0E0,-0E0,8.029257E-1,-0E0,-4.1784385E-1,8.669414E-1,-0E0,-0E0,2.7747753E-1,-0E0,-1.3259508E-1,-2.510435E-1,-0E0,6.8083555E-1,-0E0,-0E0,-3.924095E-1,-5.2837956E-1,-0E0,4.4925767E-1,-0E0,-0E0,-4.7383583E-1,-0E0,-5.428622E-1,-2.5729036E-1,-0E0,-0E0,5.4646724E-1,-0E0,2.8874362E-1,-2.3758273E-1,-0E0,-4.6525574E-1,-0E0,-0E0,-2.6627654E-2,-0E0,2.5473705E-1,-0E0,1.0030349E-1,-2.5523457E-1,-0E0,-0E0,4.619406E-1,-0E0,2.6102814E-1,-2.9602802E-1,-0E0,-0E0,2.0695074E-1,-0E0,-6.504852E-2,4.5493695E-1,-0E0,-6.1104704E-2,1.7695954E-2,-0E0,3.306488E-1,-6.830435E-1,-0E0,-0E0,-3.9774933E-1,-0E0,5.747156E-1,-0E0,4.7507268E-1,-3.0264845E-1,-0E0,-0E0,2.8292316E-1,-0E0,6.12216E-1,8.289572E-1,-0E0,-0E0,-4.2707342E-1,-0E0,9.4270957E-1,-0E0,3.445734E-1,-0E0,5.5294657E-1,-0E0,-5.386855E-1,5.026406E-1,-0E0,-0E0,-5.065829E-1,-0E0,-5.6979394E-1,4.4135723E-1,-0E0,-0E0,3.1657213E-1,-2.0520139E-1,-0E0,-0E0,-5.321298E-1,-0E0,1.21094845E-1,-0E0,-1.0644738E-1,2.1257968E-1,-0E0,-0E0,1.9578047E-1,5.222803E-1,-0E0,2.252249E-1,-0E0,-3.5320222E-1,-0E0,3.0212367E-1,-0E0,-1.6085517E-1,-0E0,-0E0,4.6588287E-1,-1.2459189E-1,-0E0,1.3462007E-1,-0E0,-0E0,-7.143903E-1,-3.390882E-1,-0E0,-0E0,5.9639674E-1,-0E0,-3.2977924E-1,6.3068366E-1,-0E0,6.668638E-1,-0E0,-0E0,-4.3440157E-1,-0E0,9.866495E-1,4.1200674E-1,-0E0,-5.651238E-1,-0E0,-0E0,5.5490303E-1,-0E0,-5.606409E-1,-0E0,-5.9858537E-1,-0E0,3.3239764E-1,-0E0,-6.245425E-1,1.19082175E-1,-0E0,-2.6150453E-1,-0E0,-0E0,2.1483527E-1,-0E0,5.760625E-1,-0E0,-4.0145934E-1,3.146297E-1,-0E0,-0E0,-2.1283191E-1,-0E0,4.8126346E-1,-0E0,1.2930362E-1,-5.619383E-1,-0E0,6.0950315E-1,-0E0,-3.4939015E-1,-0E0,-0E0,6.5069735E-1,-4.439698E-1,-0E0,-0E0,1.0278997E0,3.3857027E-1,-0E0,-0E0,-5.7735366E-1,-0E0,4.4445622E-1,-0E0,-5.7598346E-1,-6.335483E-1,-0E0,3.478863E-1,-0E0,-0E0,-6.8121326E-1,-4.2781043E-1,-0E0,-0E0,6.2304544E-1,-3.4149355E-1,-0E0,-1.8958628E-1,-0E0,-0E0,4.9527478E-1,-0E0,6.192207E-1,-0E0,-2.8970855E-1,6.8426317E-1,-0E0,-0E0,-4.5629334E-1,8.270136E-1,-0E0,-0E0,-5.8655155E-1,-5.870428E-1,-0E0,-0E0,-6.4370644E-1,3.6848497E-1,-0E0,-7.126612E-1,-0E0,-4.611688E-1,-0E0,-0E0,6.38926E-1,5.414415E-1,-0E0,-0E0,6.2784004E-1,5.4802257E-1,-0E0,-0E0,-4.6909764E-1,-4.7352743E-1,-0E0,-0E0,-5.9646624E-1,-5.100002E-1,-0E0,-0E0,3.8810605E-1,-7.4086964E-1,-0E0,-0E0,-3.8390997E-1,-0E0,5.144481E-1,-0E0,5.491676E-1,5.3558998E-2,-0E0,-0E0,6.480918E-1,-4.781153E-1,-0E0,-4.6972758E-1,-0E0,3.9899236E-1,-0E0,-0E0,-7.567111E-1,-0E0,5.5573094E-1,-0E0,1.3026091E-1,-0E0,5.116897E-1,-4.882749E-1,-0E0,4.0851483E-1,-0E0,-0E0,-6.096134E-1,5.664385E-1,-0E0,-0E0,1.7653996E-1,-0E0,-5.0574476E-1,-0E0,4.1762185E-1,5.785271E-1,-0E0,2.3094779E-1,-0E0,-4.065945E-1,-0E0,-0E0,4.22555E-1,4.6347094E-1,-0E0,-0E0,2.0272043E-1,4.273633E-1,-0E0,-0E0,4.3254602E-1,-0E0,4.3653926E-1,-0E0,4.429051E-1,-0E0,4.4940343E-1,4.628477E-1,-0E0,-0E0,4.6571678E-1,-0E0,3.7390748E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":9,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,-1,41,-1,43,45,47,49,51,53,55,57,-1,59,61,63,65,-1,67,69,-1,71,-1,73,75,77,79,81,83,85,87,-1,89,91,93,95,97,99,101,103,-1,105,107,-1,-1,109,-1,-1,111,-1,-1,113,-1,-1,-1,115,117,119,121,123,-1,-1,125,-1,127,-1,-1,129,-1,131,133,135,137,139,141,143,145,147,149,151,153,155,-1,157,159,161,163,-1,-1,-1,165,-1,-1,167,-1,169,-1,171,173,-1,175,177,179,-1,181,-1,-1,-1,-1,-1,-1,183,185,-1,-1,187,189,191,-1,193,195,-1,-1,197,199,201,203,-1,205,-1,207,209,211,213,215,-1,217,219,-1,221,223,225,227,229,231,-1,233,-1,235,237,239,-1,-1,-1,-1,241,-1,243,-1,245,-1,247,-1,249,251,-1,-1,253,255,-1,-1,-1,257,259,-1,261,263,-1,-1,265,-1,267,-1,269,-1,271,273,-1,275,277,-1,279,281,283,285,287,-1,289,-1,291,293,295,297,-1,299,-1,-1,301,303,305,-1,307,-1,309,-1,311,313,-1,315,-1,317,-1,-1,-1,319,-1,321,-1,-1,323,325,-1,327,-1,-1,-1,-1,329,-1,-1,331,333,-1,335,337,-1,-1,339,341,-1,-1,-1,343,-1,-1,345,347,-1,-1,349,351,-1,353,355,357,359,361,363,365,367,-1,369,-1,371,-1,373,-1,-1,-1,375,-1,377,-1,379,381,383,-1,385,387,-1,-1,-1,389,-1,391,-1,-1,393,-1,-1,395,-1,-1,397,-1,-1,-1,399,-1,401,-1,403,405,407,-1,409,-1,-1,-1,411,413,-1,415,-1,-1,417,-1,-1,-1,419,-1,421,-1,423,425,-1,-1,427,-1,429,431,-1,433,435,437,439,441,443,-1,445,-1,447,-1,449,451,-1,-1,453,-1,455,-1,457,459,-1,-1,461,-1,463,-1,465,-1,-1,467,-1,-1,469,-1,-1,-1,-1,-1,471,-1,473,475,-1,477,-1,479,481,483,-1,-1,485,-1,-1,487,-1,-1,489,491,-1,493,-1,-1,495,497,-1,-1,499,501,-1,-1,503,505,-1,-1,507,509,511,513,515,517,-1,519,-1,521,523,525,-1,527,-1,-1,-1,529,-1,531,-1,-1,533,535,-1,537,-1,539,-1,-1,541,-1,543,-1,545,-1,-1,547,-1,549,-1,-1,551,553,-1,-1,555,-1,557,559,-1,561,-1,-1,563,-1,-1,565,-1,567,-1,-1,-1,569,-1,-1,571,573,-1,575,-1,-1,577,579,581,583,-1,585,587,589,-1,591,-1,-1,593,595,597,599,601,-1,-1,-1,603,-1,605,-1,607,-1,609,611,-1,-1,613,-1,-1,-1,-1,615,-1,617,-1,-1,619,-1,621,623,-1,-1,625,-1,-1,-1,-1,627,-1,-1,-1,629,-1,631,-1,-1,633,-1,635,-1,-1,-1,637,-1,639,641,-1,643,-1,645,647,-1,649,-1,651,-1,-1,-1,653,-1,655,657,-1,-1,659,-1,661,663,-1,665,667,-1,-1,669,-1,-1,671,-1,673,-1,-1,675,-1,-1,-1,-1,677,679,-1,-1,681,-1,683,-1,685,-1,-1,-1,687,689,-1,-1,691,-1,693,-1,-1,-1,695,-1,-1,-1,697,-1,699,-1,701,-1,-1,-1,703,705,-1,-1,-1,707,-1,709,-1,711,-1,-1,713,-1,-1,715,-1,-1,717,-1,-1,-1,719,-1,721,723,-1,-1,-1,-1,725,-1,727,729,-1,731,-1,-1,733,-1,735,-1,737,-1,739,-1,741,-1,-1,743,-1,-1,-1,-1,745,-1,747,-1,-1,-1,749,-1,751,-1,-1,-1,-1,753,-1,755,-1,-1,757,759,-1,-1,761,-1,-1,-1,763,-1,-1,-1,765,767,-1,769,-1,-1,771,773,-1,-1,775,-1,-1,-1,-1,-1,777,-1,779,-1,-1,781,-1,-1,783,-1,-1,-1,785,787,-1,-1,789,791,-1,793,-1,795,-1,-1,797,799,801,-1,803,-1,-1,-1,805,-1,-1,-1,807,-1,-1,-1,809,811,-1,-1,-1,-1,-1,-1,813,815,-1,-1,817,819,-1,-1,-1,821,-1,-1,823,-1,825,-1,827,-1,-1,829,-1,831,-1,-1,-1,833,-1,-1,835,-1,837,-1,839,841,-1,843,-1,-1,-1,-1,845,-1,-1,-1,-1,847,-1,-1,849,-1,851,-1,853,-1,855,857,-1,-1,859,-1,-1],"loss_changes":[4.6737103E0,2.3511357E0,2.6654296E0,6.5294725E-1,1.217948E0,1.6752584E0,6.427845E-1,1.0729971E0,1.186337E-1,9.720442E-3,8.126192E-1,1.1985025E0,5.0487274E-1,1.0127366E0,7.396195E-1,3.554399E-1,1.450626E-1,7.48319E-2,2.1072316E-1,1.1353392E-1,0E0,1.7094994E-1,0E0,5.3623986E-1,1.9015746E0,8.0507743E-1,2.8292254E-1,4.0388668E-1,9.0333354E-1,1.2725333E0,3.327085E0,0E0,4.2306685E-1,1.2260526E-1,2.4102105E-1,8.8097245E-2,0E0,3.4529704E-1,1.7723314E-1,0E0,6.392381E-2,0E0,1.1315155E-1,4.778912E-1,4.6417484E-1,3.3793405E-1,1.7419434E-1,5.4224476E-2,5.9447676E-1,2.93019E-1,0E0,6.4298415E-1,6.3035554E-1,2.0845121E-1,5.9750414E-1,1.2668E0,1.0852144E0,5.4986596E-1,5.268689E-1,0E0,2.1473503E-1,1.6375205E-1,0E0,0E0,2.351937E-1,0E0,0E0,2.7498418E-1,0E0,0E0,1.6679482E-1,0E0,0E0,0E0,1.6971588E-2,2.530638E-1,6.6596694E-2,1.8585145E-1,1.9477011E-1,0E0,0E0,1.4495087E-1,0E0,2.9135764E-2,0E0,0E0,5.17149E-1,0E0,2.0941663E-1,2.272827E-1,2.235668E-1,3.3493225E-2,4.2243135E-1,3.6180577E-1,3.2426763E-1,4.9316812E-1,1.0993522E-2,9.4905245E-1,9.0207815E-1,1.9442284E-1,4.550093E-2,0E0,7.521293E-1,1.2175775E0,6.311764E-1,2.2905827E-1,0E0,0E0,0E0,2.282393E-1,0E0,0E0,3.3771282E-1,0E0,1.2013051E-1,0E0,4.140091E-2,3.0336333E-3,0E0,5.3061094E-2,8.376179E-2,2.4256021E-1,0E0,2.0752575E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.1022696E-1,1.7348981E-1,0E0,0E0,2.8940248E-1,7.419138E-2,3.6136115E-1,0E0,6.4629436E-2,3.193357E-1,0E0,0E0,1.8210793E-1,2.0363614E-1,1.4079365E-1,2.0395947E-1,0E0,1.5203385E-1,0E0,3.3419165E-1,5.6862175E-1,3.8487834E-1,4.9703193E-1,1.6658092E-1,0E0,1.0737719E-1,2.3434076E-1,0E0,4.9556494E-1,1.04734436E-1,3.4367275E-1,3.9418834E-1,5.4504955E-1,2.3901272E-1,0E0,1.11928165E-1,0E0,4.53403E-3,2.3262906E-1,6.919289E-2,0E0,0E0,0E0,0E0,9.408787E-3,0E0,1.09672785E-1,0E0,9.4890594E-2,0E0,1.2868261E-1,0E0,1.7784745E-1,4.95337E-1,0E0,0E0,1.7446804E-1,3.164006E-1,0E0,0E0,0E0,4.1764174E-3,4.9790138E-1,0E0,5.84251E-2,1.2583423E-1,0E0,0E0,6.834924E-2,0E0,2.3644269E-1,0E0,7.946201E-2,0E0,2.0492697E-1,1.3493547E-1,0E0,6.0596306E-2,2.5600383E-1,0E0,3.3554673E-1,4.596966E-1,3.297012E-1,8.121284E-1,6.0668707E-1,0E0,1.0225725E-1,0E0,9.3071744E-2,1.5621574E-2,3.442976E-2,4.827342E-1,0E0,1.4844742E-1,0E0,0E0,2.3724437E-1,8.9489326E-2,5.029217E-1,0E0,2.3426795E-1,0E0,8.758783E-2,0E0,4.3609858E-2,1.4247721E-1,0E0,2.2685075E-1,0E0,5.2198768E-3,0E0,0E0,0E0,8.121887E-2,0E0,1.07184365E-1,0E0,0E0,7.7568293E-3,5.8101833E-2,0E0,2.9477596E-1,0E0,0E0,0E0,0E0,2.201035E-1,0E0,0E0,5.400654E-1,3.709848E-2,0E0,3.986743E-2,3.848946E-2,0E0,0E0,4.7508836E-2,1.7521667E-1,0E0,0E0,0E0,1.2651253E-1,0E0,0E0,3.4829795E-2,1.14233084E-1,0E0,0E0,3.311268E-1,3.559463E-1,0E0,4.7007356E-2,4.541738E-1,1.910147E-2,3.361688E-1,4.734969E-1,6.7985713E-1,4.4577956E-2,5.940542E-1,0E0,9.481883E-2,0E0,6.026876E-2,0E0,2.64276E-2,0E0,0E0,0E0,2.5435734E-1,0E0,2.0077789E-1,0E0,2.1592021E-1,2.2706886E-1,7.2529785E-2,0E0,3.6291122E-1,1.892767E-1,0E0,0E0,0E0,1.5095532E-2,0E0,6.444085E-2,0E0,0E0,1.5746498E-1,0E0,0E0,2.8936744E-2,0E0,0E0,3.445959E-2,0E0,0E0,0E0,3.9810836E-2,0E0,3.138578E-1,0E0,1.7453885E-1,5.1256835E-1,6.6594504E-2,0E0,6.923598E-2,0E0,0E0,0E0,3.6401033E-2,5.8830023E-2,0E0,1.3915515E-1,0E0,0E0,9.743714E-2,0E0,0E0,0E0,4.608448E-2,0E0,2.653556E-1,0E0,1.5707707E-1,9.235663E-2,0E0,0E0,4.6683407E-1,0E0,1.0378683E-1,1.8903774E-1,0E0,3.318622E-1,9.239206E-3,4.9572933E-1,4.2474705E-1,7.954754E-2,9.191075E-2,0E0,4.6843815E-1,0E0,3.1216621E-2,0E0,7.038152E-2,1.8152453E-2,0E0,0E0,2.143116E-1,0E0,4.9968004E-2,0E0,1.80022E-1,3.394358E-1,0E0,0E0,1.3973731E-1,0E0,1.2644553E-1,0E0,2.0878255E-1,0E0,0E0,3.9799243E-2,0E0,0E0,8.595252E-2,0E0,0E0,0E0,0E0,0E0,7.448852E-3,0E0,2.3598242E-1,1.1771202E-1,0E0,5.905707E-1,0E0,6.8697214E-2,3.3443842E-2,9.0012304E-2,0E0,0E0,2.6747942E-2,0E0,0E0,5.956638E-2,0E0,0E0,1.1021757E-1,5.417496E-2,0E0,2.3633695E-1,0E0,0E0,1.6669726E-1,7.1308464E-2,0E0,0E0,3.8450468E-1,9.6566476E-2,0E0,0E0,1.348803E-1,1.8664122E-1,0E0,0E0,5.1483624E-2,4.8530775E-1,6.609543E-2,6.387551E-2,3.6828613E-1,4.0324852E-2,0E0,1.02015994E-1,0E0,5.5911463E-2,7.136011E-1,3.6883354E-3,0E0,5.139923E-2,0E0,0E0,0E0,2.3465776E-1,0E0,1.584065E-2,0E0,0E0,1.7259312E-1,1.3631135E-1,0E0,8.1338465E-2,0E0,5.665469E-2,0E0,0E0,3.571284E-2,0E0,2.9211551E-2,0E0,8.422971E-2,0E0,0E0,1.9731355E-1,0E0,5.8894634E-2,0E0,0E0,4.3976188E-1,8.076979E-2,0E0,0E0,1.5649725E-2,0E0,2.9411077E-2,2.0086288E-2,0E0,9.3820095E-3,0E0,0E0,1.339693E-1,0E0,0E0,3.1386626E-1,0E0,1.6886067E-1,0E0,0E0,0E0,3.7984443E-1,0E0,0E0,3.8871005E-2,5.662763E-2,0E0,1.9758964E-1,0E0,0E0,8.693433E-2,4.9285746E-1,4.1558393E-3,6.88154E-2,0E0,2.9663706E-2,1.4670514E-1,4.5924938E-1,0E0,4.0749848E-2,0E0,0E0,1.0215479E-1,1.1688286E-1,1.0766003E-2,1.9887209E-1,8.659044E-3,0E0,0E0,0E0,3.247565E-2,0E0,1.8526459E-1,0E0,1.2121618E-2,0E0,1.2596941E-1,1.20433986E-1,0E0,0E0,5.6702733E-2,0E0,0E0,0E0,0E0,2.6771128E-3,0E0,4.8939228E-2,0E0,0E0,6.0091972E-2,0E0,3.8900137E-2,4.5152926E-1,0E0,0E0,9.57932E-2,0E0,0E0,0E0,0E0,1.4996529E-2,0E0,0E0,0E0,1.14078045E-1,0E0,1.9502759E-1,0E0,0E0,1.2241602E-1,0E0,1.6352558E-1,0E0,0E0,0E0,3.1691313E-2,0E0,1.8969345E-1,8.908644E-3,0E0,3.02184E-1,0E0,3.1548858E-2,5.2853957E-2,0E0,3.6706328E-3,0E0,7.284693E-2,0E0,0E0,0E0,2.3722374E-1,0E0,2.5976002E-2,9.7082436E-2,0E0,0E0,1.6607498E-1,0E0,4.7587857E-2,2.017088E-1,0E0,3.4520105E-2,3.578145E-2,0E0,0E0,1.2073898E-1,0E0,0E0,1.045078E-2,0E0,1.4990306E-1,0E0,0E0,4.7703683E-2,0E0,0E0,0E0,0E0,3.9385557E-2,7.382107E-2,0E0,0E0,3.5246134E-2,0E0,1.9796109E-1,0E0,1.02087796E-1,0E0,0E0,0E0,8.470297E-2,2.0646596E-1,0E0,0E0,3.3355856E-1,0E0,1.5604472E-1,0E0,0E0,0E0,2.0873332E-1,0E0,0E0,0E0,2.1227598E-1,0E0,1.3826899E-2,0E0,1.6369236E-1,0E0,0E0,0E0,8.09124E-2,2.3856318E-1,0E0,0E0,0E0,6.963974E-2,0E0,1.1599487E-1,0E0,3.5729613E-2,0E0,0E0,1.9674349E-1,0E0,0E0,1.3184443E-2,0E0,0E0,1.1933804E-2,0E0,0E0,0E0,4.1467905E-2,0E0,5.8559477E-3,3.855133E-2,0E0,0E0,0E0,0E0,4.934883E-2,0E0,1.1793256E-1,9.334385E-3,0E0,9.151459E-2,0E0,0E0,6.1448097E-2,0E0,6.25751E-2,0E0,1.3904858E-1,0E0,2.224102E-1,0E0,3.539281E-1,0E0,0E0,2.4556883E-1,0E0,0E0,0E0,0E0,1.11637354E-1,0E0,3.7980974E-2,0E0,0E0,0E0,1.3184771E-2,0E0,2.3365068E-1,0E0,0E0,0E0,0E0,3.9092302E-2,0E0,6.732881E-3,0E0,0E0,4.6391964E-2,5.3495646E-2,0E0,0E0,8.708E-3,0E0,0E0,0E0,1.7454147E-2,0E0,0E0,0E0,5.701852E-2,2.1438122E-2,0E0,2.3169994E-1,0E0,0E0,1.4202166E-1,3.8977027E-2,0E0,0E0,3.9646387E-2,0E0,0E0,0E0,0E0,0E0,1.9549084E-1,0E0,2.5723934E-2,0E0,0E0,1.3902903E-2,0E0,0E0,3.5482407E-2,0E0,0E0,0E0,2.7694702E-3,1.42223835E-2,0E0,0E0,9.549141E-3,1.929686E-1,0E0,7.1535826E-2,0E0,6.1495304E-3,0E0,0E0,4.4841766E-3,1.2944078E-1,9.763004E-3,0E0,4.326296E-2,0E0,0E0,0E0,2.7453661E-2,0E0,0E0,0E0,4.7848225E-3,0E0,0E0,0E0,1.6894579E-1,2.8461933E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.19255066E-1,4.2497844E-2,0E0,0E0,1.9047022E-2,3.0934334E-2,0E0,0E0,0E0,1.6387224E-1,0E0,0E0,1.6556978E-2,0E0,1.0980272E-1,0E0,3.7319716E-2,0E0,0E0,2.781725E-2,0E0,1.4331627E-1,0E0,0E0,0E0,1.2340784E-1,0E0,0E0,4.833357E-2,0E0,8.644104E-3,0E0,5.8336258E-2,1.5056133E-2,0E0,1.3799638E-2,0E0,0E0,0E0,0E0,5.5964947E-2,0E0,0E0,0E0,0E0,4.5227528E-2,0E0,0E0,4.318428E-2,0E0,2.6934147E-2,0E0,2.3427486E-2,0E0,2.0546913E-2,1.0848522E-2,0E0,0E0,5.5595875E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,21,21,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,32,32,33,33,34,34,35,35,37,37,38,38,40,40,42,42,43,43,44,44,45,45,46,46,47,47,48,48,49,49,51,51,52,52,53,53,54,54,55,55,56,56,57,57,58,58,60,60,61,61,64,64,67,67,70,70,74,74,75,75,76,76,77,77,78,78,81,81,83,83,86,86,88,88,89,89,90,90,91,91,92,92,93,93,94,94,95,95,96,96,97,97,98,98,99,99,100,100,102,102,103,103,104,104,105,105,109,109,112,112,114,114,116,116,117,117,119,119,120,120,121,121,123,123,130,130,131,131,134,134,135,135,136,136,138,138,139,139,142,142,143,143,144,144,145,145,147,147,149,149,150,150,151,151,152,152,153,153,155,155,156,156,158,158,159,159,160,160,161,161,162,162,163,163,165,165,167,167,168,168,169,169,174,174,176,176,178,178,180,180,182,182,183,183,186,186,187,187,191,191,192,192,194,194,195,195,198,198,200,200,202,202,204,204,205,205,207,207,208,208,210,210,211,211,212,212,213,213,214,214,216,216,218,218,219,219,220,220,221,221,223,223,226,226,227,227,228,228,230,230,232,232,234,234,235,235,237,237,239,239,243,243,245,245,248,248,249,249,251,251,256,256,259,259,260,260,262,262,263,263,266,266,267,267,271,271,274,274,275,275,278,278,279,279,281,281,282,282,283,283,284,284,285,285,286,286,287,287,288,288,290,290,292,292,294,294,298,298,300,300,302,302,303,303,304,304,306,306,307,307,311,311,313,313,316,316,319,319,322,322,326,326,328,328,330,330,331,331,332,332,334,334,338,338,339,339,341,341,344,344,348,348,350,350,352,352,353,353,356,356,358,358,359,359,361,361,362,362,363,363,364,364,365,365,366,366,368,368,370,370,372,372,373,373,376,376,378,378,380,380,381,381,384,384,386,386,388,388,391,391,394,394,400,400,402,402,403,403,405,405,407,407,408,408,409,409,412,412,415,415,418,418,419,419,421,421,424,424,425,425,428,428,429,429,432,432,433,433,436,436,437,437,438,438,439,439,440,440,441,441,443,443,445,445,446,446,447,447,449,449,453,453,455,455,458,458,459,459,461,461,463,463,466,466,468,468,470,470,473,473,475,475,478,478,479,479,482,482,484,484,485,485,487,487,490,490,493,493,495,495,499,499,502,502,503,503,505,505,508,508,509,509,510,510,511,511,513,513,514,514,515,515,517,517,520,520,521,521,522,522,523,523,524,524,528,528,530,530,532,532,534,534,535,535,538,538,543,543,545,545,548,548,550,550,551,551,554,554,559,559,563,563,565,565,568,568,570,570,574,574,576,576,577,577,579,579,581,581,582,582,584,584,586,586,590,590,592,592,593,593,596,596,598,598,599,599,601,601,602,602,605,605,608,608,610,610,613,613,618,618,619,619,622,622,624,624,626,626,630,630,631,631,634,634,636,636,640,640,644,644,646,646,648,648,652,652,653,653,657,657,659,659,661,661,664,664,667,667,670,670,674,674,676,676,677,677,682,682,684,684,685,685,687,687,690,690,692,692,694,694,696,696,698,698,701,701,706,706,708,708,712,712,714,714,719,719,721,721,724,724,725,725,728,728,732,732,736,736,737,737,739,739,742,742,743,743,746,746,752,752,754,754,757,757,760,760,764,764,765,765,768,768,769,769,771,771,773,773,776,776,777,777,778,778,780,780,784,784,788,788,792,792,793,793,800,800,801,801,804,804,805,805,809,809,812,812,814,814,816,816,819,819,821,821,825,825,828,828,830,830,832,832,833,833,835,835,840,840,845,845,848,848,850,850,852,852,854,854,855,855,858,858],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,-1,42,-1,44,46,48,50,52,54,56,58,-1,60,62,64,66,-1,68,70,-1,72,-1,74,76,78,80,82,84,86,88,-1,90,92,94,96,98,100,102,104,-1,106,108,-1,-1,110,-1,-1,112,-1,-1,114,-1,-1,-1,116,118,120,122,124,-1,-1,126,-1,128,-1,-1,130,-1,132,134,136,138,140,142,144,146,148,150,152,154,156,-1,158,160,162,164,-1,-1,-1,166,-1,-1,168,-1,170,-1,172,174,-1,176,178,180,-1,182,-1,-1,-1,-1,-1,-1,184,186,-1,-1,188,190,192,-1,194,196,-1,-1,198,200,202,204,-1,206,-1,208,210,212,214,216,-1,218,220,-1,222,224,226,228,230,232,-1,234,-1,236,238,240,-1,-1,-1,-1,242,-1,244,-1,246,-1,248,-1,250,252,-1,-1,254,256,-1,-1,-1,258,260,-1,262,264,-1,-1,266,-1,268,-1,270,-1,272,274,-1,276,278,-1,280,282,284,286,288,-1,290,-1,292,294,296,298,-1,300,-1,-1,302,304,306,-1,308,-1,310,-1,312,314,-1,316,-1,318,-1,-1,-1,320,-1,322,-1,-1,324,326,-1,328,-1,-1,-1,-1,330,-1,-1,332,334,-1,336,338,-1,-1,340,342,-1,-1,-1,344,-1,-1,346,348,-1,-1,350,352,-1,354,356,358,360,362,364,366,368,-1,370,-1,372,-1,374,-1,-1,-1,376,-1,378,-1,380,382,384,-1,386,388,-1,-1,-1,390,-1,392,-1,-1,394,-1,-1,396,-1,-1,398,-1,-1,-1,400,-1,402,-1,404,406,408,-1,410,-1,-1,-1,412,414,-1,416,-1,-1,418,-1,-1,-1,420,-1,422,-1,424,426,-1,-1,428,-1,430,432,-1,434,436,438,440,442,444,-1,446,-1,448,-1,450,452,-1,-1,454,-1,456,-1,458,460,-1,-1,462,-1,464,-1,466,-1,-1,468,-1,-1,470,-1,-1,-1,-1,-1,472,-1,474,476,-1,478,-1,480,482,484,-1,-1,486,-1,-1,488,-1,-1,490,492,-1,494,-1,-1,496,498,-1,-1,500,502,-1,-1,504,506,-1,-1,508,510,512,514,516,518,-1,520,-1,522,524,526,-1,528,-1,-1,-1,530,-1,532,-1,-1,534,536,-1,538,-1,540,-1,-1,542,-1,544,-1,546,-1,-1,548,-1,550,-1,-1,552,554,-1,-1,556,-1,558,560,-1,562,-1,-1,564,-1,-1,566,-1,568,-1,-1,-1,570,-1,-1,572,574,-1,576,-1,-1,578,580,582,584,-1,586,588,590,-1,592,-1,-1,594,596,598,600,602,-1,-1,-1,604,-1,606,-1,608,-1,610,612,-1,-1,614,-1,-1,-1,-1,616,-1,618,-1,-1,620,-1,622,624,-1,-1,626,-1,-1,-1,-1,628,-1,-1,-1,630,-1,632,-1,-1,634,-1,636,-1,-1,-1,638,-1,640,642,-1,644,-1,646,648,-1,650,-1,652,-1,-1,-1,654,-1,656,658,-1,-1,660,-1,662,664,-1,666,668,-1,-1,670,-1,-1,672,-1,674,-1,-1,676,-1,-1,-1,-1,678,680,-1,-1,682,-1,684,-1,686,-1,-1,-1,688,690,-1,-1,692,-1,694,-1,-1,-1,696,-1,-1,-1,698,-1,700,-1,702,-1,-1,-1,704,706,-1,-1,-1,708,-1,710,-1,712,-1,-1,714,-1,-1,716,-1,-1,718,-1,-1,-1,720,-1,722,724,-1,-1,-1,-1,726,-1,728,730,-1,732,-1,-1,734,-1,736,-1,738,-1,740,-1,742,-1,-1,744,-1,-1,-1,-1,746,-1,748,-1,-1,-1,750,-1,752,-1,-1,-1,-1,754,-1,756,-1,-1,758,760,-1,-1,762,-1,-1,-1,764,-1,-1,-1,766,768,-1,770,-1,-1,772,774,-1,-1,776,-1,-1,-1,-1,-1,778,-1,780,-1,-1,782,-1,-1,784,-1,-1,-1,786,788,-1,-1,790,792,-1,794,-1,796,-1,-1,798,800,802,-1,804,-1,-1,-1,806,-1,-1,-1,808,-1,-1,-1,810,812,-1,-1,-1,-1,-1,-1,814,816,-1,-1,818,820,-1,-1,-1,822,-1,-1,824,-1,826,-1,828,-1,-1,830,-1,832,-1,-1,-1,834,-1,-1,836,-1,838,-1,840,842,-1,844,-1,-1,-1,-1,846,-1,-1,-1,-1,848,-1,-1,850,-1,852,-1,854,-1,856,858,-1,-1,860,-1,-1],"split_conditions":[2.7124023E-1,8.803132E1,4.4995117E-1,7.604016E1,1.424408E-2,1.26853966E2,7.597656E-1,1.854248E-1,1.4415538E2,6.035156E-1,5.503731E0,1.8311551E2,1.2040455E2,2.4572754E-1,1.9167638E2,3.6375E1,1.0898095E0,6.475E1,7.7197266E-1,9.5947266E-1,-0E0,6.585161E-1,-0E0,3.0681434E0,7.297516E-3,3.840625E1,4.6928205E0,5.828125E1,1.3256836E-1,1.0098149E2,8.836755E1,-0E0,3.33125E1,1.49125E2,3.365625E1,7.501221E-2,-0E0,9.584961E-1,5.947876E-2,-0E0,6.7125E1,-0E0,6.402588E-2,5.9033203E-1,3.3415785E0,9.169922E-1,4.732431E0,4.9650044E0,5.375E1,1.2857257E2,-0E0,1.4782715E-1,3.1103516E-1,7.860685E1,4.3186736E0,1.4316089E2,1.7892053E0,8.1933594E-1,2.0999916E0,-0E0,9.7265625E-1,9.875488E-2,-0E0,-0E0,3.5826743E0,-0E0,-2.65568E-1,8.4228516E-2,-0E0,-0E0,6.499803E1,-0E0,2.6744434E-1,-0E0,4.8141393E-1,4.9047852E-1,8.520508E-1,2.3979387E0,9.916992E-1,-0E0,4.038227E-1,2.935791E-2,-0E0,6.066619E-1,-0E0,-0E0,8.5382116E-1,-0E0,9.9658203E-1,3.240625E1,3.720703E-1,7.324219E-2,2.8822363E2,2.1008301E-1,8.3691406E-1,4.3449125E0,5.0264983E0,7.108667E1,7.006354E1,8.8671875E-1,2.1643066E-1,-0E0,3.955078E-2,5.49375E1,4.2593527E0,6.70625E1,-0E0,-0E0,-2.8928545E-1,9.2333984E-1,-0E0,-0E0,4.0942383E-1,-0E0,5.3335466E0,-0E0,7.038717E-1,7.7490234E-1,-5.004612E-1,6.806451E1,7.043457E-2,3.446875E1,-0E0,1.14868164E-1,-0E0,-0E0,-6.118552E-1,-0E0,-2.3608571E-1,-0E0,2.8767967E0,8.8712424E-1,-0E0,-0E0,3.4910126E0,7.75625E1,8.4848785E-1,-0E0,2.935791E-2,9.975586E-1,-0E0,-0E0,5.2875E1,4.65E1,8.3875E1,5.466461E-3,-0E0,9.6317024E1,-0E0,1.1822927E2,9.781544E-1,9.8095703E-1,7.00625E1,5.7408464E-1,-0E0,7.241238E1,8.598633E-1,-0E0,9.824219E-1,9.902344E-1,3.982544E-3,4.70625E1,9.53125E-1,6.335449E-2,-0E0,6.5722656E-1,-0E0,2.9736328E-1,4.207048E0,1.8575E2,-0E0,-0E0,-5.5639726E-1,-0E0,9.9914163E-1,-0E0,6.396875E1,-0E0,9.9072266E-1,-0E0,6.418705E1,-0E0,4.7286634E0,9.6728516E-1,-0E0,-0E0,1.3072819E0,1.0436645E0,-0E0,-1.5776981E-1,-0E0,6.1376953E-1,8.13125E1,-0E0,2.2009277E-1,9.9853516E-1,-0E0,-0E0,5.197811E1,-0E0,1.6725E2,-0E0,8.5632324E-2,-0E0,4.724723E0,8.520508E-1,-0E0,1.28875E2,4.7264923E1,-0E0,9.9560547E-1,1.4713795E0,1.04317245E2,9.741211E-1,1.5685344E2,-0E0,3.1734375E1,-0E0,3.805542E-2,4.8706055E-1,1.9002327E0,7.293564E-1,-0E0,3.365625E1,-0E0,-0E0,7.336426E-2,4.728125E1,4.864502E-2,-0E0,7.8375E1,-0E0,3.265625E1,-0E0,8.7890625E-1,2.0422363E-1,-0E0,6.573486E-2,-0E0,9.235561E-1,-0E0,-0E0,-6.679587E-2,3.0149682E0,-0E0,1.05651855E-1,-0E0,-0E0,7.725E1,1.0201783E0,-0E0,5.628941E-1,-0E0,-0E0,-4.7088942E-1,-0E0,9.765625E-3,-4.146968E-2,-0E0,2.1022367E0,7.336426E-2,-0E0,7.8564453E-1,5.8944434E-1,-0E0,-0E0,4.550982E0,7.5097656E-1,-0E0,-0E0,2.8715727E-1,5.247422E-1,-0E0,-0E0,1.1499043E0,4.7875E1,-0E0,-0E0,2.1316528E-2,3.240625E1,-0E0,3.6083984E-1,3.90625E1,1.5497513E2,9.472656E-1,6.63125E1,7.446289E-1,8.080551E1,5.628941E-1,-0E0,5.628941E-1,-0E0,5.559375E1,-0E0,1.1727095E2,-0E0,-2.3305039E-1,-0E0,3.240625E1,-0E0,1.335907E-2,-0E0,5.7495117E-2,8.359375E-1,8.2910156E-1,-0E0,2.5177002E-2,1.9603203E2,-0E0,-0E0,-5.777159E-1,8.691406E-1,-0E0,8.630182E1,-0E0,-0E0,5.79834E-2,-0E0,-3.5494873E-1,3.31875E1,-0E0,-0E0,3.071875E1,5.074658E-1,-0E0,-0E0,3.1703125E1,-0E0,7.422364E-1,-0E0,1.34375E2,3.1067615E0,8.836755E1,-0E0,4.768168E0,-0E0,-2.3472376E-1,-0E0,1.4655418E2,2.0580481E2,-0E0,4.867885E0,-0E0,-0E0,1.0948181E-2,-0E0,3.0311963E-1,-0E0,9.8876953E-1,-0E0,1.5207422E2,-0E0,3.1921875E1,7.949219E-1,-0E0,-0E0,1.2779236E-2,-0E0,1.770822E2,3.3663666E1,-0E0,9.8535156E-1,4.0895313E1,4.3770843E0,9.698476E1,9.980469E-1,3.9643748E0,-0E0,7.721237E1,-0E0,9.9902344E-1,-0E0,1.7988849E2,7.2625E1,-0E0,-0E0,1.595E2,-0E0,2.1862433E2,-0E0,3.121875E1,1.0062398E2,-0E0,-0E0,9.975586E-1,-0E0,9.9853516E-1,-0E0,9.16408E1,4.8176232E-1,-0E0,9.781544E-1,-0E0,-0E0,4.6125E1,-0E0,2.6586902E-1,-0E0,-2.9432732E-1,-0E0,5.3274145E0,-0E0,9.23125E1,9.980469E-1,-0E0,4.759375E1,-0E0,9.765625E-1,2.0086899E0,1.1619022E0,-0E0,-0E0,9.4E1,4.6401358E-1,-0E0,4.94059E0,-0E0,-0E0,4.0875E1,4.8510137E0,-0E0,9.8876953E-1,-0E0,-0E0,9.69375E1,8.359375E-1,-0E0,-0E0,9.863281E-1,1.3104156E0,-0E0,-0E0,3.7892387E0,5.18745E0,-0E0,-0E0,3.565625E1,9.9560547E-1,1.228522E2,1.7416891E2,1.4347833E2,9.9658203E-1,-0E0,9.552903E-1,-0E0,7.5652794E1,9.9902344E-1,1.00625E2,-0E0,3.521875E1,-0E0,-0E0,1.7159027E-1,7.247925E-3,-0E0,9.028926E-1,-0E0,-0E0,4.574694E1,2.1698434E2,-0E0,8.5382116E-1,-0E0,1.9455205E2,-0E0,-0E0,7.873535E-2,-0E0,9.526367E-1,-0E0,1.968051E2,-3.6218685E-1,-0E0,6.323242E-1,-0E0,3.3931732E-3,-0E0,-0E0,3.5437438E0,3.571875E1,-0E0,-0E0,6.1376953E-1,-0E0,9.5214844E-1,1.5563965E-1,-0E0,7.637006E-1,-0E0,-0E0,9.975586E-1,-2.8493616E-1,-0E0,9.9853516E-1,-0E0,5.102539E-1,-0E0,2.4063751E-1,-0E0,4.0985107E-2,-0E0,-0E0,5.9472656E-1,6.603241E-3,-0E0,1.32735815E1,-0E0,-0E0,1.1241213E2,8.989258E-1,3.4301758E-1,2.3895264E-2,-0E0,3.479004E-2,8.30244E1,1.0005022E0,-0E0,5.099502E1,-0E0,-0E0,2.6719543E2,7.54375E1,1.424408E-2,9.970703E-1,5.49375E1,-5.0811523E-1,-0E0,-0E0,8.1933594E-1,-0E0,5.2141747E0,-0E0,3.982544E-3,-0E0,3.1547495E1,9.0771484E-1,-0E0,-0E0,9.9902344E-1,-0E0,-4.3407935E-1,-0E0,5.274652E-1,1.1154175E-2,-0E0,7.73441E1,-0E0,-0E0,5.5377693E0,-0E0,7.209397E-1,3.378125E1,-0E0,-0E0,6.489589E1,-0E0,-1.3259508E-1,-2.510435E-1,-0E0,5.979692E1,-0E0,-0E0,-3.924095E-1,3.0296875E1,-0E0,4.297177E0,-0E0,-0E0,6.854248E-2,-0E0,6.1525184E-1,-2.5729036E-1,-0E0,-0E0,9.8828125E-1,-0E0,4.034375E1,8.4716797E-1,-0E0,1.4570413E0,-0E0,1.6337854E0,2.3895264E-2,-0E0,7.5375E1,-0E0,4.7343372E1,-2.5523457E-1,-0E0,-0E0,9.9072266E-1,-0E0,4.8243895E0,9.8583984E-1,-0E0,-0E0,8.5058594E-1,-0E0,5.908203E-1,2.8330908E1,-0E0,8.754883E-1,1.3896085E2,-0E0,3.306488E-1,2.8330908E1,-0E0,-0E0,1.01952194E2,-0E0,9.106445E-2,-0E0,4.7507268E-1,8.947834E1,-0E0,-0E0,2.8292316E-1,-0E0,9.9658203E-1,3.720703E-1,-0E0,-0E0,1.471513E1,-0E0,9.7094333E-1,-0E0,4.2805657E0,-0E0,5.5294657E-1,-0E0,9.9560547E-1,5.4462784E1,-0E0,-0E0,3.230944E1,-0E0,1.9241333E-2,4.4135723E-1,-0E0,-0E0,3.1703125E1,-2.0520139E-1,-0E0,-0E0,3.365625E1,-0E0,8.5498047E-1,-0E0,3.798828E-1,2.1257968E-1,-0E0,-0E0,1.4942499E2,7.043457E-2,-0E0,2.252249E-1,-0E0,3.21875E1,-0E0,9.3359375E-1,-0E0,2.56958E-2,-0E0,-0E0,3.21875E1,-1.2459189E-1,-0E0,6.7993164E-2,-0E0,-0E0,9.399414E-1,-3.390882E-1,-0E0,-0E0,9.116211E-1,-0E0,4.4602957E0,1.1154175E-2,-0E0,6.668638E-1,-0E0,-0E0,5.9059186E0,-0E0,5.178125E1,5.258789E-1,-0E0,3.040625E1,-0E0,-0E0,7.637006E-1,-0E0,1.1159553E2,-0E0,6.9433594E-1,-0E0,9.970703E-1,-0E0,1.8711206E1,1.19082175E-1,-0E0,9.707031E-1,-0E0,-0E0,2.1483527E-1,-0E0,3.90625E1,-0E0,4.2297826E0,3.146297E-1,-0E0,-0E0,9.7265625E-1,-0E0,3.3931732E-3,-0E0,1.2930362E-1,-5.619383E-1,-0E0,3.353125E1,-0E0,9.9834656E1,-0E0,-0E0,1.256875E2,2.927246E-1,-0E0,-0E0,9.84375E-1,3.3857027E-1,-0E0,-0E0,4.068192E1,-0E0,4.4445622E-1,-0E0,9.375E-1,4.0125E1,-0E0,1.5979076E2,-0E0,-0E0,9.44946E1,6.4875E1,-0E0,-0E0,5.5847168E-2,-3.4149355E-1,-0E0,-1.8958628E-1,-0E0,-0E0,9.9121094E-1,-0E0,5.367279E-3,-0E0,-2.8970855E-1,1.13E2,-0E0,-0E0,3.971875E1,8.270136E-1,-0E0,-0E0,9.9365234E-1,6.729559E-1,-0E0,-0E0,1.166875E2,9.071722E-1,-0E0,6.640625E-1,-0E0,9.1102356E1,-0E0,-0E0,1.4869987E2,3.867052E1,8.0126953E-1,-0E0,7.9296875E-1,5.4802257E-1,-0E0,-0E0,1.716319E2,-4.7352743E-1,-0E0,-0E0,7.16875E1,-5.100002E-1,-0E0,-0E0,9.9853516E-1,1.2749337E0,-0E0,-0E0,-3.8390997E-1,-0E0,5.144481E-1,-0E0,5.370293E-1,6.8574875E1,-0E0,-0E0,5.551758E-1,9.980469E-1,-0E0,-4.6972758E-1,-0E0,9.6191406E-1,-0E0,-0E0,1.5849078E2,-0E0,5.503731E0,-0E0,7.8239995E-1,-0E0,5.116897E-1,1.1154175E-2,-0E0,7.6660156E-1,-0E0,-0E0,-6.096134E-1,2.07E2,-0E0,-0E0,4.732431E0,-0E0,1.463623E-1,-0E0,3.0460358E-3,9.84375E-1,-0E0,4.0125E1,-0E0,-4.065945E-1,-0E0,-0E0,5.776258E0,4.6347094E-1,-0E0,-0E0,2.0272043E-1,4.1625E1,-0E0,-0E0,6.245944E-1,-0E0,3.0484375E1,-0E0,3.825E1,-0E0,4.8243895E0,3.982544E-3,-0E0,-0E0,1.4570976E2,-0E0,3.7390748E-1],"split_indices":[14,5,15,5,18,7,14,14,6,13,3,6,4,12,6,9,1,8,19,15,0,2,0,2,17,11,3,8,13,5,5,0,11,9,8,13,0,18,14,0,9,0,13,16,2,18,3,2,10,7,0,12,17,4,1,6,0,14,0,0,19,13,0,0,0,0,0,13,0,0,4,0,0,0,3,12,16,3,17,0,0,19,0,2,0,0,3,0,17,11,14,12,6,19,16,0,1,5,5,19,12,0,17,11,0,8,0,0,0,17,0,0,17,0,1,0,1,13,0,4,12,8,0,15,0,0,0,0,0,0,1,2,0,0,3,10,0,0,18,16,0,0,9,9,9,19,0,5,0,6,3,15,9,2,0,7,14,0,17,17,19,8,14,14,0,15,0,18,2,11,0,0,0,0,0,0,11,0,19,0,7,0,0,13,0,0,0,2,0,0,0,14,10,0,13,15,0,0,4,0,10,0,13,0,2,15,0,11,5,0,16,0,4,14,6,0,8,0,17,17,0,0,0,8,0,0,18,11,16,0,8,0,10,0,19,17,0,12,0,2,0,0,0,1,0,13,0,0,9,1,0,0,0,0,0,0,17,0,0,1,19,0,15,1,0,0,2,14,0,0,0,1,0,0,0,11,0,0,18,11,0,13,11,6,19,9,17,5,0,0,0,0,9,0,5,0,0,0,10,0,16,0,13,19,14,0,18,6,0,0,0,13,0,5,0,0,16,0,0,8,0,0,11,0,0,0,10,0,2,0,10,0,5,0,3,0,0,0,6,7,0,0,0,0,16,0,0,0,14,0,4,0,10,19,0,0,19,0,6,7,0,18,7,0,4,14,1,0,5,0,15,0,7,9,0,0,11,0,7,0,8,7,0,0,17,0,16,0,5,0,0,3,0,0,9,0,0,0,0,0,3,0,8,17,0,11,0,17,0,3,0,0,8,0,0,1,0,0,9,1,0,16,0,0,10,18,0,0,19,3,0,0,1,3,0,0,8,14,7,6,4,17,0,0,0,5,15,10,0,11,0,0,0,19,0,3,0,0,4,6,0,3,0,6,0,0,13,0,16,0,6,0,0,14,0,19,0,0,3,10,0,0,15,0,19,12,0,2,0,0,19,0,0,15,0,15,0,0,0,18,0,0,12,18,0,7,0,0,4,19,16,18,0,18,5,2,0,4,0,0,7,9,19,18,11,0,0,0,14,0,2,0,18,0,7,14,0,0,15,0,0,0,0,19,0,4,0,0,2,0,3,10,0,0,5,0,0,0,0,4,0,0,0,10,0,2,0,0,12,0,1,0,0,0,18,0,10,18,0,0,0,2,18,0,10,0,4,0,0,0,16,0,0,16,0,0,13,0,19,7,0,17,4,0,0,7,0,0,4,0,18,0,0,5,0,0,0,0,17,15,0,0,7,0,2,0,3,0,0,0,17,4,0,0,7,0,17,0,0,0,11,0,0,0,8,0,12,0,18,0,0,0,6,12,0,0,0,10,0,19,0,17,0,0,11,0,0,13,0,0,12,0,0,0,12,0,3,19,0,0,0,0,0,0,9,19,0,8,0,0,2,0,6,0,12,0,16,0,7,0,0,15,0,0,0,0,10,0,0,0,0,0,17,0,19,0,0,0,0,10,0,4,0,0,11,14,0,0,17,0,0,0,4,0,0,0,13,11,0,4,0,0,5,9,0,0,16,0,0,0,0,0,17,0,16,0,0,10,0,0,9,0,0,0,16,0,0,0,11,2,0,17,0,4,0,0,6,4,18,0,14,0,0,0,4,0,0,0,8,0,0,0,17,1,0,0,0,0,0,0,2,7,0,0,15,16,0,0,0,12,0,0,6,0,3,0,0,0,0,19,0,14,0,0,0,9,0,0,3,0,12,0,16,19,0,11,0,0,0,0,2,0,0,0,0,10,0,0,3,0,8,0,9,0,0,19,0,0,6,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.923412E2,6.501566E1,4.2732553E2,3.8547928E1,2.6467737E1,6.3541256E1,3.6378427E2,1.8345716E1,2.0202211E1,2.740103E0,2.3727634E1,4.0572384E1,2.2968874E1,8.9945885E1,2.7383838E2,1.1529619E1,6.8160963E0,2.1460648E0,1.8056147E1,1.8471272E0,8.9297575E-1,2.2491322E1,1.2363132E0,2.4224344E1,1.634804E1,1.604331E1,6.9255633E0,4.9782104E1,4.016378E1,2.0423148E2,6.960692E1,1.1258101E0,1.040381E1,2.591113E0,4.224983E0,1.8647951E0,2.812697E-1,1.3731478E1,4.3246694E0,5.300511E-1,1.3170761E0,9.944514E-1,2.149687E1,1.4244114E1,9.98023E0,1.776801E0,1.4571238E1,2.5042942E0,1.3539016E1,5.623806E0,1.301757E0,3.909241E1,1.0689694E1,1.4447069E1,2.5716711E1,1.889396E2,1.52918625E1,2.4932707E1,4.467421E1,5.6146103E-1,9.842348E0,2.0951488E0,4.9596414E-1,1.0048189E0,3.2201645E0,1.7382629E-1,1.6909688E0,1.2065075E1,1.6664029E0,7.304348E-1,3.5942345E0,2.2494964E-1,1.0921265E0,9.275081E-1,2.056936E1,6.398372E0,7.8457413E0,3.0394404E0,6.94079E0,1.0160198E0,7.6078117E-1,1.3441048E1,1.1301899E0,2.2464206E0,2.5787356E-1,3.5354838E0,1.0003531E1,3.410604E-1,5.282746E0,1.8606089E1,2.048632E1,4.0814595E0,6.608235E0,4.4402323E0,1.0006837E1,2.1842192E1,3.87452E0,3.6745205E1,1.521944E2,6.649636E0,8.642227E0,2.1505144E0,2.2782192E1,2.0555658E1,2.4118553E1,8.451033E0,1.3913152E0,3.574285E-1,1.7377204E0,2.9509356E0,2.692289E-1,8.8124764E-1,1.1183827E1,7.950615E-1,2.7991729E0,1.8937199E-1,2.037999E1,2.883534E0,3.514838E0,3.9770608E0,3.8686807E0,2.6808577E0,3.5858265E-1,5.810294E0,1.1304959E0,1.8185625E0,1.1622485E1,1.6685134E-1,2.0795693E0,1.3555715E0,8.647961E0,4.774526E0,5.082198E-1,7.3667383E-1,1.7869415E1,2.3316152E0,1.8154707E1,7.314847E-1,3.3499749E0,6.209153E0,3.990816E-1,1.4375348E0,3.0026977E0,6.9997587E0,3.007078E0,1.8619846E1,3.2223444E0,3.0172396E0,8.5728055E-1,1.8510334E1,1.823487E1,2.7886934E1,1.24307465E2,5.700059E0,9.4957685E-1,4.483645E0,4.1585817E0,3.226942E0,1.955525E1,5.8278737E0,1.4727783E1,1.7727545E1,6.391008E0,7.582679E0,8.683543E-1,2.7536964E0,1.9723907E-1,4.1117463E0,7.0720806E0,2.6029608E0,1.9621219E-1,3.37093E-1,2.0042896E1,1.3929456E0,1.4905884E0,4.8660964E-1,3.490451E0,4.8308071E-1,3.3856E0,3.753332E-1,2.3055243E0,1.6387981E0,4.1714964E0,7.3090363E0,1.3389242E0,9.045877E-1,3.8699384E0,1.3858017E1,4.0113974E0,1.3134049E0,1.0182103E0,1.4855628E0,1.6669144E1,8.736051E-1,2.4763699E0,5.771268E0,4.3788546E-1,1.6568038E-1,2.8370173E0,1.2673905E0,5.732368E0,1.4868331E0,1.5202448E0,7.198109E-1,1.7900036E1,2.5206578E0,4.965817E-1,4.8834395E0,1.3626895E1,3.868444E0,1.4366426E1,1.7515923E1,1.0371012E1,7.470915E1,4.9598312E1,1.7196074E-1,5.528098E0,1.2872515E0,3.1963933E0,1.4507337E0,2.7078483E0,1.5340178E1,4.215074E0,4.8800097E0,9.478642E-1,3.7910542E-1,1.4348679E1,8.884729E0,8.842815E0,1.9981328E0,4.392875E0,8.3876264E-1,6.743916E0,2.0381695E-1,2.5498796E0,3.024007E0,1.0877392E0,6.4917355E0,5.8034515E-1,2.3271854E0,2.7577528E-1,2.939285E-1,1.1966599E0,2.6113956E0,8.7905556E-1,2.846944E0,5.386558E-1,2.3919635E-1,2.066328E0,3.8647454E0,3.0675092E-1,6.993418E0,3.1561795E-1,3.8355836E-1,3.48638E0,1.4003112E0,1.2457706E1,9.7751456E-1,5.0804824E-1,1.2839249E1,3.8298945E0,5.437354E-1,1.9326344E0,5.507539E0,2.6372895E-1,2.4911214E-1,2.5879052E0,5.343341E0,3.890275E-1,3.8914362E-1,1.1311011E0,1.679576E1,1.1042755E0,6.3637346E-1,1.8842844E0,4.4021564E0,4.8128316E-1,1.4792067E0,1.2147689E1,1.3701032E1,6.653951E-1,4.4056787E0,1.3110244E1,5.032733E0,5.338279E0,3.982366E1,3.4885494E1,7.807601E0,4.179071E1,2.1643351E-1,5.3116646E0,3.4120172E-1,2.8551915E0,3.1216583E-1,1.1385678E0,1.9712327E-1,2.510725E0,6.2810904E-1,1.4712069E1,8.5316694E-1,4.0268426E0,3.0019324E0,1.13467455E1,4.0730357E0,4.811693E0,2.392704E0,6.450112E0,4.0531855E0,3.396899E-1,3.4890017E-1,6.3950157E0,2.3529506E0,1.969289E-1,2.5148685E0,5.091385E-1,1.8582442E-1,6.305911E0,2.1307974E-1,2.1141057E0,2.1841772E0,4.2721844E-1,4.4012436E-1,2.4068198E0,1.8124086E0,2.539195E-1,4.217062E-1,3.4430392E0,1.9939533E-1,6.794023E0,1.1682833E0,1.1289423E1,7.294949E0,5.5442996E0,1.2946793E0,2.5352154E0,2.636812E-1,1.6689532E0,3.5183123E-1,5.1557074E0,2.2013595E0,3.8654557E-1,5.080643E0,2.6269746E-1,3.299208E-1,1.646584E1,1.806741E-1,1.7036103E0,1.5443853E0,2.8577712E0,1.3154533E0,1.0832235E1,6.1253744E-1,1.3088494E1,2.7648203E0,1.6408585E0,2.6954489E0,1.0414795E1,1.9650468E0,3.0676863E0,4.6940217E0,6.4425737E-1,3.5731346E1,4.0923166E0,1.9157068E1,1.5728425E1,3.1747513E0,4.6328497E0,1.0394163E0,4.0751293E1,1.7825675E-1,5.133408E0,1.9072503E-1,2.6644666E0,9.5032704E-1,1.8824081E-1,2.8484547E-1,1.4427223E1,5.677241E-1,3.4591186E0,1.8540847E-1,1.1161338E1,3.3396268E0,7.334089E-1,6.935914E-1,4.118102E0,1.2228757E0,5.227236E0,2.3975503E-1,3.8134303E0,2.1179502E0,2.3500031E-1,2.268291E0,2.4657743E-1,3.8723528E-1,5.918676E0,3.3540702E-1,1.84877E0,1.8963648E-1,2.2171834E0,1.656759E-1,3.2773633E0,5.2283055E-1,6.2711926E0,1.0830113E1,4.593095E-1,5.8523273E0,1.4426218E0,2.8814013E0,2.6628983E0,2.2604978E0,2.7471748E-1,2.7905154E-1,4.876656E0,2.0294037E0,1.7195582E-1,4.8435903E0,2.3705313E-1,7.9649496E-1,1.5669344E1,1.7460878E0,1.1116835E0,1.0480536E1,3.5169816E-1,1.2026865E0,1.1885807E1,1.9170477E0,8.4777266E-1,8.124294E-1,9.6023655E0,2.3931792E0,6.7450726E-1,5.3456116E-1,4.1594605E0,3.3887444E1,1.8439033E0,6.5052867E-1,3.4417882E0,1.6762447E1,2.3946211E0,5.761689E0,9.966736E0,2.8055449E0,3.692064E-1,3.688301E0,9.4454837E-1,7.238461E0,3.3512833E1,4.84973E0,2.8367776E-1,2.4536262E0,2.108405E-1,2.0635073E-1,7.439763E-1,1.411171E1,3.1551278E-1,3.2593744E0,1.9974418E-1,1.8662287E-1,1.0974714E1,2.7040932E0,6.3553345E-1,3.6741433E0,4.439586E-1,4.8677382E0,3.594977E-1,4.303295E-1,3.3831007E0,2.4405801E-1,2.024233E0,6.231011E-1,5.2955747E0,2.9123178E0,3.6504537E-1,6.019864E0,2.5132826E-1,1.0411198E1,4.1891572E-1,1.631029E0,4.221298E0,2.5396426E0,3.4175864E-1,1.1034067E0,1.5594916E0,3.813341E-1,1.8791637E0,4.4571204E0,4.195353E-1,4.5946074E0,2.4898273E-1,1.0644323E0,1.4604912E1,1.5784651E0,1.6762263E-1,9.209144E0,1.2713931E0,1.1712246E1,1.7356162E-1,1.7165482E0,2.0049961E-1,8.727091E0,8.752746E-1,2.3453626E-1,2.1586428E0,3.7063837E0,4.530767E-1,3.2975517E1,9.1192496E-1,5.5622625E-1,2.885562E0,9.406445E0,7.356003E0,1.8767457E0,5.178755E-1,3.4079926E0,2.3536963E0,7.678236E0,2.2884994E0,2.5488923E0,2.5665256E-1,5.0378346E-1,3.1845176E0,4.9055276E0,2.3329334E0,2.9833038E1,3.6797953E0,4.6769123E0,1.7281792E-1,2.034366E-1,2.2501895E0,8.847879E-1,1.3226922E1,1.7860304E-1,3.0807712E0,4.827233E-1,1.0491991E1,2.1502223E0,5.5387104E-1,1.663777E-1,3.5077655E0,1.9514155E-1,4.672597E0,1.9751956E-1,3.1855812E0,1.8402208E0,1.8401222E-1,5.1118116E0,1.8376318E-1,3.2067224E-1,5.699192E0,1.7807715E-1,1.023312E1,3.9430923E0,2.78206E-1,2.8237513E-1,2.2572675E0,2.301991E-1,1.3292925E0,1.6793855E0,1.997782E-1,3.9171088E0,5.400119E-1,4.372716E-1,4.1573358E0,1.4356323E1,2.4858837E-1,8.566506E0,6.426372E-1,1.8636508E-1,1.1525881E1,1.1848162E0,7.542275E0,1.8741592E0,2.844836E-1,1.6789494E-1,3.5384889E0,4.9064872E-1,3.2484867E1,2.115922E0,7.696399E-1,7.9646087E0,1.4418364E0,1.9947168E0,5.361286E0,1.6974193E-1,1.7070037E0,9.595455E-1,2.4484472E0,1.4666568E0,8.870395E-1,8.420754E-1,6.8361607E0,2.1728161E-1,2.3316107E0,3.0186446E0,1.6587324E-1,1.3709738E0,3.5345538E0,2.8856692E-1,2.0443666E0,2.940448E1,4.2855686E-1,1.602994E0,2.0768013E0,1.8770424E-1,2.0624852E0,1.2610246E1,6.1667675E-1,1.8302862E-1,2.8977427E0,3.5278568E-1,1.0139206E1,1.9193448E-1,1.9582878E0,3.3332758E0,1.7448968E-1,1.8816581E-1,1.652055E0,1.9676708E-1,4.9150443E0,5.4034114E0,2.9578042E-1,2.4562111E-1,9.987499E0,1.7742822E-1,3.765664E0,1.6244328E-1,2.0948243E0,3.130393E-1,3.6040695E0,1.6988783E-1,1.4186436E1,7.514891E0,1.0516157E0,1.0275054E0,1.0498375E1,2.3860759E-1,7.303667E0,3.3656354E0,1.7285347E-1,3.6514187E0,2.883345E1,1.762171E0,3.537509E-1,9.2667395E-1,7.037935E0,3.4326154E-1,1.6514553E0,8.299935E-1,4.5312924E0,1.4775336E0,2.2947016E-1,2.7402395E-1,2.1744232E0,6.108631E0,7.275299E-1,2.1255577E0,2.0605315E-1,2.749896E0,2.6874846E-1,3.212468E0,3.2208586E-1,1.7552751E0,2.8909138E-1,4.5936817E-1,2.8945112E1,1.1606994E0,4.422946E-1,1.5189402E0,5.578611E-1,8.887101E-1,1.1721535E1,2.3995843E0,4.9815837E-1,3.3804053E-1,9.801165E0,1.6614228E-1,3.1671336E0,4.701579E0,2.1346553E-1,5.1508546E0,2.525567E-1,1.6407436E-1,9.823425E0,1.6812348E-1,3.5975406E0,1.9163449E0,1.7847937E-1,1.3109644E1,1.0767914E0,7.68112E-1,6.746779E0,9.574972E-1,9.540878E0,2.9713595E-1,7.0065312E0,8.374637E-1,2.7995987E1,1.5214913E0,5.5164437E0,1.4467921E0,2.0466316E-1,2.727365E0,1.8039275E0,2.565595E-1,1.9178637E0,4.5749092E-1,5.65114E0,3.0225497E-1,2.4476411E0,2.295577E0,9.1689086E-1,1.78259E-1,1.5770161E0,1.0025446E0,2.7942568E1,2.0776707E-1,1.3111731E0,1.1540344E1,1.811908E-1,9.474531E0,3.2663348E-1,2.8149927E0,3.5214102E-1,2.2400203E-1,4.477577E0,9.633614E0,1.8981174E-1,2.1065784E-1,3.3868828E0,1.7265458E0,1.8979909E-1,2.9592636E-1,1.2813718E1,1.8509708E-1,6.5616817E0,3.391808E-1,9.201697E0,6.547306E0,4.5922515E-1,2.735279E1,6.4319557E-1,1.9669794E-1,5.3197455E0,2.047626E0,6.797391E-1,6.0513127E-1,5.0460086E0,2.1766078E0,2.710332E-1,1.3157102E0,2.6130593E-1,6.339963E-1,2.730857E1,2.0865464E-1,9.265877E0,3.3279318E-1,2.4821994E0,4.100297E0,3.7728003E-1,2.830471E-1,9.350566E0,3.1608908E0,2.2599196E-1,3.6354658E-1,1.2450171E1,9.005051E0,1.9664615E-1,1.6892914E-1,6.378377E0,2.6032253E1,1.3205379E0,5.09709E0,2.2265556E-1,1.8756628E0,1.7196311E-1,1.751483E-1,4.8708606E0,2.3435326E1,3.8732464E0,2.0104259E-1,9.064835E0,3.891559E0,2.0873806E-1,3.6916903E-1,8.981397E0,1.15964155E1,8.5375637E-1,2.579875E-1,8.747064E0,6.189023E0,1.8935394E-1,1.3338035E0,2.4698448E1,4.8093166E0,2.877735E-1,2.6465923E-1,1.6110036E0,3.2031375E-1,4.5505466E0,2.395364E-1,2.319579E1,2.9034443E0,9.6980226E-1,4.8542896E-1,8.579406E0,8.747213E0,2.3418337E-1,8.5845585E0,1.6250476E-1,2.4403406E1,2.9504374E-1,1.7026429E-1,4.6390524E0,1.7026433E-1,2.3025524E1,3.2346228E-1,2.579982E0,1.7366588E-1,8.40574E0,8.496152E0,2.5106174E-1,2.4237892E1,1.6551402E-1,2.9442862E-1,4.3446236E0,2.248673E1,5.387939E-1,2.0571052E-1,2.3742714E0,5.020156E-1,7.9941363E0,2.4542113E-1,2.399247E1,2.190485E1,5.818812E-1,2.0857177E0,2.8855377E-1,7.527358E0,4.6677804E-1,2.4182163E-1,2.3750648E1,2.0781622E1,1.123227E0,3.39669E-1,1.7460487E0,2.3514448E1,2.3619953E-1,3.3029345E-1,2.3184156E1,2.047099E-1,2.2979446E1,5.327828E-1,2.2446663E1,5.4281676E-1,2.1903847E1,2.0717134E1,1.1867107E0,2.10594E-1,2.0506542E1,9.375012E-1,1.956904E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"861","size_leaf_vector":"0"}},{"base_weights":[-4.187796E-2,-3.6562714E-3,-2.5618032E-1,1.3252341E-2,-2.0461373E-1,-3.1223825E-1,-0E0,2.9983817E-2,-1.4611737E-1,-3.6567768E-1,-0E0,-1.9069123E-1,-6.454048E-1,-7.707744E-2,2.5884277E-1,-1.6797146E-1,4.3091595E-2,-0E0,-2.495896E-1,-4.7364134E-1,-0E0,-1.21629894E-1,2.092287E-1,-7.223363E-2,-4.128539E-1,-7.0738465E-1,-0E0,-2.3347236E-1,-0E0,4.2681143E-1,-0E0,-2.3762271E-1,-0E0,7.602168E-2,-0E0,8.798213E-2,-0E0,-3.3219126E-1,-0E0,-0E0,-5.479399E-1,3.960761E-2,-0E0,-2.8118044E-1,-0E0,3.914124E-1,-0E0,-2.4321552E-1,1.715165E-2,-4.4427207E-1,-0E0,-0E0,-7.580563E-1,-3.4750453E-1,-0E0,-0E0,3.2405514E-2,5.5764854E-1,-0E0,-0E0,-3.2123125E-1,4.513473E-2,1.9934686E-1,-7.732418E-2,6.45978E-2,2.0612632E-1,-0E0,-0E0,-1.1972068E-1,-4.2187643E-1,-0E0,-5.877821E-1,-0E0,1.883744E-1,-0E0,-0E0,-6.404731E-2,-4.8151785E-1,-0E0,5.105952E-1,-0E0,-3.7797555E-1,-0E0,-2.7028295E-1,1.5686502E-1,-0E0,-4.7791767E-1,-0E0,-6.1438406E-1,-0E0,-4.1635597E-1,5.656004E-1,-0E0,-3.9468554E-1,-0E0,1.0900087E-1,-5.6125857E-2,-0E0,3.632218E-1,-1.4058691E-1,2.6183583E-2,2.108303E-1,-0E0,-0E0,2.8718472E-1,-0E0,-1.8630885E-1,-4.560937E-1,-0E0,-6.433161E-1,-0E0,2.5776345E-1,-0E0,-0E0,-5.268893E-1,-0E0,6.3236743E-1,-4.4598243E-1,-0E0,-0E0,1.2649722E-1,-3.7643167E-1,-0E0,2.9672435E-1,-6.856669E-2,-0E0,-5.0427836E-1,-4.6955568E-1,-0E0,-0E0,-4.5559278E-1,-0E0,1.4194678E-1,2.4687639E-2,-1.7632906E-1,3.311593E-2,-1.1987707E-1,-0E0,4.360609E-1,-0E0,-2.0641087E-1,-0E0,9.910988E-2,-0E0,3.5283947E-1,7.520128E-2,-8.1161834E-2,3.4303278E-1,-0E0,-0E0,-1.5869491E-1,-0E0,-5.0854707E-1,-5.0612724E-1,-0E0,-0E0,2.2150631E-1,-5.685955E-1,-0E0,-0E0,7.060842E-1,-0E0,-5.342796E-1,-0E0,1.5797518E-1,-0E0,-3.43719E-1,-0E0,4.3848866E-1,-2.2474092E-1,-0E0,-5.213924E-1,-0E0,-0E0,-3.8548264E-1,-5.0459814E-1,-0E0,2.4047585E-2,-1.1213373E-1,1.8132976E-1,-0E0,-6.3035086E-2,1.800374E-1,-2.9662734E-1,-0E0,-0E0,1.400312E-1,-2.2952655E-1,-0E0,-0E0,4.9452078E-1,1.0957481E-1,-9.162381E-2,-0E0,-2.9092133E-1,-0E0,-8.8733345E-2,-0E0,1.7357504E-1,4.510022E-1,-0E0,-0E0,1.6625214E-1,-0E0,-2.807094E-1,-0E0,4.042232E-1,-5.6287265E-1,-0E0,-4.636622E-1,-0E0,-0E0,7.5401974E-1,-0E0,-5.7937247E-1,5.182275E-1,-0E0,-0E0,-5.30582E-1,-0E0,-5.4270494E-1,-0E0,9.08961E-2,-0E0,-1.6848062E-1,3.171301E-1,5.8237273E-2,-1.2326969E-2,1.24777794E-1,-1.4667052E-1,-0E0,-0E0,2.8845727E-1,-0E0,-4.4838884E-1,-0E0,3.51668E-2,2.2115006E-1,-0E0,-0E0,-3.566697E-1,-0E0,5.4929227E-1,-0E0,2.6992372E-1,-1.9868773E-1,-0E0,-0E0,1.1202948E-1,-3.2072163E-1,-0E0,-0E0,-1.7546563E-1,2.348663E-1,-0E0,-0E0,5.148658E-1,-1.8110177E-1,-0E0,-0E0,3.318196E-1,-3.9131705E-2,6.7816764E-2,-3.9873466E-1,-0E0,4.465555E-1,-0E0,-5.812653E-1,-0E0,6.122019E-1,-0E0,-0E0,-6.4075065E-1,5.859105E-1,-0E0,-0E0,-4.4782004E-1,-4.592673E-1,-0E0,1.58448E-1,-0E0,-0E0,-2.130878E-1,3.3526322E-1,-0E0,-1.0902688E-2,1.3359341E-1,-1.7079672E-1,3.997064E-3,-0E0,2.3179908E-1,-2.9457524E-1,-0E0,-0E0,3.7091333E-1,-0E0,-7.843594E-2,-4.9536133E-1,-0E0,-1.161293E-1,-0E0,1.4183907E-1,-0E0,2.6035634E-1,-0E0,-0E0,-4.645391E-1,5.869277E-1,-0E0,-0E0,3.4016648E-1,-2.5146604E-1,-0E0,-0E0,-6.689874E-2,2.4585305E-1,-0E0,-0E0,-3.4340194E-1,-0E0,-2.712118E-1,-0E0,2.9269618E-1,-0E0,5.558194E-1,-0E0,-2.4308069E-1,1.4182292E-1,-1.3295853E-2,4.774394E-2,-1.7456915E-2,-0E0,4.443249E-1,-0E0,-1.7154823E-1,1.9336164E-1,-0E0,-0E0,-4.958854E-1,3.6558717E-1,-0E0,-6.0539126E-1,-0E0,-6.675583E-1,-0E0,-0E0,6.5269095E-1,2.5416577E-1,-0E0,-2.4757864E-1,-0E0,3.8107738E-1,-0E0,-1.2517473E-1,-0E0,-0E0,1.8553337E-1,-0E0,-2.5726023E-1,-0E0,1.5926974E-1,2.9749733E-1,-0E0,-0E0,-3.7663004E-1,-0E0,3.2540083E-2,-0E0,4.1416183E-1,-0E0,6.781774E-2,-0E0,-2.3738529E-1,-0E0,-5.344745E-1,-1.6705984E-1,-0E0,-0E0,2.623715E-1,3.221216E-1,-0E0,-0E0,-5.093174E-1,6.0997176E-1,-0E0,3.8595524E-1,-0E0,-2.883276E-1,-0E0,-1.15228765E-1,-0E0,-0E0,3.2048634E-1,-0E0,-3.6258486E-1,-0E0,-3.326501E-1,-0E0,3.335378E-1,-0E0,5.9460133E-1,2.4009667E-1,-0E0,-2.0941746E-1,-0E0,-0E0,1.92939E-1,-0E0,-1.1994454E-1,-0E0,4.8942655E-1,-2.9748544E-1,-0E0,3.2279092E-1,-0E0,-0E0,-5.2318895E-1,-0E0,-4.890302E-1,-0E0,-6.911056E-1,7.376806E-1,-0E0,3.1748295E-1,-0E0,-2.938556E-1,-0E0,-0E0,4.0454173E-1,-0E0,-1.8213415E-1,4.318578E-2,-0E0,-7.9324886E-2,3.5255212E-2,2.4058677E-1,-0E0,-3.006355E-1,-0E0,-0E0,-5.417495E-2,2.4343586E-1,-0E0,3.7320417E-1,-0E0,-0E0,-4.3037888E-1,1.3975422E-1,-0E0,4.588414E-1,-0E0,1.3248368E-1,-0E0,-3.221499E-1,-0E0,-0E0,-6.060231E-1,-0E0,-2.1760905E-1,3.252066E-1,-0E0,-0E0,2.7810225E-1,-4.1006368E-1,-0E0,-0E0,6.328332E-1,-0E0,4.2273667E-1,-2.4152957E-1,-0E0,-1.1301426E-1,-0E0,-0E0,3.7558284E-1,-0E0,-3.7600473E-1,-0E0,-2.7128643E-1,3.7673253E-1,-0E0,-0E0,6.2201905E-1,-0E0,2.76713E-1,-0E0,-1.9791573E-1,2.7571058E-1,-0E0,-2.1092854E-1,-0E0,5.4182005E-1,-0E0,-0E0,-3.5389322E-1,-0E0,3.932729E-1,-4.3297884E-1,-0E0,-5.634199E-1,-0E0,-0E0,7.8015596E-1,3.8215098E-1,-0E0,-3.1856644E-1,-0E0,4.2811292E-1,-0E0,-0E0,-2.5491238E-1,-0E0,1.0323236E-1,-0E0,-1.5438846E-1,7.0319064E-2,-0E0,3.389933E-1,-0E0,-0E0,-3.5518572E-1,-1.4027067E-1,-0E0,3.2670334E-1,-0E0,4.2809552E-1,-0E0,-0E0,-4.6167788E-1,2.1855608E-1,-0E0,5.4411083E-1,-0E0,1.8995789E-1,-0E0,-2.7858582E-1,-0E0,-6.3329697E-1,-0E0,-0E0,-1.8912077E-1,-0E0,3.950864E-1,-0E0,6.5142244E-1,-0E0,4.5367727E-1,3.2702917E-1,-0E0,-0E0,-4.1634592E-1,4.5163798E-1,-0E0,6.4729583E-1,-0E0,-0E0,3.044338E-1,3.6199704E-1,-0E0,-0E0,-2.2064702E-1,-0E0,4.56507E-1,-0E0,-4.147809E-1,-0E0,4.663296E-1,-0E0,8.151836E-1,-0E0,4.4157442E-1,-3.3426484E-1,-0E0,-0E0,4.419025E-1,-0E0,-2.988198E-1,1.7044705E-1,-0E0,-0E0,-2.034901E-1,-0E0,3.785855E-1,-0E0,8.349003E-2,-4.0393507E-1,-0E0,-0E0,-1.6735932E-1,-0E0,4.083043E-1,-0E0,4.7343957E-1,-4.9856374E-1,-0E0,-0E0,2.6099995E-1,6.132051E-1,-0E0,-0E0,1.5676388E-1,-0E0,-6.5407836E-1,-0E0,3.3657506E-1,6.8805057E-1,-0E0,3.7078393E-1,-0E0,-0E0,-4.3842465E-1,5.0583833E-1,-0E0,6.689312E-1,-0E0,-0E0,3.3741507E-1,-0E0,3.1555533E-1,-4.4392958E-1,-0E0,-0E0,4.9335405E-1,8.4727865E-1,-0E0,4.061017E-1,-0E0,-0E0,-3.5372892E-1,-0E0,4.5003238E-1,-0E0,-3.5506907E-1,-0E0,2.8872028E-1,-2.30875E-1,-0E0,4.222721E-1,-0E0,-6.451062E-2,-0E0,-0E0,1.6306065E-1,-4.3503213E-1,-0E0,-0E0,-1.4217319E-1,4.804176E-1,-0E0,5.4313964E-1,-0E0,-0E0,-5.248869E-1,2.2977316E-1,-0E0,-0E0,6.259355E-1,-6.7311686E-1,-0E0,7.0464593E-1,-0E0,-4.5241818E-1,-0E0,4.4620693E-1,-0E0,7.121121E-1,-0E0,2.899431E-1,-0E0,-3.617402E-1,-0E0,-0E0,4.0465173E-1,-0E0,8.737942E-1,-3.7206152E-1,-0E0,4.573364E-1,-0E0,-0E0,-3.955675E-1,2.4597715E-1,-0E0,-0E0,-2.5079274E-1,4.5645362E-1,-0E0,-2.0480882E-1,-0E0,2.431608E-1,-0E0,-0E0,-4.5645967E-1,5.215114E-1,-0E0,4.3438104E-1,-0E0,-0E0,-5.905432E-1,-0E0,5.146318E-1,-0E0,-5.329551E-1,-0E0,7.3382044E-1,-4.6875748E-1,-0E0,-0E0,7.332425E-1,-0E0,7.134171E-1,-0E0,-3.0160663E-1,-0E0,4.755062E-1,-4.5421508E-1,-0E0,-0E0,-2.7318034E-1,-0E0,4.9239329E-1,-1.7847373E-1,-0E0,-0E0,2.8489152E-1,-0E0,-4.7935233E-1,-0E0,4.2595005E-1,-6.1178243E-1,-0E0,7.5224423E-1,-0E0,-4.8080373E-1,-0E0,7.504387E-1,-0E0,-0E0,3.7599406E-1,-4.942205E-1,-0E0,-2.3724511E-1,-0E0,-0E0,5.213319E-1,2.43569E-1,-0E0,-5.1613104E-1,-0E0,-0E0,-5.001709E-1,-0E0,7.689581E-1,-4.9146444E-1,-0E0,5.975012E-1,-0E0,-5.24555E-1,-0E0,5.5595094E-1,-0E0,-4.2198816E-1,-0E0,8.4669584E-1,-0E0,-0E0,-5.029675E-1,-4.366511E-1,-0E0,-0E0,5.852756E-1,8.6670774E-1,-0E0,-0E0,-5.1050246E-1,-0E0,6.038618E-1,6.882835E-1,-0E0,-0E0,-5.2505434E-1,-0E0,6.222523E-1,-0E0,-5.303954E-1,5.0018597E-1,-0E0,-4.1805455E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":10,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,-1,53,55,57,-1,59,-1,61,63,65,67,69,-1,-1,71,73,75,77,-1,79,-1,81,83,85,-1,-1,87,89,-1,-1,-1,91,-1,-1,93,95,97,99,101,103,-1,-1,105,107,-1,109,-1,111,-1,-1,-1,113,-1,115,-1,117,119,121,123,-1,125,-1,-1,-1,127,-1,-1,129,-1,131,133,135,137,139,141,143,145,-1,147,-1,149,151,-1,153,-1,155,-1,-1,157,-1,159,161,-1,-1,163,165,-1,167,169,-1,171,173,-1,-1,175,177,179,181,183,185,187,-1,189,191,193,195,197,-1,199,201,203,205,-1,-1,-1,-1,207,-1,-1,-1,-1,209,-1,-1,211,-1,213,-1,-1,-1,-1,-1,215,-1,-1,217,-1,-1,-1,219,-1,221,223,225,227,229,231,233,235,-1,237,239,-1,-1,241,243,245,247,249,-1,251,-1,253,255,-1,257,259,261,263,-1,265,267,-1,-1,-1,-1,269,-1,271,273,-1,-1,275,-1,277,-1,279,-1,281,283,285,287,289,291,-1,-1,293,295,297,299,301,303,-1,-1,305,-1,307,-1,309,311,-1,313,315,317,-1,-1,319,321,-1,-1,323,325,327,329,331,333,335,337,-1,339,-1,341,-1,-1,-1,-1,343,345,-1,-1,-1,-1,-1,347,-1,-1,349,351,-1,353,355,357,359,-1,361,363,365,-1,367,369,371,373,-1,375,-1,377,-1,379,-1,-1,381,383,-1,-1,385,387,-1,-1,389,391,-1,-1,393,-1,395,-1,397,-1,399,-1,-1,401,403,405,407,-1,409,-1,411,413,-1,-1,415,-1,-1,417,-1,419,-1,-1,421,423,-1,425,-1,427,-1,429,431,433,435,-1,437,439,441,443,-1,-1,445,-1,447,-1,449,-1,451,-1,453,-1,455,457,-1,-1,459,461,-1,-1,463,465,-1,467,-1,469,-1,471,-1,-1,473,-1,475,-1,477,-1,479,-1,481,483,-1,485,-1,-1,487,-1,489,-1,491,493,-1,495,-1,-1,497,-1,-1,-1,499,501,-1,503,-1,505,-1,-1,507,-1,509,511,-1,513,515,517,-1,519,-1,-1,521,523,-1,525,-1,-1,527,529,-1,531,-1,533,-1,535,-1,-1,537,-1,539,541,-1,-1,-1,-1,-1,-1,543,-1,545,-1,-1,-1,-1,-1,547,-1,549,-1,-1,551,-1,-1,553,-1,555,-1,-1,557,-1,559,-1,561,-1,-1,563,-1,565,-1,-1,-1,-1,-1,567,569,-1,571,-1,573,-1,-1,575,-1,577,-1,579,-1,-1,581,583,-1,585,587,-1,589,-1,591,-1,-1,593,595,-1,597,-1,599,-1,-1,-1,601,-1,-1,-1,-1,603,-1,605,-1,607,-1,-1,-1,609,611,-1,613,-1,-1,615,617,-1,-1,-1,-1,-1,-1,619,-1,621,-1,623,-1,625,627,-1,-1,629,-1,631,633,-1,-1,635,-1,637,639,641,643,-1,-1,645,-1,647,-1,649,651,-1,-1,653,655,-1,-1,-1,-1,657,-1,-1,659,-1,-1,-1,-1,661,663,-1,665,-1,-1,667,-1,-1,669,-1,-1,671,673,-1,-1,-1,-1,675,-1,677,-1,679,-1,681,683,-1,685,-1,687,-1,-1,689,691,-1,-1,-1,693,-1,695,-1,-1,697,-1,-1,-1,699,701,-1,703,-1,705,-1,-1,-1,707,-1,-1,-1,-1,-1,-1,-1,-1,709,711,-1,713,-1,-1,715,-1,-1,-1,717,719,-1,721,-1,723,-1,-1,725,727,-1,-1,-1,-1,729,-1,-1,-1,-1,-1,731,733,-1,-1,735,-1,-1,-1,-1,-1,737,739,-1,-1,741,-1,743,-1,-1,-1,745,-1,747,-1,-1,749,-1,751,-1,753,-1,755,-1,-1,-1,757,-1,-1,-1,-1,759,-1,-1,761,-1,-1,-1,-1,763,765,-1,-1,-1,767,-1,769,-1,-1,-1,771,-1,-1,773,-1,-1,-1,775,777,-1,-1,779,-1,781,-1,-1,-1,783,-1,785,-1,787,-1,-1,-1,-1],"loss_changes":[3.3054583E0,1.4632095E0,9.720855E-1,7.9470295E-1,1.263703E0,1.1941662E0,2.7301466E-1,6.947425E-1,5.6938857E-1,8.660495E-1,4.1014165E-1,5.725819E-1,6.589365E-1,2.8534222E-1,3.1649536E-1,1.8716586E-1,4.651956E-1,4.6279687E-2,3.3205783E-1,6.089375E-1,3.968582E-3,3.3015603E-1,4.4046405E-1,6.8854856E-1,2.0137572E-1,5.7882214E-1,0E0,2.3985565E-1,2.9451277E-3,2.9211754E-1,0E0,2.2182304E-1,0E0,4.248997E-1,6.268455E-1,1.7147335E-1,4.1855413E-2,4.6188247E-1,0E0,0E0,5.0243807E-1,7.027924E-2,1.0904222E-2,5.318219E-1,0E0,3.385954E-1,0E0,8.0902916E-1,5.667362E-1,2.2293234E-1,0E0,0E0,2.9940033E-1,1.5336412E-1,0E0,0E0,0E0,3.3821613E-1,0E0,0E0,2.584204E-1,1.0170064E0,1.1956139E0,5.1024365E-1,4.9200118E-1,1.4052565E-1,0E0,0E0,5.087297E-2,2.7309477E-1,0E0,4.1935205E-1,0E0,5.2728236E-2,0E0,0E0,0E0,1.1983997E-1,0E0,4.1257548E-1,0E0,3.3606434E-1,3.73903E-2,1.7763676E-1,6.7025125E-1,0E0,1.4051032E-1,0E0,0E0,0E0,9.3562245E-2,0E0,0E0,1.6651404E-1,0E0,4.5857096E-1,6.565358E-1,1.0873152E-1,4.7468615E-1,5.131055E-1,1.2251259E-1,5.767313E-1,2.8934842E-1,0E0,1.1561021E-1,0E0,4.5479685E-3,2.678938E-1,0E0,1.8321991E-2,0E0,9.36833E-3,0E0,0E0,1.1262989E-1,0E0,1.3576269E-1,4.45459E-1,0E0,0E0,5.0418697E-2,1.0247454E-1,0E0,6.078024E-1,1.6674538E-1,0E0,7.4370384E-2,4.7160983E-2,0E0,0E0,1.5020251E-1,1.16657354E-1,2.8997433E-1,4.825863E-1,6.1966395E-1,7.681272E-2,1.845273E-1,0E0,5.045464E-1,1.3250457E-1,7.722026E-1,2.8850092E-2,2.0265307E-1,0E0,6.088077E-1,2.989382E-1,3.8996047E-1,1.1332968E-1,0E0,0E0,0E0,0E0,3.0982876E-1,0E0,0E0,0E0,0E0,4.2052746E-2,0E0,0E0,7.9179525E-2,0E0,1.9971347E-1,0E0,0E0,0E0,0E0,0E0,4.9241722E-1,0E0,0E0,2.2589207E-2,0E0,0E0,0E0,1.1019218E-1,0E0,6.2951975E-2,1.0940901E-1,5.840105E-1,1.338181E-1,2.0970958E-1,3.9237264E-1,5.8048475E-1,7.7455565E-3,0E0,8.841909E-2,3.381806E-1,0E0,0E0,3.930416E-1,3.0915692E-1,7.844907E-2,5.2247204E-2,3.4866977E-1,0E0,7.236002E-2,0E0,1.9946733E-1,4.467858E-1,0E0,8.712661E-2,3.9913672E-1,4.4624597E-2,3.522123E-1,0E0,4.2431116E-2,1.0332489E-1,0E0,0E0,0E0,0E0,2.8235435E-2,0E0,2.4886227E-1,4.1114497E-1,0E0,0E0,2.6605368E-2,0E0,8.172655E-2,0E0,1.2390081E-1,0E0,1.2017214E-1,2.4345851E-1,3.0509493E-1,2.0535386E-1,2.7731615E-1,4.018092E-1,0E0,0E0,4.1482407E-1,2.3231156E-2,3.1962895E-1,4.314805E-2,9.445881E-2,5.1153764E-2,0E0,0E0,2.9590875E-1,0E0,3.8553452E-1,0E0,1.6089702E-1,4.381883E-2,0E0,1.2318076E-2,1.4853474E-1,2.3603535E-1,0E0,0E0,1.1735713E-1,1.906547E-1,0E0,0E0,2.7334833E-1,9.210391E-2,1.2889126E-1,1.3464196E-2,3.890047E-1,1.5253672E-1,2.0319644E-1,3.4609962E-1,0E0,2.660507E-2,0E0,8.201814E-2,0E0,0E0,0E0,0E0,1.689043E-1,3.092258E-1,0E0,0E0,0E0,0E0,0E0,1.7982318E-1,0E0,0E0,1.02086276E-1,2.5544357E-1,0E0,1.3048834E-1,2.1079513E-1,1.7586108E-1,1.22539155E-1,0E0,1.9990033E-1,2.9274684E-1,3.8082108E-3,0E0,2.2893417E-1,1.4130842E-2,1.4941528E-1,2.3491287E-1,0E0,4.0350206E-2,0E0,1.3684826E-1,0E0,4.5315504E-2,0E0,0E0,1.0468763E-1,2.1904421E-1,0E0,0E0,1.3305938E-1,3.3872858E-2,0E0,0E0,2.1994755E-2,1.1694859E-1,0E0,0E0,2.490089E-1,0E0,5.9754983E-2,0E0,1.7195916E-1,0E0,2.708571E-1,0E0,0E0,8.862029E-2,9.385286E-2,1.1102233E-1,5.0363775E-2,0E0,1.896311E-1,0E0,2.512355E-1,2.722971E-1,0E0,0E0,7.429409E-2,0E0,0E0,8.531904E-2,0E0,1.3948226E-1,0E0,0E0,3.2525587E-1,1.6506165E-1,0E0,6.725153E-2,0E0,2.4990535E-1,0E0,1.2789388E-1,6.690405E-3,2.8611766E-2,2.8612286E-1,0E0,1.1907756E-1,8.097114E-3,1.3793847E-1,2.5903088E-1,0E0,0E0,2.51082E-1,0E0,5.533579E-2,0E0,2.406522E-1,0E0,3.656678E-2,0E0,1.2492482E-1,0E0,2.1862459E-1,4.7081485E-2,0E0,0E0,1.0922107E-1,3.6822557E-2,0E0,0E0,2.2246242E-2,1.949377E-1,0E0,9.679949E-2,0E0,1.3481781E-2,0E0,1.5259676E-2,0E0,0E0,8.0022395E-2,0E0,1.8667245E-1,0E0,6.128639E-3,0E0,1.9743037E-1,0E0,1.7409372E-1,5.721864E-2,0E0,3.376338E-2,0E0,0E0,1.09650195E-1,0E0,9.268947E-2,0E0,1.829133E-1,1.4662185E-1,0E0,1.8418634E-1,0E0,0E0,4.2758584E-2,0E0,0E0,0E0,8.3019495E-2,1.5574622E-1,0E0,1.5324885E-1,0E0,7.100707E-2,0E0,0E0,2.1412182E-1,0E0,1.4046717E-1,2.9755186E-2,0E0,6.1173383E-2,9.781624E-3,1.6831613E-1,0E0,1.4104706E-1,0E0,0E0,4.104995E-2,1.7780939E-1,0E0,1.6584831E-1,0E0,0E0,1.13425374E-1,7.619785E-2,0E0,3.1169772E-1,0E0,3.543598E-2,0E0,4.5687467E-2,0E0,0E0,1.8531203E-1,0E0,2.1942437E-2,1.2261164E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.8857336E-1,0E0,5.9266865E-2,0E0,0E0,0E0,0E0,0E0,6.202823E-2,0E0,1.9498563E-1,0E0,0E0,1.6267514E-1,0E0,0E0,1.7778468E-1,0E0,3.989023E-2,0E0,0E0,1.4291626E-1,0E0,7.425924E-2,0E0,1.7546737E-1,0E0,0E0,1.1107546E-1,0E0,1.0589892E-1,0E0,0E0,0E0,0E0,0E0,1.653328E-1,1.7511994E-1,0E0,3.0700624E-2,0E0,1.7054558E-1,0E0,0E0,1.113455E-1,0E0,4.968263E-2,0E0,5.0156534E-2,0E0,0E0,1.6837561E-1,2.6065607E-2,0E0,1.6147947E-1,1.4607072E-2,0E0,1.8470907E-1,0E0,1.7308772E-1,0E0,0E0,1.1874151E-1,4.2497993E-2,0E0,2.4711037E-1,0E0,2.4786666E-3,0E0,0E0,0E0,1.1935139E-1,0E0,0E0,0E0,0E0,5.3646088E-2,0E0,1.736269E-1,0E0,3.449869E-2,0E0,0E0,0E0,1.8737817E-1,1.4901459E-1,0E0,1.4062524E-1,0E0,0E0,3.0381858E-2,6.51637E-2,0E0,0E0,0E0,0E0,0E0,0E0,5.3058267E-2,0E0,4.637271E-2,0E0,1.164999E-1,0E0,9.917545E-2,3.6429107E-2,0E0,0E0,5.8778763E-2,0E0,1.21839166E-1,1.18195936E-1,0E0,0E0,2.1426603E-2,0E0,2.0511103E-1,1.1123692E-2,4.8784215E-2,7.5811744E-2,0E0,0E0,5.5930167E-3,0E0,1.990869E-1,0E0,1.8352628E-1,1.10667706E-1,0E0,0E0,3.3645436E-2,1.1232376E-2,0E0,0E0,0E0,0E0,8.771324E-2,0E0,0E0,8.76565E-2,0E0,0E0,0E0,0E0,1.7169976E-1,2.0160711E-1,0E0,1.0859609E-1,0E0,0E0,3.824213E-2,0E0,0E0,2.868861E-2,0E0,0E0,3.1656563E-2,5.1910162E-2,0E0,0E0,0E0,0E0,2.9402077E-2,0E0,4.8099995E-2,0E0,1.111778E-1,0E0,2.1052346E-2,1.7364383E-2,0E0,1.6795158E-1,0E0,8.421654E-2,0E0,0E0,7.746332E-2,5.1741898E-2,0E0,0E0,0E0,8.427858E-2,0E0,1.5511394E-2,0E0,0E0,1.224668E-1,0E0,0E0,0E0,3.6129713E-2,1.4019251E-2,0E0,7.123375E-2,0E0,1.0450125E-1,0E0,0E0,0E0,6.708765E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.333445E-3,1.9233406E-2,0E0,4.0795088E-2,0E0,0E0,1.06342375E-1,0E0,0E0,0E0,1.8109694E-2,1.6300583E-1,0E0,1.1560805E-2,0E0,4.3121755E-2,0E0,0E0,3.8205147E-2,1.4671385E-2,0E0,0E0,0E0,0E0,6.0037494E-2,0E0,0E0,0E0,0E0,0E0,1.5234232E-1,1.1264062E-1,0E0,0E0,6.590366E-2,0E0,0E0,0E0,0E0,0E0,5.7318926E-2,9.435487E-2,0E0,0E0,1.40435845E-2,0E0,1.3074923E-1,0E0,0E0,0E0,2.0879656E-2,0E0,2.7559817E-2,0E0,0E0,1.5601158E-2,0E0,4.183626E-2,0E0,1.1544442E-1,0E0,3.44429E-2,0E0,0E0,0E0,5.2159727E-2,0E0,0E0,0E0,0E0,9.069872E-2,0E0,0E0,4.398024E-2,0E0,0E0,0E0,0E0,1.0692596E-2,9.786987E-2,0E0,0E0,0E0,5.8492303E-2,0E0,1.1196399E-1,0E0,0E0,0E0,1.3217449E-2,0E0,0E0,7.72171E-2,0E0,0E0,0E0,5.050993E-2,1.7144203E-2,0E0,0E0,7.144451E-2,0E0,4.0599108E-2,0E0,0E0,0E0,3.9539337E-2,0E0,3.3465624E-2,0E0,1.650238E-2,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,27,27,28,28,29,29,31,31,33,33,34,34,35,35,36,36,37,37,40,40,41,41,42,42,43,43,45,45,47,47,48,48,49,49,52,52,53,53,57,57,60,60,61,61,62,62,63,63,64,64,65,65,68,68,69,69,71,71,73,73,77,77,79,79,81,81,82,82,83,83,84,84,86,86,90,90,93,93,95,95,96,96,97,97,98,98,99,99,100,100,101,101,102,102,104,104,106,106,107,107,109,109,111,111,114,114,116,116,117,117,120,120,121,121,123,123,124,124,126,126,127,127,130,130,131,131,132,132,133,133,134,134,135,135,136,136,138,138,139,139,140,140,141,141,142,142,144,144,145,145,146,146,147,147,152,152,157,157,160,160,162,162,168,168,171,171,175,175,177,177,178,178,179,179,180,180,181,181,182,182,183,183,184,184,186,186,187,187,190,190,191,191,192,192,193,193,194,194,196,196,198,198,199,199,201,201,202,202,203,203,204,204,206,206,207,207,212,212,214,214,215,215,218,218,220,220,222,222,224,224,225,225,226,226,227,227,228,228,229,229,232,232,233,233,234,234,235,235,236,236,237,237,240,240,242,242,244,244,245,245,247,247,248,248,249,249,252,252,253,253,256,256,257,257,258,258,259,259,260,260,261,261,262,262,263,263,265,265,267,267,272,272,273,273,279,279,282,282,283,283,285,285,286,286,287,287,288,288,290,290,291,291,292,292,294,294,295,295,296,296,297,297,299,299,301,301,303,303,306,306,307,307,310,310,311,311,314,314,315,315,318,318,320,320,322,322,324,324,327,327,328,328,329,329,330,330,332,332,334,334,335,335,338,338,341,341,343,343,346,346,347,347,349,349,351,351,353,353,354,354,355,355,356,356,358,358,359,359,360,360,361,361,364,364,366,366,368,368,370,370,372,372,374,374,375,375,378,378,379,379,382,382,383,383,385,385,387,387,389,389,392,392,394,394,396,396,398,398,400,400,401,401,403,403,406,406,408,408,410,410,411,411,413,413,416,416,420,420,421,421,423,423,425,425,428,428,430,430,431,431,433,433,434,434,435,435,437,437,440,440,441,441,443,443,446,446,447,447,449,449,451,451,453,453,456,456,458,458,459,459,466,466,468,468,474,474,476,476,479,479,482,482,484,484,487,487,489,489,491,491,494,494,496,496,502,502,503,503,505,505,507,507,510,510,512,512,514,514,517,517,518,518,520,520,521,521,523,523,525,525,528,528,529,529,531,531,533,533,537,537,542,542,544,544,546,546,550,550,551,551,553,553,556,556,557,557,564,564,566,566,568,568,570,570,571,571,574,574,576,576,577,577,580,580,582,582,583,583,584,584,585,585,588,588,590,590,592,592,593,593,596,596,597,597,602,602,605,605,610,610,611,611,613,613,616,616,619,619,622,622,623,623,628,628,630,630,632,632,634,634,635,635,637,637,639,639,642,642,643,643,647,647,649,649,652,652,656,656,657,657,659,659,661,661,665,665,674,674,675,675,677,677,680,680,684,684,685,685,687,687,689,689,692,692,693,693,698,698,704,704,705,705,708,708,714,714,715,715,718,718,720,720,724,724,726,726,729,729,731,731,733,733,735,735,739,739,744,744,747,747,752,752,753,753,757,757,759,759,763,763,766,766,770,770,771,771,774,774,776,776,780,780,782,782,784,784],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,-1,54,56,58,-1,60,-1,62,64,66,68,70,-1,-1,72,74,76,78,-1,80,-1,82,84,86,-1,-1,88,90,-1,-1,-1,92,-1,-1,94,96,98,100,102,104,-1,-1,106,108,-1,110,-1,112,-1,-1,-1,114,-1,116,-1,118,120,122,124,-1,126,-1,-1,-1,128,-1,-1,130,-1,132,134,136,138,140,142,144,146,-1,148,-1,150,152,-1,154,-1,156,-1,-1,158,-1,160,162,-1,-1,164,166,-1,168,170,-1,172,174,-1,-1,176,178,180,182,184,186,188,-1,190,192,194,196,198,-1,200,202,204,206,-1,-1,-1,-1,208,-1,-1,-1,-1,210,-1,-1,212,-1,214,-1,-1,-1,-1,-1,216,-1,-1,218,-1,-1,-1,220,-1,222,224,226,228,230,232,234,236,-1,238,240,-1,-1,242,244,246,248,250,-1,252,-1,254,256,-1,258,260,262,264,-1,266,268,-1,-1,-1,-1,270,-1,272,274,-1,-1,276,-1,278,-1,280,-1,282,284,286,288,290,292,-1,-1,294,296,298,300,302,304,-1,-1,306,-1,308,-1,310,312,-1,314,316,318,-1,-1,320,322,-1,-1,324,326,328,330,332,334,336,338,-1,340,-1,342,-1,-1,-1,-1,344,346,-1,-1,-1,-1,-1,348,-1,-1,350,352,-1,354,356,358,360,-1,362,364,366,-1,368,370,372,374,-1,376,-1,378,-1,380,-1,-1,382,384,-1,-1,386,388,-1,-1,390,392,-1,-1,394,-1,396,-1,398,-1,400,-1,-1,402,404,406,408,-1,410,-1,412,414,-1,-1,416,-1,-1,418,-1,420,-1,-1,422,424,-1,426,-1,428,-1,430,432,434,436,-1,438,440,442,444,-1,-1,446,-1,448,-1,450,-1,452,-1,454,-1,456,458,-1,-1,460,462,-1,-1,464,466,-1,468,-1,470,-1,472,-1,-1,474,-1,476,-1,478,-1,480,-1,482,484,-1,486,-1,-1,488,-1,490,-1,492,494,-1,496,-1,-1,498,-1,-1,-1,500,502,-1,504,-1,506,-1,-1,508,-1,510,512,-1,514,516,518,-1,520,-1,-1,522,524,-1,526,-1,-1,528,530,-1,532,-1,534,-1,536,-1,-1,538,-1,540,542,-1,-1,-1,-1,-1,-1,544,-1,546,-1,-1,-1,-1,-1,548,-1,550,-1,-1,552,-1,-1,554,-1,556,-1,-1,558,-1,560,-1,562,-1,-1,564,-1,566,-1,-1,-1,-1,-1,568,570,-1,572,-1,574,-1,-1,576,-1,578,-1,580,-1,-1,582,584,-1,586,588,-1,590,-1,592,-1,-1,594,596,-1,598,-1,600,-1,-1,-1,602,-1,-1,-1,-1,604,-1,606,-1,608,-1,-1,-1,610,612,-1,614,-1,-1,616,618,-1,-1,-1,-1,-1,-1,620,-1,622,-1,624,-1,626,628,-1,-1,630,-1,632,634,-1,-1,636,-1,638,640,642,644,-1,-1,646,-1,648,-1,650,652,-1,-1,654,656,-1,-1,-1,-1,658,-1,-1,660,-1,-1,-1,-1,662,664,-1,666,-1,-1,668,-1,-1,670,-1,-1,672,674,-1,-1,-1,-1,676,-1,678,-1,680,-1,682,684,-1,686,-1,688,-1,-1,690,692,-1,-1,-1,694,-1,696,-1,-1,698,-1,-1,-1,700,702,-1,704,-1,706,-1,-1,-1,708,-1,-1,-1,-1,-1,-1,-1,-1,710,712,-1,714,-1,-1,716,-1,-1,-1,718,720,-1,722,-1,724,-1,-1,726,728,-1,-1,-1,-1,730,-1,-1,-1,-1,-1,732,734,-1,-1,736,-1,-1,-1,-1,-1,738,740,-1,-1,742,-1,744,-1,-1,-1,746,-1,748,-1,-1,750,-1,752,-1,754,-1,756,-1,-1,-1,758,-1,-1,-1,-1,760,-1,-1,762,-1,-1,-1,-1,764,766,-1,-1,-1,768,-1,770,-1,-1,-1,772,-1,-1,774,-1,-1,-1,776,778,-1,-1,780,-1,782,-1,-1,-1,784,-1,786,-1,788,-1,-1,-1,-1],"split_conditions":[8.618164E-1,8.930664E-1,9.8876953E-1,1.4920064E2,9.501953E-1,1.0964164E2,5.715625E1,4.574694E1,2.4850183E0,9.8583984E-1,1.7576418E2,3.0492926E0,4.97838E0,9.0771484E-1,2.7660122E0,1.4205972E2,2.0234165E0,9.84375E-1,9.941406E-1,3.640625E1,7.5342896E1,8.745117E-1,1.3452148E-1,1.5178359E0,7.7625E1,5.367279E-3,-0E0,1.4299013E2,5.1625E1,9.980469E-1,-0E0,1.5671173E0,-0E0,1.7382585E0,9.4091797E-1,5.9472656E-1,9.383654E-1,4.3449125E0,-0E0,-0E0,8.4765625E-1,2.5230265E0,9.301758E-1,1.8728917E2,-0E0,1.3630606E2,-0E0,9.267578E-1,7.7975105E1,5.947876E-2,-0E0,-0E0,8.652344E-1,8.691406E-1,-0E0,-0E0,3.2405514E-2,8.1875E1,-0E0,-0E0,9.7802734E-1,1.7878607E2,1.6244978E2,3.1953826E0,1.9299316E-1,6.044922E-1,-0E0,-0E0,3.096875E1,8.588867E-1,-0E0,5.00611E0,-0E0,3.5916734E0,-0E0,-0E0,-6.404731E-2,8.9990234E-1,-0E0,8.236956E1,-0E0,9.8095703E-1,7.521348E1,9.980469E-1,1.3376945E2,-0E0,8.652344E-1,-0E0,-6.1438406E-1,-0E0,4.732431E0,5.656004E-1,-0E0,3.81875E1,-0E0,6.0041103E1,2.5805664E-1,4.678125E1,5.040625E1,1.0870361E-1,3.296875E1,1.5771484E-1,2.1105957E-1,-0E0,4.4376516E0,-0E0,1.7590541E0,3.262329E-2,-0E0,5.7508125E0,-0E0,1.7017917E2,-0E0,-0E0,9.980469E-1,-0E0,8.911133E-2,6.819305E-1,-0E0,-0E0,1.18637085E-2,5.9936523E-2,-0E0,7.9296875E-1,4.108465E0,-0E0,5.7508125E0,3.1703125E1,-0E0,-0E0,9.775E1,1.7492676E-1,1.4774548E0,1.2215183E2,8.7306404E1,1.4562988E-1,8.0126953E-1,-0E0,2.255249E-2,2.3401284E0,3.31875E1,9.781544E-1,7.6660156E-1,-0E0,4.1790586E0,6.010742E-1,4.1E1,3.778125E1,-0E0,-0E0,-1.5869491E-1,-0E0,9.980469E-1,-5.0612724E-1,-0E0,-0E0,2.2150631E-1,5.5322685E0,-0E0,-0E0,7.37929E1,-0E0,7.209397E-1,-0E0,1.5797518E-1,-0E0,-3.43719E-1,-0E0,9.169922E-1,-2.2474092E-1,-0E0,3.0296875E1,-0E0,-0E0,-3.8548264E-1,3.0664062E-1,-0E0,1.1159553E2,4.246875E1,9.0771484E-1,5.571289E-1,8.5253906E-1,4.840625E1,4.5875E1,5.98125E1,-0E0,3.719372E0,9.490967E-3,-0E0,-0E0,2.6428423E1,7.860685E1,6.20625E1,3.1507556E0,1.6725E2,-0E0,3.54375E1,-0E0,5.9228516E-1,3.596875E1,-0E0,1.2575305E0,9.126211E1,6.43125E1,9.7753906E-1,-0E0,9.44946E1,8.8916016E-1,-0E0,-4.636622E-1,-0E0,-0E0,2.5182246E2,-0E0,1.424408E-2,4.842488E0,-0E0,-0E0,2.255249E-2,-0E0,1.001875E2,-0E0,4.6109266E0,-0E0,3.071875E1,1.0725372E2,8.5074486E1,2.1584926E0,8.288574E-2,9.7998047E-1,-0E0,-0E0,3.615625E1,1.6503906E-1,1.63E2,9.84375E-1,2.4280803E2,9.951172E-1,-0E0,-0E0,3.9616463E1,-0E0,1.256875E2,-0E0,5.7495117E-2,9.951172E-1,-0E0,1.5085565E2,3.7861605E0,3.290625E1,-0E0,-0E0,1.335907E-2,5.9936523E-2,-0E0,-0E0,7.9805976E-1,2.1008301E-1,3.0004883E-1,5.355999E1,2.935791E-2,4.340625E1,9.7548584E1,1.0201228E0,-0E0,1.9304288E2,-0E0,9.9853516E-1,-0E0,6.122019E-1,-0E0,-0E0,9.995117E-1,2.935791E-2,-0E0,-0E0,-4.4782004E-1,-4.592673E-1,-0E0,7.4560547E-1,-0E0,-0E0,1.27625E2,1.2780645E2,-0E0,7.319336E-1,1.036867E0,4.1625E1,1.5234375E-1,-0E0,1.331849E2,2.142413E0,4.6801758E-1,-0E0,6.489589E1,1.060642E0,2.3657227E-1,6.489589E1,-0E0,4.724723E0,-0E0,9.308954E1,-0E0,6.321875E1,-0E0,-0E0,3.90625E1,1.4675E2,-0E0,-0E0,9.350586E-1,4.4259057E0,-0E0,-0E0,8.105469E-1,3.7020596E1,-0E0,-0E0,7.421875E-2,-0E0,3.0823416E1,-0E0,2.0861287E0,-0E0,3.0484375E1,-0E0,-2.4308069E-1,2.499881E0,8.959961E-1,2.9181541E1,9.741211E-1,-0E0,9.580078E-1,-0E0,1.8414453E2,9.20625E1,-0E0,-0E0,1.3748781E2,3.6558717E-1,-0E0,2.5113366E0,-0E0,1.0009766E-2,-0E0,-0E0,9.9658203E-1,1.6664665E2,-0E0,9.946289E-1,-0E0,6.179077E1,-0E0,6.019756E-1,4.97838E0,1.6472112E2,4.297177E0,-0E0,9.926758E-1,7.349756E1,9.8876953E-1,3.9958467E0,-0E0,-0E0,8.731721E-1,-0E0,8.4E1,-0E0,3.0581744E2,-0E0,9.35E1,-0E0,8.630182E1,-0E0,7.1533203E-1,7.501221E-2,-0E0,-0E0,1.10646416E2,1.2785933E0,-0E0,-0E0,9.946289E-1,6.342441E1,-0E0,2.633667E-2,-0E0,9.814453E-1,-0E0,9.526367E-1,-0E0,-0E0,3.6346436E-2,-0E0,3.6375E1,-0E0,1.4782715E-1,-0E0,8.256836E-1,-0E0,1.308322E2,4.4E1,-0E0,2.9174805E-1,-0E0,-0E0,4.985278E0,-0E0,9.41875E1,-0E0,4.6118026E0,6.603241E-3,-0E0,1.4655418E2,-0E0,-0E0,9.902344E-1,-0E0,-4.890302E-1,-0E0,9.0185547E-1,7.965088E-3,-0E0,1.6210938E-1,-0E0,9.9902344E-1,-0E0,-0E0,8.6083984E-1,-0E0,4.1E1,4.9232832E-1,-0E0,1.15478516E-1,5.7421875E-1,8.569336E-1,-0E0,1.424408E-2,-0E0,-0E0,1.7292186E2,4.3120236E0,-0E0,7.363281E-1,-0E0,-0E0,5.4161236E1,1.05625E2,-0E0,9.9609375E-1,-0E0,9.9609375E-1,-0E0,4.498985E0,-0E0,-0E0,9.8535156E-1,-0E0,6.54375E1,4.2375E1,-0E0,-0E0,2.7810225E-1,-4.1006368E-1,-0E0,-0E0,3.290625E1,-0E0,7.349756E1,-2.4152957E-1,-0E0,-1.1301426E-1,-0E0,-0E0,4.8952575E0,-0E0,1.0461426E-1,-0E0,-2.7128643E-1,9.975586E-1,-0E0,-0E0,8.208008E-1,-0E0,5.371094E-1,-0E0,-1.9791573E-1,8.71875E1,-0E0,1.5085565E2,-0E0,3.54375E1,-0E0,-0E0,1.2785933E0,-0E0,4.3920898E-1,-4.3297884E-1,-0E0,-5.634199E-1,-0E0,-0E0,1.105957E-1,6.237793E-2,-0E0,8.5058594E-1,-0E0,1.2340886E2,-0E0,-0E0,9.321289E-1,-0E0,4.617579E0,-0E0,1.335907E-2,7.0319064E-2,-0E0,1.2147042E0,1.276543E2,-0E0,9.9853516E-1,1.7753873E0,-0E0,8.0444336E-2,-0E0,1.1154175E-2,-0E0,-0E0,2.1875E-1,6.237793E-2,-0E0,6.538086E-1,-0E0,2.1092324E0,-0E0,-2.7858582E-1,-0E0,3.007285E1,-0E0,-0E0,-1.8912077E-1,-0E0,6.835436E-1,-0E0,4.732431E0,-0E0,2.298468E0,3.2702917E-1,-0E0,-0E0,8.728027E-3,9.6191406E-1,-0E0,9.946289E-1,-0E0,-0E0,6.342441E1,8.728027E-3,-0E0,-0E0,-2.2064702E-1,-0E0,4.56507E-1,-0E0,9.926758E-1,-0E0,8.166504E-2,-0E0,1.9105716E2,-0E0,3.6638653E0,2.8330908E1,-0E0,-0E0,3.0609375E1,-0E0,5.5616966E1,3.865625E1,-0E0,-0E0,1.595E2,-0E0,7.1728516E-1,2.5507908E0,9.248047E-1,1.49E2,-0E0,-0E0,4.228125E1,-0E0,8.105469E-1,-0E0,9.8779297E-1,8.728027E-3,-0E0,-0E0,6.6015625E-1,6.36875E1,-0E0,-0E0,1.5676388E-1,-0E0,7.8125E-1,-0E0,3.3657506E-1,9.9072266E-1,-0E0,3.7078393E-1,-0E0,-0E0,9.9853516E-1,3.287884E0,-0E0,9.48125E1,-0E0,-0E0,4.81129E0,-0E0,3.1555533E-1,4.768168E0,-0E0,-0E0,7.965088E-3,8.129883E-2,-0E0,4.061017E-1,-0E0,-0E0,5.047598E0,-0E0,5.5377693E0,-0E0,7.043457E-2,-0E0,1.55375E2,4.296875E1,-0E0,1.7622983E2,-0E0,5.63125E1,-0E0,-0E0,9.269296E1,3.121875E1,-0E0,-0E0,-1.4217319E-1,4.81129E0,-0E0,8.3875E1,-0E0,-0E0,2.1267648E0,2.2977316E-1,-0E0,-0E0,8.5382116E-1,6.237793E-2,-0E0,7.6538086E-2,-0E0,5.627295E0,-0E0,4.4620693E-1,-0E0,3.825E1,-0E0,2.899431E-1,-0E0,-3.617402E-1,-0E0,-0E0,4.0465173E-1,-0E0,2.9181541E1,3.15E1,-0E0,1.1651611E-1,-0E0,-0E0,3.2667072E0,2.4597715E-1,-0E0,-0E0,1.1547466E2,5.0874603E1,-0E0,8.144228E1,-0E0,1.7407227E-1,-0E0,-0E0,6.8092346E-3,7.043457E-2,-0E0,4.3438104E-1,-0E0,-0E0,5.0037637E0,-0E0,5.146318E-1,-0E0,-5.329551E-1,-0E0,4.9270806E0,9.975586E-1,-0E0,-0E0,9.9316406E-1,-0E0,7.134171E-1,-0E0,-3.0160663E-1,-0E0,4.4021606E-3,4.9123545E0,-0E0,-0E0,6.425781E-1,-0E0,3.071875E1,-1.7847373E-1,-0E0,-0E0,9.980469E-1,-0E0,1.297989E2,-0E0,4.2595005E-1,3.1703125E1,-0E0,3.1375E1,-0E0,9.9853516E-1,-0E0,1.7626953E-1,-0E0,-0E0,3.7599406E-1,1.141875E2,-0E0,-2.3724511E-1,-0E0,-0E0,9.584961E-1,2.43569E-1,-0E0,9.897461E-1,-0E0,-0E0,-5.001709E-1,-0E0,3.6128669E0,1.8711206E1,-0E0,5.975012E-1,-0E0,9.9902344E-1,-0E0,6.2607647E1,-0E0,-4.2198816E-1,-0E0,9.5214844E-1,-0E0,-0E0,2.043031E0,-4.366511E-1,-0E0,-0E0,8.835814E1,1.11875E2,-0E0,-0E0,8.4848785E-1,-0E0,8.728027E-3,6.882835E-1,-0E0,-0E0,2.7008057E-3,-0E0,9.9658203E-1,-0E0,9.9365234E-1,5.0018597E-1,-0E0,-4.1805455E-1,-0E0],"split_indices":[13,12,14,4,15,5,8,4,0,17,6,3,0,15,1,7,1,15,14,10,7,14,13,1,8,16,0,7,11,14,0,3,0,1,15,12,2,0,0,0,13,1,12,7,0,5,0,14,4,14,0,0,13,13,0,0,0,10,0,0,16,6,6,0,16,15,0,0,8,13,0,3,0,2,0,0,0,12,0,5,0,17,5,15,4,0,13,0,0,0,3,0,0,10,0,5,18,10,9,13,8,13,12,0,1,0,0,16,0,1,0,6,0,0,18,0,16,2,0,0,19,16,0,15,0,0,1,10,0,0,10,13,1,7,5,17,19,0,19,0,8,3,14,0,2,17,8,10,0,0,0,0,15,0,0,0,0,0,0,0,7,0,3,0,0,0,0,0,19,0,0,8,0,0,0,14,0,6,9,15,19,12,11,8,10,0,2,19,0,0,7,4,11,1,10,0,10,0,13,11,0,3,7,10,14,0,5,12,0,0,0,0,7,0,19,2,0,0,19,0,9,0,3,0,10,5,4,2,16,14,0,0,8,13,10,15,6,17,0,0,7,0,11,0,13,14,0,6,2,11,0,0,18,16,0,0,2,18,13,7,19,11,5,0,0,6,0,16,0,0,0,0,18,18,0,0,0,0,0,18,0,0,9,4,0,19,3,11,13,0,4,2,16,0,5,1,14,5,0,2,0,4,0,11,0,0,11,10,0,0,15,3,0,0,13,7,0,0,15,0,7,0,1,0,8,0,0,0,14,7,15,0,15,0,6,11,0,0,6,0,0,0,0,16,0,0,15,6,0,15,0,5,0,3,0,6,2,0,16,5,16,3,0,0,0,0,10,0,6,0,10,0,5,0,14,13,0,0,5,2,0,0,17,4,0,18,0,16,0,16,0,0,18,0,9,0,15,0,12,0,6,9,0,16,0,0,1,0,11,0,0,19,0,6,0,0,16,0,0,0,14,19,0,13,0,14,0,0,12,0,10,2,0,12,18,16,0,18,0,0,6,0,0,13,0,0,5,9,0,15,0,15,0,3,0,0,19,0,9,8,0,0,0,0,0,0,10,0,5,0,0,0,0,0,1,0,12,0,0,14,0,0,13,0,14,0,0,11,0,6,0,10,0,0,2,0,14,0,0,0,0,0,14,12,0,13,0,6,0,0,15,0,2,0,16,0,0,3,7,0,17,0,0,16,0,18,0,0,18,12,0,13,0,3,0,0,0,7,0,0,0,0,3,0,3,0,0,0,0,0,19,17,0,18,0,0,4,19,0,0,0,0,0,0,16,0,13,0,6,0,0,7,0,0,8,0,4,11,0,0,10,0,13,3,16,11,0,0,11,0,13,0,16,19,0,0,12,9,0,0,0,0,13,0,0,19,0,0,0,0,19,3,0,11,0,0,3,0,0,3,0,0,18,12,0,0,0,0,0,0,2,0,12,0,10,11,0,6,0,10,0,0,5,8,0,0,0,3,0,9,0,0,3,0,0,0,3,12,0,12,0,1,0,0,0,9,0,0,0,0,0,0,0,0,7,8,0,15,0,0,0,0,0,0,6,7,0,5,0,14,0,0,17,12,0,0,0,0,2,0,0,0,0,0,0,17,0,0,17,0,0,0,0,0,17,3,0,0,12,0,8,0,0,0,17,0,4,0,0,11,0,8,0,18,0,16,0,0,0,10,0,0,0,0,18,0,0,17,0,0,0,0,2,7,0,0,0,14,0,5,0,0,0,19,0,0,1,0,0,0,4,10,0,0,0,0,18,0,0,0,18,0,19,0,16,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[4.348271E2,3.7340384E2,6.142325E1,3.4026474E2,3.3139114E1,5.1155205E1,1.0268044E1,3.139819E2,2.6282831E1,1.948251E1,1.3656606E1,4.02564E1,1.0898802E1,7.3930593E0,2.8749852E0,1.4394626E1,2.9958728E2,8.46338E0,1.7819452E1,1.5271484E1,4.2110243E0,7.486643E0,6.1699624E0,2.962439E1,1.0632011E1,1.0305662E1,5.9313995E-1,5.5949984E0,1.7980609E0,2.4786673E0,3.963178E-1,1.0257352E1,4.1372743E0,1.7641142E2,1.2317585E2,5.478627E0,2.984753E0,1.2850738E1,4.9687147E0,1.9589442E0,1.331254E1,2.029753E0,2.1812713E0,5.1703157E0,2.316327E0,4.280907E0,1.8890551E0,1.3715514E1,1.5908876E1,1.0133465E1,4.9854636E-1,3.8904747E-1,9.916615E0,4.2374363E0,1.3575618E0,5.9176075E-1,1.2063001E0,2.1842792E0,2.943882E-1,2.7213416E0,7.5360103E0,1.4810898E2,2.8302444E1,5.966933E1,6.350652E1,4.625041E0,8.535861E-1,5.6454843E-1,2.4202044E0,1.03728695E1,2.4778683E0,1.2957754E1,3.5478622E-1,1.5923773E0,4.3737558E-1,1.0640028E0,1.1172687E0,3.727264E0,1.4430518E0,3.6082368E0,6.726704E-1,1.1048836E1,2.666678E0,2.7095947E0,1.3199282E1,4.6846E-1,9.665005E0,2.8600943E-1,9.630605E0,5.5258214E-1,3.684854E0,1.7307448E0,4.5353433E-1,6.4821258E0,1.0538844E0,9.685732E1,5.1251663E1,1.1064267E1,1.7238178E1,4.2919456E1,1.6749872E1,1.6577671E1,4.6928852E1,7.809556E-1,3.8440855E0,2.4876253E-1,2.171442E0,1.0115467E1,2.57402E-1,1.174785E1,1.2099035E0,1.4110814E0,1.812959E-1,2.650092E-1,3.4622548E0,3.9814442E-1,3.2100923E0,9.484876E0,1.5639604E0,8.3001065E-1,1.8366674E0,2.4082892E0,3.0130556E-1,1.078562E1,2.413662E0,4.8240995E-1,9.182595E0,3.214654E0,4.7020018E-1,9.3983686E-1,5.542289E0,1.7189528E1,7.966779E1,2.5910145E1,2.5341516E1,4.3695874E0,6.6946793E0,2.9346132E0,1.4303565E1,1.1233966E1,3.1685492E1,3.5736103E0,1.3176261E1,6.3477893E0,1.0229881E1,2.7794292E1,1.913456E1,3.5272195E0,3.16866E-1,3.214277E-1,1.8500142E0,1.0410426E0,9.074425E0,1.1582184E1,1.6566637E-1,2.2042939E-1,1.190652E0,3.2506878E0,2.1156675E-1,4.619318E-1,2.7481606E0,1.4670466E0,8.017829E0,1.9599359E-1,1.6406738E0,2.5834835E-1,2.149941E0,2.9565542E0,7.8290653E0,1.6735343E0,7.401277E-1,8.830958E0,3.516361E-1,1.6826543E-1,3.0463886E0,5.015564E0,5.2672505E-1,8.841464E0,8.348063E0,5.7445206E1,2.222259E1,1.2635293E1,1.3274852E1,1.5674142E1,9.667376E0,6.799741E-1,3.6896136E0,4.965171E0,1.7295083E0,1.2299784E0,1.3073586E1,7.751301E0,3.4826648E0,6.8593936E0,2.48261E1,4.094581E-1,3.1641521E0,2.4910355E0,1.06852255E1,9.060485E0,1.1693958E0,1.1689631E1,1.610466E1,1.3044294E1,6.0902653E0,4.333913E-1,3.0938282E0,8.293377E0,7.810475E-1,3.050664E0,2.0002392E-1,2.6059875E-1,2.487562E0,6.7933166E-1,7.338497E0,7.2966475E0,5.324181E-1,2.4018243E-1,8.590776E0,3.732414E-1,4.6423225E0,1.0682638E0,7.7732005E0,1.0742844E0,7.2737794E0,2.3075396E1,3.436981E1,1.4271871E1,7.950719E0,1.1674542E1,9.6075094E-1,3.6932812E0,9.581571E0,6.208531E0,9.4656105E0,3.9043097E0,5.763066E0,2.987658E0,7.019554E-1,5.435216E-1,4.4216495E0,1.2693019E0,1.1804285E1,2.648309E0,5.102992E0,2.3341508E0,1.1485142E0,3.1964705E0,3.662923E0,2.3728003E1,1.0980966E0,3.7684894E-1,2.7873032E0,9.225126E0,1.4600996E0,5.392228E-1,8.521262E0,2.1564732E0,9.533158E0,8.811265E0,7.2933946E0,6.0084257E0,7.035868E0,4.981565E0,1.1087E0,2.6575348E0,4.3629348E-1,8.051509E0,2.418686E-1,2.303123E0,1.8443888E-1,8.2364047E-1,6.514857E0,6.797045E0,4.9960247E-1,1.2460147E0,7.3447614E0,4.1043596E0,5.3796256E-1,7.157796E0,6.154045E-1,2.6742807E-1,7.0063515E0,2.2760126E1,3.1527004E-1,1.1226621E1,2.3143187E1,6.612009E0,7.6598616E0,8.4075385E-1,7.1099653E0,7.148679E0,4.525863E0,9.6892697E-1,8.612643E0,2.9324563E0,3.2760744E0,8.967819E0,4.977916E-1,2.6994662E0,1.2048434E0,4.580164E0,1.1829017E0,2.770996E0,2.1666193E-1,6.490711E-1,3.7725782E0,1.1396072E1,4.0821272E-1,6.845892E-1,4.4184027E0,1.9622704E0,3.7188035E-1,9.4409966E-1,2.2523708E0,2.8218E0,8.4112304E-1,1.0930653E0,2.2634937E1,3.1585652E-1,2.4714468E0,1.2378501E0,7.987276E0,3.9561605E-1,8.125647E0,8.11032E-1,1.3454411E0,5.871544E0,3.6616147E0,4.804128E0,4.0071373E0,1.4766017E0,5.8167925E0,9.865207E-1,5.021905E0,5.861671E0,1.1741976E0,5.299651E-1,4.4515996E0,2.4873056E0,1.7022902E-1,7.607291E0,4.4421718E-1,6.341789E0,1.730683E-1,6.909407E-1,6.1061044E0,5.2597E0,1.8980961E0,6.726062E0,2.8028956E-1,1.9262537E1,3.4975884E0,7.916917E0,3.3097036E0,5.2611012E0,1.7882086E1,1.3200346E0,5.2919745E0,3.3240411E0,4.33582E0,6.37862E0,7.313451E-1,9.0594757E-1,6.2427316E0,1.4293334E0,3.0965297E0,4.691329E-1,8.143511E0,3.600304E-1,2.5724258E0,7.1234757E-1,2.563727E0,5.126739E-1,8.455145E0,2.4918048E0,2.0766139E-1,1.6075203E0,2.9726434E0,2.073587E0,6.9740915E-1,3.1468004E-1,3.4578981E0,1.1102933E1,2.9313934E-1,4.2138624E0,2.0454034E-1,1.7803863E0,1.8188405E-1,2.0842512E0,1.6811965E-1,2.2837259E-1,2.5934274E0,4.8913047E-1,2.2145807E1,4.5624632E-1,2.0152004E0,4.0553564E-1,7.5817404E0,3.2238972E-1,7.8032565E0,3.2604399E0,2.6111042E0,1.6568145E0,2.0048E0,1.9969022E0,2.8072257E0,9.109463E-1,3.0961912E0,3.1891572E-1,5.497877E0,4.17514E0,8.467653E-1,4.3961744E0,1.4654964E0,2.3191346E-1,4.2196865E0,3.3121392E-1,7.2760773E0,1.6625234E-1,6.175536E0,5.2692943E0,8.368099E-1,4.8290076E0,4.3069193E-1,5.4081373E0,1.3179245E0,6.9902617E-1,1.856351E1,5.859295E-1,7.3309875E0,3.087326E0,2.223776E-1,3.6250873E0,1.636014E0,1.5375105E1,2.5069818E0,5.058723E0,2.3325159E-1,1.0651586E0,2.2588825E0,3.8976297E0,4.3819055E-1,5.730703E0,6.47917E-1,2.23453E-1,6.0192785E0,2.5281737E0,5.683559E-1,7.6851954E0,4.5831537E-1,2.3884368E0,1.8398894E-1,2.3673124E0,1.9641457E-1,1.3944306E0,7.0607147E0,2.3426431E-1,2.2575405E0,2.7930772E0,1.7956625E-1,1.8324901E-1,1.8903381E0,3.295229E0,1.6266935E-1,3.3641806E-1,1.0766515E1,2.4293326E-1,3.9709291E0,1.6177073E0,1.626791E-1,1.8613671E0,2.2288407E-1,2.737339E-1,2.3196936E0,2.6727834E-1,2.1878529E1,1.6372569E-1,1.8514746E0,7.225805E0,3.559355E-1,2.6589686E-1,7.5373597E0,1.8209124E-1,3.0783486E0,1.6324708E-1,1.4935673E0,2.5620162E0,2.4520956E-1,2.7462125E0,3.499786E-1,5.0170507E0,4.808263E-1,2.0086236E-1,3.9742775E0,4.0682846E-1,3.9893458E0,3.8313901E0,3.8829634E-1,5.769938E0,4.0559807E-1,3.5522208E-1,4.9140725E0,4.2274137E0,6.015944E-1,5.2267947E0,1.8134232E-1,1.7690363E1,8.7314767E-1,1.6715324E0,5.6594553E0,1.6742684E-1,2.9198992E0,4.6965092E-1,3.1554363E0,1.0301801E0,6.058339E-1,8.960774E0,6.4143295E0,4.582979E-1,4.600425E0,1.9978356E0,2.61047E-1,3.607529E0,2.9010084E-1,5.1402736E0,5.9042937E-1,3.2182539E-1,5.697453E0,2.3333895E0,1.947842E-1,6.3735895E0,1.3116056E0,1.8870302E0,5.014065E-1,2.1908703E0,1.764421E-1,6.8855596E0,1.7515509E-1,1.6309987E-1,2.0944407E0,2.7638468E-1,2.5166926E0,1.8945661E-1,1.0577058E1,3.0108508E-1,3.6698442E0,2.115576E0,2.0411734E-1,3.001722E0,1.8876806E1,5.6731434E0,1.5526617E0,7.3462157E0,1.9114384E-1,1.9158804E-1,2.8867607E0,2.3668666E0,1.9514963E-1,5.133736E-1,2.2328389E0,2.7642095E-1,4.7406297E0,5.715608E-1,3.4027166E0,8.0947363E-1,3.1798723E0,2.064795E-1,4.707593E0,2.8863472E-1,3.9387786E0,4.976287E0,2.5050786E-1,2.4419995E-1,1.7446163E1,4.3014652E-1,5.2293086E0,2.4646025E0,4.5529678E-1,3.3998916E-1,2.815447E0,7.0056325E-1,8.260212E0,3.174958E0,3.2393718E0,4.4332914E0,1.6713355E-1,2.2164574E-1,1.7761898E0,3.6979556E-1,3.2377334E0,2.5645193E-1,4.883822E0,5.2920537E0,4.0539914E-1,2.2274214E-1,2.1106474E0,5.5690374E0,8.0455244E-1,1.9326079E-1,1.6937695E0,1.8287508E-1,6.7026844E0,1.9962817E-1,2.3170643E0,9.795839E0,7.8121907E-1,3.4507234E0,2.1912058E-1,9.276308E-1,1.7949175E1,5.003497E0,6.696463E-1,7.16115E0,1.8506579E-1,3.628707E-1,2.52389E0,1.7333347E-1,2.1935332E0,3.176264E0,2.2645266E-1,2.0158125E-1,2.978291E0,4.4828186E0,2.2477417E-1,3.0588078E0,8.7997085E-1,2.9494464E-1,4.681342E0,3.5231853E-1,1.7093845E1,7.050552E-1,4.5242534E0,5.13479E-1,1.9511235E0,2.4775543E0,3.3789265E-1,7.691661E0,5.685509E-1,2.172923E0,1.0020348E0,9.242809E-1,2.315091E0,4.1537976E0,2.794936E-1,1.8890129E-1,1.5872885E0,3.0624328E0,1.753005E-1,4.2128143E0,6.710076E-1,1.6468956E-1,5.127364E0,1.9370853E0,1.7356214E-1,2.1568884E-1,5.3533483E0,6.4945936E0,2.080906E-1,9.493127E0,3.027119E-1,1.7664404E1,2.847717E-1,4.4191327E0,5.843646E-1,6.474357E0,6.867928E-1,2.2682476E0,2.5564227E-1,3.0018373E0,1.7442666E-1,2.1502373E-1,2.7632673E0,2.2983353E-1,4.252985E0,4.3957186E0,2.8562397E-1,1.676633E1,3.2751486E-1,2.655877E-1,4.2586656E0,1.7662528E0,1.848707E-1,1.780927E-1,2.2994616E0,7.3168364E0,3.748244E-1,1.7728927E0,4.0003043E-1,2.076026E0,2.3906486E-1,1.7833504E-1,3.9754627E0,2.833008E0,2.2942479E-1,4.0328293E0,1.7998508E-1,8.305681E-1,4.2967963E0,5.0218487E-1,4.8511634E0,1.7641732E-1,6.3181767E0,6.4651525E-1,8.846612E0,1.6895756E1,7.686483E-1,2.7139685E-1,6.2029605E0,4.0505028E-1,3.847935E0,2.3442039E-1,4.161298E0,1.1139084E0,1.5652422E1,3.6245828E0,6.34083E-1,1.9737196E-1,2.10209E0,4.2712983E-1,6.8897066E0,1.5418441E0,2.3104855E-1,1.6810033E-1,1.9079256E0,2.509972E-1,3.7244656E0,2.4407512E-1,2.588933E0,4.129926E0,1.668698E-1,8.663606E0,1.8300654E-1,1.6522251E1,3.7350425E-1,6.0163107E0,1.8664971E-1,1.8847395E-1,1.5463948E1,3.3701653E0,2.544174E-1,1.7508163E0,3.512734E-1,3.165481E-1,6.5731583E0,1.7183543E0,1.8957135E-1,3.247315E0,4.7715065E-1,3.7773412E-1,3.7521923E0,3.232723E-1,8.340333E0,1.6269735E1,2.5251612E-1,5.812493E0,2.0381781E-1,3.125055E0,2.451103E-1,6.013141E0,5.600174E-1,3.0608451E0,1.8646973E-1,6.8064523E0,1.5338807E0,3.7141556E-1,1.5898319E1,2.8695002E0,2.5555494E-1,3.094622E-1,5.7036786E0,6.4905376E0,3.1591472E-1,1.842105E-1,1.5714108E1,2.374907E-1,5.466188E0,6.265908E0,2.2463007E-1,6.2713987E-1,1.5086969E1,2.4259268E-1,5.2235956E0,1.7179033E-1,1.4915178E1,4.9706283E0,2.529672E-1,1.4653775E1,2.6140347E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"789","size_leaf_vector":"0"}},{"base_weights":[-2.8392559E-2,-2.1569318E-1,-1.748893E-3,-6.562534E-2,-3.947618E-1,1.0613402E-2,-2.5099134E-1,-0E0,-3.627663E-1,-4.588397E-1,-0E0,3.126868E-2,-2.2169016E-1,-5.8188784E-1,-0E0,7.506084E-2,-7.631141E-2,-0E0,-4.9993157E-1,-0E0,-4.7608837E-1,-8.4470734E-2,5.9646074E-2,-4.514326E-1,-0E0,-6.1325336E-1,-0E0,4.9681476E-1,-1.9031025E-1,1.964276E-1,-0E0,-0E0,-1.798254E-1,-4.404486E-1,-0E0,-0E0,-4.8235837E-1,-0E0,-1.7059417E-1,1.636986E-2,1.4420871E-1,-0E0,-5.6320167E-1,3.5746347E-2,-1.2905596E-1,-0E0,-7.353129E-1,7.2695154E-1,-0E0,-0E0,-4.344242E-1,-0E0,3.004606E-1,-0E0,-9.151316E-2,1.1351385E-1,-0E0,-0E0,-2.614369E-1,-0E0,-4.87929E-1,-8.425068E-2,6.2612E-2,-0E0,-2.203972E-1,-4.2765982E-2,7.396055E-2,-1.17558986E-1,1.802866E-1,-0E0,-6.614796E-1,-0E0,2.0724429E-1,-0E0,-2.7666622E-1,-0E0,-5.9722084E-1,8.40007E-1,-0E0,-0E0,6.4192936E-2,-5.0083256E-1,-0E0,-0E0,3.7545395E-1,-1.0763864E-1,-0E0,2.5636324E-1,-0E0,-3.6665407E-1,-0E0,-3.8567278E-1,-0E0,-0E0,-2.445328E-1,-0E0,1.4767972E-1,-0E0,-2.4591601E-1,-4.6393622E-4,-2.938171E-1,-0E0,1.3711713E-1,-0E0,-2.508841E-1,2.7143657E-1,2.0937465E-2,-5.2544725E-1,-0E0,-3.5654828E-2,-0E0,3.298272E-1,-0E0,-3.3753744E-1,-0E0,9.067922E-1,-0E0,2.0932949E-1,-0E0,-4.2740762E-1,-0E0,4.2165962E-1,-0E0,-0E0,3.5837027E-1,-4.2522374E-1,-0E0,-0E0,2.962973E-2,-3.34026E-1,-0E0,-0E0,-6.4918995E-2,-0E0,2.1764414E-1,-0E0,-2.6218513E-1,-1.1209177E-1,5.574158E-2,-3.6778194E-1,-0E0,-9.129783E-2,6.547829E-2,1.6873282E-1,-9.87734E-3,-0E0,-3.659219E-1,3.4684503E-1,-0E0,1.9349338E-1,-6.512376E-2,-6.411549E-2,-0E0,3.9710477E-1,-0E0,-3.54506E-1,-0E0,7.377905E-1,-0E0,-0E0,1.7754422E-1,4.6197143E-1,-0E0,-0E0,3.9407608E-1,-4.7567979E-1,-0E0,1.5876506E-1,-0E0,-3.8075253E-1,-0E0,-2.1667312E-1,-0E0,2.8417352E-1,-0E0,-3.2322693E-1,-0E0,-0E0,-1.6561121E-1,-2.0800964E-3,1.6761734E-1,-0E0,-4.1346443E-1,-0E0,-2.2651127E-1,-0E0,2.8898516E-1,1.9223198E-1,-0E0,-0E0,-2.599799E-1,-0E0,-3.1413072E-1,-0E0,4.08999E-1,2.7360478E-1,-1.1896322E-1,-0E0,4.0647975E-1,-0E0,-1.7594452E-1,-0E0,-9.426977E-2,-0E0,4.5352283E-1,-3.7920934E-1,-0E0,4.8480254E-1,-0E0,4.188257E-1,-0E0,-0E0,-4.9493834E-1,2.7442867E-1,-0E0,-0E0,-4.0642542E-1,-0E0,-1.908188E-1,3.5102338E-1,-0E0,-3.5791707E-1,-0E0,-0E0,-7.170994E-2,-0E0,5.5914342E-2,-0E0,-2.174405E-1,-7.317757E-2,5.340062E-2,2.10242E-1,-0E0,-0E0,-4.4448492E-1,-6.4438224E-2,5.591687E-2,-0E0,-3.4472656E-1,-1.0399383E-1,5.844886E-2,3.634622E-1,-0E0,2.0987137E-1,-0E0,3.372874E-2,-0E0,-0E0,1.24059364E-1,4.2154577E-1,-0E0,-0E0,4.048381E-1,-0E0,-2.2808854E-1,7.157372E-3,-2.7126469E-2,4.7410336E-1,-0E0,-0E0,1.15425095E-1,-0E0,-2.3270103E-1,-1.01458244E-1,-0E0,-0E0,4.9578774E-1,-3.2236126E-1,-0E0,-0E0,5.185807E-1,-0E0,3.442204E-1,-0E0,-5.2399814E-1,2.4288765E-1,-0E0,-0E0,-4.327979E-1,3.884604E-1,-0E0,-3.813368E-1,-0E0,-0E0,-2.0599653E-1,1.5512483E-1,-0E0,-0E0,2.7547318E-2,-2.6622579E-1,-0E0,-1.9590275E-1,-0E0,-0E0,1.7204772E-1,-0E0,2.5374815E-1,-4.613091E-1,-0E0,-0E0,-1.5372662E-1,-0E0,1.9123557E-1,-0E0,-3.9092702E-1,-0E0,-2.4111031E-1,1.5494955E-1,-0E0,4.3394893E-1,-0E0,-0E0,2.2642432E-1,-0E0,1.8406625E-1,-0E0,-8.5239455E-2,1.2613595E-1,-0E0,-0E0,4.349672E-1,4.423754E-1,-0E0,-0E0,-2.9353532E-1,-0E0,5.9286978E-2,-0E0,-1.6936338E-1,-0E0,5.35033E-1,-8.880933E-2,-0E0,1.9970441E-1,-0E0,-2.7432674E-1,-0E0,-0E0,4.0091914E-1,-0E0,5.424033E-1,-0E0,-4.2922595E-1,-0E0,-4.5507202E-1,-0E0,4.4030103E-1,-4.0014246E-1,-0E0,-0E0,-2.4317369E-1,-0E0,2.062138E-1,1.5764713E-1,-0E0,-3.2883182E-1,-0E0,-0E0,-3.2474503E-1,1.11840636E-1,-2.9064553E-2,2.715896E-1,-0E0,2.839959E-1,-0E0,-0E0,-4.7630364E-1,-0E0,-2.1882099E-1,-0E0,2.9748234E-1,-4.1428804E-1,-0E0,-0E0,-3.534346E-1,-0E0,2.1155134E-1,-0E0,4.8963174E-1,2.4085423E-1,-0E0,-0E0,1.7627583E-1,-1.7192972E-1,-0E0,-0E0,4.4892386E-1,4.620738E-1,-0E0,-3.467286E-1,-0E0,1.0003621E-1,-0E0,-2.5853175E-1,-0E0,-0E0,5.638566E-1,-1.5071942E-1,-0E0,-0E0,2.6504543E-1,-0E0,-3.2682836E-1,4.3453497E-1,-0E0,-0E0,-4.8516187E-1,-0E0,4.781797E-1,-4.15971E-1,-0E0,-0E0,-2.0603254E-1,-0E0,2.4916889E-1,-0E0,2.0765479E-1,-0E0,-3.6279735E-1,-0E0,-3.7553334E-1,-0E0,1.606498E-1,-7.7916555E-2,-0E0,-0E0,3.6013773E-1,-0E0,3.0756617E-1,-0E0,-4.8959038E-1,-2.7505112E-1,-0E0,-0E0,4.0583983E-1,-4.7535363E-1,-0E0,-0E0,-3.1149045E-1,2.7565688E-1,-0E0,-0E0,5.529396E-1,-0E0,2.5403044E-1,-0E0,-2.5607833E-1,-0E0,4.6482947E-1,4.8171002E-1,-0E0,-0E0,-3.9671466E-1,-0E0,1.04663126E-1,-3.332529E-1,-0E0,6.3989085E-1,-0E0,-2.1266139E-1,-0E0,-0E0,2.182233E-1,-3.704688E-1,-0E0,-3.966772E-1,-0E0,5.1456136E-1,-0E0,-4.2724085E-1,-0E0,-0E0,2.248739E-1,2.1998641E-1,-0E0,-0E0,-4.1212508E-1,-0E0,-4.0246126E-1,2.2209385E-1,-0E0,-1.0473696E-1,-0E0,3.9803717E-1,-0E0,3.5420305E-1,-0E0,-5.0917214E-1,-0E0,-0E0,-3.1080952E-1,4.5503646E-1,-0E0,-0E0,-5.0124425E-1,3.5299942E-1,-0E0,6.0000914E-1,-0E0,-0E0,2.660743E-1,-2.8791222E-1,-0E0,-0E0,4.747179E-1,-0E0,4.037923E-1,-4.320993E-1,-0E0,-0E0,-2.8377846E-1,-0E0,5.104473E-1,-0E0,-2.0027597E-1,-3.9789137E-1,-0E0,5.3821E-1,-0E0,-0E0,-4.378921E-1,1.7984936E-1,-0E0,-0E0,-4.3997386E-1,-0E0,-4.2041156E-1,-0E0,2.9539648E-1,-1.3121356E-1,-0E0,-0E0,3.2138762E-1,-0E0,3.873063E-1,-0E0,-4.0702438E-1,-2.678481E-1,-0E0,-0E0,4.913587E-1,-0E0,-5.255197E-1,-0E0,4.2347324E-1,6.371239E-1,-0E0,-0E0,2.8699595E-1,-3.0773044E-1,-0E0,-0E0,4.9156836E-1,-3.6003911E-1,-0E0,-0E0,-4.1913104E-1,-0E0,5.531369E-1,-4.461609E-1,-0E0,-4.871973E-1,-0E0,-4.4018465E-1,-0E0,3.7154928E-1,-0E0,-0E0,-1.5902288E-1,-0E0,4.288291E-1,-0E0,4.0406835E-1,-0E0,-5.440568E-1,-0E0,3.7740442E-1,-0E0,5.378899E-1,3.2916602E-1,-0E0,-2.620358E-1,-0E0,-0E0,5.070622E-1,-4.3497336E-1,-0E0,4.4204488E-1,-0E0,-0E0,-3.5168874E-1,-5.135288E-1,-0E0,-0E0,-3.629041E-1,3.2386795E-1,-0E0,-0E0,-1.739564E-1,4.5525533E-1,-0E0,-5.646124E-1,-0E0,-0E0,3.5094878E-1,1.330492E-1,-0E0,5.20804E-1,-0E0,-4.5627514E-1,-0E0,-0E0,-5.352229E-1,-0E0,-1.525553E-1,-0E0,5.021031E-1,-0E0,-4.5787302E-1,-0E0,3.7338245E-1,2.931233E-1,-0E0,-0E0,-2.8401408E-2,-0E0,5.5716634E-1,-0E0,-4.790223E-1,-5.5952173E-1,-0E0,-0E0,6.1010826E-1,3.9695475E-1,-0E0,-0E0,3.8646826E-1,-1.1297221E-1,-0E0,-0E0,5.820944E-1,-4.9912006E-1,-0E0,-0E0,-4.6268052E-1,6.247477E-1,-0E0,4.1044003E-1,-0E0,-0E0,3.2643354E-1,-1.8292464E-1,-0E0,-0E0,5.896395E-1,-0E0,-5.177235E-1,6.62297E-1,-0E0,-0E0,4.2253456E-1,-0E0,-1.7524368E-1,5.9895563E-1,-0E0,-0E0,-5.3049374E-1,5.3446454E-1,-0E0,4.3729165E-1,-0E0,6.025749E-1,-0E0,-0E0,-5.4761356E-1,4.4545287E-1,-0E0,4.730028E-1,-0E0,-0E0,-5.7410854E-1,4.5382464E-1,-0E0,-0E0,-5.86939E-1,-0E0,4.5894334E-1,-0E0,-4.7472906E-1,4.6531835E-1,-0E0,4.7052354E-1,-0E0,4.9194574E-1,-0E0,5.018985E-1,-0E0,5.132069E-1,-0E0,-0E0,5.1838315E-1,5.5692285E-1,-0E0,5.849878E-1,-0E0,-0E0,6.038725E-1,-0E0,6.224148E-1,6.577114E-1,-0E0,6.81552E-1,-0E0,6.895395E-1,-0E0,-0E0,5.417767E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":11,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,27,29,31,-1,33,-1,35,37,39,41,43,45,-1,47,49,51,53,55,57,-1,-1,-1,59,61,63,65,67,-1,69,71,73,-1,75,77,-1,79,81,-1,83,-1,85,87,-1,-1,89,-1,91,93,95,-1,97,99,101,103,105,-1,107,109,111,-1,113,-1,-1,115,-1,-1,117,119,-1,-1,121,-1,-1,123,-1,125,-1,-1,-1,127,129,131,133,-1,135,137,139,141,143,-1,145,147,149,-1,-1,151,-1,153,-1,155,-1,157,-1,159,-1,-1,-1,161,-1,-1,163,165,-1,-1,167,169,-1,-1,171,-1,173,-1,175,177,179,181,-1,183,185,187,189,-1,191,193,195,197,199,201,-1,203,-1,205,-1,-1,-1,-1,-1,207,-1,-1,209,211,-1,213,-1,215,-1,217,-1,219,-1,221,223,225,227,229,231,-1,233,235,237,239,241,243,-1,245,-1,-1,-1,247,249,251,253,255,257,259,261,-1,263,-1,265,267,-1,269,-1,271,-1,-1,273,275,-1,-1,277,-1,-1,279,-1,281,-1,-1,283,-1,285,287,289,291,293,295,-1,-1,297,299,301,-1,303,305,307,309,-1,311,-1,313,-1,315,317,319,-1,-1,321,-1,323,325,327,329,-1,331,333,-1,335,-1,-1,-1,337,-1,-1,-1,339,-1,-1,-1,341,-1,-1,-1,343,345,-1,347,-1,-1,349,351,-1,-1,353,355,-1,357,359,-1,361,-1,363,365,-1,-1,367,-1,369,-1,371,-1,373,375,-1,377,-1,-1,379,-1,381,-1,383,-1,-1,-1,385,387,-1,-1,389,-1,391,-1,393,-1,395,397,-1,399,-1,401,-1,-1,-1,-1,403,-1,-1,-1,405,-1,407,409,-1,-1,411,-1,413,415,-1,417,-1,-1,419,421,423,425,-1,427,-1,-1,429,-1,431,-1,433,435,-1,-1,437,-1,439,-1,441,443,-1,-1,-1,445,-1,-1,447,449,-1,451,-1,453,-1,455,-1,-1,457,459,-1,-1,461,-1,463,-1,-1,-1,465,-1,467,469,-1,-1,-1,-1,471,-1,473,-1,475,-1,477,-1,479,481,-1,-1,483,-1,485,-1,487,489,-1,-1,491,493,-1,-1,-1,495,-1,-1,497,-1,499,-1,501,-1,503,505,-1,-1,507,-1,-1,509,-1,511,-1,513,-1,-1,-1,515,-1,-1,-1,517,-1,519,-1,-1,-1,521,-1,-1,523,-1,525,527,-1,529,-1,531,-1,533,-1,535,-1,-1,537,539,-1,-1,541,543,-1,545,-1,-1,547,549,-1,-1,551,-1,-1,553,-1,-1,-1,-1,-1,-1,-1,555,-1,557,-1,-1,559,-1,-1,-1,561,-1,563,-1,565,567,-1,-1,-1,-1,569,-1,-1,-1,-1,-1,571,-1,573,-1,575,577,-1,-1,579,581,-1,-1,583,-1,-1,-1,585,-1,587,589,-1,591,-1,593,-1,595,-1,-1,597,-1,599,-1,-1,-1,601,-1,-1,-1,-1,603,605,-1,-1,-1,607,609,-1,-1,-1,-1,-1,611,-1,-1,-1,-1,-1,-1,613,615,-1,617,-1,-1,619,621,623,625,-1,627,-1,-1,629,-1,-1,-1,631,-1,-1,-1,633,635,-1,-1,637,-1,639,-1,641,643,-1,-1,645,647,-1,-1,649,651,-1,-1,653,655,-1,-1,-1,657,-1,659,-1,-1,-1,661,-1,-1,663,-1,665,667,-1,-1,669,-1,-1,671,-1,-1,673,-1,-1,675,-1,677,-1,-1,679,681,-1,-1,-1,-1,683,685,-1,-1,687,-1,689,-1,-1,691,-1,693,-1,695,-1,697,-1,699,-1,-1,701,703,-1,705,-1,-1,707,-1,709,711,-1,713,-1,715,-1,-1,-1],"loss_changes":[1.7307357E0,7.075305E-1,1.3108317E0,4.5690477E-1,5.439372E-1,1.383246E0,1.806566E0,1.3873555E-1,3.8631988E-1,1.7879605E-1,0E0,9.7914296E-1,1.0129063E0,2.600193E-1,1.2138499E0,2.7717167E-1,2.5718585E-1,0E0,1.2517583E-1,0E0,3.8758755E-2,3.9619493E-1,7.608329E-1,3.7609768E-1,9.2573486E-2,3.0379987E-1,0E0,5.128733E-1,5.255097E-1,3.102094E-1,1.6637294E-2,3.717484E-2,3.0962327E-1,0E0,0E0,0E0,2.1757364E-2,1.4465192E-1,2.1046573E-1,6.292748E-1,8.048277E-1,0E0,2.792344E-1,2.2724038E-1,2.4156207E-1,0E0,2.1155906E-1,3.6048806E-1,0E0,1.1521859E-2,1.7271662E-1,0E0,2.903179E-1,0E0,1.5881931E-2,1.3108182E-1,0E0,0E0,1.8119049E-1,0E0,8.389473E-3,3.073601E-1,1.990411E-1,0E0,1.1217499E-1,5.3575885E-1,5.845829E-1,2.1001536E-1,7.451744E-1,0E0,1.9358397E-2,3.5353317E-3,2.398878E-1,0E0,1.1677769E-1,0E0,0E0,1.312995E-1,0E0,0E0,8.266051E-2,9.693539E-2,0E0,0E0,2.0673156E-1,0E0,0E0,1.3627158E-1,0E0,1.9152927E-1,0E0,0E0,0E0,3.8952031E-3,2.1348044E-1,1.2247883E-2,2.0035538E-1,0E0,1.2693858E-1,5.036989E-1,1.964376E-1,2.576438E-1,4.3599975E-1,0E0,2.0859364E-1,5.6644297E-1,5.890586E-1,0E0,0E0,6.8084686E-3,0E0,1.8221349E-1,0E0,2.221042E-2,0E0,8.860946E-3,0E0,5.923465E-3,0E0,0E0,0E0,1.9261599E-1,0E0,0E0,3.1991422E-2,1.68329E-1,0E0,0E0,7.579218E-2,1.0874969E-1,0E0,0E0,8.6543635E-2,0E0,1.9278595E-1,0E0,1.1620748E-1,3.200772E-1,4.339581E-1,1.2750834E-1,0E0,3.1122947E-1,3.065271E-1,3.1407797E-1,2.6861104E-1,0E0,1.687473E-2,4.5626998E-1,5.296563E-1,6.324857E-1,2.2812213E-1,9.9756485E-3,0E0,1.644656E-1,0E0,2.2857934E-2,0E0,0E0,0E0,0E0,0E0,9.2654824E-2,0E0,0E0,6.3930154E-3,4.167998E-2,0E0,1.1345301E-1,0E0,6.996709E-2,0E0,1.4919996E-2,0E0,1.6037315E-1,0E0,1.5696001E-1,1.7699987E-2,1.3950851E-2,2.8899854E-1,1.0827053E-1,2.2436929E-1,0E0,8.524656E-2,4.7732208E-2,3.3168656E-1,8.991222E-2,1.88007E-1,2.9490066E-1,0E0,3.1974935E-3,0E0,0E0,0E0,3.56336E-2,2.1636295E-1,2.8299364E-1,1.9572067E-1,3.9533232E-3,2.4536264E-1,3.9299518E-2,1.9228643E-1,0E0,1.4997141E-2,0E0,9.33432E-2,3.8864315E-2,0E0,8.430779E-2,0E0,4.2357147E-3,0E0,0E0,1.5292525E-2,3.386922E-2,0E0,0E0,5.542797E-2,0E0,0E0,1.5319306E-1,0E0,1.658442E-1,0E0,0E0,1.11132875E-1,0E0,6.653133E-2,2.892571E-3,2.4066186E-1,2.6113835E-1,1.06681935E-1,2.2925681E-1,0E0,0E0,3.1364202E-2,8.20088E-2,1.6863394E-1,0E0,1.5429038E-1,1.5785205E-1,1.0453725E-1,2.014659E-1,0E0,2.3770523E-1,0E0,7.461366E-2,0E0,2.4656098E-2,2.0174582E-2,2.185936E-1,0E0,0E0,8.8499546E-2,0E0,1.1692482E-1,9.078547E-3,1.0784141E-1,2.1251786E-1,0E0,2.4489427E-2,6.9996595E-2,0E0,1.733712E-1,0E0,0E0,0E0,6.726563E-3,0E0,0E0,0E0,6.305349E-2,0E0,0E0,0E0,1.8004537E-2,0E0,0E0,0E0,4.841751E-2,1.6661322E-1,0E0,1.2000775E-1,0E0,0E0,4.0172502E-2,4.9506284E-2,0E0,0E0,6.5495E-2,3.3514082E-1,0E0,4.0146655E-1,7.378698E-2,0E0,1.4015007E-1,0E0,1.8954134E-1,2.5625825E-2,0E0,0E0,8.55902E-2,0E0,2.0724146E-1,0E0,9.028077E-2,0E0,1.6355325E-1,9.4203904E-2,0E0,1.644507E-1,0E0,0E0,2.524686E-1,0E0,2.8245017E-2,0E0,6.080013E-2,0E0,0E0,0E0,1.8568563E-1,3.3934057E-2,0E0,0E0,9.538874E-2,0E0,1.517232E-2,0E0,1.0870614E-1,0E0,1.1624658E-1,3.1868055E-2,0E0,6.330742E-2,0E0,1.9565308E-1,0E0,0E0,0E0,0E0,1.6923547E-2,0E0,0E0,0E0,2.2731721E-2,0E0,1.5286756E-1,9.214246E-2,0E0,0E0,2.315551E-3,0E0,4.3827727E-2,4.23119E-2,0E0,2.245934E-1,0E0,0E0,1.8404871E-1,5.700905E-2,1.8615248E-2,1.4200333E-1,0E0,1.5892363E-1,0E0,0E0,2.4088025E-2,0E0,9.132987E-2,0E0,2.571128E-1,8.4849834E-2,0E0,0E0,6.712392E-2,0E0,1.17072836E-1,0E0,1.4018506E-1,2.2595835E-1,0E0,0E0,0E0,8.685405E-2,0E0,0E0,1.3399792E-1,8.603573E-3,0E0,9.093082E-2,0E0,1.5773904E-2,0E0,1.1525753E-1,0E0,0E0,1.15291595E-1,4.8383992E-2,0E0,0E0,5.0768405E-3,0E0,1.9712639E-1,0E0,0E0,0E0,1.4126003E-2,0E0,1.2532341E-1,6.264973E-2,0E0,0E0,0E0,0E0,2.60472E-2,0E0,4.6209246E-3,0E0,2.1203017E-1,0E0,9.921503E-2,0E0,8.872296E-2,1.3161909E-2,0E0,0E0,5.48923E-2,0E0,1.7414701E-1,0E0,3.665173E-2,5.5295914E-2,0E0,0E0,1.1281264E-1,8.6093426E-2,0E0,0E0,0E0,1.296837E-1,0E0,0E0,1.309346E-1,0E0,2.1287036E-1,0E0,2.8543249E-2,0E0,1.560564E-1,8.635938E-2,0E0,0E0,5.882722E-2,0E0,0E0,3.910753E-2,0E0,1.2357116E-2,0E0,3.666953E-2,0E0,0E0,0E0,1.3538253E-1,0E0,0E0,0E0,5.828142E-2,0E0,5.9232473E-2,0E0,0E0,0E0,2.4841204E-3,0E0,0E0,2.1525419E-1,0E0,5.679345E-2,1.2041679E-1,0E0,1.5599489E-2,0E0,3.8309395E-3,0E0,2.2045982E-1,0E0,1.3942599E-2,0E0,0E0,4.6806097E-2,5.4142416E-2,0E0,0E0,5.61378E-2,1.2074742E-1,0E0,7.4790835E-2,0E0,0E0,2.0111275E-1,1.0755375E-2,0E0,0E0,1.3447857E-1,0E0,0E0,5.3763688E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,9.808624E-2,0E0,3.3053994E-2,0E0,0E0,4.063475E-2,0E0,0E0,0E0,1.793673E-1,0E0,4.3393612E-2,0E0,1.3857418E-1,1.8741407E-2,0E0,0E0,0E0,0E0,2.9124188E-1,0E0,0E0,0E0,0E0,0E0,4.6834588E-2,0E0,4.139316E-2,0E0,1.402511E-1,1.3379681E-1,0E0,0E0,1.7453313E-1,1.3674334E-2,0E0,0E0,1.4362812E-1,0E0,0E0,0E0,6.0960174E-2,0E0,1.0432124E-2,3.7510395E-3,0E0,1.6934443E-1,0E0,6.1532855E-2,0E0,8.054605E-2,0E0,0E0,8.563817E-3,0E0,1.4845085E-1,0E0,0E0,0E0,4.1867256E-2,0E0,0E0,0E0,0E0,2.4493194E-1,8.169954E-2,0E0,0E0,0E0,1.19692326E-1,5.265653E-2,0E0,0E0,0E0,0E0,0E0,1.5337586E-1,0E0,0E0,0E0,0E0,0E0,0E0,1.031936E-2,1.6908741E-1,0E0,4.5223594E-2,0E0,0E0,2.9088068E-1,2.1671188E-1,2.500868E-3,1.154995E-1,0E0,2.4586916E-2,0E0,0E0,1.1451912E-1,0E0,0E0,0E0,3.362658E-1,0E0,0E0,0E0,2.559123E-1,1.7864963E-1,0E0,0E0,3.246648E-2,0E0,7.695103E-2,0E0,4.9305916E-2,2.208209E-2,0E0,0E0,4.1477203E-2,2.190752E-1,0E0,0E0,2.0699143E-2,4.6659224E-2,0E0,0E0,4.73938E-2,1.901877E-2,0E0,0E0,0E0,9.017539E-2,0E0,1.6234827E-1,0E0,0E0,0E0,3.174466E-2,0E0,0E0,4.5977116E-2,0E0,2.2236109E-2,5.544877E-2,0E0,0E0,1.7667818E-1,0E0,0E0,9.472847E-3,0E0,0E0,1.523447E-2,0E0,0E0,1.2600374E-1,0E0,7.26223E-3,0E0,0E0,5.8589816E-2,1.1738491E-1,0E0,0E0,0E0,0E0,6.3803196E-3,6.6792965E-2,0E0,0E0,2.5693893E-2,0E0,8.176088E-2,0E0,0E0,5.9131622E-2,0E0,3.6994934E-2,0E0,2.3876667E-2,0E0,1.0711193E-2,0E0,1.1621475E-2,0E0,0E0,1.9196987E-2,1.2331152E-1,0E0,1.562953E-1,0E0,0E0,5.8552265E-2,0E0,1.4811945E-1,6.316614E-2,0E0,2.0822525E-2,0E0,5.129814E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,15,15,16,16,18,18,20,20,21,21,22,22,23,23,24,24,25,25,27,27,28,28,29,29,30,30,31,31,32,32,36,36,37,37,38,38,39,39,40,40,42,42,43,43,44,44,46,46,47,47,49,49,50,50,52,52,54,54,55,55,58,58,60,60,61,61,62,62,64,64,65,65,66,66,67,67,68,68,70,70,71,71,72,72,74,74,77,77,80,80,81,81,84,84,87,87,89,89,93,93,94,94,95,95,96,96,98,98,99,99,100,100,101,101,102,102,104,104,105,105,106,106,109,109,111,111,113,113,115,115,117,117,121,121,124,124,125,125,128,128,129,129,132,132,134,134,136,136,137,137,138,138,139,139,141,141,142,142,143,143,144,144,146,146,147,147,148,148,149,149,150,150,151,151,153,153,155,155,161,161,164,164,165,165,167,167,169,169,171,171,173,173,175,175,176,176,177,177,178,178,179,179,180,180,182,182,183,183,184,184,185,185,186,186,187,187,189,189,193,193,194,194,195,195,196,196,197,197,198,198,199,199,200,200,202,202,204,204,205,205,207,207,209,209,212,212,213,213,216,216,219,219,221,221,224,224,226,226,227,227,228,228,229,229,230,230,231,231,234,234,235,235,236,236,238,238,239,239,240,240,241,241,243,243,245,245,247,247,248,248,249,249,252,252,254,254,255,255,256,256,257,257,259,259,260,260,262,262,266,266,270,270,274,274,278,278,279,279,281,281,284,284,285,285,288,288,289,289,291,291,292,292,294,294,296,296,297,297,300,300,302,302,304,304,306,306,307,307,309,309,312,312,314,314,316,316,320,320,321,321,324,324,326,326,328,328,330,330,331,331,333,333,335,335,340,340,344,344,346,346,347,347,350,350,352,352,353,353,355,355,358,358,359,359,360,360,361,361,363,363,366,366,368,368,370,370,371,371,374,374,376,376,378,378,379,379,383,383,386,386,387,387,389,389,391,391,393,393,396,396,397,397,400,400,402,402,406,406,408,408,409,409,414,414,416,416,418,418,420,420,422,422,423,423,426,426,428,428,430,430,431,431,434,434,435,435,439,439,442,442,444,444,446,446,448,448,449,449,452,452,455,455,457,457,459,459,463,463,467,467,469,469,473,473,476,476,478,478,479,479,481,481,483,483,485,485,487,487,490,490,491,491,494,494,495,495,497,497,500,500,501,501,504,504,507,507,515,515,517,517,520,520,524,524,526,526,528,528,529,529,534,534,540,540,542,542,544,544,545,545,548,548,549,549,552,552,556,556,558,558,559,559,561,561,563,563,565,565,568,568,570,570,574,574,579,579,580,580,584,584,585,585,591,591,598,598,599,599,601,601,604,604,605,605,606,606,607,607,609,609,612,612,616,616,620,620,621,621,624,624,626,626,628,628,629,629,632,632,633,633,636,636,637,637,640,640,641,641,645,645,647,647,651,651,654,654,656,656,657,657,660,660,663,663,666,666,669,669,671,671,674,674,675,675,680,680,681,681,684,684,686,686,689,689,691,691,693,693,695,695,697,697,700,700,701,701,703,703,706,706,708,708,709,709,711,711,713,713],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,28,30,32,-1,34,-1,36,38,40,42,44,46,-1,48,50,52,54,56,58,-1,-1,-1,60,62,64,66,68,-1,70,72,74,-1,76,78,-1,80,82,-1,84,-1,86,88,-1,-1,90,-1,92,94,96,-1,98,100,102,104,106,-1,108,110,112,-1,114,-1,-1,116,-1,-1,118,120,-1,-1,122,-1,-1,124,-1,126,-1,-1,-1,128,130,132,134,-1,136,138,140,142,144,-1,146,148,150,-1,-1,152,-1,154,-1,156,-1,158,-1,160,-1,-1,-1,162,-1,-1,164,166,-1,-1,168,170,-1,-1,172,-1,174,-1,176,178,180,182,-1,184,186,188,190,-1,192,194,196,198,200,202,-1,204,-1,206,-1,-1,-1,-1,-1,208,-1,-1,210,212,-1,214,-1,216,-1,218,-1,220,-1,222,224,226,228,230,232,-1,234,236,238,240,242,244,-1,246,-1,-1,-1,248,250,252,254,256,258,260,262,-1,264,-1,266,268,-1,270,-1,272,-1,-1,274,276,-1,-1,278,-1,-1,280,-1,282,-1,-1,284,-1,286,288,290,292,294,296,-1,-1,298,300,302,-1,304,306,308,310,-1,312,-1,314,-1,316,318,320,-1,-1,322,-1,324,326,328,330,-1,332,334,-1,336,-1,-1,-1,338,-1,-1,-1,340,-1,-1,-1,342,-1,-1,-1,344,346,-1,348,-1,-1,350,352,-1,-1,354,356,-1,358,360,-1,362,-1,364,366,-1,-1,368,-1,370,-1,372,-1,374,376,-1,378,-1,-1,380,-1,382,-1,384,-1,-1,-1,386,388,-1,-1,390,-1,392,-1,394,-1,396,398,-1,400,-1,402,-1,-1,-1,-1,404,-1,-1,-1,406,-1,408,410,-1,-1,412,-1,414,416,-1,418,-1,-1,420,422,424,426,-1,428,-1,-1,430,-1,432,-1,434,436,-1,-1,438,-1,440,-1,442,444,-1,-1,-1,446,-1,-1,448,450,-1,452,-1,454,-1,456,-1,-1,458,460,-1,-1,462,-1,464,-1,-1,-1,466,-1,468,470,-1,-1,-1,-1,472,-1,474,-1,476,-1,478,-1,480,482,-1,-1,484,-1,486,-1,488,490,-1,-1,492,494,-1,-1,-1,496,-1,-1,498,-1,500,-1,502,-1,504,506,-1,-1,508,-1,-1,510,-1,512,-1,514,-1,-1,-1,516,-1,-1,-1,518,-1,520,-1,-1,-1,522,-1,-1,524,-1,526,528,-1,530,-1,532,-1,534,-1,536,-1,-1,538,540,-1,-1,542,544,-1,546,-1,-1,548,550,-1,-1,552,-1,-1,554,-1,-1,-1,-1,-1,-1,-1,556,-1,558,-1,-1,560,-1,-1,-1,562,-1,564,-1,566,568,-1,-1,-1,-1,570,-1,-1,-1,-1,-1,572,-1,574,-1,576,578,-1,-1,580,582,-1,-1,584,-1,-1,-1,586,-1,588,590,-1,592,-1,594,-1,596,-1,-1,598,-1,600,-1,-1,-1,602,-1,-1,-1,-1,604,606,-1,-1,-1,608,610,-1,-1,-1,-1,-1,612,-1,-1,-1,-1,-1,-1,614,616,-1,618,-1,-1,620,622,624,626,-1,628,-1,-1,630,-1,-1,-1,632,-1,-1,-1,634,636,-1,-1,638,-1,640,-1,642,644,-1,-1,646,648,-1,-1,650,652,-1,-1,654,656,-1,-1,-1,658,-1,660,-1,-1,-1,662,-1,-1,664,-1,666,668,-1,-1,670,-1,-1,672,-1,-1,674,-1,-1,676,-1,678,-1,-1,680,682,-1,-1,-1,-1,684,686,-1,-1,688,-1,690,-1,-1,692,-1,694,-1,696,-1,698,-1,700,-1,-1,702,704,-1,706,-1,-1,708,-1,710,712,-1,714,-1,716,-1,-1,-1],"split_conditions":[2.578125E-1,6.9433594E-1,2.568904E2,9.394531E-1,4.656269E0,1.1727095E2,1.3781525E2,9.953128E1,3.096875E1,9.772519E1,-0E0,1.4570976E2,8.989258E-1,5.9059186E0,2.2594748E0,1.2882698E2,1.0418701E-1,-0E0,5.142507E0,-0E0,1.32735815E1,7.159887E1,7.75625E1,1.22498505E2,2.9101562E-1,1.335907E-2,-0E0,2.6049805E-1,2.3401284E0,3.4375E1,1.9494629E-1,1.8933105E-1,4.34375E1,-4.404486E-1,-0E0,-0E0,4.3917277E-1,1.2934842E2,9.781544E-1,5.746875E1,6.3388374E1,-0E0,3.3294678E-2,1.17126465E-1,1.4404297E-2,-0E0,7.422364E-1,1.3977693E2,-0E0,9.698476E1,9.9658203E-1,-0E0,1.01501465E-1,-0E0,5.5375E1,9.355469E-1,-0E0,-0E0,6.475E1,-0E0,2.1025E2,1.7907715E-1,5.538432E1,-0E0,3.503125E1,1.9455205E2,4.3310547E-1,1.4550781E-1,8.699605E1,-0E0,2.515808E2,9.9853516E-1,6.699219E-1,-0E0,1.9977502E2,-0E0,-5.9722084E-1,3.6143234E2,-0E0,-0E0,2.6611328E-1,5.115258E0,-0E0,-0E0,1.4242485E2,-1.0763864E-1,-0E0,4.26875E1,-0E0,9.2089844E-1,-0E0,-3.8567278E-1,-0E0,2.6049805E-1,9.399414E-1,2.0206246E0,4.2785645E-2,-0E0,4.4021606E-3,2.317831E0,6.69375E1,6.825E1,2.127357E2,-0E0,1.5211551E2,1.8067908E2,1.8701172E-1,-5.2544725E-1,-0E0,4.7298775E0,-0E0,9.633789E-1,-0E0,9.946289E-1,-0E0,1.03375E2,-0E0,5.98125E1,-0E0,-4.2740762E-1,-0E0,4.6903906E0,-0E0,-0E0,5.444336E-2,1.75875E2,-0E0,-0E0,1.4653358E0,1.28875E2,-0E0,-0E0,5.890625E1,-0E0,9.951172E-1,-0E0,2.9635034E0,3.720703E-1,6.89375E1,1.1708721E0,-0E0,7.0996094E-1,5.566406E-1,9.814453E-1,7.14375E1,-0E0,1.424408E-2,4.571875E1,1.2336916E0,1.7839514E2,3.3496094E-1,3.2043457E-2,-0E0,1.4898243E0,-0E0,4.5189476E0,-0E0,7.377905E-1,-0E0,-0E0,1.7754422E-1,5.884375E1,-0E0,-0E0,2.1862433E2,4.574694E1,-0E0,7.661133E-1,-0E0,8.2492477E-1,-0E0,1.1853027E-1,-0E0,8.35625E1,-0E0,9.9853516E-1,3.7628438E0,7.159887E1,7.2558594E-1,9.9609375E-1,9.355469E-1,-0E0,1.335907E-2,1.8465719E0,1.8305013E0,8.526553E1,1.331849E2,5.18745E0,-0E0,2.5387077E0,-2.599799E-1,-0E0,-3.1413072E-1,4.0014648E-1,9.8876953E-1,5.63125E1,1.6575801E0,1.8139648E-1,2.26183E2,1.0498047E-1,1.6326904E-2,-0E0,9.9902344E-1,-0E0,4.0985107E-2,1.04125E2,-0E0,1.4044173E2,-0E0,2.0007324E-1,-0E0,-0E0,6.237793E-2,8.6083984E-1,-0E0,-0E0,3.781128E-2,-0E0,-1.908188E-1,9.9125E1,-0E0,1.41E2,-0E0,-0E0,6.854248E-2,-0E0,2.0558515E0,4.7973633E-1,8.666992E-1,9.321289E-1,1.7204187E0,3.378125E1,-0E0,-0E0,5.9059186E0,3.6875E1,1.0112301E2,-0E0,8.691406E-2,1.5991211E-1,9.21875E-1,9.038086E-1,-0E0,1.6235352E-1,-0E0,7.937711E1,-0E0,4.2785645E-2,1.538644E2,3.0484375E1,-0E0,-0E0,9.7509766E-1,-0E0,9.448242E-2,8.836755E1,4.075E1,6.1376953E-1,-0E0,6.5283203E-1,9.765625E-1,-0E0,2.52125E2,-1.01458244E-1,-0E0,-0E0,1.8162864E0,-3.2236126E-1,-0E0,-0E0,1.1550139E0,-0E0,3.442204E-1,-0E0,9.235561E-1,2.4288765E-1,-0E0,-0E0,2.176322E1,3.403125E1,-0E0,5.627295E0,-0E0,-0E0,7.572915E-1,1.899414E-1,-0E0,-0E0,3.2092302E0,4.204237E0,-0E0,5.026245E-2,1.6980661E2,-0E0,4.656269E0,-0E0,7.4E1,3.1703125E1,-0E0,-0E0,3.221875E1,-0E0,1.4104586E0,-0E0,1.55375E2,-0E0,3.603125E1,6.2353516E-1,-0E0,6.072536E1,-0E0,-0E0,7.56875E1,-0E0,3.884375E1,-0E0,3.4717417E0,1.2613595E-1,-0E0,-0E0,1.1224365E-1,1.5979076E2,-0E0,-0E0,9.9609375E-1,-0E0,9.9609375E-1,-0E0,1.256875E2,-0E0,8.7306404E1,9.84375E-1,-0E0,7.807617E-1,-0E0,3.596875E1,-0E0,-0E0,4.0091914E-1,-0E0,9.7265625E-1,-0E0,-4.2922595E-1,-0E0,3.1703125E1,-0E0,4.230957E-1,9.9609375E-1,-0E0,-0E0,1.5328288E0,-0E0,3.590625E1,7.617148E1,-0E0,2.8533936E-2,-0E0,-0E0,5.3157204E1,7.25708E-2,9.451327E1,8.0078125E-2,-0E0,7.591677E-1,-0E0,-0E0,9.490967E-3,-0E0,4.0942383E-1,-0E0,1.9311416E0,8.823242E-1,-0E0,-0E0,1.6035927E2,-0E0,9.238281E-1,-0E0,1.1617455E0,3.6659206E1,-0E0,-0E0,1.7627583E-1,1.2847366E0,-0E0,-0E0,6.019756E-1,1.005E2,-0E0,7.247925E-3,-0E0,9.2784756E-1,-0E0,9.980469E-1,-0E0,-0E0,1.4254224E2,4.6573014E0,-0E0,-0E0,5.6714485E1,-0E0,5.115258E0,4.3453497E-1,-0E0,-0E0,4.506837E0,-0E0,4.5349174E0,5.3310695E0,-0E0,-0E0,-2.0603254E-1,-0E0,1.4428707E0,-0E0,3.6743867E0,-0E0,7.5652794E1,-0E0,2.350852E0,-0E0,9.049691E1,5.3E1,-0E0,-0E0,8.1152344E-1,-0E0,5.1625E1,-0E0,9.326172E-1,1.424408E-2,-0E0,-0E0,1.0293323E2,7.637006E-1,-0E0,-0E0,-3.1149045E-1,3.3415785E0,-0E0,-0E0,1.49E2,-0E0,4.7264923E1,-0E0,5.3310695E0,-0E0,4.8525336E-1,4.230957E-1,-0E0,-0E0,1.41E2,-0E0,1.04663126E-1,1.4942499E2,-0E0,7.324219E-2,-0E0,2.6611328E-1,-0E0,-0E0,2.182233E-1,1.026875E2,-0E0,-3.966772E-1,-0E0,8.779297E-1,-0E0,3.0296875E1,-0E0,-0E0,2.248739E-1,9.375E-1,-0E0,-0E0,8.536597E-1,-0E0,3.0609375E1,5.1513672E-2,-0E0,4.617579E0,-0E0,5.8496094E-1,-0E0,4.0287064E1,-0E0,1.7098709E0,-0E0,-0E0,9.9853516E-1,6.05E1,-0E0,-0E0,3.290625E1,6.2748734E1,-0E0,9.921875E-1,-0E0,-0E0,3.1078125E1,9.272461E-1,-0E0,-0E0,7.247925E-3,-0E0,4.037923E-1,4.3944077E0,-0E0,-0E0,-2.8377846E-1,-0E0,5.104473E-1,-0E0,-2.0027597E-1,3.7375E1,-0E0,9.6057844E-1,-0E0,-0E0,9.48125E1,1.7984936E-1,-0E0,-0E0,3.8578358E0,-0E0,5.257164E0,-0E0,4.8952575E0,1.5390737E0,-0E0,-0E0,3.2138762E-1,-0E0,1.335907E-2,-0E0,-4.0702438E-1,-2.678481E-1,-0E0,-0E0,1.5007019E-2,-0E0,3.825E1,-0E0,1.6906738E-2,7.261925E1,-0E0,-0E0,9.946289E-1,3.7892387E0,-0E0,-0E0,3.1547495E1,-3.6003911E-1,-0E0,-0E0,9.980469E-1,-0E0,9.946289E-1,3.0296875E1,-0E0,9.980469E-1,-0E0,1.2512829E0,-0E0,1.4193896E2,-0E0,-0E0,3.196875E1,-0E0,9.604492E-1,-0E0,4.0406835E-1,-0E0,9.9658203E-1,-0E0,3.7740442E-1,-0E0,5.378899E-1,2.4600454E1,5.103125E1,-2.620358E-1,-0E0,-0E0,9.9365234E-1,1.5225E2,-0E0,4.4204488E-1,-0E0,-0E0,-3.5168874E-1,7.4010986E-1,-0E0,-0E0,-3.629041E-1,3.2386795E-1,-0E0,-0E0,1.5328288E0,5.79834E-2,-0E0,7.363281E-1,-0E0,-0E0,5.7495117E-2,1.8925288E2,1.00215965E2,3.81875E1,-0E0,3.246875E1,-0E0,-0E0,1.862202E2,-0E0,-1.525553E-1,-0E0,1.3232422E-1,-0E0,-4.5787302E-1,-0E0,5.0037637E0,9.490967E-3,-0E0,-0E0,9.67152E1,-0E0,1.4942499E2,-0E0,4.842488E0,7.501221E-2,-0E0,-0E0,4.6118026E0,9.975586E-1,-0E0,-0E0,9.9560547E-1,4.0339103E0,-0E0,-0E0,6.489589E1,2.935791E-2,-0E0,-0E0,-4.6268052E-1,9.975586E-1,-0E0,6.245944E-1,-0E0,-0E0,3.2643354E-1,2.3895264E-2,-0E0,-0E0,5.503731E0,-0E0,4.0125E1,9.1064453E-1,-0E0,-0E0,9.9072266E-1,-0E0,-1.7524368E-1,9.8535156E-1,-0E0,-0E0,4.7375E1,5.3446454E-1,-0E0,5.426817E0,-0E0,5.9059186E0,-0E0,-0E0,8.300781E-2,3.228183E2,-0E0,4.730028E-1,-0E0,-0E0,3.166504E-1,5.367279E-3,-0E0,-0E0,1.335907E-2,-0E0,9.501953E-1,-0E0,-4.7472906E-1,5.9438562E0,-0E0,9.9072266E-1,-0E0,4.732431E0,-0E0,8.9453125E-1,-0E0,5.7408464E-1,-0E0,-0E0,4.3770843E0,9.8291016E-1,-0E0,5.890625E1,-0E0,-0E0,7.501221E-2,-0E0,4.8068333E0,1.166875E2,-0E0,4.4602957E0,-0E0,3.51875E1,-0E0,-0E0,5.417767E-1],"split_indices":[14,12,6,13,1,5,5,7,8,6,0,6,14,0,1,4,16,0,1,0,7,5,11,5,12,18,0,17,0,8,13,14,9,0,0,0,0,6,3,10,5,0,18,12,16,0,2,4,0,4,15,0,12,0,8,18,0,0,8,0,10,19,5,0,11,6,17,13,5,0,6,14,19,0,7,0,0,6,0,0,13,0,0,0,5,0,0,8,0,13,0,0,0,17,18,3,18,0,17,3,11,9,6,0,6,6,13,0,0,1,0,13,0,18,0,11,0,11,0,0,0,0,0,0,19,11,0,0,1,11,0,0,10,0,14,0,2,15,9,0,0,16,12,18,9,0,19,9,1,6,17,18,0,1,0,2,0,0,0,0,0,8,0,0,7,4,0,18,0,0,0,12,0,11,0,15,2,5,14,15,19,0,16,1,1,5,4,3,0,1,0,0,0,12,13,10,2,12,6,17,18,0,15,0,18,11,0,6,0,12,0,0,12,12,0,0,16,0,0,10,0,11,0,0,12,0,1,14,18,14,2,11,0,0,0,11,4,0,13,13,16,12,0,15,0,5,0,19,4,8,0,0,19,0,17,5,10,14,0,18,18,0,9,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,7,11,0,1,0,0,0,16,0,0,0,0,0,18,6,0,1,0,11,11,0,0,8,0,2,0,10,0,8,14,0,4,0,0,8,0,8,0,3,0,0,0,15,4,0,0,14,0,16,0,11,0,5,14,0,15,0,10,0,0,0,0,19,0,0,0,10,0,14,16,0,0,1,0,8,4,0,16,0,0,4,13,7,13,0,1,0,0,18,0,17,0,0,19,0,0,6,0,19,0,2,4,0,0,0,3,0,0,3,8,0,19,0,1,0,15,0,0,4,2,0,0,7,0,0,0,0,0,0,0,3,0,0,0,0,0,2,0,2,0,5,0,3,0,5,8,0,0,19,0,10,0,12,19,0,0,5,2,0,0,0,2,0,0,10,0,5,0,0,0,1,14,0,0,11,0,0,6,0,12,0,13,0,0,0,8,0,0,0,13,0,10,0,0,0,19,0,0,2,0,8,17,0,2,0,14,0,7,0,3,0,0,14,10,0,0,11,7,0,18,0,0,8,19,0,0,18,0,0,3,0,0,0,0,0,0,0,9,0,1,0,0,10,0,0,0,2,0,3,0,1,2,0,0,0,0,18,0,0,0,0,0,17,0,9,0,16,5,0,0,14,1,0,0,7,0,0,0,17,0,18,8,0,17,0,2,0,4,0,0,8,0,18,0,0,0,18,0,0,0,0,7,11,0,0,0,19,10,0,0,0,0,0,1,0,0,0,0,0,0,1,16,0,16,0,0,13,6,4,10,0,8,0,0,6,0,0,0,17,0,0,0,2,18,0,0,5,0,6,0,2,13,0,0,0,16,0,0,14,2,0,0,5,18,0,0,0,15,0,3,0,0,0,19,0,0,3,0,10,18,0,0,19,0,0,12,0,0,9,0,0,0,0,0,0,0,12,7,0,0,0,0,14,16,0,0,19,0,13,0,0,1,0,14,0,3,0,13,0,2,0,0,0,16,0,10,0,0,13,0,1,10,0,3,0,9,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.8992484E2,4.344356E1,3.4648126E2,2.7045702E1,1.6397861E1,3.267416E2,1.973966E1,2.317231E1,3.8733902E0,1.4591382E1,1.8064799E0,3.044122E2,2.2329405E1,8.6011715E0,1.113849E1,1.0224857E1,1.29474535E1,5.2491564E-1,3.3484747E0,2.84882E-1,1.43065E1,5.2807022E1,2.5160518E2,9.975871E0,1.2353534E1,8.385395E0,2.1577647E-1,3.1761289E0,7.9623604E0,8.249704E0,1.9751526E0,3.0725162E0,9.874937E0,2.9091072E0,4.3936753E-1,2.1584228E-1,1.4090658E1,2.6623396E1,2.6183626E1,1.746485E2,7.695667E1,2.5596645E0,7.416207E0,7.9431367E0,4.410397E0,2.143177E0,6.2422175E0,2.1875021E0,9.8862666E-1,4.0538177E0,3.9085426E0,1.5739086E0,6.675796E0,4.8852882E-1,1.4866239E0,2.3850372E0,6.8747914E-1,9.3636507E-1,8.938572E0,2.3986979E-1,1.3850788E1,1.0941764E1,1.5681632E1,6.3640385E0,1.9819588E1,7.766478E1,9.698373E1,5.8274956E0,7.112918E1,1.5393562E0,5.8768506E0,2.9011588E0,5.041978E0,6.860807E-1,3.7243166E0,1.6312337E-1,6.0790944E0,2.023656E0,1.6384621E-1,1.7577481E0,2.2960699E0,3.5055137E0,4.0302888E-1,5.2081233E-1,6.1549835E0,1.2076263E0,2.7899745E-1,2.0601225E0,3.249146E-1,5.6465297E0,3.2920427E0,1.3508943E1,3.418459E-1,4.943437E0,5.9983263E0,4.146519E0,1.1535112E1,2.1434295E0,1.7676159E1,7.030293E1,7.361848E0,3.802793E1,5.89558E1,1.6015857E0,4.22591E0,4.1031403E1,3.0097776E1,5.691171E0,1.856795E-1,2.2809517E0,6.2020713E-1,3.8931847E0,1.1487931E0,3.3630626E0,3.6125383E-1,1.82529E0,1.9836608E-1,1.6493582E0,6.4671177E-1,3.1690102E0,3.3650354E-1,5.939123E0,2.1586013E-1,1.8894763E-1,1.8711749E0,5.129168E0,5.1736164E-1,1.0065874E0,3.9368498E0,4.896056E0,1.10227E0,1.7403729E0,2.4061463E0,2.264313E0,9.2708E0,3.3912948E-1,1.7337029E1,2.9335464E1,4.0967464E1,5.9698806E0,1.3919675E0,2.1811691E1,1.6216238E1,5.4057995E1,4.8978024E0,9.465218E-1,3.2793882E0,2.964415E1,1.1387253E1,1.367479E1,1.6422985E1,2.0162525E0,2.6469913E-1,3.6861954E0,2.0698929E-1,3.1788292E0,1.8423359E-1,1.6469586E0,1.7833129E-1,2.172317E-1,1.4321264E0,5.7669234E0,1.7220008E-1,2.0421806E-1,1.6669569E0,4.7422395E0,3.8692832E-1,2.6614017E0,1.2754481E0,4.4030395E0,4.9301678E-1,1.6043092E0,8.01837E-1,7.618655E0,1.6521441E0,1.2348388E1,4.9886417E0,4.497475E0,2.4837988E1,2.1439123E1,1.9528343E1,6.04827E-1,5.3650537E0,1.26209955E1,9.190695E0,1.21876135E1,4.028625E0,5.0033897E1,4.0241E0,2.9751894E0,1.922613E0,5.5526066E-1,2.7241275E0,5.738054E0,2.3906097E1,5.3370023E0,6.05025E0,7.1348143E0,6.5399766E0,7.235375E0,9.187611E0,2.2977442E-1,1.7864782E0,1.771322E-1,3.509063E0,2.874088E0,3.0474097E-1,5.584778E0,1.8214543E-1,1.4548657E0,2.1209115E-1,2.2987711E-1,4.5123625E0,2.0645673E0,5.9683436E-1,1.7628528E-1,4.226754E0,2.0431937E-1,1.3999898E0,6.122374E0,1.4962814E0,1.1203742E1,1.1446452E0,2.0466146E0,2.942027E0,5.352216E-1,3.9622538E0,4.5271254E0,2.0310863E1,1.7227371E1,4.211751E0,1.7306486E1,2.2218566E0,3.5859334E-1,5.00646E0,4.515166E0,8.10583E0,2.7156396E0,6.475055E0,5.563404E0,6.6242094E0,3.7860174E0,2.4260758E-1,4.859157E1,1.4423257E0,2.3106668E0,6.6452247E-1,3.922789E0,1.8152646E0,2.3692451E1,2.1364592E-1,1.4442257E0,3.8927765E0,1.0062839E0,5.0439663E0,2.4690182E0,4.6657963E0,5.7665076E0,7.734686E-1,4.7856145E0,2.4497604E0,5.983621E-1,8.589249E0,1.5873402E0,1.9913793E-1,2.7465022E-1,3.234413E0,2.56819E0,3.0589813E-1,4.5335957E-1,5.131418E0,1.7235926E-1,1.2825065E0,4.8483813E-1,4.0275245E0,1.8411138E0,2.2345355E-1,2.6258776E-1,3.9641666E0,5.922634E0,1.9973993E-1,1.09507885E1,2.529541E-1,4.059915E-1,2.5360355E0,2.8445454E0,1.1177083E0,1.215367E0,3.3117585E0,1.6778122E1,3.5327406E0,8.777938E0,8.449434E0,6.53765E-1,3.557986E0,2.0219948E0,1.5284491E1,4.7595205E0,2.469394E-1,6.637046E-1,3.8514612E0,3.2589288E0,4.8469014E0,5.4163337E-1,5.933422E0,2.220122E0,3.3432822E0,4.867718E0,1.7564914E0,3.5765889E0,2.0942864E-1,2.278876E0,4.6312695E1,5.140238E-1,1.796643E0,1.0293269E0,2.8934622E0,1.6340735E0,1.8119109E-1,3.1456208E-1,2.3377888E1,3.631146E0,2.616305E-1,8.395542E-1,4.204412E0,3.4290555E-1,2.1261127E0,1.2736328E0,3.3921633E0,6.035995E-1,5.162908E0,2.604999E0,2.1806152E0,2.2404976E0,2.0926286E-1,8.343936E0,2.4531224E-1,2.34475E-1,2.999938E0,2.6948464E-1,4.8619337E0,3.628381E-1,3.6646862E0,1.925154E-1,3.771651E0,5.639277E-1,5.3587065E0,1.064928E1,3.0150867E-1,1.7800215E-1,2.3580334E0,2.8772864E-1,2.5568168E0,2.2517252E0,1.0600334E0,1.39247E1,2.853423E0,2.0947502E0,6.683188E0,5.1418877E0,3.3075464E0,3.0285373E0,5.2944887E-1,1.4451273E1,8.332174E-1,2.1298087E-1,4.54654E0,4.1635093E-1,3.43511E0,7.954596E-1,4.0514417E0,5.7543435E0,1.7907842E-1,7.4536604E-1,2.5979161E0,3.8314635E-1,4.484572E0,1.8853086E-1,3.388058E0,4.5223595E1,1.0891017E0,2.2010708E-1,1.576536E0,2.3909585E0,5.0250363E-1,5.4023725E-1,2.2837652E1,3.4453614E0,1.8578453E-1,3.6651306E0,5.3928155E-1,1.9385302E0,1.8758255E-1,2.7967265E0,5.95437E-1,1.9853209E-1,4.9643764E0,1.9809227E0,6.2407655E-1,2.834757E-1,1.9570218E0,7.8148586E-1,7.5624504E0,4.6373615E0,2.2457227E-1,4.168533E-1,3.3547978E0,2.2287497E-1,5.1358314E0,1.0349436E1,2.99844E-1,4.026016E-1,1.9554318E0,2.5717387E-1,2.2996428E0,1.8451373E-1,2.0672114E0,8.681306E-1,1.3056569E1,5.0649196E-1,6.1766963E0,6.985429E-1,4.4433446E0,3.0960636E0,2.1148269E-1,4.2696384E-1,2.6015735E0,5.2375895E-1,1.3927514E1,1.6970113E-1,4.3768387E0,3.1978426E0,2.3726763E-1,5.449326E-1,3.506509E0,4.626155E0,1.1281885E0,2.504776E-1,2.3474386E0,3.9764695E0,5.081022E-1,3.8083804E-1,3.0072198E0,1.1187028E0,4.410489E1,2.633205E-1,2.127638E0,9.496484E-1,2.1888002E1,3.1673403E0,2.780211E-1,4.0571812E-1,3.2594123E0,2.07128E-1,1.7314022E0,2.5219154E0,2.7481106E-1,4.0245028E0,9.398735E-1,1.8160151E0,1.6490754E-1,1.8701907E-1,1.7700028E0,7.211136E0,3.5131446E-1,3.0628603E0,2.9193747E-1,4.8403754E0,2.9545617E-1,1.0127828E1,2.2160791E-1,3.9503503E-1,1.9046078E0,1.882947E0,1.8426436E-1,1.8026335E0,1.1253936E1,2.5102797E-1,5.9256682E0,3.8851922E0,5.581523E-1,2.689983E0,4.0608084E-1,2.3855236E0,2.1604985E-1,1.1766447E1,2.1610677E0,4.1503167E0,2.2652182E-1,2.295161E-1,2.9683263E0,3.2318432E0,2.746658E-1,1.7321701E-1,4.452938E0,3.2704935E0,7.0597595E-1,2.8422306E0,1.6498928E-1,9.3986195E-1,4.3165028E1,1.923033E0,2.0460507E-1,2.304913E-1,2.165751E1,1.6971733E-1,2.997623E0,2.983979E0,2.7543345E-1,1.9097935E-1,2.330936E0,1.698137E-1,3.8546891E0,1.7107761E-1,1.6449375E0,7.0399976E0,1.711382E-1,4.582579E0,2.5779602E-1,2.018265E-1,9.926002E0,1.7158141E0,1.6713293E-1,3.2889163E-1,1.0925044E1,2.1567142E-1,5.7099967E0,5.26346E-1,3.3588462E0,2.4385526E0,2.5143024E-1,1.7016655E-1,2.215357E0,5.3755915E-1,1.1228888E1,1.7159785E-1,3.978719E0,2.7382534E0,2.3007308E-1,3.070847E-1,2.9247584E0,2.4374461E-1,4.2091937E0,4.772091E-1,2.7932844E0,2.6484253E0,1.9380522E-1,3.6925247E0,3.9472504E1,1.7345651E0,1.8846785E-1,9.365091E-1,2.0721003E1,2.8053756E0,1.7860335E-1,1.8647125E-1,6.8535266E0,1.625819E-1,4.419997E0,9.747261E0,1.7874026E-1,9.573225E0,1.3518186E0,5.3885746E0,3.2142228E-1,2.9429367E0,4.1590944E-1,1.9678916E-1,2.2417636E0,5.776648E-1,1.0651223E1,1.6913137E-1,2.7556272E0,1.755923E-1,4.0336013E0,1.7156307E-1,2.6217215E0,1.796046E-1,2.4688208E0,3.149747E1,7.975033E0,1.4961668E0,2.3839822E-1,7.1843123E-1,2.0002571E1,6.6498275E0,2.0369904E-1,4.21939E0,2.0060745E-1,1.9506368E-1,9.552197E0,9.208845E0,3.6438045E-1,3.334092E-1,5.0551653E0,2.724057E0,2.1887966E-1,1.6753498E-1,2.0742285E0,1.011047E1,5.407534E-1,3.8408372E0,1.92764E-1,1.8601319E0,2.9637339E1,4.1152477E0,3.859785E0,1.937618E1,6.2639123E-1,6.250743E0,3.9908466E-1,2.3569092E-1,8.973154E0,2.6806542E-1,1.8061631E0,1.2169139E0,8.893556E0,1.9378567E-1,3.6470516E0,1.4262004E0,2.8211138E1,2.9730794E0,1.1421683E0,1.259433E0,2.6003518E0,2.1376424E0,1.7238537E1,5.187677E-1,5.731975E0,8.534023E0,4.3913114E-1,2.128057E0,6.7654986E0,2.652657E1,1.6845694E0,2.7899584E-1,2.6940837E0,2.2398038E0,3.605482E-1,1.2596577E0,1.597888E1,5.438121E0,2.9385412E-1,9.3337923E-1,7.6006436E0,6.5352564E0,2.3024207E-1,2.6080246E1,4.463228E-1,3.5211134E-1,2.3419724E0,1.9394232E0,3.003806E-1,2.8271717E-1,1.5696162E1,3.4812832E-1,5.0899925E0,5.9657154E0,5.69541E-1,5.905432E-1,2.5489702E1,1.9343573E-1,1.7459874E0,1.53244095E1,3.7175277E-1,1.868763E-1,4.903116E0,5.658608E0,3.0710733E-1,2.4689108E1,8.005948E-1,1.5160977E1,1.6343224E-1,2.8174818E-1,4.6213684E0,2.4409584E1,2.795251E-1,1.49830675E1,1.7791063E-1,2.8403223E-1,4.337336E0,2.4068987E1,3.405957E-1,1.906552E-1,4.146681E0,2.2787912E-1,2.3841108E1,2.559006E-1,3.8907802E0,2.3556328E1,2.847811E-1,2.3294113E1,2.622149E-1,2.1419825E1,1.8742881E0,2.065388E1,7.6594555E-1,1.9772577E1,8.8130105E-1,3.5958725E-1,1.941299E1,1.6814236E1,2.5987546E0,1.5553114E1,1.2611216E0,5.597439E-1,1.499337E1,7.582328E-1,1.4235138E1,1.3038438E1,1.1967001E0,1.2243841E1,7.9459625E-1,1.1994101E1,2.497406E-1,1.7024277E-1,1.1823858E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"717","size_leaf_vector":"0"}},{"base_weights":[-2.4452817E-2,2.4801055E-3,-1.4393651E-1,1.2423872E-2,-4.206241E-1,-1.8298551E-1,-0E0,-2.2352025E-2,5.9689496E-2,-0E0,-5.194801E-1,-2.2249049E-1,-0E0,-2.1447217E-2,2.0160523E-1,-9.676011E-2,-0E0,-3.2025628E-2,9.784734E-2,-4.2249173E-1,-0E0,-1.0790192E-1,-3.2833606E-1,7.546647E-2,-0E0,-1.307039E-1,-0E0,3.023258E-1,-0E0,-7.08044E-3,-5.278541E-1,5.755745E-2,-2.7668117E-2,-1.4629354E-1,3.467897E-2,1.4335994E-1,-0E0,-2.8799534E-1,-0E0,-2.6383732E-2,-5.203567E-1,1.4984557E-1,-0E0,-0E0,-1.5041949E-1,-2.4614264E-1,-0E0,-0E0,3.9247075E-1,-1.626136E-1,-0E0,-6.1507434E-1,-0E0,2.0973203E-1,-0E0,8.475117E-2,-6.520649E-2,-0E0,-2.04961E-1,1.7441887E-1,-3.0548254E-2,6.585588E-2,2.6197717E-1,-2.3875967E-2,1.06545076E-1,-0E0,-4.2039782E-1,1.3405511E-2,-1.6799858E-1,-2.672017E-1,1.4882702E-2,-0E0,-5.686929E-1,-0E0,2.1062453E-1,-0E0,-2.5102735E-1,-3.018778E-1,-0E0,4.573035E-1,-0E0,-0E0,-2.1043387E-1,4.047781E-2,-8.06449E-2,-0E0,-4.9568236E-1,-0E0,3.5062706E-1,-2.5500298E-2,8.789773E-2,-0E0,2.0143649E-1,-1.1142037E-1,-0E0,-2.7749318E-1,-0E0,2.2394753E-1,-0E0,-0E0,-1.8069471E-1,2.7143076E-1,2.6234225E-3,3.4071487E-1,-0E0,-9.673512E-2,-0E0,-0E0,1.9439363E-1,-0E0,-4.9395666E-1,9.295571E-2,-2.4817817E-2,-0E0,-2.5193042E-1,-0E0,-3.427078E-1,-0E0,2.518399E-1,-0E0,-5.875632E-1,-0E0,2.7827168E-1,-0E0,-3.0276608E-1,-3.4758604E-1,-0E0,4.8479158E-1,-0E0,-0E0,-2.4250743E-1,-1.3637167E-2,1.10669516E-1,-0E0,-2.6399478E-1,5.730023E-2,-0E0,-0E0,4.0706527E-1,-8.4952064E-2,-0E0,2.44487E-1,-0E0,-9.7476825E-2,-0E0,-0E0,2.7224854E-1,-1.6310365E-1,-0E0,-7.972214E-2,6.557842E-2,-3.720639E-1,-0E0,-0E0,2.8764495E-1,-2.2029716E-1,-0E0,3.6964828E-1,-0E0,-2.708144E-2,8.833357E-2,-0E0,3.6401248E-1,1.1607958E-1,-0E0,-1.6269453E-1,-0E0,3.5738047E-2,-0E0,-0E0,2.552988E-1,-5.4275465E-1,-0E0,-0E0,1.7767192E-1,-0E0,-9.698828E-2,-0E0,-3.744946E-1,-4.1545433E-1,-0E0,-5.7162974E-2,-0E0,4.6302617E-1,-0E0,-6.262684E-1,-0E0,-0E0,3.227091E-1,-0E0,-2.754617E-1,-3.709182E-1,-0E0,4.1733173E-1,-0E0,-2.7681062E-1,-0E0,-8.55809E-2,-0E0,-0E0,1.7398788E-1,-0E0,-3.2510945E-1,1.13818236E-1,-0E0,-5.2844316E-2,-0E0,4.4446006E-1,-0E0,-0E0,-1.249956E-1,-0E0,9.943324E-2,-0E0,3.0839095E-1,-1.15599856E-1,-0E0,-0E0,3.1915164E-1,-0E0,-1.822614E-1,4.3256197E-2,-0E0,-0E0,-2.0843498E-1,-0E0,1.4183848E-1,-0E0,-4.2655358E-1,3.345163E-1,-0E0,-0E0,4.0579027E-1,-0E0,-1.1026807E-1,-0E0,1.5651554E-1,-0E0,3.86841E-1,-0E0,2.401219E-1,-0E0,-2.6545033E-1,-0E0,9.344345E-2,3.0823213E-1,-0E0,-4.35075E-1,-0E0,-0E0,2.2521472E-1,-0E0,-1.8254223E-1,-3.2132015E-1,-0E0,-5.043065E-1,-0E0,-1.7069663E-1,-0E0,4.702422E-1,-0E0,-5.002653E-1,-0E0,2.7509156E-1,-0E0,-0E0,-3.156064E-1,-0E0,-3.084619E-1,-0E0,-1.9097318E-1,-0E0,2.7030653E-1,-3.0538446E-1,-0E0,1.7336635E-1,-0E0,-6.950696E-2,-0E0,5.1831716E-1,-0E0,-0E0,-1.9516063E-1,-0E0,-1.3484512E-1,1.6030945E-1,-0E0,3.7330177E-1,-0E0,-0E0,3.4790894E-1,-0E0,-2.0042714E-1,-0E0,1.2172713E-1,-6.0371794E-2,-0E0,-0E0,-2.8206053E-1,2.028237E-1,-0E0,-0E0,-4.4733852E-1,3.6511463E-1,-0E0,-0E0,4.5205683E-1,-0E0,1.2623143E-1,-2.388686E-1,-0E0,-0E0,-6.5682344E-2,2.3419693E-1,-0E0,-0E0,4.0387666E-1,-0E0,2.4413325E-1,-3.3326498E-1,-0E0,1.6330676E-1,-0E0,-0E0,3.501096E-1,2.5877154E-1,-0E0,-0E0,-2.7013823E-1,-4.1333804E-1,-0E0,-2.0896101E-1,-0E0,-3.3580437E-1,-0E0,-2.8706262E-1,-0E0,3.1448564E-1,-0E0,-0E0,2.308992E-1,5.59374E-1,-0E0,-0E0,-3.004296E-1,-0E0,-2.1017444E-1,2.0582405E-1,-0E0,-0E0,3.934884E-1,3.9554507E-1,-0E0,-0E0,-2.663192E-1,1.8061171E-1,-0E0,-0E0,-1.4977756E-1,-0E0,-3.2269207E-1,-0E0,2.3332119E-1,-4.630441E-1,-0E0,4.1559863E-1,-0E0,4.7526154E-1,-0E0,1.9277297E-1,-0E0,-0E0,-3.1005853E-1,-0E0,-1.7347388E-1,-0E0,2.917834E-1,-0E0,4.227769E-1,-3.501427E-1,-0E0,-0E0,2.4787508E-1,3.8014543E-1,-0E0,-0E0,2.889831E-1,-2.5292912E-1,-0E0,-2.391958E-1,-0E0,-0E0,-3.6180326E-1,-3.1589124E-1,-0E0,3.7599134E-1,-0E0,-0E0,2.0133683E-1,5.818692E-1,-0E0,-3.607149E-1,-0E0,-2.3380634E-1,-0E0,-0E0,2.625181E-1,3.2693145E-1,-0E0,4.307329E-1,-0E0,-5.6151345E-2,-0E0,-3.07911E-1,-0E0,-0E0,2.1926026E-1,-2.2295809E-1,-0E0,-0E0,-3.536621E-1,-0E0,2.7710226E-1,-4.7918206E-1,-0E0,4.3245926E-1,-0E0,3.889239E-1,-0E0,2.2884901E-1,-0E0,-3.9214E-1,-0E0,-0E0,-1.6606398E-1,-0E0,3.2770294E-1,4.3998602E-1,-0E0,-0E0,-3.6761972E-1,3.1818295E-1,-0E0,-0E0,4.0678665E-1,3.1201237E-1,-0E0,-0E0,-2.1096419E-1,-3.9356345E-1,-0E0,-0E0,-3.4474987E-1,4.2560536E-1,-0E0,-0E0,4.6855903E-1,-0E0,-3.8301593E-1,-1.9877583E-1,-0E0,-0E0,2.884175E-1,4.557487E-1,-0E0,-0E0,-1.4335866E-1,4.9888164E-2,-0E0,-0E0,-3.498505E-1,-0E0,1.8626066E-1,-2.945083E-1,-0E0,-2.9760018E-1,-0E0,-0E0,3.5704598E-1,-0E0,-5.0907445E-1,4.4808185E-1,-0E0,2.7327687E-1,-0E0,-4.5433912E-1,-0E0,-0E0,3.708682E-1,4.493841E-1,-0E0,-0E0,-3.8859683E-1,3.5534346E-1,-0E0,-0E0,4.2676628E-1,3.344053E-1,-0E0,-3.5795993E-1,-0E0,-0E0,-2.873915E-1,4.726761E-1,-0E0,-4.130483E-1,-0E0,-0E0,3.1752822E-1,-0E0,4.842732E-1,-2.2447933E-1,-0E0,1.2154438E-1,-0E0,-0E0,-3.679988E-1,-3.146017E-1,-0E0,-0E0,4.1118583E-1,-0E0,-5.2804667E-1,-0E0,4.6613735E-1,3.1804937E-1,-0E0,-0E0,-4.743558E-1,4.346177E-1,-0E0,4.6153536E-1,-0E0,-0E0,-3.1859756E-1,-0E0,3.980876E-1,-0E0,4.4927654E-1,-0E0,3.7480536E-1,3.8409415E-1,-0E0,-4.3060458E-1,-0E0,-0E0,2.5672802E-1,-0E0,5.132987E-1,-0E0,-2.5818694E-1,-0E0,1.2740155E-1,-3.821559E-1,-0E0,-3.405504E-1,-0E0,-0E0,4.4876128E-1,-4.2158416E-1,-0E0,-0E0,3.754626E-1,-0E0,2.6068485E-1,-4.8588014E-1,-0E0,5.1623964E-1,-0E0,4.7126985E-1,-0E0,-0E0,4.2204493E-1,-0E0,3.6628047E-1,3.9699367E-1,-0E0,-0E0,-4.6061164E-1,-0E0,5.3751135E-1,-2.7736595E-1,-0E0,-3.9565933E-1,-0E0,-2.9723713E-1,-0E0,-0E0,4.7270373E-1,-4.9590153E-1,-0E0,-0E0,5.413974E-1,-0E0,3.7531465E-1,-0E0,4.4934997E-1,-0E0,4.2564675E-1,-3.7290195E-1,-0E0,-0E0,4.3290842E-1,-2.341202E-1,-0E0,-0E0,-4.1160652E-1,-0E0,4.0555003E-1,-3.9650574E-1,-0E0,-0E0,5.78205E-1,-0E0,3.8354433E-1,-0E0,4.3765417E-1,-4.204428E-1,-0E0,4.6237734E-1,-0E0,-0E0,4.510586E-1,-0E0,-3.3448786E-1,4.636868E-1,-0E0,-0E0,4.8223403E-1,-0E0,3.8751835E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":12,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,25,27,29,31,33,35,-1,-1,37,39,41,43,45,-1,47,-1,49,51,53,55,57,59,61,63,65,67,69,71,73,-1,-1,75,77,-1,-1,79,81,83,85,-1,87,89,91,93,-1,95,97,99,101,103,105,107,-1,109,111,113,115,117,-1,119,-1,121,-1,123,125,-1,127,-1,-1,129,131,133,-1,-1,135,137,139,141,143,145,147,149,151,-1,153,-1,-1,155,157,159,161,163,165,167,-1,169,-1,171,173,175,-1,177,-1,179,181,183,-1,185,-1,187,-1,189,191,-1,193,-1,-1,195,197,199,-1,201,203,205,-1,207,209,211,213,-1,215,-1,-1,217,219,221,223,225,227,-1,-1,229,-1,-1,231,-1,233,235,-1,237,239,-1,241,-1,243,-1,-1,245,247,-1,-1,249,-1,251,-1,253,255,-1,257,-1,259,-1,261,-1,-1,263,-1,-1,265,-1,-1,-1,267,-1,269,-1,-1,271,-1,273,275,-1,277,-1,279,-1,-1,281,283,285,-1,287,-1,-1,-1,289,-1,291,293,295,-1,297,-1,299,-1,301,303,-1,-1,305,307,309,311,313,-1,315,-1,317,-1,319,-1,321,323,-1,-1,-1,-1,325,-1,327,-1,-1,329,-1,331,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,333,-1,335,-1,337,-1,-1,339,-1,-1,-1,341,-1,-1,343,-1,345,347,-1,349,-1,-1,351,-1,353,-1,355,357,-1,-1,359,361,-1,-1,363,365,-1,-1,367,-1,369,371,-1,-1,373,375,-1,-1,377,-1,-1,379,-1,381,-1,-1,383,385,-1,-1,387,-1,-1,389,-1,391,-1,393,-1,395,-1,-1,397,399,-1,-1,401,-1,403,405,-1,-1,407,409,-1,411,413,415,-1,-1,417,-1,419,-1,421,423,-1,425,-1,427,-1,429,-1,-1,431,-1,433,-1,435,-1,437,439,-1,-1,441,443,-1,-1,445,-1,-1,447,-1,-1,449,451,-1,453,-1,-1,-1,455,-1,457,-1,459,-1,-1,461,-1,-1,463,-1,465,467,469,-1,-1,471,473,-1,-1,475,-1,477,479,-1,481,-1,-1,-1,483,-1,485,-1,-1,-1,-1,487,489,-1,-1,491,493,-1,-1,495,497,-1,-1,-1,499,-1,-1,501,503,-1,-1,-1,-1,505,-1,-1,-1,507,509,-1,-1,511,513,-1,-1,515,-1,-1,517,-1,-1,-1,-1,519,-1,521,523,-1,525,-1,527,-1,-1,529,531,-1,-1,533,535,-1,-1,537,539,-1,-1,-1,-1,-1,541,-1,543,-1,-1,545,-1,547,549,-1,551,-1,-1,553,555,-1,-1,557,-1,559,-1,561,563,-1,-1,565,567,-1,569,-1,-1,-1,-1,571,-1,573,-1,575,-1,-1,577,-1,-1,-1,-1,579,-1,581,-1,-1,583,-1,585,-1,-1,587,-1,-1,-1,-1,-1,-1,589,-1,591,-1,593,-1,-1,595,-1,-1,597,-1,-1,599,-1,601,603,-1,605,-1,-1,-1,-1,607,609,-1,-1,611,-1,-1,-1,613,-1,615,-1,-1,-1,-1,-1,-1,-1,617,-1,-1,-1,-1,-1,619,-1,-1,-1,621,623,-1,-1,-1,-1,625,-1,-1,627,-1,-1,629,-1,-1],"loss_changes":[1.2835498E0,7.860569E-1,5.7099414E-1,4.9746448E-1,1.832788E-1,5.311463E-1,2.125921E-1,3.2604775E-1,5.2518344E-1,0E0,2.5011837E-2,1.821351E-1,2.5194904E-2,9.0480596E-2,2.0247743E-1,1.117373E0,1.9513619E-1,3.5128143E-1,4.2357683E-1,0E0,0E0,4.6757272E-1,7.498808E-1,5.903876E-2,8.911057E-2,1.7483312E-1,0E0,1.4330196E-1,0E0,1.3599302E-1,3.1886196E-1,3.924715E-1,2.49538E-1,2.634614E-1,2.789002E-1,2.821424E-1,9.9329494E-2,2.9994214E-1,1.15314506E-1,3.665056E-1,3.8835788E-1,6.791555E-2,0E0,0E0,1.1715086E-1,9.3259454E-2,0E0,0E0,1.2937653E-1,7.973604E-2,8.6487964E-2,4.284382E-2,0E0,2.3298895E-1,7.2825655E-2,2.136638E-1,2.0579067E-1,0E0,3.2437068E-1,1.6024518E-1,8.1169896E-2,3.2957226E-1,2.4481344E-1,1.11195564E-1,1.4638382E-1,0E0,2.6519036E-1,1.2273447E-1,1.1117304E-1,1.6925731E-1,2.073206E-1,0E0,1.410296E-1,0E0,9.948416E-2,0E0,6.7634314E-2,8.13005E-2,0E0,3.338313E-2,0E0,0E0,5.7364166E-2,2.0103121E-1,1.8297178E-1,0E0,0E0,1.4099697E-2,1.6889107E-1,9.418477E-2,1.7556572E-1,1.9857926E-2,1.9825515E-1,2.5122303E-1,9.9721685E-2,1.4373767E-1,0E0,1.4266941E-1,0E0,0E0,7.606048E-2,2.0002085E-1,1.6367482E-1,1.7640495E-1,4.4043325E-2,1.7551848E-1,1.5997376E-2,0E0,1.2756735E-1,0E0,9.270477E-2,2.6502934E-1,3.1096695E-2,0E0,1.8712677E-1,0E0,1.7387152E-1,9.956737E-3,3.4105194E-1,0E0,6.692815E-2,0E0,5.723968E-2,0E0,7.7534586E-2,3.8116664E-2,0E0,4.26535E-2,0E0,0E0,6.389439E-2,4.8116837E-2,2.1351014E-1,0E0,8.611767E-2,3.874229E-2,6.3069174E-3,0E0,1.309064E-1,9.567651E-2,5.0438285E-2,9.238067E-2,0E0,2.2389205E-2,0E0,0E0,1.4751828E-1,1.3229144E-1,6.8352874E-3,1.4274748E-1,1.7380407E-1,1.10304356E-1,0E0,0E0,1.8172032E-1,0E0,0E0,1.1939657E-1,0E0,1.5751275E-1,2.3647864E-1,0E0,1.8182492E-1,1.1590909E-1,0E0,1.899992E-1,0E0,7.153478E-2,0E0,0E0,1.3598797E-1,2.79454E-2,0E0,0E0,1.8935296E-1,0E0,7.077271E-2,0E0,4.722801E-2,1.7107385E-1,0E0,6.926432E-2,0E0,3.012585E-1,0E0,9.14526E-2,0E0,0E0,2.1792531E-2,0E0,0E0,3.8734674E-2,0E0,0E0,0E0,4.5382053E-2,0E0,1.1213608E-1,0E0,0E0,2.1262372E-1,0E0,1.07618004E-1,5.311576E-2,0E0,7.308862E-3,0E0,1.7833054E-1,0E0,0E0,1.1533147E-1,6.757755E-2,7.398639E-2,0E0,1.1227134E-1,0E0,0E0,0E0,9.1059685E-2,0E0,1.2752873E-1,3.8017258E-2,1.8244319E-2,0E0,1.2910886E-1,0E0,1.4304887E-1,0E0,6.7756176E-2,5.8853984E-2,0E0,0E0,1.2976754E-1,5.656323E-2,2.938249E-1,1.3083161E-2,2.301723E-1,0E0,1.4187765E-1,0E0,5.6588843E-2,0E0,2.02319E-1,0E0,1.4723751E-1,1.1957815E-1,0E0,0E0,0E0,0E0,1.4857519E-1,0E0,1.0601871E-1,0E0,0E0,4.680121E-2,0E0,2.847892E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,4.9692363E-2,0E0,1.4318879E-1,0E0,2.0859134E-1,0E0,0E0,5.9586197E-2,0E0,0E0,0E0,1.0407245E-1,0E0,0E0,1.2045863E-1,0E0,5.964426E-2,6.6431366E-2,0E0,2.2044063E-2,0E0,0E0,1.1354315E-1,0E0,1.7308182E-1,0E0,3.457848E-2,7.398817E-2,0E0,0E0,7.560083E-2,1.0928458E-1,0E0,0E0,5.398178E-2,6.956333E-2,0E0,0E0,4.654032E-2,0E0,6.842625E-2,2.553593E-1,0E0,0E0,6.691892E-2,2.3225623E-1,0E0,0E0,1.1402464E-1,0E0,0E0,3.2408535E-2,0E0,1.5979189E-1,0E0,0E0,8.411908E-2,1.4669853E-1,0E0,0E0,6.1796084E-2,0E0,0E0,1.7598964E-2,0E0,4.79818E-2,0E0,4.312074E-2,0E0,2.5173628E-1,0E0,0E0,2.3798794E-2,2.2763133E-2,0E0,0E0,1.3678184E-1,0E0,2.099657E-2,7.806632E-2,0E0,0E0,2.2997737E-2,6.1934114E-2,0E0,1.7529786E-2,2.0749319E-1,2.4448112E-2,0E0,0E0,8.721464E-2,0E0,5.680734E-2,0E0,9.1163605E-2,4.9474955E-2,0E0,3.5962343E-2,0E0,1.803112E-2,0E0,3.95509E-2,0E0,0E0,2.0513725E-1,0E0,1.571244E-2,0E0,1.5217602E-1,0E0,9.799695E-2,3.1826973E-2,0E0,0E0,2.065756E-1,6.450069E-2,0E0,0E0,1.2694472E-1,0E0,0E0,1.792577E-2,0E0,0E0,3.1870604E-2,3.0830652E-2,0E0,1.6983497E-1,0E0,0E0,0E0,2.1417618E-2,0E0,4.726249E-2,0E0,1.7317891E-2,0E0,0E0,4.0602148E-2,0E0,0E0,6.7077816E-2,0E0,6.969594E-2,7.0387516E-3,1.8893707E-1,0E0,0E0,9.833269E-3,1.06245324E-1,0E0,0E0,3.8537264E-2,0E0,1.5286231E-1,4.0207982E-2,0E0,3.3245623E-2,0E0,0E0,0E0,5.5823594E-2,0E0,1.6967845E-1,0E0,0E0,0E0,0E0,1.7283124E-1,6.2311172E-2,0E0,0E0,5.8664024E-2,1.2535894E-1,0E0,0E0,4.024285E-2,1.1629748E-1,0E0,0E0,0E0,1.3032228E-1,0E0,0E0,3.1108022E-2,1.22837424E-1,0E0,0E0,0E0,0E0,3.6664605E-2,0E0,0E0,0E0,3.994471E-2,6.2155664E-2,0E0,0E0,1.0768523E-1,3.213972E-2,0E0,0E0,8.2647085E-2,0E0,0E0,2.3198217E-2,0E0,0E0,0E0,0E0,1.6123539E-1,0E0,4.323709E-2,3.3350825E-2,0E0,2.5522038E-2,0E0,5.2879453E-2,0E0,0E0,2.545328E-1,5.1080942E-2,0E0,0E0,2.7418137E-3,9.832507E-2,0E0,0E0,4.9224913E-2,1.3162744E-1,0E0,0E0,0E0,0E0,0E0,7.391918E-2,0E0,2.7392566E-2,0E0,0E0,2.6579201E-3,0E0,4.309249E-2,4.5264885E-2,0E0,2.5637552E-2,0E0,0E0,4.4634104E-2,1.0877937E-2,0E0,0E0,6.4964056E-2,0E0,2.0930767E-2,0E0,1.3368607E-2,4.503444E-3,0E0,0E0,3.8579702E-3,2.7691483E-1,0E0,4.896593E-2,0E0,0E0,0E0,0E0,6.2094152E-2,0E0,3.63366E-2,0E0,1.0944116E-1,0E0,0E0,5.570364E-2,0E0,0E0,0E0,0E0,3.2043934E-2,0E0,2.0140022E-2,0E0,0E0,6.4154506E-2,0E0,4.1843206E-2,0E0,0E0,6.351352E-2,0E0,0E0,0E0,0E0,0E0,0E0,6.49786E-3,0E0,1.1450982E-1,0E0,4.185319E-2,0E0,0E0,6.3204885E-2,0E0,0E0,1.1569083E-1,0E0,0E0,1.160562E-2,0E0,1.9399166E-2,2.8371096E-2,0E0,4.1264296E-2,0E0,0E0,0E0,0E0,7.048404E-2,1.0093093E-2,0E0,0E0,1.03247285E-1,0E0,0E0,0E0,6.7650795E-2,0E0,5.252397E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,3.562224E-2,0E0,0E0,0E0,0E0,0E0,3.4246087E-2,0E0,0E0,0E0,5.2262187E-2,2.7215958E-2,0E0,0E0,0E0,0E0,4.376924E-2,0E0,0E0,1.6741991E-2,0E0,0E0,4.806292E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,21,21,22,22,23,23,24,24,25,25,27,27,29,29,30,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,38,38,39,39,40,40,41,41,44,44,45,45,48,48,49,49,50,50,51,51,53,53,54,54,55,55,56,56,58,58,59,59,60,60,61,61,62,62,63,63,64,64,66,66,67,67,68,68,69,69,70,70,72,72,74,74,76,76,77,77,79,79,82,82,83,83,84,84,87,87,88,88,89,89,90,90,91,91,92,92,93,93,94,94,95,95,97,97,100,100,101,101,102,102,103,103,104,104,105,105,106,106,108,108,110,110,111,111,112,112,114,114,116,116,117,117,118,118,120,120,122,122,124,124,125,125,127,127,130,130,131,131,132,132,134,134,135,135,136,136,138,138,139,139,140,140,141,141,143,143,146,146,147,147,148,148,149,149,150,150,151,151,154,154,157,157,159,159,160,160,162,162,163,163,165,165,167,167,170,170,171,171,174,174,176,176,178,178,179,179,181,181,183,183,185,185,188,188,191,191,195,195,197,197,200,200,202,202,203,203,205,205,207,207,210,210,211,211,212,212,214,214,218,218,220,220,221,221,222,222,224,224,226,226,228,228,229,229,232,232,233,233,234,234,235,235,236,236,238,238,240,240,242,242,244,244,245,245,250,250,252,252,255,255,257,257,268,268,270,270,272,272,275,275,279,279,282,282,284,284,285,285,287,287,290,290,292,292,294,294,295,295,298,298,299,299,302,302,303,303,306,306,308,308,309,309,312,312,313,313,316,316,319,319,321,321,324,324,325,325,328,328,331,331,333,333,335,335,337,337,340,340,341,341,344,344,346,346,347,347,350,350,351,351,353,353,354,354,355,355,358,358,360,360,362,362,363,363,365,365,367,367,369,369,372,372,374,374,376,376,378,378,379,379,382,382,383,383,386,386,389,389,392,392,393,393,395,395,399,399,401,401,403,403,406,406,409,409,411,411,412,412,413,413,416,416,417,417,420,420,422,422,423,423,425,425,429,429,431,431,436,436,437,437,440,440,441,441,444,444,445,445,449,449,452,452,453,453,458,458,462,462,463,463,466,466,467,467,470,470,473,473,478,478,480,480,481,481,483,483,485,485,488,488,489,489,492,492,493,493,496,496,497,497,503,503,505,505,508,508,510,510,511,511,513,513,516,516,517,517,520,520,522,522,524,524,525,525,528,528,529,529,531,531,536,536,538,538,540,540,543,543,548,548,550,550,553,553,555,555,558,558,565,565,567,567,569,569,572,572,575,575,578,578,580,580,581,581,583,583,588,588,589,589,592,592,596,596,598,598,606,606,612,612,616,616,617,617,622,622,625,625,628,628],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,26,28,30,32,34,36,-1,-1,38,40,42,44,46,-1,48,-1,50,52,54,56,58,60,62,64,66,68,70,72,74,-1,-1,76,78,-1,-1,80,82,84,86,-1,88,90,92,94,-1,96,98,100,102,104,106,108,-1,110,112,114,116,118,-1,120,-1,122,-1,124,126,-1,128,-1,-1,130,132,134,-1,-1,136,138,140,142,144,146,148,150,152,-1,154,-1,-1,156,158,160,162,164,166,168,-1,170,-1,172,174,176,-1,178,-1,180,182,184,-1,186,-1,188,-1,190,192,-1,194,-1,-1,196,198,200,-1,202,204,206,-1,208,210,212,214,-1,216,-1,-1,218,220,222,224,226,228,-1,-1,230,-1,-1,232,-1,234,236,-1,238,240,-1,242,-1,244,-1,-1,246,248,-1,-1,250,-1,252,-1,254,256,-1,258,-1,260,-1,262,-1,-1,264,-1,-1,266,-1,-1,-1,268,-1,270,-1,-1,272,-1,274,276,-1,278,-1,280,-1,-1,282,284,286,-1,288,-1,-1,-1,290,-1,292,294,296,-1,298,-1,300,-1,302,304,-1,-1,306,308,310,312,314,-1,316,-1,318,-1,320,-1,322,324,-1,-1,-1,-1,326,-1,328,-1,-1,330,-1,332,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,334,-1,336,-1,338,-1,-1,340,-1,-1,-1,342,-1,-1,344,-1,346,348,-1,350,-1,-1,352,-1,354,-1,356,358,-1,-1,360,362,-1,-1,364,366,-1,-1,368,-1,370,372,-1,-1,374,376,-1,-1,378,-1,-1,380,-1,382,-1,-1,384,386,-1,-1,388,-1,-1,390,-1,392,-1,394,-1,396,-1,-1,398,400,-1,-1,402,-1,404,406,-1,-1,408,410,-1,412,414,416,-1,-1,418,-1,420,-1,422,424,-1,426,-1,428,-1,430,-1,-1,432,-1,434,-1,436,-1,438,440,-1,-1,442,444,-1,-1,446,-1,-1,448,-1,-1,450,452,-1,454,-1,-1,-1,456,-1,458,-1,460,-1,-1,462,-1,-1,464,-1,466,468,470,-1,-1,472,474,-1,-1,476,-1,478,480,-1,482,-1,-1,-1,484,-1,486,-1,-1,-1,-1,488,490,-1,-1,492,494,-1,-1,496,498,-1,-1,-1,500,-1,-1,502,504,-1,-1,-1,-1,506,-1,-1,-1,508,510,-1,-1,512,514,-1,-1,516,-1,-1,518,-1,-1,-1,-1,520,-1,522,524,-1,526,-1,528,-1,-1,530,532,-1,-1,534,536,-1,-1,538,540,-1,-1,-1,-1,-1,542,-1,544,-1,-1,546,-1,548,550,-1,552,-1,-1,554,556,-1,-1,558,-1,560,-1,562,564,-1,-1,566,568,-1,570,-1,-1,-1,-1,572,-1,574,-1,576,-1,-1,578,-1,-1,-1,-1,580,-1,582,-1,-1,584,-1,586,-1,-1,588,-1,-1,-1,-1,-1,-1,590,-1,592,-1,594,-1,-1,596,-1,-1,598,-1,-1,600,-1,602,604,-1,606,-1,-1,-1,-1,608,610,-1,-1,612,-1,-1,-1,614,-1,616,-1,-1,-1,-1,-1,-1,-1,618,-1,-1,-1,-1,-1,620,-1,-1,-1,622,624,-1,-1,-1,-1,626,-1,-1,628,-1,-1,630,-1,-1],"split_conditions":[7.5390625E-1,9.8535156E-1,9.926758E-1,6.36875E1,2.633667E-2,9.741211E-1,6.59375E1,8.149414E-1,1.7138672E-1,-0E0,9.9902344E-1,8.765613E1,3.98125E1,1.04125E2,1.5115753E2,1.04704124E2,9.6435547E-1,4.884375E1,2.7441406E-1,-4.2249173E-1,-0E0,6.947514E1,2.1165762E0,8.7060547E-1,1.3909786E0,9.453125E-1,-0E0,7.891846E-2,-0E0,6.2607647E1,9.9902344E-1,5.444336E-2,1.2512829E0,3.15E1,9.121094E-1,8.3875E1,9.741211E-1,1.420584E0,9.2089844E-1,1.944927E0,3.1484375E1,3.6875E1,-0E0,-0E0,6.278125E1,9.897461E-1,-0E0,-0E0,9.741211E-1,5.247422E-1,4.0320683E0,6.573486E-2,-0E0,1.7492676E-1,9.453125E-1,1.4316089E2,1.1056757E2,-0E0,1.18375E2,1.5207422E2,1.02375E2,3.95E1,9.9714134E1,8.745117E-1,8.690922E1,-0E0,3.33125E1,1.016875E2,8.71958E-1,6.3971734E-1,1.7382585E0,-0E0,5.947876E-2,-0E0,1.3949957E2,-0E0,3.290625E1,4.732431E0,-0E0,9.9902344E-1,-0E0,-0E0,1.1159553E2,7.672088E1,7.5927734E-1,-0E0,-4.9568236E-1,2.3098087E0,1.2058396E0,4.434375E1,5.8251953E-1,1.1074932E0,1.5007019E-2,2.9534793E0,4.609375E1,9.663086E-1,-0E0,1.0405471E0,-0E0,-0E0,1.5225E2,8.765613E1,4.0234375E-1,7.5342896E1,1.3696289E-1,3.9672308E0,1.5207422E2,-0E0,6.2353516E-1,-0E0,9.8046875E-1,1.4655418E2,5.7878387E-1,-0E0,4.20625E1,-0E0,9.2626953E-1,2.2924876E2,1.5332031E-1,-0E0,1.8232852E2,-0E0,1.0898095E0,-0E0,2.027893E-2,1.8232852E2,-0E0,2.7501974E0,-0E0,-0E0,9.5996094E-1,1.7159436E2,1.7098709E0,-0E0,2.3895264E-2,2.3777382E2,9.41875E1,-0E0,1.3692163E2,8.388672E-1,5.024414E-1,1.4855957E-1,-0E0,8.71875E1,-0E0,-0E0,4.574694E1,1.0612488E-2,3.7136834E0,1.0876465E-1,3.3294678E-2,5.2961235E1,-0E0,-0E0,3.3298468E2,-2.2029716E-1,-0E0,3.1078125E1,-0E0,9.5336914E-2,2.3895264E-2,-0E0,1.0443115E-1,9.308954E1,-0E0,7.79258E1,-0E0,1.2512829E0,-0E0,-0E0,1.8075E2,9.8876953E-1,-0E0,-0E0,3.709375E1,-0E0,3.640625E1,-0E0,9.53125E-1,9.5947266E-1,-0E0,9.9902344E-1,-0E0,2.7242734E0,-0E0,9.902344E-1,-0E0,-0E0,1.3376945E2,-0E0,-2.754617E-1,2.935791E-2,-0E0,4.1733173E-1,-0E0,3.7902832E-2,-0E0,5.778125E1,-0E0,-0E0,2.2602744E0,-0E0,1.166875E2,4.6903906E0,-0E0,5.296875E1,-0E0,3.7902832E-2,-0E0,-0E0,7.681336E1,1.0334295E2,8.75E1,-0E0,1.20125E2,-1.15599856E-1,-0E0,-0E0,3.3931732E-3,-0E0,2.286248E1,3.5703735E1,6.875E1,-0E0,1.9210815E-2,-0E0,1.4193896E2,-0E0,6.63125E1,1.079375E2,-0E0,-0E0,6.59375E1,1.0012783E2,6.4697266E-1,1.463623E-1,3.4158995E0,-0E0,4.9232832E-1,-0E0,2.0093372E0,-0E0,9.8583984E-1,-0E0,2.0807076E2,2.9248047E-1,-0E0,-4.35075E-1,-0E0,-0E0,7.1972656E-1,-0E0,5.5007935E-3,-3.2132015E-1,-0E0,9.9609375E-1,-0E0,4.732431E0,-0E0,4.702422E-1,-0E0,-5.002653E-1,-0E0,2.7509156E-1,-0E0,-0E0,-3.156064E-1,-0E0,1.6091588E2,-0E0,8.256836E-1,-0E0,5.603753E0,-3.0538446E-1,-0E0,4.2785645E-2,-0E0,-6.950696E-2,-0E0,6.899414E-1,-0E0,-0E0,4.8339844E-1,-0E0,1.6092789E2,8.3251953E-1,-0E0,1.4044173E2,-0E0,-0E0,4.3120236E0,-0E0,1.05529785E-1,-0E0,3.173828E-1,1.5211551E2,-0E0,-0E0,2.286248E1,1.459961E-1,-0E0,-0E0,7.1728516E-1,9.272461E-1,-0E0,-0E0,9.9853516E-1,-0E0,9.9853516E-1,6.2607647E1,-0E0,-0E0,4.53125E1,4.703125E1,-0E0,-0E0,2.8515625E-1,-0E0,2.4413325E-1,7.270508E-1,-0E0,5.886841E-2,-0E0,-0E0,4.8510137E0,1.4060974E-2,-0E0,-0E0,4.732431E0,-4.1333804E-1,-0E0,9.399414E-1,-0E0,2.4084473E-1,-0E0,2.0999916E0,-0E0,1.016875E2,-0E0,-0E0,3.221875E1,1.11875E2,-0E0,-0E0,7.626953E-1,-0E0,1.21E2,9.637451E-2,-0E0,-0E0,9.5654297E-1,9.980469E-1,-0E0,4.6051025E-2,9.428711E-1,1.8555181E0,-0E0,-0E0,1.050625E2,-0E0,1.587934E0,-0E0,1.2109375E-1,5.5377693E0,-0E0,5.18745E0,-0E0,1.7292186E2,-0E0,9.7548584E1,-0E0,-0E0,3.5582707E0,-0E0,8.728027E-3,-0E0,5.7495117E-2,-0E0,9.9902344E-1,6.621113E-1,-0E0,-0E0,9.9121094E-1,1.4367676E-1,-0E0,-0E0,9.9560547E-1,-2.5292912E-1,-0E0,1.2779236E-2,-0E0,-0E0,9.951172E-1,7.025104E-1,-0E0,1.3190248E2,-0E0,-0E0,2.0133683E-1,2.927246E-1,-0E0,1.7476131E1,-0E0,9.8779297E-1,-0E0,-0E0,1.0876465E-1,3.2693145E-1,-0E0,2.1099915E2,-0E0,7.04961E1,9.7998047E-1,1.1143582E0,-0E0,-0E0,3.5308838E-2,3.9958467E0,-0E0,-0E0,5.142507E0,-0E0,1.6148209E2,1.424408E-2,-0E0,1.7087598E2,-0E0,3.889239E-1,-0E0,2.2912598E-1,-0E0,3.8975942E0,-0E0,-0E0,-1.6606398E-1,-0E0,4.8828125E-2,3.485013E2,-0E0,-0E0,6.066619E-1,1.1628763E2,-0E0,-0E0,7.965088E-3,9.6777344E-1,-0E0,-0E0,-2.1096419E-1,5.190625E1,-0E0,-0E0,7.91626E-2,3.1140738E0,-0E0,-0E0,4.6855903E-1,-0E0,9.794922E-1,-1.9877583E-1,-0E0,-0E0,3.1921875E1,3.709375E1,-0E0,-0E0,4.6928205E0,1.9977252E2,-0E0,-0E0,3.265625E1,-0E0,1.8626066E-1,1.9977252E2,-0E0,-2.9760018E-1,-0E0,-0E0,1.2012644E0,-0E0,8.7768686E-1,7.25708E-2,-0E0,3.8699598E0,-0E0,5.996704E-3,-0E0,-0E0,4.4791636E0,5.503731E0,-0E0,-0E0,8.858887E-1,2.0385742E-1,-0E0,-0E0,6.489589E1,7.993164E-1,-0E0,-3.5795993E-1,-0E0,-0E0,-2.873915E-1,7.988281E-1,-0E0,4.403125E1,-0E0,-0E0,1.3711147E0,-0E0,1.1058062E0,2.454834E-1,-0E0,7.2075194E-1,-0E0,-0E0,2.8502698E0,6.015625E1,-0E0,-0E0,1.8155329E0,-0E0,5.2000422E0,-0E0,5.5544296E1,1.3350383E2,-0E0,-0E0,2.3168945E-1,9.970703E-1,-0E0,9.970703E-1,-0E0,-0E0,-3.1859756E-1,-0E0,6.621113E-1,-0E0,3.428125E1,-0E0,9.84375E-1,3.8409415E-1,-0E0,3.955078E-2,-0E0,-0E0,2.5672802E-1,-0E0,3.290625E1,-0E0,9.584961E-1,-0E0,1.2740155E-1,9.9609375E-1,-0E0,8.0371094E-1,-0E0,-0E0,9.7501725E-1,-4.2158416E-1,-0E0,-0E0,3.754626E-1,-0E0,2.6068485E-1,5.6640625E-1,-0E0,5.289727E1,-0E0,2.7008057E-3,-0E0,-0E0,3.840625E1,-0E0,3.6628047E-1,1.0398865E-2,-0E0,-0E0,5.3410316E0,-0E0,6.3201505E-1,3.9715664E0,-0E0,4.028125E1,-0E0,-2.9723713E-1,-0E0,-0E0,5.375E1,1.7759283E2,-0E0,-0E0,5.46875E-1,-0E0,3.7531465E-1,-0E0,3.984375E-1,-0E0,3.825E1,-3.7290195E-1,-0E0,-0E0,4.3290842E-1,-2.341202E-1,-0E0,-0E0,1.21E2,-0E0,4.0555003E-1,-3.9650574E-1,-0E0,-0E0,5.18745E0,-0E0,3.8354433E-1,-0E0,3.0296875E1,5.67712E1,-0E0,4.6237734E-1,-0E0,-0E0,2.1793541E2,-0E0,-3.3448786E-1,8.911133E-2,-0E0,-0E0,1.9859531E1,-0E0,3.8751835E-1],"split_indices":[13,12,14,11,19,17,11,15,16,0,14,5,8,10,4,5,15,8,13,0,0,5,1,19,0,15,0,18,0,5,14,18,2,8,17,9,16,0,18,2,11,11,0,0,9,16,0,0,19,1,0,12,0,13,15,6,4,0,11,4,11,10,5,14,7,0,11,9,2,1,1,0,14,0,6,0,10,3,0,14,0,0,6,4,17,0,0,1,0,8,17,2,17,0,10,14,0,0,0,0,11,5,18,7,17,0,4,0,15,0,19,6,3,0,9,0,17,7,17,0,7,0,1,0,16,7,0,0,0,0,12,7,3,0,18,6,10,0,4,15,19,18,0,10,0,0,4,17,0,19,18,7,0,0,6,0,0,8,0,19,19,0,14,4,0,5,0,2,0,0,10,14,0,0,11,0,11,0,14,14,0,15,0,3,0,14,0,0,4,0,0,19,0,0,0,19,0,9,0,0,2,0,10,0,0,11,0,18,0,0,5,7,8,0,9,0,0,0,18,0,7,7,10,0,16,0,4,0,11,10,0,0,11,7,19,12,2,0,2,0,1,0,17,0,6,13,0,0,0,0,12,0,17,0,0,19,0,3,0,0,0,0,0,0,0,0,0,0,7,0,12,0,3,0,0,19,0,0,0,13,0,0,16,0,6,12,0,6,0,0,0,0,18,0,12,6,0,0,7,14,0,0,13,18,0,0,17,0,16,5,0,0,10,10,0,0,15,0,0,13,0,19,0,0,1,17,0,0,3,0,0,18,0,14,0,0,0,9,0,0,8,10,0,0,12,0,10,12,0,0,18,14,0,18,19,2,0,0,9,0,2,0,12,2,0,3,0,6,0,5,0,0,3,0,19,0,13,0,17,1,0,0,19,14,0,0,13,0,0,18,0,0,17,0,0,4,0,0,0,14,0,7,0,16,0,0,18,0,0,6,0,7,17,1,0,0,17,3,0,0,1,0,6,18,0,5,0,0,0,18,0,1,0,0,0,0,17,6,0,0,2,5,0,0,19,17,0,0,0,8,0,0,12,1,0,0,0,0,16,0,0,0,10,10,0,0,3,6,0,0,11,0,0,6,0,0,0,0,3,0,1,13,0,0,0,18,0,0,0,3,0,0,3,16,0,0,5,13,0,0,0,0,0,15,0,8,0,0,2,0,3,14,0,1,0,0,0,11,0,0,2,0,1,0,7,6,0,0,13,14,0,18,0,0,0,0,1,0,10,0,14,0,0,17,0,0,0,0,11,0,19,0,0,16,0,12,0,0,1,0,0,0,0,0,0,19,0,5,0,19,0,0,10,0,0,19,0,0,2,0,2,3,0,9,0,0,0,0,10,7,0,0,14,0,0,0,15,0,9,0,0,0,0,0,0,0,10,0,0,0,0,0,3,0,0,0,8,5,0,0,0,0,6,0,0,16,0,0,7,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.543474E2,2.8273593E2,7.161147E1,2.7902707E2,3.708873E0,6.1171185E1,1.0440286E1,1.487155E2,1.3031157E2,7.702986E-1,2.9385743E0,5.1944843E1,9.226342E0,5.7808642E0,4.659422E0,4.2287388E1,1.0642811E2,3.0610489E1,9.970108E1,2.7480307E0,1.9054364E-1,2.9963623E1,2.198122E1,3.9238932E0,5.3024487E0,4.9654875E0,8.1537676E-1,4.009589E0,6.498327E-1,3.734622E1,4.9411716E0,4.381977E1,6.2608337E1,1.6588518E1,1.402197E1,6.6788216E1,3.291287E1,9.413699E0,2.0549925E1,1.0790167E1,1.1191053E1,3.2514393E0,6.7245394E-1,1.8640376E0,3.438411E0,3.9267972E0,1.0386901E0,9.033401E-1,3.106249E0,4.71459E0,3.2631626E1,4.350266E0,5.9090585E-1,1.176022E1,3.205955E1,8.846556E0,5.376178E1,2.111104E0,1.4477414E1,9.074716E0,4.9472537E0,4.5963745E1,2.0824467E1,2.5993223E1,6.9196453E0,3.5640705E0,5.849629E0,1.7076078E1,3.4738464E0,4.723069E0,6.067097E0,7.0209205E-1,1.0488961E1,3.2177344E-1,2.9296658E0,6.651851E-1,2.773226E0,3.466438E0,4.603592E-1,2.7748551E0,3.3139384E-1,3.0007967E-1,4.4145103E0,2.668082E1,5.950807E0,2.0054622E-1,4.1497197E0,5.978376E0,5.7818437E0,2.5305452E1,6.7541003E0,2.4263735E0,6.420182E0,3.4660954E1,1.9100828E1,1.1883464E1,2.593951E0,8.503073E0,5.716427E-1,2.8055472E0,2.1417065E0,6.704808E0,3.9258938E1,1.42162075E1,6.608259E0,1.2996754E1,1.299647E1,1.3170427E0,5.6026025E0,6.634543E-1,5.1861744E0,1.3800541E1,3.2755375E0,4.5513314E-1,3.0187132E0,6.068608E-1,4.1162086E0,3.275325E0,2.7917721E0,2.8600472E-1,1.0202956E1,1.8006356E-1,2.7496023E0,2.8529292E-1,2.487933E0,3.164768E0,3.0166999E-1,2.5560517E0,2.188034E-1,2.3858328E-1,4.175927E0,7.2486005E0,1.9432219E1,3.223447E0,2.7273602E0,3.7943466E0,2.1840293E0,6.019124E-1,5.179931E0,1.4875837E1,1.0429615E1,3.374785E0,3.3793156E0,1.5899271E0,8.364464E-1,4.5690975E-1,5.9632726E0,2.535174E1,9.309215E0,5.9607763E0,1.3140051E1,7.426623E0,4.4568405E0,1.8215564E0,6.6815166E0,1.5348228E0,6.068836E-1,4.848605E0,1.856203E0,2.07443E1,1.8514637E1,4.9214894E-1,1.3724059E1,2.7686508E0,3.8396084E0,1.0902433E1,2.09432E0,1.2025271E1,9.711993E-1,6.071777E-1,4.9954247E0,4.524372E0,6.618024E-1,1.9904352E0,1.1810105E1,2.2253388E-1,3.0530035E0,5.920333E-1,2.4266798E0,3.6484897E0,4.6771872E-1,2.547105E0,7.2822E-1,2.064573E0,7.271992E-1,9.091533E0,1.1114239E0,2.836952E-1,2.465907E0,1.7016074E-1,2.3177724E0,2.995263E0,1.6950485E-1,2.1579785E0,3.980733E-1,3.9226928E0,2.5323412E-1,6.2664185E0,9.821819E-1,4.814681E0,1.4617538E1,2.8455773E-1,2.4428024E0,3.5790167E0,2.1533003E-1,1.7585027E0,4.255268E-1,4.9270396E0,2.5289184E-1,2.1498387E0,1.2725999E1,5.8281236E0,4.6014915E0,4.681108E-1,2.9066741E0,1.4234097E0,1.6651744E-1,3.1183907E-1,5.6514335E0,1.166631E0,2.4185108E1,3.1530876E0,6.1561275E0,2.2299306E0,3.730846E0,2.0851371E0,1.1054914E1,1.2895647E0,6.1370583E0,6.4339437E0,2.475728E-1,1.8524076E-1,4.6633644E0,7.008528E0,1.3735772E1,3.3047693E0,1.52098675E1,4.1423208E-1,1.3309827E1,4.9451756E-1,2.2741332E0,4.422744E0,6.4796896E0,2.5006058E0,9.524666E0,4.70136E0,2.9406488E-1,4.3470016E0,1.7737055E-1,9.1557E-1,1.0894535E1,4.2606395E-1,2.6269395E0,2.1969864E0,2.2969335E-1,2.988106E0,6.603836E-1,2.2188845E0,3.2822052E-1,1.8416352E0,2.2293772E-1,8.867614E0,2.2391926E-1,2.1584203E0,3.0748662E-1,3.2147104E-1,2.6737921E0,3.841004E-1,3.5385923E0,2.3328955E0,3.9335232E0,5.9441605E0,8.673378E0,2.2312264E0,2.1157609E-1,3.0253568E0,5.536599E-1,1.2146488E0,5.438539E-1,4.1543884E0,7.726512E-1,4.7725244E0,7.9534745E0,2.6116428E0,3.216481E0,4.341593E0,2.5989857E-1,2.6306047E0,2.7606928E-1,2.2258976E-1,5.428844E0,1.0972527E0,2.3087854E1,6.260882E-1,2.5269992E0,4.5056386E0,1.6504886E0,2.9763958E-1,3.4332063E0,8.628237E0,2.4266772E0,2.638432E-1,5.873215E0,5.761935E0,6.720088E-1,3.6781353E-1,4.295551E0,3.9587672E0,3.049761E0,7.6831937E0,6.052578E0,7.721672E-1,2.532602E0,1.0713106E1,4.496762E0,2.706421E-1,1.3039185E1,5.637071E-1,1.710426E0,5.7497783E0,7.2991127E-1,8.303061E0,1.2216051E0,1.9434123E-1,4.507019E0,1.0349696E1,5.448392E-1,2.4630265E-1,2.380637E0,2.8257177E0,1.6238849E-1,1.9665228E0,2.523617E-1,3.3483658E0,1.9022669E-1,3.1998112E0,7.33712E-1,8.386139E0,2.872391E-1,4.2030787E-1,2.605049E0,3.828825E0,3.2556328E-1,3.551615E0,4.4018593E0,8.3641946E-1,2.3800614E0,4.005195E0,3.363973E-1,1.7059827E-1,2.4600065E0,4.812514E0,6.163299E-1,7.787837E0,1.5300018E1,1.9349965E0,5.9200287E-1,8.942319E-1,3.6114068E0,2.0211226E-1,3.2310941E0,2.2287615E-1,8.40536E0,5.6999817E0,1.732331E-1,4.735768E0,1.026167E0,4.044743E0,2.5080803E-1,2.863421E0,1.8634018E-1,6.7013496E-1,7.013059E0,3.741244E-1,2.1584778E0,1.2612703E0,9.451836E0,5.4554594E-1,1.2493639E1,5.426134E0,3.2364422E-1,2.381375E0,5.921685E0,4.32915E0,1.7786868E-1,3.9333615E-1,9.95636E0,2.0868773E0,2.937596E-1,1.6899811E0,2.7654162E-1,1.6666004E-1,3.1817057E0,2.9874532E0,2.1235794E-1,7.4973836E0,8.88755E-1,2.6326242E-1,2.3417864E0,3.5678213E0,2.6100376E-1,3.9515436E0,4.5031574E-1,2.2113743E0,1.6868712E-1,6.0300535E-1,3.40219E0,2.2396557E0,2.2035085E-1,4.3138E0,4.987141E-1,5.0597625E0,2.728074E0,1.3508387E1,1.7916315E0,2.7422667E-1,1.6607698E0,3.1098576E0,5.015491E-1,1.7066982E-1,3.060424E0,1.4044734E0,7.0008874E0,5.5048747E0,1.95107E-1,4.5277553E0,2.0801258E-1,3.701426E0,3.4331688E-1,2.6417701E0,2.2165075E-1,5.5310345E0,1.4820246E0,5.468563E-1,1.6116215E0,6.450269E-1,8.806809E0,1.2003293E1,4.9034536E-1,3.1457138E-1,5.1115627E0,5.4377213E0,4.8396435E-1,2.220371E-1,4.107113E0,9.773761E0,1.8259883E-1,2.3208508E-1,1.4578961E0,2.8172224E0,3.6448345E-1,3.0002186E-1,2.6874313E0,6.6790967E0,8.182869E-1,1.919004E-1,3.3759208E0,1.811211E-1,3.7704225E0,2.0489135E0,1.6246079E-1,1.8125667E-1,3.2209334E0,4.1227946E0,1.9100533E-1,1.3155538E0,3.7442088E0,2.3281379E0,3.999362E-1,1.613631E0,1.1894756E1,1.666338E-1,1.494136E0,2.7938488E0,3.1600884E-1,2.8238862E0,2.3653793E-1,1.783815E0,5.217072E0,5.2934825E-1,4.975527E0,4.3488617E0,1.7889376E-1,2.4507666E0,1.9100352E-1,4.814756E0,7.1627855E-1,7.8379965E-1,8.023009E0,1.1794348E1,2.089454E-1,2.0100667E-1,4.9105563E0,5.25356E0,1.8416117E-1,2.0032139E-1,3.9067917E0,9.483876E0,2.898849E-1,2.5584166E0,2.5880566E-1,1.6773042E-1,2.519701E0,5.87025E0,8.088466E-1,3.3869054E0,3.83517E-1,2.5480816E-1,2.9661252E0,2.635095E-1,3.8592849E0,3.3679743E0,3.762347E-1,2.1520252E0,1.7611268E-1,5.820913E-1,1.1312665E1,2.6209207E0,1.7292814E-1,4.5275363E-1,4.7643185E0,2.3132816E-1,4.7441983E0,2.1486981E-1,4.1339917E0,1.9307752E0,5.199915E-1,2.0407076E-1,4.610685E0,7.05358E0,9.694294E-1,1.1395301E1,3.9904726E-1,4.969574E-1,4.4135985E0,5.487788E-1,4.704781E0,1.8665777E-1,3.720134E0,1.0993259E0,8.38455E0,5.6742916E0,1.9595861E-1,3.2241514E0,1.6275406E-1,2.15685E-1,2.7504401E0,3.1551573E-1,3.5437691E0,2.650033E-1,3.1029708E0,2.22496E-1,1.9295292E0,1.0759291E1,5.533741E-1,2.2572303E0,3.636903E-1,5.2208704E-1,4.2422314E0,4.577112E0,1.670861E-1,2.3080504E-1,3.9031868E0,1.8909514E-1,1.74168E0,4.387467E0,2.2321801E-1,5.892903E0,1.1606772E0,1.1129434E1,2.6586732E-1,2.2552139E-1,4.47926E0,1.924363E-1,3.5276976E0,8.11358E0,2.709707E-1,2.0687202E-1,3.0172794E0,2.4519467E-1,3.2985744E0,2.8837194E0,2.1925145E-1,1.0413682E1,3.4560835E-1,1.9901507E0,2.6707962E-1,1.8398003E-1,4.0582514E0,4.218349E0,1.6911788E-1,1.8966018E-1,5.703243E0,2.9298505E-1,1.0836449E1,2.737237E-1,4.205536E0,4.8208228E-1,7.6314974E0,2.8157275E0,2.0155188E-1,1.727852E-1,3.1257892E0,2.7043397E0,1.7937967E-1,5.857304E-1,9.827951E0,5.298184E-1,3.528433E0,4.0293155E0,1.8903375E-1,4.558119E-1,5.247431E0,4.9625283E-1,3.7092834E0,1.6585132E-1,7.465646E0,9.599913E0,2.2803907E-1,5.0655193E0,1.8191145E-1,2.0953195E-1,7.256114E0,2.4324323E-1,9.356669E0,7.0429754E0,2.131387E-1,4.970708E-1,6.5459046E0,2.1287906E-1,6.3330255E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"631","size_leaf_vector":"0"}},{"base_weights":[-2.4377435E-2,-7.898172E-3,-3.0841243E-1,-8.425859E-2,1.1698019E-2,-0E0,-4.7402525E-1,-1.7520459E-1,-0E0,-8.679349E-4,1.4321277E-1,-5.0745493E-1,-0E0,-0E0,-2.3942119E-1,2.6449624E-1,-8.597126E-3,1.2103535E-2,-1.3851227E-1,-0E0,2.9818565E-1,-0E0,-5.3715885E-1,1.0016094E-1,-1.8385734E-1,-3.1059068E-1,-0E0,3.6881799E-1,-0E0,4.121381E-2,-1.5893723E-1,-5.6837108E-2,4.0874276E-2,-2.865804E-1,-0E0,-4.409025E-2,2.6933638E-2,3.497485E-1,-0E0,-0E0,-5.593281E-1,1.7502457E-1,-0E0,-0E0,-2.2973184E-1,-0E0,-3.5460228E-1,4.2759117E-1,-0E0,-2.6779959E-2,1.24811836E-1,-3.1748626E-1,-0E0,-1.055867E-1,5.143188E-2,6.5342136E-2,-1.7420905E-2,-0E0,-4.253447E-1,-6.3343786E-2,3.0083345E-2,-0E0,-1.3856913E-1,1.14623055E-1,-0E0,3.825805E-1,-0E0,-0E0,-5.8279324E-1,-0E0,2.4599707E-1,-0E0,-3.0027303E-1,-3.7461597E-1,-0E0,-0E0,4.788251E-1,-9.355577E-2,-0E0,3.0438393E-1,-0E0,-0E0,-3.685326E-1,6.491137E-2,-0E0,-1.4092244E-1,-0E0,-0E0,1.3162254E-1,-0E0,1.12813E-1,-0E0,-1.4479326E-1,-0E0,-5.2702487E-1,-0E0,-2.2174597E-1,-0E0,1.0964335E-1,-0E0,-1.7626788E-1,-0E0,1.5737861E-1,4.18039E-1,-0E0,-0E0,-5.9765774E-1,3.0591244E-1,-0E0,-3.36384E-1,-0E0,-4.2328715E-1,-0E0,5.1764226E-1,-0E0,-9.4704695E-2,-0E0,-0E0,3.6962554E-1,-4.339391E-2,3.785123E-2,-0E0,-4.1746172E-1,-0E0,1.4849061E-1,-0E0,-1.7531805E-1,-0E0,4.1546475E-2,-0E0,1.8784796E-1,1.0265778E-1,-4.975559E-2,1.5396279E-1,-0E0,-2.4895392E-2,4.9805094E-2,-2.601811E-1,-0E0,-5.5614823E-1,-0E0,-0E0,-2.819789E-1,1.9661616E-1,-0E0,-2.0574567E-1,-0E0,2.0638838E-1,-0E0,4.4284287E-1,-0E0,-0E0,-6.2200254E-1,3.4229943E-1,-0E0,-0E0,-2.8844517E-1,-4.7857958E-1,-0E0,-0E0,5.473516E-1,4.571994E-1,-0E0,-1.14541456E-1,-0E0,1.5282495E-1,-0E0,-0E0,-4.8440844E-1,2.2933345E-1,-0E0,-0E0,-2.3431544E-1,-0E0,9.789703E-2,2.3049065E-1,-0E0,1.8076256E-1,-0E0,-0E0,-1.0006547E-1,-0E0,1.8948063E-1,5.87777E-2,-1.6142394E-2,-0E0,-1.2041624E-1,-0E0,1.1068438E-1,-2.8969744E-1,-0E0,-0E0,-4.47741E-1,-0E0,-2.6321545E-1,-0E0,2.6162577E-1,-0E0,-1.8162453E-1,2.547864E-1,-0E0,-0E0,4.6769217E-1,-4.9504507E-1,-0E0,3.7586877E-1,-0E0,-5.1487327E-1,-0E0,-0E0,5.7350534E-1,-0E0,5.076366E-1,-0E0,-1.715811E-1,-0E0,2.3717733E-1,-5.1183796E-1,-0E0,-0E0,2.533439E-1,-2.5974813E-1,-0E0,1.4804189E-1,-0E0,2.786449E-1,-0E0,-0E0,2.481444E-1,1.4470176E-1,-0E0,-0E0,-1.5491624E-1,-1.0800953E-1,1.238491E-1,2.0899513E-1,-0E0,-0E0,1.5933642E-1,-0E0,-8.856672E-2,-2.0568083E-1,-0E0,2.1314123E-1,-0E0,-0E0,-3.2477695E-1,3.0406106E-1,-0E0,2.829577E-1,-0E0,4.8064038E-1,-0E0,-0E0,3.311632E-1,-0E0,-4.1549045E-1,4.631108E-1,-0E0,-0E0,5.3462017E-1,-0E0,-2.1718878E-1,2.915138E-1,-0E0,-0E0,-4.1135544E-1,2.7456382E-1,-0E0,-2.834574E-1,-0E0,1.3129666E-1,-0E0,3.225888E-1,-0E0,2.7558124E-1,-0E0,2.4828315E-1,-0E0,-3.67142E-2,-0E0,-2.2223191E-1,-0E0,-1.8416813E-1,-0E0,-0E0,2.1702524E-1,-0E0,2.3054129E-1,2.3589082E-1,-0E0,-0E0,-1.5416498E-1,-2.803387E-1,-0E0,-0E0,2.6608798E-1,-2.7795634E-1,-0E0,-0E0,3.5439926E-1,-0E0,3.192409E-1,-0E0,4.9267635E-1,5.680794E-1,-0E0,-2.5447398E-1,-0E0,-0E0,3.4817198E-1,-0E0,2.4522787E-1,-0E0,-3.1053722E-1,3.5937667E-1,-0E0,3.246062E-1,-0E0,-0E0,2.80079E-1,-9.760139E-2,-0E0,-0E0,-2.5420997E-1,-2.2377141E-1,-0E0,3.0044335E-1,-0E0,2.4336243E-1,-0E0,2.821289E-1,-0E0,-0E0,-1.9981271E-1,-0E0,-3.5264578E-1,-0E0,3.2879263E-1,3.8550562E-1,-0E0,-0E0,2.6394087E-1,-0E0,3.9519802E-1,-0E0,4.544007E-1,-0E0,-2.2102131E-1,-0E0,3.064037E-1,-0E0,-3.3236054E-1,-0E0,3.7864682E-1,-0E0,3.5012597E-1,-0E0,3.0485356E-1,-1.4408703E-1,-0E0,-2.723353E-1,-0E0,-0E0,-2.481785E-1,-0E0,3.432069E-1,2.7326426E-1,-0E0,-0E0,3.297156E-1,-2.3830128E-1,-0E0,-0E0,-4.0658405E-1,3.6939722E-1,-0E0,-0E0,4.1475558E-1,-3.6109343E-1,-0E0,4.023734E-1,-0E0,-0E0,3.9147285E-1,-0E0,3.2445568E-1,-1.5414645E-1,-0E0,-0E0,-3.041663E-1,-2.6976615E-1,-0E0,-0E0,2.8854117E-1,2.9783356E-1,-0E0,3.597562E-1,-0E0,-2.933406E-1,-0E0,-0E0,-4.379346E-1,-0E0,3.983863E-1,-0E0,4.415046E-1,-0E0,-3.8689446E-1,-0E0,4.199451E-1,-0E0,4.1827646E-1,-0E0,2.6541486E-1,-3.572079E-1,-0E0,-2.8906566E-1,-0E0,-0E0,3.285205E-1,4.188251E-1,-0E0,-0E0,-3.435977E-1,-4.5383784E-1,-0E0,-0E0,4.2563117E-1,4.5648476E-1,-0E0,-0E0,-4.323554E-1,4.3763617E-1,-0E0,-0E0,4.479741E-1,-0E0,-3.8444263E-1,-2.3596945E-1,-0E0,3.3898425E-1,-0E0,4.498236E-1,-0E0,-0E0,-3.7760097E-1,-0E0,-3.668788E-1,-0E0,4.4859913E-1,4.8466125E-1,-0E0,-4.7393027E-1,-0E0,4.5453075E-1,-0E0,-0E0,4.844519E-1,-4.1936904E-1,-0E0,-0E0,3.4852895E-1,-0E0,4.6903944E-1,-0E0,-3.9613208E-1,4.698111E-1,-0E0,-0E0,5.023095E-1,-0E0,-4.9989247E-1,-0E0,3.683336E-1,-0E0,5.104419E-1,-0E0,-4.6845162E-1,-0E0,3.6053917E-1,3.8141662E-1,-0E0,-4.056966E-1,-0E0,4.8592842E-1,-0E0,4.023265E-1,-0E0,-0E0,-5.12753E-1,-0E0,5.228302E-1,-0E0,-4.8531696E-1,-0E0,3.6923552E-1,-3.2428172E-1,-0E0,5.111174E-1,-0E0,-0E0,-5.23075E-1,-0E0,5.364509E-1,-0E0,-3.9317256E-1,-0E0,3.813744E-1,-0E0,4.2218912E-1,-5.326735E-1,-0E0,5.705799E-1,-0E0,3.8914976E-1,-0E0,-4.282005E-1,-0E0,-0E0,4.5462543E-1,3.9420286E-1,-0E0,-0E0,3.9918593E-1,-0E0,4.1462955E-1,-0E0,4.2095676E-1,4.3044597E-1,-0E0,-0E0,4.3517095E-1,3.412422E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":13,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,21,-1,23,25,27,29,31,33,35,37,-1,39,41,43,45,-1,47,-1,49,51,53,55,57,59,61,63,65,-1,-1,67,69,-1,-1,71,-1,73,75,-1,77,79,81,83,85,87,89,91,-1,93,95,97,-1,99,101,-1,103,-1,-1,105,-1,107,-1,109,111,-1,-1,113,115,-1,117,119,-1,121,123,-1,125,127,-1,129,131,133,135,137,-1,139,-1,141,-1,143,-1,145,-1,147,149,-1,-1,151,153,-1,155,-1,157,-1,159,-1,-1,-1,-1,161,163,165,-1,167,-1,169,-1,171,-1,173,-1,175,177,179,181,183,185,187,189,-1,191,-1,-1,193,195,-1,197,-1,199,-1,201,-1,-1,203,205,-1,-1,-1,207,-1,-1,209,211,-1,213,-1,215,-1,-1,217,219,-1,-1,221,-1,223,225,-1,227,-1,229,231,233,235,237,239,-1,241,-1,243,245,-1,-1,-1,-1,-1,-1,247,-1,-1,249,-1,-1,251,-1,-1,253,-1,255,-1,-1,257,-1,259,-1,261,-1,263,265,-1,-1,267,269,-1,271,-1,273,-1,-1,275,277,279,-1,281,283,285,287,-1,-1,289,-1,291,293,-1,295,-1,-1,297,299,-1,301,-1,303,-1,-1,-1,-1,-1,-1,-1,-1,305,-1,307,309,-1,-1,-1,311,-1,313,-1,-1,-1,315,-1,317,-1,319,-1,321,-1,323,-1,325,-1,-1,327,-1,329,331,-1,-1,333,335,-1,-1,337,-1,-1,-1,339,-1,341,-1,343,345,-1,347,-1,-1,349,-1,-1,-1,351,353,-1,355,-1,-1,357,359,-1,-1,361,363,-1,365,-1,367,-1,369,-1,-1,371,-1,373,-1,375,377,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,379,-1,381,-1,383,-1,385,387,-1,389,-1,-1,391,-1,393,395,-1,-1,397,399,-1,-1,401,403,-1,-1,405,407,-1,409,-1,-1,411,-1,413,-1,-1,-1,415,417,-1,-1,-1,419,-1,421,-1,423,-1,-1,425,-1,427,-1,429,-1,431,-1,433,-1,435,-1,-1,437,-1,439,-1,-1,441,443,-1,-1,445,447,-1,-1,449,451,-1,-1,453,455,-1,-1,457,-1,459,-1,-1,461,-1,463,-1,-1,465,-1,-1,-1,467,469,-1,471,-1,473,-1,-1,475,477,-1,-1,479,-1,481,-1,483,485,-1,-1,487,-1,489,-1,-1,-1,491,-1,493,-1,495,-1,-1,497,-1,499,-1,-1,-1,-1,501,-1,503,-1,505,-1,507,-1,-1,509,-1,-1,511,-1,513,-1,-1,-1,515,-1,-1,517,-1,519,-1,521,-1,-1,-1,-1,-1,523,-1,-1,525,-1,527,-1,529,531,-1,-1,533,-1,-1],"loss_changes":[1.2161769E0,5.4222524E-1,7.558819E-1,7.363629E-1,5.382499E-1,0E0,2.0573997E-1,4.806342E-1,3.195109E-1,5.061058E-1,6.014408E-1,1.9430208E-1,0E0,2.1072006E-1,5.401604E-1,2.458381E-1,3.4382606E-1,3.575725E-1,4.9202073E-1,1.7645394E-2,2.678709E-1,0E0,1.4533472E-1,1.3827217E-1,4.9114153E-2,4.226234E-1,0E0,1.5753686E-1,0E0,2.0060383E-1,4.9312976E-1,2.9572237E-1,2.5243747E-1,5.542789E-1,2.9228134E-2,5.549334E-2,9.400255E-2,2.0775235E-1,0E0,0E0,1.4041066E-1,1.374272E-1,0E0,0E0,9.0247124E-2,0E0,2.4554396E-1,1.00118995E-1,0E0,1.6475476E-2,3.1334764E-1,2.211805E-1,1.6059961E-2,2.6497787E-1,1.0121929E-1,3.8325018E-1,1.2519781E-1,0E0,2.7786577E-1,1.09960236E-1,7.976343E-2,0E0,3.479466E-2,5.6161612E-2,0E0,1.4576185E-1,0E0,0E0,8.017278E-2,0E0,1.515229E-1,0E0,5.0633848E-2,2.6419735E-1,0E0,0E0,4.8968673E-2,9.450708E-3,0E0,2.2038841E-1,1.582834E-2,0E0,1.7750669E-1,6.209607E-2,0E0,2.1245277E-1,5.4775714E-3,0E0,1.0745464E-1,2.1900624E-1,2.8318E-1,4.1071326E-2,1.0368729E-1,0E0,9.96511E-2,0E0,6.298064E-2,0E0,1.4864014E-1,0E0,2.664572E-2,0E0,7.2414234E-2,1.6960466E-1,0E0,0E0,2.0424366E-2,9.642744E-2,0E0,3.892395E-2,0E0,2.308402E-1,0E0,4.3157637E-2,0E0,0E0,0E0,0E0,1.8468308E-1,4.1323595E-2,1.01240166E-1,0E0,1.4620566E-1,0E0,9.6454255E-2,0E0,2.9764676E-1,0E0,2.318021E-2,0E0,7.482952E-2,2.5164646E-1,1.6945142E-1,1.9256699E-1,2.8473495E-2,1.2123386E-1,1.0198223E-1,4.259959E-2,0E0,6.356156E-2,0E0,0E0,5.629216E-2,1.5439056E-1,0E0,2.3416445E-2,0E0,8.69613E-2,0E0,9.8929286E-2,0E0,0E0,1.9483566E-2,9.021968E-2,0E0,0E0,0E0,1.7212582E-1,0E0,0E0,3.1216979E-2,1.4785355E-1,0E0,4.982214E-2,0E0,1.2909594E-1,0E0,0E0,6.8653345E-2,2.7365178E-2,0E0,0E0,2.0021927E-1,0E0,3.0661711E-2,1.0025039E-1,0E0,2.6345605E-1,0E0,9.256687E-2,2.2196198E-1,1.6787863E-1,2.2704124E-1,1.2594809E-1,7.510809E-2,0E0,1.5188156E-1,0E0,1.8984489E-1,3.7689E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.2136537E-1,0E0,0E0,4.6111822E-2,0E0,0E0,6.1483145E-2,0E0,0E0,7.835889E-2,0E0,1.01700544E-1,0E0,0E0,9.332001E-3,0E0,7.300258E-2,0E0,4.58256E-2,0E0,7.8989E-2,1.6332984E-2,0E0,0E0,2.2576794E-2,2.2042692E-1,0E0,9.708967E-3,0E0,9.457773E-2,0E0,0E0,1.2265527E-1,1.4955622E-1,5.022549E-3,0E0,2.7175725E-1,7.8927055E-2,1.318776E-1,1.7653692E-1,0E0,0E0,1.1476803E-1,0E0,1.2996677E-1,2.0017242E-1,0E0,1.3085458E-1,0E0,0E0,3.1148404E-2,1.3921195E-1,0E0,6.078282E-2,0E0,6.0041666E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,8.945358E-2,0E0,2.5218412E-2,8.6131185E-2,0E0,0E0,0E0,4.3542907E-2,0E0,2.0178187E-1,0E0,0E0,0E0,9.41748E-2,0E0,1.4127797E-1,0E0,4.9078807E-2,0E0,2.795298E-2,0E0,1.4264041E-1,0E0,4.93142E-2,0E0,0E0,1.5807347E-1,0E0,1.5177298E-1,9.413025E-2,0E0,0E0,1.1778188E-1,2.0709878E-1,0E0,0E0,1.5922576E-1,0E0,0E0,0E0,9.27906E-2,0E0,2.8792858E-2,0E0,5.0825357E-2,8.64768E-3,0E0,2.7252063E-2,0E0,0E0,7.534209E-2,0E0,0E0,0E0,2.0621991E-1,4.191464E-2,0E0,9.700096E-2,0E0,0E0,3.7716657E-2,2.7070235E-2,0E0,0E0,1.14310265E-1,3.215629E-2,0E0,8.865398E-2,0E0,1.3542902E-1,0E0,9.196302E-2,0E0,0E0,1.124126E-1,0E0,1.2693316E-1,0E0,1.18474185E-1,6.541479E-2,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,1.2835598E-1,0E0,3.4152746E-2,0E0,1.0858977E-1,0E0,2.2749722E-2,4.4064336E-2,0E0,9.285021E-2,0E0,0E0,2.603817E-2,0E0,4.7659457E-2,1.5758395E-1,0E0,0E0,6.469715E-2,1.312325E-1,0E0,0E0,8.131164E-2,7.8269005E-2,0E0,0E0,4.1726828E-2,1.5651011E-1,0E0,2.9995799E-2,0E0,0E0,1.0519111E-1,0E0,1.26110315E-2,0E0,0E0,0E0,1.3593698E-1,2.010718E-2,0E0,0E0,0E0,2.1571541E-1,0E0,7.0045054E-2,0E0,1.4113885E-1,0E0,0E0,2.9701948E-2,0E0,7.4822664E-2,0E0,2.156943E-2,0E0,9.267974E-2,0E0,2.3057222E-2,0E0,1.05516076E-1,0E0,0E0,1.0907245E-1,0E0,6.4899325E-3,0E0,0E0,1.1797619E-1,5.349493E-2,0E0,0E0,9.1412306E-2,2.6367664E-2,0E0,0E0,5.6032896E-2,5.172831E-2,0E0,0E0,2.4120426E-1,4.692316E-3,0E0,0E0,1.7973697E-1,0E0,9.575939E-2,0E0,0E0,1.1968279E-1,0E0,1.8171132E-2,0E0,0E0,4.5120716E-2,0E0,0E0,0E0,4.5749485E-2,1.571697E-2,0E0,1.1515808E-1,0E0,1.7134666E-2,0E0,0E0,7.074654E-2,1.2944317E-1,0E0,0E0,1.1404467E-1,0E0,1.4254928E-2,0E0,1.361382E-2,2.9140592E-2,0E0,0E0,6.575227E-3,0E0,5.4734945E-2,0E0,0E0,0E0,3.0120492E-2,0E0,7.250917E-2,0E0,8.911514E-2,0E0,0E0,1.370585E-2,0E0,1.7443419E-2,0E0,0E0,0E0,0E0,2.8927088E-2,0E0,5.3641796E-3,0E0,3.49617E-2,0E0,6.30126E-2,0E0,0E0,3.3563256E-2,0E0,0E0,2.969861E-2,0E0,8.914924E-2,0E0,0E0,0E0,4.66516E-2,0E0,0E0,2.694726E-2,0E0,6.1067343E-3,0E0,4.4434786E-2,0E0,0E0,0E0,0E0,0E0,4.6030283E-2,0E0,0E0,2.7505398E-2,0E0,4.245639E-2,0E0,3.130436E-2,2.5137901E-2,0E0,0E0,2.3403168E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,22,22,23,23,24,24,25,25,27,27,29,29,30,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,40,40,41,41,44,44,46,46,47,47,49,49,50,50,51,51,52,52,53,53,54,54,55,55,56,56,58,58,59,59,60,60,62,62,63,63,65,65,68,68,70,70,72,72,73,73,76,76,77,77,79,79,80,80,82,82,83,83,85,85,86,86,88,88,89,89,90,90,91,91,92,92,94,94,96,96,98,98,100,100,102,102,103,103,106,106,107,107,109,109,111,111,113,113,118,118,119,119,120,120,122,122,124,124,126,126,128,128,130,130,131,131,132,132,133,133,134,134,135,135,136,136,137,137,139,139,142,142,143,143,145,145,147,147,149,149,152,152,153,153,157,157,160,160,161,161,163,163,165,165,168,168,169,169,172,172,174,174,175,175,177,177,179,179,180,180,181,181,182,182,183,183,184,184,186,186,188,188,189,189,196,196,199,199,202,202,205,205,207,207,210,210,212,212,214,214,216,216,217,217,220,220,221,221,223,223,225,225,228,228,229,229,230,230,232,232,233,233,234,234,235,235,238,238,240,240,241,241,243,243,246,246,247,247,249,249,251,251,260,260,262,262,263,263,267,267,269,269,273,273,275,275,277,277,279,279,281,281,283,283,286,286,288,288,289,289,292,292,293,293,296,296,300,300,302,302,304,304,305,305,307,307,310,310,314,314,315,315,317,317,320,320,321,321,324,324,325,325,327,327,329,329,331,331,334,334,336,336,338,338,339,339,352,352,354,354,356,356,358,358,359,359,361,361,364,364,366,366,367,367,370,370,371,371,374,374,375,375,378,378,379,379,381,381,384,384,386,386,390,390,391,391,395,395,397,397,399,399,402,402,404,404,406,406,408,408,410,410,412,412,415,415,417,417,420,420,421,421,424,424,425,425,428,428,429,429,432,432,433,433,436,436,438,438,441,441,443,443,446,446,450,450,451,451,453,453,455,455,458,458,459,459,462,462,464,464,466,466,467,467,470,470,472,472,476,476,478,478,480,480,483,483,485,485,490,490,492,492,494,494,496,496,499,499,502,502,504,504,508,508,511,511,513,513,515,515,521,521,524,524,526,526,528,528,529,529,532,532],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,22,-1,24,26,28,30,32,34,36,38,-1,40,42,44,46,-1,48,-1,50,52,54,56,58,60,62,64,66,-1,-1,68,70,-1,-1,72,-1,74,76,-1,78,80,82,84,86,88,90,92,-1,94,96,98,-1,100,102,-1,104,-1,-1,106,-1,108,-1,110,112,-1,-1,114,116,-1,118,120,-1,122,124,-1,126,128,-1,130,132,134,136,138,-1,140,-1,142,-1,144,-1,146,-1,148,150,-1,-1,152,154,-1,156,-1,158,-1,160,-1,-1,-1,-1,162,164,166,-1,168,-1,170,-1,172,-1,174,-1,176,178,180,182,184,186,188,190,-1,192,-1,-1,194,196,-1,198,-1,200,-1,202,-1,-1,204,206,-1,-1,-1,208,-1,-1,210,212,-1,214,-1,216,-1,-1,218,220,-1,-1,222,-1,224,226,-1,228,-1,230,232,234,236,238,240,-1,242,-1,244,246,-1,-1,-1,-1,-1,-1,248,-1,-1,250,-1,-1,252,-1,-1,254,-1,256,-1,-1,258,-1,260,-1,262,-1,264,266,-1,-1,268,270,-1,272,-1,274,-1,-1,276,278,280,-1,282,284,286,288,-1,-1,290,-1,292,294,-1,296,-1,-1,298,300,-1,302,-1,304,-1,-1,-1,-1,-1,-1,-1,-1,306,-1,308,310,-1,-1,-1,312,-1,314,-1,-1,-1,316,-1,318,-1,320,-1,322,-1,324,-1,326,-1,-1,328,-1,330,332,-1,-1,334,336,-1,-1,338,-1,-1,-1,340,-1,342,-1,344,346,-1,348,-1,-1,350,-1,-1,-1,352,354,-1,356,-1,-1,358,360,-1,-1,362,364,-1,366,-1,368,-1,370,-1,-1,372,-1,374,-1,376,378,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,380,-1,382,-1,384,-1,386,388,-1,390,-1,-1,392,-1,394,396,-1,-1,398,400,-1,-1,402,404,-1,-1,406,408,-1,410,-1,-1,412,-1,414,-1,-1,-1,416,418,-1,-1,-1,420,-1,422,-1,424,-1,-1,426,-1,428,-1,430,-1,432,-1,434,-1,436,-1,-1,438,-1,440,-1,-1,442,444,-1,-1,446,448,-1,-1,450,452,-1,-1,454,456,-1,-1,458,-1,460,-1,-1,462,-1,464,-1,-1,466,-1,-1,-1,468,470,-1,472,-1,474,-1,-1,476,478,-1,-1,480,-1,482,-1,484,486,-1,-1,488,-1,490,-1,-1,-1,492,-1,494,-1,496,-1,-1,498,-1,500,-1,-1,-1,-1,502,-1,504,-1,506,-1,508,-1,-1,510,-1,-1,512,-1,514,-1,-1,-1,516,-1,-1,518,-1,520,-1,522,-1,-1,-1,-1,-1,524,-1,-1,526,-1,528,-1,530,532,-1,-1,534,-1,-1],"split_conditions":[1.6086667E2,6.2353516E-1,1.3256836E-1,1.0907747E2,1.8728917E2,-0E0,9.970703E-1,7.5805664E-2,1.1241213E2,2.1369002E2,9.189453E-1,3.0140625E1,-0E0,8.35625E1,9.48125E1,8.5E1,1.8162864E0,7.1533203E-1,1.0813216E2,6.9125E1,9.980469E-1,-0E0,3.0484375E1,8.9160156E-1,3.0731201E-2,1.0436645E0,-0E0,1.6981169E2,-0E0,1.4367676E-1,8.13125E1,8.35625E1,3.719372E0,2.3895264E-2,9.613434E1,7.4365234E-1,1.15208984E2,9.941406E-1,-0E0,-0E0,1.420584E0,1.22680664E-1,-0E0,-0E0,4.571875E1,-0E0,1.9225E2,5.026245E-2,-0E0,6.5283203E-1,2.4084473E-1,1.0948181E-2,1.3376945E2,9.85E1,3.73125E1,1.8795487E0,4.128418E-1,-0E0,6.1645508E-2,2.6538086E-1,5.571875E1,-0E0,8.051081E-1,6.972656E-1,-0E0,9.9365234E-1,-0E0,-0E0,3.35E1,-0E0,1.2195292E2,-0E0,4.5756392E0,9.897461E-1,-0E0,-0E0,9.5654297E-1,3.6785004E0,-0E0,3.353125E1,4.6801758E-1,-0E0,5.7495117E-2,1.0107422E-1,-0E0,3.596875E1,1.105957E-1,-0E0,6.0971485E1,7.588213E1,6.65625E1,8.079264E1,1.0232285E2,-0E0,9.9560547E-1,-0E0,1.1408148E2,-0E0,3.608875E0,-0E0,5.142507E0,-0E0,9.838867E-1,3.1625E2,-0E0,-0E0,6.573486E-2,4.651846E0,-0E0,8.300781E-2,-0E0,4.470275E0,-0E0,4.864502E-2,-0E0,-9.4704695E-2,-0E0,-0E0,6.899414E-1,1.6725E2,9.897461E-1,-0E0,1.826477E-2,-0E0,5.3335466E0,-0E0,1.430664E-1,-0E0,9.028926E-1,-0E0,1.331849E2,9.6240234E-1,9.856638E-1,6.1035156E-2,4.865625E1,8.3447266E-1,9.484863E-2,1.02375E2,-0E0,1.1779351E1,-0E0,-0E0,1.6532935E0,1.8756928E0,-0E0,9.490967E-3,-0E0,5.404049E0,-0E0,3.48125E1,-0E0,-0E0,5.182063E0,4.8068333E0,-0E0,-0E0,-2.8844517E-1,4.724723E0,-0E0,-0E0,1.348861E2,1.2779236E-2,-0E0,7.965088E-3,-0E0,3.31875E1,-0E0,-0E0,7.9E1,3.7375E1,-0E0,-0E0,9.897461E-1,-0E0,3.9336123E0,8.857422E-1,-0E0,2.0111084E-2,-0E0,7.446289E-1,5.7006836E-2,1.0345459E-1,1.9977252E2,8.432617E-1,1.2012644E0,-0E0,6.43125E1,-0E0,4.842488E0,8.520508E-1,-0E0,-0E0,-4.47741E-1,-0E0,-2.6321545E-1,-0E0,9.9902344E-1,-0E0,-1.8162453E-1,5.1032395E0,-0E0,-0E0,9.794922E-1,-4.9504507E-1,-0E0,6.603241E-3,-0E0,5.947876E-2,-0E0,-0E0,3.9342475E0,-0E0,7.6660156E-1,-0E0,1.15208984E2,-0E0,8.618164E-1,1.8756928E0,-0E0,-0E0,9.550781E-1,1.6981169E2,-0E0,9.8828125E-1,-0E0,4.4376516E0,-0E0,-0E0,1.050625E2,5.566406E-1,9.7265625E-1,-0E0,8.0615234E-1,9.085188E1,1.1315918E-1,3.290625E1,-0E0,-0E0,8.886719E-1,-0E0,3.20625E1,7.54375E1,-0E0,5.099502E1,-0E0,-0E0,6.365625E1,7.324219E-2,-0E0,1.6326904E-2,-0E0,3.3931732E-3,-0E0,-0E0,3.311632E-1,-0E0,-4.1549045E-1,4.631108E-1,-0E0,-0E0,2.4508827E2,-0E0,1.5996878E0,5.921875E1,-0E0,-0E0,-4.1135544E-1,1.172063E2,-0E0,7.421875E-2,-0E0,1.3129666E-1,-0E0,6.972656E-1,-0E0,9.8095703E-1,-0E0,4.1E1,-0E0,4.614054E0,-0E0,3.596875E1,-0E0,9.9125E1,-0E0,-0E0,1.1998044E2,-0E0,8.9990234E-1,8.3935547E-1,-0E0,-0E0,1.9854773E0,1.7476131E1,-0E0,-0E0,8.4765625E-1,-2.7795634E-1,-0E0,-0E0,4.550982E0,-0E0,3.166504E-1,-0E0,3.9100647E-3,4.028125E1,-0E0,4.3920898E-1,-0E0,-0E0,4.2785645E-2,-0E0,2.4522787E-1,-0E0,5.996704E-3,3.6375E1,-0E0,3.353125E1,-0E0,-0E0,4.4156433E1,9.41875E1,-0E0,-0E0,5.41852E0,1.9313495E0,-0E0,8.095703E-1,-0E0,9.7558594E-1,-0E0,7.965088E-3,-0E0,-0E0,8.173828E-1,-0E0,1.4871991E0,-0E0,1.4670132E2,1.335907E-2,-0E0,-0E0,2.6394087E-1,-0E0,3.9519802E-1,-0E0,4.544007E-1,-0E0,-2.2102131E-1,-0E0,3.064037E-1,-0E0,4.509505E0,-0E0,9.604492E-1,-0E0,4.20625E1,-0E0,8.984375E-2,9.375E-1,-0E0,8.9904785E-2,-0E0,-0E0,4.9270806E0,-0E0,5.996704E-3,1.412072E2,-0E0,-0E0,1.18375E2,9.306197E1,-0E0,-0E0,5.996704E-3,8.400421E1,-0E0,-0E0,4.11875E1,7.3583984E-1,-0E0,7.247925E-3,-0E0,-0E0,6.5722656E-1,-0E0,1.1619022E0,-1.5414645E-1,-0E0,-0E0,9.980469E-1,8.836755E1,-0E0,-0E0,2.8854117E-1,8.149414E-1,-0E0,7.7734375E-1,-0E0,3.6590576E-2,-0E0,-0E0,5.433148E0,-0E0,8.455758E-1,-0E0,9.970703E-1,-0E0,3.221875E1,-0E0,1.7159436E2,-0E0,4.982947E1,-0E0,2.6541486E-1,7.6538086E-2,-0E0,4.073111E0,-0E0,-0E0,3.6743867E0,9.9121094E-1,-0E0,-0E0,8.3447266E-1,1.1010711E0,-0E0,-0E0,7.899414E-1,1.4670132E2,-0E0,-0E0,1.03375E2,4.9581327E0,-0E0,-0E0,1.3610147E0,-0E0,6.6015625E-1,-2.3596945E-1,-0E0,4.9438477E-3,-0E0,2.0123267E0,-0E0,-0E0,9.490967E-3,-0E0,-3.668788E-1,-0E0,5.627295E0,2.7954102E-2,-0E0,3.240625E1,-0E0,8.605957E-2,-0E0,-0E0,2.3353157E0,1.0876465E-1,-0E0,-0E0,1.4404297E-2,-0E0,4.6928205E0,-0E0,7.7734375E-1,3.659668E-1,-0E0,-0E0,1.55375E2,-0E0,7.8564453E-1,-0E0,3.683336E-1,-0E0,3.265625E1,-0E0,3.084375E1,-0E0,1.1822927E2,3.8141662E-1,-0E0,9.9902344E-1,-0E0,1.00625E2,-0E0,4.023265E-1,-0E0,-0E0,1.4929199E-1,-0E0,7.2046924E-1,-0E0,1.4904785E-1,-0E0,5.7495117E-2,-3.2428172E-1,-0E0,8.2421875E-1,-0E0,-0E0,5.154911E0,-0E0,9.9902344E-1,-0E0,-3.9317256E-1,-0E0,5.18745E0,-0E0,4.2218912E-1,2.048543E2,-0E0,6.489589E1,-0E0,5.7508125E0,-0E0,-4.282005E-1,-0E0,-0E0,4.5462543E-1,6.5722656E-1,-0E0,-0E0,9.375E-2,-0E0,3.0484375E1,-0E0,1.952249E2,3.51875E1,-0E0,-0E0,1.273125E2,3.412422E-1,-0E0],"split_indices":[4,14,13,4,7,0,16,18,4,6,14,8,0,10,10,10,1,15,5,10,15,0,10,13,19,2,0,7,0,14,10,10,2,18,4,14,4,18,0,0,0,12,0,0,9,0,11,18,0,19,14,16,4,11,11,2,12,0,17,19,10,0,3,14,0,16,0,0,9,0,5,0,0,17,0,0,18,3,0,10,16,0,13,14,0,10,15,0,5,7,10,7,4,0,16,0,5,0,3,0,1,0,16,9,0,0,12,3,0,12,0,1,0,16,0,0,0,0,13,10,15,0,18,0,1,0,12,0,3,0,4,19,2,18,9,14,12,10,0,7,0,0,1,1,0,19,0,3,0,10,0,0,0,1,0,0,0,2,0,0,6,19,0,19,0,8,0,0,8,9,0,0,16,0,3,13,0,18,0,17,18,19,6,15,3,0,10,0,2,15,0,0,0,0,0,0,17,0,0,2,0,0,13,0,0,18,0,14,0,0,2,0,15,0,4,0,18,1,0,0,12,7,0,19,0,1,0,0,11,12,16,0,19,5,13,10,0,0,16,0,8,9,0,4,0,0,8,12,0,19,0,18,0,0,0,0,0,0,0,0,7,0,1,11,0,0,0,4,0,15,0,0,0,15,0,17,0,10,0,1,0,11,0,9,0,0,7,0,12,13,0,0,2,7,0,0,15,0,0,0,2,0,15,0,17,9,0,15,0,0,18,0,0,0,18,9,0,10,0,0,4,10,0,0,1,2,0,15,0,16,0,18,0,0,12,0,0,0,4,16,0,0,0,0,0,0,0,0,0,0,0,0,1,0,16,0,9,0,13,18,0,17,0,0,0,0,18,4,0,0,10,5,0,0,19,7,0,0,11,14,0,18,0,0,14,0,3,0,0,0,15,5,0,0,0,15,0,12,0,17,0,0,2,0,1,0,15,0,8,0,7,0,4,0,0,12,0,3,0,0,2,17,0,0,15,1,0,0,3,4,0,0,9,3,0,0,1,0,12,0,0,17,0,2,0,0,19,0,0,0,1,19,0,11,0,16,0,0,3,18,0,0,16,0,3,0,12,12,0,0,10,0,14,0,0,0,11,0,8,0,6,0,0,17,0,10,0,0,0,0,12,0,2,0,17,0,13,0,0,14,0,0,2,0,14,0,0,0,3,0,0,6,0,5,0,1,0,0,0,0,0,14,0,0,18,0,8,0,6,9,0,0,11,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.2716672E2,3.1303928E2,1.412745E1,7.40131E1,2.3902617E2,5.0715103E0,9.05594E0,4.0721745E1,3.3291355E1,2.1169241E2,2.7333769E1,8.637331E0,4.1860813E-1,1.07624445E1,2.9959301E1,4.0357275E0,2.9255629E1,1.8723819E2,2.4454216E1,1.4649125E1,1.2684643E1,3.092173E-1,8.328114E0,7.362082E0,3.4003627E0,2.3199026E1,6.760275E0,3.639994E0,3.9573368E-1,1.7251259E1,1.200437E1,4.4753727E1,1.4248447E2,1.1320324E1,1.3133892E1,4.66458E0,9.984545E0,1.1273481E1,1.411162E0,2.213884E-1,8.106726E0,6.5885005E0,7.735816E-1,4.7157553E-1,2.9287872E0,2.1567354E0,2.1042292E1,3.441749E0,1.9824493E-1,3.1042597E0,1.4147E1,7.5260224E0,4.478347E0,3.723624E1,7.5174847E0,1.12400826E2,3.0083641E1,3.3907511E0,7.929573E0,4.789538E0,8.344355E0,1.751651E0,2.912929E0,7.23366E0,2.7508845E0,1.0758838E1,5.146433E-1,2.6571664E-1,7.8410087E0,1.2291921E0,5.3593082E0,4.2085052E-1,2.5079367E0,2.0551678E1,4.906138E-1,3.6172011E-1,3.080029E0,1.6776556E0,1.426604E0,5.3448024E0,8.802197E0,4.408956E-1,7.085127E0,3.311561E0,1.1667856E0,3.4027298E1,3.2089427E0,9.50758E-1,6.5667267E0,4.4911007E1,6.7489815E1,2.4169188E1,5.914453E0,1.9385037E0,5.9910693E0,2.6216357E0,2.1679022E0,1.5435658E0,6.8007884E0,1.8388134E-1,2.7290475E0,1.3637598E0,5.8699007E0,9.763953E0,9.9488497E-1,1.8529285E-1,7.655716E0,4.9080276E0,4.512804E-1,2.3442702E0,1.636663E-1,1.7463345E1,3.0883322E0,2.7459896E0,3.3403945E-1,1.434012E0,2.4364349E-1,2.680928E-1,5.0767097E0,3.462948E0,5.3392496E0,6.5530187E-1,6.4298253E0,2.6698366E-1,3.0445776E0,5.3067493E0,2.8720549E1,5.355804E-1,2.6733623E0,5.520606E-1,6.014666E0,1.2565619E1,3.2345387E1,4.794941E1,1.9540407E1,1.0980231E1,1.3188957E1,3.018276E0,2.8961773E0,5.6512256E0,3.3984354E-1,2.2594966E-1,1.9419527E0,5.615379E0,1.1854098E0,2.499517E0,2.2953057E-1,4.903869E0,9.660315E-1,9.511219E0,2.5273347E-1,5.731342E-1,7.0825815E0,4.6423526E0,2.6567522E-1,2.0619595E-1,2.1380744E0,1.4560221E1,2.9031239E0,1.9875705E-1,2.5472324E0,4.0284605E0,1.0482489E0,3.2185135E0,2.444345E-1,4.192955E0,1.1462946E0,1.1600094E0,5.269816E0,2.8199766E0,2.246009E-1,7.440937E0,2.1279612E1,1.8313996E-1,2.4902222E0,5.2356467E0,7.7901953E-1,1.1415495E1,1.1501248E0,7.8017836E0,2.4543602E1,1.109762E1,3.6851788E1,6.7383823E0,1.2802025E1,2.6286125E0,8.351619E0,2.5928845E0,1.0596072E1,2.8454604E0,1.728156E-1,1.8430781E-1,5.466918E0,2.4257652E-1,1.6993761E0,4.0596336E-1,5.2094154E0,2.2582191E-1,2.2736952E0,4.385465E0,5.1840407E-1,5.8328754E-1,8.927932E0,6.8312154E0,2.513663E-1,4.4034295E0,2.3892291E-1,1.3161148E1,1.3990726E0,1.7667958E-1,2.3705528E0,2.8140983E-1,3.7470508E0,3.6906248E-1,2.849451E0,4.495947E-1,3.74336E0,4.930032E0,3.3978388E-1,1.7311478E-1,2.6468618E0,2.019097E1,1.088642E0,2.206626E0,2.835964E-1,4.715695E0,5.1995176E-1,1.3139645E0,1.010153E1,3.9208722E0,3.8809114E0,5.3458967E0,1.9197706E1,4.3146305E0,6.78299E0,3.54001E1,1.4516889E0,1.2924702E0,5.445912E0,3.2849874E0,9.517037E0,6.124117E0,2.2275016E0,6.671232E0,3.9248402E0,3.2635495E-1,2.5191054E0,5.039712E0,1.6970314E-1,4.037026E0,3.4843937E-1,8.692947E0,2.3498414E-1,6.256638E-1,3.777766E0,5.3966564E-1,1.2621483E1,2.2047765E0,1.6577637E-1,1.6248213E-1,3.5845687E0,2.875315E-1,2.5619195E0,3.2384088E0,5.0495136E-1,2.5658512E-1,4.6734467E0,2.478728E0,1.6813378E-1,1.9617815E1,5.731556E-1,1.9361832E0,2.7044263E-1,4.3003335E0,4.1536114E-1,9.710695E0,3.908354E-1,3.427731E0,4.9314126E-1,3.226113E0,6.547983E-1,1.4574472E1,4.623234E0,3.4829953E0,8.316352E-1,2.1112556E0,4.6717343E0,3.0752747E0,3.2324825E1,4.275378E0,1.170534E0,1.2425835E0,8.274454E0,5.612792E0,5.113247E-1,7.218019E-1,5.94943E0,2.2530384E0,2.660671E-1,3.5355204E-1,4.68616E0,3.762933E-1,3.6607325E0,1.9631603E-1,8.496632E0,3.3947766E0,1.897921E-1,2.1198263E0,4.420933E-1,4.0719405E-1,2.8312147E0,2.664232E-1,2.2123048E0,1.2632405E0,1.8354574E1,4.097037E0,2.0329694E-1,8.200164E0,1.510531E0,2.1551655E-1,3.2122145E0,2.9616225E0,2.6449046E-1,1.346731E0,1.3227741E1,3.1827564E0,3.002389E-1,3.949749E0,7.2198546E-1,3.1519936E1,8.048904E-1,4.020961E0,2.5441733E-1,6.0108054E-1,7.6733737E0,5.8443063E-1,5.0283613E0,7.525069E-1,5.1969233E0,4.507357E0,1.7880303E-1,2.0602998E-1,3.4547026E0,2.9190525E-1,8.204726E0,1.6580008E-1,3.2289765E0,1.6751358E-1,1.9523126E0,2.2604258E-1,2.6051722E0,5.278947E-1,1.782668E1,1.6365454E-1,3.9333823E0,4.307678E-1,7.7693963E0,1.7300862E-1,3.0392058E0,2.3922281E0,5.693944E-1,1.3002508E1,2.2523375E-1,1.6666168E-1,3.0160947E0,2.8715634E-1,3.6625926E0,2.6709408E1,4.810527E0,3.6488733E-1,3.6560733E0,7.225918E0,4.47456E-1,6.01666E-1,4.4266953E0,4.8815646E0,3.1535867E-1,3.0109805E-1,4.2062593E0,1.6010553E1,1.8161262E0,3.6368985E0,2.964836E-1,9.45985E-1,6.823411E0,1.9862175E-1,2.840584E0,2.1657228E0,2.2650526E-1,1.6745998E0,1.1327908E1,2.8336663E0,1.8242843E-1,2.3129423E-1,3.4312983E0,2.418188E1,2.527527E0,3.4908495E0,1.6522385E-1,6.1237845E0,1.102133E0,2.5616014E-1,4.1705356E0,2.615444E-1,4.6200204E0,3.3892703E-1,3.867332E0,1.0830884E0,1.4927465E1,1.6886735E-1,3.4680312E0,3.072654E-1,6.5161457E0,1.9447976E-1,2.6461043E0,9.141422E0,2.1864853E0,2.6440156E0,1.8965077E-1,2.3969512E0,2.178493E1,2.8438456E0,6.4700407E-1,6.0048604E-1,5.5232987E0,3.9931495E0,1.7738597E-1,2.2147608E-1,4.3985443E0,3.6889062E0,1.7842577E-1,2.5779486E0,1.2349517E1,3.2740936E0,1.9393753E-1,3.7362015E-1,6.1425257E0,5.796589E-1,8.561764E0,2.4413965E0,2.026189E-1,2.1457067E1,3.278629E-1,2.663239E0,1.8060645E-1,3.9484328E-1,5.128455E0,1.9088563E-1,3.8022637E0,2.1032716E-1,4.188217E0,3.4362247E0,2.526815E-1,1.1267868E1,1.0816483E0,3.0214598E0,2.5263384E-1,1.968283E-1,5.9456973E0,7.6597195E0,9.0204436E-1,2.0088482E-1,2.1256182E1,1.7128043E-1,2.4919586E0,2.2674477E-1,4.9017105E0,3.9816997E0,2.0651726E-1,2.0944145E-1,3.2267833E0,7.297696E-1,1.0538098E1,1.820818E-1,2.839378E0,3.6814955E-1,5.5775476E0,1.0304502E0,6.629269E0,5.479896E-1,2.0708193E1,2.312349E0,1.7960946E-1,4.73273E0,1.6898042E-1,3.8127418E0,1.6895784E-1,3.059058E0,1.6772534E-1,3.385731E-1,1.0199526E1,1.7440939E-1,5.403138E0,1.790392E-1,6.45023E0,3.335898E-1,2.0374603E1,4.562118E0,1.7061217E-1,3.4649055E0,3.478364E-1,3.123815E-1,9.887144E0,2.7732113E-1,5.1258173E0,3.6985862E-1,6.0803714E0,8.744608E-1,1.9500143E1,3.148563E-1,3.1500492E0,9.620843E0,2.6630145E-1,4.7467666E0,3.790507E-1,1.901696E1,4.8318222E-1,9.118114E0,5.0272787E-1,2.0066114E-1,4.5461054E0,1.8805756E1,2.112038E-1,1.9011703E-1,1.8615639E1,1.2374822E0,1.7378157E1,2.9380965E-1,1.7084347E1,1.6486553E1,5.977945E-1,2.3412865E-1,1.6252424E1,1.6087517E1,1.6490698E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"535","size_leaf_vector":"0"}},{"base_weights":[-2.1171551E-2,-1.1722634E-3,-1.7855562E-1,2.4064688E-3,-2.6634952E-1,-2.6852342E-1,-0E0,-8.9022495E-2,2.3275675E-2,-0E0,-3.6269838E-1,-3.3911592E-1,-0E0,-0E0,7.979524E-2,-1.6542679E-1,-0E0,-9.113162E-2,4.3325804E-2,-4.00381E-1,-0E0,-4.3536416E-1,-0E0,-0E0,2.145683E-1,-0E0,-3.427801E-1,-1.0241496E-1,-0E0,-0E0,-2.4730405E-1,5.1891223E-2,-1.7234275E-1,-0E0,-4.3905732E-1,-0E0,-4.7498524E-1,-0E0,2.87054E-1,-0E0,-5.9258975E-2,-3.9249992E-1,-0E0,-1.5291345E-1,-0E0,-0E0,4.5750022E-2,-0E0,6.3206896E-2,-0E0,-3.8577494E-1,8.361706E-2,-0E0,-0E0,-2.4850067E-1,-0E0,-4.1029292E-1,-4.980973E-1,-0E0,-0E0,3.4253618E-1,1.1826389E-1,-0E0,-1.42436E-1,-0E0,-0E0,-4.43042E-1,-0E0,-9.028088E-2,1.7204922E-1,-0E0,1.7817822E-1,-0E0,-8.211208E-2,-0E0,-4.4421658E-1,-0E0,-0E0,1.2633377E-1,2.2908887E-2,-1.2413137E-1,-5.201986E-1,-0E0,3.790485E-1,-0E0,1.898442E-1,-0E0,-0E0,-1.8317588E-1,-4.6342245E-1,-0E0,4.583638E-2,-0E0,-1.405522E-1,-0E0,2.2247161E-1,-0E0,-3.1989746E-2,-0E0,2.4149024E-1,-0E0,-0E0,-3.940748E-2,-0E0,-1.1197494E-1,-0E0,-4.8328814E-1,7.461625E-2,-6.365567E-2,1.6193028E-1,-0E0,-0E0,1.3694921E-1,-2.2201213E-1,-0E0,-5.303605E-1,-0E0,4.0208653E-1,-0E0,2.2270364E-1,-0E0,-2.2881687E-1,-0E0,-4.821976E-1,-0E0,-0E0,1.1339156E-1,-0E0,-1.9207284E-1,2.598012E-1,-0E0,-1.1933697E-1,-0E0,2.7892366E-1,-0E0,-1.1290438E-1,-0E0,-1.08597055E-1,-0E0,-0E0,-5.207101E-1,-0E0,1.4723466E-1,-0E0,-1.1256217E-1,-0E0,1.927645E-1,-4.2347033E-2,2.2007477E-2,-1.9282253E-2,7.585422E-2,2.2553544E-1,-0E0,-0E0,-2.8326663E-1,-0E0,-5.397445E-1,4.3591246E-1,-0E0,-0E0,1.8565795E-1,-2.5820258E-1,-0E0,-0E0,-3.852476E-1,1.7550024E-1,-0E0,-0E0,-2.513869E-1,3.0060244E-1,-0E0,-1.3272578E-1,-0E0,3.289833E-1,-0E0,-0E0,-4.246738E-1,2.3786141E-1,-0E0,-0E0,-2.1342534E-1,5.2697163E-2,-9.748078E-2,2.2310674E-1,-0E0,-1.5714523E-1,-0E0,1.2621166E-1,-0E0,6.728988E-2,-6.989971E-2,1.4521171E-1,-0E0,2.8464633E-1,-0E0,-3.3664897E-1,-0E0,-4.2716905E-1,-0E0,3.5449356E-1,-0E0,-0E0,-2.100964E-1,-0E0,2.2442032E-1,-2.9914826E-1,-0E0,-0E0,3.323401E-1,3.7758893E-1,-0E0,-0E0,2.9389673E-1,3.3278722E-2,-0E0,-3.050672E-1,-0E0,2.4911378E-1,-0E0,-1.7239699E-1,-0E0,3.520521E-2,3.118257E-1,-0E0,-2.1966144E-1,-0E0,1.4420432E-1,1.5335886E-1,-0E0,-0E0,-1.2813136E-1,-0E0,2.3592792E-1,-0E0,3.932533E-1,-0E0,-3.8298342E-1,-0E0,2.7484223E-1,-0E0,-3.477786E-1,-0E0,3.5069308E-1,-0E0,3.9370364E-1,-0E0,3.588779E-1,-0E0,1.0108823E-1,-0E0,-3.9972457E-1,3.4003928E-1,-0E0,-2.6052597E-1,-0E0,1.2197117E-1,-0E0,-0E0,3.4840575E-1,-2.7338338E-1,-0E0,2.4283145E-1,-0E0,-5.1382538E-2,3.7526105E-2,-1.9243348E-1,-0E0,-0E0,3.1224474E-1,4.3177286E-1,-0E0,-4.100561E-1,-0E0,-0E0,3.1839502E-1,-0E0,-3.9923748E-1,3.679092E-1,-0E0,-0E0,4.1170883E-1,-0E0,3.9484844E-1,-0E0,1.4926513E-1,-0E0,-4.780814E-1,-0E0,3.656945E-1,-0E0,-2.7506256E-1,1.8433975E-1,-0E0,-6.080894E-2,-0E0,3.7626582E-1,-0E0,-3.219336E-1,-0E0,-0E0,2.7347156E-1,-1.4760275E-1,-0E0,-0E0,1.4764033E-1,-0E0,-2.205386E-1,-0E0,1.13264345E-1,-0E0,3.540371E-1,-0E0,4.7439465E-1,-0E0,-3.4707668E-1,2.6803967E-1,-0E0,-4.3179676E-1,-0E0,-0E0,2.9916957E-1,-0E0,4.443881E-1,4.1578132E-1,-0E0,-0E0,2.1374807E-1,-5.12441E-1,-0E0,-0E0,3.0587608E-1,-2.8881544E-1,-0E0,2.2867763E-1,-0E0,-1.2311219E-1,-0E0,-0E0,4.3273202E-1,-3.728735E-1,-0E0,-0E0,3.0604535E-1,-0E0,-2.3543787E-1,-8.174183E-2,-0E0,2.1676554E-1,-0E0,-0E0,-2.5753814E-1,-0E0,2.1396583E-1,3.9506063E-1,-0E0,-0E0,5.1113963E-1,-4.6306604E-1,-0E0,-0E0,3.6714718E-1,-0E0,4.3568632E-1,2.588612E-1,-0E0,-5.3072196E-1,-0E0,-0E0,-2.4185142E-1,2.606896E-1,-0E0,-0E0,-1.9850452E-1,-0E0,4.5872593E-1,-0E0,-3.0196485E-1,-0E0,3.3265272E-1,-3.056834E-1,-0E0,-1.3960674E-1,-0E0,-0E0,2.6417804E-1,-0E0,-2.854399E-1,-0E0,1.9155368E-1,-0E0,4.331048E-1,-0E0,5.3841364E-1,-0E0,-3.7160528E-1,-0E0,4.5527714E-1,-0E0,2.3098941E-1,-4.3648738E-1,-0E0,-0E0,2.9621926E-1,-2.4657072E-1,-0E0,-0E0,4.72659E-1,3.658717E-1,-0E0,-3.281947E-1,-0E0,-1.5568651E-1,-0E0,-0E0,2.9158232E-1,-3.1172055E-1,-0E0,-0E0,4.589331E-1,-0E0,5.5545E-1,-0E0,4.9180976E-1,-0E0,3.5599658E-1,-0E0,-2.8564543E-1,-0E0,4.7950935E-1,3.9386594E-1,-0E0,-0E0,-3.5878643E-1,3.2493016E-1,-0E0,-3.4079552E-1,-0E0,4.7306454E-1,-0E0,-0E0,4.611747E-1,5.0660896E-1,-0E0,3.9535776E-1,-0E0,-3.0200487E-1,-0E0,5.0957876E-1,-0E0,4.2401162E-1,-0E0,-0E0,-2.934172E-1,-0E0,3.4900936E-1,-0E0,-3.701994E-1,4.89163E-1,-0E0,4.0830758E-1,-0E0,-0E0,4.2398107E-1,-3.1664202E-1,-0E0,5.2211887E-1,-0E0,-0E0,3.3846456E-1,3.7779316E-1,-0E0,-3.996212E-1,-0E0,-0E0,4.0010437E-1,-0E0,4.6920723E-1,-0E0,-2.552705E-1,5.303394E-1,-0E0,4.008652E-1,-0E0,-4.2014083E-1,-0E0,5.00413E-1,-0E0,5.3893876E-1,-0E0,-0E0,4.253629E-1,-4.371975E-1,-0E0,3.9956206E-1,-0E0,5.5716306E-1,-0E0,-0E0,4.447354E-1,-4.6225908E-1,-0E0,5.67131E-1,-0E0,3.5709652E-1,-0E0,-4.7347808E-1,-0E0,5.8254015E-1,-0E0,-0E0,-4.889615E-1,-0E0,5.9498477E-1,-4.9830374E-1,-0E0,-0E0,6.033908E-1,-0E0,-5.0692105E-1,-0E0,6.173791E-1,-4.0881637E-1,-0E0,6.256591E-1,-0E0,6.374294E-1,-0E0,5.0130767E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":14,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,-1,-1,23,25,27,29,31,33,-1,35,-1,-1,37,39,41,43,45,47,49,51,53,-1,55,-1,57,-1,59,61,63,65,-1,-1,-1,67,69,-1,71,73,75,77,79,-1,-1,-1,-1,81,-1,-1,83,85,-1,87,-1,-1,89,91,93,95,97,99,101,103,-1,105,-1,107,109,111,113,115,-1,117,-1,119,-1,-1,121,123,-1,125,-1,127,-1,129,-1,131,-1,133,-1,-1,135,-1,137,-1,139,141,143,145,147,149,151,153,-1,155,-1,157,-1,159,-1,161,-1,163,-1,-1,165,-1,167,169,-1,171,-1,173,-1,-1,-1,-1,-1,-1,175,-1,177,-1,179,181,183,185,187,189,191,193,-1,-1,195,-1,197,199,-1,-1,-1,201,-1,-1,-1,203,-1,-1,205,207,-1,-1,-1,209,-1,-1,-1,211,-1,213,215,217,219,221,-1,223,-1,225,-1,227,229,231,-1,233,-1,235,-1,-1,-1,-1,-1,-1,-1,-1,237,239,-1,-1,241,243,-1,-1,245,247,-1,249,-1,251,-1,253,-1,255,257,-1,259,-1,-1,261,-1,263,265,-1,267,-1,269,-1,271,-1,273,-1,275,-1,277,-1,279,-1,281,-1,283,-1,285,287,-1,289,-1,291,293,-1,295,297,-1,299,-1,301,303,305,307,-1,309,311,-1,313,-1,-1,315,-1,317,319,-1,-1,321,-1,323,-1,325,-1,327,-1,329,-1,331,333,-1,335,-1,337,-1,339,-1,-1,341,343,-1,345,347,-1,349,-1,351,-1,353,-1,355,-1,-1,-1,-1,357,-1,-1,-1,-1,359,361,-1,-1,363,365,-1,-1,-1,367,-1,369,-1,371,-1,-1,373,375,-1,-1,377,-1,379,381,-1,383,-1,-1,385,-1,387,389,-1,-1,391,393,-1,-1,-1,-1,395,397,-1,399,-1,-1,-1,401,-1,-1,403,-1,405,-1,-1,-1,407,409,-1,411,-1,-1,413,-1,415,-1,-1,-1,417,-1,419,-1,-1,-1,421,-1,-1,-1,-1,-1,423,425,-1,-1,427,429,-1,431,-1,-1,-1,-1,433,435,-1,-1,437,-1,439,-1,441,-1,443,-1,445,-1,447,449,-1,-1,451,453,-1,455,-1,457,-1,-1,-1,459,-1,461,-1,463,-1,465,-1,467,-1,-1,-1,-1,469,-1,471,473,-1,-1,-1,-1,475,477,-1,479,-1,-1,-1,481,-1,483,-1,-1,-1,-1,485,-1,-1,487,-1,489,-1,491,-1,493,-1,495,-1,-1,497,499,-1,-1,-1,501,-1,-1,503,505,-1,507,-1,-1,-1,509,-1,511,-1,-1,513,-1,515,517,-1,-1,519,-1,521,-1,523,-1,-1,525,-1,527,-1,-1,-1],"loss_changes":[7.796971E-1,5.2677375E-1,6.4455235E-1,4.4990835E-1,1.195299E-1,4.09701E-1,2.9507438E-2,1.8366101E-1,4.7921154E-1,0E0,1.1214578E-1,4.4310856E-1,0E0,0E0,1.5408583E-1,4.133159E-1,2.50719E-2,5.9353626E-1,2.5815782E-1,8.112991E-2,0E0,2.8367305E-1,0E0,0E0,1.2675121E-1,1.7872129E-2,1.7796648E-1,4.9955424E-2,1.8478205E-2,5.0866913E-2,1.6519153E-1,2.556424E-1,1.4140196E-1,0E0,1.1098349E-1,0E0,1.434362E-1,0E0,1.08453095E-1,4.4428755E-2,5.7571087E-2,1.5092051E-1,0E0,0E0,0E0,6.0514294E-2,1.2731832E-1,0E0,1.7948474E-1,2.5306256E-2,1.9093484E-1,4.4501096E-1,1.5954807E-1,0E0,0E0,0E0,0E0,8.899379E-2,0E0,0E0,6.380728E-2,5.126221E-2,0E0,4.176998E-2,0E0,0E0,6.1352253E-2,1.038293E-2,7.966296E-2,7.432009E-2,3.1809737E-3,1.4696735E-1,4.8421724E-3,1.926983E-2,0E0,7.352185E-2,0E0,1.7165734E-1,4.079194E-1,2.0479585E-1,1.9297676E-1,6.153488E-2,0E0,3.398806E-2,0E0,2.7040161E-2,0E0,0E0,5.0849102E-2,5.955255E-2,0E0,4.6727307E-2,0E0,1.03271276E-1,0E0,6.5711915E-2,0E0,2.803192E-2,0E0,1.0244584E-1,0E0,0E0,3.5769142E-2,0E0,1.9995034E-2,0E0,5.5750012E-2,1.4177778E-1,1.3603806E-1,3.367448E-1,2.214251E-2,9.9831834E-2,2.901259E-1,9.311804E-2,0E0,1.1863947E-2,0E0,5.969256E-2,0E0,5.4966435E-3,0E0,1.2911171E-2,0E0,6.960869E-3,0E0,0E0,7.192904E-2,0E0,1.07299805E-1,7.382387E-2,0E0,2.576093E-2,0E0,1.03318125E-1,0E0,0E0,0E0,0E0,0E0,0E0,5.927837E-2,0E0,2.1830273E-1,0E0,2.770689E-1,5.8913223E-2,2.5457263E-1,1.5535781E-1,4.2474307E-2,2.3943795E-1,1.04733974E-1,2.3362643E-1,0E0,0E0,1.12079084E-1,0E0,1.3250828E-2,1.5523195E-2,0E0,0E0,0E0,4.030913E-3,0E0,0E0,0E0,5.7856977E-2,0E0,0E0,1.2610307E-1,5.0414324E-2,0E0,0E0,0E0,1.3652039E-1,0E0,0E0,0E0,1.6040614E-1,0E0,5.5736215E-3,1.8568069E-1,1.8193588E-1,6.553497E-2,3.9681697E-1,0E0,1.3856734E-1,0E0,4.1419946E-2,0E0,1.7559116E-1,1.8646298E-1,2.1987048E-1,0E0,1.6626424E-1,0E0,1.2534022E-1,0E0,0E0,0E0,0E0,0E0,0E0,0E0,0E0,6.1080918E-2,1.155799E-1,0E0,0E0,2.5867403E-2,3.1287074E-2,0E0,0E0,1.7369199E-1,3.5613414E-2,0E0,2.4690825E-1,0E0,1.4519921E-1,0E0,1.08783044E-1,0E0,1.5053065E-1,3.175156E-1,0E0,1.2834436E-1,0E0,0E0,1.3028155E-1,0E0,3.3978835E-2,3.520944E-1,0E0,1.4032415E-1,0E0,1.3612455E-1,0E0,5.674106E-2,0E0,6.6470265E-2,0E0,1.4400482E-1,0E0,2.7142763E-3,0E0,2.1502316E-2,0E0,1.2608242E-1,0E0,4.1450683E-2,0E0,2.2519183E-1,3.1526893E-2,0E0,9.7399205E-3,0E0,1.8190522E-1,2.4287477E-2,0E0,3.4030938E-1,1.3797793E-1,0E0,6.699875E-2,0E0,9.276676E-2,1.5417916E-1,1.479376E-1,3.203861E-2,0E0,1.05312884E-1,1.6015387E-1,0E0,5.192226E-2,0E0,0E0,3.2265097E-2,0E0,9.398121E-2,4.8362613E-3,0E0,0E0,2.7641058E-2,0E0,6.7956746E-2,0E0,7.221276E-2,0E0,1.1528885E-1,0E0,2.9055387E-2,0E0,2.3929626E-3,1.6907853E-1,0E0,6.451395E-2,0E0,4.063635E-1,0E0,1.5456516E-1,0E0,0E0,8.103296E-2,1.4176604E-1,0E0,2.4720948E-2,1.5929206E-1,0E0,1.3363552E-1,0E0,6.811184E-2,0E0,1.1702329E-1,0E0,8.112061E-2,0E0,0E0,0E0,0E0,3.8659215E-2,0E0,0E0,0E0,0E0,4.6724617E-2,6.2128127E-2,0E0,0E0,5.6982085E-2,4.623592E-2,0E0,0E0,0E0,8.052498E-3,0E0,1.0687506E-1,0E0,8.34118E-2,0E0,0E0,1.4072418E-1,2.2182345E-2,0E0,0E0,6.919104E-2,0E0,1.14834666E-1,3.7975814E-2,0E0,1.1283317E-1,0E0,0E0,1.4647508E-1,0E0,2.0026341E-2,1.1079991E-1,0E0,0E0,7.164836E-2,1.0028064E-2,0E0,0E0,0E0,0E0,3.3207417E-2,4.7137633E-2,0E0,1.3725162E-2,0E0,0E0,0E0,1.4663279E-1,0E0,0E0,8.325389E-2,0E0,8.1487656E-2,0E0,0E0,0E0,7.645404E-2,3.7340194E-2,0E0,4.02176E-2,0E0,0E0,6.320104E-2,0E0,1.6317558E-1,0E0,0E0,0E0,5.4803252E-2,0E0,3.4724474E-2,0E0,0E0,0E0,1.4957309E-2,0E0,0E0,0E0,0E0,0E0,1.0976833E-1,5.2770466E-2,0E0,0E0,7.352829E-2,7.912636E-2,0E0,2.4513304E-2,0E0,0E0,0E0,0E0,8.061862E-2,1.11328244E-1,0E0,0E0,2.0882249E-2,0E0,7.927775E-3,0E0,1.0361791E-2,0E0,1.606639E-1,0E0,1.9013226E-2,0E0,8.051944E-2,6.0784698E-2,0E0,0E0,1.8592358E-2,6.1470926E-2,0E0,1.344372E-1,0E0,6.643772E-3,0E0,0E0,0E0,1.942432E-2,0E0,1.0750425E-1,0E0,1.0412723E-2,0E0,1.3261175E-1,0E0,5.288899E-3,0E0,0E0,0E0,0E0,5.2034497E-2,0E0,1.0179305E-1,9.209275E-3,0E0,0E0,0E0,0E0,6.838095E-2,5.3744316E-3,0E0,8.441448E-2,0E0,0E0,0E0,5.4158747E-2,0E0,9.171021E-2,0E0,0E0,0E0,0E0,7.236242E-2,0E0,0E0,7.9351425E-2,0E0,5.821854E-2,0E0,1.0384989E-1,0E0,8.168697E-3,0E0,7.938194E-2,0E0,0E0,4.2815745E-2,8.037269E-2,0E0,0E0,0E0,7.2313786E-2,0E0,0E0,1.4495313E-2,5.8470964E-2,0E0,6.8825245E-2,0E0,0E0,0E0,6.7076206E-2,0E0,5.2821636E-2,0E0,0E0,3.4692764E-2,0E0,3.8359642E-2,2.6962519E-2,0E0,0E0,7.997894E-2,0E0,2.4095774E-2,0E0,2.2163391E-2,0E0,0E0,2.3087502E-2,0E0,8.2798E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,14,14,15,15,16,16,17,17,18,18,19,19,21,21,24,24,25,25,26,26,27,27,28,28,29,29,30,30,31,31,32,32,34,34,36,36,38,38,39,39,40,40,41,41,45,45,46,46,48,48,49,49,50,50,51,51,52,52,57,57,60,60,61,61,63,63,66,66,67,67,68,68,69,69,70,70,71,71,72,72,73,73,75,75,77,77,78,78,79,79,80,80,81,81,83,83,85,85,88,88,89,89,91,91,93,93,95,95,97,97,99,99,102,102,104,104,106,106,107,107,108,108,109,109,110,110,111,111,112,112,113,113,115,115,117,117,119,119,121,121,123,123,126,126,128,128,129,129,131,131,133,133,140,140,142,142,144,144,145,145,146,146,147,147,148,148,149,149,150,150,151,151,154,154,156,156,157,157,161,161,165,165,168,168,169,169,173,173,177,177,179,179,180,180,181,181,182,182,183,183,185,185,187,187,189,189,190,190,191,191,193,193,195,195,204,204,205,205,208,208,209,209,212,212,213,213,215,215,217,217,219,219,221,221,222,222,224,224,227,227,229,229,230,230,232,232,234,234,236,236,238,238,240,240,242,242,244,244,246,246,248,248,250,250,251,251,253,253,255,255,256,256,258,258,259,259,261,261,263,263,264,264,265,265,266,266,268,268,269,269,271,271,274,274,276,276,277,277,280,280,282,282,284,284,286,286,288,288,290,290,291,291,293,293,295,295,297,297,300,300,301,301,303,303,304,304,306,306,308,308,310,310,312,312,317,317,322,322,323,323,326,326,327,327,331,331,333,333,335,335,338,338,339,339,342,342,344,344,345,345,347,347,350,350,352,352,353,353,356,356,357,357,362,362,363,363,365,365,369,369,372,372,374,374,378,378,379,379,381,381,384,384,386,386,390,390,392,392,396,396,402,402,403,403,406,406,407,407,409,409,414,414,415,415,418,418,420,420,422,422,424,424,426,426,428,428,429,429,432,432,433,433,435,435,437,437,441,441,443,443,445,445,447,447,449,449,454,454,456,456,457,457,462,462,463,463,465,465,469,469,471,471,476,476,479,479,481,481,483,483,485,485,487,487,490,490,491,491,495,495,498,498,499,499,501,501,505,505,507,507,510,510,512,512,513,513,516,516,518,518,520,520,523,523,525,525],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,-1,-1,24,26,28,30,32,34,-1,36,-1,-1,38,40,42,44,46,48,50,52,54,-1,56,-1,58,-1,60,62,64,66,-1,-1,-1,68,70,-1,72,74,76,78,80,-1,-1,-1,-1,82,-1,-1,84,86,-1,88,-1,-1,90,92,94,96,98,100,102,104,-1,106,-1,108,110,112,114,116,-1,118,-1,120,-1,-1,122,124,-1,126,-1,128,-1,130,-1,132,-1,134,-1,-1,136,-1,138,-1,140,142,144,146,148,150,152,154,-1,156,-1,158,-1,160,-1,162,-1,164,-1,-1,166,-1,168,170,-1,172,-1,174,-1,-1,-1,-1,-1,-1,176,-1,178,-1,180,182,184,186,188,190,192,194,-1,-1,196,-1,198,200,-1,-1,-1,202,-1,-1,-1,204,-1,-1,206,208,-1,-1,-1,210,-1,-1,-1,212,-1,214,216,218,220,222,-1,224,-1,226,-1,228,230,232,-1,234,-1,236,-1,-1,-1,-1,-1,-1,-1,-1,238,240,-1,-1,242,244,-1,-1,246,248,-1,250,-1,252,-1,254,-1,256,258,-1,260,-1,-1,262,-1,264,266,-1,268,-1,270,-1,272,-1,274,-1,276,-1,278,-1,280,-1,282,-1,284,-1,286,288,-1,290,-1,292,294,-1,296,298,-1,300,-1,302,304,306,308,-1,310,312,-1,314,-1,-1,316,-1,318,320,-1,-1,322,-1,324,-1,326,-1,328,-1,330,-1,332,334,-1,336,-1,338,-1,340,-1,-1,342,344,-1,346,348,-1,350,-1,352,-1,354,-1,356,-1,-1,-1,-1,358,-1,-1,-1,-1,360,362,-1,-1,364,366,-1,-1,-1,368,-1,370,-1,372,-1,-1,374,376,-1,-1,378,-1,380,382,-1,384,-1,-1,386,-1,388,390,-1,-1,392,394,-1,-1,-1,-1,396,398,-1,400,-1,-1,-1,402,-1,-1,404,-1,406,-1,-1,-1,408,410,-1,412,-1,-1,414,-1,416,-1,-1,-1,418,-1,420,-1,-1,-1,422,-1,-1,-1,-1,-1,424,426,-1,-1,428,430,-1,432,-1,-1,-1,-1,434,436,-1,-1,438,-1,440,-1,442,-1,444,-1,446,-1,448,450,-1,-1,452,454,-1,456,-1,458,-1,-1,-1,460,-1,462,-1,464,-1,466,-1,468,-1,-1,-1,-1,470,-1,472,474,-1,-1,-1,-1,476,478,-1,480,-1,-1,-1,482,-1,484,-1,-1,-1,-1,486,-1,-1,488,-1,490,-1,492,-1,494,-1,496,-1,-1,498,500,-1,-1,-1,502,-1,-1,504,506,-1,508,-1,-1,-1,510,-1,512,-1,-1,514,-1,516,518,-1,-1,520,-1,522,-1,524,-1,-1,526,-1,528,-1,-1,-1],"split_conditions":[1.1727095E2,2.4280803E2,9.926758E-1,1.4316089E2,8.1933594E-1,3.8887022E0,5.853125E1,8.857422E-1,6.6918945E1,-0E0,5.6618605E0,9.248047E-1,-0E0,-0E0,1.3711147E0,1.6667697E0,2.7807617E-1,1.6148209E2,9.8291016E-1,9.7471356E-1,-0E0,5.367279E-3,-0E0,-0E0,3.75625E1,3.4838867E-1,1.5210777E2,9.902344E-1,7.163086E-1,6.237793E-2,2.7441406E-1,4.489746E-1,1.6796875E-1,-0E0,3.8875E1,-0E0,4.9694656E2,-0E0,1.4147351E0,9.5654297E-1,1.4276867E0,3.51875E1,-0E0,-1.5291345E-1,-0E0,2.1008301E-1,9.526367E-1,-0E0,2.6782227E-1,6.36875E1,1.49125E2,5.746875E1,1.35625E2,-0E0,-2.4850067E-1,-0E0,-4.1029292E-1,9.8828125E-1,-0E0,-0E0,7.910156E-1,8.105469E-1,-0E0,7.965088E-3,-0E0,-0E0,4.97838E0,3.7861605E0,1.28875E2,8.5915245E1,3.095703E-1,8.60625E1,3.73125E1,6.3971734E-1,-0E0,1.18637085E-2,-0E0,1.4465332E-1,8.310547E-1,5.853125E1,9.6777344E-1,9.9902344E-1,-0E0,9.9609375E-1,-0E0,3.3906274E0,-0E0,-0E0,1.67875E2,8.68125E1,-0E0,3.6875E1,-0E0,3.521875E1,-0E0,7.944336E-1,-0E0,2.3353157E0,-0E0,1.5207422E2,-0E0,-0E0,9.267578E-1,-0E0,9.682617E-1,-0E0,1.6288617E2,5.6875E1,7.35592E1,1.9241333E-2,9.8779297E-1,9.453125E-1,7.7625E1,1.4233398E-1,-0E0,5.522294E-1,-0E0,2.1995041E2,-0E0,8.858887E-1,-0E0,1.3949957E2,-0E0,3.1203125E1,-0E0,-0E0,6.352539E-1,-0E0,9.4177246E-2,4.5380354E0,-0E0,6.03125E1,-0E0,3.8088496E0,-0E0,-1.1290438E-1,-0E0,-1.08597055E-1,-0E0,-0E0,3.0609375E1,-0E0,8.947834E1,-0E0,7.9737045E1,8.803132E1,4.066011E0,2.555237E0,2.1581287E0,3.39375E1,3.7670898E-1,9.946289E-1,-0E0,-0E0,7.553711E-1,-0E0,9.9902344E-1,4.5834002E0,-0E0,-0E0,1.8565795E-1,3.1484375E1,-0E0,-0E0,-3.852476E-1,7.873535E-2,-0E0,-0E0,1.4230315E2,2.73676E1,-0E0,-1.3272578E-1,-0E0,9.975586E-1,-0E0,-0E0,-4.246738E-1,5.996704E-3,-0E0,1.7292186E2,8.35625E1,1.1283248E2,1.9603203E2,5.40625E1,-0E0,7.591677E-1,-0E0,1.7663574E-1,-0E0,7.2216797E-1,5.9625E1,7.080078E-2,-0E0,9.308954E1,-0E0,6.066619E-1,-0E0,-4.2716905E-1,-0E0,3.5449356E-1,-0E0,-0E0,-2.100964E-1,-0E0,1.3647461E-1,2.8330908E1,-0E0,-0E0,6.939697E-2,1.1154175E-2,-0E0,-0E0,1.2847366E0,7.5097656E-1,-0E0,7.597656E-1,-0E0,8.2375E1,-0E0,1.3245853E2,-0E0,4.4625E1,9.028926E-1,-0E0,3.190918E-1,-0E0,1.4420432E-1,8.4941246E1,-0E0,2.2265625E-1,1.03375E2,-0E0,5.7216885E1,-0E0,4.732431E0,-0E0,1.0678532E2,-0E0,6.63853E-1,-0E0,1.03149414E-1,-0E0,8.4625E1,-0E0,1.4091545E0,-0E0,2.8640747E-2,-0E0,6.402588E-2,-0E0,1.171875E-1,1.1268616E-2,-0E0,3.865625E1,-0E0,8.256836E-1,8.45625E1,-0E0,5.18745E0,9.9853516E-1,-0E0,4.075E1,-0E0,1.8414453E2,4.2626953E-1,1.18637085E-2,8.9453125E-1,-0E0,4.0863037E-2,3.290625E1,-0E0,5.6961903E1,-0E0,-0E0,9.9316406E-1,-0E0,5.52203E0,1.063342E0,-0E0,-0E0,1.4570976E2,-0E0,2.0564479E2,-0E0,1.081543E-1,-0E0,9.980469E-1,-0E0,3.57666E-2,-0E0,8.3740234E-1,1.0813216E2,-0E0,6.9677734E-1,-0E0,3.421875E1,-0E0,5.268224E0,-0E0,-0E0,6.1187744E-2,7.439854E1,-0E0,3.7917707E0,9.8535156E-1,-0E0,6.4697266E-2,-0E0,1.2012644E0,-0E0,1.5026071E2,-0E0,1.6674805E-1,-0E0,-3.4707668E-1,2.6803967E-1,-0E0,4.26747E0,-0E0,-0E0,2.9916957E-1,-0E0,1.9241333E-2,1.1779351E1,-0E0,-0E0,9.9125E1,2.071868E2,-0E0,-0E0,3.0587608E-1,3.6875E1,-0E0,1.5296657E2,-0E0,3.7902832E-2,-0E0,-0E0,3.498586E1,6.090625E1,-0E0,-0E0,9.383654E-1,-0E0,9.7998047E-1,9.9560547E-1,-0E0,9.1308594E-2,-0E0,-0E0,6.6345215E-2,-0E0,7.147217E-2,9.383654E-1,-0E0,-0E0,5.258789E-1,8.989258E-1,-0E0,-0E0,3.6714718E-1,-0E0,1.6918945E-1,5.5847168E-2,-0E0,5.49375E1,-0E0,-0E0,-2.4185142E-1,1.4643102E0,-0E0,-0E0,5.503731E0,-0E0,2.8533936E-2,-0E0,-3.0196485E-1,-0E0,4.6928205E0,1.3333522E2,-0E0,1.228522E2,-0E0,-0E0,9.071722E-1,-0E0,1.18375E2,-0E0,1.9155368E-1,-0E0,2.5146484E-1,-0E0,6.4625E1,-0E0,-3.7160528E-1,-0E0,1.2976074E-1,-0E0,2.3098941E-1,-4.3648738E-1,-0E0,-0E0,1.2936962E0,3.778125E1,-0E0,-0E0,6.892483E1,1.41E2,-0E0,4.34375E1,-0E0,-1.5568651E-1,-0E0,-0E0,1.449871E2,8.779297E-1,-0E0,-0E0,1.18375E2,-0E0,7.745361E-2,-0E0,9.9560547E-1,-0E0,4.9581327E0,-0E0,4.879668E0,-0E0,6.70625E1,1.9304288E2,-0E0,-0E0,3.615625E1,2.1826172E-1,-0E0,3.1547495E1,-0E0,9.797129E1,-0E0,-0E0,4.611747E-1,5.559375E1,-0E0,3.9046608E1,-0E0,3.4356623E0,-0E0,2.305622E2,-0E0,1.5893555E-1,-0E0,-0E0,-2.934172E-1,-0E0,4.773229E0,-0E0,9.9875E1,1.1693898E0,-0E0,4.0830758E-1,-0E0,-0E0,8.605957E-2,1.2771606E-2,-0E0,9.975586E-1,-0E0,-0E0,3.3846456E-1,2.0645432E2,-0E0,9.9902344E-1,-0E0,-0E0,4.0010437E-1,-0E0,4.297177E0,-0E0,-2.552705E-1,1.3075E2,-0E0,1.32735815E1,-0E0,1.676816E2,-0E0,7.519531E-1,-0E0,4.768168E0,-0E0,-0E0,3.453125E1,9.9853516E-1,-0E0,3.9956206E-1,-0E0,5.52203E0,-0E0,-0E0,4.985278E0,9.9902344E-1,-0E0,9.9853516E-1,-0E0,3.5709652E-1,-0E0,7.043457E-2,-0E0,7.297516E-3,-0E0,-0E0,9.379883E-1,-0E0,7.062339E1,3.1703125E1,-0E0,-0E0,6.7993164E-2,-0E0,9.9609375E-1,-0E0,4.3310547E-1,-4.0881637E-1,-0E0,6.50625E1,-0E0,8.227539E-1,-0E0,5.0130767E-1,-0E0],"split_indices":[5,6,14,6,14,3,8,14,5,0,0,16,0,0,2,1,15,6,13,0,0,16,0,0,11,12,7,17,16,12,13,18,16,0,11,0,6,0,1,15,1,9,0,0,0,19,16,0,12,9,9,9,9,0,0,0,0,14,0,0,12,13,0,18,0,0,0,2,11,5,13,10,8,1,0,18,0,19,19,8,17,18,0,15,0,3,0,0,9,9,0,11,0,11,0,13,0,3,0,4,0,0,14,0,18,0,6,10,4,19,15,16,8,13,0,3,0,5,0,3,0,6,0,11,0,0,16,0,13,0,0,8,0,2,0,0,0,0,0,0,8,0,5,0,5,5,0,0,3,8,13,16,0,0,12,0,17,2,0,0,0,10,0,0,0,13,0,0,6,7,0,0,0,15,0,0,0,18,0,6,10,7,6,10,0,1,0,14,0,16,9,13,0,4,0,2,0,0,0,0,0,0,0,0,12,7,0,0,13,18,0,0,3,14,0,15,0,10,0,4,0,10,3,0,18,0,0,5,0,16,9,0,7,0,3,0,5,0,3,0,12,0,9,0,3,0,17,0,13,0,16,17,0,11,0,13,11,0,3,19,0,10,0,6,17,19,18,0,17,10,0,4,0,0,17,0,1,0,0,0,6,0,6,0,17,0,17,0,16,0,12,5,0,19,0,8,0,1,0,0,13,5,0,3,18,0,16,0,3,0,4,0,14,0,0,0,0,2,0,0,0,0,17,7,0,0,11,6,0,0,0,10,0,4,0,18,0,0,7,9,0,0,2,0,17,14,0,12,0,0,13,0,17,2,0,0,18,14,0,0,0,0,14,16,0,9,0,0,0,3,0,0,3,0,16,0,0,0,3,7,0,7,0,0,2,0,10,0,0,0,14,0,9,0,0,0,12,0,0,0,0,0,0,11,0,0,5,10,0,9,0,0,0,0,4,13,0,0,11,0,17,0,16,0,3,0,2,0,8,6,0,0,11,15,0,7,0,5,0,0,0,9,0,7,0,0,0,6,0,14,0,0,0,0,0,0,11,1,0,0,0,0,12,17,0,16,0,0,0,6,0,15,0,0,0,0,2,0,0,11,0,7,0,7,0,19,0,3,0,0,11,14,0,0,0,1,0,0,1,18,0,14,0,0,0,12,0,17,0,0,16,0,5,11,0,0,13,0,14,0,18,0,0,8,0,19,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[3.043478E2,2.7611823E2,2.8229603E1,2.6920947E2,6.9087496E0,2.1142271E1,7.0873303E0,4.0820892E1,2.2838858E2,2.504749E0,4.4040003E0,1.663235E1,4.5099206E0,2.9531007E0,4.1342297E0,1.8177513E1,2.264338E1,2.6355402E1,2.0203317E2,4.22392E0,1.8008073E-1,1.223239E1,4.3999605E0,6.4650065E-1,3.487729E0,1.0809776E1,7.3677373E0,1.8903446E0,2.0753035E1,1.35038805E1,1.2851522E1,1.9914061E2,2.89256E0,3.747377E-1,3.8491821E0,7.78206E-1,1.1454185E1,2.2141273E-1,3.2663162E0,6.2203593E0,4.589417E0,6.655906E0,7.1183115E-1,1.4521683E0,4.3817624E-1,1.2424733E1,8.328301E0,1.2715936E0,1.2232286E1,6.7546535E0,6.096869E0,1.1294906E2,8.619155E1,1.0066694E0,1.8858905E0,9.180169E-1,2.931165E0,1.0948694E1,5.0549054E-1,1.9694886E-1,3.0693674E0,2.6765802E0,3.5437791E0,3.2186105E0,1.3708065E0,7.706797E-1,5.8852267E0,5.5002484E0,6.9244847E0,4.4254026E0,3.9028993E0,6.7557464E0,5.4765406E0,3.2533042E0,3.5013492E0,5.4428654E0,6.5400326E-1,3.586709E1,7.708197E1,7.9046425E1,7.145132E0,1.0325402E1,6.2329173E-1,2.858939E0,2.1042848E-1,2.1550715E0,5.215085E-1,2.2527751E-1,2.9933329E0,5.621634E0,2.6359266E-1,4.44196E0,1.0582885E0,6.5958147E0,3.2867038E-1,3.947374E0,4.7802868E-1,2.6084118E0,1.2944874E0,5.970078E0,7.856685E-1,2.8584917E0,2.618049E0,1.9813547E-1,3.0551686E0,6.0728484E-1,4.835581E0,1.41946125E1,2.1672474E1,6.227864E1,1.4803331E1,6.640102E1,1.2645404E1,5.8051605E0,1.3399717E0,1.0133303E1,1.9209938E-1,2.6952834E0,1.6365547E-1,1.9745722E0,1.8049939E-1,2.7099202E0,2.8341287E-1,5.410327E0,2.1130694E-1,5.002268E-1,3.9417331E0,4.9685827E-1,6.098956E0,3.7347054E0,2.1266857E-1,1.6917146E0,9.1669714E-1,5.6667695E0,3.0330864E-1,1.4382719E0,1.179777E0,2.8311288E0,2.2403993E-1,5.3373474E-1,4.301846E0,4.3804326E0,9.814179E0,4.344726E0,1.7327747E1,9.41513E0,5.286351E1,1.056886E1,4.234471E0,5.3008232E1,1.3392788E1,1.0050595E1,2.5948083E0,1.2715666E0,4.533594E0,3.2580176E-1,9.807502E0,2.5327675E0,1.6251598E-1,2.1126162E-1,1.7633106E0,2.2145245E0,4.9539563E-1,2.4838817E-1,5.1619387E0,3.6895409E0,2.521922E-1,1.0487344E0,5.050222E0,3.4801362E0,2.5456926E-1,1.4676777E0,2.2403695E-1,4.8874426E0,7.7932686E-1,2.0970765E-1,4.0921383E0,7.3103433E0,2.5038364E0,6.786109E0,1.0541639E1,5.4559145E0,3.9592152E0,4.445007E1,8.413442E0,6.5949554E0,3.973905E0,2.3103633E0,1.9241077E0,1.2207964E1,4.0800266E1,8.257816E0,5.1349716E0,9.007059E0,1.0435365E0,4.0527506E0,4.8084354E-1,9.5561495E0,2.5135177E-1,2.3651924E0,1.6757512E-1,1.6456111E-1,2.0499632E0,4.786669E-1,3.210874E0,4.828563E0,2.2165874E-1,2.6744324E-1,3.212693E0,4.547249E0,3.4019378E-1,8.3728236E-1,6.473061E0,4.5327373E0,2.2533717E0,6.8993883E0,3.6422508E0,2.698241E0,2.7576733E0,3.1307554E0,8.2845956E-1,1.8095282E1,2.6354786E1,5.9200954E-1,6.002946E0,2.8876483E-1,2.0215983E0,9.412519E0,2.795445E0,1.7651638E1,2.314863E1,1.4899902E0,6.7678256E0,3.450991E0,5.556068E0,1.8043597E-1,3.8723145E0,4.280714E-1,2.7828026E0,4.304105E-1,4.398153E0,1.6809914E-1,3.0445938E0,2.0287411E-1,4.3443747E0,9.4796556E-1,5.5250955E0,1.0022331E0,3.530504E0,1.5442044E0,5.355184E0,2.4722772E0,2.259638E-1,2.6925685E0,4.3818697E-1,1.1167553E1,6.927729E0,2.7273412E0,2.3627445E1,5.4155464E0,5.873993E-1,5.662985E0,3.7495341E0,5.7611322E0,1.1890505E1,1.949288E1,3.655751E0,1.6792744E0,5.0885515E0,5.253886E0,3.021818E-1,3.651487E0,2.2082736E-1,1.809904E-1,2.6018121E0,2.778281E-1,4.1203246E0,2.7406735E0,3.0392027E-1,2.8759682E-1,4.056778E0,2.390535E-1,5.286042E0,3.2146308E-1,3.2090409E0,7.767706E-1,4.5784135E0,1.6666435E-1,2.3056128E0,1.9979282E-1,2.4927757E0,9.961185E0,1.2063673E0,6.068217E0,8.5951227E-1,2.259048E1,1.0369643E0,5.0971622E0,3.1838405E-1,4.077881E-1,5.255197E0,4.5167227E0,1.2444096E0,4.516838E0,7.373667E0,1.7293793E0,1.77635E1,1.6583561E0,1.9973949E0,4.0132523E-1,4.6872263E0,2.7583E-1,4.978056E0,3.6368826E-1,3.287799E0,2.4360306E0,1.6578162E-1,3.9538708E0,1.6645372E-1,2.2605135E-1,2.5146222E0,5.0557965E-1,3.5511982E0,5.1112013E0,1.7484087E-1,3.1975552E-1,2.8892856E0,4.3592567E0,2.1915655E-1,1.7682448E-1,2.1287882E0,2.2432282E0,2.4954751E-1,9.531111E0,4.300744E-1,5.3589244E0,7.092926E-1,3.4628003E0,1.912768E1,4.7840214E0,3.1314117E-1,2.9475898E-1,4.960438E0,4.87429E-1,4.029294E0,3.1997843E0,1.3170539E0,6.5427465E0,8.309201E-1,2.8559082E0,1.4907592E1,3.0981436E-1,1.6875806E0,4.415664E0,2.7156204E-1,4.4881254E-1,4.5292435E0,3.5529587E0,4.0091217E-1,2.2939572E-1,3.3218024E0,1.7370532E-1,4.9374957E0,2.6612496E0,2.2803578E-1,4.1944156E0,1.648415E-1,2.79374E-1,1.9638542E0,8.791427E0,7.396844E-1,1.4884783E0,3.870446E0,1.4926518E0,1.7635029E1,2.3411958E-1,4.5499015E0,2.1330653E-1,4.7471313E0,3.4157608E0,6.13533E-1,2.7168615E0,4.829227E-1,6.8434924E-1,5.8583975E0,1.0671947E0,1.3840397E1,1.9494091E-1,1.4926397E0,2.3497899E-1,4.180685E0,2.49463E-1,4.2797804E0,1.7979395E-1,3.3731647E0,2.976807E-1,4.6398153E0,2.0830864E-1,2.452941E0,3.7662492E0,4.281662E-1,4.241196E-1,8.367307E0,3.7019608E0,1.6848518E-1,6.886606E-1,1.6946367E1,4.4087105E0,3.3842093E-1,3.2436771E0,1.720837E-1,2.0832305E0,6.33631E-1,3.9565456E-1,5.462743E0,1.3203584E1,6.3681364E-1,2.518228E-1,3.9288623E0,1.761572E-1,4.1036234E0,6.733921E-1,3.966423E0,1.8617617E0,6.505545E0,4.2422944E-1,3.2777314E0,1.7513752E-1,1.677123E1,4.245793E0,1.6291769E-1,4.2076087E-1,2.8229163E0,5.0652075E0,3.9753544E-1,1.1923639E1,1.2799441E0,3.7615273E0,1.6733496E-1,5.1793414E-1,3.5856893E0,3.7496586E0,2.1676446E-1,6.2079306E0,2.9761472E-1,3.0880034E0,1.8972793E-1,1.5103157E1,1.668074E0,3.9330587E0,3.1273398E-1,1.6872837E-1,2.654188E0,2.3677307E-1,4.8284345E0,9.1421765E-1,1.1009422E1,3.5134125E0,2.4811494E-1,3.5511694E0,1.9848907E-1,2.770993E-1,5.9308314E0,2.867806E0,2.2019747E-1,1.4849111E1,2.5404578E-1,1.7222837E-1,3.7608304E0,4.411997E0,4.1643772E-1,1.0014478E1,9.949439E-1,3.2865864E-1,3.1847537E0,8.6936635E-1,5.061465E0,1.6500469E-1,2.7028012E0,1.4677086E1,1.7202473E-1,4.199876E0,2.1212101E-1,9.532057E0,4.824213E-1,4.678439E0,3.8302585E-1,1.4469816E1,2.0727015E-1,2.039993E-1,3.9958763E0,9.307865E0,2.2419177E-1,4.472833E0,2.0560613E-1,1.376225E1,7.07566E-1,1.6667478E-1,3.8292015E0,8.649346E0,6.58518E-1,1.3490137E1,2.7211297E-1,3.6545074E0,1.7469425E-1,8.48172E0,1.6762684E-1,1.2962615E1,5.275223E-1,2.7926677E-1,8.202454E0,4.0806532E-1,1.2554549E1,8.01892E0,1.8353288E-1,2.5584045E-1,1.2298709E1,1.8224551E-1,7.8366747E0,3.6357415E-1,1.1935135E1,7.3861275E0,4.5054752E-1,1.1664799E1,2.7033612E-1,1.1276514E1,3.8828427E-1,1.1104123E1,1.7239155E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"529","size_leaf_vector":"0"}},{"base_weights":[-1.8044036E-2,1.2549894E-3,-1.3433878E-1,2.044653E-2,-9.9463254E-2,-4.5785353E-2,-3.1248456E-1,-0E0,6.2178653E-2,-1.6576937E-1,-0E0,-0E0,-1.6520439E-1,-0E0,-4.1144183E-1,2.4414599E-2,-7.118447E-2,1.0404921E-1,-0E0,-2.5297335E-1,-0E0,-1.9715024E-2,9.833956E-2,4.9144585E-2,-1.4010333E-1,-0E0,-2.0531872E-1,-4.4515184E-1,-0E0,5.5639803E-2,-6.1585523E-2,-2.2570771E-1,-0E0,-0E0,1.3358174E-1,4.1367626E-3,-1.0745432E-1,-0E0,-2.9586333E-1,-0E0,-6.638151E-2,-6.301662E-2,-0E0,1.7469312E-1,-0E0,-0E0,1.277808E-1,-1.9447966E-1,-0E0,-2.5348464E-1,-0E0,-0E0,-4.836256E-1,-0E0,7.407705E-2,-0E0,-1.3556619E-1,-3.050619E-1,-0E0,1.0979037E-2,-6.8344936E-2,-0E0,-4.7124337E-2,1.6986327E-1,-0E0,6.4062774E-2,-0E0,-0E0,-1.77749E-1,-3.4435263E-1,-0E0,-0E0,7.9650156E-2,-0E0,-2.0667848E-1,-0E0,-1.3379543E-1,-0E0,2.522622E-1,-0E0,-3.0447569E-2,-0E0,1.7713034E-1,-2.1960361E-1,-0E0,-3.0702478E-1,-0E0,-5.3652906E-1,-0E0,-0E0,-2.2668766E-2,1.5216564E-1,1.3665809E-2,2.6921418E-2,-0E0,-0E0,-1.9392045E-1,-3.6136502E-1,-0E0,-0E0,4.7288366E-2,-0E0,-1.7838603E-1,-1.5744856E-1,-0E0,-0E0,2.0090494E-1,-0E0,1.5350679E-1,-0E0,-2.3573974E-1,-0E0,-3.885038E-1,-0E0,1.7158103E-1,-2.1863401E-1,-0E0,-1.9180131E-1,-0E0,-0E0,3.1955984E-1,-1.00143455E-1,-0E0,-0E0,2.3909213E-1,-1.8596828E-1,-0E0,-0E0,-4.0924382E-1,-0E0,-5.4573566E-1,-0E0,-5.6704145E-2,2.0490569E-1,-0E0,-6.6928794E-3,7.8326225E-2,-0E0,8.4878765E-2,-0E0,-2.6088238E-1,-0E0,-3.8351524E-1,-0E0,8.7339856E-2,-2.629589E-1,-0E0,-0E0,-2.3412319E-1,-0E0,2.1997468E-1,-0E0,2.0909074E-1,-2.783781E-1,-0E0,-0E0,-4.10526E-1,-0E0,2.4428336E-1,-0E0,-2.0561717E-1,-0E0,3.5743955E-1,-1.3651712E-1,-0E0,2.690621E-1,-0E0,-0E0,-4.355232E-1,-0E0,-5.641549E-1,-9.7867884E-2,-0E0,-0E0,2.4264291E-1,-7.612277E-2,-0E0,2.025049E-1,-0E0,-0E0,1.3061899E-1,-3.0332708E-1,-0E0,-3.9835125E-1,-0E0,1.2399665E-1,-0E0,-3.1183073E-1,-0E0,-2.7448145E-1,-0E0,-0E0,2.3359928E-1,-0E0,2.6383558E-1,-3.1370804E-1,-0E0,-0E0,-4.37368E-1,-0E0,2.882219E-1,-1.6943134E-1,-0E0,-0E0,3.8805193E-1,-1.7147608E-1,-0E0,-0E0,3.029492E-1,-4.5560372E-1,-0E0,-4.50771E-1,-0E0,-0E0,-1.1240926E-1,2.610683E-1,-0E0,-0E0,-1.23271674E-1,-0E0,7.718976E-2,2.6801777E-1,-0E0,3.5765484E-2,-2.458692E-2,-0E0,1.7256694E-1,-0E0,-3.2326713E-1,-0E0,-4.2595118E-1,-0E0,1.5174365E-1,-3.4043768E-1,-0E0,-0E0,-2.2690886E-1,2.5898087E-1,-0E0,-0E0,3.1149164E-1,-0E0,-3.386532E-1,-0E0,-3.5227594E-1,3.1652412E-1,-0E0,-0E0,3.1814957E-1,-0E0,-2.0161179E-1,3.265682E-1,-0E0,-0E0,-4.7817633E-1,-0E0,-1.3136671E-1,-0E0,2.7830136E-1,-1.6695859E-1,-0E0,-2.901712E-2,-0E0,1.2691054E-1,-0E0,3.0740416E-1,-0E0,-0E0,1.2224663E-1,-0E0,-9.4326384E-2,1.9598328E-1,-0E0,-0E0,-3.4531897E-1,-0E0,-4.3689466E-1,-0E0,1.9823326E-1,-0E0,-2.7964276E-1,-0E0,2.8334925E-1,3.4958756E-1,-0E0,-3.6111164E-1,-0E0,-0E0,3.3550414E-1,-0E0,-1.6641602E-1,-0E0,3.409165E-1,-3.847003E-1,-0E0,-1.4914851E-1,-0E0,-0E0,3.0268756E-1,-2.1871461E-1,-0E0,-9.562598E-2,-0E0,-0E0,1.7681494E-1,-0E0,3.325203E-1,-0E0,1.6490561E-1,-0E0,-1.3988294E-1,-0E0,2.1829385E-1,-0E0,-3.6776102E-1,-4.4638956E-1,-0E0,2.5504762E-1,-0E0,-0E0,2.893384E-1,-0E0,2.8671643E-1,-0E0,-3.984109E-1,2.7494007E-1,-0E0,3.5635105E-1,-0E0,-0E0,-1.8434954E-1,-0E0,3.337702E-1,-2.8639057E-1,-0E0,-1.4103921E-1,-0E0,2.2433603E-1,-0E0,3.5393628E-1,-0E0,-0E0,2.1706137E-1,-1.7990483E-1,-0E0,1.8025029E-1,-0E0,-0E0,-3.9065167E-1,-0E0,-3.5472527E-1,3.4979936E-1,-0E0,-0E0,2.9482642E-1,-3.209021E-1,-0E0,-0E0,3.7897205E-1,-0E0,-2.1190299E-1,-0E0,3.6367115E-1,-3.60794E-1,-0E0,-0E0,-1.8509105E-1,2.1416765E-1,-0E0,-0E0,3.798831E-1,2.5847128E-1,-0E0,-1.9823265E-1,-0E0,-0E0,-4.0141279E-1,-0E0,3.7447664E-1,3.0515796E-1,-0E0,4.1556537E-1,-0E0,-2.425753E-1,-0E0,4.0559793E-1,-0E0,-3.9645243E-1,-0E0,-0E0,-2.178373E-1,4.0304857E-1,-0E0,2.9236206E-1,-0E0,-0E0,-2.3355216E-1,-0E0,-4.1004443E-1,3.9880133E-1,-0E0,3.2188532E-1,-0E0,4.3779707E-1,-0E0,-0E0,-2.6782522E-1,-0E0,4.242802E-1,-0E0,-4.248375E-1,-0E0,-1.9538055E-1,-0E0,4.156143E-1,3.2619616E-1,-0E0,-0E0,-1.9007279E-1,-0E0,-4.3274787E-1,-0E0,4.187618E-1,-0E0,3.278587E-1,4.4865823E-1,-0E0,-2.2115895E-1,-0E0,4.42438E-1,-0E0,-3.598273E-1,-0E0,4.3500382E-1,-0E0,2.881733E-1,-0E0,-0E0,-4.4940218E-1,-0E0,4.3148145E-1,3.3321267E-1,-0E0,3.5755205E-1,-0E0,-0E0,4.5724186E-1,4.6810156E-1,-0E0,-3.607747E-1,-0E0,-0E0,4.4521618E-1,3.4598675E-1,-0E0,3.7231526E-1,-0E0,4.8795313E-1,-0E0,-0E0,3.5939512E-1,-0E0,2.7335855E-1,-0E0,3.9152896E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":15,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,-1,27,29,31,33,35,37,39,41,43,45,47,-1,49,51,-1,53,55,57,59,61,63,65,67,-1,69,71,73,75,-1,77,-1,79,81,83,-1,85,-1,-1,87,89,91,93,95,97,-1,99,101,-1,103,105,-1,107,-1,-1,109,111,-1,-1,113,-1,115,-1,117,-1,119,-1,121,-1,123,125,-1,127,-1,129,-1,-1,131,133,135,137,-1,-1,139,141,-1,-1,143,-1,145,147,-1,-1,149,-1,151,-1,153,-1,155,-1,157,-1,-1,159,-1,-1,161,163,-1,-1,165,-1,-1,-1,167,-1,169,-1,171,173,-1,175,177,-1,179,-1,181,-1,183,-1,185,187,-1,-1,189,-1,191,-1,193,195,-1,-1,197,-1,199,-1,201,-1,203,205,-1,207,-1,-1,209,-1,211,213,-1,-1,215,217,219,221,223,-1,225,227,-1,229,-1,231,-1,233,-1,235,-1,-1,237,-1,239,241,-1,-1,243,-1,245,-1,-1,-1,247,249,-1,-1,251,253,-1,-1,-1,-1,255,257,-1,-1,259,261,263,265,-1,267,269,-1,271,-1,273,-1,275,-1,277,279,-1,-1,-1,281,-1,-1,283,-1,285,-1,-1,287,-1,-1,-1,-1,289,291,-1,-1,293,-1,295,-1,297,299,-1,301,-1,303,-1,305,-1,-1,307,-1,309,311,-1,-1,313,-1,315,-1,317,-1,-1,-1,319,321,-1,323,-1,-1,325,-1,-1,-1,327,-1,-1,329,-1,-1,331,333,-1,335,-1,-1,337,-1,339,-1,341,-1,343,-1,345,-1,347,349,-1,351,-1,-1,353,-1,-1,-1,355,-1,-1,357,-1,-1,359,-1,361,363,-1,365,-1,367,-1,369,-1,-1,371,373,-1,-1,-1,-1,375,-1,-1,377,-1,-1,379,-1,-1,-1,381,-1,383,-1,385,387,-1,-1,389,-1,-1,-1,391,393,-1,395,-1,-1,397,-1,399,401,-1,403,-1,405,-1,407,-1,409,-1,-1,411,413,-1,415,-1,-1,417,-1,419,421,-1,423,-1,425,-1,-1,427,-1,429,-1,431,-1,-1,-1,433,435,-1,-1,-1,-1,437,-1,439,-1,441,443,-1,-1,-1,445,-1,-1,-1,447,-1,-1,-1,-1,449,-1,451,453,-1,-1,-1,-1,455,457,-1,-1,-1,-1,459,461,-1,-1,-1,463,-1,-1,-1,-1,-1,-1,-1],"loss_changes":[7.7074707E-1,3.7965456E-1,3.888377E-1,2.0929521E-1,2.4874672E-1,2.807664E-1,4.28568E-1,2.536476E-1,2.9244635E-1,1.9540536E-1,4.6431873E-2,1.2122731E-1,1.461645E-1,0E0,1.928314E-1,2.4527448E-1,3.931296E-1,2.523263E-1,1.02727E-1,2.2949839E-1,1.3711377E-2,1.9214373E-2,8.5762076E-2,1.7177379E-1,5.946657E-2,0E0,1.6695017E-1,1.4266801E-1,0E0,1.2678337E-1,1.7089488E-1,2.8148806E-1,3.0866772E-2,1.3043149E-2,2.9661685E-1,4.157041E-2,1.0484666E-1,0E0,1.6844553E-1,2.6134163E-2,9.7187266E-2,4.821538E-2,0E0,1.1759193E-1,0E0,5.036063E-3,1.6899785E-1,2.1507502E-2,0E0,1.995303E-1,0E0,0E0,1.2859249E-1,5.165857E-3,1.4693612E-1,2.7867362E-3,1.107602E-1,6.267327E-2,0E0,4.183331E-2,9.325515E-2,0E0,9.279212E-2,3.1093657E-1,0E0,9.9774525E-2,0E0,0E0,1.3882656E-1,2.3310292E-1,0E0,0E0,8.5804395E-2,0E0,6.461467E-2,0E0,3.010618E-2,0E0,1.0968211E-1,0E0,3.711425E-2,0E0,1.6825694E-1,1.7951027E-2,0E0,3.355307E-1,0E0,1.3040781E-2,0E0,0E0,2.432601E-2,2.4194396E-1,1.3149574E-1,2.193595E-2,0E0,0E0,2.0247468E-1,6.331706E-2,0E0,0E0,9.6197814E-2,0E0,1.2406467E-1,9.326537E-2,0E0,0E0,2.5188947E-1,0E0,8.783959E-2,0E0,1.1106253E-1,0E0,8.010411E-2,0E0,9.449146E-2,0E0,0E0,5.2119493E-3,0E0,0E0,6.1264932E-2,3.202199E-2,0E0,0E0,1.304183E-1,0E0,0E0,0E0,1.2043333E-1,0E0,1.965022E-2,0E0,4.480893E-2,1.4257789E-1,0E0,7.081025E-2,1.8245122E-1,0E0,2.7751809E-2,0E0,1.16636515E-1,0E0,5.259615E-2,0E0,1.1570144E-1,7.3623925E-2,0E0,0E0,5.868247E-2,0E0,1.7446601E-1,0E0,6.722537E-2,8.846623E-2,0E0,0E0,4.4145584E-2,0E0,6.445873E-2,0E0,4.4463947E-3,0E0,3.080374E-2,3.7986636E-2,0E0,1.2612128E-1,0E0,0E0,8.095467E-2,0E0,3.0614614E-2,1.967407E-2,0E0,0E0,1.10729516E-1,1.02467455E-1,2.8701538E-2,1.8415424E-1,1.5985344E-2,0E0,3.282517E-2,6.8062246E-2,0E0,2.908349E-2,0E0,1.0076046E-1,0E0,3.6754638E-2,0E0,1.6460568E-2,0E0,0E0,1.1337924E-1,0E0,7.5508416E-2,5.73951E-2,0E0,0E0,5.6414127E-2,0E0,3.806451E-2,0E0,0E0,0E0,7.1869195E-3,2.8097406E-2,0E0,0E0,8.619511E-2,7.939637E-2,0E0,0E0,0E0,0E0,2.2395574E-2,9.240562E-2,0E0,0E0,7.681069E-2,4.3704025E-3,4.4286437E-2,1.22012615E-1,0E0,8.908636E-2,4.4137083E-2,0E0,1.2139052E-2,0E0,7.271564E-2,0E0,2.5017023E-2,0E0,1.2152326E-1,1.6941965E-2,0E0,0E0,0E0,8.275437E-2,0E0,0E0,6.1523885E-2,0E0,4.9564898E-2,0E0,0E0,8.442104E-3,0E0,0E0,0E0,0E0,4.625097E-3,6.1971426E-2,0E0,0E0,4.176414E-2,0E0,2.0959243E-2,0E0,9.1359615E-2,1.1534977E-1,0E0,3.1824518E-2,0E0,4.726117E-2,0E0,8.493996E-2,0E0,0E0,7.3898695E-2,0E0,4.6357233E-2,9.302318E-3,0E0,0E0,6.1701715E-2,0E0,3.2702684E-3,0E0,1.576213E-1,0E0,0E0,0E0,6.429863E-2,6.9479644E-3,0E0,5.219966E-2,0E0,0E0,1.187101E-2,0E0,0E0,0E0,6.3161016E-2,0E0,0E0,2.7298525E-2,0E0,0E0,9.006202E-2,1.325331E-1,0E0,3.781733E-2,0E0,0E0,5.6431197E-2,0E0,6.946516E-2,0E0,9.2539504E-2,0E0,4.4647798E-2,0E0,3.6891252E-3,0E0,4.636562E-2,2.963543E-3,0E0,2.692694E-1,0E0,0E0,3.466034E-2,0E0,0E0,0E0,1.203692E-2,0E0,0E0,7.93556E-2,0E0,0E0,4.1700557E-2,0E0,1.0519755E-1,1.16802216E-1,0E0,3.6610544E-2,0E0,3.572306E-2,0E0,6.902826E-2,0E0,0E0,8.4765494E-2,2.3287043E-2,0E0,0E0,0E0,0E0,1.4600515E-2,0E0,0E0,9.19022E-2,0E0,0E0,9.341359E-2,0E0,0E0,0E0,1.0557568E-1,0E0,4.351601E-2,0E0,7.7580094E-2,8.63657E-2,0E0,0E0,3.4714088E-2,0E0,0E0,0E0,7.280457E-2,6.8689704E-2,0E0,2.7189523E-2,0E0,0E0,5.556345E-3,0E0,8.8280976E-2,4.9488783E-2,0E0,1.8573761E-2,0E0,1.5881494E-2,0E0,8.385694E-2,0E0,6.682861E-2,0E0,0E0,3.1511992E-2,9.849787E-3,0E0,7.251263E-2,0E0,0E0,3.6657304E-3,0E0,2.4000406E-3,8.03417E-2,0E0,5.6380272E-2,0E0,1.6828895E-2,0E0,0E0,1.7391741E-2,0E0,7.910383E-2,0E0,5.107087E-2,0E0,0E0,0E0,3.72352E-2,3.9817125E-2,0E0,0E0,0E0,0E0,1.7684639E-2,0E0,3.8758755E-2,0E0,5.681944E-2,1.2182474E-2,0E0,0E0,0E0,5.0649762E-2,0E0,0E0,0E0,1.2804329E-2,0E0,0E0,0E0,0E0,6.850481E-3,0E0,1.0621071E-2,5.1133156E-2,0E0,0E0,0E0,0E0,4.271543E-2,1.0405123E-2,0E0,0E0,0E0,0E0,4.541254E-2,4.0133953E-2,0E0,0E0,0E0,2.6032329E-3,0E0,0E0,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,26,26,27,27,29,29,30,30,31,31,32,32,33,33,34,34,35,35,36,36,38,38,39,39,40,40,41,41,43,43,45,45,46,46,47,47,49,49,52,52,53,53,54,54,55,55,56,56,57,57,59,59,60,60,62,62,63,63,65,65,68,68,69,69,72,72,74,74,76,76,78,78,80,80,82,82,83,83,85,85,87,87,90,90,91,91,92,92,93,93,96,96,97,97,100,100,102,102,103,103,106,106,108,108,110,110,112,112,114,114,117,117,120,120,121,121,124,124,128,128,130,130,132,132,133,133,135,135,136,136,138,138,140,140,142,142,144,144,145,145,148,148,150,150,152,152,153,153,156,156,158,158,160,160,162,162,163,163,165,165,168,168,170,170,171,171,174,174,175,175,176,176,177,177,178,178,180,180,181,181,183,183,185,185,187,187,189,189,192,192,194,194,195,195,198,198,200,200,204,204,205,205,208,208,209,209,214,214,215,215,218,218,219,219,220,220,221,221,223,223,224,224,226,226,228,228,230,230,232,232,233,233,237,237,240,240,242,242,245,245,250,250,251,251,254,254,256,256,258,258,259,259,261,261,263,263,265,265,268,268,270,270,271,271,274,274,276,276,278,278,282,282,283,283,285,285,288,288,292,292,295,295,298,298,299,299,301,301,304,304,306,306,308,308,310,310,312,312,314,314,315,315,317,317,320,320,324,324,327,327,330,330,332,332,333,333,335,335,337,337,339,339,342,342,343,343,348,348,351,351,354,354,358,358,360,360,362,362,363,363,366,366,370,370,371,371,373,373,376,376,378,378,379,379,381,381,383,383,385,385,387,387,390,390,391,391,393,393,396,396,398,398,399,399,401,401,403,403,406,406,408,408,410,410,414,414,415,415,420,420,422,422,424,424,425,425,429,429,433,433,438,438,440,440,441,441,446,446,447,447,452,452,453,453,457,457],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,-1,28,30,32,34,36,38,40,42,44,46,48,-1,50,52,-1,54,56,58,60,62,64,66,68,-1,70,72,74,76,-1,78,-1,80,82,84,-1,86,-1,-1,88,90,92,94,96,98,-1,100,102,-1,104,106,-1,108,-1,-1,110,112,-1,-1,114,-1,116,-1,118,-1,120,-1,122,-1,124,126,-1,128,-1,130,-1,-1,132,134,136,138,-1,-1,140,142,-1,-1,144,-1,146,148,-1,-1,150,-1,152,-1,154,-1,156,-1,158,-1,-1,160,-1,-1,162,164,-1,-1,166,-1,-1,-1,168,-1,170,-1,172,174,-1,176,178,-1,180,-1,182,-1,184,-1,186,188,-1,-1,190,-1,192,-1,194,196,-1,-1,198,-1,200,-1,202,-1,204,206,-1,208,-1,-1,210,-1,212,214,-1,-1,216,218,220,222,224,-1,226,228,-1,230,-1,232,-1,234,-1,236,-1,-1,238,-1,240,242,-1,-1,244,-1,246,-1,-1,-1,248,250,-1,-1,252,254,-1,-1,-1,-1,256,258,-1,-1,260,262,264,266,-1,268,270,-1,272,-1,274,-1,276,-1,278,280,-1,-1,-1,282,-1,-1,284,-1,286,-1,-1,288,-1,-1,-1,-1,290,292,-1,-1,294,-1,296,-1,298,300,-1,302,-1,304,-1,306,-1,-1,308,-1,310,312,-1,-1,314,-1,316,-1,318,-1,-1,-1,320,322,-1,324,-1,-1,326,-1,-1,-1,328,-1,-1,330,-1,-1,332,334,-1,336,-1,-1,338,-1,340,-1,342,-1,344,-1,346,-1,348,350,-1,352,-1,-1,354,-1,-1,-1,356,-1,-1,358,-1,-1,360,-1,362,364,-1,366,-1,368,-1,370,-1,-1,372,374,-1,-1,-1,-1,376,-1,-1,378,-1,-1,380,-1,-1,-1,382,-1,384,-1,386,388,-1,-1,390,-1,-1,-1,392,394,-1,396,-1,-1,398,-1,400,402,-1,404,-1,406,-1,408,-1,410,-1,-1,412,414,-1,416,-1,-1,418,-1,420,422,-1,424,-1,426,-1,-1,428,-1,430,-1,432,-1,-1,-1,434,436,-1,-1,-1,-1,438,-1,440,-1,442,444,-1,-1,-1,446,-1,-1,-1,448,-1,-1,-1,-1,450,-1,452,454,-1,-1,-1,-1,456,458,-1,-1,-1,-1,460,462,-1,-1,-1,464,-1,-1,-1,-1,-1,-1,-1],"split_conditions":[7.4072266E-1,8.691406E-1,9.67152E1,1.228522E2,2.142334E-1,7.5375E1,8.0078125E-2,1.8414453E2,3.0371094E-1,9.189453E-1,7.026367E-1,5.126953E-1,4.4128418E-2,-0E0,4.1314697E2,9.049691E1,8.3969696E1,3.928125E1,1.1281481E2,7.171631E-3,2.3280509E0,2.1428784E2,2.0325471E2,1.5338084E2,1.49125E2,-0E0,9.9365234E-1,5.178125E1,-0E0,3.1609375E1,1.9025749E0,8.875E1,8.4716797E-1,7.2558594E-1,9.9609375E-1,9.121094E-1,7.75E1,-0E0,9.970703E-1,5.215625E1,9.3847656E-1,5.65625E1,-0E0,1.1762614E0,-0E0,1.1886835E0,4.440625E1,9.9853516E-1,-0E0,9.8339844E-1,-0E0,-0E0,9.8046875E-1,3.33125E1,8.745117E-1,5.058594E-1,8.881534E1,9.433594E-1,-0E0,6.1376953E-1,3.996875E1,-0E0,7.8E1,6.621113E-1,-0E0,2.1875E-1,-0E0,-0E0,7.247925E-3,1.20831604E2,-0E0,-0E0,6.637202E1,-0E0,9.5947266E-1,-0E0,9.8876953E-1,-0E0,1.6259766E-1,-0E0,9.8095703E-1,-0E0,4.31875E1,9.980469E-1,-0E0,1.1215786E0,-0E0,9.714213E1,-0E0,-0E0,8.166504E-2,1.0334295E2,1.6589355E-1,1.3750739E0,-0E0,-0E0,7.873535E-2,8.728027E-3,-0E0,-0E0,6.2462524E1,-0E0,1.20563835E2,3.90625E1,-0E0,-0E0,1.194458E-1,-0E0,1.4001749E2,-0E0,9.9609375E-1,-0E0,6.3201505E-1,-0E0,9.433594E-1,-2.1863401E-1,-0E0,1.1224365E-1,-0E0,-0E0,1.6674805E-1,6.19375E1,-0E0,-0E0,9.926758E-1,-1.8596828E-1,-0E0,-0E0,1.0948181E-2,-0E0,8.691406E-2,-0E0,4.3761616E0,9.9487305E-2,-0E0,4.0875E1,2.0929468E0,-0E0,5.2961235E1,-0E0,9.9875E1,-0E0,8.5058594E-1,-0E0,9.9125E1,4.3449125E0,-0E0,-0E0,9.5410156E-1,-0E0,1.20831604E2,-0E0,5.79834E-2,9.8828125E-1,-0E0,-0E0,4.20625E1,-0E0,1.0913086E-1,-0E0,5.130834E0,-0E0,6.1035156E-2,7.16875E1,-0E0,6.5732765E1,-0E0,-0E0,5.182063E0,-0E0,9.9902344E-1,1.0398865E-2,-0E0,-0E0,8.4765625E-1,1.8711206E1,9.8828125E-1,9.169922E-1,2.7231057E0,-0E0,1.7318726E-2,6.603241E-3,-0E0,6.499803E1,-0E0,2.4600454E1,-0E0,9.926758E-1,-0E0,1.294261E2,-0E0,-0E0,9.84375E-1,-0E0,4.228125E1,3.240625E1,-0E0,-0E0,2.176322E1,-0E0,9.980469E-1,-1.6943134E-1,-0E0,-0E0,7.73441E1,3.353125E1,-0E0,-0E0,9.970703E-1,3.5703735E1,-0E0,-4.50771E-1,-0E0,-0E0,3.35E1,3.137207E-2,-0E0,-0E0,7.01875E1,7.4375E1,9.9902344E-1,3.9800863E0,-0E0,2.7415283E0,9.433594E-1,-0E0,9.9560547E-1,-0E0,1.0948181E-2,-0E0,4.3218468E1,-0E0,8.276367E-2,3.48125E1,-0E0,-0E0,-2.2690886E-1,1.7578125E-2,-0E0,-0E0,9.951172E-1,-0E0,5.182063E0,-0E0,-3.5227594E-1,1.1886835E0,-0E0,-0E0,3.1814957E-1,-0E0,1.335907E-2,1.6204365E1,-0E0,-0E0,5.281598E0,-0E0,1.7622983E2,-0E0,5.7852657E1,8.1640625E-1,-0E0,2.6611328E-1,-0E0,5.6640625E-1,-0E0,6.63853E-1,-0E0,-0E0,4.2405365E1,-0E0,2.3895264E-2,7.5805664E-2,-0E0,-0E0,4.4E1,-0E0,8.3875E1,-0E0,9.08125E1,-0E0,-2.7964276E-1,-0E0,3.903125E1,7.293564E-1,-0E0,7.349756E1,-0E0,-0E0,9.238281E-1,-0E0,-1.6641602E-1,-0E0,9.8535156E-1,-3.847003E-1,-0E0,1.3625092E2,-0E0,-0E0,3.230944E1,3.2398515E0,-0E0,1.7741978E2,-0E0,-0E0,9.711914E-1,-0E0,9.9902344E-1,-0E0,3.0731201E-2,-0E0,4.506837E0,-0E0,6.8066406E-1,-0E0,1.4136758E2,1.8514624E2,-0E0,9.451327E1,-0E0,-0E0,5.18241E-1,-0E0,2.8671643E-1,-0E0,9.8828125E-1,2.7494007E-1,-0E0,1.18637085E-2,-0E0,-0E0,6.2683105E-2,-0E0,2.2729492E-1,9.511719E-1,-0E0,1.4493565E2,-0E0,3.719372E0,-0E0,3.137207E-2,-0E0,-0E0,6.25E-1,8.9809296E1,-0E0,1.8025029E-1,-0E0,-0E0,3.21875E1,-0E0,-3.5472527E-1,7.080078E-2,-0E0,-0E0,1.975E2,-3.209021E-1,-0E0,-0E0,9.9658203E-1,-0E0,9.8339844E-1,-0E0,1.3501666E2,9.9853516E-1,-0E0,-0E0,1.7578125E-2,2.1416765E-1,-0E0,-0E0,9.975586E-1,9.7509766E-1,-0E0,2.3353157E0,-0E0,-0E0,9.1877246E-1,-0E0,9.926758E-1,1.49E2,-0E0,9.9609375E-1,-0E0,1.2752225E0,-0E0,1.3104156E0,-0E0,3.51875E1,-0E0,-0E0,1.5631152E0,3.21875E1,-0E0,8.7306404E1,-0E0,-0E0,5.905538E1,-0E0,3.230944E1,6.603241E-3,-0E0,2.229309E-2,-0E0,9.921875E-1,-0E0,-0E0,9.38125E1,-0E0,5.130834E0,-0E0,1.027314E2,-0E0,-1.9538055E-1,-0E0,5.259375E1,9.765625E-1,-0E0,-0E0,-1.9007279E-1,-0E0,1.5007019E-2,-0E0,4.0875E1,-0E0,1.6896968E2,8.13125E1,-0E0,-2.2115895E-1,-0E0,6.179077E1,-0E0,-3.598273E-1,-0E0,3.6867483E0,-0E0,2.881733E-1,-0E0,-0E0,9.975586E-1,-0E0,8.4941246E1,5.047598E0,-0E0,3.5755205E-1,-0E0,-0E0,8.803132E1,4.403125E1,-0E0,-3.607747E-1,-0E0,-0E0,1.0398865E-2,3.2059498E1,-0E0,3.7231526E-1,-0E0,9.7094333E-1,-0E0,-0E0,3.5939512E-1,-0E0,2.7335855E-1,-0E0,3.9152896E-1],"split_indices":[12,13,5,7,12,10,13,6,12,14,18,13,17,0,7,5,5,10,4,16,1,7,6,6,9,0,14,9,0,8,1,9,19,14,15,17,9,0,15,11,14,9,0,3,0,3,9,15,0,19,0,0,19,11,15,12,4,16,0,14,8,0,11,1,0,19,0,0,18,6,0,0,5,0,15,0,14,0,16,0,14,0,11,12,0,2,0,5,0,0,13,7,12,1,0,0,13,19,0,0,4,0,7,8,0,0,14,0,7,0,14,0,2,0,14,0,0,14,0,0,15,8,0,0,19,0,0,0,16,0,13,0,1,12,0,8,3,0,7,0,11,0,13,0,11,0,0,0,19,0,6,0,16,19,0,0,9,0,15,0,3,0,19,10,0,4,0,0,0,0,17,19,0,0,13,7,15,18,0,0,19,18,0,4,0,7,0,18,0,7,0,0,17,0,10,10,0,0,7,0,14,0,0,0,4,11,0,0,17,7,0,0,0,0,9,16,0,0,10,11,14,2,0,3,15,0,15,0,16,0,5,0,17,11,0,0,0,17,0,0,16,0,0,0,0,3,0,0,0,0,18,7,0,0,2,0,6,0,5,18,0,13,0,14,0,3,0,0,4,0,18,18,0,0,9,0,9,0,9,0,0,0,9,0,0,5,0,0,19,0,0,0,12,0,0,6,0,0,7,2,0,6,0,0,19,0,14,0,18,0,0,0,13,0,6,6,0,7,0,0,3,0,0,0,18,0,0,18,0,0,16,0,15,17,0,6,0,2,0,16,0,0,12,5,0,0,0,0,11,0,0,13,0,0,9,0,0,0,15,0,17,0,4,14,0,0,17,0,0,0,16,18,0,3,0,0,3,0,16,11,0,14,0,0,0,3,0,9,0,0,2,10,0,5,0,0,5,0,7,19,0,17,0,15,0,0,9,0,3,0,7,0,0,0,8,17,0,0,0,0,17,0,9,0,4,8,0,0,0,5,0,0,0,1,0,0,0,0,17,0,5,0,0,0,0,0,5,8,0,0,0,0,19,4,0,0,0,2,0,0,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.835786E2,2.3626617E2,4.731243E1,2.0712614E2,2.9140041E1,3.577242E1,1.1540012E1,1.3104018E2,7.608597E1,1.9222855E1,9.917187E0,2.3199072E1,1.2573348E1,2.5634472E0,8.976565E0,9.241337E1,3.8626804E1,5.3862545E1,2.2223425E1,1.1022358E1,8.200498E0,5.8719788E0,4.045208E0,2.0051874E1,3.1471968E0,1.1421543E0,1.1431193E1,8.568754E0,4.0781093E-1,7.645738E1,1.595599E1,1.1108717E1,2.7518087E1,7.2394514E0,4.6623093E1,1.3847826E1,8.375598E0,4.7675908E-1,1.0545599E1,5.5888753E0,2.611622E0,4.9622335E0,9.097449E-1,3.7505605E0,2.9464754E-1,6.991646E0,1.3060228E1,2.9650733E0,1.8212353E-1,9.926031E0,1.5051628E0,7.7552646E-1,7.7932277E0,1.0436537E1,6.602084E1,3.7611184E0,1.2194872E1,8.8794985E0,2.229218E0,2.1990337E1,5.52775E0,1.8660194E0,5.373432E0,3.8922737E1,7.7003546E0,9.688973E0,4.158853E0,2.3134813E0,6.0621166E0,9.074426E0,1.4711733E0,1.969462E0,3.6194131E0,5.1543677E-1,2.0961852E0,1.5571117E0,3.405122E0,3.6426416E-1,3.3862965E0,2.059319E0,4.932327E0,1.1169962E0,1.1943233E1,2.6635528E0,3.015206E-1,8.723536E0,1.2024953E0,6.685095E0,1.108133E0,8.837467E-1,9.55279E0,2.1245684E1,4.4775158E1,3.3450325E0,4.1608596E-1,3.5453513E0,8.649521E0,6.664358E0,2.2151408E0,2.5706122E0,1.9419724E1,2.2123847E0,3.3153653E0,3.7692642E0,1.6041679E0,3.5376692E0,3.5385067E1,4.180297E0,5.508677E0,3.3331344E-1,5.728803E0,5.081098E-1,8.566316E0,3.1715852E-1,3.3022547E0,1.7339004E0,3.6228487E-1,2.2186396E0,1.1864824E0,3.9044288E-1,2.9958537E0,3.7029645E0,1.2293624E0,2.6703844E0,9.272848E0,2.4996865E0,1.6386625E-1,2.0287886E0,6.694747E0,1.96595E-1,6.4884996E0,8.8060826E-1,8.672181E0,1.725463E1,3.9910548E0,2.263214E1,2.214302E1,4.1342565E-1,2.9316068E0,1.1191545E0,7.5303664E0,3.7318516E-1,6.291173E0,1.469611E0,1.7950113E1,3.0500348E0,2.6533067E-1,6.369465E-1,3.1323178E0,7.465869E-1,3.463848E1,7.608351E-1,4.747842E0,5.400006E0,3.2879707E-1,4.7130853E-1,8.095007E0,3.4298E-1,2.9592745E0,2.2979183E-1,1.9888477E0,2.22166E-1,2.7736876E0,3.4798577E0,2.2310686E-1,9.018463E0,2.5438482E-1,2.0713612E-1,6.487611E0,3.8714862E-1,6.1013513E0,7.2573447E0,1.4148369E0,2.67147E0,1.45831585E1,1.1898699E1,1.073344E1,7.336623E0,1.48063965E1,3.5596597E-1,2.575641E0,6.7079067E0,8.224596E-1,6.1261907E0,1.6498208E-1,1.6179068E1,1.7710449E0,2.7816203E0,2.6841447E-1,2.9215946E0,2.1072327E-1,7.821579E-1,3.3856323E1,9.861162E-1,3.7617254E0,5.044846E0,3.5515985E-1,7.918301E-1,7.303177E0,1.9837828E-1,2.7608964E0,1.8243058E0,1.6454189E-1,2.9157045E-1,2.4821172E0,3.3144047E0,1.6545284E-1,6.361278E-1,8.382336E0,6.2752357E0,2.1237504E-1,5.8824797E0,2.188713E-1,3.2017753E-1,6.937167E0,1.4153875E1,4.292835E-1,9.2758894E-1,1.0971109E1,6.416339E0,4.317102E0,6.537388E0,7.992357E-1,9.0309925E0,5.7754045E0,2.1125104E-1,2.3643897E0,2.104818E-1,6.4974246E0,6.705834E-1,5.4556074E0,1.166087E0,1.5012981E1,2.5704134E0,2.1120693E-1,1.8101361E-1,2.7405808E0,2.9142517E1,4.713805E0,4.2605406E-1,3.3356714E0,2.8632632E-1,4.7585196E0,2.0866556E-1,7.094511E0,2.58375E0,1.7714642E-1,2.3974423E-1,2.242373E0,3.6383593E-1,2.950569E0,7.9522014E0,4.301339E-1,2.7732393E-1,5.997912E0,6.938746E-1,6.2432923E0,5.6553745E-1,1.3588338E1,8.5089E0,2.4622104E0,4.6905437E0,1.7257953E0,4.0316453E0,2.854563E-1,6.140749E0,3.9663872E-1,2.753924E0,6.2770686E0,8.884027E-1,4.887002E0,2.0368423E0,3.2754734E-1,2.5536653E-1,6.2420583E0,1.6355592E-1,5.2920513E0,3.3305175E0,1.1682464E1,1.7004277E-1,2.4003706E0,3.8486068E0,2.5293911E1,3.0486662E0,2.870051E-1,4.5048723E0,2.536476E-1,2.640379E-1,2.319712E0,2.6775163E-1,2.6828172E0,1.6328698E-1,7.7889147E0,5.7796216E0,2.1829017E-1,5.6734314E0,5.698613E-1,1.1814666E0,1.2406871E1,7.161045E0,1.3478545E0,3.4581823E0,1.2323611E0,6.8533754E-1,3.346308E0,1.9709821E-1,5.9436507E0,3.352903E-1,5.941778E0,5.6833917E-1,4.3186626E0,2.9684037E-1,1.740002E0,3.4152973E-1,5.9005284E0,5.0646844E0,2.2736679E-1,9.28256E0,2.3999038E0,2.8873822E-1,2.5005173E1,2.8756976E-1,2.7610965E0,5.643909E-1,3.9404812E0,2.1500888E0,1.6962327E-1,7.5838194E0,2.0509535E-1,1.3292526E0,4.3441787E0,1.4835545E0,1.0923317E1,5.584006E0,1.5770391E0,3.220693E0,2.3748925E-1,3.0106711E0,3.3563682E-1,5.741977E0,2.0167328E-1,7.59666E-1,5.182112E0,3.792677E0,5.2598566E-1,1.5678779E0,1.7212419E-1,4.242949E-1,5.4762335E0,1.8901281E-1,4.875672E0,6.9012833E0,2.381277E0,5.4193866E-1,2.4463234E1,3.7353613E0,2.0511983E-1,3.837108E-1,7.2001085E0,2.4917725E-1,4.095001E0,1.0058186E0,9.917498E0,4.2307267E0,1.3532791E0,4.9165022E-1,2.729043E0,2.3173633E0,6.9330776E-1,3.4523195E-1,5.3967457E0,4.7760897E0,4.060223E-1,3.628206E0,1.64471E-1,2.2551638E-1,5.250717E0,2.8796595E-1,6.613317E0,2.3804657E1,6.585772E-1,6.515065E0,6.850432E-1,3.7459717E0,3.4902966E-1,8.346678E0,1.57082E0,3.9674885E0,2.632382E-1,1.6629429E-1,2.5627487E0,5.186559E0,2.101865E-1,4.42739E0,3.4869975E-1,6.5572125E-1,2.9724848E0,2.0651612E-1,5.0442014E0,6.3271136E0,2.862035E-1,2.1821869E1,1.9827888E0,5.9175997E0,5.974655E-1,5.414552E-1,3.2045164E0,2.9609987E-1,8.050578E0,2.0676944E-1,3.760719E0,2.441789E-1,2.3185697E0,2.8163636E-1,4.9049225E0,4.1397166E0,2.876734E-1,2.2099744E-1,2.7514873E0,5.536593E-1,4.490542E0,1.771743E-1,6.1499395E0,2.8146085E-1,2.1540407E1,5.6942487E0,2.2335096E-1,3.0216622E0,1.8285418E-1,7.7672467E0,2.8333142E-1,3.3534918E0,4.0722722E-1,4.6306057E0,2.7431706E-1,3.4085636E0,7.311531E-1,2.7546936E-1,4.2150726E0,1.7810574E-1,5.9718337E0,2.1349558E1,1.908485E-1,5.4917426E0,2.0250596E-1,2.8440034E-1,7.4828463E0,3.9891586E0,6.41447E-1,3.983207E0,2.318654E-1,3.3956516E-1,5.6322684E0,2.0193094E1,1.1564636E0,7.012642E0,4.7020468E-1,3.6750216E0,3.1413683E-1,1.9293615E-1,5.439332E0,1.9808078E-1,1.9995014E1,2.1942352E-1,3.455598E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"465","size_leaf_vector":"0"}},{"base_weights":[-2.0212123E-2,-1.6623984E-1,-4.9376447E-4,-0E0,-2.2055367E-1,-9.070439E-2,8.317386E-3,-0E0,-2.6991853E-1,-1.5808965E-1,-0E0,-0E0,8.4603205E-2,-2.9135615E-1,-0E0,-2.1670412E-1,-0E0,2.4971746E-2,-0E0,9.227342E-3,-6.129663E-2,1.587753E-1,-0E0,-3.0455497E-1,-0E0,-0E0,-2.3949586E-1,-0E0,1.296944E-1,-1.04266874E-1,-0E0,-1.1565167E-2,5.59293E-2,-0E0,-1.1760352E-1,2.2022249E-1,-0E0,-3.5850337E-1,-0E0,-0E0,-2.588592E-1,1.9552606E-1,-0E0,-0E0,-2.0203458E-1,-5.856536E-2,6.731716E-3,-0E0,9.2493296E-2,-0E0,6.258152E-2,-0E0,-1.8935597E-1,-0E0,3.149469E-1,-0E0,-3.8761592E-1,-0E0,-2.8248322E-1,-0E0,2.537137E-1,-2.5560805E-1,-0E0,-0E0,-1.1288471E-1,-1.5501943E-2,6.8946265E-2,1.5076193E-2,-8.18055E-2,-0E0,1.798623E-1,-0E0,1.22948535E-1,-0E0,-2.821319E-1,3.4779778E-1,-0E0,-0E0,-4.0464517E-1,-3.0268323E-1,-0E0,3.1027532E-1,-0E0,-2.2282577E-1,-0E0,-3.6506582E-2,5.69548E-3,-1.4888313E-1,-0E0,-1.3591513E-1,-0E0,1.261349E-1,-0E0,-0E0,9.754441E-2,-1.5696429E-1,-0E0,-2.3764396E-2,5.235739E-2,2.4651906E-1,-0E0,1.6921681E-1,-0E0,-3.2239112E-1,-0E0,-0E0,3.8685375E-1,-0E0,-4.099664E-1,-0E0,-3.3690813E-1,-0E0,3.57983E-1,-7.123414E-2,-0E0,7.091836E-2,-0E0,-0E0,-1.7571348E-1,-1.7715871E-1,-0E0,-3.772076E-2,1.07316904E-1,-0E0,1.5328383E-1,-4.4466265E-2,-0E0,-0E0,1.4789766E-1,-0E0,-2.1972986E-1,-0E0,-1.0834536E-1,1.0740273E-1,-0E0,-0E0,2.777298E-1,2.2664498E-1,-0E0,-3.6926335E-1,-0E0,-0E0,4.1148868E-1,-0E0,-4.3372798E-1,-3.6428303E-1,-0E0,-0E0,2.859043E-1,-0E0,-1.1151732E-1,1.2542121E-1,-0E0,-4.6099268E-2,-0E0,-1.9956775E-1,-0E0,-0E0,-2.1949573E-1,-0E0,-1.7425606E-1,-0E0,2.1404046E-1,-0E0,2.006041E-1,-0E0,-9.2736244E-2,-0E0,2.3111898E-1,-0E0,-2.848183E-1,-0E0,-1.5399507E-1,1.6235064E-1,-0E0,3.1211737E-1,-0E0,2.7430585E-1,-0E0,-0E0,-4.064848E-1,3.3285448E-1,-0E0,-0E0,-4.7663587E-1,-0E0,-3.8021693E-1,-1.5866965E-1,-0E0,1.8623607E-1,-0E0,-0E0,-1.464827E-1,-0E0,-2.2104758E-1,-2.5330156E-1,-0E0,-0E0,-2.4617633E-1,3.530688E-1,-0E0,2.4114683E-1,-0E0,-0E0,-1.2878837E-1,-0E0,2.9895473E-1,-0E0,-3.311386E-1,-2.1141241E-1,-0E0,2.0782195E-1,-0E0,-0E0,3.3639947E-1,3.1845564E-1,-0E0,-0E0,-4.2858866E-1,-0E0,-4.854024E-1,-0E0,-3.8626665E-1,-0E0,-1.8308052E-1,-0E0,2.2225992E-1,-1.2591375E-1,-0E0,-0E0,-2.8031743E-1,-0E0,-2.8498447E-1,-2.0554703E-1,-0E0,-0E0,4.4450608E-1,2.74313E-1,-0E0,-0E0,-1.7741925E-1,-0E0,3.6017483E-1,-0E0,-3.7048066E-1,-0E0,-2.685026E-1,2.7552605E-1,-0E0,3.7367457E-1,-0E0,2.7797523E-1,-0E0,-4.6204475E-1,-0E0,-5.013421E-1,-0E0,-4.1407353E-1,-0E0,-0E0,-2.216537E-1,-0E0,2.7366775E-1,-0E0,-2.9846048E-1,-0E0,-3.1277487E-1,4.6811196E-1,-0E0,-0E0,2.997768E-1,-0E0,-2.3020937E-1,3.9474085E-1,-0E0,-2.9779693E-1,-0E0,-0E0,-3.201718E-1,-0E0,3.07539E-1,-0E0,3.9575908E-1,-0E0,-4.907611E-1,-5.356842E-1,-0E0,-0E0,-3.2989177E-1,-2.3531502E-1,-0E0,3.0033618E-1,-0E0,-0E0,-3.163751E-1,-3.283405E-1,-0E0,-0E0,4.8508382E-1,3.1671393E-1,-0E0,-2.6281655E-1,-0E0,-0E0,3.1988624E-1,-0E0,-3.4671977E-1,3.3580896E-1,-0E0,-0E0,4.345585E-1,-0E0,-5.158974E-1,-4.2495793E-1,-0E0,-1.9154847E-1,-0E0,-0E0,3.4884146E-1,-0E0,-3.3048746E-1,-0E0,-3.4452105E-1,5.008558E-1,-0E0,3.3204636E-1,-0E0,-0E0,-2.1786548E-1,-3.6947998E-1,-0E0,3.593664E-1,-0E0,4.5494717E-1,-0E0,-4.1684514E-1,-0E0,-0E0,3.7380642E-1,-0E0,-3.4159288E-1,-3.5646185E-1,-0E0,4.019993E-1,-0E0,3.522893E-1,-0E0,-3.0740252E-1,-0E0,3.90215E-1,-0E0,-0E0,4.8706192E-1,3.884564E-1,-0E0,-0E0,-3.6785895E-1,-2.8691217E-1,-0E0,-0E0,3.631805E-1,-0E0,4.1369542E-1,-0E0,5.0716037E-1,-0E0,4.1583848E-1,-3.871102E-1,-0E0,-0E0,3.8425684E-1,4.49631E-1,-0E0,5.233382E-1,-0E0,-0E0,3.3405605E-1,-0E0,-3.9896083E-1,4.2204788E-1,-0E0,-0E0,4.7162175E-1,-0E0,4.202944E-1,-0E0,-4.083533E-1,-0E0,4.395447E-1,-0E0,5.057615E-1,-4.2078128E-1,-0E0,-0E0,4.49056E-1,-0E0,4.0880358E-1,-0E0,-4.3202323E-1,4.6545315E-1,-0E0,-0E0,-3.448683E-1,4.7350702E-1,-0E0,-0E0,4.8488706E-1,-0E0,5.023966E-1,5.102338E-1,-0E0,5.302511E-1,-0E0,5.8888733E-1,-0E0,4.706217E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":16,"left_children":[1,3,5,-1,7,9,11,-1,13,15,17,19,21,23,-1,25,-1,27,29,31,33,35,-1,37,-1,-1,39,-1,41,43,-1,45,47,49,51,53,-1,55,-1,-1,57,59,-1,-1,61,63,65,67,69,-1,71,-1,73,-1,75,-1,77,-1,79,-1,81,83,-1,85,87,89,91,93,95,97,99,-1,101,-1,103,105,-1,-1,107,109,-1,111,-1,-1,-1,113,115,117,-1,119,121,123,125,-1,127,129,-1,131,133,135,-1,137,-1,139,-1,-1,141,-1,143,-1,145,-1,147,149,-1,151,153,-1,155,157,-1,159,161,-1,163,165,-1,-1,167,-1,169,-1,171,173,-1,-1,175,177,-1,179,-1,-1,181,-1,183,185,-1,-1,-1,-1,187,189,-1,191,-1,193,-1,-1,195,-1,197,-1,199,-1,201,-1,203,-1,205,-1,207,-1,209,211,-1,213,-1,215,-1,-1,217,-1,-1,-1,219,-1,221,223,-1,225,-1,-1,227,-1,229,231,-1,-1,233,235,-1,237,-1,-1,239,-1,241,-1,243,245,-1,247,-1,-1,249,251,-1,-1,253,-1,255,-1,257,-1,259,-1,261,-1,-1,-1,263,-1,265,-1,-1,-1,267,269,-1,-1,271,-1,273,-1,275,-1,277,279,-1,281,-1,-1,-1,283,-1,285,-1,287,-1,-1,289,-1,291,-1,293,-1,295,297,-1,-1,299,-1,301,303,-1,-1,-1,-1,305,-1,307,-1,309,-1,311,313,-1,-1,-1,315,-1,317,-1,-1,319,321,-1,-1,323,325,-1,327,-1,-1,-1,-1,329,331,-1,-1,333,-1,335,-1,-1,-1,-1,-1,337,-1,339,-1,341,343,-1,345,-1,-1,-1,347,-1,349,-1,351,-1,-1,-1,-1,353,-1,355,357,-1,-1,-1,359,-1,-1,-1,361,-1,-1,363,365,-1,-1,367,-1,-1,-1,369,-1,371,-1,373,-1,375,377,-1,-1,379,381,-1,383,-1,-1,-1,-1,385,387,-1,-1,389,-1,-1,-1,391,-1,393,-1,395,397,-1,-1,399,-1,-1,-1,401,403,-1,-1,-1,405,-1,-1,407,-1,409,411,-1,413,-1,415,-1,-1,-1],"loss_changes":[6.0743254E-1,2.5725114E-1,2.762512E-1,0E0,2.512207E-1,2.2925934E-1,1.597186E-1,0E0,1.05428696E-1,2.3825568E-1,4.607016E-3,1.2222701E-1,1.744007E-1,7.843459E-2,0E0,1.0890657E-1,0E0,9.9587E-2,4.2391494E-2,1.9990914E-1,1.8902698E-1,2.4078533E-1,0E0,8.744514E-2,0E0,0E0,1.0062528E-1,0E0,1.0174145E-1,8.452456E-2,0E0,1.3476196E-1,1.8351293E-1,2.4226705E-2,1.8146166E-1,2.526431E-1,0E0,1.0673225E-1,0E0,0E0,1.1242044E-1,1.2114982E-1,0E0,0E0,4.211633E-2,1.1980577E-1,1.2920085E-1,6.2720165E-2,2.7531472E-1,0E0,5.827547E-2,0E0,1.7649582E-1,0E0,1.6008139E-1,0E0,7.804525E-2,0E0,1.21016026E-1,0E0,1.3285005E-1,2.0610392E-2,0E0,8.733563E-3,1.5237099E-1,1.8155086E-1,1.8337278E-1,6.29724E-2,1.264425E-1,4.567333E-2,2.2747117E-1,0E0,6.5282494E-2,0E0,1.5300357E-1,1.2442744E-1,0E0,0E0,1.6024709E-2,8.599877E-2,0E0,1.1145219E-1,0E0,0E0,0E0,2.1074455E-2,5.8880452E-2,1.1125329E-1,0E0,1.1347079E-1,1.442506E-1,1.2449232E-1,1.04185715E-2,0E0,7.271889E-2,1.037197E-1,0E0,1.03776745E-1,1.0013524E-1,1.6467565E-1,0E0,9.267871E-2,0E0,1.3964486E-1,0E0,0E0,6.462312E-2,0E0,1.1358738E-2,0E0,1.0578179E-1,0E0,2.2025704E-3,3.2406434E-2,0E0,8.673662E-2,7.4386634E-3,0E0,1.09415054E-1,1.2552553E-1,0E0,1.04592055E-1,2.5830963E-1,0E0,1.6918626E-1,2.2213578E-2,0E0,0E0,1.14208415E-1,0E0,1.2322813E-1,0E0,8.28325E-2,1.1251168E-1,0E0,0E0,1.6465521E-1,7.4697435E-2,0E0,1.1379081E-1,0E0,0E0,5.4618955E-2,0E0,1.3343751E-1,3.8974166E-2,0E0,0E0,0E0,0E0,5.109634E-2,1.2620935E-1,0E0,5.1435035E-2,0E0,1.0510814E-1,0E0,0E0,8.654061E-2,0E0,9.151968E-2,0E0,3.7997428E-1,0E0,2.1471578E-1,0E0,2.6170887E-2,0E0,1.14491105E-1,0E0,6.18746E-2,0E0,1.1963008E-1,1.0953903E-1,0E0,1.4730132E-1,0E0,4.502237E-2,0E0,0E0,8.794892E-2,0E0,0E0,0E0,2.7440906E-2,0E0,1.7995834E-2,1.0929443E-2,0E0,1.043624E-1,0E0,0E0,7.199809E-3,0E0,1.6724604E-1,1.15914404E-1,0E0,0E0,1.8424988E-2,2.6267648E-1,0E0,1.0819274E-1,0E0,0E0,3.3658788E-2,0E0,1.1893508E-1,0E0,5.7849586E-2,1.21199876E-1,0E0,1.333662E-1,0E0,0E0,1.14148974E-1,4.8551172E-2,0E0,0E0,6.821442E-2,0E0,1.3608575E-2,0E0,2.3385525E-2,0E0,4.6957128E-2,0E0,1.16800666E-1,0E0,0E0,0E0,9.255123E-2,0E0,7.711965E-2,0E0,0E0,0E0,7.0317626E-2,1.17503345E-1,0E0,0E0,5.317831E-2,0E0,6.330043E-2,0E0,2.8182864E-3,0E0,1.0982576E-1,9.8401815E-2,0E0,1.4369166E-1,0E0,0E0,0E0,7.260513E-2,0E0,2.2315621E-2,0E0,1.83537E-2,0E0,0E0,9.863719E-3,0E0,7.518673E-2,0E0,8.687985E-2,0E0,4.826182E-2,3.466761E-2,0E0,0E0,1.0263324E-1,0E0,2.358216E-2,1.4101088E-2,0E0,0E0,0E0,0E0,6.7359805E-2,0E0,8.7813735E-2,0E0,1.525011E-1,0E0,7.675052E-2,1.0486603E-2,0E0,0E0,0E0,4.844606E-3,0E0,8.427906E-2,0E0,0E0,5.8042645E-2,4.8718512E-2,0E0,0E0,9.637117E-3,9.289014E-2,0E0,6.6510886E-3,0E0,0E0,0E0,0E0,5.7367146E-2,6.886214E-2,0E0,0E0,9.0207934E-2,0E0,1.9050837E-2,0E0,0E0,0E0,0E0,0E0,5.3795576E-2,0E0,5.8214307E-2,0E0,3.585118E-2,1.057291E-2,0E0,9.8507404E-2,0E0,0E0,0E0,5.1527023E-2,0E0,4.8772216E-2,0E0,7.154405E-2,0E0,0E0,0E0,0E0,3.111887E-2,0E0,8.305597E-2,2.2265196E-2,0E0,0E0,0E0,5.698812E-2,0E0,0E0,0E0,4.993397E-2,0E0,0E0,8.716667E-2,1.6474783E-2,0E0,0E0,6.0150623E-2,0E0,0E0,0E0,6.6729665E-2,0E0,7.444495E-2,0E0,7.311797E-2,0E0,6.4460635E-3,4.1866183E-2,0E0,0E0,8.6732745E-2,4.4851243E-2,0E0,4.58467E-2,0E0,0E0,0E0,0E0,2.9780746E-2,6.5792084E-2,0E0,0E0,7.676524E-2,0E0,0E0,0E0,3.0334353E-2,0E0,3.3270597E-2,0E0,2.9489875E-2,2.7525067E-2,0E0,0E0,3.057611E-2,0E0,0E0,0E0,2.5303364E-2,1.7760992E-2,0E0,0E0,0E0,4.020667E-2,0E0,0E0,3.145671E-2,0E0,2.8634071E-3,2.6408434E-3,0E0,7.9431415E-2,0E0,1.0910749E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,8,8,9,9,10,10,11,11,12,12,13,13,15,15,17,17,18,18,19,19,20,20,21,21,23,23,26,26,28,28,29,29,31,31,32,32,33,33,34,34,35,35,37,37,40,40,41,41,44,44,45,45,46,46,47,47,48,48,50,50,52,52,54,54,56,56,58,58,60,60,61,61,63,63,64,64,65,65,66,66,67,67,68,68,69,69,70,70,72,72,74,74,75,75,78,78,79,79,81,81,85,85,86,86,87,87,89,89,90,90,91,91,92,92,94,94,95,95,97,97,98,98,99,99,101,101,103,103,106,106,108,108,110,110,112,112,113,113,115,115,116,116,118,118,119,119,121,121,122,122,124,124,125,125,128,128,130,130,132,132,133,133,136,136,137,137,139,139,142,142,144,144,145,145,150,150,151,151,153,153,155,155,158,158,160,160,162,162,164,164,166,166,168,168,170,170,172,172,173,173,175,175,177,177,180,180,184,184,186,186,187,187,189,189,192,192,194,194,195,195,198,198,199,199,201,201,204,204,206,206,208,208,209,209,211,211,214,214,215,215,218,218,220,220,222,222,224,224,226,226,230,230,232,232,236,236,237,237,240,240,242,242,244,244,246,246,247,247,249,249,253,253,255,255,257,257,260,260,262,262,264,264,266,266,267,267,270,270,272,272,273,273,278,278,280,280,282,282,284,284,285,285,289,289,291,291,294,294,295,295,298,298,299,299,301,301,306,306,307,307,310,310,312,312,318,318,320,320,322,322,323,323,325,325,329,329,331,331,333,333,338,338,340,340,341,341,345,345,349,349,352,352,353,353,356,356,360,360,362,362,364,364,366,366,367,367,370,370,371,371,373,373,378,378,379,379,382,382,386,386,388,388,390,390,391,391,394,394,398,398,399,399,403,403,406,406,408,408,409,409,411,411,413,413],"right_children":[2,4,6,-1,8,10,12,-1,14,16,18,20,22,24,-1,26,-1,28,30,32,34,36,-1,38,-1,-1,40,-1,42,44,-1,46,48,50,52,54,-1,56,-1,-1,58,60,-1,-1,62,64,66,68,70,-1,72,-1,74,-1,76,-1,78,-1,80,-1,82,84,-1,86,88,90,92,94,96,98,100,-1,102,-1,104,106,-1,-1,108,110,-1,112,-1,-1,-1,114,116,118,-1,120,122,124,126,-1,128,130,-1,132,134,136,-1,138,-1,140,-1,-1,142,-1,144,-1,146,-1,148,150,-1,152,154,-1,156,158,-1,160,162,-1,164,166,-1,-1,168,-1,170,-1,172,174,-1,-1,176,178,-1,180,-1,-1,182,-1,184,186,-1,-1,-1,-1,188,190,-1,192,-1,194,-1,-1,196,-1,198,-1,200,-1,202,-1,204,-1,206,-1,208,-1,210,212,-1,214,-1,216,-1,-1,218,-1,-1,-1,220,-1,222,224,-1,226,-1,-1,228,-1,230,232,-1,-1,234,236,-1,238,-1,-1,240,-1,242,-1,244,246,-1,248,-1,-1,250,252,-1,-1,254,-1,256,-1,258,-1,260,-1,262,-1,-1,-1,264,-1,266,-1,-1,-1,268,270,-1,-1,272,-1,274,-1,276,-1,278,280,-1,282,-1,-1,-1,284,-1,286,-1,288,-1,-1,290,-1,292,-1,294,-1,296,298,-1,-1,300,-1,302,304,-1,-1,-1,-1,306,-1,308,-1,310,-1,312,314,-1,-1,-1,316,-1,318,-1,-1,320,322,-1,-1,324,326,-1,328,-1,-1,-1,-1,330,332,-1,-1,334,-1,336,-1,-1,-1,-1,-1,338,-1,340,-1,342,344,-1,346,-1,-1,-1,348,-1,350,-1,352,-1,-1,-1,-1,354,-1,356,358,-1,-1,-1,360,-1,-1,-1,362,-1,-1,364,366,-1,-1,368,-1,-1,-1,370,-1,372,-1,374,-1,376,378,-1,-1,380,382,-1,384,-1,-1,-1,-1,386,388,-1,-1,390,-1,-1,-1,392,-1,394,-1,396,398,-1,-1,400,-1,-1,-1,402,404,-1,-1,-1,406,-1,-1,408,-1,410,412,-1,414,-1,416,-1,-1,-1],"split_conditions":[3.330078E-1,5.7006836E-2,3.330078E-1,-0E0,1.0801251E0,7.871094E-1,1.9977502E2,-0E0,1.24E2,3.9336123E0,2.1760652E0,1.3692163E2,3.5058594E-1,2.2924876E2,-0E0,4.7343372E1,-0E0,9.3475854E-1,9.198681E1,6.36875E1,2.3576913E0,9.970703E-1,-0E0,4.073111E0,-0E0,-0E0,5.7878387E-1,-0E0,9.306197E1,7.089684E1,-0E0,5.649414E-1,7.336426E-2,5.075E1,4.9682617E-1,8.027353E1,-0E0,5.947876E-2,-0E0,-0E0,3.3663666E1,4.0863037E-2,-0E0,-0E0,2.7124023E-1,1.5332031E-1,2.570918E0,1.7489629E2,9.692383E-1,-0E0,1.2147042E0,-0E0,5.13125E1,-0E0,9.5996094E-1,-0E0,6.402588E-2,-0E0,5.3410316E0,-0E0,8.3740234E-1,4.550982E0,-0E0,4.559375E1,4.506837E0,5.03125E1,1.937567E2,3.83125E1,6.425781E-1,6.125E1,9.975586E-1,-0E0,1.41E2,-0E0,1.7988849E2,3.328125E1,-0E0,-0E0,3.0484375E1,3.6875E1,-0E0,1.3350383E2,-0E0,-2.2282577E-1,-0E0,1.266875E2,5.6347656E-1,1.1215786E0,-0E0,9.84375E-1,2.0086899E0,5.289727E1,1.076879E2,-0E0,6.69375E1,2.255249E-2,-0E0,9.4177246E-2,1.06875E2,1.335907E-2,-0E0,7.602539E-1,-0E0,4.309914E0,-0E0,-0E0,6.237793E-2,-0E0,3.48125E1,-0E0,3.5582707E0,-0E0,3.840625E1,6.637202E1,-0E0,5.35E1,8.001709E-2,-0E0,9.7265625E-1,5.551758E-1,-0E0,1.6645312E0,1.3771952E0,-0E0,8.5632324E-2,5.9625E1,-0E0,-0E0,1.2847366E0,-0E0,7.4365234E-1,-0E0,1.7346191E-1,3.2749465E0,-0E0,-0E0,7.910156E-1,5.776367E-1,-0E0,2.73676E1,-0E0,-0E0,5.7373176E0,-0E0,3.1828125E1,5.947876E-2,-0E0,-0E0,2.859043E-1,-0E0,4.765401E0,1.3639142E2,-0E0,6.1035156E-2,-0E0,8.226825E-1,-0E0,-0E0,9.472656E-1,-0E0,5.375E1,-0E0,2.2768984E0,-0E0,4.6118026E0,-0E0,4.753113E-3,-0E0,1.20788574E-1,-0E0,6.321608E1,-0E0,9.7802734E-1,3.0825531E0,-0E0,3.0484375E1,-0E0,4.573353E0,-0E0,-0E0,7.3918885E-1,3.3285448E-1,-0E0,-0E0,8.125305E-3,-0E0,2.7008057E-3,5.026245E-2,-0E0,4.7343372E1,-0E0,-0E0,6.25E1,-0E0,4.4125E1,3.1703125E1,-0E0,-0E0,9.980469E-1,7.1533203E-1,-0E0,9.970703E-1,-0E0,-0E0,3.503125E1,-0E0,1.1492944E0,-0E0,7.25625E1,4.228125E1,-0E0,1.2093964E2,-0E0,-0E0,1.06E2,2.5554503E2,-0E0,-0E0,4.656269E0,-0E0,1.06E2,-0E0,9.501953E-1,-0E0,3.196875E1,-0E0,3.453125E1,-1.2591375E-1,-0E0,-0E0,5.466461E-3,-0E0,3.867052E1,-2.0554703E-1,-0E0,-0E0,6.50625E1,8.8712424E-1,-0E0,-0E0,2.6566293E0,-0E0,5.7006836E-2,-0E0,9.9365234E-1,-0E0,4.15E1,3.084375E1,-0E0,4.3920898E-1,-0E0,2.7797523E-1,-0E0,2.4158382E0,-0E0,2.927246E-1,-0E0,5.371094E-1,-0E0,-0E0,4.768168E0,-0E0,8.129883E-1,-0E0,1.4404297E-2,-0E0,2.5027504E0,1.0567428E0,-0E0,-0E0,9.9365234E-1,-0E0,9.453125E-1,5.9521484E-1,-0E0,-2.9779693E-1,-0E0,-0E0,8.3729213E-1,-0E0,2.4683504E2,-0E0,3.0823416E1,-0E0,3.3931732E-3,5.3310695E0,-0E0,-0E0,-3.2989177E-1,9.926758E-1,-0E0,1.17126465E-1,-0E0,-0E0,1.7476131E1,8.109554E-1,-0E0,-0E0,5.2484746E0,1.09181465E2,-0E0,6.2939453E-1,-0E0,-0E0,3.1988624E-1,-0E0,8.779297E-1,1.8728917E2,-0E0,-0E0,1.225625E2,-0E0,1.4299013E2,-4.2495793E-1,-0E0,-1.9154847E-1,-0E0,-0E0,5.761719E-1,-0E0,6.044407E-1,-0E0,9.9902344E-1,2.2439852E0,-0E0,1.331849E2,-0E0,-0E0,-2.1786548E-1,9.6435547E-1,-0E0,4.867885E0,-0E0,6.65625E1,-0E0,-4.1684514E-1,-0E0,-0E0,4.6903906E0,-0E0,1.3711147E0,1.9045775E2,-0E0,4.019993E-1,-0E0,5.8251953E-1,-0E0,-3.0740252E-1,-0E0,4.4995117E-1,-0E0,-0E0,8.455758E-1,6.6918945E1,-0E0,-0E0,8.779297E-1,-2.8691217E-1,-0E0,-0E0,5.8496094E-1,-0E0,6.0302734E-1,-0E0,5.3410316E0,-0E0,4.653125E1,3.0609375E1,-0E0,-0E0,4.985278E0,2.0065308E-2,-0E0,8.051081E-1,-0E0,-0E0,3.3405605E-1,-0E0,1.18637085E-2,1.1074932E0,-0E0,-0E0,6.63125E1,-0E0,4.202944E-1,-0E0,1.331849E2,-0E0,7.9390484E-1,-0E0,6.729559E-1,5.4161236E1,-0E0,-0E0,9.9658203E-1,-0E0,4.0880358E-1,-0E0,8.959181E-1,1.9167638E2,-0E0,-0E0,-3.448683E-1,4.2405365E1,-0E0,-0E0,1.2779236E-2,-0E0,8.8916016E-1,9.916992E-1,-0E0,9.848633E-1,-0E0,4.9581327E0,-0E0,4.706217E-1,-0E0],"split_indices":[15,19,14,0,3,16,7,0,11,3,3,4,13,7,0,4,0,0,5,11,0,15,0,3,0,0,3,0,5,4,0,17,19,9,16,4,0,15,0,0,7,17,0,0,14,17,3,6,15,0,3,0,10,0,12,0,13,0,2,0,12,2,0,10,0,10,6,8,12,9,15,0,11,0,7,8,0,0,11,10,0,6,0,0,0,9,13,2,0,19,0,5,5,0,11,18,0,13,9,18,0,13,0,3,0,0,12,0,10,0,3,0,10,5,0,11,17,0,19,15,0,3,3,0,13,9,0,0,3,0,15,0,19,3,0,0,12,12,0,7,0,0,3,0,8,14,0,0,0,0,1,7,0,19,0,3,0,0,18,0,10,0,3,0,0,0,18,0,16,0,7,0,19,1,0,8,0,3,0,0,3,0,0,0,16,0,19,18,0,4,0,0,8,0,10,11,0,0,14,15,0,14,0,0,11,0,2,0,11,10,0,4,0,0,10,6,0,0,1,0,11,0,12,0,8,0,11,0,0,0,19,0,4,0,0,0,8,2,0,0,3,0,19,0,16,0,9,8,0,14,0,0,0,0,0,15,0,15,0,0,3,0,12,0,16,0,3,2,0,0,19,0,18,15,0,0,0,0,2,0,6,0,7,0,19,0,0,0,0,16,0,12,0,0,7,1,0,0,0,5,0,17,0,0,0,0,12,7,0,0,9,0,7,0,0,0,0,0,15,0,0,0,16,3,0,4,0,0,0,15,0,0,0,11,0,0,0,0,0,0,2,7,0,0,0,17,0,0,0,14,0,0,1,5,0,0,12,0,0,0,14,0,12,0,2,0,10,8,0,0,1,17,0,3,0,0,0,0,19,2,0,0,9,0,0,0,4,0,1,0,0,5,0,0,17,0,0,0,1,6,0,0,0,4,0,0,19,0,12,16,0,17,0,3,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.6837543E2,2.5452562E1,2.4292287E2,5.9198847E0,1.9532677E1,3.1301025E1,2.1162184E2,3.209238E0,1.6323439E1,1.9141838E1,1.2159187E1,1.8775746E2,2.3864378E1,1.5180793E1,1.1426468E0,1.5026846E1,4.1149926E0,6.887915E0,5.2712727E0,1.5934906E2,2.8408396E1,1.3335748E1,1.0528629E1,1.4696715E1,4.840776E-1,9.159146E-1,1.4110931E1,1.1934993E0,5.694416E0,3.3992937E0,1.8719786E0,9.570387E1,6.3645195E1,7.3877044E0,2.102069E1,1.1656782E1,1.6789657E0,1.1147547E1,3.5491679E0,6.0242563E-1,1.3508506E1,4.886688E0,8.077277E-1,7.8997576E-1,2.609318E0,4.182344E1,5.3880432E1,1.9239967E1,4.440523E1,1.7018144E0,5.68589E0,8.158639E0,1.2862052E1,3.6659155E0,7.9908667E0,9.7353107E-1,1.0174016E1,8.362493E-1,1.2672256E1,3.0540782E-1,4.58128E0,2.0871453E0,5.221726E-1,2.1529915E1,2.0293526E1,2.8129704E1,2.5750727E1,1.0749844E1,8.490123E0,2.4519749E1,1.988548E1,7.2807765E-1,4.9578123E0,5.12569E0,7.7363625E0,7.786014E0,2.0485231E-1,4.0286595E-1,9.771151E0,1.229367E1,3.7858656E-1,4.277518E0,3.0376238E-1,1.823778E0,2.6336744E-1,5.6545606E0,1.5875354E1,1.8327866E1,1.9656602E0,9.700381E0,1.8429321E1,1.8868801E1,6.881926E0,4.3628235E0,6.3870206E0,7.0739617E0,1.4161611E0,1.0657047E1,1.3862702E1,1.4094809E1,5.7906713E0,4.6611013E0,2.967113E-1,7.2798314E0,4.56531E-1,7.5719994E-1,7.0288143E0,1.69558E-1,9.601592E0,1.7096195E0,1.058405E1,3.1884125E-1,3.9586766E0,5.2696266E0,3.849341E-1,1.1312836E1,4.5625176E0,1.7074951E0,1.662037E1,9.119234E0,5.8114755E-1,7.3774323E0,1.1051888E1,9.549663E-1,1.7913836E1,4.7692266E0,2.112699E0,5.667288E-1,5.820292E0,1.5607455E0,5.5132165E0,1.7797313E0,8.8773155E0,1.1593929E1,2.2687726E0,9.6102506E-1,1.3133784E1,4.181195E0,4.799066E-1,6.4542513E0,8.2558036E-1,4.9282703E-1,6.5359874E0,1.0161223E0,8.58547E0,9.777907E0,8.061432E-1,1.894473E-1,3.7692294E0,8.096148E-1,4.460012E0,8.790771E0,2.5220659E0,3.0003123E0,1.5622051E0,1.5519425E1,1.1009444E0,7.474705E-1,8.371763E0,4.0638366E0,3.3135958E0,3.009574E0,8.0423155E0,3.4584043E0,1.4455431E1,1.4747957E0,3.2944312E0,1.5940524E0,4.226239E0,9.152622E-1,4.5979543E0,1.2426168E0,7.634699E0,9.061498E0,2.5324323E0,1.1985276E1,1.1485074E0,3.688535E0,4.9265966E-1,5.265975E-1,5.927654E0,6.3420935E0,1.9389397E-1,9.748032E-1,7.6106668E0,5.7379466E-1,9.204112E0,3.9796371E0,4.8037466E-1,7.3525724E0,1.438198E0,7.56537E-1,2.2437754E0,8.109222E-1,1.4708504E1,7.510512E0,8.612517E-1,3.9262798E-1,2.9209678E0,5.6875587E0,2.3547564E0,1.35417385E1,9.1369283E-1,2.4918406E-1,3.045247E0,6.204808E-1,3.6057587E0,7.621944E-1,3.8357599E0,6.492701E0,1.1419976E0,7.8713517E0,1.1901457E0,4.3572465E-1,1.1549552E1,3.051612E0,6.3692313E-1,1.6710374E-1,5.76055E0,1.7385234E-1,7.4368143E0,1.80978E-1,9.023134E0,7.88866E-1,3.190771E0,2.2658026E-1,7.125992E0,2.0355382E0,2.0823716E-1,3.6229947E0,1.1085509E1,2.5488454E-1,7.2556276E0,2.7507617E0,1.7020594E-1,9.5437217E-1,4.7331867E0,1.1789358E1,1.7523797E0,6.07861E-1,2.437386E0,3.603013E-1,3.2454572E0,4.5047963E-1,3.3852801E0,9.7635686E-1,5.5163445E0,6.019492E0,1.8518598E0,1.0082993E1,1.4665594E0,2.7182376E0,3.3337417E-1,5.206265E0,5.542848E-1,6.9942927E0,4.4252136E-1,7.9234333E0,1.0997013E0,2.1703008E-1,2.973741E0,1.0364066E0,6.0895853E0,3.2674342E-1,1.0758765E1,5.286464E-1,6.726981E0,4.5395937E0,1.9359276E-1,6.915696E-1,1.1097789E1,1.8926969E-1,2.2481163E0,3.0244646E0,2.2099262E-1,3.1778264E0,2.074537E-1,7.1377903E-1,4.8025656E0,2.4623229E-1,5.7732596E0,2.3074444E-1,9.852248E0,3.4679654E-1,4.8594685E0,6.141959E0,8.5233384E-1,2.467988E-1,7.6766343E0,2.7602417E0,2.134993E-1,5.8048325E0,2.8475302E-1,3.7095723E-1,1.0387809E1,6.505671E0,2.2130996E-1,1.9914654E-1,4.3404474E0,1.0913695E1,1.8409333E-1,1.9499214E0,2.9819494E-1,1.7538281E-1,2.8490818E0,2.206063E-1,4.5819592E0,5.540209E0,2.3305093E-1,9.5850724E-1,8.893741E0,2.2116624E-1,4.6383023E0,5.956456E0,1.8550289E-1,2.573844E0,1.8639784E-1,9.388652E-1,4.8659673E0,3.7858337E-1,1.0009225E1,2.3214318E-1,6.273528E0,4.0788116E0,2.6163548E-1,1.0726467E1,1.8722838E-1,1.9561747E-1,1.7543039E0,4.395364E0,1.8659528E-1,5.3074784E0,2.3273025E-1,8.506475E0,3.872657E-1,4.3550553E0,2.8324708E-1,3.078133E-1,4.558154E0,1.7331743E-1,9.835908E0,6.1094766E0,1.640515E-1,3.8641148E0,2.1469693E-1,1.0267089E1,4.5937783E-1,4.13445E0,2.609139E-1,4.745854E0,5.616244E-1,8.469594E-1,7.659516E0,4.3900523E0,1.6810146E-1,8.095517E-1,9.026356E0,5.8715954E0,2.3788093E-1,2.0403706E-1,1.0063052E1,2.8682035E-1,4.459034E0,2.9500684E-1,7.364509E0,5.275231E-1,3.8625293E0,8.503807E0,5.225492E-1,6.7504525E-1,9.388007E0,4.0662675E0,3.9276618E-1,7.152765E0,2.1174417E-1,2.1458092E-1,3.6479485E0,2.6392117E-1,8.239885E0,8.183423E0,1.2045835E0,2.1425913E-1,3.8520083E0,2.7605832E-1,6.8767066E0,2.1883251E-1,8.021053E0,3.3701858E-1,7.846405E0,2.6760048E-1,3.584408E0,7.6964645E0,3.245884E-1,1.848289E-1,7.661576E0,1.7357573E-1,3.4108322E0,2.7354798E-1,7.4229164E0,7.2378016E0,4.237746E-1,2.2895044E-1,7.193966E0,7.0560308E0,1.8177044E-1,1.7950144E-1,6.8765297E0,3.8058478E-1,6.4959445E0,6.2936783E0,2.0226662E-1,5.7998223E0,4.9385583E-1,4.8367677E0,9.6305466E-1,4.613765E0,2.2300275E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"417","size_leaf_vector":"0"}},{"base_weights":[-1.5923925E-2,-2.981482E-3,-1.4186592E-1,-7.6829985E-2,2.1738177E-3,-0E0,-1.6243358E-1,-1.8079387E-1,-0E0,-3.5754815E-3,6.933796E-2,-0E0,-1.8784688E-1,-2.0191452E-1,-0E0,3.7277643E-2,-1.9833802E-3,-5.062936E-2,1.2311602E-2,1.0434745E-1,-0E0,-0E0,-2.3188853E-1,-2.3105212E-1,-0E0,1.1891139E-1,-0E0,-0E0,-1.0171619E-1,-0E0,-1.0395239E-1,9.4039746E-2,-0E0,1.3458765E-1,-0E0,-0E0,-2.53026E-1,-0E0,-2.5588927E-1,-0E0,2.0340545E-1,-0E0,-1.7295457E-1,-2.5236104E-2,5.393409E-2,-1.8403767E-1,-0E0,-0E0,1.309326E-1,-2.766923E-2,6.2313233E-2,1.5814969E-1,-0E0,-0E0,-2.73272E-1,-0E0,-2.6667354E-1,-0E0,2.5757292E-1,-1.9872168E-1,-0E0,-0E0,-8.2914434E-2,-0E0,1.2834807E-1,-0E0,-2.2501713E-1,-2.162473E-2,-0E0,-0E0,1.7283392E-1,2.9833253E-2,-6.910116E-2,1.1561992E-1,-0E0,1.8133177E-1,-0E0,-0E0,-2.8954315E-1,-2.8681263E-1,-0E0,2.9675514E-1,-0E0,-0E0,-2.2353645E-1,-1.3146937E-1,-0E0,-0E0,2.0668206E-1,-0E0,-2.8503612E-1,-0E0,-8.823075E-2,1.0432464E-1,-0E0,-0E0,2.0933203E-1,8.028245E-2,-0E0,-0E0,-1.02042675E-1,-0E0,1.5528293E-1,-3.752547E-2,-0E0,-0E0,2.09467E-1,-3.1444067E-1,-0E0,-2.954856E-1,-0E0,3.2683888E-1,-0E0,-2.4283832E-1,-0E0,-0E0,-1.7237125E-1,-0E0,2.2610907E-1,-0E0,-3.200448E-1,-0E0,-1.976985E-1,1.101718E-1,-0E0,-0E0,2.3941334E-1,-0E0,1.8914954E-1,-0E0,-5.1802315E-2,-7.896611E-3,1.9780684E-2,-0E0,-1.3629374E-1,-0E0,1.8739696E-1,-0E0,-8.152193E-2,2.9145685E-1,-0E0,-0E0,-3.245429E-1,-3.1329927E-1,-0E0,3.5171294E-1,-0E0,-2.5939634E-1,-0E0,-0E0,-1.9839354E-1,2.4045417E-1,-0E0,-3.519215E-1,-0E0,-0E0,-2.3689285E-1,-0E0,2.599845E-1,2.4661887E-1,-0E0,-0E0,-1.770016E-1,-6.0319737E-2,-0E0,1.1490231E-1,-0E0,4.188232E-2,-0E0,-1.7086066E-1,-0E0,2.1229514E-1,-0E0,-0E0,-1.0351057E-1,-0E0,3.0921018E-1,-0E0,-3.859435E-1,-3.2797277E-1,-0E0,-0E0,3.7887663E-1,-0E0,-2.846689E-1,-0E0,-2.2787707E-1,-0E0,2.5057074E-1,-0E0,-3.6571705E-1,-0E0,-2.579354E-1,-0E0,2.797726E-1,2.763155E-1,-0E0,-0E0,-1.8633647E-1,-0E0,-1.0394625E-1,1.490275E-1,-0E0,-0E0,1.18939124E-1,-0E0,-2.163633E-1,-0E0,2.3476382E-1,-0E0,3.2820758E-1,-5.0569427E-1,-0E0,-0E0,-3.5068333E-1,4.0321225E-1,-0E0,-2.2978003E-1,-0E0,-0E0,-2.737277E-1,2.024396E-1,-0E0,-0E0,-3.7681946E-1,-2.838382E-1,-0E0,-0E0,3.0481517E-1,3.0542928E-1,-0E0,-0E0,-1.4704956E-1,1.3546376E-1,-0E0,1.7707624E-1,-0E0,-2.3157384E-1,-0E0,-0E0,2.5510997E-1,-0E0,3.6368415E-1,-4.1400793E-1,-0E0,-0E0,-3.6208665E-1,-0E0,4.259704E-1,-0E0,-2.999136E-1,-0E0,-3.946245E-1,-3.086381E-1,-0E0,3.3513385E-1,-0E0,3.319268E-1,-0E0,-1.7923029E-1,-0E0,-0E0,2.1994358E-1,-0E0,-2.4023332E-1,-0E0,2.7524966E-1,3.8301077E-1,-0E0,-0E0,-3.7498444E-1,3.5302192E-1,-0E0,-0E0,-3.28139E-1,-0E0,-4.0572065E-1,-0E0,-3.3515114E-1,-0E0,3.5886797E-1,3.5427946E-1,-0E0,-2.0866889E-1,-0E0,-0E0,1.8304555E-1,-0E0,-2.5567162E-1,-0E0,2.945737E-1,3.980335E-1,-0E0,-0E0,-3.8499832E-1,-0E0,-3.4460068E-1,-0E0,-4.268075E-1,-3.628976E-1,-0E0,3.7838578E-1,-0E0,-0E0,3.8074777E-1,-2.3636374E-1,-0E0,-0E0,-2.8011626E-1,-0E0,3.1740642E-1,-0E0,4.1839895E-1,-3.98808E-1,-0E0,-0E0,-3.5956308E-1,-4.3754002E-1,-0E0,-3.8941795E-1,-0E0,-0E0,3.9389873E-1,4.1542503E-1,-0E0,-2.5653157E-1,-0E0,-0E0,-2.9064572E-1,-0E0,3.378309E-1,4.5679662E-1,-0E0,-0E0,-3.172388E-1,-0E0,-2.9074398E-1,-4.5416817E-1,-0E0,-4.1252315E-1,-0E0,4.0836215E-1,-0E0,-0E0,4.3200174E-1,-2.7185103E-1,-0E0,-3.1227958E-1,-0E0,-0E0,3.5105464E-1,4.713637E-1,-0E0,-4.6125567E-1,-0E0,-4.2704818E-1,-0E0,-0E0,4.2015105E-1,-0E0,4.5978314E-1,-0E0,-2.8739128E-1,-0E0,-3.3073923E-1,-0E0,2.7648795E-1,-0E0,4.7991064E-1,-0E0,-3.6859378E-1,-3.425571E-1,-0E0,-0E0,4.3596175E-1,4.79904E-1,-0E0,-0E0,-3.059049E-1,-0E0,-3.4869048E-1,-0E0,4.9323767E-1,3.4588316E-1,-0E0,4.042345E-1,-0E0,-3.1772128E-1,-0E0,-0E0,-3.6268625E-1,5.0263095E-1,-0E0,-0E0,-3.2750395E-1,-0E0,-2.8882983E-1,5.406429E-1,-0E0,-0E0,-3.4092692E-1,-0E0,4.2939016E-1,-0E0,-2.7453297E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":17,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,-1,21,23,-1,25,27,29,31,33,-1,-1,35,37,-1,39,-1,-1,41,43,45,47,49,51,-1,-1,53,-1,55,-1,57,-1,59,61,63,65,67,-1,69,71,73,75,-1,-1,77,-1,79,-1,81,83,-1,-1,85,-1,87,-1,89,91,93,-1,95,97,99,101,103,105,-1,-1,107,109,-1,111,-1,-1,113,115,-1,-1,117,-1,119,-1,121,123,-1,-1,125,127,129,131,133,-1,135,137,-1,-1,139,141,-1,143,-1,145,-1,147,-1,-1,149,-1,151,-1,153,-1,155,-1,-1,-1,157,-1,159,-1,161,163,165,167,169,-1,171,-1,173,175,-1,-1,177,179,-1,181,-1,183,-1,-1,185,187,-1,189,-1,-1,191,-1,193,195,-1,-1,197,199,-1,201,-1,203,-1,205,-1,207,-1,-1,-1,-1,209,-1,211,213,-1,-1,215,-1,217,-1,219,-1,221,-1,223,-1,225,-1,227,229,-1,-1,-1,-1,231,233,-1,-1,235,-1,237,-1,239,-1,241,243,-1,-1,245,247,-1,-1,-1,-1,249,-1,-1,-1,251,253,-1,-1,255,257,-1,-1,259,-1,-1,261,-1,263,-1,-1,265,-1,267,-1,-1,-1,269,-1,271,-1,273,-1,275,277,-1,279,-1,281,-1,283,-1,-1,285,-1,287,-1,289,291,-1,-1,293,-1,-1,-1,295,-1,297,-1,299,-1,301,303,-1,305,-1,-1,-1,-1,307,-1,309,311,-1,-1,313,-1,315,-1,317,319,-1,321,-1,-1,323,325,-1,-1,327,-1,329,-1,331,333,-1,-1,335,337,-1,339,-1,-1,341,343,-1,345,-1,-1,347,-1,349,351,-1,-1,-1,-1,-1,353,-1,355,-1,357,-1,-1,359,361,-1,363,-1,-1,365,367,-1,369,-1,371,-1,-1,373,-1,375,-1,377,-1,379,-1,-1,-1,381,-1,-1,-1,-1,-1,383,385,-1,-1,387,-1,389,-1,391,-1,-1,-1,-1,393,-1,-1,395,397,-1,-1,399,-1,-1,401,-1,-1,403,-1,-1,-1,-1],"loss_changes":[2.7000722E-1,1.655863E-1,7.7234745E-2,2.8583783E-1,1.4731744E-1,0E0,7.518691E-2,9.3728036E-2,1.2900281E-2,1.739458E-1,1.425377E-1,0E0,1.0900834E-1,9.709054E-2,0E0,9.6163064E-2,4.9326617E-2,1.7644824E-1,1.7831112E-1,1.3347316E-1,0E0,0E0,6.942928E-2,9.799981E-2,0E0,1.5712765E-1,0E0,0E0,8.215411E-2,4.5914076E-2,1.7229387E-1,1.619096E-1,1.4877014E-1,1.3480783E-1,0E0,0E0,7.048452E-2,0E0,5.100888E-2,0E0,1.3164413E-1,0E0,3.4677E-2,7.258831E-2,9.318708E-2,1.5002382E-1,6.832105E-3,0E0,1.5619358E-1,2.1926162E-1,1.762628E-1,1.3323689E-1,0E0,0E0,6.888747E-2,0E0,3.1983674E-2,0E0,1.1435908E-1,3.478411E-2,0E0,0E0,9.496945E-2,0E0,1.1525546E-1,0E0,1.9285673E-1,7.580871E-2,2.0764278E-2,0E0,1.4588368E-1,8.1637844E-2,1.2530443E-1,1.437625E-1,3.4295083E-3,1.4325935E-1,0E0,0E0,6.4873815E-2,2.3394465E-2,0E0,7.8270316E-2,0E0,0E0,2.289772E-2,9.649213E-2,0E0,0E0,3.8919717E-2,0E0,1.4179927E-1,0E0,2.1569726E-1,1.31012965E-2,0E0,0E0,1.6716182E-1,2.387855E-1,1.1804031E-2,3.1358374E-3,2.1342906E-1,0E0,1.1604011E-1,1.0090448E-2,0E0,0E0,1.3972658E-1,3.6141157E-2,0E0,3.9774716E-2,0E0,7.2553456E-2,0E0,2.0611241E-2,0E0,0E0,7.942659E-2,0E0,1.769197E-2,0E0,1.3262731E-1,0E0,1.0564777E-1,0E0,0E0,0E0,1.2495059E-1,0E0,1.634438E-1,0E0,9.007424E-2,3.3760667E-2,3.539318E-2,6.761566E-3,1.7733288E-1,0E0,1.3204706E-1,0E0,1.8935502E-2,1.0572857E-1,0E0,0E0,2.579701E-2,6.326091E-2,0E0,7.941741E-2,0E0,2.5085837E-2,0E0,0E0,5.9391588E-2,1.4939636E-2,0E0,6.4837575E-2,0E0,0E0,6.298813E-2,0E0,1.3221383E-1,1.1384773E-1,0E0,0E0,6.648891E-2,5.945418E-2,0E0,1.9545574E-2,0E0,3.9567243E-2,0E0,1.4210069E-1,0E0,1.0563362E-1,0E0,0E0,0E0,0E0,1.0000157E-1,0E0,1.5389311E-1,2.6468217E-2,0E0,0E0,5.4271042E-2,0E0,2.128452E-3,0E0,7.0227E-2,0E0,2.8980672E-3,0E0,4.9163938E-2,0E0,5.8185548E-2,0E0,1.4563811E-1,1.1672121E-1,0E0,0E0,0E0,0E0,7.7196114E-2,1.5022043E-2,0E0,0E0,5.0301235E-2,0E0,1.05763376E-1,0E0,1.091215E-1,0E0,9.742677E-2,5.237484E-2,0E0,0E0,2.0676136E-2,4.4634283E-2,0E0,0E0,0E0,0E0,6.747109E-2,0E0,0E0,0E0,5.8857918E-2,6.496394E-2,0E0,0E0,1.4480591E-1,1.0523164E-1,0E0,0E0,5.1886573E-2,0E0,0E0,4.0463783E-2,0E0,6.393623E-2,0E0,0E0,1.1557686E-1,0E0,1.08683825E-1,0E0,0E0,0E0,2.0907223E-2,0E0,4.454118E-2,0E0,4.4488132E-2,0E0,4.6342134E-2,7.1189344E-2,0E0,1.445682E-1,0E0,9.32191E-2,0E0,4.9017653E-2,0E0,0E0,6.6602826E-3,0E0,7.7476144E-2,0E0,1.0620469E-1,8.179188E-2,0E0,0E0,1.7185211E-2,0E0,0E0,0E0,3.819853E-2,0E0,4.6719313E-2,0E0,6.9300294E-2,0E0,1.3556993E-1,6.468499E-2,0E0,5.1879317E-2,0E0,0E0,0E0,0E0,7.0043564E-2,0E0,8.791602E-2,7.529557E-2,0E0,0E0,1.6942143E-2,0E0,3.478962E-2,0E0,3.822863E-2,6.789285E-2,0E0,1.044358E-1,0E0,0E0,6.1714828E-2,4.155588E-2,0E0,0E0,6.746876E-2,0E0,7.342005E-2,0E0,1.4953756E-1,4.285693E-3,0E0,0E0,1.6284585E-2,2.814126E-2,0E0,4.3705523E-2,0E0,0E0,9.696984E-2,5.4733396E-2,0E0,2.8507382E-2,0E0,0E0,4.5843005E-2,0E0,7.380319E-2,5.5169225E-2,0E0,0E0,0E0,0E0,0E0,1.1095166E-2,0E0,2.7314544E-2,0E0,6.589508E-2,0E0,0E0,1.5980363E-2,2.9728293E-2,0E0,9.984803E-2,0E0,0E0,4.5980215E-3,2.0305157E-2,0E0,6.2247515E-3,0E0,1.5749931E-2,0E0,0E0,5.34724E-2,0E0,4.2375922E-2,0E0,3.5381287E-2,0E0,7.7455044E-2,0E0,0E0,0E0,2.1014452E-2,0E0,0E0,0E0,0E0,0E0,4.8673153E-3,4.1368008E-2,0E0,0E0,1.8790364E-2,0E0,4.9099684E-2,0E0,7.50041E-3,0E0,0E0,0E0,0E0,1.2414485E-2,0E0,0E0,3.395915E-2,5.958104E-2,0E0,0E0,1.241073E-2,0E0,0E0,1.8470764E-2,0E0,0E0,1.1001468E-2,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,12,12,13,13,15,15,16,16,17,17,18,18,19,19,22,22,23,23,25,25,28,28,29,29,30,30,31,31,32,32,33,33,36,36,38,38,40,40,42,42,43,43,44,44,45,45,46,46,48,48,49,49,50,50,51,51,54,54,56,56,58,58,59,59,62,62,64,64,66,66,67,67,68,68,70,70,71,71,72,72,73,73,74,74,75,75,78,78,79,79,81,81,84,84,85,85,88,88,90,90,92,92,93,93,96,96,97,97,98,98,99,99,100,100,102,102,103,103,106,106,107,107,109,109,111,111,113,113,116,116,118,118,120,120,122,122,126,126,128,128,130,130,131,131,132,132,133,133,134,134,136,136,138,138,139,139,142,142,143,143,145,145,147,147,150,150,151,151,153,153,156,156,158,158,159,159,162,162,163,163,165,165,167,167,169,169,171,171,176,176,178,178,179,179,182,182,184,184,186,186,188,188,190,190,192,192,194,194,195,195,200,200,201,201,204,204,206,206,208,208,210,210,211,211,214,214,215,215,220,220,224,224,225,225,228,228,229,229,232,232,235,235,237,237,240,240,242,242,246,246,248,248,250,250,252,252,253,253,255,255,257,257,259,259,262,262,264,264,266,266,267,267,270,270,274,274,276,276,278,278,280,280,281,281,283,283,288,288,290,290,291,291,294,294,296,296,298,298,299,299,301,301,304,304,305,305,308,308,310,310,312,312,313,313,316,316,317,317,319,319,322,322,323,323,325,325,328,328,330,330,331,331,337,337,339,339,341,341,344,344,345,345,347,347,350,350,351,351,353,353,355,355,358,358,360,360,362,362,364,364,368,368,374,374,375,375,378,378,380,380,382,382,387,387,390,390,391,391,394,394,397,397,400,400],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,-1,22,24,-1,26,28,30,32,34,-1,-1,36,38,-1,40,-1,-1,42,44,46,48,50,52,-1,-1,54,-1,56,-1,58,-1,60,62,64,66,68,-1,70,72,74,76,-1,-1,78,-1,80,-1,82,84,-1,-1,86,-1,88,-1,90,92,94,-1,96,98,100,102,104,106,-1,-1,108,110,-1,112,-1,-1,114,116,-1,-1,118,-1,120,-1,122,124,-1,-1,126,128,130,132,134,-1,136,138,-1,-1,140,142,-1,144,-1,146,-1,148,-1,-1,150,-1,152,-1,154,-1,156,-1,-1,-1,158,-1,160,-1,162,164,166,168,170,-1,172,-1,174,176,-1,-1,178,180,-1,182,-1,184,-1,-1,186,188,-1,190,-1,-1,192,-1,194,196,-1,-1,198,200,-1,202,-1,204,-1,206,-1,208,-1,-1,-1,-1,210,-1,212,214,-1,-1,216,-1,218,-1,220,-1,222,-1,224,-1,226,-1,228,230,-1,-1,-1,-1,232,234,-1,-1,236,-1,238,-1,240,-1,242,244,-1,-1,246,248,-1,-1,-1,-1,250,-1,-1,-1,252,254,-1,-1,256,258,-1,-1,260,-1,-1,262,-1,264,-1,-1,266,-1,268,-1,-1,-1,270,-1,272,-1,274,-1,276,278,-1,280,-1,282,-1,284,-1,-1,286,-1,288,-1,290,292,-1,-1,294,-1,-1,-1,296,-1,298,-1,300,-1,302,304,-1,306,-1,-1,-1,-1,308,-1,310,312,-1,-1,314,-1,316,-1,318,320,-1,322,-1,-1,324,326,-1,-1,328,-1,330,-1,332,334,-1,-1,336,338,-1,340,-1,-1,342,344,-1,346,-1,-1,348,-1,350,352,-1,-1,-1,-1,-1,354,-1,356,-1,358,-1,-1,360,362,-1,364,-1,-1,366,368,-1,370,-1,372,-1,-1,374,-1,376,-1,378,-1,380,-1,-1,-1,382,-1,-1,-1,-1,-1,384,386,-1,-1,388,-1,390,-1,392,-1,-1,-1,-1,394,-1,-1,396,398,-1,-1,400,-1,-1,402,-1,-1,404,-1,-1,-1,-1],"split_conditions":[1.5207422E2,3.6875E1,1.7590541E0,2.3725264E0,4.3186736E0,-0E0,1.335907E-2,2.397414E2,7.65625E-1,1.6947334E0,9.8046875E-1,-0E0,1.9241333E-2,9.951172E-1,-0E0,3.5365982E0,1.05651855E-1,3.0004883E-1,1.3072819E0,3.036484E0,-0E0,-0E0,7.0493615E-1,1.8112183E-2,-0E0,5.5847168E-2,-0E0,-0E0,3.1078125E1,8.2375E1,7.8E1,5.628941E-1,3.909777E0,9.394531E-1,-0E0,-0E0,1.4404297E-2,-0E0,5.947876E-2,-0E0,3.503418E-1,-0E0,9.9853516E-1,1.3586426E-1,7.3583984E-1,7.7687424E-1,9.8876953E-1,-0E0,3.521875E1,4.8125E1,9.272461E-1,2.4508827E2,-0E0,-0E0,3.0140625E1,-0E0,4.724723E0,-0E0,1.19884056E2,6.585161E-1,-0E0,-0E0,2.2009277E-1,-0E0,5.253125E1,-0E0,1.01501465E-1,6.63125E1,3.098946E0,-0E0,5.126953E-2,2.1324575E0,5.35625E1,4.509375E1,9.580078E-1,5.7952946E1,-0E0,-0E0,9.9560547E-1,9.9609375E-1,-0E0,5.426817E0,-0E0,-0E0,9.975586E-1,9.25293E-2,-0E0,-0E0,3.096875E1,-0E0,3.071875E1,-0E0,8.001709E-2,1.5269543E0,-0E0,-0E0,7.965088E-3,1.34756E0,4.65E1,3.6614301E0,3.659375E1,-0E0,1.4794287E2,2.3120117E-1,-0E0,-0E0,1.948332E0,3.0484375E1,-0E0,1.21447716E2,-0E0,4.879668E0,-0E0,9.7265625E-1,-0E0,-0E0,3.778125E1,-0E0,9.9902344E-1,-0E0,1.3977693E2,-0E0,4.8141393E-1,1.101718E-1,-0E0,-0E0,6.2561035E-3,-0E0,4.297177E0,-0E0,1.3916016E-1,8.45625E1,4.4259057E0,1.7091316E0,9.9560547E-1,-0E0,1.41E2,-0E0,3.521875E1,3.7375E1,-0E0,-0E0,1.7606232E0,9.951172E-1,-0E0,1.0436645E0,-0E0,4.0863037E-2,-0E0,-0E0,5.7495117E-2,5.628941E-1,-0E0,5.947876E-2,-0E0,-0E0,5.370293E-1,-0E0,3.803125E1,9.2089844E-1,-0E0,-0E0,7.155235E1,1.17126465E-1,-0E0,3.1953826E0,-0E0,7.739258E-2,-0E0,7.5805664E-2,-0E0,5.7495117E-2,-0E0,-0E0,-1.0351057E-1,-0E0,6.854248E-2,-0E0,9.868164E-1,6.726074E-2,-0E0,-0E0,1.185625E2,-0E0,1.9977502E2,-0E0,5.355999E1,-0E0,4.067834E0,-0E0,1.0687299E2,-0E0,2.0645432E2,-0E0,5.8944434E-1,9.145508E-1,-0E0,-0E0,-1.8633647E-1,-0E0,1.1154175E-2,5.1032395E0,-0E0,-0E0,1.9737349E2,-0E0,9.54375E1,-0E0,1.9859531E1,-0E0,6.5722656E-1,9.980469E-1,-0E0,-0E0,3.7375E1,3.071875E1,-0E0,-2.2978003E-1,-0E0,-0E0,6.044407E-1,2.024396E-1,-0E0,-0E0,6.0971485E1,1.256875E2,-0E0,-0E0,9.9853516E-1,9.863281E-1,-0E0,-0E0,4.297177E0,1.3546376E-1,-0E0,3.31875E1,-0E0,1.7204187E0,-0E0,-0E0,4.753113E-3,-0E0,9.169922E-1,-4.1400793E-1,-0E0,-0E0,6.2561035E-3,-0E0,4.498985E0,-0E0,8.5382116E-1,-0E0,3.982544E-3,1.386122E2,-0E0,6.1187744E-2,-0E0,3.7484157E0,-0E0,9.48125E1,-0E0,-0E0,5.758667E-2,-0E0,1.0398865E-2,-0E0,1.854248E-1,9.9365234E-1,-0E0,-0E0,2.6428423E1,3.5302192E-1,-0E0,-0E0,7.965088E-3,-0E0,3.7743076E1,-0E0,9.975586E-1,-0E0,9.6191406E-1,1.9036762E0,-0E0,9.67152E1,-0E0,-0E0,1.8304555E-1,-0E0,8.441162E-2,-0E0,1.8683436E0,5.774589E1,-0E0,-0E0,1.166875E2,-0E0,1.9210815E-2,-0E0,9.975586E-1,1.6826637E0,-0E0,5.289727E1,-0E0,-0E0,9.975586E-1,9.9365234E-1,-0E0,-0E0,4.7264923E1,-0E0,4.0320683E0,-0E0,9.975586E-1,3.0296875E1,-0E0,-0E0,3.33125E1,9.9560547E-1,-0E0,9.8828125E-1,-0E0,-0E0,9.6875E-1,1.2779236E-2,-0E0,1.1283248E2,-0E0,-0E0,1.06E2,-0E0,5.4462784E1,1.35625E2,-0E0,-0E0,-3.172388E-1,-0E0,-2.9074398E-1,1.75875E2,-0E0,6.9433594E-1,-0E0,3.3931732E-3,-0E0,-0E0,5.1513672E-2,4.753113E-3,-0E0,1.8155329E0,-0E0,-0E0,2.7008057E-3,4.753113E-3,-0E0,3.1734375E1,-0E0,1.026875E2,-0E0,-0E0,5.4031467E1,-0E0,9.682617E-1,-0E0,1.5899658E-2,-0E0,1.357164E0,-0E0,2.7648795E-1,-0E0,7.637006E-1,-0E0,-3.6859378E-1,-3.425571E-1,-0E0,-0E0,5.603753E0,5.171875E1,-0E0,-0E0,1.952249E2,-0E0,5.5007935E-3,-0E0,9.550781E-1,3.4588316E-1,-0E0,4.042345E-1,-0E0,2.454834E-1,-0E0,-0E0,8.125305E-3,9.8828125E-1,-0E0,-0E0,1.4871991E0,-0E0,-2.8882983E-1,9.313965E-2,-0E0,-0E0,1.18637085E-2,-0E0,4.2939016E-1,-0E0,-2.7453297E-1],"split_indices":[4,11,0,0,1,0,18,7,16,2,16,0,19,15,0,1,13,13,0,0,0,0,3,16,0,16,0,0,8,10,11,0,0,13,0,0,16,0,14,0,14,0,16,19,14,1,14,0,8,11,18,7,0,0,8,0,2,0,5,2,0,0,13,0,9,0,12,9,1,0,16,1,9,11,14,4,0,0,16,16,0,0,0,0,15,17,0,0,8,0,8,0,17,2,0,0,18,1,9,3,10,0,6,14,0,0,0,10,0,4,0,2,0,19,0,0,11,0,14,0,4,0,3,0,0,0,17,0,2,0,12,10,3,1,14,0,10,0,10,9,0,0,3,18,0,2,0,17,0,0,13,0,0,14,0,0,2,0,11,12,0,0,4,12,0,0,0,16,0,18,0,13,0,0,0,0,12,0,15,16,0,0,9,0,7,0,7,0,1,0,6,0,6,0,1,13,0,0,0,0,19,2,0,0,6,0,8,0,7,0,15,17,0,0,9,11,0,0,0,0,0,0,0,0,5,8,0,0,15,19,0,0,2,0,0,8,0,2,0,0,19,0,13,0,0,0,17,0,3,0,3,0,18,6,0,13,0,0,0,11,0,0,17,0,19,0,15,18,0,0,7,0,0,0,18,0,7,0,15,0,12,2,0,5,0,0,0,0,12,0,2,7,0,0,10,0,16,0,19,1,0,5,0,0,14,16,0,0,5,0,0,0,14,11,0,0,10,16,0,13,0,0,13,19,0,7,0,0,11,0,4,9,0,0,0,0,0,10,0,12,0,19,0,0,17,18,0,2,0,0,18,19,0,8,0,8,0,0,7,0,18,0,17,0,0,0,0,0,2,0,0,0,0,0,3,8,0,0,6,0,17,0,12,0,0,0,0,15,0,0,16,14,0,0,0,0,0,12,0,0,19,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.5414226E2,2.3812347E2,1.6018784E1,2.774247E1,2.1038101E2,9.9117583E-1,1.5027607E1,1.33451605E1,1.4397309E1,1.8051341E2,2.9867596E1,1.7864221E0,1.3241185E1,1.289916E1,4.459993E-1,8.76594E0,5.6313686E0,6.117575E1,1.1933766E2,2.599956E1,3.8680365E0,2.696724E0,1.0544461E1,1.1551446E1,1.3477153E0,7.2114453E0,1.5544947E0,1.3614223E0,4.2699466E0,3.071697E1,3.0458778E1,2.1717012E1,9.762065E1,2.2797703E1,3.2018576E0,6.837463E-1,9.860715E0,7.2928774E-1,1.0822158E1,1.2782193E0,5.933226E0,3.7374458E-1,3.896202E0,1.9898972E1,1.0817999E1,1.4464262E1,1.5994515E1,1.3118099E0,2.0405203E1,7.461752E1,2.3003122E1,2.1762657E1,1.0350455E0,5.3447735E-1,9.326238E0,1.7994241E-1,1.0642216E1,4.37023E-1,5.496203E0,3.7081685E0,1.8803343E-1,7.9506707E0,1.1948301E1,3.662555E0,7.155444E0,1.991199E0,1.2473063E1,1.4110096E1,1.8844194E0,3.6788282E0,1.6726376E1,2.1199375E1,5.341815E1,1.9512318E1,3.490805E0,2.0486313E1,1.2763435E0,2.516559E-1,9.074582E0,9.52121E0,1.1210054E0,5.3159103E0,1.8029265E-1,1.863189E-1,3.5218496E0,9.945905E0,2.0023963E0,2.0051732E0,5.150271E0,2.5144253E0,9.958638E0,3.994248E0,1.0115849E1,1.4078449E0,4.7657454E-1,2.1541731E0,1.4572202E1,1.5162768E1,6.0366063E0,1.7159023E1,3.625913E1,2.9555397E0,1.6556778E1,1.935452E0,1.5553529E0,1.994E0,1.8492313E1,8.274506E0,8.0007625E-1,9.20951E0,3.116997E-1,5.0272446E0,2.8866592E-1,3.296201E0,2.2564864E-1,1.1216388E0,8.824266E0,1.6795684E-1,4.982314E0,7.785613E-1,9.180077E0,2.9827306E0,7.1331177E0,1.1974881E0,2.1035686E-1,6.332205E-1,1.3938981E1,6.166973E0,8.995795E0,2.1378286E0,3.8987775E0,1.1567844E1,5.59118E0,4.664403E0,3.1594725E1,2.0407653E0,1.4516012E1,4.0109828E-1,1.5343537E0,1.0954675E1,7.537638E0,1.9462714E-1,8.079879E0,8.541985E0,6.675259E-1,4.8596053E0,1.6763888E-1,3.133345E0,1.6285624E-1,2.6766384E-1,8.5566025E0,4.6536875E0,3.2862666E-1,8.576755E0,6.033222E-1,4.342823E-1,6.6988354E0,3.4595415E-1,1.3593027E1,7.77315E0,1.222645E0,1.1469525E0,2.751825E0,8.985629E0,2.5822155E0,2.361306E0,3.229874E0,3.3546576E0,1.3097456E0,2.5996569E1,5.5981565E0,1.41302395E1,3.8577306E-1,1.9142921E-1,1.3429245E0,1.7176268E-1,1.0782912E1,2.339635E0,5.7402434E0,8.339118E0,2.0286596E-1,1.8771921E-1,4.6718864E0,3.0692834E-1,2.8264165E0,1.0482113E0,7.508391E0,1.6980325E-1,4.4838843E0,1.8709897E-1,8.389656E0,1.7990687E-1,6.5189285E0,2.3393638E-1,1.3359091E1,7.5815415E0,1.9160835E-1,3.0162925E-1,2.4501958E0,7.8883207E-1,8.196796E0,2.081007E0,2.8029907E-1,5.797304E-1,2.7749271E0,6.937404E0,1.9059164E1,7.497983E-1,1.3380442E1,3.400142E-1,1.0442898E1,3.7365243E0,2.0037193E0,8.925607E-1,7.4465575E0,4.400244E0,2.716422E-1,2.6306677E0,1.9574869E-1,1.5209112E0,5.9874797E0,4.188463E0,2.9542115E-1,1.6988151E-1,8.219774E0,6.0185285E0,5.004002E-1,6.162065E-1,1.2742885E1,7.365498E0,2.1604353E-1,7.812013E-1,7.415595E0,1.898536E0,1.8247095E-1,2.5817087E0,1.9321854E-1,1.854635E1,5.128137E-1,4.490631E-1,1.2931378E1,1.2941859E0,9.148712E0,3.5314496E0,2.0507468E-1,3.349423E-1,7.111615E0,2.6363397E-1,4.13661E0,3.3329713E-1,5.654183E0,3.9115113E-1,7.828623E0,5.695035E0,3.2349327E-1,1.1744461E1,9.984236E-1,7.114955E0,2.5054336E-1,6.443517E0,9.7207785E-1,2.4773851E-1,2.33397E0,2.404974E-1,1.8305853E1,3.6809215E-1,1.2563286E1,8.94041E0,2.08303E-1,3.6592054E-1,6.7456946E0,3.8246384E0,3.1197172E-1,6.000202E-1,5.0541625E0,1.6780381E-1,7.660819E0,3.076084E-1,5.387427E0,4.4350347E-1,1.1300957E1,6.927062E0,1.8789296E-1,5.748296E0,6.952214E-1,2.236663E-1,2.1103039E0,1.0173199E0,1.7288534E1,4.3375915E-1,1.2129527E1,8.757513E0,1.8289635E-1,2.5607914E-1,6.489616E0,1.9630045E-1,4.857862E0,5.300002E-1,7.130819E0,5.04778E0,3.3964652E-1,1.1061806E1,2.3915182E-1,5.505171E-1,6.376545E0,5.2984548E0,4.4984102E-1,2.0765314E0,1.5212003E1,8.790203E-1,1.1250506E1,4.4916216E-1,8.308351E0,6.1204543E0,3.691614E-1,1.67542E-1,4.69032E0,6.960743E0,1.7007604E-1,4.7655807E0,2.821996E-1,2.196444E-1,1.0842161E1,5.634037E0,7.425078E-1,5.0540423E0,2.4441242E-1,3.1912035E-1,1.4892882E1,7.345642E-1,1.0515943E1,7.606401E0,7.0195E-1,2.290532E-1,5.8914013E0,2.4350607E-1,4.446814E0,6.560864E0,3.998791E-1,4.4490805E0,3.165004E-1,1.0634447E1,2.0771411E-1,1.6843712E-1,5.4656E0,4.8314524E0,2.225902E-1,1.3304101E1,1.5887814E0,2.1541892E-1,1.0300524E1,7.361405E0,2.4499577E-1,6.397691E0,1.6317286E-1,4.2679186E0,1.8116166E-1,2.4278414E-1,1.0391663E1,6.2354475E-1,4.842055E0,2.0105675E-1,4.6303954E0,5.851187E-1,1.2718982E1,1.7063767E-1,1.0129886E1,1.893587E-1,7.172046E0,2.9807585E-1,6.099615E0,4.089886E0,1.7803244E-1,4.9433327E-1,9.897329E0,4.5874915E0,2.5456336E-1,2.241055E-1,4.40629E0,6.8899786E-1,1.2029984E1,3.2260957E-1,6.8494368E0,9.574357E0,3.2297274E-1,4.016517E0,5.7097435E-1,4.2342777E0,1.720125E-1,5.7512146E-1,1.1454863E1,6.606996E0,2.4244082E-1,1.6286181E-1,4.071416E0,2.3856178E-1,1.1216301E1,5.846598E0,7.60398E-1,2.4610896E-1,3.825307E0,1.6430056E-1,5.682297E0,1.7824128E-1,3.6470656E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"405","size_leaf_vector":"0"}},{"base_weights":[-1.4961699E-2,-0E0,-1.07872576E-1,1.6916055E-2,-1.4958113E-1,-2.3148845E-1,-0E0,-6.865602E-2,4.0859077E-2,-2.1776423E-1,-0E0,-0E0,-2.7859023E-1,-7.756986E-2,6.0456406E-2,-0E0,-1.4395382E-1,-5.8729324E-4,6.890822E-2,-0E0,-2.457971E-1,7.469121E-2,-3.3510312E-2,-0E0,-3.51936E-1,-0E0,-1.6284288E-1,1.11318134E-1,-0E0,-7.9624265E-2,1.29245855E-2,-1.8008505E-1,-0E0,5.3223815E-2,-1.7423005E-1,-1.6361557E-2,9.789167E-2,-0E0,-2.844946E-1,1.1223923E-1,-0E0,-0E0,-1.3252671E-1,-3.9968988E-1,-0E0,-2.378473E-1,-0E0,-0E0,1.4845392E-1,-0E0,-1.3584173E-1,-0E0,7.454899E-2,-0E0,-2.0223832E-1,-0E0,9.966964E-2,-2.1899855E-1,-0E0,-9.362786E-2,-0E0,1.1698508E-1,-0E0,-3.183758E-1,-0E0,-0E0,1.468883E-1,-0E0,-2.5306088E-1,-0E0,-4.3029645E-1,-0E0,-2.606372E-1,-0E0,1.8302444E-1,-1.8112876E-1,-0E0,1.16757095E-1,-0E0,-0E0,-2.2660804E-1,-0E0,-8.439031E-2,-0E0,1.2734368E-1,-2.3939456E-1,-0E0,-0E0,-1.7573765E-1,-0E0,8.0186605E-2,1.3460949E-1,-0E0,-7.418983E-2,5.7439944E-3,-0E0,-3.455944E-1,1.8135265E-1,-0E0,-2.3678103E-1,-0E0,-0E0,-4.5358646E-1,-0E0,-2.8527334E-1,-0E0,2.1870984E-1,-0E0,-2.0145082E-1,1.6469471E-1,-0E0,-0E0,-2.5877103E-1,-0E0,-1.6402665E-1,-0E0,1.723848E-1,-0E0,-2.624479E-1,-0E0,-2.6189274E-1,-0E0,-6.876065E-2,1.6162972E-1,-0E0,-0E0,1.4301471E-1,2.4200527E-2,-2.158264E-2,-0E0,-1.4397596E-1,-0E0,5.823007E-2,-3.846362E-1,-0E0,1.6481788E-1,-0E0,-0E0,-4.6335497E-1,-3.0429614E-1,-0E0,-0E0,2.4389343E-1,-0E0,-2.7518997E-1,2.3156707E-1,-0E0,-2.7639425E-1,-0E0,-0E0,-1.9650109E-1,2.2521588E-1,-0E0,-0E0,-2.8035098E-1,-0E0,-2.985262E-1,-0E0,-1.0959822E-1,-0E0,2.0423318E-1,-0E0,1.5089452E-1,8.36135E-2,-0E0,-1.7651917E-1,-0E0,-0E0,-1.8120243E-1,9.199723E-2,-0E0,-0E0,-4.0609196E-1,-0E0,-4.7612602E-1,-0E0,-3.2422015E-1,-0E0,2.6810503E-1,-0E0,-3.0786014E-1,2.821039E-1,-0E0,-0E0,-2.8641325E-1,-0E0,-2.2281277E-1,2.854665E-1,-0E0,-2.9423487E-1,-0E0,-0E0,-3.2485473E-1,-9.781203E-2,-0E0,2.525881E-1,-0E0,-0E0,1.5659456E-1,-0E0,1.5516992E-1,-2.4907514E-1,-0E0,-2.3607026E-1,-0E0,1.2131803E-1,-0E0,-0E0,-4.2094573E-1,-0E0,-4.8493573E-1,-3.4288475E-1,-0E0,2.9326966E-1,-0E0,-2.6564178E-1,-0E0,-0E0,3.1045786E-1,-0E0,-3.2850897E-1,-0E0,-1.8878758E-1,-0E0,3.062903E-1,-0E0,-3.08251E-1,-0E0,-3.5952947E-1,2.1444678E-1,-0E0,1.6324301E-1,-0E0,-0E0,2.002798E-1,-0E0,-3.2627714E-1,-2.803602E-1,-0E0,-0E0,1.5116459E-1,-0E0,-4.464156E-1,-0E0,-3.8397682E-1,-2.762639E-1,-0E0,3.1975317E-1,-0E0,3.3490536E-1,-0E0,-3.382717E-1,-0E0,-0E0,3.3453518E-1,-0E0,-3.226537E-1,-2.915E-1,-0E0,-0E0,1.8648018E-1,2.2505964E-1,-0E0,-3.0330223E-1,-0E0,-0E0,-2.998984E-1,-0E0,1.3631697E-1,-0E0,-4.6270937E-1,-0E0,3.5150418E-1,3.5731974E-1,-0E0,-2.731894E-1,-0E0,-0E0,3.5975847E-1,-3.3352822E-1,-0E0,4.974594E-2,-0E0,-0E0,2.0667012E-1,2.3975603E-1,-0E0,-0E0,-2.4677648E-1,-0E0,-4.7514844E-1,3.8008726E-1,-0E0,2.9012436E-1,-0E0,3.7541273E-1,-0E0,-0E0,-3.552917E-1,-0E0,1.22763686E-1,3.3867057E-2,-0E0,-0E0,2.1395943E-1,-0E0,2.5572446E-1,-4.9092367E-1,-0E0,4.0389857E-1,-0E0,3.9337444E-1,-0E0,-0E0,-2.922527E-1,-0E0,1.6969137E-1,6.2458046E-2,-0E0,-0E0,-5.3974442E-2,-0E0,2.1877411E-1,2.6412866E-1,-0E0,-3.9638495E-1,-0E0,4.2739838E-1,-0E0,4.0742293E-1,-0E0,2.0083727E-1,-0E0,-1.3487783E-1,-0E0,2.2380936E-1,-0E0,-0E0,2.1635363E-1,-0E0,3.5277495E-1,-0E0,4.1718903E-1,-0E0,2.2528541E-1,-2.0578942E-1,-0E0,-0E0,2.2953184E-1,4.2758766E-1,-0E0,2.6903418E-1,-0E0,-0E0,-2.5899273E-1,2.4047728E-1,-0E0,-0E0,4.3835473E-1,2.962786E-1,-0E0,-2.3432735E-1,-0E0,2.5396392E-1,-0E0,-0E0,4.597875E-1,3.1777665E-1,-0E0,-0E0,2.6239178E-1,-0E0,4.707434E-1,-0E0,3.405719E-1,-0E0,2.6432115E-1,-0E0,3.7227926E-1,-0E0,2.9388747E-1,-0E0,2.681302E-1,-0E0,2.701691E-1,2.7297735E-1,-0E0,-0E0,2.7564293E-1,2.778538E-1,-0E0,2.862641E-1,-0E0,2.2467212E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":18,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,25,27,29,31,33,35,-1,37,39,41,-1,43,-1,45,47,-1,49,51,53,-1,55,57,59,61,-1,63,65,-1,-1,67,69,-1,71,-1,-1,73,-1,75,-1,77,-1,79,81,83,85,-1,87,89,91,93,95,-1,-1,97,-1,99,-1,101,-1,103,-1,105,107,-1,109,-1,-1,111,-1,113,-1,115,117,-1,-1,119,121,123,125,127,129,131,-1,133,135,-1,-1,-1,-1,137,-1,139,-1,141,-1,143,145,-1,-1,147,-1,149,-1,151,-1,153,-1,155,-1,157,159,-1,-1,161,163,165,-1,167,-1,169,171,-1,-1,-1,-1,173,175,-1,-1,177,-1,179,181,-1,183,-1,-1,185,187,-1,-1,189,-1,191,-1,193,-1,195,-1,197,199,-1,201,-1,-1,203,205,-1,-1,207,-1,209,-1,211,-1,213,-1,215,217,-1,-1,219,-1,221,223,-1,225,-1,-1,227,-1,-1,229,-1,-1,231,-1,233,235,-1,237,-1,239,-1,-1,241,-1,243,245,-1,247,-1,-1,-1,-1,249,-1,251,-1,-1,-1,253,-1,255,-1,257,-1,-1,259,-1,-1,261,-1,263,265,-1,-1,267,-1,269,-1,-1,-1,-1,271,-1,273,-1,275,-1,-1,277,-1,279,-1,-1,281,283,285,-1,-1,-1,-1,287,-1,-1,-1,289,-1,291,293,-1,-1,-1,-1,295,297,-1,299,-1,301,303,305,-1,-1,-1,-1,307,309,-1,-1,-1,311,-1,-1,313,-1,315,317,319,-1,321,-1,323,325,-1,327,-1,329,-1,-1,-1,-1,331,-1,-1,-1,333,-1,335,337,-1,-1,-1,339,-1,341,-1,343,-1,345,-1,347,-1,-1,-1,-1,-1,-1,349,-1,351,353,-1,-1,355,357,-1,359,-1,-1,361,363,-1,-1,365,367,-1,-1,-1,369,-1,-1,371,373,-1,-1,375,-1,377,-1,379,-1,381,-1,-1,-1,-1,-1,383,-1,385,387,-1,-1,389,391,-1,393,-1,-1,-1],"loss_changes":[3.263457E-1,5.520115E-1,3.8874635E-1,3.62507E-1,2.6419806E-1,1.460647E-1,9.4377786E-2,1.1771479E-1,2.5174278E-1,1.5776819E-1,2.502476E-2,0E0,2.1895552E-1,9.750601E-2,6.2251244E-2,4.4499245E-2,9.357107E-2,5.907829E-1,3.5042983E-1,0E0,1.0293293E-1,2.3525774E-2,4.425162E-2,0E0,1.0026193E-1,0E0,1.064575E-1,6.654239E-2,0E0,6.629203E-2,5.967523E-2,6.8831086E-2,0E0,1.8242326E-1,9.561935E-2,1.0297477E-1,2.2662634E-1,0E0,9.63285E-2,2.5516108E-2,0E0,0E0,1.0938963E-1,1.2188673E-1,0E0,4.096219E-2,0E0,0E0,7.777651E-2,0E0,6.941115E-2,0E0,6.4496115E-2,0E0,5.3812534E-2,3.0586047E-2,1.4742276E-1,9.056991E-2,0E0,2.1107267E-1,2.4691228E-2,1.5776157E-1,3.9248347E-2,1.05864644E-1,0E0,0E0,2.781716E-2,0E0,5.385302E-2,0E0,6.651902E-2,0E0,4.1493535E-2,0E0,7.9842225E-2,3.3824965E-2,0E0,7.22823E-2,0E0,0E0,6.1501473E-2,0E0,6.963523E-2,0E0,1.3260227E-1,7.410395E-2,0E0,0E0,1.3983434E-1,1.1714026E-2,5.7562884E-2,1.3086438E-1,6.243917E-3,7.459186E-2,1.0487789E-2,0E0,9.831965E-2,1.1375673E-2,0E0,0E0,0E0,0E0,2.3794413E-2,0E0,2.1866143E-2,0E0,6.75627E-2,0E0,3.9377466E-2,9.575857E-2,0E0,0E0,3.0916631E-2,0E0,2.6233539E-2,0E0,2.430256E-1,0E0,7.093197E-2,0E0,7.8263104E-2,0E0,1.5413918E-2,3.6028102E-2,0E0,0E0,9.812343E-2,3.5981983E-2,1.16612665E-1,0E0,5.0314E-2,0E0,1.3136492E-2,7.038164E-2,0E0,0E0,0E0,0E0,1.8694282E-2,1.3509661E-2,0E0,0E0,5.9040546E-2,0E0,4.7501415E-2,1.0014027E-1,0E0,2.9150903E-2,0E0,0E0,2.533929E-2,1.831494E-1,0E0,0E0,6.1603725E-2,0E0,6.442982E-2,0E0,5.5914856E-3,0E0,3.683585E-2,0E0,9.079158E-2,7.041682E-2,0E0,9.656449E-2,0E0,0E0,5.850312E-2,1.5033869E-2,0E0,0E0,6.732583E-2,0E0,1.0509014E-2,0E0,1.3227224E-2,0E0,4.714948E-2,0E0,1.1648864E-2,4.9140275E-2,0E0,0E0,2.8953075E-2,0E0,1.6357392E-2,1.2617582E-1,0E0,5.999458E-2,0E0,0E0,4.9225867E-2,0E0,0E0,1.3827711E-2,0E0,0E0,8.318198E-2,0E0,6.664225E-2,1.1608155E-1,0E0,6.5880105E-2,0E0,1.7426498E-2,0E0,0E0,6.87058E-2,0E0,2.3223162E-3,5.9506297E-3,0E0,7.025394E-2,0E0,0E0,0E0,0E0,4.1282743E-2,0E0,4.585147E-3,0E0,0E0,0E0,1.1664307E-1,0E0,6.659323E-2,0E0,2.9528916E-2,0E0,0E0,7.856786E-2,0E0,0E0,2.909638E-2,0E0,8.401859E-2,2.23369E-2,0E0,0E0,1.3362911E-2,0E0,2.759993E-2,0E0,0E0,0E0,0E0,6.278622E-2,0E0,2.9293537E-2,0E0,1.8361807E-2,0E0,0E0,1.1362016E-1,0E0,4.9626708E-2,0E0,0E0,2.2631997E-2,1.2053931E-1,1.8204689E-2,0E0,0E0,0E0,0E0,1.1501908E-2,0E0,0E0,0E0,4.7385693E-2,0E0,4.9670637E-2,1.7500818E-2,0E0,0E0,0E0,0E0,7.419002E-2,4.148376E-2,0E0,9.960815E-2,0E0,2.821577E-3,1.0271084E-1,7.7177286E-3,0E0,0E0,0E0,0E0,3.399682E-2,3.361672E-2,0E0,0E0,0E0,8.159113E-2,0E0,0E0,3.3318996E-2,0E0,9.556355E-2,1.1452928E-2,1.2446229E-2,0E0,7.787287E-2,0E0,3.927797E-3,4.4213533E-3,0E0,4.4202805E-2,0E0,6.614649E-2,0E0,0E0,0E0,0E0,7.81448E-2,0E0,0E0,0E0,5.309398E-2,0E0,7.963848E-2,4.8006326E-3,0E0,0E0,0E0,5.698502E-3,0E0,4.72039E-2,0E0,6.5921575E-2,0E0,6.436385E-2,0E0,7.970238E-2,0E0,0E0,0E0,0E0,0E0,0E0,4.1558266E-2,0E0,6.984037E-2,5.895096E-2,0E0,0E0,6.1974525E-2,1.2907505E-2,0E0,7.355133E-2,0E0,0E0,5.012785E-2,6.379771E-2,0E0,0E0,9.289861E-3,5.8219433E-2,0E0,0E0,0E0,4.213524E-2,0E0,0E0,1.7301202E-2,5.8059394E-2,0E0,0E0,1.9653082E-2,0E0,6.798148E-3,0E0,5.8155954E-2,0E0,4.8536062E-2,0E0,0E0,0E0,0E0,0E0,1.5611649E-2,0E0,3.0647516E-2,1.646161E-2,0E0,0E0,1.34141445E-2,1.2560606E-2,0E0,9.629011E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,18,18,20,20,21,21,22,22,24,24,26,26,27,27,29,29,30,30,31,31,33,33,34,34,35,35,36,36,38,38,39,39,42,42,43,43,45,45,48,48,50,50,52,52,54,54,55,55,56,56,57,57,59,59,60,60,61,61,62,62,63,63,66,66,68,68,70,70,72,72,74,74,75,75,77,77,80,80,82,82,84,84,85,85,88,88,89,89,90,90,91,91,92,92,93,93,94,94,96,96,97,97,102,102,104,104,106,106,108,108,109,109,112,112,114,114,116,116,118,118,120,120,122,122,123,123,126,126,127,127,128,128,130,130,132,132,133,133,138,138,139,139,142,142,144,144,145,145,147,147,150,150,151,151,154,154,156,156,158,158,160,160,162,162,163,163,165,165,168,168,169,169,172,172,174,174,176,176,178,178,180,180,181,181,184,184,186,186,187,187,189,189,192,192,195,195,198,198,200,200,201,201,203,203,205,205,208,208,210,210,211,211,213,213,218,218,220,220,224,224,226,226,228,228,231,231,234,234,236,236,237,237,240,240,242,242,247,247,249,249,251,251,254,254,256,256,259,259,260,260,261,261,266,266,270,270,272,272,273,273,278,278,279,279,281,281,283,283,284,284,285,285,290,290,291,291,295,295,298,298,300,300,301,301,302,302,304,304,306,306,307,307,309,309,311,311,316,316,320,320,322,322,323,323,327,327,329,329,331,331,333,333,335,335,342,342,344,344,345,345,348,348,349,349,351,351,354,354,355,355,358,358,359,359,363,363,366,366,367,367,370,370,372,372,374,374,376,376,382,382,384,384,385,385,388,388,389,389,391,391],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,26,28,30,32,34,36,-1,38,40,42,-1,44,-1,46,48,-1,50,52,54,-1,56,58,60,62,-1,64,66,-1,-1,68,70,-1,72,-1,-1,74,-1,76,-1,78,-1,80,82,84,86,-1,88,90,92,94,96,-1,-1,98,-1,100,-1,102,-1,104,-1,106,108,-1,110,-1,-1,112,-1,114,-1,116,118,-1,-1,120,122,124,126,128,130,132,-1,134,136,-1,-1,-1,-1,138,-1,140,-1,142,-1,144,146,-1,-1,148,-1,150,-1,152,-1,154,-1,156,-1,158,160,-1,-1,162,164,166,-1,168,-1,170,172,-1,-1,-1,-1,174,176,-1,-1,178,-1,180,182,-1,184,-1,-1,186,188,-1,-1,190,-1,192,-1,194,-1,196,-1,198,200,-1,202,-1,-1,204,206,-1,-1,208,-1,210,-1,212,-1,214,-1,216,218,-1,-1,220,-1,222,224,-1,226,-1,-1,228,-1,-1,230,-1,-1,232,-1,234,236,-1,238,-1,240,-1,-1,242,-1,244,246,-1,248,-1,-1,-1,-1,250,-1,252,-1,-1,-1,254,-1,256,-1,258,-1,-1,260,-1,-1,262,-1,264,266,-1,-1,268,-1,270,-1,-1,-1,-1,272,-1,274,-1,276,-1,-1,278,-1,280,-1,-1,282,284,286,-1,-1,-1,-1,288,-1,-1,-1,290,-1,292,294,-1,-1,-1,-1,296,298,-1,300,-1,302,304,306,-1,-1,-1,-1,308,310,-1,-1,-1,312,-1,-1,314,-1,316,318,320,-1,322,-1,324,326,-1,328,-1,330,-1,-1,-1,-1,332,-1,-1,-1,334,-1,336,338,-1,-1,-1,340,-1,342,-1,344,-1,346,-1,348,-1,-1,-1,-1,-1,-1,350,-1,352,354,-1,-1,356,358,-1,360,-1,-1,362,364,-1,-1,366,368,-1,-1,-1,370,-1,-1,372,374,-1,-1,376,-1,378,-1,380,-1,382,-1,-1,-1,-1,-1,384,-1,386,388,-1,-1,390,392,-1,394,-1,-1,-1],"split_conditions":[1.0573596E2,1.9882776E2,2.0407504E2,1.4316089E2,9.3409966E1,4.053125E1,9.321289E-1,7.48107E1,7.604016E1,1.5670776E-2,2.1369002E2,-0E0,1.09181465E2,1.5563965E-1,1.297989E2,1.2340886E2,1.04125E2,1.6894637E2,1.5620819E2,-0E0,1.7325363E0,7.05625E1,5.846875E1,-0E0,9.902344E-1,-0E0,8.6328125E-1,3.453125E1,-0E0,6.1525184E-1,1.0201783E0,7.032682E-1,-0E0,8.6283374E-1,3.2092302E0,4.571875E1,9.428711E-1,-0E0,4.4259057E0,3.8452148E-1,-0E0,-0E0,3.3931732E-3,4.982947E1,-0E0,2.046585E-3,-0E0,-0E0,7.722628E-1,-0E0,1.273125E2,-0E0,3.7409446E0,-0E0,7.080078E-2,1.7492676E-1,2.3120117E-1,7.5652794E1,-0E0,7.8331894E1,7.519531E-1,9.67152E1,9.433594E-1,3.778125E1,-0E0,-0E0,9.9121094E-1,-0E0,2.1428784E2,-0E0,7.247925E-3,-0E0,1.087011E2,-0E0,8.536597E-1,6.603241E-3,-0E0,3.6807005E0,-0E0,-0E0,4.296875E1,-0E0,1.18637085E-2,-0E0,2.5390625E-1,4.0875E1,-0E0,-0E0,3.40625E1,1.081543E-1,1.1766336E2,3.6659206E1,2.4572754E-1,7.8564453E-1,9.6972656E-1,-0E0,7.70625E1,8.569336E-1,-0E0,-2.3678103E-1,-0E0,-0E0,3.982544E-3,-0E0,9.980469E-1,-0E0,4.574694E1,-0E0,7.678174E1,9.9365234E-1,-0E0,-0E0,9.902344E-1,-0E0,3.640625E1,-0E0,9.272461E-1,-0E0,3.071875E1,-0E0,9.781544E-1,-0E0,8.605957E-2,7.2558594E-1,-0E0,-0E0,7.681336E1,3.8528218E0,9.7314453E-1,-0E0,7.6538086E-2,-0E0,1.449871E2,3.240625E1,-0E0,1.6481788E-1,-0E0,-0E0,1.0009766E-2,1.6247559E-1,-0E0,-0E0,6.21875E1,-0E0,7.965088E-3,8.652344E-1,-0E0,7.591677E-1,-0E0,-0E0,1.0913086E-1,9.926758E-1,-0E0,-0E0,9.975586E-1,-0E0,1.4415538E2,-0E0,9.970703E-1,-0E0,3.951327E0,-0E0,5.9394836E-3,9.797129E1,-0E0,1.952249E2,-0E0,-0E0,3.5263147E0,8.618164E-1,-0E0,-0E0,5.622928E-1,-0E0,3.084375E1,-0E0,9.9365234E-1,-0E0,3.4219724E2,-0E0,9.41875E1,8.858887E-1,-0E0,-0E0,4.95625E1,-0E0,7.422364E-1,3.0140625E1,-0E0,5.466461E-3,-0E0,-0E0,9.856638E-1,-9.781203E-2,-0E0,4.8510137E0,-0E0,-0E0,9.5751953E-1,-0E0,3.378125E1,1.0339627E0,-0E0,1.8925288E2,-0E0,3.1609375E1,-0E0,-0E0,4.440625E1,-0E0,1.4655418E2,9.9560547E-1,-0E0,2.1351968E2,-0E0,-2.6564178E-1,-0E0,-0E0,1.4136758E2,-0E0,9.9853516E-1,-0E0,-1.8878758E-1,-0E0,6.939697E-2,-0E0,3.8355026E1,-0E0,1.021875E2,2.1444678E-1,-0E0,4.340625E1,-0E0,-0E0,9.7802734E-1,-0E0,4.3819575E0,6.1187744E-2,-0E0,-0E0,3.453125E1,-0E0,1.9977252E2,-0E0,-3.8397682E-1,-2.762639E-1,-0E0,4.296875E1,-0E0,1.4752182E2,-0E0,5.52203E0,-0E0,-0E0,3.7375E1,-0E0,9.975586E-1,-2.915E-1,-0E0,9.049691E1,1.6244978E2,9.458008E-1,-0E0,-3.0330223E-1,-0E0,-0E0,9.9487305E-2,-0E0,1.3631697E-1,-0E0,1.2575305E0,-0E0,4.724723E0,4.985278E0,-0E0,-2.731894E-1,-0E0,-0E0,9.145508E-1,3.521875E1,-0E0,2.3895264E-2,-0E0,5.715625E1,8.355713E-2,3.615625E1,-0E0,-0E0,-2.4677648E-1,-0E0,9.946289E-1,9.9609375E-1,-0E0,2.9012436E-1,-0E0,4.8243895E0,-0E0,-0E0,1.8933105E-1,-0E0,1.0405471E0,7.363281E-1,1.920166E-1,-0E0,4.3917277E-1,-0E0,9.9072266E-1,5.268224E0,-0E0,4.732431E0,-0E0,1.115E2,-0E0,-0E0,-2.922527E-1,-0E0,1.9455205E2,6.2458046E-2,-0E0,-0E0,9.9609375E-1,-0E0,9.8339844E-1,3.38125E1,-0E0,-3.9638495E-1,-0E0,1.6393585E0,-0E0,4.0397644E-3,-0E0,7.758921E1,-0E0,8.4716797E-1,-0E0,1.32735815E1,-0E0,-0E0,2.1635363E-1,-0E0,3.5277495E-1,-0E0,1.684826E2,-0E0,7.0996094E-1,4.309082E-2,-0E0,-0E0,4.985278E0,6.237793E-2,-0E0,1.5026071E2,-0E0,-0E0,3.880897E0,9.9902344E-1,-0E0,-0E0,1.4570976E2,4.31875E1,-0E0,-2.3432735E-1,-0E0,3.084375E1,-0E0,-0E0,8.226825E-1,3.0953125E1,-0E0,-0E0,6.9885254E-2,-0E0,4.7264923E1,-0E0,3.4375E1,-0E0,7.896423E-3,-0E0,3.7227926E-1,-0E0,2.9388747E-1,-0E0,7.721237E1,-0E0,5.9059186E0,5.370293E-1,-0E0,-0E0,9.9902344E-1,9.9853516E-1,-0E0,9.6317024E1,-0E0,2.2467212E-1,-0E0],"split_indices":[5,6,6,6,5,11,15,5,5,16,6,0,5,12,4,6,11,6,6,0,2,8,9,0,14,0,15,11,0,1,1,2,0,1,0,8,18,0,3,14,0,0,18,4,0,17,0,0,3,0,11,0,2,0,13,13,14,5,0,5,17,5,14,10,0,0,17,0,7,0,18,0,5,0,2,19,0,0,0,0,9,0,19,0,17,9,0,0,8,17,4,4,12,15,18,0,8,16,0,0,0,0,19,0,17,0,4,0,7,15,0,0,18,0,8,0,18,0,8,0,3,0,16,15,0,0,5,1,14,0,12,0,4,11,0,0,0,0,16,12,0,0,9,0,18,13,0,1,0,0,14,15,0,0,19,0,6,0,15,0,3,0,17,5,0,6,0,0,3,13,0,0,1,0,8,0,19,0,6,0,11,3,0,0,9,0,2,8,0,19,0,0,2,0,0,1,0,0,13,0,11,1,0,6,0,8,0,0,9,0,6,18,0,5,0,0,0,0,6,0,17,0,0,0,13,0,5,0,9,0,0,10,0,0,16,0,2,13,0,0,11,0,6,0,0,0,0,10,0,4,0,1,0,0,9,0,16,0,0,5,6,13,0,0,0,0,12,0,0,0,3,0,2,1,0,0,0,0,13,11,0,18,0,10,14,10,0,0,0,0,18,17,0,0,0,0,0,0,14,0,0,13,14,0,0,0,19,1,0,3,0,9,0,0,0,0,6,0,0,0,15,0,12,8,0,0,0,1,0,16,0,5,0,19,0,7,0,0,0,0,0,0,6,0,12,16,0,0,1,12,0,4,0,0,2,15,0,0,6,10,0,0,0,8,0,0,3,10,0,0,15,0,5,0,8,0,17,0,0,0,0,0,5,0,0,2,0,0,16,15,0,5,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.432928E2,2.110579E2,3.223489E1,1.8931404E2,2.1743862E1,1.3862944E1,1.8371944E1,3.2053974E1,1.5726007E2,1.5566503E1,6.17736E0,2.5641997E0,1.1298744E1,9.47998E0,8.891965E0,1.9468668E1,1.2585305E1,4.9280025E1,1.0798004E2,8.4439856E-1,1.4722104E1,3.3073678E0,2.869992E0,2.6376312E0,8.661114E0,4.0384493E0,5.4415317E0,7.293801E0,1.5981635E0,6.154819E0,1.3313849E1,1.0746588E1,1.8387173E0,3.348956E1,1.5790469E1,1.8694836E1,8.928521E1,2.5876799E0,1.2134424E1,3.05354E0,2.5382784E-1,6.349797E-1,2.2350123E0,7.230406E0,1.4307073E0,4.1669197E0,1.274612E0,3.921837E-1,6.901617E0,7.758892E-1,5.3789296E0,2.660958E0,1.0652891E1,6.460653E-1,1.0100522E1,5.9336925E0,2.7555866E1,1.1804632E1,3.9858372E0,1.1832999E1,6.8618355E0,7.89284E1,1.0356807E1,1.0538758E1,1.5956658E0,2.9613456E-1,2.7574055E0,2.7676687E-1,1.9582454E0,4.023062E-1,6.8280997E0,1.7747107E-1,3.9894485E0,2.1020515E-1,6.691412E0,4.9223638E0,4.565659E-1,8.777939E0,1.8749529E0,1.10946E0,8.991062E0,2.13894E0,3.7947526E0,1.7781227E0,2.5777742E1,1.1377638E1,4.269936E-1,1.9979128E0,9.835086E0,3.5217667E0,3.340069E0,6.819753E1,1.07308655E1,6.605222E0,3.7515845E0,7.8395206E-1,9.7548065E0,2.4827647E0,2.746407E-1,1.792719E0,1.6552642E-1,4.0990722E-1,6.4181924E0,2.320651E-1,3.7573833E0,4.861439E-1,6.2052684E0,2.0533225E-1,4.7170315E0,6.8277764E0,1.9501618E0,1.2942452E0,7.696817E0,5.6971145E-1,3.2250412E0,7.475641E0,1.8302101E1,9.1915286E-1,1.0458486E1,3.64264E0,6.192446E0,1.5441947E0,1.9775718E0,2.6485834E0,6.9148576E-1,1.4394312E0,6.67581E1,6.0041676E0,4.7266984E0,1.6201762E0,4.985046E0,1.1171472E0,2.6344373E0,8.44324E0,1.3115667E0,1.9518625E0,5.3090227E-1,1.7779833E-1,6.240394E0,3.4778738E0,2.7950975E-1,1.774208E-1,6.0278473E0,1.9013188E0,2.815713E0,4.9923835E0,1.8353933E0,7.0895658E0,6.072513E-1,4.5008555E-1,2.7749557E0,1.530686E1,2.9952419E0,4.5243722E-1,1.0006048E1,6.635407E-1,5.5289054E0,2.1912499E-1,1.7584469E0,3.128407E-1,2.3357427E0,2.5316167E0,6.422649E1,5.1916056E0,8.12562E-1,3.3206377E0,1.4060607E0,4.8984754E-1,4.4951987E0,2.307891E0,3.2654652E-1,4.9327624E-1,7.9499636E0,2.742793E-1,5.966115E0,3.4535742E-1,3.1325164E0,3.0440357E-1,5.723444E0,1.652014E-1,2.6505115E0,4.459124E0,5.332591E-1,1.6633567E-1,6.92323E0,2.1739754E-1,2.557558E0,1.1586079E1,3.720781E0,9.749526E0,2.5652182E-1,3.2711726E-1,5.2017884E0,1.5807047E0,1.7774215E-1,1.9312893E0,4.0445337E-1,9.238505E-1,6.3302635E1,1.1144212E0,4.077184E0,2.9754555E0,3.4518212E-1,3.492829E0,1.0023695E0,2.1361094E0,1.7178145E-1,2.0586847E-1,7.7440953E0,1.8811429E-1,5.778001E0,2.8603196E0,2.7219665E-1,5.2494383E0,4.7400558E-1,2.1748834E0,4.7562817E-1,3.546264E-1,4.104498E0,1.5122725E0,5.4109573E0,1.8715358E-1,2.3704045E0,2.425716E-1,1.1343507E1,2.7949914E-1,9.470027E0,6.659557E-1,4.5358324E0,1.7351023E0,1.9618699E-1,6.133292E1,1.9697136E0,1.6827084E-1,3.9089131E0,3.5969964E-1,2.615756E0,3.1690893E0,3.2373983E-1,1.7557922E-1,1.9605302E0,5.6912583E-1,7.174969E0,1.7629108E-1,5.60171E0,2.6967633E0,1.635563E-1,5.023619E0,2.2581892E-1,3.8248587E0,2.7963915E-1,5.1147633E0,2.961943E-1,8.7321526E-1,1.0470292E1,2.305545E-1,9.239472E0,4.3721395E0,1.6369307E-1,1.2190483E1,4.9142437E1,3.565927E0,3.4298617E-1,2.2493527E0,3.6640313E-1,2.141483E-1,2.954941E0,1.8216851E-1,1.7783617E0,4.0210095E-1,6.772868E0,4.4465333E-1,4.578966E0,3.5287209E0,2.961377E-1,4.8871884E0,2.27575E-1,6.064891E-1,9.863803E0,9.060847E0,1.7862578E-1,8.645504E0,3.5449789E0,6.403415E0,4.2739025E1,3.399441E0,1.6648611E-1,2.3568363E-1,2.7192574E0,1.6592507E-1,6.606943E0,4.1876206E0,3.913456E-1,3.3444333E0,1.842876E-1,9.5439205E0,3.1988204E-1,8.068008E-1,8.254046E0,1.0345112E0,7.610993E0,1.9600102E0,4.443405E0,6.523629E-1,4.2086662E1,3.5377055E-1,3.0456705E0,6.298599E0,3.0834466E-1,3.8572755E0,3.3034503E-1,9.174906E0,3.690148E-1,6.4532536E-1,7.608721E0,5.470927E-1,7.0639E0,1.7262477E0,2.3376244E-1,6.7110753E-1,3.7722976E0,2.2680621E-1,4.1859856E1,2.879925E0,1.6574532E-1,5.8616905E0,4.3690833E-1,3.6332755E0,2.2399989E-1,8.91769E0,2.5721592E-1,6.8371525E0,2.2674735E-1,3.1026878E0,6.696098E-1,4.156516E1,2.9469553E-1,2.5275102E-1,2.6271741E0,4.143345E-1,3.218941E0,1.6454872E-1,8.753141E0,2.072016E-1,6.629951E0,2.5674443E0,5.352437E-1,5.585028E-1,4.1006657E1,8.535859E0,2.1728246E-1,5.4645495E0,1.1654013E0,2.5195822E-1,2.315486E0,3.8385933E1,2.6207213E0,3.712616E-1,8.1645975E0,5.255935E0,2.0861436E-1,2.1479511E0,1.6753481E-1,3.5354702E1,3.0312312E0,7.4502116E-1,7.419576E0,5.0800166E0,1.759186E-1,1.6542757E0,3.3700428E1,2.8627017E-1,7.133306E0,2.2140968E-1,4.8586073E0,2.1616222E-1,3.3484264E1,1.778448E-1,6.955461E0,5.7073927E-1,4.287868E0,2.8359568E-1,3.320067E1,2.928574E-1,3.2907814E1,3.2635273E1,2.7254033E-1,4.2110875E-1,3.2214165E1,3.1869375E1,3.447886E-1,3.01486E1,1.7207751E0,2.9887648E1,2.6095277E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"395","size_leaf_vector":"0"}},{"base_weights":[-2.101954E-2,-6.063441E-3,-1.416189E-1,-2.7394483E-2,3.184053E-2,-0E0,-1.820038E-1,-1.0007664E-1,-0E0,-1.2394031E-2,9.485616E-2,-2.2705688E-1,-0E0,-0E0,-1.6848959E-1,1.696201E-2,-3.841243E-2,-0E0,-7.0996106E-2,1.8565875E-1,-0E0,-2.9082355E-1,-0E0,3.73025E-2,-0E0,-1.9215438E-1,-0E0,5.739093E-2,-2.381228E-2,-0E0,-7.282575E-2,5.8062166E-2,-0E0,-0E0,-1.11532114E-1,-0E0,2.2082993E-1,2.598293E-2,-2.761294E-2,-0E0,-3.2642195E-1,-0E0,8.574794E-2,-0E0,-2.1496192E-1,-0E0,1.8146099E-1,-9.085284E-2,-0E0,5.893258E-2,-0E0,-1.3029419E-1,-0E0,1.06212355E-1,-0E0,-0E0,-1.6024022E-1,-0E0,2.602928E-1,-0E0,7.6592155E-2,-0E0,-8.1017E-2,-3.4116706E-1,-0E0,1.09038785E-1,-0E0,-0E0,-2.4215005E-1,-0E0,3.2964684E-2,-0E0,2.2247659E-1,-1.3988599E-1,-0E0,-0E0,4.8292443E-2,-0E0,1.18832126E-1,-0E0,-1.5048678E-1,1.3723095E-2,-2.0116074E-2,1.6363569E-1,-0E0,-2.2131833E-1,-0E0,2.9774827E-1,-0E0,1.14786856E-1,-0E0,-1.4100792E-1,-0E0,-3.618445E-1,-0E0,1.3282369E-1,-0E0,-0E0,-2.7339602E-1,-0E0,-4.0453713E-2,8.225765E-2,-0E0,2.9742345E-1,-0E0,-0E0,-1.8095863E-1,9.88508E-2,-0E0,1.8997262E-1,-0E0,-0E0,-1.7498982E-1,-0E0,9.220905E-2,-7.5392105E-2,-0E0,2.1260679E-1,-0E0,-2.7273467E-1,-0E0,-0E0,3.3315146E-1,-0E0,1.4403331E-1,-0E0,-1.889249E-1,-3.7430665E-1,-0E0,1.5748721E-1,-0E0,-0E0,-2.866376E-1,-0E0,-1.0098168E-1,-0E0,1.2517321E-1,-6.145272E-2,-0E0,3.3225745E-1,-0E0,-0E0,-2.040581E-1,-0E0,1.6191703E-1,-0E0,2.680161E-1,-2.0772791E-1,-0E0,1.9220354E-1,-0E0,-1.1611923E-1,-0E0,2.277203E-1,-0E0,-0E0,-3.2357877E-1,3.546549E-1,-0E0,-0E0,1.7150411E-1,-1.8273413E-1,-0E0,-0E0,-3.8355342E-1,1.8977632E-1,-0E0,-3.0345476E-1,-0E0,-0E0,-1.5773968E-1,1.7503409E-1,-0E0,-9.534217E-2,-0E0,3.6586106E-1,-0E0,-0E0,-2.3081563E-1,1.8539912E-1,-0E0,-0E0,3.0851564E-1,-0E0,-2.2770901E-1,-0E0,1.7497872E-1,-0E0,-1.5347937E-1,2.3647842E-1,-0E0,-0E0,-3.441814E-1,3.747725E-1,-0E0,2.0488939E-1,-0E0,-0E0,-4.218059E-1,-0E0,2.1036257E-1,-0E0,-3.495829E-1,-0E0,-1.8313672E-1,-0E0,2.182218E-1,-0E0,-1.3424985E-1,3.9391384E-1,-0E0,-0E0,-2.7500585E-1,-0E0,2.0586672E-1,-0E0,3.3658805E-1,-2.4557799E-1,-0E0,-0E0,-2.0307358E-1,-0E0,2.597772E-1,-0E0,-3.6649075E-1,-0E0,4.525569E-1,-0E0,2.5012127E-1,-3.3584428E-1,-0E0,-0E0,2.3225889E-1,-0E0,-3.7143984E-1,-0E0,-2.1086842E-1,-0E0,2.4261674E-1,-2.0098925E-1,-0E0,4.187519E-1,-0E0,-0E0,-3.4173313E-1,2.330015E-1,-0E0,3.5606232E-1,-0E0,-2.7026123E-1,-0E0,-2.359892E-1,-0E0,-0E0,2.699171E-1,-0E0,-3.979209E-1,-0E0,4.6640694E-1,-0E0,2.727833E-1,-0E0,1.8859646E-1,-3.8717976E-1,-0E0,-2.3067276E-1,-0E0,2.646721E-1,-0E0,-1.6985196E-1,-0E0,-0E0,4.459193E-1,-3.866049E-1,-0E0,1.9415987E-1,-0E0,3.796723E-1,-0E0,-0E0,-2.8334716E-1,-2.590754E-1,-0E0,2.9718313E-1,-0E0,-4.2390558E-1,-0E0,4.8082012E-1,-0E0,-0E0,2.9581225E-1,-3.9851323E-1,-0E0,-0E0,-2.5256345E-1,2.8712404E-1,-0E0,3.5776246E-1,-0E0,-4.1372395E-1,-0E0,3.092399E-1,-0E0,-0E0,-3.0694935E-1,-0E0,-2.8055203E-1,3.1686658E-1,-0E0,-0E0,-4.4247153E-1,-0E0,3.8210654E-1,3.1565773E-1,-0E0,-4.1341034E-1,-0E0,-2.6522574E-1,-0E0,3.0494907E-1,-0E0,-0E0,-3.3019993E-1,-0E0,-3.2592222E-1,-0E0,-2.961857E-1,-0E0,3.3035648E-1,-4.584065E-1,-0E0,2.548019E-1,-0E0,-0E0,-4.2331827E-1,-3.308861E-1,-0E0,3.160193E-1,-0E0,-0E0,-3.3936355E-1,-2.3877597E-1,-0E0,-0E0,2.7181065E-1,-4.7128838E-1,-0E0,-0E0,-4.30559E-1,-0E0,-2.6622036E-1,3.304829E-1,-0E0,-0E0,-3.5403123E-1,-0E0,-3.7682053E-1,-4.5056233E-1,-0E0,-0E0,3.4457472E-1,-0E0,-3.6739066E-1,-3.592352E-1,-0E0,-0E0,3.596818E-1,-0E0,-3.7404743E-1,2.8853256E-1,-0E0,-0E0,-2.9629686E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":19,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,21,-1,23,25,27,29,31,33,35,37,39,-1,41,-1,43,-1,45,47,49,51,53,-1,-1,55,-1,57,59,61,-1,63,-1,65,-1,67,69,71,73,75,77,-1,79,81,83,-1,-1,85,-1,87,-1,89,-1,91,93,-1,95,-1,-1,97,99,101,-1,103,105,-1,-1,107,-1,109,-1,111,113,115,117,-1,119,-1,121,-1,123,-1,125,-1,127,-1,129,-1,-1,131,-1,133,135,137,139,-1,-1,141,143,-1,145,-1,-1,147,-1,149,151,-1,153,-1,155,-1,-1,157,-1,159,-1,161,163,-1,165,-1,-1,167,-1,169,-1,171,173,-1,175,-1,-1,177,-1,179,-1,181,183,-1,185,-1,187,-1,189,-1,-1,191,193,-1,-1,195,-1,-1,-1,197,199,-1,201,-1,-1,203,205,-1,207,-1,209,-1,-1,211,213,-1,-1,215,-1,217,-1,-1,-1,219,221,-1,-1,223,225,-1,227,-1,-1,229,-1,231,-1,233,-1,235,-1,237,-1,239,241,-1,-1,243,-1,245,-1,247,249,-1,-1,251,-1,253,-1,255,-1,257,-1,259,-1,-1,-1,261,-1,263,-1,265,-1,267,269,-1,271,-1,-1,273,275,-1,277,-1,279,-1,281,-1,-1,283,-1,285,-1,287,-1,289,-1,-1,291,-1,293,-1,295,-1,-1,-1,-1,297,299,-1,-1,-1,301,-1,-1,303,305,-1,307,-1,309,-1,311,-1,-1,313,315,-1,-1,317,319,-1,-1,-1,321,-1,-1,-1,-1,323,-1,325,327,-1,-1,329,-1,-1,331,-1,333,-1,335,-1,337,-1,-1,-1,-1,339,-1,341,-1,343,345,-1,-1,-1,-1,347,349,-1,351,-1,-1,353,-1,-1,-1,-1,355,-1,-1,357,-1,-1,359,-1,-1,361,-1,-1,363,-1,-1,365,-1,367,-1,-1,-1,369,-1,371,-1,-1,-1,-1],"loss_changes":[2.7035967E-1,1.6926578E-1,1.3945365E-1,2.1495071E-1,2.5175855E-1,0E0,1.573481E-1,3.3502063E-1,9.943216E-2,8.7667726E-2,2.5257608E-1,1.8852115E-1,0E0,1.0106926E-2,1.18095696E-1,1.466308E-1,1.3519505E-1,2.728976E-2,9.620028E-2,1.9182932E-1,1.3289318E-2,9.9387646E-2,0E0,3.8719207E-2,0E0,1.1806446E-1,0E0,1.5751016E-1,9.655953E-2,3.1121667E-2,1.488336E-1,5.7689447E-2,0E0,0E0,1.0976456E-1,0E0,2.085895E-1,6.339995E-2,2.4270771E-2,0E0,5.6649745E-2,0E0,2.7758215E-2,0E0,1.1073047E-1,2.588142E-2,1.288352E-1,1.0682615E-1,1.2411359E-2,7.238373E-2,0E0,8.723107E-2,6.573715E-3,8.3959684E-2,0E0,0E0,1.1790952E-1,0E0,9.546375E-2,0E0,7.582448E-2,0E0,5.012776E-2,5.0624967E-2,0E0,3.391681E-2,0E0,0E0,1.1298859E-1,1.9448306E-2,9.778711E-2,0E0,1.09467566E-1,1.1955288E-1,0E0,0E0,3.415659E-2,0E0,1.2712926E-1,0E0,9.619716E-2,4.448324E-2,4.284127E-2,7.40519E-2,0E0,1.4223728E-1,0E0,1.12476945E-1,0E0,6.747508E-2,0E0,4.6295077E-2,0E0,3.651464E-2,0E0,3.8724557E-2,0E0,0E0,8.880544E-2,0E0,7.0362955E-2,9.810453E-2,1.3990677E-2,9.876752E-2,0E0,0E0,7.489818E-2,5.627458E-2,0E0,1.077407E-1,0E0,0E0,1.2557685E-1,0E0,7.461318E-2,4.9200352E-2,0E0,2.5211662E-2,0E0,1.4474756E-1,0E0,0E0,1.0532379E-1,0E0,7.7254534E-2,0E0,5.4640174E-2,2.1823764E-2,0E0,4.044035E-2,0E0,0E0,6.830585E-2,0E0,9.543702E-2,0E0,1.3154227E-1,1.7311778E-2,0E0,7.954472E-2,0E0,0E0,8.3577365E-2,0E0,1.414483E-2,0E0,9.250593E-2,8.0976725E-2,0E0,3.268853E-2,0E0,6.458225E-2,0E0,1.1022955E-2,0E0,0E0,6.699264E-2,9.201443E-2,0E0,0E0,7.0791095E-2,0E0,0E0,0E0,3.1581163E-2,1.3606802E-2,0E0,1.02371335E-1,0E0,0E0,4.6483025E-2,1.1627889E-1,0E0,1.7393302E-2,0E0,8.5702E-2,0E0,0E0,1.1195558E-1,1.891318E-2,0E0,0E0,6.257716E-2,0E0,7.109392E-2,0E0,0E0,0E0,5.8760345E-2,1.9139796E-2,0E0,0E0,7.228726E-2,7.450056E-2,0E0,8.6238295E-2,0E0,0E0,1.358068E-2,0E0,2.9725626E-2,0E0,7.833421E-2,0E0,5.8003172E-2,0E0,7.683191E-2,0E0,4.857561E-2,7.6482296E-2,0E0,0E0,8.435136E-2,0E0,2.7876064E-2,0E0,2.8100848E-2,7.8160524E-2,0E0,0E0,6.785296E-2,0E0,1.1234999E-2,0E0,9.589422E-2,0E0,5.2882195E-2,0E0,6.532994E-2,0E0,0E0,0E0,6.5327585E-3,0E0,7.817972E-2,0E0,4.2762995E-2,0E0,7.3647976E-2,5.501196E-3,0E0,4.5261383E-2,0E0,0E0,3.763342E-2,1.2404695E-2,0E0,4.4532E-2,0E0,5.8576345E-2,0E0,3.8135022E-2,0E0,0E0,4.1021436E-2,0E0,8.689678E-2,0E0,2.5769353E-2,0E0,5.3963184E-2,0E0,0E0,5.191064E-2,0E0,4.262033E-2,0E0,5.871576E-2,0E0,0E0,0E0,0E0,6.7524314E-3,4.342246E-2,0E0,0E0,0E0,2.5176227E-2,0E0,0E0,6.360263E-2,3.8899332E-2,0E0,7.6292157E-3,0E0,2.0077467E-2,0E0,5.594969E-3,0E0,0E0,4.5667052E-2,4.8962593E-2,0E0,0E0,2.2835404E-2,5.183357E-2,0E0,0E0,0E0,5.3200126E-3,0E0,0E0,0E0,0E0,1.0639107E-1,0E0,2.7433455E-2,9.369224E-3,0E0,0E0,1.9723654E-2,0E0,0E0,1.9145131E-2,0E0,2.8096914E-2,0E0,3.9549142E-2,0E0,3.676015E-2,0E0,0E0,0E0,0E0,6.232059E-2,0E0,8.695036E-3,0E0,1.9348294E-2,1.7567992E-2,0E0,0E0,0E0,0E0,2.5295973E-2,5.963266E-3,0E0,1.7424941E-2,0E0,0E0,6.1211944E-2,0E0,0E0,0E0,0E0,1.6507268E-2,0E0,0E0,3.439331E-2,0E0,0E0,4.352957E-2,0E0,0E0,3.7739515E-2,0E0,0E0,2.5037646E-2,0E0,0E0,4.708886E-2,0E0,5.684972E-3,0E0,0E0,0E0,2.1114051E-2,0E0,6.2071085E-3,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,11,11,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,21,21,23,23,25,25,27,27,28,28,29,29,30,30,31,31,34,34,36,36,37,37,38,38,40,40,42,42,44,44,45,45,46,46,47,47,48,48,49,49,51,51,52,52,53,53,56,56,58,58,60,60,62,62,63,63,65,65,68,68,69,69,70,70,72,72,73,73,76,76,78,78,80,80,81,81,82,82,83,83,85,85,87,87,89,89,91,91,93,93,95,95,98,98,100,100,101,101,102,102,103,103,106,106,107,107,109,109,112,112,114,114,115,115,117,117,119,119,122,122,124,124,126,126,127,127,129,129,132,132,134,134,136,136,137,137,139,139,142,142,144,144,146,146,147,147,149,149,151,151,153,153,156,156,157,157,160,160,164,164,165,165,167,167,170,170,171,171,173,173,175,175,178,178,179,179,182,182,184,184,188,188,189,189,192,192,193,193,195,195,198,198,200,200,202,202,204,204,206,206,208,208,209,209,212,212,214,214,216,216,217,217,220,220,222,222,224,224,226,226,228,228,232,232,234,234,236,236,238,238,239,239,241,241,244,244,245,245,247,247,249,249,251,251,254,254,256,256,258,258,260,260,263,263,265,265,267,267,272,272,273,273,277,277,280,280,281,281,283,283,285,285,287,287,290,290,291,291,294,294,295,295,299,299,304,304,306,306,307,307,310,310,313,313,315,315,317,317,319,319,324,324,326,326,328,328,329,329,334,334,335,335,337,337,340,340,345,345,348,348,351,351,354,354,357,357,360,360,362,362,366,366,368,368],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,22,-1,24,26,28,30,32,34,36,38,40,-1,42,-1,44,-1,46,48,50,52,54,-1,-1,56,-1,58,60,62,-1,64,-1,66,-1,68,70,72,74,76,78,-1,80,82,84,-1,-1,86,-1,88,-1,90,-1,92,94,-1,96,-1,-1,98,100,102,-1,104,106,-1,-1,108,-1,110,-1,112,114,116,118,-1,120,-1,122,-1,124,-1,126,-1,128,-1,130,-1,-1,132,-1,134,136,138,140,-1,-1,142,144,-1,146,-1,-1,148,-1,150,152,-1,154,-1,156,-1,-1,158,-1,160,-1,162,164,-1,166,-1,-1,168,-1,170,-1,172,174,-1,176,-1,-1,178,-1,180,-1,182,184,-1,186,-1,188,-1,190,-1,-1,192,194,-1,-1,196,-1,-1,-1,198,200,-1,202,-1,-1,204,206,-1,208,-1,210,-1,-1,212,214,-1,-1,216,-1,218,-1,-1,-1,220,222,-1,-1,224,226,-1,228,-1,-1,230,-1,232,-1,234,-1,236,-1,238,-1,240,242,-1,-1,244,-1,246,-1,248,250,-1,-1,252,-1,254,-1,256,-1,258,-1,260,-1,-1,-1,262,-1,264,-1,266,-1,268,270,-1,272,-1,-1,274,276,-1,278,-1,280,-1,282,-1,-1,284,-1,286,-1,288,-1,290,-1,-1,292,-1,294,-1,296,-1,-1,-1,-1,298,300,-1,-1,-1,302,-1,-1,304,306,-1,308,-1,310,-1,312,-1,-1,314,316,-1,-1,318,320,-1,-1,-1,322,-1,-1,-1,-1,324,-1,326,328,-1,-1,330,-1,-1,332,-1,334,-1,336,-1,338,-1,-1,-1,-1,340,-1,342,-1,344,346,-1,-1,-1,-1,348,350,-1,352,-1,-1,354,-1,-1,-1,-1,356,-1,-1,358,-1,-1,360,-1,-1,362,-1,-1,364,-1,-1,366,-1,368,-1,-1,-1,370,-1,372,-1,-1,-1,-1],"split_conditions":[8.8134766E-1,1.4299013E2,5.2435642E1,7.7975105E1,7.8564453E-1,-0E0,4.656269E0,1.2536621E-1,3.6645508E-1,6.234375E1,1.4713795E0,9.785156E-1,-0E0,3.179308E0,9.48125E1,7.3625E1,1.9916284E0,7.1533203E-1,1.1315918E-1,1.3269043E-1,2.8378015E0,6.155518E1,-0E0,1.348861E2,-0E0,3.7743076E1,-0E0,6.63125E1,8.699605E1,8.630182E1,3.6645508E-1,9.946289E-1,-0E0,-0E0,5.1513672E-2,-0E0,3.865625E1,3.803125E1,3.665625E1,-0E0,9.9853516E-1,-0E0,7.73441E1,-0E0,1.1421244E0,1.0064259E2,5.551758E-1,9.526367E-1,3.942871E-1,1.5146117E0,-0E0,2.7807617E-1,1.054948E2,1.815729E2,-0E0,-0E0,9.379883E-1,-0E0,9.970703E-1,-0E0,9.848633E-1,-0E0,9.9609375E-1,5.257164E0,-0E0,5.066679E0,-0E0,-0E0,3.1828125E1,1.4869987E2,5.8375E1,-0E0,9.902344E-1,3.428125E1,-0E0,-0E0,4.4602957E0,-0E0,4.7600365E0,-0E0,9.0538666E1,8.2910156E-1,7.5375E1,9.8409065E1,-0E0,2.0129576E2,-0E0,4.0125E1,-0E0,6.0041103E1,-0E0,3.54375E1,-0E0,5.3310695E0,-0E0,2.305622E2,-0E0,-0E0,3.0460358E-3,-0E0,3.81875E1,1.8555181E0,6.89375E1,1.1166424E2,-0E0,-0E0,1.9241333E-2,2.255249E-2,-0E0,4.39375E1,-0E0,-0E0,9.9853516E-1,-0E0,5.321875E1,3.9342475E0,-0E0,5.00611E0,-0E0,6.044407E-1,-0E0,-0E0,9.941406E-1,-0E0,6.066619E-1,-0E0,5.5377693E0,6.1525184E-1,-0E0,4.8243895E0,-0E0,-0E0,7.617148E1,-0E0,1.4428707E0,-0E0,9.44946E1,8.66875E1,-0E0,9.15E1,-0E0,-0E0,9.313965E-2,-0E0,4.1544538E0,-0E0,7.3918885E-1,3.309375E1,-0E0,1.6235352E-1,-0E0,3.798828E-1,-0E0,1.74875E2,-0E0,-0E0,7.171631E-3,9.760742E-1,-0E0,-0E0,1.4E2,-1.8273413E-1,-0E0,-0E0,1.2022601E0,3.2043457E-2,-0E0,1.3885831E0,-0E0,-0E0,7.968914E1,5.46875E-1,-0E0,7.216191E1,-0E0,4.5349174E0,-0E0,-0E0,7.247925E-3,3.0664062E-1,-0E0,-0E0,3.521875E1,-0E0,6.55E1,-0E0,1.7497872E-1,-0E0,4.865625E1,3.1402588E-2,-0E0,-0E0,3.6375E1,9.7094333E-1,-0E0,1.6596631E0,-0E0,-0E0,9.6777344E-1,-0E0,6.729559E-1,-0E0,1.3916016E-1,-0E0,2.027893E-2,-0E0,1.3350383E2,-0E0,9.9658203E-1,9.033203E-1,-0E0,-0E0,1.7204187E0,-0E0,4.7298775E0,-0E0,8.652344E-1,9.35E1,-0E0,-0E0,9.9902344E-1,-0E0,3.955078E-2,-0E0,1.3625092E2,-0E0,4.14375E1,-0E0,7.591677E-1,-3.3584428E-1,-0E0,-0E0,1.1143582E0,-0E0,9.975586E-1,-0E0,3.190918E-1,-0E0,1.016875E2,3.951327E0,-0E0,3.903125E1,-0E0,-0E0,5.9472656E-1,7.1972656E-1,-0E0,5.089925E0,-0E0,4.7264923E1,-0E0,9.9853516E-1,-0E0,-0E0,9.584961E-1,-0E0,2.20375E2,-0E0,2.52125E2,-0E0,3.234375E1,-0E0,1.8859646E-1,8.466797E-1,-0E0,3.071875E1,-0E0,9.9853516E-1,-0E0,-1.6985196E-1,-0E0,-0E0,9.7802734E-1,2.7075195E-1,-0E0,1.9415987E-1,-0E0,9.941406E-1,-0E0,-0E0,3.1375E1,3.0484375E1,-0E0,6.4160156E-1,-0E0,1.5210777E2,-0E0,3.867052E1,-0E0,-0E0,9.902344E-1,5.3310695E0,-0E0,-0E0,9.9365234E-1,1.3034616E2,-0E0,3.5776246E-1,-0E0,1.2752225E0,-0E0,3.092399E-1,-0E0,-0E0,3.7375E1,-0E0,1.0107422E-1,6.882876E1,-0E0,-0E0,1.1408148E2,-0E0,3.8210654E-1,1.38375E2,-0E0,9.613037E-2,-0E0,6.396875E1,-0E0,5.066679E0,-0E0,-0E0,-3.3019993E-1,-0E0,3.1484375E1,-0E0,9.946289E-1,-0E0,3.378125E1,5.5377693E0,-0E0,2.548019E-1,-0E0,-0E0,1.0913086E-1,2.5146484E-1,-0E0,9.9072266E-1,-0E0,-0E0,1.471513E1,-2.3877597E-1,-0E0,-0E0,2.7181065E-1,5.3157204E1,-0E0,-0E0,9.897461E-1,-0E0,-2.6622036E-1,3.7375E1,-0E0,-0E0,1.7907715E-1,-0E0,-3.7682053E-1,7.551183E1,-0E0,-0E0,6.0041103E1,-0E0,9.235561E-1,-3.592352E-1,-0E0,-0E0,5.41852E0,-0E0,1.2771606E-2,2.8853256E-1,-0E0,-0E0,-2.9629686E-1],"split_indices":[12,7,7,4,14,0,1,13,19,10,0,14,0,2,11,11,0,14,13,15,2,4,0,6,0,7,0,11,5,5,18,17,0,0,17,0,11,10,8,0,18,0,4,0,1,4,15,16,18,2,0,14,4,6,0,0,16,0,15,0,16,0,16,3,0,3,0,0,8,6,11,0,15,10,0,0,3,0,2,0,4,14,11,5,0,6,0,10,0,5,0,10,0,0,0,6,0,0,16,0,11,2,9,5,0,0,17,19,0,10,0,0,14,0,11,2,0,3,0,0,0,0,18,0,2,0,2,1,0,0,0,0,4,0,2,0,5,10,0,10,0,0,12,0,0,0,3,10,0,15,0,18,0,9,0,0,16,13,0,0,9,0,0,0,2,18,0,1,0,0,4,14,0,5,0,3,0,0,19,14,0,0,11,0,8,0,0,0,9,17,0,0,9,2,0,0,0,0,14,0,0,0,13,0,16,0,6,0,14,13,0,0,2,0,1,0,13,11,0,0,18,0,18,0,6,0,11,0,1,0,0,0,1,0,16,0,19,0,9,3,0,9,0,0,12,12,0,1,0,5,0,14,0,0,19,0,9,0,9,0,8,0,0,12,0,8,0,14,0,0,0,0,18,19,0,0,0,18,0,0,8,8,0,14,0,7,0,4,0,0,19,0,0,0,16,7,0,0,0,0,0,0,0,0,9,0,14,4,0,0,5,0,0,10,0,15,0,10,0,3,0,0,0,0,11,0,16,0,10,2,0,0,0,0,14,14,0,16,0,0,7,0,0,0,0,4,0,0,17,0,0,9,0,0,15,0,0,4,0,0,5,0,2,0,0,0,1,0,17,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.315077E2,2.1380925E2,1.7698446E1,1.5378531E2,6.002395E1,2.9702418E0,1.4728205E1,3.2522896E1,1.2126241E2,2.6179512E1,3.3844437E1,1.233659E1,2.3916152E0,9.571487E0,2.2951408E1,6.766593E1,5.3596474E1,8.473586E0,1.7705925E1,1.5792722E1,1.8051714E1,9.553513E0,2.7830775E0,6.763454E0,2.808033E0,2.0729183E1,2.2222245E0,4.6189335E1,2.14766E1,1.3555029E1,4.0041447E1,7.594933E0,8.7865263E-1,3.095381E0,1.4610545E1,8.4285414E-1,1.4949867E1,1.3660955E1,4.390759E0,1.1404618E0,8.413051E0,6.228912E-1,6.140563E0,1.710836E0,1.9018347E1,3.7235653E1,8.953681E0,1.2707858E1,8.768743E0,8.460907E0,5.0941224E0,2.0932402E1,1.9109043E1,7.0329075E0,5.6202585E-1,3.5152757E0,1.1095269E1,1.2508696E0,1.36989975E1,1.7239059E0,1.193705E1,6.249309E-1,3.7658281E0,8.145966E0,2.6708555E-1,5.9413657E0,1.9919711E-1,2.248489E0,1.676986E1,1.3918478E1,2.3317177E1,5.614804E-1,8.3922E0,1.0530559E1,2.1772993E0,3.946913E0,4.8218293E0,1.631053E0,6.8298535E0,1.5138962E0,1.9418507E1,6.72746E0,1.2381582E1,5.80919E0,1.2237175E0,7.9856086E0,3.1096604E0,1.1428159E1,2.2708392E0,1.0792079E1,1.1449713E0,3.4293213E0,3.3650663E-1,7.572711E0,5.7325417E-1,5.763481E0,1.778848E-1,2.2102654E0,1.4559593E1,2.5344145E0,1.1384063E1,1.7777071E1,5.540105E0,5.712865E0,2.6793356E0,7.8810024E-1,9.742458E0,4.2657003E0,5.561291E-1,5.890614E0,9.3923986E-1,2.0461557E0,1.737235E1,1.8355994E0,4.8918605E0,7.9542828E0,4.4273E0,4.8757067E0,9.334831E-1,6.9999485E0,9.8566E-1,1.3870522E0,1.0041106E1,8.677087E-1,9.92437E0,4.4337142E-1,2.98595E0,7.3047366E0,2.6797444E-1,5.5166273E0,2.4685368E-1,2.7838504E-1,1.4281208E1,3.076706E0,8.307357E0,4.122849E0,1.36542225E1,3.2047293E0,2.3353755E0,5.3731093E0,3.3975577E-1,3.8892987E-1,9.353529E0,8.429771E-1,3.4227233E0,1.6800059E0,4.210608E0,1.5093049E1,2.2793012E0,2.7607026E0,2.131158E0,6.7127395E0,1.2415433E0,4.6720085E0,2.0369819E-1,7.893125E-1,6.210636E0,9.638965E0,4.0214214E-1,4.4552732E-1,9.478843E0,2.762536E0,2.2341402E-1,2.2343257E-1,7.081304E0,4.7663E0,7.5032705E-1,1.3430059E1,8.511491E-1,1.3622272E0,6.94513E0,1.1032335E1,2.6218874E0,2.9435658E0,2.611635E-1,4.9380517E0,4.350576E-1,5.833746E-1,8.770154E0,2.9034834E0,5.192397E-1,1.8368335E-1,4.0269246E0,1.0547589E0,1.4038291E1,2.1754521E-1,2.5431573E0,3.4242788E-1,6.3703113E0,4.4931192E0,1.7888938E-1,2.1382311E-1,5.9968133E0,9.234791E0,4.0417388E-1,8.17814E0,1.3007029E0,1.1352053E0,5.946099E0,6.7281324E-1,4.093487E0,2.5959775E0,1.0834082E1,5.3583235E-1,6.4092975E0,1.6712091E0,9.361126E0,7.417017E-1,2.201864E0,4.743402E0,1.9464986E-1,1.2595062E0,7.510648E0,1.968531E-1,2.7066305E0,1.7127231E-1,3.8556523E0,1.31784E1,8.598902E-1,1.5210673E0,4.849244E0,5.7185864E-1,3.9212606E0,2.2869529E-1,5.768118E0,2.6950428E0,6.5397477E0,1.4764302E0,6.7017097E0,5.759619E0,1.8647929E-1,2.7423602E-1,3.819251E0,7.26864E-1,1.0107218E1,3.933574E-1,6.01594E0,5.7809144E-1,8.783034E0,1.9079053E0,2.9395878E-1,4.57599E0,1.6741142E-1,2.100618E0,5.41003E0,2.5167162E0,1.8991426E-1,3.6138804E0,2.4177197E-1,1.1864062E1,1.3143382E0,4.6794777E0,1.697666E-1,1.71735E-1,3.7495255E0,3.4546307E-1,5.4226546E0,1.6878796E-1,6.3709598E0,2.689241E-1,6.4327855E0,2.2207798E-1,3.597173E0,9.783841E0,3.2337686E-1,5.748787E0,2.6715308E-1,8.351711E0,4.3132287E-1,1.6673307E0,2.4057454E-1,3.7204003E-1,4.2039504E0,4.369527E0,1.0405033E0,2.3433485E0,1.7336772E-1,3.4270701E0,1.8681024E-1,3.86057E-1,1.1478005E1,4.3656816E0,3.137962E-1,3.4699993E0,2.7952632E-1,5.2023892E0,2.2026554E-1,6.0766673E0,2.9429236E-1,4.207283E-1,6.0120573E0,9.534093E0,2.4974774E-1,3.6811885E-1,5.380668E0,7.733723E0,6.1798835E-1,3.9781523E0,2.2579804E-1,4.005751E0,3.6377582E-1,3.2616827E0,1.6538724E-1,1.0961657E0,1.038184E1,2.2222134E-1,4.1434603E0,3.0680785E0,4.0192068E-1,3.6595026E-1,4.836439E0,2.1770088E-1,5.8589664E0,5.6772885E0,3.347686E-1,9.110456E0,4.2363697E-1,5.157189E0,2.2347957E-1,7.356677E0,3.7704575E-1,1.7254558E-1,3.8332055E0,2.2849101E-1,1.0153348E1,1.6453981E-1,3.9789202E0,1.9960149E-1,2.868477E0,4.5657406E0,2.7069825E-1,5.4472675E0,2.3002118E-1,2.8781554E-1,8.82264E0,3.4959805E0,1.6612082E0,7.1839623E0,1.7271464E-1,2.8606105E-1,9.867288E0,3.785636E0,1.9328429E-1,1.8184616E-1,2.686631E0,4.371694E0,1.9404674E-1,1.7446873E-1,8.648172E0,1.8912365E-1,3.3068569E0,6.6856446E0,4.9831808E-1,3.5287446E-1,9.514413E0,1.6464488E-1,4.207049E0,8.023332E0,6.248402E-1,2.0909302E-1,6.4765515E0,4.3546313E-1,9.07895E0,7.7754164E0,2.4791552E-1,2.0975599E-1,6.2667956E0,2.972794E-1,8.781671E0,6.051936E0,2.1485916E-1,2.3923504E-1,8.542436E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"373","size_leaf_vector":"0"}},{"base_weights":[-1.15107875E-2,-8.655538E-2,-0E0,-0E0,-1.3372655E-1,-5.6133926E-2,1.1076201E-2,4.6919018E-2,-5.1585432E-2,-1.8611772E-1,-0E0,-1.1914551E-1,-0E0,-0E0,5.36764E-2,1.2057393E-1,-0E0,-9.95734E-2,-0E0,-0E0,-2.521962E-1,-1.8252291E-1,-0E0,-4.006895E-2,1.5387064E-2,-5.9098277E-2,1.5268454E-2,-0E0,8.223953E-2,-0E0,1.7089854E-1,-1.3921575E-1,-0E0,-0E0,-2.6930845E-1,-0E0,-2.4985094E-1,-0E0,-1.1679603E-1,1.2961626E-1,-0E0,-0E0,-1.15156785E-1,-3.1425348E-3,4.3334935E-2,-0E0,1.0462747E-1,-0E0,2.016284E-1,-1.6109098E-1,-0E0,-0E0,-2.9338017E-1,-0E0,-2.8090551E-1,-0E0,-1.82734E-1,-0E0,1.9584021E-1,-0E0,-1.0008279E-1,-1.5690409E-1,-0E0,5.114164E-3,-5.6321125E-2,-0E0,6.7820765E-2,-0E0,1.3639598E-1,-0E0,2.288348E-1,-0E0,-1.7695814E-1,-3.0681255E-1,-0E0,-0E0,-3.5219505E-1,-1.8567845E-1,-0E0,-0E0,2.2801758E-1,-1.460565E-1,-0E0,-0E0,-1.9622381E-1,-0E0,6.0461633E-2,-1.6573232E-1,-0E0,-0E0,-1.5874875E-1,1.0764417E-1,-0E0,-0E0,1.8199642E-1,2.548388E-1,-0E0,-0E0,-1.452463E-1,-3.6266518E-1,-0E0,-3.8263816E-1,-0E0,-0E0,2.558139E-1,-0E0,-1.38615E-1,-2.1582992E-1,-0E0,1.09042525E-1,-0E0,-0E0,-2.0867132E-1,6.46917E-2,-0E0,-0E0,-1.9918877E-1,1.448435E-1,-0E0,2.0736448E-1,-0E0,-0E0,2.8367153E-1,-3.8523793E-1,-0E0,-0E0,-4.0310985E-1,2.7928507E-1,-0E0,-2.3505019E-1,-0E0,1.5661836E-1,-0E0,-0E0,-2.4911097E-1,1.3378787E-1,-0E0,-0E0,-1.6749114E-1,-0E0,1.6177762E-1,2.2747698E-1,-0E0,-0E0,3.1548798E-1,-3.9902478E-1,-0E0,-0E0,-4.230037E-1,3.1145152E-1,-0E0,-0E0,-2.6669163E-1,-0E0,1.9593996E-1,-2.8081504E-1,-0E0,1.9502112E-1,-0E0,-0E0,1.8069962E-1,-0E0,2.4269894E-1,-0E0,2.6283652E-1,-3.1940633E-1,-0E0,-4.5288816E-1,-0E0,3.329354E-1,-0E0,-0E0,-2.904419E-1,2.3616332E-1,-0E0,-3.3590966E-1,-0E0,-0E0,2.1377994E-1,2.0581244E-1,-0E0,2.5765684E-1,-0E0,-0E0,-3.6938423E-1,-0E0,3.494754E-1,-0E0,-3.1410208E-1,2.6120123E-1,-0E0,-3.7583882E-1,-0E0,2.3417109E-1,-0E0,2.2163087E-1,-0E0,-0E0,2.7324894E-1,-0E0,3.766164E-1,-3.3111548E-1,-0E0,-0E0,2.9318658E-1,-0E0,-4.1431376E-1,-0E0,2.6273927E-1,2.3326598E-1,-0E0,-0E0,2.8528023E-1,3.065008E-1,-0E0,-3.4592625E-1,-0E0,-0E0,3.2731235E-1,-0E0,-4.3802854E-1,2.868315E-1,-0E0,2.439825E-1,-0E0,-0E0,2.9197398E-1,-0E0,-3.639964E-1,3.5664785E-1,-0E0,-0E0,-3.538063E-1,2.3616157E-1,-0E0,2.5653383E-1,-0E0,-0E0,2.9971564E-1,-3.765932E-1,-0E0,-0E0,2.8807783E-1,2.6452026E-1,-0E0,-0E0,3.0594796E-1,-0E0,-3.8949376E-1,-0E0,2.732804E-1,3.1226614E-1,-0E0,-0E0,-3.9475125E-1,-0E0,2.7914155E-1,-0E0,3.2681823E-1,-4.100183E-1,-0E0,-0E0,2.9040965E-1,-0E0,3.3858386E-1,-0E0,-4.2024595E-1,3.0167472E-1,-0E0,-0E0,2.7073336E-1,-0E0,-4.295794E-1,3.0647022E-1,-0E0,-0E0,-3.4048167E-1,3.116937E-1,-0E0,-0E0,3.2442155E-1,-0E0,2.5668654E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":20,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,27,29,-1,31,-1,-1,33,35,-1,37,39,41,43,-1,45,-1,47,49,-1,-1,51,-1,53,-1,55,57,59,-1,61,63,65,-1,67,-1,69,71,-1,-1,73,-1,75,-1,77,-1,79,-1,81,83,-1,85,87,89,91,-1,93,-1,95,-1,97,99,-1,-1,101,-1,-1,-1,103,105,-1,-1,107,-1,109,111,-1,113,115,117,-1,-1,119,121,-1,-1,-1,123,-1,125,-1,-1,127,-1,-1,129,-1,131,-1,-1,133,135,-1,-1,137,139,-1,141,-1,-1,143,145,-1,-1,147,149,-1,151,-1,153,-1,-1,155,157,-1,-1,-1,-1,159,161,-1,-1,163,165,-1,-1,167,169,-1,-1,171,-1,173,175,-1,177,-1,-1,179,-1,181,-1,-1,-1,-1,183,-1,185,-1,-1,187,189,-1,191,-1,-1,193,195,-1,197,-1,-1,-1,-1,199,-1,201,203,-1,205,-1,207,-1,209,-1,-1,211,-1,213,215,-1,-1,217,-1,219,-1,221,223,-1,-1,225,-1,-1,227,-1,-1,229,-1,231,233,-1,235,-1,-1,237,-1,239,241,-1,-1,-1,-1,-1,243,-1,-1,245,247,-1,-1,-1,249,-1,-1,251,-1,253,-1,255,257,-1,-1,259,-1,261,-1,263,265,-1,-1,267,-1,269,-1,271,273,-1,-1,-1,-1,275,277,-1,-1,-1,279,-1,-1,281,-1,-1],"loss_changes":[2.0400982E-1,1.3897324E-1,1.1307582E-1,2.7023248E-2,1.386044E-1,1.0686137E-1,9.200572E-2,7.233085E-2,3.0637354E-2,1.0143697E-1,0E0,1.484364E-1,9.678746E-3,1.2496282E-1,1.1637563E-1,5.5950888E-2,0E0,2.8621938E-2,0E0,0E0,4.884392E-2,1.8391547E-1,0E0,3.9304394E-2,1.4693761E-1,1.58663E-1,8.943333E-2,0E0,1.2229471E-1,0E0,4.279259E-2,1.4050633E-2,0E0,0E0,6.144005E-2,0E0,7.0104E-2,0E0,5.8774117E-2,1.19677454E-1,2.7932292E-2,0E0,1.6171348E-1,6.734037E-2,1.1172163E-1,0E0,1.6018364E-1,0E0,4.332769E-2,1.2337439E-2,0E0,0E0,3.540516E-2,0E0,1.3153142E-1,0E0,1.701717E-2,0E0,7.975003E-2,0E0,2.1062346E-2,1.4032239E-1,0E0,4.545992E-2,1.6369468E-1,1.0148697E-1,1.5063085E-1,0E0,2.1174866E-1,0E0,4.1334584E-2,0E0,4.2228326E-3,6.4753056E-2,0E0,0E0,7.933688E-2,0E0,0E0,0E0,6.668562E-2,1.8381275E-2,0E0,0E0,9.719437E-2,0E0,7.013929E-2,1.1009446E-1,0E0,2.8003225E-2,3.482341E-2,1.6172984E-1,0E0,0E0,1.782291E-1,3.5646588E-2,0E0,0E0,0E0,7.329875E-2,0E0,4.9560428E-2,0E0,0E0,4.7427654E-2,0E0,0E0,7.736325E-2,0E0,6.309694E-2,0E0,0E0,9.6434355E-2,6.318604E-2,0E0,0E0,1.3520956E-2,1.1077368E-1,0E0,1.656596E-1,0E0,0E0,4.1691422E-2,3.9313197E-2,0E0,0E0,5.049914E-2,6.016636E-2,0E0,8.4071994E-2,0E0,8.661096E-2,0E0,0E0,1.0175714E-1,8.4627494E-2,0E0,0E0,0E0,0E0,1.21322274E-1,1.0620797E-1,0E0,0E0,2.2165805E-2,1.075387E-2,0E0,0E0,5.8158398E-2,3.858322E-2,0E0,0E0,8.006579E-2,0E0,7.93995E-2,1.15507245E-1,0E0,2.7789861E-2,0E0,0E0,1.4535743E-1,0E0,1.02894425E-1,0E0,0E0,0E0,0E0,2.216041E-2,0E0,2.546221E-2,0E0,0E0,7.712674E-2,6.0302824E-2,0E0,1.2893617E-1,0E0,0E0,2.9099032E-2,9.8746E-2,0E0,8.565986E-2,0E0,0E0,0E0,0E0,2.0673692E-2,0E0,4.7844052E-2,6.8669766E-2,0E0,1.20037735E-1,0E0,2.4938762E-2,0E0,9.652877E-2,0E0,0E0,4.9885154E-2,0E0,1.0696769E-2,5.4092288E-2,0E0,0E0,6.1394185E-2,0E0,3.8727343E-2,0E0,3.504178E-2,8.030033E-2,0E0,0E0,4.4603944E-2,0E0,0E0,5.2720428E-2,0E0,0E0,5.0341785E-2,0E0,3.0792654E-2,9.613216E-3,0E0,9.341037E-2,0E0,0E0,6.042099E-2,0E0,5.4365158E-2,1.4121056E-2,0E0,0E0,0E0,0E0,0E0,6.787169E-2,0E0,0E0,4.1123748E-2,4.1277528E-2,0E0,0E0,0E0,4.3261766E-2,0E0,0E0,3.9855123E-2,0E0,7.6978207E-3,0E0,4.3183327E-2,2.7110219E-2,0E0,0E0,8.136749E-3,0E0,3.9105058E-2,0E0,6.933856E-2,1.883459E-2,0E0,0E0,6.1660767E-2,0E0,2.0842552E-2,0E0,1.7269492E-2,3.2293558E-2,0E0,0E0,0E0,0E0,4.2027235E-3,1.7879128E-2,0E0,0E0,0E0,2.8666377E-2,0E0,0E0,2.782023E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,15,15,17,17,20,20,21,21,23,23,24,24,25,25,26,26,28,28,30,30,31,31,34,34,36,36,38,38,39,39,40,40,42,42,43,43,44,44,46,46,48,48,49,49,52,52,54,54,56,56,58,58,60,60,61,61,63,63,64,64,65,65,66,66,68,68,70,70,72,72,73,73,76,76,80,80,81,81,84,84,86,86,87,87,89,89,90,90,91,91,94,94,95,95,99,99,101,101,104,104,107,107,109,109,112,112,113,113,116,116,117,117,119,119,122,122,123,123,126,126,127,127,129,129,131,131,134,134,135,135,140,140,141,141,144,144,145,145,148,148,149,149,152,152,154,154,155,155,157,157,160,160,162,162,167,167,169,169,172,172,173,173,175,175,178,178,179,179,181,181,186,186,188,188,189,189,191,191,193,193,195,195,198,198,200,200,201,201,204,204,206,206,208,208,209,209,212,212,215,215,218,218,220,220,221,221,223,223,226,226,228,228,229,229,235,235,238,238,239,239,243,243,246,246,248,248,250,250,251,251,254,254,256,256,258,258,259,259,262,262,264,264,266,266,267,267,272,272,273,273,277,277,280,280],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,28,30,-1,32,-1,-1,34,36,-1,38,40,42,44,-1,46,-1,48,50,-1,-1,52,-1,54,-1,56,58,60,-1,62,64,66,-1,68,-1,70,72,-1,-1,74,-1,76,-1,78,-1,80,-1,82,84,-1,86,88,90,92,-1,94,-1,96,-1,98,100,-1,-1,102,-1,-1,-1,104,106,-1,-1,108,-1,110,112,-1,114,116,118,-1,-1,120,122,-1,-1,-1,124,-1,126,-1,-1,128,-1,-1,130,-1,132,-1,-1,134,136,-1,-1,138,140,-1,142,-1,-1,144,146,-1,-1,148,150,-1,152,-1,154,-1,-1,156,158,-1,-1,-1,-1,160,162,-1,-1,164,166,-1,-1,168,170,-1,-1,172,-1,174,176,-1,178,-1,-1,180,-1,182,-1,-1,-1,-1,184,-1,186,-1,-1,188,190,-1,192,-1,-1,194,196,-1,198,-1,-1,-1,-1,200,-1,202,204,-1,206,-1,208,-1,210,-1,-1,212,-1,214,216,-1,-1,218,-1,220,-1,222,224,-1,-1,226,-1,-1,228,-1,-1,230,-1,232,234,-1,236,-1,-1,238,-1,240,242,-1,-1,-1,-1,-1,244,-1,-1,246,248,-1,-1,-1,250,-1,-1,252,-1,254,-1,256,258,-1,-1,260,-1,262,-1,264,266,-1,-1,268,-1,270,-1,272,274,-1,-1,-1,-1,276,278,-1,-1,-1,280,-1,-1,282,-1,-1],"split_conditions":[5.371094E-1,1.7907715E-1,3.984375E-1,8.1591797E-1,7.949219E-1,1.04317245E2,8.0615234E-1,9.3359375E-1,1.134375E2,1.4147351E0,-0E0,9.9365234E-1,1.2695312E-1,1.2109375E-1,2.3895264E-2,8.2910156E-1,-0E0,1.00625E2,-0E0,-0E0,6.402588E-2,1.0436645E0,-0E0,6.108684E1,1.994258E0,8.196553E1,3.9257812E-1,-0E0,2.4600454E1,-0E0,9.9914163E-1,4.498985E0,-0E0,-0E0,3.33125E1,-0E0,1.0398865E-2,-0E0,1.7871857E-3,1.2715116E0,1.7892053E0,-0E0,2.344933E2,2.0206246E0,7.597656E-1,-0E0,6.5732765E1,-0E0,1.003939E0,3.0609375E1,-0E0,-0E0,4.9650044E0,-0E0,3.490625E1,-0E0,7.7197266E-1,-0E0,8.5632324E-2,-0E0,9.54375E1,3.796875E1,-0E0,1.1193848E-1,9.243164E-1,3.7768555E-1,9.897461E-1,-0E0,3.446875E1,-0E0,4.4454756E0,-0E0,8.2492477E-1,4.2601666E0,-0E0,-0E0,5.3274145E0,-1.8567845E-1,-0E0,-0E0,1.18637085E-2,1.2870789E-2,-0E0,-0E0,9.9902344E-1,-0E0,9.1845703E-1,5.761719E-1,-0E0,1.11875E2,1.1769192E0,3.5540845E0,-0E0,-0E0,9.145508E-1,9.277344E-2,-0E0,-0E0,-1.452463E-1,1.38375E2,-0E0,5.7495117E-2,-0E0,-0E0,1.30625E2,-0E0,-1.38615E-1,9.9902344E-1,-0E0,6.3720703E-1,-0E0,-0E0,2.2096014E0,9.7998047E-1,-0E0,-0E0,6.2353516E-1,1.2340886E2,-0E0,9.423828E-1,-0E0,-0E0,3.971875E1,1.79875E2,-0E0,-0E0,4.753113E-3,8.989258E-1,-0E0,8.095703E-1,-0E0,6.3971734E-1,-0E0,-0E0,1.595E2,9.7548584E1,-0E0,-0E0,-1.6749114E-1,-0E0,1.2976074E-1,6.484375E-1,-0E0,-0E0,5.075E1,9.975586E-1,-0E0,-0E0,4.867885E0,4.9123545E0,-0E0,-0E0,8.109554E-1,-0E0,9.975586E-1,8.666992E-1,-0E0,6.1525184E-1,-0E0,-0E0,4.773229E0,-0E0,9.9560547E-1,-0E0,2.6283652E-1,-3.1940633E-1,-0E0,5.947876E-2,-0E0,3.21875E1,-0E0,-0E0,6.947514E1,3.6010742E-1,-0E0,4.5380354E0,-0E0,-0E0,9.033203E-1,9.926758E-1,-0E0,5.905538E1,-0E0,-0E0,-3.6938423E-1,-0E0,1.0761392E0,-0E0,9.0771484E-1,4.20625E1,-0E0,8.7768686E-1,-0E0,4.6795444E1,-0E0,5.644683E0,-0E0,-0E0,4.525E1,-0E0,9.9902344E-1,7.182617E-1,-0E0,-0E0,5.8938057E1,-0E0,9.490967E-3,-0E0,9.794922E-1,9.9609375E-1,-0E0,-0E0,5.622928E-1,3.065008E-1,-0E0,5.6640625E-1,-0E0,-0E0,1.15635826E2,-0E0,5.5007935E-3,6.165625E1,-0E0,8.43125E1,-0E0,-0E0,5.7408464E-1,-0E0,9.921875E-1,1.2771932E2,-0E0,-0E0,-3.538063E-1,2.3616157E-1,-0E0,9.995117E-1,-0E0,-0E0,2.935791E-2,1.2771932E2,-0E0,-0E0,2.8807783E-1,3.309375E1,-0E0,-0E0,3.6143234E2,-0E0,1.2870789E-2,-0E0,4.1007217E1,8.6283374E-1,-0E0,-0E0,5.00611E0,-0E0,3.071875E1,-0E0,7.722628E-1,8.797148E1,-0E0,-0E0,7.661133E-1,-0E0,7.2558594E-1,-0E0,7.422364E-1,2.7117178E2,-0E0,-0E0,2.7073336E-1,-0E0,5.7495117E-2,9.9853516E-1,-0E0,-0E0,-3.4048167E-1,2.8330908E1,-0E0,-0E0,5.7878387E-1,-0E0,2.5668654E-1],"split_indices":[15,12,14,13,18,4,19,19,8,1,0,15,14,12,18,14,0,11,0,0,13,2,0,7,1,7,17,0,7,0,0,3,0,0,10,0,18,0,18,3,0,0,7,3,14,0,4,0,1,8,0,0,2,0,8,0,19,0,13,0,10,8,0,13,15,12,14,0,8,0,2,0,0,1,0,0,3,0,0,0,19,16,0,0,16,0,16,15,0,11,2,1,0,0,13,13,0,0,0,11,0,13,0,0,9,0,0,15,0,13,0,0,3,17,0,0,15,6,0,12,0,0,11,9,0,0,19,19,0,15,0,1,0,0,10,5,0,0,0,0,12,15,0,0,9,17,0,0,0,3,0,0,1,0,14,18,0,1,0,0,0,0,16,0,0,0,0,14,0,10,0,0,5,17,0,0,0,0,13,18,0,5,0,0,0,0,1,0,13,9,0,1,0,7,0,2,0,0,9,0,15,19,0,0,4,0,19,0,18,16,0,0,1,0,0,14,0,0,5,0,17,8,0,8,0,0,2,0,18,6,0,0,0,0,0,17,0,0,18,6,0,0,0,10,0,0,6,0,16,0,5,1,0,0,3,0,8,0,3,7,0,0,19,0,15,0,2,6,0,0,0,0,13,17,0,0,0,7,0,0,3,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.2166013E2,3.0660017E1,1.9100012E2,1.0334471E1,2.0325546E1,2.9061066E1,1.6193906E2,6.3276615E0,4.0068088E0,1.4252486E1,6.07306E0,1.358944E1,1.5471625E1,1.2358864E2,3.835041E1,5.509134E0,8.1852776E-1,3.799629E0,2.0718E-1,5.1230516E0,9.129435E0,9.959229E0,3.6302109E0,3.721995E0,1.174963E1,2.892739E1,9.466125E1,5.0934668E0,3.3256947E1,1.1022452E0,4.4068885E0,3.1763875E0,6.2324136E-1,5.1139873E-1,8.618036E0,1.9312919E0,8.027938E0,8.4380895E-1,2.8781862E0,8.41872E0,3.3309095E0,9.712465E0,1.9214922E1,3.5915684E1,5.8745567E1,1.72923E0,3.1527716E1,3.2911956E-1,4.077769E0,2.7871602E0,3.892274E-1,7.2105604E-1,7.8969803E0,8.929018E-1,7.1350355E0,2.3797582E-1,2.6402104E0,1.8915623E0,6.5271583E0,1.0422999E0,2.2886097E0,1.6688215E1,2.5267084E0,1.5202623E1,2.0713058E1,1.0768065E1,4.79775E1,4.5716915E0,2.6956024E1,1.9639227E-1,3.8813767E0,1.6907656E-1,2.6180835E0,7.5539417E0,3.4303823E-1,1.7176865E0,5.4173493E0,1.6506903E0,9.8952013E-1,3.0948588E-1,6.2176723E0,1.7967132E0,4.9189645E-1,2.5538814E0,1.4134334E1,3.1546144E0,1.2048009E1,7.9094462E0,1.2803614E1,7.2409906E0,3.5270748E0,3.174321E1,1.6234291E1,5.6420765E0,2.1313948E1,3.6693137E0,2.1206309E-1,1.8046221E-1,2.4376214E0,5.7565756E0,1.7973666E0,5.055099E0,3.6225033E-1,3.6152595E-1,5.8561463E0,1.6330783E-1,1.6334054E0,1.3682809E1,4.5152402E-1,9.256707E0,2.791302E0,5.7643545E-1,7.3330107E0,6.1913066E0,1.0496842E0,5.9150165E-1,2.935573E0,2.5017149E1,6.726062E0,2.0448027E1,8.659208E-1,3.6149314E-1,3.3078206E0,5.538756E0,2.1781968E-1,2.4490565E-1,4.810193E0,5.44074E0,4.15406E-1,1.2858438E1,8.2437176E-1,6.8017483E0,2.4549587E0,7.827519E-1,6.5502586E0,4.5946016E0,1.5967051E0,1.861357E-1,2.7494376E0,8.2991534E-1,2.4187233E1,2.0108934E1,3.390921E-1,3.1042603E-1,2.9973946E0,5.37558E0,1.631759E-1,2.0550588E-1,4.604687E0,4.897257E0,5.434835E-1,1.7997253E0,1.1058712E1,3.80656E-1,6.4210925E0,6.338573E0,2.116856E-1,4.122713E0,4.7188827E-1,1.1839828E0,2.300325E1,7.0098656E-1,1.9407948E1,2.3649654E-1,2.7608979E0,5.143082E0,2.3249759E-1,4.236785E0,3.6790258E-1,4.5712547E0,3.2600173E-1,8.639521E-1,1.019476E1,5.687879E0,7.332131E-1,5.302946E0,1.035627E0,1.6760768E-1,3.9551055E0,2.104912E1,1.9541312E0,1.8713503E1,6.9444484E-1,3.0587664E-1,3.9309082E0,2.6018813E-1,4.3110666E0,7.6877E-1,9.42599E0,5.442304E0,2.4557503E-1,5.048224E0,2.547223E-1,3.743658E0,2.114476E-1,2.0093138E1,9.5598227E-1,9.828999E-1,1.7730604E1,5.22682E-1,3.788385E0,8.868544E0,5.574468E-1,4.2696097E-1,5.015343E0,2.8332415E-1,4.7648997E0,5.1140773E-1,3.2322502E0,1.9864035E1,2.291023E-1,8.9232194E-1,1.6838282E1,3.508567E0,2.798178E-1,8.535524E0,3.3301926E-1,5.170491E-1,4.4982944E0,3.52807E-1,4.4120927E0,3.0575302E0,1.7472015E-1,1.9463375E1,4.006591E-1,2.6265404E-1,1.6575628E1,4.7693688E-1,8.058587E0,4.105633E0,3.9266145E-1,1.8175785E-1,4.2303348E0,2.7976756E0,2.5985438E-1,1.8977089E1,4.8628795E-1,1.9811441E-1,1.6377514E1,7.8789363E0,1.7965072E-1,2.0735894E-1,3.8982737E0,1.8788727E1,1.8836041E-1,2.4126874E-1,1.6136244E1,2.737607E-1,7.605176E0,6.375236E-1,1.8151203E1,1.5878569E1,2.5767598E-1,1.6506006E-1,7.4401155E0,2.208103E-1,1.7930393E1,1.1722732E0,1.4706295E1,6.9082217E0,5.3189397E-1,9.388077E-1,1.6991587E1,4.336169E-1,1.4272678E1,2.4955738E-1,6.658664E0,1.6387175E1,6.044116E-1,5.4252243E-1,1.3730156E1,2.1410969E-1,6.444555E0,1.6206654E1,1.8052158E-1,1.9686769E-1,6.247687E0,1.58354225E1,3.712307E-1,9.8424834E-1,1.4851173E1,1.75139E-1,1.4676035E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"283","size_leaf_vector":"0"}},{"base_weights":[-2.6753148E-2,-1.26620075E-2,-1.3938972E-1,-2.8507682E-2,2.3760818E-2,-0E0,-1.9353962E-1,-8.572803E-2,-8.109805E-3,8.109067E-2,-5.6411275E-3,-0E0,-2.0516247E-1,-0E0,-1.2092023E-1,-0E0,-9.007738E-2,-0E0,1.4568013E-1,-5.2507713E-2,-0E0,-0E0,-2.1670702E-1,-1.4065035E-1,-0E0,1.4127094E-2,-3.031781E-2,-0E0,-1.755121E-1,-6.7465514E-2,-0E0,-0E0,1.7272042E-1,-9.865162E-2,-0E0,-0E0,-2.2660744E-1,-1.5702884E-1,-0E0,5.7149876E-2,-1.1527391E-2,-6.970679E-2,-0E0,-0E0,-2.3578507E-1,-9.767279E-2,-0E0,5.849297E-2,-0E0,1.944975E-1,-0E0,-1.6262768E-1,-0E0,-0E0,-2.455925E-1,-1.7485143E-1,-0E0,-0E0,8.482809E-2,-5.30405E-2,3.444267E-2,-1.1199562E-1,-0E0,4.2055205E-2,-0E0,-0E0,-3.764854E-1,-0E0,-1.3611524E-1,-0E0,9.2876166E-2,-0E0,2.246468E-1,-0E0,-2.0712267E-1,-0E0,-2.545503E-1,-0E0,-1.8227102E-1,-0E0,1.04801185E-1,-0E0,-9.431337E-2,-0E0,9.506127E-2,-0E0,-1.5492463E-1,-0E0,9.412836E-2,-3.9656487E-1,-0E0,-1.5363021E-1,-0E0,1.2537317E-1,-0E0,-0E0,2.4293889E-1,-2.5208294E-1,-0E0,-0E0,-2.017084E-1,-1.9950646E-1,-0E0,2.1639279E-1,4.256839E-3,-0E0,-1.2824444E-1,1.5131925E-1,-0E0,-0E0,-1.9074306E-1,-0E0,1.3803022E-1,-0E0,-3.235486E-1,-1.6171639E-1,-0E0,-0E0,1.2283673E-1,-0E0,2.6317865E-1,-2.7354681E-1,-0E0,-0E0,-2.3195921E-1,-0E0,2.699531E-1,-5.001157E-2,8.519893E-2,-0E0,-1.6950428E-1,-0E0,1.9124362E-1,-2.2142155E-1,-0E0,-0E0,1.7529415E-1,-0E0,-1.7043452E-1,-0E0,2.7441514E-1,-2.8771466E-1,-0E0,-2.4573947E-1,-0E0,2.9878822E-1,-0E0,-0E0,-8.842021E-2,-0E0,1.18748374E-1,-0E0,-2.0529532E-1,-0E0,2.2847916E-1,-2.6443806E-1,-0E0,2.119135E-1,-0E0,-0E0,-1.7969775E-1,2.8452474E-1,-0E0,-0E0,-2.3485528E-1,-2.6217693E-1,-0E0,-0E0,3.3042857E-1,-1.2712449E-1,-0E0,1.4850236E-1,-0E0,-2.4648038E-1,-0E0,2.4486487E-1,-0E0,-0E0,-2.9582796E-1,2.4880509E-1,-0E0,-1.5595898E-1,-0E0,2.6320267E-1,-0E0,-0E0,-2.7145907E-1,-0E0,3.4595242E-1,-1.6056132E-1,-0E0,-0E0,1.7339559E-1,-2.793141E-1,-0E0,-0E0,2.606994E-1,-0E0,-3.1688341E-1,-0E0,2.7330348E-1,-3.2215875E-1,-0E0,-0E0,3.5913324E-1,-1.9055392E-1,-0E0,2.074718E-1,-0E0,-0E0,-3.072268E-1,-0E0,2.81688E-1,-0E0,-3.3296984E-1,-0E0,2.2337513E-1,-0E0,-3.3159238E-1,3.7120155E-1,-0E0,-0E0,-2.069943E-1,2.517315E-1,-0E0,-3.3618587E-1,-0E0,-0E0,3.125392E-1,-3.493951E-1,-0E0,-0E0,-3.4029055E-1,3.8450775E-1,-0E0,-2.2360992E-1,-0E0,-0E0,2.670564E-1,-3.5563475E-1,-0E0,2.660138E-1,-0E0,-0E0,-3.671851E-1,-3.475101E-1,-0E0,-0E0,3.919926E-1,-0E0,-2.413487E-1,-0E0,2.7937478E-1,-3.665666E-1,-0E0,-0E0,-3.9517042E-1,-0E0,-2.8039098E-1,4.1766366E-1,-0E0,-2.507677E-1,-0E0,-0E0,2.8699592E-1,-3.7222326E-1,-0E0,-4.1486612E-1,-0E0,4.2708406E-1,-0E0,-2.0778014E-1,-0E0,-0E0,2.9927143E-1,-0E0,-3.0336726E-1,-4.298529E-1,-0E0,-0E0,3.3997896E-1,-0E0,3.0642655E-1,-4.4679925E-1,-0E0,-0E0,2.4636008E-1,-0E0,-4.6041167E-1,-0E0,-4.75199E-1,-4.9367982E-1,-0E0,-3.9798316E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":21,"left_children":[1,3,5,7,9,-1,11,13,15,17,19,-1,21,-1,23,25,27,29,31,33,-1,-1,35,37,-1,39,41,-1,43,45,47,-1,49,51,-1,-1,53,55,-1,57,59,61,63,-1,65,67,-1,69,-1,71,-1,73,-1,-1,75,77,-1,-1,79,81,83,85,-1,87,-1,-1,89,-1,91,-1,93,-1,95,-1,97,-1,99,-1,101,-1,103,-1,105,-1,107,-1,109,-1,111,113,-1,115,-1,117,-1,-1,119,121,-1,-1,-1,123,-1,125,127,-1,129,131,-1,-1,133,-1,135,-1,-1,137,-1,-1,-1,-1,139,141,-1,-1,143,-1,145,147,149,-1,151,-1,153,155,-1,-1,157,-1,159,-1,161,163,-1,165,-1,167,-1,-1,169,-1,171,-1,173,-1,175,177,-1,179,-1,-1,181,183,-1,-1,-1,185,-1,-1,187,189,-1,191,-1,193,-1,195,-1,-1,197,199,-1,-1,-1,-1,-1,-1,201,-1,203,205,-1,-1,207,209,-1,-1,211,-1,213,-1,215,217,-1,-1,219,221,-1,223,-1,-1,225,-1,227,-1,229,-1,-1,-1,231,233,-1,-1,235,237,-1,239,-1,-1,241,243,-1,-1,245,247,-1,249,-1,-1,251,253,-1,-1,-1,-1,255,257,-1,-1,259,-1,261,-1,263,265,-1,-1,267,-1,-1,269,-1,271,-1,-1,273,275,-1,277,-1,279,-1,-1,-1,-1,281,-1,-1,283,-1,-1,-1,-1,285,287,-1,-1,-1,-1,289,-1,291,293,-1,-1,-1],"loss_changes":[1.8782823E-1,1.2009036E-1,1.2680346E-1,9.047948E-2,1.4571503E-1,0E0,4.3220133E-2,1.3036053E-1,9.645726E-2,1.9748642E-1,3.275737E-2,0E0,4.5560777E-2,0E0,7.790607E-2,4.8799492E-2,1.338694E-1,2.4957133E-2,1.1531153E-1,6.7861184E-2,0E0,0E0,3.7909806E-2,7.187304E-2,0E0,1.3764727E-1,9.790081E-2,0E0,1.0546534E-1,2.318292E-2,1.1819293E-2,0E0,9.177619E-2,1.2500072E-1,0E0,0E0,6.1495185E-2,7.125506E-2,0E0,1.24624E-1,9.1836736E-2,1.4655441E-1,1.150027E-2,0E0,1.1459845E-1,3.3672873E-2,0E0,1.445423E-2,0E0,6.854093E-2,0E0,7.3328E-2,0E0,0E0,2.506864E-2,3.3037186E-2,0E0,0E0,9.5976174E-2,1.1001616E-1,4.3099493E-2,1.7745143E-1,0E0,3.0176833E-2,0E0,0E0,2.4223417E-2,0E0,1.4675863E-2,0E0,1.6776487E-2,0E0,8.056533E-2,0E0,8.78939E-2,0E0,8.712888E-3,0E0,2.3812234E-2,0E0,1.5664804E-1,0E0,1.3923182E-1,0E0,6.4519666E-2,0E0,1.104424E-1,0E0,4.334593E-2,8.255392E-3,0E0,5.5373684E-3,0E0,1.5792083E-2,0E0,0E0,5.2190065E-2,5.127421E-2,0E0,0E0,0E0,4.254496E-2,0E0,1.6027951E-1,1.3806184E-1,0E0,1.6865474E-1,5.898711E-2,0E0,0E0,1.4147115E-1,0E0,4.3761343E-2,0E0,0E0,5.2684024E-3,0E0,0E0,0E0,0E0,4.817158E-2,2.4024516E-2,0E0,0E0,5.6988835E-2,0E0,1.0396612E-1,3.144084E-2,9.221769E-2,0E0,1.305176E-1,0E0,5.961986E-2,1.6805917E-1,0E0,0E0,4.6887815E-2,0E0,5.173795E-3,0E0,4.163146E-2,2.324009E-2,0E0,4.5259476E-2,0E0,9.983903E-2,0E0,0E0,4.0992577E-2,0E0,1.05722845E-1,0E0,1.467548E-1,0E0,2.4745703E-2,1.3563472E-1,0E0,4.1103914E-2,0E0,0E0,1.2709595E-2,2.3748398E-2,0E0,0E0,0E0,4.2780757E-2,0E0,0E0,6.4747155E-2,4.0363118E-2,0E0,8.755413E-2,0E0,1.4149886E-1,0E0,2.143243E-2,0E0,0E0,9.366393E-2,3.1013623E-2,0E0,0E0,0E0,0E0,0E0,0E0,6.07329E-2,0E0,3.9925218E-2,4.5009345E-2,0E0,0E0,7.434359E-2,9.418589E-2,0E0,0E0,3.3031374E-2,0E0,7.804346E-2,0E0,1.0678217E-2,2.6123285E-2,0E0,0E0,4.3750107E-2,2.2925466E-2,0E0,8.891246E-2,0E0,0E0,9.857762E-2,0E0,1.8940002E-2,0E0,7.24926E-2,0E0,0E0,0E0,2.3281753E-2,2.56536E-2,0E0,0E0,2.313532E-2,5.423391E-2,0E0,9.9334955E-2,0E0,0E0,2.8194547E-2,6.997383E-2,0E0,0E0,1.605308E-2,1.5328884E-2,0E0,2.392833E-2,0E0,0E0,3.575921E-2,5.277586E-2,0E0,0E0,0E0,0E0,7.6919794E-2,1.45273805E-2,0E0,0E0,5.9390545E-2,0E0,5.2575767E-3,0E0,2.0783484E-2,1.6612887E-2,0E0,0E0,7.630861E-2,0E0,0E0,1.4940262E-2,0E0,1.0946348E-2,0E0,0E0,2.0356119E-2,1.4567018E-2,0E0,7.733464E-2,0E0,1.05570555E-2,0E0,0E0,0E0,0E0,1.488471E-2,0E0,0E0,5.8516502E-2,0E0,0E0,0E0,0E0,1.4549494E-2,6.4165115E-2,0E0,0E0,0E0,0E0,5.904472E-2,0E0,4.9978137E-2,4.7281027E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,9,9,10,10,12,12,14,14,15,15,16,16,17,17,18,18,19,19,22,22,23,23,25,25,26,26,28,28,29,29,30,30,32,32,33,33,36,36,37,37,39,39,40,40,41,41,42,42,44,44,45,45,47,47,49,49,51,51,54,54,55,55,58,58,59,59,60,60,61,61,63,63,66,66,68,68,70,70,72,72,74,74,76,76,78,78,80,80,82,82,84,84,86,86,88,88,89,89,91,91,93,93,96,96,97,97,101,101,103,103,104,104,106,106,107,107,110,110,112,112,115,115,120,120,121,121,124,124,126,126,127,127,128,128,130,130,132,132,133,133,136,136,138,138,140,140,141,141,143,143,145,145,148,148,150,150,152,152,154,154,155,155,157,157,160,160,161,161,165,165,168,168,169,169,171,171,173,173,175,175,178,178,179,179,186,186,188,188,189,189,192,192,193,193,196,196,198,198,200,200,201,201,204,204,205,205,207,207,210,210,212,212,214,214,218,218,219,219,222,222,223,223,225,225,228,228,229,229,232,232,233,233,235,235,238,238,239,239,244,244,245,245,248,248,250,250,252,252,253,253,256,256,259,259,261,261,264,264,265,265,267,267,269,269,274,274,277,277,282,282,283,283,288,288,290,290,291,291],"right_children":[2,4,6,8,10,-1,12,14,16,18,20,-1,22,-1,24,26,28,30,32,34,-1,-1,36,38,-1,40,42,-1,44,46,48,-1,50,52,-1,-1,54,56,-1,58,60,62,64,-1,66,68,-1,70,-1,72,-1,74,-1,-1,76,78,-1,-1,80,82,84,86,-1,88,-1,-1,90,-1,92,-1,94,-1,96,-1,98,-1,100,-1,102,-1,104,-1,106,-1,108,-1,110,-1,112,114,-1,116,-1,118,-1,-1,120,122,-1,-1,-1,124,-1,126,128,-1,130,132,-1,-1,134,-1,136,-1,-1,138,-1,-1,-1,-1,140,142,-1,-1,144,-1,146,148,150,-1,152,-1,154,156,-1,-1,158,-1,160,-1,162,164,-1,166,-1,168,-1,-1,170,-1,172,-1,174,-1,176,178,-1,180,-1,-1,182,184,-1,-1,-1,186,-1,-1,188,190,-1,192,-1,194,-1,196,-1,-1,198,200,-1,-1,-1,-1,-1,-1,202,-1,204,206,-1,-1,208,210,-1,-1,212,-1,214,-1,216,218,-1,-1,220,222,-1,224,-1,-1,226,-1,228,-1,230,-1,-1,-1,232,234,-1,-1,236,238,-1,240,-1,-1,242,244,-1,-1,246,248,-1,250,-1,-1,252,254,-1,-1,-1,-1,256,258,-1,-1,260,-1,262,-1,264,266,-1,-1,268,-1,-1,270,-1,272,-1,-1,274,276,-1,278,-1,280,-1,-1,-1,-1,282,-1,-1,284,-1,-1,-1,-1,286,288,-1,-1,-1,-1,290,-1,292,294,-1,-1,-1],"split_conditions":[1.4920064E2,9.921875E-1,2.3576913E0,6.947514E1,1.8115324E2,-0E0,3.0140625E1,3.840625E1,1.1727095E2,8.611066E1,3.591511E0,-0E0,5.622928E-1,-0E0,9.892578E-1,3.0801442E0,1.5332031E-1,5.43125E1,1.335907E-2,1.03375E2,-0E0,-0E0,1.4772415E-3,9.916992E-1,-0E0,4.489746E-1,7.84375E1,-0E0,5.872365E1,6.396875E1,9.9365234E-1,-0E0,1.4347833E2,9.526367E-1,-0E0,-0E0,3.3931732E-3,1.1375E2,-0E0,3.40625E1,6.3125E1,9.0283203E-1,1.13E2,-0E0,1.7907715E-1,1.9241333E-2,-0E0,1.2451172E-1,-0E0,1.2017822E-1,-0E0,1.3346983E0,-0E0,-0E0,3.51875E1,3.213346E1,-0E0,-0E0,3.6875E1,8.3447266E-1,6.1621094E-1,3.31875E1,-0E0,1.5393066E-1,-0E0,-0E0,1.63E2,-0E0,8.45625E1,-0E0,5.2484746E0,-0E0,1.3842773E-1,-0E0,4.092579E0,-0E0,3.0484375E1,-0E0,9.5410156E-1,-0E0,9.066027E1,-0E0,9.7094333E-1,-0E0,9.584961E-1,-0E0,7.155235E1,-0E0,6.1187744E-2,6.702291E1,-0E0,9.9902344E-1,-0E0,2.7807617E-1,-0E0,-0E0,5.538432E1,1.31625E2,-0E0,-0E0,-2.017084E-1,7.3583984E-1,-0E0,1.7318726E-2,1.24525375E2,-0E0,8.5632324E-2,3.8875E1,-0E0,-0E0,1.3896085E2,-0E0,1.4493565E2,-0E0,-3.235486E-1,3.084375E1,-0E0,-0E0,1.2283673E-1,-0E0,1.2870789E-2,5.2000422E0,-0E0,-0E0,1.41E2,-0E0,9.941406E-1,4.075E1,1.5220642E-2,-0E0,3.30625E1,-0E0,6.044407E-1,7.963867E-1,-0E0,-0E0,3.6807005E0,-0E0,3.1703125E1,-0E0,5.3274145E0,1.5670776E-2,-0E0,6.892483E1,-0E0,4.0985107E-2,-0E0,-0E0,3.7475586E-1,-0E0,9.868164E-1,-0E0,1.8925288E2,-0E0,9.941406E-1,1.854248E-1,-0E0,9.880494E1,-0E0,-0E0,9.472656E-1,8.526553E1,-0E0,-0E0,-2.3485528E-1,6.019756E-1,-0E0,-0E0,1.6204365E1,3.9342475E0,-0E0,3.615625E1,-0E0,4.867885E0,-0E0,1.3625092E2,-0E0,-0E0,3.240625E1,3.243477E0,-0E0,-1.5595898E-1,-0E0,2.6320267E-1,-0E0,-0E0,9.628906E-1,-0E0,4.0875E1,9.980469E-1,-0E0,-0E0,9.8409065E1,7.301726E1,-0E0,-0E0,6.6345215E-2,-0E0,1.471513E1,-0E0,6.957525E1,3.928125E1,-0E0,-0E0,8.9625E1,3.565625E1,-0E0,7.8125E-1,-0E0,-0E0,9.9560547E-1,-0E0,1.479203E2,-0E0,9.9609375E-1,-0E0,2.2337513E-1,-0E0,7.739258E-1,8.734687E1,-0E0,-0E0,9.7802734E-1,4.9232832E-1,-0E0,2.961023E0,-0E0,-0E0,9.6435547E-1,1.4230315E2,-0E0,-0E0,2.2737596E2,3.1703125E1,-0E0,1.424408E-2,-0E0,-0E0,1.308322E2,1.595E2,-0E0,2.660138E-1,-0E0,-0E0,1.0398865E-2,3.8355026E1,-0E0,-0E0,9.8779297E-1,-0E0,9.9902344E-1,-0E0,3.982544E-3,5.627295E0,-0E0,-0E0,4.1303067E0,-0E0,-2.8039098E-1,9.892578E-1,-0E0,9.868164E-1,-0E0,-0E0,2.4084473E-1,5.024414E-1,-0E0,5.433148E0,-0E0,1.1268616E-2,-0E0,-2.0778014E-1,-0E0,-0E0,8.502197E-2,-0E0,-3.0336726E-1,9.3408203E-1,-0E0,-0E0,3.3997896E-1,-0E0,3.778125E1,3.0953125E1,-0E0,-0E0,2.4636008E-1,-0E0,1.1268616E-2,-0E0,1.166875E2,9.902344E-1,-0E0,-3.9798316E-1,-0E0],"split_indices":[4,14,0,5,6,0,8,10,5,4,3,0,1,0,18,3,17,11,18,10,0,0,17,16,0,18,11,0,7,8,19,0,4,16,0,0,19,9,0,8,8,18,11,0,12,18,0,16,0,17,0,1,0,0,9,5,0,0,11,15,18,8,0,12,0,0,11,0,10,0,0,0,15,0,2,0,10,0,16,0,7,0,2,0,19,0,4,0,13,7,0,15,0,15,0,0,5,9,0,0,0,15,0,18,7,0,13,11,0,0,4,0,6,0,0,8,0,0,0,0,16,1,0,0,11,0,17,11,19,0,8,0,0,12,0,0,0,0,11,0,3,16,0,5,0,16,0,0,18,0,14,0,6,0,18,14,0,5,0,0,18,5,0,0,0,3,0,0,7,2,0,8,0,0,0,6,0,0,11,3,0,0,0,0,0,0,14,0,9,17,0,0,5,5,0,0,13,0,7,0,4,10,0,0,10,8,0,13,0,0,17,0,7,0,16,0,0,0,15,7,0,0,19,2,0,3,0,0,18,6,0,0,6,10,0,19,0,0,6,10,0,0,0,0,18,5,0,0,16,0,15,0,18,1,0,0,0,0,0,19,0,16,0,0,15,18,0,2,0,17,0,0,0,0,14,0,0,13,0,0,0,0,11,10,0,0,0,0,17,0,10,16,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.1419708E2,1.9876532E2,1.5431761E1,1.577155E2,4.1049824E1,4.282597E0,1.1149163E1,2.8142826E1,1.2957268E2,2.5147646E1,1.5902179E1,2.556968E-1,1.0893467E1,5.330557E0,2.281227E1,1.1713049E2,1.2442181E1,8.395479E0,1.6752167E1,1.1570583E1,4.3315954E0,2.1142207E-1,1.0682045E1,2.0668743E1,2.143525E0,8.257795E1,3.4552544E1,5.187424E0,7.2547565E0,4.9831614E0,3.4123178E0,1.1136738E0,1.5638493E1,9.89242E0,1.6781635E0,2.1748672E-1,1.0464558E1,1.9397928E1,1.2708163E0,4.517866E1,3.7399284E1,2.6278978E1,8.273566E0,1.5608684E0,5.693888E0,4.5461407E0,4.3702066E-1,2.9544919E0,4.5782605E-1,1.4652953E1,9.855389E-1,8.050485E0,1.8419352E0,6.101127E-1,9.854445E0,1.7878923E1,1.5190051E0,7.626574E0,3.7552086E1,3.1042683E1,6.356604E0,2.1558044E1,4.7209344E0,6.002323E0,2.2712429E0,2.95598E0,2.7379081E0,6.3035035E-1,3.9157906E0,4.0863314E-1,2.5458586E0,2.436199E0,1.2216754E1,1.5698173E0,6.4806676E0,3.2904994E-1,9.525395E0,4.7140914E-1,1.7407513E1,4.3835125E0,3.3168575E1,9.1981325E0,2.184455E1,1.1870815E0,5.1695223E0,3.137425E0,1.8420618E1,1.7984408E0,4.203882E0,2.5723462E0,1.6556185E-1,3.5881195E0,3.276709E-1,2.2388232E0,3.070355E-1,4.7785163E-1,1.1738903E1,5.595809E0,8.84859E-1,1.812899E-1,9.344106E0,1.5045344E1,2.362169E0,1.0733627E1,2.2434946E1,1.7940383E0,2.005051E1,4.5552707E0,6.142518E-1,3.403217E0,1.5017402E1,2.4127884E-1,3.9626036E0,2.1629153E-1,2.3560548E0,3.4012468E0,1.8687285E-1,3.6624384E-1,1.8725793E0,1.0565729E0,1.068233E1,5.361953E0,2.3385586E-1,3.2547996E0,1.17905445E1,1.8160423E0,8.917585E0,6.148906E0,1.628604E1,2.9169726E0,1.7133537E1,2.7756962E-1,4.277701E0,1.3900883E1,1.1165183E0,2.715009E-1,3.6911025E0,2.0753871E-1,3.193708E0,2.5732246E-1,1.0425007E1,5.0890727E0,2.7288038E-1,1.1394479E1,3.9606625E-1,8.352142E0,5.654432E-1,5.0027806E-1,5.648628E0,1.6053799E0,1.468066E1,2.5156953E0,1.4617843E1,2.8827873E-1,3.9894223E0,1.2000071E1,1.9008125E0,3.4118822E0,2.7922037E-1,2.1077533E-1,2.9829328E0,1.0176696E1,2.4831182E-1,2.2941346E-1,4.859659E0,1.0608207E1,7.862714E-1,6.996981E-1,7.652444E0,5.011131E0,6.3749754E-1,1.4000915E1,6.797451E-1,1.2403386E1,2.214456E0,3.8213968E0,1.6802552E-1,9.6213174E-1,1.1037939E1,3.0018122E0,4.1007E-1,2.6310945E0,3.5183814E-1,7.299329E0,2.8773665E0,1.6611902E-1,1.0442088E1,1.742414E-1,7.478203E0,4.520435E0,4.9069616E-1,9.5266217E-1,1.3048253E1,1.1361777E1,1.041609E0,1.9365962E-1,3.6277373E0,5.495796E-1,1.0488359E1,1.8444893E-1,2.8173633E0,7.854242E0,2.587846E0,2.6532686E-1,7.212876E0,4.303966E0,2.164686E-1,1.0690399E1,2.3578534E0,1.0596071E0,1.030217E1,1.759162E-1,3.451821E0,3.3216563E-1,1.0156194E1,1.6579905E-1,2.6515641E0,2.310008E-1,7.623241E0,7.0370255E0,1.7585012E-1,1.9773985E-1,4.1062264E0,8.50441E0,2.1859896E0,9.393532E0,9.08638E-1,5.4777676E-1,2.9040442E0,9.771666E0,3.8452846E-1,2.0891324E-1,7.4143276E0,6.697918E0,3.3910778E-1,3.909809E0,1.9641714E-1,2.4333687E-1,8.261073E0,9.126415E0,2.671172E-1,2.6012158E0,3.028285E-1,4.5220762E-1,9.319458E0,7.2218323E0,1.9249545E-1,1.7249617E-1,6.5254216E0,2.1361443E-1,3.6961946E0,2.9740742E-1,7.9636655E0,8.953576E0,1.7283851E-1,8.489795E-1,8.470478E0,3.9308083E-1,6.8287516E0,6.028806E0,4.9661547E-1,3.4704971E0,2.2569764E-1,1.9120732E-1,7.772458E0,8.788333E0,1.6524334E-1,8.082314E0,3.8816452E-1,5.825875E0,2.0293164E-1,3.1728537E0,2.976434E-1,4.3743798E-1,7.33502E0,6.8463814E-1,8.103695E0,7.912842E0,1.6947187E-1,1.9689983E-1,5.628975E0,2.0310687E-1,7.131913E0,7.579899E0,3.3294296E-1,3.025879E-1,6.8293257E0,1.680181E-1,7.4118805E0,2.2327085E-1,7.1886096E0,6.828805E0,3.5980472E-1,6.542555E0,2.862501E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"295","size_leaf_vector":"0"}},{"base_weights":[-6.2144673E-3,-8.3462305E-2,-0E0,-0E0,-1.1303812E-1,1.063539E-2,-6.439209E-2,-0E0,-1.4713223E-1,-4.0156975E-2,2.686026E-2,-0E0,-1.573275E-1,-0E0,-1.6752613E-1,-6.658804E-2,-0E0,5.5851948E-2,-0E0,-0E0,-2.1457364E-1,-0E0,-1.857743E-1,-9.396056E-2,-0E0,8.878003E-2,-0E0,-1.37505885E-2,2.0646382E-2,-0E0,-2.6531354E-1,-0E0,-2.052286E-1,-0E0,-1.0862689E-1,1.372761E-1,-0E0,-1.1467306E-1,-0E0,-4.1028537E-2,-0E0,-3.2794352E-3,5.9478913E-2,-3.0454403E-1,-0E0,-0E0,-2.744462E-1,-1.2736335E-1,-0E0,-0E0,1.7051345E-1,-3.4203563E-2,6.0718052E-2,-0E0,-1.9433376E-1,5.58213E-2,-0E0,-7.788989E-2,-0E0,-0E0,4.592302E-2,-4.3198578E-2,-0E0,-0E0,9.054607E-2,-3.3459178E-1,-0E0,-0E0,-2.9465047E-1,-1.6705218E-1,-0E0,-0E0,1.9143423E-1,-8.443415E-2,-0E0,-0E0,1.1410497E-1,-2.6357335E-1,-0E0,1.0412293E-1,-0E0,-0E0,-1.12137616E-1,-0E0,1.0568035E-1,-7.2902694E-2,-0E0,-0E0,1.3436785E-1,-3.500985E-1,-0E0,-2.4555072E-1,-0E0,-0E0,-1.7900024E-1,2.1377777E-1,-0E0,-1.3758244E-1,-0E0,1.6253076E-1,-0E0,-2.9686674E-1,-0E0,-0E0,1.43984E-1,-0E0,-1.5856951E-1,1.4501657E-1,-0E0,-0E0,-1.0024819E-1,1.5217517E-1,-0E0,-0E0,-3.70215E-1,-0E0,-1.9323789E-1,-0E0,2.3011072E-1,-0E0,-1.8486013E-1,-0E0,1.9488566E-1,-0E0,-3.137811E-1,1.9370882E-1,-0E0,-0E0,-1.8929692E-1,-0E0,1.7378457E-1,-0E0,-1.4661148E-1,1.7717026E-1,-0E0,-0E0,-3.9011908E-1,-0E0,-2.0612061E-1,-0E0,2.6221249E-1,-0E0,-2.0479083E-1,2.2772425E-1,-0E0,-2.5897864E-1,-0E0,-0E0,2.258561E-1,-0E0,-2.2508349E-1,2.2154859E-1,-0E0,-1.317272E-1,-0E0,-0E0,1.9367833E-1,-4.056357E-1,-0E0,-2.1784095E-1,-0E0,-0E0,2.9333338E-1,-0E0,-2.2233541E-1,2.690432E-1,-0E0,2.551551E-1,-0E0,-2.4924612E-1,-0E0,-0E0,2.5872746E-1,-0E0,2.0813194E-1,-4.3250915E-1,-0E0,-0E0,-2.3404123E-1,-0E0,3.013765E-1,-2.3988359E-1,-0E0,-0E0,3.008298E-1,2.7221215E-1,-0E0,-0E0,-2.704163E-1,-0E0,2.8016847E-1,2.1982013E-1,-0E0,-0E0,-3.4458017E-1,-0E0,-2.4295905E-1,3.1087896E-1,-0E0,-2.5164804E-1,-0E0,-0E0,3.089564E-1,-0E0,2.8890032E-1,-0E0,-2.8837088E-1,2.2704746E-1,-0E0,2.3136027E-1,-0E0,-0E0,-2.5151205E-1,3.2609844E-1,-0E0,-2.718627E-1,-0E0,3.2461417E-1,-0E0,-0E0,3.0177057E-1,-0E0,-3.124626E-1,-0E0,2.451698E-1,-0E0,-2.7341154E-1,3.480676E-1,-0E0,-0E0,-2.8292233E-1,2.6979786E-1,-0E0,3.2026908E-1,-0E0,-3.4225023E-1,-0E0,2.6050562E-1,-0E0,-2.913425E-1,-0E0,-0E0,3.637461E-1,-0E0,-2.9119605E-1,2.6261592E-1,-0E0,-3.56416E-1,-0E0,-0E0,2.7348647E-1,-0E0,-3.1191704E-1,3.9459345E-1,-0E0,-3.0401307E-1,-0E0,-0E0,-3.668723E-1,-0E0,3.043744E-1,-0E0,-3.2170713E-1,-0E0,4.0545204E-1,-3.223675E-1,-0E0,-0E0,-3.743122E-1,3.3357182E-1,-0E0,-3.3977282E-1,-0E0,4.100481E-1,-0E0,-2.5808102E-1,-0E0,-3.8261357E-1,-0E0,-0E0,3.4409684E-1,-0E0,-3.5438344E-1,3.2286027E-1,-0E0,-0E0,-3.9755538E-1,3.663773E-1,-0E0,-3.6408478E-1,-0E0,-0E0,-4.0529105E-1,3.930961E-1,-0E0,-3.089137E-1,-0E0,-3.2890016E-1,-0E0,-0E0,4.0224347E-1,4.2070502E-1,-0E0,4.261535E-1,-0E0,-0E0,3.4568664E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":22,"left_children":[1,3,5,-1,7,9,11,-1,13,15,17,-1,19,-1,21,23,-1,25,27,-1,29,-1,31,33,-1,35,37,39,41,-1,43,-1,45,-1,47,49,51,53,55,57,59,61,63,65,-1,-1,67,69,-1,-1,71,73,75,-1,77,79,-1,81,-1,-1,83,85,-1,-1,87,89,-1,-1,91,93,-1,-1,95,97,-1,-1,99,101,-1,103,-1,-1,105,-1,107,109,-1,-1,111,113,-1,-1,-1,-1,115,117,-1,119,-1,121,-1,123,-1,-1,125,-1,127,129,-1,-1,131,133,-1,-1,135,-1,137,-1,139,-1,141,-1,143,-1,145,147,-1,-1,149,-1,151,-1,153,155,-1,-1,157,-1,159,-1,161,-1,163,165,-1,-1,-1,-1,167,-1,169,171,-1,-1,-1,-1,173,175,-1,177,-1,-1,179,-1,181,183,-1,185,-1,187,-1,-1,189,-1,191,193,-1,-1,195,-1,197,199,-1,-1,201,203,-1,-1,205,-1,207,209,-1,-1,-1,-1,211,213,-1,215,-1,-1,217,-1,219,-1,221,-1,-1,223,-1,-1,225,227,-1,229,-1,231,-1,-1,233,-1,235,-1,237,-1,239,241,-1,-1,243,-1,-1,245,-1,247,-1,249,-1,251,-1,-1,253,-1,255,-1,-1,257,-1,-1,259,-1,261,263,-1,265,-1,-1,267,-1,269,-1,271,-1,273,275,-1,-1,277,279,-1,281,-1,283,-1,-1,-1,285,-1,-1,287,-1,289,-1,-1,-1,291,293,-1,295,-1,-1,297,299,-1,-1,-1,-1,-1,-1,301,303,-1,305,-1,-1,-1],"loss_changes":[1.383356E-1,8.4963515E-2,1.03217356E-1,0E0,1.22098595E-1,1.24791555E-1,2.0589049E-1,0E0,6.085238E-2,3.7494496E-2,1.0581916E-1,0E0,1.8774933E-1,0E0,5.6443185E-2,6.365885E-2,0E0,2.0219754E-1,2.2143109E-2,0E0,9.432942E-2,0E0,4.5701772E-2,4.1902095E-2,0E0,1.9422537E-1,8.639258E-2,4.5397714E-2,8.672929E-2,0E0,8.1734836E-2,0E0,5.9164524E-2,0E0,4.7454536E-2,1.3414079E-1,4.9330004E-2,1.17907524E-1,1.9553823E-2,9.1624804E-2,1.7516332E-2,8.23715E-3,7.84155E-2,3.677231E-2,0E0,0E0,4.472357E-2,8.118303E-2,0E0,0E0,1.2690967E-1,5.4521695E-2,6.834805E-2,0E0,1.2070283E-1,3.750798E-2,0E0,1.03852555E-1,0E0,0E0,5.1302902E-2,1.4245025E-2,0E0,0E0,1.557402E-1,4.2250812E-2,0E0,0E0,3.076136E-3,3.721559E-2,0E0,0E0,1.5013146E-1,8.6971454E-2,0E0,0E0,7.619284E-2,4.9811244E-2,0E0,4.505862E-2,0E0,0E0,1.5978833E-1,0E0,5.2838944E-2,1.7110331E-2,0E0,0E0,8.804712E-2,2.7175605E-2,0E0,0E0,0E0,0E0,3.3026904E-2,1.0832751E-1,0E0,9.590541E-2,0E0,4.9403906E-2,0E0,2.7216792E-2,0E0,0E0,6.32282E-2,0E0,1.2184274E-1,4.3705642E-2,0E0,0E0,2.6978582E-2,8.4263325E-2,0E0,0E0,4.0477693E-2,0E0,3.092274E-2,0E0,8.6477876E-2,0E0,4.26414E-2,0E0,6.966032E-2,0E0,2.2834033E-2,5.0690606E-2,0E0,0E0,1.3479358E-1,0E0,4.1768894E-2,0E0,1.5603662E-2,7.534993E-2,0E0,0E0,2.5931895E-2,0E0,1.9570023E-2,0E0,1.151135E-1,0E0,4.224059E-2,4.698959E-2,0E0,0E0,0E0,0E0,4.6141252E-2,0E0,1.1437005E-1,4.4450417E-2,0E0,0E0,0E0,0E0,7.445538E-2,2.1493137E-2,0E0,1.821661E-2,0E0,0E0,5.8323264E-2,0E0,3.2280862E-2,5.8804125E-2,0E0,2.3733169E-2,0E0,1.1509937E-1,0E0,0E0,2.8516889E-2,0E0,6.2016368E-2,2.3524165E-3,0E0,0E0,2.4635762E-2,0E0,5.919075E-2,2.4807155E-2,0E0,0E0,6.2118173E-3,2.2165447E-2,0E0,0E0,8.925909E-2,0E0,3.0803978E-3,5.82965E-2,0E0,0E0,0E0,0E0,2.1336973E-2,5.379796E-2,0E0,2.4909586E-2,0E0,0E0,9.091467E-3,0E0,1.3169587E-2,0E0,6.644845E-2,0E0,0E0,6.010014E-2,0E0,0E0,1.0956585E-2,1.0662389E-1,0E0,2.1148354E-2,0E0,2.8994381E-3,0E0,0E0,7.775277E-3,0E0,7.880676E-2,0E0,5.985862E-2,0E0,2.0288527E-2,6.988096E-2,0E0,0E0,7.673979E-3,0E0,0E0,1.181978E-2,0E0,5.049646E-2,0E0,7.0378006E-2,0E0,2.5748014E-2,0E0,0E0,3.0938268E-2,0E0,1.6965836E-2,0E0,0E0,3.8158536E-2,0E0,0E0,7.6398075E-2,0E0,1.6131222E-2,2.7839541E-2,0E0,6.6521764E-3,0E0,0E0,2.5764465E-2,0E0,3.5384893E-2,0E0,1.1410058E-2,0E0,9.128094E-3,6.2718987E-3,0E0,0E0,1.659131E-2,3.49617E-2,0E0,1.9006312E-2,0E0,5.1476955E-3,0E0,0E0,0E0,4.69172E-3,0E0,0E0,2.8468609E-2,0E0,9.8629E-3,0E0,0E0,0E0,1.6970634E-2,4.0207386E-2,0E0,2.0205736E-2,0E0,0E0,1.7225266E-2,2.8316736E-2,0E0,0E0,0E0,0E0,0E0,0E0,5.813694E-2,3.0509233E-3,0E0,1.657927E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,8,8,9,9,10,10,12,12,14,14,15,15,17,17,18,18,20,20,22,22,23,23,25,25,26,26,27,27,28,28,30,30,32,32,34,34,35,35,36,36,37,37,38,38,39,39,40,40,41,41,42,42,43,43,46,46,47,47,50,50,51,51,52,52,54,54,55,55,57,57,60,60,61,61,64,64,65,65,68,68,69,69,72,72,73,73,76,76,77,77,79,79,82,82,84,84,85,85,88,88,89,89,94,94,95,95,97,97,99,99,101,101,104,104,106,106,107,107,110,110,111,111,114,114,116,116,118,118,120,120,122,122,124,124,125,125,128,128,130,130,132,132,133,133,136,136,138,138,140,140,142,142,143,143,148,148,150,150,151,151,156,156,157,157,159,159,162,162,164,164,165,165,167,167,169,169,172,172,174,174,175,175,178,178,180,180,181,181,184,184,185,185,188,188,190,190,191,191,196,196,197,197,199,199,202,202,204,204,206,206,209,209,212,212,213,213,215,215,217,217,220,220,222,222,224,224,226,226,227,227,230,230,233,233,235,235,237,237,239,239,242,242,244,244,247,247,250,250,252,252,253,253,255,255,258,258,260,260,262,262,264,264,265,265,268,268,269,269,271,271,273,273,277,277,280,280,282,282,286,286,287,287,289,289,292,292,293,293,300,300,301,301,303,303],"right_children":[2,4,6,-1,8,10,12,-1,14,16,18,-1,20,-1,22,24,-1,26,28,-1,30,-1,32,34,-1,36,38,40,42,-1,44,-1,46,-1,48,50,52,54,56,58,60,62,64,66,-1,-1,68,70,-1,-1,72,74,76,-1,78,80,-1,82,-1,-1,84,86,-1,-1,88,90,-1,-1,92,94,-1,-1,96,98,-1,-1,100,102,-1,104,-1,-1,106,-1,108,110,-1,-1,112,114,-1,-1,-1,-1,116,118,-1,120,-1,122,-1,124,-1,-1,126,-1,128,130,-1,-1,132,134,-1,-1,136,-1,138,-1,140,-1,142,-1,144,-1,146,148,-1,-1,150,-1,152,-1,154,156,-1,-1,158,-1,160,-1,162,-1,164,166,-1,-1,-1,-1,168,-1,170,172,-1,-1,-1,-1,174,176,-1,178,-1,-1,180,-1,182,184,-1,186,-1,188,-1,-1,190,-1,192,194,-1,-1,196,-1,198,200,-1,-1,202,204,-1,-1,206,-1,208,210,-1,-1,-1,-1,212,214,-1,216,-1,-1,218,-1,220,-1,222,-1,-1,224,-1,-1,226,228,-1,230,-1,232,-1,-1,234,-1,236,-1,238,-1,240,242,-1,-1,244,-1,-1,246,-1,248,-1,250,-1,252,-1,-1,254,-1,256,-1,-1,258,-1,-1,260,-1,262,264,-1,266,-1,-1,268,-1,270,-1,272,-1,274,276,-1,-1,278,280,-1,282,-1,284,-1,-1,-1,286,-1,-1,288,-1,290,-1,-1,-1,292,294,-1,296,-1,-1,298,300,-1,-1,-1,-1,-1,-1,302,304,-1,306,-1,-1,-1],"split_conditions":[2.7124023E-1,1.7318726E-2,2.1369002E2,-0E0,5.947876E-2,1.4316089E2,1.8652344E-1,-0E0,4.3296448E1,2.7576087E0,1.7907715E-1,-0E0,4.753113E-3,-0E0,4.20625E1,1.081875E2,-0E0,7.0654297E-1,2.2631836E-1,-0E0,5.3741455E-2,-0E0,3.778125E1,3.1921875E1,-0E0,1.7789806E2,4.0942383E-1,8.49375E1,6.7603165E1,-0E0,9.9560547E-1,-0E0,1.1143582E0,-0E0,1.21E2,8.441162E-2,8.836755E1,1.0313916E0,9.4921875E-1,8.30625E1,1.3231746E0,9.9121094E-1,6.4160156E-1,9.741211E-1,-0E0,-0E0,1.8112183E-2,6.7625E1,-0E0,-0E0,1.1154175E-2,9.975586E-1,1.237888E0,-0E0,1.6589355E-1,9.6435547E-1,-0E0,1.5211551E2,-0E0,-0E0,2.3095703E-1,9.9609375E-1,-0E0,-0E0,1.1880578E0,9.9658203E-1,-0E0,-0E0,4.652249E0,5.8944434E-1,-0E0,-0E0,4.879668E0,9.85E1,-0E0,-0E0,8.4716797E-1,9.975586E-1,-0E0,3.81875E1,-0E0,-0E0,3.7020596E1,-0E0,5.130834E0,3.0484375E1,-0E0,-0E0,1.6495241E2,3.246875E1,-0E0,-2.4555072E-1,-0E0,-0E0,6.6345215E-2,2.176322E1,-0E0,8.911133E-2,-0E0,1.8210612E2,-0E0,1.4570976E2,-0E0,-0E0,1.6125488E-1,-0E0,1.5220642E-2,4.2405365E1,-0E0,-0E0,1.5211551E2,9.975586E-1,-0E0,-0E0,1.9859531E1,-0E0,4.4995117E-1,-0E0,1.3104156E0,-0E0,8.728027E-3,-0E0,6.3720703E-1,-0E0,4.773229E0,4.15E1,-0E0,-0E0,5.6961903E1,-0E0,1.1814037E2,-0E0,6.50625E1,3.21875E1,-0E0,-0E0,1.6725E2,-0E0,2.5461187E0,-0E0,4.6125E1,-0E0,2.0978586E1,3.830336E0,-0E0,-2.5897864E-1,-0E0,-0E0,9.794922E-1,-0E0,1.166875E2,1.9726562E-1,-0E0,-1.317272E-1,-0E0,-0E0,2.176322E1,9.902344E-1,-0E0,5.126953E-2,-0E0,-0E0,7.025104E-1,-0E0,2.0407504E2,6.155518E1,-0E0,1.1113829E2,-0E0,3.21875E1,-0E0,-0E0,3.265625E1,-0E0,1.22498505E2,3.403125E1,-0E0,-0E0,7.965088E-3,-0E0,7.9625E1,9.9072266E-1,-0E0,-0E0,3.378125E1,2.6428423E1,-0E0,-0E0,3.0609375E1,-0E0,9.9853516E-1,9.941406E-1,-0E0,-0E0,-3.4458017E-1,-0E0,1.1268616E-2,4.8243895E0,-0E0,9.9560547E-1,-0E0,-0E0,9.9902344E-1,-0E0,3.48125E1,-0E0,6.4160156E-1,2.2704746E-1,-0E0,1.9055176E-1,-0E0,-0E0,3.7743076E1,8.5E1,-0E0,4.9829102E-1,-0E0,9.9658203E-1,-0E0,-0E0,9.8046875E-1,-0E0,9.9853516E-1,-0E0,5.047598E0,-0E0,9.84375E-1,2.027893E-2,-0E0,-0E0,1.335907E-2,2.6979786E-1,-0E0,1.015E2,-0E0,2.130127E-1,-0E0,4.068192E1,-0E0,7.6538086E-2,-0E0,-0E0,9.975586E-1,-0E0,4.94059E0,2.6261592E-1,-0E0,9.6057844E-1,-0E0,-0E0,4.484375E1,-0E0,3.040625E1,9.7094333E-1,-0E0,9.921875E-1,-0E0,-0E0,7.13501E-2,-0E0,4.0075026E0,-0E0,8.2177734E-1,-0E0,1.41E2,1.5207422E2,-0E0,-0E0,9.902344E-1,2.1621704E-2,-0E0,6.2353516E-1,-0E0,1.0678532E2,-0E0,-2.5808102E-1,-0E0,1.3852134E0,-0E0,-0E0,4.5349174E0,-0E0,5.2000422E0,3.2286027E-1,-0E0,-0E0,4.753113E-3,9.8876953E-1,-0E0,9.41875E1,-0E0,-0E0,9.970703E-1,4.4021606E-3,-0E0,-3.089137E-1,-0E0,-3.2890016E-1,-0E0,-0E0,4.5756392E0,9.892578E-1,-0E0,2.0874023E-1,-0E0,-0E0,3.4568664E-1],"split_indices":[14,18,6,0,14,6,17,0,7,2,12,0,18,0,9,9,0,13,13,0,16,0,11,11,0,6,17,9,5,0,17,0,1,0,11,12,5,2,17,10,3,18,14,19,0,0,16,10,0,0,18,14,2,0,12,16,0,6,0,0,17,16,0,0,2,18,0,0,0,1,0,0,2,10,0,0,19,14,0,10,0,0,7,0,3,8,0,0,4,8,0,0,0,0,13,7,0,16,0,6,0,6,0,0,12,0,19,4,0,0,6,15,0,0,7,0,14,0,3,0,18,0,13,0,0,9,0,0,4,0,4,0,8,11,0,0,10,0,2,0,9,0,7,1,0,0,0,0,13,0,11,12,0,0,0,0,7,17,0,16,0,0,0,0,6,4,0,5,0,10,0,0,10,0,5,10,0,0,18,0,8,19,0,0,11,7,0,0,8,0,17,19,0,0,0,0,17,0,0,14,0,0,14,0,11,0,14,0,0,12,0,0,7,10,0,14,0,17,0,0,19,0,15,0,0,0,19,16,0,0,19,0,0,11,0,13,0,4,0,12,0,0,14,0,1,0,0,1,0,0,9,0,8,2,0,14,0,0,15,0,2,0,12,0,11,4,0,0,16,16,0,14,0,5,0,0,0,2,0,0,3,0,1,0,0,0,18,15,0,11,0,0,15,17,0,0,0,0,0,0,0,18,0,12,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[2.0675642E2,2.0507847E1,1.8624858E2,2.9056258E0,1.760222E1,1.6640822E2,1.9840366E1,1.7772192E0,1.5825003E1,2.5187332E1,1.4122089E2,8.614878E0,1.122549E1,1.5644732E0,1.42605295E1,1.7298384E1,7.8889484E0,6.620012E1,7.502076E1,1.3441088E0,9.88138E0,1.1219047E0,1.3138624E1,1.5649391E1,1.648993E0,5.155152E1,1.4648599E1,4.2766182E1,3.2254578E1,2.2510064E0,7.630374E0,1.3780777E0,1.1760547E1,5.153642E-1,1.5134027E1,3.1577408E1,1.9974112E1,6.069822E0,8.578777E0,3.1328627E1,1.1437556E1,4.307052E0,2.7947527E1,6.5518913E0,1.0784826E0,4.6190395E0,7.141507E0,1.3797938E1,1.3360885E0,6.6729393E0,2.4904469E1,1.0623209E1,9.3509035E0,1.1601356E0,4.9096866E0,5.7752614E0,2.8035157E0,2.3433935E1,7.8946915E0,3.6317408E0,7.8058157E0,3.941762E0,3.652903E-1,6.6077394E0,2.1339787E1,5.67065E0,8.812414E-1,4.9689582E-1,6.6446114E0,1.0720208E1,3.0777297E0,1.7861983E0,2.3118269E1,8.973049E0,1.6501606E0,1.8120677E0,7.5388355E0,4.178259E0,7.314273E-1,4.7632346E0,1.0120267E0,4.128062E0,1.9305874E1,2.1438203E0,5.6619954E0,3.7398326E0,2.0192935E-1,3.2963994E0,1.8043386E1,5.4808407E0,1.8980949E-1,5.789963E0,8.5464865E-1,2.8638622E-1,1.0433823E1,2.172431E1,1.3939595E0,7.662428E0,1.310621E0,6.3464684E0,1.1923667E0,3.752976E0,4.2528325E-1,3.373511E-1,4.425884E0,3.5459547E0,1.5759918E1,5.285035E0,3.7696E-1,2.95018E-1,3.4448144E0,1.7759604E1,2.8378433E-1,4.340314E-1,5.046809E0,6.673685E-1,9.766454E0,9.971261E-1,2.0727184E1,8.3472776E-1,6.8277E0,7.8382015E-1,5.5626483E0,1.6972615E-1,3.5832498E0,3.9065819E0,5.1930183E-1,1.4500487E0,1.430987E1,3.0960703E-1,4.975428E0,8.4534895E-1,2.5994656E0,1.5655382E1,2.104221E0,2.8560013E-1,4.761209E0,5.153826E-1,9.251071E0,3.6216204E0,1.7105564E1,3.4015003E-1,6.4875503E0,5.283491E0,2.791571E-1,3.3540046E0,2.292452E-1,1.7143029E-1,3.7351515E0,1.6743269E0,1.2635543E1,3.7199836E0,1.2554448E0,2.3830338E0,2.1643181E-1,6.278972E-1,1.5027485E1,4.523999E0,2.3720965E-1,8.642432E0,6.086387E-1,2.1996844E0,1.4905879E1,2.0476997E-1,6.28278E0,4.292643E0,9.908483E-1,3.5270953E0,2.0805618E-1,1.2053201E1,5.8234197E-1,4.6164003E-1,3.2583435E0,3.629414E-1,1.4664543E1,4.033971E0,4.900283E-1,8.8929945E-1,7.7531333E0,1.6920178E-1,1.4736677E1,5.887694E0,3.9508638E-1,3.095222E-1,3.983121E0,3.3585117E0,1.6858366E-1,3.145642E-1,1.1738637E1,1.8993457E-1,3.068409E0,1.43782E1,2.86344E-1,1.76035E-1,3.8579361E0,1.7739493E-1,7.575738E0,1.4431902E1,3.0477518E-1,5.6961427E0,1.9155116E-1,1.6766466E-1,3.8154562E0,1.6732338E-1,3.1911883E0,4.0319514E-1,1.1335442E1,2.842097E0,2.2631183E-1,1.4020073E1,3.5812616E-1,2.0261398E-1,7.373124E0,1.3576549E1,8.5535413E-1,5.145987E0,5.501557E-1,3.495462E0,3.1999418E-1,1.63521E-1,3.0276673E0,1.0741336E0,1.0261308E1,5.897938E-1,1.343028E1,1.0641501E0,6.3089743E0,1.2735763E1,8.407855E-1,1.6857842E-1,4.9774084E0,3.043193E0,4.5226893E-1,2.707728E0,3.1993943E-1,9.142396E0,1.1189117E0,1.272047E1,7.098087E-1,5.7356606E0,5.7331336E-1,5.8825314E-1,1.214751E1,2.1633552E-1,4.761073E0,2.506785E0,2.0094289E-1,8.788662E0,3.5373428E-1,2.842708E-1,1.24362E1,5.308515E-1,5.204809E0,1.0446064E1,1.7014456E0,4.510381E0,2.506918E-1,2.3842622E-1,8.550236E0,1.6676685E0,1.0768532E1,1.8606585E-1,5.0187435E0,4.0910262E-1,1.0036962E1,4.0200896E0,4.9029145E-1,1.723048E-1,8.377931E0,9.200211E0,1.5683205E0,4.5463176E0,4.72426E-1,9.856365E0,1.8059643E-1,3.847975E0,1.7211461E-1,8.110205E0,2.677262E-1,2.8905448E-1,8.911157E0,2.561855E-1,4.290132E0,9.693395E0,1.6296983E-1,6.0536814E-1,7.5048366E0,8.013407E0,8.9774966E-1,4.112663E0,1.7746897E-1,1.9934085E-1,7.3054957E0,7.1556234E0,8.577833E-1,3.527089E0,5.855737E-1,6.807879E0,4.9761647E-1,1.6922106E-1,6.9864025E0,6.672247E0,3.141555E-1,6.5068207E0,1.6542652E-1,4.4387192E-1,6.0629487E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"307","size_leaf_vector":"0"}},{"base_weights":[-2.551314E-3,-6.9210626E-2,4.455113E-3,-0E0,-1.6746427E-1,-0E0,3.0571457E-2,-5.719055E-2,-0E0,-2.2820382E-1,-0E0,1.349943E-2,-2.8064447E-2,-0E0,7.687118E-2,-0E0,-1.13976665E-1,4.0637843E-2,-0E0,-2.4207278E-1,-0E0,-1.6312432E-2,3.8143475E-2,-0E0,-5.9420783E-2,-2.9674716E-2,-0E0,1.2830955E-1,-0E0,-1.510759E-1,-0E0,-0E0,8.929262E-2,-2.8755728E-2,-0E0,-0E0,-2.5257212E-1,-9.1640554E-2,-0E0,6.50965E-2,-8.059377E-3,-1.6402736E-2,5.108867E-2,-0E0,-1.09541655E-1,-9.144944E-2,-0E0,2.7433373E-2,-0E0,-0E0,1.6479783E-1,-1.9343783E-1,-0E0,-0E0,1.3750085E-1,-0E0,-5.5971052E-2,-0E0,-2.770179E-1,-0E0,-1.6140871E-1,9.690224E-2,-0E0,-5.0506454E-2,-0E0,-0E0,-4.9732734E-2,-0E0,1.3653599E-1,-0E0,-1.4804853E-1,-0E0,-1.6122064E-1,1.1112993E-1,-0E0,-0E0,1.957781E-1,-2.4869557E-1,-0E0,1.6305712E-1,-0E0,-8.972168E-2,-0E0,-0E0,-2.2699197E-1,-2.2523229E-1,-0E0,-0E0,1.1741963E-1,-0E0,-4.509153E-2,-0E0,-7.5534984E-2,-0E0,-6.80663E-2,1.8212166E-1,-0E0,-0E0,-1.9930093E-1,-0E0,-1.8922871E-1,1.8781604E-1,-0E0,-0E0,2.3189221E-1,-2.8191662E-1,-0E0,-0E0,1.8522617E-1,-0E0,-9.909009E-2,-2.6150113E-1,-0E0,1.3207854E-1,-0E0,-0E0,-7.369255E-2,-1.0771172E-1,-0E0,-9.5397666E-2,-0E0,-0E0,2.230829E-1,-2.444706E-1,-0E0,-2.209321E-1,-0E0,2.142756E-1,-0E0,2.6018453E-1,-0E0,-2.2600749E-1,-0E0,-0E0,2.1947142E-1,-8.6783566E-2,-0E0,-0E0,-2.7617195E-1,-0E0,1.4712118E-1,-9.913213E-2,-0E0,-0E0,-1.2642126E-1,-1.16586626E-1,-0E0,-0E0,2.7048782E-1,-2.879673E-1,-0E0,-2.5707215E-1,-0E0,-0E0,1.8694836E-1,2.811121E-1,-0E0,-0E0,2.4080664E-1,-0E0,-2.934873E-1,-0E0,1.724337E-1,-0E0,-1.2486736E-1,-0E0,-1.4292356E-1,-1.3104469E-1,-0E0,3.0849844E-1,-0E0,-3.052538E-1,-0E0,-0E0,-2.7708972E-1,-0E0,2.9831156E-1,-0E0,2.5484627E-1,-0E0,-2.4114597E-1,-0E0,1.9537932E-1,-0E0,-1.5855779E-1,-1.5958829E-1,-0E0,-1.5337442E-1,-0E0,3.364016E-1,-0E0,-0E0,-3.199873E-1,-3.1590462E-1,-0E0,3.1123018E-1,-0E0,2.6731604E-1,-0E0,2.0300806E-1,-0E0,-1.4192913E-1,-0E0,-0E0,-1.7037345E-1,-0E0,-1.8498798E-1,-0E0,3.5133594E-1,-3.3588585E-1,-0E0,-0E0,-3.293536E-1,3.2191744E-1,-0E0,-0E0,2.7624598E-1,-0E0,2.1340258E-1,-0E0,-1.8059517E-1,-0E0,-1.9778645E-1,3.7242997E-1,-0E0,-3.5203126E-1,-0E0,-0E0,-3.38777E-1,3.3305126E-1,-0E0,2.3908702E-1,-0E0,2.2078195E-1,-0E0,-0E0,-1.9021648E-1,-0E0,-2.0246159E-1,2.9954803E-1,-0E0,-3.694909E-1,-0E0,-0E0,-3.5172316E-1,-0E0,2.7127174E-1,-0E0,2.3103459E-1,-1.5648933E-1,-0E0,-0E0,-2.147626E-1,-0E0,-3.819154E-1,-0E0,-2.8259182E-1,2.3560745E-1,-0E0,-2.2898893E-1,-0E0,-0E0,-3.0200046E-1,-0E0,2.485303E-1,-0E0,-1.8376721E-1,2.5616562E-1,-0E0,-0E0,2.965706E-1,-0E0,3.2416278E-1,3.304145E-1,-0E0,3.3550173E-1,-0E0,3.3892873E-1,-0E0,2.7407297E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":23,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,27,-1,29,31,33,35,-1,37,39,41,43,45,47,49,-1,51,-1,-1,53,55,-1,-1,57,59,-1,61,63,65,67,-1,69,71,-1,73,-1,-1,75,77,-1,-1,79,-1,81,-1,83,-1,85,87,89,91,-1,-1,93,-1,95,-1,97,-1,99,101,-1,-1,103,105,-1,107,-1,109,-1,-1,-1,111,-1,-1,113,-1,115,-1,117,-1,119,121,-1,-1,123,-1,125,127,-1,-1,129,131,-1,-1,133,-1,135,137,-1,139,-1,-1,141,143,-1,145,-1,-1,147,149,-1,151,-1,153,-1,155,-1,-1,-1,-1,157,-1,-1,-1,159,-1,161,163,-1,-1,165,167,-1,-1,169,171,-1,173,-1,-1,-1,175,-1,-1,177,-1,179,-1,181,-1,183,-1,185,187,-1,189,-1,191,-1,-1,193,-1,195,-1,197,-1,-1,-1,199,-1,201,203,-1,205,-1,207,-1,-1,209,211,-1,213,-1,215,-1,217,-1,-1,-1,-1,219,-1,221,-1,223,225,-1,-1,227,229,-1,-1,231,-1,233,-1,235,-1,237,239,-1,241,-1,-1,243,245,-1,-1,-1,247,-1,-1,249,-1,251,-1,-1,253,-1,-1,255,-1,-1,-1,257,-1,-1,-1,259,-1,261,-1,-1,263,-1,265,-1,-1,-1,-1,267,-1,-1,269,-1,-1,271,-1,273,275,-1,277,-1,279,-1,-1,-1],"loss_changes":[1.585371E-1,7.546146E-2,3.693738E-2,3.4302447E-2,1.2751688E-1,5.6080505E-2,1.05372295E-1,5.538665E-2,1.9463956E-2,2.20263E-2,0E0,7.471149E-2,5.413151E-2,8.755575E-3,1.4186147E-1,0E0,4.862856E-2,6.0132787E-2,2.7166686E-3,1.9433111E-2,0E0,7.62913E-2,1.2913524E-1,2.7096473E-2,1.0705916E-1,6.1892506E-2,5.792264E-3,1.2798119E-1,0E0,6.937721E-2,0E0,0E0,7.739705E-2,6.875471E-3,0E0,0E0,1.7094493E-2,7.3184304E-2,0E0,1.9539583E-1,1.8163359E-2,3.624552E-2,9.46617E-2,0E0,1.2890239E-1,1.19956024E-1,0E0,6.9199234E-2,0E0,0E0,1.106545E-1,7.384299E-2,0E0,0E0,5.8942795E-2,0E0,1.2401182E-2,0E0,2.2933513E-2,0E0,8.193943E-2,1.4721224E-1,1.0672253E-2,1.9807976E-2,0E0,0E0,3.001754E-2,0E0,7.161325E-2,0E0,1.4497301E-1,0E0,6.308244E-2,7.330439E-2,0E0,0E0,1.2598795E-1,4.077351E-2,0E0,5.4468557E-2,0E0,3.204165E-3,0E0,0E0,0E0,5.3788528E-2,0E0,0E0,1.2262237E-1,0E0,1.6252007E-2,0E0,2.8678328E-2,0E0,5.5112556E-2,8.420259E-2,0E0,0E0,1.9337595E-1,0E0,7.496703E-2,3.562303E-2,0E0,0E0,9.94277E-2,4.4412315E-3,0E0,0E0,4.6942204E-2,0E0,3.6556702E-3,1.9890636E-2,0E0,1.2486738E-1,0E0,0E0,1.2026083E-2,1.9731954E-2,0E0,5.0578266E-2,0E0,0E0,9.926602E-2,1.5590316E-1,0E0,9.037775E-2,0E0,2.679491E-2,0E0,6.086439E-2,0E0,0E0,0E0,0E0,5.1912606E-2,0E0,0E0,0E0,2.1777749E-2,0E0,8.103156E-2,1.2543846E-2,0E0,0E0,2.0075358E-2,3.3737406E-2,0E0,0E0,7.033488E-2,7.498902E-2,0E0,5.0005645E-2,0E0,0E0,0E0,5.492717E-2,0E0,0E0,3.206241E-2,0E0,1.9376248E-2,0E0,1.2482834E-1,0E0,2.0718269E-2,0E0,1.7247036E-2,3.3488795E-2,0E0,5.1128954E-2,0E0,7.1792126E-2,0E0,0E0,1.134786E-2,0E0,4.750514E-2,0E0,2.701798E-2,0E0,0E0,0E0,7.3425055E-2,0E0,1.6063616E-2,1.017943E-2,0E0,7.049298E-2,0E0,2.3177832E-2,0E0,0E0,6.987661E-2,2.299422E-2,0E0,4.250759E-2,0E0,1.36295855E-2,0E0,6.754589E-2,0E0,0E0,0E0,0E0,8.984953E-3,0E0,1.8766671E-2,0E0,9.513438E-3,6.579542E-2,0E0,0E0,7.286966E-3,3.4156322E-2,0E0,0E0,5.635649E-3,0E0,7.144332E-2,0E0,8.9763105E-3,0E0,8.111924E-3,5.6126714E-3,0E0,6.417084E-2,0E0,0E0,4.884839E-3,3.1838477E-2,0E0,0E0,0E0,4.948008E-2,0E0,0E0,8.024201E-3,0E0,6.281227E-3,0E0,0E0,2.6052952E-2,0E0,0E0,4.241228E-3,0E0,0E0,0E0,4.0017843E-2,0E0,0E0,0E0,2.8623194E-2,0E0,8.203149E-3,0E0,0E0,3.988111E-2,0E0,6.005645E-3,0E0,0E0,0E0,0E0,4.783213E-2,0E0,0E0,5.8404326E-2,0E0,0E0,4.0331602E-2,0E0,3.565204E-2,1.798606E-2,0E0,1.1692405E-2,0E0,5.2942038E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,14,14,16,16,17,17,18,18,19,19,21,21,22,22,23,23,24,24,25,25,26,26,27,27,29,29,32,32,33,33,36,36,37,37,39,39,40,40,41,41,42,42,44,44,45,45,47,47,50,50,51,51,54,54,56,56,58,58,60,60,61,61,62,62,63,63,66,66,68,68,70,70,72,72,73,73,76,76,77,77,79,79,81,81,85,85,88,88,90,90,92,92,94,94,95,95,98,98,100,100,101,101,104,104,105,105,108,108,110,110,111,111,113,113,116,116,117,117,119,119,122,122,123,123,125,125,127,127,129,129,134,134,138,138,140,140,141,141,144,144,145,145,148,148,149,149,151,151,155,155,158,158,160,160,162,162,164,164,166,166,167,167,169,169,171,171,174,174,176,176,178,178,182,182,184,184,185,185,187,187,189,189,192,192,193,193,195,195,197,197,199,199,204,204,206,206,208,208,209,209,212,212,213,213,216,216,218,218,220,220,222,222,223,223,225,225,228,228,229,229,233,233,236,236,238,238,241,241,244,244,248,248,252,252,254,254,257,257,259,259,264,264,267,267,270,270,272,272,273,273,275,275,277,277],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,28,-1,30,32,34,36,-1,38,40,42,44,46,48,50,-1,52,-1,-1,54,56,-1,-1,58,60,-1,62,64,66,68,-1,70,72,-1,74,-1,-1,76,78,-1,-1,80,-1,82,-1,84,-1,86,88,90,92,-1,-1,94,-1,96,-1,98,-1,100,102,-1,-1,104,106,-1,108,-1,110,-1,-1,-1,112,-1,-1,114,-1,116,-1,118,-1,120,122,-1,-1,124,-1,126,128,-1,-1,130,132,-1,-1,134,-1,136,138,-1,140,-1,-1,142,144,-1,146,-1,-1,148,150,-1,152,-1,154,-1,156,-1,-1,-1,-1,158,-1,-1,-1,160,-1,162,164,-1,-1,166,168,-1,-1,170,172,-1,174,-1,-1,-1,176,-1,-1,178,-1,180,-1,182,-1,184,-1,186,188,-1,190,-1,192,-1,-1,194,-1,196,-1,198,-1,-1,-1,200,-1,202,204,-1,206,-1,208,-1,-1,210,212,-1,214,-1,216,-1,218,-1,-1,-1,-1,220,-1,222,-1,224,226,-1,-1,228,230,-1,-1,232,-1,234,-1,236,-1,238,240,-1,242,-1,-1,244,246,-1,-1,-1,248,-1,-1,250,-1,252,-1,-1,254,-1,-1,256,-1,-1,-1,258,-1,-1,-1,260,-1,262,-1,-1,264,-1,266,-1,-1,-1,-1,268,-1,-1,270,-1,-1,272,-1,274,276,-1,278,-1,280,-1,-1,-1],"split_conditions":[5.9521484E-1,2.8767967E0,8.2375E1,9.243164E-1,9.54375E1,1.0012783E2,9.453125E-1,7.439854E1,1.2439891E2,4.4094524E0,-0E0,1.8521702E0,1.7753873E0,1.050625E2,2.586129E0,-0E0,4.4791636E0,3.6875E1,1.7248648E2,7.171631E-3,-0E0,6.178125E1,4.252549E0,1.059318E2,1.6808676E0,4.1002355E0,9.238281E-1,2.255249E-2,-0E0,2.5925965E0,-0E0,-0E0,6.806451E1,3.3931732E-3,-0E0,-0E0,8.300781E-2,1.3351433E0,-0E0,9.1308594E-1,9.683215E1,1.1215786E0,1.244289E0,-0E0,1.9241333E-2,6.972656E-1,-0E0,5.390625E-1,-0E0,-0E0,7.9390484E-1,7.45E1,-0E0,-0E0,9.7509766E-1,-0E0,1.8728917E2,-0E0,8.728027E-3,-0E0,8.0125E1,1.18637085E-2,1.5328288E0,1.2779236E-2,-0E0,-0E0,1.18637085E-2,-0E0,8.5253906E-1,-0E0,3.659375E1,-0E0,5.996704E-3,6.191406E-1,-0E0,-0E0,7.722628E-1,9.7265625E-1,-0E0,3.971875E1,-0E0,7.297516E-3,-0E0,-0E0,-2.2699197E-1,9.8876953E-1,-0E0,-0E0,1.06E2,-0E0,1.3625092E2,-0E0,5.130834E0,-0E0,9.970703E-1,3.121875E1,-0E0,-0E0,9.375E-1,-0E0,9.951172E-1,8.666992E-1,-0E0,-0E0,4.842488E0,5.3274145E0,-0E0,-0E0,1.0898095E0,-0E0,4.81129E0,1.9241333E-2,-0E0,1.854248E-1,-0E0,-0E0,9.902344E-1,3.0609375E1,-0E0,9.84375E-1,-0E0,-0E0,7.2631836E-2,9.85E1,-0E0,9.8828125E-1,-0E0,8.797148E1,-0E0,8.9160156E-1,-0E0,-2.2600749E-1,-0E0,-0E0,1.308322E2,-8.6783566E-2,-0E0,-0E0,1.20831604E2,-0E0,1.8721665E0,5.8496094E-1,-0E0,-0E0,3.1921875E1,2.6719543E2,-0E0,-0E0,8.34375E1,9.9902344E-1,-0E0,3.240625E1,-0E0,-0E0,1.8694836E-1,6.939697E-2,-0E0,-0E0,2.4600454E1,-0E0,9.313965E-2,-0E0,7.739258E-1,-0E0,3.1828125E1,-0E0,9.916992E-1,4.470275E0,-0E0,9.4433594E-1,-0E0,3.0953125E1,-0E0,-0E0,1.21447716E2,-0E0,9.946289E-1,-0E0,9.941406E-1,-0E0,-2.4114597E-1,-0E0,2.7117178E2,-0E0,7.49375E1,3.240625E1,-0E0,3.503125E1,-0E0,5.0298553E1,-0E0,-0E0,5.5322685E0,7.0493615E-1,-0E0,5.603753E0,-0E0,9.9914163E-1,-0E0,6.806451E1,-0E0,-1.4192913E-1,-0E0,-0E0,1.3842773E-1,-0E0,2.4673462E-2,-0E0,4.8510137E0,5.0473113E0,-0E0,-0E0,1.8325806E-2,1.5115753E2,-0E0,-0E0,9.4921875E-1,-0E0,5.644683E0,-0E0,4.8757412E1,-0E0,3.1484375E1,1.4752182E2,-0E0,9.9072266E-1,-0E0,-0E0,7.501221E-2,4.574694E1,-0E0,2.3908702E-1,-0E0,1.0005022E0,-0E0,-0E0,1.11875E2,-0E0,7.25708E-2,2.9954803E-1,-0E0,8.71958E-1,-0E0,-0E0,8.35625E1,-0E0,2.7127174E-1,-0E0,1.7765451E2,-1.5648933E-1,-0E0,-0E0,9.9560547E-1,-0E0,6.1525184E-1,-0E0,-2.8259182E-1,6.573486E-2,-0E0,1.2934842E2,-0E0,-0E0,-3.0200046E-1,-0E0,9.9853516E-1,-0E0,-1.8376721E-1,2.9181541E1,-0E0,-0E0,2.1316528E-2,-0E0,5.2484746E0,9.892578E-1,-0E0,5.52203E0,-0E0,9.9902344E-1,-0E0,2.7407297E-1,-0E0],"split_indices":[15,1,10,14,11,7,15,5,4,0,0,3,0,10,0,0,0,11,5,16,0,10,3,4,3,3,18,19,0,1,0,0,4,19,0,0,12,3,0,19,7,2,3,0,18,15,0,12,0,0,1,8,0,0,13,0,7,0,19,0,11,18,1,18,0,0,19,0,12,0,10,0,19,13,0,0,3,18,0,9,0,17,0,0,0,16,0,0,11,0,6,0,3,0,14,8,0,0,13,0,17,18,0,0,2,3,0,0,1,0,3,17,0,14,0,0,19,8,0,18,0,0,16,11,0,18,0,7,0,13,0,0,0,0,6,0,0,0,6,0,0,14,0,0,10,7,0,0,8,17,0,11,0,0,0,13,0,0,7,0,12,0,15,0,8,0,16,1,0,13,0,11,0,0,4,0,19,0,19,0,0,0,6,0,10,11,0,10,0,5,0,0,0,3,0,3,0,0,0,4,0,0,0,0,14,0,16,0,1,2,0,0,17,4,0,0,17,0,2,0,5,0,11,4,0,19,0,0,13,4,0,0,0,2,0,0,11,0,13,0,0,2,0,0,10,0,0,0,4,0,0,0,17,0,1,0,0,12,0,6,0,0,0,0,17,0,0,7,0,0,19,0,0,18,0,1,0,15,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9996832E2,3.217183E1,1.677965E2,2.440051E1,7.771316E0,1.2520092E2,4.2595577E1,9.987611E0,1.4412901E1,6.402858E0,1.3684584E0,7.105358E1,5.414734E1,1.8447477E1,2.41481E1,3.5834997E0,6.4041114E0,1.1286093E1,3.1268084E0,6.0104322E0,3.9242536E-1,1.3868348E1,5.7185234E1,2.7126192E1,2.7021147E1,9.442865E0,9.004612E0,1.6963741E1,7.184358E0,5.560204E0,8.439073E-1,1.8030217E0,9.48307E0,2.7853975E0,3.414107E-1,2.253949E-1,5.7850375E0,9.039741E0,4.8286076E0,4.9656628E1,7.5286083E0,1.9283985E1,7.842208E0,1.0500957E1,1.6520191E1,7.9476957E0,1.4951693E0,7.1964417E0,1.8081707E0,2.1648333E0,1.4798909E1,5.050638E0,5.095658E-1,1.6793699E0,7.803701E0,2.2351463E-1,2.561883E0,8.3755565E-1,4.9474816E0,3.6555686E0,5.3841715E0,4.29436E1,6.7130284E0,6.8247986E0,7.0380944E-1,2.9774332E0,1.6306551E1,2.0963755E0,5.7458324E0,1.8213397E0,1.4698851E1,1.1145394E0,6.833156E0,5.572254E0,1.6241872E0,1.5718025E0,1.3227106E1,4.0519843E0,9.98654E-1,7.6216946E0,1.8200625E-1,2.2320964E0,3.2978654E-1,2.4063642E-1,4.7068453E0,4.137105E0,1.2470666E0,3.1785245E0,3.9765076E1,1.9641546E0,4.7488737E0,5.7822305E-1,6.246576E0,1.3553065E0,1.4951244E1,5.1695256E0,5.763067E-1,3.1621768E0,1.15366745E1,2.4842581E-1,6.5847306E0,3.7040102E0,1.8682439E0,1.5997748E0,1.1627332E1,3.5554051E0,4.9657887E-1,2.4016969E-1,7.381525E0,1.6585945E-1,2.066237E0,3.7266006E0,4.105043E-1,3.83525E1,1.4125712E0,2.9098713E-1,4.4578867E0,5.289711E0,9.5686483E-1,1.3421816E1,1.5294285E0,1.9889858E-1,4.9706273E0,1.0735225E1,8.0144966E-1,6.2331886E0,3.5154212E-1,3.5057235E0,1.9828688E-1,1.0602031E1,1.0253012E0,3.3919082E0,1.6349703E-1,1.2931409E0,6.088384E0,1.8308134E0,2.354236E-1,1.7633554E-1,3.550265E0,1.7699158E0,3.658259E1,3.4635322E0,9.943544E-1,3.52264E-1,4.9374466E0,1.2542305E1,8.795116E-1,3.9273456E-1,4.577893E0,9.477505E0,1.2577198E0,5.840688E0,3.925E-1,3.376428E-1,3.1680806E0,9.780764E0,8.212671E-1,2.2049801E-1,5.867886E0,2.1098877E-1,3.3392763E0,7.362767E0,2.921982E1,6.6089875E-1,2.8026335E0,2.0037301E-1,4.737074E0,1.1787763E1,7.545421E-1,4.1427026E0,4.351899E-1,9.184228E0,2.932773E-1,2.3174317E-1,5.6089454E0,5.340897E-1,9.246674E0,1.8862112E-1,5.679265E0,1.7670587E-1,3.1625705E0,3.300702E0,2.5919117E1,4.3028617E-1,2.3723474E0,4.377628E0,3.5944593E-1,9.893895E0,1.8938679E0,3.8562622E0,2.8644046E-1,1.7011993E-1,9.014108E0,4.3136816E0,1.2952636E0,8.944762E0,3.0191162E-1,5.494307E0,1.8495786E-1,2.575248E1,1.6663772E-1,2.1661777E0,2.0616958E-1,2.4730477E-1,4.130323E0,1.1890182E0,8.704876E0,1.7470329E-1,3.6815588E0,8.754125E0,2.5998333E-1,1.7312247E-1,4.140559E0,8.738245E0,2.0651752E-1,2.0267743E-1,5.29163E0,1.0119606E0,2.4740519E1,2.3383173E-1,3.8964913E0,6.729982E-1,8.031878E0,3.2898831E0,3.916759E-1,8.455661E0,2.9846305E-1,1.9108091E-1,3.9494781E0,8.438833E0,2.9941162E-1,4.2640095E0,1.02762E0,2.4547117E1,1.9340262E-1,1.854227E-1,3.7110686E0,1.9158211E-1,7.8402963E0,3.102332E0,1.8755086E-1,8.099325E0,3.5633558E-1,2.8203654E-1,3.6674416E0,4.7807366E-1,7.960759E0,1.2467166E0,2.33004E1,3.4847229E0,2.2634593E-1,7.918719E-1,7.0484242E0,3.7179E-1,7.7275357E0,2.0740059E-1,3.460041E0,2.3106394E1,1.9400601E-1,6.685511E0,3.6291304E-1,1.6750726E-1,7.5600286E0,1.7454374E0,2.1360956E1,2.893468E-1,6.3961644E0,2.0806114E1,5.548431E-1,4.7460136E0,1.60601E1,2.315343E0,1.3744757E1,1.3537374E1,2.073835E-1,1.3274691E1,2.6268277E-1,1.3099326E1,1.7536424E-1,1.2195805E1,9.0352196E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"281","size_leaf_vector":"0"}},{"base_weights":[-2.8151958E-3,8.078289E-3,-4.6164423E-2,2.8244419E-2,-2.2596853E-2,-0E0,-9.185024E-2,5.5892162E-2,-1.0710299E-2,-6.312261E-2,-0E0,2.812329E-2,-1.1237668E-2,-1.7939799E-1,-0E0,7.551915E-2,-0E0,-1.0242673E-1,6.7139915E-3,-0E0,-1.8393928E-1,-0E0,5.3241424E-2,-0E0,6.759223E-2,-1.1491785E-1,-0E0,-2.037828E-1,-0E0,-3.0212492E-2,7.77088E-2,1.12645715E-1,-0E0,-2.04851E-2,-0E0,-0E0,-1.3397561E-1,4.6319086E-2,-0E0,-5.1539615E-2,2.0239253E-2,-0E0,-2.1374749E-1,-0E0,1.3188417E-1,-0E0,1.3562876E-1,-1.9423388E-1,-0E0,-0E0,-2.1810326E-1,-0E0,-7.152859E-2,-0E0,1.09386094E-1,-0E0,1.23831265E-1,4.774759E-2,-2.7826477E-3,-0E0,-5.4507773E-2,-0E0,-1.6208449E-1,8.902536E-2,-0E0,-0E0,-1.2775481E-1,-0E0,5.6526206E-2,-2.5572732E-1,-0E0,-0E0,1.6086325E-1,-0E0,1.6648033E-1,-0E0,-2.3956077E-1,-0E0,-2.3500848E-1,-0E0,-1.2712522E-1,1.3271756E-1,-0E0,-0E0,1.3295166E-1,1.0207522E-1,-0E0,-5.093659E-2,-0E0,-0E0,-8.8918164E-2,-0E0,-1.8825965E-1,-0E0,1.1722278E-1,-0E0,-1.6468932E-1,9.9920966E-2,-0E0,-3.004212E-1,-0E0,-0E0,1.8818356E-1,1.9687982E-1,-0E0,-0E0,-2.659733E-1,-2.4997666E-1,-0E0,-0E0,-1.7708115E-1,1.5303192E-1,-0E0,-0E0,1.3988164E-1,-0E0,1.6011027E-1,-9.9726036E-2,-0E0,-0E0,-1.4376393E-1,-0E0,-2.2692856E-1,-0E0,1.5761659E-1,-0E0,-1.8392561E-1,-0E0,1.2969607E-1,-3.4602073E-1,-0E0,2.1072088E-1,-0E0,2.3278111E-1,-0E0,-0E0,-2.9495525E-1,-0E0,-2.604139E-1,-0E0,-2.132514E-1,1.7131475E-1,-0E0,1.4563891E-1,-0E0,-0E0,2.1391933E-1,-1.2938432E-1,-0E0,-0E0,-1.673059E-1,-0E0,-2.4618568E-1,-0E0,1.7770588E-1,-0E0,-2.0445007E-1,-0E0,1.6036779E-1,-3.5756838E-1,-0E0,-0E0,2.2735235E-1,-0E0,2.6417458E-1,-2.3754606E-1,-0E0,-2.6267377E-1,-0E0,-2.2594029E-1,-0E0,-0E0,1.8898654E-1,-0E0,1.5129314E-1,-0E0,2.4636455E-1,-0E0,-1.5947229E-1,-0E0,-1.7692864E-1,-0E0,-2.9275578E-1,2.0061742E-1,-0E0,-0E0,-2.1670485E-1,-0E0,1.7903973E-1,-0E0,-2.8889945E-1,2.396647E-1,-0E0,2.9292017E-1,-0E0,-0E0,-2.9426718E-1,-0E0,-2.419842E-1,2.0186429E-1,-0E0,-0E0,1.5755263E-1,-0E0,2.6890686E-1,-0E0,-1.893846E-1,-1.8421628E-1,-0E0,-3.097603E-1,-0E0,-0E0,2.1949273E-1,-0E0,-2.3024109E-1,-0E0,1.9811691E-1,-0E0,2.5312266E-1,-0E0,3.183933E-1,-3.0243835E-1,-0E0,-2.01519E-1,-0E0,-0E0,1.67068E-1,1.6180797E-1,-0E0,2.8992343E-1,-0E0,-0E0,-2.1814355E-1,-2.0429404E-1,-0E0,-0E0,-3.2498235E-1,-0E0,2.4082726E-1,-0E0,-1.9066942E-1,2.4176808E-1,-0E0,-0E0,2.745722E-1,3.419189E-1,-0E0,-3.2552359E-1,-0E0,-0E0,1.6650926E-1,-0E0,3.1149286E-1,-2.5358844E-1,-0E0,-0E0,-1.6693836E-1,-0E0,-3.4245744E-1,2.5428E-1,-0E0,-0E0,2.0039277E-1,2.8946412E-1,-0E0,-0E0,3.5870305E-1,-0E0,-3.3514518E-1,-0E0,1.7090683E-1,-0E0,3.2929835E-1,-0E0,-3.0066022E-1,-0E0,-2.8189194E-1,2.0522575E-1,-0E0,-0E0,3.0005488E-1,3.7872082E-1,-0E0,-0E0,-3.4035534E-1,-0E0,1.9248593E-1,2.7436382E-1,-0E0,-0E0,-3.257635E-1,-0E0,2.4738672E-1,3.91836E-1,-0E0,-0E0,-3.5432437E-1,2.0635435E-1,-0E0,-3.4741884E-1,-0E0,-0E0,4.036528E-1,-0E0,-3.59128E-1,2.3388427E-1,-0E0,-3.6937317E-1,-0E0,4.158864E-1,-0E0,-3.6391053E-1,-0E0,2.505758E-1,-0E0,-0E0,-3.965471E-1,-0E0,4.3402153E-1,-2.9125598E-1,-0E0,2.7627388E-1,-0E0,-0E0,-4.1649103E-1,-0E0,4.465595E-1,2.9369745E-1,-0E0,-4.2609408E-1,-0E0,-0E0,4.5747563E-1,-0E0,3.0898848E-1,-3.424432E-1,-0E0,3.6519805E-1,-0E0,3.260636E-1,-0E0,3.342425E-1,-0E0,3.4193757E-1,-0E0,-0E0,3.483437E-1,3.6100054E-1,-0E0,-0E0,3.6552224E-1,-0E0,2.879476E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":24,"left_children":[1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,-1,43,-1,45,47,-1,49,-1,51,53,55,57,59,-1,-1,61,63,-1,65,67,-1,69,-1,71,-1,73,75,-1,-1,77,-1,79,-1,81,-1,83,85,87,-1,89,-1,91,93,-1,-1,95,-1,97,99,-1,-1,101,-1,103,-1,105,-1,107,-1,109,111,-1,-1,113,115,-1,117,-1,-1,119,-1,121,-1,123,-1,125,127,-1,129,-1,-1,131,133,-1,-1,135,137,-1,-1,139,141,-1,-1,143,-1,145,147,-1,-1,149,-1,151,-1,153,-1,155,-1,157,159,-1,161,-1,163,-1,-1,165,-1,167,-1,169,171,-1,173,-1,-1,175,177,-1,-1,179,-1,181,-1,183,-1,185,-1,187,189,-1,-1,191,-1,193,-1,-1,195,-1,197,-1,-1,199,-1,201,-1,203,-1,205,-1,207,-1,209,211,-1,-1,213,-1,215,-1,-1,217,-1,219,-1,-1,221,-1,223,225,-1,-1,227,-1,229,-1,231,233,-1,235,-1,-1,237,-1,239,-1,241,-1,243,-1,245,247,-1,-1,-1,-1,-1,249,-1,251,-1,-1,253,255,-1,-1,257,-1,259,-1,-1,261,-1,-1,263,265,-1,267,-1,-1,269,-1,271,273,-1,-1,-1,-1,275,277,-1,-1,-1,279,-1,-1,281,-1,283,-1,285,-1,287,-1,289,-1,-1,-1,-1,-1,291,293,-1,-1,295,-1,297,-1,-1,-1,299,-1,-1,301,-1,-1,303,305,-1,307,-1,-1,309,-1,311,313,-1,315,-1,317,-1,319,-1,321,-1,-1,323,-1,325,-1,-1,327,-1,-1,329,-1,331,333,-1,335,-1,-1,337,-1,339,-1,-1,-1,-1,341,-1,343,-1,345,-1,-1,347,349,-1,-1,351,-1,-1],"loss_changes":[1.3015293E-1,9.10142E-2,1.5154792E-1,1.5624358E-1,7.33864E-2,1.3773809E-2,2.9385287E-1,1.3312608E-1,1.4095773E-1,1.20085366E-1,2.8285427E-2,5.1789332E-2,6.1494246E-2,1.0021341E-1,4.5815933E-2,1.261057E-1,2.702669E-3,7.7126086E-2,1.9371737E-2,2.7746752E-2,5.348441E-2,0E0,7.8264855E-2,0E0,1.2044371E-1,8.795456E-2,0E0,7.816613E-2,0E0,2.7427543E-2,3.0718107E-2,8.008E-2,2.5450345E-2,1.5574903E-2,0E0,0E0,8.950189E-2,4.2879403E-2,0E0,7.8216314E-2,2.0489298E-2,0E0,6.511563E-2,0E0,4.7700457E-2,0E0,7.893953E-2,6.831887E-2,0E0,0E0,6.2378943E-2,0E0,6.570947E-2,0E0,2.5800347E-2,0E0,7.86435E-2,6.626896E-2,3.3001833E-2,0E0,2.551951E-2,0E0,7.3919654E-2,3.5098113E-2,0E0,0E0,5.6150608E-2,0E0,3.734811E-2,5.294442E-2,0E0,0E0,3.3415332E-2,0E0,8.731145E-2,0E0,3.354144E-2,0E0,7.6343596E-2,0E0,4.6094E-2,2.689246E-2,0E0,0E0,4.8564553E-2,9.429601E-2,0E0,7.3238954E-2,0E0,0E0,4.35573E-2,0E0,8.348119E-2,0E0,4.3148994E-2,0E0,2.7481109E-2,3.588044E-2,0E0,3.7993163E-2,0E0,0E0,3.5324037E-2,1.143873E-1,0E0,0E0,4.0751964E-2,5.3160787E-2,0E0,0E0,5.6386143E-2,2.0734847E-2,0E0,0E0,4.7199726E-2,0E0,7.734661E-2,5.8419384E-2,0E0,0E0,2.3012891E-2,0E0,4.1603595E-2,0E0,3.13171E-2,0E0,3.0334756E-2,0E0,2.8842695E-2,7.477939E-3,0E0,2.7336553E-2,0E0,9.228048E-2,0E0,0E0,4.2981803E-3,0E0,4.300177E-3,0E0,1.5697584E-2,2.239874E-2,0E0,4.421377E-2,0E0,0E0,6.932548E-2,7.292871E-2,0E0,0E0,7.878654E-3,0E0,6.578225E-2,0E0,2.760762E-2,0E0,1.2264714E-2,0E0,2.2437736E-2,4.1278303E-3,0E0,0E0,1.4046371E-2,0E0,1.10633135E-1,0E0,0E0,1.21849775E-2,0E0,1.7273754E-2,0E0,0E0,1.0353148E-2,0E0,4.9794972E-2,0E0,3.3429056E-2,0E0,8.127983E-2,0E0,3.3211038E-3,0E0,4.547745E-2,2.2566453E-2,0E0,0E0,7.241264E-3,0E0,1.20357275E-2,0E0,0E0,1.2091666E-2,0E0,1.0144234E-1,0E0,0E0,3.5287082E-2,0E0,1.2273505E-2,1.3324201E-2,0E0,0E0,3.908366E-2,0E0,2.352935E-2,0E0,7.865995E-2,1.0595091E-2,0E0,3.542036E-2,0E0,0E0,1.8475518E-2,0E0,3.3693463E-3,0E0,1.4718786E-2,0E0,2.207917E-2,0E0,9.0376794E-2,3.9577603E-2,0E0,0E0,0E0,0E0,0E0,3.7595928E-2,0E0,3.4338176E-2,0E0,0E0,9.880841E-2,3.2728165E-3,0E0,0E0,2.5410175E-2,0E0,1.5389338E-2,0E0,0E0,1.0111004E-2,0E0,0E0,1.6038507E-2,6.432313E-2,0E0,1.9171834E-2,0E0,0E0,3.7224054E-2,0E0,1.4469475E-2,9.7498655E-2,0E0,0E0,0E0,0E0,1.2981117E-2,4.6123564E-3,0E0,0E0,0E0,6.894231E-3,0E0,0E0,5.1746726E-2,0E0,9.654641E-3,0E0,4.1655064E-2,0E0,2.2606075E-2,0E0,6.478697E-2,0E0,0E0,0E0,0E0,0E0,1.6989648E-2,4.2226374E-2,0E0,0E0,6.354451E-3,0E0,2.1787643E-2,0E0,0E0,0E0,6.2286735E-2,0E0,0E0,2.756846E-2,0E0,0E0,8.021712E-3,4.0949225E-2,0E0,6.763303E-2,0E0,0E0,2.4098992E-2,0E0,3.947139E-3,4.1450024E-2,0E0,6.1556756E-2,0E0,5.2929044E-2,0E0,6.1796904E-3,0E0,6.678724E-2,0E0,0E0,1.5054762E-2,0E0,2.4670243E-2,0E0,0E0,1.0072577E-1,0E0,0E0,7.6341033E-3,0E0,1.2530565E-2,6.442654E-2,0E0,1.8544853E-2,0E0,0E0,5.780101E-3,0E0,7.512617E-2,0E0,0E0,0E0,0E0,4.979682E-2,0E0,3.2301426E-2,0E0,9.624004E-3,0E0,0E0,4.1410446E-2,7.901192E-3,0E0,0E0,3.1129122E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,14,14,15,15,16,16,17,17,18,18,19,19,20,20,22,22,24,24,25,25,27,27,29,29,30,30,31,31,32,32,33,33,36,36,37,37,39,39,40,40,42,42,44,44,46,46,47,47,50,50,52,52,54,54,56,56,57,57,58,58,60,60,62,62,63,63,66,66,68,68,69,69,72,72,74,74,76,76,78,78,80,80,81,81,84,84,85,85,87,87,90,90,92,92,94,94,96,96,97,97,99,99,102,102,103,103,106,106,107,107,110,110,111,111,114,114,116,116,117,117,120,120,122,122,124,124,126,126,128,128,129,129,131,131,133,133,136,136,138,138,140,140,141,141,143,143,146,146,147,147,150,150,152,152,154,154,156,156,158,158,159,159,162,162,164,164,167,167,169,169,172,172,174,174,176,176,178,178,180,180,182,182,183,183,186,186,188,188,191,191,193,193,196,196,198,198,199,199,202,202,204,204,206,206,207,207,209,209,212,212,214,214,216,216,218,218,220,220,221,221,227,227,229,229,232,232,233,233,236,236,238,238,241,241,244,244,245,245,247,247,250,250,252,252,253,253,258,258,259,259,263,263,266,266,268,268,270,270,272,272,274,274,280,280,281,281,284,284,286,286,290,290,293,293,296,296,297,297,299,299,302,302,304,304,305,305,307,307,309,309,311,311,313,313,316,316,318,318,321,321,324,324,326,326,327,327,329,329,332,332,334,334,339,339,341,341,343,343,346,346,347,347,350,350],"right_children":[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,-1,44,-1,46,48,-1,50,-1,52,54,56,58,60,-1,-1,62,64,-1,66,68,-1,70,-1,72,-1,74,76,-1,-1,78,-1,80,-1,82,-1,84,86,88,-1,90,-1,92,94,-1,-1,96,-1,98,100,-1,-1,102,-1,104,-1,106,-1,108,-1,110,112,-1,-1,114,116,-1,118,-1,-1,120,-1,122,-1,124,-1,126,128,-1,130,-1,-1,132,134,-1,-1,136,138,-1,-1,140,142,-1,-1,144,-1,146,148,-1,-1,150,-1,152,-1,154,-1,156,-1,158,160,-1,162,-1,164,-1,-1,166,-1,168,-1,170,172,-1,174,-1,-1,176,178,-1,-1,180,-1,182,-1,184,-1,186,-1,188,190,-1,-1,192,-1,194,-1,-1,196,-1,198,-1,-1,200,-1,202,-1,204,-1,206,-1,208,-1,210,212,-1,-1,214,-1,216,-1,-1,218,-1,220,-1,-1,222,-1,224,226,-1,-1,228,-1,230,-1,232,234,-1,236,-1,-1,238,-1,240,-1,242,-1,244,-1,246,248,-1,-1,-1,-1,-1,250,-1,252,-1,-1,254,256,-1,-1,258,-1,260,-1,-1,262,-1,-1,264,266,-1,268,-1,-1,270,-1,272,274,-1,-1,-1,-1,276,278,-1,-1,-1,280,-1,-1,282,-1,284,-1,286,-1,288,-1,290,-1,-1,-1,-1,-1,292,294,-1,-1,296,-1,298,-1,-1,-1,300,-1,-1,302,-1,-1,304,306,-1,308,-1,-1,310,-1,312,314,-1,316,-1,318,-1,320,-1,322,-1,-1,324,-1,326,-1,-1,328,-1,-1,330,-1,332,334,-1,336,-1,-1,338,-1,340,-1,-1,-1,-1,342,-1,344,-1,346,-1,-1,348,350,-1,-1,352,-1,-1],"split_conditions":[5.4345703E-1,6.0302734E-1,1.8859969E0,1.8679721E2,1.7929803E2,8.661263E1,8.823242E-1,9.306197E1,9.269296E1,8.765613E1,8.30244E1,7.739258E-2,1.7416891E2,5.18745E0,9.267578E-1,9.741211E-1,5.9033203E-1,6.7603165E1,1.2727949E2,1.5735574E2,1.1224365E-1,-0E0,8.7841797E-1,-0E0,1.3269043E-1,6.1328125E-1,-0E0,7.171631E-3,-0E0,1.1853027E-1,3.73125E1,1.20831604E2,1.4929199E-1,4.9829102E-1,-0E0,-0E0,1.2575305E0,2.305622E2,-0E0,7.782667E1,7.501221E-2,-0E0,1.45E2,-0E0,6.019756E-1,-0E0,1.14868164E-1,4.3917277E-1,-0E0,-0E0,9.071722E-1,-0E0,6.035156E-1,-0E0,9.8046875E-1,-0E0,2.454834E-1,1.331849E2,8.823242E-1,-0E0,8.5632324E-2,-0E0,2.8330908E1,3.3007595E1,-0E0,-0E0,9.7839355E-2,-0E0,3.6979623E0,9.926758E-1,-0E0,-0E0,4.190625E1,-0E0,9.892578E-1,-0E0,3.21875E1,-0E0,9.975586E-1,-0E0,3.328125E1,9.84375E-1,-0E0,-0E0,4.2405365E1,6.5732765E1,-0E0,4.073111E0,-0E0,-0E0,1.126709E-1,-0E0,4.8828125E-2,-0E0,1.5269543E0,-0E0,6.019756E-1,4.028125E1,-0E0,4.124296E0,-0E0,-0E0,9.7802734E-1,4.656269E0,-0E0,-0E0,3.33125E1,3.0296875E1,-0E0,-0E0,8.925781E-1,9.501953E-1,-0E0,-0E0,1.8514624E2,-0E0,5.4031467E1,5.234375E-1,-0E0,-0E0,3.778125E1,-0E0,7.965088E-3,-0E0,5.7495117E-2,-0E0,1.335907E-2,-0E0,5.7952946E1,4.9226775E0,-0E0,3.40625E1,-0E0,7.0493615E-1,-0E0,-0E0,9.941406E-1,-0E0,4.2838263E2,-0E0,9.892578E-1,3.21875E1,-0E0,4.1007217E1,-0E0,-0E0,3.262329E-2,2.6428423E1,-0E0,-0E0,9.3409966E1,-0E0,1.8555181E0,-0E0,1.105625E2,-0E0,1.2902832E-1,-0E0,1.1651611E-1,8.728027E-3,-0E0,-0E0,1.4579153E2,-0E0,2.22625E2,-2.3754606E-1,-0E0,4.392198E1,-0E0,7.297516E-3,-0E0,-0E0,1.0530694E2,-0E0,5.8944434E-1,-0E0,7.637006E-1,-0E0,5.5616966E1,-0E0,4.8339844E-1,-0E0,9.980469E-1,1.5670776E-2,-0E0,-0E0,3.1375E1,-0E0,5.371094E-1,-0E0,-2.8889945E-1,6.6015625E-1,-0E0,3.071875E1,-0E0,-0E0,1.9073209E2,-0E0,9.9365234E-1,1.94989E0,-0E0,-0E0,1.9183177E2,-0E0,9.9902344E-1,-0E0,5.9692383E-2,1.0925E2,-0E0,7.025104E-1,-0E0,-0E0,3.30625E1,-0E0,5.7495117E-2,-0E0,5.00625E1,-0E0,1.1143582E0,-0E0,9.892578E-1,4.651846E0,-0E0,-2.01519E-1,-0E0,-0E0,1.67068E-1,1.32735815E1,-0E0,1.3500977E-1,-0E0,-0E0,1.5207422E2,1.18637085E-2,-0E0,-0E0,3.982544E-3,-0E0,4.97838E0,-0E0,-1.9066942E-1,2.9181541E1,-0E0,-0E0,1.44125E2,3.33125E1,-0E0,7.8239995E-1,-0E0,-0E0,5.7408464E-1,-0E0,6.1187744E-2,3.90625E1,-0E0,-0E0,-1.6693836E-1,-0E0,1.8794693E2,9.5410156E-1,-0E0,-0E0,2.0039277E-1,4.365625E1,-0E0,-0E0,9.9853516E-1,-0E0,3.1203125E1,-0E0,4.0985107E-2,-0E0,1.430664E-1,-0E0,9.819336E-1,-0E0,-2.8189194E-1,2.0522575E-1,-0E0,-0E0,6.499803E1,1.6495241E2,-0E0,-0E0,5.8938057E1,-0E0,1.050625E2,2.7436382E-1,-0E0,-0E0,5.0264983E0,-0E0,2.4738672E-1,6.606045E1,-0E0,-0E0,5.8944434E-1,3.928809E0,-0E0,1.256875E2,-0E0,-0E0,9.9560547E-1,-0E0,1.4163506E2,4.0576172E-1,-0E0,9.490967E-3,-0E0,1.105957E-1,-0E0,1.5571556E2,-0E0,9.902344E-1,-0E0,-0E0,6.8847656E-1,-0E0,1.1154175E-2,-2.9125598E-1,-0E0,1.13E2,-0E0,-0E0,9.55E1,-0E0,8.728027E-3,2.553519E1,-0E0,9.663086E-1,-0E0,-0E0,1.71E2,-0E0,9.692383E-1,-3.424432E-1,-0E0,3.6519805E-1,-0E0,5.5377693E0,-0E0,9.9365234E-1,-0E0,3.007285E1,-0E0,-0E0,9.35E1,1.3720703E-1,-0E0,-0E0,3.0484375E1,-0E0,2.879476E-1],"split_indices":[13,12,3,6,6,5,14,5,5,5,5,16,6,3,15,14,17,5,5,6,15,0,15,0,12,12,0,16,0,12,11,6,12,15,0,0,3,6,0,7,13,0,9,0,3,0,14,0,0,0,2,0,13,0,19,0,15,4,19,0,13,0,7,7,0,0,14,0,3,17,0,0,11,0,19,0,10,0,18,0,8,18,0,0,4,4,0,3,0,0,12,0,17,0,2,0,3,9,0,3,0,0,16,1,0,0,11,10,0,0,14,13,0,0,6,0,7,12,0,0,11,0,19,0,13,0,18,0,4,2,0,8,0,3,0,0,19,0,6,0,18,10,0,5,0,0,16,7,0,0,5,0,2,0,9,0,15,0,14,19,0,0,4,0,11,0,0,7,0,17,0,0,5,0,1,0,2,0,4,0,13,0,16,16,0,0,8,0,15,0,0,12,0,8,0,0,5,0,16,3,0,0,4,0,15,0,17,11,0,0,0,0,8,0,13,0,8,0,1,0,13,3,0,0,0,0,0,7,0,16,0,0,4,19,0,0,18,0,0,0,0,7,0,0,10,10,0,0,0,0,2,0,13,11,0,0,0,0,6,18,0,0,0,10,0,0,15,0,10,0,19,0,12,0,14,0,0,0,0,0,4,4,0,0,4,0,11,0,0,0,1,0,0,7,0,0,1,0,0,11,0,0,16,0,5,13,0,19,0,15,0,4,0,17,0,0,15,0,19,0,0,10,0,0,9,0,18,7,0,18,0,0,10,0,14,0,0,0,0,2,0,19,0,7,0,0,11,14,0,0,11,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.9406932E2,1.3698412E2,5.7085194E1,1.023425E2,3.464162E1,2.5075045E1,3.201015E1,7.4745804E1,2.7596695E1,2.2421621E1,1.2220001E1,1.5269452E1,9.805593E0,1.7152563E1,1.4857587E1,6.405897E1,1.0686837E1,1.3178872E1,1.4417822E1,1.6672941E1,5.748679E0,2.7415438E0,9.478457E0,1.7038411E0,1.3565611E1,4.2550473E0,5.550545E0,1.5593871E1,1.5586922E0,9.2432575E0,5.614329E0,3.8454407E1,2.560456E1,5.9404573E0,4.7463803E0,1.3868985E0,1.1791974E1,8.842622E0,5.5752E0,8.627783E0,8.045158E0,4.506534E-1,5.298026E0,3.8525667E0,5.6258907E0,4.0246315E0,9.540979E0,3.49584E0,7.592072E-1,4.0081972E-1,1.5193051E1,2.6442108E0,6.599047E0,4.6128646E-1,5.1530423E0,1.4972624E0,3.695714E1,1.061063E1,1.4993931E1,2.8866577E-1,5.6517916E0,4.8687616E-1,1.1305098E1,7.439371E0,1.4032503E0,2.8499248E0,5.777858E0,1.0371658E0,7.0079927E0,4.546386E0,7.516401E-1,1.64967E-1,5.4609237E0,5.285042E-1,9.012475E0,1.7859752E-1,3.3172424E0,1.0470781E0,1.4145973E1,7.855922E-1,5.813455E0,4.80493E0,3.481121E-1,5.136645E-1,3.6443478E1,8.291272E0,2.3193583E0,1.2265984E1,2.7279472E0,6.1237246E-1,5.039419E0,9.688251E-1,1.0336272E1,8.0594355E-1,6.6334276E0,4.2983735E-1,5.3480206E0,5.6434813E0,1.364512E0,3.7431893E0,8.031965E-1,6.615765E-1,4.7993474E0,8.554214E0,4.582617E-1,2.4636059E-1,3.0708818E0,1.3666256E1,4.7971672E-1,1.5897529E0,4.223702E0,4.638326E0,1.6660418E-1,1.0878375E0,3.535564E1,1.5397344E0,6.7515373E0,1.0194595E1,2.0713885E0,1.3128804E0,3.7265387E0,1.7572787E0,8.578994E0,1.4509096E0,5.182518E0,3.4692752E-1,5.001093E0,3.6393383E-1,5.279547E0,3.0158446E0,7.273448E-1,4.521928E0,2.7741963E-1,8.087729E0,4.6648398E-1,1.9884461E-1,2.8720372E0,3.2888672E-1,1.333737E1,2.266037E-1,3.9970982E0,4.3066154E0,3.317109E-1,3.480212E1,5.5351985E-1,1.4990586E0,5.252479E0,9.343319E0,8.512763E-1,2.836204E-1,3.4429183E0,6.7835706E-1,7.9006367E0,2.2047906E-1,4.962039E0,3.2333955E-1,4.6777534E0,8.7785476E-1,4.4016924E0,2.8509114E0,1.6493326E-1,1.789977E-1,4.34293E0,5.9749544E-1,7.490234E0,2.7093353E0,1.6270202E-1,1.3162621E1,1.7474943E-1,3.8136647E0,1.8343365E-1,2.2975223E-1,4.076863E0,6.5775704E-1,3.4144363E1,2.7320173E-1,4.979277E0,4.9626106E-1,8.847057E0,1.6554469E-1,3.2773736E0,1.6925504E0,6.2080865E0,4.471643E0,4.9039614E-1,3.0788317E-1,4.36987E0,2.6910582E-1,4.1325865E0,1.977862E-1,2.653125E0,4.1026616E0,2.4026856E-1,7.2883444E0,2.018895E-1,2.635519E0,1.05271015E1,2.5804856E-1,3.5556161E0,3.765606E0,3.1125712E-1,6.921076E-1,3.3452255E1,4.178484E-1,4.561429E0,4.5328566E-1,8.393772E0,3.0822823E0,1.9509132E-1,5.9657745E0,2.4231192E-1,3.499021E-1,4.121741E0,4.19183E-1,3.9506872E0,5.4257214E-1,3.5900145E0,2.876924E-1,3.814969E0,1.9569232E-1,7.0926523E0,1.0325079E1,2.0202199E-1,3.2417297E0,3.1388626E-1,1.8636832E-1,3.5792377E0,3.3182716E1,2.6953903E-1,4.134145E0,4.2728412E-1,5.374591E-1,7.856313E0,2.6666172E0,4.156651E-1,2.5614598E-1,5.7096286E0,4.6403947E-1,3.6577013E0,4.4591275E-1,3.5047743E0,2.4982498E0,1.0917646E0,3.5497063E-1,3.4599984E0,6.8568325E0,2.3581958E-1,9.2176485E0,1.1074308E0,5.191532E-1,3.2663563E1,2.656653E-1,3.8684793E0,7.220097E0,6.36216E-1,2.0991512E-1,2.4567022E0,4.008996E-1,5.3087287E0,3.46742E0,1.9028123E-1,1.8990244E-1,2.3083475E0,3.254438E0,2.0556058E-1,1.7244774E-1,6.684385E0,3.7926784E-1,8.838381E0,4.1029724E-1,3.2253265E1,3.2620728E-1,3.542272E0,1.1495409E0,6.070556E0,4.935738E-1,4.815155E0,3.2722228E0,1.9519734E-1,1.837821E-1,3.0706558E0,6.3057594E0,3.7862566E-1,2.0037244E-1,8.638008E0,5.807858E0,2.6445408E1,3.2254567E0,3.1681535E-1,3.6313874E-1,5.7074175E0,2.0591408E-1,2.8647418E0,6.1328173E0,1.7294188E-1,6.557046E-1,7.9823036E0,2.3456945E1,2.988463E0,5.4737396E0,2.3367812E-1,2.1346347E-1,5.919354E0,1.6320081E-1,7.819103E0,1.8897636E1,4.559309E0,5.2804346E0,1.9330497E-1,5.68658E0,2.3277389E-1,7.6316857E0,1.8741679E-1,1.7059607E1,1.8380295E0,3.7362182E-1,4.9068127E0,2.2522108E-1,5.461359E0,7.267735E0,3.63951E-1,1.4819875E1,2.2397323E0,4.186309E-1,4.4881816E0,2.0633854E-1,5.2550206E0,1.4223817E1,5.9605783E-1,4.3079233E0,1.8025862E-1,2.1150023E-1,5.04352E0,7.464199E-1,1.3477397E1,4.1249866E0,1.8293643E-1,4.818782E0,2.2473815E-1,1.2758426E1,7.1897113E-1,1.2563236E1,1.9518977E-1,1.2258162E1,3.0507466E-1,3.856254E-1,1.1872537E1,1.1337928E1,5.3460836E-1,2.319335E-1,1.1105994E1,2.0498702E-1,1.0901008E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"353","size_leaf_vector":"0"}},{"base_weights":[-4.2181825E-3,-0E0,-1.23739034E-1,8.622206E-3,-4.053958E-2,-0E0,-1.8984075E-1,2.4556002E-2,-5.0255045E-2,-0E0,-7.97103E-2,-0E0,-2.1844776E-1,-1.0888466E-2,5.9324477E-2,-1.1079202E-1,-0E0,-1.097124E-1,-0E0,-0E0,-2.5951222E-1,-3.3722218E-2,-0E0,-0E0,9.8661065E-2,-0E0,-1.3133048E-1,-0E0,-1.5007807E-1,-0E0,-3.0626234E-1,-8.6815655E-2,-0E0,-0E0,6.928833E-2,-5.304982E-2,-0E0,-0E0,1.0539568E-1,-1.5176833E-1,-0E0,-0E0,-1.639757E-1,-0E0,-3.3601502E-1,-0E0,-1.2415123E-1,-4.3030832E-2,3.774962E-2,-0E0,1.19631104E-1,-0E0,-7.8266986E-2,-0E0,2.4471743E-2,-0E0,1.17445864E-1,-0E0,-1.7182621E-1,-1.7938642E-1,-0E0,-0E0,-2.7351964E-1,-1.7252359E-1,-0E0,-0E0,-9.1112375E-2,8.22444E-2,-0E0,-0E0,1.5948251E-1,-0E0,-1.1138205E-1,6.0958024E-2,-0E0,1.23791456E-1,-0E0,-1.8038577E-1,-0E0,-0E0,-1.9152096E-1,-2.4179271E-1,-0E0,-0E0,-1.5896554E-1,-0E0,1.2084194E-1,-0E0,1.9410685E-1,-1.6642882E-1,-0E0,9.062182E-2,-0E0,-0E0,1.3370076E-1,-0E0,-1.8322594E-1,-2.365404E-1,-0E0,-0E0,-2.767402E-1,-0E0,-2.0910431E-1,-0E0,1.4598997E-1,-0E0,2.2982132E-1,-0E0,-1.9945209E-1,1.1533489E-1,-0E0,-0E0,1.3912192E-1,-1.8791187E-1,-0E0,-0E0,-2.7121297E-1,-2.9112053E-1,-0E0,-0E0,-2.2559142E-1,1.6299759E-1,-0E0,2.0906433E-1,-0E0,-0E0,-2.3139021E-1,-0E0,1.5389797E-1,-0E0,1.4297885E-1,-1.5118347E-1,-0E0,-2.8685912E-1,-0E0,-0E0,-3.0677295E-1,-2.426741E-1,-0E0,-0E0,1.761631E-1,-0E0,-2.6373538E-1,1.8764782E-1,-0E0,-0E0,1.5029712E-1,-3.1234142E-1,-0E0,-3.211602E-1,-0E0,-2.5584295E-1,-0E0,-0E0,1.9545016E-1,-2.9089996E-1,-0E0,-0E0,2.130281E-1,-0E0,1.5546086E-1,-3.2487097E-1,-0E0,-3.3189613E-1,-0E0,-0E0,-2.6290765E-1,-0E0,2.1043384E-1,-0E0,-3.2834095E-1,2.4548912E-1,-0E0,-0E0,1.7929533E-1,-2.5930598E-1,-0E0,-0E0,-3.4190956E-1,-0E0,-2.1278208E-1,2.3497646E-1,-0E0,-0E0,-2.8048846E-1,-0E0,2.7290428E-1,-0E0,5.0918896E-2,-0E0,1.9206049E-1,-0E0,-3.4648338E-1,2.5683004E-1,-0E0,2.890507E-1,-0E0,1.0987916E-1,-0E0,-0E0,1.9723812E-1,-0E0,-3.5358995E-1,2.8325114E-1,-0E0,2.4071462E-1,-0E0,-0E0,1.5410711E-1,-0E0,2.0240773E-1,-2.8365782E-1,-0E0,-0E0,2.974398E-1,2.0531219E-1,-0E0,2.0542005E-1,-0E0,-0E0,3.125829E-1,-0E0,2.3645385E-1,-0E0,2.305068E-1,3.229484E-1,-0E0,2.6485705E-1,-0E0,2.4906793E-1,-0E0,-0E0,2.6040944E-1,-0E0,2.969912E-1,-0E0,2.639907E-1,-0E0,2.4807607E-1,2.685668E-1,-0E0,-0E0,2.1125314E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":25,"left_children":[1,3,5,7,9,-1,11,13,15,-1,17,-1,19,21,23,25,-1,27,-1,-1,29,31,33,35,37,-1,39,-1,41,-1,43,45,47,-1,49,51,53,-1,55,57,-1,-1,59,-1,61,-1,63,65,67,-1,69,-1,71,-1,73,-1,75,-1,77,79,-1,-1,-1,81,-1,-1,83,85,-1,-1,87,-1,89,91,-1,93,-1,95,-1,-1,97,99,-1,-1,101,-1,103,-1,105,107,-1,109,-1,-1,111,-1,113,115,-1,-1,117,-1,119,-1,121,-1,123,-1,125,127,-1,-1,129,131,-1,-1,133,135,-1,-1,137,139,-1,-1,-1,-1,141,-1,143,-1,145,-1,-1,147,-1,-1,149,151,-1,-1,153,-1,155,157,-1,-1,159,161,-1,163,-1,165,-1,-1,167,169,-1,-1,171,-1,173,175,-1,177,-1,-1,179,-1,181,-1,183,185,-1,187,189,-1,-1,-1,191,-1,-1,193,-1,-1,-1,-1,195,-1,197,-1,199,-1,201,203,-1,205,-1,207,-1,-1,209,-1,211,213,-1,-1,-1,-1,215,-1,217,-1,-1,-1,219,221,-1,223,-1,-1,225,-1,227,-1,229,231,-1,233,-1,235,-1,-1,-1,-1,237,-1,239,-1,-1,241,-1,-1,-1],"loss_changes":[1.1483175E-1,5.794174E-2,1.0398354E-1,1.1788467E-1,6.702767E-2,0E0,4.384555E-2,2.13449E-1,1.2560867E-1,0E0,6.2228538E-2,0E0,6.704602E-2,4.0836014E-2,2.84236E-1,5.057347E-2,0E0,9.7852975E-2,0E0,0E0,7.7634126E-2,8.342088E-2,2.8934136E-2,3.395012E-2,5.887723E-2,0E0,6.320344E-2,0E0,4.022929E-2,0E0,6.2155396E-2,1.0511194E-1,4.0135384E-2,0E0,4.5258917E-2,3.4485973E-2,5.544553E-3,0E0,9.0483665E-2,3.8104862E-2,0E0,0E0,3.7831932E-2,0E0,2.1790653E-2,0E0,1.6559312E-1,3.0039221E-2,6.604405E-2,0E0,4.0758222E-2,0E0,5.093704E-2,0E0,2.4666967E-2,0E0,6.375313E-2,0E0,2.5387913E-2,3.7037432E-2,0E0,0E0,0E0,1.753326E-1,0E0,0E0,8.381662E-2,8.2733326E-2,0E0,0E0,4.2187385E-2,0E0,5.4268174E-2,2.8239582E-2,0E0,5.7252288E-2,0E0,3.852874E-3,0E0,0E0,2.3284882E-2,1.1154121E-1,0E0,0E0,8.7759614E-2,0E0,6.340785E-2,0E0,4.6585217E-2,4.9288988E-2,0E0,3.0760162E-2,0E0,0E0,5.7356417E-2,0E0,4.1744113E-3,3.1015337E-2,0E0,0E0,5.9146166E-2,0E0,1.9806743E-2,0E0,4.958956E-2,0E0,5.0833583E-2,0E0,4.4664636E-2,5.6602024E-2,0E0,0E0,4.4622004E-2,5.591452E-3,0E0,0E0,2.8731585E-2,6.2135875E-2,0E0,0E0,2.48359E-2,4.1682214E-2,0E0,0E0,0E0,0E0,4.5751005E-2,0E0,4.0137485E-2,0E0,3.9011E-2,0E0,0E0,3.8288027E-2,0E0,0E0,5.759436E-2,1.5423715E-2,0E0,0E0,4.322958E-2,0E0,4.927498E-2,4.467264E-2,0E0,0E0,1.6844988E-2,1.2762487E-2,0E0,3.0417621E-2,0E0,3.8849711E-3,0E0,0E0,4.7145486E-2,4.5500457E-2,0E0,0E0,4.6226636E-2,0E0,2.2416592E-2,4.770756E-3,0E0,1.7437398E-2,0E0,0E0,6.013304E-3,0E0,4.1374207E-2,0E0,4.0136337E-2,5.1870823E-2,0E0,1.6015913E-2,6.583929E-2,0E0,0E0,0E0,4.8169494E-3,0E0,0E0,6.630859E-2,0E0,0E0,0E0,0E0,2.5278121E-2,0E0,5.2246045E-2,0E0,3.1278968E-2,0E0,1.328522E-2,6.938344E-2,0E0,1.7658949E-2,0E0,4.9413227E-2,0E0,0E0,2.5465965E-2,0E0,1.3612866E-2,4.4353426E-2,0E0,0E0,0E0,0E0,7.359615E-2,0E0,1.925993E-2,0E0,0E0,0E0,2.3119748E-2,5.0472632E-2,0E0,7.3782206E-3,0E0,0E0,1.9082189E-2,0E0,4.736279E-2,0E0,1.0303891E-1,1.2220383E-2,0E0,4.3208092E-2,0E0,3.549099E-2,0E0,0E0,0E0,0E0,2.2389472E-2,0E0,2.7789712E-2,0E0,0E0,2.730012E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,10,10,12,12,13,13,14,14,15,15,17,17,20,20,21,21,22,22,23,23,24,24,26,26,28,28,30,30,31,31,32,32,34,34,35,35,36,36,38,38,39,39,42,42,44,44,46,46,47,47,48,48,50,50,52,52,54,54,56,56,58,58,59,59,63,63,66,66,67,67,70,70,72,72,73,73,75,75,77,77,80,80,81,81,84,84,86,86,88,88,89,89,91,91,94,94,96,96,97,97,100,100,102,102,104,104,106,106,108,108,109,109,112,112,113,113,116,116,117,117,120,120,121,121,126,126,128,128,130,130,133,133,136,136,137,137,140,140,142,142,143,143,146,146,147,147,149,149,151,151,154,154,155,155,158,158,160,160,161,161,163,163,166,166,168,168,170,170,171,171,173,173,174,174,178,178,181,181,186,186,188,188,190,190,192,192,193,193,195,195,197,197,200,200,202,202,203,203,208,208,210,210,214,214,215,215,217,217,220,220,222,222,224,224,225,225,227,227,229,229,234,234,236,236,239,239],"right_children":[2,4,6,8,10,-1,12,14,16,-1,18,-1,20,22,24,26,-1,28,-1,-1,30,32,34,36,38,-1,40,-1,42,-1,44,46,48,-1,50,52,54,-1,56,58,-1,-1,60,-1,62,-1,64,66,68,-1,70,-1,72,-1,74,-1,76,-1,78,80,-1,-1,-1,82,-1,-1,84,86,-1,-1,88,-1,90,92,-1,94,-1,96,-1,-1,98,100,-1,-1,102,-1,104,-1,106,108,-1,110,-1,-1,112,-1,114,116,-1,-1,118,-1,120,-1,122,-1,124,-1,126,128,-1,-1,130,132,-1,-1,134,136,-1,-1,138,140,-1,-1,-1,-1,142,-1,144,-1,146,-1,-1,148,-1,-1,150,152,-1,-1,154,-1,156,158,-1,-1,160,162,-1,164,-1,166,-1,-1,168,170,-1,-1,172,-1,174,176,-1,178,-1,-1,180,-1,182,-1,184,186,-1,188,190,-1,-1,-1,192,-1,-1,194,-1,-1,-1,-1,196,-1,198,-1,200,-1,202,204,-1,206,-1,208,-1,-1,210,-1,212,214,-1,-1,-1,-1,216,-1,218,-1,-1,-1,220,222,-1,224,-1,-1,226,-1,228,-1,230,232,-1,234,-1,236,-1,-1,-1,-1,238,-1,240,-1,-1,242,-1,-1,-1],"split_conditions":[9.501953E-1,1.0098149E2,9.802246E-2,1.9455205E2,1.2817383E-1,-0E0,6.1525184E-1,1.5685344E2,9.269296E1,-0E0,7.56875E1,-0E0,9.5751953E-1,3.4368746E0,7.604016E1,2.6513672E-1,-0E0,3.81875E1,-0E0,-0E0,3.096875E1,1.7736816E-1,1.4493565E2,9.321289E-1,6.819305E-1,-0E0,5.2141747E0,-0E0,8.8012695E-2,-0E0,3.982544E-3,1.826477E-2,5.63125E1,-0E0,1.6796875E-1,2.6428423E1,1.0076904E-1,-0E0,3.571875E1,8.441162E-2,-0E0,-0E0,9.9902344E-1,-0E0,3.0484375E1,-0E0,8.13125E1,4.1E1,8.5498047E-1,-0E0,3.840625E1,-0E0,2.3895264E-2,-0E0,9.355469E-1,-0E0,9.5996094E-1,-0E0,9.980469E-1,5.367279E-3,-0E0,-0E0,-2.7351964E-1,3.2603672E0,-0E0,-0E0,5.289727E1,5.289727E1,-0E0,-0E0,4.7332764E-2,-0E0,7.104492E-1,4.5444508E0,-0E0,3.4341084E1,-0E0,6.3201505E-1,-0E0,-0E0,3.0337029E0,3.521875E1,-0E0,-0E0,1.8395996E-1,-0E0,6.63853E-1,-0E0,3.084375E1,9.635934E-1,-0E0,4.6928205E0,-0E0,-0E0,5.5007935E-3,-0E0,9.89375E1,3.640625E1,-0E0,-0E0,5.3310695E0,-0E0,9.2784756E-1,-0E0,7.8375E1,-0E0,8.256836E-1,-0E0,9.588623E-2,8.288574E-2,-0E0,-0E0,4.3917277E-1,8.618164E-1,-0E0,-0E0,4.9650044E0,1.9210815E-2,-0E0,-0E0,9.9560547E-1,4.753113E-3,-0E0,2.0906433E-1,-0E0,-0E0,8.731721E-1,-0E0,9.941406E-1,-0E0,1.459961E-1,-1.5118347E-1,-0E0,4.201104E0,-0E0,-0E0,9.714213E1,8.725586E-1,-0E0,-0E0,3.9046608E1,-0E0,1.9167638E2,3.0484375E1,-0E0,-0E0,3.262329E-2,8.8134766E-1,-0E0,1.44125E2,-0E0,6.7993164E-2,-0E0,-0E0,2.0275879E-1,3.95E1,-0E0,-0E0,8.0371094E-1,-0E0,4.759375E1,9.9853516E-1,-0E0,7.8239995E-1,-0E0,-0E0,1.2902832E-1,-0E0,1.5391444E2,-0E0,1.2451172E-1,1.5124512E-1,-0E0,8.7158203E-1,7.25708E-2,-2.5930598E-1,-0E0,-0E0,9.147644E-3,-0E0,-2.1278208E-1,9.921875E-1,-0E0,-0E0,-2.8048846E-1,-0E0,9.946289E-1,-0E0,4.609375E1,-0E0,3.0484375E1,-0E0,6.819305E-1,9.970703E-1,-0E0,1.015E2,-0E0,3.840625E1,-0E0,-0E0,1.4060974E-2,-0E0,9.6435547E-1,4.4156433E1,-0E0,2.4071462E-1,-0E0,-0E0,9.584961E-1,-0E0,5.7373176E0,-2.8365782E-1,-0E0,-0E0,3.57666E-2,4.5571873E1,-0E0,8.080551E1,-0E0,-0E0,4.842488E0,-0E0,5.268224E0,-0E0,1.273125E2,3.21875E1,-0E0,1.6092789E2,-0E0,9.125767E-1,-0E0,-0E0,2.6040944E-1,-0E0,1.424408E-2,-0E0,3.389034E2,-0E0,2.4807607E-1,8.227539E-2,-0E0,-0E0,2.1125314E-1],"split_indices":[13,5,12,6,19,0,1,6,5,0,8,0,13,1,5,14,0,11,0,0,8,12,6,14,2,0,2,0,15,0,18,19,11,0,16,7,13,0,11,12,0,0,15,0,10,0,10,11,12,0,11,0,19,0,18,0,12,0,19,16,0,0,0,2,0,0,5,5,0,0,17,0,19,1,0,7,0,2,0,0,3,11,0,0,12,0,3,0,8,3,0,3,0,0,17,0,8,8,0,0,0,0,1,0,8,0,13,0,13,16,0,0,0,13,0,0,2,16,0,0,17,18,0,0,0,0,0,0,15,0,14,0,0,1,0,0,5,13,0,0,7,0,6,8,0,0,16,13,0,11,0,13,0,0,15,10,0,0,12,0,11,17,0,0,0,0,15,0,6,0,16,15,0,14,13,0,0,0,17,0,0,18,0,0,0,0,17,0,11,0,8,0,2,17,0,11,0,10,0,0,17,0,18,4,0,0,0,0,19,0,3,0,0,0,16,7,0,5,0,0,2,0,1,0,10,10,0,6,0,0,0,0,0,0,19,0,7,0,0,15,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.869741E2,1.7975647E2,7.2176414E0,1.5189407E2,2.7862392E1,1.5535445E0,5.664097E0,1.3313898E2,1.8755098E1,1.047683E1,1.7385563E1,5.899187E-1,5.074178E0,5.1856243E1,8.128273E1,1.3694752E1,5.0603466E0,1.4110896E1,3.2746663E0,6.289749E-1,4.4452033E0,4.08681E1,1.0988145E1,2.3013338E1,5.8269394E1,1.160417E0,1.2534335E1,2.4581456E0,1.1652751E1,5.668295E-1,3.8783736E0,1.6809927E1,2.405817E1,5.461296E0,5.5268493E0,1.1563503E1,1.1449835E1,1.9702685E0,5.6299126E1,1.2004139E1,5.301958E-1,4.765182E-1,1.1176232E1,1.9053832E-1,3.6878355E0,2.026202E0,1.4783725E1,9.876121E0,1.418205E1,8.4272903E-1,4.68412E0,8.915787E-1,1.0671925E1,2.6914186E0,8.758416E0,4.4976153E0,5.180151E1,1.4582839E0,1.05458555E1,1.0431895E1,7.443374E-1,1.6542669E-1,3.5224087E0,1.2978161E1,1.8055636E0,4.4431686E0,5.432952E0,1.2356983E1,1.8250664E0,6.646485E-1,4.0194716E0,1.5496845E0,9.12224E0,7.6303797E0,1.1280365E0,5.073722E1,1.0642923E0,1.0302672E1,2.4318233E-1,3.316434E-1,1.0100251E1,9.360848E0,3.6173127E0,6.670803E-1,4.7658715E0,1.2359191E0,1.1121064E1,3.4884453E-1,3.670627E0,5.7689676E0,3.3532724E0,6.617495E0,1.0128849E0,4.110736E0,4.6626484E1,2.1754308E-1,1.008513E1,6.8654165E0,3.2348351E0,8.7681973E-1,8.484029E0,2.1543398E-1,4.550438E0,6.837543E-1,1.043731E1,3.135235E-1,3.3571036E0,6.650481E-1,5.1039195E0,6.206537E0,4.1095826E-1,6.37787E-1,4.5988697E1,9.682013E0,4.0311736E-1,1.3411951E0,5.5242214E0,8.316271E0,1.6775842E-1,3.2204074E-1,4.228397E0,1.0140429E1,2.968809E-1,3.0433586E0,3.1374505E-1,6.060157E-1,4.497904E0,5.500729E-1,5.6564636E0,2.915239E-1,4.5697174E1,9.219071E0,4.629414E-1,5.234142E0,2.9007927E-1,2.164601E-1,8.099811E0,4.0078597E0,2.2053742E-1,1.8785247E-1,9.952577E0,4.9298185E-1,4.004922E0,4.7809367E0,8.7552696E-1,2.6623678E0,4.3034805E1,4.7291403E0,5.0500196E-1,7.904954E0,1.948566E-1,3.7913783E0,2.1648122E-1,8.294965E-1,9.12308E0,3.7851448E0,2.1977715E-1,1.9899647E-1,4.58194E0,2.1470578E0,4.0887745E1,4.45449E0,2.7464992E-1,7.6461287E0,2.5882518E-1,1.7132695E-1,3.6200514E0,2.5695634E-1,8.866123E0,4.9950588E-1,3.285639E0,4.0938845E0,4.880559E-1,9.574986E0,3.1312761E1,4.274514E0,1.7997605E-1,3.209985E-1,7.32513E0,2.1251436E-1,3.407537E0,7.7611146E0,1.1050092E0,3.1917316E-1,2.966466E0,1.8014562E-1,3.9137387E0,3.8977563E0,5.67723E0,2.3034089E0,2.9009352E1,1.651064E-1,7.1600237E0,7.4203167E0,3.40798E-1,3.7369566E0,1.7678216E-1,5.153899E0,5.233306E-1,7.249198E-1,2.8284431E1,1.9855307E-1,6.9614706E0,6.8764405E0,5.438757E-1,3.4023626E0,3.3459386E-1,6.989466E-1,4.4549527E0,8.299729E-1,2.7454458E1,6.6567435E0,3.0472714E-1,1.8563096E-1,6.6908097E0,4.037539E0,4.1741353E-1,2.7097038E1,3.574205E-1,4.4322202E-1,6.2475877E0,2.1376656E-1,3.8237727E0,5.5411987E0,2.155584E1,6.0043554E0,2.4323243E-1,3.6213086E0,2.0246404E-1,2.0052006E1,1.5038339E0,3.0851743E-1,5.695838E0,3.5372794E-1,3.2675805E0,1.7485806E0,1.8303425E1,2.60983E-1,3.0065975E0,1.8053389E1,2.5003707E-1,2.7256757E-1,1.778082E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"243","size_leaf_vector":"0"}},{"base_weights":[-7.727546E-3,-0E0,-6.355773E-2,1.4964298E-2,-1.39218215E-2,-0E0,-9.795976E-2,-1.5084046E-2,3.7184488E-2,-8.580418E-2,-0E0,-0E0,7.0572734E-2,-0E0,-1.0752121E-1,-7.1988E-2,-0E0,6.745036E-2,-0E0,-1.3873297E-1,-0E0,-2.1209849E-2,3.763048E-2,9.570682E-2,-0E0,-1.4183809E-1,-0E0,-0E0,-1.3881204E-1,-0E0,3.7536208E-2,-0E0,1.3986072E-1,1.797121E-2,-9.336404E-3,-0E0,-2.2050135E-1,-0E0,-5.971786E-2,-0E0,6.830682E-2,-0E0,1.2311033E-1,-0E0,-1.8371898E-1,-0E0,-1.6620976E-1,9.4603024E-2,-0E0,-0E0,3.0033618E-2,-0E0,1.7456082E-1,-0E0,7.868641E-2,-0E0,-5.5274956E-2,-2.6922068E-1,-0E0,-1.0980813E-1,-0E0,9.43655E-2,-0E0,-0E0,1.0261202E-1,-0E0,-2.0092191E-1,-0E0,-2.2424167E-1,1.03282474E-1,-0E0,-3.1799335E-2,-0E0,-0E0,6.043771E-2,2.1167727E-1,-0E0,-2.6215753E-2,-0E0,1.1176504E-1,-0E0,-0E0,-1.08880356E-1,-3.0133423E-1,-0E0,-1.2784119E-1,-0E0,-0E0,1.3149841E-1,-0E0,-2.1319401E-1,-2.4978156E-1,-0E0,-6.8380035E-2,-0E0,-0E0,9.329767E-2,2.3499046E-1,-0E0,-0E0,-9.382774E-2,1.3559204E-1,-0E0,-0E0,-1.8260536E-1,-3.1725615E-1,-0E0,-1.4558552E-1,-0E0,1.7021057E-1,-0E0,-0E0,-2.3156002E-1,-0E0,-2.7626246E-1,-1.2427391E-1,-0E0,1.196196E-1,-0E0,-0E0,2.5686926E-1,-1.5600534E-1,-0E0,-0E0,1.6637363E-1,-0E0,-2.1885875E-1,-0E0,-3.2972106E-1,-0E0,-1.601593E-1,-0E0,2.0969942E-1,-0E0,-2.3974328E-1,-0E0,-3.1498235E-1,-0E0,-1.4619799E-1,1.5276088E-1,-0E0,-0E0,2.7841866E-1,-1.9803788E-1,-0E0,1.9773786E-1,-0E0,-2.5984192E-1,-0E0,-0E0,-3.4552535E-1,-0E0,-1.8480803E-1,2.648342E-1,-0E0,-2.4606413E-1,-0E0,-3.537385E-1,-0E0,-0E0,-1.6685066E-1,1.8272255E-1,-0E0,-0E0,2.9007402E-1,-2.3868904E-1,-0E0,2.2484426E-1,-0E0,-0E0,-2.8750652E-1,-3.7284002E-1,-0E0,-0E0,-1.977245E-1,2.9145285E-1,-0E0,-0E0,-2.5862414E-1,-3.7148416E-1,-0E0,-1.775825E-1,-0E0,2.0362249E-1,-0E0,3.062122E-1,-0E0,-2.5723276E-1,-0E0,2.505769E-1,-0E0,-3.126672E-1,-0E0,-3.837217E-1,-0E0,-0E0,-2.0931126E-1,3.087179E-1,-0E0,-0E0,-2.728494E-1,-0E0,-3.8457173E-1,-0E0,-1.8962519E-1,-0E0,2.2090381E-1,-0E0,3.2161295E-1,-0E0,-2.1479397E-1,-0E0,2.6394075E-1,-0E0,-3.2628238E-1,-4.007172E-1,-0E0,-0E0,-2.5136054E-1,3.247415E-1,-0E0,-0E0,-2.9193458E-1,-3.1424648E-1,-0E0,-0E0,-2.0274362E-1,2.414783E-1,-0E0,-0E0,3.3329958E-1,2.8020826E-1,-0E0,-3.418785E-1,-0E0,-0E0,-3.1945646E-1,-2.0715868E-1,-0E0,-0E0,3.5225132E-1,-0E0,-2.4115385E-1,-2.2234905E-1,-0E0,2.566118E-1,-0E0,-0E0,3.492329E-1,2.9078174E-1,-0E0,-0E0,-2.7929357E-1,3.8661334E-1,-0E0,-1.8786746E-1,-0E0,-0E0,2.6412794E-1,3.5695687E-1,-0E0,2.3556007E-1,-0E0,-0E0,4.1947082E-1,-0E0,2.726125E-1,-0E0,2.8556326E-1,-0E0,3.391027E-1,-0E0,2.8461838E-1,-0E0,2.9084927E-1,-0E0,3.0981258E-1,3.241333E-1,-0E0,-0E0,2.6998687E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":26,"left_children":[1,3,5,7,9,11,13,15,17,19,21,-1,23,-1,25,27,29,31,33,35,-1,37,39,41,-1,43,-1,-1,45,-1,47,49,51,53,55,-1,57,-1,59,-1,61,-1,63,-1,65,-1,67,69,-1,71,73,-1,75,77,79,-1,81,83,-1,85,-1,87,-1,-1,-1,-1,89,-1,91,-1,-1,93,-1,-1,95,97,-1,99,-1,101,-1,-1,103,105,-1,107,-1,-1,109,-1,111,113,-1,115,-1,-1,117,119,-1,-1,121,123,-1,-1,125,127,-1,129,-1,131,-1,-1,133,-1,135,137,-1,139,-1,-1,141,143,-1,-1,145,-1,147,-1,149,-1,151,-1,153,-1,155,-1,157,-1,159,161,-1,-1,163,165,-1,167,-1,169,-1,-1,171,-1,173,175,-1,177,-1,179,-1,-1,181,183,-1,-1,185,187,-1,189,-1,-1,191,193,-1,-1,195,197,-1,-1,199,201,-1,203,-1,205,-1,207,-1,209,-1,211,-1,213,-1,215,-1,-1,217,219,-1,-1,221,-1,223,-1,225,-1,227,-1,229,-1,-1,-1,231,-1,233,235,-1,-1,237,239,-1,-1,241,-1,-1,-1,243,245,-1,-1,247,249,-1,251,-1,-1,-1,-1,-1,-1,253,-1,-1,255,-1,257,-1,-1,259,261,-1,-1,-1,263,-1,-1,-1,-1,265,267,-1,-1,-1,-1,269,-1,271,-1,-1,-1,-1,-1,273,-1,275,-1,277,279,-1,-1,-1],"loss_changes":[1.23787664E-1,3.1974107E-2,1.4580849E-1,8.704644E-2,9.774804E-2,1.4380402E-2,5.2247465E-2,6.3938476E-2,6.623026E-2,1.374317E-1,3.9987292E-2,0E0,1.0537914E-2,0E0,7.539269E-2,9.937713E-2,8.301094E-3,1.160641E-1,8.799719E-3,2.110077E-1,0E0,3.479584E-2,5.6626275E-2,1.3596317E-2,0E0,4.91533E-2,0E0,0E0,5.4192767E-2,0E0,1.7807446E-2,1.2090211E-2,1.0123631E-1,7.330566E-2,3.510744E-2,0E0,9.5909774E-2,0E0,6.8203926E-2,0E0,6.8439215E-2,0E0,2.2142306E-3,0E0,5.8532476E-2,0E0,9.206866E-2,2.1460429E-2,0E0,7.996721E-3,3.4808E-2,0E0,9.108788E-2,4.799303E-3,6.388128E-2,0E0,6.0582142E-2,9.120989E-2,0E0,3.452997E-2,0E0,6.080596E-2,0E0,0E0,0E0,0E0,5.1290512E-2,0E0,6.409326E-2,0E0,0E0,2.1705922E-2,0E0,0E0,5.2049197E-2,5.973965E-2,0E0,4.9409952E-2,0E0,5.314584E-2,0E0,0E0,1.2645832E-1,2.8959036E-2,0E0,3.143984E-2,0E0,0E0,7.1511924E-2,0E0,3.813809E-2,6.391966E-2,0E0,4.3691218E-2,0E0,0E0,4.9772754E-2,7.366437E-2,0E0,0E0,6.8416424E-2,4.987964E-2,0E0,0E0,8.345799E-2,2.9108465E-2,0E0,2.2147045E-2,0E0,9.722075E-2,0E0,0E0,2.2310138E-2,0E0,5.548045E-2,2.3879863E-2,0E0,4.4478983E-2,0E0,0E0,7.085848E-2,5.7276413E-2,0E0,0E0,6.91385E-2,0E0,9.643039E-2,0E0,2.8230488E-2,0E0,3.488341E-2,0E0,1.3404995E-1,0E0,1.1593401E-2,0E0,6.420717E-2,0E0,2.0183653E-2,5.1986635E-2,0E0,0E0,3.5120726E-2,5.0888747E-2,0E0,7.5196356E-2,0E0,4.997599E-2,0E0,0E0,2.5185466E-2,0E0,1.6165122E-2,4.4079304E-2,0E0,1.1917055E-2,0E0,2.3531795E-2,0E0,0E0,8.521974E-3,4.468794E-2,0E0,0E0,4.3928266E-2,2.4637267E-2,0E0,6.289315E-2,0E0,0E0,4.2972952E-2,1.8704355E-2,0E0,0E0,1.9197017E-2,5.0632298E-2,0E0,0E0,2.0651877E-2,1.45254135E-2,0E0,8.98318E-3,0E0,3.8219213E-2,0E0,2.3362339E-2,0E0,2.4405867E-2,0E0,3.3564866E-2,0E0,1.6400605E-2,0E0,4.785955E-3,0E0,0E0,1.6460389E-2,4.512632E-2,0E0,0E0,4.4739485E-2,0E0,2.2737741E-2,0E0,1.0002211E-2,0E0,3.9930433E-2,0E0,1.3523161E-2,0E0,0E0,0E0,2.1393895E-2,0E0,1.0227203E-2,6.266892E-3,0E0,0E0,1.5073955E-2,5.6458592E-2,0E0,0E0,2.839911E-2,0E0,0E0,0E0,1.3191938E-2,3.5093725E-2,0E0,0E0,1.6983867E-2,1.8955708E-2,0E0,2.156973E-3,0E0,0E0,0E0,0E0,0E0,0E0,3.4601927E-2,0E0,0E0,1.00222975E-2,0E0,1.2035042E-2,0E0,0E0,1.5109181E-2,2.0980597E-2,0E0,0E0,0E0,7.409066E-2,0E0,0E0,0E0,0E0,1.0790944E-2,1.3065994E-2,0E0,0E0,0E0,0E0,2.0204186E-2,0E0,1.9016445E-2,0E0,0E0,0E0,0E0,0E0,4.12488E-3,0E0,1.3010174E-2,0E0,1.3156503E-2,2.1044403E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,12,12,14,14,15,15,16,16,17,17,18,18,19,19,21,21,22,22,23,23,25,25,28,28,30,30,31,31,32,32,33,33,34,34,36,36,38,38,40,40,42,42,44,44,46,46,47,47,49,49,50,50,52,52,53,53,54,54,56,56,57,57,59,59,61,61,66,66,68,68,71,71,74,74,75,75,77,77,79,79,82,82,83,83,85,85,88,88,90,90,91,91,93,93,96,96,97,97,100,100,101,101,104,104,105,105,107,107,109,109,112,112,114,114,115,115,117,117,120,120,121,121,124,124,126,126,128,128,130,130,132,132,134,134,136,136,138,138,139,139,142,142,143,143,145,145,147,147,150,150,152,152,153,153,155,155,157,157,160,160,161,161,164,164,165,165,167,167,170,170,171,171,174,174,175,175,178,178,179,179,181,181,183,183,185,185,187,187,189,189,191,191,193,193,196,196,197,197,200,200,202,202,204,204,206,206,208,208,212,212,214,214,215,215,218,218,219,219,222,222,226,226,227,227,230,230,231,231,233,233,240,240,243,243,245,245,248,248,249,249,253,253,258,258,259,259,264,264,266,266,272,272,274,274,276,276,277,277],"right_children":[2,4,6,8,10,12,14,16,18,20,22,-1,24,-1,26,28,30,32,34,36,-1,38,40,42,-1,44,-1,-1,46,-1,48,50,52,54,56,-1,58,-1,60,-1,62,-1,64,-1,66,-1,68,70,-1,72,74,-1,76,78,80,-1,82,84,-1,86,-1,88,-1,-1,-1,-1,90,-1,92,-1,-1,94,-1,-1,96,98,-1,100,-1,102,-1,-1,104,106,-1,108,-1,-1,110,-1,112,114,-1,116,-1,-1,118,120,-1,-1,122,124,-1,-1,126,128,-1,130,-1,132,-1,-1,134,-1,136,138,-1,140,-1,-1,142,144,-1,-1,146,-1,148,-1,150,-1,152,-1,154,-1,156,-1,158,-1,160,162,-1,-1,164,166,-1,168,-1,170,-1,-1,172,-1,174,176,-1,178,-1,180,-1,-1,182,184,-1,-1,186,188,-1,190,-1,-1,192,194,-1,-1,196,198,-1,-1,200,202,-1,204,-1,206,-1,208,-1,210,-1,212,-1,214,-1,216,-1,-1,218,220,-1,-1,222,-1,224,-1,226,-1,228,-1,230,-1,-1,-1,232,-1,234,236,-1,-1,238,240,-1,-1,242,-1,-1,-1,244,246,-1,-1,248,250,-1,252,-1,-1,-1,-1,-1,-1,254,-1,-1,256,-1,258,-1,-1,260,262,-1,-1,-1,264,-1,-1,-1,-1,266,268,-1,-1,-1,-1,270,-1,272,-1,-1,-1,-1,-1,274,-1,276,-1,278,280,-1,-1,-1],"split_conditions":[1.3190248E2,3.330078E-1,1.7753873E0,1.081543E-1,4.703125E1,6.1376953E-1,5.622928E-1,2.6865563E0,6.5966797E-1,9.301758E-1,7.988281E-1,-0E0,9.946289E-1,-0E0,9.8779297E-1,2.3779297E-1,2.3452759E-2,1.15701256E2,9.609375E-1,7.891846E-2,-0E0,1.5332031E-1,6.73394E1,2.7124023E-1,-0E0,1.3256836E-1,-0E0,-0E0,1.3574219E-1,-0E0,3.4368746E0,2.5862834E0,8.166504E-2,1.8914226E0,1.5276962E2,-0E0,1.115E2,-0E0,9.8583984E-1,-0E0,9.8046875E-1,-0E0,1.2779236E-2,-0E0,1.6906738E-2,-0E0,9.802246E-2,4.3944077E0,-0E0,9.376681E1,6.603241E-3,-0E0,9.2089844E-1,5.996094E-1,9.980469E-1,-0E0,1.2475586E-1,9.868164E-1,-0E0,1.297989E2,-0E0,5.178125E1,-0E0,-0E0,1.0261202E-1,-0E0,3.0953125E1,-0E0,2.6495528E0,1.03282474E-1,-0E0,4.232004E0,-0E0,-0E0,7.873535E-2,4.879668E0,-0E0,3.31875E1,-0E0,1.224375E2,-0E0,-0E0,4.4555664E-2,9.980469E-1,-0E0,7.6660156E-1,-0E0,-0E0,3.510235E0,-0E0,4.296875E1,5.370293E-1,-0E0,3.909777E0,-0E0,-0E0,9.9853516E-1,4.7343372E1,-0E0,-0E0,1.256875E2,3.640625E1,-0E0,-0E0,1.471513E1,9.613037E-2,-0E0,4.0287064E1,-0E0,2.232666E-1,-0E0,-0E0,3.51875E1,-0E0,3.340625E1,1.5220642E-2,-0E0,3.3960056E0,-0E0,-0E0,2.7807617E-1,9.970703E-1,-0E0,-0E0,8.9453125E-1,-0E0,9.951172E-1,-0E0,7.9390484E-1,-0E0,5.209961E-1,-0E0,4.691211E0,-0E0,5.2000422E0,-0E0,4.439161E0,-0E0,7.080078E-2,4.0101395E0,-0E0,-0E0,6.237793E-2,1.1408148E2,-0E0,5.0473113E0,-0E0,3.275E1,-0E0,-0E0,9.941406E-1,-0E0,7.247925E-3,9.9853516E-1,-0E0,1.2779236E-2,-0E0,9.9072266E-1,-0E0,-0E0,2.8564453E-1,9.711914E-1,-0E0,-0E0,4.732431E0,1.44125E2,-0E0,9.604492E-1,-0E0,-0E0,1.7988849E2,1.050625E2,-0E0,-0E0,7.13501E-2,5.18745E0,-0E0,-0E0,6.237793E-2,3.33125E1,-0E0,9.071722E-1,-0E0,1.3625092E2,-0E0,1.308322E2,-0E0,3.290625E1,-0E0,7.247925E-3,-0E0,1.586914E-1,-0E0,7.56875E1,-0E0,-0E0,4.1918945E-1,2.936686E2,-0E0,-0E0,3.1375E1,-0E0,2.3651562E0,-0E0,3.0664062E-1,-0E0,9.7509766E-1,-0E0,2.0996094E-1,-0E0,-2.1479397E-1,-0E0,4.651846E0,-0E0,6.096875E1,1.2902832E-1,-0E0,-0E0,9.790039E-1,7.73441E1,-0E0,-0E0,1.9171042E0,-3.1424648E-1,-0E0,-0E0,8.66875E1,1.0877131E2,-0E0,-0E0,6.3971734E-1,1.2619001E2,-0E0,6.2462524E1,-0E0,-0E0,-3.1945646E-1,-2.0715868E-1,-0E0,-0E0,9.9609375E-1,-0E0,-2.4115385E-1,3.9800863E0,-0E0,6.1073303E-3,-0E0,-0E0,3.0581744E2,9.169922E-1,-0E0,-0E0,-2.7929357E-1,6.0041103E1,-0E0,-1.8786746E-1,-0E0,-0E0,1.1154175E-2,5.466461E-3,-0E0,2.3556007E-1,-0E0,-0E0,5.31875E1,-0E0,6.0971485E1,-0E0,2.8556326E-1,-0E0,3.391027E-1,-0E0,1.3696289E-1,-0E0,1.3405348E0,-0E0,9.980469E-1,1.6326904E-2,-0E0,-0E0,2.6998687E-1],"split_indices":[4,12,0,17,10,14,1,2,16,18,14,0,17,0,14,13,17,7,14,18,0,17,4,15,0,13,0,0,14,0,2,3,13,2,6,0,9,0,17,0,16,0,18,0,16,0,12,3,0,5,18,0,18,19,15,0,18,16,0,4,0,9,0,0,0,0,10,0,2,0,0,1,0,0,13,2,0,8,0,11,0,0,19,14,0,14,0,0,0,0,11,2,0,0,0,0,14,4,0,0,11,11,0,0,7,15,0,7,0,15,0,0,9,0,8,18,0,2,0,0,14,15,0,0,13,0,16,0,1,0,15,0,1,0,1,0,0,0,13,0,0,0,12,5,0,2,0,8,0,0,14,0,18,14,0,18,0,19,0,0,12,19,0,0,3,10,0,18,0,0,7,9,0,0,14,3,0,0,12,10,0,2,0,6,0,6,0,11,0,19,0,17,0,8,0,0,17,6,0,0,8,0,2,0,15,0,18,0,15,0,0,0,3,0,8,15,0,0,12,4,0,0,0,0,0,0,11,7,0,0,1,4,0,4,0,0,0,0,0,0,15,0,0,2,0,16,0,0,6,18,0,0,0,5,0,0,0,0,19,19,0,0,0,0,9,0,5,0,0,0,0,0,17,0,0,0,17,19,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.8176079E2,1.4892287E2,3.2837925E1,9.635113E1,5.2571735E1,4.1094427E0,2.8728481E1,2.1896702E1,7.445443E1,1.4173869E1,3.8397865E1,1.7221082E0,2.3873343E0,4.4786164E-1,2.828062E1,1.2821253E1,9.07545E0,3.6837467E1,3.761696E1,1.2253573E1,1.9202955E0,1.585505E1,2.2542814E1,2.220401E0,1.6693349E-1,1.9786268E1,8.494351E0,4.5811305E0,8.240123E0,3.6838324E0,5.391617E0,2.2719988E1,1.411748E1,2.254339E1,1.5073568E1,3.365138E0,8.888435E0,4.534901E0,1.1320149E1,3.9130354E0,1.862978E1,1.79213E-1,2.041188E0,6.7384987E0,1.304777E1,6.8224955E-1,7.557873E0,2.4172428E0,2.9743743E0,9.816477E0,1.2903511E1,1.9115286E0,1.2205952E1,1.0001771E1,1.254162E1,3.6386638E0,1.1434905E1,7.1212077E0,1.7672273E0,8.652331E0,2.667818E0,1.720893E1,1.4208493E0,1.8779182E-1,1.853396E0,7.7069175E-1,1.2277078E1,1.8000002E0,5.7578726E0,2.2130616E0,2.0418121E-1,7.4081683E0,2.4083083E0,5.6424236E-1,1.2339269E1,1.0173649E1,2.0323033E0,6.4831843E0,3.5185864E0,1.1078274E1,1.4633462E0,3.7486825E0,7.6862226E0,6.587851E0,5.3335685E-1,8.365195E0,2.871358E-1,5.0728326E0,1.2136098E1,3.0017456E-1,1.1976904E1,5.5708632E0,1.8700919E-1,5.85238E0,1.5557882E0,1.4718238E0,1.0867444E1,9.242694E0,9.3095416E-1,8.255923E-1,5.657592E0,1.0257292E1,8.2098275E-1,1.4833486E0,6.202874E0,6.1819935E0,4.0585765E-1,7.819217E0,5.4597837E-1,9.510247E0,2.6258507E0,1.1894389E0,1.0787464E1,2.7054477E-1,5.3003187E0,4.252255E0,1.6001248E0,9.8935795E0,9.738651E-1,4.7254938E-1,8.770145E0,4.538514E0,1.119078E0,1.8102916E0,8.447E0,2.9433814E-1,5.908536E0,2.2792159E-1,5.954072E0,5.8173996E-1,7.2374773E0,1.2042406E0,8.306006E0,3.6924887E-1,1.0418216E1,7.791841E-1,4.5211344E0,2.0119348E-1,4.0510616E0,7.779058E0,2.1145213E0,4.6536785E-1,8.304777E0,4.0871153E0,4.5139852E-1,7.6020713E0,8.4492815E-1,5.4746275E0,4.339085E-1,3.4045336E-1,5.6136184E0,9.049709E-1,6.332506E0,6.932351E0,1.3736548E0,1.0055966E1,3.6224946E-1,3.9942806E0,5.2685404E-1,3.3191666E-1,3.719145E0,6.8436327E0,9.3542546E-1,2.7595252E-1,8.028825E0,3.5509195E0,5.361958E-1,7.2537313E0,3.4834027E-1,4.8987246E-1,4.984755E0,4.9318285E0,6.8178976E-1,4.5003432E-1,5.882472E0,6.1556573E0,7.7669406E-1,8.222317E-1,9.233734E0,3.7456756E0,2.4860504E-1,3.494836E0,2.2430888E-1,6.4912896E0,3.5234293E-1,7.622019E0,4.0680572E-1,3.3602562E0,1.9066338E-1,6.7446485E0,5.0908303E-1,4.577116E0,4.0763903E-1,4.7551537E0,1.7667516E-1,2.4888985E-1,5.633582E0,5.9632945E0,1.9236276E-1,7.1109337E-1,8.522641E0,1.8584238E-1,3.559833E0,2.4146762E-1,3.2533686E0,2.6786658E-1,6.2234235E0,5.3337204E-1,7.088647E0,1.7009407E-1,3.1901622E0,2.3324402E-1,6.511404E0,2.6082414E-1,4.316292E0,4.3486414E0,4.0651223E-1,1.6199632E0,4.013619E0,5.76911E0,1.9418427E-1,6.1619246E-1,7.906449E0,3.3393157E0,2.2051755E-1,2.2667284E-1,3.0266957E0,5.8113055E0,4.121178E-1,4.0110552E-1,6.6875415E0,5.993417E0,5.1798755E-1,3.9743876E0,3.419041E-1,1.6974281E-1,4.1788983E0,3.7566857E0,2.5693324E-1,4.8594853E-1,5.2831616E0,6.141252E-1,7.2923236E0,2.6990201E0,3.276755E-1,5.6217833E0,1.895224E-1,5.016311E-1,6.18591E0,5.753957E0,2.3945998E-1,3.7865102E-1,3.5957365E0,4.5323334E0,7.508282E-1,2.3990636E0,2.9995647E-1,1.7093924E-1,5.450844E0,6.018276E0,1.6763385E-1,5.5279956E0,2.2596134E-1,3.364198E-1,4.195914E0,2.1945292E-1,5.231391E0,2.2426055E-1,5.794016E0,2.1731693E-1,3.9785967E0,2.3858014E-1,4.9928107E0,1.8406406E-1,4.808747E0,4.9445057E-1,4.3142962E0,4.0235124E0,2.9078364E-1,3.8118702E-1,3.6423254E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"281","size_leaf_vector":"0"}},{"base_weights":[-9.62435E-4,-0E0,-1.03492945E-1,6.2474683E-3,-5.4678127E-2,-1.2657104E-1,-0E0,2.0352501E-2,-3.4701268E-3,-1.00895084E-1,-0E0,-1.4663519E-1,-0E0,-1.5840254E-3,3.6095522E-2,7.899947E-3,-4.6433423E-2,-1.5625228E-1,-0E0,-1.6670403E-1,-0E0,-0E0,-4.73217E-2,-0E0,5.0582368E-2,5.7999235E-2,-7.348871E-4,-0E0,-1.286191E-1,-0E0,-1.7970978E-1,-1.7835201E-1,-0E0,-0E0,-1.00012526E-1,-0E0,7.774438E-2,-0E0,1.1191154E-1,-0E0,-4.825997E-2,-1.4635584E-1,-0E0,-1.5294448E-1,-0E0,-0E0,-1.9076191E-1,-1.2285668E-1,-0E0,1.0138408E-2,-3.8475584E-2,-0E0,9.937412E-2,1.5509754E-1,-0E0,-8.695578E-2,-0E0,-1.7231904E-1,-0E0,-0E0,-1.5763605E-1,-1.5075931E-1,-0E0,-0E0,5.1327832E-2,-9.626224E-2,-0E0,-0E0,1.1898266E-1,1.946259E-1,-0E0,-1.2981282E-1,-0E0,-0E0,-1.9233474E-1,-0E0,-1.774029E-1,-0E0,9.9439286E-2,-1.3207957E-1,-0E0,1.2694235E-1,-0E0,-0E0,2.3348393E-1,-1.6836832E-1,-0E0,-2.1106079E-1,-0E0,-0E0,-1.9714329E-1,1.4035533E-1,-0E0,-1.5962033E-1,-0E0,-0E0,1.3893028E-1,2.5960323E-1,-0E0,-1.9356808E-1,-0E0,-0E0,-2.5074565E-1,-0E0,-2.1682855E-1,1.8157782E-1,-0E0,-1.877436E-1,-0E0,1.538823E-1,-0E0,-0E0,2.7961048E-1,-2.1143535E-1,-0E0,-0E0,-2.604085E-1,-2.2630502E-1,-0E0,-0E0,2.0901307E-1,-0E0,-2.0519817E-1,-0E0,1.5833028E-1,-0E0,3.074882E-1,-0E0,-2.2800027E-1,-2.0703158E-1,-0E0,-2.3963451E-1,-0E0,-0E0,2.2987334E-1,-2.2487535E-1,-0E0,-0E0,1.6205002E-1,3.3785912E-1,-0E0,-1.9302718E-1,-0E0,-0E0,-1.9150044E-1,-0E0,2.4276525E-1,-0E0,-2.4852921E-1,-0E0,1.6593483E-1,-0E0,3.6789617E-1,2.5519124E-1,-0E0,-0E0,-2.6834422E-1,1.7376906E-1,-0E0,3.9083657E-1,-0E0,-0E0,2.6523402E-1,-0E0,-2.1942183E-1,-0E0,1.8473013E-1,-0E0,4.181753E-1,2.7669963E-1,-0E0,1.8756892E-1,-0E0,4.2973152E-1,-0E0,-0E0,2.2103609E-1,-0E0,2.2605045E-1,3.5388112E-1,-0E0,-0E0,1.9111047E-2,2.3222418E-1,-0E0,6.2346973E-2,-0E0,-0E0,2.4012648E-1,-0E0,8.836178E-2,2.4533445E-1,-0E0,1.1576543E-1,-0E0,-0E0,2.519081E-1,-0E0,1.3175106E-1,2.538922E-1,-0E0,1.5214309E-1,-0E0,1.9956294E-1,-0E0,-0E0,1.6608462E-1,-0E0,1.8415906E-1,-0E0,1.9372411E-1,-0E0,2.0585161E-1,2.1597049E-1,-0E0,2.3439264E-1,-0E0,-0E0,1.9273227E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":27,"left_children":[1,3,5,7,9,11,-1,13,15,17,-1,19,-1,21,23,25,27,29,-1,31,-1,-1,33,-1,35,37,39,-1,41,-1,43,45,-1,-1,47,49,51,-1,53,-1,55,57,-1,-1,-1,-1,59,61,-1,63,65,-1,67,69,-1,71,-1,73,-1,-1,-1,75,-1,-1,77,79,-1,-1,81,83,-1,85,-1,-1,87,-1,89,-1,91,93,-1,95,-1,-1,97,99,-1,101,-1,-1,103,105,-1,107,-1,-1,109,111,-1,113,-1,-1,115,-1,117,119,-1,121,-1,123,-1,-1,125,127,-1,-1,129,131,-1,-1,133,-1,135,-1,137,-1,139,-1,141,-1,-1,143,-1,-1,145,147,-1,-1,149,151,-1,-1,-1,-1,-1,-1,153,-1,155,-1,157,-1,159,161,-1,-1,163,165,-1,167,-1,-1,169,-1,-1,-1,171,-1,173,175,-1,177,-1,179,-1,-1,-1,181,183,-1,-1,-1,185,187,-1,189,-1,-1,191,-1,193,195,-1,197,-1,-1,199,-1,201,203,-1,205,-1,-1,-1,-1,207,-1,209,-1,211,-1,213,215,-1,217,-1,-1,-1],"loss_changes":[7.11963E-2,3.3241257E-2,2.9265784E-2,3.911733E-2,4.0941592E-2,2.5855824E-2,0E0,7.187776E-2,6.52645E-2,5.7258964E-2,0E0,2.291353E-2,0E0,3.5047956E-2,7.048981E-2,6.8098634E-2,1.2489056E-1,3.5077825E-2,0E0,1.6106829E-2,0E0,0E0,5.9300307E-2,0E0,1.2377232E-1,1.13347866E-1,1.0162126E-2,0E0,5.031964E-2,0E0,2.1013632E-2,1.7592683E-2,0E0,0E0,3.99559E-2,1.7345296E-2,1.24379426E-1,0E0,1.2387423E-1,0E0,1.9864373E-2,3.9684996E-2,0E0,0E0,0E0,0E0,1.575853E-2,4.1551694E-2,0E0,2.2963889E-2,5.8483325E-2,0E0,1.546494E-1,1.0468149E-1,0E0,3.0567804E-2,0E0,5.5241525E-2,0E0,0E0,0E0,4.772538E-2,0E0,0E0,4.3907017E-2,5.5775046E-2,0E0,0E0,7.502246E-2,1.0197091E-1,0E0,3.1468324E-2,0E0,0E0,5.0596148E-2,0E0,4.2403385E-2,0E0,5.6406513E-2,4.402396E-2,0E0,5.47992E-2,0E0,0E0,7.5980306E-2,2.3229338E-2,0E0,6.1009705E-2,0E0,0E0,1.7496109E-2,7.193817E-2,0E0,4.401295E-2,0E0,0E0,7.031709E-2,5.9512615E-2,0E0,1.3386764E-2,0E0,0E0,1.1902571E-2,0E0,1.5842706E-2,4.2746753E-2,0E0,3.4047782E-2,0E0,3.944999E-2,0E0,0E0,7.3979735E-2,1.0780185E-2,0E0,0E0,4.7101974E-3,1.5828729E-2,0E0,0E0,2.9048294E-2,0E0,3.1455994E-2,0E0,3.23925E-2,0E0,7.581264E-2,0E0,7.758394E-3,0E0,0E0,4.4852495E-3,0E0,0E0,2.0337224E-2,5.053124E-2,0E0,0E0,3.5774827E-2,7.59691E-2,0E0,0E0,0E0,0E0,0E0,0E0,1.6032547E-2,0E0,9.279877E-3,0E0,3.278202E-2,0E0,7.374382E-2,8.107662E-3,0E0,0E0,9.93225E-3,2.552867E-2,0E0,5.359465E-2,0E0,0E0,8.569658E-3,0E0,0E0,0E0,2.3422778E-2,0E0,5.167246E-3,2.37751E-3,0E0,2.4360001E-2,0E0,1.2241006E-2,0E0,0E0,0E0,2.8697697E-3,4.148686E-2,0E0,0E0,0E0,2.1125238E-2,4.2398334E-2,0E0,2.1872468E-2,0E0,0E0,2.4800897E-2,0E0,3.0079748E-2,2.4821639E-2,0E0,1.9285321E-2,0E0,0E0,5.2542686E-3,0E0,2.0788781E-2,2.7518272E-3,0E0,1.4203139E-2,0E0,0E0,0E0,0E0,1.5509352E-2,0E0,8.578971E-3,0E0,8.638635E-3,0E0,7.833242E-3,9.8781735E-3,0E0,7.8192055E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,11,11,13,13,14,14,15,15,16,16,17,17,19,19,22,22,24,24,25,25,26,26,28,28,30,30,31,31,34,34,35,35,36,36,38,38,40,40,41,41,46,46,47,47,49,49,50,50,52,52,53,53,55,55,57,57,61,61,64,64,65,65,68,68,69,69,71,71,74,74,76,76,78,78,79,79,81,81,84,84,85,85,87,87,90,90,91,91,93,93,96,96,97,97,99,99,102,102,104,104,105,105,107,107,109,109,112,112,113,113,116,116,117,117,120,120,122,122,124,124,126,126,128,128,131,131,134,134,135,135,138,138,139,139,146,146,148,148,150,150,152,152,153,153,156,156,157,157,159,159,162,162,166,166,168,168,169,169,171,171,173,173,177,177,178,178,182,182,183,183,185,185,188,188,190,190,191,191,193,193,196,196,198,198,199,199,201,201,206,206,208,208,210,210,212,212,213,213,215,215],"right_children":[2,4,6,8,10,12,-1,14,16,18,-1,20,-1,22,24,26,28,30,-1,32,-1,-1,34,-1,36,38,40,-1,42,-1,44,46,-1,-1,48,50,52,-1,54,-1,56,58,-1,-1,-1,-1,60,62,-1,64,66,-1,68,70,-1,72,-1,74,-1,-1,-1,76,-1,-1,78,80,-1,-1,82,84,-1,86,-1,-1,88,-1,90,-1,92,94,-1,96,-1,-1,98,100,-1,102,-1,-1,104,106,-1,108,-1,-1,110,112,-1,114,-1,-1,116,-1,118,120,-1,122,-1,124,-1,-1,126,128,-1,-1,130,132,-1,-1,134,-1,136,-1,138,-1,140,-1,142,-1,-1,144,-1,-1,146,148,-1,-1,150,152,-1,-1,-1,-1,-1,-1,154,-1,156,-1,158,-1,160,162,-1,-1,164,166,-1,168,-1,-1,170,-1,-1,-1,172,-1,174,176,-1,178,-1,180,-1,-1,-1,182,184,-1,-1,-1,186,188,-1,190,-1,-1,192,-1,194,196,-1,198,-1,-1,200,-1,202,204,-1,206,-1,-1,-1,-1,208,-1,210,-1,212,-1,214,216,-1,218,-1,-1,-1],"split_conditions":[1.6086667E2,9.145508E-1,9.970703E-1,2.3407564E0,8.901367E-1,1.8075E2,-0E0,6.0623837E1,8.5915245E1,9.85E1,-0E0,9.9902344E-1,-0E0,2.4828892E0,6.6918945E1,1.7929803E2,3.215332E-1,3.0953125E1,-0E0,5.41852E0,-0E0,-0E0,2.5100944E0,-0E0,4.609375E1,1.4655418E2,9.3475854E-1,-0E0,1.5571556E2,-0E0,1.4675E2,5.8944434E-1,-0E0,-0E0,1.0530694E2,9.550781E-1,6.421956E1,-0E0,9.375E-1,-0E0,9.9853516E-1,9.6435547E-1,-0E0,-1.5294448E-1,-0E0,-0E0,3.0140625E1,3.928809E0,-0E0,3.90625E1,7.8E1,-0E0,1.459961E-1,4.0075026E0,-0E0,9.9902344E-1,-0E0,7.8239995E-1,-0E0,-0E0,-1.5763605E-1,1.6326904E-2,-0E0,-0E0,7.862777E1,2.0558515E0,-0E0,-0E0,3.735759E2,3.840625E1,-0E0,4.5349174E0,-0E0,-0E0,5.503731E0,-0E0,3.8355026E1,-0E0,1.9771636E0,9.472656E-1,-0E0,1.4942499E2,-0E0,-0E0,7.553711E-1,1.325E2,-0E0,9.049691E1,-0E0,-0E0,4.0875E1,4.4625E1,-0E0,1.28375E2,-0E0,-0E0,9.584961E-1,6.603241E-3,-0E0,8.526553E1,-0E0,-0E0,1.0201228E0,-0E0,1.5482806E2,3.1703125E1,-0E0,8.728027E-3,-0E0,4.8525336E-1,-0E0,-0E0,6.402588E-2,8.728027E-3,-0E0,-0E0,5.130834E0,9.9902344E-1,-0E0,-0E0,1.7578125E-2,-0E0,9.2089844E-1,-0E0,2.7008057E-3,-0E0,9.6435547E-1,-0E0,6.1328125E-1,-2.0703158E-1,-0E0,2.5183601E0,-0E0,-0E0,1.3208113E2,1.0948181E-2,-0E0,-0E0,1.7871857E-3,6.237793E-2,-0E0,-1.9302718E-1,-0E0,-0E0,-1.9150044E-1,-0E0,9.458008E-1,-0E0,6.155518E1,-0E0,5.115258E0,-0E0,5.066679E0,1.2779236E-2,-0E0,-0E0,6.997899E1,3.328125E1,-0E0,6.42474E1,-0E0,-0E0,8.98125E1,-0E0,-2.1942183E-1,-0E0,5.7373176E0,-0E0,9.975586E-1,1.20910645E-1,-0E0,6.6E1,-0E0,5.864258E-1,-0E0,-0E0,2.2103609E-1,6.4697266E-2,2.4025E2,3.5388112E-1,-0E0,-0E0,9.9365234E-1,3.21875E1,-0E0,1.2472134E0,-0E0,-0E0,1.538644E2,-0E0,5.18745E0,7.965088E-3,-0E0,5.370293E-1,-0E0,-0E0,9.897461E-1,-0E0,1.7571913E2,3.35993E2,-0E0,1.0418701E-1,-0E0,1.9956294E-1,-0E0,-0E0,9.484863E-2,-0E0,5.03125E1,-0E0,1.0710368E0,-0E0,9.794922E-1,9.868164E-1,-0E0,1.1999512E-1,-0E0,-0E0,1.9273227E-1],"split_indices":[4,12,16,1,18,11,0,7,5,11,0,14,0,3,5,6,13,10,0,1,0,0,2,0,10,6,0,0,4,0,10,1,0,0,5,15,4,0,18,0,14,17,0,0,0,0,8,0,0,11,11,0,14,2,0,15,0,0,0,0,0,19,0,0,5,1,0,0,6,11,0,3,0,0,3,0,5,0,1,19,0,6,0,0,12,10,0,5,0,0,9,10,0,9,0,0,18,18,0,5,0,0,0,0,4,10,0,18,0,1,0,0,13,19,0,0,3,15,0,0,17,0,18,0,19,0,19,0,12,0,0,3,0,0,6,16,0,0,18,12,0,0,0,0,0,0,13,0,4,0,0,0,3,18,0,0,7,8,0,5,0,0,8,0,0,0,3,0,17,15,0,9,0,12,0,0,0,16,10,0,0,0,15,11,0,1,0,0,4,0,3,19,0,2,0,0,13,0,7,6,0,16,0,0,0,0,12,0,10,0,2,0,19,16,0,12,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.7612859E2,1.6996614E2,6.1624327E0,1.6146198E2,8.504169E0,5.781164E0,3.812681E-1,1.0761636E2,5.384561E1,6.1662626E0,2.3379066E0,5.382347E0,3.9881733E-1,1.8611853E1,8.900452E1,2.4495382E1,2.935023E1,4.624778E0,1.5414847E0,4.875812E0,5.065352E-1,3.4394412E0,1.5172412E1,1.6376312E1,7.2628204E1,2.0206846E1,4.2885356E0,1.8410288E1,1.093994E1,1.6440883E-1,4.460369E0,4.702917E0,1.7289482E-1,6.2351556E0,8.937256E0,2.1694277E1,5.0933926E1,6.0948186E0,1.4112027E1,4.241717E-1,3.864364E0,1.0684353E1,2.5558785E-1,4.2131143E0,2.4725488E-1,1.7147894E-1,4.531438E0,8.401169E0,5.360879E-1,1.1296487E1,1.0397789E1,7.3583565E0,4.357557E1,1.225722E1,1.8548075E0,3.4714143E0,3.9294946E-1,8.904445E0,1.7799083E0,1.6276689E-1,4.368671E0,7.2393937E0,1.1617745E0,2.619795E0,8.676692E0,7.5523114E0,2.845478E0,2.406392E0,4.1169178E1,1.0365044E1,1.8921758E0,3.0959623E0,3.75452E-1,3.6222497E-1,8.54222E0,6.336907E-1,6.6057034E0,2.2913504E0,6.385341E0,6.9744077E0,5.779036E-1,4.0763046E1,4.0612978E-1,1.4450146E0,8.92003E0,2.7476919E0,3.4827045E-1,8.144684E0,3.975355E-1,2.607442E-1,6.344959E0,5.8194094E0,5.659318E-1,6.3455396E0,6.28868E-1,3.9746351E0,3.6788414E1,8.247251E0,6.727793E-1,2.5770977E0,1.7059414E-1,1.5494467E0,6.5952377E0,8.143095E-1,5.530649E0,5.4576926E0,3.6171657E-1,5.6969514E0,6.4858806E-1,3.2863674E1,3.9247372E0,4.4581047E-1,7.80144E0,2.3784604E0,1.9863723E-1,3.4126735E-1,6.25397E0,5.3455033E0,1.8514618E-1,4.8288834E-1,4.9748044E0,2.007959E-1,5.4961557E0,2.7454948E-1,3.2589127E1,6.5457636E-1,7.1468635E0,1.9568928E-1,2.1827712E0,6.067936E0,1.8603422E-1,4.9889293E0,3.565738E-1,3.988344E-1,4.57597E0,5.11475E0,3.814057E-1,2.6812E-1,3.2321007E1,6.4980226E0,6.4884084E-1,1.903913E0,2.7885818E-1,1.8530992E-1,4.8036194E0,1.797185E-1,4.3962517E0,1.9981469E-1,4.914935E0,2.1951781E-1,3.210149E1,5.347757E-1,5.963247E0,4.177225E0,2.190262E-1,6.412994E-1,4.273636E0,3.0313782E1,1.7877064E0,5.709549E0,2.536977E-1,2.3224069E-1,3.9449847E0,3.0439097E-1,3.9692447E0,2.800133E0,2.7513649E1,4.7889212E-1,5.230657E0,3.696173E0,2.4881162E-1,2.7337872E1,1.7577688E-1,4.9545674E0,2.760894E-1,1.6589098E-1,3.530282E0,8.194465E0,1.9143408E1,4.453078E0,5.014898E-1,8.370793E-1,7.357385E0,1.8882143E1,2.6126438E-1,5.672914E0,1.6844715E0,5.193892E-1,1.8362755E1,2.983457E-1,5.374568E0,1.7982462E1,3.802916E-1,5.1670117E0,2.0755634E-1,5.608749E-1,1.7421587E1,1.8074213E-1,4.9862695E0,1.7224085E1,1.9750346E-1,4.512257E0,4.7401258E-1,1.6995918E1,2.2816491E-1,2.9125974E-1,4.2209973E0,4.239097E-1,3.7970877E0,1.8526307E-1,3.6118245E0,2.663528E-1,3.3454716E0,3.1615086E0,1.8396305E-1,2.7883716E0,3.7313703E-1,2.0127454E-1,2.5870972E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"219","size_leaf_vector":"0"}},{"base_weights":[-9.111902E-3,-0E0,-4.2223826E-2,1.2922299E-2,-8.882498E-3,-8.4615536E-2,-0E0,3.3360388E-2,-0E0,-2.962937E-2,-0E0,-0E0,-1.1563166E-1,6.12974E-2,-0E0,-2.5520997E-2,-0E0,-6.3610464E-2,-0E0,2.5329417E-2,-2.2394236E-2,-1.5032576E-1,-0E0,1.03860036E-1,-0E0,-4.1789412E-2,2.218399E-2,-7.117317E-2,-0E0,-0E0,3.833994E-2,-9.897215E-2,-0E0,-0E0,6.0118385E-2,-6.69863E-2,-0E0,-1.6816205E-1,-0E0,-0E0,1.3133393E-1,-2.4299053E-2,-0E0,-7.923141E-2,-0E0,6.345824E-2,-0E0,-1.0680515E-1,-0E0,8.14436E-2,-0E0,-0E0,-1.2384474E-1,8.3529994E-2,-0E0,-1.09863676E-1,-0E0,-0E0,-1.8724345E-1,1.5229985E-1,-0E0,-9.721989E-2,-0E0,-0E0,4.0536627E-2,-0E0,-1.1411057E-1,-0E0,1.0570641E-1,-0E0,-1.3113731E-1,1.2026312E-1,-0E0,-1.5303828E-1,-0E0,1.0843656E-1,-0E0,-0E0,-1.4684992E-1,-0E0,-2.0455168E-1,-0E0,1.7427187E-1,-9.640035E-2,-0E0,-0E0,6.597019E-2,-1.3953122E-1,-0E0,-0E0,1.3326782E-1,-1.6284351E-1,-0E0,1.8065603E-1,-0E0,-1.7272761E-1,-0E0,1.3326149E-1,-0E0,-1.6547854E-1,-0E0,-0E0,-2.2328715E-1,1.8866733E-1,-0E0,-0E0,9.83017E-2,-0E0,-1.5920565E-1,1.1517832E-1,-0E0,-1.8848875E-1,-0E0,-0E0,1.6553555E-1,-0E0,-2.0261629E-1,-0E0,1.7306043E-1,-0E0,-1.8321103E-1,-0E0,-2.4484965E-1,2.1166812E-1,-0E0,-0E0,1.4776267E-1,-1.9488925E-1,-0E0,-2.0513971E-1,-0E0,-2.1432206E-1,-0E0,-0E0,1.9570501E-1,-0E0,-1.9897807E-1,-0E0,-2.7506238E-1,2.4177079E-1,-0E0,1.4342122E-1,-0E0,-0E0,-2.1974573E-1,-0E0,-2.1788661E-1,-2.2860779E-1,-0E0,-0E0,2.2910316E-1,-0E0,-2.0734635E-1,-2.935734E-1,-0E0,2.6972812E-1,-0E0,-0E0,-2.4081896E-1,-0E0,-2.3229375E-1,-0E0,-2.4443725E-1,2.4654713E-1,-0E0,-2.1725738E-1,-0E0,-3.189579E-1,-0E0,2.8440222E-1,-0E0,-0E0,-2.5718543E-1,-2.4793854E-1,-0E0,-0E0,-2.5401032E-1,-0E0,2.6310912E-1,-2.244206E-1,-0E0,-0E0,-2.560722E-1,2.992489E-1,-0E0,-0E0,-2.7178732E-1,-0E0,-2.590346E-1,-0E0,-2.656989E-1,-0E0,2.9121727E-1,-0E0,-2.4351786E-1,-0E0,3.150264E-1,-3.0387688E-1,-0E0,-2.6822644E-1,-0E0,-0E0,-2.853604E-1,3.051765E-1,-0E0,-0E0,-2.8984597E-1,-0E0,3.263774E-1,-3.2725704E-1,-0E0,-0E0,-2.782695E-1,-2.9572964E-1,-0E0,3.1626454E-1,-0E0,-0E0,-2.3728721E-1,-0E0,3.42969E-1,-3.4387234E-1,-0E0,-0E0,-2.9845497E-1,-0E0,-3.062953E-1,3.2608646E-1,-0E0,-0E0,3.6255512E-1,-0E0,-3.5843644E-1,-3.0986673E-1,-0E0,-0E0,-3.2611457E-1,3.3435044E-1,-0E0,-0E0,3.797341E-1,-0E0,-2.9044837E-1,-3.213731E-1,-0E0,-0E0,-3.4755737E-1,-0E0,3.452495E-1,-0E0,3.924536E-1,-0E0,-2.5724426E-1,-0E0,-3.5867682E-1,-0E0,3.5417423E-1,-0E0,4.0689763E-1,-0E0,-3.8244385E-1,-0E0,3.6275908E-1,-0E0,4.170305E-1,-3.9787862E-1,-0E0,3.7073198E-1,-0E0,3.3019742E-1,-0E0,-0E0,-3.185221E-1,-0E0,3.8840184E-1,3.0910897E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":28,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,-1,21,23,25,27,29,31,-1,33,35,37,-1,39,41,43,45,47,-1,-1,49,51,-1,-1,53,55,-1,57,-1,-1,59,61,63,65,-1,67,-1,69,-1,71,-1,-1,73,75,-1,77,-1,-1,79,81,-1,83,-1,-1,85,-1,87,-1,89,-1,91,93,-1,95,-1,97,-1,-1,99,-1,101,-1,103,-1,-1,-1,105,107,-1,-1,109,111,-1,113,-1,115,-1,117,-1,119,-1,-1,121,123,-1,-1,125,-1,127,-1,-1,129,-1,-1,-1,-1,131,-1,133,-1,135,-1,137,139,-1,-1,141,143,-1,145,-1,147,-1,-1,149,-1,151,-1,153,155,-1,-1,-1,-1,157,-1,159,161,-1,-1,163,-1,165,167,-1,169,-1,-1,171,-1,173,-1,175,177,-1,179,-1,181,-1,183,-1,-1,185,187,-1,-1,189,-1,191,193,-1,-1,-1,195,-1,-1,197,-1,199,-1,201,-1,203,-1,205,-1,207,209,-1,211,-1,-1,213,215,-1,-1,217,-1,219,221,-1,-1,223,225,-1,227,-1,-1,-1,-1,229,231,-1,-1,233,-1,235,237,-1,-1,239,-1,241,243,-1,-1,245,247,-1,-1,249,-1,-1,251,-1,-1,253,-1,255,-1,257,-1,-1,-1,259,-1,261,-1,263,-1,265,-1,267,-1,269,271,-1,273,-1,-1,-1,-1,-1,-1,275,-1,-1],"loss_changes":[6.007216E-2,1.590801E-2,7.747954E-2,3.7727676E-2,2.7214166E-2,7.951105E-2,0E0,5.910873E-2,9.109584E-3,7.525805E-2,2.0310223E-2,0E0,1.1786099E-1,8.8747874E-2,2.0580329E-2,5.3725477E-2,6.9240136E-3,8.896314E-2,0E0,4.9535107E-2,2.768701E-2,6.0120195E-2,0E0,8.050528E-2,2.756584E-3,4.185178E-2,1.5284702E-2,6.7752786E-2,0E0,0E0,2.0880066E-2,7.708007E-2,0E0,0E0,5.718229E-2,4.723768E-2,0E0,7.2197646E-2,0E0,0E0,8.605763E-2,2.5842007E-2,6.407081E-3,5.0716843E-2,0E0,2.2985892E-2,0E0,5.111316E-2,0E0,2.5511567E-2,0E0,0E0,9.684861E-2,5.9319742E-2,0E0,4.6577014E-2,0E0,0E0,7.9169154E-2,7.937938E-2,0E0,1.5093882E-2,0E0,0E0,8.895951E-3,0E0,4.602561E-2,0E0,1.6178783E-2,0E0,5.5224717E-2,4.9568422E-2,0E0,7.1282774E-2,0E0,7.386243E-2,0E0,0E0,2.795522E-2,0E0,6.915575E-2,0E0,4.5996398E-2,0E0,0E0,0E0,1.4539231E-2,3.6417723E-2,0E0,0E0,9.231977E-3,5.2104086E-2,0E0,2.7718917E-2,0E0,6.580663E-2,0E0,5.5676848E-2,0E0,2.1806493E-2,0E0,0E0,2.4303794E-2,5.7614267E-2,0E0,0E0,3.1807624E-2,0E0,5.4999635E-2,0E0,0E0,3.778985E-2,0E0,0E0,0E0,0E0,5.1797807E-2,0E0,7.2633594E-2,0E0,2.4535447E-2,0E0,3.2259166E-2,7.5288E-2,0E0,0E0,2.7958266E-2,5.1394925E-2,0E0,2.930665E-2,0E0,5.3938866E-2,0E0,0E0,5.7003945E-2,0E0,5.920723E-3,0E0,4.5773625E-2,7.037383E-2,0E0,0E0,0E0,0E0,4.5514584E-2,0E0,2.9327393E-2,4.9959183E-2,0E0,0E0,5.95437E-2,0E0,8.340344E-3,4.3883562E-2,0E0,6.044835E-2,0E0,0E0,3.4275085E-2,0E0,3.6180407E-2,0E0,3.7338138E-2,5.4775596E-2,0E0,5.51711E-3,0E0,1.927191E-2,0E0,5.6191325E-2,0E0,0E0,3.2238603E-2,1.94906E-2,0E0,0E0,4.5947313E-2,0E0,5.8235765E-2,2.3701176E-2,0E0,0E0,0E0,5.85261E-2,0E0,0E0,3.442666E-2,0E0,1.995632E-2,0E0,4.7234118E-2,0E0,3.338909E-2,0E0,4.0042266E-2,0E0,4.2688906E-2,4.4095248E-2,0E0,1.4624715E-2,0E0,0E0,3.7863255E-2,2.5605857E-2,0E0,0E0,1.32063925E-2,0E0,4.474598E-2,2.9986858E-2,0E0,0E0,4.6561778E-2,2.5778532E-2,0E0,1.3297319E-2,0E0,0E0,0E0,0E0,5.9574306E-2,1.6101718E-2,0E0,0E0,5.022049E-3,0E0,1.8861353E-2,1.4111936E-2,0E0,0E0,3.448403E-2,0E0,1.5584648E-2,1.6529799E-2,0E0,0E0,2.9714167E-2,1.3200879E-2,0E0,0E0,4.4662E-2,0E0,0E0,6.4011216E-3,0E0,0E0,4.3723583E-3,0E0,1.51206255E-2,0E0,4.7113895E-3,0E0,0E0,0E0,1.439774E-2,0E0,1.32651925E-2,0E0,1.8959641E-2,0E0,3.1030416E-2,0E0,9.332001E-3,0E0,4.5278072E-3,3.8627982E-3,0E0,2.764225E-2,0E0,0E0,0E0,0E0,0E0,0E0,3.6506653E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,12,12,13,13,14,14,15,15,16,16,17,17,19,19,20,20,21,21,23,23,24,24,25,25,26,26,27,27,30,30,31,31,34,34,35,35,37,37,40,40,41,41,42,42,43,43,45,45,47,47,49,49,52,52,53,53,55,55,58,58,59,59,61,61,64,64,66,66,68,68,70,70,71,71,73,73,75,75,78,78,80,80,82,82,86,86,87,87,90,90,91,91,93,93,95,95,97,97,99,99,102,102,103,103,106,106,108,108,111,111,116,116,118,118,120,120,122,122,123,123,126,126,127,127,129,129,131,131,134,134,136,136,138,138,139,139,144,144,146,146,147,147,150,150,152,152,153,153,155,155,158,158,160,160,162,162,163,163,165,165,167,167,169,169,172,172,173,173,176,176,178,178,179,179,183,183,186,186,188,188,190,190,192,192,194,194,196,196,197,197,199,199,202,202,203,203,206,206,208,208,209,209,212,212,213,213,215,215,220,220,221,221,224,224,226,226,227,227,230,230,232,232,233,233,236,236,237,237,240,240,243,243,246,246,248,248,250,250,254,254,256,256,258,258,260,260,262,262,264,264,265,265,267,267,274,274],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,-1,22,24,26,28,30,32,-1,34,36,38,-1,40,42,44,46,48,-1,-1,50,52,-1,-1,54,56,-1,58,-1,-1,60,62,64,66,-1,68,-1,70,-1,72,-1,-1,74,76,-1,78,-1,-1,80,82,-1,84,-1,-1,86,-1,88,-1,90,-1,92,94,-1,96,-1,98,-1,-1,100,-1,102,-1,104,-1,-1,-1,106,108,-1,-1,110,112,-1,114,-1,116,-1,118,-1,120,-1,-1,122,124,-1,-1,126,-1,128,-1,-1,130,-1,-1,-1,-1,132,-1,134,-1,136,-1,138,140,-1,-1,142,144,-1,146,-1,148,-1,-1,150,-1,152,-1,154,156,-1,-1,-1,-1,158,-1,160,162,-1,-1,164,-1,166,168,-1,170,-1,-1,172,-1,174,-1,176,178,-1,180,-1,182,-1,184,-1,-1,186,188,-1,-1,190,-1,192,194,-1,-1,-1,196,-1,-1,198,-1,200,-1,202,-1,204,-1,206,-1,208,210,-1,212,-1,-1,214,216,-1,-1,218,-1,220,222,-1,-1,224,226,-1,228,-1,-1,-1,-1,230,232,-1,-1,234,-1,236,238,-1,-1,240,-1,242,244,-1,-1,246,248,-1,-1,250,-1,-1,252,-1,-1,254,-1,256,-1,258,-1,-1,-1,260,-1,262,-1,264,-1,266,-1,268,-1,270,272,-1,274,-1,-1,-1,-1,-1,-1,276,-1,-1],"split_conditions":[6.2890625E-1,6.2939453E-1,4.765625E-1,7.5375E1,3.8842773E-1,1.0938407E0,-0E0,1.1363321E2,1.166875E2,8.33125E1,1.2735833E2,-0E0,9.897461E-1,5.6640625E-1,7.8E1,4.288731E0,7.722628E-1,3.649014E0,-0E0,1.3750739E0,9.916992E-1,9.975586E-1,-0E0,1.18637085E-2,8.618164E-1,2.4508827E2,6.69375E1,9.8535156E-1,-0E0,-0E0,9.970703E-1,2.255249E-2,-0E0,-0E0,9.501953E-1,4.690515E0,-0E0,7.2046924E-1,-0E0,-0E0,5.1032395E0,6.89375E1,5.1123047E-1,8.605957E-2,-0E0,8.850098E-2,-0E0,1.335907E-2,-0E0,1.325E2,-0E0,-0E0,8.691406E-1,9E1,-0E0,3.1828125E1,-0E0,-0E0,7.171631E-3,3.137207E-2,-0E0,4.732431E0,-0E0,-0E0,8.770752E-2,-0E0,1.26722115E2,-0E0,3.640625E1,-0E0,1.7159436E2,3.4219724E2,-0E0,5.0264983E0,-0E0,4.6118026E0,-0E0,-0E0,9.8046875E-1,-0E0,9.289551E-2,-0E0,9.28125E1,-9.640035E-2,-0E0,-0E0,4.484375E1,1.0398865E-2,-0E0,-0E0,1.99875E2,9.682617E-1,-0E0,3.2043457E-2,-0E0,4.152217E1,-0E0,3.4625E1,-0E0,3.81875E1,-0E0,-0E0,4.392198E1,1.4193896E2,-0E0,-0E0,1.4722429E2,-0E0,6.7875E1,1.1517832E-1,-0E0,5.8251953E-1,-0E0,-0E0,1.6553555E-1,-0E0,9.975586E-1,-0E0,3.353125E1,-0E0,5.18241E-1,-0E0,3.803125E1,9.970703E-1,-0E0,-0E0,9.9902344E-1,4.4021606E-3,-0E0,3.9100647E-3,-0E0,5.3274145E0,-0E0,-0E0,5.336914E-1,-0E0,2.8533936E-2,-0E0,5.257164E0,1.0098149E2,-0E0,1.4342122E-1,-0E0,-0E0,3.0953125E1,-0E0,3.7743076E1,7.209397E-1,-0E0,-0E0,6.113281E-1,-0E0,4.94059E0,4.652249E0,-0E0,7.33125E1,-0E0,-0E0,8.536597E-1,-0E0,4.8068333E0,-0E0,3.1484375E1,1.5124512E-1,-0E0,5.047598E0,-0E0,6.3720703E-1,-0E0,4.81129E0,-0E0,-0E0,1.3842773E-1,3.378125E1,-0E0,-0E0,4.7264923E1,-0E0,1.0848665E0,8.051081E-1,-0E0,-0E0,-2.560722E-1,6.8092346E-3,-0E0,-0E0,3.9086914E-1,-0E0,1.716319E2,-0E0,9.3475854E-1,-0E0,4.9650044E0,-0E0,1.4104586E0,-0E0,9.7094333E-1,9.824219E-1,-0E0,7.572915E-1,-0E0,-0E0,1.6896968E2,9.9609375E-1,-0E0,-0E0,2.0275879E-1,-0E0,8.455758E-1,5.115258E0,-0E0,-0E0,4.15E1,1.1143582E0,-0E0,9.975586E-1,-0E0,-0E0,-2.3728721E-1,-0E0,2.4084473E-1,3.121875E1,-0E0,-0E0,8.779297E-1,-0E0,1.2012644E0,1.13E2,-0E0,-0E0,2.0111084E-2,-0E0,6.8092346E-3,5.385742E-1,-0E0,-0E0,3.196875E1,1.6204365E1,-0E0,-0E0,4.4156433E1,-0E0,-2.9044837E-1,3.084375E1,-0E0,-0E0,4.0875E1,-0E0,3.1703125E1,-0E0,3.1375E1,-0E0,-2.5724426E-1,-0E0,8.911133E-2,-0E0,6.3388374E1,-0E0,3.1203125E1,-0E0,5.0473113E0,-0E0,5.3274145E0,-0E0,2.0564479E2,3.275E1,-0E0,3.330078E-1,-0E0,3.3019742E-1,-0E0,-0E0,-3.185221E-1,-0E0,9.892578E-1,3.0910897E-1,-0E0],"split_indices":[13,17,17,10,18,3,0,7,10,9,4,0,16,18,11,0,3,0,0,1,16,14,0,18,18,7,10,18,0,0,15,19,0,0,12,2,0,2,0,0,2,9,16,12,0,13,0,19,0,11,0,0,12,9,0,8,0,0,16,16,0,3,0,0,12,0,5,0,8,0,7,6,0,1,0,0,0,0,12,0,14,0,9,0,0,0,9,18,0,0,11,19,0,19,0,7,0,8,0,11,0,0,7,4,0,0,6,0,10,0,0,17,0,0,0,0,19,0,10,0,3,0,10,14,0,0,15,17,0,17,0,3,0,0,18,0,16,0,3,5,0,0,0,0,11,0,7,3,0,0,13,0,1,0,0,10,0,0,2,0,1,0,11,15,0,0,0,13,0,3,0,0,15,11,0,0,5,0,2,3,0,0,0,17,0,0,13,0,4,0,0,0,2,0,2,0,2,18,0,0,0,0,4,16,0,0,14,0,1,0,0,0,9,1,0,18,0,0,0,0,15,8,0,0,12,0,3,11,0,0,18,0,17,17,0,0,8,7,0,0,4,0,0,8,0,0,9,0,11,0,8,0,0,0,16,0,5,0,10,0,2,0,3,0,6,8,0,14,0,0,0,0,0,0,19,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.7218513E2,1.3094882E2,4.1236317E1,6.1908833E1,6.9039986E1,2.0714197E1,2.052212E1,4.27639E1,1.9144932E1,3.6748886E1,3.2291096E1,3.9076557E0,1.6806541E1,2.8045967E1,1.4717933E1,1.3486313E1,5.6586194E0,2.6180935E1,1.0567952E1,2.5304834E1,6.986263E0,1.4955516E1,1.8510256E0,1.76707E1,1.0375267E1,9.741436E0,4.9764967E0,1.190422E1,1.5820931E0,1.4482487E0,4.2103705E0,1.9603338E1,6.5775967E0,7.5184674E0,1.7786367E1,6.506961E0,4.7930217E-1,1.3976786E1,9.787308E-1,2.1397812E0,1.5530919E1,4.168663E0,6.2066045E0,9.015866E0,7.255702E-1,3.9648812E0,1.0116156E0,1.0947702E1,9.565174E-1,3.6917424E0,5.186282E-1,2.2385204E0,1.7364819E1,1.716786E1,6.185071E-1,6.018548E0,4.884126E-1,7.409734E-1,1.3235812E1,1.5131159E1,3.9976045E-1,2.5257592E0,1.6429037E0,2.8074992E0,3.399105E0,1.033266E0,7.9826E0,7.9866445E-1,3.1662166E0,8.818444E-1,1.0065858E1,3.186292E0,5.054504E-1,1.53343E1,2.0305183E0,1.5028611E1,2.139249E0,7.102162E-1,5.308332E0,3.3405316E-1,1.2901759E1,1.0793647E0,1.4051794E1,2.3604777E0,1.6528143E-1,3.8283688E-1,3.0162683E0,7.537379E0,4.4522113E-1,4.4867593E-1,2.7175407E0,8.434521E0,1.6313369E0,2.6524136E0,5.338785E-1,1.4319372E1,1.014928E0,1.3941178E1,1.0874332E0,5.0950947E0,2.132372E-1,7.675829E-1,1.2134176E1,1.3208089E1,8.4370536E-1,4.2803812E-1,2.5882301E0,4.2695534E-1,7.1104236E0,2.5441222E0,1.7341866E-1,7.6352654E0,7.992555E-1,2.5266933E-1,2.3997443E0,2.4466934E0,1.1872679E1,4.0193677E0,9.92181E0,3.809996E-1,4.714095E0,1.7218659E0,1.041231E1,1.1676726E1,1.5313628E0,2.6463243E-1,2.3235977E0,6.026722E0,1.0837016E0,7.266202E0,3.6906317E-1,1.1685714E1,1.869656E-1,3.7582198E-1,9.545988E0,1.7388846E-1,4.5402064E0,1.839178E0,8.573132E0,1.0121275E1,1.5554514E0,2.1503906E0,1.7320715E-1,3.286905E-1,5.6980314E0,2.6479083E-1,7.0014114E0,1.1242421E1,4.4329256E-1,1.6294429E0,7.9165454E0,2.6091006E-1,4.2792964E0,7.9961143E0,5.770176E-1,9.000886E0,1.1203886E0,2.524581E-1,5.4455733E0,3.581396E-1,6.643272E0,6.3546306E-1,1.0606958E1,7.7472553E0,1.692898E-1,4.02989E0,2.4940635E-1,7.1289444E0,8.6716986E-1,8.793099E0,2.0778671E-1,2.1445079E-1,5.231123E0,6.3587923E0,2.8447938E-1,2.4272013E-1,1.0364238E1,2.1435139E-1,7.532904E0,3.8548715E0,1.7501862E-1,2.4909155E-1,6.879853E0,8.521338E0,2.717605E-1,1.6283727E-1,5.0682855E0,2.8454924E-1,6.074243E0,2.8400296E-1,1.0080235E1,7.891476E-1,6.7437563E0,2.5658E-1,3.5982916E0,2.9126978E-1,8.230069E0,4.3271723E0,7.411134E-1,5.9087605E0,1.6548245E-1,8.2768494E-1,9.25255E0,6.454742E0,2.890143E-1,7.287814E-1,2.8695102E0,1.9593154E-1,8.034138E0,4.0738077E0,2.5336415E-1,2.6538393E-1,5.643377E0,9.013568E0,2.3898219E-1,6.2316327E0,2.2310944E-1,1.6807543E-1,2.7014349E0,4.25326E-1,7.6088114E0,3.8960817E0,1.7772633E-1,2.8016835E-1,5.3632083E0,3.702458E-1,8.643322E0,5.9572716E0,2.7436095E-1,3.9922854E-1,7.209583E0,2.2465944E-1,3.6714222E0,4.9916053E0,3.7160304E-1,9.002301E-1,7.7430916E0,5.76825E0,1.8902165E-1,4.426335E-1,6.766949E0,1.9393502E-1,3.477487E0,4.7654514E0,2.26154E-1,7.397651E-1,7.003327E0,2.7876475E-1,5.4894853E0,1.7343804E-1,6.5935116E0,2.0680231E-1,4.558649E0,4.2402694E-1,6.5793E0,1.7750947E-1,5.311976E0,4.6621534E-1,6.127296E0,7.5411195E-1,5.8251877E0,1.7102847E-1,5.1409473E0,2.0912632E-1,5.9181695E0,5.5399785E0,2.8520927E-1,4.968828E0,1.7211905E-1,5.753841E0,1.643289E-1,2.8296006E-1,5.2570186E0,3.0304018E-1,4.665788E0,4.4853406E0,1.8044741E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"277","size_leaf_vector":"0"}},{"base_weights":[-0E0,-4.2614277E-2,5.468562E-3,-0E0,-8.440883E-2,3.804533E-2,-1.097427E-3,-0E0,-1.2629026E-1,-0E0,7.390728E-2,-5.1860873E-2,-0E0,-0E0,-1.5218593E-1,-0E0,-2.1196911E-2,1.0463655E-1,-0E0,-0E0,-1.1092969E-1,6.3303836E-2,-0E0,-1.6892362E-1,-0E0,-0E0,-5.6935158E-2,1.15993425E-1,-0E0,-1.5849364E-1,-0E0,1.21848814E-1,-0E0,2.0574026E-3,-4.375894E-2,-1.8272549E-1,-0E0,-0E0,-7.9813994E-2,-0E0,1.2397423E-1,-2.009383E-1,-0E0,1.4672108E-1,-0E0,3.050008E-2,-7.8273786E-4,-9.759934E-2,-0E0,-0E0,-1.9669876E-1,-0E0,-1.0559036E-1,1.322809E-1,-0E0,-0E0,-2.2995861E-1,-0E0,1.7421883E-1,5.483181E-2,-0E0,-4.2207662E-2,-0E0,-1.3874635E-1,-0E0,-2.1383518E-1,-0E0,-1.2495408E-1,-0E0,-0E0,1.404885E-1,-2.3825224E-1,-0E0,-0E0,2.0252234E-1,-0E0,7.587386E-2,-7.223838E-2,-0E0,-1.7019515E-1,-0E0,-0E0,-2.2574823E-1,-0E0,-1.428736E-1,-0E0,1.4746138E-1,-2.4811524E-1,-0E0,2.3170856E-1,-0E0,-0E0,9.452793E-2,-8.832578E-2,-0E0,-0E0,-2.038202E-1,-0E0,-2.3670766E-1,-1.580046E-1,-0E0,1.5359083E-1,-0E0,-0E0,-2.6154333E-1,-0E0,2.5177348E-1,1.15834646E-1,-0E0,-0E0,-2.697264E-1,-0E0,-2.5184166E-1,-1.6753685E-1,-0E0,1.5979934E-1,-0E0,-2.6903376E-1,-0E0,-0E0,2.6959226E-1,-0E0,1.310484E-1,-0E0,-2.893943E-1,-2.6650783E-1,-0E0,-1.3586606E-1,-0E0,-0E0,1.6459402E-1,-2.1661146E-1,-0E0,-0E0,2.8406668E-1,1.4526707E-1,-0E0,-0E0,-3.1336015E-1,-2.786846E-1,-0E0,-0E0,1.7122386E-1,2.279089E-1,-0E0,1.5696026E-1,-0E0,-0E0,-3.2540292E-1,-0E0,-2.8732595E-1,-0E0,1.7564283E-1,-0E0,1.6418466E-1,-0E0,-3.347449E-1,-0E0,-2.9256237E-1,-0E0,1.8315129E-1,-0E0,1.7156722E-1,-2.6479715E-1,-0E0,-3.054144E-1,-0E0,1.900478E-1,-0E0,-0E0,1.82703E-1,-0E0,-3.2832822E-1,1.9344078E-1,-0E0,1.9556345E-1,-0E0,-3.590467E-1,-0E0,1.9577396E-1,-0E0,-0E0,2.1465918E-1,-3.700055E-1,-0E0,1.9747293E-1,-0E0,2.2315358E-1,-0E0,-3.7924567E-1,-0E0,2.0012656E-1,-0E0,2.2936626E-1,-0E0,-0E0,-4.0167654E-1,-0E0,1.5723847E-1,2.3501909E-1,-0E0,-0E0,-3.2211018E-1,2.3913951E-1,-0E0,-0E0,2.4298325E-1,-0E0,2.4712473E-1,2.715797E-1,-0E0,-0E0,2.843389E-1,2.8814578E-1,-0E0,2.910293E-1,-0E0,-0E0,2.3046784E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":29,"left_children":[1,3,5,-1,7,9,11,-1,13,15,17,19,21,-1,23,-1,25,27,-1,-1,29,31,33,35,-1,-1,37,39,-1,41,-1,43,-1,45,47,49,-1,-1,51,-1,53,55,-1,57,-1,59,61,63,-1,-1,65,-1,67,69,-1,-1,71,-1,73,75,-1,77,-1,79,-1,81,-1,83,-1,-1,85,87,-1,-1,89,-1,91,93,-1,95,-1,-1,97,-1,99,-1,101,103,-1,105,-1,-1,107,-1,-1,-1,109,-1,111,113,-1,115,-1,-1,117,-1,119,121,-1,-1,123,-1,125,127,-1,129,-1,131,-1,-1,133,-1,135,-1,137,139,-1,-1,-1,-1,141,-1,-1,-1,143,145,-1,-1,147,149,-1,-1,151,-1,-1,153,-1,-1,155,-1,157,-1,159,-1,161,-1,163,-1,165,-1,167,-1,169,-1,-1,171,-1,173,-1,-1,175,-1,177,179,-1,181,-1,183,-1,185,-1,-1,187,189,-1,191,-1,193,-1,195,-1,197,-1,199,-1,-1,201,-1,-1,203,-1,-1,-1,205,-1,-1,207,-1,209,211,-1,-1,213,215,-1,217,-1,-1,-1],"loss_changes":[5.760182E-2,9.716658E-2,6.671611E-2,0E0,1.299792E-1,1.0972331E-1,4.5362175E-2,0E0,1.0716805E-1,3.0752493E-3,1.5252042E-1,8.8994265E-2,4.2408958E-2,0E0,6.1314315E-2,0E0,1.756842E-2,5.9218556E-2,0E0,0E0,6.605846E-2,7.048883E-2,4.304906E-2,5.331391E-2,0E0,0E0,1.8032897E-2,5.022663E-2,0E0,5.057217E-2,0E0,4.270429E-2,0E0,3.3146672E-2,1.03821054E-1,5.8587253E-2,0E0,0E0,2.1472711E-2,0E0,5.202204E-2,5.0806075E-2,0E0,4.8896E-2,0E0,6.5457195E-2,1.10506285E-2,1.3147469E-1,0E0,0E0,6.0118437E-2,0E0,1.9977022E-2,5.448559E-2,0E0,0E0,1.2463063E-2,0E0,5.158791E-2,7.663966E-2,0E0,9.98357E-3,0E0,8.552247E-2,0E0,5.3873837E-2,0E0,1.18147805E-2,0E0,0E0,4.6771646E-2,1.1955023E-2,0E0,0E0,4.9493372E-2,0E0,7.392159E-2,1.2050239E-2,0E0,1.0497767E-1,0E0,0E0,4.3954015E-2,0E0,1.2879252E-2,0E0,3.9892495E-2,2.1905422E-2,0E0,3.4884274E-2,0E0,0E0,8.674997E-2,0E0,0E0,0E0,1.0551748E-1,0E0,4.557222E-2,6.940663E-3,0E0,4.4264376E-2,0E0,0E0,6.384492E-3,0E0,3.3638686E-2,7.258627E-2,0E0,0E0,6.639314E-2,0E0,4.3278515E-2,3.94655E-3,0E0,3.6797702E-2,0E0,9.199172E-3,0E0,0E0,2.0020396E-2,0E0,6.671232E-2,0E0,6.5668344E-2,5.7071447E-2,0E0,0E0,0E0,0E0,2.9527187E-2,0E0,0E0,0E0,5.5458248E-3,7.3577404E-2,0E0,0E0,1.6396046E-2,3.1736374E-2,0E0,0E0,2.3162484E-2,0E0,0E0,4.5986176E-2,0E0,0E0,2.1280527E-2,0E0,1.7989218E-2,0E0,3.943056E-2,0E0,3.687066E-2,0E0,2.3096204E-3,0E0,1.6112745E-2,0E0,1.426816E-2,0E0,3.589356E-2,0E0,0E0,2.5097847E-2,0E0,1.846373E-2,0E0,0E0,4.9854994E-2,0E0,7.6808214E-2,1.3596594E-2,0E0,9.5196486E-2,0E0,2.4840236E-2,0E0,8.484542E-3,0E0,0E0,4.2415082E-2,2.4250507E-2,0E0,5.7097077E-3,0E0,3.2550097E-2,0E0,1.2761831E-2,0E0,3.00318E-3,0E0,2.4290264E-2,0E0,0E0,2.9548287E-2,0E0,0E0,2.0070076E-2,0E0,0E0,0E0,1.8469691E-2,0E0,0E0,1.7598987E-2,0E0,3.5648942E-2,2.4247766E-2,0E0,0E0,1.1787415E-2,7.0711374E-3,0E0,6.5813065E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,8,8,9,9,10,10,11,11,12,12,14,14,16,16,17,17,20,20,21,21,22,22,23,23,26,26,27,27,29,29,31,31,33,33,34,34,35,35,38,38,40,40,41,41,43,43,45,45,46,46,47,47,50,50,52,52,53,53,56,56,58,58,59,59,61,61,63,63,65,65,67,67,70,70,71,71,74,74,76,76,77,77,79,79,82,82,84,84,86,86,87,87,89,89,92,92,96,96,98,98,99,99,101,101,104,104,106,106,107,107,110,110,112,112,113,113,115,115,117,117,120,120,122,122,124,124,125,125,130,130,134,134,135,135,138,138,139,139,142,142,145,145,148,148,150,150,152,152,154,154,156,156,158,158,160,160,162,162,165,165,167,167,170,170,172,172,173,173,175,175,177,177,179,179,182,182,183,183,185,185,187,187,189,189,191,191,193,193,196,196,199,199,203,203,206,206,208,208,209,209,212,212,213,213,215,215],"right_children":[2,4,6,-1,8,10,12,-1,14,16,18,20,22,-1,24,-1,26,28,-1,-1,30,32,34,36,-1,-1,38,40,-1,42,-1,44,-1,46,48,50,-1,-1,52,-1,54,56,-1,58,-1,60,62,64,-1,-1,66,-1,68,70,-1,-1,72,-1,74,76,-1,78,-1,80,-1,82,-1,84,-1,-1,86,88,-1,-1,90,-1,92,94,-1,96,-1,-1,98,-1,100,-1,102,104,-1,106,-1,-1,108,-1,-1,-1,110,-1,112,114,-1,116,-1,-1,118,-1,120,122,-1,-1,124,-1,126,128,-1,130,-1,132,-1,-1,134,-1,136,-1,138,140,-1,-1,-1,-1,142,-1,-1,-1,144,146,-1,-1,148,150,-1,-1,152,-1,-1,154,-1,-1,156,-1,158,-1,160,-1,162,-1,164,-1,166,-1,168,-1,170,-1,-1,172,-1,174,-1,-1,176,-1,178,180,-1,182,-1,184,-1,186,-1,-1,188,190,-1,192,-1,194,-1,196,-1,198,-1,200,-1,-1,202,-1,-1,204,-1,-1,-1,206,-1,-1,208,-1,210,212,-1,-1,214,216,-1,218,-1,-1,-1],"split_conditions":[1.1762614E0,6.1875E1,1.2475586E-1,-0E0,5.1513672E-2,5.746875E1,4.809889E1,-0E0,4.8141393E-1,4.1918945E-1,2.5554503E2,1.3452148E-1,6.369438E1,-0E0,2.1025E2,-0E0,2.176322E1,9.3115234E-1,-0E0,-0E0,6.29375E1,3.4158995E0,2.5415E0,9.9902344E-1,-0E0,-0E0,7.293564E-1,4.5460403E1,-0E0,1.3033145E2,-0E0,1.5482806E2,-0E0,7.993164E-1,7.5375E1,8.125305E-3,-0E0,-0E0,1.1999512E-1,-0E0,1.7310281E2,5.4161236E1,-0E0,7.6538086E-2,-0E0,2.26183E2,9.975586E-1,4.5189476E0,-0E0,-0E0,5.089925E0,-0E0,9.9658203E-1,3.982544E-3,-0E0,-0E0,9.941406E-1,-0E0,6.6460106E1,1.5899658E-2,-0E0,9.291992E-1,-0E0,9.970703E-1,-0E0,3.982544E-3,-0E0,5.1513672E-2,-0E0,-0E0,6.066619E-1,6.05E1,-0E0,-0E0,4.7298775E0,-0E0,3.571875E1,8.520508E-1,-0E0,6.896349E1,-0E0,-0E0,3.1375E1,-0E0,9.897461E-1,-0E0,5.603753E0,5.3157204E1,-0E0,5.7495117E-2,-0E0,-0E0,9.9853516E-1,-8.832578E-2,-0E0,-0E0,9.5336914E-2,-0E0,1.11574326E2,5.089925E0,-0E0,9.995117E-1,-0E0,-0E0,9.85E1,-0E0,3.309375E1,4.2405365E1,-0E0,-0E0,3.1203125E1,-0E0,2.0564479E2,4.65625E1,-0E0,3.0296875E1,-0E0,4.5349174E0,-0E0,-0E0,4.969352E1,-0E0,9.9365234E-1,-0E0,4.15E1,1.6225984E2,-0E0,-1.3586606E-1,-0E0,-0E0,1.7907715E-1,-2.1661146E-1,-0E0,-0E0,4.573353E0,1.2727949E2,-0E0,-0E0,1.3748781E2,3.867052E1,-0E0,-0E0,1.105957E-1,2.279089E-1,-0E0,8.355713E-2,-0E0,-0E0,1.5600586E-1,-0E0,6.817627E-2,-0E0,2.4600454E1,-0E0,5.466461E-3,-0E0,9.9902344E-1,-0E0,9.9365234E-1,-0E0,9.970703E-1,-0E0,1.6918945E-1,-2.6479715E-1,-0E0,9.313965E-2,-0E0,2.4435815E2,-0E0,-0E0,7.01875E1,-0E0,9.716797E-1,9.9902344E-1,-0E0,6.1187744E-2,-0E0,9.951172E-1,-0E0,1.6725E2,-0E0,-0E0,5.603753E0,9.375E-1,-0E0,1.35597E2,-0E0,1.57E2,-0E0,6.947514E1,-0E0,3.9100647E-3,-0E0,5.644683E0,-0E0,-0E0,1.1547466E2,-0E0,1.5723847E-1,9.916992E-1,-0E0,-0E0,-3.2211018E-1,6.562149E1,-0E0,-0E0,3.0140625E1,-0E0,9.951172E-1,3.428125E1,-0E0,-0E0,2.499881E0,9.9902344E-1,-0E0,9.613037E-2,-0E0,-0E0,2.3046784E-1],"split_indices":[3,9,18,0,17,9,7,0,3,19,6,13,7,0,10,0,7,13,0,0,10,2,0,15,0,0,0,5,0,4,0,4,0,13,11,16,0,0,12,0,4,5,0,12,0,6,15,2,0,0,1,0,17,19,0,0,18,0,4,17,0,14,0,15,0,19,0,17,0,0,2,10,0,0,1,0,11,17,0,7,0,0,8,0,16,0,3,4,0,13,0,0,15,0,0,0,19,0,7,1,0,17,0,0,11,0,11,4,0,0,11,0,6,8,0,11,0,3,0,0,7,0,16,0,9,4,0,0,0,0,14,0,0,0,3,5,0,0,6,4,0,0,15,0,0,15,0,0,18,0,15,0,7,0,19,0,17,0,16,0,17,0,18,0,0,12,0,6,0,0,8,0,16,16,0,13,0,19,0,11,0,0,3,13,0,5,0,9,0,5,0,17,0,2,0,0,6,0,0,16,0,0,0,7,0,0,8,0,14,10,0,0,0,18,0,14,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.6750133E2,2.8929262E1,1.3857207E2,8.290652E0,2.0638609E1,4.8390125E1,9.0181946E1,3.5459943E0,1.7092615E1,1.5847329E1,3.2542797E1,1.6406689E1,7.377526E1,8.505042E-1,1.6242111E1,9.502933E0,6.3443966E0,2.9915152E1,2.6276457E0,5.9793153E0,1.0427373E1,1.0082726E1,6.369253E1,1.5237448E1,1.0046638E0,4.7606242E-1,5.8683343E0,2.8652243E1,1.2629075E0,7.4825735E0,2.9447994E0,7.1040134E0,2.978712E0,4.1804302E1,2.1888231E1,1.4546597E1,6.908506E-1,2.9692048E-1,5.5714135E0,3.6460254E-1,2.8287642E1,5.7189174E0,1.7636563E0,6.7282033E0,3.7581006E-1,3.531971E1,6.4845896E0,1.4899612E1,6.9886193E0,5.4759574E-1,1.3999001E1,6.7653215E-1,4.8948817E0,2.7758667E1,5.289732E-1,5.09824E-1,5.2090936E0,4.9069998E-1,6.237503E0,3.2354733E1,2.964979E0,5.7054396E0,7.7915007E-1,1.3949754E1,9.498585E-1,1.3083029E1,9.159723E-1,4.631852E0,2.6302928E-1,4.4482237E-1,2.7313845E1,5.0381E0,1.709936E-1,4.9383312E-1,5.74367E0,2.3834593E0,2.9971273E1,3.5316086E0,2.1738312E0,1.2055525E1,1.8942292E0,3.386303E-1,1.2744398E1,6.277768E-1,4.0040755E0,4.1729835E-1,2.6896547E1,4.800751E0,2.3734888E-1,5.1916723E0,5.5199784E-1,2.5669491E0,2.7404324E1,2.0804422E0,1.4511663E0,1.2739717E0,1.0781552E1,4.135611E-1,1.2330837E1,3.698616E0,3.054595E-1,2.6444584E1,4.519631E-1,2.1009554E-1,4.5906553E0,3.2072595E-1,4.8709464E0,2.4548313E1,2.8560114E0,3.3892517E0,7.392301E0,7.7723277E-1,1.1553604E1,3.4817092E0,2.1690677E-1,2.6124979E1,3.1960434E-1,4.399343E0,1.9131258E-1,2.2369263E-1,4.6472535E0,1.2516624E0,2.329665E1,2.4354069E-1,7.1487603E0,1.0872798E1,6.808067E-1,3.3135445E0,1.6816464E-1,1.703094E-1,2.595467E1,4.217375E0,1.81968E-1,2.6308304E-1,4.3841705E0,2.2027567E1,1.2690834E0,4.5646116E-1,6.6922994E0,1.0635511E1,2.3728684E-1,1.0018526E0,2.4952818E1,4.1813016E0,2.0286924E-1,2.1782602E1,2.449657E-1,3.6766148E-1,6.324638E0,2.753091E-1,1.0360202E1,5.1381755E-1,2.4439E1,2.1186523E-1,2.1570736E1,1.8569246E-1,6.138945E0,1.7511082E-1,1.0185091E1,8.2740366E-1,2.3611597E1,6.0594887E-1,2.0964787E1,5.9749413E0,1.6400394E-1,9.477479E0,7.076116E-1,2.2288452E1,1.3231448E0,1.4615389E0,1.9503248E1,1.1112282E0,8.366251E0,2.1989464E1,2.9898724E-1,1.8262457E1,1.2407923E0,7.509842E0,8.564093E-1,2.1811357E1,1.7810595E-1,1.1237181E0,1.7138739E1,7.2238417E0,2.860002E-1,2.1646671E1,1.6468604E-1,1.66732E1,4.65537E-1,7.020658E0,2.0318355E-1,2.1205809E1,4.4086364E-1,1.6374203E1,2.9899785E-1,7.374035E-1,6.2832546E0,2.3963188E-1,2.0966177E1,1.6011997E1,3.6220554E-1,1.9240914E-1,6.0908456E0,1.5798839E1,2.1315935E-1,1.9875209E-1,1.5600086E1,2.469353E-1,1.535315E1,1.3109973E1,2.2431781E0,8.9412224E-1,1.2215851E1,1.2024044E1,1.9180669E-1,1.1860582E1,1.6346094E-1,2.9349577E-1,1.1567087E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"219","size_leaf_vector":"0"}},{"base_weights":[-8.708871E-3,-0E0,-3.30554E-2,-1.567543E-3,3.0831728E-2,-0E0,-9.313527E-2,-0E0,-3.5468437E-2,-0E0,6.4207956E-2,-3.6671955E-2,1.5054224E-2,-0E0,-1.0845306E-1,3.144751E-2,-2.9771084E-3,-7.120711E-2,-0E0,-0E0,1.0932417E-1,-5.3903148E-2,-0E0,-0E0,4.5218248E-2,-0E0,-1.3403882E-1,5.8201335E-2,-0E0,-0E0,-4.0923588E-2,-1.0846622E-1,-0E0,1.5833445E-1,-0E0,-8.675785E-2,-0E0,-0E0,7.178193E-2,-0E0,-1.502866E-1,8.495648E-2,-0E0,-0E0,2.5205221E-2,-0E0,-1.2437241E-1,-1.3982372E-1,-0E0,-0E0,1.7322083E-1,-1.2526333E-1,-0E0,-0E0,9.080169E-2,-1.787028E-1,-0E0,-0E0,1.1731881E-1,6.0914762E-2,-0E0,-0E0,-1.7316343E-1,-1.8150312E-1,-0E0,1.9058406E-1,-0E0,-0E0,-1.6375987E-1,-0E0,1.0566591E-1,-0E0,-2.1514633E-1,1.6935092E-1,-0E0,-0E0,8.939075E-2,-0E0,-2.1972199E-1,-0E0,-2.1884042E-1,2.0318773E-1,-0E0,-0E0,-1.9751516E-1,-0E0,1.1950346E-1,-0E0,-2.2549516E-1,-0E0,2.2732355E-1,-0E0,1.1513542E-1,-2.4313834E-1,-0E0,-2.4147782E-1,-0E0,2.1775094E-1,-0E0,-0E0,-2.0792414E-1,1.3049117E-1,-0E0,-2.3403293E-1,-0E0,-0E0,2.5949574E-1,1.3782819E-1,-0E0,-0E0,-2.700427E-1,-0E0,-2.5868118E-1,2.3733337E-1,-0E0,-1.7229661E-1,-0E0,1.6587569E-1,-0E0,-0E0,-2.4145542E-1,-0E0,2.855443E-1,-0E0,1.1888733E-1,-2.1845615E-1,-0E0,-2.6919568E-1,-0E0,-0E0,1.9278336E-1,1.874978E-1,-0E0,-0E0,-2.7996773E-1,3.061279E-1,-0E0,-0E0,-2.810784E-1,-0E0,1.9788527E-1,-0E0,-3.099871E-1,-0E0,3.2501218E-1,-2.8993776E-1,-0E0,2.1018809E-1,-0E0,-0E0,-2.5187752E-1,-0E0,3.3878055E-1,-0E0,-3.0573615E-1,2.1993074E-1,-0E0,-0E0,3.489174E-1,-3.1599802E-1,-0E0,2.3353167E-1,-0E0,-0E0,3.570869E-1,-3.2716948E-1,-0E0,1.9539036E-1,-0E0,2.858821E-1,-0E0,-0E0,-3.3346462E-1,-0E0,-2.6457465E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":30,"left_children":[1,3,5,7,9,11,13,15,17,-1,19,21,23,-1,25,27,29,31,-1,-1,33,35,-1,-1,37,-1,39,41,-1,43,45,47,-1,49,-1,51,-1,-1,53,-1,55,57,-1,-1,59,-1,61,63,-1,-1,65,67,-1,-1,69,71,-1,-1,73,75,-1,-1,77,79,-1,81,-1,-1,83,-1,85,-1,87,89,-1,-1,91,-1,93,-1,95,97,-1,-1,99,-1,101,-1,103,-1,105,-1,107,109,-1,111,-1,113,-1,-1,115,117,-1,119,-1,-1,121,123,-1,-1,125,-1,127,129,-1,-1,-1,131,-1,-1,133,-1,135,-1,-1,-1,-1,137,-1,-1,-1,139,-1,-1,141,143,-1,-1,145,-1,147,-1,149,-1,151,153,-1,155,-1,-1,-1,-1,157,-1,159,161,-1,-1,163,165,-1,167,-1,-1,169,171,-1,-1,-1,-1,-1,-1,173,-1,-1],"loss_changes":[5.539601E-2,2.3158655E-2,1.0641221E-1,3.191575E-2,4.0872388E-2,2.7687276E-2,5.2273184E-2,2.7361011E-2,6.55987E-2,0E0,5.0164618E-2,2.100132E-2,3.47875E-2,0E0,4.1205302E-2,5.4308683E-2,2.4830418E-2,8.787759E-2,0E0,0E0,6.474163E-2,1.9510377E-2,0E0,0E0,4.638429E-2,0E0,5.6459516E-2,7.319044E-2,0E0,3.299352E-3,7.625044E-2,9.623779E-2,0E0,2.883333E-2,0E0,3.3550244E-2,0E0,0E0,3.654211E-2,0E0,3.1430006E-2,7.428041E-2,0E0,0E0,1.1024433E-2,0E0,8.3598636E-2,9.397963E-2,0E0,0E0,3.2238454E-2,3.6100112E-2,0E0,0E0,3.9958388E-2,6.828061E-2,0E0,0E0,1.1776081E-1,1.2932588E-2,0E0,0E0,6.801073E-2,1.0079393E-1,0E0,2.5678277E-2,0E0,0E0,3.172496E-2,0E0,3.576091E-2,0E0,2.9789478E-2,1.2335801E-1,0E0,0E0,1.3759322E-2,0E0,4.0143162E-2,0E0,6.9321334E-2,1.14322305E-2,0E0,0E0,9.222329E-3,0E0,3.2797858E-2,0E0,2.3405015E-2,0E0,1.1036748E-1,0E0,1.078628E-2,3.587237E-2,0E0,4.4312954E-2,0E0,1.165089E-2,0E0,0E0,1.2164831E-2,3.5323024E-2,0E0,2.0044416E-2,0E0,0E0,8.994323E-2,6.791517E-3,0E0,0E0,2.2255778E-3,0E0,3.5620987E-2,1.2685925E-2,0E0,0E0,0E0,5.9166074E-2,0E0,0E0,4.2087585E-2,0E0,6.847918E-2,0E0,0E0,0E0,0E0,2.8335512E-2,0E0,0E0,0E0,2.9529452E-2,0E0,0E0,8.890808E-3,4.670602E-2,0E0,0E0,2.5580883E-2,0E0,1.6288549E-2,0E0,6.901443E-3,0E0,4.6983838E-2,2.631694E-2,0E0,1.9231796E-2,0E0,0E0,0E0,0E0,3.0062556E-2,0E0,2.4460852E-2,2.573523E-2,0E0,0E0,1.7987967E-2,1.8330634E-2,0E0,2.5493562E-2,0E0,0E0,1.3786018E-2,7.469952E-3,0E0,0E0,0E0,0E0,0E0,0E0,6.8768263E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,10,10,11,11,12,12,14,14,15,15,16,16,17,17,20,20,21,21,24,24,26,26,27,27,29,29,30,30,31,31,33,33,35,35,38,38,40,40,41,41,44,44,46,46,47,47,50,50,51,51,54,54,55,55,58,58,59,59,62,62,63,63,65,65,68,68,70,70,72,72,73,73,76,76,78,78,80,80,81,81,84,84,86,86,88,88,90,90,92,92,93,93,95,95,97,97,100,100,101,101,103,103,106,106,107,107,110,110,112,112,113,113,117,117,120,120,122,122,127,127,131,131,134,134,135,135,138,138,140,140,142,142,144,144,145,145,147,147,152,152,154,154,155,155,158,158,159,159,161,161,164,164,165,165,172,172],"right_children":[2,4,6,8,10,12,14,16,18,-1,20,22,24,-1,26,28,30,32,-1,-1,34,36,-1,-1,38,-1,40,42,-1,44,46,48,-1,50,-1,52,-1,-1,54,-1,56,58,-1,-1,60,-1,62,64,-1,-1,66,68,-1,-1,70,72,-1,-1,74,76,-1,-1,78,80,-1,82,-1,-1,84,-1,86,-1,88,90,-1,-1,92,-1,94,-1,96,98,-1,-1,100,-1,102,-1,104,-1,106,-1,108,110,-1,112,-1,114,-1,-1,116,118,-1,120,-1,-1,122,124,-1,-1,126,-1,128,130,-1,-1,-1,132,-1,-1,134,-1,136,-1,-1,-1,-1,138,-1,-1,-1,140,-1,-1,142,144,-1,-1,146,-1,148,-1,150,-1,152,154,-1,156,-1,-1,-1,-1,158,-1,160,162,-1,-1,164,166,-1,168,-1,-1,170,172,-1,-1,-1,-1,-1,-1,174,-1,-1],"split_conditions":[2.9101562E-1,9.921875E-1,9.0184395E1,9.3847656E-1,8.671875E-1,7.597656E-1,4.4021606E-3,9.5654297E-1,3.6170506E0,-0E0,8.079264E1,1.46625E2,6.1376953E-1,-0E0,9.277344E-2,9.8583984E-1,2.5683594E-1,4.073111E0,-0E0,-0E0,1.937567E2,7.899012E1,-0E0,-0E0,2.255249E-2,-0E0,6.8253106E-1,1.224375E2,-0E0,1.20563835E2,4.7998047E-1,2.3815918E-1,-0E0,6.3201505E-1,-0E0,1.2735833E2,-0E0,-0E0,7.501221E-2,-0E0,3.9715664E0,5.10625E1,-0E0,-0E0,9.663086E-1,-0E0,6.585161E-1,8.2666016E-1,-0E0,-0E0,5.3335466E0,6.70166E-2,-0E0,-0E0,6.4468604E-1,4.034375E1,-0E0,-0E0,2.3407564E0,1.4493565E2,-0E0,-0E0,4.0576172E-1,3.73125E1,-0E0,1.6356958E2,-0E0,-0E0,5.2961235E1,-0E0,3.353125E1,-0E0,2.0978586E1,8.166504E-2,-0E0,-0E0,1.9241333E-2,-0E0,9.243164E-1,-0E0,2.4508827E2,2.4572754E-1,-0E0,-0E0,6.4468604E-1,-0E0,9.946289E-1,-0E0,9.9902344E-1,-0E0,2.2729492E-1,-0E0,1.47875E2,4.440625E1,-0E0,6.7993164E-2,-0E0,8.7890625E-1,-0E0,-0E0,1.16625E2,8.2666016E-1,-0E0,3.4299347E1,-0E0,-0E0,9.147644E-3,4.8746544E1,-0E0,-0E0,2.2542116E2,-0E0,9.941406E-1,5.7495117E-2,-0E0,-1.7229661E-1,-0E0,2.0129576E2,-0E0,-0E0,5.778125E1,-0E0,2.2016747E2,-0E0,1.1888733E-1,-2.1845615E-1,-0E0,3.309375E1,-0E0,-0E0,1.9278336E-1,2.0978586E1,-0E0,-0E0,3.137207E-2,3.290625E1,-0E0,-0E0,5.281598E0,-0E0,9.9902344E-1,-0E0,5.4462784E1,-0E0,6.6345215E-2,2.9181541E1,-0E0,1.3075E2,-0E0,-0E0,-2.5187752E-1,-0E0,6.3201505E-1,-0E0,9.0771484E-1,6.5875E1,-0E0,-0E0,3.240625E1,9.9609375E-1,-0E0,9.951172E-1,-0E0,-0E0,9.7509766E-1,5.466461E-3,-0E0,1.9539036E-1,-0E0,2.858821E-1,-0E0,-0E0,3.825E1,-0E0,-2.6457465E-1],"split_indices":[12,14,5,14,15,14,17,15,0,0,7,9,15,0,13,16,13,3,0,0,6,5,0,0,18,0,1,11,0,7,18,12,0,2,0,4,0,0,13,0,3,9,0,0,17,0,2,18,0,0,1,17,0,0,3,10,0,0,1,6,0,0,13,10,0,4,0,0,7,0,11,0,7,18,0,0,17,0,14,0,7,12,0,0,3,0,19,0,17,0,15,0,9,9,0,13,0,18,0,0,9,18,0,4,0,0,17,4,0,0,6,0,19,13,0,0,0,6,0,0,9,0,6,0,0,0,0,11,0,0,0,7,0,0,16,10,0,0,2,0,14,0,4,0,13,7,0,11,0,0,0,0,2,0,13,8,0,0,11,16,0,17,0,0,19,18,0,0,0,0,0,0,9,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.6401172E2,1.0239418E2,6.1617542E1,7.873673E1,2.3657442E1,4.2025085E1,1.9592453E1,5.3711937E1,2.5024797E1,8.673187E0,1.4984255E1,1.5540491E1,2.6484596E1,8.306387E-1,1.8761816E1,2.6922266E1,2.678967E1,1.8770302E1,6.254495E0,5.9458423E0,9.038413E0,1.4152337E1,1.3881533E0,6.9800887E0,1.9504507E1,4.3582206E0,1.4403595E1,2.3538475E1,3.383791E0,1.2318814E1,1.4470857E1,1.5274581E1,3.4957204E0,6.629797E0,2.4086158E0,7.748184E0,6.4041533E0,3.064219E0,1.6440289E1,5.4856795E-1,1.3855027E1,2.092238E1,2.6160946E0,7.625463E0,4.6933513E0,8.420593E0,6.0502634E0,1.3915082E1,1.3594993E0,2.1185815E-1,6.417939E0,5.5948505E0,2.1533334E0,1.9214649E0,1.4518824E1,1.0636903E1,3.218124E0,4.791778E0,1.6130602E1,3.3602254E0,1.3331256E0,3.832515E-1,5.667012E0,1.0907578E1,3.007504E0,6.1024027E0,3.155362E-1,1.1825799E0,4.412271E0,3.4944335E-1,1.416938E1,1.9782727E0,8.65863E0,1.1587262E1,4.5433397E0,4.4921592E-1,2.9110096E0,9.2791003E-1,4.739102E0,1.4558791E0,9.451699E0,5.930689E0,1.7171392E-1,7.223349E-1,3.689936E0,6.964352E-1,1.3472944E1,2.3550688E-1,8.423123E0,2.9917922E0,8.595469E0,3.16925E-1,2.5940847E0,4.4576087E0,2.814932E-1,8.862117E0,5.89582E-1,5.34039E0,5.9029853E-1,1.9568843E-1,3.4942477E0,1.3145017E1,3.2792836E-1,8.211272E0,2.1185164E-1,4.7649372E-1,8.118976E0,2.2269065E0,3.671781E-1,4.4672182E-1,4.010887E0,5.4161453E-1,8.320502E0,4.623211E0,7.1717936E-1,3.288311E0,2.0593657E-1,9.228223E0,3.9167933E0,1.8353856E-1,8.027733E0,3.9767674E-1,7.721299E0,2.0477659E-1,2.02213E0,3.7219768E0,2.889102E-1,8.136473E0,1.8402946E-1,1.9154066E-1,4.43167E0,8.796878E0,4.3134493E-1,1.6478233E0,6.37991E0,7.383614E0,3.376853E-1,3.5613242E-1,7.7803407E0,1.9631577E-1,8.600562E0,1.175466E0,5.204444E0,4.4735804E-1,6.936256E0,7.5863447E0,1.9399574E-1,7.935079E0,6.654833E-1,3.8158846E-1,4.8228555E0,1.8278518E-1,6.753471E0,5.325641E-1,7.0537806E0,7.6019077E0,3.3317143E-1,1.6840425E-1,6.585067E0,6.816103E0,2.3767777E-1,7.157561E0,4.44347E-1,1.794076E-1,6.405659E0,6.4962554E0,3.198475E-1,6.561527E0,5.9603363E-1,6.157557E0,2.4810188E-1,1.9448096E-1,6.3017745E0,1.6823424E-1,6.13354E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"175","size_leaf_vector":"0"}},{"base_weights":[-8.635052E-3,-2.4984175E-2,3.1691124E-3,-4.830316E-2,-0E0,2.428487E-2,-1.5732279E-2,-6.985758E-2,-0E0,3.1035177E-2,-0E0,-0E0,5.789279E-2,-0E0,-7.327037E-2,-8.563252E-2,-0E0,-0E0,5.6580476E-2,-4.375453E-2,-0E0,9.034277E-3,-8.025564E-2,-0E0,9.2553E-2,-0E0,-1.3743834E-1,-0E0,-9.791293E-2,8.765604E-2,-0E0,-8.853219E-2,-0E0,-0E0,6.507129E-2,-1.6218904E-1,-0E0,1.2722701E-1,-0E0,-1.6076514E-1,-0E0,-0E0,-1.1585425E-1,-0E0,1.0251087E-1,-1.1617373E-1,-0E0,-0E0,9.6315384E-2,-0E0,-2.1636574E-1,-0E0,1.5830089E-1,-0E0,-1.9172195E-1,-1.3235117E-1,-0E0,1.342467E-1,-0E0,-0E0,-1.4380737E-1,1.3293757E-1,-0E0,-0E0,-2.628991E-1,-0E0,1.9090204E-1,-1.7256454E-1,-0E0,-1.4299536E-1,-0E0,1.528208E-1,-0E0,-1.6524783E-1,-0E0,-0E0,1.5421154E-1,-2.2172238E-1,-0E0,-0E0,2.1684276E-1,-0E0,-1.6421954E-1,-0E0,1.7244302E-1,-1.8047544E-1,-0E0,-0E0,1.6889577E-1,2.414014E-1,-0E0,-0E0,-1.7793632E-1,-0E0,1.9536366E-1,-0E0,-1.9258133E-1,1.8300188E-1,-0E0,-0E0,2.5737786E-1,-1.9460547E-1,-0E0,2.0705463E-1,-0E0,-0E0,-2.0123687E-1,2.011801E-1,-0E0,2.7249107E-1,-0E0,-0E0,-2.1063319E-1,2.2233503E-1,-0E0,-0E0,-2.2537307E-1,-0E0,2.1586661E-1,-0E0,2.807114E-1,-2.1681671E-1,-0E0,2.494108E-1,-0E0,-2.4073322E-1,-0E0,-0E0,2.2481482E-1,-0E0,2.8573632E-1,-0E0,-2.2332278E-1,-0E0,2.6095453E-1,-0E0,-2.5665918E-1,2.3131287E-1,-0E0,2.9311603E-1,-0E0,-2.293522E-1,-0E0,2.7116212E-1,-0E0,-0E0,-2.6892644E-1,1.852561E-1,-0E0,-0E0,3.1422356E-1,-0E0,-2.3349318E-1,-0E0,2.883988E-1,-2.1789292E-1,-0E0,-0E0,3.2366076E-1,-0E0,-2.3674338E-1,2.9850277E-1,-0E0,-0E0,3.293224E-1,-2.462173E-1,-0E0,-0E0,2.4070396E-1,2.6263523E-1,-0E0,-2.591979E-1,-0E0,-2.705213E-1,-0E0,-0E0,-2.7726883E-1,-0E0,-2.8679168E-1,-0E0,-2.8986207E-1,-2.940473E-1,-0E0,-2.990901E-1,-0E0,-0E0,-3.1179157E-1,-0E0,-2.4641795E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":31,"left_children":[1,3,5,7,9,11,13,15,-1,17,19,21,23,-1,25,27,-1,-1,29,31,-1,33,35,-1,37,-1,39,-1,41,43,-1,45,-1,-1,47,49,-1,51,-1,53,-1,-1,55,-1,57,59,-1,-1,61,-1,63,-1,65,-1,67,69,-1,71,-1,-1,73,75,-1,-1,77,-1,79,-1,-1,81,-1,83,-1,85,-1,-1,87,-1,-1,-1,89,-1,91,-1,93,95,-1,-1,97,99,-1,-1,101,-1,103,-1,105,107,-1,-1,109,111,-1,113,-1,-1,115,117,-1,119,-1,-1,121,123,-1,-1,125,-1,127,-1,129,131,-1,133,-1,135,-1,-1,137,-1,139,-1,141,-1,143,-1,145,147,-1,149,-1,151,-1,153,-1,-1,155,-1,-1,-1,157,-1,159,-1,161,-1,-1,-1,163,-1,165,167,-1,-1,169,171,-1,-1,-1,-1,-1,173,-1,175,-1,-1,177,-1,179,-1,181,183,-1,185,-1,-1,187,-1,-1],"loss_changes":[5.2990817E-2,9.454952E-2,3.2138076E-2,9.0990275E-2,1.95155E-2,6.8866245E-2,2.011471E-2,8.138691E-2,0E0,2.9227205E-2,2.2529462E-2,4.9050678E-2,1.0731237E-1,0E0,4.6384417E-2,5.7505965E-2,0E0,0E0,4.9359657E-2,5.7712756E-2,0E0,5.6012195E-2,9.149708E-2,0E0,1.4591978E-1,0E0,1.9400783E-2,0E0,7.944977E-2,2.7667925E-2,0E0,4.901813E-2,0E0,0E0,6.1208304E-2,8.410236E-2,0E0,1.4537433E-1,0E0,2.6315697E-2,0E0,0E0,6.483325E-2,0E0,4.075952E-2,4.1406468E-2,0E0,0E0,5.5487268E-2,0E0,4.1472122E-2,0E0,1.3512161E-1,0E0,1.8909283E-2,7.1632564E-2,0E0,4.1602716E-2,0E0,0E0,3.8285613E-2,4.638578E-2,0E0,0E0,3.0826598E-2,0E0,1.2807065E-1,0E0,0E0,6.8207085E-2,0E0,3.7574217E-2,0E0,3.4611836E-2,0E0,0E0,3.6938816E-2,0E0,0E0,0E0,1.0481578E-1,0E0,9.0693235E-2,0E0,3.0202687E-2,2.6108041E-2,0E0,0E0,2.2530526E-2,9.415436E-2,0E0,0E0,6.485653E-2,0E0,2.6144028E-2,0E0,1.55727565E-2,3.9108634E-2,0E0,0E0,8.755022E-2,7.544047E-2,0E0,3.4796685E-2,0E0,0E0,2.9150873E-2,2.8370798E-2,0E0,3.518176E-2,0E0,0E0,4.2589486E-2,2.1318138E-2,0E0,0E0,2.7362913E-2,0E0,1.843077E-2,0E0,2.4498224E-2,4.1665554E-2,0E0,1.3136387E-2,0E0,3.1613886E-2,0E0,0E0,1.0250956E-2,0E0,2.033174E-2,0E0,4.3396592E-2,0E0,1.2697935E-2,0E0,1.7246008E-2,8.937448E-3,0E0,4.1017175E-2,0E0,2.7887821E-2,0E0,1.9784957E-2,0E0,0E0,1.5775144E-2,0E0,0E0,0E0,3.576541E-2,0E0,1.895225E-2,0E0,1.1222333E-2,0E0,0E0,0E0,2.2074103E-2,0E0,1.08783245E-2,9.001285E-3,0E0,0E0,3.540635E-3,3.6250353E-2,0E0,0E0,0E0,0E0,0E0,3.2189608E-2,0E0,2.2815943E-2,0E0,0E0,3.6198735E-2,0E0,7.0837736E-3,0E0,2.4541616E-3,2.0597577E-2,0E0,1.2253404E-2,0E0,0E0,8.624911E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,10,10,11,11,12,12,14,14,15,15,18,18,19,19,21,21,22,22,24,24,26,26,28,28,29,29,31,31,34,34,35,35,37,37,39,39,42,42,44,44,45,45,48,48,50,50,52,52,54,54,55,55,57,57,60,60,61,61,64,64,66,66,69,69,71,71,73,73,76,76,80,80,82,82,84,84,85,85,88,88,89,89,92,92,94,94,96,96,97,97,100,100,101,101,103,103,106,106,107,107,109,109,112,112,113,113,116,116,118,118,120,120,121,121,123,123,125,125,128,128,130,130,132,132,134,134,136,136,137,137,139,139,141,141,143,143,146,146,150,150,152,152,154,154,158,158,160,160,161,161,164,164,165,165,171,171,173,173,176,176,178,178,180,180,181,181,183,183,186,186],"right_children":[2,4,6,8,10,12,14,16,-1,18,20,22,24,-1,26,28,-1,-1,30,32,-1,34,36,-1,38,-1,40,-1,42,44,-1,46,-1,-1,48,50,-1,52,-1,54,-1,-1,56,-1,58,60,-1,-1,62,-1,64,-1,66,-1,68,70,-1,72,-1,-1,74,76,-1,-1,78,-1,80,-1,-1,82,-1,84,-1,86,-1,-1,88,-1,-1,-1,90,-1,92,-1,94,96,-1,-1,98,100,-1,-1,102,-1,104,-1,106,108,-1,-1,110,112,-1,114,-1,-1,116,118,-1,120,-1,-1,122,124,-1,-1,126,-1,128,-1,130,132,-1,134,-1,136,-1,-1,138,-1,140,-1,142,-1,144,-1,146,148,-1,150,-1,152,-1,154,-1,-1,156,-1,-1,-1,158,-1,160,-1,162,-1,-1,-1,164,-1,166,168,-1,-1,170,172,-1,-1,-1,-1,-1,174,-1,176,-1,-1,178,-1,180,-1,182,184,-1,186,-1,-1,188,-1,-1],"split_conditions":[7.0875E1,4.90625E1,2.4280803E2,9.584961E-1,1.7661888E2,1.7330345E2,1.6596631E0,1.021875E2,-0E0,1.3104156E0,9.921875E-1,8.268616E1,7.721237E1,-0E0,2.5405884E-3,1.2392129E0,-0E0,-0E0,4.207048E0,4.6118026E0,-0E0,1.4343262E-1,2.3347368E0,-0E0,1.15635826E2,-0E0,9.9902344E-1,-0E0,3.75625E1,6.854248E-2,-0E0,6.875E1,-0E0,-0E0,4.8757412E1,7.591677E-1,-0E0,6.072536E1,-0E0,1.0653111E0,-0E0,-0E0,9.975586E-1,-0E0,9.921875E-1,6.882876E1,-0E0,-0E0,2.7894704E0,-0E0,1.4038086E-1,-0E0,5.2961235E1,-0E0,9.8535156E-1,9.951172E-1,-0E0,1.5761287E2,-0E0,-0E0,9.8339844E-1,1.3208113E2,-0E0,-0E0,9.8046875E-1,-0E0,1.9519043E-1,-1.7256454E-1,-0E0,3.0823416E1,-0E0,8.4848785E-1,-0E0,9.9902344E-1,-0E0,-0E0,9.613037E-2,-2.2172238E-1,-0E0,-0E0,2.1904814E2,-0E0,3.51875E1,-0E0,5.903125E1,8.731721E-1,-0E0,-0E0,1.706385E2,7.20625E1,-0E0,-0E0,9.663086E-1,-0E0,8.98125E1,-0E0,4.9875E1,9.941406E-1,-0E0,-0E0,9.970703E-1,1.420584E0,-0E0,9.9853516E-1,-0E0,-0E0,3.990625E1,3.596875E1,-0E0,1.14868164E-1,-0E0,-0E0,5.7373176E0,4.1303067E0,-0E0,-0E0,9.4677734E-1,-0E0,3.0609375E1,-0E0,3.825E1,3.071875E1,-0E0,3.21875E1,-0E0,4.4021606E-3,-0E0,-0E0,9.9560547E-1,-0E0,2.22625E2,-0E0,9.9072266E-1,-0E0,3.880897E0,-0E0,1.0948181E-2,5.066679E0,-0E0,9.484863E-2,-0E0,2.7008057E-3,-0E0,4.309082E-2,-0E0,-0E0,9.5410156E-1,1.852561E-1,-0E0,-0E0,6.1187744E-2,-0E0,5.622928E-1,-0E0,5.52203E0,-2.1789292E-1,-0E0,-0E0,3.1203125E1,-0E0,8.886719E-1,1.0398865E-2,-0E0,-0E0,9.8339844E-1,1.0427066E2,-0E0,-0E0,2.4070396E-1,2.6263523E-1,-0E0,4.7875E1,-0E0,7.965088E-3,-0E0,-0E0,3.040625E1,-0E0,7.422364E-1,-0E0,1.18375E2,1.7450081E2,-0E0,3.453125E1,-0E0,-0E0,5.5007935E-3,-0E0,-2.4641795E-1],"split_indices":[10,8,6,17,6,6,0,9,0,3,14,5,5,0,17,0,0,0,2,0,0,16,2,0,5,0,15,0,11,12,0,10,0,0,5,1,0,4,0,3,0,0,14,0,15,4,0,0,2,0,12,0,7,0,18,16,0,4,0,0,18,6,0,0,19,0,14,0,0,7,0,0,0,17,0,0,14,0,0,0,6,0,9,0,9,0,0,0,6,10,0,0,19,0,8,0,8,18,0,0,18,0,0,14,0,0,11,11,0,15,0,0,3,0,0,0,12,0,8,0,9,10,0,11,0,17,0,0,19,0,10,0,12,0,2,0,16,3,0,12,0,19,0,16,0,0,18,0,0,0,13,0,1,0,1,0,0,0,11,0,13,19,0,0,18,5,0,0,0,0,0,8,0,18,0,0,8,0,2,0,11,4,0,10,0,0,17,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.6083754E2,1.0272202E2,5.8115513E1,6.763901E1,3.508301E1,5.2371857E1,5.7436585E0,5.0722897E1,1.6916115E1,1.976148E1,1.5321532E1,2.302091E1,2.9350946E1,2.2090402E0,3.5346186E0,4.468779E1,6.0351048E0,5.035811E0,1.472567E1,1.1268058E1,4.053474E0,1.6116043E1,6.904866E0,5.6437726E0,2.3707174E1,4.3234268E-1,3.1022758E0,4.6258683E0,4.0061924E1,1.226779E1,2.4578803E0,9.737655E0,1.530403E0,3.0674694E0,1.3048574E1,4.791393E0,2.1134734E0,2.13253E1,2.381874E0,2.883393E0,2.1888271E-1,5.670897E0,3.4391026E1,7.993326E-1,1.1468457E1,9.077441E0,6.6021425E-1,7.6630497E-1,1.22822695E1,5.215946E-1,4.2697983E0,1.9262311E0,1.9399069E1,2.8847256E-1,2.5949206E0,2.9936312E1,4.4547124E0,8.740272E0,2.7281861E0,1.3249164E0,7.7525244E0,9.349483E0,2.9327867E0,9.3904597E-1,3.3307521E0,2.5084732E0,1.6890594E1,2.2105632E0,3.8435748E-1,2.9076975E1,8.5933745E-1,8.411996E0,3.2827482E-1,7.1520166E0,6.0050786E-1,5.7956696E-1,8.769916E0,3.1581693E0,1.7258278E-1,1.1882629E0,1.57023325E1,4.621991E0,2.4454985E1,6.4922225E-1,7.762774E0,6.9778595E0,1.7415692E-1,2.4690138E-1,8.523014E0,1.4372031E1,1.3303009E0,8.3468825E-1,2.3620296E1,1.033762E0,6.729012E0,2.0662707E-1,6.7712326E0,7.858366E0,6.64648E-1,3.6768743E-1,1.4004344E1,2.1377714E1,2.2425807E0,6.545534E0,1.8347807E-1,2.2749728E-1,6.5437355E0,7.382396E0,4.7596952E-1,1.3619157E1,3.851874E-1,1.50241E0,1.9875305E1,6.3142953E0,2.3123887E-1,8.5398835E-1,5.689747E0,4.272362E-1,6.95516E0,3.6834657E-1,1.325081E1,1.9635664E1,2.3964007E-1,5.257801E0,1.0564942E0,5.3972244E0,2.9252234E-1,2.1699353E-1,6.738167E0,1.7932983E-1,1.307148E1,3.2070586E-1,1.9314959E1,3.052373E-1,4.952564E0,2.2923528E-1,5.1679893E0,6.528795E0,2.0937182E-1,1.2633355E1,4.3812513E-1,1.9111814E1,2.0314395E-1,4.722472E0,2.300917E-1,2.668414E-1,4.901148E0,6.3253484E0,2.0344669E-1,1.2897485E0,1.1343606E1,1.7793295E-1,1.8933882E1,3.6773103E-1,4.354741E0,4.7077503E0,1.9339748E-1,3.39179E-1,1.1004427E1,1.917974E-1,1.8742085E1,4.1575947E0,1.9714643E-1,1.8862666E-1,1.0815801E1,1.7469227E1,1.2728577E0,2.0513436E-1,3.95246E0,1.0355807E1,4.5999306E-1,1.6254076E1,1.2151517E0,1.5320709E1,9.333657E-1,4.638639E-1,1.4856846E1,5.628025E-1,1.4294044E1,2.2744277E-1,1.4066601E1,1.3683277E1,3.8332358E-1,1.3439295E1,2.4398199E-1,9.865172E-1,1.2452778E1,2.499402E-1,1.2202838E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"189","size_leaf_vector":"0"}},{"base_weights":[-7.1752686E-3,-4.6292547E-2,-0E0,-0E0,-7.3203474E-2,-8.9171305E-3,2.505665E-2,-1.0492264E-1,-0E0,-5.839895E-2,-0E0,-0E0,5.210482E-2,-1.2775898E-1,-0E0,-8.70633E-2,-0E0,1.266654E-2,-1.2653796E-2,-0E0,-2.1302043E-2,7.260455E-2,-0E0,-0E0,-1.6193952E-1,-0E0,-1.3910583E-1,-0E0,6.402005E-2,-0E0,-4.0702913E-2,-0E0,-5.674939E-2,-0E0,9.586607E-2,-1.9372612E-1,-0E0,-1.7391981E-1,-0E0,-4.1023582E-2,-0E0,9.764778E-2,-0E0,-0E0,-7.300857E-2,-0E0,-1.1121191E-1,-0E0,1.0551415E-1,-2.1381103E-1,-0E0,-0E0,-1.8513022E-1,-7.3506415E-2,-0E0,1.4583859E-1,-0E0,-0E0,-1.1408917E-1,-0E0,-1.792594E-1,-0E0,1.1444462E-1,-0E0,-2.355553E-1,-1.13169804E-1,-0E0,-0E0,1.783177E-1,-0E0,-1.4333946E-1,-2.3066473E-1,-0E0,-0E0,1.2310273E-1,-2.4800001E-1,-0E0,-0E0,-1.4576472E-1,-0E0,2.0016108E-1,-0E0,-1.619784E-1,-2.6203483E-1,-0E0,1.3065925E-1,-0E0,-2.6145378E-1,-0E0,-1.8383345E-1,-0E0,2.1844107E-1,-0E0,-0E0,-1.7963913E-1,-2.8089273E-1,-0E0,-0E0,1.3821536E-1,-0E0,-2.707039E-1,-0E0,-2.0773543E-1,2.347998E-1,-0E0,-1.9302474E-1,-0E0,-0E0,-3.0299225E-1,-0E0,1.4260542E-1,-0E0,-2.8370965E-1,-0E0,-2.2501874E-1,-0E0,2.483372E-1,-2.0318198E-1,-0E0,-3.1761855E-1,-0E0,1.5507674E-1,-0E0,-2.896503E-1,-0E0,-2.3610553E-1,-0E0,2.5570047E-1,-0E0,-0E0,-1.6412254E-1,-3.3123145E-1,-0E0,-0E0,1.6401923E-1,-3.079961E-1,-0E0,-0E0,-1.95873E-1,2.654772E-1,-0E0,-2.6477414E-1,-0E0,-0E0,1.6988511E-1,-3.126306E-1,-0E0,-0E0,2.1008147E-1,1.7506221E-1,-0E0,-0E0,-3.2461122E-1,-0E0,1.7857309E-1,-3.4836507E-1,-0E0,1.8227318E-1,-0E0,-0E0,-3.609554E-1,1.8561846E-1,-0E0,-3.7073356E-1,-0E0,1.9111115E-1,-0E0,-0E0,-2.9457188E-1,1.9772814E-1,-0E0,-0E0,2.0639953E-1,-0E0,1.6711925E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":32,"left_children":[1,3,5,-1,7,9,11,13,-1,15,17,19,21,23,-1,25,-1,27,29,-1,31,33,-1,-1,35,-1,37,39,41,-1,43,-1,45,-1,47,49,-1,51,-1,53,-1,55,-1,-1,57,-1,59,-1,61,63,-1,-1,-1,65,-1,67,-1,-1,69,-1,71,-1,73,-1,75,77,-1,-1,79,-1,81,83,-1,-1,85,87,-1,-1,89,-1,91,-1,93,95,-1,97,-1,99,-1,101,-1,103,-1,-1,105,107,-1,-1,109,-1,111,-1,113,115,-1,117,-1,-1,119,-1,121,-1,123,-1,125,-1,127,129,-1,131,-1,133,-1,135,-1,137,-1,139,-1,-1,-1,141,-1,-1,143,145,-1,-1,-1,147,-1,-1,-1,-1,149,151,-1,-1,-1,153,-1,-1,155,-1,157,159,-1,161,-1,-1,163,165,-1,167,-1,169,-1,-1,-1,171,-1,-1,173,-1,-1],"loss_changes":[8.0937915E-2,8.569093E-2,3.900081E-2,0E0,8.05721E-2,3.548952E-2,6.20627E-2,9.586373E-2,0E0,3.525459E-2,8.415859E-3,6.7542484E-3,7.196779E-2,6.887609E-2,0E0,8.698129E-2,0E0,7.211621E-2,2.113888E-2,0E0,3.183127E-2,9.3590796E-2,0E0,0E0,5.8442503E-2,0E0,6.97197E-2,1.46029405E-2,6.3840665E-2,0E0,4.4356473E-2,0E0,5.8994982E-2,0E0,4.9575955E-2,5.5289984E-2,0E0,3.65344E-2,0E0,2.581843E-2,0E0,8.407462E-2,0E0,0E0,6.201531E-2,0E0,1.251151E-1,0E0,4.6682566E-2,5.406052E-2,0E0,0E0,0E0,3.8686786E-2,0E0,9.47227E-2,0E0,0E0,6.093955E-2,0E0,1.1312346E-1,0E0,4.908341E-2,0E0,4.443693E-2,4.5091085E-2,0E0,0E0,6.636235E-2,0E0,3.9486945E-2,6.5160304E-2,0E0,0E0,4.683149E-2,4.1932285E-2,0E0,0E0,3.5120994E-2,0E0,5.657065E-2,0E0,4.2462513E-2,4.1379213E-2,0E0,2.5558412E-2,0E0,3.5165608E-2,0E0,2.4606273E-2,0E0,4.4532567E-2,0E0,0E0,3.5826296E-2,4.2787373E-2,0E0,0E0,2.0080775E-2,0E0,2.5367022E-2,0E0,1.889962E-2,4.2721212E-2,0E0,2.637598E-2,0E0,0E0,2.9675692E-2,0E0,1.861173E-2,0E0,1.3855398E-2,0E0,1.1372656E-2,0E0,1.2131631E-2,8.57538E-3,0E0,2.3069024E-2,0E0,2.853638E-2,0E0,1.1561334E-2,0E0,4.28389E-3,0E0,9.709001E-3,0E0,0E0,0E0,7.920682E-3,0E0,0E0,2.5794327E-2,5.9809685E-3,0E0,0E0,0E0,4.3649077E-3,0E0,0E0,0E0,0E0,2.1257699E-2,3.5304427E-3,0E0,0E0,0E0,1.8512785E-2,0E0,0E0,2.0070732E-2,0E0,1.719737E-2,1.2367725E-2,0E0,1.2576282E-2,0E0,0E0,6.9248676E-3,9.434938E-3,0E0,6.853342E-3,0E0,1.4818728E-2,0E0,0E0,0E0,2.562064E-2,0E0,0E0,3.8184226E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,7,7,9,9,10,10,11,11,12,12,13,13,15,15,17,17,18,18,20,20,21,21,24,24,26,26,27,27,28,28,30,30,32,32,34,34,35,35,37,37,39,39,41,41,44,44,46,46,48,48,49,49,53,53,55,55,58,58,60,60,62,62,64,64,65,65,68,68,70,70,71,71,74,74,75,75,78,78,80,80,82,82,83,83,85,85,87,87,89,89,91,91,94,94,95,95,98,98,100,100,102,102,103,103,105,105,108,108,110,110,112,112,114,114,116,116,117,117,119,119,121,121,123,123,125,125,127,127,131,131,134,134,135,135,139,139,144,144,145,145,149,149,152,152,154,154,155,155,157,157,160,160,161,161,163,163,165,165,169,169,172,172],"right_children":[2,4,6,-1,8,10,12,14,-1,16,18,20,22,24,-1,26,-1,28,30,-1,32,34,-1,-1,36,-1,38,40,42,-1,44,-1,46,-1,48,50,-1,52,-1,54,-1,56,-1,-1,58,-1,60,-1,62,64,-1,-1,-1,66,-1,68,-1,-1,70,-1,72,-1,74,-1,76,78,-1,-1,80,-1,82,84,-1,-1,86,88,-1,-1,90,-1,92,-1,94,96,-1,98,-1,100,-1,102,-1,104,-1,-1,106,108,-1,-1,110,-1,112,-1,114,116,-1,118,-1,-1,120,-1,122,-1,124,-1,126,-1,128,130,-1,132,-1,134,-1,136,-1,138,-1,140,-1,-1,-1,142,-1,-1,144,146,-1,-1,-1,148,-1,-1,-1,-1,150,152,-1,-1,-1,154,-1,-1,156,-1,158,160,-1,162,-1,-1,164,166,-1,168,-1,170,-1,-1,-1,172,-1,-1,174,-1,-1],"split_conditions":[7.9296875E-1,4.0985107E-2,9.213867E-1,-0E0,7.49375E1,7.062339E1,1.16882324E-1,7.3375E1,-0E0,3.9672308E0,7.33125E1,7.349756E1,1.4416293E2,6.1591606E1,-0E0,9.4177246E-2,-0E0,4.63125E1,6.246875E1,-0E0,9.124756E-2,5.7952946E1,-0E0,-0E0,8.84375E1,-0E0,1.49E2,6.088867E-1,8.6328125E-1,-0E0,7.591677E-1,-0E0,5.4625E1,-0E0,6.3201505E-1,6.19375E1,-0E0,4.921875E1,-0E0,1.208125E2,-0E0,3.2286878E0,-0E0,-0E0,6.70166E-2,-0E0,2.722168E-2,-0E0,6.835436E-1,3.265625E1,-0E0,-0E0,-1.8513022E-1,3.7861605E0,-0E0,3.428125E1,-0E0,-0E0,5.8938057E1,-0E0,4.4088273E0,-0E0,3.071875E1,-0E0,2.4161304E2,4.15E1,-0E0,-0E0,1.1154175E-2,-0E0,8.4765625E-1,6.347656E-1,-0E0,-0E0,9.5751953E-1,5.41852E0,-0E0,-0E0,8.8671875E-1,-0E0,9.1796875E-1,-0E0,3.1375E1,2.4508827E2,-0E0,3.084375E1,-0E0,3.040625E1,-0E0,1.0005022E0,-0E0,5.047598E0,-0E0,-0E0,5.627295E0,4.028125E1,-0E0,-0E0,1.32735815E1,-0E0,4.0875E1,-0E0,7.247925E-3,3.096875E1,-0E0,5.7373176E0,-0E0,-0E0,5.18745E0,-0E0,4.252549E0,-0E0,9.9609375E-1,-0E0,4.94059E0,-0E0,9.946289E-1,1.3625092E2,-0E0,1.4091702E2,-0E0,3.309375E1,-0E0,9.980469E-1,-0E0,3.6384605E1,-0E0,1.3075E2,-0E0,-0E0,-1.6412254E-1,9.394531E-1,-0E0,-0E0,1.0009766E-2,5.089925E0,-0E0,-0E0,-1.95873E-1,7.216191E1,-0E0,-2.6477414E-1,-0E0,-0E0,3.1506076E2,6.6345215E-2,-0E0,-0E0,2.1008147E-1,1.0687299E2,-0E0,-0E0,9.941406E-1,-0E0,1.49E2,3.867052E1,-0E0,1.28875E2,-0E0,-0E0,9.975586E-1,1.9633768E2,-0E0,4.9438477E-3,-0E0,1.02375E2,-0E0,-0E0,-2.9457188E-1,8.1933594E-1,-0E0,-0E0,6.603241E-3,-0E0,1.6711925E-1],"split_indices":[15,19,14,0,11,5,19,8,0,0,11,5,4,7,0,16,0,11,9,0,13,4,0,0,10,0,10,19,14,0,1,0,10,0,2,8,0,10,0,9,0,3,0,0,17,0,17,0,3,11,0,0,0,2,0,10,0,0,4,0,2,0,11,0,6,9,0,0,19,0,15,12,0,0,13,1,0,0,18,0,12,0,8,7,0,8,0,8,0,2,0,0,0,0,1,9,0,0,7,0,9,0,18,8,0,3,0,0,3,0,3,0,16,0,1,0,16,6,0,5,0,10,0,14,0,7,0,10,0,0,0,13,0,0,16,1,0,0,0,5,0,0,0,0,6,13,0,0,0,6,0,0,17,0,11,4,0,10,0,0,14,7,0,17,0,10,0,0,0,15,0,0,18,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5753851E2,4.1065304E1,1.1647321E2,8.952208E0,3.2113094E1,6.288094E1,5.359227E1,2.2694027E1,9.419067E0,1.1383889E1,5.149705E1,1.872326E1,3.486901E1,2.1016575E1,1.6774529E0,9.497848E0,1.886042E0,3.0823343E1,2.0673708E1,4.338749E0,1.4384511E1,3.1368364E1,3.500646E0,5.4980135E0,1.5518561E1,1.586399E0,7.9114485E0,1.2501699E1,1.8321644E1,6.367901E0,1.4305807E1,2.9032645E0,1.1481247E1,3.4055011E0,2.7962862E1,1.2250393E1,3.2681682E0,7.1859317E0,7.25517E-1,8.177071E0,4.324629E0,1.42856455E1,4.035997E0,1.8822781E0,1.2423529E1,4.0915475E0,7.3896995E0,5.1426566E-1,2.7448597E1,1.11768675E1,1.0735254E0,2.9104426E0,4.2754893E0,6.9810157E0,1.196055E0,1.00815115E1,4.204135E0,2.8668637E0,9.556665E0,9.5946825E-1,6.430231E0,6.2743384E-1,2.6821163E1,1.0819952E0,1.0094872E1,5.6767516E0,1.3042641E0,5.2465856E-1,9.556852E0,7.196329E-1,8.837032E0,5.8116508E0,6.1858E-1,4.6906626E-1,2.6352097E1,9.780748E0,3.141237E-1,3.3135387E-1,5.3453975E0,4.18831E-1,9.138021E0,5.2019083E-1,8.316841E0,5.33988E0,4.71771E-1,2.6079193E1,2.7290443E-1,9.363349E0,4.173998E-1,4.21435E0,1.1310474E0,8.77798E0,3.600413E-1,3.325493E-1,7.9842925E0,5.1065216E0,2.3335849E-1,1.4887887E0,2.4590405E1,1.826819E-1,9.180667E0,4.5225486E-1,3.7620955E0,8.337963E0,4.4001675E-1,7.809938E0,1.743545E-1,3.2195526E-1,4.7845664E0,5.3358704E-1,2.4056816E1,5.520612E-1,8.628606E0,2.5632071E-1,3.5057747E0,2.445659E-1,8.093397E0,7.6387706E0,1.7116728E-1,4.603229E0,1.8133713E-1,2.1039818E1,3.0169983E0,8.423143E0,2.0546265E-1,3.3424187E0,1.6335618E-1,7.791153E0,3.0224466E-1,3.561253E-1,7.282645E0,4.4026504E0,2.0057875E-1,1.2239747E0,1.9815844E1,7.5136642E0,9.094788E-1,3.7778786E-1,2.9646306E0,7.3294783E0,4.616748E-1,4.236751E0,1.6589916E-1,4.849856E-1,1.9330858E1,7.3390265E0,1.746377E-1,1.6252436E-1,7.1669536E0,1.8868927E1,4.6193215E-1,5.344573E-1,6.8045692E0,1.7358048E-1,1.8695345E1,6.0077667E0,7.968025E-1,1.8441563E1,2.5378323E-1,3.5114524E-1,5.6566215E0,1.8129986E1,3.1157666E-1,5.3865237E0,2.7009776E-1,1.7332819E1,7.971672E-1,1.6577947E-1,5.220744E0,1.6538267E1,7.9455143E-1,8.0016065E-1,1.5738107E1,3.3714285E-1,1.5400964E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"175","size_leaf_vector":"0"}},{"base_weights":[-1.0000655E-3,-0E0,-3.9044533E-2,-6.430575E-4,1.1442239E-2,-8.357117E-2,-0E0,-7.0245385E-2,-0E0,6.578049E-2,-0E0,-1.2339169E-1,-0E0,-1.0803315E-1,-0E0,3.1146415E-2,-9.9290535E-3,-0E0,1.2598853E-1,-1.9679911E-2,-0E0,-0E0,-1.4642438E-1,-1.4904399E-1,-0E0,8.05292E-2,-0E0,-0E0,-4.6032634E-2,1.404059E-1,-0E0,-0E0,-6.503468E-2,-0E0,8.490071E-2,-1.8066593E-1,-0E0,-0E0,-1.6976137E-1,1.1142945E-1,-0E0,-7.196103E-2,-0E0,1.5686719E-1,-0E0,-0E0,2.0784264E-2,-9.901779E-2,-0E0,1.3309416E-1,-0E0,-0E0,-1.4552839E-1,-0E0,-1.8234709E-1,-0E0,1.3311107E-1,-0E0,-1.1053388E-1,1.710487E-1,-0E0,7.8982376E-2,-0E0,-1.4391677E-1,-0E0,-0E0,1.7002787E-1,-1.9001639E-1,-0E0,-0E0,1.5859115E-1,-0E0,-1.24740764E-1,1.8640135E-1,-0E0,-0E0,1.2089607E-1,-1.7556092E-1,-0E0,1.8358083E-1,-0E0,-1.9897343E-1,-0E0,1.7298074E-1,-0E0,-1.3633163E-1,-0E0,-0E0,2.021094E-1,1.5395747E-1,-0E0,-0E0,-2.0032063E-1,-0E0,1.9073725E-1,-2.0648444E-1,-0E0,1.822597E-1,-0E0,-1.5003972E-1,-0E0,-0E0,2.1094675E-1,-0E0,1.7719871E-1,-2.2020844E-1,-0E0,-0E0,1.7217995E-1,-0E0,-2.1461055E-1,1.9972533E-1,-0E0,-1.3164034E-1,-0E0,-0E0,2.1711913E-1,-0E0,2.0320454E-1,-0E0,-2.4471278E-1,-2.2264984E-1,-0E0,-0E0,2.4361087E-1,-0E0,2.255432E-1,2.2669773E-1,-0E0,-2.5934345E-1,-0E0,-0E0,-2.303676E-1,2.781891E-1,-0E0,-0E0,2.3083866E-1,2.4703999E-1,-0E0,-0E0,-2.7182594E-1,-0E0,-1.8345684E-1,-0E0,2.919381E-1,-0E0,1.8589225E-1,-0E0,2.615665E-1,-0E0,-2.849167E-1,-0E0,3.0314556E-1,2.1779665E-1,-0E0,-2.9866546E-1,-0E0,-0E0,3.1506318E-1,-0E0,-3.165279E-1,-0E0,2.5105348E-1,-3.2788983E-1,-0E0,-3.3639002E-1,-0E0,-3.4861442E-1,-0E0,-0E0,-3.5647404E-1,-2.8198877E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":33,"left_children":[1,3,5,7,9,11,-1,13,15,17,19,21,-1,23,-1,25,27,-1,29,31,33,-1,35,37,-1,39,-1,-1,41,43,-1,45,47,-1,49,51,-1,-1,53,55,-1,57,-1,59,-1,-1,61,63,-1,65,-1,-1,-1,-1,67,-1,69,-1,71,73,-1,75,-1,77,-1,-1,79,81,-1,-1,83,-1,85,87,-1,-1,89,91,-1,93,-1,95,-1,97,-1,99,-1,-1,101,103,-1,-1,105,-1,107,109,-1,111,-1,113,-1,-1,115,-1,117,119,-1,-1,-1,-1,121,123,-1,-1,-1,-1,125,-1,127,-1,129,131,-1,-1,133,-1,135,137,-1,139,-1,-1,141,143,-1,-1,145,147,-1,-1,149,-1,-1,-1,151,-1,-1,-1,153,-1,155,-1,157,-1,-1,159,-1,-1,161,-1,163,-1,-1,165,-1,167,-1,169,-1,-1,171,-1,-1],"loss_changes":[3.9112527E-2,1.0144724E-2,6.234901E-2,6.954909E-2,9.756566E-2,6.608653E-2,0E0,6.1062686E-2,3.265257E-2,9.732283E-2,1.4692808E-2,4.255314E-2,0E0,6.182815E-2,0E0,7.6554954E-2,1.0446872E-2,0E0,3.2818213E-2,7.260997E-2,3.421603E-2,0E0,6.1003968E-2,3.5217196E-2,0E0,7.583627E-2,0E0,0E0,1.3728416E-2,4.853031E-2,0E0,4.815488E-3,8.400619E-2,0E0,3.426364E-2,5.580336E-3,0E0,0E0,2.9495686E-2,6.834863E-2,0E0,2.48701E-2,0E0,4.2016E-2,0E0,0E0,5.008959E-2,1.1099738E-1,0E0,3.23373E-2,0E0,0E0,0E0,0E0,1.5931666E-2,0E0,8.288586E-2,0E0,1.1E-2,2.989608E-2,0E0,5.7538576E-2,0E0,8.910039E-2,0E0,0E0,1.09573975E-2,1.6246796E-2,0E0,0E0,3.852725E-2,0E0,8.7822825E-3,3.9562643E-2,0E0,0E0,6.056772E-2,6.871638E-2,0E0,2.5357828E-3,0E0,1.1798471E-2,0E0,3.5301387E-2,0E0,9.847313E-3,0E0,0E0,1.757276E-2,4.005742E-2,0E0,0E0,6.438187E-2,0E0,2.3527257E-2,1.027289E-2,0E0,3.5796136E-2,0E0,9.838916E-3,0E0,0E0,1.6813904E-2,0E0,4.7877178E-2,6.297523E-2,0E0,0E0,0E0,0E0,3.2339692E-3,8.817583E-2,0E0,0E0,0E0,0E0,1.768002E-2,0E0,4.2007208E-2,0E0,4.8107207E-2,5.0763786E-3,0E0,0E0,5.8584988E-2,0E0,1.0776728E-2,1.9346148E-2,0E0,4.5179784E-2,0E0,0E0,4.0196776E-3,3.399241E-2,0E0,0E0,9.964675E-3,2.6847452E-2,0E0,0E0,3.9038718E-2,0E0,0E0,0E0,3.3523202E-2,0E0,0E0,0E0,1.9211054E-2,0E0,5.4502666E-2,0E0,3.1006038E-2,0E0,0E0,3.7438273E-2,0E0,0E0,1.2111366E-2,0E0,3.188014E-2,0E0,0E0,2.2418976E-2,0E0,1.6774178E-2,0E0,1.4001489E-2,0E0,0E0,3.4917593E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,10,10,11,11,13,13,15,15,16,16,18,18,19,19,20,20,22,22,23,23,25,25,28,28,29,29,31,31,32,32,34,34,35,35,38,38,39,39,41,41,43,43,46,46,47,47,49,49,54,54,56,56,58,58,59,59,61,61,63,63,66,66,67,67,70,70,72,72,73,73,76,76,77,77,79,79,81,81,83,83,85,85,88,88,89,89,92,92,94,94,95,95,97,97,99,99,102,102,104,104,105,105,110,110,111,111,116,116,118,118,120,120,121,121,124,124,126,126,127,127,129,129,132,132,133,133,136,136,137,137,140,140,144,144,148,148,150,150,152,152,155,155,158,158,160,160,163,163,165,165,167,167,170,170],"right_children":[2,4,6,8,10,12,-1,14,16,18,20,22,-1,24,-1,26,28,-1,30,32,34,-1,36,38,-1,40,-1,-1,42,44,-1,46,48,-1,50,52,-1,-1,54,56,-1,58,-1,60,-1,-1,62,64,-1,66,-1,-1,-1,-1,68,-1,70,-1,72,74,-1,76,-1,78,-1,-1,80,82,-1,-1,84,-1,86,88,-1,-1,90,92,-1,94,-1,96,-1,98,-1,100,-1,-1,102,104,-1,-1,106,-1,108,110,-1,112,-1,114,-1,-1,116,-1,118,120,-1,-1,-1,-1,122,124,-1,-1,-1,-1,126,-1,128,-1,130,132,-1,-1,134,-1,136,138,-1,140,-1,-1,142,144,-1,-1,146,148,-1,-1,150,-1,-1,-1,152,-1,-1,-1,154,-1,156,-1,158,-1,-1,160,-1,-1,162,-1,164,-1,-1,166,-1,168,-1,170,-1,-1,172,-1,-1],"split_conditions":[7.1972656E-1,5.49375E1,9.3652344E-1,1.6596631E0,1.420584E0,9.15E1,-0E0,1.0625E2,8.569336E-1,8.2421875E-1,4.925E1,6.7993164E-2,-0E0,8.45625E1,-0E0,4.128125E1,1.1444092E-1,-0E0,5.154911E0,7.330844E1,3.9672308E0,-0E0,9.4970703E-1,3.1734375E1,-0E0,1.9603203E2,-0E0,-0E0,9.9853516E-1,5.503731E0,-0E0,4.753418E-1,9.96875E1,-0E0,9.663086E-1,2.0978586E1,-0E0,-0E0,3.0484375E1,1.7421845E0,-0E0,3.48125E1,-0E0,6.1328125E-1,-0E0,-0E0,6.035156E-1,3.2666016E-1,-0E0,8.691406E-2,-0E0,-0E0,-1.4552839E-1,-0E0,1.1661512E2,-0E0,4.230957E-1,-0E0,6.2561035E-3,9.145508E-1,-0E0,8.770752E-2,-0E0,9.7548584E1,-0E0,-0E0,9.9121094E-1,5.52203E0,-0E0,-0E0,9.9853516E-1,-0E0,9.980469E-1,2.454834E-1,-0E0,-0E0,1.06E2,4.0875E1,-0E0,5.746875E1,-0E0,1.6422427E0,-0E0,1.3075E2,-0E0,4.5775075E0,-0E0,-0E0,5.7495117E-2,1.2898166E0,-0E0,-0E0,9.8339844E-1,-0E0,9.1308594E-2,8.109554E-1,-0E0,9.7558594E-1,-0E0,8.66875E1,-0E0,-0E0,5.18241E-1,-0E0,3.428125E1,1.424408E-2,-0E0,-0E0,1.7217995E-1,-0E0,9.5654297E-1,1.4230315E2,-0E0,-1.3164034E-1,-0E0,-0E0,5.5007935E-3,-0E0,5.390625E-1,-0E0,9.951172E-1,1.6455078E-1,-0E0,-0E0,3.9234843E0,-0E0,4.3917277E-1,9.169922E-1,-0E0,3.0953125E1,-0E0,-0E0,2.6428423E1,9.886689E-1,-0E0,-0E0,5.4161236E1,2.3452759E-2,-0E0,-0E0,5.6E1,-0E0,-1.8345684E-1,-0E0,3.7375E1,-0E0,1.8589225E-1,-0E0,4.617579E0,-0E0,5.426817E0,-0E0,5.996704E-3,2.1779665E-1,-0E0,9.4864935E-1,-0E0,-0E0,2.2827148E-2,-0E0,4.985278E0,-0E0,2.5105348E-1,9.6728516E-1,-0E0,9.8535156E-1,-0E0,1.1547466E2,-0E0,-0E0,5.0473113E0,-2.8198877E-1,-0E0],"split_indices":[12,11,15,0,0,11,0,9,19,14,8,13,0,10,0,8,13,0,2,7,0,0,18,8,0,6,0,0,14,3,0,16,9,0,16,7,0,0,11,0,0,11,0,12,0,0,13,12,0,13,0,0,0,0,4,0,15,0,17,13,0,12,0,5,0,0,17,1,0,0,14,0,19,15,0,0,11,9,0,11,0,0,0,10,0,1,0,0,13,2,0,0,19,0,12,1,0,16,0,10,0,0,3,0,10,18,0,0,0,0,19,6,0,0,0,0,17,0,12,0,16,15,0,0,1,0,0,18,0,10,0,0,7,1,0,0,5,17,0,0,11,0,0,0,9,0,0,0,2,0,0,0,18,0,0,3,0,0,16,0,1,0,0,13,0,18,0,6,0,0,2,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5465176E2,1.293936E2,2.5258167E1,5.2576153E1,7.681745E1,1.4049634E1,1.1208534E1,1.359915E1,3.8977005E1,2.438713E1,5.2430317E1,1.0514623E1,3.5350118E0,1.0692864E1,2.9062848E0,3.244431E1,6.5326943E0,1.1971499E1,1.2415631E1,3.7436607E1,1.499371E1,1.2079325E0,9.30669E0,8.163948E0,2.5289168E0,1.6233232E1,1.6211079E1,1.7754129E0,4.757282E0,1.1564104E1,8.515277E-1,1.729526E1,2.0141348E1,1.0746843E1,4.246866E0,7.8106284E0,1.4960613E0,7.636153E-1,7.4003325E0,1.434719E1,1.886042E0,4.302383E0,4.5489866E-1,1.113718E1,4.2692307E-1,6.6479273E0,1.0647332E1,1.6972443E1,3.168905E0,3.3658383E0,8.810278E-1,3.5776293E-1,7.4528656E0,1.6586009E-1,7.2344723E0,5.853577E-1,1.3761832E1,7.3135835E-1,3.5710247E0,1.0723584E1,4.1359597E-1,8.301408E0,2.3459249E0,1.3130061E1,3.842382E0,3.785049E-1,2.9873335E0,7.063969E0,1.7050298E-1,9.1910374E-1,1.2842729E1,1.6757308E-1,3.4034514E0,9.811329E0,9.1225594E-1,1.1081445E0,7.193263E0,1.1550195E1,1.5798664E0,2.8165584E0,1.7077525E-1,6.808666E0,2.55303E-1,1.2002775E1,8.3995295E-1,3.2404397E0,1.630118E-1,5.719898E-1,9.239339E0,6.799164E0,3.94099E-1,1.0823122E0,1.0467882E1,1.7450283E-1,2.6420555E0,6.5633497E0,2.453167E-1,1.1824832E1,1.7794304E-1,3.0256133E0,2.1482643E-1,4.0403673E-1,8.835302E0,5.133995E-1,6.2857647E0,9.903934E0,5.639492E-1,3.133279E-1,2.3287275E0,3.017292E-1,6.2616205E0,1.0660879E1,1.1639533E0,2.6319237E0,3.9368963E-1,1.6655764E-1,8.668744E0,4.6624917E-1,5.819515E0,9.2766404E-1,8.97627E0,5.847383E0,4.142372E-1,2.1731925E0,8.487686E0,3.245625E-1,8.344182E0,5.394964E0,4.245511E-1,8.65249E0,3.2378006E-1,3.2251924E-1,5.5248637E0,7.1492686E0,1.3384179E0,1.988768E-1,8.145306E0,4.7811055E0,6.138585E-1,2.0982943E-1,8.442659E0,1.7242007E-1,5.3524437E0,3.0468565E-1,6.844583E0,3.5905996E-1,7.7862453E0,1.7789055E-1,4.603215E0,3.2197478E-1,8.120685E0,1.6823785E-1,6.676345E0,4.2245092E0,3.7870598E-1,7.956273E0,1.6441189E-1,2.2028269E-1,6.4560623E0,5.538131E-1,7.40246E0,1.7391695E-1,6.2821455E0,7.16081E0,2.4165018E-1,6.9766617E0,1.8414798E-1,6.599529E0,3.771329E-1,1.994276E-1,6.400101E0,6.2353916E0,1.6470976E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"173","size_leaf_vector":"0"}},{"base_weights":[-2.1077378E-3,-0E0,-3.2364678E-2,1.8282112E-2,-5.68903E-2,-9.138166E-2,-0E0,-5.7191846E-5,3.922248E-2,-9.400801E-2,-0E0,-0E0,-1.270663E-1,-0E0,-4.1674532E-2,7.824164E-2,-0E0,-1.076719E-1,-0E0,-0E0,-1.4911121E-1,-0E0,1.6803484E-2,-7.361261E-2,-0E0,-0E0,9.409291E-2,-3.4731712E-2,7.154201E-3,-0E0,-1.21865906E-1,-0E0,-1.607142E-1,7.575662E-2,-0E0,-9.7251244E-2,-0E0,-0E0,1.08233444E-1,-0E0,-9.121109E-2,4.7642536E-2,-0E0,-0E0,-1.3912643E-1,-2.1152988E-1,-0E0,-0E0,1.252539E-1,-1.2034107E-1,-0E0,1.1612484E-1,-0E0,-1.1232735E-1,-0E0,-0E0,8.1000336E-2,-1.5221995E-1,-0E0,-0E0,-1.8452756E-1,1.7137842E-1,-0E0,-1.4396712E-1,-0E0,1.2791634E-1,-0E0,-0E0,-1.3599367E-1,1.20455354E-1,-0E0,-1.6337748E-1,-0E0,-0E0,2.0793626E-1,-0E0,-1.6612215E-1,1.3604315E-1,-0E0,-1.5699424E-1,-0E0,1.6180855E-1,-0E0,-0E0,-1.7875513E-1,-0E0,1.7591166E-1,-1.7549965E-1,-0E0,-0E0,1.4120285E-1,-0E0,-1.7467587E-1,-0E0,1.8414555E-1,-0E0,-1.9005573E-1,-1.8729164E-1,-0E0,-0E0,1.4671203E-1,-2.0271571E-1,-0E0,2.0411119E-1,-0E0,-0E0,-1.9948643E-1,-0E0,-2.0674309E-1,-0E0,1.5059136E-1,-1.7390999E-1,-0E0,2.1789092E-1,-0E0,-0E0,-2.0534298E-1,-0E0,-2.1594301E-1,1.5512116E-1,-0E0,-0E0,2.280534E-1,-0E0,-2.2475089E-1,-1.8164703E-1,-0E0,-0E0,1.5882239E-1,-0E0,2.3230648E-1,-0E0,-2.3350205E-1,1.6140635E-1,-0E0,2.3800436E-1,-0E0,-0E0,-1.861536E-1,1.6792472E-1,-0E0,-0E0,2.457822E-1,-0E0,1.7079961E-1,2.5012088E-1,-0E0,-0E0,1.7260565E-1,-0E0,2.5629318E-1,-0E0,1.8095283E-1,2.0342594E-1,-0E0,1.9182311E-1,-0E0,1.9867736E-1,-0E0,2.055968E-1,-0E0,-0E0,2.1335512E-1,-0E0,2.1490408E-1,1.6950357E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":34,"left_children":[1,3,5,7,9,11,-1,13,15,17,-1,-1,19,21,23,25,27,29,-1,-1,31,-1,33,35,-1,-1,37,39,41,-1,43,-1,45,47,-1,49,-1,-1,51,-1,53,55,-1,-1,57,59,-1,-1,61,63,-1,65,-1,67,-1,-1,69,71,-1,-1,-1,73,-1,75,-1,77,-1,-1,79,81,-1,83,-1,-1,85,-1,87,89,-1,91,-1,93,-1,-1,95,-1,-1,97,-1,-1,99,-1,101,-1,103,-1,105,107,-1,-1,109,111,-1,113,-1,-1,115,-1,117,-1,119,-1,-1,121,-1,-1,123,-1,125,127,-1,-1,129,-1,131,-1,-1,-1,133,-1,135,-1,137,139,-1,141,-1,-1,-1,143,-1,-1,145,-1,147,149,-1,-1,151,-1,153,-1,155,-1,-1,157,-1,159,-1,161,-1,-1,163,-1,165,-1,-1],"loss_changes":[3.519322E-2,9.33304E-2,7.387459E-2,7.7764854E-2,5.9323177E-2,8.4372655E-2,0E0,2.5699742E-2,1.1490937E-1,3.1479135E-2,0E0,0E0,5.1446334E-2,3.0486202E-3,4.8822198E-2,5.7990387E-2,1.05057405E-2,3.280987E-2,0E0,0E0,2.9673457E-2,0E0,2.6848026E-2,4.9425833E-2,0E0,0E0,6.338304E-2,4.5769688E-2,3.9650235E-2,0E0,3.4697488E-2,0E0,3.7073046E-2,4.3156117E-2,0E0,3.7447996E-2,0E0,0E0,4.8659205E-2,0E0,2.6165012E-2,6.109065E-2,0E0,0E0,2.9600441E-2,5.2699864E-2,0E0,0E0,5.1420584E-2,5.9599996E-2,0E0,4.5524895E-2,0E0,3.158509E-2,0E0,0E0,8.4379315E-2,3.3162564E-2,0E0,0E0,0E0,4.3783396E-2,0E0,4.3907925E-2,0E0,3.9239496E-2,0E0,0E0,3.208913E-2,1.0966824E-1,0E0,2.952668E-2,0E0,0E0,2.0985663E-2,0E0,1.8142939E-2,3.166026E-2,0E0,2.697298E-2,0E0,7.222587E-2,0E0,0E0,3.1371325E-2,0E0,0E0,1.6800344E-2,0E0,0E0,2.6253462E-2,0E0,1.7970935E-2,0E0,6.380457E-2,0E0,2.7986944E-2,7.6622665E-3,0E0,0E0,2.2990644E-2,1.4865547E-2,0E0,4.9784094E-2,0E0,0E0,1.41735375E-2,0E0,1.1742979E-2,0E0,2.2037506E-2,0E0,0E0,3.3355206E-2,0E0,0E0,2.0816088E-2,0E0,9.855002E-3,1.9365251E-2,0E0,0E0,7.0189238E-3,0E0,1.9241124E-2,0E0,0E0,0E0,1.4116585E-2,0E0,1.6047299E-2,0E0,6.061405E-3,9.71663E-3,0E0,1.2665391E-2,0E0,0E0,0E0,8.390009E-3,0E0,0E0,8.057952E-3,0E0,6.0964227E-3,1.6915262E-2,0E0,0E0,1.6413629E-2,0E0,6.972134E-3,0E0,1.1300743E-2,0E0,0E0,2.051735E-2,0E0,1.4159083E-2,0E0,1.8013537E-2,0E0,0E0,2.9566884E-3,0E0,2.893269E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,12,12,13,13,14,14,15,15,16,16,17,17,20,20,22,22,23,23,26,26,27,27,28,28,30,30,32,32,33,33,35,35,38,38,40,40,41,41,44,44,45,45,48,48,49,49,51,51,53,53,56,56,57,57,61,61,63,63,65,65,68,68,69,69,71,71,74,74,76,76,77,77,79,79,81,81,84,84,87,87,90,90,92,92,94,94,96,96,97,97,100,100,101,101,103,103,106,106,108,108,110,110,113,113,116,116,118,118,119,119,122,122,124,124,128,128,130,130,132,132,133,133,135,135,139,139,142,142,144,144,145,145,148,148,150,150,152,152,155,155,157,157,159,159,162,162,164,164],"right_children":[2,4,6,8,10,12,-1,14,16,18,-1,-1,20,22,24,26,28,30,-1,-1,32,-1,34,36,-1,-1,38,40,42,-1,44,-1,46,48,-1,50,-1,-1,52,-1,54,56,-1,-1,58,60,-1,-1,62,64,-1,66,-1,68,-1,-1,70,72,-1,-1,-1,74,-1,76,-1,78,-1,-1,80,82,-1,84,-1,-1,86,-1,88,90,-1,92,-1,94,-1,-1,96,-1,-1,98,-1,-1,100,-1,102,-1,104,-1,106,108,-1,-1,110,112,-1,114,-1,-1,116,-1,118,-1,120,-1,-1,122,-1,-1,124,-1,126,128,-1,-1,130,-1,132,-1,-1,-1,134,-1,136,-1,138,140,-1,142,-1,-1,-1,144,-1,-1,146,-1,148,150,-1,-1,152,-1,154,-1,156,-1,-1,158,-1,160,-1,162,-1,-1,164,-1,166,-1,-1],"split_conditions":[9.501805E1,1.8925288E2,1.8414453E2,2.5390625E-1,8.8739E1,6.4468604E-1,-0E0,2.8173828E-1,3.0517578E-1,5.281598E0,-0E0,-0E0,6.939697E-2,5.886841E-2,9.892578E-1,1.348861E2,1.8139648E-1,3.659375E1,-0E0,-0E0,7.247925E-3,-0E0,1.9916284E0,9.9560547E-1,-0E0,-0E0,3.4341084E1,1.22680664E-1,2.0234165E0,-0E0,2.578125E-1,-0E0,6.7578125E-1,4.982947E1,-0E0,1.7969775E2,-0E0,-0E0,5.776258E0,-0E0,5.41852E0,8.455758E-1,-0E0,-0E0,9.2626953E-1,1.5893555E-1,-0E0,-0E0,4.617579E0,8.5375E1,-0E0,9.980469E-1,-0E0,2.8330908E1,-0E0,-0E0,8.661263E1,9.9902344E-1,-0E0,-0E0,-1.8452756E-1,7.722628E-1,-0E0,4.028125E1,-0E0,9.3603516E-1,-0E0,-0E0,2.9022586E2,9.970703E-1,-0E0,1.0398865E-2,-0E0,-0E0,4.028125E1,-0E0,4.9226775E0,6.044407E-1,-0E0,8.2492477E-1,-0E0,1.1547466E2,-0E0,-0E0,4.4021606E-3,-0E0,1.7591166E-1,9.9609375E-1,-0E0,-0E0,1.2870789E-2,-0E0,3.8543377E0,-0E0,1.8414453E2,-0E0,4.3218468E1,4.1E1,-0E0,-0E0,4.5460403E1,8.7306404E1,-0E0,9.9658203E-1,-0E0,-0E0,7.637006E-1,-0E0,7.032682E-1,-0E0,9.5703125E-1,-1.7390999E-1,-0E0,3.256836E-1,-0E0,-0E0,8.728027E-3,-0E0,6.19375E1,3.040625E1,-0E0,-0E0,3.7375E1,-0E0,7.293564E-1,-1.8164703E-1,-0E0,-0E0,2.07E2,-0E0,1.9771636E0,-0E0,4.034375E1,1.538644E2,-0E0,3.046875E-1,-0E0,-0E0,-1.861536E-1,3.1484375E1,-0E0,-0E0,5.257164E0,-0E0,1.7871857E-3,3.0296875E1,-0E0,-0E0,6.1187744E-2,-0E0,9.975586E-1,-0E0,4.238562E0,2.0342594E-1,-0E0,1.5225E2,-0E0,7.16875E1,-0E0,9.2784756E-1,-0E0,-0E0,1.2695312E-1,-0E0,1.27625E2,1.6950357E-1,-0E0],"split_indices":[5,6,6,17,5,3,0,13,19,2,0,0,13,19,18,6,16,10,0,0,18,0,0,16,0,0,7,12,1,0,14,0,19,4,0,6,0,0,2,0,1,1,0,0,13,15,0,0,2,8,0,14,0,7,0,0,5,19,0,0,0,3,0,9,0,13,0,0,7,14,0,19,0,0,9,0,2,0,0,0,0,6,0,0,17,0,0,14,0,0,16,0,0,0,6,0,5,11,0,0,5,5,0,18,0,0,2,0,2,0,12,0,0,19,0,0,18,0,8,8,0,0,9,0,0,0,0,0,9,0,1,0,10,4,0,17,0,0,0,11,0,0,3,0,18,8,0,0,13,0,16,0,2,0,0,11,0,8,0,1,0,0,15,0,9,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.5170947E2,1.179657E2,3.374378E1,1.00008484E2,1.7957209E1,1.2642039E1,2.110174E1,2.8122839E1,7.188565E1,1.2972131E1,4.985079E0,1.1193379E0,1.1522701E1,1.3825321E1,1.4297518E1,3.646124E1,3.5424408E1,1.2485086E1,4.8704457E-1,9.7829574E-1,1.0544406E1,3.5282838E0,1.0297037E1,1.3252459E1,1.0450594E0,4.854302E0,3.160694E1,6.9810634E0,2.8443344E1,6.394287E-1,1.1845657E1,3.8832504E-1,1.015608E1,4.7093234E0,5.587714E0,1.2605351E1,6.4710665E-1,2.4307501E0,2.9176188E1,8.9481694E-1,6.0862465E0,1.7621168E1,1.0822176E1,1.0806916E0,1.0764966E1,6.47978E0,3.6763008E0,5.5288154E-1,4.156442E0,1.0644606E1,1.9607465E0,2.888828E1,2.8790808E-1,5.9164424E0,1.6980399E-1,2.5410056E0,1.5080162E1,1.0187839E1,5.771275E-1,4.579316E-1,6.021848E0,3.7380307E0,4.1841123E-1,1.0162462E1,4.8214296E-1,2.6502155E1,2.3861248E0,3.3109415E-1,5.585348E0,1.2360656E1,2.7195063E0,1.0020286E1,1.6755286E-1,3.465758E-1,3.391455E0,1.0633065E0,9.099155E0,2.5492628E1,1.0095282E0,5.3681436E0,2.1720433E-1,1.081578E1,1.5448761E0,8.081347E-1,9.212151E0,1.7080912E-1,3.220646E0,8.689791E0,4.0936556E-1,2.7697924E-1,2.5215649E1,2.438592E-1,5.1242847E0,4.487724E-1,1.0367007E1,2.5211734E-1,8.960033E0,8.047971E0,6.418193E-1,6.753279E-1,2.454032E1,4.113295E0,1.0109893E0,9.876524E0,4.9048367E-1,1.7002204E-1,8.790011E0,1.3535422E0,6.694429E0,2.5969413E-1,2.4280626E1,3.612556E0,5.007392E-1,9.654178E0,2.2234581E-1,1.8622172E-1,8.603789E0,3.481323E-1,6.3462963E0,2.3770323E1,5.103026E-1,2.4347141E-1,9.4107065E0,1.092299E0,7.511491E0,5.568343E0,7.7795357E-1,3.5030067E-1,2.3420023E1,2.2950798E-1,9.181198E0,2.3635635E-1,7.2751346E0,2.3202139E1,2.17884E-1,9.006498E0,1.7469996E-1,2.2592779E-1,7.0492067E0,2.174233E1,1.4598085E0,3.8248977E-1,8.624009E0,4.5486563E-1,2.1287464E1,8.439019E0,1.8498941E-1,2.4892473E-1,2.103854E1,1.6785555E-1,8.271164E0,1.4400018E0,1.9598537E1,8.072981E0,1.9818331E-1,1.76923E1,1.906238E0,1.6978493E1,7.138071E-1,1.6156763E1,8.217295E-1,7.9364127E-1,1.5363122E1,1.6382915E-1,1.5199293E1,1.4914537E1,2.8475586E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"167","size_leaf_vector":"0"}},{"base_weights":[-6.7434055E-3,-1.8196337E-2,-0E0,-0E0,-2.6502507E-2,3.185701E-2,-1.7394353E-2,-3.3881422E-2,-0E0,-0E0,7.337346E-2,-7.434307E-2,-0E0,-0E0,-6.293019E-2,-0E0,1.0744667E-1,-1.12782896E-1,-0E0,-6.338028E-2,1.0945172E-2,-8.173656E-2,-0E0,1.3406077E-1,-0E0,-0E0,-1.4194268E-1,-0E0,-9.3563624E-2,-0E0,3.0582976E-2,-0E0,-1.05138265E-1,1.6404884E-1,-0E0,-0E0,-1.6623658E-1,-1.1824124E-1,-0E0,5.517118E-2,-0E0,-0E0,-1.149369E-1,1.8320897E-1,-0E0,-0E0,-1.8433398E-1,-0E0,-1.4146703E-1,-0E0,1.0115926E-1,-0E0,-1.2294588E-1,1.9259804E-1,-0E0,-0E0,-2.0234314E-1,-1.5808386E-1,-0E0,1.2545657E-1,-0E0,-1.3059056E-1,-0E0,2.1100989E-1,-0E0,-2.2610901E-1,-0E0,-0E0,-1.7461205E-1,1.6253553E-1,-0E0,-0E0,-1.3838893E-1,-0E0,2.2019364E-1,-0E0,-1.89434E-1,-1.8891923E-1,-0E0,1.9863307E-1,-0E0,-0E0,-1.4610112E-1,-0E0,2.2493249E-1,-1.9811413E-1,-0E0,2.5035462E-1,-0E0,-0E0,-1.5522033E-1,-0E0,2.2940506E-1,-0E0,-2.0888337E-1,2.7481386E-1,-0E0,-0E0,-1.6478159E-1,-0E0,1.8342286E-1,-0E0,-2.3090802E-1,-0E0,2.9493186E-1,-1.8107587E-1,-0E0,-0E0,-2.4321574E-1,3.186848E-1,-0E0,-1.8620998E-1,-0E0,-0E0,-2.5577202E-1,-0E0,3.3138058E-1,-0E0,-1.9126476E-1,-0E0,-2.7463508E-1,-0E0,3.4371737E-1,-1.9380489E-1,-0E0,-0E0,-2.8244102E-1,3.577959E-1,-0E0,-1.9725612E-1,-0E0,-2.2542958E-1,-0E0,3.8010073E-1,-0E0,-0E0,-1.5554789E-1,-0E0,3.0372235E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":35,"left_children":[1,3,5,-1,7,9,11,13,-1,-1,15,17,-1,19,21,-1,23,25,-1,27,29,31,-1,33,-1,-1,35,-1,37,-1,39,-1,41,43,-1,-1,45,47,-1,49,-1,-1,51,53,-1,-1,55,-1,57,-1,59,-1,61,63,-1,-1,65,67,-1,69,-1,71,-1,73,-1,75,-1,-1,77,79,-1,-1,81,-1,83,-1,-1,85,-1,87,-1,-1,89,-1,91,93,-1,95,-1,-1,97,-1,99,-1,101,103,-1,-1,105,-1,-1,-1,107,-1,109,111,-1,-1,113,115,-1,117,-1,-1,119,-1,121,-1,123,-1,125,-1,127,129,-1,-1,131,133,-1,135,-1,-1,-1,137,-1,-1,-1,-1,-1],"loss_changes":[2.8119562E-2,2.817098E-2,3.819729E-2,0E0,2.954097E-2,7.809449E-2,3.7522987E-2,4.8512615E-2,0E0,0E0,9.2004225E-2,3.907237E-2,0E0,5.7705197E-2,7.68055E-2,0E0,9.054504E-2,2.5332585E-2,0E0,4.8301745E-2,1.8833648E-2,8.5587144E-2,0E0,7.685289E-2,0E0,0E0,3.1357832E-2,0E0,5.0389335E-2,0E0,4.3769926E-2,0E0,4.9581856E-2,4.445678E-2,0E0,0E0,2.4590239E-2,3.838283E-2,0E0,5.9430093E-2,0E0,0E0,4.4416964E-2,3.7051648E-2,0E0,0E0,2.6153505E-2,0E0,3.8748205E-2,0E0,4.99862E-2,0E0,3.7038267E-2,3.0963719E-2,0E0,0E0,2.7787894E-2,2.1531433E-2,0E0,7.6251626E-2,0E0,3.5990447E-2,0E0,2.797082E-2,0E0,1.3846144E-2,0E0,0E0,1.8926442E-2,8.80872E-2,0E0,0E0,3.495711E-2,0E0,9.685755E-3,0E0,0E0,1.5505016E-2,0E0,9.4130605E-2,0E0,0E0,4.3134928E-2,0E0,6.803751E-3,1.6010642E-2,0E0,5.2786082E-2,0E0,0E0,4.218155E-2,0E0,3.0283928E-3,0E0,1.9821882E-2,4.8474073E-2,0E0,0E0,4.673457E-2,0E0,0E0,0E0,2.107197E-2,0E0,3.7454963E-2,2.9711723E-2,0E0,0E0,1.5475631E-2,2.7498722E-2,0E0,2.941984E-2,0E0,0E0,2.1896154E-2,0E0,2.5461078E-2,0E0,7.893622E-3,0E0,8.678079E-3,0E0,1.4437854E-2,1.2592971E-2,0E0,0E0,3.6116838E-3,2.4698019E-2,0E0,7.945836E-3,0E0,0E0,0E0,4.7855377E-3,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,7,7,10,10,11,11,13,13,14,14,16,16,17,17,19,19,20,20,21,21,23,23,26,26,28,28,30,30,32,32,33,33,36,36,37,37,39,39,42,42,43,43,46,46,48,48,50,50,52,52,53,53,56,56,57,57,59,59,61,61,63,63,65,65,68,68,69,69,72,72,74,74,77,77,79,79,82,82,84,84,85,85,87,87,90,90,92,92,94,94,95,95,98,98,102,102,104,104,105,105,108,108,109,109,111,111,114,114,116,116,118,118,120,120,122,122,123,123,126,126,127,127,129,129,133,133],"right_children":[2,4,6,-1,8,10,12,14,-1,-1,16,18,-1,20,22,-1,24,26,-1,28,30,32,-1,34,-1,-1,36,-1,38,-1,40,-1,42,44,-1,-1,46,48,-1,50,-1,-1,52,54,-1,-1,56,-1,58,-1,60,-1,62,64,-1,-1,66,68,-1,70,-1,72,-1,74,-1,76,-1,-1,78,80,-1,-1,82,-1,84,-1,-1,86,-1,88,-1,-1,90,-1,92,94,-1,96,-1,-1,98,-1,100,-1,102,104,-1,-1,106,-1,-1,-1,108,-1,110,112,-1,-1,114,116,-1,118,-1,-1,120,-1,122,-1,124,-1,126,-1,128,130,-1,-1,132,134,-1,136,-1,-1,-1,138,-1,-1,-1,-1,-1],"split_conditions":[8.68125E1,9.4177246E-2,7.0654297E-1,-0E0,1.050625E2,5.571875E1,9.453125E-1,2.1022367E0,-0E0,-0E0,6.2683105E-2,9.970703E-1,-0E0,8.344239E1,4.3120236E0,-0E0,1.5296657E2,1.514676E2,-0E0,3.778125E1,1.7443595E0,1.0601807E-1,-0E0,8.13125E1,-0E0,-0E0,5.7878387E-1,-0E0,9.9072266E-1,-0E0,4.498985E0,-0E0,9.289551E-2,9.897461E-1,-0E0,-0E0,4.2732574E1,8.5632324E-2,-0E0,6.108684E1,-0E0,-0E0,3.982544E-3,5.7508125E0,-0E0,-0E0,5.370293E-1,-0E0,9.9609375E-1,-0E0,9.682617E-1,-0E0,9.951172E-1,9.84375E-1,-0E0,-0E0,1.6288348E2,1.2715116E0,-0E0,9.970703E-1,-0E0,5.7852657E1,-0E0,1.0107422E-1,-0E0,3.240625E1,-0E0,-0E0,9.9902344E-1,8.691406E-1,-0E0,-0E0,1.4782715E-1,-0E0,4.7440838E1,-0E0,-1.89434E-1,5.5322685E0,-0E0,9.946289E-1,-0E0,-0E0,7.722628E-1,-0E0,5.7495117E-2,8.109554E-1,-0E0,1.070625E2,-0E0,-0E0,3.309375E1,-0E0,6.3971734E-1,-0E0,4.4128418E-2,3.1375E1,-0E0,-0E0,9.980469E-1,-0E0,1.8342286E-1,-0E0,1.335907E-2,-0E0,4.7286634E0,9.9072266E-1,-0E0,-0E0,3.990625E1,6.237793E-2,-0E0,6.044407E-1,-0E0,-0E0,6.4260453E-1,-0E0,9.383654E-1,-0E0,1.34375E2,-0E0,3.084375E1,-0E0,7.993164E-1,5.7508125E0,-0E0,-0E0,9.85E1,9.716797E-1,-0E0,3.0140625E1,-0E0,-2.2542958E-1,-0E0,5.466461E-3,-0E0,-0E0,-1.5554789E-1,-0E0,3.0372235E-1],"split_indices":[9,16,13,0,10,11,14,1,0,0,16,15,0,4,0,0,4,6,0,10,3,12,0,8,0,0,3,0,18,0,3,0,14,16,0,0,7,13,0,7,0,0,19,1,0,0,2,0,16,0,19,0,16,19,0,0,5,3,0,15,0,5,0,14,0,10,0,0,15,13,0,0,15,0,7,0,0,0,0,14,0,0,3,0,13,1,0,11,0,0,11,0,1,0,17,8,0,0,15,0,0,0,19,0,0,12,0,0,10,12,0,0,0,0,0,0,2,0,11,0,8,0,13,1,0,0,10,16,0,8,0,0,0,19,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4915683E2,1.0497954E2,4.417728E1,1.5648239E1,8.93313E1,3.3935074E1,1.0242207E1,8.019767E1,9.1336355E0,1.3437931E1,2.0497145E1,6.8772345E0,3.364972E0,4.5055717E1,3.514195E1,3.2362463E0,1.7260897E1,5.7771754E0,1.1000593E0,1.2890902E1,3.2164818E1,3.2123783E1,3.0181675E0,1.5947031E1,1.3138666E0,1.056827E0,4.7203484E0,1.7285722E0,1.116233E1,8.344979E0,2.3819838E1,5.1639733E0,2.6959808E1,1.3339306E1,2.6077247E0,2.7958724E-1,4.440761E0,1.040646E1,7.558695E-1,2.1352757E1,2.46708E0,7.2923344E-1,2.6230576E1,1.1920496E1,1.41881E0,1.9882846E-1,4.241933E0,1.3693237E0,9.037136E0,9.545087E0,1.1807671E1,4.3068197E-1,2.5799892E1,1.1737884E1,1.8261233E-1,1.6774692E-1,4.074186E0,8.688056E0,3.4908035E-1,1.0677907E1,1.1297635E0,2.4982698E1,8.171947E-1,1.0390825E1,1.3470585E0,3.706678E0,3.675079E-1,9.509018E-1,7.737154E0,9.046012E0,1.6318947E0,9.117864E-1,2.4070911E1,3.1262305E-1,1.0078202E1,3.2566425E-1,3.3810136E0,7.067062E0,6.7009205E-1,8.124281E0,9.2173165E-1,8.878857E-1,2.3183027E1,2.4958593E-1,9.828616E0,6.7759953E0,2.9106644E-1,6.4307623E0,1.693518E0,9.106937E-1,2.2272333E1,2.695329E-1,9.559083E0,3.6396188E-1,6.4120336E0,5.950892E0,4.7987056E-1,1.0125293E0,2.1259804E1,4.31351E-1,9.127732E0,8.8392925E-1,5.5281043E0,2.9277468E-1,5.6581173E0,1.8945185E1,2.3146186E0,2.3843417E-1,5.28967E0,5.143142E0,5.1497483E-1,1.874458E1,2.0060477E-1,3.1793576E-1,4.9717345E0,1.7370076E-1,4.9694414E0,1.9954528E-1,1.8545034E1,4.3552297E-1,4.5362115E0,1.7006205E-1,4.7993793E0,1.8259233E1,2.8580222E-1,1.6574456E-1,4.3704667E0,4.5033255E0,2.9605395E-1,1.793219E1,3.270428E-1,4.1947446E0,1.7572244E-1,4.1042986E0,3.9902714E-1,1.9810843E-1,1.7734081E1,1.854445E-1,3.918854E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"139","size_leaf_vector":"0"}},{"base_weights":[-0E0,-1.4928696E-2,5.7278485E-3,-3.8896788E-2,-0E0,-0E0,4.1320786E-2,-0E0,-5.4177582E-2,-0E0,2.334456E-2,-4.9828507E-2,3.3874586E-3,1.14021644E-1,-0E0,-0E0,-6.485404E-2,-0E0,-3.28036E-2,7.3005304E-2,-0E0,-0E0,-8.452696E-2,-0E0,4.2023804E-2,-0E0,1.4061566E-1,-7.5332984E-2,-0E0,-0E0,-6.308546E-2,-0E0,1.2830715E-1,-0E0,-1.2302106E-1,-2.4007803E-2,-0E0,7.915383E-2,-0E0,-0E0,1.7937164E-1,-8.269381E-2,-0E0,-0E0,-9.4515674E-2,1.5938823E-1,-0E0,-1.4961922E-1,-0E0,-0E0,-5.063397E-2,1.0066016E-1,-0E0,-0E0,2.2239716E-1,-0E0,-8.963648E-2,-1.1583727E-1,-0E0,-0E0,1.8482807E-1,-1.8678325E-1,-0E0,-0E0,-6.851682E-2,1.4383888E-1,-0E0,2.4217278E-1,-0E0,-0E0,-9.533514E-2,-0E0,-1.4220226E-1,2.1005234E-1,-0E0,-2.0927568E-1,-0E0,-0E0,-8.620885E-2,1.6340378E-1,-0E0,-0E0,2.5284222E-1,-1.2261219E-1,-0E0,-0E0,-1.5814559E-1,2.5225583E-1,-0E0,-0E0,-2.2917064E-1,-0E0,-1.0078255E-1,-0E0,1.8561666E-1,2.638412E-1,-0E0,-1.3407741E-1,-0E0,-1.651202E-1,-0E0,2.667642E-1,-0E0,-2.439464E-1,-0E0,-1.1878258E-1,-0E0,2.0170934E-1,-0E0,-0E0,2.7186307E-1,-1.3934626E-1,-0E0,-1.4002703E-1,-0E0,2.8540432E-1,-0E0,-2.528602E-1,-0E0,-1.3731655E-1,-0E0,-0E0,2.1717721E-1,-0E0,2.8020653E-1,-0E0,-1.4656639E-1,3.083528E-1,-0E0,-0E0,-2.6204777E-1,-0E0,-1.509808E-1,-0E0,2.2976147E-1,-0E0,2.8664237E-1,-1.5210575E-1,-0E0,-0E0,3.2111895E-1,-0E0,-2.690009E-1,-1.5774241E-1,-0E0,-0E0,2.4163121E-1,-0E0,2.2791648E-1,-1.5521899E-1,-0E0,-0E0,3.298974E-1,-0E0,-2.7958733E-1,-0E0,-1.6490215E-1,-0E0,2.554314E-1,-1.576505E-1,-0E0,2.658696E-1,-0E0,-2.894688E-1,-0E0,-1.7336881E-1,-0E0,-0E0,2.6701733E-1,-0E0,-1.7083077E-1,-0E0,-2.9690322E-1,-0E0,-1.3891809E-1,2.7950743E-1,-0E0,-1.7360544E-1,-0E0,-3.0246252E-1,-0E0,2.8884125E-1,-0E0,-0E0,-1.3746306E-1,-0E0,-2.4629492E-1,-0E0,2.957367E-1,3.0691162E-1,-0E0,2.5386408E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":36,"left_children":[1,3,5,7,9,11,13,-1,15,17,19,21,23,25,-1,-1,27,-1,29,31,-1,-1,33,35,37,-1,39,41,-1,-1,43,-1,45,-1,47,49,-1,51,-1,-1,53,55,-1,-1,57,59,-1,61,-1,-1,63,65,-1,-1,67,-1,69,71,-1,-1,73,75,-1,-1,77,79,-1,81,-1,-1,83,-1,85,87,-1,89,-1,-1,91,93,-1,-1,95,97,-1,-1,99,101,-1,-1,103,-1,105,-1,107,109,-1,111,-1,113,-1,115,-1,117,-1,119,-1,121,-1,-1,123,125,-1,-1,-1,127,-1,129,-1,131,-1,-1,133,-1,135,-1,137,139,-1,-1,141,-1,143,-1,145,-1,147,149,-1,-1,151,-1,153,155,-1,-1,157,-1,-1,159,-1,-1,161,-1,163,-1,165,-1,167,169,-1,-1,-1,171,-1,173,-1,-1,175,-1,177,-1,179,-1,-1,181,-1,183,-1,185,-1,187,-1,-1,-1,-1,-1,-1,189,191,-1,-1,-1],"loss_changes":[1.7400194E-2,4.581748E-2,3.6102355E-2,4.23652E-2,9.012497E-3,3.1959664E-2,1.0727809E-1,0E0,3.8904108E-2,6.85578E-3,4.9796995E-2,4.7947504E-2,4.62208E-2,7.096593E-2,0E0,0E0,3.6665037E-2,0E0,1.7310612E-2,9.6937954E-2,0E0,0E0,6.985069E-2,9.57489E-3,7.629967E-2,0E0,8.908805E-2,3.2773748E-2,0E0,0E0,2.2520417E-2,0E0,5.946383E-2,0E0,6.3953355E-2,2.594557E-2,0E0,6.332205E-2,0E0,0E0,8.632532E-2,3.1102255E-2,0E0,0E0,1.7449837E-2,6.560722E-2,0E0,6.836562E-2,0E0,0E0,2.8002333E-2,7.089183E-2,0E0,0E0,5.1468253E-2,0E0,2.4969727E-2,2.1810956E-2,0E0,0E0,6.4077735E-2,5.3619087E-2,0E0,0E0,3.3657245E-2,6.429255E-2,0E0,2.7749121E-2,0E0,0E0,2.8029442E-2,0E0,1.4347449E-2,5.7768703E-2,0E0,3.832242E-2,0E0,0E0,2.8690353E-2,5.7445914E-2,0E0,0E0,2.9243648E-2,4.076478E-2,0E0,0E0,4.444517E-3,3.4888536E-2,0E0,0E0,3.3462673E-2,0E0,3.081432E-2,0E0,5.2090466E-2,1.2871742E-2,0E0,2.2254348E-2,0E0,1.2768775E-2,0E0,3.8701147E-2,0E0,1.8855482E-2,0E0,3.607565E-2,0E0,5.3566515E-2,0E0,0E0,1.9165099E-2,1.6976565E-2,0E0,0E0,0E0,2.7291626E-2,0E0,1.7536342E-2,0E0,3.5730585E-2,0E0,0E0,4.145953E-2,0E0,7.346809E-3,0E0,1.8283904E-2,1.6709149E-2,0E0,0E0,9.331703E-3,0E0,1.6618475E-2,0E0,4.1127443E-2,0E0,3.0972362E-3,1.0234445E-2,0E0,0E0,5.780101E-3,0E0,1.3154656E-2,1.6984656E-2,0E0,0E0,4.00573E-2,0E0,0E0,8.4269345E-3,0E0,0E0,5.471647E-3,0E0,1.4151871E-2,0E0,1.4270186E-2,0E0,3.87488E-2,1.7099828E-2,0E0,0E0,0E0,5.228609E-3,0E0,3.2101572E-3,0E0,0E0,4.7538996E-2,0E0,7.542342E-3,0E0,2.4788976E-3,0E0,0E0,1.7998934E-2,0E0,5.886346E-3,0E0,4.34947E-3,0E0,1.4666975E-2,0E0,0E0,0E0,0E0,0E0,0E0,2.019918E-2,5.2075803E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,8,8,9,9,10,10,11,11,12,12,13,13,16,16,18,18,19,19,22,22,23,23,24,24,26,26,27,27,30,30,32,32,34,34,35,35,37,37,40,40,41,41,44,44,45,45,47,47,50,50,51,51,54,54,56,56,57,57,60,60,61,61,64,64,65,65,67,67,70,70,72,72,73,73,75,75,78,78,79,79,82,82,83,83,86,86,87,87,90,90,92,92,94,94,95,95,97,97,99,99,101,101,103,103,105,105,107,107,110,110,111,111,115,115,117,117,119,119,122,122,124,124,126,126,127,127,130,130,132,132,134,134,136,136,137,137,140,140,142,142,143,143,146,146,149,149,152,152,154,154,156,156,158,158,159,159,163,163,165,165,168,168,170,170,172,172,175,175,177,177,179,179,181,181,188,188,189,189],"right_children":[2,4,6,8,10,12,14,-1,16,18,20,22,24,26,-1,-1,28,-1,30,32,-1,-1,34,36,38,-1,40,42,-1,-1,44,-1,46,-1,48,50,-1,52,-1,-1,54,56,-1,-1,58,60,-1,62,-1,-1,64,66,-1,-1,68,-1,70,72,-1,-1,74,76,-1,-1,78,80,-1,82,-1,-1,84,-1,86,88,-1,90,-1,-1,92,94,-1,-1,96,98,-1,-1,100,102,-1,-1,104,-1,106,-1,108,110,-1,112,-1,114,-1,116,-1,118,-1,120,-1,122,-1,-1,124,126,-1,-1,-1,128,-1,130,-1,132,-1,-1,134,-1,136,-1,138,140,-1,-1,142,-1,144,-1,146,-1,148,150,-1,-1,152,-1,154,156,-1,-1,158,-1,-1,160,-1,-1,162,-1,164,-1,166,-1,168,170,-1,-1,-1,172,-1,174,-1,-1,176,-1,178,-1,180,-1,-1,182,-1,184,-1,186,-1,188,-1,-1,-1,-1,-1,-1,190,192,-1,-1,-1],"split_conditions":[8.823242E-1,2.5183601E0,7.75625E1,9.235561E-1,9.566974E1,1.5146117E0,6.2158203E-1,-0E0,5.7878387E-1,6.957525E1,5.253906E-1,7.006354E1,1.6826637E0,8.6364746E-2,-0E0,-0E0,9.8535156E-1,-0E0,3.1921875E1,8.0078125E-2,-0E0,-0E0,8.300781E-2,4.4799805E-1,9.8828125E-1,-0E0,4.571875E1,1.104375E2,-0E0,-0E0,3.328125E1,-0E0,1.016875E2,-0E0,1.71875E2,1.4722429E2,-0E0,4.768168E0,-0E0,-0E0,3.625E1,5.947876E-2,-0E0,-0E0,9.7802734E-1,1.2934842E2,-0E0,9.238281E-1,-0E0,-0E0,1.6450387E0,6.904297E-1,-0E0,-0E0,3.3298468E2,-0E0,3.6375E1,9.4319856E-1,-0E0,-0E0,5.404049E0,1.4091702E2,-0E0,-0E0,1.2902832E-1,9.375E-1,-0E0,4.2405365E1,-0E0,-0E0,2.9469612E0,-0E0,4.246875E1,3.591511E0,-0E0,3.240625E1,-0E0,-0E0,1.244289E0,6.828467E1,-0E0,-0E0,1.9873218E2,9.458008E-1,-0E0,-0E0,9.7802734E-1,1.224375E2,-0E0,-0E0,9.9560547E-1,-0E0,7.16875E1,-0E0,9.863281E-1,7.702637E-2,-0E0,1.9225E2,-0E0,2.6911752E2,-0E0,4.7600365E0,-0E0,5.2000422E0,-0E0,1.5789275E2,-0E0,3.825E1,-0E0,-0E0,3.1484375E1,6.603241E-3,-0E0,-1.4002703E-1,-0E0,9.848633E-1,-0E0,7.159887E1,-0E0,5.8944434E-1,-0E0,-0E0,1.3842773E-1,-0E0,6.585161E-1,-0E0,1.9225E2,3.309375E1,-0E0,-0E0,9.490967E-3,-0E0,9.980469E-1,-0E0,3.1484375E1,-0E0,7.247925E-3,1.5376474E2,-0E0,-0E0,9.765625E-2,-0E0,3.403125E1,8.959961E-1,-0E0,-0E0,3.071875E1,-0E0,2.2791648E-1,9.794922E-1,-0E0,-0E0,9.9121094E-1,-0E0,9.980469E-1,-0E0,4.732431E0,-0E0,1.6125427E0,3.353125E1,-0E0,2.658696E-1,-0E0,8.989258E-1,-0E0,2.0978586E1,-0E0,-0E0,9.272461E-1,-0E0,1.6495241E2,-0E0,8.7060547E-1,-0E0,-1.3891809E-1,5.1032395E0,-0E0,6.019756E-1,-0E0,9.243164E-1,-0E0,6.63853E-1,-0E0,-0E0,-1.3746306E-1,-0E0,-2.4629492E-1,-0E0,6.3183594E-1,7.20625E1,-0E0,2.5386408E-1,-0E0],"split_indices":[14,3,11,2,4,2,17,0,3,4,13,5,1,15,0,0,19,0,11,13,0,0,12,13,15,0,9,8,0,0,8,0,9,0,9,6,0,3,0,0,8,14,0,0,18,6,0,18,0,0,2,19,0,0,6,0,9,1,0,0,3,5,0,0,15,13,0,4,0,0,2,0,9,1,0,11,0,0,3,5,0,0,4,13,0,0,19,11,0,0,16,0,8,0,18,13,0,10,0,6,0,2,0,1,0,7,0,9,0,0,10,19,0,0,0,16,0,5,0,1,0,0,15,0,2,0,11,10,0,0,19,0,18,0,11,0,18,5,0,0,13,0,10,14,0,0,8,0,0,19,0,0,18,0,17,0,3,0,2,8,0,0,0,14,0,7,0,0,12,0,4,0,18,0,0,2,0,3,0,14,0,3,0,0,0,0,0,0,19,11,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4703166E2,6.549855E1,8.153311E1,3.9505226E1,2.5993328E1,5.9312275E1,2.2220835E1,4.951002E0,3.4554222E1,9.955679E0,1.603765E1,1.2151745E1,4.716053E1,1.0735486E1,1.1485349E1,1.3418964E0,3.3212326E1,4.084586E0,5.871093E0,1.0534143E1,5.503506E0,1.5443393E0,1.0607406E1,2.117826E1,2.5982271E1,2.5888482E-1,1.0476601E1,3.0946486E1,2.2658415E0,2.9879275E-1,5.5723E0,1.57353E0,8.960613E0,1.2482026E0,9.359202E0,1.6112268E1,5.065991E0,1.9142605E1,6.839667E0,1.4619613E0,9.01464E0,3.0390055E1,5.564301E-1,8.460939E-1,4.7262063E0,7.9713473E0,9.892662E-1,9.022254E0,3.3694893E-1,2.7576482E0,1.3354621E1,1.7895264E1,1.2473415E0,1.580002E0,7.434638E0,7.287903E-1,2.9661264E1,4.2797995E0,4.4640675E-1,2.5100607E-1,7.720341E0,7.5695386E0,1.4527153E0,3.2345495E-1,1.3031166E1,1.1935279E1,5.959985E0,7.0692606E0,3.653774E-1,7.5070405E-1,2.891056E1,5.2948785E-1,3.7503114E0,7.3168793E0,4.034617E-1,7.1524496E0,4.170889E-1,4.5521253E-1,1.25759535E1,1.1543603E1,3.916762E-1,1.9127667E-1,6.8779836E0,1.9144854E1,9.765708E0,2.4011806E-1,3.5101933E0,5.827925E0,1.4889541E0,5.4130536E-1,6.611144E0,6.836258E-1,1.1892327E1,1.0427102E0,1.0500893E1,6.6957536E0,1.822303E-1,1.81964E1,9.4845223E-1,3.341585E0,1.6860858E-1,5.6485972E0,1.7932792E-1,6.338097E0,2.7304724E-1,1.0605064E1,1.2872628E0,1.0095861E1,4.0503106E-1,2.4423015E-1,6.4515233E0,1.7955372E1,2.4102822E-1,3.1461468E0,1.9543812E-1,5.3467975E0,3.0179983E-1,6.1593857E0,1.7871132E-1,9.722848E0,8.8221645E-1,3.1987253E-1,9.775989E0,1.6372229E-1,6.2878013E0,9.832261E-1,1.6972147E1,4.7959466E0,5.508508E-1,2.034045E-1,5.9559813E0,1.9920565E-1,9.523643E0,3.094625E-1,9.466526E0,2.1196727E-1,6.075834E0,1.6512999E1,4.5914832E-1,2.506736E-1,4.5452733E0,2.0047523E-1,5.755506E0,9.350608E0,1.7303433E-1,2.5071836E-1,9.215808E0,2.1151811E-1,5.8643155E0,1.6262169E1,2.508286E-1,2.1182209E-1,4.3334513E0,2.9647014E-1,5.459036E0,2.1221648E-1,9.1383915E0,4.0752366E-1,8.808285E0,1.608816E1,1.7401046E-1,4.0746827E0,2.5876832E-1,5.2280307E0,2.310052E-1,8.694752E0,4.436404E-1,2.4677637E-1,8.561508E0,1.8749888E0,1.421317E1,2.2395371E-1,5.004077E0,3.8083482E-1,8.313916E0,8.378261E0,1.832475E-1,1.3996868E1,2.1630178E-1,4.8307023E0,1.733745E-1,8.029474E0,3.4878615E-1,2.3981002E-1,1.3757058E1,3.959882E-1,4.434714E0,2.2541538E-1,7.804059E0,7.424793E0,3.7926596E-1,7.0385637E0,3.862291E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"193","size_leaf_vector":"0"}},{"base_weights":[-0E0,7.371248E-3,-5.2125294E-2,1.9227004E-2,-3.757942E-2,-0E0,-8.009875E-2,-0E0,3.481248E-2,-0E0,-7.1931995E-2,-9.665829E-2,-0E0,-0E0,-5.5522397E-2,-6.827596E-3,5.8248013E-2,-0E0,-9.760725E-2,-1.0680399E-1,-0E0,-0E0,1.5076764E-2,-8.426262E-2,-0E0,-0E0,-5.5903975E-2,6.609001E-2,-0E0,-1.1597597E-1,-0E0,-1.1894306E-1,-0E0,-0E0,7.020114E-2,-1.1212669E-1,-0E0,-8.895494E-2,-0E0,-0E0,7.433638E-2,-0E0,-1.3571508E-1,-0E0,-1.2478026E-1,-0E0,8.9796975E-2,-0E0,-1.4554276E-1,-1.1751533E-1,-0E0,-0E0,8.70865E-2,-1.474743E-1,-0E0,-0E0,-1.298853E-1,1.1275272E-1,-0E0,-0E0,-1.6291092E-1,-1.32173E-1,-0E0,9.971674E-2,-0E0,-0E0,-1.576045E-1,-0E0,-1.0675426E-1,-0E0,1.363031E-1,-1.7603672E-1,-0E0,-0E0,-1.5464716E-1,-0E0,1.3356492E-1,-0E0,-1.6529904E-1,1.54574E-1,-0E0,-1.9094665E-1,-0E0,-0E0,-1.7815502E-1,-0E0,1.4108434E-1,-1.7401586E-1,-0E0,-0E0,1.753251E-1,-0E0,-2.1482258E-1,-1.9314633E-1,-0E0,-0E0,1.48603E-1,-0E0,-1.8780546E-1,-0E0,1.9264732E-1,-1.7464049E-1,-0E0,-2.1298824E-1,-0E0,1.5640485E-1,-0E0,-0E0,-2.0104405E-1,-0E0,2.2268923E-1,-0E0,-2.2400111E-1,1.6430905E-1,-0E0,-2.08579E-1,-0E0,-0E0,2.423048E-1,-0E0,-1.8351954E-1,-0E0,1.712088E-1,-1.6800334E-1,-0E0,2.7113682E-1,-0E0,-0E0,1.7980298E-1,2.186116E-1,-0E0,-0E0,1.8410996E-1,-0E0,1.926644E-1,2.0533563E-1,-0E0,-0E0,2.2107302E-1,2.2813135E-1,-0E0,-0E0,2.3438147E-1,2.4340075E-1,-0E0,2.5096294E-1,-0E0,1.9777927E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":37,"left_children":[1,3,5,7,9,-1,11,13,15,-1,17,19,-1,21,23,25,27,-1,29,31,-1,-1,33,35,-1,-1,37,39,-1,41,-1,43,-1,-1,45,47,-1,49,-1,-1,51,-1,53,-1,55,-1,57,-1,59,61,-1,-1,63,65,-1,-1,67,69,-1,-1,71,73,-1,75,-1,-1,77,-1,-1,-1,79,81,-1,-1,83,-1,85,-1,87,89,-1,91,-1,-1,93,-1,95,97,-1,-1,99,-1,101,103,-1,-1,105,-1,107,-1,109,-1,-1,111,-1,113,-1,-1,115,-1,117,-1,119,121,-1,123,-1,-1,125,-1,-1,-1,127,-1,-1,129,-1,-1,131,-1,-1,-1,133,-1,135,137,-1,-1,139,141,-1,-1,143,145,-1,147,-1,-1,-1],"loss_changes":[5.8685146E-2,4.9304202E-2,1.8857956E-2,6.980795E-2,2.3174526E-2,0E0,1.7570265E-2,3.20591E-2,1.4291278E-1,0E0,2.4535995E-2,1.7028153E-2,0E0,2.5494404E-3,3.0763786E-2,3.088413E-2,6.405109E-2,0E0,1.61069E-2,1.8533736E-2,0E0,0E0,4.3204572E-2,3.8188912E-2,0E0,0E0,4.036067E-2,4.9313694E-2,0E0,1.6959324E-2,0E0,7.184759E-3,0E0,0E0,2.7140547E-2,5.1094085E-2,0E0,3.5699636E-2,0E0,0E0,6.2289715E-2,0E0,1.1403263E-2,0E0,8.1695765E-3,0E0,2.6787259E-2,0E0,3.388691E-2,2.5682531E-2,0E0,0E0,6.881896E-2,9.111978E-3,0E0,0E0,8.579239E-3,4.1238017E-2,0E0,0E0,2.4416506E-2,2.4677768E-2,0E0,9.062767E-2,0E0,0E0,6.429665E-3,0E0,0E0,0E0,3.628558E-2,1.8372461E-2,0E0,0E0,3.287615E-2,0E0,6.2445223E-2,0E0,4.561119E-3,3.4944177E-2,0E0,2.275145E-2,0E0,0E0,2.515544E-2,0E0,5.2418232E-2,7.5691417E-3,0E0,0E0,3.215912E-2,0E0,1.0784745E-2,3.404075E-2,0E0,0E0,2.9385388E-2,0E0,1.243183E-2,0E0,5.5827767E-2,0E0,0E0,1.6397953E-2,0E0,3.9388657E-2,0E0,0E0,3.8490891E-3,0E0,4.2877674E-2,0E0,1.2235463E-2,2.3733497E-2,0E0,2.2161752E-3,0E0,0E0,5.1027298E-2,0E0,0E0,0E0,2.8236806E-2,0E0,0E0,6.84759E-3,0E0,0E0,3.33274E-2,0E0,0E0,0E0,4.406184E-2,0E0,4.1633666E-2,5.903524E-2,0E0,0E0,3.9571404E-2,3.6509752E-2,0E0,0E0,2.8207421E-2,1.1764169E-2,0E0,1.1610985E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,7,7,8,8,10,10,11,11,13,13,14,14,15,15,16,16,18,18,19,19,22,22,23,23,26,26,27,27,29,29,31,31,34,34,35,35,37,37,40,40,42,42,44,44,46,46,48,48,49,49,52,52,53,53,56,56,57,57,60,60,61,61,63,63,66,66,70,70,71,71,74,74,76,76,78,78,79,79,81,81,84,84,86,86,87,87,90,90,92,92,93,93,96,96,98,98,100,100,103,103,105,105,108,108,110,110,112,112,113,113,115,115,118,118,122,122,125,125,128,128,132,132,134,134,135,135,138,138,139,139,142,142,143,143,145,145],"right_children":[2,4,6,8,10,-1,12,14,16,-1,18,20,-1,22,24,26,28,-1,30,32,-1,-1,34,36,-1,-1,38,40,-1,42,-1,44,-1,-1,46,48,-1,50,-1,-1,52,-1,54,-1,56,-1,58,-1,60,62,-1,-1,64,66,-1,-1,68,70,-1,-1,72,74,-1,76,-1,-1,78,-1,-1,-1,80,82,-1,-1,84,-1,86,-1,88,90,-1,92,-1,-1,94,-1,96,98,-1,-1,100,-1,102,104,-1,-1,106,-1,108,-1,110,-1,-1,112,-1,114,-1,-1,116,-1,118,-1,120,122,-1,124,-1,-1,126,-1,-1,-1,128,-1,-1,130,-1,-1,132,-1,-1,-1,134,-1,136,138,-1,-1,140,142,-1,-1,144,146,-1,148,-1,-1,-1],"split_conditions":[1.0573596E2,2.0645432E2,1.8652344E-1,1.4655418E2,6.972656E-1,-0E0,4.183357E0,7.439854E1,7.216191E1,-0E0,9.9914163E-1,9.995117E-1,-0E0,1.2340886E2,9.9316406E-1,1.6148209E2,1.6356958E2,-0E0,9.7265625E-1,9.9902344E-1,-0E0,-0E0,9.7501725E-1,1.24E2,-0E0,-0E0,1.224375E2,3.3663666E1,-0E0,4.753113E-3,-0E0,3.1703125E1,-0E0,-0E0,2.0978586E1,3.503125E1,-0E0,9.824219E-1,-0E0,-0E0,1.5620819E2,-0E0,1.63E2,-0E0,3.3931732E-3,-0E0,9.9658203E-1,-0E0,3.490448E-3,9.9658203E-1,-0E0,-0E0,9.428711E-1,1.0313916E0,-0E0,-0E0,5.367279E-3,7.247925E-3,-0E0,-0E0,2.344933E2,3.9616463E1,-0E0,1.1199951E-1,-0E0,-0E0,6.1187744E-2,-0E0,-1.0675426E-1,-0E0,1.5207422E2,9.980469E-1,-0E0,-0E0,1.5220642E-2,-0E0,4.3917277E-1,-0E0,8.725586E-1,3.428125E1,-0E0,1.20831604E2,-0E0,-0E0,9.9658203E-1,-0E0,6.3201505E-1,5.178125E1,-0E0,-0E0,3.240625E1,-0E0,1.6644908E2,1.38375E2,-0E0,-0E0,9.9902344E-1,-0E0,1.2870789E-2,-0E0,1.9241333E-2,-1.7464049E-1,-0E0,8.4848785E-1,-0E0,9.9121094E-1,-0E0,-0E0,9.70625E1,-0E0,3.0609375E1,-0E0,3.615625E1,6.1187744E-2,-0E0,9.926758E-1,-0E0,-0E0,4.297177E0,-0E0,-1.8351954E-1,-0E0,4.4E1,-1.6800334E-1,-0E0,8.9160156E-1,-0E0,-0E0,7.261925E1,2.186116E-1,-0E0,-0E0,3.240625E1,-0E0,4.773229E0,3.6875E1,-0E0,-0E0,9.863281E-1,5.8944434E-1,-0E0,-0E0,1.38375E2,1.9977252E2,-0E0,9.760742E-1,-0E0,1.9777927E-1,-0E0],"split_indices":[5,6,17,6,14,0,0,5,5,0,0,17,0,6,17,6,4,0,19,15,0,0,1,11,0,0,11,7,0,18,0,11,0,0,7,11,0,17,0,0,6,0,10,0,18,0,14,0,17,19,0,0,18,2,0,0,16,18,0,0,7,7,0,19,0,0,13,0,0,0,4,15,0,0,19,0,0,0,13,11,0,6,0,0,18,0,2,9,0,0,10,0,4,10,0,0,15,0,16,0,19,0,0,0,0,19,0,0,8,0,8,0,10,13,0,18,0,0,2,0,0,0,9,0,0,13,0,0,5,0,0,0,11,0,0,10,0,0,19,1,0,0,11,6,0,13,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4434927E2,1.2577566E2,1.8573624E1,1.17355774E2,8.419885E0,8.056795E0,1.05168295E1,2.430368E1,9.305209E1,2.006503E0,6.4133816E0,8.945979E0,1.5708499E0,1.4404121E1,9.89956E0,1.8271505E1,7.478059E1,5.833517E-1,5.83003E0,8.729373E0,2.1660686E-1,3.6883643E0,1.0715757E1,8.34806E0,1.5515003E0,8.609393E0,9.662112E0,7.2639534E1,2.1410527E0,5.181174E0,6.4885634E-1,8.251685E0,4.7768793E-1,1.9316355E0,8.7841215E0,7.534412E0,8.136472E-1,8.61412E0,1.047993E0,6.4030194E0,6.623651E1,6.1164564E-1,4.569528E0,3.3820763E-1,7.913477E0,2.4405351E-1,8.540069E0,8.537438E-1,6.6806684E0,7.3074327E0,1.306687E0,9.897714E0,5.63388E1,4.3176174E0,2.519105E-1,1.6411178E-1,7.7493653E0,7.3408265E0,1.1992415E0,1.7264238E-1,6.508026E0,7.1419177E0,1.6551475E-1,4.9773186E1,6.565613E0,2.3257233E-1,4.0850453E0,3.6186764E-1,7.3874974E0,2.5573766E-1,7.085089E0,6.2898226E0,2.1820351E-1,1.0278726E0,6.114045E0,1.7171778E1,3.260141E1,1.8161103E-1,3.903434E0,6.916586E0,1.6850321E-1,5.774762E0,5.1506007E-1,5.944903E-1,5.5195546E0,2.9721394E-1,3.2304195E1,3.6239522E0,2.7948204E-1,5.149188E-1,6.401667E0,8.242727E-1,4.9504895E0,5.2956963E0,2.2385868E-1,8.6181545E-1,3.1442379E1,3.687684E-1,3.2551837E0,3.188317E-1,6.082835E0,4.732717E0,2.1777244E-1,5.016537E0,2.79159E-1,2.9536377E1,1.9060014E0,1.7069244E-1,3.0844913E0,5.3053594E-1,5.5522995E0,2.02294E-1,4.8142433E0,2.8175022E1,1.3613557E0,2.918663E0,1.6582836E-1,2.09943E-1,5.342356E0,2.7633154E-1,4.5379114E0,1.4549714E0,2.672005E1,2.7536762E0,1.6498664E-1,4.860002E0,4.8235425E-1,1.6665124E0,2.5053537E1,4.603486E0,2.5651595E-1,1.9837667E-1,2.4855162E1,1.0145673E0,2.3840593E1,2.191663E1,1.923964E0,1.869994E0,2.0046637E1,1.9555231E1,4.914042E-1,3.907386E-1,1.9164494E1,1.8210274E1,9.5421976E-1,1.7286463E1,9.238105E-1,1.7104132E1,1.823307E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"149","size_leaf_vector":"0"}},{"base_weights":[-3.586195E-3,-0E0,-5.938786E-2,-2.139933E-2,5.9137307E-3,-0E0,-8.676094E-2,-0E0,-4.9977604E-2,-0E0,6.1321322E-2,-9.9320516E-2,-0E0,-1.0203782E-1,-0E0,-1.2677512E-2,1.20382905E-2,7.995319E-2,-0E0,-1.1070797E-1,-0E0,-1.3916081E-1,-0E0,-0E0,-3.3923324E-2,-0E0,2.8433172E-2,-0E0,1.0973718E-1,-0E0,-1.152959E-1,-0E0,-1.6293895E-1,-0E0,-5.5241447E-2,5.6807477E-2,-0E0,1.5193738E-1,-0E0,-0E0,-1.21817455E-1,-0E0,-1.8254347E-1,-0E0,-7.514995E-2,-0E0,8.2100146E-2,-0E0,1.7744862E-1,-0E0,-1.2812392E-1,-1.9564763E-1,-0E0,-0E0,-9.3356326E-2,-0E0,1.08167544E-1,-0E0,2.014034E-1,-0E0,-1.390692E-1,-0E0,-1.833602E-1,-0E0,-1.0601888E-1,1.2598668E-1,-0E0,-0E0,2.2691041E-1,-1.4284565E-1,-0E0,-0E0,-1.2165152E-1,-0E0,1.5239616E-1,-0E0,2.3770855E-1,-1.3373461E-1,-0E0,-0E0,-1.3163091E-1,1.6446073E-1,-0E0,-0E0,2.4510619E-1,-0E0,-1.4289166E-1,1.7255248E-1,-0E0,1.9958934E-1,-0E0,-0E0,-1.5986575E-1,-0E0,1.9526097E-1,-0E0,-1.7181347E-1,-0E0,2.3683122E-1,-1.8234871E-1,-0E0,2.8009555E-1,-0E0,-1.9214383E-1,-0E0,-0E0,2.9701024E-1,-2.0035917E-1,-0E0,-0E0,3.1138244E-1,-2.0994344E-1,-0E0,3.2629752E-1,-0E0,-2.1460737E-1,-0E0,3.3879402E-1,-0E0,-0E0,-2.4385734E-1,3.5112754E-1,-0E0,-2.6797408E-1,-0E0,2.7941847E-1,-0E0,-0E0,-2.789427E-1,-2.834273E-1,-0E0,-0E0,-2.2620185E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":38,"left_children":[1,3,5,7,9,-1,11,-1,13,15,17,19,-1,21,-1,23,25,27,-1,29,-1,31,-1,-1,33,-1,35,-1,37,-1,39,-1,41,-1,43,45,-1,47,-1,-1,49,-1,51,-1,53,-1,55,-1,57,-1,59,61,-1,-1,63,-1,65,-1,67,-1,69,-1,-1,-1,71,73,-1,-1,75,77,-1,-1,79,-1,81,-1,83,-1,-1,-1,85,87,-1,-1,89,-1,91,93,-1,-1,-1,-1,95,-1,97,-1,99,-1,101,103,-1,105,-1,107,-1,-1,109,111,-1,-1,113,115,-1,117,-1,119,-1,121,-1,-1,123,125,-1,127,-1,-1,-1,-1,129,131,-1,-1,-1],"loss_changes":[5.342151E-2,9.726336E-3,4.7275122E-2,2.1973398E-2,5.4691322E-2,0E0,2.5518015E-2,0E0,5.4779783E-2,1.5596545E-2,3.6497757E-2,1.238142E-2,0E0,4.5292526E-2,0E0,2.428012E-2,2.1293752E-2,3.7613027E-2,0E0,8.9811385E-3,0E0,2.4724975E-2,0E0,0E0,4.2627394E-2,0E0,4.3004215E-2,0E0,5.589637E-2,0E0,1.2081325E-2,0E0,2.155368E-2,0E0,5.0603107E-2,6.3374504E-2,0E0,5.5914924E-2,0E0,0E0,8.787662E-3,0E0,9.629741E-3,0E0,4.8101902E-2,0E0,7.755059E-2,0E0,4.9880907E-2,0E0,1.1954829E-2,2.0679802E-2,0E0,0E0,4.103203E-2,0E0,5.993305E-2,0E0,4.1215926E-2,0E0,6.6829324E-3,0E0,0E0,0E0,5.7124868E-2,6.558657E-2,0E0,0E0,1.8468559E-2,9.103909E-3,0E0,0E0,3.662464E-2,0E0,2.9107243E-2,0E0,4.475057E-3,0E0,0E0,0E0,4.7720402E-2,2.6195765E-2,0E0,0E0,1.1626929E-2,0E0,5.103758E-2,3.0510932E-2,0E0,0E0,0E0,0E0,3.7034303E-2,0E0,7.357976E-2,0E0,4.448086E-2,0E0,7.3329866E-2,3.5717368E-2,0E0,3.7415445E-2,0E0,3.639704E-2,0E0,0E0,4.0018976E-2,3.148973E-2,0E0,0E0,3.1950474E-2,1.2216449E-2,0E0,1.3119161E-2,0E0,2.203846E-2,0E0,2.0561159E-2,0E0,0E0,2.0561934E-2,7.2722435E-3,0E0,2.103597E-2,0E0,0E0,0E0,0E0,7.163584E-3,1.1392534E-2,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,8,8,9,9,10,10,11,11,13,13,15,15,16,16,17,17,19,19,21,21,24,24,26,26,28,28,30,30,32,32,34,34,35,35,37,37,40,40,42,42,44,44,46,46,48,48,50,50,51,51,54,54,56,56,58,58,60,60,64,64,65,65,68,68,69,69,72,72,74,74,76,76,80,80,81,81,84,84,86,86,87,87,92,92,94,94,96,96,98,98,99,99,101,101,103,103,106,106,107,107,110,110,111,111,113,113,115,115,117,117,120,120,121,121,123,123,128,128,129,129],"right_children":[2,4,6,8,10,-1,12,-1,14,16,18,20,-1,22,-1,24,26,28,-1,30,-1,32,-1,-1,34,-1,36,-1,38,-1,40,-1,42,-1,44,46,-1,48,-1,-1,50,-1,52,-1,54,-1,56,-1,58,-1,60,62,-1,-1,64,-1,66,-1,68,-1,70,-1,-1,-1,72,74,-1,-1,76,78,-1,-1,80,-1,82,-1,84,-1,-1,-1,86,88,-1,-1,90,-1,92,94,-1,-1,-1,-1,96,-1,98,-1,100,-1,102,104,-1,106,-1,108,-1,-1,110,112,-1,-1,114,116,-1,118,-1,120,-1,122,-1,-1,124,126,-1,128,-1,-1,-1,-1,130,132,-1,-1,-1],"split_conditions":[1.4193896E2,2.578125E-1,1.9916284E0,5.947876E-2,1.9045775E2,-0E0,1.63E2,-0E0,1.18981064E2,2.214391E0,9.145508E-1,9.980469E-1,-0E0,4.3186736E0,-0E0,8.010935E1,1.3737975E0,9.7094333E-1,-0E0,3.071875E1,-0E0,5.0874603E1,-0E0,-0E0,1.2336916E0,-0E0,4.221875E1,-0E0,8.359375E-1,-0E0,7.209397E-1,-0E0,3.453125E1,-0E0,5.46875E-1,1.3350383E2,-0E0,6.6345215E-2,-0E0,-0E0,1.6906738E-2,-0E0,2.2542116E2,-0E0,8.300781E-2,-0E0,1.0130861E0,-0E0,5.5007935E-3,-0E0,3.096875E1,6.4331055E-2,-0E0,-0E0,8.714801E-1,-0E0,8.7402344E-1,-0E0,1.0949036E0,-0E0,9.9609375E-1,-0E0,-1.833602E-1,-0E0,6.1187744E-2,1.0498047E-1,-0E0,-0E0,5.622928E-1,3.4986331E0,-0E0,-0E0,5.996704E-3,-0E0,2.1369002E2,-0E0,3.984375E-1,-1.3373461E-1,-0E0,-0E0,6.4260453E-1,5.3274145E0,-0E0,-0E0,9.9902344E-1,-0E0,2.229309E-2,1.3231746E0,-0E0,1.9958934E-1,-0E0,-0E0,1.4493565E2,-0E0,4.1E1,-0E0,5.5322685E0,-0E0,6.95625E1,1.3501666E2,-0E0,5.7495117E-2,-0E0,9.941406E-1,-0E0,-0E0,6.0041103E1,9.951172E-1,-0E0,-0E0,9.824219E-1,5.281598E0,-0E0,9.814453E-1,-0E0,3.955078E-2,-0E0,8.886719E-1,-0E0,-0E0,8.901367E-1,1.256875E2,-0E0,3.265625E1,-0E0,2.7941847E-1,-0E0,-0E0,2.180252E0,3.1734375E1,-0E0,-0E0,-2.2620185E-1],"split_indices":[4,14,0,14,7,0,11,0,4,1,12,15,0,1,0,5,0,2,0,10,0,7,0,0,1,0,8,0,18,0,3,0,10,0,14,6,0,13,0,0,16,0,6,0,12,0,2,0,17,0,8,17,0,0,3,0,12,0,2,0,18,0,0,0,13,17,0,0,1,2,0,0,18,0,6,0,14,0,0,0,0,3,0,0,15,0,17,3,0,0,0,0,6,0,10,0,0,0,9,4,0,13,0,19,0,0,5,16,0,0,19,2,0,18,0,19,0,13,0,0,18,11,0,11,0,0,0,0,1,8,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4224168E2,1.27074394E2,1.5167299E1,1.1906139E1,1.1516825E2,2.0461836E0,1.3121116E1,1.3343995E0,1.057174E1,1.0004811E2,1.5120143E1,1.248085E1,6.402658E-1,7.417459E0,3.154281E0,5.9795975E1,4.0252132E1,1.4397778E1,7.223653E-1,1.0957973E1,1.5228773E0,6.0955105E0,1.3219486E0,3.0776438E1,2.9019539E1,7.107845E0,3.3144287E1,3.8660111E0,1.0531767E1,2.1812102E-1,1.0739851E1,8.5325015E-1,5.2422605E0,4.4186716E0,2.4600868E1,2.1254519E1,1.188977E1,7.676041E0,2.8557253E0,3.5711318E-1,1.0382738E1,5.203379E-1,4.7219224E0,2.577453E0,2.2023415E1,1.9370579E0,1.9317461E1,4.0614486E-1,7.2698965E0,5.096458E-1,9.873093E0,4.2974114E0,4.245111E-1,2.4092298E0,1.9614185E1,1.7725943E0,1.7544867E1,5.0867033E-1,6.761226E0,9.504179E-1,8.922674E0,1.1001568E0,3.1972544E0,8.6728007E-1,1.8746904E1,1.6577303E1,9.675638E-1,7.402269E-1,6.0209994E0,8.758556E0,1.6411768E-1,7.687356E-1,1.7978168E1,2.581955E0,1.3995348E1,2.521426E-1,5.7688565E0,6.2362556E0,2.5223012E0,5.818094E-1,1.739636E1,1.3022801E1,9.725459E-1,2.982065E-1,5.47065E0,3.7237513E-1,1.7023985E1,1.2664062E1,3.5874045E-1,5.1558595E0,3.1479082E-1,1.526731E0,1.5497253E1,2.083616E0,1.0580445E1,8.9294916E-1,1.4604304E1,2.2366083E0,8.343837E0,1.4247139E1,3.5716555E-1,6.7574444E0,1.5863924E0,1.374935E1,4.9778962E-1,3.7894425E-1,6.3785005E0,1.3511441E1,2.3790868E-1,2.0757517E-1,6.170925E0,1.2975787E1,5.356541E-1,5.8750963E0,2.9582903E-1,1.2661678E1,3.1410795E-1,5.527773E0,3.4732336E-1,2.5974448E0,1.0064234E1,5.2785225E0,2.4925017E-1,8.534646E0,1.5295874E0,5.108364E0,1.7015861E-1,4.2620033E-1,8.108446E0,7.9273596E0,1.8108651E-1,2.4234487E-1,7.6850147E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"133","size_leaf_vector":"0"}},{"base_weights":[-0E0,2.88557E-3,-2.2077916E-2,-0E0,2.5515523E-2,-4.1165754E-2,-0E0,-7.3105344E-3,-0E0,5.427622E-2,-0E0,-5.9503734E-2,-0E0,-3.590532E-2,-0E0,1.6063346E-2,-0E0,-0E0,7.898013E-2,-8.892109E-2,-0E0,-0E0,-5.9100226E-2,1.4341608E-2,-0E0,4.3667495E-2,-0E0,-0E0,1.11027405E-1,-0E0,-1.0183816E-1,-0E0,-7.440348E-2,5.0292302E-2,-0E0,6.4540215E-2,-0E0,-0E0,1.5945262E-1,-1.0829066E-1,-0E0,-0E0,-9.0070486E-2,-0E0,7.806948E-2,-0E0,9.003007E-2,-0E0,1.8462607E-1,-1.1648721E-1,-0E0,-0E0,-1.0779279E-1,1.06888965E-1,-0E0,1.18578784E-1,-0E0,-0E0,2.056193E-1,-0E0,-1.2511942E-1,-1.1945978E-1,-0E0,1.2625386E-1,-0E0,-0E0,1.3480474E-1,2.3387456E-1,-0E0,-0E0,-1.4766845E-1,-0E0,-1.3442062E-1,1.4492486E-1,-0E0,-0E0,1.5894394E-1,2.4698901E-1,-0E0,-1.5340386E-1,-0E0,-1.4822534E-1,-0E0,1.6163993E-1,-0E0,-0E0,1.7739771E-1,-0E0,2.587208E-1,-0E0,-1.6300721E-1,-0E0,-1.5729286E-1,1.6974461E-1,-0E0,-0E0,1.8709181E-1,-0E0,2.8431144E-1,-1.7141843E-1,-0E0,-0E0,-1.6900814E-1,-0E0,1.8511796E-1,-0E0,1.9585702E-1,-0E0,2.2758788E-1,-0E0,-1.806783E-1,-0E0,-1.8409842E-1,-0E0,2.0050614E-1,2.0201533E-1,-0E0,-2.0272839E-1,-0E0,-1.9376896E-1,-0E0,2.1001075E-1,-0E0,-0E0,2.088683E-1,-2.1963544E-1,-0E0,-2.0808089E-1,-0E0,-0E0,2.1929911E-1,-0E0,2.2472866E-1,-2.3142199E-1,-0E0,-2.1561055E-1,-0E0,-0E0,1.756142E-1,-0E0,2.3176299E-1,-1.8366192E-1,-0E0,-0E0,-2.2300969E-1,-0E0,1.8619192E-1,-0E0,-2.3278846E-1,-0E0,-2.3976006E-1,-2.4557875E-1,-0E0,-0E0,-2.509212E-1,-2.5711367E-1,-0E0,-2.711688E-1,-0E0,-0E0,-2.8369522E-1,-0E0,-3.1186867E-1,-0E0,-3.335047E-1,-0E0,-3.4662378E-1,-0E0,-3.6140007E-1,-0E0,-2.9103893E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":39,"left_children":[1,3,5,7,9,11,-1,13,15,17,-1,19,-1,21,23,25,-1,-1,27,29,-1,-1,31,33,-1,35,-1,-1,37,-1,39,-1,41,43,-1,45,-1,-1,47,49,-1,-1,51,-1,53,-1,55,-1,57,59,-1,-1,61,63,-1,65,-1,-1,67,-1,69,71,-1,73,-1,-1,75,77,-1,-1,79,-1,81,83,-1,-1,85,87,-1,89,-1,91,-1,93,-1,-1,95,-1,97,-1,99,-1,101,103,-1,-1,105,-1,107,109,-1,-1,111,-1,113,-1,115,-1,-1,-1,117,-1,119,-1,121,123,-1,125,-1,127,-1,129,-1,-1,131,133,-1,135,-1,-1,137,-1,139,141,-1,143,-1,-1,-1,-1,145,-1,-1,-1,147,-1,-1,-1,149,-1,151,153,-1,-1,155,157,-1,159,-1,-1,161,-1,163,-1,165,-1,167,-1,169,-1,-1],"loss_changes":[2.4135994E-2,2.1669026E-2,3.1076605E-2,2.1107777E-3,5.798477E-2,4.634761E-2,0E0,2.9072618E-2,4.0916256E-3,3.9427675E-2,0E0,4.4789426E-2,0E0,4.2343464E-2,2.5534497E-3,2.3621036E-2,0E0,0E0,7.40495E-2,4.0033177E-2,0E0,0E0,3.4077182E-2,2.2015268E-2,0E0,2.847429E-2,0E0,0E0,5.4045558E-2,0E0,1.927276E-2,0E0,4.187274E-2,2.6933752E-2,0E0,2.5373138E-2,0E0,0E0,6.1598822E-2,2.0440891E-2,0E0,0E0,4.3386206E-2,0E0,3.301734E-2,0E0,4.29151E-2,0E0,5.426252E-2,1.7886236E-2,0E0,0E0,3.8348064E-2,2.7415529E-2,0E0,3.0010305E-2,0E0,0E0,5.517453E-2,0E0,4.8725918E-2,3.903599E-2,0E0,2.8265916E-2,0E0,0E0,3.3571705E-2,3.0844629E-2,0E0,0E0,1.5814096E-2,0E0,2.543047E-2,2.5932372E-2,0E0,0E0,3.66752E-2,2.7112812E-2,0E0,2.2663474E-2,0E0,3.205049E-2,0E0,1.1693522E-2,0E0,0E0,1.7471328E-2,0E0,3.9910644E-2,0E0,2.4207085E-2,0E0,3.52273E-2,1.47085935E-2,0E0,0E0,1.6797528E-2,0E0,1.2554288E-2,2.371353E-2,0E0,0E0,3.3787638E-2,0E0,1.396355E-2,0E0,9.632349E-3,0E0,0E0,0E0,1.3818413E-2,0E0,1.8734217E-2,0E0,1.2211531E-2,8.290559E-3,0E0,1.7199159E-2,0E0,2.0821929E-2,0E0,6.128356E-3,0E0,0E0,1.2164503E-2,2.7552575E-2,0E0,2.3639977E-2,0E0,0E0,2.8517991E-3,0E0,9.442061E-3,3.1901896E-3,0E0,2.234459E-2,0E0,0E0,0E0,0E0,3.4396052E-3,0E0,0E0,0E0,1.6184777E-2,0E0,0E0,0E0,1.74416E-2,0E0,1.1291146E-2,1.1614382E-2,0E0,0E0,7.243693E-3,1.0901451E-2,0E0,1.9871294E-2,0E0,0E0,3.0853152E-3,0E0,1.0353088E-2,0E0,2.4392784E-2,0E0,2.4273574E-2,0E0,1.23851895E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,11,11,13,13,14,14,15,15,18,18,19,19,22,22,23,23,25,25,28,28,30,30,32,32,33,33,35,35,38,38,39,39,42,42,44,44,46,46,48,48,49,49,52,52,53,53,55,55,58,58,60,60,61,61,63,63,66,66,67,67,70,70,72,72,73,73,76,76,77,77,79,79,81,81,83,83,86,86,88,88,90,90,92,92,93,93,96,96,98,98,99,99,102,102,104,104,106,106,110,110,112,112,114,114,115,115,117,117,119,119,121,121,124,124,125,125,127,127,130,130,132,132,133,133,135,135,140,140,144,144,148,148,150,150,151,151,154,154,155,155,157,157,160,160,162,162,164,164,166,166,168,168],"right_children":[2,4,6,8,10,12,-1,14,16,18,-1,20,-1,22,24,26,-1,-1,28,30,-1,-1,32,34,-1,36,-1,-1,38,-1,40,-1,42,44,-1,46,-1,-1,48,50,-1,-1,52,-1,54,-1,56,-1,58,60,-1,-1,62,64,-1,66,-1,-1,68,-1,70,72,-1,74,-1,-1,76,78,-1,-1,80,-1,82,84,-1,-1,86,88,-1,90,-1,92,-1,94,-1,-1,96,-1,98,-1,100,-1,102,104,-1,-1,106,-1,108,110,-1,-1,112,-1,114,-1,116,-1,-1,-1,118,-1,120,-1,122,124,-1,126,-1,128,-1,130,-1,-1,132,134,-1,136,-1,-1,138,-1,140,142,-1,144,-1,-1,-1,-1,146,-1,-1,-1,148,-1,-1,-1,150,-1,152,154,-1,-1,156,158,-1,160,-1,-1,162,-1,164,-1,166,-1,168,-1,170,-1,-1],"split_conditions":[2.3407564E0,9.628906E-1,9.819336E-1,8.652344E-1,1.9455205E2,1.13E2,-0E0,8.465403E1,5.234375E-1,7.111172E1,-0E0,7.00625E1,-0E0,1.1359992E0,8.4E1,8.34375E1,-0E0,-0E0,1.2022601E0,9.289551E-2,-0E0,-0E0,8.2492477E-1,9.0771484E-1,-0E0,9.980469E-1,-0E0,-0E0,1.7443595E0,-0E0,1.273125E2,-0E0,3.240625E1,1.5556204E2,-0E0,8.192326E1,-0E0,-0E0,3.262329E-2,4.6903906E0,-0E0,-0E0,2.0065308E-2,-0E0,8.256836E-1,-0E0,9.350586E-1,-0E0,4.5460403E1,3.378125E1,-0E0,-0E0,1.65125E2,2.4546512E2,-0E0,8.728027E-3,-0E0,-0E0,9.7509766E-1,-0E0,2.0111084E-2,1.18637085E-2,-0E0,1.74875E2,-0E0,-0E0,9.765625E-2,1.716319E2,-0E0,-0E0,9.9609375E-1,-0E0,8.3935547E-1,9.682617E-1,-0E0,-0E0,1.05773926E-1,1.2934842E2,-0E0,8.051081E-1,-0E0,5.947876E-2,-0E0,1.35597E2,-0E0,-0E0,3.8452148E-1,-0E0,8.300781E-2,-0E0,5.659375E1,-0E0,3.521875E1,1.7126465E-1,-0E0,-0E0,4.5460403E1,-0E0,3.867052E1,3.040625E1,-0E0,-0E0,1.2934842E2,-0E0,8.557833E1,-0E0,1.8575E2,-0E0,2.2758788E-1,-0E0,9.272461E-1,-0E0,9.9902344E-1,-0E0,1.4670132E2,4.296875E1,-0E0,9.8876953E-1,-0E0,4.6903906E0,-0E0,3.498586E1,-0E0,-0E0,2.255249E-2,4.3120236E0,-0E0,9.970703E-1,-0E0,-0E0,7.293564E-1,-0E0,8.847656E-1,5.603753E0,-0E0,1.237888E0,-0E0,-0E0,1.756142E-1,-0E0,6.0041103E1,-1.8366192E-1,-0E0,-0E0,4.0875E1,-0E0,1.8619192E-1,-0E0,1.0913086E-1,-0E0,9.9609375E-1,3.0484375E1,-0E0,-0E0,7.56875E1,8.6083984E-1,-0E0,2.1826172E-1,-0E0,-0E0,5.003125E1,-0E0,1.1708721E0,-0E0,4.3218468E1,-0E0,3.403125E1,-0E0,1.3748781E2,-0E0,-2.9103893E-1],"split_indices":[1,14,15,16,6,10,0,5,12,7,0,9,0,2,10,8,0,0,2,14,0,0,0,14,0,16,0,0,3,0,11,0,11,6,0,4,0,0,16,0,0,0,17,0,12,0,14,0,5,10,0,0,9,6,0,19,0,0,19,0,18,19,0,9,0,0,13,4,0,0,16,0,13,19,0,0,14,6,0,3,0,14,0,5,0,0,15,0,12,0,8,0,11,14,0,0,5,0,4,8,0,0,6,0,5,0,10,0,0,0,18,0,15,0,4,9,0,17,0,0,0,7,0,0,18,0,0,19,0,0,0,0,16,3,0,2,0,0,0,0,5,0,0,0,9,0,0,0,14,0,18,8,0,0,8,12,0,14,0,0,9,0,0,0,5,0,10,0,6,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.4026181E2,9.283988E1,4.7421936E1,5.8862495E1,3.3977383E1,3.1622492E1,1.5799442E1,3.899519E1,1.9867306E1,2.6802612E1,7.1747704E0,2.7964195E1,3.658297E0,2.3688324E1,1.5306867E1,1.5357104E1,4.510202E0,8.087909E0,1.8714705E1,1.7910671E1,1.0053523E1,3.1375656E0,2.0550758E1,1.1914569E1,3.392298E0,1.4033215E1,1.32389E0,3.4844494E0,1.5230255E1,5.14089E-1,1.7396584E1,1.6131836E0,1.8937574E1,9.213582E0,2.7009864E0,1.2988843E1,1.044372E0,5.9779487E0,9.252307E0,1.6970856E1,4.257274E-1,1.0125201E0,1.7925055E1,1.2634118E0,7.9501705E0,3.4264207E0,9.562422E0,6.7100006E-1,8.581306E0,1.610511E1,8.657443E-1,1.8265303E0,1.6098524E1,6.8976326E0,1.0525379E0,8.352558E0,1.2098634E0,4.7626746E-1,8.105039E0,1.0696554E0,1.5035456E1,1.5701869E1,3.9665505E-1,6.5222764E0,3.753565E-1,3.5141414E-1,8.001144E0,7.16015E0,9.4488895E-1,2.1477718E0,1.2887684E1,1.2453967E0,1.4456472E1,6.175228E0,3.4704813E-1,1.0572184E0,6.943926E0,6.8739004E0,2.862498E-1,1.2577331E1,3.103526E-1,1.2957781E1,1.4986917E0,5.8585815E0,3.1664675E-1,3.0275124E-1,6.641175E0,2.4852839E-1,6.625372E0,6.425497E-1,1.1934781E1,2.1145217E-1,1.2746328E1,5.671718E0,1.8686348E-1,2.2172955E-1,6.419445E0,7.312297E-1,5.894142E0,1.1568224E1,3.6655697E-1,5.394771E-1,1.2206851E1,5.532972E-1,5.1184206E0,1.6758248E-1,6.2518625E0,1.756555E-1,5.718487E0,4.7889286E-1,1.1089332E1,1.0008371E0,1.1206015E1,4.8196846E-1,4.636452E0,6.0825124E0,1.693505E-1,9.041593E0,2.0477386E0,1.0565696E1,6.40318E-1,4.458922E0,1.7753038E-1,2.3482043E-1,5.847692E0,7.9856853E0,1.0559075E0,9.576736E0,9.8895925E-1,2.8374267E-1,4.175179E0,6.234999E-1,5.224192E0,7.6577907E0,3.278946E-1,9.393736E0,1.8300124E-1,1.8342726E-1,3.991752E0,1.6641872E-1,5.057773E0,7.437658E0,2.2013314E-1,1.9634107E-1,9.197394E0,2.5831062E-1,4.799463E0,4.9894267E-1,8.698452E0,2.2374426E-1,8.474708E0,8.241677E0,2.330299E-1,1.8381314E-1,8.057864E0,7.760179E0,2.976855E-1,7.074345E0,6.85834E-1,4.0721458E-1,6.6671305E0,1.2047101E0,5.4624205E0,6.554448E-1,4.8069754E0,1.9109365E-1,4.615882E0,2.2393829E-1,4.3919435E0,2.1370105E-1,4.1782427E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"171","size_leaf_vector":"0"}},{"base_weights":[-8.487385E-4,-4.313078E-2,-0E0,-0E0,-7.0083804E-2,-1.711117E-2,8.739403E-3,-9.030659E-2,-0E0,-0E0,-6.745082E-2,2.40302E-2,-0E0,-0E0,-1.0625377E-1,-1.0266031E-1,-0E0,4.6564188E-2,-0E0,-0E0,-1.391752E-2,-0E0,-1.2129995E-1,-0E0,-1.3564755E-1,-0E0,6.4408064E-2,-2.327688E-2,-0E0,1.3961362E-2,-0E0,-4.7694027E-2,-0E0,-1.3367628E-1,-0E0,-1.6912006E-1,-0E0,-0E0,8.082246E-2,-0E0,-7.5374976E-2,-0E0,6.018213E-2,-0E0,-7.000822E-2,-1.4284523E-1,-0E0,-1.9683544E-1,-0E0,9.886894E-2,-0E0,-0E0,-9.569085E-2,9.790988E-2,-0E0,-9.6894845E-2,-0E0,-1.1992727E-1,-0E0,-0E0,-2.2133118E-1,-0E0,1.080396E-1,-1.2229505E-1,-0E0,-0E0,1.2894872E-1,-1.16099596E-1,-0E0,-2.5736117E-1,-0E0,1.1852669E-1,-0E0,-0E0,-1.6014013E-1,-0E0,1.4392889E-1,-0E0,-1.3339642E-1,-2.8414917E-1,-0E0,1.3079175E-1,-0E0,-1.7834914E-1,-0E0,1.5728153E-1,-0E0,-0E0,-1.4802155E-1,-2.3292753E-1,-0E0,-0E0,1.4021927E-1,-0E0,-1.8882243E-1,-0E0,1.7253688E-1,-1.6100879E-1,-0E0,1.5949798E-1,-0E0,-1.5157521E-1,-0E0,1.8790641E-1,-0E0,-0E0,-1.7502481E-1,1.6862962E-1,-0E0,-0E0,1.9451915E-1,-0E0,-1.8774548E-1,-0E0,1.7679968E-1,-0E0,1.993635E-1,-1.9468416E-1,-0E0,1.9256958E-1,-0E0,-0E0,1.7358343E-1,-2.0674054E-1,-0E0,-0E0,1.9921355E-1,-0E0,-1.6389504E-1,2.0327549E-1,-0E0,-0E0,2.0614073E-1,2.0911089E-1,-0E0,-0E0,2.1119063E-1,2.1904388E-1,-0E0,2.252371E-1,-0E0,-0E0,2.2877118E-1,2.3391359E-1,-0E0,2.4583557E-1,-0E0,-0E0,2.4917194E-1,1.9971687E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":40,"left_children":[1,3,5,-1,7,9,11,13,-1,-1,15,17,19,-1,21,23,-1,25,27,29,31,-1,33,-1,35,-1,37,39,-1,41,-1,43,-1,45,-1,47,-1,-1,49,-1,51,-1,53,-1,55,57,-1,59,-1,61,-1,-1,63,65,-1,67,-1,-1,-1,-1,69,-1,71,73,-1,-1,75,77,-1,79,-1,81,-1,-1,83,-1,85,-1,87,89,-1,91,-1,93,-1,95,-1,-1,97,-1,-1,-1,99,-1,101,-1,103,105,-1,107,-1,-1,-1,109,-1,-1,111,113,-1,-1,115,-1,117,-1,119,-1,121,123,-1,125,-1,-1,-1,127,-1,-1,129,-1,-1,131,-1,-1,133,135,-1,-1,137,139,-1,141,-1,-1,143,145,-1,147,-1,-1,149,-1,-1],"loss_changes":[2.0245006E-2,2.6862746E-2,1.6315833E-2,0E0,2.6276741E-2,4.291795E-2,2.6741605E-2,2.0030715E-2,0E0,0E0,3.9146025E-2,6.375705E-2,4.032638E-3,0E0,2.2449516E-2,4.9288042E-2,0E0,6.098134E-2,6.3009043E-3,2.8319536E-3,2.914077E-2,0E0,1.897072E-2,0E0,4.8964515E-2,0E0,7.844539E-2,4.7042284E-2,0E0,3.5623826E-2,0E0,3.307208E-2,0E0,1.2975633E-2,0E0,4.415837E-2,0E0,0E0,9.3270436E-2,0E0,2.92962E-2,0E0,5.6302946E-2,0E0,3.96647E-2,1.48334205E-2,0E0,4.5171782E-2,0E0,5.5169463E-2,0E0,0E0,2.5255427E-2,5.4075606E-2,0E0,4.1053213E-2,0E0,0E0,0E0,0E0,4.1545838E-2,0E0,4.8276216E-2,3.7358515E-2,0E0,0E0,3.122288E-2,3.717026E-2,0E0,2.2830904E-2,0E0,5.3547412E-2,0E0,0E0,2.8816715E-2,0E0,2.9247776E-2,0E0,3.617771E-2,1.5491724E-2,0E0,4.7151E-2,0E0,1.3305515E-2,0E0,3.5635725E-2,0E0,0E0,3.2374322E-2,0E0,0E0,0E0,4.8457265E-2,0E0,4.160762E-3,0E0,3.0660287E-2,3.555292E-2,0E0,6.165856E-2,0E0,0E0,0E0,1.25900805E-2,0E0,0E0,2.476117E-2,4.799378E-2,0E0,0E0,4.7520995E-3,0E0,1.6262233E-2,0E0,3.417915E-2,0E0,1.6120791E-2,1.0674536E-2,0E0,4.0110886E-2,0E0,0E0,0E0,2.1430552E-3,0E0,0E0,1.9698739E-2,0E0,0E0,1.4599264E-2,0E0,0E0,1.0014653E-2,6.4163804E-3,0E0,0E0,4.8060417E-3,1.0738254E-2,0E0,1.5791774E-2,0E0,0E0,4.8013926E-3,1.0319889E-2,0E0,6.755531E-3,0E0,0E0,1.0996461E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,7,7,10,10,11,11,12,12,14,14,15,15,17,17,18,18,19,19,20,20,22,22,24,24,26,26,27,27,29,29,31,31,33,33,35,35,38,38,40,40,42,42,44,44,45,45,47,47,49,49,52,52,53,53,55,55,60,60,62,62,63,63,66,66,67,67,69,69,71,71,74,74,76,76,78,78,79,79,81,81,83,83,85,85,88,88,92,92,94,94,96,96,97,97,99,99,103,103,106,106,107,107,110,110,112,112,114,114,116,116,117,117,119,119,123,123,126,126,129,129,132,132,133,133,136,136,137,137,139,139,142,142,143,143,145,145,148,148],"right_children":[2,4,6,-1,8,10,12,14,-1,-1,16,18,20,-1,22,24,-1,26,28,30,32,-1,34,-1,36,-1,38,40,-1,42,-1,44,-1,46,-1,48,-1,-1,50,-1,52,-1,54,-1,56,58,-1,60,-1,62,-1,-1,64,66,-1,68,-1,-1,-1,-1,70,-1,72,74,-1,-1,76,78,-1,80,-1,82,-1,-1,84,-1,86,-1,88,90,-1,92,-1,94,-1,96,-1,-1,98,-1,-1,-1,100,-1,102,-1,104,106,-1,108,-1,-1,-1,110,-1,-1,112,114,-1,-1,116,-1,118,-1,120,-1,122,124,-1,126,-1,-1,-1,128,-1,-1,130,-1,-1,132,-1,-1,134,136,-1,-1,138,140,-1,142,-1,-1,144,146,-1,148,-1,-1,150,-1,-1],"split_conditions":[2.7124023E-1,8.5632324E-2,6.323242E-1,-0E0,8.43125E1,8.765613E1,7.65625E-1,5.947876E-2,-0E0,-0E0,3.5694218E0,1.9167638E2,9.501953E-1,-0E0,6.3971734E-1,3.778125E1,-0E0,3.81875E1,3.8887022E0,3.243477E0,3.1083996E0,-0E0,9.9365234E-1,-0E0,9.926758E-1,-0E0,4.982947E1,1.4091545E0,-0E0,1.4091545E0,-0E0,8.4848785E-1,-0E0,1.7248648E2,-0E0,9.926758E-1,-0E0,-0E0,9.8046875E-1,-0E0,6.8847656E-1,-0E0,8.9453125E-1,-0E0,4.288731E0,9.9609375E-1,-0E0,5.522294E-1,-0E0,1.1547466E2,-0E0,-0E0,8.7060547E-1,1.1861742E0,-0E0,9.1259766E-1,-0E0,-1.1992727E-1,-0E0,-0E0,9.980469E-1,-0E0,4.8243895E0,2.633667E-2,-0E0,-0E0,4.7264923E1,1.0612488E-2,-0E0,4.3186736E0,-0E0,9.946289E-1,-0E0,-0E0,9.9658203E-1,-0E0,2.515808E2,-0E0,3.071875E1,6.1376953E-1,-0E0,2.176322E1,-0E0,1.471513E1,-0E0,6.066619E-1,-0E0,-0E0,1.44125E2,-2.3292753E-1,-0E0,-0E0,6.513672E-1,-0E0,1.41E2,-0E0,1.02375E2,7.2075194E-1,-0E0,1.2142527E2,-0E0,-1.5157521E-1,-0E0,3.1484375E1,-0E0,-0E0,8.728027E-3,3.1703125E1,-0E0,-0E0,5.7852657E1,-0E0,9.9902344E-1,-0E0,4.352158E0,-0E0,4.0895313E1,9.9853516E-1,-0E0,6.4260453E-1,-0E0,-0E0,1.7358343E-1,3.6375E1,-0E0,-0E0,9.5996094E-1,-0E0,-1.6389504E-1,5.7878387E-1,-0E0,-0E0,6.3916016E-1,4.1007217E1,-0E0,-0E0,4.985278E0,4.9581327E0,-0E0,3.0296875E1,-0E0,-0E0,4.498985E0,9.7998047E-1,-0E0,6.066619E-1,-0E0,-0E0,1.13E2,1.9971687E-1,-0E0],"split_indices":[15,13,14,0,8,5,16,15,0,0,2,6,15,0,1,11,0,10,3,3,3,0,18,0,17,0,4,3,0,3,0,0,0,5,0,16,0,0,19,0,14,0,13,0,0,16,0,3,0,6,0,0,19,0,0,13,0,0,0,0,15,0,0,18,0,0,5,17,0,1,0,17,0,0,18,0,6,0,8,14,0,7,0,7,0,2,0,0,10,0,0,0,16,0,10,0,10,1,0,5,0,0,0,10,0,0,19,11,0,0,5,0,17,0,2,0,7,14,0,0,0,0,0,9,0,0,12,0,0,3,0,0,16,5,0,0,1,3,0,8,0,0,3,17,0,2,0,0,10,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3835234E2,1.0436634E1,1.279157E2,1.3254207E0,9.111213E0,2.9394505E1,9.8521194E1,8.510669E0,6.0054415E-1,1.8537315E1,1.0857189E1,5.8906937E1,3.9614258E1,7.275551E-1,7.7831135E0,8.117102E0,2.7400875E0,4.472671E1,1.4180225E1,1.9294987E1,2.0319273E1,4.0168896E-1,7.381425E0,1.0028126E0,7.1142893E0,6.888318E0,3.7838394E1,1.11292925E1,3.0509331E0,1.4028827E1,5.2661595E0,1.4083511E1,6.235761E0,7.0512247E0,3.301998E-1,6.110449E0,1.0038403E0,1.9822211E0,3.585617E1,2.24018E0,8.889112E0,3.9112236E0,1.0117603E1,1.0671997E0,1.3016312E1,6.748853E0,3.023717E-1,5.5196834E0,5.9076566E-1,3.333699E1,2.5191832E0,3.641305E-1,8.524982E0,9.38476E0,7.32843E-1,1.0780707E1,2.235604E0,6.3842974E0,3.6455572E-1,3.36609E-1,5.1830745E0,7.741145E-1,3.2562874E1,6.714111E0,1.8108712E0,9.338118E-1,8.450949E0,1.0403043E1,3.7766457E-1,4.3304744E0,8.526001E-1,3.0407366E1,2.1555085E0,1.5500784E0,5.1640325E0,2.590502E-1,8.191898E0,5.553178E-1,9.847725E0,3.7453942E0,5.8508E-1,2.8012691E1,2.394675E0,4.9724526E0,1.9157982E-1,7.961048E0,2.3085028E-1,2.9261026E-1,9.555115E0,3.517497E0,2.2789724E-1,1.3070171E0,2.6705673E1,2.1705274E-1,4.7553997E0,2.3299591E-1,7.728052E0,9.247237E0,3.07878E-1,2.243118E1,4.274495E0,4.5720553E0,1.8334454E-1,7.305444E0,4.2260826E-1,3.3803245E-1,8.9092045E0,2.2183214E1,2.4796516E-1,1.8893752E-1,7.1165066E0,5.293659E-1,8.379839E0,5.125814E-1,2.1670631E1,2.4608895E-1,6.8704176E0,8.187212E0,1.9262657E-1,1.9109816E1,2.5608175E0,1.1298939E0,5.7405233E0,7.4532857E0,7.339266E-1,2.7549624E-1,1.8834318E1,2.0537229E-1,7.2479134E0,1.8546072E1,2.8824684E-1,1.8221986E-1,1.8363852E1,1.8060808E1,3.0304337E-1,2.1990196E-1,1.7840906E1,1.6649517E1,1.1913903E0,1.5931048E1,7.184677E-1,2.019994E-1,1.5729049E1,1.5111079E1,6.1796963E-1,1.380441E1,1.306669E0,2.7169433E-1,1.3532716E1,1.2956959E1,5.7575744E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"151","size_leaf_vector":"0"}},{"base_weights":[-1.8547839E-3,-1.7248826E-2,-0E0,-0E0,-5.0630737E-2,1.3662955E-2,-0E0,2.0349752E-2,-1.1861107E-3,-7.33774E-2,-0E0,-0E0,3.7804622E-2,-2.5648346E-2,-0E0,4.863357E-2,-0E0,-0E0,-3.206421E-2,-0E0,-9.364863E-2,-2.0699978E-2,-0E0,5.8393873E-2,-0E0,-5.0335146E-2,-0E0,8.6357445E-2,-0E0,-0E0,-6.4483576E-2,-1.1072977E-1,-0E0,-4.9719576E-2,-0E0,-0E0,2.3452872E-2,7.0947714E-2,-0E0,-0E0,-6.805416E-2,-0E0,1.1537341E-1,-8.855384E-2,-0E0,-0E0,-1.3167904E-1,-0E0,-8.856243E-2,7.601247E-2,-0E0,-0E0,8.444633E-2,-9.757843E-2,-0E0,-0E0,1.5241064E-1,-1.03568904E-1,-0E0,-1.462588E-1,-0E0,-0E0,-1.1839973E-1,1.1374983E-1,-0E0,-0E0,9.344516E-2,-0E0,-1.2120234E-1,-0E0,1.8383984E-1,-0E0,-1.1178813E-1,-0E0,-1.5906678E-1,-0E0,-1.3596688E-1,-0E0,1.380565E-1,-0E0,1.0701974E-1,-1.3871877E-1,-0E0,-0E0,1.9956782E-1,-1.1929342E-1,-0E0,-1.7099488E-1,-0E0,-1.4524151E-1,-0E0,-0E0,1.6194043E-1,-0E0,1.227781E-1,-0E0,-1.6254622E-1,2.2170109E-1,-0E0,-1.3219014E-1,-0E0,-0E0,-1.8891695E-1,-1.5942879E-1,-0E0,-0E0,1.9050962E-1,1.3865417E-1,-0E0,-0E0,-1.806752E-1,2.4842262E-1,-0E0,-0E0,-1.3846615E-1,-0E0,-2.0692536E-1,-0E0,-1.6896652E-1,-0E0,2.0473824E-1,-0E0,1.5281343E-1,-1.8752551E-1,-0E0,-0E0,2.6086485E-1,-1.4378445E-1,-0E0,-2.163653E-1,-0E0,-0E0,-1.8131228E-1,-0E0,2.2254838E-1,1.6003554E-1,-0E0,-0E0,-1.9701278E-1,2.7250636E-1,-0E0,-0E0,-1.1678827E-1,-0E0,-2.2198664E-1,-0E0,-1.546194E-1,2.3538359E-1,-0E0,-0E0,1.6568083E-1,-0E0,-2.0978388E-1,-0E0,2.8040117E-1,-0E0,-2.2948782E-1,2.5523558E-1,-0E0,-0E0,1.7574838E-1,-0E0,-1.8160716E-1,-0E0,2.2493291E-1,-0E0,-2.376469E-1,2.888944E-1,-0E0,-0E0,1.8193442E-1,-0E0,-2.4248827E-1,-0E0,3.017333E-1,-0E0,1.9432479E-1,-2.4921247E-1,-0E0,2.4324954E-1,-0E0,2.0847398E-1,-0E0,-2.5694963E-1,-0E0,-0E0,2.1292505E-1,-2.6420322E-1,-0E0,1.6899347E-1,-0E0,-2.7987665E-1,-0E0,-0E0,-2.9507744E-1,-0E0,-3.0630794E-1,-2.6098284E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":41,"left_children":[1,3,5,7,9,11,13,15,17,19,-1,21,23,25,-1,27,-1,-1,29,-1,31,33,35,37,-1,39,-1,41,-1,-1,43,45,-1,47,-1,-1,49,51,-1,-1,53,-1,55,57,-1,-1,59,-1,61,63,-1,-1,65,67,-1,-1,69,71,-1,73,-1,-1,75,77,-1,-1,79,-1,81,-1,83,-1,85,-1,87,-1,89,-1,91,-1,93,95,-1,-1,97,99,-1,101,-1,103,-1,-1,105,-1,107,-1,109,111,-1,113,-1,-1,115,117,-1,-1,119,121,-1,-1,123,125,-1,-1,127,-1,129,-1,131,-1,133,-1,135,137,-1,-1,139,141,-1,143,-1,-1,145,-1,147,149,-1,-1,151,153,-1,-1,-1,-1,155,-1,-1,157,-1,-1,159,-1,161,-1,163,-1,165,167,-1,-1,169,-1,-1,-1,-1,-1,171,173,-1,-1,175,-1,177,-1,179,-1,181,183,-1,-1,-1,185,-1,187,-1,-1,189,191,-1,-1,-1,193,-1,-1,195,-1,197,-1,-1],"loss_changes":[1.8239921E-2,5.3135283E-2,1.0845881E-2,7.2714556E-3,5.6604795E-2,3.842011E-2,8.227754E-3,2.4968438E-2,1.28433425E-2,4.475619E-2,0E0,3.4655135E-3,5.3425547E-2,1.5406664E-2,0E0,5.099557E-2,0E0,0E0,1.7040811E-2,0E0,5.1482752E-2,1.5386363E-2,6.740802E-3,3.9584137E-2,0E0,1.7653324E-2,0E0,3.993717E-2,0E0,0E0,2.0864943E-2,6.061186E-2,0E0,2.4823178E-2,0E0,0E0,4.1893676E-2,4.700558E-2,0E0,0E0,2.1228872E-2,0E0,6.350245E-2,1.5703559E-2,0E0,0E0,4.4460684E-2,0E0,2.759767E-2,4.9021326E-2,0E0,0E0,3.3177868E-2,2.8132953E-2,0E0,0E0,4.9758762E-2,8.64242E-3,0E0,3.887856E-2,0E0,0E0,1.4242753E-2,3.682603E-2,0E0,0E0,3.6439225E-2,0E0,2.0587191E-2,0E0,3.391625E-2,0E0,7.970303E-3,0E0,4.2482525E-2,0E0,8.200906E-3,0E0,4.1955456E-2,0E0,4.6669185E-2,1.8235244E-2,0E0,0E0,3.389129E-2,1.0378696E-2,0E0,5.819112E-2,0E0,1.1047274E-2,0E0,0E0,4.2432263E-2,0E0,4.2085886E-2,0E0,1.2776837E-2,4.3648154E-2,0E0,5.916998E-3,0E0,0E0,3.95841E-2,4.6755746E-3,0E0,0E0,2.64398E-2,5.181572E-2,0E0,0E0,5.0377846E-3,2.4549156E-2,0E0,0E0,2.490893E-3,0E0,2.0403922E-2,0E0,1.0767557E-2,0E0,2.6782572E-2,0E0,3.2818884E-2,3.947571E-3,0E0,0E0,2.141282E-2,2.931796E-3,0E0,1.653862E-2,0E0,0E0,1.6292915E-2,0E0,1.8859833E-2,1.9402444E-2,0E0,0E0,5.2101165E-3,5.885929E-3,0E0,0E0,0E0,0E0,2.3040831E-2,0E0,0E0,1.1357963E-2,0E0,0E0,4.188013E-2,0E0,2.0017907E-2,0E0,6.707251E-3,0E0,1.7304003E-2,4.4233263E-2,0E0,0E0,1.8429667E-2,0E0,0E0,0E0,0E0,0E0,1.3090193E-2,1.5994698E-2,0E0,0E0,9.171784E-3,0E0,1.2343943E-2,0E0,4.738152E-3,0E0,8.961737E-3,6.60789E-3,0E0,0E0,0E0,1.5247583E-2,0E0,1.8998086E-2,0E0,0E0,1.067549E-2,2.0932436E-2,0E0,0E0,0E0,2.8978646E-2,0E0,0E0,3.1687796E-2,0E0,2.913016E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,11,11,12,12,13,13,15,15,18,18,20,20,21,21,22,22,23,23,25,25,27,27,30,30,31,31,33,33,36,36,37,37,40,40,42,42,43,43,46,46,48,48,49,49,52,52,53,53,56,56,57,57,59,59,62,62,63,63,66,66,68,68,70,70,72,72,74,74,76,76,78,78,80,80,81,81,84,84,85,85,87,87,89,89,92,92,94,94,96,96,97,97,99,99,102,102,103,103,106,106,107,107,110,110,111,111,114,114,116,116,118,118,120,120,122,122,123,123,126,126,127,127,129,129,132,132,134,134,135,135,138,138,139,139,144,144,147,147,150,150,152,152,154,154,156,156,157,157,160,160,166,166,167,167,170,170,172,172,174,174,176,176,177,177,181,181,183,183,186,186,187,187,191,191,194,194,196,196],"right_children":[2,4,6,8,10,12,14,16,18,20,-1,22,24,26,-1,28,-1,-1,30,-1,32,34,36,38,-1,40,-1,42,-1,-1,44,46,-1,48,-1,-1,50,52,-1,-1,54,-1,56,58,-1,-1,60,-1,62,64,-1,-1,66,68,-1,-1,70,72,-1,74,-1,-1,76,78,-1,-1,80,-1,82,-1,84,-1,86,-1,88,-1,90,-1,92,-1,94,96,-1,-1,98,100,-1,102,-1,104,-1,-1,106,-1,108,-1,110,112,-1,114,-1,-1,116,118,-1,-1,120,122,-1,-1,124,126,-1,-1,128,-1,130,-1,132,-1,134,-1,136,138,-1,-1,140,142,-1,144,-1,-1,146,-1,148,150,-1,-1,152,154,-1,-1,-1,-1,156,-1,-1,158,-1,-1,160,-1,162,-1,164,-1,166,168,-1,-1,170,-1,-1,-1,-1,-1,172,174,-1,-1,176,-1,178,-1,180,-1,182,184,-1,-1,-1,186,-1,188,-1,-1,190,192,-1,-1,-1,194,-1,-1,196,-1,198,-1,-1],"split_conditions":[9.243164E-1,2.3576913E0,1.2840787E2,2.8393555E-1,8.9625E1,1.6596631E0,9.868164E-1,9.41875E1,1.3118407E0,3.0731201E-2,-0E0,7.639962E1,9.765625E-1,8.13125E1,-0E0,9.946289E-1,-0E0,-0E0,1.7907715E-1,-0E0,9.814453E-1,1.9826106E2,1.24816895E-1,1.079375E2,-0E0,3.1078125E1,-0E0,5.2875E1,-0E0,-0E0,2.241716E0,1.7407227E-1,-0E0,5.215625E1,-0E0,-0E0,7.182617E-1,3.096875E1,-0E0,-0E0,4.194336E-1,-0E0,1.1154175E-2,7.63125E1,-0E0,-0E0,9.85E1,-0E0,9.1308594E-2,8.1591797E-1,-0E0,-0E0,7.247925E-3,1.0436645E0,-0E0,-0E0,7.702637E-2,3.071875E1,-0E0,1.2771932E2,-0E0,-0E0,9.53125E-1,1.5220642E-2,-0E0,-0E0,3.805542E-2,-0E0,4.651846E0,-0E0,3.1375E1,-0E0,1.75875E2,-0E0,9.5996094E-1,-0E0,1.2093964E2,-0E0,3.615625E1,-0E0,7.7975105E1,8.4228516E-2,-0E0,-0E0,1.51125E2,9.272461E-1,-0E0,3.290625E1,-0E0,1.5225E2,-0E0,-0E0,9.472656E-1,-0E0,4.207048E0,-0E0,8.129883E-2,1.13E2,-0E0,1.1224365E-1,-0E0,-0E0,1.335907E-2,9.071722E-1,-0E0,-0E0,1.308322E2,3.309375E1,-0E0,-0E0,9.8046875E-1,3.1484375E1,-0E0,-0E0,5.52203E0,-0E0,4.8020215E0,-0E0,3.290625E1,-0E0,2.2827148E-2,-0E0,9.399414E-1,2.0666504E-1,-0E0,-0E0,9.116211E-1,3.825E1,-0E0,3.040625E1,-0E0,-0E0,1.20831604E2,-0E0,1.5840427E0,7.8086936E-1,-0E0,-0E0,9.550781E-1,1.1268616E-2,-0E0,-0E0,-1.1678827E-1,-0E0,6.421956E1,-0E0,-1.546194E-1,2.1698434E2,-0E0,-0E0,1.3574219E-1,-0E0,1.3625092E2,-0E0,4.6795444E1,-0E0,1.6674805E-1,1.03428566E2,-0E0,-0E0,4.7264923E1,-0E0,-1.8160716E-1,-0E0,2.2493291E-1,-0E0,9.124756E-3,3.955078E-2,-0E0,-0E0,1.244289E0,-0E0,1.31625E2,-0E0,2.0325471E2,-0E0,4.3400645E0,6.55E1,-0E0,2.4324954E-1,-0E0,1.854248E-1,-0E0,9.9560547E-1,-0E0,-0E0,9.7265625E-1,1.4416293E2,-0E0,1.6899347E-1,-0E0,3.353125E1,-0E0,-0E0,1.471513E1,-0E0,9.0625E-1,-2.6098284E-1,-0E0],"split_indices":[15,0,4,19,11,0,14,10,1,18,0,5,16,10,0,14,0,0,12,0,19,6,12,10,0,8,0,9,0,0,0,15,0,9,0,0,18,8,0,0,13,0,19,8,0,0,10,0,12,13,0,0,18,2,0,0,13,11,0,6,0,0,15,19,0,0,17,0,3,0,8,0,10,0,13,0,4,0,11,0,4,13,0,0,9,12,0,11,0,10,0,0,15,0,2,0,12,11,0,14,0,0,19,2,0,0,6,10,0,0,19,11,0,0,1,0,2,0,10,0,16,0,12,14,0,0,12,9,0,8,0,0,6,0,0,2,0,0,15,17,0,0,0,0,4,0,0,6,0,0,14,0,6,0,7,0,14,5,0,0,5,0,0,0,0,0,16,16,0,0,3,0,9,0,6,0,3,8,0,0,0,14,0,16,0,0,16,4,0,0,0,10,0,0,7,0,19,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3630673E2,6.2388016E1,7.391872E1,3.4861233E1,2.7526781E1,5.7599926E1,1.631879E1,1.6996746E1,1.7864489E1,2.3356773E1,4.1700068E0,2.3628647E1,3.397128E1,1.2007271E1,4.311519E0,1.3119874E1,3.8768716E0,5.847217E0,1.2017272E1,4.1069965E0,1.9249777E1,7.5877514E0,1.6040895E1,2.9616192E1,4.3550878E0,8.828293E0,3.1789773E0,1.0657683E1,2.462191E0,5.3241396E0,6.693132E0,1.782543E1,1.4243473E0,7.1260533E0,4.6169817E-1,4.2857227E0,1.1755173E1,2.7765318E1,1.8508754E0,4.1349047E-1,8.414803E0,1.9061948E0,8.751488E0,5.974922E0,7.182101E-1,1.8714632E0,1.5953967E1,2.057603E0,5.06845E0,7.9173336E0,3.8378394E0,1.7225623E0,2.6042755E1,6.065803E0,2.3489997E0,1.216308E0,7.53518E0,5.6975837E0,2.7733853E-1,1.491547E1,1.0384967E0,4.842581E-1,4.5841923E0,7.0473857E0,8.6994785E-1,1.066439E0,2.4976316E1,3.9497155E-1,5.6708317E0,1.0402571E0,6.494923E0,1.8626906E-1,5.5113144E0,8.459835E-1,1.4069487E1,4.58481E-1,4.125711E0,4.9152663E-1,6.555859E0,2.8714726E0,2.2104843E1,5.2806664E0,3.90165E-1,2.075148E-1,6.2874084E0,5.3387794E0,1.7253487E-1,1.3560663E1,5.088233E-1,3.942567E0,1.8314405E-1,3.2795495E-1,6.227904E0,2.3342993E0,1.9770544E1,8.803726E-1,4.400294E0,5.68936E0,5.980479E-1,4.8490143E0,4.897653E-1,9.107772E-1,1.2649886E1,3.6217077E0,3.2085925E-1,6.9742817E-1,5.530476E0,1.7583424E1,2.187121E0,5.4265E-1,3.8576438E0,5.136725E0,5.5263543E-1,1.6528974E-1,4.6837244E0,1.2647637E0,1.1385122E1,2.8841716E-1,3.3332906E0,1.7831658E-1,5.3521595E0,9.7696346E-1,1.6606459E1,3.6883464E0,1.6929753E-1,1.6412722E-1,4.9725976E0,4.4278293E0,2.558952E-1,1.0806513E1,5.786099E-1,1.7671515E-1,3.1565754E0,3.5843557E-1,4.993724E0,1.6378752E1,2.2770795E-1,2.9196718E-1,3.3963792E0,4.8033547E0,1.6924275E-1,2.5271988E-1,4.1751094E0,2.2975807E-1,1.0576755E1,1.8287037E-1,2.973705E0,4.7513223E0,2.4240145E-1,4.238083E-1,1.5954944E1,3.4157604E-1,3.0548031E0,2.1957089E-1,4.583784E0,2.7479035E-1,1.0301964E1,4.140552E0,6.107702E-1,4.753156E-1,1.5479628E1,2.996234E-1,2.75518E0,1.9661815E-1,4.387166E0,4.2259303E-1,9.879371E0,3.6522064E0,4.883457E-1,5.1140237E-1,1.49682255E1,1.8769862E-1,9.691672E0,1.7015631E-1,3.48205E0,1.6667751E0,1.330145E1,9.347865E0,3.438071E-1,3.2763958E0,2.0565413E-1,1.1697806E1,1.6036439E0,8.863809E0,4.8405612E-1,1.6832669E-1,1.152948E1,8.628874E0,2.3493499E-1,1.1345912E1,1.8356794E-1,7.9022784E0,7.265957E-1,5.105648E-1,7.3917136E0,2.3034137E-1,7.161372E0,6.1809897E0,9.803827E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"199","size_leaf_vector":"0"}},{"base_weights":[-6.6393516E-3,-1.923819E-2,-0E0,-3.881873E-2,-0E0,-1.5799027E-2,6.3010785E-3,-0E0,-5.3648017E-2,-0E0,-4.531494E-2,3.5129394E-2,-0E0,-0E0,-8.201915E-2,-5.476389E-2,-0E0,7.5810805E-2,-0E0,-2.0538999E-2,-0E0,-1.4806807E-1,-0E0,-0E0,-6.238179E-2,9.358886E-2,-0E0,-0E0,-4.3085314E-2,4.3276947E-2,-0E0,-1.697003E-1,-0E0,-0E0,-7.0446484E-2,1.1019464E-1,-0E0,-5.901497E-2,-0E0,-0E0,8.098448E-2,-0E0,-2.5204472E-2,-0E0,-1.7892423E-1,-0E0,-5.944746E-2,-0E0,1.2081655E-1,-0E0,-7.200978E-2,1.2910825E-1,-0E0,-0E0,-7.371558E-2,-1.8920112E-1,-0E0,1.3005239E-1,-0E0,-8.795295E-2,-0E0,1.567722E-1,-0E0,-0E0,-1.06778085E-1,-2.0064142E-1,-0E0,-0E0,1.3858183E-1,-1.0051195E-1,-0E0,1.919869E-1,-0E0,-0E0,-1.4105886E-1,-0E0,-2.091141E-1,-0E0,1.453063E-1,-1.1701238E-1,-0E0,2.2831391E-1,-0E0,-1.5732314E-1,-0E0,-0E0,-2.1563129E-1,-0E0,1.5100911E-1,-0E0,-1.242535E-1,2.4549939E-1,-0E0,-1.7545164E-1,-0E0,-0E0,-1.7660095E-1,1.5547813E-1,-0E0,-0E0,-1.279089E-1,2.6234123E-1,-0E0,-1.9278055E-1,-0E0,-0E0,1.6600381E-1,-1.3220546E-1,-0E0,-0E0,2.810504E-1,-0E0,-2.0489615E-1,1.7579131E-1,-0E0,-1.418009E-1,-0E0,-0E0,2.9291064E-1,-1.6369906E-1,-0E0,-0E0,1.867965E-1,-1.5001099E-1,-0E0,3.0141053E-1,-0E0,1.9300437E-1,-0E0,-1.6457044E-1,-0E0,-0E0,2.4119188E-1,1.9858654E-1,-0E0,-0E0,-1.7495528E-1,-0E0,2.1503972E-1,-0E0,-1.4239211E-1,2.3973005E-1,-0E0,-0E0,2.4611236E-1,-0E0,1.9595474E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":42,"left_children":[1,3,5,7,-1,9,11,-1,13,-1,15,17,19,-1,21,23,-1,25,-1,27,29,31,-1,-1,33,35,-1,-1,37,39,41,43,-1,-1,45,47,-1,49,-1,-1,51,-1,53,-1,55,-1,-1,-1,57,-1,59,61,-1,-1,63,65,-1,67,-1,69,-1,71,-1,-1,73,75,-1,-1,77,79,-1,81,-1,-1,83,-1,85,-1,87,89,-1,91,-1,93,-1,-1,95,-1,97,-1,99,101,-1,103,-1,-1,-1,105,-1,-1,107,109,-1,111,-1,-1,113,115,-1,-1,117,-1,119,121,-1,123,-1,-1,125,-1,-1,-1,127,129,-1,131,-1,133,-1,135,-1,-1,-1,137,-1,-1,139,-1,141,-1,-1,143,-1,-1,145,-1,-1],"loss_changes":[1.6613314E-2,2.8982716E-2,4.770914E-3,4.1269593E-2,0E0,1.062633E-2,2.706642E-2,0E0,4.094579E-2,0E0,4.3787304E-3,6.005402E-2,7.211907E-3,0E0,5.862984E-2,4.396731E-3,0E0,4.4629492E-2,0E0,1.9583428E-2,3.0154329E-2,4.228413E-2,0E0,0E0,4.294049E-3,3.74797E-2,0E0,0E0,2.1080907E-2,6.293486E-2,4.871708E-3,1.7489076E-2,0E0,0E0,2.9140133E-3,3.0241266E-2,0E0,2.1693025E-2,0E0,0E0,7.8128114E-2,0E0,3.2981656E-2,0E0,1.50104165E-2,0E0,0E0,0E0,2.88115E-2,0E0,1.8497229E-2,6.2466085E-2,0E0,0E0,3.65618E-2,1.6010493E-2,0E0,2.482672E-2,0E0,1.8458523E-2,0E0,9.0939745E-2,0E0,0E0,4.9239382E-2,7.5154305E-3,0E0,0E0,1.8179923E-2,2.5537163E-2,0E0,7.227528E-2,0E0,0E0,2.5593013E-2,0E0,1.0339677E-2,0E0,1.3626039E-2,9.542689E-3,0E0,4.4093966E-2,0E0,2.6529431E-2,0E0,0E0,2.8537512E-3,0E0,1.2315035E-2,0E0,5.210221E-3,4.2859077E-2,0E0,2.7367592E-2,0E0,0E0,0E0,1.9543469E-2,0E0,0E0,5.830094E-3,4.2784482E-2,0E0,1.6338304E-2,0E0,0E0,1.2218624E-2,9.452701E-3,0E0,0E0,2.0104289E-2,0E0,3.497675E-3,1.9603282E-2,0E0,1.0500237E-2,0E0,0E0,1.1934519E-2,0E0,0E0,0E0,1.4882386E-2,1.5254781E-2,0E0,5.474448E-3,0E0,7.328868E-3,0E0,1.5769288E-2,0E0,0E0,0E0,1.3007492E-2,0E0,0E0,1.2542337E-2,0E0,1.3583094E-2,0E0,0E0,5.524397E-3,0E0,0E0,5.4702163E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,5,5,6,6,8,8,10,10,11,11,12,12,14,14,15,15,17,17,19,19,20,20,21,21,24,24,25,25,28,28,29,29,30,30,31,31,34,34,35,35,37,37,40,40,42,42,44,44,48,48,50,50,51,51,54,54,55,55,57,57,59,59,61,61,64,64,65,65,68,68,69,69,71,71,74,74,76,76,78,78,79,79,81,81,83,83,86,86,88,88,90,90,91,91,93,93,97,97,100,100,101,101,103,103,106,106,107,107,110,110,112,112,113,113,115,115,118,118,122,122,123,123,125,125,127,127,129,129,133,133,136,136,138,138,141,141,144,144],"right_children":[2,4,6,8,-1,10,12,-1,14,-1,16,18,20,-1,22,24,-1,26,-1,28,30,32,-1,-1,34,36,-1,-1,38,40,42,44,-1,-1,46,48,-1,50,-1,-1,52,-1,54,-1,56,-1,-1,-1,58,-1,60,62,-1,-1,64,66,-1,68,-1,70,-1,72,-1,-1,74,76,-1,-1,78,80,-1,82,-1,-1,84,-1,86,-1,88,90,-1,92,-1,94,-1,-1,96,-1,98,-1,100,102,-1,104,-1,-1,-1,106,-1,-1,108,110,-1,112,-1,-1,114,116,-1,-1,118,-1,120,122,-1,124,-1,-1,126,-1,-1,-1,128,130,-1,132,-1,134,-1,136,-1,-1,-1,138,-1,-1,140,-1,142,-1,-1,144,-1,-1,146,-1,-1],"split_conditions":[5.715625E1,7.65625E1,3.75625E1,3.309375E1,-0E0,3.3294678E-2,1.4550781E-1,-0E0,1.3220215E-1,-0E0,4.842488E0,9.8535156E-1,1.7346191E-1,-0E0,1.5991211E-1,6.63853E-1,-0E0,1.6896968E2,-0E0,6.20625E1,7.8125E1,9.8535156E-1,-0E0,-0E0,2.553519E1,9.2089844E-1,-0E0,-0E0,5.115258E0,1.34756E0,5.1513672E-2,4.7264923E1,-0E0,-0E0,6.3201505E-1,6.066619E-1,-0E0,7.171631E-3,-0E0,-0E0,3.2979865E0,-0E0,2.6538086E-1,-0E0,9.902344E-1,-0E0,-5.944746E-2,-0E0,3.6143234E2,-0E0,4.252549E0,9.9853516E-1,-0E0,-0E0,6.066619E-1,1.2138199E2,-0E0,1.308322E2,-0E0,9.868164E-1,-0E0,9.169922E-1,-0E0,-0E0,1.6906738E-2,4.4128418E-2,-0E0,-0E0,3.971875E1,1.595E2,-0E0,1.3823894E2,-0E0,-0E0,1.4775E2,-0E0,1.1779351E1,-0E0,3.95E1,5.466461E-3,-0E0,5.115258E0,-0E0,9.975586E-1,-0E0,-0E0,6.8847656E-1,-0E0,9.89375E1,-0E0,4.3218468E1,9.946289E-1,-0E0,2.73E2,-0E0,-0E0,-1.7660095E-1,7.722628E-1,-0E0,-0E0,5.2000422E0,4.053125E1,-0E0,1.5551758E-1,-0E0,-0E0,9.863281E-1,9.5410156E-1,-0E0,-0E0,1.3085938E-1,-0E0,9.9853516E-1,1.8112183E-2,-0E0,8.779297E-1,-0E0,-0E0,1.35875E2,-1.6369906E-1,-0E0,-0E0,5.3274145E0,4.1225796E0,-0E0,2.3734709E1,-0E0,9.8339844E-1,-0E0,6.237793E-2,-0E0,-0E0,2.4119188E-1,1.1492944E0,-0E0,-0E0,1.0398865E-2,-0E0,4.0907993E0,-0E0,-1.4239211E-1,1.496582E-1,-0E0,-0E0,2.8515625E-1,-0E0,1.9595474E-1],"split_indices":[10,9,11,11,0,18,13,0,19,0,2,15,18,0,13,3,0,4,0,10,9,19,0,0,7,12,0,0,0,1,17,5,0,0,2,2,0,16,0,0,2,0,18,0,16,0,0,0,6,0,3,15,0,0,2,7,0,6,0,17,0,13,0,0,16,17,0,0,9,10,0,4,0,0,8,0,7,0,11,19,0,0,0,18,0,0,15,0,8,0,5,19,0,9,0,0,0,3,0,0,1,11,0,13,0,0,18,17,0,0,14,0,17,16,0,12,0,0,11,0,0,0,3,1,0,7,0,15,0,12,0,0,0,2,0,0,19,0,0,0,0,15,0,0,14,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.339432E2,6.0400345E1,7.354286E1,3.3691147E1,2.6709198E1,8.1290865E0,6.541377E1,1.9505391E0,3.1740608E1,2.4052842E0,5.7238026E0,2.35532E1,4.1860577E1,1.2360275E1,1.9380333E1,5.2214017E0,5.024012E-1,1.5113907E1,8.439293E0,1.6595884E1,2.5264692E1,8.274233E0,1.1106099E1,1.8221045E-1,5.0391912E0,1.4840664E1,2.7324328E-1,2.661423E0,1.3934462E1,1.5600392E1,9.664299E0,7.6481423E0,6.2609094E-1,3.3039188E-1,4.7087994E0,1.3652075E1,1.1885887E0,1.32466135E1,6.8784887E-1,1.9066921E0,1.3693701E1,2.495523E0,7.1687756E0,2.7215722E-1,7.375985E0,2.5694102E-1,4.451858E0,3.0724978E-1,1.3344825E1,3.302594E-1,1.2916354E1,9.771639E0,3.9220622E0,7.0273733E-1,6.466038E0,6.962939E0,4.1304627E-1,1.315168E1,1.9314457E-1,1.0884394E1,2.0319602E0,9.008011E0,7.636272E-1,4.3928495E-1,6.0267534E0,6.5338545E0,4.2908406E-1,3.3602506E-1,1.2815656E1,1.0044263E1,8.4013057E-1,8.307167E0,7.0084393E-1,3.122085E-1,5.7145452E0,3.8656995E-1,6.1472845E0,3.4288716E-1,1.2472768E1,9.14528E0,8.989832E-1,7.114031E0,1.1931366E0,5.5300655E0,1.8447939E-1,1.7336607E-1,5.9739184E0,3.6378726E-1,1.2108981E1,4.7334403E-1,8.671936E0,6.816953E0,2.9707766E-1,5.210146E0,3.1991976E-1,5.461419E-1,5.427777E0,1.1903987E1,2.0499422E-1,1.9828516E-1,8.473651E0,6.5303817E0,2.8657135E-1,4.9661145E0,2.4403115E-1,8.1391877E-1,1.1090068E1,8.233419E0,2.4023087E-1,3.6320373E-1,6.167178E0,2.3814538E-1,4.727969E0,1.0230792E1,8.5927546E-1,7.5615673E0,6.7185247E-1,2.9466507E-1,5.872513E0,4.5624857E0,1.654837E-1,6.653588E-1,9.5654335E0,7.1699033E0,3.9166376E-1,5.649534E0,2.2297864E-1,9.327869E0,2.3756416E-1,6.4360824E0,7.338209E-1,2.4945599E-1,5.4000783E0,8.968961E0,3.5890847E-1,2.8379548E-1,6.152287E0,1.1122594E0,7.8567014E0,1.6591576E-1,5.9863715E0,6.460343E0,1.3963587E0,2.6511326E-1,6.1952295E0,1.8301226E-1,6.0122175E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"147","size_leaf_vector":"0"}},{"base_weights":[-3.921579E-3,-0E0,-2.2450127E-2,-0E0,1.2276273E-2,-3.542069E-2,-0E0,-0E0,-2.7595907E-2,-0E0,3.1893197E-2,-5.083093E-2,-0E0,-6.6791795E-2,-0E0,-0E0,4.938639E-2,-0E0,-9.869924E-2,-0E0,-8.581406E-2,6.522164E-2,-0E0,-1.1401449E-1,-0E0,-1.2120137E-1,-0E0,-0E0,7.604267E-2,-0E0,-1.196086E-1,-1.3671862E-1,-0E0,8.678373E-2,-0E0,-0E0,-1.2974696E-1,-0E0,-1.4918034E-1,-0E0,9.644029E-2,-1.3699059E-1,-0E0,-0E0,-1.5767075E-1,1.0254019E-1,-0E0,-0E0,-1.4755896E-1,-1.6939995E-1,-0E0,-0E0,1.0866589E-1,-1.5754743E-1,-0E0,-0E0,-1.767106E-1,1.1411641E-1,-0E0,-1.6281351E-1,-0E0,-0E0,-1.836727E-1,1.1962484E-1,-0E0,-0E0,-1.6777547E-1,-1.924219E-1,-0E0,-0E0,1.4358765E-1,-1.734667E-1,-0E0,-0E0,-1.9822578E-1,1.8016976E-1,-0E0,-1.867928E-1,-0E0,-0E0,-1.5831424E-1,1.9355653E-1,-0E0,-1.9191492E-1,-0E0,2.0506343E-1,-0E0,-1.9554822E-1,-0E0,-0E0,2.2075474E-1,-2.0086093E-1,-0E0,2.2792773E-1,-0E0,-0E0,-1.6134505E-1,1.8221882E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":43,"left_children":[1,3,5,7,9,11,-1,-1,13,-1,15,17,-1,19,-1,-1,21,-1,23,-1,25,27,-1,29,-1,31,-1,-1,33,-1,35,37,-1,39,-1,-1,41,-1,43,-1,45,47,-1,-1,49,51,-1,-1,53,55,-1,-1,57,59,-1,-1,61,63,-1,65,-1,-1,67,69,-1,-1,71,73,-1,-1,75,77,-1,-1,79,81,-1,83,-1,-1,-1,85,-1,87,-1,89,-1,91,-1,-1,93,95,-1,97,-1,-1,-1,-1,-1],"loss_changes":[2.3209859E-2,7.400189E-3,2.8617056E-2,1.1843567E-2,3.38998E-2,3.871413E-2,0E0,0E0,4.3456487E-2,0E0,3.513482E-2,7.8009434E-2,0E0,2.6896033E-2,0E0,0E0,4.875338E-2,0E0,4.3820545E-2,0E0,4.0288284E-2,3.513646E-2,0E0,1.7754197E-2,0E0,2.8917179E-2,0E0,0E0,3.7784338E-2,0E0,1.5651435E-2,1.991342E-2,0E0,3.9497018E-2,0E0,0E0,1.7518803E-2,0E0,1.4384568E-2,0E0,2.8708503E-2,1.458472E-2,0E0,0E0,1.0158852E-2,2.8125226E-2,0E0,0E0,2.4491578E-2,7.9203695E-3,0E0,0E0,2.6875526E-2,1.6033709E-2,0E0,0E0,7.496953E-3,2.748841E-2,0E0,1.2913495E-2,0E0,0E0,6.422892E-3,3.1631887E-2,0E0,0E0,1.5428901E-2,5.7296753E-3,0E0,0E0,9.0424E-2,1.8451244E-2,0E0,0E0,4.0753484E-3,4.5425028E-2,0E0,1.386866E-2,0E0,0E0,0E0,2.310443E-2,0E0,8.241713E-3,0E0,5.553806E-2,0E0,7.2024763E-3,0E0,0E0,2.088046E-2,5.8044493E-3,0E0,3.39669E-3,0E0,0E0,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,8,8,10,10,11,11,13,13,16,16,18,18,20,20,21,21,23,23,25,25,28,28,30,30,31,31,33,33,36,36,38,38,40,40,41,41,44,44,45,45,48,48,49,49,52,52,53,53,56,56,57,57,59,59,62,62,63,63,66,66,67,67,70,70,71,71,74,74,75,75,77,77,81,81,83,83,85,85,87,87,90,90,91,91,93,93],"right_children":[2,4,6,8,10,12,-1,-1,14,-1,16,18,-1,20,-1,-1,22,-1,24,-1,26,28,-1,30,-1,32,-1,-1,34,-1,36,38,-1,40,-1,-1,42,-1,44,-1,46,48,-1,-1,50,52,-1,-1,54,56,-1,-1,58,60,-1,-1,62,64,-1,66,-1,-1,68,70,-1,-1,72,74,-1,-1,76,78,-1,-1,80,82,-1,84,-1,-1,-1,86,-1,88,-1,90,-1,92,-1,-1,94,96,-1,98,-1,-1,-1,-1,-1],"split_conditions":[2.9101562E-1,1.3269043E-1,4.1544538E0,1.7661888E2,1.4570976E2,4.2882166E0,-0E0,-0E0,1.8728917E2,-0E0,4.788208E-2,1.0516695E2,-0E0,1.1215786E0,-0E0,-0E0,9.824219E-1,-0E0,9.9072266E-1,-0E0,9.9365234E-1,4.15E1,-0E0,3.071875E1,-0E0,5.18745E0,-0E0,-0E0,1.51125E2,-0E0,1.2779236E-2,1.2715116E0,-0E0,2.142334E-1,-0E0,-0E0,1.5376474E2,-0E0,1.7741978E2,-0E0,3.1506076E2,2.3452759E-2,-0E0,-0E0,4.867885E0,5.7408464E-1,-0E0,-0E0,3.9672308E0,3.265625E1,-0E0,-0E0,9.9853516E-1,2.52125E2,-0E0,-0E0,2.0978586E1,1.6757976E2,-0E0,6.9885254E-2,-0E0,-0E0,9.975586E-1,1.0687256E-1,-0E0,-0E0,9.9902344E-1,1.6235352E-1,-0E0,-0E0,3.547524E0,6.7875E1,-0E0,-0E0,3.9100647E-3,2.7539062E-1,-0E0,2.6719543E2,-0E0,-0E0,-1.5831424E-1,6.70625E1,-0E0,2.3315211E2,-0E0,2.4600454E1,-0E0,1.43E2,-0E0,-0E0,9.663086E-1,3.521875E1,-0E0,9.9658203E-1,-0E0,-0E0,-1.6134505E-1,1.8221882E-1,-0E0],"split_indices":[12,12,0,6,6,1,0,0,7,0,19,4,0,2,0,0,18,0,16,0,14,9,0,10,0,3,0,0,9,0,18,3,0,15,0,0,5,0,6,0,6,17,0,0,0,2,0,0,0,11,0,0,16,9,0,0,7,4,0,14,0,0,16,13,0,0,17,14,0,0,2,8,0,0,17,12,0,7,0,0,0,8,0,4,0,7,0,9,0,0,13,11,0,17,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3225177E2,8.265056E1,4.960121E1,3.4047363E1,4.860319E1,4.243591E1,7.1653004E0,1.8995117E1,1.5052249E1,8.500601E0,4.0102592E1,3.5332184E1,7.103727E0,1.1895934E1,3.1563144E0,9.264203E0,3.083839E1,1.832037E1,1.7011814E1,1.2341347E0,1.0661799E1,2.8929296E1,1.9090929E0,1.5994159E1,1.017656E0,7.8380713E0,2.8237283E0,1.7034018E0,2.7225895E1,2.6577586E-1,1.5728382E1,7.5998135E0,2.3825778E-1,2.5804348E1,1.421547E0,1.507331E0,1.4221051E1,4.0191573E-1,7.197898E0,7.573224E-1,2.5047026E1,1.3638923E1,5.8212876E-1,2.2810514E-1,6.969793E0,2.4828335E1,2.18691E-1,1.282936E0,1.2355987E1,6.325204E0,6.4458907E-1,3.9330396E-1,2.443503E1,1.176425E1,5.9173673E-1,2.994047E-1,6.0257993E0,2.417375E1,2.612805E-1,1.1588582E1,1.7566808E-1,2.6311707E-1,5.762682E0,2.3874645E1,2.9910436E-1,2.4570441E-1,1.1342877E1,5.3795843E0,3.8309744E-1,5.9224973E0,1.7952148E1,1.109127E1,2.5160676E-1,1.9344066E-1,5.186144E0,1.4005331E1,3.9468179E0,1.0025203E1,1.066068E0,1.6362067E-1,5.0225234E0,1.328077E1,7.245601E-1,9.847421E0,1.7778191E-1,1.2327016E1,9.537544E-1,9.682012E0,1.6540903E-1,6.1903924E-1,1.1707977E1,9.329035E0,3.5297728E-1,1.1353611E1,3.5436618E-1,4.2551398E-1,8.903521E0,1.0845839E1,5.077718E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"99","size_leaf_vector":"0"}},{"base_weights":[-2.080335E-3,-1.3695212E-2,-0E0,-0E0,-1.983942E-2,-0E0,1.981595E-2,-0E0,2.0288158E-2,-0E0,-3.6986984E-2,7.328815E-2,-0E0,-0E0,6.1099786E-2,-0E0,-5.9989978E-2,9.49324E-2,-0E0,-0E0,1.0373678E-1,-0E0,-8.1719086E-2,-0E0,1.11371E-1,1.374344E-1,-0E0,-1.0406598E-1,-0E0,1.3294399E-1,-0E0,-0E0,1.6175587E-1,-1.2039218E-1,-0E0,1.4767006E-1,-0E0,1.9633232E-1,-0E0,-1.3542502E-1,-0E0,1.6076402E-1,-0E0,2.2773571E-1,-0E0,-0E0,-1.4919923E-1,-0E0,1.6848296E-1,2.4083853E-1,-0E0,-0E0,-1.5667412E-1,1.7708564E-1,-0E0,-0E0,2.0088811E-1,-1.6379002E-1,-0E0,1.8901838E-1,-0E0,-1.727381E-1,-0E0,2.149691E-1,-0E0,-0E0,-1.8033336E-1,2.3758318E-1,-0E0,-0E0,-1.8913618E-1,2.6076788E-1,-0E0,-1.982065E-1,-0E0,2.7149904E-1,-0E0,-2.062828E-1,-0E0,-0E0,2.7970317E-1,-2.120225E-1,-0E0,-0E0,2.243089E-1,-0E0,-2.1904327E-1,-2.2829254E-1,-0E0,-2.318387E-1,-0E0,-0E0,-2.3532799E-1,-0E0,-2.4562845E-1,-2.5391954E-1,-0E0,-2.5713712E-1,-0E0,-0E0,-2.0419234E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":44,"left_children":[1,3,5,7,9,-1,11,-1,13,-1,15,17,-1,-1,19,-1,21,23,-1,-1,25,-1,27,-1,29,31,-1,33,-1,35,-1,-1,37,39,-1,41,-1,43,-1,45,-1,47,-1,49,-1,-1,51,-1,53,55,-1,-1,57,59,-1,-1,-1,61,-1,63,-1,65,-1,67,-1,-1,69,71,-1,-1,73,75,-1,77,-1,79,-1,81,-1,-1,83,85,-1,-1,-1,-1,87,89,-1,91,-1,-1,93,-1,95,97,-1,99,-1,-1,-1],"loss_changes":[1.6327117E-2,1.3454145E-2,1.4254764E-2,3.982974E-3,1.7189512E-2,0E0,5.4921836E-2,0E0,2.0007417E-2,0E0,4.5816783E-2,3.915181E-2,0E0,0E0,3.770168E-2,0E0,5.1332943E-2,3.4860946E-2,0E0,0E0,4.340045E-2,0E0,7.741091E-2,0E0,5.2940726E-2,3.4290656E-2,0E0,6.486496E-2,0E0,3.8911313E-2,0E0,0E0,4.7417954E-2,4.709527E-2,0E0,2.6106343E-2,0E0,3.7127763E-2,0E0,5.985704E-2,0E0,1.9351542E-2,0E0,8.884251E-3,0E0,0E0,3.1226367E-2,0E0,1.9916087E-2,1.3007447E-2,0E0,0E0,3.2740295E-2,1.24999285E-2,0E0,0E0,0E0,3.391829E-2,0E0,1.0801107E-2,0E0,3.263411E-2,0E0,5.0634265E-2,0E0,0E0,3.518808E-2,2.485314E-2,0E0,0E0,3.8765132E-2,9.775132E-3,0E0,3.0147016E-2,0E0,8.357078E-3,0E0,2.4133265E-2,0E0,0E0,8.808672E-3,2.2294581E-2,0E0,0E0,0E0,0E0,1.5154541E-2,1.2425542E-2,0E0,1.0005295E-2,0E0,0E0,1.9551575E-2,0E0,1.4549494E-2,6.37269E-3,0E0,7.555425E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,8,8,10,10,11,11,14,14,16,16,17,17,20,20,22,22,24,24,25,25,27,27,29,29,32,32,33,33,35,35,37,37,39,39,41,41,43,43,46,46,48,48,49,49,52,52,53,53,57,57,59,59,61,61,63,63,66,66,67,67,70,70,71,71,73,73,75,75,77,77,80,80,81,81,86,86,87,87,89,89,92,92,94,94,95,95,97,97],"right_children":[2,4,6,8,10,-1,12,-1,14,-1,16,18,-1,-1,20,-1,22,24,-1,-1,26,-1,28,-1,30,32,-1,34,-1,36,-1,-1,38,40,-1,42,-1,44,-1,46,-1,48,-1,50,-1,-1,52,-1,54,56,-1,-1,58,60,-1,-1,-1,62,-1,64,-1,66,-1,68,-1,-1,70,72,-1,-1,74,76,-1,78,-1,80,-1,82,-1,-1,84,86,-1,-1,-1,-1,88,90,-1,92,-1,-1,94,-1,96,98,-1,100,-1,-1,-1],"split_conditions":[7.8E1,1.227108E0,6.6918945E1,1.6337854E0,9.273256E1,-0E0,8.1108315E1,-0E0,1.2988281E-1,-0E0,7.2558594E-1,1.5859122E2,-0E0,-0E0,4.6289062E-1,-0E0,7.006354E1,3.7375E1,-0E0,-0E0,9.375E-1,-0E0,9.84375E-1,-0E0,9.926758E-1,3.0484375E1,-0E0,1.6288348E2,-0E0,9.633789E-1,-0E0,-0E0,1.155E2,8.588867E-1,-0E0,4.7600365E0,-0E0,9.7021484E-1,-0E0,3.071875E1,-0E0,3.0609375E1,-0E0,9.980469E-1,-0E0,-0E0,3.982544E-3,-0E0,8.98125E1,4.257202E-2,-0E0,-0E0,5.5322685E0,1.45E2,-0E0,-0E0,2.0088811E-1,9.892578E-1,-0E0,9.9072266E-1,-0E0,3.1203125E1,-0E0,9.9902344E-1,-0E0,-0E0,1.4001465E-1,1.8794693E2,-0E0,-0E0,5.5377693E0,5.115258E0,-0E0,9.9902344E-1,-0E0,1.20831604E2,-0E0,2.5928717E2,-0E0,-0E0,3.240625E1,7.422364E-1,-0E0,-0E0,2.243089E-1,-0E0,5.41852E0,1.384465E2,-0E0,3.1484375E1,-0E0,-0E0,3.984375E-1,-0E0,7.363281E-1,9.70625E1,-0E0,1.0948181E-2,-0E0,-0E0,-2.0419234E-1],"split_indices":[11,3,5,2,7,0,5,0,13,0,14,4,0,0,14,0,5,9,0,0,13,0,19,0,19,8,0,5,0,13,0,0,10,13,0,2,0,16,0,8,0,8,0,14,0,0,18,0,8,17,0,0,0,9,0,0,0,18,0,15,0,11,0,14,0,0,15,6,0,0,2,0,0,17,0,6,0,7,0,0,10,2,0,0,0,0,1,5,0,10,0,0,15,0,13,8,0,16,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3120325E2,8.95896E1,4.161364E1,1.2978216E1,7.661138E1,5.811665E0,3.5801975E1,3.8016279E0,9.176589E0,4.2360306E1,3.425108E1,1.2379282E1,2.3422693E1,3.2503347E0,5.926254E0,8.809765E0,2.5441315E1,1.1520247E1,8.5903454E-1,6.9349295E-1,5.232761E0,4.2746043E0,2.116671E1,4.759788E-1,1.1044269E1,5.0639215E0,1.6883968E-1,2.0008493E1,1.1582177E0,1.0597033E1,4.472366E-1,2.3682909E-1,4.827092E0,1.9298595E1,7.0989645E-1,1.0278526E1,3.1850588E-1,4.3461394E0,4.8095298E-1,1.7714983E1,1.5836134E0,9.604352E0,6.741741E-1,3.817654E0,5.2848536E-1,5.19052E-1,1.719593E1,2.2292285E-1,9.38143E0,3.5137985E0,3.0385533E-1,3.7614107E-1,1.681979E1,9.07978E0,3.0165032E-1,3.0785355E-1,3.205945E0,1.6567966E1,2.5182223E-1,8.258279E0,8.215009E-1,1.5982209E1,5.8575815E-1,6.505072E0,1.7532061E0,3.556479E-1,1.5626561E1,6.132042E0,3.7303016E-1,4.8253605E-1,1.5144025E1,5.3706546E0,7.613877E-1,1.47317295E1,4.122954E-1,5.048356E0,3.2229835E-1,1.4270851E1,4.6087864E-1,2.1388897E-1,4.834467E0,1.4018794E1,2.5205672E-1,1.8154782E-1,4.6529193E0,4.511325E-1,1.3567662E1,1.2741629E1,8.260337E-1,1.257082E1,1.7080824E-1,2.040689E-1,1.2366751E1,7.324524E-1,1.1634298E1,1.1080467E1,5.5383134E-1,1.0888848E1,1.9161911E-1,2.9057536E-1,1.0598273E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"101","size_leaf_vector":"0"}},{"base_weights":[-0E0,2.0501695E-3,-2.4781575E-2,-0E0,2.2221131E-2,-3.6840804E-2,-0E0,-0E0,-2.9749013E-2,7.316556E-2,-0E0,-4.6315115E-2,-0E0,3.2314975E-2,-0E0,-0E0,-5.9726886E-2,-0E0,1.0799577E-1,-5.552251E-2,-0E0,-0E0,5.4859035E-2,-0E0,-1.8661462E-2,-1.0190897E-1,-0E0,-0E0,1.387477E-1,-0E0,-6.379193E-2,-0E0,8.106802E-2,-6.474633E-2,-0E0,-1.390228E-1,-0E0,-0E0,1.5411018E-1,-7.192618E-2,-0E0,1.0559551E-1,-0E0,-0E0,-8.177667E-2,-1.6672774E-1,-0E0,-0E0,1.667471E-1,-0E0,-7.906889E-2,1.332845E-1,-0E0,-0E0,-1.0115607E-1,-0E0,-1.7892103E-1,1.7955336E-1,-0E0,-0E0,-8.338341E-2,-0E0,1.596859E-1,-0E0,-1.1134326E-1,-0E0,-1.8787609E-1,1.9548133E-1,-0E0,-0E0,-9.188754E-2,1.724692E-1,-0E0,-0E0,-1.2626955E-1,-0E0,-1.9625345E-1,2.2264163E-1,-0E0,-9.627229E-2,-0E0,1.9226912E-1,-0E0,-0E0,-1.5606456E-1,-2.0527983E-1,-0E0,2.3798585E-1,-0E0,-1.0019767E-1,-0E0,2.0566095E-1,-0E0,-1.7386846E-1,-0E0,-0E0,-2.1818341E-1,2.5056577E-1,-0E0,-0E0,-1.02111354E-1,2.183567E-1,-0E0,-1.9502962E-1,-0E0,-1.8664713E-1,-0E0,-0E0,2.6453245E-1,-0E0,-1.0339481E-1,2.3467243E-1,-0E0,-1.6519545E-1,-0E0,-0E0,2.1093372E-1,-0E0,-1.0545074E-1,-0E0,2.4440776E-1,-0E0,-8.3412535E-2,-0E0,2.5882465E-1,-0E0,2.7314618E-1,-0E0,2.1952772E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":45,"left_children":[1,3,5,7,9,11,-1,13,15,17,-1,19,-1,21,23,-1,25,-1,27,29,-1,-1,31,-1,33,35,-1,-1,37,-1,39,-1,41,43,-1,45,-1,-1,47,49,-1,51,-1,-1,53,55,-1,-1,57,-1,59,61,-1,-1,63,-1,65,67,-1,-1,69,-1,71,-1,73,-1,75,77,-1,-1,79,81,-1,-1,83,-1,85,87,-1,89,-1,91,-1,-1,93,95,-1,97,-1,99,-1,101,-1,103,-1,-1,105,107,-1,-1,109,111,-1,113,-1,-1,-1,-1,115,-1,117,119,-1,-1,-1,-1,-1,-1,121,-1,123,-1,-1,-1,125,-1,127,-1,-1],"loss_changes":[2.4339274E-2,1.893736E-2,1.8918516E-2,1.5726015E-2,6.1418712E-2,2.2983737E-2,0E0,1.2041305E-2,3.8798835E-2,5.5768147E-2,0E0,2.433028E-2,0E0,2.0483568E-2,4.460674E-3,0E0,7.304847E-2,0E0,5.970092E-2,2.152332E-2,0E0,0E0,3.335994E-2,0E0,3.5933908E-2,4.7138974E-2,0E0,0E0,3.5962954E-2,0E0,2.5745071E-2,0E0,3.7485138E-2,2.0281304E-2,0E0,3.144388E-2,0E0,0E0,3.3879176E-2,2.5448248E-2,0E0,4.9002722E-2,0E0,0E0,2.3202319E-2,2.5087088E-2,0E0,0E0,3.6276907E-2,0E0,1.528132E-2,3.4730792E-2,0E0,0E0,1.2534946E-2,0E0,1.318109E-2,2.5779665E-2,0E0,0E0,1.8893823E-2,0E0,2.5313973E-2,0E0,1.39262825E-2,0E0,1.2547299E-2,5.493903E-2,0E0,0E0,1.4024198E-2,2.7019128E-2,0E0,0E0,2.7289331E-2,0E0,1.670897E-2,3.0517638E-2,0E0,4.8418194E-3,0E0,1.5792161E-2,0E0,0E0,2.3714304E-2,1.4758229E-2,0E0,2.5396675E-2,0E0,4.825115E-3,0E0,1.9322097E-2,0E0,3.002581E-2,0E0,0E0,2.3915976E-2,2.564463E-2,0E0,0E0,3.7071556E-3,2.9654056E-2,0E0,2.221784E-2,0E0,0E0,0E0,0E0,7.0399344E-3,0E0,3.3997E-3,1.303491E-2,0E0,0E0,0E0,0E0,0E0,0E0,4.1998923E-3,0E0,2.093947E-2,0E0,0E0,0E0,1.3508558E-2,0E0,7.5136125E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,7,7,8,8,9,9,11,11,13,13,14,14,16,16,18,18,19,19,22,22,24,24,25,25,28,28,30,30,32,32,33,33,35,35,38,38,39,39,41,41,44,44,45,45,48,48,50,50,51,51,54,54,56,56,57,57,60,60,62,62,64,64,66,66,67,67,70,70,71,71,74,74,76,76,77,77,79,79,81,81,84,84,85,85,87,87,89,89,91,91,93,93,96,96,97,97,100,100,101,101,103,103,108,108,110,110,111,111,118,118,120,120,124,124,126,126],"right_children":[2,4,6,8,10,12,-1,14,16,18,-1,20,-1,22,24,-1,26,-1,28,30,-1,-1,32,-1,34,36,-1,-1,38,-1,40,-1,42,44,-1,46,-1,-1,48,50,-1,52,-1,-1,54,56,-1,-1,58,-1,60,62,-1,-1,64,-1,66,68,-1,-1,70,-1,72,-1,74,-1,76,78,-1,-1,80,82,-1,-1,84,-1,86,88,-1,90,-1,92,-1,-1,94,96,-1,98,-1,100,-1,102,-1,104,-1,-1,106,108,-1,-1,110,112,-1,114,-1,-1,-1,-1,116,-1,118,120,-1,-1,-1,-1,-1,-1,122,-1,124,-1,-1,-1,126,-1,128,-1,-1],"split_conditions":[5.3466797E-1,1.10883415E2,9.9316406E-1,6.63125E1,1.7736816E-1,1.134375E2,-0E0,1.5705591E0,3.5703735E1,4.365625E1,-0E0,5.130834E0,-0E0,5.197811E1,9.3847656E-1,-0E0,9.8095703E-1,-0E0,3.81875E1,7.2046924E-1,-0E0,-0E0,8.6283374E-1,-0E0,9.038086E-1,9.0875E1,-0E0,-0E0,5.8944434E-1,-0E0,1.75875E2,-0E0,9.741211E-1,3.0609375E1,-0E0,1.3245853E2,-0E0,-0E0,1.20831604E2,5.947876E-2,-0E0,4.7286634E0,-0E0,-0E0,1.424408E-2,9.028926E-1,-0E0,-0E0,3.3887466E2,-0E0,6.1073303E-3,4.969352E1,-0E0,-0E0,1.9859531E1,-0E0,7.965088E-3,1.5296657E2,-0E0,-0E0,3.453125E1,-0E0,4.9123545E0,-0E0,1.3231746E0,-0E0,3.21875E1,1.26722115E2,-0E0,-0E0,5.3310695E0,6.146875E1,-0E0,-0E0,1.7068489E0,-0E0,4.94059E0,5.3274145E0,-0E0,4.498985E0,-0E0,9.9902344E-1,-0E0,-0E0,1.19884056E2,4.9829102E-1,-0E0,2.305622E2,-0E0,5.947876E-2,-0E0,1.011875E2,-0E0,9.765625E-1,-0E0,-0E0,1.10646416E2,3.15E1,-0E0,-0E0,9.631497E0,1.9882776E2,-0E0,9.9902344E-1,-0E0,-1.8664713E-1,-0E0,-0E0,5.102539E-1,-0E0,3.982544E-3,1.2771606E-2,-0E0,-1.6519545E-1,-0E0,-0E0,2.1093372E-1,-0E0,2.8874342E1,-0E0,5.7495117E-2,-0E0,-8.3412535E-2,-0E0,4.784375E1,-0E0,1.4219706E0,-0E0,2.1952772E-1],"split_indices":[13,7,15,10,12,8,0,1,7,11,0,3,0,4,14,0,17,0,10,2,0,0,1,0,16,10,0,0,1,0,11,0,19,8,0,4,0,0,6,15,0,0,0,0,19,3,0,0,6,0,16,7,0,0,7,0,19,4,0,0,10,0,3,0,3,0,11,5,0,0,0,10,0,0,2,0,1,3,0,3,0,14,0,0,5,15,0,6,0,14,0,9,0,19,0,0,5,8,0,0,7,6,0,15,0,0,0,0,14,0,18,17,0,0,0,0,0,0,4,0,13,0,0,0,9,0,3,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.3001176E2,9.150914E1,3.8502617E1,5.2874016E1,3.8635128E1,3.1086834E1,7.4157853E0,3.5604584E1,1.7269432E1,1.4583095E1,2.4052032E1,3.020025E1,8.8658166E-1,1.10309725E1,2.457361E1,2.4848092E0,1.4784622E1,3.3785644E0,1.1204531E1,2.8754759E1,1.4454929E0,7.236199E-1,1.0307352E1,1.226479E1,1.2308822E1,1.1783865E1,3.0007572E0,1.5121952E0,9.692335E0,1.804001E0,2.6950758E1,7.823106E-1,9.525042E0,9.135913E0,3.172909E0,8.539647E0,3.2442186E0,4.1653E-1,9.275805E0,2.6069403E1,8.813555E-1,8.770507E0,7.5453496E-1,5.627799E-1,8.5731325E0,6.9161873E0,1.6234595E0,2.0709826E-1,9.068707E0,5.1300824E-1,2.5556395E1,8.077246E0,6.9326085E-1,8.759384E-1,7.6971946E0,1.9271015E-1,6.723477E0,8.877683E0,1.9102481E-1,4.288441E-1,2.512755E1,1.2397355E0,6.83751E0,4.2025992E-1,7.2769346E0,2.987694E-1,6.424708E0,8.086371E0,7.913106E-1,2.286394E0,2.2841156E1,6.6411324E0,1.963777E-1,8.56498E-1,6.4204364E0,2.527902E-1,6.1719174E0,7.227557E0,8.5881436E-1,2.2276543E1,5.6461275E-1,5.9769626E0,6.6416985E-1,1.2697576E0,5.1506786E0,5.994586E0,1.7733142E-1,6.8020344E0,4.2552292E-1,2.100917E1,1.267373E0,5.534286E0,4.4267687E-1,4.837141E0,3.1353784E-1,4.3545637E-1,5.5591297E0,6.491742E0,3.1029233E-1,3.3589542E-1,2.0673275E1,5.258239E0,2.7604684E-1,4.5311837E0,3.059571E-1,4.9550004E0,6.041293E-1,3.5233513E-1,6.1394067E0,1.756185E-1,2.0497656E1,5.023852E0,2.3438706E-1,4.2617574E0,2.694264E-1,1.90062E-1,5.949345E0,5.050534E-1,1.9992603E1,2.1308026E-1,4.8107715E0,1.9922403E-1,1.9793379E1,2.6258197E-1,4.5481896E0,3.3443397E-1,4.2137556E0,1.7905629E-1,4.0346994E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"129","size_leaf_vector":"0"}},{"base_weights":[-0E0,-1.346059E-2,1.6392574E-2,-0E0,-2.7221523E-2,2.533516E-2,-0E0,-0E0,-4.2800747E-2,-0E0,3.427314E-2,-7.3987E-2,-0E0,4.516171E-2,-0E0,-1.0331377E-1,-0E0,-0E0,5.614749E-2,-0E0,-1.1374235E-1,-0E0,6.628201E-2,-1.24968395E-1,-0E0,7.22353E-2,-0E0,-1.3643415E-1,-0E0,-0E0,8.274736E-2,-1.4543359E-1,-0E0,-0E0,8.889845E-2,-0E0,-1.5628849E-1,9.707004E-2,-0E0,-0E0,-1.6249228E-1,-0E0,1.0878323E-1,-1.3399653E-1,-0E0,-0E0,1.14430785E-1,-0E0,1.2085605E-1,-0E0,1.234909E-1,1.3705087E-1,-0E0,1.4014512E-1,-0E0,-0E0,1.4414315E-1,1.4603513E-1,-0E0,1.4862083E-1,-0E0,1.5102689E-1,-0E0,1.5733069E-1,-0E0,-0E0,1.7393623E-1,-0E0,1.8320644E-1,1.4583363E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":46,"left_children":[1,3,5,-1,7,9,-1,-1,11,-1,13,15,-1,17,-1,19,-1,-1,21,-1,23,-1,25,27,-1,29,-1,31,-1,-1,33,35,-1,-1,37,-1,39,41,-1,-1,43,-1,45,-1,-1,-1,47,-1,49,-1,51,53,-1,55,-1,-1,57,59,-1,61,-1,63,-1,65,-1,-1,67,-1,69,-1,-1],"loss_changes":[2.9709753E-2,2.0549918E-2,2.4813002E-2,0E0,1.8555894E-2,3.0500833E-2,0E0,0E0,4.1729756E-2,0E0,3.9637066E-2,4.5426108E-2,0E0,3.9426945E-2,0E0,2.3393229E-2,0E0,0E0,4.0680915E-2,0E0,2.6956528E-2,0E0,3.140369E-2,3.0142337E-2,0E0,3.3001915E-2,0E0,2.474679E-2,0E0,0E0,3.479469E-2,1.889889E-2,0E0,0E0,3.3975244E-2,0E0,1.4661908E-2,2.2965252E-2,0E0,0E0,9.253085E-3,0E0,3.158447E-2,0E0,0E0,0E0,3.2827675E-2,0E0,1.4108926E-2,0E0,1.8208206E-2,1.6885996E-2,0E0,1.3337076E-2,0E0,0E0,7.3940754E-3,9.196281E-3,0E0,7.3388517E-3,0E0,5.3225756E-3,0E0,8.694112E-3,0E0,0E0,2.0927012E-2,0E0,7.535398E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,8,8,10,10,11,11,13,13,15,15,18,18,20,20,22,22,23,23,25,25,27,27,30,30,31,31,34,34,36,36,37,37,40,40,42,42,46,46,48,48,50,50,51,51,53,53,56,56,57,57,59,59,61,61,63,63,66,66,68,68],"right_children":[2,4,6,-1,8,10,-1,-1,12,-1,14,16,-1,18,-1,20,-1,-1,22,-1,24,-1,26,28,-1,30,-1,32,-1,-1,34,36,-1,-1,38,-1,40,42,-1,-1,44,-1,46,-1,-1,-1,48,-1,50,-1,52,54,-1,56,-1,-1,58,60,-1,62,-1,64,-1,66,-1,-1,68,-1,70,-1,-1],"split_conditions":[8.823242E-1,1.2756348E-1,1.5979076E2,-0E0,1.4465332E-1,1.18637085E-2,-0E0,-0E0,7.05E1,-0E0,9.5214844E-1,9.5654297E-1,-0E0,3.709375E1,-0E0,1.3269043E-1,-0E0,-0E0,1.348861E2,-0E0,5.503731E0,-0E0,9.9902344E-1,9.9853516E-1,-0E0,4.571875E1,-0E0,2.848104E2,-0E0,-0E0,5.0298553E1,1.0077386E0,-0E0,-0E0,9.8339844E-1,-0E0,1.0948181E-2,1.9241333E-2,-0E0,-0E0,9.194336E-1,-0E0,5.367279E-3,-1.3399653E-1,-0E0,-0E0,7.722628E-1,-0E0,3.75625E1,-0E0,9.975586E-1,9.892578E-1,-0E0,3.1921875E1,-0E0,-0E0,5.644683E0,3.35993E2,-0E0,1.538644E2,-0E0,1.00625E2,-0E0,1.5905762E-1,-0E0,-0E0,9.7094333E-1,-0E0,9.355469E-1,1.4583363E-1,-0E0],"split_indices":[14,13,4,0,18,18,0,0,10,0,19,17,0,11,0,15,0,0,6,0,3,0,17,18,0,9,0,6,0,0,5,3,0,0,18,0,16,19,0,0,17,0,16,0,0,0,3,0,11,0,15,13,0,10,0,0,2,6,0,4,0,10,0,16,0,0,2,0,19,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.284263E2,5.7414864E1,7.1011444E1,1.6021626E1,4.1393238E1,6.809534E1,2.9161081E0,1.4817983E1,2.6575254E1,5.146426E0,6.294891E1,1.6183918E1,1.0391336E1,5.5475834E1,7.473075E0,1.2312304E1,3.8716142E0,7.255082E0,4.8220753E1,4.335179E-1,1.1878785E1,4.500042E0,4.372071E1,1.1480769E1,3.9801624E-1,4.2750557E1,9.701548E-1,1.1170999E1,3.097701E-1,5.47111E0,3.7279446E1,1.0941296E1,2.2970344E-1,6.444589E-1,3.6634987E1,7.6038367E-1,1.0180912E1,3.425165E1,2.3833365E0,2.4470785E-1,9.936204E0,5.1401906E0,2.9111462E1,9.150594E0,7.856099E-1,4.3867102E-1,2.867279E1,7.7194124E-1,2.7900848E1,2.738434E-1,2.7627005E1,2.330592E1,4.321087E0,2.312605E1,1.798679E-1,6.50527E-1,2.2475523E1,2.2230768E1,2.4475494E-1,2.1863058E1,3.6771113E-1,2.1477934E1,3.8512316E-1,1.9967054E1,1.5108802E0,3.4340262E0,1.6533028E1,1.056639E0,1.5476389E1,1.505587E1,4.2051965E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"71","size_leaf_vector":"0"}},{"base_weights":[-0E0,-2.3536026E-2,-0E0,-4.711369E-2,-0E0,7.707634E-3,-1.1174177E-2,-0E0,-7.151079E-2,-4.639523E-4,1.8968863E-2,-6.925322E-2,-0E0,-9.787454E-2,-0E0,-4.096876E-2,-0E0,2.8600464E-2,-0E0,-0E0,-1.14360265E-1,-0E0,-1.1331902E-1,-7.69931E-2,-0E0,-0E0,3.927496E-2,-1.4296962E-1,-0E0,-0E0,-1.2813646E-1,-0E0,-1.14265725E-1,4.937528E-2,-0E0,-0E0,-1.5857334E-1,-0E0,-1.3627523E-1,-0E0,-1.4708747E-1,-0E0,5.607475E-2,-1.3516998E-1,-0E0,-1.4405584E-1,-0E0,-0E0,-1.6957419E-1,6.1597746E-2,-0E0,-0E0,-1.4917365E-1,-1.7709586E-1,-0E0,6.6458285E-2,-0E0,-0E0,-1.2000474E-1,-1.4259501E-1,-0E0,7.014399E-2,-0E0,7.583487E-2,-0E0,-0E0,7.8815155E-2,-0E0,8.4876955E-2,-0E0,9.2477396E-2,1.0172138E-1,-0E0,-0E0,1.0954182E-1,-0E0,1.18835695E-1,1.2562057E-1,-0E0,-0E0,1.4133176E-1,-0E0,1.4722747E-1,1.5793593E-1,-0E0,1.6822496E-1,-0E0,1.8419391E-1,-0E0,1.893829E-1,-0E0,1.9341663E-1,-0E0,-0E0,2.0107967E-1,-0E0,2.0364477E-1,1.6047315E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":47,"left_children":[1,3,5,7,-1,9,11,-1,13,15,17,19,-1,21,-1,23,-1,25,-1,-1,27,-1,29,31,-1,-1,33,35,-1,-1,37,-1,39,41,-1,-1,43,-1,45,-1,47,-1,49,-1,-1,51,-1,-1,53,55,-1,-1,57,59,-1,61,-1,-1,-1,-1,-1,63,-1,65,-1,-1,67,-1,69,-1,71,73,-1,-1,75,-1,77,79,-1,-1,81,-1,83,85,-1,87,-1,89,-1,91,-1,93,-1,-1,95,-1,97,-1,-1],"loss_changes":[5.0071636E-3,1.262986E-2,8.119761E-3,1.9748343E-2,0E0,2.8198477E-2,2.7681066E-2,0E0,2.640678E-2,1.3396967E-2,3.900367E-2,2.8283387E-2,0E0,1.7928489E-2,0E0,3.1070555E-2,0E0,3.3682264E-2,0E0,0E0,2.1233879E-2,0E0,1.6444787E-2,3.0426018E-2,0E0,0E0,4.0945187E-2,1.3516523E-2,0E0,0E0,8.894838E-3,0E0,3.7069008E-2,3.3093825E-2,0E0,0E0,5.7347715E-3,0E0,9.06764E-3,0E0,2.800309E-2,0E0,2.9501349E-2,0E0,0E0,4.1700453E-3,0E0,0E0,7.3931366E-3,3.233978E-2,0E0,0E0,3.3652857E-3,4.2092353E-3,0E0,2.647829E-2,0E0,0E0,0E0,0E0,0E0,2.3530453E-2,0E0,2.1775395E-2,0E0,0E0,1.7670542E-2,0E0,2.2196025E-2,0E0,4.0371895E-2,5.213207E-2,0E0,0E0,5.221978E-2,0E0,3.9868355E-2,2.9156506E-2,0E0,0E0,3.4508467E-2,0E0,4.486531E-2,4.1917384E-2,0E0,2.0503819E-2,0E0,2.6192248E-2,0E0,2.090174E-2,0E0,2.783078E-2,0E0,0E0,1.1176109E-2,0E0,9.179056E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,5,5,6,6,8,8,9,9,10,10,11,11,13,13,15,15,17,17,20,20,22,22,23,23,26,26,27,27,30,30,32,32,33,33,36,36,38,38,40,40,42,42,45,45,48,48,49,49,52,52,53,53,55,55,61,61,63,63,66,66,68,68,70,70,71,71,74,74,76,76,77,77,80,80,82,82,83,83,85,85,87,87,89,89,91,91,94,94,96,96],"right_children":[2,4,6,8,-1,10,12,-1,14,16,18,20,-1,22,-1,24,-1,26,-1,-1,28,-1,30,32,-1,-1,34,36,-1,-1,38,-1,40,42,-1,-1,44,-1,46,-1,48,-1,50,-1,-1,52,-1,-1,54,56,-1,-1,58,60,-1,62,-1,-1,-1,-1,-1,64,-1,66,-1,-1,68,-1,70,-1,72,74,-1,-1,76,-1,78,80,-1,-1,82,-1,84,86,-1,88,-1,90,-1,92,-1,94,-1,-1,96,-1,98,-1,-1],"split_conditions":[1.3208113E2,9.741211E-1,1.09181465E2,6.1525184E-1,-0E0,6.2607647E1,2.0645432E2,-0E0,9.9609375E-1,9.9316406E-1,2.1174084E2,4.034375E1,-0E0,1.1268616E-2,-0E0,9.9902344E-1,-0E0,3.478125E1,-0E0,-0E0,4.5380354E0,-0E0,3.35E1,5.026245E-2,-0E0,-0E0,9.9609375E-1,1.4794287E2,-0E0,-0E0,3.1484375E1,-0E0,6.1525184E-1,2.9181541E1,-0E0,-0E0,9.9658203E-1,-0E0,1.63E2,-0E0,1.050297E0,-0E0,9.355469E-1,-1.3516998E-1,-0E0,1.8711206E1,-0E0,-0E0,6.28125E1,1.7765451E2,-0E0,-0E0,7.965088E-3,9.5703125E-1,-0E0,9.9365234E-1,-0E0,-0E0,-1.2000474E-1,-1.4259501E-1,-0E0,4.8243895E0,-0E0,2.8874342E1,-0E0,-0E0,4.969352E1,-0E0,3.0380249E-2,-0E0,7.7625E1,6.245944E-1,-0E0,-0E0,3.290625E1,-0E0,1.57E2,5.10625E1,-0E0,-0E0,4.753113E-3,-0E0,4.9123545E0,4.8020215E0,-0E0,1.028125E2,-0E0,9.9609375E-1,-0E0,9.9902344E-1,-0E0,6.237793E-2,-0E0,-0E0,6.066619E-1,-0E0,1.076879E2,1.6047315E-1,-0E0],"split_indices":[6,18,5,1,0,5,6,0,17,15,6,8,0,17,0,14,0,8,0,0,0,0,9,18,0,0,14,6,0,0,11,0,1,7,0,0,14,0,11,0,3,0,12,0,0,7,0,0,8,4,0,0,18,12,0,13,0,0,0,0,0,0,0,4,0,0,7,0,17,0,8,3,0,0,10,0,9,9,0,0,19,0,3,2,0,9,0,18,0,16,0,12,0,0,2,0,5,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.27764336E2,8.539106E0,1.19225235E2,7.445679E0,1.0934266E0,1.0479174E2,1.4433491E1,6.3498765E-1,6.810692E0,9.544803E0,9.524694E1,5.660476E0,8.773014E0,6.159288E0,6.514038E-1,7.4830894E0,2.061714E0,8.929991E1,5.94703E0,1.7387078E0,3.9217684E0,2.9534662E-1,5.863941E0,7.001713E0,4.8137638E-1,2.0343956E1,6.8955956E1,3.3679914E0,5.537769E-1,3.8515276E-1,5.4787884E0,1.765504E0,5.236209E0,6.0241398E1,8.714554E0,1.8624073E-1,3.1817508E0,2.1385263E-1,5.264936E0,5.6097704E-1,4.675232E0,3.1222415E0,5.7119156E1,2.7737472E0,4.080035E-1,5.095963E0,1.6897309E-1,3.0770183E-1,4.36753E0,5.502506E1,2.0940979E0,1.899878E-1,4.905975E0,4.198569E0,1.6896133E-1,5.452238E1,5.0267905E-1,1.8161719E-1,4.7243576E0,4.0351777E0,1.633911E-1,5.427357E1,2.4880858E-1,5.0452873E1,3.8206973E0,2.7509806E-1,5.0177776E1,4.5273433E0,4.5650433E1,4.6787987E0,4.0971634E1,3.7678307E1,3.2933273E0,9.1212296E-1,3.6766186E1,1.903296E0,3.486289E1,3.3672512E1,1.190377E0,5.7156296E0,2.795688E1,6.414497E-1,2.7315432E1,2.5470047E1,1.8453844E0,2.3871618E1,1.5984292E0,2.0433283E1,3.4383347E0,2.0032164E1,4.011206E-1,1.974341E1,2.8875294E-1,8.25212E-1,1.8918198E1,2.1661162E-1,1.8701586E1,1.8530293E1,1.7129345E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"99","size_leaf_vector":"0"}},{"base_weights":[-8.0153905E-3,-0E0,-1.5106702E-2,3.0681383E-2,-0E0,-2.753188E-2,-0E0,-0E0,5.602768E-2,-3.6813587E-2,-0E0,1.1640694E-2,-0E0,7.77331E-2,-0E0,-4.7825266E-2,-0E0,3.546031E-2,-0E0,1.03905655E-1,-0E0,-0E0,-7.277916E-2,6.440774E-2,-0E0,-0E0,1.2812606E-1,-8.24027E-2,-0E0,9.045996E-2,-0E0,1.7491113E-1,-0E0,-0E0,-9.2700884E-2,-0E0,1.1746445E-1,1.8779446E-1,-0E0,-0E0,-1.094863E-1,-0E0,1.5135711E-1,-0E0,1.9903074E-1,-0E0,-1.2311719E-1,1.6615628E-1,-0E0,2.0547628E-1,-0E0,-1.3335776E-1,-0E0,-0E0,1.782044E-1,-0E0,2.1654117E-1,-0E0,-1.430097E-1,-0E0,1.8744628E-1,-0E0,2.2151093E-1,-0E0,-1.5992662E-1,1.9408818E-1,-0E0,-0E0,1.8787037E-1,-1.6985592E-1,-0E0,-0E0,2.0191407E-1,-0E0,-1.8495263E-1,-0E0,1.6086963E-1,-0E0,-1.905122E-1,-2.0217264E-1,-0E0,-0E0,-2.100233E-1,-0E0,-2.1676996E-1,-2.296347E-1,-0E0,-0E0,-2.3909488E-1,-0E0,-2.535508E-1,-2.6272076E-1,-0E0,-2.6935714E-1,-0E0,-2.1442136E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":48,"left_children":[1,3,5,7,-1,9,11,-1,13,15,-1,17,-1,19,-1,21,-1,23,-1,25,-1,-1,27,29,-1,-1,31,33,-1,35,-1,37,-1,-1,39,-1,41,43,-1,-1,45,-1,47,-1,49,-1,51,53,-1,55,-1,57,-1,-1,59,-1,61,-1,63,-1,65,-1,67,-1,69,71,-1,-1,-1,73,-1,-1,75,-1,77,-1,-1,-1,79,81,-1,-1,83,-1,85,87,-1,-1,89,-1,91,93,-1,95,-1,-1,-1],"loss_changes":[1.666357E-2,1.1578225E-2,3.790067E-2,2.1751825E-2,0E0,3.8169228E-2,2.7849295E-3,0E0,2.525141E-2,3.904345E-2,0E0,1.9576875E-2,0E0,2.974249E-2,0E0,5.583504E-2,0E0,3.6860198E-2,0E0,3.4678757E-2,0E0,0E0,3.7235677E-2,4.0588394E-2,0E0,0E0,5.0707966E-2,3.936407E-2,0E0,4.0702738E-2,0E0,2.0113632E-2,0E0,0E0,4.550299E-2,0E0,6.251022E-2,1.5645072E-2,0E0,0E0,4.2503655E-2,0E0,3.4422755E-2,0E0,2.5975108E-3,0E0,4.3873906E-2,1.5549287E-2,0E0,1.33059025E-2,0E0,3.577137E-2,0E0,0E0,1.4622837E-2,0E0,2.244547E-3,0E0,4.5019418E-2,0E0,1.1419296E-2,0E0,9.97363E-3,0E0,4.2834878E-2,1.2077749E-2,0E0,0E0,0E0,4.874909E-2,0E0,0E0,4.9473047E-3,0E0,2.6612103E-2,0E0,0E0,0E0,2.3141444E-2,4.017228E-2,0E0,0E0,2.3177922E-2,0E0,2.3047686E-2,2.6853204E-2,0E0,0E0,2.8905809E-2,0E0,3.301847E-2,1.5653789E-2,0E0,5.268395E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,5,5,6,6,8,8,9,9,11,11,13,13,15,15,17,17,19,19,22,22,23,23,26,26,27,27,29,29,31,31,34,34,36,36,37,37,40,40,42,42,44,44,46,46,47,47,49,49,51,51,54,54,56,56,58,58,60,60,62,62,64,64,65,65,69,69,72,72,74,74,78,78,79,79,82,82,84,84,85,85,88,88,90,90,91,91,93,93],"right_children":[2,4,6,8,-1,10,12,-1,14,16,-1,18,-1,20,-1,22,-1,24,-1,26,-1,-1,28,30,-1,-1,32,34,-1,36,-1,38,-1,-1,40,-1,42,44,-1,-1,46,-1,48,-1,50,-1,52,54,-1,56,-1,58,-1,-1,60,-1,62,-1,64,-1,66,-1,68,-1,70,72,-1,-1,-1,74,-1,-1,76,-1,78,-1,-1,-1,80,82,-1,-1,84,-1,86,88,-1,-1,90,-1,92,94,-1,96,-1,-1,-1],"split_conditions":[4.5571873E1,3.996875E1,9.96875E1,3.971875E1,-0E0,6.28125E1,9.482422E-1,-0E0,1.9882776E2,3.8578358E0,-0E0,4.092579E0,-0E0,9.7998047E-1,-0E0,5.690625E1,-0E0,7.363281E-1,-0E0,1.335907E-2,-0E0,-0E0,9.8046875E-1,9.375E-1,-0E0,-0E0,9.8535156E-1,9.071722E-1,-0E0,1.15701256E2,-0E0,1.5207422E2,-0E0,-0E0,6.1376953E-1,-0E0,1.826477E-2,1.34756E0,-0E0,-0E0,5.79834E-2,-0E0,9.2089844E-1,-0E0,3.90625E1,-0E0,9.946289E-1,3.503125E1,-0E0,1.854248E-1,-0E0,9.6057844E-1,-0E0,-0E0,1.021875E2,-0E0,1.7318726E-2,-0E0,8.0078125E-2,-0E0,9.995117E-1,-0E0,7.147217E-2,-0E0,5.3335466E0,4.8525336E-1,-0E0,-0E0,1.8787037E-1,3.15E1,-0E0,-0E0,9.7839355E-2,-0E0,3.1484375E1,-0E0,1.6086963E-1,-0E0,8.0810547E-1,9.1308594E-2,-0E0,-0E0,5.466461E-3,-0E0,9.9902344E-1,1.0612488E-2,-0E0,-0E0,3.353125E1,-0E0,1.6757976E2,9.975586E-1,-0E0,1.9633768E2,-0E0,-2.1442136E-1,-0E0],"split_indices":[7,8,9,9,0,8,16,0,6,2,0,2,0,17,0,9,0,13,0,18,0,0,18,18,0,0,14,2,0,7,0,4,0,0,15,0,19,1,0,0,16,0,12,0,8,0,16,11,0,14,0,1,0,0,9,0,18,0,13,0,17,0,17,0,1,1,0,0,0,8,0,0,14,0,11,0,0,0,12,14,0,0,18,0,15,17,0,0,10,0,4,17,0,7,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2668347E2,1.836092E1,1.0832255E2,1.179963E1,6.56129E0,8.226381E1,2.605874E1,1.6819243E0,1.0117706E1,7.3955124E1,8.308686E0,2.0052113E1,6.0066276E0,9.19501E0,9.2269653E-1,6.0685978E1,1.3269143E1,1.728369E1,2.7684238E0,7.680881E0,1.5141288E0,2.4223515E1,3.6462463E1,1.3776012E1,3.5076761E0,6.8815625E-1,6.992725E0,3.3816895E1,2.645571E0,1.169728E1,2.0787325E0,5.177952E0,1.8147732E0,2.620351E0,3.1196543E1,2.0136182E0,9.683661E0,4.995949E0,1.8200268E-1,5.177883E0,2.601866E1,1.3214872E0,8.362175E0,2.0808515E-1,4.7878637E0,2.7428823E0,2.3275778E1,8.1006565E0,2.615184E-1,4.522841E0,2.6502255E-1,2.2231482E1,1.0442951E0,6.3400656E-1,7.4666495E0,2.1643466E-1,4.3064065E0,1.2157602E0,2.1015722E1,3.5003355E-1,7.1166162E0,1.6750638E-1,4.1389003E0,2.5509033E0,1.8464819E1,6.9073777E0,2.0923837E-1,5.4344165E-1,3.5954585E0,1.779706E1,6.677591E-1,2.6682523E-1,6.6405525E0,1.4399807E0,1.6357079E1,1.8030664E-1,6.460246E0,2.3627676E-1,1.6120802E1,1.4825025E1,1.2957767E0,2.1354984E-1,1.4611475E1,4.3274963E-1,1.4178725E1,1.3017186E1,1.1615391E0,5.787608E-1,1.2438425E1,9.83652E-1,1.1454774E1,1.1113178E1,3.415954E-1,1.0763736E1,3.4944233E-1,1.0383868E1,3.7986743E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"97","size_leaf_vector":"0"}},{"base_weights":[-4.142426E-3,-0E0,-3.5038207E-2,-0E0,-5.055273E-2,-6.7636676E-2,-0E0,-0E0,-9.4442114E-2,-0E0,-1.1089297E-1,-0E0,-1.17876366E-1,-0E0,-1.23723E-1,-0E0,-1.276956E-1,-0E0,-1.3323359E-1,-1.0630043E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":49,"left_children":[1,-1,3,-1,5,7,-1,-1,9,-1,11,-1,13,-1,15,-1,17,-1,19,-1,-1],"loss_changes":[1.43354265E-2,0E0,1.41957775E-2,0E0,1.759152E-2,2.6676547E-2,0E0,0E0,2.2176541E-2,0E0,9.629607E-3,0E0,8.333802E-3,0E0,4.834406E-3,0E0,4.934393E-3,0E0,2.6269108E-3,0E0,0E0],"parents":[2147483647,0,0,2,2,4,4,5,5,8,8,10,10,12,12,14,14,16,16,18,18],"right_children":[2,-1,4,-1,6,8,-1,-1,10,-1,12,-1,14,-1,16,-1,18,-1,20,-1,-1],"split_conditions":[8.3251953E-1,-0E0,3.640625E1,-0E0,4.288731E0,1.3465677E0,-0E0,-0E0,5.466461E-3,-0E0,1.2586586E2,-0E0,3.6375E1,-0E0,3.2059498E1,-0E0,8.8012695E-2,-0E0,5.5377693E0,-1.0630043E-1,-0E0],"split_indices":[12,0,10,0,0,2,0,0,18,0,6,0,9,0,4,0,14,0,2,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2558918E2,1.1264991E2,1.2939277E1,1.4283531E0,1.1510923E1,1.0055043E1,1.4558797E0,2.1504815E0,7.904562E0,5.0527817E-1,7.399284E0,2.152018E-1,7.184082E0,1.6464572E-1,7.0194364E0,1.6410531E-1,6.855331E0,3.207796E-1,6.5345516E0,6.364746E0,1.6980533E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"21","size_leaf_vector":"0"}},{"base_weights":[-0E0,-1.2356214E-2,-0E0,-0E0,-3.8642097E-2,-0E0,1.1446154E-2,-0E0,-6.1122872E-2,-1.628781E-2,-0E0,3.772852E-2,-0E0,-0E0,-8.978951E-2,-0E0,-5.606016E-2,2.5308905E-2,-0E0,-0E0,6.1670784E-2,-1.0337409E-1,-0E0,-0E0,-1.037424E-1,4.848691E-2,-0E0,-0E0,8.167704E-2,-0E0,-1.3468888E-1,-0E0,-1.3672033E-1,-0E0,6.987046E-2,-0E0,1.0267903E-1,-0E0,-1.5890779E-1,-0E0,-1.5619625E-1,-0E0,9.4652735E-2,1.3864937E-1,-0E0,-0E0,-1.7479636E-1,-0E0,-1.7525768E-1,1.1215623E-1,-0E0,-0E0,1.69648E-1,-1.8299696E-1,-0E0,-0E0,-1.8976872E-1,1.23844765E-1,-0E0,-0E0,1.824328E-1,-0E0,-1.9342898E-1,-0E0,-2.0879318E-1,-0E0,1.3495094E-1,-0E0,1.927368E-1,-0E0,-1.550109E-1,-2.2602145E-1,-0E0,1.5272798E-1,-0E0,2.0389582E-1,-0E0,-2.3758364E-1,-0E0,1.6594912E-1,-0E0,-0E0,2.269721E-1,-2.4914436E-1,-0E0,1.7622654E-1,-0E0,-0E0,2.3643745E-1,-2.0110533E-1,-0E0,1.8249516E-1,-0E0,2.4079359E-1,-0E0,-0E0,1.9698112E-1,-0E0,2.8036058E-1,1.6402623E-1,-0E0,-0E0,2.9257116E-1,-0E0,3.0851507E-1,-0E0,3.1658557E-1,-0E0,3.2586056E-1,3.327274E-1,-0E0,3.4117165E-1,-0E0,-0E0,2.7111357E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":50,"left_children":[1,3,5,-1,7,9,11,-1,13,15,17,19,-1,-1,21,-1,23,25,-1,-1,27,29,-1,-1,31,33,-1,-1,35,-1,37,-1,39,-1,41,-1,43,-1,45,-1,47,-1,49,51,-1,-1,53,-1,55,57,-1,-1,59,61,-1,-1,63,65,-1,-1,67,-1,69,-1,71,-1,73,-1,75,-1,-1,77,-1,79,-1,81,-1,83,-1,85,-1,-1,87,89,-1,91,-1,-1,93,-1,-1,95,-1,97,-1,-1,99,-1,101,-1,-1,-1,103,-1,105,-1,107,-1,109,111,-1,113,-1,-1,-1],"loss_changes":[4.1484376E-3,2.5382437E-2,5.200972E-3,0E0,2.0303687E-2,1.2911248E-2,3.8697828E-2,0E0,2.1874722E-2,5.17782E-2,5.9473347E-3,5.2415542E-2,0E0,0E0,2.0446897E-2,0E0,6.302909E-2,1.5376875E-2,0E0,0E0,4.1856527E-2,1.7693698E-2,0E0,0E0,6.840786E-2,2.0479355E-2,0E0,0E0,5.1135823E-2,0E0,3.5346173E-2,0E0,3.8675368E-2,0E0,2.5103029E-2,0E0,5.648908E-2,0E0,1.6606182E-2,0E0,3.163269E-2,0E0,2.1700092E-2,9.342693E-2,0E0,0E0,8.946866E-3,0E0,3.7776083E-2,1.5269734E-2,0E0,0E0,4.637277E-2,5.775735E-3,0E0,0E0,3.1030774E-2,1.4393248E-2,0E0,0E0,3.476125E-2,0E0,2.4145246E-3,0E0,3.5223514E-2,0E0,1.4685765E-2,0E0,3.6399305E-2,0E0,0E0,2.5069356E-2,0E0,1.6061082E-2,0E0,4.8287302E-2,0E0,2.7552009E-2,0E0,6.790817E-3,0E0,0E0,2.4509013E-2,1.8785834E-2,0E0,4.845828E-3,0E0,0E0,8.492768E-3,0E0,0E0,1.2763068E-2,0E0,2.013433E-2,0E0,0E0,9.840086E-3,0E0,2.2269249E-2,0E0,0E0,0E0,2.223003E-2,0E0,1.2240529E-2,0E0,1.5860438E-2,0E0,6.6390634E-3,6.5891147E-3,0E0,4.6984553E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,4,4,5,5,6,6,8,8,9,9,10,10,11,11,14,14,16,16,17,17,20,20,21,21,24,24,25,25,28,28,30,30,32,32,34,34,36,36,38,38,40,40,42,42,43,43,46,46,48,48,49,49,52,52,53,53,56,56,57,57,60,60,62,62,64,64,66,66,68,68,71,71,73,73,75,75,77,77,79,79,82,82,83,83,85,85,88,88,91,91,93,93,96,96,98,98,102,102,104,104,106,106,108,108,109,109,111,111],"right_children":[2,4,6,-1,8,10,12,-1,14,16,18,20,-1,-1,22,-1,24,26,-1,-1,28,30,-1,-1,32,34,-1,-1,36,-1,38,-1,40,-1,42,-1,44,-1,46,-1,48,-1,50,52,-1,-1,54,-1,56,58,-1,-1,60,62,-1,-1,64,66,-1,-1,68,-1,70,-1,72,-1,74,-1,76,-1,-1,78,-1,80,-1,82,-1,84,-1,86,-1,-1,88,90,-1,92,-1,-1,94,-1,-1,96,-1,98,-1,-1,100,-1,102,-1,-1,-1,104,-1,106,-1,108,-1,110,112,-1,114,-1,-1,-1],"split_conditions":[7.1533203E-1,6.1035156E-2,2.724779E0,-0E0,1.6138731E0,3.909777E0,8.4228516E-1,-0E0,1.2072754E-1,1.9311416E0,5.126953E-1,2.5177002E-2,-0E0,-0E0,5.41852E0,-0E0,3.83125E1,2.6676626E0,-0E0,-0E0,1.3909786E0,5.35625E1,-0E0,-0E0,5.3741455E-2,1.7578125E-2,-0E0,-0E0,3.296875E1,-0E0,1.3208113E2,-0E0,8.192326E1,-0E0,1.0313916E0,-0E0,4.207048E0,-0E0,7.6538086E-2,-0E0,3.503418E-1,-0E0,9.902344E-1,3.007285E1,-0E0,-0E0,5.433148E0,-0E0,5.5007935E-3,1.273125E2,-0E0,-0E0,6.63853E-1,6.0041103E1,-0E0,-0E0,1.424408E-2,3.309375E1,-0E0,-0E0,3.1203125E1,-0E0,7.098389E-2,-0E0,7.3375E1,-0E0,3.287884E0,-0E0,9.2089844E-1,-0E0,-1.550109E-1,1.166875E2,-0E0,1.45E2,-0E0,3.805542E-2,-0E0,9.9365234E-1,-0E0,9.9853516E-1,-0E0,-0E0,6.6460106E1,9.145508E-1,-0E0,3.8975942E0,-0E0,-0E0,1.06E2,-2.0110533E-1,-0E0,8.276367E-2,-0E0,7.098389E-2,-0E0,-0E0,8.779297E-1,-0E0,3.479004E-2,1.6402623E-1,-0E0,-0E0,7.7975105E1,-0E0,3.1484375E1,-0E0,1.335907E-2,-0E0,9.9902344E-1,9.824219E-1,-0E0,1.5384532E0,-0E0,-0E0,2.7111357E-1],"split_indices":[15,19,2,0,3,0,18,0,18,0,13,18,0,0,1,0,8,2,0,0,0,9,0,0,16,17,0,0,8,0,6,0,4,0,2,0,2,0,12,0,14,0,16,7,0,0,2,0,17,10,0,0,3,5,0,0,19,10,0,0,10,0,19,0,8,0,3,0,12,0,0,11,0,9,0,17,0,18,0,15,0,0,4,12,0,1,0,0,10,0,0,17,0,19,0,0,12,0,18,0,0,0,4,0,11,0,16,0,14,19,0,0,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2540814E2,2.6671503E1,9.873664E1,7.394752E0,1.9276752E1,5.9538944E1,3.9197697E1,6.437755E0,1.2838997E1,4.8167934E1,1.1371008E1,3.0339914E1,8.857783E0,4.4444427E0,8.394554E0,2.8084173E1,2.0083763E1,8.784866E0,2.5861409E0,5.5159316E0,2.4823984E1,8.123849E0,2.707055E-1,8.716752E0,1.1367011E1,8.570347E0,2.1451977E-1,4.6122475E0,2.0211735E1,2.5685422E0,5.5553064E0,1.3747318E0,9.992279E0,5.073428E-1,8.0630045E0,2.7560296E0,1.7455706E1,3.0535078E-1,5.2499557E0,8.681787E-1,9.124101E0,1.0950334E0,6.967971E0,1.2286114E1,5.1695924E0,4.5429945E-1,4.795656E0,9.49764E-1,8.174336E0,6.5440063E0,4.2396444E-1,9.9954534E-1,1.1286569E1,4.598831E0,1.9682474E-1,2.268991E-1,7.9474373E0,6.2726974E0,2.71309E-1,2.0076632E-1,1.1085802E1,3.807792E-1,4.218052E0,7.574625E-1,7.189975E0,2.7855855E-1,5.9941387E0,2.69912E-1,1.081589E1,1.8729673E-1,4.0307555E0,6.751831E0,4.3814403E-1,5.1999216E0,7.942171E-1,1.0486709E1,3.291814E-1,6.507303E0,2.4452749E-1,4.9110866E0,2.8883502E-1,1.1831529E0,9.3035555E0,6.315955E0,1.9134839E-1,4.5170126E0,3.9407396E-1,3.307996E-1,8.972756E0,6.147197E0,1.6875847E-1,4.32377E0,1.9324268E-1,8.7795925E0,1.9316395E-1,3.5445872E-1,3.9693112E0,2.178258E0,6.601334E0,3.6440167E0,3.2529435E-1,3.202236E-1,6.281111E0,4.4922408E-1,5.831887E0,1.9658563E-1,5.635301E0,1.949222E-1,5.4403787E0,5.257682E0,1.8269673E-1,5.032804E0,2.2487785E-1,1.6329199E-1,4.869512E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"115","size_leaf_vector":"0"}},{"base_weights":[-0E0,-7.82107E-3,-0E0,-3.231917E-2,-0E0,1.4907516E-2,-0E0,-5.5302057E-2,-0E0,-0E0,1.5563995E-2,3.0953689E-2,-0E0,-2.830289E-2,-0E0,-9.111287E-2,-0E0,-3.0964766E-2,-0E0,3.5004638E-2,-0E0,-0E0,4.7354195E-2,-5.2546334E-2,-0E0,-0E0,-1.1404153E-1,-0E0,-6.122803E-2,-0E0,4.628902E-2,6.9365226E-2,-0E0,-8.122332E-2,-0E0,-0E0,-1.3324013E-1,-0E0,-7.649257E-2,-0E0,6.2559694E-2,-0E0,8.533151E-2,-0E0,-1.2208763E-1,-1.4882383E-1,-0E0,-0E0,-9.585959E-2,-0E0,7.74317E-2,-0E0,9.7693674E-2,-0E0,-1.350901E-1,-0E0,-1.8154868E-1,-1.14092745E-1,-0E0,-0E0,9.057543E-2,-0E0,1.0888209E-1,-1.4598343E-1,-0E0,-2.0624107E-1,-0E0,-0E0,-1.2649204E-1,9.981496E-2,-0E0,-0E0,1.193323E-1,-0E0,-1.5779144E-1,-0E0,-2.2158225E-1,-1.0269357E-1,-0E0,1.1533913E-1,-0E0,1.4136343E-1,-0E0,-0E0,-1.7784153E-1,-0E0,-2.3436818E-1,-0E0,1.2887692E-1,1.488477E-1,-0E0,-0E0,-1.5020883E-1,-2.6633635E-1,-0E0,-0E0,1.450985E-1,-0E0,1.5522708E-1,-0E0,-2.8030708E-1,1.552739E-1,-0E0,1.6307004E-1,-0E0,-0E0,-2.8838515E-1,-0E0,1.6230491E-1,1.6884598E-1,-0E0,-2.995627E-1,-0E0,-0E0,1.2868881E-1,-0E0,1.7440636E-1,-0E0,-3.079454E-1,1.7982534E-1,-0E0,-3.1385887E-1,-0E0,1.8736373E-1,-0E0,-2.5140685E-1,-0E0,-0E0,1.9497615E-1,1.9912463E-1,-0E0,2.0212446E-1,-0E0,1.5919934E-1,-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":51,"left_children":[1,3,5,7,9,11,13,15,-1,17,19,21,-1,23,-1,25,-1,27,-1,29,-1,-1,31,33,-1,-1,35,-1,37,-1,39,41,-1,43,-1,-1,45,-1,47,-1,49,-1,51,-1,53,55,-1,-1,57,-1,59,-1,61,-1,63,-1,65,67,-1,-1,69,-1,71,73,-1,75,-1,-1,77,79,-1,-1,81,-1,83,-1,85,-1,-1,87,-1,89,-1,-1,91,-1,93,-1,95,97,-1,-1,-1,99,-1,-1,101,-1,103,-1,105,107,-1,109,-1,-1,111,-1,113,115,-1,117,-1,-1,-1,-1,119,-1,121,123,-1,125,-1,127,-1,-1,-1,-1,129,131,-1,133,-1,-1,-1],"loss_changes":[4.37162E-3,2.7127951E-2,1.0011094E-2,4.407409E-2,6.436382E-3,2.912019E-2,5.7074553E-3,5.143947E-2,0E0,9.855459E-3,2.0260025E-2,4.3353148E-2,0E0,1.2287563E-2,0E0,4.6239525E-2,0E0,2.2603463E-2,0E0,1.7183792E-2,0E0,0E0,4.482583E-2,1.9191593E-2,0E0,0E0,5.318059E-2,0E0,1.6182054E-2,0E0,2.0535436E-2,4.92682E-2,0E0,4.047731E-2,0E0,0E0,5.1387757E-2,0E0,2.0278994E-2,0E0,3.0824982E-2,0E0,4.78241E-2,0E0,1.0310844E-2,5.088666E-2,0E0,0E0,1.8936247E-2,0E0,2.6980124E-2,0E0,4.176812E-2,0E0,8.17094E-3,0E0,6.1900735E-2,1.7383046E-2,0E0,0E0,2.3780689E-2,0E0,4.000953E-2,8.1976205E-3,0E0,5.0261617E-2,0E0,0E0,4.7842264E-3,2.5946349E-2,0E0,0E0,4.6497136E-2,0E0,8.683711E-3,0E0,3.788364E-2,0E0,0E0,3.7925646E-2,0E0,3.4394473E-2,0E0,0E0,5.126834E-3,0E0,1.9557118E-2,0E0,3.029196E-2,2.66231E-2,0E0,0E0,0E0,3.1938344E-2,0E0,0E0,1.7669559E-2,0E0,2.733031E-2,0E0,1.6206086E-2,1.6733974E-2,0E0,2.426073E-2,0E0,0E0,8.794427E-3,0E0,3.5385787E-3,2.5592953E-2,0E0,8.915424E-3,0E0,0E0,0E0,0E0,1.8820316E-2,0E0,5.6473017E-3,2.288264E-2,0E0,1.3525903E-2,0E0,3.2987654E-2,0E0,0E0,0E0,0E0,1.5683353E-2,1.0208726E-2,0E0,2.466619E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,9,9,10,10,11,11,13,13,15,15,17,17,19,19,22,22,23,23,26,26,28,28,30,30,31,31,33,33,36,36,38,38,40,40,42,42,44,44,45,45,48,48,50,50,52,52,54,54,56,56,57,57,60,60,62,62,63,63,65,65,68,68,69,69,72,72,74,74,76,76,79,79,81,81,84,84,86,86,88,88,89,89,93,93,96,96,98,98,100,100,101,101,103,103,106,106,108,108,109,109,111,111,116,116,118,118,119,119,121,121,123,123,128,128,129,129,131,131],"right_children":[2,4,6,8,10,12,14,16,-1,18,20,22,-1,24,-1,26,-1,28,-1,30,-1,-1,32,34,-1,-1,36,-1,38,-1,40,42,-1,44,-1,-1,46,-1,48,-1,50,-1,52,-1,54,56,-1,-1,58,-1,60,-1,62,-1,64,-1,66,68,-1,-1,70,-1,72,74,-1,76,-1,-1,78,80,-1,-1,82,-1,84,-1,86,-1,-1,88,-1,90,-1,-1,92,-1,94,-1,96,98,-1,-1,-1,100,-1,-1,102,-1,104,-1,106,108,-1,110,-1,-1,112,-1,114,116,-1,118,-1,-1,-1,-1,120,-1,122,124,-1,126,-1,128,-1,-1,-1,-1,130,132,-1,134,-1,-1,-1],"split_conditions":[2.5183601E0,5.746875E1,2.1174084E2,8.8671875E-1,7.6660156E-1,9.9316406E-1,9.951172E-1,6.975E1,-0E0,8.276367E-1,9.604492E-1,6.179077E1,-0E0,9.980469E-1,-0E0,6.556615E1,-0E0,3.1402588E-2,-0E0,6.245944E-1,-0E0,-0E0,7.319336E-1,4.297177E0,-0E0,-0E0,1.2902832E-1,-0E0,3.265625E1,-0E0,1.340332E-1,2.4600454E1,-0E0,2.5405884E-3,-0E0,-0E0,2.6719543E2,-0E0,4.6289062E-1,-0E0,1.459961E-1,-0E0,7.032682E-1,-0E0,7.9805976E-1,6.896349E1,-0E0,-0E0,3.389034E2,-0E0,3.084375E1,-0E0,6.603241E-3,-0E0,9.9316406E-1,-0E0,9.9609375E-1,5.466461E-3,-0E0,-0E0,9.6435547E-1,-0E0,2.1826172E-1,5.178125E1,-0E0,4.4021606E-3,-0E0,-0E0,7.5097656E-1,1.3823894E2,-0E0,-0E0,4.238562E0,-0E0,1.3248292E0,-0E0,1.2902832E-1,-1.0269357E-1,-0E0,3.007285E1,-0E0,9.560547E-1,-0E0,-0E0,4.753113E-3,-0E0,4.204237E0,-0E0,1.4230315E2,6.8092346E-3,-0E0,-0E0,-1.5020883E-1,6.237793E-2,-0E0,-0E0,4.691211E0,-0E0,4.8243895E0,-0E0,6.6918945E1,3.867052E1,-0E0,9.926758E-1,-0E0,-0E0,1.415E2,-0E0,3.1703125E1,3.0484375E1,-0E0,4.440625E1,-0E0,-0E0,1.2868881E-1,-0E0,5.52203E0,-0E0,9.975586E-1,1.121875E2,-0E0,9.9902344E-1,-0E0,9.7501725E-1,-0E0,-2.5140685E-1,-0E0,-0E0,9.9853516E-1,5.8935347E0,-0E0,1.5789275E2,-0E0,1.5919934E-1,-0E0],"split_indices":[3,10,6,18,14,17,15,11,0,16,16,5,0,17,0,5,0,17,0,3,0,0,18,2,0,0,15,0,11,0,12,7,0,17,0,0,7,0,15,0,15,0,2,0,2,7,0,0,7,0,8,0,18,0,17,0,17,19,0,0,12,0,15,9,0,17,0,0,14,4,0,0,2,0,0,0,14,0,0,7,0,13,0,0,18,0,0,0,6,17,0,0,0,12,0,0,1,0,0,0,5,4,0,19,0,0,9,0,11,11,0,9,0,0,0,0,1,0,16,9,0,15,0,1,0,0,0,0,16,3,0,7,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.24007866E2,7.096774E1,5.3040127E1,2.9656734E1,4.1311005E1,4.4547527E1,8.4925995E0,2.4210863E1,5.445873E0,1.5240511E1,2.6070496E1,4.0341278E1,4.206252E0,6.624937E0,1.8676627E0,1.4799922E1,9.410941E0,9.778772E0,5.461738E0,2.1287207E1,4.783288E0,4.057605E0,3.6283672E1,6.0172973E0,6.076399E-1,1.9783998E0,1.2821522E1,1.6204541E0,8.1583185E0,1.3080245E0,1.9979183E1,2.5959389E1,1.0324283E1,5.1367035E0,8.805937E-1,5.6682783E-1,1.2254694E1,3.4520367E-1,7.8131146E0,4.020237E0,1.5958945E1,2.208992E0,2.3750397E1,4.2624396E-1,4.710459E0,1.2043541E1,2.1115273E-1,8.128954E-1,7.0002193E0,5.740422E-1,1.5384903E1,7.381079E-1,2.301229E1,3.8974905E-1,4.32071E0,2.5705912E0,9.47295E0,6.249264E0,7.509557E-1,9.870368E-1,1.4397866E1,1.060689E0,2.1951601E1,4.011519E0,3.0919132E-1,8.683141E0,7.898094E-1,1.7190678E-1,6.077357E0,1.41543255E1,2.4354078E-1,9.5048124E-1,2.100112E1,3.207107E-1,3.6908083E0,2.0387995E-1,8.47926E0,5.8472857E0,2.300711E-1,1.2425377E1,1.7289486E0,1.7148325E1,3.8527951E0,6.171254E-1,3.073683E0,2.6330957E-1,8.215951E0,2.8945148E-1,1.2135925E1,1.697058E1,1.7774479E-1,3.8768008E-1,2.686003E0,6.524888E0,1.6910634E0,1.2285827E0,1.0907343E1,3.0157265E-1,1.6669006E1,2.7631646E-1,6.2485714E0,1.0194116E1,7.1322703E-1,1.6084986E1,5.840209E-1,1.7791536E-1,6.070656E0,2.7122915E-1,9.922887E0,1.582069E1,2.642962E-1,5.687467E0,3.8318914E-1,2.0596033E-1,9.716927E0,1.8268901E-1,1.56380005E1,2.3826446E-1,5.4492025E0,1.52620325E1,3.7596783E-1,5.284464E0,1.6473868E-1,1.4671039E1,5.9099454E-1,5.1150746E0,1.6938931E-1,2.9377645E-1,1.4377262E1,1.4159366E1,2.1789607E-1,1.3977341E1,1.8202533E-1,1.375741E1,2.1993092E-1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"135","size_leaf_vector":"0"}},{"base_weights":[-8.687069E-3,-1.4739275E-2,-0E0,-2.5667343E-2,-0E0,-4.0942345E-2,-0E0,1.8158661E-2,-3.8230522E-3,-0E0,-6.321293E-2,5.6867037E-2,-0E0,-2.581734E-2,-0E0,-0E0,-7.203755E-2,8.84869E-2,-0E0,-0E0,-8.334604E-2,-0E0,-8.239276E-2,-0E0,1.22247964E-1,-0E0,-1.0772409E-1,-9.939629E-2,-0E0,-0E0,1.5079659E-1,-0E0,-1.23733126E-1,-1.153065E-1,-0E0,-0E0,1.7518783E-1,-1.515557E-1,-0E0,-1.2574014E-1,-0E0,-0E0,1.9620954E-1,-0E0,-1.6921337E-1,-0E0,-1.3214514E-1,2.1313502E-1,-0E0,-1.8289335E-1,-0E0,-1.4805098E-1,-0E0,2.2427309E-1,-0E0,-1.9986844E-1,-0E0,-0E0,-1.5851122E-1,-0E0,2.343445E-1,-1.655108E-1,-0E0,-0E0,-1.6671973E-1,-0E0,1.8703175E-1,-0E0,-1.7589183E-1,-1.9762887E-1,-0E0,-0E0,-2.2898635E-1,-0E0,-2.4060826E-1,-2.5182885E-1,-0E0,-2.6063326E-1,-0E0,-2.720545E-1,-0E0,-0E0,-2.8395832E-1,-0E0,-2.9486144E-1,-3.020922E-1,-0E0,-0E0,-2.4140336E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":52,"left_children":[1,3,-1,5,7,9,-1,11,13,-1,15,17,-1,19,-1,-1,21,23,-1,-1,25,-1,27,-1,29,-1,31,33,-1,-1,35,-1,37,39,-1,-1,41,43,-1,45,-1,-1,47,-1,49,-1,51,53,-1,55,-1,57,-1,59,-1,61,-1,-1,63,-1,65,-1,-1,-1,67,-1,-1,-1,69,71,-1,-1,73,-1,75,77,-1,79,-1,81,-1,-1,83,-1,85,87,-1,-1,-1],"loss_changes":[1.3392153E-2,1.8275606E-2,0E0,4.2718984E-2,3.8183234E-3,5.232525E-2,0E0,2.8176926E-2,1.2873337E-2,0E0,3.3147737E-2,3.5907403E-2,0E0,4.288165E-2,0E0,0E0,2.2442862E-2,5.442305E-2,0E0,0E0,3.4064334E-2,0E0,4.0300295E-2,0E0,4.4094607E-2,0E0,2.5568545E-2,5.003719E-2,0E0,0E0,4.6479523E-2,0E0,3.2301717E-2,3.0572295E-2,0E0,0E0,4.1325897E-2,3.1775683E-2,0E0,2.7812839E-2,0E0,0E0,3.0715853E-2,0E0,2.0306021E-2,0E0,2.924487E-2,1.4787763E-2,0E0,1.9726753E-2,0E0,2.8924108E-2,0E0,1.7375022E-2,0E0,1.8654436E-2,0E0,0E0,2.5002062E-2,0E0,4.258573E-3,0E0,0E0,0E0,2.9249102E-2,0E0,0E0,0E0,3.0926704E-2,5.010256E-2,0E0,0E0,2.8127372E-2,0E0,2.6803076E-2,3.009963E-2,0E0,2.48847E-2,0E0,1.3294101E-2,0E0,0E0,1.6848683E-2,0E0,6.8648458E-3,6.7185163E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,3,3,4,4,5,5,7,7,8,8,10,10,11,11,13,13,16,16,17,17,20,20,22,22,24,24,26,26,27,27,30,30,32,32,33,33,36,36,37,37,39,39,42,42,44,44,46,46,47,47,49,49,51,51,53,53,55,55,58,58,60,60,64,64,68,68,69,69,72,72,74,74,75,75,77,77,79,79,82,82,84,84,85,85],"right_children":[2,4,-1,6,8,10,-1,12,14,-1,16,18,-1,20,-1,-1,22,24,-1,-1,26,-1,28,-1,30,-1,32,34,-1,-1,36,-1,38,40,-1,-1,42,44,-1,46,-1,-1,48,-1,50,-1,52,54,-1,56,-1,58,-1,60,-1,62,-1,-1,64,-1,66,-1,-1,-1,68,-1,-1,-1,70,72,-1,-1,74,-1,76,78,-1,80,-1,82,-1,-1,84,-1,86,88,-1,-1,-1],"split_conditions":[9.9560547E-1,7.65625E1,-0E0,1.26853966E2,1.01173836E2,1.5276962E2,-0E0,3.485013E2,8.823242E-1,-0E0,1.1463369E0,9.3359375E-1,-0E0,1.1933819E0,-0E0,-0E0,3.0823416E1,1.6309807E0,-0E0,-0E0,7.84375E1,-0E0,7.270508E-1,-0E0,8.972168E-2,-0E0,3.1203125E1,1.4416293E2,-0E0,-0E0,3.378125E1,-0E0,3.7991467E0,9.7802734E-1,-0E0,-0E0,2.553519E1,1.105957E-1,-0E0,7.13501E-2,-0E0,-0E0,4.4602957E0,-0E0,5.7508125E0,-0E0,4.232004E0,4.8243895E0,-0E0,5.503731E0,-0E0,3.309375E1,-0E0,4.2405365E1,-0E0,1.93E2,-0E0,-0E0,5.7852657E1,-0E0,1.0339627E0,-1.655108E-1,-0E0,-0E0,1.9241333E-2,-0E0,1.8703175E-1,-0E0,9.585825E1,3.0731201E-2,-0E0,-0E0,2.7807617E-1,-0E0,4.842488E0,9.980469E-1,-0E0,9.9902344E-1,-0E0,6.6918945E1,-0E0,-0E0,6.237793E-2,-0E0,2.1174084E2,5.996704E-3,-0E0,-0E0,-2.4140336E-1],"split_indices":[14,9,0,7,7,6,0,6,14,0,3,19,0,1,0,0,7,3,0,0,9,0,13,0,12,0,11,4,0,0,11,0,0,19,0,0,7,15,0,14,0,0,3,0,1,0,1,0,0,3,0,11,0,4,0,9,0,0,5,0,1,0,0,0,17,0,0,0,5,18,0,0,15,0,2,18,0,15,0,5,0,0,12,0,6,19,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2246707E2,1.0386031E2,1.8606758E1,6.165348E1,4.2206837E1,4.941212E1,1.224136E1,9.613009E0,3.2593826E1,1.5879092E1,3.3533028E1,9.244256E0,3.68754E-1,1.9539495E1,1.305433E1,1.4398197E0,3.209321E1,8.110415E0,1.1338409E0,1.1943595E1,7.595901E0,4.371889E0,2.772132E1,4.574831E-1,7.6529317E0,3.1416377E-1,7.2817373E0,2.2970798E1,4.750521E0,8.556823E-1,6.79725E0,2.1332332E-1,7.068414E0,2.0704012E1,2.2667863E0,3.7607726E-1,6.421172E0,5.950974E0,1.1174401E0,1.9264742E1,1.4392703E0,3.301586E-1,6.091014E0,1.663399E-1,5.784634E0,2.7680263E-1,1.898794E1,5.7619324E0,3.2908136E-1,5.4867005E0,2.979336E-1,1.6359724E1,2.628215E0,5.449405E0,3.1252733E-1,5.006785E0,4.7991523E-1,1.0005755E0,1.5359149E1,1.8400095E-1,5.265404E0,4.7999625E0,2.0682266E-1,6.237176E-1,1.4735431E1,1.845566E-1,5.0808473E0,6.020994E-1,1.4133331E1,1.1883175E1,2.2501566E0,2.2037742E0,9.6794E0,4.73769E-1,9.205631E0,8.782647E0,4.2298415E-1,8.60919E0,1.734579E-1,8.196629E0,4.1256133E-1,5.4898787E-1,7.64764E0,3.9762267E-1,7.2500176E0,6.9586787E0,2.913389E-1,2.8223723E-1,6.6764417E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"89","size_leaf_vector":"0"}},{"base_weights":[-0E0,-0E0,-2.3316469E-2,-0E0,6.2838453E-3,-0E0,-4.783518E-2,-0E0,-2.1857109E-2,1.683606E-2,-0E0,-0E0,-5.88289E-2,-5.1699977E-2,-0E0,-0E0,3.478979E-2,-0E0,-6.656564E-2,-6.493325E-2,-0E0,4.433346E-2,-0E0,-0E0,-7.13289E-2,-0E0,-7.6094516E-2,5.1570535E-2,-0E0,-7.561034E-2,-0E0,-0E0,-8.8095106E-2,5.7190742E-2,-0E0,-6.147014E-2,-0E0,-7.330818E-2,-0E0,-0E0,6.442985E-2,-0E0,7.229946E-2,-0E0,8.0376334E-2,8.562389E-2,-0E0,-0E0,9.253692E-2,9.7606E-2,-0E0,1.0197493E-1,-0E0,-0E0,1.0578108E-1,1.0952652E-1,-0E0,1.1314093E-1,-0E0,-0E0,1.2757629E-1,1.3419583E-1,-0E0,1.4547357E-1,-0E0,1.4893432E-1,-0E0,1.5376857E-1,-0E0,-0E0,1.5752429E-1,1.604733E-1,-0E0,1.6517648E-1,-0E0,-0E0,1.6668978E-1,1.6811818E-1,-0E0,-0E0,1.3225164E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":53,"left_children":[1,3,5,7,9,-1,11,-1,13,15,-1,-1,17,19,-1,-1,21,-1,23,25,-1,27,-1,-1,29,-1,31,33,-1,35,-1,-1,37,39,-1,-1,-1,-1,-1,-1,41,-1,43,-1,45,47,-1,-1,49,51,-1,53,-1,-1,55,57,-1,59,-1,-1,61,63,-1,65,-1,67,-1,69,-1,-1,71,73,-1,75,-1,-1,77,79,-1,-1,-1],"loss_changes":[7.0120674E-3,3.8954092E-3,1.9108554E-2,3.9587812E-3,1.7574819E-2,0E0,1.264143E-2,0E0,1.144968E-2,4.63577E-2,0E0,0E0,8.443069E-3,7.7529727E-3,0E0,0E0,3.3058666E-2,0E0,6.031476E-3,7.4404906E-3,0E0,3.0036964E-2,0E0,0E0,4.623864E-3,0E0,8.329948E-3,2.8311461E-2,0E0,2.40542E-3,0E0,0E0,3.0115917E-3,2.858691E-2,0E0,0E0,0E0,0E0,0E0,0E0,2.7738035E-2,0E0,3.875643E-2,0E0,2.9132724E-2,2.168703E-2,0E0,0E0,2.7799398E-2,2.1957785E-2,0E0,2.1951437E-2,0E0,0E0,2.2035956E-2,1.5684038E-2,0E0,3.3299416E-2,0E0,0E0,2.8425783E-2,2.1705717E-2,0E0,1.3171554E-2,0E0,1.9232392E-2,0E0,1.064527E-2,0E0,0E0,1.3590097E-2,1.1998832E-2,0E0,5.9158206E-3,0E0,0E0,4.2312145E-3,4.9088597E-3,0E0,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,6,6,8,8,9,9,12,12,13,13,16,16,18,18,19,19,21,21,24,24,26,26,27,27,29,29,32,32,33,33,40,40,42,42,44,44,45,45,48,48,49,49,51,51,54,54,55,55,57,57,60,60,61,61,63,63,65,65,67,67,70,70,71,71,73,73,76,76,77,77],"right_children":[2,4,6,8,10,-1,12,-1,14,16,-1,-1,18,20,-1,-1,22,-1,24,26,-1,28,-1,-1,30,-1,32,34,-1,36,-1,-1,38,40,-1,-1,-1,-1,-1,-1,42,-1,44,-1,46,48,-1,-1,50,52,-1,54,-1,-1,56,58,-1,60,-1,-1,62,64,-1,66,-1,68,-1,70,-1,-1,72,74,-1,76,-1,-1,78,80,-1,-1,-1],"split_conditions":[1.4254224E2,5.7952946E1,1.9171042E0,4.609375E1,3.4952781E0,-0E0,5.622928E-1,-0E0,6.5625E1,7.336426E-2,-0E0,-0E0,7.896423E-3,9.946289E-1,-0E0,-0E0,9.9853516E-1,-0E0,3.071875E1,3.982544E-3,-0E0,9.1796875E-1,-0E0,-0E0,5.1032395E0,-0E0,7.591677E-1,9.8876953E-1,-0E0,1.63E2,-0E0,-0E0,9.243164E-1,3.121875E1,-0E0,-6.147014E-2,-0E0,-7.330818E-2,-0E0,-0E0,7.080078E-2,-0E0,1.459961E-1,-0E0,9.975586E-1,8.3843374E-1,-0E0,-0E0,1.975E2,9.941406E-1,-0E0,7.891846E-2,-0E0,-0E0,3.35993E2,5.433148E0,-0E0,1.0687256E-1,-0E0,-0E0,9.9658203E-1,9.9658203E-1,-0E0,5.41852E0,-0E0,5.1032395E0,-0E0,3.1203125E1,-0E0,-0E0,5.603753E0,9.951172E-1,-0E0,3.566043E1,-0E0,-0E0,1.74875E2,5.367279E-3,-0E0,-0E0,1.3225164E-1],"split_indices":[4,4,0,10,0,0,1,0,11,18,0,0,17,16,0,0,15,0,10,18,0,12,0,0,2,0,1,13,0,11,0,0,12,8,0,0,0,0,0,0,13,0,14,0,18,3,0,0,9,19,0,18,0,0,6,2,0,13,0,0,17,14,0,1,0,2,0,10,0,0,3,14,0,5,0,0,9,16,0,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.2138997E2,1.0899203E2,1.23979435E1,1.0840895E1,9.815113E1,1.4826063E0,1.0915338E1,3.0543013E0,7.7865934E0,7.524529E1,2.2905838E1,2.1515131E-1,1.0700187E1,5.2647247E0,2.5218685E0,1.970442E1,5.5540874E1,5.467696E-1,1.0153417E1,4.993273E0,2.714519E-1,5.0829865E1,4.71101E0,1.8986468E-1,9.9635515E0,2.0830885E-1,4.784964E0,4.8728264E1,2.1016004E0,9.620909E0,3.4264284E-1,2.684531E-1,4.516511E0,4.81841E1,5.441649E-1,9.203587E0,4.173229E-1,4.2484145E0,2.680966E-1,3.4389482E0,4.474515E1,4.007117E0,4.0738033E1,1.8723339E0,3.88657E1,3.816208E1,7.036238E-1,3.0281568E0,3.513392E1,3.444678E1,6.871411E-1,3.3628017E1,8.18763E-1,4.4999942E-1,3.3178017E1,3.275098E1,4.2703554E-1,3.188567E1,8.6531246E-1,4.868332E0,2.7017338E1,2.5948029E1,1.0693078E0,2.3031921E1,2.9161072E0,2.2544827E1,4.8709562E-1,2.1932001E1,6.1282474E-1,6.2789917E-1,2.1304102E1,2.1037817E1,2.6628554E-1,2.0268545E1,7.6927143E-1,1.6247503E-1,2.0106071E1,1.990711E1,1.9896077E-1,1.7326027E-1,1.973385E1],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"81","size_leaf_vector":"0"}},{"base_weights":[-1.1444981E-2,-1.9767422E-2,-0E0,-0E0,-3.466701E-2,-0E0,-5.2166793E-2,-0E0,-6.515231E-2,-7.82573E-2,-0E0,-9.12674E-2,-0E0,-1.00494504E-1,-0E0,-0E0,-1.072072E-1,-1.1223267E-1,-0E0,-0E0,-1.1838455E-1,-0E0,-1.2218915E-1,-0E0,-1.2766835E-1,-1.4201012E-1,-0E0,-1.607974E-1,-0E0,-0E0,-1.7856844E-1,-0E0,-1.9495851E-1,-0E0,-2.1072137E-1,-2.2182606E-1,-0E0,-2.3351106E-1,-0E0,-2.399337E-1,-0E0,-0E0,-2.4540217E-1,-2.5064108E-1,-0E0,-2.7681378E-1,-0E0,-2.8726053E-1,-0E0,-0E0,-2.9292896E-1,-0E0,-2.3418562E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":54,"left_children":[1,3,-1,-1,5,-1,7,-1,9,11,-1,13,-1,15,-1,-1,17,19,-1,-1,21,-1,23,-1,25,27,-1,29,-1,-1,31,-1,33,-1,35,37,-1,39,-1,41,-1,-1,43,45,-1,47,-1,49,-1,-1,51,-1,-1],"loss_changes":[2.4266886E-2,2.84576E-2,0E0,0E0,3.3250503E-2,0E0,2.8978169E-2,0E0,3.4445837E-2,3.6363468E-2,0E0,3.14776E-2,0E0,2.0539954E-2,0E0,0E0,1.808402E-2,2.1674931E-2,0E0,0E0,1.4581293E-2,0E0,1.4054745E-2,0E0,1.2925446E-2,5.6148767E-2,0E0,3.4951985E-2,0E0,0E0,2.6125848E-2,0E0,5.770725E-2,0E0,1.53054E-2,2.0322442E-2,0E0,1.3685644E-2,0E0,1.3166487E-2,0E0,0E0,1.1489868E-2,2.9311478E-2,0E0,2.3685694E-2,0E0,6.733179E-3,0E0,0E0,6.4243674E-3,0E0,0E0],"parents":[2147483647,0,0,1,1,4,4,6,6,8,8,9,9,11,11,13,13,16,16,17,17,20,20,22,22,24,24,25,25,27,27,30,30,32,32,34,34,35,35,37,37,39,39,42,42,43,43,45,45,47,47,50,50],"right_children":[2,4,-1,-1,6,-1,8,-1,10,12,-1,14,-1,16,-1,-1,18,20,-1,-1,22,-1,24,-1,26,28,-1,30,-1,-1,32,-1,34,-1,36,38,-1,40,-1,42,-1,-1,44,46,-1,48,-1,50,-1,-1,52,-1,-1],"split_conditions":[9.9560547E-1,1.7883301E-1,-0E0,-0E0,1.6501409E0,-0E0,1.0461426E-1,-0E0,9.848633E-1,9.4970703E-1,-0E0,4.97838E0,-0E0,3.0484375E1,-0E0,-0E0,5.7373176E0,6.585161E-1,-0E0,-0E0,9.7839355E-2,-0E0,4.7343372E1,-0E0,4.1790586E0,1.4416293E2,-0E0,6.42474E1,-0E0,-0E0,4.246875E1,-0E0,1.3748781E2,-0E0,1.3432758E2,3.8578358E0,-0E0,9.1308594E-1,-0E0,1.9055176E-1,-0E0,-0E0,4.8243895E0,6.25E-1,-0E0,1.4163506E2,-0E0,1.9859531E1,-0E0,-0E0,3.1921875E1,-0E0,-2.3418562E-1],"split_indices":[14,13,0,0,3,0,12,0,17,19,0,0,0,8,0,0,3,2,0,0,15,0,4,0,2,4,0,5,0,0,9,0,6,0,4,2,0,19,0,13,0,0,0,12,0,5,0,7,0,0,11,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.20844604E2,1.02280365E2,1.8564241E1,4.5683487E1,5.6596878E1,1.9663723E1,3.6933155E1,6.6078987E0,3.0325256E1,2.6490215E1,3.835041E0,2.3709297E1,2.7809193E0,2.2584599E1,1.1246986E0,1.0132352E0,2.1571363E1,2.1074703E1,4.966596E-1,6.374453E-1,2.0437258E1,3.0691478E-1,2.0130342E1,8.705072E-1,1.9259836E1,1.6111155E1,3.1486807E0,1.4627893E1,1.4832624E0,1.7650788E0,1.2862814E1,1.4650041E0,1.139781E1,4.1382876E-1,1.0983981E1,1.017402E1,8.0996186E-1,9.505183E0,6.688367E-1,9.2144375E0,2.9074576E-1,2.0949286E-1,9.004944E0,8.79465E0,2.1029414E-1,7.5026546E0,1.2919955E0,7.2182093E0,2.8444543E-1,2.1734954E-1,7.0008597E0,2.89489E-1,6.7113705E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"53","size_leaf_vector":"0"}},{"base_weights":[-0E0,-0E0,-1.5062889E-2,-0E0,6.995272E-3,-5.2175045E-2,-0E0,-0E0,-2.6367294E-2,-0E0,2.7640937E-2,-0E0,-7.613494E-2,-4.0296696E-2,-0E0,-4.6593603E-2,-0E0,4.6511628E-2,-0E0,-0E0,-9.5312275E-2,-5.364763E-2,-0E0,-6.9861956E-2,-0E0,-0E0,6.7822084E-2,-0E0,-1.0499567E-1,-0E0,-6.453274E-2,-0E0,-9.359658E-2,7.6734886E-2,-0E0,-0E0,-1.12010345E-1,-0E0,-6.97673E-2,-1.1890142E-1,-0E0,-0E0,8.9810655E-2,-0E0,-1.1852712E-1,-0E0,-7.705763E-2,-1.3523687E-1,-0E0,9.836628E-2,-0E0,-0E0,-1.2415238E-1,-8.4123455E-2,-0E0,-1.565088E-1,-0E0,-0E0,1.0720913E-1,-0E0,-1.3528593E-1,-0E0,-8.965315E-2,-0E0,-1.8761131E-1,-0E0,1.130428E-1,-1.441863E-1,-0E0,-0E0,-9.796041E-2,-0E0,-1.6029808E-1,-0E0,1.2070722E-1,-0E0,-1.5114993E-1,-0E0,-1.1024306E-1,-0E0,1.2718087E-1,-1.584768E-1,-0E0,-0E0,-1.2107557E-1,-0E0,1.3694753E-1,-1.6980405E-1,-0E0,-0E0,-1.4627759E-1,-0E0,1.4452663E-1,-0E0,-1.376119E-1,-0E0,-1.6086793E-1,-0E0,1.5166765E-1,-1.3241757E-1,-0E0,1.5418331E-1,-0E0,2.1543267E-1,-0E0,-0E0,2.2919406E-1,-0E0,1.8660791E-1],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"id":55,"left_children":[1,3,5,7,9,11,-1,-1,13,15,17,-1,19,21,-1,23,-1,25,-1,-1,27,29,-1,31,-1,-1,33,-1,35,-1,37,-1,39,41,-1,-1,43,-1,45,47,-1,-1,49,-1,51,-1,53,55,-1,57,-1,-1,59,61,-1,63,-1,-1,65,-1,67,-1,69,-1,71,-1,73,75,-1,-1,77,-1,-1,-1,79,-1,81,-1,83,-1,85,87,-1,-1,89,-1,91,93,-1,-1,95,-1,97,-1,-1,-1,99,-1,101,-1,-1,103,-1,105,-1,-1,107,-1,-1],"loss_changes":[6.1632358E-3,3.4345237E-3,2.5256813E-2,7.8735985E-3,3.5956293E-2,2.974943E-2,0E0,0E0,9.717561E-3,1.9308068E-2,5.2730322E-2,0E0,2.6719537E-2,1.1374328E-2,0E0,1.716426E-2,0E0,5.337237E-2,0E0,0E0,1.1514492E-2,6.4362474E-3,0E0,2.5604635E-2,0E0,0E0,2.4483278E-2,0E0,9.789966E-3,0E0,4.914526E-3,0E0,2.9114291E-2,3.5989344E-2,0E0,0E0,7.951789E-3,0E0,4.5457594E-3,2.1136902E-2,0E0,0E0,3.636104E-2,0E0,7.725641E-3,0E0,5.0696693E-3,1.8264785E-2,0E0,3.1592444E-2,0E0,0E0,7.5096264E-3,3.8130581E-3,0E0,3.5372227E-2,0E0,0E0,2.400279E-2,0E0,5.196944E-3,0E0,7.436633E-3,0E0,2.107811E-2,0E0,2.6995867E-2,7.2930604E-3,0E0,0E0,1.1567779E-2,0E0,0E0,0E0,2.7704954E-2,0E0,6.6533387E-3,0E0,9.523258E-3,0E0,1.6296178E-2,1.1610478E-2,0E0,0E0,6.0668364E-3,0E0,2.6779264E-2,4.6993196E-3,0E0,0E0,8.703746E-3,0E0,1.3203859E-2,0E0,0E0,0E0,3.7736967E-3,0E0,2.5098324E-3,0E0,0E0,1.5374541E-2,0E0,3.6810994E-2,0E0,0E0,2.902335E-2,0E0,0E0],"parents":[2147483647,0,0,1,1,2,2,3,3,4,4,5,5,8,8,9,9,10,10,12,12,13,13,15,15,17,17,20,20,21,21,23,23,26,26,28,28,30,30,32,32,33,33,36,36,38,38,39,39,42,42,44,44,46,46,47,47,49,49,52,52,53,53,55,55,58,58,60,60,62,62,64,64,66,66,67,67,70,70,74,74,76,76,78,78,80,80,81,81,84,84,86,86,87,87,90,90,92,92,96,96,98,98,101,101,103,103,106,106],"right_children":[2,4,6,8,10,12,-1,-1,14,16,18,-1,20,22,-1,24,-1,26,-1,-1,28,30,-1,32,-1,-1,34,-1,36,-1,38,-1,40,42,-1,-1,44,-1,46,48,-1,-1,50,-1,52,-1,54,56,-1,58,-1,-1,60,62,-1,64,-1,-1,66,-1,68,-1,70,-1,72,-1,74,76,-1,-1,78,-1,-1,-1,80,-1,82,-1,84,-1,86,88,-1,-1,90,-1,92,94,-1,-1,96,-1,98,-1,-1,-1,100,-1,102,-1,-1,104,-1,106,-1,-1,108,-1,-1],"split_conditions":[9.501805E1,7.062339E1,1.8794693E2,1.5276962E2,1.5620819E2,6.4468604E-1,-0E0,-0E0,1.49125E2,3.796875E1,1.9455205E2,-0E0,6.939697E-2,9.9902344E-1,-0E0,3.9342475E0,-0E0,4.7875E1,-0E0,-0E0,3.275E1,4.7332764E-2,-0E0,3.1921875E1,-0E0,-0E0,8.886719E-1,-0E0,4.4021606E-3,-0E0,3.1203125E1,-0E0,8.129883E-1,1.6148209E2,-0E0,-0E0,1.0948181E-2,-0E0,1.5220642E-2,9.9902344E-1,-0E0,-0E0,9.5996094E-1,-0E0,9.54899E1,-0E0,9.1796875E-1,3.640625E1,-0E0,3.137207E-2,-0E0,-0E0,1.4942499E2,5.996704E-3,-0E0,2.9181541E1,-0E0,-0E0,5.628941E-1,-0E0,1.8514624E2,-0E0,1.050297E0,-0E0,5.7495117E-2,-0E0,7.261925E1,7.247925E-3,-0E0,-0E0,8.685303E-2,-0E0,-1.6029808E-1,-0E0,3.1703125E1,-0E0,1.8414453E2,-0E0,1.5391444E2,-0E0,3.4341084E1,9.9902344E-1,-0E0,-0E0,3.244629E-1,-0E0,1.6244978E2,5.099502E1,-0E0,-0E0,1.9241333E-2,-0E0,1.459961E-1,-0E0,-1.376119E-1,-0E0,9.980469E-1,-0E0,9.376681E1,-1.3241757E-1,-0E0,3.256836E-1,-0E0,6.819305E-1,-0E0,-0E0,3.837605E1,-0E0,1.8660791E-1],"split_indices":[5,5,6,6,6,3,0,0,9,8,6,0,13,14,0,2,0,10,0,0,8,17,0,11,0,0,13,0,17,0,11,0,12,6,0,0,16,0,19,15,0,0,12,0,5,0,12,8,0,16,0,0,6,18,0,7,0,0,0,0,6,0,3,0,13,0,5,18,0,0,17,0,0,0,11,0,6,0,6,0,7,15,0,0,16,0,6,4,0,0,18,0,14,0,0,0,17,0,5,0,0,18,0,2,0,0,7,0,0],"split_type":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"sum_hessian":[1.203246E2,9.366069E1,2.6663906E1,2.3973593E1,6.9687096E1,1.1042002E1,1.5621904E1,1.3148489E1,1.0825105E1,1.862988E1,5.1057217E1,9.892249E-1,1.0052777E1,1.0333171E1,4.9193352E-1,8.393776E0,1.0236105E1,4.2082996E1,8.97422E0,8.7808985E-1,9.174687E0,9.564212E0,7.689593E-1,6.972777E0,1.4209995E0,1.0952841E1,3.1130156E1,6.5775365E-1,8.516933E0,1.5633242E0,8.000887E0,3.8662338E-1,6.5861535E0,2.8367147E1,2.7630076E0,3.1370488E-1,8.203229E0,2.1810022E-1,7.7827873E0,5.950289E0,6.3586485E-1,3.3319006E0,2.5035248E1,3.647026E-1,7.8385262E0,7.2756076E-1,7.0552263E0,5.6418386E0,3.084499E-1,2.4544342E1,4.90906E-1,2.3729254E-1,7.601234E0,6.5557323E0,4.9949422E-1,4.831411E0,8.104278E-1,1.2123889E0,2.3331953E1,8.6822706E-1,6.733007E0,3.6913788E-1,6.1865945E0,6.1622447E-1,4.2151866E0,5.1792425E-1,2.2814028E1,6.1175823E0,6.154245E-1,3.1103855E-1,5.8755555E0,2.8650293E-1,3.9286835E0,1.0138866E0,2.1800142E1,2.7648818E-1,5.841094E0,3.8971072E-1,5.485845E0,4.9959692E-1,2.1300545E1,5.5332274E0,3.0786672E-1,3.7354115E-1,5.1123037E0,2.129699E0,1.9170845E1,5.157823E0,3.7540427E-1,1.4837481E0,3.6285558E0,7.269704E-1,1.8443874E1,2.657436E-1,4.8920794E0,3.7860766E-1,3.249948E0,1.1678828E0,1.7275993E1,2.998085E0,2.5186318E-1,1.6806234E1,4.6975735E-1,8.695767E0,8.110468E0,3.7035975E-1,8.325407E0,2.1859728E-1,8.10681E0],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"109","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":56,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":57,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":58,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":59,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":60,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":61,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":62,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":63,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":64,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":65,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":66,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":67,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":68,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":69,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":70,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":71,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":72,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":73,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":74,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":75,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":76,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":77,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":78,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":79,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":80,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":81,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":82,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":83,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":84,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":85,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":86,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":87,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":88,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":89,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":90,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":91,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":92,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":93,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":94,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":95,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":96,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":97,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":98,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":99,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":100,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":101,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":102,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":103,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":104,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":105,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":106,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":107,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":108,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":109,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":110,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":111,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":112,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":113,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":114,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":115,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":116,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":117,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":118,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":119,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":120,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":121,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":122,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":123,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":124,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":125,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":126,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":127,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":128,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":129,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":130,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":131,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":132,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":133,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":134,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":135,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":136,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":137,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":138,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":139,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":140,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":141,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":142,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":143,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":144,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":145,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":146,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":147,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":148,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":149,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":150,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":151,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":152,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":153,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":154,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":155,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":156,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":157,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":158,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":159,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":160,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":161,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":162,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":163,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":164,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":165,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":166,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":167,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":168,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":169,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":170,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":171,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":172,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":173,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":174,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":175,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":176,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":177,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":178,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":179,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":180,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":181,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":182,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":183,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":184,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":185,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":186,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":187,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":188,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":189,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":190,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":191,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":192,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":193,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":194,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":195,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":196,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":197,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":198,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":199,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":200,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":201,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":202,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":203,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":204,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":205,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":206,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":207,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":208,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":209,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":210,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":211,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":212,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":213,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":214,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":215,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":216,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":217,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":218,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":219,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":220,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":221,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":222,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":223,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":224,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":225,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":226,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":227,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":228,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":229,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":230,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":231,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":232,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":233,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":234,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":235,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":236,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":237,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":238,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":239,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":240,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":241,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":242,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":243,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":244,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":245,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":246,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":247,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":248,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":249,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}},{"base_weights":[-0E0],"categories":[],"categories_nodes":[],"categories_segments":[],"categories_sizes":[],"default_left":[0],"id":250,"left_children":[-1],"loss_changes":[0E0],"parents":[2147483647],"right_children":[-1],"split_conditions":[-0E0],"split_indices":[0],"split_type":[0],"sum_hessian":[1.19257706E2],"tree_param":{"num_deleted":"0","num_feature":"20","num_nodes":"1","size_leaf_vector":"0"}}]},"name":"gbtree"},"learner_model_param":{"base_score":"5E-1","boost_from_average":"0","num_class":"0","num_feature":"20","num_target":"1"},"objective":{"name":"binary:logistic","reg_loss_param":{"scale_pos_weight":"1"}}},"version":[1,7,1]} \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/nanoaod_inputs.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/nanoaod_inputs.json deleted file mode 100644 index fddb72df..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/nanoaod_inputs.json +++ /dev/null @@ -1,3205 +0,0 @@ -{ - "ttbar": { - "nominal": { - "nevts_total": 276079127, - "files": [ - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0000.root", - "nevts": 1334428 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0001.root", - "nevts": 1297266 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0002.root", - "nevts": 1337402 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0003.root", - "nevts": 1228708 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0004.root", - "nevts": 1191997 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0005.root", - "nevts": 36651 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0000.root", - "nevts": 1258733 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0001.root", - "nevts": 1240898 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0002.root", - "nevts": 1236177 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0003.root", - "nevts": 1215783 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0004.root", - "nevts": 1257730 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0005.root", - "nevts": 1100317 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0006.root", - "nevts": 1306283 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0007.root", - "nevts": 1125573 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0008.root", - "nevts": 282216 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_20000_0000.root", - "nevts": 1150918 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_20000_0001.root", - "nevts": 1198147 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_20000_0002.root", - "nevts": 1181840 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_20000_0003.root", - "nevts": 1064268 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_20000_0004.root", - "nevts": 984076 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_20000_0005.root", - "nevts": 1165530 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_20000_0006.root", - "nevts": 1130007 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_20000_0007.root", - "nevts": 612355 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_50000_0000.root", - "nevts": 910667 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_50000_0001.root", - "nevts": 797122 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_50000_0002.root", - "nevts": 1108246 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_50000_0003.root", - "nevts": 1220330 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_50000_0004.root", - "nevts": 905107 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_50000_0005.root", - "nevts": 496161 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0000.root", - "nevts": 1208475 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0001.root", - "nevts": 1249871 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0002.root", - "nevts": 1231644 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0003.root", - "nevts": 1237318 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0004.root", - "nevts": 1192820 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0005.root", - "nevts": 1213985 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0006.root", - "nevts": 1175424 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0007.root", - "nevts": 1199028 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0008.root", - "nevts": 1226342 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0009.root", - "nevts": 1252883 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0010.root", - "nevts": 1225985 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0011.root", - "nevts": 1204126 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0012.root", - "nevts": 1189479 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0013.root", - "nevts": 1200130 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0014.root", - "nevts": 1199703 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0015.root", - "nevts": 1213479 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0016.root", - "nevts": 1152675 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0017.root", - "nevts": 1159832 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0018.root", - "nevts": 1186130 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0019.root", - "nevts": 1244130 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0020.root", - "nevts": 1160326 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0021.root", - "nevts": 1158212 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0022.root", - "nevts": 1235271 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0023.root", - "nevts": 1161491 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0024.root", - "nevts": 1204232 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0025.root", - "nevts": 1235483 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0026.root", - "nevts": 1196577 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0027.root", - "nevts": 1192428 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0028.root", - "nevts": 1155679 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0029.root", - "nevts": 1179871 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0030.root", - "nevts": 1252903 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0031.root", - "nevts": 1222828 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0032.root", - "nevts": 1195526 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0033.root", - "nevts": 364455 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60001_0000.root", - "nevts": 1020416 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0000.root", - "nevts": 1126974 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0001.root", - "nevts": 1147793 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0002.root", - "nevts": 1204977 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0003.root", - "nevts": 1195636 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0004.root", - "nevts": 1158632 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0005.root", - "nevts": 1207679 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0006.root", - "nevts": 1111138 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0007.root", - "nevts": 1180746 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0008.root", - "nevts": 1181028 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0009.root", - "nevts": 1126075 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0010.root", - "nevts": 1172985 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0011.root", - "nevts": 1211138 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0012.root", - "nevts": 1188181 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0013.root", - "nevts": 1174193 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0014.root", - "nevts": 1211440 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0015.root", - "nevts": 1181503 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0016.root", - "nevts": 1134036 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0017.root", - "nevts": 1216146 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0018.root", - "nevts": 1106118 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19980_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_70000_0019.root", - "nevts": 844973 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0000.root", - "nevts": 1166400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0001.root", - "nevts": 1139800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0002.root", - "nevts": 1172000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0003.root", - "nevts": 1143800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0004.root", - "nevts": 1199000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0005.root", - "nevts": 1141200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0006.root", - "nevts": 1112800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0007.root", - "nevts": 1235600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0008.root", - "nevts": 1109000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0009.root", - "nevts": 1154200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0010.root", - "nevts": 1182310 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0011.root", - "nevts": 1172400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0012.root", - "nevts": 1168669 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0013.root", - "nevts": 1199200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0014.root", - "nevts": 1123600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0015.root", - "nevts": 1148800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0016.root", - "nevts": 1216400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0017.root", - "nevts": 1100000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0018.root", - "nevts": 1213000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0019.root", - "nevts": 1194800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0020.root", - "nevts": 1214000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0021.root", - "nevts": 1121184 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0022.root", - "nevts": 1110459 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0023.root", - "nevts": 1095229 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0024.root", - "nevts": 1138400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0025.root", - "nevts": 1086886 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0026.root", - "nevts": 1003315 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0027.root", - "nevts": 1120224 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0028.root", - "nevts": 976997 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0029.root", - "nevts": 1048171 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0030.root", - "nevts": 1139400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0031.root", - "nevts": 1031532 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0032.root", - "nevts": 1234000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0033.root", - "nevts": 284290 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0000.root", - "nevts": 995962 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0001.root", - "nevts": 999478 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0002.root", - "nevts": 1132339 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0003.root", - "nevts": 953178 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0004.root", - "nevts": 1029445 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0005.root", - "nevts": 834020 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0006.root", - "nevts": 339400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0000.root", - "nevts": 676325 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0001.root", - "nevts": 1044728 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0002.root", - "nevts": 1026800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0003.root", - "nevts": 382600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0004.root", - "nevts": 953136 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0005.root", - "nevts": 991140 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0006.root", - "nevts": 1108600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0007.root", - "nevts": 1212200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0008.root", - "nevts": 1162800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0009.root", - "nevts": 1203800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0010.root", - "nevts": 1167800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0011.root", - "nevts": 1180000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0012.root", - "nevts": 1199200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0013.root", - "nevts": 1119200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0014.root", - "nevts": 1172600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0015.root", - "nevts": 1139200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0016.root", - "nevts": 1232000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0017.root", - "nevts": 1125400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0018.root", - "nevts": 1151800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0019.root", - "nevts": 1192800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0021.root", - "nevts": 1156846 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0022.root", - "nevts": 972128 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0023.root", - "nevts": 401020 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0000.root", - "nevts": 1183400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0001.root", - "nevts": 1207800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0002.root", - "nevts": 1184800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0003.root", - "nevts": 1282800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0004.root", - "nevts": 1198600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0005.root", - "nevts": 1199000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0006.root", - "nevts": 1230600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0007.root", - "nevts": 1181800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0008.root", - "nevts": 1280200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0009.root", - "nevts": 1167200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0010.root", - "nevts": 1194000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0011.root", - "nevts": 1195800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0012.root", - "nevts": 1195400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0013.root", - "nevts": 1189400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0014.root", - "nevts": 1170800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0015.root", - "nevts": 1131800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0016.root", - "nevts": 1135600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0017.root", - "nevts": 1282800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0018.root", - "nevts": 1225200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0019.root", - "nevts": 1208400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0020.root", - "nevts": 1194600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0021.root", - "nevts": 1213200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0022.root", - "nevts": 1253000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0023.root", - "nevts": 1222200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0024.root", - "nevts": 1207600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0025.root", - "nevts": 1213200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0026.root", - "nevts": 1216600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0027.root", - "nevts": 1213600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0028.root", - "nevts": 1143000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0029.root", - "nevts": 1209000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0030.root", - "nevts": 1187200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0031.root", - "nevts": 1206600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0032.root", - "nevts": 1238800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0033.root", - "nevts": 361800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0000.root", - "nevts": 1189800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0001.root", - "nevts": 1225600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0002.root", - "nevts": 1205600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0003.root", - "nevts": 1240800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0004.root", - "nevts": 668400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0000.root", - "nevts": 1330200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0001.root", - "nevts": 1295800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0002.root", - "nevts": 1332400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0003.root", - "nevts": 1231200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0004.root", - "nevts": 1269200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0005.root", - "nevts": 1328800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0006.root", - "nevts": 1365600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0007.root", - "nevts": 1229600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0008.root", - "nevts": 1247800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0009.root", - "nevts": 1320400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0010.root", - "nevts": 1297400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0011.root", - "nevts": 1356000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0012.root", - "nevts": 1378000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0013.root", - "nevts": 1286800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0014.root", - "nevts": 1256000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0015.root", - "nevts": 1262600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0016.root", - "nevts": 1273400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0017.root", - "nevts": 1297200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0018.root", - "nevts": 1303400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0019.root", - "nevts": 1314200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0020.root", - "nevts": 1341000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0021.root", - "nevts": 1307600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0022.root", - "nevts": 1290000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0023.root", - "nevts": 1332200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0024.root", - "nevts": 1356600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0025.root", - "nevts": 1291200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0026.root", - "nevts": 1272000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0027.root", - "nevts": 1253032 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0028.root", - "nevts": 1293400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0029.root", - "nevts": 1322200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0030.root", - "nevts": 1286200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0031.root", - "nevts": 1287400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0032.root", - "nevts": 1323000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0033.root", - "nevts": 394800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0000.root", - "nevts": 1183800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0001.root", - "nevts": 1141000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0002.root", - "nevts": 1229400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0003.root", - "nevts": 1126600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0004.root", - "nevts": 1205000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0005.root", - "nevts": 1160200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0006.root", - "nevts": 1115200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0007.root", - "nevts": 1076600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0008.root", - "nevts": 1131200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0009.root", - "nevts": 1151000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0010.root", - "nevts": 1139800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0011.root", - "nevts": 1098200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0012.root", - "nevts": 1185000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0013.root", - "nevts": 675200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0000.root", - "nevts": 1185600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0001.root", - "nevts": 1173000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0002.root", - "nevts": 1284200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0003.root", - "nevts": 1210800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0004.root", - "nevts": 1230000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0005.root", - "nevts": 1226400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0006.root", - "nevts": 1234800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-pythia8/cmsopendata2015_ttbar_19981_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0007.root", - "nevts": 225000 - } - ] - }, - "scaledown": { - "nevts_total": 39329663, - "files": [ - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0000.root", - "nevts": 1268248 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0001.root", - "nevts": 1287295 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0002.root", - "nevts": 1291291 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0003.root", - "nevts": 1358816 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0004.root", - "nevts": 1322275 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_00000_0005.root", - "nevts": 1215024 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0000.root", - "nevts": 1312765 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0001.root", - "nevts": 1249360 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0002.root", - "nevts": 1291871 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0003.root", - "nevts": 1330416 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0004.root", - "nevts": 1318032 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0005.root", - "nevts": 1339118 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0006.root", - "nevts": 1361389 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0007.root", - "nevts": 277204 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0000.root", - "nevts": 1372173 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0001.root", - "nevts": 1281907 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0002.root", - "nevts": 1308844 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0003.root", - "nevts": 1371789 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0004.root", - "nevts": 1351456 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0005.root", - "nevts": 1327030 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0006.root", - "nevts": 269953 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0000.root", - "nevts": 1303479 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0001.root", - "nevts": 1273161 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0002.root", - "nevts": 1350875 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_60000_0003.root", - "nevts": 852808 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_80000_0000.root", - "nevts": 1270597 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_80000_0001.root", - "nevts": 1259275 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_80000_0002.root", - "nevts": 1371828 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_80000_0003.root", - "nevts": 1313597 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_80000_0004.root", - "nevts": 1305397 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_80000_0005.root", - "nevts": 1262538 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaledown-pythia8/cmsopendata2015_ttbar_19983_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_80000_0006.root", - "nevts": 1259852 - } - ] - }, - "scaleup": { - "nevts_total": 38424467, - "files": [ - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0000.root", - "nevts": 1278695 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0001.root", - "nevts": 1257883 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0002.root", - "nevts": 1275926 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0003.root", - "nevts": 1248075 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0004.root", - "nevts": 1222071 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0005.root", - "nevts": 1275275 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0006.root", - "nevts": 1272887 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0007.root", - "nevts": 1224071 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0008.root", - "nevts": 1243361 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0009.root", - "nevts": 1256628 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0010.root", - "nevts": 1276652 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0011.root", - "nevts": 1246899 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0012.root", - "nevts": 1226483 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0013.root", - "nevts": 1307381 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0014.root", - "nevts": 1200824 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0015.root", - "nevts": 1258177 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0016.root", - "nevts": 1210930 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0017.root", - "nevts": 1250334 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0018.root", - "nevts": 1265895 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0019.root", - "nevts": 1223671 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0020.root", - "nevts": 1266024 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_10000_0021.root", - "nevts": 265153 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0000.root", - "nevts": 1249432 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0001.root", - "nevts": 1234801 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0002.root", - "nevts": 1184432 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0003.root", - "nevts": 1231734 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0004.root", - "nevts": 1207538 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_40000_0005.root", - "nevts": 458467 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_50000_0000.root", - "nevts": 1350624 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_50000_0001.root", - "nevts": 1359401 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_50000_0002.root", - "nevts": 1339726 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_50000_0003.root", - "nevts": 281804 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-powheg-scaleup-pythia8/cmsopendata2015_ttbar_19985_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext3-v1_80000_0000.root", - "nevts": 973213 - } - ] - }, - "ME_var": { - "nevts_total": 19098219, - "files": [ - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_60000_0000.root", - "nevts": 1356800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_60000_0001.root", - "nevts": 1271000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_60000_0002.root", - "nevts": 1335217 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_60000_0003.root", - "nevts": 1331000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_60000_0004.root", - "nevts": 188600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0000.root", - "nevts": 1242000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0001.root", - "nevts": 1344000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0002.root", - "nevts": 1332600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0003.root", - "nevts": 1368200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0004.root", - "nevts": 1322200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0005.root", - "nevts": 1305800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0006.root", - "nevts": 1316600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0007.root", - "nevts": 1238000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0008.root", - "nevts": 1274402 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0009.root", - "nevts": 1277000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneCUETP8M1_13TeV-amcatnlo-pythia8/cmsopendata2015_ttbar_19978_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext1-v1_80000_0010.root", - "nevts": 594800 - } - ] - }, - "PS_var": { - "nevts_total": 19337064, - "files": [ - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0000.root", - "nevts": 1310232 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0001.root", - "nevts": 1253316 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0002.root", - "nevts": 1327524 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0003.root", - "nevts": 1327809 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0004.root", - "nevts": 1309020 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0005.root", - "nevts": 1332968 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0006.root", - "nevts": 1347632 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0007.root", - "nevts": 1383023 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0008.root", - "nevts": 1264826 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0009.root", - "nevts": 1293776 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0010.root", - "nevts": 1374804 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0011.root", - "nevts": 1297345 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0012.root", - "nevts": 1262090 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0013.root", - "nevts": 1339381 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/TT_TuneEE5C_13TeV-powheg-herwigpp/cmsopendata2015_ttbar_19999_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_10000_0014.root", - "nevts": 913318 - } - ] - } - }, - "single_top_s_chan": { - "nominal": { - "nevts_total": 2867199, - "files": [ - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_s-channel_4f_InclusiveDecays_13TeV-amcatnlo-pythia8/cmsopendata2015_single_top_s_chan_19394_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0000.root", - "nevts": 632000 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_s-channel_4f_InclusiveDecays_13TeV-amcatnlo-pythia8/cmsopendata2015_single_top_s_chan_19394_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0001.root", - "nevts": 139200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_s-channel_4f_InclusiveDecays_13TeV-amcatnlo-pythia8/cmsopendata2015_single_top_s_chan_19394_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_50000_0000.root", - "nevts": 878799 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_s-channel_4f_InclusiveDecays_13TeV-amcatnlo-pythia8/cmsopendata2015_single_top_s_chan_19394_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_50000_0001.root", - "nevts": 606400 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_s-channel_4f_InclusiveDecays_13TeV-amcatnlo-pythia8/cmsopendata2015_single_top_s_chan_19394_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_60000_0000.root", - "nevts": 495600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_s-channel_4f_InclusiveDecays_13TeV-amcatnlo-pythia8/cmsopendata2015_single_top_s_chan_19394_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_70000_0000.root", - "nevts": 115200 - } - ] - } - }, - "single_top_t_chan": { - "nominal": { - "nevts_total": 109305936, - "files": [ - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0000.root", - "nevts": 1178640 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0001.root", - "nevts": 1250192 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0002.root", - "nevts": 1209140 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0003.root", - "nevts": 1222144 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0004.root", - "nevts": 1260792 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0005.root", - "nevts": 1175232 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0006.root", - "nevts": 1243876 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0007.root", - "nevts": 1237548 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0008.root", - "nevts": 719500 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_40000_0000.root", - "nevts": 1263072 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_40000_0001.root", - "nevts": 1208992 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_40000_0002.root", - "nevts": 1200812 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_40000_0003.root", - "nevts": 1214476 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_40000_0004.root", - "nevts": 1265720 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_40000_0005.root", - "nevts": 1277376 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_40000_0006.root", - "nevts": 1218508 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_40000_0007.root", - "nevts": 1243072 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_40000_0008.root", - "nevts": 1130228 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_60000_0000.root", - "nevts": 1206284 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_60000_0001.root", - "nevts": 1257032 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_60000_0002.root", - "nevts": 1208844 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_60000_0003.root", - "nevts": 1264144 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_60000_0004.root", - "nevts": 213956 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0000.root", - "nevts": 1188044 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0001.root", - "nevts": 1148800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0002.root", - "nevts": 1178512 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0003.root", - "nevts": 1252556 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0004.root", - "nevts": 1234560 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0005.root", - "nevts": 1235880 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0006.root", - "nevts": 1338320 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0007.root", - "nevts": 1269608 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0008.root", - "nevts": 1261636 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0009.root", - "nevts": 1241808 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0010.root", - "nevts": 1309940 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0011.root", - "nevts": 1208220 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0012.root", - "nevts": 1338208 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0013.root", - "nevts": 1269480 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0014.root", - "nevts": 1202236 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0015.root", - "nevts": 1252376 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0016.root", - "nevts": 1192040 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0017.root", - "nevts": 1213924 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0018.root", - "nevts": 1266268 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0019.root", - "nevts": 1164192 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0020.root", - "nevts": 1232156 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0021.root", - "nevts": 1210708 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0022.root", - "nevts": 1295288 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0023.root", - "nevts": 1265840 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0024.root", - "nevts": 1246088 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0025.root", - "nevts": 1284208 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0026.root", - "nevts": 1288952 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0027.root", - "nevts": 1294220 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0028.root", - "nevts": 1322480 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0029.root", - "nevts": 1262404 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0030.root", - "nevts": 1294108 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0031.root", - "nevts": 1330216 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0032.root", - "nevts": 1297600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0033.root", - "nevts": 1266928 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_top_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19408_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_80000_0034.root", - "nevts": 1046360 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0000.root", - "nevts": 1224308 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0001.root", - "nevts": 1190471 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0002.root", - "nevts": 1309260 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0003.root", - "nevts": 1210029 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0004.root", - "nevts": 1277967 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0005.root", - "nevts": 1262013 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0006.root", - "nevts": 1208897 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0007.root", - "nevts": 1307911 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0008.root", - "nevts": 1294134 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0009.root", - "nevts": 1239673 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0010.root", - "nevts": 1156775 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0011.root", - "nevts": 1280420 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0012.root", - "nevts": 1203330 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0013.root", - "nevts": 1113098 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0014.root", - "nevts": 1276377 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0015.root", - "nevts": 1212694 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0016.root", - "nevts": 1258626 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0017.root", - "nevts": 1209867 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0018.root", - "nevts": 1276581 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0019.root", - "nevts": 1307800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0020.root", - "nevts": 1224360 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0021.root", - "nevts": 1261965 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0022.root", - "nevts": 1176576 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0023.root", - "nevts": 1268951 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0024.root", - "nevts": 1299222 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0025.root", - "nevts": 1340411 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0026.root", - "nevts": 1205420 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0027.root", - "nevts": 1271030 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0028.root", - "nevts": 1288071 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0029.root", - "nevts": 1253904 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0030.root", - "nevts": 1307625 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_t-channel_antitop_4f_inclusiveDecays_13TeV-powhegV2-madspin-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_t_chan_19406_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0031.root", - "nevts": 214426 - } - ] - } - }, - "single_top_tW": { - "nominal": { - "nevts_total": 1999400, - "files": [ - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_tW_antitop_5f_inclusiveDecays_13TeV-powheg-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_tW_19412_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_00000_0000.root", - "nevts": 847600 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_tW_antitop_5f_inclusiveDecays_13TeV-powheg-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_tW_19412_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_20000_0000.root", - "nevts": 151800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/ST_tW_top_5f_inclusiveDecays_13TeV-powheg-pythia8_TuneCUETP8M1/cmsopendata2015_single_top_tW_19419_PU25nsData2015v1_76X_mcRun2_asymptotic_v12-v1_70000_0000.root", - "nevts": 1000000 - } - ] - } - }, - "wjets": { - "nominal": { - "nevts_total": 433719099, - "files": [ - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0000.root", - "nevts": 1249076 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0001.root", - "nevts": 1133764 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0002.root", - "nevts": 1161093 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0003.root", - "nevts": 1186684 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0004.root", - "nevts": 1182413 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0005.root", - "nevts": 1164916 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0006.root", - "nevts": 1186573 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0007.root", - "nevts": 1210604 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0008.root", - "nevts": 1184666 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0009.root", - "nevts": 1157915 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0010.root", - "nevts": 1181357 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0011.root", - "nevts": 1063262 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0012.root", - "nevts": 1121195 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0013.root", - "nevts": 1216066 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0014.root", - "nevts": 1165982 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0015.root", - "nevts": 1251800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0016.root", - "nevts": 1203527 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0017.root", - "nevts": 1185907 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0018.root", - "nevts": 1187507 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0019.root", - "nevts": 1156585 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0020.root", - "nevts": 1125950 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0021.root", - "nevts": 1100186 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0022.root", - "nevts": 1160551 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0023.root", - "nevts": 1186263 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0024.root", - "nevts": 1235871 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0025.root", - "nevts": 1137286 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0026.root", - "nevts": 1210771 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0027.root", - "nevts": 1111706 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0028.root", - "nevts": 1223677 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0029.root", - "nevts": 1183463 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0030.root", - "nevts": 1220805 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0031.root", - "nevts": 1193550 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0032.root", - "nevts": 1202915 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10000_0033.root", - "nevts": 375495 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_10001_0000.root", - "nevts": 578875 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0000.root", - "nevts": 1319234 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0001.root", - "nevts": 1306982 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0002.root", - "nevts": 1308268 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0003.root", - "nevts": 1422544 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0004.root", - "nevts": 1349391 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0005.root", - "nevts": 1345782 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0006.root", - "nevts": 1422503 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0007.root", - "nevts": 1415934 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0008.root", - "nevts": 1411426 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0009.root", - "nevts": 1399042 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0010.root", - "nevts": 1386537 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0011.root", - "nevts": 1140247 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0012.root", - "nevts": 1412779 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0013.root", - "nevts": 1401039 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0014.root", - "nevts": 1393338 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0015.root", - "nevts": 1354909 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0016.root", - "nevts": 1359251 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0017.root", - "nevts": 1397493 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0018.root", - "nevts": 1368130 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0019.root", - "nevts": 1368490 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0020.root", - "nevts": 1408542 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0021.root", - "nevts": 1310506 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0022.root", - "nevts": 1394301 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0023.root", - "nevts": 1429942 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0024.root", - "nevts": 1393946 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0025.root", - "nevts": 1383376 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0026.root", - "nevts": 1397040 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0027.root", - "nevts": 1363160 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0028.root", - "nevts": 1364701 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0029.root", - "nevts": 1370642 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0030.root", - "nevts": 1362164 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0031.root", - "nevts": 1395980 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0032.root", - "nevts": 1397422 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60000_0033.root", - "nevts": 411977 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0000.root", - "nevts": 1351545 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0001.root", - "nevts": 1221205 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0002.root", - "nevts": 1359065 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0003.root", - "nevts": 1322356 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0004.root", - "nevts": 1310214 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0005.root", - "nevts": 1340069 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0006.root", - "nevts": 1333325 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0007.root", - "nevts": 1405493 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0008.root", - "nevts": 1363018 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0009.root", - "nevts": 1369290 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0010.root", - "nevts": 1342221 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0011.root", - "nevts": 1331826 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0012.root", - "nevts": 1359361 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0013.root", - "nevts": 1334897 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0014.root", - "nevts": 1322649 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0015.root", - "nevts": 1314183 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0016.root", - "nevts": 1376101 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0017.root", - "nevts": 1332899 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0018.root", - "nevts": 1378952 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0019.root", - "nevts": 1351125 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0020.root", - "nevts": 1319897 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0021.root", - "nevts": 1301162 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0022.root", - "nevts": 1287344 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0023.root", - "nevts": 1280320 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0024.root", - "nevts": 1361241 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0025.root", - "nevts": 1317436 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0026.root", - "nevts": 1342673 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0027.root", - "nevts": 1355882 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0028.root", - "nevts": 1355259 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0029.root", - "nevts": 1351782 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0030.root", - "nevts": 1353520 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0031.root", - "nevts": 1266005 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0032.root", - "nevts": 1365589 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60001_0033.root", - "nevts": 449467 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0000.root", - "nevts": 1291176 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0001.root", - "nevts": 1292722 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0002.root", - "nevts": 1323871 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0003.root", - "nevts": 1260873 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0004.root", - "nevts": 1267868 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0005.root", - "nevts": 1300275 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0006.root", - "nevts": 1297386 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0007.root", - "nevts": 1300002 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0008.root", - "nevts": 1297128 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0009.root", - "nevts": 1306358 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0010.root", - "nevts": 1296800 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0011.root", - "nevts": 1383833 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0012.root", - "nevts": 1304311 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0013.root", - "nevts": 1320787 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0014.root", - "nevts": 1314158 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0015.root", - "nevts": 1279387 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0016.root", - "nevts": 1348953 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0017.root", - "nevts": 1360879 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0018.root", - "nevts": 1266909 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0019.root", - "nevts": 1321125 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0020.root", - "nevts": 1347058 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0021.root", - "nevts": 1260653 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0022.root", - "nevts": 1290309 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0023.root", - "nevts": 1324416 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0024.root", - "nevts": 1325219 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0025.root", - "nevts": 1259609 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0026.root", - "nevts": 1311857 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0027.root", - "nevts": 1222752 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0028.root", - "nevts": 1302620 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0029.root", - "nevts": 1334634 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0030.root", - "nevts": 1290988 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0031.root", - "nevts": 1273276 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0032.root", - "nevts": 1324177 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60002_0033.root", - "nevts": 458103 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0000.root", - "nevts": 1252194 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0001.root", - "nevts": 1286805 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0002.root", - "nevts": 1270966 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0003.root", - "nevts": 1269343 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0004.root", - "nevts": 1281712 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0005.root", - "nevts": 1295843 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0006.root", - "nevts": 1284767 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0007.root", - "nevts": 1281498 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0008.root", - "nevts": 1287140 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0009.root", - "nevts": 1275945 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0010.root", - "nevts": 1318524 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0011.root", - "nevts": 1256805 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0012.root", - "nevts": 1176504 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0013.root", - "nevts": 1232138 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0014.root", - "nevts": 1270300 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0015.root", - "nevts": 1203889 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0016.root", - "nevts": 1231159 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0017.root", - "nevts": 1209060 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0018.root", - "nevts": 1264636 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0019.root", - "nevts": 1292419 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0020.root", - "nevts": 1280862 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0021.root", - "nevts": 1263562 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0022.root", - "nevts": 1264327 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0023.root", - "nevts": 1283695 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0024.root", - "nevts": 1250547 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0025.root", - "nevts": 1191260 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0026.root", - "nevts": 1266466 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0027.root", - "nevts": 1230763 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0028.root", - "nevts": 1240777 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0029.root", - "nevts": 1267753 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0030.root", - "nevts": 1265653 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0031.root", - "nevts": 1188649 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0032.root", - "nevts": 1197431 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60003_0033.root", - "nevts": 439282 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0000.root", - "nevts": 1179756 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0001.root", - "nevts": 1154384 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0002.root", - "nevts": 1153822 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0003.root", - "nevts": 1181769 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0004.root", - "nevts": 1166814 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0005.root", - "nevts": 1183448 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0006.root", - "nevts": 1180185 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0007.root", - "nevts": 1201375 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0008.root", - "nevts": 1136588 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0009.root", - "nevts": 1193350 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0010.root", - "nevts": 1147921 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0011.root", - "nevts": 1161049 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0012.root", - "nevts": 1168480 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0013.root", - "nevts": 1129319 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0014.root", - "nevts": 1153105 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0015.root", - "nevts": 1167074 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0016.root", - "nevts": 1169288 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0017.root", - "nevts": 1144858 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0018.root", - "nevts": 1150534 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20547_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext2-v1_60004_0019.root", - "nevts": 459777 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0000.root", - "nevts": 1266808 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0001.root", - "nevts": 1365019 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0002.root", - "nevts": 1264100 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0003.root", - "nevts": 1287950 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0004.root", - "nevts": 1273520 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0005.root", - "nevts": 1276183 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0006.root", - "nevts": 1274864 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0007.root", - "nevts": 1341421 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0008.root", - "nevts": 1305896 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0009.root", - "nevts": 1265991 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0010.root", - "nevts": 1330255 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0011.root", - "nevts": 1328822 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0012.root", - "nevts": 1274513 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0013.root", - "nevts": 1317476 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0014.root", - "nevts": 1293888 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0015.root", - "nevts": 1277667 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0016.root", - "nevts": 1285952 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0017.root", - "nevts": 1369644 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0018.root", - "nevts": 1360052 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0019.root", - "nevts": 1272328 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0020.root", - "nevts": 1256361 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0021.root", - "nevts": 1311764 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0022.root", - "nevts": 1333524 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0023.root", - "nevts": 1313488 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0024.root", - "nevts": 1291137 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0025.root", - "nevts": 1232601 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0026.root", - "nevts": 1223392 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0027.root", - "nevts": 1330850 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0028.root", - "nevts": 1290465 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0029.root", - "nevts": 1306386 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0030.root", - "nevts": 1342327 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0031.root", - "nevts": 1356850 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0032.root", - "nevts": 1344247 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00000_0033.root", - "nevts": 394744 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0000.root", - "nevts": 1298883 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0001.root", - "nevts": 1307708 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0002.root", - "nevts": 1233207 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0003.root", - "nevts": 1286994 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0004.root", - "nevts": 1268470 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0005.root", - "nevts": 1271074 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0006.root", - "nevts": 1299159 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0007.root", - "nevts": 1268720 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0008.root", - "nevts": 1256995 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_00001_0009.root", - "nevts": 45935 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0000.root", - "nevts": 1290125 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0001.root", - "nevts": 1272805 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0002.root", - "nevts": 1250393 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0003.root", - "nevts": 1257101 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0004.root", - "nevts": 1295742 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0005.root", - "nevts": 1312139 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0006.root", - "nevts": 1207265 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0007.root", - "nevts": 1312644 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_10000_0008.root", - "nevts": 1000054 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0000.root", - "nevts": 1361548 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0001.root", - "nevts": 1367782 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0002.root", - "nevts": 1342116 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0003.root", - "nevts": 1310009 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0004.root", - "nevts": 1359183 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0005.root", - "nevts": 1347244 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0006.root", - "nevts": 1299555 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0007.root", - "nevts": 1315963 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0008.root", - "nevts": 1296144 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0009.root", - "nevts": 1321051 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0010.root", - "nevts": 1263331 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0011.root", - "nevts": 1315774 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0012.root", - "nevts": 1372771 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0013.root", - "nevts": 1317836 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0014.root", - "nevts": 1287666 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0015.root", - "nevts": 1311605 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0016.root", - "nevts": 1299386 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0017.root", - "nevts": 1336536 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0018.root", - "nevts": 1337316 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0019.root", - "nevts": 1276836 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0020.root", - "nevts": 1348584 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0021.root", - "nevts": 1298585 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0022.root", - "nevts": 1324222 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0023.root", - "nevts": 1252200 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0024.root", - "nevts": 1329896 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0025.root", - "nevts": 1318049 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0026.root", - "nevts": 1312943 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0027.root", - "nevts": 1348140 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0028.root", - "nevts": 1289111 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0029.root", - "nevts": 1328711 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0030.root", - "nevts": 1306208 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0031.root", - "nevts": 1322789 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0032.root", - "nevts": 1339623 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40000_0033.root", - "nevts": 387898 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0000.root", - "nevts": 1268062 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0001.root", - "nevts": 1202574 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0002.root", - "nevts": 1229272 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0003.root", - "nevts": 1290268 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0004.root", - "nevts": 1263102 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0005.root", - "nevts": 1265750 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0006.root", - "nevts": 1275825 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0007.root", - "nevts": 1225699 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0008.root", - "nevts": 1263356 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_40001_0009.root", - "nevts": 607349 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0000.root", - "nevts": 1282794 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0001.root", - "nevts": 1268931 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0002.root", - "nevts": 1327378 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0003.root", - "nevts": 1258706 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0004.root", - "nevts": 1325314 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0005.root", - "nevts": 1224259 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0006.root", - "nevts": 1286732 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0007.root", - "nevts": 1300733 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0008.root", - "nevts": 1351692 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0009.root", - "nevts": 1262806 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0010.root", - "nevts": 1348912 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0011.root", - "nevts": 1307613 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0012.root", - "nevts": 1338294 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0013.root", - "nevts": 1292091 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0014.root", - "nevts": 1335253 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0015.root", - "nevts": 1319356 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0016.root", - "nevts": 1323299 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0017.root", - "nevts": 1323703 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0018.root", - "nevts": 1293220 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0019.root", - "nevts": 1291986 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0020.root", - "nevts": 1283080 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0021.root", - "nevts": 1308579 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0022.root", - "nevts": 1322336 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0023.root", - "nevts": 1249209 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0024.root", - "nevts": 1288984 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0025.root", - "nevts": 1336336 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0026.root", - "nevts": 1340161 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0027.root", - "nevts": 1340790 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0028.root", - "nevts": 1289243 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0029.root", - "nevts": 1290855 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0030.root", - "nevts": 1281533 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0031.root", - "nevts": 1300842 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0032.root", - "nevts": 1304893 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60000_0033.root", - "nevts": 388273 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_60001_0000.root", - "nevts": 610526 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0000.root", - "nevts": 1311456 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0001.root", - "nevts": 1326025 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0002.root", - "nevts": 1310587 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0003.root", - "nevts": 1292772 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0004.root", - "nevts": 1292882 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0005.root", - "nevts": 1215483 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0006.root", - "nevts": 1251516 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0007.root", - "nevts": 1288103 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0008.root", - "nevts": 1266390 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0009.root", - "nevts": 1212039 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0010.root", - "nevts": 1254951 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0011.root", - "nevts": 1261134 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0012.root", - "nevts": 1294597 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0013.root", - "nevts": 1211122 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0014.root", - "nevts": 1264665 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0015.root", - "nevts": 1234525 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0016.root", - "nevts": 1136018 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0017.root", - "nevts": 1062785 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0018.root", - "nevts": 1043943 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0019.root", - "nevts": 1061316 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0020.root", - "nevts": 981671 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0021.root", - "nevts": 871740 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0022.root", - "nevts": 883177 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0023.root", - "nevts": 1261777 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0024.root", - "nevts": 895813 - }, - { - "path": "https://xrootd-local.unl.edu:1094//store/user/AGC/nanoAOD/WJetsToLNu_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/cmsopendata2015_wjets_20548_PU25nsData2015v1_76X_mcRun2_asymptotic_v12_ext4-v1_80000_0025.root", - "nevts": 391447 - } - ] - } - } -} \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/prepare_workspace.py b/analyses/cms-open-data-ttbar/Repr-step(REANA)/prepare_workspace.py deleted file mode 100644 index d7cbe670..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/prepare_workspace.py +++ /dev/null @@ -1,6 +0,0 @@ -import os -import sys - -# Create the sample name directory folder structure -sample_filename = sys.argv[1] -os.makedirs(os.path.split(sample_filename)[0], exist_ok=True) \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reana.yaml b/analyses/cms-open-data-ttbar/Repr-step(REANA)/reana.yaml deleted file mode 100644 index 8de71e6f..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reana.yaml +++ /dev/null @@ -1,23 +0,0 @@ -version: 0.8.0 -inputs: - files: - - ttbar_analysis_reana.ipynb - - nanoaod_inputs.json - - fix-env.sh - - corrections.json - - Snakefile - - file_merging.ipynb - - final_merging.ipynb - - prepare_workspace.py - - directories: - - histograms - - utils -workflow: - type: snakemake - resources: - kerberos: true - file: Snakefile -outputs: - files: - - histograms_merged.root \ No newline at end of file diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_100_file_per_process.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_100_file_per_process.json deleted file mode 100644 index b5264140..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_100_file_per_process.json +++ /dev/null @@ -1,7318 +0,0 @@ -{ - "4j1b_pseudodata": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.386269237848271, - 146.09506901331608, - 652.6502992328958, - 1358.179306641335, - 1992.7859219206166, - 2454.6085120573, - 2595.4504758080766, - 2565.8965840371206, - 2421.906899831733, - 2221.3134310837117, - 2049.9911608723614, - 1824.1384008512719, - 1602.740121601276, - 1396.9067171050187, - 1259.0807802456206, - 1120.4825538726207, - 962.7385843591899, - 859.748220413863, - 750.2691892601797, - 645.487903867438, - 567.7252434645002, - 501.96298360847754, - 4103.620562910202 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0038813082733357546, - 0.07374485719337934, - 0.21347195503346653, - 0.31826727841353186, - 0.4890448424403051, - 0.5433831582670057, - 0.6326532485537282, - 0.5239766169003269, - 0.5045700755336481, - 0.4618756845269548, - 0.4735196093469621, - 0.38424951906023974, - 0.34543643632688215, - 0.2639289625868313, - 0.24064111294681678, - 0.2833355039535101, - 0.2716915791335028, - 0.22511587985347375, - 0.1824214888467805, - 0.1630149474801017, - 0.15525233093343016, - 0.16301494748010167, - 1.1682737902740623 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036853628509740696, - 0.06914332365357272, - 0.1964791022492684, - 0.2885165046894374, - 0.4368160176601625, - 0.47776509349813195, - 0.5465804466026077, - 0.44274495862944996, - 0.42169207545501736, - 0.3786398156964341, - 0.37950001064251215, - 0.3033340661227561, - 0.2703323934925341, - 0.1993655826957948, - 0.18151944854588054, - 0.21021274770181633, - 0.19784944665152301, - 0.15619366948059768, - 0.12777654966648636, - 0.10884304274562041, - 0.10129947753462529, - 0.10769174967904219, - 0.5539854369791565 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004077253695697439, - 0.07834639073318596, - 0.2304648078176646, - 0.3480180521376264, - 0.5412736672204477, - 0.6090012230358794, - 0.7187260505048482, - 0.6052082751712038, - 0.5874480756122789, - 0.5451115533574755, - 0.5675392080514119, - 0.4651649719977234, - 0.42054047916123033, - 0.32849234247786785, - 0.29976277734775303, - 0.3564582602052038, - 0.34553371161548263, - 0.29403809022634986, - 0.23706642802707456, - 0.217186852214583, - 0.20920518433223506, - 0.2183381452811612, - 1.782562143568968 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036891835138056347, - 0.0697055068987887, - 0.20011746488287002, - 0.29644638136451296, - 0.4513363557833622, - 0.497975126322833, - 0.5749321299850483, - 0.47170740225596486, - 0.4495407048979685, - 0.40812732755780123, - 0.4159675096244977, - 0.3320416169575081, - 0.2970166304534845, - 0.22642442655056383, - 0.20150297064556738, - 0.23806992815205713, - 0.2248524360544211, - 0.18467652895358855, - 0.15016708935005907, - 0.13112696774255994, - 0.1254227787804753, - 0.12785175001428223, - 0.8020064937350705 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0040734330328658745, - 0.07778420748796998, - 0.22682644518406297, - 0.34008817546255077, - 0.5267533290972479, - 0.5887911902111783, - 0.6903743671224079, - 0.5762458315446888, - 0.5595994461693277, - 0.5156240414961084, - 0.5310717090694265, - 0.43645742116297137, - 0.39385624220027987, - 0.30143349862309876, - 0.2797792552480662, - 0.328601079754963, - 0.31853072221258455, - 0.265555230753359, - 0.21467588834350182, - 0.19490292721764346, - 0.18508188308638504, - 0.1981781449459211, - 1.5345410868130536 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0037006455023003296, - 0.07003372002965264, - 0.2019778547773542, - 0.29963099480278493, - 0.4591067652693012, - 0.5069080179593569, - 0.5883401094152866, - 0.4858902484957097, - 0.4649776382280931, - 0.42391084958764647, - 0.4331964247907889, - 0.3509491676292961, - 0.3121483655978972, - 0.23849117139059767, - 0.21732797415758381, - 0.2525416892763984, - 0.2421420269852041, - 0.2005945019278397, - 0.1616154326203553, - 0.1437577151910628, - 0.13554698947514635, - 0.14171420638515153, - 0.9680943457497023 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.00406197104437118, - 0.07745599435710603, - 0.22496605528957883, - 0.33690356202427885, - 0.5189829196113089, - 0.5798582985746543, - 0.6769663876921694, - 0.562062985304944, - 0.5441625128392031, - 0.4998405194662632, - 0.5138427939031351, - 0.41754987049118325, - 0.3787245070558672, - 0.289366753783065, - 0.26395425173604975, - 0.3141293186306218, - 0.3012411312818015, - 0.24963725777910778, - 0.20322754507320562, - 0.18227217976914062, - 0.17495767239171406, - 0.18431568857505184, - 1.3684532347984222 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.003700736470462986, - 0.07028370054063218, - 0.20320128559691886, - 0.3020667583260702, - 0.46369065098555257, - 0.5138499803879851, - 0.596772130348225, - 0.49398878014435005, - 0.4751515175395744, - 0.43389424156652545, - 0.4444312657833308, - 0.3594818903182951, - 0.32195573418203627, - 0.24612267249216052, - 0.22374677868277548, - 0.2626235997754342, - 0.2508712409055406, - 0.2085795962776477, - 0.16788341193186282, - 0.15036118508644677, - 0.14250159647838365, - 0.1484968835609684, - 1.0520481353199065 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004061880076208524, - 0.0772060138461265, - 0.22374262447001414, - 0.3344677985009935, - 0.5143990338950576, - 0.5729163361460263, - 0.668534366759231, - 0.5539644536563038, - 0.5339886335277217, - 0.4898571274873841, - 0.5026079529105933, - 0.4090171478021844, - 0.368917138471728, - 0.28173525268150207, - 0.25753544721085814, - 0.30404740813158593, - 0.29251191736146503, - 0.24165216342929985, - 0.1969595657616981, - 0.17566870987375666, - 0.1680030653884767, - 0.17753301139923497, - 1.284499445228218 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.05045700755336481, - 0.1979467219401235, - 0.34543643632688215, - 0.5395018499936699, - 0.5162140003536554, - 0.5977214740937062, - 0.5821962410003632, - 0.45799437625361905, - 0.4385878348869402, - 0.473519609346962, - 0.45799437625361905, - 0.3143859701401961, - 0.22511587985347375, - 0.27169157913350284, - 0.2833355039535101, - 0.2639289625868313, - 0.22123457158013798, - 0.17854018057344473, - 0.15913363920676593, - 0.1707775640267732, - 0.1630149474801017, - 1.1876803316407412 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.06986354892004358, - 0.18630279712011621, - 0.36484297769356094, - 0.5278579251736626, - 0.5511457748136772, - 0.648178481647071, - 0.6404158651003995, - 0.46963830107362636, - 0.5744336244536917, - 0.43470652661360454, - 0.44635045143361185, - 0.3920121356069113, - 0.3027420453201889, - 0.22899718812680955, - 0.27557288740683855, - 0.27169157913350284, - 0.23675980467348104, - 0.221234571580138, - 0.1707775640267732, - 0.15137102266009445, - 0.17465887230010896, - 1.3080008881141496 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12813557867360206, - 9.097626085825747, - 43.18169001300391, - 88.79795602080617, - 123.77896899869947, - 148.50913568270462, - 142.74303464239256, - 138.51456054616366, - 126.46981615084509, - 114.93761407022095, - 102.12405620286074, - 82.00677035110526, - 82.39117708712608, - 68.80880574772428, - 61.50507776332897, - 52.023044941482446, - 45.488130429128745, - 41.644063068920694, - 31.39321677503252, - 29.34304751625488, - 26.39592920676203, - 23.576946475942783, - 202.19794314694437 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12142047350373861, - 8.52695026078186, - 39.79429785518855, - 80.64580633188152, - 110.54204917728337, - 130.65905273034215, - 123.64567195874757, - 117.89429249515402, - 106.37962696974233, - 94.89288699200787, - 82.87356149210866, - 65.47732274669741, - 64.83723147402551, - 53.192858706983095, - 46.70685995178803, - 38.81516584770156, - 33.27485571395968, - 29.848073878412706, - 22.009944450448636, - 20.20590361711882, - 17.666364562202535, - 15.586872277092816, - 99.23033439154338 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13485068384346552, - 9.668301910869637, - 46.56908217081924, - 96.95010570973098, - 137.0158888201158, - 166.3592186350674, - 161.84039732603782, - 159.13482859717368, - 146.56000533194813, - 134.98234114843422, - 121.37455091361305, - 98.53621795551324, - 99.94512270022673, - 84.42475278846553, - 76.30329557486995, - 65.23092403526333, - 57.70140514429778, - 53.44005225942863, - 40.776489099616384, - 38.48019141539092, - 35.125493851321515, - 31.567020674792747, - 305.1655519023447 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12187695650276331, - 8.601038652794617, - 40.530592919904905, - 82.59632214858257, - 114.1855763483936, - 135.89581968879833, - 129.6456965106388, - 124.80153496312009, - 113.02895053690426, - 101.89817720308027, - 89.72153324646455, - 71.55940011766336, - 71.17977444042181, - 58.8752491741714, - 52.16239638752681, - 43.70214670179982, - 37.951512026257305, - 34.39730536407469, - 25.67697448965336, - 23.861899981728705, - 21.252044525896864, - 18.831439313410677, - 142.39912075135118 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13439420084444081, - 9.594213518856872, - 45.83278710610289, - 94.99958989302989, - 133.37236164900557, - 161.12245167661126, - 155.84037277414663, - 152.22758612920754, - 139.9106817647862, - 127.97705093736181, - 114.52657915925712, - 92.45414058454728, - 93.60257973383045, - 78.7423623212772, - 70.84775913913116, - 60.34394318116503, - 53.02474883200015, - 48.89082077376665, - 37.109459060411645, - 34.82419505078104, - 31.539813887627187, - 28.322453638474883, - 261.996765542537 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12231241725841188, - 8.640593505295636, - 40.85594517110451, - 83.6305744782018, - 116.10993148480188, - 138.6486884652588, - 132.70169102069505, - 128.27845184594156, - 116.47533411281066, - 105.5249586557526, - 93.39971108101389, - 74.63111626258735, - 74.56042746764628, - 61.909831027760276, - 55.077394711259345, - 46.391930729066154, - 40.44801154156819, - 36.83989183465864, - 27.609077824334562, - 25.842183295050383, - 23.082217008802417, - 20.62102084753454, - 167.52401108757883 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13395874008879224, - 9.55465866635586, - 45.50743485490328, - 93.96533756341066, - 131.44800651259732, - 158.36958290015076, - 152.7843782640903, - 148.75066924638614, - 136.4642981888798, - 124.35026948468952, - 110.8484013247078, - 89.38242443962328, - 90.22192670660598, - 75.70778046768834, - 67.93276081539864, - 57.654159153898725, - 50.528249316689276, - 46.448234303182694, - 35.17735572573046, - 32.84391173745936, - 29.70964140472163, - 26.53287210435102, - 236.87187520630928 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12236046810041448, - 8.667979482059492, - 41.08086815934106, - 84.31244896117256, - 117.32646168038033, - 140.40722915544902, - 134.7288989844099, - 130.5212459186563, - 118.89049556532163, - 107.8446340756715, - 95.61268359991081, - 76.58981874149462, - 76.69405002733113, - 63.984885617399215, - 57.055278485658526, - 48.17262586059715, - 42.04548881254327, - 38.34927088999959, - 28.86389553145623, - 26.950803312201522, - 24.22055647173216, - 21.569730665678637, - 180.4669348353797 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13391068924678964, - 9.527272689592003, - 45.28251186666674, - 93.28346308043987, - 130.23147631701886, - 156.61104220996052, - 150.75717030037544, - 146.50787517367132, - 134.04913673636884, - 122.03059406477055, - 108.6354288058109, - 87.42372196071601, - 88.08830414692112, - 73.6327258780494, - 65.95487704099946, - 55.87346402236771, - 48.930772045714185, - 44.93885524784176, - 33.92253801860878, - 31.73529172030823, - 28.571301941791894, - 25.58416228620692, - 223.92895145850844 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.2562711573472041, - 7.944405877763327, - 44.59118137841353, - 84.6976175032509, - 121.0881218465538, - 144.79320390117013, - 142.99930579973974, - 137.23320475942765, - 125.18846036410908, - 114.55320733420012, - 99.56134462938873, - 85.97897328998693, - 77.1376183615084, - 67.27117880364106, - 60.99253544863457, - 52.151180520156046, - 47.53829968790638, - 38.31253802340704, - 34.21219950585177, - 31.265081196358917, - 24.6020311053316, - 26.011522470741227, - 204.11997682704845 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.2562711573472041, - 8.328812613784134, - 40.10643612483746, - 87.13219349804935, - 127.75117193758112, - 152.8657453576071, - 156.5816771391416, - 141.20540769830933, - 136.20812013003882, - 125.70100267880348, - 112.8874448114433, - 87.51660023407015, - 85.0820242392717, - 73.29355100130036, - 63.170840286085806, - 58.68609503250973, - 51.254231469440825, - 44.46304579973993, - 36.1342331859558, - 30.624403302990906, - 28.702369622886877, - 26.908471521456445, - 224.87794057217218 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.08707299691913739, - 3.700602369063339, - 15.04911630085758, - 27.609396106443143, - 37.79693674598223, - 42.09253792732633, - 42.041745345790176, - 41.780526355032755, - 39.465835853599025, - 36.28767146605051, - 31.716339127795795, - 28.995307974072748, - 25.055254863481785, - 21.927883057469433, - 19.366485731431478, - 16.986490482308387, - 14.889482473172496, - 13.155278617866344, - 11.841927581002683, - 9.788456070326362, - 9.324066753424296, - 8.025227882713828, - 61.1978046680004 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.08263686581633328, - 3.4642828541358575, - 13.887664220495658, - 25.044097048483348, - 33.75991764945497, - 37.00907011176258, - 36.38266413751885, - 35.55533665600272, - 32.96442918022115, - 29.85789661805218, - 25.635505913661973, - 23.020899050165557, - 19.549254446243303, - 16.774228284068762, - 14.553476167907602, - 12.534029111035219, - 10.775941178024663, - 9.3281353752569, - 8.220565040424702, - 6.681499707555202, - 6.220336173085874, - 5.242672854089531, - 31.987651556865348 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0915091280219415, - 3.93692188399082, - 16.210568381219502, - 30.174695164402944, - 41.833955842509475, - 47.17600574289009, - 47.70082655406148, - 48.00571605406279, - 45.9672425269769, - 42.71744631404883, - 37.79717234192962, - 34.96971689797995, - 30.561255280720268, - 27.081537830870104, - 24.179495294955352, - 21.438951853581557, - 19.003023768320322, - 16.982421860475778, - 15.463290121580666, - 12.895412433097523, - 12.427797333762717, - 10.807782911338128, - 90.40795777913546 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.08293447859877173, - 3.497919731064841, - 14.118320589334452, - 25.692388673113513, - 34.8785049859234, - 38.52599396062905, - 38.15137384239056, - 37.59220568171831, - 35.231939268975296, - 32.07899475867506, - 27.821016708211985, - 25.20197762509505, - 21.588265603734655, - 18.722347477416726, - 16.398943440594678, - 14.225429559025137, - 12.380104006710644, - 10.811164359428119, - 9.665315578712029, - 7.887592344767317, - 7.430938919435285, - 6.341740193318939, - 43.35576190152351 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.09121151523950302, - 3.9032850070618372, - 15.979912012380705, - 29.526403539772787, - 40.715368506041045, - 45.65908189402362, - 45.93211684918978, - 45.968847028347206, - 43.69973243822275, - 40.49634817342596, - 35.611661547379605, - 32.788638323050456, - 28.52224412322891, - 25.13341863752214, - 22.33402802226827, - 19.74755140559164, - 17.398860939634346, - 15.499392876304562, - 14.018539583293341, - 11.689319795885407, - 11.217194587413307, - 9.708715572108721, - 79.03984743447728 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0829905998663173, - 3.5155249726938758, - 14.235836822930334, - 26.020906757331506, - 35.45596595878433, - 39.30339834343892, - 39.095158566190435, - 38.696444340655376, - 36.41573730749382, - 33.33045208715315, - 29.0137208517611, - 26.42189156998806, - 22.71633403312934, - 19.829490156852593, - 17.425297344560935, - 15.218913576718865, - 13.286940018538557, - 11.673454710367325, - 10.468171466547144, - 8.61575626756163, - 8.173952189493253, - 7.002569309118777, - 51.17227881509407 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.09115539397195749, - 3.885679765432802, - 15.86239577878482, - 29.197885455554783, - 40.13790753318011, - 44.88167751121375, - 44.98833212538991, - 44.86460836941015, - 42.51593439970422, - 39.244890844947875, - 34.41895740383049, - 31.56872437815745, - 27.394175693834235, - 24.02627595808627, - 21.307674118302014, - 18.75406738789791, - 16.492024927806426, - 14.637102525365357, - 13.215683695458225, - 10.96115587309109, - 10.474181317355338, - 9.047886456308882, - 71.22333052090673 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.083076992605448, - 3.5262716852355056, - 14.313696068234073, - 26.22068418438006, - 35.829808599058794, - 39.8181303647264, - 39.69749537592316, - 39.3745139098452, - 37.133329173933696, - 34.077103205799204, - 29.722754394964717, - 27.12811377781653, - 23.386944235540124, - 20.42965949520693, - 18.00722097857843, - 15.770700090064404, - 13.787749373734673, - 12.161224884274802, - 10.92111873407151, - 9.008944248887929, - 8.58358217163037, - 7.3577834299859495, - 55.009203654507786 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0910690012328268, - 3.8749330528911727, - 15.784536533481084, - 28.99810802850623, - 39.76406489290565, - 44.36694548992627, - 44.38599531565718, - 44.18653880022032, - 41.79834253326435, - 38.49823972630182, - 33.709923860626866, - 30.862502170328973, - 26.723565491423436, - 23.42610661973194, - 20.72575048428452, - 18.20228087455237, - 15.991215572610317, - 14.14933235145788, - 12.76273642793386, - 10.567967891764795, - 10.064551335218223, - 8.69267233544171, - 67.386405681493 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.03628041538297391, - 3.5627367906080387, - 15.012835885474603, - 27.544091358753796, - 37.477669090612046, - 41.99820884733061, - 43.1229017242028, - 41.60638036119449, - 39.378762856679884, - 36.04822072452288, - 31.114084232438426, - 29.474209457128, - 24.830316288107348, - 22.326967626682148, - 19.105266740674068, - 17.429111549980668, - 15.208750128542665, - 12.480462891743027, - 11.718574168700574, - 10.535832627215626, - 9.01205518113072, - 8.046996131943613, - 61.32115808030251 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.09432907999573217, - 3.780419282905882, - 15.121677131623525, - 28.443845660251547, - 38.93614178900761, - 43.68162012110059, - 45.44484830871312, - 43.94283911185801, - 41.766014188879566, - 39.29168985976075, - 33.95121271538699, - 30.47554892169808, - 27.80531034951121, - 23.640318663545806, - 21.057153088278056, - 18.394170599167772, - 16.50758899925313, - 13.83735042706625, - 12.966620457874876, - 11.152599688726182, - 9.853760818015713, - 9.004799098054125, - 68.8384601476547 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0025115294673785, - 63.96459432579904, - 354.8672877025507, - 854.9243973466591, - 1406.8941692340554, - 1783.751329398183, - 1929.3116447310658, - 1911.0920873694417, - 1806.8090945759327, - 1646.014962740926, - 1475.8713212071912, - 1298.731892696086, - 1145.500184789888, - 994.447849773836, - 856.4499583697616, - 746.2172775861533, - 640.9971544498817, - 552.2095029053144, - 481.1401529576378, - 417.524258294262, - 357.7004724597411, - 315.5731944932097, - 2398.5306279796037 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_ME_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.7745432765222768, - 68.03071778787331, - 386.88436662287717, - 905.0538186162803, - 1485.444913823637, - 1927.0636719874196, - 2139.933982484958, - 2172.206619006719, - 2131.414006443213, - 2016.3943298796553, - 1894.2746732813102, - 1703.8661178029183, - 1568.4501349576074, - 1355.063462275721, - 1244.432864279123, - 1140.12770304079, - 962.8863832632769, - 858.3230409327697, - 760.8596786370503, - 678.6290007796018, - 590.0728861638881, - 513.0058301499214, - 4120.828412190699 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_PS_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4024566873233706, - 117.80636173516311, - 549.8905174932456, - 1216.0574439718462, - 1774.6176937139978, - 2200.582038472849, - 2262.800116965013, - 2178.0152354131915, - 1997.6083069984124, - 1760.0831425908282, - 1560.1693166160064, - 1349.163333205082, - 1142.3647198561275, - 988.604468500493, - 852.4386737676423, - 727.3650364708944, - 630.3405329206139, - 566.8474938036101, - 459.368313129646, - 400.4651322620643, - 339.26702226977176, - 293.8784240254881, - 2191.0198337865536 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9513594343100494, - 59.890483158134586, - 327.2327767985227, - 776.1298760753868, - 1257.7728771020757, - 1571.0445336172547, - 1674.967607404807, - 1635.4046415567389, - 1524.571334458308, - 1369.3714498782065, - 1210.0061441953028, - 1049.3937924909549, - 912.6068291105753, - 780.0475321064298, - 661.7155885994691, - 567.9015734208327, - 480.04968874886396, - 406.9989619381108, - 348.60070867841296, - 297.35394769222194, - 250.01371669794267, - 216.90023851119557, - 1340.1804771677103 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0536636246247082, - 68.03870549346352, - 382.5017986065785, - 933.718918617932, - 1556.0154613660388, - 1996.4581251791171, - 2183.6556820573305, - 2186.7795331821508, - 2089.046854693563, - 1922.6584756036505, - 1741.7364982190834, - 1548.0699929012203, - 1378.3935404692027, - 1208.8481674412437, - 1051.1843281400547, - 924.5329817514735, - 801.9446201508989, - 697.4200438725172, - 613.6795972368618, - 537.6945688963017, - 465.3872282215394, - 414.24615047522377, - 3456.8807787915002 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9540615161668171, - 60.46785062657702, - 332.8377475896289, - 795.3501796744376, - 1298.1741680176624, - 1632.5906800602838, - 1751.7324805763847, - 1721.1810879722193, - 1614.263477512392, - 1458.5464292778308, - 1296.9095283275085, - 1131.6992911501113, - 990.1848741515122, - 852.2286421412866, - 727.6113926675758, - 628.8581812788821, - 535.8471642142686, - 457.66641802741276, - 395.4646459001991, - 340.12876263450875, - 288.70853820892364, - 252.67488185027878, - 1749.856929463739 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0509615427679404, - 67.46133802502109, - 376.89682781547236, - 914.4986150188811, - 1515.614170450452, - 1934.9119787360878, - 2106.890808885753, - 2101.003086766669, - 1999.3547116394789, - 1833.4834962040266, - 1654.8331140868781, - 1465.764494242064, - 1300.8154954282656, - 1136.667057406387, - 985.2885240719481, - 863.5763738934243, - 746.1471446854944, - 646.7525877832152, - 566.8156600150755, - 494.9197539540148, - 426.69240671055843, - 378.47150713614053, - 3047.2043264954714 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9555734561093561, - 60.75411755544752, - 335.65761978373064, - 805.1428328408381, - 1319.0408633725951, - 1664.754524773892, - 1792.5087841875638, - 1768.137807227425, - 1663.9815665909437, - 1509.0196429693387, - 1346.8663721330265, - 1179.7938902765861, - 1035.4841844100858, - 895.0142265909208, - 767.0352644677819, - 665.1899182998336, - 568.6487906559959, - 487.6074500115319, - 423.0199955108437, - 365.39256447839836, - 311.4874401961431, - 273.732214443507, - 1990.9957078498092 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0494496028254015, - 67.17507109615059, - 374.0769556213706, - 904.7059618524809, - 1494.7474750955193, - 1902.74813402248, - 2066.1145052745737, - 2054.0463675114643, - 1949.6366225609277, - 1783.0102825125182, - 1604.87627028136, - 1417.6698951155895, - 1255.516185169692, - 1093.8814729567528, - 945.864652271742, - 827.2446368724727, - 713.3455182437668, - 616.811555799096, - 539.260310404431, - 469.65595211012527, - 403.913504723339, - 357.4141745429122, - 2806.065548109401 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9565894184558799, - 60.94499180054474, - 337.50975438598937, - 811.6403824849273, - 1333.0329782544973, - 1686.6749825062836, - 1820.3521379256413, - 1799.3414505525386, - 1697.1670868430544, - 1542.4905102165915, - 1379.8473473425322, - 1211.2291868080508, - 1065.5979110938647, - 923.0251272817859, - 792.8283663489137, - 688.7608239756355, - 590.1366486586527, - 507.1597403774184, - 440.73813059002464, - 381.55994055701547, - 326.0461029816692, - 286.8203787430543, - 2127.9389693838566 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0484336404788777, - 66.98419685105337, - 372.2248210191118, - 898.2084122083913, - 1480.755360213617, - 1880.8276762900882, - 2038.2711515364967, - 2022.8427241863496, - 1916.451102308817, - 1749.5394152652657, - 1571.895295071854, - 1386.2345985841243, - 1225.402458485913, - 1065.8705722658876, - 920.0715503906101, - 803.6737311966708, - 691.8576602411099, - 597.2592654332095, - 521.5421753252501, - 453.48857603150816, - 389.3548419378128, - 344.32601024336503, - 2669.1222865753534 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9371303427629842, - 64.98889958416791, - 358.48504670019383, - 854.8808098888563, - 1400.2034944613058, - 1779.4143773467913, - 1923.7760375900934, - 1908.5422210879697, - 1805.6758206730565, - 1645.2521822293747, - 1467.698672869142, - 1299.4728794787363, - 1146.5680775060598, - 991.6582524744485, - 861.0048477101676, - 748.8761125121318, - 638.7524003730308, - 553.7132701995154, - 484.03871890153255, - 413.25268742957496, - 360.7951819637492, - 312.587453633709, - 2409.536461074844 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.806367969354196, - 57.12136345073912, - 316.9897868718049, - 792.2238392971451, - 1343.0603372816654, - 1753.6106023274574, - 1952.9142531313519, - 1972.2888781247543, - 1875.9605963802805, - 1731.9040483415986, - 1553.631345927617, - 1374.1164009662525, - 1221.996173234029, - 1064.2967509030304, - 923.2041499949481, - 798.8491328831905, - 699.0120607855807, - 598.3904144475182, - 523.4635744842824, - 455.18382183599323, - 393.5293627737493, - 339.76423357383567, - 2660.534836833017 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaledown": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0656534697487747, - 71.27341147672688, - 372.0384319387631, - 881.232733984016, - 1386.8539626307015, - 1748.2985453701976, - 1875.173993768521, - 1828.0344991066934, - 1736.6390427011813, - 1580.9282651214198, - 1418.0713407445191, - 1260.3546272216995, - 1087.342652133074, - 956.5180173468561, - 818.6726067599403, - 728.530860318838, - 627.5445226855867, - 529.8805164580226, - 460.73841192079334, - 399.24393816646705, - 346.8388616541157, - 309.91710320223166, - 2307.3905039989763 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaleup": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9624334619918088, - 56.783574257516705, - 329.85802853999223, - 836.8679763172764, - 1406.8852347396244, - 1783.1967183784213, - 1976.838330931173, - 1950.595978534196, - 1844.8566221766964, - 1686.2475876404467, - 1492.6701373184942, - 1333.4836427050489, - 1168.5225473196533, - 1001.957396164271, - 879.2792108757153, - 750.1848025072143, - 648.359342228481, - 569.6964472683507, - 493.5358793093989, - 429.501972971544, - 355.7154075521722, - 321.51693853606326, - 2396.9084559751973 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.297769255925448, - 53.17652925179785, - 184.26285717483438, - 297.62367534727167, - 362.7546181517992, - 390.78565682716555, - 394.083426083091, - 390.78565682716544, - 357.39574311092036, - 333.0746948484702, - 322.76916592370316, - 297.6236753472716, - 247.33269419440856, - 225.07275171691174, - 210.64501122223797, - 186.73618411677847, - 166.12512626724444, - 147.16295304567308, - 140.15519337683153, - 105.94083734660501, - 103.05528924767023, - 98.52085652077275, - 947.6964399215755 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.1283656832690125, - 49.7927088293506, - 169.945501776856, - 269.94656718091534, - 323.03107450037066, - 341.75392113553096, - 339.180746500217, - 330.2565449087035, - 295.74337362634776, - 271.0190184894268, - 257.2940570988219, - 232.91199366418152, - 189.6717140309984, - 170.09579503431257, - 155.91523265089927, - 134.46806147587654, - 117.4495110095163, - 101.33081356504438, - 94.78038750606163, - 71.26201112773926, - 66.76910968240855, - 63.84925705406549, - 440.17152913838873 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.467172828581884, - 56.5603496742451, - 198.58021257281283, - 325.300783513628, - 402.478161803228, - 439.81739251880026, - 448.98610566596506, - 451.31476874562776, - 419.0481125954931, - 395.13037120751375, - 388.24427474858464, - 362.33535703036193, - 304.9936743578188, - 280.0497083995111, - 265.3747897935767, - 239.00430675768047, - 214.80074152497264, - 192.99509252630187, - 185.52999924760144, - 140.61966356547077, - 139.34146881293196, - 133.19245598748003, - 1455.2213507047627 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.1392541186735863, - 50.303315582794916, - 172.8694089867354, - 276.90762026038317, - 334.8765811557101, - 357.84119315773796, - 357.7343312637437, - 351.76981316986735, - 318.682476223809, - 294.48198332691186, - 282.7989658784158, - 258.4161488519728, - 212.09735009073867, - 191.4115642745889, - 177.36568227231115, - 155.89118856372664, - 136.6473201499524, - 120.19544817582056, - 113.80179819608365, - 84.26676418848125, - 81.3072674785557, - 76.24048977313821, - 619.1792815076611 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.45628439317731, - 56.04974292080079, - 195.65630536293338, - 318.3397304341602, - 390.6326551478885, - 423.73012049659326, - 430.43252090243845, - 429.80150048446376, - 396.1090099980319, - 371.66740637002863, - 362.7393659689907, - 336.8312018425706, - 282.5680382980786, - 258.73393915923475, - 243.92434017216482, - 217.58117966983036, - 195.60293238453647, - 174.13045791552565, - 166.50858855757946, - 127.6149105047288, - 124.8033110167848, - 120.80122326840731, - 1276.2135983354901 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.14341819645475, - 50.53761500337728, - 174.399876646397, - 280.54581656194944, - 340.8064114833211, - 365.61900449118264, - 367.26818540310194, - 362.97471848581006, - 330.6981497050409, - 307.2634413396765, - 296.49694610610464, - 272.36443749533305, - 225.69447461550965, - 204.2226828877901, - 190.3558079229356, - 168.46081964992052, - 149.4728053145703, - 131.91965553523778, - 125.06219878528611, - 93.81571914819209, - 91.2980784318715, - 86.50021706279023, - 788.2223667623089 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.4521203153961464, - 55.81544350021842, - 194.12583770327186, - 314.701534132594, - 384.70282482027744, - 415.9523091631486, - 420.89866676308014, - 418.5965951685212, - 384.09333651680004, - 358.88594835726406, - 349.0413857413019, - 322.88291319921035, - 268.97091377330753, - 245.92282054603356, - 230.9342145215404, - 205.0115485836365, - 182.7774472199186, - 162.4062505561085, - 155.24818796837698, - 118.06595554501797, - 114.81250006346903, - 110.54149597875528, - 1107.1705130808427 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.1465195165655473, - 50.67935789230408, - 175.29325972840724, - 282.7704195632943, - 344.1908888832374, - 370.2453045674888, - 372.632841201612, - 368.9499575502458, - 337.2936527916361, - 313.58464667155005, - 303.32785967811935, - 279.4515046502063, - 232.13353977302688, - 210.50459517016026, - 196.86591360000017, - 174.5014472953839, - 154.92343820861308, - 137.2361973955803, - 130.300975768458, - 98.09238161238105, - 95.44540328757685, - 91.0101741584914, - 858.5735043931658 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.4490189952853494, - 55.67370061129162, - 193.23245462126158, - 312.47693113124916, - 381.3183474203613, - 411.3260090868423, - 415.53401096457003, - 412.62135610408535, - 377.49783343020476, - 352.5647430253905, - 342.2104721692871, - 315.7958460443371, - 262.5318486157903, - 239.6409082636634, - 224.42410884447582, - 198.97092093817307, - 177.32681432587583, - 157.08970869576592, - 150.00941098520514, - 113.789293080829, - 110.66517520776367, - 106.03153888305413, - 1036.8193754499855 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.236663470972043, - 56.88651966471397, - 187.56062643075984, - 295.97479071930894, - 363.57906046578057, - 384.1901183153146, - 398.2056376529978, - 395.73231071105374, - 375.945695175501, - 312.4636369989362, - 314.1125216268989, - 291.8525791494021, - 269.5926366719053, - 216.00388626311684, - 221.77498246098634, - 172.7206647790953, - 159.9418089123842, - 146.33851073169174, - 143.86518378974768, - 110.4752700735025, - 103.05528924767026, - 98.52085652077272, - 946.0475552936127 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.412221156990681, - 64.30650049054624, - 195.39282841358278, - 314.1125216268989, - 399.0300799669791, - 443.13774376498196, - 426.23667632836407, - 432.832214840215, - 386.6634452572587, - 364.4035027797619, - 341.3191179882838, - 325.24249286564725, - 281.9592713816258, - 251.867126921306, - 224.24830940293037, - 210.64501122223794, - 176.84287634900215, - 160.76625122636557, - 151.69738577257058, - 134.384097178962, - 106.35305850359569, - 106.35305850359569, - 1065.1794696639197 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.2153250245273117, - 51.847116020502895, - 179.65628574546352, - 290.18308346358987, - 353.6857526980043, - 381.0160154064864, - 384.23134043101373, - 381.0160154064864, - 348.46084953314744, - 324.7478274772585, - 314.69993677561064, - 290.1830834635899, - 241.14937683954832, - 219.445932923989, - 205.378885941682, - 182.06777951385897, - 161.9719981105633, - 143.48387921953127, - 136.65131354241072, - 103.29231641293987, - 100.47890701647846, - 96.05783510775342, - 924.0040289235361 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.380213487323584, - 54.505942483092795, - 188.86942860420527, - 305.0642672309535, - 371.82348360559433, - 400.5552982478448, - 403.93551173516846, - 400.55529824784486, - 366.3306366886935, - 341.4015622196821, - 330.83839507179584, - 305.06426723095353, - 253.51601154926888, - 230.69957050983464, - 215.91113650279397, - 191.40458871969798, - 170.27825442392557, - 150.842026871815, - 143.65907321125232, - 108.58935828027016, - 105.63167147886202, - 100.98387793379209, - 971.388850919615 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_pseudodata": { - "contents": [ - 11.826278169116861, - 277.6351541085737, - 1083.9520333278283, - 2262.395777157657, - 3700.808644999227, - 5381.452989425084, - 7187.406907817308, - 6982.5851125742765, - 4723.594401570718, - 3579.6217420584126, - 3002.363677996109, - 2542.4524761645825, - 2156.6139788959695, - 1847.2386230647903, - 1591.6549583381443, - 1369.073635104361, - 1205.0725053336464, - 1063.9441519645077, - 916.5051129568012, - 808.6045048511689, - 697.5784945266593, - 611.2166303732258, - 549.7900043360659, - 469.8826199321688, - 418.1123026612806, - 373.9702862365514, - 3600.870627174141 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan": { - "contents": [ - 0.02716915791335028, - 0.10867663165340112, - 0.43082521834026877, - 0.745211188480465, - 1.110054166174026, - 1.1837990233674054, - 1.4516092942275725, - 1.377864437034193, - 1.2769504219274637, - 1.1876803316407412, - 1.0945289330806829, - 0.9858523014272819, - 0.9353952938739172, - 0.7956681960338299, - 0.7684990381204795, - 0.6326532485537281, - 0.5511457748136772, - 0.4890448424403052, - 0.4036560604269185, - 0.2988607370468531, - 0.37260559424023243, - 0.26781027086016707, - 0.2910981205001816, - 0.19018410539345196, - 0.1436084061134229, - 0.1552523309334302, - 1.478778452140923 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.024148287167859644, - 0.0937576710414415, - 0.36819472996935343, - 0.6316589058904529, - 0.933214059269744, - 0.9901780194979144, - 1.198459816333746, - 1.1220743353147795, - 1.0303617498607354, - 0.9351872800086429, - 0.8484531395150111, - 0.7334476708492854, - 0.6929725997841971, - 0.591831649434361, - 0.5557430631725597, - 0.43804069171128357, - 0.37651746781622075, - 0.3377445930107572, - 0.25919497940219716, - 0.1988610732657029, - 0.2247146496107177, - 0.17721289443484745, - 0.19238783945652188, - 0.11408741796819827, - 0.09363086142269864, - 0.0964057542563666, - 0.7710552434911218 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.030190028658840917, - 0.12359559226536075, - 0.4934557067111841, - 0.8587634710704769, - 1.2868942730783077, - 1.377420027236896, - 1.7047587721213984, - 1.6336545387536063, - 1.523539093994191, - 1.440173383272839, - 1.3406047266463545, - 1.2382569320052779, - 1.1778179879636363, - 0.9995047426332982, - 0.9812550130683989, - 0.8272658053961726, - 0.7257740818111336, - 0.6403450918698529, - 0.5481171414516399, - 0.39886040082800334, - 0.5204965388697471, - 0.3584076472854867, - 0.3898084015438413, - 0.26628079281870565, - 0.19358595080414723, - 0.21409890761049377, - 2.1865016607907233 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.025408378156974807, - 0.09931928256992278, - 0.3899608641844533, - 0.6699233899575511, - 0.9890297587034246, - 1.0493535370511433, - 1.2820962179844426, - 1.1989568057290585, - 1.10436089339146, - 1.0217744159514217, - 0.9395171826147577, - 0.8235105183508367, - 0.7847623868856157, - 0.6709666734923353, - 0.6345769826121419, - 0.5150345071566538, - 0.45036160159777894, - 0.3926924561726969, - 0.3202004125154202, - 0.2422316003026997, - 0.2822374575848067, - 0.21475054288232182, - 0.23160694342253546, - 0.14599486489254848, - 0.11402355831801353, - 0.12030600156738339, - 1.0559045789621162 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.02892993766972575, - 0.11803398073687947, - 0.47168957249608423, - 0.8204989870033788, - 1.231078573644627, - 1.3182445096836672, - 1.6211223704707018, - 1.5567720683393271, - 1.4495399504634667, - 1.3535862473300602, - 1.2495406835466079, - 1.1481940845037266, - 1.086028200862218, - 0.9203697185753241, - 0.9024210936288171, - 0.7502719899508024, - 0.6519299480295754, - 0.5853972287079133, - 0.48711170833841677, - 0.3554898737910065, - 0.46297373089565813, - 0.32086999883801237, - 0.35058929757782775, - 0.2343733458943555, - 0.1731932539088323, - 0.190198660299477, - 1.9016523253197288 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.025606961656053525, - 0.10153144634939887, - 0.4016583692522651, - 0.6913094591890728, - 1.0243837164063345, - 1.091697670308889, - 1.3331171675008346, - 1.2627758841132413, - 1.160571667555557, - 1.0808356774923542, - 0.9908179501994807, - 0.8863389534436922, - 0.8402314976195759, - 0.712275134218239, - 0.6790847936186677, - 0.5595078412295329, - 0.4876830187226192, - 0.43285344449485375, - 0.3555837529348679, - 0.2614235174509514, - 0.3226738975034869, - 0.23332587782408898, - 0.2516676065241548, - 0.1620982309822932, - 0.12601188860183757, - 0.133146703535297, - 1.2256484414339048 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.02873135417064704, - 0.1158218169574034, - 0.4599920674282725, - 0.799112917771857, - 1.1957246159417172, - 1.2759003764259216, - 1.5701014209543098, - 1.4929529899551448, - 1.3933291762993694, - 1.2945249857891277, - 1.198239915961885, - 1.0853656494108712, - 1.0305590901282575, - 0.8790612578494205, - 0.857913282622291, - 0.7057986558779232, - 0.614608530904735, - 0.5452362403857564, - 0.45172836791896914, - 0.3362979566427549, - 0.42253729097697795, - 0.30229466389624515, - 0.3305286344762084, - 0.21826997980461074, - 0.16120492362500827, - 0.17735795833156337, - 1.7319084628479402 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.025853030536038837, - 0.10266700192383753, - 0.40714993529550103, - 0.703176528912076, - 1.0447764133016493, - 1.113985870809473, - 1.362496882089454, - 1.2915932335203193, - 1.1933778799269517, - 1.1103154570598956, - 1.020690712229697, - 0.9158684016280437, - 0.8701731225489233, - 0.7391518598113701, - 0.7113612074107519, - 0.5857268670066589, - 0.5097575350091239, - 0.45043695355917934, - 0.37177790525094356, - 0.2762789822853768, - 0.3409006424459552, - 0.24635579357032777, - 0.2662570804509733, - 0.17289942674345243, - 0.13084311675235136, - 0.14209096619215306, - 1.325355915476603 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.028485285290661726, - 0.11468626138296473, - 0.4545005013850365, - 0.7872458480488538, - 1.1753319190464022, - 1.2536121759253371, - 1.5407217063656904, - 1.4641356405480668, - 1.360522963927975, - 1.2650452062215862, - 1.1683671539316685, - 1.0558362012265197, - 1.0006174651989101, - 0.8521845322562893, - 0.8256368688302069, - 0.679579630100797, - 0.5925340146182303, - 0.5276527313214309, - 0.4355342156028934, - 0.32144249180832934, - 0.4043105460345097, - 0.2892647481500064, - 0.31593916054938986, - 0.20746878404345148, - 0.15637369547449448, - 0.1684136956747073, - 1.6322009888052418 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.023287849640014527, - 0.13196448129341565, - 0.39589344388024694, - 0.7607364215738079, - 1.0906476248073473, - 1.2109681812807556, - 1.4089149032208792, - 1.3856270535808648, - 1.3623392039408502, - 1.1488672489073837, - 1.1721550985473983, - 0.95092052696726, - 0.9121074442339026, - 0.82283735394718, - 0.7490924967538007, - 0.5666710079070202, - 0.6132467071870493, - 0.4851635341669694, - 0.37260559424023243, - 0.3531990528735537, - 0.31826727841353186, - 0.30274204532018884, - 0.2833355039535101, - 0.19406541366678773, - 0.15137102266009442, - 0.1436084061134229, - 1.474897143867587 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.019406541366678774, - 0.12032055647340839, - 0.43082521834026877, - 0.8111934291271728, - 1.0906476248073473, - 1.3080008881141496, - 1.4787784521409226, - 1.4826597604142586, - 1.4089149032208792, - 1.2458999557407775, - 1.1643924820007265, - 1.144985940634048, - 0.9121074442339026, - 0.8383625870405231, - 0.7995495043071655, - 0.729685955387122, - 0.5899588575470347, - 0.5666710079070203, - 0.426943910066933, - 0.35708036114688946, - 0.3299112032335391, - 0.3493177446002179, - 0.29497942877351735, - 0.2522850377668241, - 0.1707775640267732, - 0.13584578956675142, - 1.6379120913476886 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW": { - "contents": [ - 0.7688134720416123, - 8.07254145643693, - 43.437961170351116, - 86.36338002600772, - 123.65083342002586, - 182.33692845253583, - 230.13149929778996, - 232.18166855656762, - 175.41760720416127, - 145.0494750585174, - 133.261001820546, - 111.60608902470729, - 96.35795516254868, - 83.54439729518849, - 73.93422889466835, - 65.73355185955783, - 59.454908504551355, - 55.09829882964889, - 41.51592749024709, - 39.33762265279585, - 36.0060976072822, - 32.29016582574774, - 32.93084371911575, - 26.524064785435634, - 23.19253973992198, - 21.01423490247074, - 200.53218062418753 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.6997704184391254, - 7.1551968254100276, - 37.57780060681892, - 74.49414333322211, - 105.52552725738298, - 154.1391627448208, - 189.33418416240158, - 187.3742824145627, - 140.73671377906086, - 115.7991556567356, - 105.34606336885848, - 85.69173536708752, - 72.81056796291124, - 62.779880616486906, - 54.581674195502686, - 48.636209372586954, - 42.820343676907505, - 38.517016379430665, - 29.604141776868087, - 27.64323096134712, - 25.06655461191807, - 21.335108414772023, - 21.849280453857688, - 17.230215077818592, - 14.248848530688392, - 12.268825492760888, - 99.90038936844076 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.8378565256440993, - 8.989886087463832, - 49.298121733883285, - 98.23261671879347, - 141.77613958266903, - 210.53469416025064, - 270.92881443317697, - 276.9890546985711, - 210.09850062926157, - 174.29979446029944, - 161.1759402722338, - 137.52044268232729, - 119.90534236218626, - 104.30891397389018, - 93.2867835938341, - 82.83089434652875, - 76.08947333219521, - 71.67958127986711, - 53.427713203626055, - 51.032014344244544, - 46.945640602646286, - 43.24522323672342, - 44.012406984373776, - 35.81791449305266, - 32.13623094915555, - 29.759644312180587, - 301.1639718799337 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.7143538489869147, - 7.412130683953184, - 39.35312305357851, - 78.01868460682338, - 111.18819585710679, - 162.7708688464643, - 202.42388221027707, - 201.49459294077576, - 152.13911551954791, - 125.52700657567537, - 115.22127420750974, - 94.94013498452534, - 81.24751499238539, - 70.39829957151251, - 61.6991210781644, - 55.198711074605406, - 48.78397572233705, - 45.40278012102161, - 34.488287631288195, - 32.30546000833346, - 29.603485082027383, - 25.828787120723742, - 26.31179818877072, - 21.108350485006504, - 18.215805919318107, - 16.10384127560671, - 142.68204811329932 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.8232730950963101, - 8.732952228920677, - 47.522799287123696, - 94.7080754451922, - 136.11347098294516, - 201.90298805860718, - 257.83911638530145, - 262.86874417235816, - 198.69609888877454, - 164.5719435413597, - 151.30072943358255, - 128.27204306488946, - 111.46839533271209, - 96.69049501886457, - 86.16933671117236, - 76.2683926445103, - 70.12584128676568, - 64.79381753827616, - 48.543567349205944, - 46.3697852972582, - 42.408710132536974, - 38.751544530771696, - 39.54988924946074, - 31.939779085864757, - 28.16927356052584, - 25.92462852933476, - 258.3823131350751 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.7198736894619635, - 7.545153433682136, - 40.392685001239016, - 80.14785345409011, - 114.29723249037873, - 167.98141506107524, - 210.5167491728811, - 210.75666602594094, - 159.02493031515849, - 131.2404799312841, - 120.62036291660596, - 100.10624618299434, - 86.00315187304716, - 74.71497399141477, - 65.65937537433476, - 58.514459426994875, - 52.417754578875964, - 48.65308322660353, - 36.69814585498781, - 34.679928404023485, - 31.66806759128738, - 28.114550658899336, - 28.68065664865694, - 23.000136160069893, - 20.051600350737967, - 17.807628031334925, - 165.46456801629475 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.8177532546212612, - 8.599929479191726, - 46.48323733946317, - 92.57890659792545, - 133.0044343496732, - 196.69244184399622, - 249.74624942269747, - 253.60667108719304, - 191.81028409316406, - 158.85847018575097, - 145.90164072448633, - 123.10593186642045, - 106.71275845205034, - 92.3738205989623, - 82.20908241500203, - 72.95264429212085, - 66.49206243022675, - 61.54351443269424, - 46.33370912550634, - 43.99531690156818, - 40.34412762327697, - 36.4657809925961, - 37.18103078957453, - 30.047993410801357, - 26.333479129105978, - 24.220841773606548, - 235.5997932320798 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.7308142655504307, - 7.6268668936851824, - 40.96289833692863, - 81.32268152516558, - 116.20024704658262, - 171.08210586372678, - 215.2899726617159, - 216.36261661303598, - 163.42011380453772, - 135.08405777353929, - 123.84440323385584, - 103.41535450965458, - 88.95984931810506, - 77.26478291274992, - 68.20003661662363, - 60.653031223406, - 54.563164610739584, - 50.64006662920696, - 38.075433145663595, - 36.07991671436788, - 32.947063881469234, - 29.385456388559, - 29.964190740230404, - 24.141358673519786, - 21.134116747971184, - 18.99676023743904, - 178.36088545053067 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.8068126785327941, - 8.518216019188676, - 45.913024003773565, - 91.40407852685001, - 131.10141979346938, - 193.5917510413447, - 244.9730259338628, - 248.00072050009786, - 187.41510060378474, - 155.0148923434958, - 142.67760040723644, - 119.79682353976023, - 103.75606100699241, - 89.82401167762717, - 79.66842117271312, - 70.81407249570971, - 64.34665239836312, - 59.55653103009082, - 44.956421834830536, - 42.59532859122378, - 39.06513133309513, - 35.19487526293644, - 35.897496698001056, - 28.906770897351468, - 25.250962731872765, - 23.031709567502432, - 222.70347579784377 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_res_up": { - "contents": [ - 1.1532202080624185, - 8.072541456436928, - 44.84745253576074, - 83.03185498049409, - 121.60066416124822, - 183.49014866059832, - 231.54099066319958, - 233.20675318595644, - 175.16133604681403, - 145.818288530559, - 133.901679713914, - 107.89015724317284, - 99.4332090507151, - 87.00405791937574, - 69.9620259557867, - 68.16812785435627, - 59.58304408322495, - 54.45762093628087, - 42.412876540962294, - 38.696944759427836, - 35.749826449935, - 33.05897929778935, - 31.265081196358924, - 26.267793628088434, - 21.783048374512354, - 22.039319531859558, - 203.9918412483748 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_scale_up": { - "contents": [ - 0.6406778933680103, - 8.07254145643693, - 44.71931695708713, - 87.77287139141735, - 129.03252772431713, - 182.8494707672303, - 230.51590603381078, - 252.42708998699698, - 195.27862189856972, - 155.42845693107913, - 137.36134033810126, - 128.26371425227552, - 98.92066673602069, - 93.15456569570863, - 80.98168572171646, - 66.50236533159945, - 62.27389123537059, - 57.66101040312091, - 48.94779105331599, - 40.23457170351106, - 37.92813128738623, - 32.80270814044214, - 33.18711487646295, - 30.752538881664506, - 24.089488790637194, - 22.67999742522757, - 220.13692416124886 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan": { - "contents": [ - 0.34829198767654956, - 5.645232633590741, - 17.501672380746616, - 31.339022807812864, - 42.08528184424974, - 51.65605542227825, - 58.084945028141235, - 62.438594874098115, - 60.02957529266863, - 57.54073879739663, - 55.64690111440539, - 50.79258153616348, - 46.27204177944493, - 42.52064682884543, - 39.19736077976501, - 35.750721318382496, - 32.76847117390204, - 28.66152815254939, - 26.259764654196516, - 23.974098485069163, - 21.884346559009863, - 19.31569314989531, - 17.31301422075515, - 15.74570027621068, - 15.593322531602189, - 13.692228765534354, - 131.7051639232719 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.3089479179670796, - 4.956062107615961, - 15.079805677477442, - 26.83903658666656, - 35.671991002980675, - 43.53902765802607, - 48.51261558717428, - 51.59082969786866, - 49.04930100118629, - 46.54178054549724, - 44.62190293449378, - 40.276089998388514, - 36.366211195895275, - 33.041174276643744, - 30.339194876048673, - 27.334952904278637, - 24.69166501190641, - 21.593255521365393, - 19.579430114856596, - 17.778368029824918, - 16.102786636576063, - 14.047054742645079, - 12.497995855982044, - 11.27552703290014, - 11.157120001730304, - 9.643843241620212, - 84.6231244562237 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.3876360573860195, - 6.334403159565521, - 19.923539084015793, - 35.83900902895917, - 48.49857268551881, - 59.77308318653044, - 67.65727446910819, - 73.28636005032754, - 71.00984958415098, - 68.539697049296, - 66.671899294317, - 61.309073073938436, - 56.17787236299458, - 52.000119381047114, - 48.055526683481354, - 44.16648973248634, - 40.84527733589767, - 35.729800783733396, - 32.94009919353644, - 30.169828940313405, - 27.66590648144367, - 24.584331557145546, - 22.12803258552826, - 20.215873519521217, - 20.029525061474075, - 17.740614289448494, - 178.7872033903201 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.3241720872721601, - 5.177501323550413, - 15.852629544468918, - 28.231574278531777, - 37.631756039602124, - 46.00727824879275, - 51.514174848979344, - 55.01159476063414, - 52.580374456085885, - 50.15269211560712, - 48.310749938779686, - 43.895181498339824, - 39.78252499182214, - 36.46008801783799, - 33.46052304511602, - 30.349785356051566, - 27.685328691625607, - 24.22777489084475, - 22.079860470369432, - 20.129417856545082, - 18.23053368115037, - 16.0259814507155, - 14.314699108343115, - 12.9461452653246, - 12.838573040079995, - 11.185495141353922, - 102.84815916016501 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.372411888080939, - 6.112963943631069, - 19.150715217024313, - 34.44647133709395, - 46.53880764889735, - 57.30483259576377, - 64.65571520730313, - 69.86559498756208, - 67.4787761292514, - 64.92878547918613, - 62.98305229003108, - 57.689981573987126, - 52.7615585670677, - 48.581205639852854, - 44.934198514414014, - 41.15165728071343, - 37.85161365617847, - 33.09528141425403, - 30.4396688380236, - 27.818779113593244, - 25.53815943686936, - 22.60540484907513, - 20.311329333167187, - 18.545255287096754, - 18.34807202312438, - 16.198962389714787, - 160.5621686863788 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.3287903573978165, - 5.2853732023508195, - 16.29499727280316, - 29.064368311635725, - 38.9027736705932, - 47.6526432713373, - 53.47182598452325, - 57.2711420918458, - 54.91555948072872, - 52.53836910453177, - 50.68115769132078, - 46.12770099716601, - 41.901647558090275, - 38.44619790802534, - 35.39920332152061, - 32.22362499064296, - 29.43279309544238, - 25.71667194876342, - 23.520013146264752, - 21.42902978354395, - 19.497918735551227, - 17.18429329106158, - 15.370620417083515, - 13.92420137650561, - 13.81554414008846, - 12.053349660873598, - 113.32335819986 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.36779361795528265, - 6.005092064830661, - 18.708347488690073, - 33.61367730399, - 45.26779001790628, - 55.65946757321922, - 62.69806407175923, - 67.60604765635043, - 65.14359110460856, - 62.54310849026148, - 60.61264453749, - 55.45746207516095, - 50.642436000799584, - 46.595095749665504, - 42.995518238009424, - 39.27781764612202, - 36.104149252361694, - 31.60638435633536, - 28.99951616212828, - 26.519167186594373, - 24.270774382468502, - 21.44709300872905, - 19.255408024426785, - 17.567199175915743, - 17.37110092311591, - 15.33110787019511, - 150.0869696466838 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.33097296451199665, - 5.34268798218616, - 16.521939264052676, - 29.52166684810379, - 39.58383875495438, - 48.55062062611536, - 54.540975076024125, - 58.53101846077796, - 56.22784205935935, - 53.81853790342171, - 52.00181271274696, - 47.40779003583024, - 43.133216019543575, - 39.60424529815617, - 36.47634051016658, - 33.23646234241755, - 30.43371165050587, - 26.584014064103958, - 24.324727158248976, - 22.21069819223615, - 20.24500113763514, - 17.848659407232358, - 15.97567536687436, - 14.51938068385292, - 14.402580421579355, - 12.588876652560067, - 119.75644862431912 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.3656110108411026, - 5.947777284995323, - 18.48140549744056, - 33.15637876752194, - 44.5867249335451, - 54.76149021844114, - 61.62891498025834, - 66.34617128741826, - 63.83130852597792, - 61.262939691371535, - 59.29198951606381, - 54.17737303649671, - 49.41086753934628, - 45.43704835953468, - 41.91838104936345, - 38.26498029434744, - 35.10323069729821, - 30.73904224099482, - 28.194802150144064, - 25.737498777902164, - 23.523691980384587, - 20.782726892558266, - 18.65035307463594, - 16.972019868568438, - 16.784064641625022, - 14.795580878508641, - 143.6538792222247 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.3773163199829287, - 5.696025215126904, - 17.392831134597692, - 31.201157229357563, - 41.91113585041146, - 51.44562901305701, - 58.1357376096774, - 62.31524146179598, - 59.942502295749506, - 56.706289243588216, - 54.159404083703464, - 50.82160586846987, - 46.70015068096402, - 43.159182139585766, - 38.63864238286722, - 35.99742814298672, - 32.10091153085531, - 28.966283641766374, - 26.64433705725604, - 23.858001155843642, - 22.239894629763015, - 19.185083654516607, - 17.654050125355102, - 16.333443005414857, - 14.940275054708659, - 13.47454627323651, - 132.0389437447952 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.38457240305952356, - 5.935475956654532, - 17.762891371504033, - 33.40700648464238, - 44.10247293954308, - 54.471415655997035, - 61.13249992031105, - 65.70383225856577, - 63.87529932326388, - 61.1905485849238, - 58.4259809327412, - 53.70227084987799, - 50.190326640806106, - 46.01807887176411, - 41.50479519812216, - 38.479008555182126, - 35.264563752250645, - 32.1154236970085, - 27.82707859874099, - 25.686534091145532, - 23.183185429720332, - 21.550566737486506, - 19.08349849144428, - 17.11709997768709, - 16.050455765427657, - 15.259542710078827, - 146.11574491338908 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar": { - "contents": [ - 8.107267151344887, - 177.16122224000696, - 782.4820424781906, - 1702.983770089355, - 3028.064281027325, - 4803.817311918694, - 7249.248044494196, - 7392.80333676814, - 4532.507180824361, - 3242.7760981645597, - 2685.6630062564063, - 2251.94600738835, - 1892.3058930563789, - 1610.3386285292283, - 1357.0954986942088, - 1173.788444903989, - 1004.3857901529038, - 876.3694265857005, - 753.5399704970455, - 662.0498965686966, - 572.7827829882971, - 501.34293964929566, - 445.74713722165893, - 391.5025459859131, - 342.3358935842085, - 301.14574596044, - 2694.380497816992 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_ME_var": { - "contents": [ - 6.712708396526399, - 229.2648098505939, - 957.8518519658819, - 2077.195977086654, - 3496.6756218598175, - 5235.008915468019, - 7301.10310559118, - 7256.56686719115, - 4995.545952476544, - 3899.0508540131495, - 3335.6997108892674, - 2823.0811523776038, - 2412.7023063668853, - 2077.195977086654, - 1826.5021365856117, - 1584.4573626724011, - 1385.787012244438, - 1250.3710293991269, - 1069.6442648772634, - 940.1664471519567, - 833.6667466301442, - 727.6834082926795, - 656.9417890369781, - 569.2893082438736, - 507.58402721426546, - 463.0477888142345, - 4606.337956024091 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_PS_var": { - "contents": [ - 13.642078685781875, - 276.5389595276718, - 1097.103617674328, - 2298.371518398033, - 3707.07551278311, - 5292.10656158348, - 6847.813516012544, - 6453.850682937162, - 4204.310156470484, - 3025.2265706189874, - 2440.657124130112, - 2073.8509523638104, - 1717.4994577211914, - 1456.5150178165613, - 1220.774798283752, - 1026.7257911831916, - 899.867209011669, - 771.9886583402744, - 661.9595564166316, - 573.987273302711, - 499.6570688745721, - 421.37448650943094, - 375.8583922026633, - 316.06273889769403, - 283.2962508393208, - 248.61732184368833, - 2159.2733142280517 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_down": { - "contents": [ - 7.247839624763965, - 156.11803190393715, - 679.9120500568904, - 1467.0735216285038, - 2585.143463878771, - 4044.548721866428, - 5962.50430725723, - 5955.067536093984, - 3662.426331307876, - 2620.0901178262675, - 2146.5895113555885, - 1780.974755894979, - 1479.9992914895136, - 1245.502450287829, - 1037.8759337831073, - 887.8469866456477, - 751.0333126668102, - 648.7686054378537, - 552.5733893915117, - 479.8961359239836, - 411.5196027740753, - 356.1949970820373, - 312.9398221341821, - 272.6945024663302, - 234.1145434414163, - 203.65092014275945, - 1619.4237390926155 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_up": { - "contents": [ - 8.966694677925814, - 198.20441257607683, - 885.0520348994906, - 1938.8940185502106, - 3470.985098175862, - 5563.0859019709005, - 8535.991781731214, - 8830.539137442354, - 5402.588030340782, - 3865.462078502826, - 3224.7365011572183, - 2722.9172588817273, - 2304.6124946232503, - 1975.1748067706326, - 1676.3150636053138, - 1459.729903162333, - 1257.738267638999, - 1103.9702477335477, - 954.5065516025793, - 844.2036572134092, - 734.0459632025182, - 646.490882216553, - 578.5544523091351, - 510.3105895054956, - 450.55724372700047, - 398.6405717781206, - 3769.337256541362 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_down": { - "contents": [ - 7.524019973213749, - 162.21628229552607, - 708.8988114412559, - 1533.7563144438568, - 2710.3086100807536, - 4261.6043498349545, - 6336.292276841523, - 6380.262445974779, - 3926.067237794131, - 2813.3288352313684, - 2318.080552051555, - 1934.2303701596743, - 1615.9673292858406, - 1369.0698018549003, - 1147.982199020642, - 987.7376636544976, - 841.3979574131066, - 730.9044669894099, - 626.1328518131263, - 547.0405531188533, - 471.8001640536958, - 410.99951518440866, - 363.54249057536526, - 317.94458477763965, - 276.4689777848147, - 242.1474098670347, - 2056.3600170138043 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_up": { - "contents": [ - 8.690514329476029, - 192.10616218448789, - 856.065273515125, - 1872.211225734858, - 3345.8199519738787, - 5346.030274002373, - 8162.2038121469195, - 8405.34422756156, - 5138.947123854528, - 3672.2233610977255, - 3053.2454604612512, - 2569.661644617032, - 2168.644456826923, - 1851.6074552035614, - 1566.2087983677789, - 1359.839226153483, - 1167.3736228927028, - 1021.8343861819915, - 880.9470891809643, - 777.0592400185396, - 673.7654019228976, - 591.686364114182, - 527.9517838679519, - 465.060507194186, - 408.20280938360213, - 360.1440820538453, - 3332.400978620174 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_down": { - "contents": [ - 7.621494639151141, - 165.39664847544762, - 726.1523135847507, - 1575.7372853193133, - 2792.3200032197024, - 4408.079574931088, - 6593.943218483506, - 6669.009185695986, - 4096.984682188073, - 2934.1194825328594, - 2423.214359421878, - 2025.88194855921, - 1697.1611756346165, - 1440.2512325234657, - 1210.6606679340696, - 1043.8708878589257, - 890.9101774800224, - 775.4880555266168, - 665.1175617577726, - 582.7181033525183, - 503.1966522537373, - 439.1294239372104, - 389.23052591104414, - 341.14679776896725, - 297.39761823861636, - 260.78215496084636, - 2266.6939778244487 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_up": { - "contents": [ - 8.593039663538638, - 188.9257960045664, - 838.8117713716305, - 1830.2302548594016, - 3263.80855883493, - 5199.555048906242, - 7904.552870504938, - 8116.597487840353, - 4968.0296794605865, - 3551.432713796234, - 2948.1116530909285, - 2478.0100662174964, - 2087.450610478147, - 1780.4260245349956, - 1503.5303294543507, - 1303.7060019490548, - 1117.8614028257869, - 977.2507976447845, - 841.962379236318, - 741.3816897848745, - 642.368913722856, - 563.5564553613801, - 502.2637485322731, - 441.8582942028585, - 387.2741689298004, - 341.5093369600336, - 3122.06701780953 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_down": { - "contents": [ - 7.682412027491397, - 167.22518404483975, - 736.188479491822, - 1599.9975850406518, - 2841.149940466717, - 4498.489468055697, - 6760.404049292779, - 6862.855912892892, - 4211.360165759417, - 3014.181638769902, - 2492.0417353552466, - 2086.247791424238, - 1749.5442218040691, - 1486.5221445041752, - 1250.655425271005, - 1079.8273572998148, - 922.6455562915833, - 803.6177201215494, - 690.0920528720764, - 605.3145989798996, - 523.1472463413986, - 456.99608004384817, - 405.67970154463404, - 355.88237131911455, - 310.5759294032848, - 272.76822537303514, - 2400.7257093809117 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_up": { - "contents": [ - 8.53212227519838, - 187.09726043517426, - 828.775605464559, - 1805.9699551380631, - 3214.978621587915, - 5109.145155781631, - 7738.0920396956635, - 7922.7507606434465, - 4853.654195889241, - 3471.370557559192, - 2879.2842771575597, - 2417.644223352468, - 2035.0675643086943, - 1734.1551125542867, - 1463.5355721174158, - 1267.7495325081654, - 1086.1260240142262, - 949.121133049852, - 816.9878881220143, - 718.7851941574929, - 622.418319635195, - 545.6897992547422, - 485.8145728986832, - 427.1227206527112, - 374.095857765132, - 329.52326654784486, - 2988.035286253067 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_res_up": { - "contents": [ - 8.063679693541959, - 179.14445157004027, - 776.5759419458935, - 1701.1966843194346, - 3023.6401540603274, - 4814.714176369426, - 7170.223983497484, - 7240.530552933609, - 4594.728276838043, - 3262.782741296104, - 2686.2950243945484, - 2243.816946508104, - 1892.8289425500138, - 1613.1064320997145, - 1365.028416014342, - 1170.5629730265723, - 1016.437722235414, - 864.90592518353, - 756.4821238987431, - 662.2242463999082, - 578.4273587737764, - 501.82240168512783, - 443.15368348238457, - 392.76658226219797, - 339.8949959472444, - 305.787810216452, - 2697.475207321 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_scale_up": { - "contents": [ - 7.802154946724381, - 178.83933936541976, - 775.8567488921452, - 1687.793541045034, - 2971.1608548655995, - 4617.829629473596, - 6922.6908106346555, - 7979.599487440064, - 5297.88114611489, - 3532.131436789312, - 2881.4360729782675, - 2414.5272249932787, - 2031.2191210743144, - 1722.925032034195, - 1462.402796746086, - 1255.950802862511, - 1083.409851149615, - 935.0817322462462, - 814.9982859991758, - 709.7345754051014, - 621.2956235229575, - 545.9982901683968, - 475.103290051932, - 425.8712564635229, - 372.21509590811667, - 327.4943642023109, - 2952.9630912328757 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaledown": { - "contents": [ - 6.70734830959523, - 167.93444973276274, - 749.3424457280496, - 1644.9928443027873, - 2883.3448616490746, - 4585.506880328995, - 6798.30496751326, - 6466.761367424942, - 3977.1441200988747, - 2923.087467520881, - 2466.486298482645, - 2063.857343412273, - 1764.659460405752, - 1478.061362541553, - 1251.5159719726066, - 1091.0410965280844, - 931.50650355687, - 810.3981209948324, - 686.0927780235488, - 612.1238901233397, - 526.3074430594532, - 480.79777135135845, - 410.4646423479395, - 373.0413999102914, - 323.08105782854005, - 286.41004136953813, - 2503.8468554220717 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaleup": { - "contents": [ - 7.6994676959344694, - 176.44613469849824, - 766.674495822674, - 1706.9078259578705, - 3082.4818920673615, - 4880.820896914454, - 7509.932466152873, - 8014.440086928979, - 4930.48246355323, - 3451.6072058566197, - 2826.025455561945, - 2340.445692871678, - 1983.8961763191126, - 1693.0487841051888, - 1441.4045149097306, - 1222.0980100371974, - 1050.592367110257, - 928.8766152836931, - 784.1907848309247, - 689.4873321709308, - 599.8526957440939, - 536.5887361758324, - 463.6362797568535, - 393.8919348778472, - 362.3241173245159, - 316.76893345690365, - 2795.291747009006 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets": { - "contents": [ - 1.648884627962724, - 24.73326941944086, - 56.47429850772329, - 74.61202941531326, - 98.93307767776344, - 117.89525089933475, - 112.94859701544658, - 127.37633751012042, - 123.6663470972043, - 117.48302974234407, - 114.18526048641866, - 93.98642379387528, - 91.51309685193118, - 80.3831256131828, - 68.01649090346237, - 63.48205817656487, - 62.245394705592815, - 52.76430809480716, - 50.70320230985375, - 51.527644623835116, - 30.916586774301074, - 36.687682972170606, - 33.389913716245154, - 27.20659636138494, - 22.672163634487454, - 18.13773090758996, - 218.06499204807022 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_down": { - "contents": [ - 1.521759487720145, - 21.832501342475325, - 48.56104353990706, - 63.29864552552634, - 83.17068101395418, - 97.01148299062908, - 93.38890922681728, - 102.57955382772514, - 99.36645093287221, - 89.79540993648449, - 87.3984534048285, - 71.77088526413309, - 68.46997926284115, - 58.861877008057746, - 50.300475121385034, - 46.908236369997354, - 44.08356174223007, - 37.263968149643574, - 34.16429692347447, - 35.543537387120665, - 19.850554901575293, - 23.57043218130362, - 22.608565639110488, - 18.27332590441759, - 14.089931697475553, - 11.872774440778862, - 119.09742305318673 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_up": { - "contents": [ - 1.7760097682053033, - 27.634037496406393, - 64.38755347553953, - 85.9254133051002, - 114.69547434157269, - 138.77901880804046, - 132.5082848040759, - 152.17312119251574, - 147.9662432615364, - 145.17064954820367, - 140.97206756800878, - 116.20196232361745, - 114.55621444102124, - 101.90437421830785, - 85.7325066855397, - 80.0558799831324, - 80.40722766895558, - 68.26464803997075, - 67.24210769623306, - 67.5117518605496, - 41.98261864702687, - 49.80493376303761, - 44.17126179337984, - 36.1398668183523, - 31.254395571499366, - 24.40268737440107, - 317.0325610429538 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_down": { - "contents": [ - 1.5571589795767196, - 22.77459737152185, - 51.18771675225168, - 67.17676420189446, - 87.80092295507413, - 103.52806182804952, - 99.58669940886122, - 110.7974531124686, - 107.73671102181281, - 99.69119103120278, - 97.05308512270723, - 80.09050011936404, - 77.89880396006711, - 67.23037871612556, - 57.17115515313825, - 53.593407219671406, - 50.68977935842925, - 43.35816844312687, - 40.60615423523478, - 42.131205051255264, - 23.78654556381156, - 28.5259745838894, - 26.472346748362035, - 22.0637574115471, - 17.570463067926163, - 13.951760318416737, - 158.14642474980036 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_up": { - "contents": [ - 1.7406102763487286, - 26.691941467359868, - 61.760880263194906, - 82.04729462873206, - 110.06523240045276, - 132.26243997062002, - 126.310494622032, - 143.95522190777223, - 139.59598317259577, - 135.2748684534854, - 131.31743585013004, - 107.88234746838651, - 105.12738974379528, - 93.53587251024003, - 78.86182665378648, - 73.37070913345835, - 73.80101005275641, - 62.17044774648747, - 60.800250384472754, - 60.924084196414974, - 38.0466279847906, - 44.849391360451804, - 40.30748068412829, - 32.3494353112228, - 27.773864201048745, - 22.323701496763192, - 277.98355934634014 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_down": { - "contents": [ - 1.5669943187442938, - 23.17607823508625, - 52.680785003349726, - 69.46590557813066, - 91.88778656076897, - 108.87734628607278, - 103.99416801940558, - 117.02207309497261, - 113.49582382182952, - 106.76311871998996, - 103.83972034560121, - 85.49585953664916, - 82.75778033615003, - 72.7872197471714, - 61.56288528872783, - 57.627490414882516, - 55.764853014631186, - 47.24301147711841, - 44.99679262885388, - 46.179703105049896, - 27.437852430456722, - 32.35167032280836, - 29.52810353940048, - 24.06529723931535, - 19.816669034279542, - 16.187705842534392, - 185.0530722508744 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_up": { - "contents": [ - 1.730774937181154, - 26.29046060379547, - 60.26781201209688, - 79.75815325249587, - 105.97836879475793, - 126.91315551259677, - 121.90302601148761, - 137.73060192526827, - 133.8368703725791, - 128.2029407646982, - 124.53080062723608, - 102.47698805110139, - 100.26841336771236, - 87.97903147919419, - 74.47009651819691, - 69.33662593824722, - 68.72593639655449, - 58.285604712495925, - 56.409611990853655, - 56.875586142620364, - 34.39532111814543, - 41.023695621532866, - 37.25172389308984, - 30.34789548345454, - 25.527658234695373, - 20.08775597264554, - 251.07691184526612 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_down": { - "contents": [ - 1.5706753248571093, - 23.42794214152977, - 53.34676692820163, - 70.41284198529402, - 93.34185160536458, - 110.9513468640933, - 106.03077885029592, - 119.64372236196641, - 116.0793877184907, - 109.81182266467053, - 106.73915514476211, - 88.01687531369261, - 85.4838890207075, - 75.07054494052066, - 63.47045801556894, - 59.276668106324024, - 58.05067085778913, - 48.996474680323, - 46.91409441909553, - 48.05586651201499, - 28.67380095535961, - 33.87285334500427, - 30.705358856599034, - 25.111939638825845, - 20.79878272033205, - 16.72329706266569, - 198.58044122673584 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_up": { - "contents": [ - 1.7270939310683389, - 26.038596697351956, - 59.60183008724498, - 78.81121684533251, - 104.52430375016235, - 124.83915493457627, - 119.86641518059729, - 135.10895265827446, - 131.25330647591787, - 125.15423682001764, - 121.63136582807519, - 99.95597227405793, - 97.5423046831549, - 85.69570628584492, - 72.5625237913558, - 67.68744824680572, - 66.44011855339653, - 56.53214150929134, - 54.492310200611996, - 54.999422735655266, - 33.159372593242544, - 39.50251259933695, - 36.074468575891295, - 29.301253083944047, - 24.54554454864286, - 19.552164752514237, - 237.54954286940466 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_res_up": { - "contents": [ - 2.061105784953405, - 26.794375204394264, - 55.23763503675124, - 78.73424098522005, - 95.2230872648473, - 119.13191437030682, - 115.83414511438137, - 121.1930201552602, - 123.6663470972043, - 116.24636627137204, - 108.0019431315584, - 102.23084693368888, - 92.33753916591255, - 78.3220198282294, - 71.7264813163785, - 64.30650049054623, - 61.00873123462078, - 59.35984660665806, - 47.817654210919, - 49.46653883888172, - 35.86324065818924, - 34.214356030226526, - 30.916586774301077, - 24.321048262450176, - 23.49660594846881, - 21.43550016351541, - 224.24830940293043 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_scale_up": { - "contents": [ - 2.473326941944086, - 29.26770214633835, - 60.18428892063942, - 93.16198147989388, - 102.64306809067956, - 130.26188560905518, - 139.33075106285017, - 128.61300098109245, - 140.97963569081293, - 123.25412594021361, - 119.95635668428818, - 113.36081817243726, - 98.52085652077275, - 89.45199106697777, - 82.85645255512688, - 66.36760627549964, - 68.42871206045305, - 61.833173548602154, - 52.35208693781648, - 49.46653883888172, - 49.87875999587241, - 35.03879834420788, - 35.863240658189255, - 31.32880793129175, - 28.85548098934767, - 21.023279006524728, - 239.9127133685763 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_down": { - "contents": [ - 1.6076625122636559, - 24.114937683954835, - 55.062441045030205, - 72.74672867993041, - 96.45975073581934, - 114.94786962685137, - 110.1248820900604, - 124.19192907236737, - 120.57468841977416, - 114.54595399878544, - 111.33062897425813, - 91.63676319902837, - 89.22526943063289, - 78.3735474728532, - 66.31607863087581, - 61.89500672215074, - 60.689259837953, - 51.44520039243699, - 49.435622252107414, - 50.23945350823924, - 30.143672104943548, - 35.77049089786634, - 32.555165873339035, - 26.526431452350316, - 22.10535954362527, - 17.684287634900212, - 212.6133672468685 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_up": { - "contents": [ - 1.690106743661792, - 25.351601154926886, - 57.88615597041638, - 76.47733015069609, - 101.40640461970753, - 120.84263217181811, - 115.7723119408328, - 130.56074594787347, - 126.75800577463443, - 120.42010548590271, - 117.03989199857908, - 96.33608438872216, - 93.80092427322947, - 82.39270375351238, - 69.71690317604893, - 65.069109630979, - 63.801529573232656, - 54.08341579717735, - 51.970782367600115, - 52.81583573943101, - 31.689501443658607, - 37.604875046474874, - 34.22466155915129, - 27.886761270419576, - 23.238967725349646, - 18.591174180279715, - 223.51661684927203 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - } -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_10_file_per_process.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_10_file_per_process.json deleted file mode 100644 index 32afc234..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_10_file_per_process.json +++ /dev/null @@ -1,7318 +0,0 @@ -{ - "4j1b_pseudodata": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 5.686544423452855, - 123.8055557216508, - 684.3712509942026, - 1314.5524480092927, - 1980.0658674702076, - 2406.733337697777, - 2674.4559297445794, - 2538.907385524784, - 2427.4925305880147, - 2235.7052977582634, - 2024.1434387851552, - 1841.9219440962297, - 1561.6590935311401, - 1410.805826493694, - 1274.9232922097808, - 1123.8491145404541, - 985.5876353287563, - 866.8906690034538, - 690.5548495929455, - 663.7305109293387, - 544.179280438281, - 507.90741146937984, - 4078.845018437751 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0038813082733357546, - 0.07374485719337934, - 0.2134719550334665, - 0.31826727841353186, - 0.48904484244030505, - 0.5433831582670057, - 0.6326532485537282, - 0.5239766169003269, - 0.5045700755336481, - 0.4618756845269548, - 0.473519609346962, - 0.3842495190602398, - 0.3454364363268822, - 0.2639289625868313, - 0.24064111294681678, - 0.2833355039535101, - 0.27169157913350284, - 0.22511587985347375, - 0.18242148884678047, - 0.16301494748010167, - 0.1552523309334302, - 0.1630149474801017, - 1.1682737902740625 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036853628509740696, - 0.06914332365357272, - 0.1964791022492684, - 0.2885165046894374, - 0.43681601766016254, - 0.4777650934981319, - 0.5465804466026077, - 0.4427449586294499, - 0.4216920754550173, - 0.378639815696434, - 0.3795000106425121, - 0.30333406612275615, - 0.2703323934925341, - 0.1993655826957948, - 0.18151944854588056, - 0.21021274770181633, - 0.19784944665152301, - 0.15619366948059765, - 0.12777654966648638, - 0.10884304274562041, - 0.10129947753462527, - 0.10769174967904217, - 0.5539854369791564 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004077253695697439, - 0.07834639073318597, - 0.2304648078176646, - 0.3480180521376263, - 0.5412736672204477, - 0.6090012230358794, - 0.7187260505048482, - 0.6052082751712038, - 0.5874480756122789, - 0.5451115533574755, - 0.5675392080514119, - 0.46516497199772333, - 0.4205404791612303, - 0.32849234247786785, - 0.29976277734775303, - 0.35645826020520377, - 0.34553371161548263, - 0.29403809022634986, - 0.23706642802707453, - 0.21718685221458298, - 0.2092051843322351, - 0.2183381452811612, - 1.7825621435689682 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036891835138056347, - 0.06970550689878868, - 0.20011746488287002, - 0.29644638136451296, - 0.4513363557833623, - 0.49797512632283286, - 0.5749321299850482, - 0.4717074022559649, - 0.4495407048979684, - 0.4081273275578013, - 0.41596750962449774, - 0.3320416169575081, - 0.2970166304534845, - 0.22642442655056386, - 0.20150297064556744, - 0.2380699281520572, - 0.22485243605442112, - 0.18467652895358855, - 0.1501670893500591, - 0.1311269677425599, - 0.12542277878047534, - 0.12785175001428226, - 0.8020064937350705 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0040734330328658745, - 0.07778420748796998, - 0.22682644518406297, - 0.3400881754625508, - 0.5267533290972479, - 0.5887911902111783, - 0.6903743671224077, - 0.5762458315446889, - 0.5595994461693278, - 0.5156240414961084, - 0.5310717090694265, - 0.43645742116297137, - 0.3938562422002798, - 0.30143349862309876, - 0.2797792552480662, - 0.328601079754963, - 0.3185307222125845, - 0.265555230753359, - 0.21467588834350182, - 0.19490292721764346, - 0.18508188308638504, - 0.19817814494592112, - 1.5345410868130536 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0037006455023003296, - 0.07003372002965265, - 0.2019778547773542, - 0.299630994802785, - 0.4591067652693013, - 0.5069080179593569, - 0.5883401094152866, - 0.4858902484957096, - 0.464977638228093, - 0.4239108495876465, - 0.433196424790789, - 0.3509491676292962, - 0.31214836559789716, - 0.23849117139059767, - 0.21732797415758381, - 0.2525416892763984, - 0.2421420269852041, - 0.20059450192783973, - 0.16161543262035527, - 0.1437577151910628, - 0.13554698947514632, - 0.14171420638515153, - 0.9680943457497022 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.00406197104437118, - 0.07745599435710603, - 0.22496605528957883, - 0.33690356202427885, - 0.5189829196113089, - 0.5798582985746543, - 0.6769663876921694, - 0.562062985304944, - 0.5441625128392031, - 0.49984051946626323, - 0.5138427939031351, - 0.4175498704911833, - 0.37872450705586724, - 0.289366753783065, - 0.26395425173604975, - 0.3141293186306219, - 0.3012411312818016, - 0.2496372577791078, - 0.20322754507320565, - 0.18227217976914056, - 0.17495767239171403, - 0.18431568857505184, - 1.3684532347984222 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.003700736470462986, - 0.07028370054063217, - 0.20320128559691886, - 0.3020667583260702, - 0.4636906509855525, - 0.513849980387985, - 0.596772130348225, - 0.49398878014435, - 0.4751515175395745, - 0.43389424156652545, - 0.4444312657833308, - 0.35948189031829497, - 0.32195573418203627, - 0.24612267249216052, - 0.22374677868277548, - 0.2626235997754342, - 0.25087124090554064, - 0.20857959627764766, - 0.16788341193186276, - 0.15036118508644675, - 0.14250159647838362, - 0.1484968835609684, - 1.0520481353199067 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004061880076208524, - 0.07720601384612649, - 0.22374262447001417, - 0.3344677985009936, - 0.5143990338950575, - 0.5729163361460263, - 0.668534366759231, - 0.5539644536563036, - 0.5339886335277217, - 0.48985712748738414, - 0.5026079529105933, - 0.40901714780218434, - 0.3689171384717281, - 0.2817352526815021, - 0.25753544721085814, - 0.304047408131586, - 0.29251191736146503, - 0.2416521634292999, - 0.19695956576169815, - 0.1756687098737566, - 0.16800306538847673, - 0.17753301139923497, - 1.2844994452282177 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.05433831582670056, - 0.221234571580138, - 0.3454364363268821, - 0.46575699280029054, - 0.5666710079070203, - 0.5899588575470348, - 0.5666710079070202, - 0.5200953086269912, - 0.46963830107362625, - 0.45411306798028334, - 0.40753736870025425, - 0.30662335359352455, - 0.2910981205001816, - 0.26392896258683135, - 0.27169157913350284, - 0.2484037294934883, - 0.19794672194012344, - 0.20959064676013073, - 0.17465887230010896, - 0.17465887230010896, - 0.13584578956675142, - 1.1643924820007265 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.06986354892004358, - 0.18630279712011621, - 0.3648429776935609, - 0.5278579251736627, - 0.5511457748136772, - 0.648178481647071, - 0.6404158651003995, - 0.46963830107362636, - 0.5744336244536917, - 0.43470652661360454, - 0.4463504514336118, - 0.3920121356069112, - 0.30274204532018884, - 0.22899718812680953, - 0.27557288740683855, - 0.2716915791335028, - 0.23675980467348096, - 0.221234571580138, - 0.1707775640267732, - 0.15137102266009442, - 0.17465887230010893, - 1.3080008881141496 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12813557867360206, - 9.097626085825747, - 43.18169001300391, - 88.79795602080617, - 123.77896899869947, - 148.50913568270462, - 142.74303464239256, - 138.51456054616366, - 126.46981615084509, - 114.93761407022095, - 102.12405620286074, - 82.00677035110526, - 82.39117708712608, - 68.80880574772428, - 61.50507776332897, - 52.023044941482446, - 45.488130429128745, - 41.644063068920694, - 31.39321677503252, - 29.34304751625488, - 26.39592920676203, - 23.576946475942783, - 202.19794314694437 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12142047350373861, - 8.52695026078186, - 39.79429785518855, - 80.64580633188152, - 110.54204917728337, - 130.65905273034215, - 123.64567195874757, - 117.89429249515402, - 106.37962696974233, - 94.89288699200787, - 82.87356149210866, - 65.47732274669741, - 64.83723147402551, - 53.192858706983095, - 46.70685995178803, - 38.81516584770156, - 33.27485571395968, - 29.848073878412706, - 22.009944450448636, - 20.20590361711882, - 17.666364562202535, - 15.586872277092816, - 99.23033439154338 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13485068384346552, - 9.668301910869637, - 46.56908217081924, - 96.95010570973098, - 137.0158888201158, - 166.3592186350674, - 161.84039732603782, - 159.13482859717368, - 146.56000533194813, - 134.98234114843422, - 121.37455091361305, - 98.53621795551324, - 99.94512270022673, - 84.42475278846553, - 76.30329557486995, - 65.23092403526333, - 57.70140514429778, - 53.44005225942863, - 40.776489099616384, - 38.48019141539092, - 35.125493851321515, - 31.567020674792747, - 305.1655519023447 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12187695650276331, - 8.601038652794617, - 40.530592919904905, - 82.59632214858257, - 114.1855763483936, - 135.89581968879833, - 129.6456965106388, - 124.80153496312009, - 113.02895053690426, - 101.89817720308027, - 89.72153324646455, - 71.55940011766336, - 71.17977444042181, - 58.8752491741714, - 52.16239638752681, - 43.70214670179982, - 37.951512026257305, - 34.39730536407469, - 25.67697448965336, - 23.861899981728705, - 21.252044525896864, - 18.831439313410677, - 142.39912075135118 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13439420084444081, - 9.594213518856872, - 45.83278710610289, - 94.99958989302989, - 133.37236164900557, - 161.12245167661126, - 155.84037277414663, - 152.22758612920754, - 139.9106817647862, - 127.97705093736181, - 114.52657915925712, - 92.45414058454728, - 93.60257973383045, - 78.7423623212772, - 70.84775913913116, - 60.34394318116503, - 53.02474883200015, - 48.89082077376665, - 37.109459060411645, - 34.82419505078104, - 31.539813887627187, - 28.322453638474883, - 261.996765542537 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12231241725841188, - 8.640593505295636, - 40.85594517110451, - 83.6305744782018, - 116.10993148480188, - 138.6486884652588, - 132.70169102069505, - 128.27845184594156, - 116.47533411281066, - 105.5249586557526, - 93.39971108101389, - 74.63111626258735, - 74.56042746764628, - 61.909831027760276, - 55.077394711259345, - 46.391930729066154, - 40.44801154156819, - 36.83989183465864, - 27.609077824334562, - 25.842183295050383, - 23.082217008802417, - 20.62102084753454, - 167.52401108757883 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13395874008879224, - 9.55465866635586, - 45.50743485490328, - 93.96533756341066, - 131.44800651259732, - 158.36958290015076, - 152.7843782640903, - 148.75066924638614, - 136.4642981888798, - 124.35026948468952, - 110.8484013247078, - 89.38242443962328, - 90.22192670660598, - 75.70778046768834, - 67.93276081539864, - 57.654159153898725, - 50.528249316689276, - 46.448234303182694, - 35.17735572573046, - 32.84391173745936, - 29.70964140472163, - 26.53287210435102, - 236.87187520630928 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12236046810041448, - 8.667979482059492, - 41.08086815934106, - 84.31244896117256, - 117.32646168038033, - 140.40722915544902, - 134.7288989844099, - 130.5212459186563, - 118.89049556532163, - 107.8446340756715, - 95.61268359991081, - 76.58981874149462, - 76.69405002733113, - 63.984885617399215, - 57.055278485658526, - 48.17262586059715, - 42.04548881254327, - 38.34927088999959, - 28.86389553145623, - 26.950803312201522, - 24.22055647173216, - 21.569730665678637, - 180.4669348353797 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13391068924678964, - 9.527272689592003, - 45.28251186666674, - 93.28346308043987, - 130.23147631701886, - 156.61104220996052, - 150.75717030037544, - 146.50787517367132, - 134.04913673636884, - 122.03059406477055, - 108.6354288058109, - 87.42372196071601, - 88.08830414692112, - 73.6327258780494, - 65.95487704099946, - 55.87346402236771, - 48.930772045714185, - 44.93885524784176, - 33.92253801860878, - 31.73529172030823, - 28.571301941791894, - 25.58416228620692, - 223.92895145850844 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.35389724317295, - 43.950503485045516, - 87.77287139141737, - 120.44744395318583, - 149.02167799739905, - 141.33354327698294, - 140.05218749024692, - 121.21625742522741, - 118.781681430429, - 99.30507347204151, - 83.15999055916768, - 81.23795687906366, - 66.50236533159944, - 62.017620078023384, - 53.81694304291287, - 49.204062210663196, - 36.39050434330301, - 32.033894668400535, - 29.086776358907684, - 24.858302262678812, - 23.833217633289987, - 205.40133261378452 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.2562711573472041, - 8.328812613784134, - 40.10643612483746, - 87.13219349804935, - 127.75117193758112, - 152.8657453576071, - 156.5816771391416, - 141.20540769830933, - 136.20812013003882, - 125.70100267880348, - 112.8874448114433, - 87.51660023407015, - 85.0820242392717, - 73.29355100130036, - 63.170840286085806, - 58.68609503250973, - 51.254231469440825, - 44.46304579973993, - 36.1342331859558, - 30.624403302990906, - 28.702369622886877, - 26.908471521456445, - 224.87794057217218 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06744249831642699, - 3.911664902352766, - 14.837349629613941, - 24.886281878761565, - 32.9793816767328, - 42.21900394608329, - 40.06084399995763, - 41.40969396628617, - 37.56547156224984, - 32.911939178416375, - 30.2142392457593, - 28.190964296266483, - 25.35837936697655, - 23.065334424218033, - 19.693209508396684, - 19.355997016814552, - 14.904792127930367, - 13.218729670019693, - 12.409419690222569, - 9.711719757565488, - 10.453587239046184, - 9.307064767666926, - 64.20525839723851 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06410409464976385, - 3.6621856169789755, - 13.698536678823475, - 22.585615933693287, - 29.473694269519015, - 37.1066054491733, - 34.653486790449776, - 35.21894050317024, - 31.28040503418356, - 27.037913601808, - 24.46296639261007, - 22.392055963525138, - 19.768291977225513, - 17.63889836420988, - 14.7804260534568, - 14.426205406830494, - 10.795495414573601, - 9.34310856786091, - 8.566942360830165, - 6.610045582727226, - 6.967977674339011, - 6.099187626182943, - 32.76302192697756 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.07078090198309013, - 4.161144187726554, - 15.976162580404402, - 27.186947823829826, - 36.48506908394658, - 47.33140244299329, - 45.46820120946549, - 47.60044742940209, - 43.8505380903161, - 38.78596475502474, - 35.965512098908505, - 33.98987262900782, - 30.948466756727576, - 28.49177048422618, - 24.60599296333656, - 24.285788626798603, - 19.014088841287126, - 17.09435077217847, - 16.251897019614965, - 12.813393932403747, - 13.939196803753356, - 12.514941909150904, - 95.64749486749943 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06412938558663252, - 3.697708318494563, - 13.921707067119641, - 23.157140525051265, - 30.44077227486995, - 38.63789264239295, - 36.37123457710073, - 37.26891635926214, - 33.55179988119347, - 29.094035155558977, - 26.547287340969604, - 24.518170185060136, - 21.885386818399727, - 19.718758623579205, - 16.685573359570313, - 16.23603749462024, - 12.425777657431409, - 10.897347286288873, - 10.205339833055703, - 7.802219248943452, - 8.401398425978279, - 7.392660978659479, - 45.097629972153584 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.07075561104622147, - 4.125621486210967, - 15.75299219210823, - 26.615423232471844, - 35.51799107859564, - 45.80011524977364, - 43.75045342281452, - 45.55047157331019, - 41.57914324330619, - 36.72984320127376, - 33.88119115054897, - 31.863758407472822, - 28.831371915553365, - 26.411910224856847, - 22.70084565722305, - 22.47595653900884, - 17.383806598429317, - 15.540112053750502, - 14.613499547389425, - 11.621220266187517, - 12.505776052114088, - 11.221468556674369, - 83.3128868223234 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06417680609326125, - 3.717390990112598, - 14.031324310242631, - 23.452486505119925, - 30.956279021747402, - 39.45376562030749, - 37.252451432466124, - 38.341972874194084, - 34.691486949989454, - 30.277496094023956, - 27.58566840077107, - 25.728202414072744, - 22.94577573532758, - 20.860865718896815, - 17.75320812991104, - 17.285274689072576, - 13.288173313715847, - 11.718044510411112, - 10.947233659262304, - 8.585147620219454, - 9.1720670156072, - 8.14140548739038, - 53.67593007121584 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.07070819053959272, - 4.105938814592932, - 15.643374948985244, - 26.320077252403188, - 35.00248433171819, - 44.98424227185909, - 42.869236567449136, - 44.477415058378256, - 40.43945617451021, - 35.546382262808784, - 32.84281009074751, - 30.653726178460214, - 27.770982998625513, - 25.269803129539245, - 21.63321088688232, - 21.426719344556513, - 16.52141094214488, - 14.719414829628267, - 13.871605721182824, - 10.838291894911517, - 11.735107462485168, - 10.47272404794347, - 74.73458672326112 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06424477548609576, - 3.7274646864040966, - 14.108831547643746, - 23.634401052649093, - 31.271280801813674, - 39.95031048726767, - 37.82518682742669, - 39.03009816861791, - 35.361435964222494, - 30.91283288046867, - 28.285490753496653, - 26.379301776920858, - 23.644382542399917, - 21.4659308345933, - 18.31158143409732, - 17.945456659623645, - 13.806691262764229, - 12.244252484951117, - 11.431567745765582, - 8.926200645944, - 9.622737284454733, - 8.530653554685264, - 57.72673991238028 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.07064022114675819, - 4.095865118301434, - 15.565867711584124, - 26.138162704874027, - 34.68748255165192, - 44.48769740489891, - 42.29650117248856, - 43.78928976395443, - 39.76950716027717, - 34.911045476364066, - 32.14298773802192, - 30.0026268156121, - 27.072376191553175, - 24.664738013842758, - 21.074837582696038, - 20.766537374005445, - 16.002892993096502, - 14.193206855088262, - 13.387271634679548, - 10.497238869186972, - 11.284437193637633, - 10.083475980648583, - 70.68377688209668 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06744249831642699, - 3.979107400669193, - 15.51177461277821, - 25.628149360242258, - 33.24915166999851, - 40.06084399995763, - 42.01667645113402, - 40.19572899659049, - 36.89104657908556, - 32.2375141952521, - 31.360761717138548, - 27.38165431646936, - 25.358379366976553, - 23.469989414116593, - 20.637404484826664, - 19.490882013447404, - 14.769907131297513, - 12.13964969695686, - 12.341977191906143, - 11.262897218843309, - 10.048932249147622, - 9.307064767666926, - 64.00293090228922 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06744249831642699, - 3.709337407403485, - 14.83734962961394, - 24.95372437707799, - 35.609639111073456, - 42.75854393261472, - 42.75854393261472, - 43.9725089023104, - 38.57710903699625, - 37.36314406730056, - 32.102629198619255, - 28.25840679458291, - 27.85375180468435, - 23.942086902331585, - 22.458351939370193, - 17.939704552169584, - 18.142032047118864, - 14.837349629613941, - 13.218729670019691, - 10.9931272255776, - 11.128012222210454, - 9.981489750831196, - 72.36580069352617 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.5167631762333822, - 60.23716614184002, - 347.33876735744457, - 843.3203259857611, - 1409.289671174557, - 1795.1975592990773, - 1925.2058315476536, - 1897.6874139217045, - 1826.182864184988, - 1642.2211589532537, - 1474.7271682063397, - 1317.8505196930594, - 1161.8405929947698, - 1000.630335406537, - 866.505134536757, - 735.8468209269386, - 647.0078348904118, - 549.0682697964847, - 483.63077276470153, - 409.74273803676095, - 352.7557787011352, - 327.404165612663, - 2404.9363561449018 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_ME_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.019466428683608, - 70.75097015064237, - 388.21281604271775, - 891.6253385266842, - 1475.7796021623935, - 1933.9278152128068, - 2119.266811947485, - 2181.0464775257115, - 2142.5106465214717, - 2017.9318489363359, - 1886.0128930646779, - 1677.6339550417479, - 1552.0356910279274, - 1358.337069578041, - 1243.95293627974, - 1136.7050679822241, - 945.8609525326524, - 859.2063060945454, - 760.7258490837086, - 677.7412817888628, - 587.212662921758, - 519.5200920571664, - 4114.974292738494 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_PS_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4998484546840083, - 123.73749751143066, - 546.6947617323209, - 1206.2531196796156, - 1767.1964417314366, - 2206.652038953852, - 2264.5836855160223, - 2188.4663764408083, - 2004.1724975715103, - 1762.8843774242196, - 1560.2173549850424, - 1342.1768858853543, - 1137.4475718209865, - 994.0245633418277, - 854.3511759993789, - 721.4271067030081, - 635.7482637291839, - 564.6929431885291, - 461.0159187584968, - 392.96029512721003, - 341.77796661111836, - 292.6579297202171, - 2218.83830764816 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4400176680216448, - 56.44175745767572, - 320.4022417044032, - 765.7043108223562, - 1259.5633083533455, - 1580.7799841707442, - 1672.4336222163959, - 1623.6914760286227, - 1541.5830453314613, - 1364.9590679268144, - 1209.639925286335, - 1064.7598408792726, - 926.8302357008652, - 785.2998076570229, - 668.8955062188396, - 558.3041522547217, - 483.7769643583391, - 402.4081114486678, - 349.6672629122657, - 291.5743800832406, - 245.6401755817903, - 224.1364620174027, - 1350.0169158760293 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.5935086844451196, - 64.03257482600435, - 374.2752930104858, - 920.9363411491646, - 1559.0160339957738, - 2009.6151344274185, - 2177.9780408789184, - 2171.6833518147946, - 2110.7826830385225, - 1919.483249979701, - 1739.8144111263503, - 1570.9411985068505, - 1396.8509502886766, - 1215.960863156051, - 1064.1147628546732, - 913.3894895991543, - 810.2387054224833, - 695.7284281443008, - 617.5942826171367, - 527.9110959902811, - 459.87138182047994, - 430.67186920792307, - 3459.8557964137726 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4432678748278591, - 56.94700718414988, - 325.76261988731153, - 784.6123990744047, - 1300.4022025794625, - 1643.327197558148, - 1747.6535696869141, - 1709.4424642779893, - 1631.7584893216467, - 1455.2422258019367, - 1295.9430627307001, - 1148.2576638878163, - 1004.7622217503147, - 856.9742822683268, - 736.1516293839833, - 620.1963270879182, - 541.0714982124275, - 455.1170300888309, - 397.7349471745323, - 333.6540153653892, - 284.5034062085092, - 262.40849018296757, - 1755.5219801087344 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.590258477638905, - 63.52732509953018, - 368.91491482757743, - 902.0282528971162, - 1518.1771397696566, - 1947.067921040015, - 2102.7580934083994, - 2085.9323635654273, - 2020.6072390483373, - 1829.2000921045787, - 1653.5112736819854, - 1487.4433754983065, - 1318.9189642392266, - 1144.2863885447468, - 996.8586396895296, - 851.4973147659579, - 752.9441715683951, - 643.0195095041377, - 569.5265983548703, - 485.8314607081324, - 421.0081511937611, - 392.3998410423584, - 3054.350732181068 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4452738618410697, - 57.211452135420494, - 328.54178031523907, - 794.072440847676, - 1321.2632334539544, - 1675.7363858823567, - 1788.2251851877015, - 1756.1414102774374, - 1681.3756030313652, - 1505.668168710726, - 1345.6815615077346, - 1197.4586800280654, - 1050.1036173081843, - 900.611624868387, - 776.2859905003719, - 656.3266771845613, - 573.603336137537, - 485.44428320797414, - 425.565101953598, - 358.60398414778354, - 307.49058525752685, - 284.202558941009, - 1994.7040641720348 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.5882524906256945, - 63.26288014825957, - 366.13575439964995, - 892.568211123845, - 1497.316108895165, - 1914.6587327158065, - 2062.1864779076127, - 2039.2334175659798, - 1970.9901253386188, - 1778.774149195789, - 1603.772774904951, - 1438.2423593580572, - 1273.5775686813572, - 1100.649045944687, - 956.724278573141, - 815.3669646693146, - 720.4123336432856, - 612.6922563849946, - 541.6964435758046, - 460.881491925738, - 398.0209721447433, - 370.6057722843168, - 2815.1686481177676 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4470259264475445, - 57.382534896182605, - 330.323589392439, - 800.5290376095987, - 1335.4106422279779, - 1697.6905831885333, - 1816.3737586648135, - 1786.812677473226, - 1715.3054260021013, - 1539.2620523373512, - 1378.5817291191584, - 1229.1105143034963, - 1080.7047511352323, - 928.7760227898865, - 802.2338489489961, - 679.5523300010885, - 595.5614743194666, - 504.69227199367873, - 443.11010425560147, - 374.8646215242782, - 321.7360639434799, - 297.44374403763425, - 2132.129135685155 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.5865004260192197, - 63.09179738749746, - 364.35394532245004, - 886.1116143619223, - 1483.168700121141, - 1892.70453540963, - 2034.037904430501, - 2008.5621503701916, - 1937.0603023678827, - 1745.180265569164, - 1570.8726072935272, - 1406.5905250826268, - 1242.9764348543092, - 1072.4846480231872, - 930.7764201245167, - 792.1413118527873, - 698.454195461356, - 593.4442675992899, - 524.151441273801, - 444.6208545492433, - 383.77549345879044, - 357.36458718769154, - 2677.7435766046474 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.3000827224857558, - 64.1374143092973, - 362.93976002727373, - 837.6866341883227, - 1420.9904156769287, - 1772.8794725630719, - 1908.9547975165813, - 1902.2377034504048, - 1810.7985519689064, - 1663.4558434205208, - 1472.5603636688634, - 1288.8153388908777, - 1165.0907998009839, - 998.4635308690608, - 886.8730971890338, - 738.2303059181625, - 637.0405340180209, - 530.867111681684, - 479.0804832360013, - 427.94389615156155, - 349.5055718949209, - 318.73694746275794, - 2419.887307453488 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.7334436299810076, - 58.937083419354266, - 314.83669929530066, - 783.2998402976687, - 1329.117903287936, - 1777.6464425455197, - 1964.2083132222265, - 1967.8918809359361, - 1871.469079018242, - 1755.1116753557662, - 1541.6814284143557, - 1377.004283566161, - 1234.428545000224, - 1066.0678324383196, - 942.7766542559211, - 819.052115166027, - 675.1762938776031, - 602.3716614184007, - 514.3993971968645, - 464.1295319274151, - 386.99129039326016, - 334.5546205863346, - 2682.5040173956136 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaledown": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.334982185459198, - 71.70761453323692, - 375.89284107715423, - 890.4331177012859, - 1397.7263481757818, - 1759.697232176005, - 1850.2853090464503, - 1813.0965195943727, - 1727.466947984204, - 1572.609014470937, - 1429.193785404463, - 1264.9909765929815, - 1084.7683815559894, - 938.6831881185968, - 812.4320157223126, - 735.9566076695785, - 622.2924101647667, - 544.2913081857932, - 476.77935194971377, - 379.3256524111922, - 346.71394473783175, - 309.33444354497414, - 2305.514234288033 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaleup": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1782196680300685, - 52.43077522733804, - 326.7595879336724, - 839.2851435267532, - 1411.703532244692, - 1807.585340702792, - 1960.5575276020295, - 1959.7720478233427, - 1821.134866885138, - 1691.3343334571596, - 1507.5320652444702, - 1352.007069064502, - 1163.8846620690356, - 997.1665790427819, - 888.7703695840161, - 729.9070843446283, - 647.4317075825234, - 549.8358450806992, - 488.1756824537921, - 428.67558921827356, - 360.9279583065445, - 320.08300981483535, - 2419.081348410402 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.426886981769047, - 26.561321890614284, - 216.91746210668327, - 265.61321890614283, - 358.5778455232927, - 336.44341061444754, - 482.5306810128261, - 354.15095854152366, - 354.1509585415237, - 345.2971845779856, - 301.02831476029513, - 332.0165236326785, - 216.91746210668325, - 234.62501003375945, - 225.77123607022133, - 194.78302719783807, - 194.78302719783807, - 154.94104436191662, - 79.68396567184286, - 128.37972247130236, - 79.68396567184286, - 101.81840058068809, - 911.9387182444237 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.189080146717141, - 24.81408493499731, - 199.65737561531125, - 240.70471677223748, - 319.3349450022011, - 294.54437790429444, - 416.79057929224666, - 297.91482980992976, - 291.1475030169867, - 279.265323337264, - 239.85842048751957, - 258.4964447220764, - 166.8145086078939, - 175.8012275211033, - 166.46810470157052, - 142.33894218678378, - 138.78927052849593, - 107.6585712313869, - 54.178456326380484, - 85.76747676632078, - 53.981736536128125, - 67.68627190993965, - 444.7333666016093 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.664693816820953, - 28.30855884623125, - 234.17754859805535, - 290.52172104004813, - 397.82074604438446, - 378.3424433246007, - 548.2707827334056, - 410.3870872731178, - 417.1544140660609, - 411.3290458187073, - 362.19820903307084, - 405.5366025432807, - 267.02041560547264, - 293.4487925464157, - 285.0743674388723, - 247.22711220889235, - 250.77678386718023, - 202.2235174924464, - 105.18947501730521, - 170.99196817628393, - 105.38619480755756, - 135.95052925143654, - 1379.144069887238 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.214396406644132, - 25.13863108684825, - 203.56261621937696, - 247.3764850594725, - 331.00013804970797, - 307.48534444385984, - 438.08528907673764, - 319.93001545070354, - 316.44321942157865, - 305.9052916419138, - 262.7470170957746, - 288.07226913694814, - 186.2071787326242, - 199.8120399792368, - 191.0097285768618, - 162.27383679667162, - 159.6598292040461, - 125.47748303409821, - 65.5670381076359, - 102.43429123202671, - 61.62558695146146, - 80.82333570877566, - 595.8953020533861 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.639377556893962, - 27.984012694380308, - 230.2723079939896, - 283.8499527528131, - 386.15555299687765, - 365.40147678503524, - 526.9760729489146, - 388.37190163234396, - 391.85869766146885, - 384.68907751405754, - 339.3096124248158, - 375.96077812840895, - 247.62774548074245, - 269.4379800882822, - 260.532743563581, - 227.29221759900452, - 229.90622519163003, - 184.4046056897351, - 93.8008932360498, - 154.32515371057804, - 97.74234439222423, - 122.8134654526005, - 1227.9821344354614 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.224460657516748, - 25.222880279720048, - 205.22570773728577, - 250.66967395325418, - 337.1597708492396, - 314.6300287669443, - 449.3645129155216, - 329.5414787892151, - 328.15053706552146, - 318.18647909592295, - 277.1287278375787, - 305.520982515809, - 198.3121899187807, - 213.8542638256264, - 204.8010724375814, - 173.77800183021665, - 175.06684847289324, - 138.6018887029707, - 70.93491525346722, - 113.3269233311058, - 70.15114874736683, - 88.73259183268786, - 761.0859731802798 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.629313306021346, - 27.899763501508517, - 228.6092164760808, - 280.55676385903143, - 379.9959201973459, - 358.25679246195097, - 515.6968491101308, - 378.7604382938324, - 380.1513800175261, - 372.40789006004843, - 324.9279016830118, - 358.512064749548, - 235.52273429458592, - 255.39575624189263, - 246.74139970286132, - 215.78805256545948, - 214.49920592278286, - 171.28020002086254, - 88.43301609021847, - 143.43252161149894, - 89.21678259631886, - 114.9042093286883, - 1062.7914633085675 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.226328250462182, - 25.33317201866428, - 206.50355633261708, - 252.40705416832574, - 340.24098794371446, - 318.59212720068206, - 456.5106498108967, - 334.17767452109086, - 334.49744793541464, - 325.22626694857206, - 283.0939234604579, - 312.38054764922373, - 202.8947442310571, - 219.62232463759875, - 210.0456884490141, - 182.00526753067078, - 181.02011225195446, - 144.40833892548807, - 73.61138345460115, - 118.89733055635307, - 73.72924932049075, - 93.76772616874108, - 827.8527322450298 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.627445713075912, - 27.789471762564286, - 227.33136788074958, - 278.8193836439599, - 376.9147031028711, - 354.29469402821314, - 508.5507122147555, - 374.1242425619567, - 373.8044691476329, - 365.36810220739926, - 318.9627060601325, - 351.6524996161333, - 230.94017998230947, - 249.62769542992024, - 241.49678369142867, - 207.56078686500535, - 208.54594214372167, - 165.47374979834518, - 85.75654788908454, - 137.86211438625168, - 85.63868202319495, - 109.86907499263509, - 996.0247042438178 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 44.26886981769047, - 154.94104436191662, - 278.8938798514499, - 349.72407155975463, - 363.0047325050618, - 460.3962461039809, - 371.8585064685999, - 393.99294137744516, - 278.89387985144987, - 332.0165236326785, - 327.5896366509095, - 216.9174621066833, - 225.7712360702214, - 225.7712360702214, - 199.20991417960707, - 212.49057512491422, - 137.23349643484045, - 97.39151359891903, - 92.96462661714999, - 110.67217454422618, - 75.2570786900738, - 916.3656052261929 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 66.40330472653571, - 177.07547927076186, - 314.3089757056023, - 354.15095854152366, - 411.7004893045213, - 500.23822893990234, - 429.4080372315975, - 367.43161948683087, - 380.7122804321381, - 314.3089757056023, - 358.5778455232927, - 283.32076683321895, - 239.05189701552854, - 239.0518970155285, - 256.75944494260466, - 137.23349643484045, - 199.20991417960713, - 132.80660945307142, - 106.24528756245712, - 106.24528756245712, - 84.11085265361189, - 1031.464666752188 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.316214807224821, - 25.897288843348925, - 211.49452555401623, - 258.97288843348923, - 349.6133993852105, - 328.0323253490864, - 470.46741398750544, - 345.2971845779857, - 345.2971845779857, - 336.6647549635361, - 293.5026068912879, - 323.71611054186167, - 211.49452555401626, - 228.75938478291556, - 220.1269551684659, - 189.91345151789216, - 189.91345151789213, - 151.06751825286875, - 77.69186653004678, - 125.1702294095198, - 77.69186653004677, - 99.27294056617087, - 889.140250288313 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.5375591563132724, - 27.225354937879633, - 222.34039865935037, - 272.2535493787964, - 367.5422916613751, - 344.8544958798087, - 494.5939480381468, - 363.00473250506184, - 363.00473250506184, - 353.9296141924353, - 308.55402262930255, - 340.3169367234955, - 222.34039865935034, - 240.49063528460346, - 231.4155169719769, - 199.65260287778398, - 199.652602877784, - 158.81457047096453, - 81.6760648136389, - 131.58921553308488, - 81.6760648136389, - 104.36386059520527, - 934.7371862005343 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_pseudodata": { - "contents": [ - 10.504931603306169, - 267.1787921420336, - 1082.0483850487205, - 2248.037449890366, - 3710.6045589335204, - 5390.210899668375, - 7183.6552318830745, - 6979.556189236376, - 4688.982859369954, - 3583.4698501942735, - 3017.5850205842353, - 2564.23204077631, - 2134.2911455591297, - 1847.6150922259908, - 1607.484005602746, - 1359.529679914308, - 1187.248047014924, - 1042.9907982901886, - 886.048310669342, - 809.0861435752449, - 688.0861374436031, - 609.1382416886963, - 554.2133392496029, - 466.84887021872896, - 409.6777312948265, - 367.47848740984847, - 3583.3969286513066 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan": { - "contents": [ - 0.02716915791335028, - 0.10867663165340113, - 0.43082521834026877, - 0.7452111884804649, - 1.1100541661740262, - 1.1837990233674056, - 1.4516092942275722, - 1.377864437034193, - 1.2769504219274634, - 1.1876803316407414, - 1.0945289330806829, - 0.9858523014272818, - 0.9353952938739171, - 0.7956681960338299, - 0.7684990381204796, - 0.6326532485537281, - 0.5511457748136772, - 0.4890448424403051, - 0.40365606042691843, - 0.2988607370468531, - 0.3726055942402325, - 0.26781027086016707, - 0.2910981205001816, - 0.190184105393452, - 0.1436084061134229, - 0.15525233093343016, - 1.478778452140923 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.024148287167859647, - 0.09375767104144152, - 0.36819472996935343, - 0.6316589058904528, - 0.9332140592697442, - 0.9901780194979144, - 1.198459816333746, - 1.1220743353147797, - 1.0303617498607354, - 0.9351872800086428, - 0.8484531395150112, - 0.7334476708492856, - 0.6929725997841971, - 0.5918316494343612, - 0.55574306317256, - 0.43804069171128346, - 0.3765174678162207, - 0.3377445930107572, - 0.2591949794021971, - 0.19886107326570293, - 0.2247146496107177, - 0.1772128944348474, - 0.19238783945652188, - 0.11408741796819824, - 0.09363086142269862, - 0.0964057542563666, - 0.7710552434911215 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.030190028658840917, - 0.12359559226536077, - 0.4934557067111841, - 0.858763471070477, - 1.2868942730783077, - 1.3774200272368957, - 1.7047587721213981, - 1.6336545387536066, - 1.523539093994191, - 1.440173383272839, - 1.3406047266463545, - 1.2382569320052779, - 1.1778179879636363, - 0.9995047426332986, - 0.981255013068399, - 0.8272658053961726, - 0.7257740818111333, - 0.640345091869853, - 0.5481171414516398, - 0.39886040082800334, - 0.5204965388697472, - 0.35840764728548674, - 0.38980840154384133, - 0.26628079281870565, - 0.19358595080414723, - 0.2140989076104938, - 2.1865016607907233 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.025408378156974807, - 0.0993192825699228, - 0.38996086418445325, - 0.669923389957551, - 0.9890297587034248, - 1.0493535370511433, - 1.2820962179844426, - 1.1989568057290585, - 1.10436089339146, - 1.021774415951422, - 0.9395171826147577, - 0.8235105183508367, - 0.7847623868856156, - 0.6709666734923353, - 0.6345769826121419, - 0.5150345071566538, - 0.4503616015977789, - 0.3926924561726969, - 0.3202004125154202, - 0.24223160030269963, - 0.28223745758480673, - 0.21475054288232173, - 0.2316069434225354, - 0.14599486489254848, - 0.11402355831801352, - 0.1203060015673834, - 1.0559045789621162 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.028929937669725757, - 0.11803398073687947, - 0.47168957249608423, - 0.8204989870033788, - 1.2310785736446268, - 1.318244509683667, - 1.6211223704707016, - 1.5567720683393274, - 1.4495399504634667, - 1.35358624733006, - 1.2495406835466079, - 1.1481940845037266, - 1.0860282008622182, - 0.920369718575324, - 0.902421093628817, - 0.7502719899508022, - 0.6519299480295754, - 0.5853972287079133, - 0.4871117083384168, - 0.35548987379100655, - 0.46297373089565824, - 0.32086999883801237, - 0.35058929757782775, - 0.23437334589435546, - 0.1731932539088323, - 0.19019866029947702, - 1.9016523253197288 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.02560696165605353, - 0.10153144634939885, - 0.40165836925226517, - 0.6913094591890728, - 1.0243837164063345, - 1.0916976703088888, - 1.3331171675008346, - 1.2627758841132413, - 1.160571667555557, - 1.0808356774923542, - 0.9908179501994807, - 0.8863389534436921, - 0.8402314976195759, - 0.712275134218239, - 0.6790847936186677, - 0.5595078412295329, - 0.4876830187226192, - 0.43285344449485386, - 0.3555837529348679, - 0.26142351745095127, - 0.32267389750348696, - 0.23332587782408903, - 0.2516676065241548, - 0.1620982309822932, - 0.12601188860183757, - 0.133146703535297, - 1.2256484414339048 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.02873135417064704, - 0.11582181695740341, - 0.4599920674282725, - 0.799112917771857, - 1.1957246159417172, - 1.2759003764259218, - 1.57010142095431, - 1.4929529899551448, - 1.3933291762993694, - 1.2945249857891274, - 1.198239915961885, - 1.0853656494108712, - 1.0305590901282577, - 0.8790612578494205, - 0.857913282622291, - 0.7057986558779233, - 0.6146085309047351, - 0.5452362403857564, - 0.45172836791896914, - 0.33629795664275486, - 0.422537290976978, - 0.30229466389624515, - 0.3305286344762084, - 0.21826997980461077, - 0.16120492362500827, - 0.17735795833156334, - 1.7319084628479398 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.025853030536038837, - 0.10266700192383756, - 0.4071499352955011, - 0.7031765289120759, - 1.0447764133016493, - 1.113985870809473, - 1.362496882089454, - 1.2915932335203193, - 1.1933778799269517, - 1.1103154570598954, - 1.020690712229697, - 0.9158684016280438, - 0.8701731225489234, - 0.7391518598113701, - 0.7113612074107519, - 0.585726867006659, - 0.509757535009124, - 0.4504369535591793, - 0.37177790525094356, - 0.2762789822853768, - 0.3409006424459552, - 0.24635579357032777, - 0.2662570804509733, - 0.17289942674345243, - 0.13084311675235136, - 0.14209096619215306, - 1.3253559154766033 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.02848528529066173, - 0.11468626138296471, - 0.4545005013850365, - 0.7872458480488538, - 1.1753319190464022, - 1.253612175925337, - 1.5407217063656902, - 1.4641356405480666, - 1.3605229639279748, - 1.2650452062215862, - 1.1683671539316682, - 1.0558362012265194, - 1.0006174651989104, - 0.8521845322562892, - 0.8256368688302069, - 0.679579630100797, - 0.5925340146182302, - 0.527652731321431, - 0.4355342156028934, - 0.3214424918083294, - 0.40431054603450967, - 0.28926474815000636, - 0.3159391605493899, - 0.20746878404345148, - 0.15637369547449448, - 0.16841369567470732, - 1.632200988805242 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.023287849640014527, - 0.11255793992673688, - 0.4230626017935972, - 0.7335672636604577, - 1.1139354744473617, - 1.1915616399140772, - 1.4710158355942513, - 1.3312887377541638, - 1.3778644370341933, - 1.110054166174026, - 1.1682737902740623, - 0.9936149179739533, - 0.9043448276872311, - 0.8034308125805013, - 0.6908728726537644, - 0.6520597899204069, - 0.5627896996336845, - 0.4735196093469622, - 0.4036560604269185, - 0.34931774460021786, - 0.3648429776935609, - 0.2910981205001816, - 0.27169157913350284, - 0.20570933848679498, - 0.14748971438675867, - 0.14748971438675867, - 1.4477279859542367 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.019406541366678774, - 0.1203205564734084, - 0.43082521834026877, - 0.811193429127173, - 1.0906476248073471, - 1.3080008881141496, - 1.4787784521409228, - 1.4826597604142586, - 1.4089149032208794, - 1.2458999557407775, - 1.1643924820007268, - 1.1449859406340481, - 0.9121074442339026, - 0.8383625870405231, - 0.7995495043071655, - 0.7296859553871221, - 0.5899588575470347, - 0.5666710079070203, - 0.426943910066933, - 0.35708036114688946, - 0.3299112032335392, - 0.3493177446002179, - 0.29497942877351735, - 0.2522850377668241, - 0.17077756402677322, - 0.13584578956675142, - 1.637912091347689 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW": { - "contents": [ - 0.7688134720416123, - 8.07254145643693, - 43.437961170351116, - 86.36338002600772, - 123.65083342002586, - 182.33692845253583, - 230.13149929778996, - 232.18166855656762, - 175.41760720416127, - 145.0494750585174, - 133.261001820546, - 111.60608902470729, - 96.35795516254868, - 83.54439729518849, - 73.93422889466835, - 65.73355185955783, - 59.454908504551355, - 55.09829882964889, - 41.51592749024709, - 39.33762265279585, - 36.0060976072822, - 32.29016582574774, - 32.93084371911575, - 26.524064785435634, - 23.19253973992198, - 21.01423490247074, - 200.53218062418753 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.6997704184391254, - 7.1551968254100276, - 37.57780060681892, - 74.49414333322211, - 105.52552725738298, - 154.1391627448208, - 189.33418416240158, - 187.3742824145627, - 140.73671377906086, - 115.7991556567356, - 105.34606336885848, - 85.69173536708752, - 72.81056796291124, - 62.779880616486906, - 54.581674195502686, - 48.636209372586954, - 42.820343676907505, - 38.517016379430665, - 29.604141776868087, - 27.64323096134712, - 25.06655461191807, - 21.335108414772023, - 21.849280453857688, - 17.230215077818592, - 14.248848530688392, - 12.268825492760888, - 99.90038936844076 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.8378565256440993, - 8.989886087463832, - 49.298121733883285, - 98.23261671879347, - 141.77613958266903, - 210.53469416025064, - 270.92881443317697, - 276.9890546985711, - 210.09850062926157, - 174.29979446029944, - 161.1759402722338, - 137.52044268232729, - 119.90534236218626, - 104.30891397389018, - 93.2867835938341, - 82.83089434652875, - 76.08947333219521, - 71.67958127986711, - 53.427713203626055, - 51.032014344244544, - 46.945640602646286, - 43.24522323672342, - 44.012406984373776, - 35.81791449305266, - 32.13623094915555, - 29.759644312180587, - 301.1639718799337 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.7143538489869147, - 7.412130683953184, - 39.35312305357851, - 78.01868460682338, - 111.18819585710679, - 162.7708688464643, - 202.42388221027707, - 201.49459294077576, - 152.13911551954791, - 125.52700657567537, - 115.22127420750974, - 94.94013498452534, - 81.24751499238539, - 70.39829957151251, - 61.6991210781644, - 55.198711074605406, - 48.78397572233705, - 45.40278012102161, - 34.488287631288195, - 32.30546000833346, - 29.603485082027383, - 25.828787120723742, - 26.31179818877072, - 21.108350485006504, - 18.215805919318107, - 16.10384127560671, - 142.68204811329932 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.8232730950963101, - 8.732952228920677, - 47.522799287123696, - 94.7080754451922, - 136.11347098294516, - 201.90298805860718, - 257.83911638530145, - 262.86874417235816, - 198.69609888877454, - 164.5719435413597, - 151.30072943358255, - 128.27204306488946, - 111.46839533271209, - 96.69049501886457, - 86.16933671117236, - 76.2683926445103, - 70.12584128676568, - 64.79381753827616, - 48.543567349205944, - 46.3697852972582, - 42.408710132536974, - 38.751544530771696, - 39.54988924946074, - 31.939779085864757, - 28.16927356052584, - 25.92462852933476, - 258.3823131350751 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.7198736894619635, - 7.545153433682136, - 40.392685001239016, - 80.14785345409011, - 114.29723249037873, - 167.98141506107524, - 210.5167491728811, - 210.75666602594094, - 159.02493031515849, - 131.2404799312841, - 120.62036291660596, - 100.10624618299434, - 86.00315187304716, - 74.71497399141477, - 65.65937537433476, - 58.514459426994875, - 52.417754578875964, - 48.65308322660353, - 36.69814585498781, - 34.679928404023485, - 31.66806759128738, - 28.114550658899336, - 28.68065664865694, - 23.000136160069893, - 20.051600350737967, - 17.807628031334925, - 165.46456801629475 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.8177532546212612, - 8.599929479191726, - 46.48323733946317, - 92.57890659792545, - 133.0044343496732, - 196.69244184399622, - 249.74624942269747, - 253.60667108719304, - 191.81028409316406, - 158.85847018575097, - 145.90164072448633, - 123.10593186642045, - 106.71275845205034, - 92.3738205989623, - 82.20908241500203, - 72.95264429212085, - 66.49206243022675, - 61.54351443269424, - 46.33370912550634, - 43.99531690156818, - 40.34412762327697, - 36.4657809925961, - 37.18103078957453, - 30.047993410801357, - 26.333479129105978, - 24.220841773606548, - 235.5997932320798 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.7308142655504307, - 7.6268668936851824, - 40.96289833692863, - 81.32268152516558, - 116.20024704658262, - 171.08210586372678, - 215.2899726617159, - 216.36261661303598, - 163.42011380453772, - 135.08405777353929, - 123.84440323385584, - 103.41535450965458, - 88.95984931810506, - 77.26478291274992, - 68.20003661662363, - 60.653031223406, - 54.563164610739584, - 50.64006662920696, - 38.075433145663595, - 36.07991671436788, - 32.947063881469234, - 29.385456388559, - 29.964190740230404, - 24.141358673519786, - 21.134116747971184, - 18.99676023743904, - 178.36088545053067 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.8068126785327941, - 8.518216019188676, - 45.913024003773565, - 91.40407852685001, - 131.10141979346938, - 193.5917510413447, - 244.9730259338628, - 248.00072050009786, - 187.41510060378474, - 155.0148923434958, - 142.67760040723644, - 119.79682353976023, - 103.75606100699241, - 89.82401167762717, - 79.66842117271312, - 70.81407249570971, - 64.34665239836312, - 59.55653103009082, - 44.956421834830536, - 42.59532859122378, - 39.06513133309513, - 35.19487526293644, - 35.897496698001056, - 28.906770897351468, - 25.250962731872765, - 23.031709567502432, - 222.70347579784377 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_res_up": { - "contents": [ - 0.5125423146944083, - 7.688134720416125, - 42.41287654096231, - 87.51660023407014, - 128.77625656696992, - 180.67116592977902, - 228.85014351105394, - 228.7220079323803, - 171.06099752925877, - 147.09964431729503, - 135.05489992197644, - 112.11863133940167, - 101.73964946683995, - 83.54439729518847, - 73.03727984395314, - 64.83660280884261, - 60.60812871261376, - 51.25423146944083, - 44.59118137841354, - 41.25965633289988, - 31.649487932379724, - 34.852877399219786, - 31.905759089726928, - 27.421013836150852, - 23.576946475942787, - 20.75796374512354, - 203.2230277763332 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_scale_up": { - "contents": [ - 0.6406778933680103, - 8.07254145643693, - 44.71931695708713, - 87.77287139141735, - 129.03252772431713, - 182.8494707672303, - 230.51590603381078, - 252.42708998699698, - 195.27862189856972, - 155.42845693107913, - 137.36134033810126, - 128.26371425227552, - 98.92066673602069, - 93.15456569570863, - 80.98168572171646, - 66.50236533159945, - 62.27389123537059, - 57.66101040312091, - 48.94779105331599, - 40.23457170351106, - 37.92813128738623, - 32.80270814044214, - 33.18711487646295, - 30.752538881664506, - 24.089488790637194, - 22.67999742522757, - 220.13692416124886 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan": { - "contents": [ - 0.47209748821498887, - 5.327957366997733, - 16.793182080790324, - 31.2258767205057, - 41.746906457868306, - 47.68184630971388, - 58.4726460403422, - 60.56336348815144, - 59.01218602687362, - 57.798221057177926, - 54.89819362957158, - 51.39118371711737, - 43.90506640399398, - 40.667826484805474, - 38.239896545414105, - 34.39567414137777, - 32.17007169693568, - 27.718866808051494, - 24.616511885495854, - 22.79556443095233, - 20.704846983143092, - 18.074589548802436, - 17.669934558903876, - 14.904792127930365, - 15.9838721009932, - 13.825712154867535, - 135.76174911096754 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.41831947233089173, - 4.684429478374676, - 14.514427571151629, - 26.726574792431535, - 35.37414676757706, - 40.19266563186227, - 49.07062012746767, - 49.79931629978498, - 48.2523908772682, - 46.734280262157114, - 44.00250395343663, - 40.22812774050827, - 34.22482754009575, - 31.959720652264807, - 29.49984509824121, - 25.75862635733671, - 23.985652648665923, - 20.78611203224727, - 18.086284499526116, - 16.599009859192147, - 15.242775993086992, - 12.872673780845814, - 12.675941905678725, - 10.681022311571827, - 11.569241068188205, - 9.276419528705361, - 85.99285253929035 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.525875504099086, - 5.971485255620788, - 19.071936590429008, - 35.72517864857985, - 48.11966614815954, - 55.17102698756549, - 67.87467195321673, - 71.32741067651787, - 69.77198117647902, - 68.86216185219874, - 65.79388330570652, - 62.554239693726444, - 53.58530526789219, - 49.375932317346134, - 46.979947992586986, - 43.03272192541881, - 40.35449074520543, - 34.651621583855714, - 31.146739271465584, - 28.992119002712496, - 26.166917973199173, - 23.27650531675905, - 22.663927212129018, - 19.1285619442889, - 20.398503133798187, - 18.375004781029702, - 185.5306456826447 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.4370347656137002, - 4.895434926037015, - 15.213140284022105, - 28.122789414569898, - 37.29358345302138, - 42.35830168430521, - 51.996206154357886, - 53.24701791149313, - 51.71160302661871, - 50.28194430183865, - 47.690200749192826, - 43.85980511110039, - 37.57530762911367, - 34.96554533773795, - 32.55958057701701, - 28.801388456106537, - 26.942128393574095, - 23.436301886207534, - 20.652179660903137, - 19.05246467661821, - 17.23391880728817, - 14.853137496954197, - 14.558545502940937, - 12.195228638303812, - 13.186899972181443, - 11.129426407097025, - 105.54811157874789 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.5071602108162776, - 5.760479807958449, - 18.373223877558534, - 34.32896402644149, - 46.200229462715235, - 53.005390935122556, - 64.94908592632652, - 67.87970906480973, - 66.31276902712852, - 65.3144978125172, - 62.106186509950305, - 58.922562323134336, - 50.234825178874274, - 46.37010763187298, - 43.92021251381118, - 39.98995982664899, - 37.39801500029725, - 32.001431729895444, - 28.580844110088556, - 26.53866418528643, - 24.175775158998, - 21.296041600650668, - 20.781323614866803, - 17.61435561755692, - 18.78084422980495, - 16.521997902638038, - 165.97538664318714 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.4424027669640734, - 4.987685198949007, - 15.642101444935005, - 28.967862359782863, - 38.62073010725497, - 43.96095199795045, - 53.921195781128425, - 55.59158260023118, - 53.98602488263508, - 52.677999757357746, - 49.97211188388944, - 46.40967372192045, - 39.6265654195681, - 36.74404353543099, - 34.5156021833254, - 30.846280833887832, - 28.746987650902042, - 24.860820228069038, - 22.014937534931367, - 20.31106656920353, - 18.419056851004246, - 16.023191077511672, - 15.645888235836567, - 13.12116145073654, - 14.15539268931347, - 12.214021911975298, - 116.86967059876355 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.5017922094659044, - 5.668229535046457, - 17.94426271664564, - 33.483891081228535, - 44.87308280848163, - 51.40274062147731, - 63.02409629955598, - 65.53514437607168, - 64.03834717111214, - 62.91844235699811, - 59.8242753752537, - 56.372693712314266, - 48.18356738841983, - 44.59160943417995, - 41.96419090750281, - 37.9450674488677, - 35.5931557429693, - 30.576913388033947, - 27.21808623606033, - 25.280062292701114, - 22.990637115281924, - 20.125988020093192, - 19.69398088197117, - 16.688422805124183, - 17.812351512672922, - 15.437402397759765, - 154.6538276231715 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.44804422656933884, - 5.042225104306272, - 15.837067696571948, - 29.41344440826913, - 39.250586663816975, - 44.82321487681633, - 54.97829687626334, - 56.78964747405426, - 55.27154265478287, - 54.02637815309259, - 51.28166711084733, - 47.88051873739112, - 40.837832162436605, - 37.847136199261584, - 35.60144168616089, - 31.95960842373246, - 29.774395605469614, - 25.709008700567505, - 22.797488122837894, - 21.087683271047243, - 19.131764936064414, - 16.68096566700956, - 16.263186261559714, - 13.704689753005812, - 14.751207644850243, - 12.703068016153914, - 123.56494505805459 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.49615074986063895, - 5.6136896296891905, - 17.74929646500869, - 33.03830903274226, - 44.243226251919644, - 50.54047774261142, - 61.96699520442104, - 64.33707950224861, - 62.75282939896436, - 61.57006396126327, - 58.514720148295794, - 54.90184869684361, - 46.97230064555133, - 43.488516770349364, - 40.878351404667306, - 36.831739859023074, - 34.56574778840173, - 29.728724915535476, - 26.435535648153802, - 24.5034455908574, - 22.277929030221756, - 19.46821343059531, - 19.076682856248027, - 16.104894502854915, - 17.21653655713615, - 14.948356293581147, - 147.95855316388042 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.33721249158213495, - 5.462842363630586, - 16.793182080790324, - 30.349124242392147, - 40.128286498274065, - 49.90744875415597, - 59.88893850498718, - 58.54008853865863, - 58.9447435285572, - 57.93310605381079, - 52.470263690180204, - 51.72839620869951, - 46.535323838334634, - 43.90506640399398, - 35.00265662622561, - 35.609639111073456, - 33.38403666663136, - 28.932831777747186, - 22.93044942758518, - 23.942086902331585, - 20.43507698987738, - 17.13039457237246, - 18.749014531966708, - 14.904792127930367, - 16.860624579106748, - 12.004764700324007, - 134.27801414800615 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.4046549898985619, - 5.867497353529148, - 16.793182080790324, - 32.57472668683423, - 42.69110143429828, - 52.13305119859807, - 59.95638100330359, - 63.463390915757806, - 63.058735925859246, - 58.87730103024076, - 60.22615099656931, - 51.39118371711737, - 49.84000625583955, - 45.253916370322514, - 39.25153402016051, - 38.77943653194552, - 34.125904148112056, - 32.43984169020138, - 25.560706861925834, - 23.807201905698733, - 21.64904195957307, - 20.974616976408797, - 19.018784525232416, - 17.197837070688884, - 15.10711962287965, - 15.848987104360347, - 149.72234626246794 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar": { - "contents": [ - 8.01717678866216, - 180.71149842552003, - 769.4322912578207, - 1708.0920168925318, - 3013.5917507219897, - 4821.356776338451, - 7210.6921398135355, - 7401.154258657692, - 4514.537253831809, - 3227.888719478394, - 2686.837626470566, - 2245.2428617328997, - 1915.45521112901, - 1622.0698767547244, - 1334.3182341778788, - 1175.0581006733748, - 1013.6311626313944, - 882.5394881140815, - 758.1649076629441, - 641.1574626392257, - 595.8712478059721, - 486.4476186634207, - 432.4941856802618, - 398.0419935343892, - 343.8718800974826, - 305.73612023790037, - 2661.702693835841 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_ME_var": { - "contents": [ - 7.136265000785257, - 227.13712031070784, - 960.3373758199596, - 2078.8959413716148, - 3484.7401465262906, - 5232.717285147222, - 7322.01178409145, - 7255.338679655541, - 4995.793287121147, - 3908.838180858668, - 3335.4902613670124, - 2814.7468095954328, - 2434.281938410716, - 2065.0311979415183, - 1840.952476916863, - 1584.2508301743296, - 1363.8421882929329, - 1239.8750705650057, - 1063.9151649742146, - 940.1519405320241, - 826.7872736624065, - 722.8016979366782, - 660.6142457869781, - 563.3571484905616, - 501.78137619807165, - 459.98325262204366, - 4591.6767947909575 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_PS_var": { - "contents": [ - 13.87359820582708, - 280.6591420827451, - 1097.5141067150246, - 2302.0798968831223, - 3715.1246222522977, - 5282.091295283384, - 6859.3694264403985, - 6464.721801801683, - 4187.389404420923, - 3010.195848550812, - 2434.0665608953154, - 2074.665374941659, - 1719.2012911815477, - 1461.9772812032397, - 1223.5013769084815, - 1019.7094681282913, - 904.4086181744578, - 766.4225603435286, - 655.0588125832406, - 580.6288330195466, - 496.26235744357103, - 424.64459373240965, - 385.8360149674611, - 317.21794816566774, - 282.1589905374291, - 248.41240030703892, - 2167.843460188903 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_down": { - "contents": [ - 7.173494200042793, - 159.51041974237617, - 668.6776374082285, - 1470.15401550414, - 2571.5871789192747, - 4060.4606928111643, - 5930.5294473120075, - 5964.409450706546, - 3646.646992880081, - 2607.334717288339, - 2149.556167329805, - 1774.0590403256929, - 1498.2213490464412, - 1254.8407815633407, - 1022.898186133594, - 888.7097518132721, - 759.8642782915726, - 654.2941518942149, - 557.755530888361, - 463.18875279609205, - 427.9117529605008, - 348.040933910342, - 303.0380423128916, - 278.3147957690233, - 236.87870820576924, - 202.76032584142322, - 1599.6565149460832 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_up": { - "contents": [ - 8.860859377281532, - 201.91257710866404, - 870.1869451074115, - 1946.0300182809317, - 3455.596322524691, - 5582.252859865688, - 8490.85483231499, - 8837.899066608781, - 5382.427514783494, - 3848.4427216684303, - 3224.1190856113194, - 2716.4266831401087, - 2332.6890732115867, - 1989.2989719461157, - 1645.738282222168, - 1461.4064495334799, - 1267.3980469712164, - 1110.7848243339465, - 958.574284437526, - 819.1261724823586, - 763.8307426514423, - 624.8543034164987, - 561.9503290476314, - 517.7691912997547, - 450.86505198919576, - 408.71191463437737, - 3723.7488727255923 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_down": { - "contents": [ - 7.4616758178950455, - 165.4183104971358, - 697.3543034715245, - 1538.3860488119865, - 2697.767982240611, - 4277.999045416555, - 6303.070741448852, - 6387.7279436958615, - 3909.9367495534975, - 2801.6958857861996, - 2320.0537892978336, - 1925.9846352685393, - 1635.448726730573, - 1380.2276050679523, - 1130.3349807836667, - 988.1106640573864, - 850.9334783689853, - 736.5597453258007, - 630.4937169321688, - 529.3268454474829, - 490.29549110244835, - 400.08543918104107, - 352.2556091156117, - 324.7941953771593, - 278.344602873942, - 244.3526535543577, - 2029.8281603983698 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_up": { - "contents": [ - 8.57267775942928, - 196.0046863539044, - 841.5102790441155, - 1877.7979849730852, - 3329.415519203354, - 5364.714507260299, - 8118.313538178145, - 8414.580573619462, - 5119.137758110079, - 3654.0815531705703, - 3053.621463643292, - 2564.5010881972626, - 2195.461695527454, - 1863.912148441504, - 1538.301487572095, - 1362.0055372893653, - 1176.3288468938035, - 1028.5192309023605, - 885.8360983937181, - 752.9880798309678, - 701.4470045094947, - 572.8097981457996, - 512.7327622449113, - 471.2897916916187, - 409.399157321023, - 367.1195869214429, - 3293.577227273306 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_down": { - "contents": [ - 7.54644019571149, - 168.61166915493024, - 714.0270619925991, - 1580.7355071219804, - 2778.238659120362, - 4424.488237807916, - 6560.504915383297, - 6676.451081551167, - 4080.5486264476604, - 2922.8368879631316, - 2424.3577857841187, - 2019.3882659138276, - 1717.602563832507, - 1450.5899610346912, - 1191.1386765928064, - 1045.1463595669447, - 899.3705791054671, - 781.5205873726959, - 668.9498693133057, - 563.7942018394856, - 522.9675246667647, - 425.5506469973905, - 377.2136424736439, - 348.10414027582664, - 298.7442821276361, - 264.54916441197463, - 2239.7807334559816 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_up": { - "contents": [ - 8.487913381612836, - 192.81132769610994, - 824.837520523041, - 1835.4485266630913, - 3248.944842323603, - 5218.225314868936, - 7860.879364243703, - 8125.857435764158, - 4948.525881215915, - 3532.9405509936373, - 2949.317467157007, - 2471.0974575519745, - 2113.307858425521, - 1793.549792474765, - 1477.4977917629556, - 1304.969841779807, - 1127.8917461573214, - 983.5583888554656, - 847.3799460125812, - 718.520723438965, - 668.7749709451784, - 547.3445903294504, - 487.77472888687913, - 447.9798467929514, - 388.9994780673288, - 346.92307606382593, - 3083.624654215694 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_down": { - "contents": [ - 7.597488756361594, - 170.51080054093825, - 723.9778849936088, - 1605.0047404026059, - 2827.125568165031, - 4515.470885893769, - 6724.6409989815875, - 6871.871507682517, - 4193.455270308634, - 3000.70789200738, - 2493.7414892461616, - 2079.4402295162745, - 1771.3272178056452, - 1497.1564458714415, - 1229.5604986645524, - 1080.8907679191427, - 930.8472323124912, - 809.8011852659658, - 693.8087053439225, - 585.7604147539495, - 544.1381834455817, - 442.9019776013287, - 393.6013680147098, - 362.6219507430035, - 312.24367076277434, - 276.5054259537963, - 2371.7723428390864 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_up": { - "contents": [ - 8.43686482096273, - 190.91219631010193, - 814.8866975220312, - 1811.179293382466, - 3200.057933278935, - 5127.242666783083, - 7696.743280645409, - 7930.4370096328075, - 4835.619237354941, - 3455.069546949389, - 2879.9337636949635, - 2411.045493949527, - 2059.5832044523827, - 1746.9833076380155, - 1439.0759696912094, - 1269.2254334276092, - 1096.4150929502978, - 955.2777909621957, - 822.5211099819642, - 696.5545105245012, - 647.6043121663614, - 529.9932597255121, - 471.38700334581335, - 433.4620363257746, - 375.5000894321905, - 334.9668145220044, - 2951.633044832589 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_res_up": { - "contents": [ - 7.367135427419283, - 185.4784684079678, - 766.6154453591015, - 1720.2261223023988, - 3030.709506568051, - 4801.422174593668, - 7149.154890949211, - 7230.626741558314, - 4598.609269885888, - 3249.340084399408, - 2665.819622457046, - 2274.2780425350816, - 1920.2221811114584, - 1606.4688840848955, - 1333.0181514553933, - 1180.9084729245606, - 1020.9982980588136, - 861.7381645543092, - 768.3488889890824, - 663.0421884677361, - 566.83606700379, - 498.7984045270355, - 432.927546587757, - 396.0918694506605, - 343.6551996437349, - 308.7696465903671, - 2660.619291567103 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_scale_up": { - "contents": [ - 6.9337745199240315, - 178.54469388804375, - 768.9989303503254, - 1703.7584078175794, - 2954.221306395139, - 4629.594574771799, - 6893.471955527015, - 7972.323934736407, - 5252.55087929623, - 3529.5079110950915, - 2839.1639854551486, - 2425.5209992509263, - 2046.7635661000727, - 1739.0773217784422, - 1447.208750580391, - 1248.5127744938193, - 1109.6206036415924, - 935.6261992822494, - 822.9523633334842, - 697.7110610673564, - 622.3062631631824, - 553.4018788714372, - 465.4296146499009, - 422.5268848078709, - 377.24066997461705, - 324.15395880644854, - 2927.786291037928 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaledown": { - "contents": [ - 5.149217001056906, - 164.58423229304105, - 753.8835113028877, - 1612.8491917754927, - 2882.4172501471767, - 4590.6223123126, - 6840.067294811394, - 6439.000503951286, - 3983.014706187879, - 2922.657427451732, - 2462.088573468316, - 2061.975341312122, - 1742.5331755058155, - 1497.4685886036618, - 1252.022578219949, - 1070.083577515938, - 921.1377079668475, - 824.4468553914454, - 684.0830141774495, - 615.2360757559107, - 531.8950450351008, - 475.06294628269484, - 396.4897090813819, - 377.2278232626134, - 324.78209454814487, - 291.78896339322466, - 2464.7585378392346 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaleup": { - "contents": [ - 7.06931800818041, - 174.57288081312177, - 762.8972350494703, - 1711.5604377583422, - 3109.321703931358, - 4876.454836031772, - 7424.551238091404, - 8016.606621276523, - 4920.834443527569, - 3437.0631415883927, - 2854.2371458028456, - 2343.675289656477, - 1981.7654816265713, - 1709.7931082562968, - 1453.1375905704153, - 1213.9589979603134, - 1045.2772154873428, - 927.8479885736799, - 797.6547152563575, - 679.6363785086785, - 607.961348703516, - 535.89357900901, - 453.02546235756165, - 384.0996117778025, - 367.21179653603815, - 327.7414376570308, - 2803.9664399668955 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets": { - "contents": [ - 0.0, - 13.28066094530714, - 53.12264378122857, - 57.54953076299762, - 110.67217454422618, - 132.8066094530714, - 92.96462661714999, - 119.52594850776427, - 97.39151359891903, - 123.9528354895333, - 132.80660945307142, - 119.52594850776427, - 57.54953076299762, - 84.11085265361189, - 75.2570786900738, - 57.54953076299761, - 53.12264378122856, - 39.84198283592143, - 26.56132189061428, - 48.69575679945952, - 26.56132189061428, - 35.415095854152376, - 30.98820887238333, - 26.56132189061428, - 17.707547927076188, - 13.28066094530714, - 203.63680116137613 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 11.716240588015413, - 46.87077264122523, - 48.25286059095534, - 94.48387889320585, - 106.12327149002212, - 77.43310115194055, - 93.87974716041256, - 78.62801478647276, - 92.72004111140724, - 102.59289829217039, - 92.94449811540477, - 43.280705639228714, - 61.37145597066428, - 52.9862403261028, - 47.21095123773054, - 40.75025553838407, - 31.43366437492384, - 14.951534100488598, - 28.162194895396517, - 15.422997564047002, - 19.736030546253673, - 21.72536288368614, - 18.1845449993618, - 12.747636084658513, - 10.078361574869957, - 94.73870157509396 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 14.845081302598867, - 59.374514921231906, - 66.84620093503987, - 126.8604701952465, - 159.48994741612069, - 108.49615208235943, - 145.17214985511598, - 116.15501241136533, - 155.18562986765937, - 163.02032061397244, - 146.1073989001238, - 71.81835588676651, - 106.85024933655951, - 97.52791705404479, - 67.88811028826468, - 65.49503202407305, - 48.250301296919005, - 38.17110968073997, - 69.22931870352252, - 37.69964621718157, - 51.09416116205108, - 40.25105486108052, - 34.938098781866756, - 22.667459769493867, - 16.482960315744325, - 312.5349007476584 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 12.258880093827575, - 48.37376994164491, - 52.48088350909023, - 99.19166568798997, - 116.07878695114798, - 83.0099411973332, - 101.27956543087588, - 85.47523305541493, - 103.83367170902935, - 114.68328000025437, - 102.66262176213326, - 49.125026496472934, - 71.51061807142447, - 63.90543374707252, - 50.664545614492205, - 45.75851728705576, - 34.54465920136204, - 18.03140237783623, - 37.84670186910721, - 19.192215148586982, - 26.67102568363125, - 25.738820123423412, - 22.269593302007372, - 14.78206733321775, - 10.546504873192033, - 136.32148854648693 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 14.302441796786708, - 57.87151762081222, - 62.61817801690499, - 122.15268340046238, - 149.53443195499483, - 102.91931203696677, - 137.77233158465265, - 109.30779414242315, - 144.07199927003728, - 150.92993890588843, - 136.38927525339528, - 65.97403502952228, - 96.71108723579931, - 86.60872363307507, - 64.43451591150301, - 60.48677027540137, - 45.13930647048081, - 35.09124140339233, - 59.544811729811826, - 33.93042863264158, - 44.1591660246735, - 36.23759762134324, - 30.853050479221192, - 20.633028520934626, - 16.01481701742225, - 270.9521137762654 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 12.547111938406191, - 49.617586843303826, - 53.48772361700634, - 102.81998376031333, - 121.83823608453861, - 85.55982809883217, - 107.74662478025864, - 89.786260104458, - 111.42751213549052, - 121.77328535210296, - 109.57364945671108, - 52.07084310240387, - 75.64256370803315, - 67.69747746761225, - 52.608917381016084, - 48.686799270332344, - 36.24126363712502, - 23.44327171304889, - 42.77527965210705, - 23.79562424875407, - 30.50934420715228, - 27.620938791766157, - 23.914942686934566, - 15.76089354695234, - 12.054689931793474, - 166.3040332028087 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 14.014209952208091, - 56.6277007191533, - 61.6113379089889, - 118.52436532813903, - 143.7749828216042, - 100.36942513546781, - 131.30527223526988, - 104.99676709338009, - 136.47815884357613, - 143.83993355403987, - 129.47824755881746, - 63.028218423591355, - 92.57914159919063, - 82.81667991253534, - 62.49014414497913, - 57.558488292124785, - 43.442702034717826, - 29.679372068179674, - 54.61623394681199, - 29.327019532474495, - 40.32084750115248, - 34.3554789530005, - 29.207701094294, - 19.654202307200038, - 14.506631958820808, - 240.96956911994363 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 12.634992562005216, - 50.39357171213159, - 54.24783394579789, - 104.42196348684101, - 124.76776312977881, - 87.37813734153927, - 111.30221048287373, - 91.73903603923631, - 115.65190362289817, - 125.08847034057524, - 112.42753898766125, - 53.407417120352676, - 78.91489781392411, - 70.10075832289468, - 53.74586646413074, - 49.903847339773385, - 37.14683870533316, - 24.37208793791131, - 45.33948476618768, - 24.915972505687087, - 32.30430853804145, - 28.770753515171574, - 24.378313247729423, - 16.886740827558025, - 12.479048551061492, - 183.3016191301837 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 13.926329328609068, - 55.85171585032555, - 60.851227580197325, - 116.92238560161135, - 140.84545577636402, - 98.5511158927607, - 127.7496865326548, - 103.04399115860176, - 132.25376735616845, - 140.52474856556756, - 126.62435802786732, - 61.69164440564255, - 89.30680749329969, - 80.41339905725293, - 61.35319506186449, - 56.341440222683744, - 42.53712696650969, - 28.750555843317255, - 52.05202883273135, - 28.206671275541474, - 38.5258831702633, - 33.20566422959509, - 28.744330533499145, - 18.52835502659435, - 14.08227333955279, - 223.97198319256864 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_res_up": { - "contents": [ - 0.0, - 22.134434908845236, - 53.12264378122857, - 61.976417744766664, - 115.09906152599521, - 110.67217454422618, - 110.67217454422618, - 132.80660945307142, - 84.11085265361189, - 128.37972247130236, - 92.96462661714997, - 110.67217454422618, - 97.39151359891903, - 97.39151359891903, - 57.54953076299761, - 53.12264378122857, - 35.415095854152376, - 66.40330472653571, - 30.988208872383332, - 44.26886981769047, - 30.98820887238333, - 26.56132189061428, - 44.26886981769047, - 22.134434908845236, - 8.853773963538094, - 13.28066094530714, - 208.0636881431452 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_scale_up": { - "contents": [ - 4.426886981769047, - 17.707547927076188, - 53.12264378122857, - 70.83019170830477, - 101.81840058068808, - 132.80660945307142, - 137.23349643484045, - 119.52594850776427, - 101.81840058068809, - 106.24528756245712, - 137.23349643484045, - 159.36793134368568, - 61.97641774476666, - 97.39151359891903, - 79.68396567184286, - 79.68396567184286, - 44.26886981769047, - 57.54953076299761, - 26.56132189061428, - 39.84198283592143, - 48.69575679945952, - 22.134434908845236, - 35.415095854152376, - 30.988208872383332, - 17.707547927076188, - 17.707547927076188, - 216.91746210668327 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_down": { - "contents": [ - 0.0, - 12.948644421674462, - 51.79457768669785, - 56.11079249392267, - 107.90537018062052, - 129.48644421674464, - 90.64051095172124, - 116.53779979507017, - 94.95672575894606, - 120.854014602295, - 129.48644421674464, - 116.53779979507017, - 56.11079249392267, - 82.00808133727159, - 73.37565172282196, - 56.11079249392267, - 51.79457768669785, - 38.84593326502339, - 25.897288843348925, - 47.478362879473025, - 25.897288843348925, - 34.529718457798566, - 30.213503650573745, - 25.897288843348925, - 17.264859228899283, - 12.948644421674462, - 198.54588113234178 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_up": { - "contents": [ - 0.0, - 13.612677468939818, - 54.45070987575927, - 58.98826903207254, - 113.43897890783181, - 136.12677468939816, - 95.28874228257871, - 122.51409722045835, - 99.82630143889199, - 127.05165637677163, - 136.12677468939816, - 122.51409722045835, - 58.98826903207254, - 86.21362396995218, - 77.13850565732562, - 58.98826903207254, - 54.45070987575927, - 40.83803240681945, - 27.225354937879636, - 49.91315071944601, - 27.225354937879636, - 36.30047325050618, - 31.762914094192908, - 27.225354937879636, - 18.15023662525309, - 13.612677468939818, - 208.7277211904105 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - } -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_1_file_per_process.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_1_file_per_process.json deleted file mode 100644 index 213a434a..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_1_file_per_process.json +++ /dev/null @@ -1,7318 +0,0 @@ -{ - "4j1b_pseudodata": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 154.2702725869883, - 709.7719262046883, - 1306.4929586239261, - 1936.9967927283728, - 2268.621098599503, - 2896.7225346933715, - 2649.4827930765728, - 2518.323757827141, - 2164.653093387892, - 2169.7415030992497, - 1715.0034528870488, - 1510.9340073287979, - 1356.590376974978, - 1328.102468128064, - 1147.8474897801889, - 859.4047133633505, - 893.5985215747464, - 734.2262491028416, - 791.2904894192557, - 516.2046964642689, - 524.08329191391, - 4052.777154434902 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.08804179746835444, - 0.24651703291139243, - 0.24651703291139246, - 0.6515093012658231, - 0.4049922683544305, - 0.5106424253164559, - 0.42260062784810143, - 0.6339009417721522, - 0.4226006278481014, - 0.3345588303797469, - 0.4578173468354432, - 0.4754257063291141, - 0.22890867341772153, - 0.1760835949367089, - 0.2641253924050634, - 0.316950470886076, - 0.3521671898734178, - 0.10565015696202534, - 0.158475235443038, - 0.22890867341772153, - 0.24651703291139243, - 1.1973684455696207 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.08270728993362343, - 0.22707988020593362, - 0.2234621877218355, - 0.5819337205552216, - 0.3571063347113924, - 0.4432318474317247, - 0.36192937442895573, - 0.5295648086373419, - 0.34291564774319633, - 0.26632863838670895, - 0.35979711214651905, - 0.3723606766452532, - 0.17565439117405066, - 0.1347017490816456, - 0.19746179414572793, - 0.23844745191218358, - 0.24306029183829114, - 0.07004440328212026, - 0.10884607421012661, - 0.15681564756075952, - 0.16457873305253168, - 0.5723520216844938 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.09337630500308546, - 0.2659541856168513, - 0.26957187810094946, - 0.7210848819764242, - 0.4528782019974684, - 0.5780530032011868, - 0.4832718812672469, - 0.7382370749069622, - 0.5022856079530065, - 0.40278902237278486, - 0.5558375815243672, - 0.5784907360129747, - 0.2821629556613925, - 0.21746544079177219, - 0.33078899066439876, - 0.3954534898599684, - 0.46127408790854435, - 0.14125591064193038, - 0.2081043966759494, - 0.30100169927468357, - 0.32845533277025324, - 1.822384869454747 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.08324296924509496, - 0.23134385450957284, - 0.22941408836131333, - 0.6017802676189083, - 0.37082022032017414, - 0.46369248603275326, - 0.37883587571843363, - 0.5636931109034812, - 0.37400568260482603, - 0.2939495512974684, - 0.39557784889889247, - 0.4092994381649526, - 0.19733413353939877, - 0.1492402011498418, - 0.2234236694354431, - 0.26246305321661395, - 0.2869571066641614, - 0.08724887102990508, - 0.12663161782120255, - 0.18281549087563295, - 0.19749205851360765, - 0.8216467733060129 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.09284062569161394, - 0.2616902113132121, - 0.2636199774614716, - 0.7012383349127376, - 0.4391643163886868, - 0.5575923646001584, - 0.4663653799777691, - 0.7041087726408228, - 0.47119557309137666, - 0.3751681094620254, - 0.5200568447719938, - 0.5415519744932755, - 0.26048321329604435, - 0.20292698872357598, - 0.3048271153746836, - 0.37143788855553805, - 0.41737727308267414, - 0.12405144289414559, - 0.19031885306487345, - 0.2750018559598102, - 0.2955420073091773, - 1.573090117833228 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.08365401438702533, - 0.23317374824382914, - 0.23151718679833866, - 0.6113440829995255, - 0.37780633694928806, - 0.4736293785301425, - 0.3911366904778482, - 0.5851425689423261, - 0.3890269889060127, - 0.3088817152787184, - 0.41761250976028486, - 0.43051365952618675, - 0.20553852854098106, - 0.15890141276890826, - 0.23600099046503167, - 0.27705763193069627, - 0.31425859292848113, - 0.09242655411289559, - 0.1379791049924051, - 0.20115899937816462, - 0.21393551497452534, - 0.9890510977960445 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.09242958054968356, - 0.2598603175789558, - 0.26151687902444626, - 0.6916745195321204, - 0.43217819975957283, - 0.5476554721027691, - 0.45406456521835453, - 0.6826593146019779, - 0.4561742667901899, - 0.3602359454807754, - 0.4980221839106013, - 0.5203377531320412, - 0.2522788182944621, - 0.19326577710450954, - 0.292249794345095, - 0.35684330984145574, - 0.39007578681835453, - 0.1188737598111551, - 0.1789713658936709, - 0.2566583474572785, - 0.2790985508482595, - 1.4056857933431963 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0838166165817247, - 0.23453275592693834, - 0.23384602990668515, - 0.6177809013516219, - 0.3831449714432753, - 0.48002864155300645, - 0.39705062309216776, - 0.5981598238286393, - 0.397765412435364, - 0.3149466946018197, - 0.4287668552382913, - 0.44217562099272156, - 0.21251308968417723, - 0.16250383550375794, - 0.24403824361673265, - 0.29058786785257124, - 0.3257356666203324, - 0.09776188703947786, - 0.1463993399630934, - 0.20769899171166936, - 0.2216314685957279, - 1.0730553534586236 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.09226697835498418, - 0.2585013098958466, - 0.25918803591609973, - 0.6852377011800238, - 0.42683956526558553, - 0.5412562090799051, - 0.4481506326040348, - 0.6696420597156647, - 0.44743584326083874, - 0.3541709661576741, - 0.486867838432595, - 0.5086757916655065, - 0.24530425715126586, - 0.18966335436965986, - 0.284212541193394, - 0.34331307391958077, - 0.3785987131265033, - 0.1135384268845728, - 0.1705511309229826, - 0.2501183551237738, - 0.271402597227057, - 1.3216815376806175 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.08804179746835444, - 0.22890867341772153, - 0.3521671898734178, - 0.493034065822785, - 0.4754257063291141, - 0.4226006278481014, - 0.5986842227848103, - 0.5810758632911395, - 0.4578173468354432, - 0.29934211139240513, - 0.493034065822785, - 0.4226006278481014, - 0.24651703291139243, - 0.1936919544303798, - 0.2465170329113925, - 0.3345588303797469, - 0.1760835949367089, - 0.22890867341772153, - 0.2113003139240507, - 0.2113003139240507, - 0.21130031392405066, - 1.2149768050632916 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.12325851645569623, - 0.21130031392405066, - 0.26412539240506333, - 0.6162925822784812, - 0.4754257063291141, - 0.4049922683544305, - 0.5986842227848104, - 0.5282507848101268, - 0.6162925822784813, - 0.2993421113924051, - 0.4226006278481014, - 0.4578173468354432, - 0.3521671898734178, - 0.1760835949367089, - 0.2993421113924051, - 0.28173375189873423, - 0.28173375189873423, - 0.24651703291139243, - 0.10565015696202534, - 0.1936919544303798, - 0.22890867341772156, - 1.4086687594936715 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.672270920245397, - 44.12973607361966, - 90.67753987730069, - 125.43726349693264, - 145.08406380368112, - 142.3637376073621, - 139.94566987730073, - 133.5982420858897, - 122.41467883435593, - 96.72270920245407, - 82.51656128834362, - 79.49397662576693, - 67.40363797546017, - 64.68331177914115, - 47.45457920245402, - 44.12973607361966, - 38.38682521472395, - 36.573274417177934, - 25.38971116564418, - 28.1100373619632, - 20.553575705521475, - 199.49058773006155 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.058228123254409, - 40.680504140343174, - 82.3037382685784, - 111.97315067190758, - 127.65042832360234, - 123.16224430881607, - 119.18533048970475, - 112.66092564351129, - 101.11252697762751, - 78.44639600960313, - 65.89440477997314, - 62.46201431061348, - 52.30837789169861, - 49.155831534208204, - 35.4695870732151, - 32.38872320011311, - 27.537965986685194, - 25.791941619616562, - 17.45109090650498, - 18.70595471148198, - 13.376165056921009, - 97.71068822730251 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 10.286313717236386, - 47.57896800689608, - 99.0513414860228, - 138.9013763219574, - 162.51769928375958, - 161.56523090590775, - 160.70600926489644, - 154.5355585282678, - 143.71683069108414, - 114.99902239530483, - 99.13871779671396, - 96.52593894092024, - 82.49889805922163, - 80.21079202407401, - 59.43957133169286, - 55.870748947126145, - 49.23568444276263, - 47.354607214739254, - 33.32833142478335, - 37.514120012444394, - 27.73098635412193, - 301.27048723281996 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.143195811792559, - 41.42409538825105, - 84.35679111832533, - 115.73181971001533, - 132.85863451011116, - 129.2153809782285, - 125.99073653095854, - 119.32909689550705, - 108.36950716747026, - 84.96570024417846, - 71.7976543096415, - 68.63203999627396, - 57.52742287789589, - 54.92024524930501, - 39.80492275984566, - 37.01783994758051, - 31.696253776705326, - 29.86052948698619, - 20.601356157132855, - 22.785678914217787, - 16.47402152317293, - 140.87250295898295 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 10.201346028698234, - 46.835376758988204, - 96.99828863627587, - 135.14270728384966, - 157.3094930972507, - 155.51209423649536, - 153.90060322364263, - 147.867387276272, - 136.45985050124136, - 108.47971816072948, - 93.23546826704562, - 90.35591325525976, - 77.27985307302434, - 74.44637830897717, - 55.104235645062296, - 51.24163219965874, - 45.07739665274252, - 43.286019347369624, - 30.17806617415547, - 33.43439580970858, - 24.63312988787001, - 258.1086725011397 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.189441357129983, - 41.754012865565564, - 85.44141492636551, - 117.64829659950487, - 135.4574528029946, - 132.31706998737678, - 129.56964443044234, - 122.99794557985665, - 112.2761364475997, - 88.41280692261405, - 75.12527916092313, - 71.98804408386405, - 60.64361320924174, - 57.870077715890034, - 42.35770803287578, - 39.14231552834643, - 33.98491237811158, - 32.24527794393117, - 22.38369404524923, - 24.630796830333583, - 18.058469848872697, - 165.0634712158148 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 10.155100483360812, - 46.505459281673694, - 95.91366482823571, - 133.22623039436013, - 154.71067480436733, - 152.41040522734707, - 150.32169532415884, - 144.19853859192241, - 132.55322122111195, - 105.0326114822939, - 89.90784341576398, - 86.99990916766967, - 74.16366274167848, - 71.49654584239215, - 52.5514503720322, - 49.11715661889283, - 42.788738051336274, - 40.90127089042465, - 28.39572828603911, - 31.58927789359278, - 23.048681562170245, - 233.9177042443078 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.216651703275977, - 41.98572231668328, - 86.11932163132477, - 118.94267597615654, - 137.13698503027507, - 134.43986661681842, - 131.85328034624132, - 125.53057635281249, - 114.87435258494486, - 90.56406779855779, - 77.12710628482219, - 74.00959357268646, - 62.70296389750048, - 59.95985496928728, - 43.982401601078884, - 40.73413848834403, - 35.22040802730541, - 33.6093869319119, - 23.30372395004649, - 25.774800258627778, - 18.84668436425613, - 178.03352604798164 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 10.127890137214818, - 46.273749830555964, - 95.23575812327644, - 131.93185101770848, - 153.03114257708683, - 150.2876085979055, - 148.03805940835986, - 141.66590781896664, - 129.9550050837668, - 102.88135060635017, - 87.90601629186493, - 84.97835967884728, - 72.10431205341975, - 69.40676858899491, - 50.92675680382907, - 47.525333658895214, - 41.553242402142445, - 39.53716190244391, - 27.47569838124185, - 30.445274465298596, - 22.260467046786808, - 220.94764941214095 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.370012453987728, - 42.920702208588985, - 91.28205680981603, - 126.64629736196329, - 143.57277147239276, - 141.1547037423314, - 135.4117928834357, - 131.78469128834368, - 121.50790343558293, - 99.4430353987731, - 80.40075202453994, - 79.79623509202462, - 69.82170570552152, - 60.14943478527612, - 45.03651147239267, - 45.33876993865034, - 42.01392680981598, - 32.34165588957057, - 29.319071226993877, - 26.598745030674856, - 20.855834171779144, - 200.0951046625769 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.6045169325153373, - 7.556461656441717, - 44.12973607361966, - 87.95721368098168, - 127.25081429447866, - 150.52471619631916, - 155.9653685889572, - 142.66599607361977, - 139.94566987730073, - 129.36662355828233, - 114.55595871165656, - 86.74817981595098, - 83.42333668711663, - 71.0307395705522, - 62.2652440490798, - 61.66072711656446, - 46.54780380368101, - 42.618443742331316, - 35.66649901840493, - 34.15520668711658, - 26.901003496932525, - 28.1100373619632, - 218.83512957055237 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 4.710454987669404, - 13.458442821912584, - 17.49597566848636, - 28.935652067112056, - 44.41286131231153, - 37.01071776025961, - 34.99195133697272, - 35.664873478068344, - 32.3002627725902, - 40.37532846573775, - 32.3002627725902, - 22.879352797251393, - 21.533508515060134, - 12.785520680816955, - 16.1501313862951, - 13.458442821912584, - 18.841819950677618, - 10.766754257530067, - 9.420909975338809, - 7.402143552051921, - 8.74798783424318, - 69.98390267394544 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 4.403507861653706, - 12.453507205045446, - 15.798003847149904, - 25.94081207816596, - 39.07694622331065, - 32.05269051111774, - 29.82592805978157, - 29.61078223398316, - 26.29701920779155, - 32.80937042996286, - 25.852827508217704, - 17.730299775306005, - 16.76511913680578, - 9.802982549762762, - 12.060426044969505, - 9.789965712095944, - 13.038118829530728, - 6.960811771577736, - 6.626684899706845, - 4.73875977522924, - 5.436580035545407, - 33.78136440514169 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 5.017402113685103, - 14.463378438779722, - 19.193947489822815, - 31.930492056058153, - 49.748776401312405, - 41.968745009401474, - 40.15797461416386, - 41.71896472215354, - 38.30350633738885, - 47.941286501512636, - 38.747698036962696, - 28.02840581919678, - 26.301897893314493, - 15.76805881187115, - 20.239836727620695, - 17.126919931729223, - 24.64552107182451, - 14.5726967434824, - 12.215135050970773, - 10.065527328874603, - 12.059395632940953, - 106.1864409427492 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 4.448709303600114, - 12.639391432114657, - 16.322788487528403, - 26.702391711350934, - 40.67451595831394, - 33.44980304893372, - 31.437944592001514, - 31.8298796815559, - 28.67976290855199, - 35.63580113869133, - 27.981616701573728, - 19.680301967299684, - 18.50264616274851, - 10.626733880139904, - 13.541758994506989, - 11.123266305000842, - 15.5032218917162, - 9.124172339932546, - 7.559354987265388, - 6.002318296854647, - 7.046420085215244, - 49.54543825620852 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 4.972200671738695, - 14.277494211710511, - 18.669162849444316, - 31.168912422873177, - 48.15120666630911, - 40.57163247158549, - 38.54595808194392, - 39.499867274580794, - 35.92076263662841, - 45.114855792784184, - 36.618908843606675, - 26.078403627203105, - 24.56437086737176, - 14.944307481494006, - 18.758503778083217, - 15.793619338824326, - 22.180418009639034, - 12.409336175127589, - 11.282464963412231, - 8.801968807249194, - 10.449555583271113, - 90.42236709168233 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 4.476167681279352, - 12.734336540459868, - 16.49674937541008, - 27.140968716810008, - 41.48069771216342, - 34.38326171712635, - 32.395123765667776, - 33.00658393214193, - 29.74652324713229, - 36.7466589063303, - 29.408095982203466, - 20.8176560442443, - 19.510326040222306, - 11.470893677327462, - 14.367150572603048, - 11.848413512890563, - 16.77923998736033, - 9.692360458411713, - 8.351089943898213, - 6.543126895717987, - 7.596376219434101, - 58.589354116406966 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 4.944742294059457, - 14.1825491033653, - 18.49520196156264, - 30.7303354174141, - 47.345024912459635, - 39.63817380339286, - 37.58877890827766, - 38.323163023994766, - 34.854002298048115, - 44.0039980251452, - 35.19242956297694, - 24.94104955025849, - 23.55669098989796, - 14.100147684306448, - 17.933112199987153, - 15.068472130934605, - 20.9043999139949, - 11.841148056648422, - 10.490730006779403, - 8.261160208385855, - 9.899599449052257, - 81.3784512314839 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 4.4853309882475525, - 12.796460922813987, - 16.626392031655534, - 27.384403558555583, - 42.02619047999328, - 35.00903199350724, - 32.95358079912219, - 33.603870676019255, - 30.422636511193897, - 37.70322298710197, - 30.210949925777047, - 21.395086327755074, - 19.999025230784554, - 11.82070804661264, - 15.015773915760054, - 12.462355079760007, - 17.4909970960831, - 9.906018495413802, - 8.594083180488692, - 6.8591900138638415, - 8.058232125211706, - 62.61613072313166 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 4.935578987091257, - 14.120424721011181, - 18.365559305317184, - 30.48690057566853, - 46.79953214462977, - 39.01240352701197, - 37.030321874823244, - 37.72587628011744, - 34.1778890339865, - 43.04743394437354, - 34.38957561940336, - 24.363619266747712, - 23.067991799335715, - 13.750333315021269, - 17.284488856830148, - 14.454530564065163, - 20.192642805272136, - 11.627490019646332, - 10.247736770188926, - 7.945097090240001, - 9.437743543274653, - 77.3516746247592 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 4.037532846573775, - 15.477209245199472, - 16.1501313862951, - 28.262729926016426, - 41.721172747929, - 41.04825060683338, - 33.64610705478146, - 38.35656204245086, - 37.683639901355235, - 34.99195133697272, - 32.3002627725902, - 22.879352797251393, - 12.785520680816955, - 17.49597566848636, - 16.82305352739073, - 18.16889780958199, - 14.131364963008213, - 10.766754257530067, - 10.093832116434438, - 5.383377128765034, - 8.07506569314755, - 69.31098053284981 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 3.364610705478146, - 16.82305352739073, - 18.16889780958199, - 30.954418490398943, - 45.758705594502786, - 42.39409488902464, - 39.029484183546494, - 39.029484183546494, - 30.281496349303314, - 39.029484183546494, - 35.664873478068344, - 27.589807784920797, - 22.879352797251393, - 15.477209245199472, - 14.131364963008213, - 10.093832116434438, - 20.187664232868876, - 16.82305352739073, - 8.74798783424318, - 11.439676398625696, - 8.07506569314755, - 77.38604622599736 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 62.81611572898651, - 362.1164318494514, - 792.5915778745641, - 1357.9366194354416, - 1806.8870936161397, - 1960.2323173074913, - 1975.0125798319582, - 1823.5148889561663, - 1623.9813448758548, - 1513.1293759423493, - 1389.344677299935, - 1141.7752800151063, - 1003.2103188482245, - 872.0354889435763, - 698.3674042810844, - 665.111813601033, - 572.7351728231117, - 436.0177444717883, - 389.8294240828278, - 334.40343961607505, - 299.300316120465, - 2370.384602361467 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_ME_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 81.76811497641508, - 354.32849823113196, - 870.3761571933974, - 1499.0821079009468, - 1895.203198231135, - 2058.7394281839634, - 2122.3368509433963, - 2195.0196198113204, - 2002.4102823113226, - 1929.7275134433985, - 1626.2769534198148, - 1540.8747000000035, - 1357.3507086084933, - 1295.5703550707574, - 1244.69241686321, - 877.64443408019, - 861.2908110849067, - 670.4985428066043, - 637.7912968160382, - 574.193874056604, - 503.32817441037747, - 4061.1497104952746 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_PS_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 143.00548568497786, - 562.6136871027423, - 1240.008092978953, - 1704.7759214551297, - 2139.4373318923685, - 2310.667584488857, - 2171.4254010587456, - 2003.9584507171248, - 1740.5272928763757, - 1655.8529921418476, - 1384.8952297913643, - 1145.9255366072575, - 1104.5292118037114, - 858.0329141098686, - 799.7017291594167, - 673.6311036213439, - 590.8384540142512, - 462.88617734874424, - 442.1880149469711, - 374.44857435935, - 293.5375758796914, - 2201.5318190976886 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 58.80786441793225, - 334.08933016973003, - 719.2013390173317, - 1213.4519899213105, - 1590.3277263448533, - 1705.1376879232903, - 1686.0100652130127, - 1540.414981873629, - 1347.4672571913788, - 1242.090076476678, - 1125.0980054368652, - 911.094064726497, - 786.7131326032614, - 673.6709135169112, - 530.856742345046, - 498.79384956823816, - 419.86822918939055, - 317.8296268755039, - 277.32957134864523, - 232.87689256910073, - 201.4317108420949, - 1327.9581478223888 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 66.82436704004076, - 390.14353352917317, - 865.9818167317984, - 1502.421248949576, - 2023.4464608874287, - 2215.3269466916913, - 2264.015094450903, - 2106.614796038705, - 1900.4954325603348, - 1784.1686754080254, - 1653.5913491630079, - 1372.4564953037184, - 1219.7075050931896, - 1070.4000643702432, - 865.8780662171247, - 831.429777633829, - 725.6021164568339, - 554.2058620680733, - 502.32927681701074, - 435.92998666304965, - 397.1689213988353, - 3412.811056900534 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 59.41417272613809, - 339.7262826946499, - 737.5098407332111, - 1253.4181950675738, - 1654.6476760503037, - 1778.495364014649, - 1779.662311929276, - 1628.065633709352, - 1440.1078064849228, - 1329.6834836628184, - 1211.1575851059893, - 989.0475941673587, - 858.4046516396895, - 740.5426235853508, - 587.1705818004756, - 558.3160740963863, - 472.6982857117825, - 357.7326983613353, - 317.4687228870647, - 272.7150117293852, - 240.795158407282, - 1721.8279240989414 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 66.21805873183492, - 384.50658100425323, - 847.6733150159187, - 1462.455043803313, - 1959.1265111819782, - 2141.969270600332, - 2170.3628477346397, - 2018.964144202982, - 1807.8548832667907, - 1696.5752682218845, - 1567.531769493884, - 1294.5029658628569, - 1148.0159860567617, - 1003.5283543018037, - 809.5642267616948, - 771.9075531056808, - 672.7720599344419, - 514.3027905822421, - 462.19012527859127, - 396.09186750276524, - 357.80547383364825, - 3018.941280623981 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 59.69680194536816, - 342.54802822416235, - 746.6190579787717, - 1273.2494391035766, - 1687.0532572966972, - 1819.9478948771784, - 1827.9599085718992, - 1678.2658571734473, - 1489.3798179154016, - 1380.2360518422317, - 1264.0581798539254, - 1031.792676308273, - 903.0585094222279, - 781.5691970969435, - 623.101775277559, - 589.8022768254375, - 505.4844875858814, - 383.20249707962137, - 341.71464658584426, - 290.77877308260355, - 261.69439188147845, - 1963.8363053443409 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 65.93542951260483, - 381.6848354747409, - 838.5640977703584, - 1442.6237997673104, - 1926.7209299355848, - 2100.5167397378027, - 2122.0652510920168, - 1968.763920738887, - 1758.5828718363118, - 1646.0227000424716, - 1514.6311747459483, - 1251.757883721942, - 1103.3621282742229, - 962.5017807902113, - 773.6330332846114, - 740.4213503766296, - 639.9858580603432, - 488.83299186395595, - 437.9442015798117, - 378.02810614954683, - 336.9062403594517, - 2776.932899378582 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 59.844460232111615, - 344.36032801157404, - 752.4800527252779, - 1287.1394939217976, - 1708.6700407619865, - 1849.4514062181338, - 1860.502842336049, - 1713.2230688781785, - 1523.1643370331574, - 1413.6803506787721, - 1295.4902556450206, - 1061.0324379059566, - 930.667881045582, - 807.3589942724243, - 645.7003780958162, - 611.3021894062924, - 527.5241972935819, - 399.3134884160451, - 356.31683870136203, - 304.0326415228669, - 272.6912969136355, - 2102.417937608113 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 65.78777122586138, - 379.8725356873291, - 832.7031030238518, - 1428.7337449490897, - 1905.1041464702957, - 2071.0132283968483, - 2089.522317327866, - 1933.8067090341551, - 1724.798352718556, - 1612.5784012059303, - 1483.1990989548528, - 1222.5181221242583, - 1075.7527566508695, - 936.7119836147303, - 751.0344304663543, - 718.9214377957746, - 617.9461483526424, - 472.7220005275322, - 423.3420094642939, - 364.7742377092835, - 325.90933532729474, - 2638.351267114809 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 53.57845165119438, - 373.201628742802, - 859.1027592346674, - 1335.7662256487406, - 1764.3938388582958, - 1930.6717922585553, - 1897.4162015785032, - 1838.2951514806334, - 1633.2190089536468, - 1455.8558586600384, - 1372.7168819599092, - 1156.5555425395737, - 1010.600450110458, - 855.4076936035506, - 746.4032574856035, - 639.246354183215, - 502.5289258318916, - 439.7128101029052, - 404.6096866072952, - 332.5559068005166, - 299.300316120465, - 2335.281478865856 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 51.73091883563594, - 338.09850524719195, - 766.7261184567462, - 1280.340241181988, - 1825.3624217717238, - 1939.909456336348, - 2056.30402371653, - 1866.0081437140095, - 1803.1920279850228, - 1557.4701635157512, - 1372.7168819599092, - 1296.9680365220136, - 1019.8381141882503, - 944.0892687503549, - 860.9502920502257, - 618.9234932120722, - 630.0086901054229, - 535.7845165119431, - 411.9998178695289, - 358.4213662183346, - 304.84291456714027, - 2632.734262170767 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaledown": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 54.43035318013512, - 371.29276633592167, - 886.4371803622018, - 1512.3862419337572, - 1730.1076546542959, - 1842.8562433845743, - 1907.0063024897331, - 1685.3970073991854, - 1524.049889043786, - 1370.478535428405, - 1273.2814761781633, - 1067.2237105676513, - 1018.6251809425304, - 812.5674153320182, - 738.6976503018346, - 622.0611792015449, - 552.0792965413709, - 449.0504137361148, - 328.5260602658155, - 355.74123685588296, - 285.7593541957093, - 2291.906657120684 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaleup": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.8561181829912528, - 61.697890927860044, - 325.8419864627608, - 844.4898820750849, - 1426.7637277067681, - 1872.145377842261, - 1924.2029733126435, - 1858.6489642017916, - 1935.7713278616175, - 1746.8215368950443, - 1370.8500140533947, - 1343.8571867724559, - 1166.4757503548567, - 973.6698412052928, - 910.0438911859364, - 705.6696274873993, - 682.5329183894518, - 530.2162501612972, - 429.9571774035247, - 420.3168819460466, - 366.33122738416904, - 302.70527736481336, - 2381.15297799711 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 41.88347225629185, - 251.30083353775112, - 251.30083353775112, - 335.0677780503348, - 251.3008335377511, - 712.0190283569615, - 502.6016670755022, - 418.8347225629185, - 293.184305794043, - 376.95125030662666, - 209.41736128145925, - 167.5338890251674, - 125.65041676887556, - 251.3008335377511, - 125.65041676887556, - 83.7669445125837, - 167.5338890251674, - 167.5338890251674, - 251.3008335377511, - 41.88347225629185, - 125.65041676887556, - 921.4363896384206 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 39.262483094003585, - 230.94153944566926, - 225.8389545521957, - 297.8006497517911, - 220.35156525736747, - 616.7406732664376, - 422.2874913070466, - 344.3711443252636, - 235.33799517407186, - 300.02178263988264, - 162.72252514972587, - 125.0404887041433, - 88.90552301502751, - 184.53334332718987, - 89.71439757297715, - 55.911817745133604, - 113.99110517953032, - 109.79752251986909, - 159.85088958315387, - 30.66917255966971, - 77.77760797993398, - 456.9539177501762 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 44.504461418580114, - 271.66012762983297, - 276.7627125233065, - 372.3349063488785, - 282.2501018181348, - 807.2973834474853, - 582.9158428439579, - 493.29830080057343, - 351.03061641401405, - 453.8807179733708, - 256.11219741319263, - 210.0272893461915, - 162.3953105227236, - 318.06832374831237, - 161.58643596477395, - 111.6220712800338, - 221.07667287080452, - 225.27025553046573, - 342.75077749234833, - 53.097771952913995, - 173.52322555781714, - 1385.9188615266655 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 39.413656251678646, - 236.04216105138076, - 235.8576120017515, - 309.6785407119739, - 229.90688679508804, - 645.3025836282127, - 450.4371112387987, - 376.9126389806404, - 263.5249175733023, - 332.7026707263624, - 179.15131714225635, - 142.85339856889345, - 107.2877863307616, - 212.40024982121207, - 102.1537888330958, - 69.95325181905545, - 133.82816472691655, - 138.12383835020248, - 200.30247063168375, - 32.88376115522114, - 103.14328586515073, - 614.4017431126254 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 44.35328826090506, - 266.55950602412145, - 266.7440550737507, - 360.4570153886958, - 272.6947802804142, - 778.7354730857105, - 554.7662229122058, - 460.7568061451966, - 322.84369401478364, - 421.19982988689105, - 239.68340542066215, - 192.21437948144137, - 144.0130472069895, - 290.20141725429016, - 149.14704470465531, - 97.58063720611196, - 201.23961332341827, - 196.94393970013235, - 302.29919644381846, - 50.88318335736256, - 148.1575476726004, - 1228.4710361642162 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 39.61783817892806, - 238.0250816910146, - 237.797340310621, - 314.2196253055115, - 235.81834624651123, - 664.179595459974, - 468.33247918955345, - 387.86385811715274, - 270.8754669542815, - 344.97125595118587, - 192.49382077290133, - 155.3094777749892, - 116.43278072622132, - 226.93054254787532, - 113.05003591227177, - 75.12847835972352, - 152.6050488828154, - 154.4917684221105, - 224.45287339221403, - 35.75016128776112, - 110.06583851401096, - 735.334379389382 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 44.149106333655645, - 264.57658538448766, - 264.80432676488124, - 355.91593079515803, - 266.783320828991, - 759.8584612539489, - 536.870854961451, - 449.8055870086843, - 315.4931446338045, - 408.9312446620675, - 226.3409017900172, - 179.7583002753456, - 134.8680528115298, - 275.67112452762694, - 138.25079762547935, - 92.4054106654439, - 182.46272916751946, - 180.5760096282243, - 278.1487936832882, - 48.01678322482259, - 141.23499502374017, - 1107.5383998874597 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 39.90840476770609, - 239.29434722915647, - 239.31790668230062, - 318.6939581151407, - 237.27019754652034, - 674.1521156471226, - 474.75144852745717, - 395.50006586750493, - 275.45581730305946, - 353.8629862253458, - 197.78684457929023, - 157.53388280935076, - 118.13495121588718, - 235.53759609654327, - 118.91633974516864, - 78.87933962905065, - 157.2452795083347, - 156.06141698784046, - 234.72970318247462, - 35.87973828005402, - 116.68997142304512, - 830.62647749424 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 43.85853974487762, - 263.3073198463458, - 263.28376039320165, - 351.4415979855289, - 265.33146952898187, - 749.8859410668005, - 530.4518856235472, - 442.1693792583321, - 310.9127942850265, - 400.03951438790756, - 221.0478779836283, - 177.53389524098407, - 133.16588232186393, - 267.06407097895897, - 132.3844937925825, - 88.65454939611678, - 177.82249854200012, - 179.00636106249434, - 267.8719638930276, - 47.88720623252969, - 134.610862114706, - 1012.2463017826016 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 167.5338890251674, - 251.30083353775112, - 251.30083353775112, - 418.8347225629185, - 795.7859728695453, - 544.485139331794, - 335.0677780503348, - 209.41736128145925, - 460.71819481921034, - 125.65041676887556, - 209.41736128145925, - 83.7669445125837, - 335.0677780503348, - 41.88347225629185, - 83.7669445125837, - 209.41736128145925, - 209.41736128145925, - 125.65041676887556, - 125.65041676887556, - 41.88347225629185, - 879.5529173821288 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 209.41736128145925, - 335.0677780503348, - 167.5338890251674, - 335.0677780503348, - 628.2520838443777, - 670.1355561006696, - 418.8347225629185, - 335.0677780503348, - 376.95125030662666, - 293.184305794043, - 83.7669445125837, - 209.41736128145925, - 125.65041676887556, - 293.184305794043, - 83.7669445125837, - 41.88347225629185, - 251.30083353775112, - 167.5338890251674, - 209.41736128145925, - 41.88347225629185, - 1047.0868064072963 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 40.83638544988455, - 245.01831269930733, - 245.01831269930733, - 326.6910835990764, - 245.0183126993073, - 694.2185526480375, - 490.0366253986146, - 408.3638544988455, - 285.8546981491919, - 367.527469048961, - 204.18192724942276, - 163.3455417995382, - 122.50915634965367, - 245.0183126993073, - 122.50915634965367, - 81.6727708997691, - 163.3455417995382, - 163.3455417995382, - 245.0183126993073, - 40.83638544988455, - 122.50915634965367, - 898.4004798974602 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 42.930559062699146, - 257.58335437619485, - 257.58335437619485, - 343.4444725015932, - 257.58335437619485, - 729.8195040658854, - 515.1667087523898, - 429.3055906269915, - 300.513913438894, - 386.3750315642923, - 214.65279531349572, - 171.72223625079658, - 128.79167718809742, - 257.58335437619485, - 128.79167718809742, - 85.86111812539829, - 171.72223625079658, - 171.72223625079658, - 257.5833543761949, - 42.930559062699146, - 128.79167718809742, - 944.4722993793812 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_pseudodata": { - "contents": [ - 7.397440698264067, - 247.42238402688355, - 1070.1277293149983, - 2258.124579189749, - 3730.5349781313325, - 5333.81863739079, - 7165.47934957299, - 6920.6944723811475, - 4854.331612730948, - 3613.971867198633, - 2934.6435814103256, - 2535.377134192095, - 2227.788517888957, - 1839.1972709419351, - 1633.5570983821938, - 1373.6149682220002, - 1222.2783580335285, - 971.1899709922945, - 897.1230790815977, - 736.870175021164, - 752.5057995811637, - 606.435853583589, - 497.2606261492789, - 506.047756209769, - 406.96488712422286, - 362.3219153116952, - 3710.4459431420278 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan": { - "contents": [ - 0.05282507848101267, - 0.10565015696202534, - 0.493034065822785, - 0.8452012556962029, - 1.2678018835443043, - 1.162151726582279, - 1.1269350075949371, - 1.3030186025316461, - 1.3734520405063297, - 1.3030186025316461, - 1.0917182886075953, - 1.0036764911392408, - 1.0212848506329117, - 0.8980263341772156, - 0.7571594582278485, - 0.7219427392405067, - 0.493034065822785, - 0.4049922683544305, - 0.493034065822785, - 0.19369195443037976, - 0.3521671898734178, - 0.22890867341772156, - 0.316950470886076, - 0.1936919544303798, - 0.15847523544303802, - 0.1936919544303798, - 1.4262771189873424 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.04807412298512659, - 0.08812048482484178, - 0.42470069984833875, - 0.7310272770861552, - 1.042536764888687, - 0.9884017895397152, - 0.9114169413109179, - 1.068259001410918, - 1.099138836481092, - 1.0240295536689876, - 0.8478810279066458, - 0.7483638075301426, - 0.7461974290511868, - 0.6699169152021363, - 0.5486786828677217, - 0.5126695877031646, - 0.3279854096762659, - 0.29653825527365507, - 0.3162962102786393, - 0.13276648032104432, - 0.23176397896186712, - 0.1712236877164557, - 0.2127447496637659, - 0.1291413593102848, - 0.1209100015082279, - 0.11038020253101269, - 0.7537148229018988 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.05757603397689874, - 0.12317982909920888, - 0.5613674317972311, - 0.9593752343062503, - 1.4930670021999215, - 1.3359016636248418, - 1.3424530738789562, - 1.5377782036523737, - 1.647765244531567, - 1.582007651394304, - 1.3355555493085447, - 1.2589891747483388, - 1.2963722722146365, - 1.1261357531522944, - 0.9656402335879748, - 0.9312158907778483, - 0.658082721969304, - 0.5134462814352058, - 0.6697719213669304, - 0.25461742853971525, - 0.47257040078496837, - 0.2865936591189874, - 0.4211561921083861, - 0.2582425495504747, - 0.1960404693778481, - 0.2770037063297469, - 2.098839415072785 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.0491050374073576, - 0.09584862872824369, - 0.4501788955132121, - 0.7650878972204904, - 1.1250462359086235, - 1.0402718896488135, - 0.9912389364631331, - 1.1414580523485762, - 1.1891923890215983, - 1.1263715400911396, - 0.9298630735336236, - 0.8302806472008704, - 0.8585497678454908, - 0.7518147708602849, - 0.6326292880599685, - 0.5826050392609178, - 0.3963616960269779, - 0.3285411735227849, - 0.38455198941906654, - 0.15831153272587029, - 0.2748494335979431, - 0.19214737114604433, - 0.2557146494406646, - 0.15640240137389244, - 0.13598248210419306, - 0.14481224899841774, - 1.0303803937032439 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.05654511955466773, - 0.11545168519580698, - 0.5358892361323577, - 0.9253146141719146, - 1.4105575311799845, - 1.2840315635157438, - 1.2626310787267407, - 1.4645791527147156, - 1.5577116919910605, - 1.4796656649721522, - 1.2535735036815665, - 1.1770723350776109, - 1.1840199334203325, - 1.0442378974941458, - 0.8816896283957281, - 0.861280439220095, - 0.5897064356185919, - 0.48144336318607606, - 0.6015161422265033, - 0.2290723761348893, - 0.42948494614889254, - 0.26566997568939876, - 0.37818629233148743, - 0.23098150748686713, - 0.18096798878188294, - 0.2425716598623418, - 1.82217384427144 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.04974595417986551, - 0.09870448453362343, - 0.46261012218512676, - 0.7842526706150317, - 1.1686475604517408, - 1.0770884931745255, - 1.0309733001830699, - 1.1973659693940668, - 1.246517916571638, - 1.1905729944581491, - 0.9899053783621046, - 0.8945175934174843, - 0.9175925231420888, - 0.8038309653270571, - 0.6788962155867486, - 0.6365179842018989, - 0.4353998417203718, - 0.3665694522861551, - 0.42875667540545903, - 0.1700461286753165, - 0.30437204933401907, - 0.2042377109833861, - 0.28362610028306967, - 0.16721173305806966, - 0.14161578148908233, - 0.16385238822341774, - 1.1853757771013453 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.05590420278215982, - 0.11259582939042724, - 0.5234580094604432, - 0.9061498407773736, - 1.3669562066368672, - 1.247214959990032, - 1.222896715006804, - 1.408671235669225, - 1.500386164441021, - 1.4154642106051427, - 1.1935311988530855, - 1.112835388860997, - 1.1249771781237345, - 0.9922217030273737, - 0.8354227008689479, - 0.807367494279114, - 0.5506682899251979, - 0.44341508442270583, - 0.5573114562401108, - 0.21733778018544309, - 0.3999623304128165, - 0.253579635852057, - 0.3502748414890823, - 0.22017217580268994, - 0.1753346893969937, - 0.22353152063734183, - 1.667178460873339 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.050355506062025324, - 0.0993647980146361, - 0.4672942209410602, - 0.7983573792653877, - 1.191326439653046, - 1.0982655719024528, - 1.0543083659061316, - 1.2244619330874211, - 1.2813061196228643, - 1.2205689724209259, - 1.0194832953522153, - 0.9286149434892013, - 0.9510815594194226, - 0.8355260124156647, - 0.7078096921365903, - 0.6611022804918514, - 0.454055348342682, - 0.3765802173542327, - 0.4502325459835444, - 0.17857490267444626, - 0.32047379356851274, - 0.212414455357951, - 0.2947164778926029, - 0.17518584373314877, - 0.1468710514060918, - 0.17670208856392408, - 1.2870954180676426 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.05529465090000002, - 0.11193551590941457, - 0.5187739107045096, - 0.8920451321270175, - 1.344277327435562, - 1.2260378812621047, - 1.1995616492837424, - 1.3815752719758707, - 1.4655979613897947, - 1.3854682326423657, - 1.163953281862975, - 1.0787380387892802, - 1.0914881418464006, - 0.960526655938766, - 0.8065092243191061, - 0.7827831979891615, - 0.5320127833028878, - 0.43340431935462825, - 0.5358355856620254, - 0.20880900618631332, - 0.38386058617832286, - 0.2454028914774921, - 0.33918446387954915, - 0.2121980651276108, - 0.17007941947998417, - 0.2106818202968355, - 1.5654588199070414 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.05282507848101267, - 0.07043343797468356, - 0.493034065822785, - 0.8452012556962029, - 1.2854102430379752, - 1.1269350075949371, - 1.0741099291139244, - 1.2854102430379752, - 1.6375774329113932, - 1.2678018835443043, - 1.1093266481012662, - 1.0036764911392408, - 1.162151726582279, - 0.7923761772151902, - 0.7747678177215193, - 0.7219427392405067, - 0.5282507848101268, - 0.3873839088607596, - 0.42260062784810143, - 0.26412539240506333, - 0.316950470886076, - 0.28173375189873423, - 0.26412539240506333, - 0.1936919544303798, - 0.1760835949367089, - 0.158475235443038, - 1.3910604000000006 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.01760835949367089, - 0.12325851645569623, - 0.5106424253164559, - 0.8452012556962029, - 1.2854102430379752, - 1.3030186025316461, - 1.2325851645569625, - 1.4438854784810133, - 1.514318916455697, - 1.2854102430379752, - 1.0917182886075953, - 1.2149768050632916, - 0.9156346936708865, - 0.9684597721518992, - 0.7219427392405066, - 0.9156346936708865, - 0.5986842227848104, - 0.4754257063291141, - 0.4578173468354432, - 0.334558830379747, - 0.28173375189873423, - 0.28173375189873423, - 0.31695047088607603, - 0.21130031392405066, - 0.1936919544303798, - 0.1760835949367089, - 1.5847523544303805 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW": { - "contents": [ - 0.9067753987730061, - 8.76549552147239, - 42.920702208588985, - 89.7707644785277, - 121.50790343558293, - 184.3776644171781, - 223.36900656441742, - 230.3209512883438, - 169.26474110429464, - 151.73375006134984, - 139.03889447852774, - 117.8808018404909, - 96.42045073619639, - 84.02785361963197, - 76.47139196319024, - 66.79912104294483, - 60.149434785276114, - 57.12685012269942, - 43.222960674846654, - 36.8755328834356, - 34.15520668711658, - 30.830363558282222, - 31.43488049079756, - 26.901003496932525, - 22.66938496932516, - 21.158092638036816, - 199.79284619631923 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.8500594312528758, - 7.776571938916794, - 37.158342906504984, - 77.56458999381614, - 103.74285571561829, - 155.78999728227666, - 183.70799661681843, - 184.94353004832055, - 136.29916234411712, - 121.5376333894124, - 109.8750140828029, - 91.45288951671395, - 72.63027720562214, - 62.990423505882845, - 56.27583196537384, - 49.20026825153662, - 43.754439682663914, - 39.628677737286225, - 30.112532760439986, - 26.12194174573044, - 23.95904155744152, - 20.458978251159888, - 21.050318603661808, - 17.753169906798313, - 14.314979853117329, - 12.14052300128259, - 98.16416565967117 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.9634913662931364, - 9.754419104027988, - 48.68306151067293, - 101.97693896323909, - 139.2729511555473, - 212.9653315520791, - 263.0300165120159, - 275.69837252836646, - 202.23031986447177, - 181.92986673328699, - 168.2027748742522, - 144.3087141642676, - 120.2106242667705, - 105.06528373338095, - 96.6669519610065, - 84.39797383435297, - 76.54442988788821, - 74.62502250811254, - 56.333388589253246, - 47.62912402114071, - 44.3513718167916, - 41.20174886540451, - 41.81944237793327, - 36.04883708706671, - 31.023790085532973, - 30.17566227479102, - 301.42152673296664 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.8581637363794095, - 8.069729591666986, - 38.863916589768984, - 81.15662488403373, - 109.35216833242808, - 164.32499947067907, - 196.4961650555205, - 199.08396980553968, - 147.5116243386982, - 131.51832601495394, - 120.33539089429544, - 100.82566007920627, - 81.09345286458588, - 70.46178523570742, - 63.635036913062685, - 55.91479839579466, - 49.38476398566718, - 47.01922310969517, - 35.8258836858934, - 30.454202897024537, - 28.01198754918232, - 25.23034538930981, - 25.295897694179445, - 21.493434237984083, - 18.19813215143788, - 16.048257413929253, - 143.10803491215586 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.9553870611666027, - 9.461261451277798, - 46.97748782740892, - 98.38490407302145, - 133.66363853873753, - 204.43032936367666, - 250.2418480733138, - 261.5579327711474, - 191.01785786989066, - 171.94917410774536, - 157.74239806275978, - 134.9359436017753, - 111.74744860780672, - 97.59392200355637, - 89.30774701331764, - 77.68344369009489, - 70.91410558488496, - 67.23447713570361, - 50.620037663799835, - 43.29686286984662, - 40.2984258250508, - 36.4303817272546, - 37.57386328741564, - 32.30857275588094, - 27.14063778721242, - 26.26792786214436, - 256.47765748048204 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.8608557258445166, - 8.203408121157974, - 39.84749161430838, - 83.24353304339579, - 112.29832410813842, - 169.6210991132237, - 204.26038690241757, - 208.6856019776629, - 154.00454707651545, - 137.08363877237488, - 125.92658217149537, - 105.89826792268452, - 86.07218820174272, - 75.2211163472752, - 67.82056338596001, - 59.25889397209308, - 52.799354265037394, - 50.348874037258426, - 38.17747816732074, - 32.383240042623655, - 30.053734043175805, - 26.929536223868382, - 27.349248079604102, - 23.391145127228718, - 19.654257589845663, - 17.72927731959835, - 165.07175026411716 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.9526950717014953, - 9.327582921786808, - 45.99391280286953, - 96.2979959136594, - 130.71748276302725, - 199.1342297211321, - 242.4776262264167, - 251.95630059902408, - 184.52493513207344, - 166.3838613503245, - 152.1512067855598, - 129.86333575829704, - 106.76871327064991, - 92.83459089198857, - 85.12222054042033, - 74.33934811379649, - 67.49951530551475, - 63.90482620814033, - 48.268443182372515, - 41.3678257242475, - 38.25667933105731, - 34.73119089269603, - 35.520512901990976, - 30.410861866636303, - 25.684512348804635, - 24.58690795647526, - 234.51394212852085 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.8631226643414491, - 8.29645177809145, - 40.46968830570552, - 84.50447507721769, - 114.14287528962993, - 172.87051458636122, - 208.84731025711073, - 214.43727833208013, - 158.01415203786803, - 141.2439172177626, - 129.16148923825247, - 109.2549945969205, - 89.01070014420867, - 77.73832485426905, - 70.60507227847341, - 61.4188613087016, - 55.18768731848063, - 52.40074382847729, - 39.6520295651989, - 33.84216373323859, - 31.270534533952738, - 28.003420410779327, - 28.516523048405865, - 24.534036338822848, - 20.571340474596912, - 19.0460356297244, - 177.71602478172645 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.9504281332045628, - 9.234539264853334, - 45.37171611147239, - 95.0370538798375, - 128.87293158153562, - 195.88481424799457, - 237.8907028717235, - 246.20462424460692, - 180.51533017072086, - 162.22358290493665, - 148.9162997188027, - 126.50660908406104, - 103.83020132818395, - 90.3173823849947, - 82.3377116479069, - 72.17938077718796, - 65.1111822520715, - 61.85295641692148, - 46.79389178449434, - 39.90890203363257, - 37.03987884028038, - 33.657306705785075, - 34.35323793318922, - 29.267970655042173, - 24.767429464053393, - 23.27014964634921, - 221.8696676109116 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_res_up": { - "contents": [ - 0.6045169325153373, - 8.160978588957054, - 43.52521914110432, - 94.90915840490806, - 123.62371269938663, - 180.14604588957073, - 229.11191742331312, - 221.5554557668714, - 179.84378742331305, - 145.38632226993877, - 137.52760214723938, - 117.8808018404909, - 90.07302294478535, - 87.654955214724, - 81.60978588957062, - 61.96298558282213, - 59.24265938650311, - 51.38393926380372, - 48.36135460122703, - 37.48004981595094, - 35.968757484662596, - 32.64391435582824, - 27.203261963190194, - 24.180677300613503, - 23.576160368098165, - 23.576160368098165, - 196.16574460122717 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_scale_up": { - "contents": [ - 0.9067753987730061, - 9.06775398773006, - 43.52521914110432, - 90.67753987730069, - 130.575657423313, - 187.70250754601244, - 228.50740049079778, - 246.03839153374258, - 192.84090147239283, - 152.9427839263805, - 140.85244527607375, - 139.03889447852774, - 103.0701369938651, - 95.81593380368105, - 80.09849355828227, - 67.1013795092025, - 62.265244049079804, - 61.05621018404912, - 50.17490539877304, - 42.31618527607365, - 33.248431288343575, - 34.45746515337425, - 31.43488049079756, - 27.505520429447863, - 24.180677300613503, - 22.367126503067492, - 219.13738803681002 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan": { - "contents": [ - 0.0, - 5.383377128765034, - 11.439676398625696, - 29.608574208207685, - 43.739939171215894, - 49.79623844107657, - 58.544226275319744, - 72.00266909723233, - 64.6005255451804, - 60.56299269860663, - 53.833771287650336, - 59.890070557511, - 36.33779561916398, - 39.702406324642126, - 39.702406324642126, - 40.37532846573775, - 25.57104136163391, - 27.589807784920797, - 24.22519707944265, - 21.533508515060134, - 18.841819950677618, - 16.1501313862951, - 12.112598539721326, - 18.841819950677618, - 16.82305352739073, - 18.841819950677618, - 129.87397323145646 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.0, - 4.719266061954375, - 9.9135836122969, - 25.50931126959684, - 36.68709478243488, - 41.770411722721995, - 49.21465496622621, - 58.79589915608951, - 53.510589914980706, - 48.81926063629026, - 44.24021472548667, - 47.001256328035865, - 28.049308463204568, - 32.71422554785701, - 30.238618591625375, - 30.67108672577232, - 19.619307883854436, - 21.416861667664588, - 17.1712486777739, - 15.902790441808637, - 13.886158443438038, - 11.612449158351998, - 8.588557858845787, - 13.955364279886343, - 12.648812342089995, - 11.487138438389847, - 81.58243075550354 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.0, - 6.047488195575692, - 12.965769184954492, - 33.70783714681853, - 50.792783559996906, - 57.822065159431126, - 67.87379758441327, - 85.20943903837514, - 75.69046117538011, - 72.306724760923, - 63.427327849814, - 72.77888478698613, - 44.626282775123386, - 46.690587101427234, - 49.16619405765887, - 50.07957020570319, - 31.522774839413383, - 33.762753902177, - 31.2791454811114, - 27.16422658831163, - 23.797481457917197, - 20.687813614238202, - 15.636639220596864, - 23.72827562146889, - 20.997294712691463, - 26.196501462965387, - 178.16551570740938 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.0, - 4.940447158205744, - 10.338376228271972, - 26.79179572644056, - 38.98451405858609, - 43.9918118257463, - 52.25072195072286, - 63.252767640650404, - 56.98198495272398, - 52.675262220895036, - 47.19969475879989, - 51.093579757066664, - 31.127864172266342, - 34.95193349839444, - 33.7886824334261, - 33.88401657488413, - 21.55233982060236, - 23.3821938671851, - 19.992979445923147, - 18.086748736326047, - 15.67125265322947, - 12.898624172563295, - 10.007939913768654, - 15.780959991044966, - 14.107213366787953, - 15.37689127413395, - 101.27991326621803 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.0, - 5.826307099324323, - 12.540976568979422, - 32.425352689974815, - 48.4953642838457, - 55.60066505640682, - 64.83773059991661, - 80.75257055381424, - 72.21906613763684, - 68.45072317631822, - 60.467847816500786, - 68.68656135795534, - 41.54772706606161, - 44.4528791508898, - 45.61613021585815, - 46.866640356591375, - 29.589742902665463, - 31.797421702656493, - 28.45741471296215, - 24.980268293794218, - 22.012387248125762, - 19.401638600026907, - 14.217257165673995, - 21.902679910310265, - 19.538893687993507, - 22.306748627221285, - 158.46803319669485 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.0, - 5.0289574485767305, - 10.564446524454738, - 27.522163338128003, - 40.32314545657747, - 45.72325100919382, - 54.049663636449026, - 66.27195899957741, - 59.401634227160116, - 55.011716238434005, - 48.76846552904598, - 54.2024485057031, - 32.8860520108224, - 36.15076532157321, - 36.026485013639615, - 35.92707128170119, - 22.84974422304319, - 24.80577117108136, - 21.535474709441147, - 19.24974745549148, - 16.845764649652708, - 14.303937948973878, - 10.836170382147463, - 16.752491332251783, - 15.02644604034149, - 16.81936297002316, - 111.3868358211785 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.0, - 5.7377968089533375, - 12.314906272796655, - 31.694985078287367, - 47.15673288585432, - 53.86922587295931, - 63.03878891419046, - 77.73337919488725, - 69.79941686320069, - 66.11426915877925, - 58.89907704625469, - 65.57769260931889, - 39.78953922750555, - 43.254047327711035, - 43.37832763564463, - 44.82358564977432, - 28.29233850022463, - 30.373844398760234, - 26.914919449444156, - 23.817269574628792, - 20.837875251702528, - 17.996324823616323, - 13.389026697295188, - 20.931148569103453, - 18.61966101443997, - 20.864276931332075, - 148.36111064173434 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.0, - 5.095213993453512, - 10.782110551078038, - 27.97864112398107, - 41.04455479226158, - 46.72807622477218, - 55.037534368394326, - 67.53996511597911, - 60.63707196337364, - 56.523488400447604, - 50.040935011836694, - 55.84197073044033, - 33.95090398426818, - 37.01465540622587, - 37.02593210929344, - 37.314153073851465, - 23.73979941313516, - 25.57613559253017, - 22.36764808099044, - 19.95541672171902, - 17.374192532560734, - 14.917674484878459, - 11.1834928366289, - 17.434802840097383, - 15.615168798532531, - 17.480682461389115, - 117.79406924482475 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.0, - 5.671540264076555, - 12.097242246173357, - 31.2385072924343, - 46.43532355017021, - 52.86440065738095, - 62.05091818224515, - 76.46537307848553, - 68.56397912698716, - 64.60249699676565, - 57.626607563463985, - 63.93817038458166, - 38.72468725405976, - 42.39015724305838, - 42.3788805399908, - 43.43650385762404, - 27.40228331013266, - 29.603479977311423, - 26.082746077894864, - 23.111600308401247, - 20.3094473687945, - 17.382588287711744, - 13.04170424281375, - 20.248837061257852, - 18.03093825624893, - 20.20295743996612, - 141.9538772180881 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.0, - 7.402143552051921, - 9.420909975338809, - 28.262729926016426, - 49.79623844107656, - 40.37532846573775, - 61.235914839702254, - 65.27344768627603, - 63.92760340408478, - 60.56299269860662, - 57.19838199312848, - 51.815004864363445, - 43.06701703012027, - 36.33779561916398, - 47.10454987669405, - 37.01071776025961, - 25.57104136163391, - 32.3002627725902, - 20.860586373964505, - 24.89811922053828, - 16.1501313862951, - 18.16889780958199, - 11.439676398625696, - 14.131364963008213, - 18.841819950677618, - 20.187664232868876, - 129.2010510903608 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.0, - 7.402143552051921, - 10.093832116434438, - 32.3002627725902, - 43.739939171215894, - 49.79623844107657, - 62.58175912189352, - 70.65682481504106, - 72.67559123832795, - 67.29221410956292, - 60.56299269860662, - 50.46916058217219, - 49.12331629998093, - 37.683639901355235, - 43.06701703012027, - 41.72117274792901, - 31.627340631494572, - 28.935652067112056, - 25.57104136163391, - 24.89811922053828, - 22.206430656155764, - 18.841819950677618, - 18.841819950677618, - 10.766754257530067, - 20.187664232868876, - 16.1501313862951, - 149.3887153232297 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar": { - "contents": [ - 5.54259844667528, - 190.29588000251798, - 783.3539137967721, - 1699.7301903137504, - 3063.2094081958867, - 4962.473142589975, - 7290.364490193625, - 7297.754621455859, - 4557.863455982674, - 3312.626338296277, - 2708.483107608664, - 2259.53263342796, - 2017.5058345898026, - 1490.9589821556483, - 1405.9724726399609, - 1191.6586660351836, - 1115.9098205972882, - 849.8650951568753, - 707.6050683588767, - 613.380894765397, - 607.8382963187219, - 482.20606486074894, - 419.3899491317626, - 410.15228505397045, - 375.0491615583604, - 291.91018485823133, - 2758.366493628742 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_ME_var": { - "contents": [ - 7.268276886792453, - 212.59709893867918, - 1010.2904872641526, - 2109.6173663915097, - 3486.9558364386644, - 5280.403158254732, - 7271.911025235902, - 7175.6063564859, - 4975.135529009443, - 3881.259857547158, - 3272.5416682782884, - 2894.591270165086, - 2443.958103183959, - 2098.7149510613212, - 1838.8740523584938, - 1668.0695455188718, - 1344.6312240566067, - 1150.2048173349078, - 1135.6682635613229, - 888.5468494103786, - 857.6566726415106, - 685.0350965801894, - 606.9011200471703, - 537.8524896226417, - 499.69403596698123, - 470.62092841981126, - 4519.051154363207 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_PS_var": { - "contents": [ - 7.52660450973568, - 282.24766911508794, - 1046.1980268532602, - 2406.631791987988, - 3806.5802307988333, - 5219.70022750168, - 6975.280729397494, - 6582.0156437638125, - 4147.159084864366, - 2927.84915428719, - 2429.211605517195, - 2092.39605370652, - 1676.5511545436207, - 1495.9126463099653, - 1260.7062553807264, - 995.3934464125446, - 848.624658472699, - 792.1751246496813, - 658.5778946018725, - 585.1935006319494, - 479.82103749564965, - 444.0696660744051, - 387.6201322513875, - 306.7091337717289, - 314.23573828146453, - 254.02290220357912, - 2064.171286795011 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_down": { - "contents": [ - 4.779798335451594, - 167.93833691514078, - 684.180199790412, - 1462.2580794845546, - 2613.212941764565, - 4179.993862375126, - 5992.412036225547, - 5890.539105643354, - 3680.9133565434736, - 2680.2892949600277, - 2166.3715128959275, - 1781.203529577555, - 1580.402231573369, - 1152.4040785676148, - 1078.2558605050986, - 899.0032326274779, - 837.9506735740426, - 626.2267038288747, - 517.3223808953705, - 440.57601207557474, - 429.0820485467819, - 349.3062455280746, - 291.83882390323043, - 288.7207947322729, - 259.88383858993143, - 195.05552868319984, - 1646.384239120316 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_up": { - "contents": [ - 6.305398557898965, - 212.65342308989506, - 882.5276278031336, - 1937.20230114295, - 3513.205874627177, - 5744.952422804741, - 8588.316944161557, - 8704.970137268214, - 5434.8135554218015, - 3944.96338163249, - 3250.594702321379, - 2737.8617372783565, - 2454.6094376062347, - 1829.5138857436853, - 1733.6890847748266, - 1484.3140994428927, - 1393.8689676205368, - 1073.5034864848776, - 897.8877558223842, - 786.1857774552205, - 786.5945440906627, - 615.105884193424, - 546.9410743602951, - 531.5837753756684, - 490.2144845267898, - 388.7648410332629, - 3870.3487481371453 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_down": { - "contents": [ - 5.174881680978666, - 173.75442795391922, - 712.6036838621717, - 1530.4895448375448, - 2744.702342998762, - 4404.263330498143, - 6370.71144102198, - 6299.581918373886, - 3954.6616009999616, - 2877.813647103417, - 2342.6721297466884, - 1943.3645447753436, - 1724.0117367546318, - 1270.6717844134694, - 1187.8093025462688, - 1004.7629392381006, - 938.678307016789, - 702.8183129076672, - 587.8883194316197, - 503.33606673068925, - 499.30313353592703, - 396.2845305341877, - 344.62324059153804, - 335.4924447400459, - 302.80814584780524, - 232.44295329904648, - 2098.3872993955197 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_up": { - "contents": [ - 5.910315212371892, - 206.83733205111668, - 854.1041437313739, - 1868.9708357899597, - 3381.716473392981, - 5520.682954681724, - 8210.017539365126, - 8295.927324537686, - 5161.065310965315, - 3747.439029489099, - 3074.2940854706176, - 2575.7007220805676, - 2310.999932424972, - 1711.2461798978304, - 1624.1356427336566, - 1378.5543928322695, - 1293.1413341777902, - 996.9118774060852, - 827.321817286135, - 723.4257228001062, - 716.3734591015176, - 568.1275991873109, - 494.15665767198755, - 484.8121253678955, - 447.290177268916, - 351.37741641741627, - 3418.3456878619418 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_down": { - "contents": [ - 5.252218249929933, - 177.29632156754616, - 727.6292352356047, - 1573.961876516833, - 2825.659181369816, - 4555.190061564675, - 6639.595795532206, - 6583.111809851539, - 4122.132858525169, - 2998.4563996852235, - 2446.8742362891444, - 2033.328235526895, - 1809.5818789999848, - 1332.8396903673474, - 1254.9815686757893, - 1062.3617955021516, - 990.8189595558254, - 749.4496658922587, - 625.2766100784738, - 537.6033548334606, - 531.9416771232824, - 422.61187315589524, - 367.14567598270384, - 358.77205104088796, - 326.7658544273577, - 250.5390176088369, - 2320.9858039915143 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_up": { - "contents": [ - 5.832978643420627, - 203.2954384374897, - 839.078592357941, - 1825.4985041106715, - 3300.759635021927, - 5369.756223615192, - 7941.1331848549, - 8012.397433060026, - 4993.594053440109, - 3626.7962769072938, - 2970.091978928162, - 2485.737031329016, - 2225.4297901796194, - 1649.078273943953, - 1556.9633766041354, - 1320.9555365682188, - 1241.0006816387533, - 950.2805244214937, - 789.933526639281, - 689.1584346973348, - 683.7349155141623, - 541.8002565656034, - 471.63422228082175, - 461.5325190670535, - 423.3324686893635, - 333.2813521076258, - 3195.747183265946 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_down": { - "contents": [ - 5.265728333643704, - 179.46399717880058, - 737.3225903955841, - 1597.3641128083084, - 2873.6735858730535, - 4648.027459706177, - 6798.967021744648, - 6775.086635300197, - 4232.722073651061, - 3079.3447350036004, - 2516.9557603814646, - 2094.159639128768, - 1865.8965844864213, - 1378.3627401703554, - 1294.900098815101, - 1098.4738595551082, - 1025.5601831273382, - 777.6376761331353, - 647.6814817603994, - 560.1299904750116, - 552.6071688286104, - 439.12526579985763, - 381.8053292555556, - 372.6905982792487, - 341.4178866273452, - 263.33224415632105, - 2455.2454652118413 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_up": { - "contents": [ - 5.819468559706856, - 201.1277628262353, - 829.3852371979614, - 1802.0962678191966, - 3252.745230518688, - 5276.918825473691, - 7781.761958642455, - 7820.422607611371, - 4883.004838314217, - 3545.907941588917, - 2900.0104548358427, - 2424.9056277271434, - 2169.1150846931823, - 1603.555224140945, - 1517.044846464824, - 1284.8434725152622, - 1206.2594580672412, - 922.0925141806171, - 767.5286549573552, - 666.6317990557835, - 663.0694238088342, - 525.2868639216409, - 456.9745690079701, - 447.6139718286927, - 408.68043648937595, - 320.4881255601417, - 3061.4875220456197 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_res_up": { - "contents": [ - 9.237664077792132, - 184.7532815558427, - 811.0669060301484, - 1692.3400590515168, - 3070.5995394581205, - 5065.934980261248, - 7216.463177571287, - 7194.292783784584, - 4681.648154625091, - 3314.473871111836, - 2629.03919653965, - 2278.0079615835443, - 1975.0125798319582, - 1550.0800322535176, - 1365.3267506976756, - 1235.999453608586, - 1073.4165658394445, - 859.1027592346675, - 753.7933887478373, - 615.2284275809554, - 567.1925743764364, - 495.138794569658, - 399.0670881606199, - 424.93254757843783, - 330.70837398495826, - 314.0805786449324, - 2780.5368874154433 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_scale_up": { - "contents": [ - 5.54259844667528, - 193.99094563363485, - 763.0310528256293, - 1745.9185107027113, - 3042.8865472247435, - 4707.5136140429095, - 7044.64262572435, - 7850.166933307835, - 5291.33398375938, - 3584.2136621833706, - 2787.9270186776766, - 2488.626702557208, - 2113.577540998842, - 1720.0530512848927, - 1400.4298741932855, - 1291.4254380753384, - 1163.9456738018073, - 969.9547281681728, - 790.7440450590057, - 674.3494776788251, - 548.7172462208522, - 580.1253040853454, - 448.95047418069726, - 448.95047418069737, - 375.04916155836037, - 325.165775538283, - 3039.1914815936266 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaledown": { - "contents": [ - 1.9439411850048256, - 151.62741243037638, - 728.9779443768106, - 1578.480242223921, - 2847.8738360320576, - 4593.533020166416, - 6677.437970491625, - 6488.875675546154, - 3983.1354880748895, - 2912.0238951372176, - 2459.085599031097, - 2080.0170679551607, - 1755.3788900593584, - 1489.0589477136991, - 1319.9360646182795, - 1104.158593082743, - 952.5311806523661, - 814.5113565170232, - 692.0430618617188, - 610.3975320915158, - 565.6868848364047, - 480.15347269619207, - 390.73217818596993, - 318.80635434079136, - 311.03058960077203, - 309.0866484157672, - 2501.8523051012025 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaleup": { - "contents": [ - 11.568354548973758, - 150.38860913665889, - 804.0006411536765, - 1609.9293413988541, - 3125.3837873144253, - 4719.888655981274, - 7536.782988656404, - 7959.027929693961, - 4874.13338330092, - 3412.6645919472676, - 2894.0166963349507, - 2454.419223473945, - 1939.6274460446086, - 1694.763941424662, - 1500.0299731836026, - 1262.8787049296388, - 1062.3605594140922, - 940.8928366498669, - 819.4251138856416, - 676.7487411149648, - 599.6263774551398, - 522.5040137953148, - 428.029118312029, - 393.32405466510784, - 350.90675465220403, - 316.2016910052827, - 2830.390746315595 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets": { - "contents": [ - 0.0, - 0.0, - 41.88347225629185, - 0.0, - 83.7669445125837, - 83.7669445125837, - 41.88347225629185, - 41.88347225629185, - 293.184305794043, - 209.41736128145925, - 83.7669445125837, - 41.88347225629185, - 167.5338890251674, - 41.88347225629185, - 83.7669445125837, - 41.88347225629185, - 125.65041676887556, - 0.0, - 0.0, - 0.0, - 83.7669445125837, - 41.88347225629185, - 0.0, - 83.7669445125837, - 0.0, - 0.0, - 418.8347225629185 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 39.384206935248436, - 0.0, - 73.63637966059312, - 62.79117806322954, - 25.438973961665265, - 25.171966826031404, - 228.99264912724368, - 166.8415028744306, - 64.14977319454302, - 27.205932947477578, - 116.7436346218735, - 35.565612238131834, - 62.296429547202095, - 36.594375025427, - 90.17380690928836, - 0.0, - 0.0, - 0.0, - 37.71606676679081, - 24.543714742187028, - 0.0, - 62.81081094084968, - 0.0, - 0.0, - 201.10610975560135 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 44.38273757733527, - 0.0, - 93.89750936457429, - 104.74271096193786, - 58.327970550918444, - 58.594977686552305, - 357.3759624608423, - 251.99321968848793, - 103.38411583062441, - 56.56101156510613, - 218.32414342846133, - 48.20133227445187, - 105.2374594779653, - 47.17256948715671, - 161.12702662846277, - 0.0, - 0.0, - 0.0, - 129.8178222583766, - 59.22322977039668, - 0.0, - 104.72307808431773, - 0.0, - 0.0, - 636.5633353702357 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 39.72581900583882, - 0.0, - 77.15066475459761, - 69.14830383662984, - 31.45448766447518, - 36.41767912684577, - 252.002381698044, - 179.7874223771488, - 67.55607746163675, - 30.378605970891687, - 139.26843511545647, - 36.425532277893815, - 71.7241373803918, - 37.88032850954596, - 113.69988416149829, - 0.0, - 0.0, - 0.0, - 59.045225013307444, - 33.205740348191384, - 0.0, - 72.01863054469385, - 0.0, - 0.0, - 320.0420823783901 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 44.04112550674488, - 0.0, - 90.38322427056981, - 98.38558518853756, - 52.31245684810853, - 47.349265385737944, - 334.36622989004195, - 239.04730018576976, - 99.97781156353066, - 53.38833854169202, - 195.79934293487835, - 47.34141223468989, - 95.80975164477562, - 45.88661600303775, - 137.60094937625283, - 0.0, - 0.0, - 0.0, - 108.48866401185998, - 50.56120416439232, - 0.0, - 95.51525848047356, - 0.0, - 0.0, - 517.6273627474469 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 39.78471763869923, - 0.0, - 79.06290703479893, - 76.63039349766397, - 33.75546092155521, - 37.47785451833315, - 268.76885918564085, - 192.92574408054435, - 75.2109364457281, - 39.11130993632854, - 148.68436322207407, - 37.446441914140934, - 77.65130313391109, - 39.03277842584799, - 116.77930101621675, - 0.0, - 0.0, - 0.0, - 74.9969380796686, - 38.2592430476146, - 0.0, - 74.21751283814916, - 0.0, - 0.0, - 353.35514912423827 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 43.98222687388447, - 0.0, - 88.47098199036849, - 90.90349552750344, - 50.011483591028494, - 46.28908999425055, - 317.5997524024451, - 225.90897848237415, - 92.32295257943932, - 44.655634576255174, - 186.38341482826078, - 46.32050259844277, - 89.88258589125633, - 44.73416608673571, - 134.52153252153437, - 0.0, - 0.0, - 0.0, - 92.53695094549883, - 45.5077014649691, - 0.0, - 93.31637618701825, - 0.0, - 0.0, - 484.31429600159873 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 39.973193263852544, - 0.0, - 79.21015361694995, - 78.69577222330237, - 34.607527810269154, - 38.816816772026485, - 275.4067351090091, - 196.74433877766094, - 79.4320051340575, - 39.83183654498756, - 154.4328697892501, - 39.16431870590291, - 78.55147057279436, - 39.486297898873154, - 119.76742499000156, - 0.0, - 0.0, - 0.0, - 77.21348996298204, - 39.01707212375188, - 0.0, - 75.40137535864342, - 0.0, - 0.0, - 383.3914885952856 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 43.79375124873116, - 0.0, - 88.32373540821746, - 88.83811680186503, - 49.15941670231455, - 44.95012774055723, - 310.96187647907686, - 222.0903837852576, - 88.10188389110992, - 43.93510796759615, - 180.63490826108472, - 44.6026258066808, - 88.98241845237305, - 44.28064661371055, - 131.53340854774956, - 0.0, - 0.0, - 0.0, - 90.32039906218537, - 44.749872388831825, - 0.0, - 92.132513666524, - 0.0, - 0.0, - 454.2779565305515 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 41.88347225629185, - 125.65041676887556, - 83.7669445125837, - 41.88347225629185, - 41.88347225629185, - 167.5338890251674, - 209.41736128145925, - 125.65041676887556, - 83.7669445125837, - 41.88347225629185, - 167.5338890251674, - 41.88347225629185, - 83.7669445125837, - 83.7669445125837, - 83.7669445125837, - 0.0, - 41.88347225629185, - 41.88347225629185, - 0.0, - 83.7669445125837, - 0.0, - 41.88347225629185, - 0.0, - 418.8347225629185 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 83.7669445125837, - 41.88347225629185, - 83.7669445125837, - 83.7669445125837, - 41.88347225629185, - 209.41736128145925, - 209.41736128145925, - 167.5338890251674, - 125.65041676887556, - 41.88347225629185, - 167.5338890251674, - 125.65041676887556, - 41.88347225629185, - 83.7669445125837, - 41.88347225629185, - 0.0, - 0.0, - 83.7669445125837, - 41.88347225629185, - 0.0, - 41.88347225629185, - 41.88347225629185, - 0.0, - 418.8347225629185 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 40.83638544988455, - 0.0, - 81.6727708997691, - 81.6727708997691, - 40.83638544988455, - 40.83638544988455, - 285.8546981491919, - 204.18192724942276, - 81.6727708997691, - 40.83638544988455, - 163.3455417995382, - 40.83638544988455, - 81.6727708997691, - 40.83638544988455, - 122.50915634965367, - 0.0, - 0.0, - 0.0, - 81.6727708997691, - 40.83638544988455, - 0.0, - 81.6727708997691, - 0.0, - 0.0, - 408.3638544988455 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 42.930559062699146, - 0.0, - 85.86111812539829, - 85.86111812539829, - 42.930559062699146, - 42.930559062699146, - 300.513913438894, - 214.65279531349574, - 85.86111812539829, - 42.930559062699146, - 171.72223625079658, - 42.930559062699146, - 85.86111812539829, - 42.930559062699146, - 128.79167718809742, - 0.0, - 0.0, - 0.0, - 85.86111812539829, - 42.930559062699146, - 0.0, - 85.86111812539829, - 0.0, - 0.0, - 429.30559062699143 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - } -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_200_file_per_process.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_200_file_per_process.json deleted file mode 100644 index 33ecf243..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_200_file_per_process.json +++ /dev/null @@ -1,7318 +0,0 @@ -{ - "4j1b_pseudodata": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.394405508626691, - 149.30841127818553, - 670.0493617570723, - 1341.0375944513155, - 1990.8007048103952, - 2457.084561420721, - 2596.5154058919666, - 2561.4549168204303, - 2421.9265133599124, - 2219.2409932048245, - 2038.3096132785256, - 1813.4951496910542, - 1604.445224290885, - 1392.5720126262136, - 1259.5309386043639, - 1117.3803007915321, - 960.5423782630747, - 856.5995488996042, - 751.1934885625939, - 651.488298453548, - 566.9683084924195, - 499.0323925583378, - 4108.682361067634 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0038813082733357546, - 0.07374485719337934, - 0.21347195503346647, - 0.3182672784135318, - 0.48904484244030505, - 0.5433831582670057, - 0.6326532485537281, - 0.5239766169003269, - 0.5045700755336481, - 0.4618756845269548, - 0.4735196093469621, - 0.38424951906023974, - 0.34543643632688215, - 0.2639289625868313, - 0.24064111294681678, - 0.28333550395351004, - 0.27169157913350284, - 0.22511587985347375, - 0.18242148884678047, - 0.1630149474801017, - 0.1552523309334302, - 0.16301494748010167, - 1.1682737902740625 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036853628509740696, - 0.06914332365357272, - 0.1964791022492684, - 0.2885165046894374, - 0.4368160176601625, - 0.47776509349813195, - 0.5465804466026077, - 0.44274495862945, - 0.42169207545501736, - 0.3786398156964341, - 0.3795000106425122, - 0.3033340661227561, - 0.2703323934925341, - 0.19936558269579477, - 0.18151944854588054, - 0.21021274770181633, - 0.19784944665152304, - 0.15619366948059765, - 0.12777654966648638, - 0.1088430427456204, - 0.10129947753462529, - 0.10769174967904219, - 0.5539854369791565 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004077253695697439, - 0.07834639073318596, - 0.23046480781766454, - 0.3480180521376264, - 0.5412736672204477, - 0.6090012230358794, - 0.7187260505048482, - 0.6052082751712038, - 0.5874480756122787, - 0.5451115533574755, - 0.567539208051412, - 0.46516497199772333, - 0.42054047916123033, - 0.32849234247786785, - 0.29976277734775303, - 0.3564582602052038, - 0.34553371161548263, - 0.29403809022634986, - 0.2370664280270745, - 0.21718685221458298, - 0.2092051843322351, - 0.21833814528116122, - 1.7825621435689682 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036891835138056347, - 0.0697055068987887, - 0.20011746488287005, - 0.29644638136451296, - 0.45133635578336223, - 0.49797512632283286, - 0.5749321299850483, - 0.4717074022559649, - 0.4495407048979684, - 0.40812732755780134, - 0.41596750962449774, - 0.3320416169575081, - 0.2970166304534844, - 0.22642442655056386, - 0.2015029706455674, - 0.23806992815205713, - 0.22485243605442107, - 0.18467652895358852, - 0.15016708935005912, - 0.1311269677425599, - 0.1254227787804753, - 0.12785175001428226, - 0.8020064937350705 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0040734330328658745, - 0.07778420748796998, - 0.22682644518406295, - 0.3400881754625508, - 0.5267533290972479, - 0.5887911902111783, - 0.6903743671224077, - 0.576245831544689, - 0.5595994461693278, - 0.5156240414961084, - 0.5310717090694265, - 0.43645742116297126, - 0.39385624220027987, - 0.3014334986230988, - 0.2797792552480662, - 0.328601079754963, - 0.3185307222125845, - 0.26555523075335896, - 0.21467588834350182, - 0.19490292721764346, - 0.18508188308638504, - 0.19817814494592112, - 1.5345410868130536 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0037006455023003296, - 0.07003372002965265, - 0.20197785477735422, - 0.29963099480278493, - 0.4591067652693012, - 0.506908017959357, - 0.5883401094152865, - 0.48589024849570966, - 0.464977638228093, - 0.4239108495876465, - 0.43319642479078907, - 0.3509491676292961, - 0.31214836559789716, - 0.23849117139059767, - 0.21732797415758384, - 0.25254168927639836, - 0.2421420269852041, - 0.20059450192783973, - 0.1616154326203553, - 0.14375771519106278, - 0.13554698947514635, - 0.14171420638515153, - 0.9680943457497022 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.00406197104437118, - 0.07745599435710603, - 0.22496605528957883, - 0.33690356202427885, - 0.5189829196113089, - 0.5798582985746544, - 0.6769663876921694, - 0.5620629853049439, - 0.544162512839203, - 0.49984051946626323, - 0.5138427939031351, - 0.4175498704911833, - 0.3787245070558672, - 0.289366753783065, - 0.26395425173604975, - 0.3141293186306218, - 0.3012411312818016, - 0.24963725777910778, - 0.20322754507320562, - 0.18227217976914054, - 0.17495767239171403, - 0.18431568857505184, - 1.3684532347984217 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.003700736470462986, - 0.07028370054063218, - 0.2032012855969188, - 0.30206675832607016, - 0.46369065098555257, - 0.513849980387985, - 0.596772130348225, - 0.49398878014435, - 0.47515151753957446, - 0.4338942415665255, - 0.4444312657833308, - 0.359481890318295, - 0.32195573418203627, - 0.24612267249216052, - 0.2237467786827755, - 0.2626235997754342, - 0.2508712409055406, - 0.2085795962776477, - 0.16788341193186282, - 0.15036118508644677, - 0.14250159647838365, - 0.1484968835609684, - 1.0520481353199067 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004061880076208524, - 0.0772060138461265, - 0.2237426244700142, - 0.3344677985009935, - 0.5143990338950576, - 0.5729163361460263, - 0.6685343667592311, - 0.5539644536563036, - 0.5339886335277217, - 0.4898571274873842, - 0.5026079529105933, - 0.40901714780218434, - 0.368917138471728, - 0.2817352526815021, - 0.25753544721085814, - 0.30404740813158593, - 0.292511917361465, - 0.24165216342929985, - 0.1969595657616981, - 0.17566870987375663, - 0.1680030653884767, - 0.17753301139923497, - 1.2844994452282175 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0038813082733357546, - 0.0776261654667151, - 0.18630279712011621, - 0.3531990528735537, - 0.4308252183402687, - 0.6132467071870494, - 0.5938401658203705, - 0.5395018499936699, - 0.5123326920803197, - 0.4657569928002906, - 0.4696383010736264, - 0.43470652661360454, - 0.3337925115068749, - 0.2561663460401598, - 0.28333550395351015, - 0.24064111294681675, - 0.28721681222684586, - 0.22511587985347375, - 0.1668962557534374, - 0.19794672194012347, - 0.1358457895667514, - 0.13972709784008716, - 1.1682737902740625 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.06986354892004358, - 0.18630279712011616, - 0.3648429776935609, - 0.5278579251736626, - 0.5511457748136771, - 0.6481784816470711, - 0.6404158651003995, - 0.4696383010736263, - 0.5744336244536917, - 0.43470652661360454, - 0.4463504514336118, - 0.39201213560691117, - 0.30274204532018884, - 0.2289971881268095, - 0.27557288740683855, - 0.2716915791335028, - 0.23675980467348098, - 0.22123457158013798, - 0.1707775640267732, - 0.15137102266009445, - 0.1746588723001089, - 1.3080008881141496 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12813557867360206, - 9.097626085825747, - 43.18169001300391, - 88.79795602080617, - 123.77896899869947, - 148.50913568270462, - 142.74303464239256, - 138.5145605461637, - 126.46981615084508, - 114.93761407022093, - 102.12405620286074, - 82.00677035110526, - 82.39117708712607, - 68.80880574772428, - 61.50507776332897, - 52.023044941482446, - 45.488130429128745, - 41.64406306892069, - 31.39321677503252, - 29.343047516254884, - 26.395929206762034, - 23.576946475942787, - 202.1979431469444 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12142047350373861, - 8.52695026078186, - 39.79429785518855, - 80.64580633188149, - 110.54204917728339, - 130.65905273034213, - 123.64567195874756, - 117.89429249515402, - 106.37962696974235, - 94.89288699200787, - 82.87356149210865, - 65.47732274669741, - 64.83723147402551, - 53.192858706983095, - 46.70685995178803, - 38.81516584770156, - 33.27485571395968, - 29.84807387841271, - 22.00994445044863, - 20.20590361711882, - 17.666364562202535, - 15.586872277092816, - 99.2303343915434 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13485068384346552, - 9.668301910869634, - 46.56908217081924, - 96.95010570973096, - 137.01588882011578, - 166.35921863506744, - 161.84039732603782, - 159.13482859717368, - 146.5600053319481, - 134.98234114843422, - 121.37455091361305, - 98.53621795551324, - 99.94512270022675, - 84.42475278846553, - 76.30329557486995, - 65.23092403526331, - 57.70140514429777, - 53.44005225942863, - 40.776489099616384, - 38.48019141539092, - 35.125493851321515, - 31.567020674792744, - 305.16555190234476 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12187695650276331, - 8.601038652794617, - 40.530592919904905, - 82.59632214858257, - 114.1855763483936, - 135.89581968879833, - 129.6456965106388, - 124.8015349631201, - 113.02895053690425, - 101.8981772030803, - 89.72153324646455, - 71.55940011766336, - 71.17977444042181, - 58.8752491741714, - 52.16239638752681, - 43.70214670179982, - 37.951512026257305, - 34.39730536407468, - 25.67697448965336, - 23.861899981728705, - 21.252044525896864, - 18.831439313410677, - 142.39912075135118 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13439420084444081, - 9.594213518856876, - 45.832787106102884, - 94.99958989302989, - 133.3723616490056, - 161.12245167661126, - 155.84037277414663, - 152.22758612920754, - 139.91068176478623, - 127.97705093736181, - 114.52657915925712, - 92.45414058454728, - 93.60257973383045, - 78.7423623212772, - 70.84775913913116, - 60.34394318116505, - 53.02474883200016, - 48.89082077376666, - 37.10945906041165, - 34.82419505078104, - 31.53981388762719, - 28.322453638474883, - 261.996765542537 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12231241725841188, - 8.640593505295634, - 40.85594517110451, - 83.6305744782018, - 116.10993148480189, - 138.64868846525883, - 132.70169102069508, - 128.27845184594156, - 116.47533411281066, - 105.52495865575258, - 93.39971108101389, - 74.63111626258737, - 74.56042746764628, - 61.90983102776026, - 55.077394711259345, - 46.391930729066154, - 40.448011541568185, - 36.839891834658644, - 27.609077824334562, - 25.842183295050386, - 23.082217008802417, - 20.62102084753454, - 167.5240110875788 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13395874008879224, - 9.55465866635586, - 45.50743485490328, - 93.96533756341066, - 131.44800651259732, - 158.36958290015076, - 152.78437826409032, - 148.7506692463861, - 136.4642981888798, - 124.3502694846895, - 110.8484013247078, - 89.38242443962328, - 90.22192670660598, - 75.70778046768834, - 67.93276081539864, - 57.654159153898725, - 50.528249316689276, - 46.448234303182694, - 35.17735572573045, - 32.84391173745936, - 29.70964140472163, - 26.53287210435102, - 236.8718752063093 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12236046810041448, - 8.667979482059492, - 41.08086815934106, - 84.31244896117258, - 117.32646168038035, - 140.40722915544904, - 134.7288989844099, - 130.5212459186563, - 118.89049556532163, - 107.84463407567151, - 95.6126835999108, - 76.58981874149462, - 76.69405002733114, - 63.984885617399215, - 57.05527848565852, - 48.17262586059715, - 42.04548881254327, - 38.34927088999959, - 28.86389553145623, - 26.95080331220152, - 24.220556471732152, - 21.569730665678637, - 180.4669348353797 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13391068924678964, - 9.527272689592003, - 45.28251186666673, - 93.28346308043989, - 130.23147631701883, - 156.61104220996054, - 150.75717030037544, - 146.50787517367132, - 134.04913673636884, - 122.03059406477057, - 108.6354288058109, - 87.42372196071602, - 88.0883041469211, - 73.6327258780494, - 65.95487704099946, - 55.87346402236771, - 48.93077204571419, - 44.93885524784176, - 33.922538018608776, - 31.73529172030823, - 28.571301941791894, - 25.584162286206922, - 223.92895145850844 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.3844067360208062, - 9.610168400520156, - 42.4128765409623, - 87.38846465539655, - 116.98778332899856, - 150.43116936280865, - 146.20269526657987, - 135.0548999219764, - 131.33896814044198, - 114.29693617685292, - 95.33287053315985, - 87.26032907672294, - 80.08473667100122, - 70.34643269180751, - 57.917281560468126, - 55.22643440832249, - 41.90033422626789, - 40.106436124837465, - 33.95592834850456, - 28.061691729518863, - 25.755251313394023, - 24.730166684005205, - 203.22302777633323 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.2562711573472041, - 8.328812613784134, - 40.10643612483746, - 87.13219349804935, - 127.75117193758112, - 152.8657453576071, - 156.5816771391416, - 141.20540769830933, - 136.20812013003882, - 125.70100267880348, - 112.8874448114433, - 87.51660023407015, - 85.0820242392717, - 73.29355100130034, - 63.1708402860858, - 58.68609503250974, - 51.25423146944083, - 44.46304579973993, - 36.13423318595581, - 30.62440330299091, - 28.702369622886874, - 26.90847152145644, - 224.87794057217218 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.08707299691913739, - 3.70060236906334, - 15.049116300857579, - 27.60939610644315, - 37.796936745982215, - 42.09253792732633, - 42.04174534579017, - 41.78052635503276, - 39.46583585359902, - 36.28767146605051, - 31.71633912779579, - 28.99530797407275, - 25.055254863481785, - 21.927883057469437, - 19.366485731431474, - 16.986490482308383, - 14.889482473172496, - 13.155278617866339, - 11.841927581002684, - 9.788456070326362, - 9.324066753424294, - 8.02522788271383, - 61.1978046680004 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0826368658163333, - 3.464282854135858, - 13.887664220495656, - 25.044097048483344, - 33.75991764945497, - 37.009070111762576, - 36.38266413751886, - 35.55533665600272, - 32.96442918022115, - 29.857896618052184, - 25.635505913661977, - 23.020899050165553, - 19.5492544462433, - 16.774228284068762, - 14.5534761679076, - 12.53402911103522, - 10.775941178024663, - 9.328135375256899, - 8.220565040424702, - 6.6814997075552025, - 6.220336173085875, - 5.242672854089531, - 31.98765155686535 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0915091280219415, - 3.93692188399082, - 16.210568381219502, - 30.174695164402948, - 41.83395584250947, - 47.176005742890084, - 47.700826554061486, - 48.00571605406279, - 45.9672425269769, - 42.71744631404883, - 37.79717234192961, - 34.96971689797995, - 30.56125528072026, - 27.08153783087011, - 24.17949529495535, - 21.43895185358155, - 19.003023768320322, - 16.98242186047578, - 15.463290121580666, - 12.895412433097523, - 12.427797333762715, - 10.807782911338128, - 90.40795777913544 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.08293447859877175, - 3.497919731064841, - 14.11832058933445, - 25.69238867311351, - 34.87850498592339, - 38.525993960629044, - 38.151373842390555, - 37.59220568171831, - 35.231939268975296, - 32.07899475867505, - 27.821016708211985, - 25.201977625095047, - 21.588265603734655, - 18.722347477416726, - 16.39894344059468, - 14.225429559025134, - 12.380104006710642, - 10.811164359428119, - 9.665315578712029, - 7.887592344767317, - 7.430938919435285, - 6.34174019331894, - 43.35576190152351 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.09121151523950305, - 3.903285007061837, - 15.979912012380709, - 29.526403539772787, - 40.715368506041045, - 45.65908189402362, - 45.93211684918978, - 45.968847028347206, - 43.69973243822275, - 40.49634817342596, - 35.61166154737959, - 32.788638323050456, - 28.522244123228916, - 25.13341863752214, - 22.33402802226827, - 19.747551405591636, - 17.398860939634343, - 15.499392876304562, - 14.01853958329334, - 11.689319795885408, - 11.217194587413307, - 9.70871557210872, - 79.03984743447728 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0829905998663173, - 3.5155249726938766, - 14.235836822930334, - 26.02090675733151, - 35.45596595878434, - 39.30339834343892, - 39.095158566190435, - 38.69644434065537, - 36.41573730749383, - 33.33045208715315, - 29.013720851761104, - 26.421891569988055, - 22.716334033129343, - 19.829490156852593, - 17.425297344560935, - 15.218913576718862, - 13.286940018538559, - 11.673454710367327, - 10.468171466547147, - 8.61575626756163, - 8.173952189493255, - 7.002569309118777, - 51.17227881509406 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0911553939719575, - 3.885679765432802, - 15.862395778784823, - 29.197885455554786, - 40.13790753318011, - 44.88167751121375, - 44.98833212538991, - 44.864608369410135, - 42.51593439970423, - 39.24489084494786, - 34.41895740383049, - 31.568724378157448, - 27.394175693834235, - 24.026275958086273, - 21.307674118302014, - 18.754067387897905, - 16.492024927806433, - 14.637102525365354, - 13.215683695458225, - 10.961155873091094, - 10.474181317355336, - 9.04788645630888, - 71.22333052090671 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.083076992605448, - 3.5262716852355056, - 14.313696068234075, - 26.22068418438007, - 35.829808599058794, - 39.8181303647264, - 39.697495375923154, - 39.3745139098452, - 37.13332917393369, - 34.0771032057992, - 29.722754394964724, - 27.128113777816534, - 23.386944235540124, - 20.42965949520693, - 18.007220978578427, - 15.7707000900644, - 13.787749373734673, - 12.1612248842748, - 10.92111873407151, - 9.008944248887929, - 8.58358217163037, - 7.357783429985949, - 55.0092036545078 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.09106900123282678, - 3.874933052891173, - 15.784536533481084, - 28.99810802850623, - 39.764064892905644, - 44.366945489926266, - 44.38599531565718, - 44.18653880022032, - 41.79834253326435, - 38.49823972630182, - 33.70992386062687, - 30.86250217032897, - 26.723565491423443, - 23.426106619731932, - 20.725750484284518, - 18.20228087455237, - 15.991215572610315, - 14.149332351457879, - 12.762736427933861, - 10.567967891764795, - 10.064551335218223, - 8.692672335441708, - 67.386405681493 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.10158516307232696, - 3.9835896090505356, - 14.976555470091629, - 27.52232310952401, - 37.94931449059071, - 41.766014188879566, - 42.477110330385855, - 41.50479519812215, - 38.83455662593528, - 36.20785455220796, - 32.565300847757385, - 28.480126075634523, - 25.51964418038385, - 22.167333798997063, - 19.076242408367683, - 17.487160214593423, - 14.998323719321416, - 13.060949537870606, - 11.435586928713377, - 10.216564971845454, - 9.091872094973262, - 7.5680946488883585, - 61.879876477200305 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.09432907999573217, - 3.7804192829058816, - 15.121677131623525, - 28.44384566025155, - 38.93614178900761, - 43.68162012110059, - 45.44484830871312, - 43.94283911185801, - 41.76601418887957, - 39.29168985976075, - 33.951212715386994, - 30.475548921698085, - 27.805310349511206, - 23.6403186635458, - 21.057153088278056, - 18.394170599167772, - 16.50758899925313, - 13.837350427066252, - 12.966620457874878, - 11.15259968872618, - 9.853760818015715, - 9.004799098054125, - 68.8384601476547 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.8861775580267036, - 63.279641921314266, - 352.06412120122616, - 859.8657428778854, - 1404.7774173548714, - 1782.1140096553763, - 1933.792598105774, - 1915.4126191244795, - 1807.8678611565474, - 1644.2094649772707, - 1475.1793011314371, - 1299.3988711954494, - 1141.046599900654, - 993.350340229537, - 856.3866754278547, - 740.461522281547, - 638.9230788735739, - 552.963855744984, - 481.03030705331014, - 417.6084391041644, - 360.0944215418633, - 315.8730673499628, - 2396.6945568424153 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_ME_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.7745432765222768, - 68.0307177878733, - 386.8843666228771, - 905.0538186162803, - 1485.444913823637, - 1927.0636719874199, - 2139.933982484958, - 2172.206619006719, - 2131.414006443213, - 2016.3943298796553, - 1894.2746732813102, - 1703.8661178029179, - 1568.4501349576074, - 1355.063462275721, - 1244.432864279123, - 1140.1277030407903, - 962.8863832632767, - 858.3230409327698, - 760.8596786370503, - 678.6290007796017, - 590.0728861638879, - 513.0058301499214, - 4120.8284121907 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_PS_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4024566873233704, - 117.80636173516312, - 549.8905174932456, - 1216.0574439718462, - 1774.6176937139978, - 2200.5820384728486, - 2262.800116965013, - 2178.0152354131915, - 1997.6083069984127, - 1760.0831425908286, - 1560.1693166160067, - 1349.1633332050822, - 1142.3647198561275, - 988.6044685004931, - 852.4386737676424, - 727.3650364708944, - 630.3405329206139, - 566.8474938036102, - 459.368313129646, - 400.4651322620644, - 339.2670222697717, - 293.87842402548813, - 2191.019833786553 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.8407632659318924, - 59.25019666764071, - 324.6295091715936, - 780.6231276738852, - 1255.8806332530635, - 1569.7217865760203, - 1678.6131850210943, - 1639.2826531482356, - 1525.2657984135997, - 1367.7964955311325, - 1209.6580913264004, - 1049.976400869962, - 908.786517002427, - 779.2483401188123, - 661.7818359862558, - 563.4066985878818, - 478.6791511508644, - 407.41014160810084, - 348.5926474586574, - 297.3496305130044, - 251.959860441862, - 217.15784649284024, - 1338.8170702003863 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9315918501215148, - 67.3090871749878, - 379.4987332308588, - 939.1083580818872, - 1553.6742014566848, - 1994.506232734741, - 2188.972011190462, - 2191.542585100732, - 2090.4699238995036, - 1920.6224344234165, - 1740.7005109364798, - 1548.821341520942, - 1373.3066827988841, - 1207.452340340264, - 1050.991514869455, - 917.5163459752129, - 799.1670065962837, - 698.5175698818666, - 613.4679666479626, - 537.8672476953241, - 468.2289826418646, - 414.5882882070855, - 3454.572043484451 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.843346924807667, - 59.820231920344085, - 330.2189107811433, - 799.9480057844473, - 1296.1799925877594, - 1631.0851602997614, - 1755.9218151432062, - 1725.1331854198152, - 1615.230062809541, - 1456.8368746934184, - 1296.328373993968, - 1132.3195833962864, - 986.3293236469217, - 851.4848493955785, - 727.7673385146928, - 624.0055872405488, - 534.0304296471501, - 458.2071587566781, - 395.14540027221176, - 340.0797728380303, - 290.7227484080548, - 252.9672292768491, - 1748.4995671408901 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9290081912457403, - 66.73905192228442, - 373.9093316213092, - 919.7834799713249, - 1513.3748421219893, - 1933.1428590110002, - 2111.66338106835, - 2105.6920528291525, - 2000.5056595035624, - 1831.5820552611306, - 1654.0302282689122, - 1466.4781589946174, - 1295.7638761543894, - 1135.2158310634977, - 985.006012341018, - 856.9174573225457, - 743.8157280999981, - 647.7205527332894, - 566.9152138344082, - 495.1371053702984, - 429.46609467567174, - 378.77890542307654, - 3044.8895465439473 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.8446726013050625, - 60.104504142135255, - 333.0216744939688, - 809.7721491665277, - 1316.9933984762824, - 1663.2532433440954, - 1796.7522071485332, - 1772.0000584333045, - 1665.0680437839123, - 1507.3252197365557, - 1346.1503286420796, - 1180.4752998703298, - 1031.5321911101846, - 894.0131270884476, - 767.0136899299667, - 660.0527058729481, - 566.8122911659277, - 488.3116996627603, - 422.8359912024752, - 365.46040452372216, - 313.6045734884044, - 273.9411904870683, - 1988.832828108252 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.927682514748345, - 66.45477970049325, - 371.1065679084837, - 909.9593365892445, - 1492.561436233466, - 1900.9747759666657, - 2070.8329890630234, - 2058.825179815663, - 1950.6676785291907, - 1781.0937102179928, - 1604.2082736208008, - 1418.3224425205738, - 1250.561008691126, - 1092.6875533706286, - 945.7596609257441, - 820.8703386901466, - 711.0338665812205, - 617.6160118272072, - 539.2246229041447, - 469.7564736846065, - 406.5842695953222, - 357.80494421285744, - 2804.556285576585 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.8456036518586488, - 60.29157555795019, - 334.85095292801816, - 816.3223034064678, - 1331.0252831648397, - 1685.0892168503551, - 1824.5885932619585, - 1803.375227697166, - 1698.2834666472859, - 1540.8466525828553, - 1379.1759810430597, - 1211.9120615514798, - 1061.5424905202435, - 921.8954110966515, - 792.7378333712679, - 683.5588168883817, - 588.2880568288074, - 507.8672672793242, - 440.69992252948435, - 381.62377188639687, - 328.1679595780837, - 287.07209670874335, - 2126.2419953432754 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9267514641947585, - 66.26770828467832, - 369.2772894744343, - 903.4091823493046, - 1478.5295515449088, - 1879.1388024604057, - 2042.9966029495981, - 2027.450010551801, - 1917.4522556658171, - 1747.572277371693, - 1571.1826212198205, - 1386.885680839424, - 1220.550709281067, - 1064.8052693624247, - 920.0355174844428, - 797.3642276747132, - 689.5581009183408, - 598.0604442106433, - 521.3606915771356, - 453.59310632193166, - 392.0208835056429, - 344.6740379911824, - 2667.147118341562 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1378082226515702, - 65.16140167416108, - 352.5017397483999, - 860.7519204359121, - 1400.4668746652108, - 1776.260861586929, - 1923.6507882750238, - 1910.9270290159493, - 1801.292642485263, - 1642.3386456881035, - 1474.9276704668123, - 1301.619785322356, - 1138.081734243552, - 988.1973818365668, - 863.1588224453675, - 742.3323415707144, - 637.5774018410149, - 555.0972461624556, - 482.46350779530394, - 415.35470358622, - 359.58021974893427, - 316.52949517072335, - 2405.534451495324 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9080584853853877, - 56.96699437833391, - 314.7243186636319, - 793.6649971541871, - 1344.77991453736, - 1754.8066123117387, - 1956.286191430501, - 1976.3400613547346, - 1876.781841872723, - 1729.818593268122, - 1553.5677233939225, - 1378.0608050499184, - 1216.174763986695, - 1064.5289969273358, - 922.3248500232487, - 796.9033744032723, - 695.3758714589787, - 595.062759983092, - 522.1226886329189, - 456.1407521828071, - 394.5240607407527, - 342.0207755435902, - 2657.4933300305747 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaledown": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0656534697487745, - 71.27341147672688, - 372.0384319387631, - 881.2327339840157, - 1386.8539626307017, - 1748.2985453701972, - 1875.173993768521, - 1828.0344991066936, - 1736.6390427011818, - 1580.92826512142, - 1418.071340744519, - 1260.3546272216997, - 1087.342652133074, - 956.518017346856, - 818.6726067599402, - 728.5308603188381, - 627.5445226855867, - 529.8805164580226, - 460.7384119207934, - 399.24393816646705, - 346.8388616541156, - 309.91710320223166, - 2307.3905039989763 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaleup": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9624334619918087, - 56.783574257516705, - 329.85802853999223, - 836.8679763172764, - 1406.8852347396246, - 1783.1967183784209, - 1976.8383309311728, - 1950.5959785341968, - 1844.8566221766964, - 1686.2475876404465, - 1492.6701373184942, - 1333.483642705049, - 1168.5225473196533, - 1001.957396164271, - 879.2792108757153, - 750.1848025072143, - 648.359342228481, - 569.6964472683507, - 493.5358793093989, - 429.5019729715441, - 355.71540755217217, - 321.5169385360633, - 2396.908455975197 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.3059055267038673, - 56.3898715166673, - 201.66191969901095, - 280.48196315725227, - 360.7694010415778, - 393.2617061905868, - 395.14835616698093, - 386.3439896104752, - 357.41535663909946, - 331.0022569695824, - 311.08761832986715, - 286.980424187054, - 249.03779688401764, - 220.73804723810653, - 211.09516958098135, - 183.63393103568978, - 163.92892017112948, - 144.01428153141424, - 141.0794926792457, - 111.94123193271501, - 102.29835427558974, - 95.59026547063304, - 952.758238079007 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.187886727008654, - 52.81946504675721, - 186.00352082539894, - 254.25566148800218, - 321.4681335471207, - 343.99862220540837, - 340.1218709455813, - 326.3917953949773, - 295.8237225519268, - 269.1172586373825, - 248.19855863705305, - 224.61118569424625, - 191.27804716192094, - 166.69792620749038, - 155.76057083531177, - 132.52198903145683, - 116.06409930230991, - 99.44306020628073, - 95.69836789393325, - 74.6789712265478, - 66.46550606299594, - 61.586563715361116, - 441.7343886495439 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.423924326399081, - 59.960277986577395, - 217.32031857262297, - 306.7082648265024, - 400.0706685360349, - 442.5247901757655, - 450.1748413883807, - 446.2961838259733, - 419.0069907262722, - 392.8872553017825, - 373.9766780226814, - 349.34966267986186, - 306.7975466061144, - 274.7781682687228, - 266.4297683266509, - 234.74587303992283, - 211.7937410399491, - 188.58550285654783, - 186.46061746455823, - 149.20349263888227, - 138.1312024881836, - 129.59396722590498, - 1463.7820875084703 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.1956495055573586, - 53.32082262538001, - 189.17642881525657, - 261.0568528663165, - 332.99898936912166, - 360.2261015307541, - 358.6668148041704, - 347.84213108570333, - 318.64763768848746, - 292.69400607233604, - 272.4444084513952, - 249.34887140061164, - 213.71223151012882, - 187.51930978863814, - 177.91797773620135, - 153.67348722696372, - 134.91169326127888, - 117.51858688076922, - 114.2720438594545, - 89.43252491043964, - 80.78120955783497, - 74.13652987942861, - 623.6353530715 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.416161547850377, - 59.4589204079546, - 214.1474105827654, - 299.907073448188, - 388.5398127140339, - 426.29731085041954, - 431.6298975297916, - 424.84584813524714, - 396.1830755897115, - 369.3105078668288, - 349.7308282083393, - 324.6119769734965, - 284.3633622579066, - 253.95678468757512, - 244.27236142576123, - 213.59437484441597, - 192.94614708098013, - 170.50997618205932, - 167.8869414990369, - 134.44993895499042, - 123.81549899334458, - 117.04400106183748, - 1281.881123086514 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.1984156095592073, - 53.57362389591486, - 190.8435592058556, - 264.3883770224187, - 338.8170297573936, - 367.9660634063069, - 368.250279364209, - 358.85156402047846, - 330.7742671114976, - 305.41354964248495, - 285.7988097386007, - 262.483276526377, - 227.12835671309844, - 200.46320748514648, - 190.9719791461759, - 165.54141468511182, - 147.34658851623925, - 128.92908524320842, - 125.73111363248385, - 99.25374667271194, - 90.4492196199409, - 83.92131080088082, - 792.322987510345 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.413395443848528, - 59.20611913741976, - 212.48028019216633, - 296.57554929208584, - 382.72177232576206, - 418.55734897486684, - 422.0464329697528, - 413.83641520047206, - 384.05644616670133, - 356.59096429668, - 336.3764269211338, - 311.4775718477311, - 270.947237054937, - 241.0128869910667, - 231.21836001578677, - 201.7264473862678, - 180.51125182601976, - 159.09947781962012, - 156.42787172600757, - 124.62871719271814, - 114.14748893123863, - 107.25922014038531, - 1113.1934886476693 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.200272780629721, - 53.73353713401818, - 191.8392092519917, - 266.514828071854, - 342.3014315193955, - 372.5270888557494, - 373.6530356658801, - 364.8152695090111, - 337.2460955875528, - 311.67144478540956, - 292.4444114516743, - 269.35389072804145, - 233.52257214311948, - 206.57370809866538, - 197.31920520022237, - 171.32024321541078, - 152.77937890985226, - 134.23065028729144, - 131.10637102811882, - 103.75380483164119, - 94.69249194289037, - 88.35130742683252, - 862.1330703338806 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.411538272778015, - 59.046205899316455, - 211.48463014603027, - 294.4490982426505, - 379.23737056376024, - 413.9963235254244, - 416.64367666808175, - 407.87270971193936, - 377.5846176906462, - 350.33306915375533, - 329.7308252080602, - 304.6069576460667, - 264.5530216249159, - 234.90238637754783, - 224.87113396174027, - 195.94761885596884, - 175.07846143240675, - 153.79791277553707, - 151.0526143303726, - 120.12865903378885, - 109.90421660828915, - 102.8292235144336, - 1043.3834058241337 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2577666509293821, - 61.42093812038483, - 194.95383089405425, - 283.83600755973055, - 360.76940104157774, - 399.96979499554345, - 395.7772394924456, - 382.9899452079968, - 359.93088994095814, - 326.39044591617466, - 311.50687388017695, - 287.6093075125187, - 250.08593575979214, - 228.9135304691475, - 201.03303637354625, - 180.4895144083663, - 165.81557014752352, - 144.01428153141424, - 144.01428153141427, - 110.89309305694054, - 100.62133207435056, - 91.39770996753509, - 959.0470713336541 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0481388757744852, - 64.3557269725534, - 211.30479735613625, - 315.9090571584298, - 393.68096174089663, - 440.0087000501288, - 429.5273112923839, - 428.6888001917644, - 379.8455285806734, - 370.41227869870295, - 330.7926291944275, - 322.8267737385414, - 279.2241965063228, - 247.78003023308827, - 221.1573027884164, - 209.41814737974212, - 180.07025885805652, - 157.84971469163747, - 148.41646480966708, - 135.0002871997537, - 111.52197638240521, - 103.97537647682894, - 1063.6513311359477 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.248257888536271, - 54.980124728750624, - 196.62037170653574, - 273.4699140783209, - 351.75016601553835, - 383.4301635358222, - 385.2696472628065, - 376.6853898702134, - 348.479972723122, - 322.72720054534284, - 303.31042787162056, - 279.80591358237774, - 242.81185196191728, - 215.21959605715395, - 205.8177903414568, - 179.04308275979758, - 159.83069716685128, - 140.41392449312892, - 137.55250536226458, - 109.14270113439716, - 99.74089541870002, - 93.20050883386722, - 928.939282127032 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.3635531648714636, - 57.79961830458397, - 206.7034676914861, - 287.4940122361834, - 369.78863606761706, - 403.0932488453513, - 405.0270650711552, - 396.0025893507369, - 366.35074055507675, - 339.27731339382177, - 318.8648087881137, - 294.15493479173017, - 255.263741806118, - 226.2564984190591, - 216.37254882050576, - 188.22477931158195, - 168.02714317540764, - 147.61463856969957, - 144.60647999622677, - 114.73976273103284, - 104.85581313247948, - 97.98002210739884, - 976.5771940309817 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_pseudodata": { - "contents": [ - 11.435160192083519, - 272.60689555369316, - 1082.400211910688, - 2269.5385800527533, - 3703.5450382715885, - 5381.997431488267, - 7196.461675942011, - 6982.872090133487, - 4718.996630761495, - 3576.3858497754873, - 2998.652255016321, - 2544.6852011668043, - 2155.0311975854893, - 1843.1600076079903, - 1596.379305413431, - 1367.8510261488009, - 1207.1828376006067, - 1061.909765457186, - 911.2911378555601, - 804.2431096371857, - 701.6697462032258, - 609.9560414022328, - 548.47314021852, - 472.44316764277926, - 419.33770539445135, - 377.0049606196059, - 3603.334054589023 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan": { - "contents": [ - 0.02716915791335028, - 0.10867663165340115, - 0.43082521834026866, - 0.745211188480465, - 1.110054166174026, - 1.1837990233674054, - 1.4516092942275725, - 1.377864437034193, - 1.2769504219274632, - 1.1876803316407412, - 1.0945289330806829, - 0.9858523014272819, - 0.9353952938739171, - 0.7956681960338299, - 0.7684990381204796, - 0.6326532485537281, - 0.5511457748136772, - 0.4890448424403052, - 0.40365606042691843, - 0.2988607370468531, - 0.37260559424023243, - 0.26781027086016707, - 0.2910981205001816, - 0.19018410539345199, - 0.1436084061134229, - 0.15525233093343016, - 1.4787784521409228 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.024148287167859647, - 0.09375767104144152, - 0.36819472996935343, - 0.6316589058904528, - 0.933214059269744, - 0.9901780194979144, - 1.198459816333746, - 1.1220743353147797, - 1.0303617498607354, - 0.9351872800086428, - 0.8484531395150112, - 0.7334476708492854, - 0.6929725997841972, - 0.5918316494343612, - 0.5557430631725598, - 0.4380406917112835, - 0.3765174678162207, - 0.3377445930107572, - 0.25919497940219705, - 0.19886107326570288, - 0.22471464961071766, - 0.1772128944348474, - 0.19238783945652188, - 0.11408741796819824, - 0.09363086142269865, - 0.09640575425636659, - 0.7710552434911215 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.030190028658840917, - 0.12359559226536077, - 0.49345570671118405, - 0.8587634710704771, - 1.2868942730783075, - 1.377420027236896, - 1.7047587721213981, - 1.6336545387536066, - 1.523539093994191, - 1.4401733832728392, - 1.3406047266463545, - 1.2382569320052779, - 1.1778179879636363, - 0.9995047426332982, - 0.981255013068399, - 0.8272658053961726, - 0.7257740818111337, - 0.640345091869853, - 0.5481171414516398, - 0.3988604008280034, - 0.5204965388697471, - 0.3584076472854867, - 0.38980840154384133, - 0.2662807928187057, - 0.1935859508041472, - 0.21409890761049377, - 2.186501660790723 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.025408378156974807, - 0.0993192825699228, - 0.38996086418445325, - 0.6699233899575511, - 0.9890297587034248, - 1.0493535370511433, - 1.2820962179844426, - 1.1989568057290585, - 1.1043608933914602, - 1.0217744159514217, - 0.9395171826147577, - 0.8235105183508366, - 0.7847623868856157, - 0.6709666734923353, - 0.6345769826121419, - 0.5150345071566538, - 0.45036160159777894, - 0.3926924561726969, - 0.32020041251542014, - 0.24223160030269966, - 0.28223745758480673, - 0.21475054288232176, - 0.2316069434225354, - 0.14599486489254848, - 0.11402355831801352, - 0.12030600156738341, - 1.0559045789621162 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.02892993766972575, - 0.11803398073687947, - 0.4716895724960842, - 0.8204989870033788, - 1.231078573644627, - 1.3182445096836672, - 1.6211223704707016, - 1.5567720683393274, - 1.4495399504634667, - 1.35358624733006, - 1.2495406835466079, - 1.1481940845037268, - 1.0860282008622182, - 0.920369718575324, - 0.9024210936288171, - 0.7502719899508021, - 0.6519299480295755, - 0.5853972287079133, - 0.4871117083384168, - 0.35548987379100655, - 0.4629737308956582, - 0.3208699988380123, - 0.35058929757782775, - 0.2343733458943555, - 0.1731932539088323, - 0.190198660299477, - 1.9016523253197286 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.02560696165605353, - 0.10153144634939887, - 0.4016583692522651, - 0.6913094591890728, - 1.0243837164063345, - 1.0916976703088885, - 1.3331171675008349, - 1.262775884113241, - 1.160571667555557, - 1.080835677492354, - 0.9908179501994807, - 0.8863389534436921, - 0.8402314976195758, - 0.7122751342182391, - 0.6790847936186677, - 0.5595078412295329, - 0.4876830187226192, - 0.43285344449485375, - 0.3555837529348679, - 0.26142351745095127, - 0.3226738975034869, - 0.23332587782408898, - 0.2516676065241548, - 0.1620982309822932, - 0.12601188860183757, - 0.133146703535297, - 1.2256484414339048 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.02873135417064704, - 0.1158218169574034, - 0.45999206742827237, - 0.799112917771857, - 1.1957246159417172, - 1.2759003764259216, - 1.5701014209543103, - 1.4929529899551448, - 1.3933291762993696, - 1.2945249857891274, - 1.198239915961885, - 1.0853656494108712, - 1.0305590901282577, - 0.8790612578494205, - 0.8579132826222909, - 0.7057986558779232, - 0.6146085309047351, - 0.5452362403857564, - 0.4517283679189692, - 0.33629795664275486, - 0.42253729097697806, - 0.3022946638962451, - 0.3305286344762083, - 0.2182699798046108, - 0.16120492362500824, - 0.17735795833156334, - 1.73190846284794 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.025853030536038837, - 0.10266700192383754, - 0.40714993529550103, - 0.703176528912076, - 1.0447764133016495, - 1.1139858708094732, - 1.3624968820894539, - 1.2915932335203193, - 1.1933778799269517, - 1.1103154570598956, - 1.0206907122296973, - 0.9158684016280438, - 0.8701731225489234, - 0.7391518598113701, - 0.7113612074107518, - 0.5857268670066589, - 0.509757535009124, - 0.45043695355917923, - 0.3717779052509436, - 0.2762789822853769, - 0.3409006424459552, - 0.24635579357032777, - 0.2662570804509733, - 0.17289942674345246, - 0.13084311675235136, - 0.14209096619215306, - 1.3253559154766028 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.02848528529066173, - 0.11468626138296471, - 0.45450050138503645, - 0.7872458480488538, - 1.1753319190464024, - 1.2536121759253371, - 1.5407217063656902, - 1.4641356405480666, - 1.360522963927975, - 1.2650452062215864, - 1.1683671539316685, - 1.0558362012265197, - 1.0006174651989104, - 0.8521845322562894, - 0.8256368688302068, - 0.6795796301007971, - 0.5925340146182303, - 0.5276527313214309, - 0.43553421560289335, - 0.3214424918083294, - 0.4043105460345097, - 0.2892647481500064, - 0.3159391605493899, - 0.20746878404345148, - 0.15637369547449448, - 0.1684136956747073, - 1.632200988805242 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.023287849640014527, - 0.08927009028672236, - 0.40753736870025425, - 0.760736421573808, - 1.1178167827206975, - 1.2032055647340842, - 1.447727985954237, - 1.3895083618542006, - 1.253662572287449, - 1.2381373391941062, - 1.0440719255273183, - 1.032428000707311, - 0.8965822111405596, - 0.776261654667151, - 0.7529738050271365, - 0.648178481647071, - 0.5860775492736989, - 0.39589344388024694, - 0.41141867697359, - 0.31050466186686043, - 0.37260559424023243, - 0.3027420453201889, - 0.23287849640014527, - 0.2639289625868313, - 0.12032055647340839, - 0.13196448129341568, - 1.4904223769609304 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.019406541366678774, - 0.12032055647340842, - 0.43082521834026877, - 0.8111934291271727, - 1.0906476248073473, - 1.3080008881141496, - 1.4787784521409226, - 1.4826597604142586, - 1.4089149032208794, - 1.2458999557407773, - 1.1643924820007268, - 1.1449859406340481, - 0.9121074442339026, - 0.838362587040523, - 0.7995495043071655, - 0.7296859553871221, - 0.5899588575470347, - 0.5666710079070203, - 0.42694391006693294, - 0.35708036114688946, - 0.3299112032335391, - 0.34931774460021797, - 0.2949794287735173, - 0.252285037766824, - 0.1707775640267732, - 0.13584578956675142, - 1.637912091347689 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW": { - "contents": [ - 0.7688134720416124, - 8.072541456436928, - 43.437961170351116, - 86.36338002600773, - 123.65083342002586, - 182.33692845253586, - 230.13149929778996, - 232.18166855656762, - 175.41760720416124, - 145.04947505851737, - 133.261001820546, - 111.6060890247073, - 96.35795516254868, - 83.54439729518849, - 73.93422889466837, - 65.73355185955785, - 59.454908504551355, - 55.09829882964888, - 41.51592749024708, - 39.33762265279586, - 36.0060976072822, - 32.290165825747735, - 32.93084371911575, - 26.524064785435638, - 23.19253973992198, - 21.01423490247074, - 200.5321806241875 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.6997704184391254, - 7.155196825410028, - 37.57780060681892, - 74.49414333322211, - 105.52552725738296, - 154.1391627448208, - 189.33418416240158, - 187.3742824145627, - 140.73671377906086, - 115.79915565673562, - 105.3460633688585, - 85.69173536708752, - 72.81056796291124, - 62.779880616486906, - 54.581674195502686, - 48.636209372586954, - 42.820343676907505, - 38.517016379430665, - 29.60414177686809, - 27.643230961347115, - 25.06655461191807, - 21.335108414772023, - 21.849280453857688, - 17.230215077818592, - 14.248848530688392, - 12.26882549276089, - 99.90038936844076 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.8378565256440994, - 8.989886087463832, - 49.29812173388328, - 98.23261671879347, - 141.77613958266903, - 210.53469416025067, - 270.928814433177, - 276.9890546985711, - 210.09850062926157, - 174.29979446029947, - 161.1759402722338, - 137.5204426823273, - 119.90534236218627, - 104.30891397389018, - 93.2867835938341, - 82.83089434652877, - 76.08947333219521, - 71.67958127986711, - 53.42771320362605, - 51.032014344244544, - 46.94564060264628, - 43.24522323672342, - 44.01240698437377, - 35.81791449305266, - 32.136230949155554, - 29.75964431218059, - 301.1639718799337 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.7143538489869148, - 7.412130683953185, - 39.3531230535785, - 78.01868460682337, - 111.18819585710679, - 162.77086884646434, - 202.4238822102771, - 201.49459294077576, - 152.13911551954791, - 125.52700657567537, - 115.22127420750974, - 94.94013498452534, - 81.24751499238539, - 70.3982995715125, - 61.69912107816441, - 55.198711074605406, - 48.78397572233705, - 45.40278012102161, - 34.488287631288195, - 32.30546000833346, - 29.603485082027383, - 25.828787120723746, - 26.311798188770723, - 21.108350485006497, - 18.215805919318107, - 16.10384127560671, - 142.68204811329935 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.8232730950963101, - 8.732952228920677, - 47.5227992871237, - 94.70807544519221, - 136.11347098294516, - 201.90298805860718, - 257.8391163853014, - 262.86874417235816, - 198.69609888877454, - 164.5719435413597, - 151.30072943358255, - 128.27204306488946, - 111.4683953327121, - 96.69049501886457, - 86.16933671117235, - 76.2683926445103, - 70.12584128676568, - 64.79381753827616, - 48.54356734920594, - 46.369785297258204, - 42.408710132536974, - 38.751544530771696, - 39.54988924946074, - 31.939779085864757, - 28.16927356052584, - 25.924628529334765, - 258.3823131350751 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.7198736894619635, - 7.5451534336821355, - 40.392685001239016, - 80.14785345409013, - 114.29723249037873, - 167.9814150610752, - 210.5167491728811, - 210.75666602594094, - 159.02493031515849, - 131.2404799312841, - 120.62036291660596, - 100.10624618299434, - 86.00315187304716, - 74.71497399141478, - 65.65937537433476, - 58.51445942699487, - 52.41775457887597, - 48.65308322660353, - 36.6981458549878, - 34.679928404023485, - 31.668067591287382, - 28.114550658899336, - 28.680656648656935, - 23.000136160069893, - 20.051600350737967, - 17.80762803133493, - 165.46456801629472 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.8177532546212614, - 8.599929479191726, - 46.48323733946318, - 92.57890659792545, - 133.00443434967323, - 196.69244184399622, - 249.74624942269742, - 253.60667108719298, - 191.810284093164, - 158.85847018575097, - 145.9016407244863, - 123.10593186642045, - 106.71275845205034, - 92.37382059896231, - 82.209082415002, - 72.95264429212085, - 66.49206243022675, - 61.54351443269424, - 46.33370912550633, - 43.99531690156819, - 40.344127623276975, - 36.465780992596095, - 37.18103078957452, - 30.047993410801357, - 26.33347912910598, - 24.220841773606548, - 235.59979323207978 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.7308142655504306, - 7.6268668936851824, - 40.962898336928646, - 81.32268152516559, - 116.20024704658262, - 171.0821058637268, - 215.28997266171592, - 216.36261661303598, - 163.42011380453772, - 135.08405777353926, - 123.84440323385587, - 103.41535450965459, - 88.95984931810506, - 77.2647829127499, - 68.20003661662363, - 60.653031223406, - 54.563164610739584, - 50.640066629206956, - 38.075433145663595, - 36.07991671436788, - 32.947063881469234, - 29.385456388559003, - 29.964190740230407, - 24.141358673519782, - 21.134116747971184, - 18.99676023743904, - 178.3608854505307 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.8068126785327941, - 8.518216019188678, - 45.913024003773565, - 91.40407852685, - 131.10141979346938, - 193.5917510413447, - 244.97302593386274, - 248.00072050009788, - 187.41510060378474, - 155.01489234349577, - 142.6776004072364, - 119.79682353976023, - 103.75606100699241, - 89.82401167762717, - 79.66842117271312, - 70.81407249570972, - 64.34665239836312, - 59.55653103009081, - 44.956421834830536, - 42.59532859122378, - 39.065131333095124, - 35.19487526293644, - 35.897496698001056, - 28.906770897351464, - 25.25096273187276, - 23.031709567502432, - 222.70347579784374 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_res_up": { - "contents": [ - 0.8969490507152145, - 7.944405877763328, - 43.95050348504553, - 84.4413463459037, - 126.21354499349789, - 180.1586236150846, - 231.54099066319958, - 229.74709256176914, - 172.4704888946684, - 145.04947505851737, - 132.23591719115717, - 117.24405448634576, - 94.94846379713906, - 89.82304065019497, - 70.0901615344603, - 66.24609417425225, - 61.37694218465537, - 50.741689154746425, - 44.84745253576073, - 37.67186013003902, - 37.92813128738623, - 33.31525045513655, - 27.805420572171656, - 27.421013836150852, - 24.602031105331605, - 22.55186184655397, - 200.27590946684032 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_scale_up": { - "contents": [ - 0.6406778933680103, - 8.07254145643693, - 44.71931695708713, - 87.77287139141734, - 129.03252772431713, - 182.8494707672303, - 230.51590603381078, - 252.42708998699698, - 195.27862189856978, - 155.42845693107915, - 137.36134033810126, - 128.26371425227555, - 98.9206667360207, - 93.15456569570863, - 80.98168572171645, - 66.50236533159945, - 62.27389123537059, - 57.661010403120926, - 48.947791053315996, - 40.234571703511065, - 37.92813128738623, - 32.80270814044215, - 33.18711487646295, - 30.752538881664506, - 24.08948879063719, - 22.67999742522757, - 220.13692416124888 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan": { - "contents": [ - 0.34829198767654956, - 5.645232633590741, - 17.50167238074662, - 31.339022807812864, - 42.08528184424974, - 51.65605542227826, - 58.084945028141235, - 62.4385948740981, - 60.02957529266863, - 57.54073879739663, - 55.646901114405395, - 50.79258153616348, - 46.272041779444926, - 42.52064682884543, - 39.19736077976502, - 35.7507213183825, - 32.768471173902036, - 28.661528152549387, - 26.25976465419652, - 23.974098485069156, - 21.884346559009863, - 19.31569314989531, - 17.31301422075515, - 15.74570027621068, - 15.59332253160219, - 13.692228765534354, - 131.7051639232719 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.30894791796707965, - 4.95606210761596, - 15.07980567747744, - 26.83903658666656, - 35.671991002980675, - 43.53902765802608, - 48.51261558717428, - 51.59082969786866, - 49.04930100118629, - 46.54178054549725, - 44.621902934493775, - 40.27608999838852, - 36.366211195895275, - 33.04117427664374, - 30.339194876048673, - 27.334952904278644, - 24.69166501190641, - 21.593255521365393, - 19.5794301148566, - 17.778368029824918, - 16.102786636576063, - 14.047054742645077, - 12.49799585598204, - 11.275527032900138, - 11.157120001730304, - 9.643843241620214, - 84.62312445622374 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.3876360573860195, - 6.334403159565522, - 19.923539084015793, - 35.83900902895917, - 48.4985726855188, - 59.77308318653043, - 67.6572744691082, - 73.28636005032754, - 71.00984958415097, - 68.539697049296, - 66.671899294317, - 61.30907307393845, - 56.17787236299459, - 52.000119381047114, - 48.05552668348135, - 44.166489732486355, - 40.84527733589767, - 35.729800783733396, - 32.94009919353644, - 30.16982894031341, - 27.665906481443663, - 24.584331557145543, - 22.12803258552826, - 20.215873519521217, - 20.02952506147407, - 17.740614289448498, - 178.7872033903201 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.32417208727216007, - 5.177501323550413, - 15.852629544468918, - 28.231574278531774, - 37.631756039602124, - 46.007278248792744, - 51.51417484897934, - 55.01159476063414, - 52.580374456085885, - 50.15269211560711, - 48.310749938779686, - 43.895181498339824, - 39.78252499182214, - 36.46008801783799, - 33.46052304511601, - 30.34978535605157, - 27.6853286916256, - 24.227774890844756, - 22.079860470369432, - 20.129417856545082, - 18.23053368115037, - 16.0259814507155, - 14.314699108343115, - 12.9461452653246, - 12.838573040079996, - 11.185495141353922, - 102.848159160165 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.37241188808093906, - 6.112963943631069, - 19.150715217024313, - 34.44647133709395, - 46.53880764889736, - 57.30483259576376, - 64.65571520730313, - 69.86559498756208, - 67.47877612925137, - 64.92878547918613, - 62.9830522900311, - 57.68998157398714, - 52.761558567067716, - 48.581205639852854, - 44.934198514414014, - 41.15165728071343, - 37.85161365617847, - 33.09528141425403, - 30.439668838023604, - 27.818779113593237, - 25.538159436869357, - 22.605404849075125, - 20.311329333167187, - 18.545255287096754, - 18.348072023124377, - 16.198962389714787, - 160.56216868637878 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.3287903573978165, - 5.28537320235082, - 16.29499727280316, - 29.064368311635732, - 38.9027736705932, - 47.6526432713373, - 53.47182598452325, - 57.2711420918458, - 54.91555948072872, - 52.538369104531775, - 50.68115769132078, - 46.127700997166, - 41.90164755809028, - 38.44619790802534, - 35.39920332152061, - 32.22362499064297, - 29.432793095442378, - 25.716671948763427, - 23.520013146264755, - 21.42902978354395, - 19.497918735551224, - 17.18429329106157, - 15.370620417083511, - 13.924201376505616, - 13.81554414008846, - 12.0533496608736, - 113.32335819985997 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.3677936179552826, - 6.005092064830661, - 18.708347488690073, - 33.613677303989995, - 45.26779001790628, - 55.65946757321921, - 62.69806407175923, - 67.60604765635041, - 65.14359110460856, - 62.54310849026148, - 60.61264453749, - 55.45746207516095, - 50.64243600079958, - 46.595095749665504, - 42.995518238009424, - 39.27781764612202, - 36.104149252361694, - 31.60638435633537, - 28.99951616212828, - 26.519167186594373, - 24.270774382468502, - 21.44709300872905, - 19.25540802442679, - 17.567199175915743, - 17.37110092311591, - 15.331107870195108, - 150.08696964668383 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.3309729645119966, - 5.34268798218616, - 16.521939264052676, - 29.52166684810379, - 39.58383875495438, - 48.55062062611537, - 54.540975076024125, - 58.53101846077794, - 56.22784205935935, - 53.81853790342172, - 52.00181271274697, - 47.407790035830246, - 43.13321601954358, - 39.60424529815618, - 36.47634051016658, - 33.236462342417546, - 30.43371165050587, - 26.584014064103968, - 24.32472715824897, - 22.210698192236155, - 20.245001137635143, - 17.84865940723236, - 15.97567536687436, - 14.519380683852916, - 14.402580421579355, - 12.58887665256007, - 119.75644862431912 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.3656110108411025, - 5.947777284995322, - 18.481405497440562, - 33.156378767521936, - 44.5867249335451, - 54.76149021844115, - 61.628914980258344, - 66.34617128741826, - 63.83130852597792, - 61.26293969137154, - 59.2919895160638, - 54.177373036496704, - 49.410867539346285, - 45.437048359534685, - 41.91838104936345, - 38.26498029434744, - 35.1032306972982, - 30.739042240994817, - 28.19480215014407, - 25.737498777902168, - 23.52369198038459, - 20.782726892558262, - 18.650353074635944, - 16.972019868568438, - 16.784064641625022, - 14.795580878508643, - 143.65387922222467 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.3410359045999548, - 5.587183968977983, - 17.40734330075088, - 30.845609158604425, - 42.063513595019955, - 51.467397262286795, - 58.106713277371014, - 62.39505837563854, - 60.2254895357367, - 57.35933672048176, - 55.03013405289484, - 50.32819221926142, - 46.4461877732832, - 43.84125394878568, - 39.037726952079936, - 35.97565989375693, - 31.955789869323425, - 29.096893137145077, - 26.30330115265609, - 23.625806497392613, - 21.52879848825672, - 19.758314217567595, - 17.327526386908342, - 16.304418673108476, - 15.041860217780982, - 13.880886925525818, - 131.7849808371144 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.38457240305952345, - 5.935475956654532, - 17.76289137150403, - 33.40700648464237, - 44.10247293954309, - 54.471415655997035, - 61.132499920311034, - 65.70383225856575, - 63.87529932326386, - 61.1905485849238, - 58.42598093274119, - 53.702270849877976, - 50.190326640806106, - 46.01807887176411, - 41.50479519812215, - 38.47900855518213, - 35.264563752250645, - 32.11542369700851, - 27.82707859874099, - 25.686534091145532, - 23.183185429720332, - 21.550566737486506, - 19.083498491444274, - 17.11709997768709, - 16.05045576542766, - 15.259542710078826, - 146.11574491338905 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar": { - "contents": [ - 7.96465755856099, - 177.65124922515574, - 781.2256899507752, - 1701.4062090928708, - 3031.011700506997, - 4791.76992506032, - 7234.3816079648805, - 7385.874208532725, - 4537.940227235907, - 3248.1908450056185, - 2683.422228950615, - 2244.8846828278643, - 1889.6368866959497, - 1607.3291619142094, - 1364.352404059703, - 1178.1894740920197, - 1009.6625715754359, - 877.8299842393649, - 753.7213642609095, - 659.425507808661, - 576.606197756042, - 503.52390037803735, - 443.9858970350581, - 390.85900540817306, - 342.9616554200137, - 303.23683180032276, - 2689.7895788119927 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_ME_var": { - "contents": [ - 6.7127083965263985, - 229.2648098505939, - 957.851851965882, - 2077.195977086654, - 3496.675621859817, - 5235.00891546802, - 7301.103105591179, - 7256.566867191148, - 4995.545952476544, - 3899.050854013149, - 3335.699710889268, - 2823.081152377603, - 2412.7023063668853, - 2077.195977086654, - 1826.5021365856112, - 1584.457362672401, - 1385.7870122444378, - 1250.3710293991273, - 1069.6442648772634, - 940.1664471519568, - 833.6667466301442, - 727.6834082926794, - 656.9417890369781, - 569.2893082438736, - 507.5840272142654, - 463.04778881423437, - 4606.337956024091 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_PS_var": { - "contents": [ - 13.642078685781875, - 276.5389595276718, - 1097.1036176743282, - 2298.371518398033, - 3707.07551278311, - 5292.10656158348, - 6847.813516012544, - 6453.850682937162, - 4204.310156470484, - 3025.2265706189874, - 2440.6571241301126, - 2073.8509523638104, - 1717.4994577211917, - 1456.5150178165618, - 1220.774798283752, - 1026.725791183192, - 899.8672090116689, - 771.9886583402746, - 661.9595564166316, - 573.987273302711, - 499.657068874572, - 421.37448650943105, - 375.85839220266337, - 316.06273889769415, - 283.2962508393208, - 248.6173218436884, - 2159.2733142280517 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_down": { - "contents": [ - 7.117715922183308, - 156.59115442816812, - 678.9366247486578, - 1466.0038551923349, - 2587.8167222417574, - 4033.648839655157, - 5949.802650748818, - 5949.907936471982, - 3667.5451186871433, - 2624.3626888374524, - 2145.321238419726, - 1775.5301938309813, - 1478.0158737830957, - 1243.6101979186635, - 1043.3235982423846, - 891.7986289451824, - 755.2533683303918, - 648.9938242387159, - 552.2081404812172, - 478.03726098405195, - 414.0231469314864, - 357.6929295916975, - 311.7100340773669, - 271.79173075073334, - 234.8778813199698, - 205.12627430195136, - 1616.0231029181803 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_up": { - "contents": [ - 8.811599194938676, - 198.71134402214335, - 883.5147551528937, - 1936.808562993414, - 3474.2066787722215, - 5549.891010465431, - 8518.960565181005, - 8821.840480593539, - 5408.335335784617, - 3872.0190011737627, - 3221.523219481503, - 2714.2391718247563, - 2301.2578996088123, - 1971.0481259097612, - 1685.381209877026, - 1464.5803192388607, - 1264.0717748204822, - 1106.6661442400155, - 955.2345880406025, - 840.8137546332698, - 739.1892485805976, - 649.3548711643768, - 576.2617599927488, - 509.9262800656128, - 451.0454295200576, - 401.34738929869434, - 3763.556054705802 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_down": { - "contents": [ - 7.385237439357674, - 162.74154643301895, - 707.9404331249949, - 1532.4011766887247, - 2713.0665302768903, - 4250.483792636389, - 6322.927204106487, - 6374.925592716967, - 3931.2855105855842, - 2818.079876835435, - 2316.6778147708924, - 1927.9952395643052, - 1614.252704008316, - 1366.5237124148423, - 1153.918227475287, - 991.7938481543916, - 845.9228898023591, - 731.9328152714736, - 626.0699899146471, - 545.0178365483862, - 474.73634351453995, - 412.77921099733055, - 362.2109658675505, - 317.3557960838673, - 277.0301292076415, - 243.72992775102054, - 2052.4236496379976 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_up": { - "contents": [ - 8.54407767776431, - 192.56095201729252, - 854.5109467765565, - 1870.411241497024, - 3348.956870737088, - 5333.0560574842, - 8145.836011823336, - 8396.822824348552, - 5144.594943886175, - 3678.301813175781, - 3050.1666431303365, - 2561.774126091432, - 2165.021069383592, - 1848.1346114135827, - 1574.7865806441234, - 1364.5851000296516, - 1173.402253348515, - 1023.7271532072581, - 881.3727386071728, - 773.833179068936, - 678.4760519975438, - 594.2685897587439, - 525.7608282025653, - 464.36221473247883, - 408.8931816323859, - 362.74373584962507, - 3327.1555079859845 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_down": { - "contents": [ - 7.485586278285263, - 165.88016220932036, - 725.1147636923374, - 1574.217554050888, - 2794.9074403893155, - 4396.882214760139, - 6580.320017185393, - 6662.908175582892, - 4101.827565911456, - 2939.013335786226, - 2421.448935360901, - 2019.5806096446322, - 1695.0236013873387, - 1437.5746399684365, - 1216.9071972599752, - 1048.0046565726038, - 895.6556361660465, - 776.5778490905689, - 665.178275071514, - 580.4806072374181, - 506.48172986396276, - 441.10695436079897, - 387.73364109755846, - 340.7026687359202, - 297.9692756401513, - 262.6938621010754, - 2263.058276970587 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_up": { - "contents": [ - 8.443728838836721, - 189.4223362409911, - 837.3366162092143, - 1828.594864134861, - 3267.115960624664, - 5186.6576353604505, - 7888.4431987444295, - 8108.840241482629, - 4974.0528885603035, - 3557.36835422499, - 2945.395522540327, - 2470.1887560111054, - 2084.2501720045693, - 1777.083683859988, - 1511.7976108594357, - 1308.3742916114395, - 1123.6695069848279, - 979.0821193881626, - 842.2644534503056, - 738.3704083799037, - 646.730665648121, - 565.9408463952755, - 500.2381529725574, - 441.0153420804258, - 387.9540351998761, - 343.77980149957017, - 3116.520880653395 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_down": { - "contents": [ - 7.546232259992893, - 167.70258789590503, - 735.094373542, - 1598.465614406191, - 2843.9284333493047, - 4487.11119982908, - 6746.416298938211, - 6856.783679099049, - 4216.36839381159, - 3019.292185127491, - 2490.184770968483, - 2079.6770022876726, - 1747.2575913446524, - 1483.674106294215, - 1257.2430929569068, - 1083.934454629903, - 927.3714745453531, - 804.8827787666775, - 690.1575549924055, - 602.9633000995364, - 526.6399595036758, - 459.0130460466819, - 404.0835811447547, - 355.3700499159377, - 311.1902637593698, - 274.7118331588015, - 2396.778189080206 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_up": { - "contents": [ - 8.38308285712909, - 187.59991055440648, - 827.3570063595514, - 1804.3468037795578, - 3218.0949676646746, - 5096.428650291509, - 7722.346916991612, - 7914.964737966469, - 4859.512060660171, - 3477.089504883725, - 2876.6596869327454, - 2410.092363368065, - 2032.016182047255, - 1730.9842175342094, - 1471.461715162504, - 1272.4444935541399, - 1091.9536686055212, - 950.777189712054, - 817.2851735294141, - 715.8877155177856, - 626.5724360084077, - 548.0347547093925, - 483.888212925361, - 426.3479609004084, - 374.73304708065757, - 331.7618304418441, - 2982.8009685437764 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_res_up": { - "contents": [ - 7.319170201479812, - 178.47178400110636, - 776.3790645408267, - 1699.0758903291712, - 3024.8084576008096, - 4797.207335508952, - 7162.05420258075, - 7232.521729139391, - 4602.478022480346, - 3268.408821885043, - 2685.107060357234, - 2246.306943106179, - 1891.606170158231, - 1607.4166856236438, - 1367.8642929007717, - 1177.6205699806942, - 1012.3976874952712, - 873.2240490303618, - 756.9816224373535, - 658.1564140218572, - 579.6367061952197, - 500.81066538556047, - 445.24405035818234, - 391.87646853035193, - 344.985641200692, - 306.58461368620146, - 2695.0957036964733 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_scale_up": { - "contents": [ - 7.636443648180732, - 178.4061412190303, - 772.7358901356059, - 1688.879378180024, - 2970.6203409970276, - 4608.801610487006, - 6909.76711013513, - 7963.782321466595, - 5310.34790346112, - 3544.130387531825, - 2886.138080465147, - 2408.182043705725, - 2027.0381700448058, - 1721.3287934529528, - 1466.722322707306, - 1261.5339264012468, - 1089.0028141780238, - 940.8470550323748, - 814.2440093350294, - 708.4278446284337, - 620.4883975738828, - 547.274814631726, - 477.857572586301, - 423.6366345914818, - 372.29303854432965, - 328.52024336328213, - 2949.8553409336364 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaledown": { - "contents": [ - 6.707348309595228, - 167.93444973276277, - 749.3424457280494, - 1644.9928443027873, - 2883.344861649074, - 4585.506880328996, - 6798.304967513259, - 6466.761367424942, - 3977.1441200988743, - 2923.0874675208825, - 2466.486298482645, - 2063.8573434122736, - 1764.6594604057518, - 1478.061362541553, - 1251.5159719726064, - 1091.0410965280844, - 931.5065035568699, - 810.3981209948323, - 686.0927780235486, - 612.1238901233396, - 526.3074430594531, - 480.79777135135856, - 410.46464234793945, - 373.0413999102914, - 323.0810578285401, - 286.41004136953813, - 2503.846855422072 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaleup": { - "contents": [ - 7.6994676959344694, - 176.44613469849827, - 766.6744958226737, - 1706.9078259578707, - 3082.4818920673615, - 4880.820896914453, - 7509.9324661528735, - 8014.440086928979, - 4930.482463553231, - 3451.6072058566197, - 2826.0254555619454, - 2340.445692871678, - 1983.8961763191128, - 1693.0487841051886, - 1441.4045149097306, - 1222.0980100371971, - 1050.592367110257, - 928.8766152836931, - 784.1907848309247, - 689.4873321709309, - 599.8526957440939, - 536.5887361758325, - 463.6362797568535, - 393.89193487784723, - 362.32411732451584, - 316.7689334569037, - 2795.2917470090065 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets": { - "contents": [ - 1.2577666509293823, - 19.705010864560325, - 54.92247709058302, - 81.75483231040984, - 101.66947095012505, - 118.43969296251682, - 122.0033651401501, - 127.66331506933227, - 119.0685762879815, - 114.24713745941888, - 110.47383750663074, - 96.21914879609774, - 89.93031554145084, - 76.30451015638252, - 72.74083797874927, - 62.259449221004424, - 64.35572697255338, - 50.72992158748507, - 45.489227208612654, - 47.16624940985184, - 35.00783845086781, - 35.42709400117759, - 32.07304959869925, - 29.76714407199538, - 23.89756636765826, - 21.1724052906446, - 220.52841946295166 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_down": { - "contents": [ - 1.1429266599183534, - 17.408780969853446, - 47.139770801502586, - 69.37273868903358, - 85.05741964495567, - 97.73567473198396, - 100.09772774808945, - 103.45270237382006, - 95.45550101468035, - 88.15026783959101, - 85.03038748826262, - 73.7770837537177, - 66.65157036604984, - 55.752416380459174, - 53.02602374026648, - 45.241365292529906, - 45.610385511784216, - 36.112619406575945, - 30.476278805570544, - 32.57196042813392, - 23.00078529641359, - 23.805222057268544, - 21.51481588419019, - 19.548654747766665, - 14.924393769775119, - 13.223379014582669, - 118.53476570941757 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_up": { - "contents": [ - 1.3726066419404113, - 22.001240759267198, - 62.705183379663474, - 94.13692593178611, - 118.28152225529448, - 139.14371119304968, - 143.90900253221068, - 151.87392776484455, - 142.68165156128268, - 140.34400707924678, - 135.91728752499887, - 118.66121383847778, - 113.20906071685184, - 96.85660393230589, - 92.45565221723207, - 79.27753314947894, - 83.10106843332258, - 65.34722376839423, - 60.502175611654785, - 61.76053839156976, - 47.01489160532203, - 47.04896594508666, - 42.63128331320831, - 39.9856333962241, - 32.87073896554141, - 29.12143156670654, - 322.52207321648586 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_down": { - "contents": [ - 1.1834011976931826, - 18.131539871096685, - 49.80734156044342, - 73.56923781465163, - 90.17878996368913, - 104.17805378106387, - 107.4388596796741, - 111.83850777202116, - 103.26200169395787, - 97.27734980507967, - 94.4551277927353, - 81.91075606991726, - 75.76817749364872, - 63.65629079901313, - 60.515557397207836, - 51.85488904285385, - 52.76441482774114, - 42.010365843199494, - 36.5258317811801, - 38.367641066294944, - 27.636087762374622, - 28.083986982898935, - 25.42747245138053, - 23.886760710935825, - 18.62801541536217, - 16.297223141226635, - 158.79944315327873 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_up": { - "contents": [ - 1.332132104165582, - 21.278481858023962, - 60.03761262072264, - 89.94042680616808, - 113.16015193656102, - 132.7013321439698, - 136.5678706006261, - 143.48812236664347, - 134.8751508820052, - 131.2169251137581, - 126.49254722052619, - 110.52754152227824, - 104.09245358925295, - 88.95272951375192, - 84.96611856029072, - 72.66400939915499, - 75.94703911736566, - 59.44947733177068, - 54.45262263604522, - 55.96485775340873, - 42.379589139360995, - 42.77020101945626, - 38.71862674601796, - 35.64752743305493, - 29.167117319954357, - 26.04758744006257, - 282.2573957726247 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_down": { - "contents": [ - 1.1933355889751325, - 18.46558500624, - 51.27198625969579, - 76.09380148801199, - 94.1369030037482, - 109.34018851348, - 112.30568455927474, - 117.51330033031452, - 109.19281854982911, - 104.00348297586962, - 100.66774824937747, - 87.43575156797553, - 81.31483016122769, - 69.10627722105683, - 65.75832185035992, - 56.33989330717979, - 57.668098165995204, - 45.648229876067646, - 40.386738129096074, - 42.227790788959965, - 31.059026005614236, - 31.369312780334326, - 28.356594802751935, - 26.243225836659864, - 20.901143674160178, - 18.842903537499865, - 187.13837517825684 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_up": { - "contents": [ - 1.3221977128836322, - 20.944436722880646, - 58.57296792147027, - 87.41586313280771, - 109.20203889650193, - 127.53919741155369, - 131.70104572102542, - 137.8133298083501, - 128.94433402613393, - 124.49079194296813, - 120.27992676388405, - 105.00254602421995, - 98.54580092167397, - 83.50274309170824, - 79.72335410713863, - 68.17900513482904, - 71.0433557791116, - 55.811613298902515, - 50.591716288129255, - 52.104708030743716, - 38.95665089612139, - 39.484875222020875, - 35.78950439464656, - 33.2910623073309, - 26.89398906115635, - 23.50190704378934, - 253.9184637476466 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_down": { - "contents": [ - 1.196932015492634, - 18.653419681363754, - 51.9327117166631, - 77.22990378121887, - 95.77291349603873, - 111.49308705464169, - 114.59489847438192, - 119.99039313890427, - 111.76371815008366, - 106.92557460818837, - 103.37770476182443, - 90.07586272608808, - 83.91421129771443, - 71.23624608659397, - 67.82186000149387, - 58.071543196450754, - 59.975593915899665, - 47.283061212122924, - 42.25539123344969, - 43.862715474883856, - 32.428021481584196, - 32.82011222012451, - 29.590296840180336, - 27.458803260122334, - 21.941547612574848, - 19.54865311004967, - 200.7233899461706 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_up": { - "contents": [ - 1.318601286366131, - 20.756602047756893, - 57.91224246450295, - 86.27976083960084, - 107.56602840421142, - 125.38629887039197, - 129.41183180591827, - 135.33623699976036, - 126.37343442587941, - 121.56870031064942, - 117.5699702514371, - 102.36243486610744, - 95.94641978518723, - 81.3727742261711, - 77.6598159560047, - 66.44735524555811, - 68.73586002920713, - 54.176781962847265, - 48.72306318377562, - 50.46978334481982, - 37.58765542015142, - 38.0340757822307, - 34.55580235721817, - 32.07548488386844, - 25.85358512274168, - 22.796157471239535, - 240.33344897973276 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_res_up": { - "contents": [ - 1.4673944260842795, - 21.382033065799494, - 54.71284931542813, - 83.22222673649411, - 98.10579877249182, - 119.27820406313641, - 115.71453188550315, - 128.50182616995187, - 120.9552262643756, - 110.68346528178563, - 107.74867642961708, - 92.23622106815469, - 90.13994331660572, - 78.61041568308639, - 70.2253046768905, - 68.54828247565133, - 62.259449221004424, - 49.681782711710596, - 43.602577232218586, - 45.069971658302876, - 43.602577232218586, - 33.750071799938425, - 32.49230514900904, - 28.71900519622089, - 24.736077468277845, - 20.33389419002501, - 220.31879168779673 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_scale_up": { - "contents": [ - 1.8866499763940734, - 21.382033065799497, - 58.695777043371166, - 94.33249881970366, - 109.63532640601116, - 132.06549834758513, - 137.72544827676734, - 140.6602371289359, - 131.64624279727533, - 124.93815399231863, - 119.06857628798153, - 106.49090977868767, - 103.13686537620933, - 82.59334341102942, - 82.38371563587454, - 72.32158242843948, - 66.87126027441215, - 59.115032593680965, - 48.84327161109101, - 47.79513273531653, - 47.79513273531653, - 37.52337175272657, - 34.7982106757129, - 33.75007179993842, - 29.138260746530687, - 23.68793859250336, - 243.58747472999036 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_down": { - "contents": [ - 1.2263224846561478, - 19.212385592946315, - 53.54941516331846, - 79.71096150264961, - 99.12773417637193, - 115.4787006384539, - 118.95328101164635, - 124.47173219259899, - 116.09186188078198, - 111.39095902293343, - 107.71199156896498, - 93.81367007619532, - 87.68205765291457, - 74.39689740247296, - 70.92231702928055, - 60.702962990479314, - 62.74683379823957, - 49.461673547797965, - 44.35199652839735, - 45.98709317460555, - 34.13264248959612, - 34.54141665114816, - 31.271223358731774, - 29.022965470195498, - 23.300127208466808, - 20.643095158378486, - 215.0152089763779 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_up": { - "contents": [ - 1.2892108172026167, - 20.197636136174324, - 56.29553901784758, - 83.79870311817007, - 104.21120772387815, - 121.40068528657972, - 125.05344926865378, - 130.85489794606553, - 122.045290695181, - 117.1033158959043, - 113.23568344429646, - 98.62462751600015, - 92.17857342998705, - 78.21212291029205, - 74.55935892821797, - 63.81593545152951, - 65.9646201468672, - 51.998169627172196, - 46.62645788882796, - 48.34540564509812, - 35.88303441213949, - 36.312771351207026, - 32.87487583866672, - 30.511322673795256, - 24.49500552684971, - 21.70171542291071, - 226.04162994952534 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - } -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_20_file_per_process.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_20_file_per_process.json deleted file mode 100644 index a76daf3b..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_20_file_per_process.json +++ /dev/null @@ -1,7318 +0,0 @@ -{ - "4j1b_pseudodata": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 5.531273528844103, - 119.57518104304589, - 721.6255342325743, - 1367.1070060316317, - 1987.6745742959806, - 2454.786927359207, - 2605.6594424948216, - 2548.3039051513433, - 2442.146908209122, - 2228.11091257472, - 2042.6589167800694, - 1797.5239118661982, - 1570.8819444325495, - 1391.7512559607105, - 1272.7958331429074, - 1124.7856322734574, - 976.545786742257, - 850.3112473227496, - 736.7330419706045, - 641.7308581000226, - 549.0826516083342, - 505.6259186668942, - 4082.242407521713 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0038813082733357546, - 0.07374485719337934, - 0.2134719550334665, - 0.3182672784135318, - 0.48904484244030505, - 0.5433831582670057, - 0.6326532485537281, - 0.5239766169003269, - 0.5045700755336481, - 0.46187568452695477, - 0.4735196093469621, - 0.3842495190602398, - 0.3454364363268822, - 0.2639289625868313, - 0.24064111294681675, - 0.28333550395351004, - 0.27169157913350284, - 0.22511587985347375, - 0.18242148884678047, - 0.16301494748010167, - 0.1552523309334302, - 0.16301494748010167, - 1.1682737902740625 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036853628509740696, - 0.06914332365357272, - 0.1964791022492684, - 0.28851650468943735, - 0.43681601766016254, - 0.4777650934981319, - 0.5465804466026077, - 0.44274495862944996, - 0.4216920754550173, - 0.37863981569643407, - 0.37950001064251215, - 0.30333406612275604, - 0.2703323934925341, - 0.19936558269579477, - 0.1815194485458805, - 0.21021274770181633, - 0.19784944665152304, - 0.15619366948059765, - 0.12777654966648638, - 0.10884304274562039, - 0.10129947753462529, - 0.10769174967904219, - 0.5539854369791565 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004077253695697439, - 0.07834639073318596, - 0.23046480781766457, - 0.34801805213762627, - 0.5412736672204477, - 0.6090012230358793, - 0.7187260505048484, - 0.6052082751712038, - 0.5874480756122789, - 0.5451115533574755, - 0.5675392080514119, - 0.46516497199772333, - 0.42054047916123033, - 0.32849234247786785, - 0.29976277734775303, - 0.3564582602052038, - 0.34553371161548263, - 0.29403809022634986, - 0.23706642802707456, - 0.21718685221458295, - 0.2092051843322351, - 0.2183381452811612, - 1.782562143568968 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036891835138056347, - 0.0697055068987887, - 0.20011746488287005, - 0.29644638136451296, - 0.45133635578336223, - 0.49797512632283286, - 0.5749321299850483, - 0.47170740225596497, - 0.4495407048979684, - 0.40812732755780123, - 0.41596750962449774, - 0.3320416169575081, - 0.2970166304534844, - 0.22642442655056386, - 0.2015029706455674, - 0.23806992815205716, - 0.22485243605442112, - 0.18467652895358855, - 0.15016708935005912, - 0.1311269677425599, - 0.1254227787804753, - 0.12785175001428226, - 0.8020064937350704 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0040734330328658745, - 0.07778420748796998, - 0.22682644518406295, - 0.3400881754625508, - 0.5267533290972479, - 0.5887911902111783, - 0.6903743671224077, - 0.576245831544689, - 0.5595994461693277, - 0.5156240414961083, - 0.5310717090694265, - 0.43645742116297137, - 0.39385624220027987, - 0.30143349862309887, - 0.2797792552480662, - 0.328601079754963, - 0.3185307222125845, - 0.26555523075335896, - 0.21467588834350182, - 0.19490292721764346, - 0.18508188308638504, - 0.19817814494592112, - 1.5345410868130538 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0037006455023003296, - 0.07003372002965264, - 0.20197785477735422, - 0.29963099480278493, - 0.4591067652693013, - 0.506908017959357, - 0.5883401094152866, - 0.4858902484957096, - 0.464977638228093, - 0.42391084958764647, - 0.43319642479078907, - 0.3509491676292961, - 0.3121483655978972, - 0.23849117139059767, - 0.2173279741575838, - 0.25254168927639836, - 0.2421420269852041, - 0.20059450192783976, - 0.1616154326203553, - 0.1437577151910628, - 0.13554698947514635, - 0.14171420638515153, - 0.9680943457497021 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.00406197104437118, - 0.07745599435710604, - 0.22496605528957883, - 0.33690356202427885, - 0.5189829196113089, - 0.5798582985746543, - 0.6769663876921694, - 0.562062985304944, - 0.544162512839203, - 0.49984051946626323, - 0.5138427939031353, - 0.4175498704911833, - 0.3787245070558672, - 0.289366753783065, - 0.26395425173604975, - 0.3141293186306218, - 0.30124113128180163, - 0.24963725777910778, - 0.20322754507320562, - 0.18227217976914056, - 0.17495767239171403, - 0.18431568857505187, - 1.3684532347984222 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.003700736470462986, - 0.07028370054063218, - 0.20320128559691886, - 0.30206675832607016, - 0.46369065098555257, - 0.513849980387985, - 0.596772130348225, - 0.49398878014434994, - 0.47515151753957446, - 0.43389424156652545, - 0.44443126578333075, - 0.3594818903182949, - 0.32195573418203627, - 0.24612267249216052, - 0.22374677868277548, - 0.2626235997754342, - 0.25087124090554064, - 0.2085795962776477, - 0.1678834119318628, - 0.15036118508644675, - 0.14250159647838365, - 0.1484968835609684, - 1.0520481353199065 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004061880076208524, - 0.0772060138461265, - 0.2237426244700142, - 0.33446779850099356, - 0.5143990338950576, - 0.5729163361460263, - 0.668534366759231, - 0.5539644536563036, - 0.5339886335277217, - 0.4898571274873842, - 0.5026079529105933, - 0.4090171478021844, - 0.368917138471728, - 0.2817352526815021, - 0.2575354472108581, - 0.30404740813158593, - 0.292511917361465, - 0.24165216342929985, - 0.1969595657616981, - 0.17566870987375663, - 0.1680030653884767, - 0.177533011399235, - 1.2844994452282175 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.058219624100036324, - 0.19794672194012347, - 0.30662335359352455, - 0.5045700755336481, - 0.5123326920803196, - 0.6171280154603851, - 0.5666710079070202, - 0.4968074589869767, - 0.44635045143361174, - 0.442469143160276, - 0.41918129352026157, - 0.3337925115068749, - 0.26781027086016707, - 0.2561663460401598, - 0.2484037294934883, - 0.29886073704685306, - 0.18242148884678047, - 0.19406541366678773, - 0.17077756402677322, - 0.17465887230010896, - 0.1358457895667514, - 1.1954429481874125 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.06986354892004358, - 0.18630279712011621, - 0.36484297769356094, - 0.5278579251736626, - 0.5511457748136771, - 0.6481784816470711, - 0.6404158651003995, - 0.46963830107362636, - 0.5744336244536917, - 0.43470652661360454, - 0.44635045143361174, - 0.3920121356069112, - 0.30274204532018884, - 0.2289971881268095, - 0.27557288740683855, - 0.2716915791335028, - 0.23675980467348098, - 0.22123457158013798, - 0.1707775640267732, - 0.15137102266009445, - 0.17465887230010893, - 1.3080008881141494 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12813557867360206, - 9.097626085825745, - 43.18169001300391, - 88.79795602080617, - 123.77896899869947, - 148.50913568270462, - 142.74303464239256, - 138.5145605461637, - 126.46981615084509, - 114.93761407022096, - 102.12405620286074, - 82.00677035110526, - 82.39117708712607, - 68.80880574772428, - 61.50507776332898, - 52.023044941482446, - 45.488130429128745, - 41.64406306892069, - 31.393216775032524, - 29.34304751625488, - 26.39592920676203, - 23.576946475942783, - 202.19794314694437 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12142047350373861, - 8.526950260781858, - 39.79429785518855, - 80.64580633188149, - 110.54204917728339, - 130.65905273034213, - 123.64567195874757, - 117.89429249515402, - 106.37962696974235, - 94.89288699200787, - 82.87356149210865, - 65.47732274669741, - 64.83723147402551, - 53.192858706983095, - 46.70685995178803, - 38.81516584770156, - 33.27485571395968, - 29.848073878412706, - 22.009944450448636, - 20.20590361711882, - 17.66636456220253, - 15.586872277092814, - 99.2303343915434 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13485068384346552, - 9.668301910869634, - 46.56908217081924, - 96.95010570973096, - 137.0158888201158, - 166.3592186350674, - 161.84039732603785, - 159.13482859717368, - 146.56000533194813, - 134.98234114843424, - 121.37455091361304, - 98.53621795551324, - 99.94512270022673, - 84.42475278846553, - 76.30329557486996, - 65.23092403526331, - 57.70140514429778, - 53.44005225942864, - 40.776489099616384, - 38.48019141539093, - 35.125493851321515, - 31.567020674792744, - 305.1655519023447 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12187695650276331, - 8.601038652794617, - 40.530592919904905, - 82.59632214858256, - 114.18557634839358, - 135.89581968879833, - 129.6456965106388, - 124.80153496312009, - 113.02895053690426, - 101.89817720308028, - 89.72153324646456, - 71.55940011766336, - 71.1797744404218, - 58.8752491741714, - 52.162396387526805, - 43.702146701799826, - 37.95151202625731, - 34.39730536407469, - 25.676974489653364, - 23.861899981728705, - 21.252044525896864, - 18.831439313410677, - 142.39912075135118 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13439420084444081, - 9.594213518856876, - 45.83278710610289, - 94.99958989302988, - 133.37236164900557, - 161.12245167661123, - 155.84037277414663, - 152.22758612920754, - 139.9106817647862, - 127.97705093736181, - 114.52657915925715, - 92.45414058454729, - 93.60257973383045, - 78.74236232127721, - 70.84775913913116, - 60.34394318116505, - 53.02474883200014, - 48.89082077376665, - 37.109459060411645, - 34.82419505078105, - 31.53981388762719, - 28.322453638474883, - 261.99676554253693 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12231241725841188, - 8.640593505295634, - 40.855945171104516, - 83.6305744782018, - 116.10993148480188, - 138.64868846525883, - 132.70169102069505, - 128.27845184594156, - 116.47533411281066, - 105.5249586557526, - 93.39971108101389, - 74.63111626258735, - 74.56042746764628, - 61.909831027760276, - 55.077394711259345, - 46.39193072906615, - 40.44801154156819, - 36.839891834658644, - 27.609077824334562, - 25.842183295050383, - 23.08221700880242, - 20.62102084753454, - 167.5240110875788 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13395874008879224, - 9.55465866635586, - 45.50743485490328, - 93.96533756341066, - 131.44800651259732, - 158.36958290015076, - 152.7843782640903, - 148.7506692463861, - 136.4642981888798, - 124.3502694846895, - 110.84840132470781, - 89.38242443962328, - 90.22192670660598, - 75.70778046768834, - 67.93276081539864, - 57.654159153898725, - 50.528249316689276, - 46.4482343031827, - 35.17735572573045, - 32.84391173745936, - 29.709641404721626, - 26.532872104351018, - 236.8718752063093 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12236046810041448, - 8.667979482059492, - 41.08086815934106, - 84.31244896117256, - 117.32646168038033, - 140.40722915544902, - 134.7288989844099, - 130.52124591865632, - 118.89049556532163, - 107.84463407567151, - 95.61268359991081, - 76.58981874149462, - 76.69405002733114, - 63.98488561739921, - 57.055278485658526, - 48.17262586059715, - 42.045488812543276, - 38.34927088999958, - 28.86389553145623, - 26.95080331220152, - 24.220556471732156, - 21.569730665678637, - 180.46693483537967 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13391068924678964, - 9.527272689592003, - 45.28251186666674, - 93.28346308043989, - 130.23147631701883, - 156.61104220996054, - 150.75717030037546, - 146.50787517367132, - 134.04913673636884, - 122.03059406477055, - 108.6354288058109, - 87.42372196071601, - 88.0883041469211, - 73.6327258780494, - 65.95487704099946, - 55.87346402236772, - 48.930772045714185, - 44.93885524784175, - 33.92253801860878, - 31.735291720308233, - 28.571301941791894, - 25.584162286206922, - 223.92895145850844 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.3844067360208062, - 9.610168400520154, - 43.566096749024716, - 86.23524444733413, - 125.44473152145628, - 147.8684577893366, - 141.97422117035092, - 139.92405191157332, - 129.80134119635875, - 117.50032564369297, - 100.58642925877751, - 82.39117708712608, - 76.8813472041612, - 67.78372111833548, - 63.939653758127406, - 52.27931609882964, - 45.744401586475945, - 38.31253802340704, - 34.85287739921978, - 27.292878257477245, - 27.549149414824456, - 22.295590689206765, - 206.55455282184693 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.2562711573472041, - 8.328812613784134, - 40.106436124837465, - 87.13219349804935, - 127.75117193758112, - 152.8657453576071, - 156.58167713914156, - 141.20540769830933, - 136.20812013003882, - 125.70100267880348, - 112.8874448114433, - 87.51660023407015, - 85.0820242392717, - 73.29355100130036, - 63.170840286085806, - 58.68609503250974, - 51.25423146944084, - 44.463045799739916, - 36.1342331859558, - 30.624403302990906, - 28.70236962288688, - 26.908471521456445, - 224.87794057217218 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06614226662831829, - 3.7701091978141426, - 14.220587325088431, - 24.73720771899104, - 35.05540131300869, - 41.471201175955564, - 40.74363624304405, - 39.784573376933444, - 37.96566104465469, - 34.85697451312373, - 29.830162249371543, - 29.565593182858272, - 25.431701518588383, - 20.90095625454858, - 19.77653772186717, - 17.924554256274256, - 15.444219257712318, - 12.996955392464544, - 11.806394593154815, - 10.615833793845082, - 9.458344127849516, - 9.392201861221196, - 65.34855942877844 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06266979763033159, - 3.531361452108815, - 13.122792604934293, - 22.44898706774272, - 31.327288837348323, - 36.47873948498763, - 35.22199818055169, - 33.85053931548642, - 31.66878497710554, - 28.630550810999363, - 24.054940937463694, - 23.455191800919753, - 19.851034583548977, - 15.997014619260568, - 14.923638280430813, - 13.28673396381945, - 11.17135545694592, - 9.148343591945915, - 8.162971605810972, - 7.272872387389539, - 6.3066072485268485, - 6.09898357316181, - 33.42405294679411 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06961473562630502, - 4.008856943519469, - 15.31838204524257, - 27.025428370239364, - 38.78351378866907, - 46.463662866923514, - 46.265274305536444, - 45.71860743838049, - 44.26253711220386, - 41.083398215248124, - 35.60538356127941, - 35.675994564796795, - 31.012368453627783, - 25.804897889836592, - 24.629437163303525, - 22.56237454872906, - 19.71708305847872, - 16.84556719298317, - 15.449817580498657, - 13.958795200300633, - 12.610081007172182, - 12.685420149280585, - 97.27306591076282 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06294340958486044, - 3.5649172842206096, - 13.339980038664622, - 23.017101598325834, - 32.35581865245825, - 37.94845268712926, - 36.99642208747603, - 35.807742208873535, - 33.90276845298219, - 30.832891413131843, - 26.25663045165906, - 25.71534281103122, - 21.925022500134006, - 17.87116504543021, - 16.736330655964213, - 15.036442882692494, - 12.841557237440059, - 10.710071021696699, - 9.684584267588136, - 8.531425369847346, - 7.56056851081857, - 7.434023886137771, - 46.188193244828014 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06934112367177614, - 3.975301111407675, - 15.101194611512243, - 26.45731383965625, - 37.754983973559135, - 44.99394966478188, - 44.49085039861211, - 43.76140454499336, - 42.02855363632721, - 38.88105761311563, - 33.40369404708404, - 33.415843554685324, - 28.938380537042757, - 23.93074746366695, - 22.816744787770126, - 20.81266562985602, - 18.04688127798458, - 15.28383976323239, - 13.928204918721493, - 12.700242217842824, - 11.356119744880461, - 11.350379836304622, - 84.50892561272893 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06302324536762666, - 3.581878124982652, - 13.448841166646817, - 23.312611810473253, - 32.89385602076506, - 38.74168242218186, - 37.89640621597142, - 36.84693901468665, - 35.04351947489267, - 32.04263760365546, - 27.27057124634931, - 26.97504527373993, - 23.03911767185682, - 18.904787298334057, - 17.808499640059775, - 16.040292589462037, - 13.768187139762187, - 11.533909640840921, - 10.42752831096364, - 9.34663397340595, - 8.301350012117199, - 8.224399685732648, - 54.615104273778144 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06926128788900993, - 3.958340270645634, - 14.992333483530048, - 26.16180362750883, - 37.21694660525233, - 44.20071992972928, - 43.59086627011672, - 42.72220773918025, - 40.88780261441673, - 37.67131142259202, - 32.38975325239378, - 32.15614109197663, - 27.82428536531995, - 22.897125210763107, - 21.744575803674568, - 19.808815923086474, - 17.120251375662455, - 14.460001144088166, - 13.185260875345993, - 11.88503361428422, - 10.615338243581832, - 10.560004036709747, - 76.0820145837788 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06306510102072739, - 3.592105631328284, - 13.52640899309872, - 23.489668199031538, - 33.23288293535755, - 39.23304918707197, - 38.47064097316348, - 37.5002336748532, - 35.732022490363796, - 32.74381590607392, - 27.936720242645904, - 27.67364635307395, - 23.720083569351065, - 19.46252395226225, - 18.367429180101336, - 16.63632251534928, - 14.306943030113885, - 12.033877742443236, - 10.882673658723188, - 9.761020441196946, - 8.708497002131141, - 8.631169974868683, - 58.764215635314734 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06921943223590919, - 3.9481127643000016, - 14.914765657078144, - 25.984747238950547, - 36.87791969065984, - 43.709353164839165, - 43.016631512924654, - 42.06891307901371, - 40.19929959894561, - 36.97013312017356, - 31.723604256097193, - 31.457540012642603, - 27.143319467825698, - 22.339388556834905, - 21.185646263633, - 19.21278599719923, - 16.581495485310754, - 13.960033042485854, - 12.730115527586442, - 11.470647146493228, - 10.20819125356789, - 10.153233747573712, - 71.9329032222422 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06614226662831829, - 4.034678264327415, - 13.956018258575156, - 25.960839651614926, - 35.12154357963701, - 41.768841375783, - 40.7105651097299, - 40.01607131013256, - 36.70895797871664, - 35.816037379234345, - 30.822296248796317, - 27.945107650464475, - 26.060053051557404, - 22.389157253685738, - 18.6190480558716, - 17.56077178981851, - 15.874143990796389, - 13.426880125548612, - 11.343398726756584, - 10.549691527216766, - 9.62369979442031, - 8.532352395053058, - 65.91076869511916 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.09921339994247744, - 3.9023937310707786, - 14.154445058460112, - 25.4978437852167, - 36.64281571208833, - 42.36412177543786, - 43.157828974977676, - 43.95153617451749, - 39.321577510535214, - 38.23023011116796, - 33.13727558078746, - 28.97031278320341, - 27.812823117207838, - 23.778144852880423, - 20.834813987920256, - 18.15605218947337, - 17.593842923132666, - 14.518227524915865, - 12.963884259150385, - 10.946545126986676, - 10.946545126986676, - 9.359130727907038, - 74.27776542360141 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.231054008661421, - 59.202506416535606, - 350.5146504661427, - 851.1059759881911, - 1401.1632898582748, - 1780.439838526781, - 1921.899135522056, - 1903.65715339371, - 1829.2343428700879, - 1625.8866034393784, - 1474.3550463732358, - 1302.343227162998, - 1161.8911561748077, - 992.4533589826804, - 858.9399560433093, - 757.2101293275609, - 637.1264064826787, - 552.2955938858281, - 482.46125739448945, - 417.5511369377964, - 348.2763704503946, - 319.96212825118204, - 2394.4000468464633 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_ME_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.7745432765222767, - 68.0307177878733, - 386.8843666228771, - 905.0538186162804, - 1485.4449138236373, - 1927.06367198742, - 2139.9339824849576, - 2172.2066190067194, - 2131.414006443213, - 2016.3943298796555, - 1894.2746732813105, - 1703.8661178029179, - 1568.4501349576074, - 1355.0634622757211, - 1244.4328642791231, - 1140.1277030407903, - 962.8863832632767, - 858.3230409327698, - 760.8596786370501, - 678.6290007796019, - 590.0728861638881, - 513.0058301499214, - 4120.828412190699 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_PS_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4024566873233704, - 117.80636173516311, - 549.8905174932456, - 1216.0574439718464, - 1774.617693713998, - 2200.582038472849, - 2262.800116965013, - 2178.0152354131915, - 1997.6083069984131, - 1760.0831425908286, - 1560.1693166160069, - 1349.1633332050822, - 1142.3647198561277, - 988.6044685004931, - 852.4386737676423, - 727.3650364708943, - 630.3405329206138, - 566.8474938036102, - 459.368313129646, - 400.4651322620643, - 339.2670222697717, - 293.87842402548813, - 2191.0198337865536 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1691410850383153, - 55.45084134663973, - 323.291534801482, - 772.7103128640545, - 1252.3661747870874, - 1568.3114997112577, - 1668.5545157020765, - 1628.8728676740104, - 1543.899899814972, - 1352.165444770159, - 1208.5950650156547, - 1051.982760949547, - 926.0860657760471, - 778.2379901748211, - 663.3100946351827, - 575.4661531975387, - 476.430642061497, - 405.83413625167077, - 348.7241593514203, - 296.7545638756488, - 243.59943191372366, - 219.44303965563967, - 1337.7026235827768 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2929669322845263, - 62.95417148643148, - 377.73776613080344, - 929.5016391123283, - 1549.960404929456, - 1992.5681773422957, - 2175.2437553420286, - 2178.4414391134023, - 2114.5687859251957, - 1899.6077621085906, - 1740.1150277308102, - 1552.703693376445, - 1397.696246573566, - 1206.668727790539, - 1054.5698174514362, - 938.9541054575838, - 797.822170903861, - 698.7570515199859, - 616.1983554375588, - 538.3477099999442, - 452.9533089870658, - 420.4812168467244, - 3451.0974701101504 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1713129161160958, - 55.97143555114627, - 328.7532152019248, - 791.7959656819619, - 1292.884930797762, - 1629.5288288570941, - 1744.9989800806886, - 1714.9189893785367, - 1634.2637633432832, - 1440.4683507710008, - 1295.9173420711597, - 1134.856745002036, - 1004.4980858308616, - 850.1181338357724, - 729.8583825082454, - 638.2082284172592, - 532.7711979657403, - 457.8066205075875, - 397.02389889187134, - 340.2179870857915, - 281.21924983484575, - 256.42329529210576, - 1748.0327124638925 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2907951012067458, - 62.43357728192494, - 372.2760857303607, - 910.415986294421, - 1509.4416489187818, - 1931.350848196459, - 2098.7992909634168, - 2092.3953174088756, - 2024.2049223968847, - 1811.304856107749, - 1652.7927506753053, - 1469.8297093239557, - 1319.2842265187514, - 1134.7885841295874, - 988.0215295783737, - 876.2120302378631, - 741.4816149996176, - 646.7845672640691, - 567.8986158971078, - 494.88428678980154, - 415.3334910659437, - 383.5009612102583, - 3040.7673812290345 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.173240809645285, - 56.22847228379846, - 331.52183818084166, - 801.5181491407557, - 1313.764788876293, - 1661.6289774388033, - 1785.605440820527, - 1761.4904313872185, - 1684.2448148960636, - 1490.5377470611372, - 1345.2736380861852, - 1183.2839799448998, - 1050.3084295730166, - 893.152449914068, - 769.3056336562875, - 675.2240438531474, - 564.9277407119084, - 488.142851429464, - 424.56076545773954, - 365.46824077682163, - 303.1578388420133, - 277.67817718727525, - 1986.8434885480647 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2888672076775567, - 62.17654054927274, - 369.50746275144377, - 900.6938028356271, - 1488.5617908402505, - 1899.2506996147504, - 2058.1928302235783, - 2045.8238754001939, - 1974.223870844104, - 1761.2354598176123, - 1603.4364546602799, - 1421.402474381092, - 1273.4738827765964, - 1091.754268051292, - 948.5742784303316, - 839.1962148019752, - 709.3250722534495, - 616.4483363421926, - 540.3617493312395, - 469.6340330987713, - 393.3949020587761, - 362.24607931508876, - 2801.956605144862 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1744080377003723, - 56.404461421677304, - 333.3740428723734, - 807.9974110906704, - 1327.6707294930695, - 1683.611907997142, - 1813.400138883319, - 1792.2921292506041, - 1718.127459736064, - 1523.557005112219, - 1378.4355156676922, - 1214.5331510768556, - 1080.762437740128, - 921.2152458346989, - 795.2461755271587, - 699.024933418777, - 586.6325326281498, - 507.364825992268, - 441.97950120166894, - 381.80609711189607, - 317.3860235834634, - 290.69274639463976, - 2123.9832032588397 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.287699979622469, - 62.00055141139389, - 367.6552580599121, - 894.2145408857123, - 1474.6558502234739, - 1877.2677690564112, - 2030.398132160787, - 2015.0221775368082, - 1940.3412260041039, - 1728.2162017665307, - 1570.2745770787728, - 1390.153303249136, - 1243.0198746094852, - 1063.6914721306612, - 922.6337365594604, - 815.3953252363455, - 687.6202803372082, - 597.2263617793886, - 522.9430135873101, - 453.29617676369685, - 379.166717317326, - 349.2315101077242, - 2664.8168904340873 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.1263660149606363, - 60.433560425197015, - 357.78906051732383, - 842.3766839267737, - 1404.8564518842586, - 1749.1039183063085, - 1925.4803835472533, - 1908.1337134252062, - 1827.5556328582768, - 1625.998517440166, - 1468.4236043315036, - 1306.2602171905571, - 1165.8081462023667, - 990.5508209692944, - 859.9471820503959, - 752.2859132929151, - 634.7762124661432, - 555.9887559118124, - 483.35656940078854, - 413.96988891259946, - 358.01288851889854, - 312.7996322007883, - 2407.158242936227 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.3429680094488228, - 56.96422640078757, - 316.38088022598515, - 790.0009315582695, - 1335.9174273992187, - 1753.3566503362301, - 1945.9606456913475, - 1953.4588837441033, - 1893.9206353252057, - 1744.8511862763871, - 1532.5503267826848, - 1364.343583599219, - 1231.9493206677216, - 1072.6956975472476, - 934.5938205755931, - 822.5679057874037, - 689.837900853545, - 594.9348281858282, - 524.0932656874029, - 456.0495532086626, - 387.2224427244104, - 331.4892703322844, - 2666.127240758272 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaledown": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.3676961035061277, - 72.29250832818103, - 370.74333662898266, - 889.1001598578051, - 1385.6715380093483, - 1755.2425636924654, - 1862.8997855541613, - 1822.161980185443, - 1721.6363165777436, - 1572.557441295577, - 1420.1570183334668, - 1271.6642985242313, - 1082.9222362403873, - 956.1172689296051, - 823.3530543106892, - 725.7581680676449, - 624.6463489870131, - 533.6945581038557, - 468.63130060849267, - 397.7064883838177, - 349.1532767093501, - 308.1223936041663, - 2313.457959080609 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaleup": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0838169142995808, - 54.683489766933384, - 326.031833583392, - 828.0361225248788, - 1407.1884700024175, - 1794.800810080103, - 1961.1174420198931, - 1959.6395098640303, - 1838.3505442728679, - 1676.1721223694947, - 1482.957125192997, - 1343.637387300306, - 1165.8914133551748, - 993.1704087399785, - 882.1284394294668, - 743.0057591575573, - 647.235755457631, - 558.4612972954563, - 492.8411095751364, - 429.97972854576074, - 356.7728224253437, - 319.233345666422, - 2396.811841568324 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.44277354692128, - 26.65664128152768, - 253.23809217451293, - 306.55137473756827, - 357.64327052716294, - 390.9640721290725, - 404.2923927698364, - 373.1929779413874, - 377.63575148830876, - 339.87217633947785, - 315.4369218314108, - 271.009186362198, - 215.47451702568208, - 219.91729057260332, - 224.36006411952462, - 191.03926251761504, - 179.93232865031183, - 137.72597995455968, - 126.61904608725646, - 102.18379157918943, - 84.41269739150431, - 102.18379157918946, - 926.3182845330867 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.20546696301268, - 24.935413623779034, - 233.4602180011845, - 277.7151365212557, - 318.92481144825905, - 342.44377862144194, - 348.3111552735182, - 314.9467589561794, - 310.949165202327, - 276.46102485096384, - 252.00202927175542, - 211.23312607344232, - 165.132408690467, - 165.609590336741, - 166.11905150956687, - 138.36490632527628, - 127.88586131315907, - 95.64389008144796, - 86.45540136637472, - 67.89439592571432, - 55.06331883052232, - 68.35547251788076, - 442.95340817514546 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.68008013082988, - 28.377868939276325, - 273.0159663478414, - 335.3876129538809, - 396.3617296060669, - 439.48436563670333, - 460.27363026615467, - 431.43919692659557, - 444.32233777429053, - 403.283327827992, - 378.8718143910662, - 330.7852466509538, - 265.8166253608972, - 274.2249908084657, - 282.6010767294824, - 243.71361870995378, - 231.97879598746457, - 179.80806982767135, - 166.78269080813823, - 136.47318723266451, - 113.76207595248631, - 136.01211064049812, - 1409.6831608910281 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.233112815591764, - 25.211976277074882, - 237.54935718652132, - 285.49996911426433, - 329.8875634302973, - 357.42002115643027, - 367.3950196259819, - 336.1437868952342, - 336.7753896314321, - 300.3353791987321, - 275.8730515393635, - 234.94014752066596, - 185.27045990361108, - 187.03611529682894, - 189.90968734331028, - 159.3400385511634, - 148.736352915554, - 111.43383700430539, - 103.35935640153846, - 81.45575392268152, - 66.73226355151105, - 80.48112047582566, - 603.4900105955006 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.652434278250795, - 28.10130628598047, - 268.92682716250454, - 327.60278036087226, - 385.3989776240287, - 424.50812310171506, - 441.189765913691, - 410.24216898754077, - 418.49611334518545, - 379.4089734802237, - 355.00079212345827, - 307.07822520373014, - 245.67857414775307, - 252.79846584837776, - 258.81044089573896, - 222.73848648406667, - 211.12830438506964, - 164.01812290481396, - 149.87873577297447, - 122.91182923569734, - 102.09313123149757, - 123.8864626825532, - 1249.146558470673 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.238943955872099, - 25.330473377771675, - 239.602751585239, - 289.0975744122205, - 335.9827710633267, - 365.6578083962149, - 376.64247921805685, - 347.089305775194, - 349.26371368931285, - 313.5929451998444, - 289.7618905395745, - 249.46119666752068, - 196.81356653480012, - 200.1674266981215, - 202.63073637487932, - 171.49265553290482, - 161.8565226738109, - 123.72650548027985, - 112.52361811711367, - 90.62813758364719, - 74.32638661910127, - 88.90815945595861, - 766.8084834395953 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.646603137970461, - 27.982809185283678, - 266.8734327637869, - 324.00517506291607, - 379.30376999099934, - 416.2703358619304, - 431.94230632161606, - 399.296650107581, - 406.00778928730466, - 366.15140747911147, - 341.11195312324725, - 292.5571760568755, - 234.135467516564, - 239.66715444708518, - 246.0893918641699, - 210.5858695023252, - 198.00813462681276, - 151.72545442883947, - 140.7144740573993, - 113.73944557473168, - 94.49900816390736, - 115.45942370242025, - 1085.828085626578 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.241286824734733, - 25.41481665682651, - 241.00290208130176, - 291.189860434058, - 339.42959973403424, - 370.4462679051718, - 382.58024606351717, - 352.59202790473944, - 356.6186558779043, - 319.99761977775137, - 296.42792515504647, - 254.95944131435073, - 201.8997265805691, - 206.0862423376707, - 209.12896951603423, - 178.7880888523854, - 167.27000753156616, - 128.5250653572224, - 117.33056025820916, - 94.68385183987712, - 78.18342559577981, - 94.11906425272475, - 837.4799252146505 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.644260269107827, - 27.898465906228846, - 265.47328226772413, - 321.91288904107864, - 375.85694132029187, - 411.4818763529735, - 426.00453947615574, - 393.7939279780356, - 398.6528470987132, - 359.74673290120444, - 334.4459185077753, - 287.0589314100454, - 229.049307470795, - 233.748338807536, - 239.591158723015, - 203.29043618284464, - 192.5946497690575, - 146.92689455189696, - 135.9075319163038, - 109.68373131850176, - 90.6419691872288, - 110.24851890565412, - 1015.1566438515232 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.22138677346064, - 44.4277354692128, - 228.8028376664459, - 322.10108215179275, - 350.979110206781, - 426.50626050444276, - 404.29239276983634, - 353.2004969802417, - 350.97911020678106, - 368.7502043944662, - 315.43692183141076, - 279.89473345604057, - 224.36006411952465, - 215.47451702568208, - 233.24561121336717, - 186.59648897069374, - 162.1612344626267, - 153.27568736878413, - 117.73349899341392, - 124.39765931379583, - 86.63408416496496, - 91.07685771188623, - 930.7610580800081 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 59.97744288343728, - 215.47451702568205, - 362.0860440740842, - 382.07852503523003, - 462.048448879813, - 462.04844887981295, - 388.74268535561197, - 382.07852503523, - 384.29991180869064, - 348.75772343332045, - 324.32246892525336, - 244.35254508067032, - 233.24561121336714, - 224.36006411952465, - 242.13115830720972, - 168.82539478300862, - 166.60400800954798, - 148.83291382186286, - 131.06181963417774, - 86.63408416496495, - 91.07685771188623, - 1032.9448496591976 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.331704208248247, - 25.990225249489484, - 246.90713987015008, - 298.8875903691291, - 348.7021887639839, - 381.18997032584576, - 394.1850829505905, - 363.8631534928528, - 368.19485770110106, - 331.3753719309909, - 307.55099878562555, - 264.2339567031431, - 210.08765410004, - 214.41935830828825, - 218.7510625165365, - 186.26328095467463, - 175.43402043405402, - 134.28283045569566, - 123.45356993507505, - 99.6291967897097, - 82.30237995671669, - 99.62919678970968, - 903.1603274197596 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.553842885594311, - 27.32305731356587, - 259.5690444788758, - 314.2151591060075, - 366.58435229034205, - 400.7381739322994, - 414.3997025890823, - 382.5228023899221, - 387.07664527551646, - 348.3689807479648, - 323.32284487719613, - 277.784416021253, - 220.86137995132407, - 225.4152228369184, - 229.96906572251274, - 195.81524408055537, - 184.4306368665696, - 141.16912945342366, - 129.78452223943788, - 104.73838636866917, - 86.52301482629191, - 104.73838636866913, - 949.4762416464139 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_pseudodata": { - "contents": [ - 12.398780314614777, - 268.45159210335737, - 1096.3407247973848, - 2254.425350946163, - 3695.1738118068106, - 5394.619558159927, - 7176.642102381051, - 6988.491981471794, - 4713.218779920006, - 3595.4219187237068, - 2994.8049826358006, - 2555.0926174968176, - 2149.513579435543, - 1844.6040345227298, - 1592.5014574119616, - 1370.011793358155, - 1196.1403931911086, - 1066.7145132062167, - 905.7868725692391, - 801.5045956965466, - 693.3185490338856, - 607.8497490029647, - 549.7208922217302, - 467.11127807885083, - 410.9898464410176, - 366.9394891962646, - 3580.509057964069 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan": { - "contents": [ - 0.02716915791335028, - 0.10867663165340115, - 0.4308252183402687, - 0.745211188480465, - 1.110054166174026, - 1.1837990233674056, - 1.4516092942275725, - 1.3778644370341933, - 1.2769504219274634, - 1.1876803316407412, - 1.0945289330806829, - 0.985852301427282, - 0.935395293873917, - 0.7956681960338299, - 0.7684990381204796, - 0.6326532485537281, - 0.5511457748136773, - 0.48904484244030516, - 0.40365606042691843, - 0.2988607370468531, - 0.3726055942402325, - 0.26781027086016707, - 0.29109812050018163, - 0.19018410539345199, - 0.1436084061134229, - 0.15525233093343016, - 1.4787784521409228 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.024148287167859647, - 0.09375767104144152, - 0.36819472996935343, - 0.6316589058904528, - 0.933214059269744, - 0.9901780194979144, - 1.1984598163337463, - 1.1220743353147797, - 1.0303617498607356, - 0.9351872800086428, - 0.8484531395150112, - 0.7334476708492854, - 0.6929725997841971, - 0.5918316494343611, - 0.5557430631725598, - 0.4380406917112835, - 0.3765174678162207, - 0.3377445930107572, - 0.2591949794021971, - 0.19886107326570288, - 0.22471464961071766, - 0.17721289443484745, - 0.19238783945652188, - 0.11408741796819825, - 0.09363086142269865, - 0.09640575425636659, - 0.7710552434911215 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.030190028658840917, - 0.12359559226536077, - 0.4934557067111841, - 0.858763471070477, - 1.2868942730783077, - 1.377420027236896, - 1.704758772121398, - 1.6336545387536066, - 1.523539093994191, - 1.4401733832728392, - 1.3406047266463545, - 1.238256932005278, - 1.1778179879636363, - 0.9995047426332982, - 0.981255013068399, - 0.8272658053961726, - 0.7257740818111335, - 0.640345091869853, - 0.5481171414516398, - 0.3988604008280034, - 0.5204965388697471, - 0.35840764728548674, - 0.3898084015438413, - 0.26628079281870576, - 0.19358595080414723, - 0.21409890761049377, - 2.1865016607907237 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.025408378156974807, - 0.09931928256992278, - 0.38996086418445325, - 0.6699233899575511, - 0.9890297587034247, - 1.0493535370511433, - 1.2820962179844426, - 1.1989568057290583, - 1.10436089339146, - 1.0217744159514217, - 0.9395171826147577, - 0.8235105183508366, - 0.7847623868856156, - 0.6709666734923353, - 0.6345769826121418, - 0.5150345071566538, - 0.450361601597779, - 0.39269245617269694, - 0.32020041251542014, - 0.24223160030269966, - 0.28223745758480673, - 0.2147505428823217, - 0.2316069434225354, - 0.14599486489254848, - 0.11402355831801352, - 0.12030600156738341, - 1.0559045789621162 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.02892993766972575, - 0.11803398073687947, - 0.4716895724960843, - 0.8204989870033788, - 1.2310785736446268, - 1.3182445096836672, - 1.6211223704707018, - 1.5567720683393271, - 1.4495399504634667, - 1.35358624733006, - 1.2495406835466079, - 1.1481940845037268, - 1.0860282008622182, - 0.920369718575324, - 0.902421093628817, - 0.7502719899508022, - 0.6519299480295755, - 0.5853972287079133, - 0.48711170833841677, - 0.35548987379100655, - 0.4629737308956582, - 0.32086999883801237, - 0.35058929757782775, - 0.2343733458943555, - 0.1731932539088323, - 0.19019866029947702, - 1.9016523253197286 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.02560696165605353, - 0.10153144634939885, - 0.40165836925226506, - 0.6913094591890729, - 1.0243837164063345, - 1.0916976703088885, - 1.3331171675008346, - 1.2627758841132413, - 1.160571667555557, - 1.080835677492354, - 0.9908179501994807, - 0.8863389534436921, - 0.8402314976195758, - 0.712275134218239, - 0.6790847936186677, - 0.5595078412295329, - 0.4876830187226192, - 0.43285344449485386, - 0.3555837529348679, - 0.26142351745095127, - 0.32267389750348696, - 0.23332587782408903, - 0.2516676065241548, - 0.1620982309822932, - 0.12601188860183757, - 0.133146703535297, - 1.225648441433905 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.02873135417064704, - 0.1158218169574034, - 0.45999206742827237, - 0.7991129177718569, - 1.1957246159417174, - 1.2759003764259216, - 1.5701014209543098, - 1.492952989955145, - 1.3933291762993696, - 1.2945249857891274, - 1.198239915961885, - 1.0853656494108712, - 1.0305590901282577, - 0.8790612578494205, - 0.857913282622291, - 0.7057986558779235, - 0.614608530904735, - 0.5452362403857564, - 0.45172836791896914, - 0.33629795664275486, - 0.42253729097697806, - 0.3022946638962452, - 0.33052863447620834, - 0.21826997980461077, - 0.16120492362500827, - 0.17735795833156337, - 1.7319084628479398 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.025853030536038837, - 0.10266700192383754, - 0.40714993529550103, - 0.703176528912076, - 1.0447764133016495, - 1.1139858708094732, - 1.3624968820894539, - 1.2915932335203193, - 1.1933778799269514, - 1.1103154570598956, - 1.0206907122296973, - 0.9158684016280437, - 0.8701731225489233, - 0.7391518598113702, - 0.7113612074107518, - 0.5857268670066588, - 0.509757535009124, - 0.45043695355917923, - 0.3717779052509436, - 0.27627898228537684, - 0.3409006424459552, - 0.24635579357032777, - 0.2662570804509733, - 0.17289942674345246, - 0.13084311675235138, - 0.14209096619215306, - 1.325355915476603 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.02848528529066173, - 0.11468626138296471, - 0.4545005013850365, - 0.7872458480488538, - 1.1753319190464024, - 1.2536121759253367, - 1.5407217063656902, - 1.4641356405480666, - 1.360522963927975, - 1.2650452062215864, - 1.1683671539316685, - 1.0558362012265194, - 1.0006174651989104, - 0.8521845322562892, - 0.8256368688302069, - 0.6795796301007971, - 0.5925340146182302, - 0.5276527313214309, - 0.4355342156028933, - 0.3214424918083294, - 0.4043105460345097, - 0.28926474815000636, - 0.3159391605493899, - 0.20746878404345148, - 0.15637369547449445, - 0.16841369567470732, - 1.6322009888052418 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.019406541366678774, - 0.11643924820007265, - 0.38036821078690386, - 0.7917868877604941, - 1.0751223917140043, - 1.2264934143740989, - 1.4710158355942515, - 1.4050335949475434, - 1.3041195798408136, - 1.1799177150940698, - 1.1372233240873761, - 0.9625644517872672, - 0.9082261359605667, - 0.7801429629404868, - 0.7335672636604578, - 0.6287719402803924, - 0.5239766169003269, - 0.5472644665403416, - 0.380368210786904, - 0.32602989496020335, - 0.33767381978021066, - 0.3105046618668604, - 0.24064111294681678, - 0.22511587985347375, - 0.1552523309334302, - 0.18242148884678044, - 1.447727985954237 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.019406541366678774, - 0.12032055647340842, - 0.43082521834026877, - 0.8111934291271731, - 1.0906476248073473, - 1.3080008881141498, - 1.4787784521409228, - 1.4826597604142586, - 1.4089149032208794, - 1.2458999557407773, - 1.1643924820007268, - 1.1449859406340481, - 0.9121074442339026, - 0.838362587040523, - 0.7995495043071655, - 0.729685955387122, - 0.5899588575470347, - 0.5666710079070203, - 0.426943910066933, - 0.3570803611468894, - 0.3299112032335392, - 0.3493177446002179, - 0.29497942877351735, - 0.25228503776682404, - 0.17077756402677322, - 0.1358457895667514, - 1.6379120913476886 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW": { - "contents": [ - 0.7688134720416123, - 8.07254145643693, - 43.437961170351116, - 86.36338002600772, - 123.65083342002586, - 182.3369284525359, - 230.13149929778993, - 232.1816685565676, - 175.41760720416127, - 145.0494750585174, - 133.26100182054597, - 111.60608902470729, - 96.35795516254868, - 83.54439729518849, - 73.93422889466835, - 65.73355185955783, - 59.454908504551355, - 55.09829882964889, - 41.51592749024708, - 39.33762265279585, - 36.0060976072822, - 32.290165825747735, - 32.93084371911575, - 26.524064785435634, - 23.19253973992198, - 21.01423490247074, - 200.53218062418753 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.6997704184391254, - 7.1551968254100276, - 37.57780060681891, - 74.49414333322211, - 105.52552725738298, - 154.1391627448208, - 189.33418416240158, - 187.3742824145627, - 140.73671377906086, - 115.7991556567356, - 105.3460633688585, - 85.69173536708752, - 72.81056796291124, - 62.779880616486906, - 54.581674195502686, - 48.63620937258695, - 42.820343676907505, - 38.517016379430665, - 29.604141776868087, - 27.64323096134712, - 25.066554611918075, - 21.335108414772023, - 21.849280453857684, - 17.230215077818592, - 14.248848530688392, - 12.268825492760888, - 99.90038936844076 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.8378565256440993, - 8.98988608746383, - 49.298121733883285, - 98.23261671879347, - 141.77613958266903, - 210.5346941602507, - 270.92881443317697, - 276.9890546985712, - 210.09850062926157, - 174.29979446029944, - 161.17594027223382, - 137.52044268232729, - 119.90534236218626, - 104.30891397389018, - 93.28678359383412, - 82.83089434652875, - 76.08947333219521, - 71.67958127986711, - 53.42771320362605, - 51.032014344244544, - 46.94564060264628, - 43.24522323672342, - 44.01240698437377, - 35.817914493052655, - 32.136230949155554, - 29.75964431218059, - 301.1639718799337 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.7143538489869147, - 7.412130683953184, - 39.35312305357851, - 78.01868460682337, - 111.1881958571068, - 162.77086884646434, - 202.42388221027707, - 201.49459294077576, - 152.13911551954794, - 125.52700657567537, - 115.22127420750974, - 94.94013498452534, - 81.24751499238539, - 70.3982995715125, - 61.6991210781644, - 55.198711074605406, - 48.78397572233705, - 45.40278012102161, - 34.488287631288195, - 32.30546000833347, - 29.603485082027383, - 25.828787120723746, - 26.31179818877072, - 21.1083504850065, - 18.215805919318104, - 16.10384127560671, - 142.68204811329935 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.8232730950963101, - 8.732952228920675, - 47.522799287123696, - 94.70807544519221, - 136.11347098294513, - 201.90298805860715, - 257.8391163853014, - 262.86874417235805, - 198.69609888877454, - 164.5719435413597, - 151.30072943358255, - 128.27204306488946, - 111.4683953327121, - 96.69049501886458, - 86.16933671117236, - 76.26839264451029, - 70.12584128676568, - 64.79381753827617, - 48.543567349205944, - 46.369785297258204, - 42.408710132536974, - 38.751544530771696, - 39.54988924946074, - 31.939779085864757, - 28.16927356052584, - 25.92462852933476, - 258.3823131350751 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.7198736894619635, - 7.545153433682136, - 40.392685001239016, - 80.14785345409011, - 114.29723249037875, - 167.98141506107524, - 210.51674917288108, - 210.75666602594097, - 159.02493031515846, - 131.2404799312841, - 120.62036291660596, - 100.10624618299433, - 86.00315187304716, - 74.71497399141477, - 65.65937537433477, - 58.514459426994875, - 52.417754578875964, - 48.65308322660353, - 36.6981458549878, - 34.679928404023485, - 31.66806759128738, - 28.11455065889934, - 28.68065664865694, - 23.00013616006989, - 20.051600350737967, - 17.807628031334932, - 165.4645680162947 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.8177532546212612, - 8.599929479191724, - 46.48323733946317, - 92.57890659792547, - 133.0044343496732, - 196.6924418439962, - 249.74624942269747, - 253.60667108719304, - 191.81028409316403, - 158.85847018575097, - 145.9016407244863, - 123.10593186642046, - 106.71275845205032, - 92.37382059896231, - 82.20908241500202, - 72.95264429212084, - 66.49206243022674, - 61.54351443269424, - 46.33370912550634, - 43.995316901568174, - 40.34412762327697, - 36.4657809925961, - 37.18103078957452, - 30.04799341080136, - 26.333479129105978, - 24.220841773606544, - 235.5997932320798 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.7308142655504307, - 7.6268668936851824, - 40.96289833692863, - 81.32268152516559, - 116.20024704658263, - 171.08210586372678, - 215.28997266171586, - 216.362616613036, - 163.42011380453775, - 135.08405777353929, - 123.84440323385584, - 103.41535450965458, - 88.95984931810506, - 77.26478291274991, - 68.20003661662363, - 60.65303122340601, - 54.563164610739584, - 50.64006662920696, - 38.075433145663595, - 36.07991671436789, - 32.94706388146924, - 29.385456388559, - 29.964190740230404, - 24.141358673519786, - 21.134116747971184, - 18.996760237439045, - 178.36088545053067 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.8068126785327941, - 8.518216019188676, - 45.913024003773565, - 91.40407852685, - 131.10141979346938, - 193.59175104134468, - 244.97302593386277, - 248.00072050009788, - 187.41510060378474, - 155.0148923434958, - 142.67760040723644, - 119.79682353976023, - 103.75606100699243, - 89.82401167762715, - 79.66842117271312, - 70.81407249570971, - 64.34665239836312, - 59.55653103009082, - 44.956421834830536, - 42.59532859122378, - 39.065131333095124, - 35.194875262936435, - 35.897496698001056, - 28.90677089735147, - 25.25096273187276, - 23.031709567502435, - 222.70347579784374 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_res_up": { - "contents": [ - 1.0250846293888165, - 9.097626085825745, - 41.13152075422628, - 84.4413463459037, - 125.06032478543548, - 183.1057419245775, - 222.31522899870015, - 232.053532977894, - 177.33964088426526, - 149.7904914694407, - 131.5952392977892, - 113.91252944083213, - 96.87049747724309, - 83.54439729518847, - 74.57490678803637, - 65.09287396618983, - 59.07050176853054, - 57.02033250975292, - 44.07863906371912, - 39.33762265279585, - 31.649487932379724, - 30.368132145643706, - 33.44338603381016, - 26.011522470741223, - 21.142370481144347, - 22.03931953185956, - 202.06980756827073 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_scale_up": { - "contents": [ - 0.6406778933680103, - 8.07254145643693, - 44.71931695708714, - 87.77287139141735, - 129.03252772431713, - 182.8494707672303, - 230.51590603381078, - 252.42708998699698, - 195.27862189856978, - 155.42845693107913, - 137.36134033810123, - 128.26371425227552, - 98.9206667360207, - 93.15456569570864, - 80.98168572171646, - 66.50236533159945, - 62.27389123537059, - 57.66101040312091, - 48.947791053315996, - 40.23457170351106, - 37.928131287386236, - 32.80270814044214, - 33.18711487646295, - 30.752538881664506, - 24.089488790637194, - 22.679997425227565, - 220.13692416124888 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan": { - "contents": [ - 0.39685359976990975, - 5.291381330265462, - 16.039499657367184, - 31.02072304868128, - 40.18142697670336, - 49.60669997123871, - 58.998901832459886, - 60.255604898397934, - 58.9989018324599, - 57.74219876652184, - 54.203587501906824, - 50.499620570721, - 44.87752790731395, - 40.412924909902465, - 38.46172804436708, - 35.08847244632285, - 32.938848780902504, - 28.209676716977746, - 24.968705652190156, - 23.34822011979636, - 21.56237892083176, - 20.437960388150348, - 16.833206856907005, - 14.74972545811498, - 15.14657905788489, - 13.625306925433566, - 133.83887652240196 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.35154252997430546, - 4.652797381954455, - 13.822044513837211, - 26.588000107048185, - 33.93047586186195, - 41.69175721465582, - 49.31411758786252, - 49.52109637612793, - 48.11481515789224, - 46.6622911940271, - 43.52043741620078, - 39.93817587276627, - 35.184116747549695, - 31.537432119682748, - 29.64751038007745, - 26.47539909895097, - 24.528088608316455, - 21.054307099726334, - 18.618694608134305, - 17.147472535535215, - 15.75351806550591, - 14.70397154517484, - 12.136464656351986, - 10.706695699152823, - 10.711456392140686, - 9.500167226553392, - 84.66020796186517 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.44216466956551403, - 5.929965278576471, - 18.256954800897162, - 35.45344599031437, - 46.43237809154477, - 57.521642727821614, - 68.6836860770573, - 70.990113420668, - 69.8829885070276, - 68.82210633901666, - 64.8867375876129, - 61.061065268675755, - 54.57093906707823, - 49.28841770012222, - 47.27594570865672, - 43.701545793694734, - 41.349608953488556, - 35.36504633422916, - 31.318716696246007, - 29.5489677040575, - 27.371239776157616, - 26.171949231125865, - 21.52994905746202, - 18.792755217077133, - 19.58170172362909, - 17.75044662431374, - 183.01754508293897 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.3692226678859298, - 4.858945774731808, - 14.519343417296989, - 27.94203048485689, - 35.898334894486645, - 44.07845414128923, - 52.335692687298156, - 53.01296314401277, - 51.62580143309254, - 50.1848242037504, - 47.08494079451851, - 43.47681555788649, - 38.47130162072508, - 34.743265105324035, - 32.83353711565054, - 29.578321435292565, - 27.65038081078744, - 23.79060801951174, - 20.954278806389546, - 19.587219952264434, - 17.908307545297216, - 16.86330158822289, - 13.993440312865962, - 12.194843991171265, - 12.38699399330048, - 11.074424998675035, - 103.9226786862408 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.4244845316538897, - 5.723816885799117, - 17.55965589743738, - 34.09941561250567, - 44.46451905892008, - 55.1349458011882, - 65.66211097762168, - 67.49824665278315, - 66.37200223182728, - 65.29957332929334, - 61.322234209295175, - 57.52242558355554, - 51.283754193902844, - 46.08258471448091, - 44.08991897308363, - 40.59862345735315, - 38.22731675101758, - 32.628745414443756, - 28.983132497990766, - 27.109220287328284, - 25.216450296366308, - 24.012619188077814, - 19.67297340094804, - 17.304606925058692, - 17.906164122469292, - 16.176188852192105, - 163.75507435856332 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.37348884408345634, - 4.953058210728806, - 14.930423288493026, - 28.792767561955827, - 37.13868686868312, - 45.77526449058513, - 54.352932864430144, - 55.30858604502243, - 53.921308843503844, - 52.66539715945127, - 49.418334546928136, - 45.732628307064545, - 40.581630320562475, - 36.53181839558864, - 34.71818710991097, - 31.540590412914245, - 29.485267533929846, - 25.28492304442036, - 22.321127090407998, - 20.830653742696633, - 19.142095157899075, - 18.199254974520198, - 14.964293813107762, - 13.054867597525758, - 13.409101290973506, - 12.0174111601033, - 114.99765116719314 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.4202183554563632, - 5.62970444980212, - 17.148576026241347, - 33.24867853540673, - 43.2241670847236, - 53.43813545189231, - 63.644870800489684, - 65.2026237517735, - 64.076494821416, - 62.819000373592466, - 58.98884045688555, - 55.26661283437749, - 49.17342549406544, - 44.29403142421633, - 42.2052689788232, - 38.636354479731466, - 36.39243002787517, - 31.134430389535147, - 27.616284213972314, - 25.86578649689608, - 23.982662683764453, - 22.67666580178051, - 18.702119900706247, - 16.444583318704197, - 16.88405682479627, - 15.233202690763832, - 152.68010187761098 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.3772147723141086, - 5.006895432081967, - 15.12991740753205, - 29.228962375221677, - 37.77473389935342, - 46.651460656234946, - 55.446779201308445, - 56.50689091526048, - 55.25138383585455, - 53.973573119078736, - 50.67632867890658, - 47.0788084246028, - 41.79253219217447, - 37.62293791417789, - 35.798891546820336, - 32.61971596157608, - 30.53060781949252, - 26.149683315517418, - 23.1251904636715, - 21.633542057254562, - 19.917381994551135, - 18.87485327205662, - 15.534570110663063, - 13.597864860724998, - 13.965129614171438, - 12.512151180591461, - 121.63930077548459 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.41649242722571095, - 5.57586722844896, - 16.94908190720232, - 32.812483722140875, - 42.5881200540533, - 52.5619392862425, - 62.55102446361138, - 64.00431888153544, - 62.74641982906528, - 61.510824413965, - 57.7308463249071, - 53.92043271683923, - 47.962523622453446, - 43.20291190562707, - 41.12456454191384, - 37.55722893106962, - 35.347089742312484, - 30.269670118438082, - 26.81222084070881, - 25.06289818233815, - 23.20737584711239, - 22.001067504244084, - 18.131843603150948, - 15.901586055504959, - 16.32802850159834, - 14.738462670275673, - 146.03845226931955 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.33071133314159146, - 5.489808130150418, - 15.940286257424708, - 30.458513782340567, - 40.7105651097299, - 49.474415437982074, - 58.13905236629176, - 60.45403169828289, - 58.238265766234235, - 57.378416300066085, - 53.112240102539566, - 50.23505150420772, - 46.39880003976527, - 40.412924909902465, - 35.94832191249098, - 36.08060644574762, - 31.84750138153525, - 29.234881849716686, - 26.159266451499885, - 21.826947987345033, - 22.951366520026447, - 19.74346658855301, - 17.163918190048598, - 15.278863591141524, - 15.212721324513208, - 12.798528592579588, - 134.43415692205684 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.39685359976990975, - 5.35752359689378, - 16.403282123822937, - 32.244354981305165, - 41.23970324275644, - 53.50909370230948, - 60.652458498167846, - 63.562718229813854, - 63.29814916330058, - 58.6681904993183, - 59.03197296577405, - 51.35947003688913, - 50.565762837349325, - 43.6208248413759, - 40.445996043216624, - 38.1971589778538, - 35.154614712951165, - 31.81443024822109, - 26.324622118070675, - 25.06791905213263, - 22.45529952031406, - 21.595450054145925, - 19.80960885518133, - 16.667851190336208, - 14.848938858057455, - 14.518227524915865, - 148.09253498080454 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar": { - "contents": [ - 8.281636058267742, - 181.3006812755911, - 770.4159814204743, - 1688.1107878771743, - 3010.0389651779556, - 4814.316485872432, - 7209.8356727267665, - 7422.9199302259885, - 4533.748085898418, - 3247.4085608480327, - 2694.1057409551227, - 2228.095841676385, - 1917.982145494497, - 1609.3233313228432, - 1345.2062894645733, - 1180.356966304729, - 1010.9191691126016, - 891.3950162716559, - 754.8599353110254, - 650.332258575592, - 584.302998111025, - 494.7717974811036, - 429.5259350220484, - 396.7351327913396, - 333.95137834960724, - 305.1894801472449, - 2662.9936487362247 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_ME_var": { - "contents": [ - 6.7127083965263985, - 229.26480985059388, - 957.8518519658821, - 2077.195977086654, - 3496.6756218598175, - 5235.00891546802, - 7301.103105591179, - 7256.56686719115, - 4995.545952476544, - 3899.0508540131495, - 3335.6997108892674, - 2823.0811523776033, - 2412.7023063668853, - 2077.1959770866533, - 1826.5021365856112, - 1584.457362672401, - 1385.7870122444378, - 1250.371029399127, - 1069.6442648772636, - 940.1664471519567, - 833.666746630144, - 727.6834082926794, - 656.941789036978, - 569.2893082438735, - 507.58402721426546, - 463.0477888142344, - 4606.337956024092 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_PS_var": { - "contents": [ - 13.642078685781875, - 276.53895952767186, - 1097.103617674328, - 2298.371518398033, - 3707.07551278311, - 5292.10656158348, - 6847.813516012543, - 6453.850682937162, - 4204.310156470485, - 3025.2265706189874, - 2440.6571241301126, - 2073.8509523638104, - 1717.4994577211914, - 1456.5150178165616, - 1220.7747982837523, - 1026.725791183192, - 899.8672090116689, - 771.9886583402745, - 661.9595564166317, - 573.987273302711, - 499.65706887457196, - 421.3744865094309, - 375.8583922026633, - 316.0627388976941, - 283.2962508393208, - 248.6173218436884, - 2159.2733142280517 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_down": { - "contents": [ - 7.3869990332857745, - 160.00850054234655, - 669.1613135735695, - 1452.956486136271, - 2569.436399633636, - 4054.1083605753943, - 5929.247499106987, - 5981.923833246385, - 3662.904682192347, - 2622.9629234531435, - 2154.159173331589, - 1762.3210037670467, - 1499.0752491266899, - 1245.1192833395062, - 1030.0278604767645, - 893.3928000943372, - 755.1743139798314, - 660.0678271237459, - 555.0543037323943, - 471.24325151071844, - 420.0431539718297, - 352.54911934855056, - 301.35221835330935, - 276.6490842336286, - 230.0630190869532, - 206.56947946628296, - 1597.3404911684365 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_up": { - "contents": [ - 9.176273083249708, - 202.5928620088356, - 871.6706492673798, - 1923.2650896180694, - 3450.641530722286, - 5574.524611169516, - 8490.423846346599, - 8863.916027205625, - 5404.591489604529, - 3871.854198242938, - 3234.052308578663, - 2693.870679585722, - 2336.889041862298, - 1973.5273793061726, - 1660.384718452377, - 1467.3211325151185, - 1266.664024245371, - 1122.7222054195663, - 954.6655668896573, - 829.4212656404665, - 748.5628422502209, - 636.9944756136571, - 557.6996516907875, - 516.8211813490508, - 437.8397376122612, - 403.80948082820703, - 3728.646806304019 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_down": { - "contents": [ - 7.684508415128985, - 166.03886756614986, - 697.7394944517016, - 1520.2477789295142, - 2695.108534118587, - 4271.942855051748, - 6302.076043056266, - 6408.166857613821, - 3927.222748700202, - 2816.961653163372, - 2326.471285784438, - 1912.977652148158, - 1637.6022419222718, - 1368.30276170776, - 1138.8147375216336, - 992.7070916293246, - 846.6203211954752, - 743.8284717056765, - 628.3262107814658, - 537.034105426452, - 481.67729632166146, - 406.6247282290457, - 350.0132267802398, - 323.0498093030625, - 270.39463565309245, - 245.24019608464266, - 2031.202511418462 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_up": { - "contents": [ - 8.878763701406498, - 196.5624949850323, - 843.0924683892476, - 1855.973796824826, - 3324.9693962373353, - 5356.690116693163, - 8117.595302397322, - 8437.673002838192, - 5140.273423096674, - 3677.8554685327094, - 3061.7401961258133, - 2543.2140312046104, - 2198.3620490667154, - 1850.3439009379183, - 1551.597841407508, - 1368.006840980131, - 1175.2180170297274, - 1038.9615608376355, - 881.3936598405855, - 763.6304117247329, - 686.9286999003893, - 582.9188667331618, - 509.0386432638571, - 470.42045627961693, - 397.508121046122, - 365.13876420984724, - 3294.7847860539937 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_down": { - "contents": [ - 7.7863195543609285, - 169.17643952985011, - 714.7813860278233, - 1562.0046832473065, - 2775.7909989724385, - 4417.700883354253, - 6558.139215706071, - 6696.239169155837, - 4097.869698855633, - 2938.809715094246, - 2431.0766640608867, - 2004.4484623042267, - 1720.3785145601364, - 1439.4841082274977, - 1200.6068491065607, - 1049.5010907146177, - 896.0037546070353, - 789.381309200973, - 666.5334722873461, - 571.9908387687123, - 513.3261106017729, - 433.3690653064004, - 374.98967762237476, - 346.18818022462455, - 290.3702828136054, - 264.4977776605879, - 2241.102291872723 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_up": { - "contents": [ - 8.77695256217455, - 193.42492302133203, - 826.0505768131261, - 1814.216892507034, - 3244.2869313834835, - 5210.932088390657, - 7861.532129747513, - 8149.600691296174, - 4969.626472941243, - 3556.007406601836, - 2957.1348178493645, - 2451.7432210485426, - 2115.585776428851, - 1779.1625544181807, - 1489.8057298225808, - 1311.212841894838, - 1125.8345836181675, - 993.4087233423393, - 843.1863983347052, - 728.6736783824726, - 655.2798856202778, - 556.1745296558072, - 484.0621924217221, - 447.28208535805487, - 377.5324738856091, - 345.88118263390203, - 3084.8850055997336 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_down": { - "contents": [ - 7.850044960199911, - 171.08261737124593, - 724.8799388942494, - 1586.054966169066, - 2824.318807005901, - 4508.419634048015, - 6723.409207856967, - 6891.748189672955, - 4212.13866574251, - 3018.3971180626268, - 2500.1797492251117, - 2063.9951025245273, - 1773.5156878222474, - 1485.5283172581733, - 1239.485009691646, - 1085.5357971990247, - 928.130715335214, - 817.8672554558937, - 691.0992791847793, - 593.9793038241212, - 533.7639276124124, - 450.8735359182142, - 390.9017134250471, - 360.9720756856407, - 303.3867169628736, - 276.5342359876331, - 2373.107485780482 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_up": { - "contents": [ - 8.713227156335568, - 191.5187451799362, - 815.9520239466997, - 1790.1666095852745, - 3195.7591233500216, - 5120.213337696896, - 7696.262137596618, - 7954.091670779057, - 4855.357506054367, - 3476.4200036334546, - 2888.0317326851396, - 2392.1965808282416, - 2062.44860316674, - 1733.1183453875053, - 1450.927569237496, - 1275.178135410431, - 1093.7076228899884, - 964.9227770874185, - 818.6205914372721, - 706.6852133270635, - 634.8420686096381, - 538.6700590439933, - 468.1501566190499, - 432.4981898970387, - 364.5160397363409, - 333.84472430685685, - 2952.8798116919743 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_res_up": { - "contents": [ - 8.393550059055142, - 185.55341330551238, - 772.5423474354347, - 1677.702785803946, - 3012.7249011968524, - 4800.774891777157, - 7147.05191828503, - 7243.969442966923, - 4625.741394545661, - 3248.751528857481, - 2693.2104289488234, - 2239.063413753551, - 1895.4874313362295, - 1619.9551613976464, - 1352.8164415181168, - 1190.4292263755956, - 1011.0310831133888, - 877.4057661732306, - 771.6470354291356, - 642.9459345236236, - 587.2127621314975, - 491.6382054590564, - 436.4646030708672, - 382.633968692127, - 343.0164124133868, - 303.7345981370088, - 2674.40887681654 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_scale_up": { - "contents": [ - 7.722066054330731, - 179.73388526456748, - 771.6470354291357, - 1672.8904837700877, - 2944.7931027189006, - 4633.463460599993, - 6880.472768409435, - 7994.352818246489, - 5296.6658292661305, - 3533.908402863779, - 2866.6771301692947, - 2420.5879230307146, - 2046.6832464000086, - 1720.6777621063084, - 1453.3152142252043, - 1254.3321208252023, - 1102.464821756697, - 938.6227246039397, - 827.9397778251987, - 699.574418922049, - 625.487350400789, - 540.0969678000013, - 469.7030613047256, - 417.6630509385838, - 374.1285046322845, - 320.4097842543316, - 2924.9843245795305 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaledown": { - "contents": [ - 6.740787938708771, - 164.2212249995572, - 755.2613268718485, - 1631.856836640449, - 2884.4710822944235, - 4585.298879583113, - 6793.835009008984, - 6446.244813560793, - 3978.237194784046, - 2925.404272820786, - 2465.9560746215443, - 2058.773406092003, - 1757.2941078477245, - 1488.8349012452384, - 1249.9765460257772, - 1085.9507061838651, - 928.1771913865515, - 811.2391745367777, - 680.9172743884083, - 616.8309426812639, - 522.8506818546284, - 481.91749132826646, - 409.33190526361983, - 372.69718820541993, - 319.25934758985903, - 286.7277188421776, - 2481.6845798118648 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaleup": { - "contents": [ - 7.389660779315324, - 175.87392654770477, - 766.849731272148, - 1703.9572468997203, - 3089.173792184973, - 4881.7084396261225, - 7490.0616371037395, - 8033.250968788629, - 4915.208235159019, - 3469.00235624178, - 2823.7371769919673, - 2353.6562226171227, - 1978.0643974071231, - 1700.1146232944764, - 1445.0235331925119, - 1220.5749031221083, - 1055.9332609589628, - 929.9149124690392, - 783.0084561762509, - 685.9575779412431, - 597.577235020632, - 531.4644032483577, - 468.80007983976384, - 393.6225975115294, - 364.85218487739513, - 317.36129826899537, - 2799.8932048773763 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets": { - "contents": [ - 2.22138677346064, - 15.54970741422448, - 68.86298997727984, - 66.64160320381919, - 93.29824448534688, - 131.06181963417777, - 102.18379157918943, - 133.2832064076384, - 113.29072544649263, - 133.2832064076384, - 106.6265651261107, - 106.6265651261107, - 84.41269739150431, - 77.74853707112239, - 68.86298997727984, - 64.42021643035856, - 53.31328256305535, - 55.534669336516, - 39.98496192229152, - 44.42773546921279, - 26.656641281527676, - 33.3208016019096, - 33.320801601909594, - 24.43525450806704, - 15.549707414224478, - 11.106933867303198, - 197.70342283799695 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_down": { - "contents": [ - 2.075816521462297, - 13.922298638486213, - 58.25999852503719, - 54.65777690769241, - 79.08858864221253, - 106.61663830396681, - 84.2315849511306, - 105.15034948764111, - 91.27327689549583, - 100.87404111205603, - 83.319497425615, - 82.14066994144244, - 63.949768362741594, - 54.27080438992189, - 49.10042254718725, - 50.277618700448045, - 39.98714859989664, - 42.43876128692547, - 24.558263800647424, - 28.517781596836006, - 16.303451713794345, - 20.849033817324845, - 24.360629796146096, - 17.90562692415283, - 10.72568836230802, - 8.481462956082733, - 92.37511944430065 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_up": { - "contents": [ - 2.3669570254589827, - 17.177116189962746, - 79.46598142952249, - 78.625429499946, - 107.50790032848121, - 155.5070009643887, - 120.13599820724826, - 161.41606332763567, - 135.30817399748943, - 165.69237170322072, - 129.9336328266064, - 131.11246031077897, - 104.87562642026703, - 101.22626975232288, - 88.62555740737241, - 78.56281416026906, - 66.63941652621408, - 68.63057738610651, - 55.41166004393562, - 60.337689341589595, - 37.009830849261014, - 45.79256938649435, - 42.2809734076731, - 30.964882091981245, - 20.37372646614094, - 13.732404778523662, - 303.03172623169326 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_down": { - "contents": [ - 2.0964337674534788, - 14.468239147232499, - 61.872077546189196, - 59.67026674366967, - 83.22151344340439, - 114.68256309673907, - 90.50932810043537, - 114.92396536251124, - 99.38283111286557, - 111.05229647137936, - 92.32413167601605, - 90.98786340427446, - 72.93784633984669, - 65.44201963698211, - 57.04701721922267, - 55.47712153541604, - 44.808356209177944, - 47.4646835710485, - 30.429180787893884, - 35.45621376540364, - 20.479589429563674, - 26.07311074347424, - 27.388657641719632, - 20.86940809913768, - 12.72035484820233, - 8.853406403964051, - 132.51825104669624 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_up": { - "contents": [ - 2.3463397794678005, - 16.631175681216458, - 75.85390240837049, - 73.61293966396872, - 103.37497552728938, - 147.44107617161646, - 113.8582550579435, - 151.64244745276557, - 127.19861978011969, - 155.51411634389746, - 120.92899857620537, - 122.26526684794698, - 95.88754844316193, - 90.05505450526267, - 80.67896273533701, - 73.36331132530107, - 61.818208916932775, - 63.604655101983475, - 49.540743056689145, - 53.39925717302195, - 32.83369313349168, - 40.568492460344956, - 39.25294556209957, - 28.001100916996396, - 18.379059980246627, - 13.360461330642348, - 262.88859462929764 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_down": { - "contents": [ - 2.1045557128439443, - 14.672433184549202, - 64.18214624474658, - 61.74094630821834, - 86.26401501217374, - 120.33856091365321, - 94.21907872128298, - 121.53356287027005, - 104.04826397465794, - 120.62328022150786, - 98.19130007308229, - 97.13372906848917, - 77.57339460770237, - 70.26614281640359, - 61.97828760129528, - 57.820302780565314, - 48.569702008756, - 49.96009922851652, - 35.8824423525614, - 39.444557525894716, - 23.698587119318155, - 29.040432253629287, - 29.99434432698896, - 22.013040486618223, - 13.529946199623726, - 10.035774223306813, - 162.74375843479842 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_up": { - "contents": [ - 2.3382178340773354, - 16.426981643899758, - 73.5438337098131, - 71.54226009942005, - 100.33247395852001, - 141.7850783547023, - 110.14850443709588, - 145.03284994500675, - 122.53318691832733, - 145.94313259376892, - 115.06183017913914, - 116.11940118373224, - 91.25200017530628, - 85.2309313258412, - 75.7476923532644, - 71.02013008015179, - 58.05686311735471, - 61.10923944451547, - 44.087481492021624, - 49.41091341253088, - 29.614695443737205, - 37.6011709501899, - 36.64725887683023, - 26.857468529515856, - 17.56946862882523, - 12.178093511299586, - 232.66308724119546 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_down": { - "contents": [ - 2.1117405106893563, - 14.760212671269233, - 65.07800723406542, - 62.794664595126235, - 88.15694892567723, - 122.89962896302748, - 95.9939320441097, - 124.97695533331236, - 106.46563606712398, - 124.35349189708913, - 100.53947943847186, - 99.64262923785547, - 79.04825658860688, - 73.03687159710736, - 64.54805029733754, - 59.58297318530634, - 49.98869958322483, - 51.74916595577655, - 36.847704323966724, - 41.37810116635052, - 24.8475820733065, - 30.637435797905816, - 30.824969434421565, - 22.669980915700872, - 14.239627209991898, - 10.442704512870133, - 179.27165698563311 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_up": { - "contents": [ - 2.331033036231924, - 16.339202157179724, - 72.64797272049427, - 70.48854181251217, - 98.43954004501651, - 139.22401030532802, - 108.3736511142692, - 141.58945748196442, - 120.11581482586126, - 142.21292091818762, - 112.71365081374957, - 113.61050101436597, - 89.77713819440174, - 82.46020254513742, - 73.17792965722212, - 69.25745967541079, - 56.63786554288588, - 59.32017271725544, - 43.12221952061632, - 47.47736977207507, - 28.465700489748848, - 36.00416740591338, - 35.81663376939763, - 26.200528100433203, - 16.85978761845706, - 11.771163221736266, - 216.1351886903608 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_res_up": { - "contents": [ - 2.22138677346064, - 22.2138677346064, - 62.198829656897914, - 71.08437675074049, - 95.51963125880752, - 139.9473667280203, - 111.06933867303198, - 131.06181963417777, - 113.29072544649264, - 133.2832064076384, - 108.84795189957137, - 95.51963125880752, - 88.8554709384256, - 66.64160320381919, - 93.29824448534687, - 57.75605610997664, - 59.97744288343728, - 51.09189578959471, - 39.98496192229152, - 39.98496192229152, - 31.099414828448957, - 22.2138677346064, - 37.76357514883088, - 17.77109418768512, - 17.77109418768512, - 13.328320640763838, - 202.14619638491823 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_scale_up": { - "contents": [ - 4.44277354692128, - 22.2138677346064, - 68.86298997727982, - 82.19131061804369, - 79.96992384458302, - 146.61152704840222, - 131.06181963417777, - 119.95488576687455, - 124.39765931379586, - 122.1762725403352, - 126.61904608725649, - 131.06181963417774, - 86.63408416496496, - 91.07685771188623, - 79.96992384458304, - 71.08437675074047, - 48.87050901613407, - 64.42021643035855, - 51.09189578959472, - 31.09941482844896, - 51.09189578959471, - 26.656641281527676, - 28.87802805498832, - 33.3208016019096, - 19.99248096114576, - 19.99248096114576, - 211.03174347876077 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_down": { - "contents": [ - 2.1658521041241237, - 15.160964728868866, - 67.14141522784783, - 64.97556312372372, - 90.9657883732132, - 127.7852741433233, - 99.62919678970968, - 129.95112624744743, - 110.45845731033032, - 129.95112624744743, - 103.96090099795794, - 103.96090099795794, - 82.3023799567167, - 75.80482364434434, - 67.14141522784783, - 62.80971101959959, - 51.98045049897897, - 54.146302603103095, - 38.985337874234226, - 43.31704208248247, - 25.990225249489484, - 32.48778156186185, - 32.48778156186185, - 23.82437314536536, - 15.160964728868866, - 10.829260520620618, - 192.760837267047 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_up": { - "contents": [ - 2.2769214427971556, - 15.938450099580088, - 70.58456472671182, - 68.30764328391466, - 95.63070059748054, - 134.33836512503217, - 104.73838636866915, - 136.61528656782934, - 116.12299358265493, - 136.61528656782934, - 109.29222925426346, - 109.29222925426348, - 86.5230148262919, - 79.69225049790045, - 70.58456472671182, - 66.03072184111751, - 54.64611462713173, - 56.92303606992889, - 40.9845859703488, - 45.53842885594311, - 27.32305731356587, - 34.153821641957336, - 34.153821641957336, - 25.046135870768712, - 15.93845009958009, - 11.384607213985777, - 202.64600840894684 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - } -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_2_file_per_process.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_2_file_per_process.json deleted file mode 100644 index 99cf97a5..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_2_file_per_process.json +++ /dev/null @@ -1,7318 +0,0 @@ -{ - "4j1b_pseudodata": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.46909953573331303, - 126.87363668310411, - 705.1349538518859, - 1222.0293307163392, - 2022.3069487076868, - 2378.3047705048098, - 2564.121041999008, - 2549.553399337214, - 2430.136433969774, - 2315.533214201151, - 2104.099108552916, - 1739.2890353729467, - 1527.4001758281277, - 1335.1811140192385, - 1430.4145410520143, - 1165.1258077360221, - 839.5825929534708, - 819.4825536336031, - 720.3355578478961, - 738.915553146943, - 505.9841257063516, - 493.06166786726385, - 3909.38755119702 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.014430087136929464, - 0.07215043568464732, - 0.2453114813278009, - 0.2453114813278009, - 0.620493746887967, - 0.4473327012448134, - 0.5339132240663902, - 0.47619287551867234, - 0.5772034854771787, - 0.44733270124481345, - 0.3751822655601661, - 0.4184725269709545, - 0.4617627883817429, - 0.25974156846473034, - 0.2020212199170125, - 0.28860174273858935, - 0.3607521784232366, - 0.3318920041493777, - 0.11544069709543571, - 0.14430087136929465, - 0.2020212199170125, - 0.2020212199170125, - 1.1832671452282162 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.01370159320662604, - 0.06777879569249223, - 0.22580921856224073, - 0.22202267350946583, - 0.5544801566985219, - 0.3932821042321059, - 0.4633697138665068, - 0.40521713911501556, - 0.4802305942756744, - 0.3629072217490924, - 0.301592879623833, - 0.32869123044631754, - 0.3624522230640561, - 0.19856160652593366, - 0.15517033450518675, - 0.21571041226750526, - 0.2710953414001556, - 0.22726214796084032, - 0.0785560415527749, - 0.0983969604258299, - 0.1393585665248963, - 0.13487261318620336, - 0.5804800171377076 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.015158581067232885, - 0.0765220756768024, - 0.264813744093361, - 0.26860028914613593, - 0.686507337077412, - 0.5013832982575208, - 0.6044567342662734, - 0.5471686119223289, - 0.6741763766786827, - 0.5317581807405344, - 0.4487716514964991, - 0.5082538234955915, - 0.5610733536994296, - 0.320921530403527, - 0.24887210532883824, - 0.36149307320967333, - 0.4504090154463175, - 0.43652186033791507, - 0.1523253526380965, - 0.19020478231275934, - 0.2646838733091287, - 0.26916982664782163, - 1.7860542733187246 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.013715797823651456, - 0.06821778599961101, - 0.2300503113598289, - 0.22827067576964477, - 0.5728406388193725, - 0.41023632926744047, - 0.484797040444178, - 0.4276340540121241, - 0.5142161551244815, - 0.39668985949753643, - 0.3284571924705655, - 0.3616757040000001, - 0.39802261332669875, - 0.22458311209582474, - 0.16938306845461626, - 0.24130983778864112, - 0.2973522377664679, - 0.27182067874889787, - 0.09400931205575729, - 0.11560348651594919, - 0.16068172591104773, - 0.16184515168646268, - 0.8086494568272824 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.015144376450207473, - 0.07608308536968364, - 0.2605726512957729, - 0.262352286885957, - 0.6681468549565613, - 0.48442907322218637, - 0.5830294076886023, - 0.5247516970252205, - 0.6401908158298756, - 0.49797554299209046, - 0.42190733864976665, - 0.47526934994190884, - 0.5255029634367869, - 0.294900024833636, - 0.23465937137940873, - 0.3358936476885374, - 0.4241521190800053, - 0.3919633295498574, - 0.13687208213511415, - 0.1729982562226401, - 0.24336071392297723, - 0.24219728814756228, - 1.5578848336291498 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0137584116747277, - 0.06855463834621371, - 0.2321431249349067, - 0.2306820786122926, - 0.5819133306366054, - 0.416882060804331, - 0.49516438164172727, - 0.4425671649678424, - 0.5332503419385375, - 0.4116933171280473, - 0.34424528608914684, - 0.38230148433123723, - 0.41822428437817694, - 0.23345017517135636, - 0.18166329807825468, - 0.25771278840132267, - 0.3175620257419607, - 0.2964562195433092, - 0.10075718155316393, - 0.1259620343791494, - 0.17625269181224074, - 0.17532059837123964, - 0.9843443355836361 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.015101762599131227, - 0.07574623302308092, - 0.25847983772069505, - 0.2599408840433092, - 0.6590741631393284, - 0.47778334168529574, - 0.5726620664910531, - 0.5098185860695021, - 0.6211566290158197, - 0.4829720853615795, - 0.40611924503118524, - 0.4546435696106717, - 0.5053012923853087, - 0.28603296175810433, - 0.22237914175577028, - 0.31949069707585587, - 0.4039423311045125, - 0.36732778875544614, - 0.1301242126377075, - 0.16263970835943986, - 0.22778974802178428, - 0.22872184146278532, - 1.382189954872796 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.013758749879894972, - 0.0686878911821188, - 0.23344927329091034, - 0.23295447913119172, - 0.5880821928876429, - 0.4232142761511606, - 0.502411441966027, - 0.44847188898324053, - 0.5450516730453192, - 0.42112247719158463, - 0.35266896219038524, - 0.39214426931434787, - 0.4292660066792662, - 0.24144297788949046, - 0.186445857348645, - 0.2680584844681665, - 0.33202536972033847, - 0.307445181838304, - 0.106246251417985, - 0.13294630928847903, - 0.18340268725353348, - 0.1816274483305239, - 1.0638925583621306 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.015101424393963957, - 0.07561298018717584, - 0.2571736893646914, - 0.2576684835244101, - 0.6529053008882912, - 0.4714511263384662, - 0.5654150061667532, - 0.503913862054104, - 0.609355297909038, - 0.47354292529804215, - 0.3976955689299469, - 0.444800784627561, - 0.4942595700842195, - 0.27804015903997026, - 0.21759658248538, - 0.309145001009012, - 0.3894789871261347, - 0.35633882646045134, - 0.12463514277288643, - 0.15565543345011024, - 0.2206397525804915, - 0.22241499150350108, - 1.3026417320943011 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.14430087136929465, - 0.21645130705394197, - 0.30303182987551874, - 0.6349238340248965, - 0.49062296265560185, - 0.5772034854771787, - 0.46176278838174284, - 0.5194831369294607, - 0.4761928755186724, - 0.3174619170124482, - 0.46176278838174284, - 0.432902614107884, - 0.2741716556016598, - 0.27417165560165985, - 0.2597415684647304, - 0.3318920041493777, - 0.2020212199170125, - 0.17316104564315357, - 0.10101060995850625, - 0.27417165560165985, - 0.11544069709543571, - 1.240987493775934 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.14430087136929465, - 0.21645130705394197, - 0.25974156846473034, - 0.6060636597510376, - 0.4761928755186723, - 0.41847252697095444, - 0.6926441825726144, - 0.5194831369294608, - 0.678214095435685, - 0.30303182987551874, - 0.4761928755186724, - 0.41847252697095444, - 0.3896123526970955, - 0.18759113278008302, - 0.30303182987551874, - 0.30303182987551874, - 0.3030318298755188, - 0.2453114813278009, - 0.10101060995850625, - 0.17316104564315357, - 0.2020212199170125, - 1.3564281908713696 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 8.97218296978187, - 44.604566764058426, - 88.18374118871323, - 126.63595391634968, - 147.6564968741243, - 142.27318709225523, - 141.50414283770246, - 128.68673859515695, - 122.02168838903332, - 100.23210117670601, - 84.0821718310987, - 79.46790630378231, - 67.67589440064042, - 64.34336929757858, - 48.449788036822085, - 43.32282633980387, - 40.75934549129475, - 35.376035709425636, - 25.634808485091042, - 28.454637418451053, - 21.276891042625564, - 198.4134176746049 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 8.405865990519123, - 41.097244310638885, - 80.0550755975721, - 113.07616562007607, - 129.974679438714, - 123.1063692339365, - 120.4580451802194, - 108.60919209470063, - 100.67115735359558, - 81.189171541269, - 67.20899241303388, - 62.4463614261712, - 52.2285110141999, - 48.840614724810266, - 36.13347220226123, - 31.74618688232502, - 29.334616306723035, - 24.898000002208324, - 17.724443315394613, - 19.0405984700404, - 14.05196059743221, - 97.87917022551369 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.538499949044613, - 48.111889217477994, - 96.31240677985434, - 140.19574221262357, - 165.33831430953495, - 161.44000495057423, - 162.55024049518588, - 148.76428509561356, - 143.37221942447124, - 119.27503081214303, - 100.95535124916344, - 96.48945118139332, - 83.1232777870809, - 79.84612387034683, - 60.76610387138296, - 54.89946579728275, - 52.184074675866526, - 45.85407141664298, - 33.545173654787504, - 37.86867636686174, - 28.501821487818944, - 298.9476651236958 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 8.48072764217324, - 41.86635465493224, - 82.03489591670275, - 116.84087757244117, - 135.2000227241714, - 129.2055390536294, - 127.45275501802249, - 114.96829887243236, - 108.10989411787108, - 88.07029113941141, - 73.23714580234547, - 68.59670873774134, - 57.89617490918989, - 54.670354696447234, - 40.58014616366751, - 36.27828483756904, - 33.61359055537091, - 28.902930137272925, - 20.78789505445598, - 22.946309879951222, - 17.029339461566064, - 140.6388599044825 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.463638297390496, - 47.34277887318463, - 94.33258646072366, - 136.43103026025838, - 160.11297102407755, - 155.34083513088126, - 155.55553065738275, - 142.40517831788173, - 135.93348266019575, - 112.39391121400065, - 94.92719785985183, - 90.33910386982322, - 77.45561389209087, - 74.01638389870986, - 56.31942990997668, - 50.36736784203872, - 47.90510042721864, - 41.84914128157838, - 30.48172191572612, - 33.96296495695092, - 25.524442623685083, - 256.187975444727 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 8.520633829194642, - 42.19977739638852, - 83.08184152242801, - 118.74451444510525, - 137.85311725552998, - 132.27743225501615, - 131.0227305455551, - 118.39798991324979, - 111.89917943743254, - 91.68187917090523, - 76.606328681541, - 71.92895346008535, - 60.98968546391944, - 57.6080917325222, - 43.28300026155899, - 38.506650646717965, - 36.08210244932041, - 31.18734605463062, - 22.563462026104034, - 24.929675012442715, - 18.678170343327118, - 164.4170593741632 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.423732110369096, - 47.009356131728346, - 93.28564085499843, - 134.5273933875944, - 157.45987649271893, - 152.26894192949453, - 151.9855551298501, - 138.9754872770644, - 132.14419734063432, - 108.7823231825068, - 91.55801498065634, - 87.00685914747916, - 74.36210333736133, - 71.07864686263488, - 53.61657581208518, - 48.13900203288979, - 45.43658853326915, - 39.56472536422069, - 28.706154944078072, - 31.97959982445942, - 23.87561174192403, - 232.40977597504633 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 8.547694573901715, - 42.434383959293015, - 83.75749496531849, - 120.05867288849636, - 139.57848606509376, - 134.32229689523894, - 133.35387190953514, - 120.90440727752718, - 114.51027093454442, - 93.85925974924061, - 78.57905336579176, - 74.01485982923663, - 62.99917406843277, - 59.661283680063775, - 44.90414555015616, - 40.03638781587165, - 37.430903933115836, - 32.50357130445586, - 23.507770264637685, - 26.10910651548939, - 19.478457020721056, - 177.12055294194192 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 9.396671365662021, - 46.77474956882386, - 92.60998741210796, - 133.21323494420324, - 155.73450768315513, - 150.22407728927178, - 149.65441376587003, - 136.46906991278698, - 129.5331058435224, - 106.60494260417146, - 89.58529029640556, - 84.9209527783279, - 72.35261473284798, - 69.0254549150933, - 51.995430523488025, - 46.609264863736115, - 44.08778704947372, - 38.24850011439544, - 27.76184670554442, - 30.800168321412755, - 23.075325064530094, - 219.7062824072676 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.25634808485091054, - 9.99757530918551, - 38.70856081248748, - 95.6178356493896, - 120.48359987992785, - 146.88745261957155, - 140.73509858314975, - 143.81127560136062, - 129.71213093456058, - 116.1256824374624, - 103.56462627976785, - 88.95278544326598, - 77.67346970982594, - 69.72667907944769, - 57.67831909145488, - 53.83309781869122, - 42.81013017010204, - 38.452212727636564, - 35.11968762457472, - 28.967333588152876, - 29.22368167300379, - 23.071327636581938, - 199.6951580988595 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.5126961697018211, - 7.177746375825495, - 41.01569357614568, - 90.23452586752055, - 125.86690966179695, - 153.55250282569523, - 156.62867984390616, - 142.52953517710614, - 137.65892156493877, - 128.17404242545516, - 113.81854967380421, - 89.97817778266963, - 85.87660842505508, - 71.777463758255, - 62.03623653392038, - 61.52354036421856, - 48.96248420652391, - 41.52838974584749, - 36.9141242185311, - 33.83794720032017, - 26.14750465479286, - 27.94194124874923, - 218.664916377827 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.32654912006303954, - 3.9185894407564743, - 13.71506304264766, - 14.368161282773741, - 30.695617285925717, - 42.777934728258174, - 37.22659968718651, - 40.4920908878169, - 36.90005056712347, - 31.348715526051798, - 32.32836288624092, - 31.348715526051798, - 23.184987524475808, - 21.22569280409757, - 17.960201603467176, - 16.000906883088938, - 12.082317442332464, - 16.654005123215015, - 10.776120962080306, - 9.796473601891186, - 8.490277121639028, - 9.469924481828146, - 65.96292225273399 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.3103849386199191, - 3.673953126529248, - 12.686127174649027, - 12.994649762818586, - 27.408747322591196, - 37.68122749493427, - 32.309458753587265, - 34.471668035774684, - 30.741283139434533, - 25.628983185627618, - 26.167238182091523, - 25.044623535274805, - 17.98201916655139, - 16.469382414459375, - 13.755646975475495, - 11.904756358298185, - 8.870206818172374, - 11.52839829276553, - 7.353416769459559, - 6.832060689958913, - 5.752958713390595, - 5.973991649033264, - 33.742014436313816 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.34271330150616003, - 4.163225754983701, - 14.743998910646297, - 15.741672802728893, - 33.98248724926023, - 47.874641961582086, - 42.14374062078575, - 46.51251373985913, - 43.0588179948124, - 37.06844786647598, - 38.489487590390304, - 37.65280751682879, - 28.387955882400227, - 25.982003193735764, - 22.164756231458853, - 20.09705740787969, - 15.294428066492554, - 21.779611953664503, - 14.198825154701051, - 12.76088651382346, - 11.227595529887461, - 12.96585731462303, - 98.18383006915414 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.31050739453994275, - 3.70100057786447, - 12.873989862955295, - 13.390075235564922, - 28.38940494412051, - 39.125319545793054, - 33.73164650175181, - 36.465541246569586, - 32.942137469049406, - 27.815785698419777, - 28.43555041664942, - 27.24739123864005, - 20.034502842067614, - 18.16576427454686, - 15.264655970936808, - 13.43135308527289, - 9.993250060709173, - 13.704684903425655, - 8.948680653587521, - 7.907437965626513, - 6.80262024585323, - 7.632136648093366, - 46.564236059079114 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.3425908455861364, - 4.136178303648479, - 14.556136222340026, - 15.346247329982557, - 33.00182962773093, - 46.430549910723315, - 40.7215528726212, - 44.518640529064214, - 40.85796366519753, - 34.88164535368382, - 36.221175355832415, - 35.45003981346355, - 26.335472206884, - 24.285621333648283, - 20.65574723599754, - 18.570460680904986, - 14.171384823955753, - 19.60332534300438, - 12.603561270573088, - 11.68550923815586, - 10.177933997424827, - 11.307712315562927, - 85.36160844638886 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.31073699938998706, - 3.7217951237834836, - 12.964584283287785, - 13.539226546153717, - 28.83753238344702, - 39.91350707502521, - 34.619964706088304, - 37.48904313311717, - 34.09346037561666, - 28.889747077512094, - 29.443714699214038, - 28.554531649942383, - 20.98160754151045, - 19.17590315882186, - 16.086396422255444, - 14.26471154200377, - 10.658262241387554, - 14.866516058629946, - 9.504707065444862, - 8.673292596444357, - 7.427604647673881, - 8.264713316955485, - 55.11003673578887 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.34236124073609203, - 4.115383757729465, - 14.465541802007538, - 15.197096019393763, - 32.553702188404415, - 45.642362381491154, - 39.83323466828471, - 43.495138642516636, - 39.70664075863028, - 33.80768397459149, - 35.213011073267786, - 34.142899402161206, - 25.388367507441163, - 23.27548244937327, - 19.83400678467891, - 17.737102224174105, - 13.506372643277373, - 18.44149418780009, - 12.047534858715748, - 10.919654607338014, - 9.552949595604174, - 10.67513564670081, - 76.81580776967911 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.31106609967505056, - 3.7327090076555907, - 13.040675330592473, - 13.659669596991968, - 29.077683749603384, - 40.494552762042375, - 35.15769161139711, - 38.1884960413022, - 34.74618869681767, - 29.46209839420759, - 30.225136538864895, - 29.308798889327996, - 21.633126610501225, - 19.743639418031464, - 16.615291194332542, - 14.807512714498554, - 11.191205712320436, - 15.483211725363997, - 9.884083159173098, - 8.937070301670282, - 7.760302075388109, - 8.69972266584946, - 59.22861200093395 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.3420321404510285, - 4.104469873857358, - 14.38945075470285, - 15.07665296855551, - 32.313550822248054, - 45.06131669447397, - 39.295507762975916, - 42.795685734331606, - 39.05391243742927, - 33.235332657896, - 34.43158923361695, - 33.3886321627756, - 24.736848438450394, - 22.707746190163675, - 19.30511201260181, - 17.19430105167932, - 12.97342917234449, - 17.824798521066036, - 11.668158764987513, - 10.655876902112093, - 9.22025216788995, - 10.240126297806833, - 72.69723250453403 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.32654912006303954, - 3.5920403206934353, - 12.735415682458541, - 17.3071033633411, - 30.36906816586268, - 41.47173824800602, - 36.90005056712347, - 37.879697927312584, - 33.30801024643003, - 34.6142067266822, - 34.94075584674523, - 30.36906816586268, - 21.55224192416061, - 23.184987524475808, - 14.69471040283678, - 15.347808642962857, - 13.388513922584622, - 13.715063042647664, - 11.102670082143344, - 11.102670082143344, - 8.490277121639028, - 9.469924481828146, - 65.96292225273399 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 3.5920403206934353, - 15.674357763025899, - 17.633652483404134, - 29.715969925736598, - 44.41068032857338, - 41.47173824800603, - 39.185894407564746, - 40.165541767753865, - 34.28765760661915, - 30.695617285925714, - 32.001813766177875, - 27.43012608529532, - 25.797380484980124, - 16.65400512321502, - 15.34780864296286, - 15.021259522899818, - 17.3071033633411, - 14.694710402836781, - 8.816826241702067, - 11.102670082143344, - 8.490277121639028, - 73.80010113424692 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9368108602291908, - 56.20865161375144, - 340.06234226319623, - 812.2150158187092, - 1357.4389364720967, - 1771.5093366933993, - 1969.1764282017605, - 1910.1573440073207, - 1830.528420887839, - 1622.5564099169578, - 1478.2875374416622, - 1344.3235844288884, - 1126.9834648557166, - 1012.692539907756, - 872.1709108733777, - 712.913064634415, - 679.187873666164, - 527.4245143090346, - 464.65818667367876, - 409.38634592015643, - 342.87277484388375, - 327.8838010802167, - 2431.0241822947564 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_ME_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9381990714666261, - 69.42673128853032, - 377.15602672958386, - 865.9577429636967, - 1518.0060976330024, - 1914.8643048633821, - 2089.369332156172, - 2125.95909594337, - 2140.0320820153693, - 1972.0944482228451, - 1911.1115085775155, - 1669.994347210595, - 1516.129699490069, - 1315.355098196211, - 1284.3945288378125, - 1185.8836263338164, - 919.4350900372943, - 847.193761534364, - 739.300868315702, - 649.2337574549058, - 577.9306280234421, - 508.50389673491156, - 4170.294872669119 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_PS_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 140.41021659044418, - 550.1003006146173, - 1182.9079890838784, - 1780.1322664993982, - 2183.090353837731, - 2248.486893071637, - 2138.851518473618, - 2017.675578128439, - 1736.8551449475485, - 1594.5215007325764, - 1369.4804686629614, - 1143.4777227810828, - 1091.545176918864, - 829.9590199832428, - 749.1750597531242, - 627.999119407946, - 572.2197182966736, - 481.8186199439216, - 389.49409396664305, - 346.21697241479376, - 301.9781370506812, - 2199.439488646208 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.8860913347495947, - 52.66250047905076, - 313.7201576844116, - 737.2992906007281, - 1212.8509188845278, - 1559.6982748173, - 1711.7082203580455, - 1631.9676410941604, - 1545.8368261122675, - 1347.46885370376, - 1212.8706358256015, - 1085.7802104710254, - 899.8240158743549, - 794.5082073728196, - 675.2608503661006, - 542.3295556746929, - 506.3963307842211, - 386.69254196119493, - 336.9585415065601, - 291.32121494370733, - 238.8382893964268, - 222.3460855061644, - 1367.2085270786763 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9875303857087869, - 59.75480274845214, - 366.4045268419809, - 887.1307410366888, - 1502.0269540596673, - 1983.320398569499, - 2226.644636045473, - 2188.3470469204794, - 2115.2200156634103, - 1897.643966130157, - 1743.7044390577246, - 1602.866958386752, - 1354.142913837078, - 1230.8768724426907, - 1069.0809713806523, - 883.4965735941356, - 851.9794165481056, - 668.156486656874, - 592.3578318407972, - 527.4514768966054, - 446.90726029134083, - 433.4215166542691, - 3494.8398375108236 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.8916682869018966, - 53.11440925542351, - 318.90885296699247, - 755.7388900666921, - 1252.7414963266617, - 1621.381736924249, - 1787.2510672586002, - 1720.4721152308286, - 1634.7471003657815, - 1438.2111786958098, - 1298.4826478806335, - 1171.8374565250513, - 975.7971663508191, - 866.617540006947, - 741.8722742642582, - 600.2459402982936, - 568.9224835352857, - 435.94067424577383, - 381.4823805360123, - 332.96462405600926, - 278.4065892649725, - 263.4198989777773, - 1772.122918531511 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.981953433556485, - 59.302893972079396, - 361.21583155940004, - 868.6911415707251, - 1462.1363766175334, - 1921.6369364625507, - 2151.1017891449173, - 2099.8425727838116, - 2026.3097414098957, - 1806.9016411381078, - 1658.092427002693, - 1516.8097123327266, - 1278.1697633606136, - 1158.7675398085637, - 1002.469547482495, - 825.5801889705348, - 789.453263797041, - 618.908354372295, - 547.8339928113451, - 485.80806778430355, - 407.33896042279514, - 392.3477031826563, - 3089.9254460579896 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.8933589377512166, - 53.40059033555383, - 321.688392745797, - 764.9158087463138, - 1272.7281511022757, - 1653.7463052628702, - 1828.4782688709063, - 1767.9455910797305, - 1685.2541966639856, - 1488.0154472837967, - 1348.3813074816228, - 1221.9911409262338, - 1017.9977876352516, - 910.978439816233, - 781.2272886477351, - 635.8494663166433, - 602.787669176462, - 465.61680034291265, - 408.0025445405706, - 358.53380793607755, - 298.81827805540655, - 285.60742985513326, - 2016.5556813708592 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9802627827071652, - 59.01671289194907, - 358.43629178059547, - 859.5142228911031, - 1442.149721841919, - 1889.272368123929, - 2109.874587532612, - 2052.369096934909, - 1975.8026451116918, - 1757.09737255012, - 1608.193767401703, - 1466.6560279315438, - 1235.9691420761815, - 1114.4066399992776, - 963.114533099018, - 789.9766629521852, - 755.5880781558649, - 589.2322282751561, - 521.3138288067865, - 460.2388839042352, - 386.9272716323611, - 370.1601723053003, - 2845.49268321864 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.8943250239508278, - 53.54859913263519, - 323.3870357627682, - 771.0783847876164, - 1286.5658428693998, - 1675.4850891005065, - 1858.1159052155924, - 1799.2148152765333, - 1719.226420264778, - 1521.2677829703468, - 1381.4925726265253, - 1253.6962895641063, - 1047.9806241442623, - 939.3606032315149, - 807.150213772393, - 658.8265530971364, - 625.1806690232717, - 485.2659397307898, - 425.32442618659314, - 374.3277364313965, - 312.03260270223143, - 298.3203777208644, - 2155.182244498683 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9792966965075538, - 58.868704094867695, - 356.73764876362424, - 853.3516468498005, - 1428.3120300747948, - 1867.5335842862933, - 2080.236951187926, - 2021.0998727381075, - 1941.8304215108997, - 1723.84503686357, - 1575.0825022568006, - 1434.9508792936708, - 1205.986305567171, - 1086.0244765839955, - 937.1916079743605, - 766.999576171692, - 733.1950783090549, - 569.583088887279, - 503.9919471607641, - 444.4449554089163, - 373.7129469855362, - 357.44722443956914, - 2706.8661200908186 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9368108602291908, - 58.08227333420983, - 337.25190968250865, - 829.0776113028347, - 1335.8922866868254, - 1771.5093366933993, - 1914.841398308467, - 1944.8193458358012, - 1816.476257984401, - 1649.723924863604, - 1495.1501329257871, - 1311.5352043208663, - 1117.6153562534248, - 1018.3134050691311, - 875.9181543142944, - 751.322309903812, - 633.2841415149336, - 532.1085686101807, - 446.8587803293241, - 422.50169796336496, - 348.49364000525884, - 320.3893141983832, - 2443.202723477736 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 48.71416473191793, - 307.27396215517456, - 759.7536076458747, - 1289.988554535595, - 1762.141228091107, - 1970.11323906199, - 1998.2175648688658, - 1894.2315593834244, - 1719.9847393807934, - 1556.042838840685, - 1375.2383428164514, - 1234.7167137820732, - 1036.1128114134856, - 948.0525905519419, - 830.9512330232933, - 653.8939804399757, - 613.6111134501205, - 501.1938102226173, - 439.3642934474905, - 388.77650699511423, - 308.2107730154038, - 2725.182792406725 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaledown": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 68.49556666430577, - 355.9840013961807, - 896.2307243822543, - 1449.98361544298, - 1761.5902074510188, - 1846.486121063116, - 1827.191595242185, - 1723.0011558091564, - 1552.2446022939152, - 1404.6414797637913, - 1284.0506933829715, - 1075.6698145169146, - 985.9502694495844, - 830.6293365910882, - 737.0508863595719, - 626.1073628892175, - 543.1409018592134, - 474.64533519490755, - 382.9963375454844, - 345.3720121946685, - 300.99460280652676, - 2313.413645929651 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaleup": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.943878343185189, - 54.42859360918529, - 315.88023076759333, - 829.0641133684834, - 1428.7505822411144, - 1840.8527909963752, - 1941.9344648420047, - 1895.2813846055606, - 1836.9650343100047, - 1712.5568203461526, - 1460.8245749036703, - 1367.5184144307811, - 1163.4111883963362, - 947.6406923027802, - 888.3524028356317, - 729.9263178660389, - 701.7400818898536, - 542.342057748668, - 478.19407242355663, - 439.3165055598528, - 374.19658106314904, - 311.99247408122295, - 2401.661693005302 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 21.95516274361686, - 241.50679017978547, - 197.59646469255176, - 373.23776664148664, - 329.32744115425294, - 395.1929293851035, - 417.1480921287203, - 351.28260389786976, - 461.05841761595417, - 351.28260389786976, - 219.5516274361686, - 197.5964646925517, - 131.73097646170115, - 373.23776664148664, - 197.59646469255176, - 65.86548823085059, - 109.77581371808431, - 109.7758137180843, - 219.5516274361686, - 43.91032548723372, - 87.82065097446744, - 724.5203705393562 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 20.58124982505146, - 222.12381197135045, - 177.6196679417855, - 331.70031397765285, - 290.3433053076182, - 342.48818902137975, - 352.1759045820007, - 289.34228710627644, - 379.4160866573076, - 277.00691613854246, - 168.4605915341007, - 147.4522451838023, - 93.62367492713967, - 278.0106787352272, - 142.10890745107454, - 45.35662183296948, - 75.50106027995542, - 74.15493436423742, - 142.42314071784259, - 31.42469887447311, - 56.39869649533729, - 356.4187397822046 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 23.32907566218226, - 260.88976838822043, - 217.57326144331802, - 414.7752193053204, - 368.3115770008876, - 447.8976697488272, - 482.12027967544, - 413.2229206894631, - 542.7007485746007, - 425.55829165719706, - 270.6426633382365, - 247.74068420130118, - 169.83827799626263, - 468.4648545477461, - 253.08402193402895, - 86.37435462873168, - 144.05056715621316, - 145.3966930719312, - 296.6801141544946, - 56.39595209999433, - 119.24260545359759, - 1092.622001296508 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 20.660494240579204, - 226.26922113687962, - 185.3393089920919, - 345.0411627891609, - 301.0876130752757, - 358.56142644621445, - 374.0370717851214, - 314.92382524618665, - 407.0404840806277, - 307.2412335330101, - 191.97559998076792, - 170.55456518077315, - 112.9521082781335, - 314.00616805338706, - 162.66511466862158, - 53.486893036465105, - 87.34038178945082, - 89.70742277274702, - 172.35488852574974, - 36.352260712743615, - 70.18928309367163, - 478.4551396949274 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 23.249831246654516, - 256.7443592226913, - 209.8536203930116, - 401.43437049381237, - 357.5672692332301, - 431.8244323239925, - 460.2591124723193, - 387.64138254955293, - 515.0763511512804, - 395.32397426272945, - 247.12765489156922, - 224.63836420433034, - 150.50984464526883, - 432.4693652295862, - 232.52781471648194, - 78.24408342523606, - 132.21124564671777, - 129.84420466342158, - 266.7483663465875, - 51.468390261723826, - 105.45201885526325, - 970.5856013837853 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 20.767525658954334, - 228.79114893234367, - 186.68028916654185, - 350.7961598233315, - 306.99389490272654, - 368.70265333725825, - 387.5209722038809, - 324.53195334186194, - 423.97820603849243, - 324.18924697341083, - 201.85851066015638, - 183.20948668125212, - 121.48992219005751, - 337.28447240172466, - 178.17437885047968, - 59.169849692883176, - 99.34642531603056, - 99.72618102161155, - 197.37039512617605, - 38.46818952215969, - 75.60054461113745, - 581.2207385588586 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 23.142799828279387, - 254.22243142722726, - 208.51264021856161, - 395.6793734596417, - 351.6609874057793, - 421.68320543294874, - 446.7752120535598, - 378.0332544538776, - 498.1386291934157, - 378.3759608223287, - 237.24474421218085, - 211.98344270385135, - 141.97203073334484, - 409.1910608812486, - 217.01855053462378, - 72.56112676881799, - 120.20520212013805, - 119.82544641455706, - 241.73285974616113, - 49.35246145230775, - 100.04075733779743, - 867.8200025198541 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 20.919839600488178, - 229.98599005478144, - 188.1036012012804, - 354.78771132494643, - 310.8784149859663, - 374.19264469612506, - 393.8589817237198, - 331.9351313041842, - 432.9359124378881, - 330.95332387024314, - 207.3052777923716, - 185.72472501306774, - 123.88577932445469, - 348.7306592783422, - 185.8276398384284, - 61.83585824385221, - 102.85633543495737, - 101.28173860693859, - 204.72674684295916, - 38.72341828905424, - 81.57989596459436, - 651.5815463614647 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 22.990485886745542, - 253.02759030478947, - 207.08932818382306, - 391.68782195802686, - 347.77646732253953, - 416.19321407408194, - 440.4372025337209, - 370.6300764915553, - 489.1809227940201, - 371.61188392549644, - 231.79797707996562, - 209.46820437203576, - 139.57617359894763, - 397.74487400463113, - 209.36528954667506, - 69.89511821784896, - 116.69529200121123, - 118.26988882923001, - 234.37650802937802, - 49.0972326854132, - 94.06140598434054, - 797.459194717248 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 21.95516274361686, - 153.68613920531803, - 219.5516274361686, - 329.32744115425294, - 307.37227841063606, - 548.8790685904215, - 461.05841761595406, - 373.2377666414866, - 417.14809212872035, - 329.3274411542529, - 219.55162743616862, - 219.55162743616862, - 241.50679017978544, - 219.55162743616862, - 131.73097646170115, - 87.82065097446744, - 87.82065097446744, - 175.64130194893485, - 219.55162743616862, - 21.95516274361686, - 21.95516274361686, - 746.4755332829731 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 43.91032548723372, - 175.64130194893488, - 263.4619529234023, - 263.46195292340235, - 395.1929293851034, - 483.0135803595709, - 526.9239058468047, - 395.1929293851036, - 439.1032548723373, - 329.3274411542529, - 307.372278410636, - 241.50679017978547, - 197.59646469255173, - 219.55162743616856, - 351.2826038978697, - 109.7758137180843, - 43.91032548723372, - 175.64130194893488, - 131.73097646170118, - 175.64130194893488, - 43.91032548723372, - 834.2961842574406 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 21.406283675026437, - 235.46912042529084, - 192.65655307523792, - 363.9068224754494, - 321.0942551253965, - 385.31310615047585, - 406.7193898255023, - 342.50053880042293, - 449.53195717555514, - 342.500538800423, - 214.06283675026435, - 192.65655307523792, - 128.4377020501586, - 363.90682247544936, - 192.65655307523792, - 64.21885102507932, - 107.03141837513219, - 107.03141837513218, - 214.06283675026435, - 42.81256735005287, - 85.62513470010575, - 706.4073612758723 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 22.50404181220728, - 247.5444599342801, - 202.53637630986552, - 382.56871080752376, - 337.5606271831092, - 405.07275261973103, - 427.5767944319383, - 360.0646689953165, - 472.58487805635286, - 360.0646689953165, - 225.0404181220728, - 202.53637630986552, - 135.0242508732437, - 382.56871080752376, - 202.53637630986552, - 67.51212543662184, - 112.52020906103641, - 112.5202090610364, - 225.0404181220728, - 45.00808362441456, - 90.01616724882912, - 742.6333798028403 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_pseudodata": { - "contents": [ - 9.546593900243092, - 242.48579745393286, - 1079.2934981778633, - 2230.419357993903, - 3692.2524127248007, - 5285.252995647748, - 7137.813731418424, - 6981.769537300543, - 4769.873430066946, - 3633.2908511388396, - 2892.2862696099432, - 2491.596354909902, - 2174.9444555095242, - 1932.9681590704615, - 1576.7204959790886, - 1383.2221208183937, - 1202.2049010367257, - 1000.4971851465219, - 876.9910903336771, - 766.3752683034007, - 735.5082591222632, - 620.7172225048431, - 535.6546219143964, - 513.5018238956204, - 398.5325349477499, - 359.6313503128795, - 3600.2091762646705 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan": { - "contents": [ - 0.04329026141078839, - 0.11544069709543571, - 0.4473327012448134, - 0.865805228215768, - 1.2698476680497928, - 1.1399768838174278, - 1.240987493775934, - 1.3419981037344404, - 1.4141485394190874, - 1.240987493775934, - 1.1832671452282162, - 0.9812459253112037, - 1.1111167095435692, - 0.8513751410788384, - 0.7647946182572618, - 0.7503645311203323, - 0.5050530497925312, - 0.38961235269709554, - 0.49062296265560185, - 0.23088139419087142, - 0.3607521784232366, - 0.2453114813278009, - 0.3463220912863071, - 0.21645130705394197, - 0.15873095850622412, - 0.18759113278008305, - 1.4141485394190876 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.03939684352515561, - 0.09847362026374482, - 0.3873310461087916, - 0.7418976774927388, - 1.047032692568465, - 0.9685887096611128, - 1.0010119881072355, - 1.1018189985550444, - 1.1360106390857756, - 0.9681039489213565, - 0.9274933997859183, - 0.7269163159331563, - 0.8136375321043181, - 0.6309553345921293, - 0.5554239745853218, - 0.5392906862260115, - 0.3377686571358922, - 0.28173099203040725, - 0.3194884423747407, - 0.15971491007287347, - 0.23217469075051872, - 0.18317913363796684, - 0.22806933096006227, - 0.14735193291830917, - 0.11916907085943987, - 0.11367165860049276, - 0.754910910448911 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.04718367929642117, - 0.1324077739271266, - 0.5073343563808352, - 0.9897127789387969, - 1.4926626435311205, - 1.3113650579737424, - 1.480962999444632, - 1.5821772089138357, - 1.6922864397523991, - 1.5138710386305112, - 1.4390408906705139, - 1.2355755346892507, - 1.4085958869828192, - 1.0717949475655475, - 0.9741652619292014, - 0.9614383760146528, - 0.6723374424491703, - 0.49749371336378384, - 0.6617574829364627, - 0.30204787830886937, - 0.48932966609595446, - 0.30744382901763495, - 0.46457485161255196, - 0.2855506811895748, - 0.19829284615300832, - 0.26151060695967326, - 2.073386168389264 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.04024168003300053, - 0.10521066719579879, - 0.40898564655886943, - 0.780948198926608, - 1.1245493169071579, - 1.0204423259072226, - 1.0918396914194115, - 1.1759285440386413, - 1.2238722830809778, - 1.0695303257654958, - 1.0174140368394713, - 0.8115447185292401, - 0.9311381241385506, - 0.7096042698308481, - 0.6387516401080784, - 0.6107906406389394, - 0.402186595346149, - 0.31556030209193475, - 0.388323340069567, - 0.18691134039386675, - 0.2809912245945281, - 0.20510023975985478, - 0.27566156209854775, - 0.1767433147748963, - 0.13452426186391342, - 0.1430238086576764, - 1.022883716274702 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.04633884278857626, - 0.12567072699507265, - 0.4856797559307573, - 0.9506622575049275, - 1.4151460191924277, - 1.2595114417276327, - 1.3901352961324562, - 1.5080676634302388, - 1.604424795757197, - 1.4124446617863722, - 1.3491202536169609, - 1.1509471320931668, - 1.2910952949485868, - 0.9931460123268286, - 0.8908375964064447, - 0.8899384216017248, - 0.6079195042389136, - 0.46366440330225633, - 0.5929225852416365, - 0.2748514479878761, - 0.4405131322519451, - 0.285522722895747, - 0.4169826204740664, - 0.2561592993329876, - 0.18293765514853477, - 0.23215845690248968, - 1.8054133625634727 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.04076691265777361, - 0.10822001677418312, - 0.4197595103674794, - 0.8032440363738331, - 1.1691754887286698, - 1.0549723970753373, - 1.1351840656569636, - 1.2328430624078064, - 1.2830395860693404, - 1.1351603912952544, - 1.0771688022033845, - 0.8778552528555501, - 0.9997883618120464, - 0.7620822128157418, - 0.6835844552867936, - 0.6646714586576765, - 0.4418881617270164, - 0.3512050974913772, - 0.42722572764017125, - 0.20357470898534752, - 0.30977383715002604, - 0.2193068860162734, - 0.3043690931069114, - 0.18858793614308875, - 0.1414527329206432, - 0.16009099421887968, - 1.18035880625979 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.04581361016380317, - 0.1226613774166883, - 0.4749058921221474, - 0.9283664200577024, - 1.3705198473709155, - 1.2249813705595178, - 1.3467909218949043, - 1.451153145061074, - 1.5452574927688345, - 1.3468145962566136, - 1.2893654882530476, - 1.084636597766857, - 1.222445057275091, - 0.9406680693419349, - 0.8460047812277298, - 0.8360576035829878, - 0.568217937858046, - 0.42801960790281396, - 0.5540201976710322, - 0.2581880793963953, - 0.4117305196964472, - 0.2713160766393284, - 0.3882750894657029, - 0.24431467796479517, - 0.17600918409180502, - 0.21509127134128636, - 1.6479382725783847 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.04126644168983403, - 0.10893599711329749, - 0.4240029706012384, - 0.8167732576802064, - 1.1932611079210973, - 1.0756042650995852, - 1.1601490182842975, - 1.2610453148962657, - 1.3198407049356848, - 1.1636744689479386, - 1.1050169538817105, - 0.9095166677948654, - 1.031550900096376, - 0.7917292777787864, - 0.7144527791088565, - 0.6903331139295905, - 0.4636516642409557, - 0.36104247119181154, - 0.4481430408255966, - 0.2136018157846214, - 0.328326419805887, - 0.22821216627570673, - 0.3181567031610802, - 0.1972209612428683, - 0.1470818197247148, - 0.17146280476322617, - 1.2755317695610737 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.04531408113174275, - 0.12194539707757393, - 0.47066243188838836, - 0.9148371987513293, - 1.3464342281784885, - 1.20434950253527, - 1.3218259692675702, - 1.4229508925726144, - 1.5084563739024899, - 1.3183005186039294, - 1.2615173365747214, - 1.0529751828275415, - 1.1906825189907617, - 0.9110210043788902, - 0.8151364574056668, - 0.8103959483110739, - 0.5464544353441068, - 0.4181822342023795, - 0.5331028844856069, - 0.24816097259712144, - 0.3931779370405861, - 0.26241079637989495, - 0.3744874794115341, - 0.23568165286501558, - 0.17038009728773343, - 0.20371946079693987, - 1.5527653092771008 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.014430087136929464, - 0.12987078423236517, - 0.30303182987551874, - 0.9379556639004154, - 1.1688370580912868, - 1.1976972323651456, - 0.9668158381742744, - 1.5440193236514523, - 1.428578626556017, - 1.269847668049793, - 1.1976972323651458, - 0.9523857510373448, - 1.0533963609958512, - 0.8513751410788386, - 0.8658052282157681, - 0.649353921161826, - 0.5050530497925313, - 0.5339132240663902, - 0.432902614107884, - 0.24531148132780087, - 0.30303182987551874, - 0.2453114813278009, - 0.30303182987551874, - 0.18759113278008305, - 0.1587309585062241, - 0.1587309585062241, - 1.4285786265560168 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.014430087136929464, - 0.12987078423236517, - 0.43290261410788394, - 0.9379556639004154, - 1.240987493775934, - 1.2842777551867224, - 1.3275680165975108, - 1.4430087136929464, - 1.6594600207468881, - 1.212127319502075, - 1.1688370580912868, - 1.2121273195020752, - 0.9956760124481334, - 0.9523857510373448, - 0.7359344439834028, - 0.8946654024896269, - 0.5627733983402492, - 0.4906229626556018, - 0.4184725269709545, - 0.3896123526970956, - 0.2886017427385893, - 0.30303182987551874, - 0.30303182987551874, - 0.27417165560165985, - 0.21645130705394197, - 0.17316104564315357, - 1.558449410788382 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW": { - "contents": [ - 1.0253923394036422, - 8.203138715229136, - 45.62995910346206, - 92.02896246147691, - 121.25264413448059, - 182.77618449869925, - 218.40856829297616, - 231.22597253552175, - 174.31669769861907, - 152.01441431658975, - 138.42796581949153, - 114.84394201320784, - 96.38687990394236, - 83.82582374624778, - 74.59729269161501, - 65.88145780668405, - 60.75449610966582, - 56.65292675205124, - 42.29743400040023, - 35.888731879127455, - 35.63238379427655, - 32.29985869121471, - 29.480029757854695, - 27.94194124874923, - 24.09671997598558, - 21.789587212327383, - 200.20785426856128 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.9571516781285645, - 7.291797240951195, - 39.43640111783927, - 79.43568254842876, - 103.40991620512152, - 154.4563701511244, - 179.80306341603722, - 185.98647562511425, - 140.10565588799264, - 121.58249202178496, - 109.64846728507449, - 89.00309375491794, - 72.5022999844874, - 62.61333615450215, - 55.12177566299205, - 48.55869992393429, - 44.027110659421155, - 38.99627148334438, - 29.668922247440403, - 24.840762281387704, - 25.03757352353199, - 21.200543373167086, - 19.897906574558363, - 18.17519937909433, - 15.473570945483539, - 12.369179616183711, - 99.47542171180851 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_up": { - "contents": [ - 1.0936330006787198, - 9.11448018950708, - 51.82351708908489, - 104.62224237452503, - 139.09537206383987, - 211.09599884627403, - 257.01407316991435, - 276.4654694459283, - 208.52773950924572, - 182.4463366113949, - 167.2074643539089, - 140.68479027149792, - 120.27145982339734, - 105.03831133799335, - 94.07280972023788, - 83.20421568943374, - 77.48188155991043, - 74.30958202075807, - 54.92594575336007, - 46.93670147686724, - 46.22719406502114, - 43.39917400926237, - 39.06215294115107, - 37.70868311840417, - 32.71986900648764, - 31.20999480847108, - 300.94028682531376 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.9679062813758255, - 7.549342952011019, - 41.319982758302544, - 83.15666712513271, - 109.01902458991722, - 163.05819622803733, - 192.13874955275958, - 200.21735116401712, - 151.62342741104874, - 131.6613937608894, - 119.83574418248848, - 98.12530444135882, - 80.93595170414103, - 70.34557144873781, - 62.17846566118553, - 55.2696083991745, - 49.875860443725365, - 46.60199899770612, - 35.06701209857671, - 29.35616957304464, - 29.299076048021746, - 26.314591535410933, - 23.788020805681533, - 22.227942437422453, - 19.253279260812487, - 16.486270049248237, - 143.64980434597655 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_up": { - "contents": [ - 1.0828783974314589, - 8.856934478447256, - 49.93993544862162, - 100.90125779782105, - 133.48626367904416, - 202.49417276936106, - 244.678387033192, - 262.23459390702544, - 197.00996798618954, - 172.36743487229052, - 157.0201874564949, - 131.56257958505702, - 111.83780810374365, - 97.30607604375768, - 87.0161197220444, - 76.49330721419352, - 71.63313177560623, - 66.70385450639634, - 49.52785590222377, - 42.421294185210314, - 41.96569154053138, - 38.28512584701853, - 35.17203871002789, - 33.65594006007605, - 28.940160691158695, - 27.092904375406555, - 256.76590419114575 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.9731213627270112, - 7.663401828014371, - 42.41034932361883, - 85.33302030840925, - 112.02724333029025, - 168.29532751995913, - 199.73462368760994, - 209.631774634555, - 158.40910140741124, - 137.3431828358986, - 125.32818615060523, - 103.10090661330847, - 86.01721935503458, - 74.95933829892037, - 66.21249330660011, - 58.58188200353311, - 53.4031660314468, - 49.91782943174204, - 37.43523581520593, - 31.393127477025274, - 31.388905744502893, - 28.207780220897885, - 25.747725811029056, - 24.19984400399452, - 20.830144423190475, - 18.36947918390072, - 165.6476903990006 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_up": { - "contents": [ - 1.0776633160802733, - 8.742875602443902, - 48.84956888330534, - 98.72490461454451, - 130.4780449386711, - 197.2570414774394, - 237.08251289834175, - 252.82017043648756, - 190.22429398982706, - 166.68564579728135, - 151.52774548837812, - 126.58697741310739, - 106.75654045285016, - 92.69230919357511, - 82.98209207662981, - 73.1810336098349, - 68.10582618788479, - 63.388024072360416, - 47.15963218559454, - 40.38433628122967, - 39.875861844050235, - 36.39193716153157, - 33.21233370468037, - 31.684038493503976, - 27.36329552878071, - 25.20969524075408, - 234.7680181381217 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.976491939498918, - 7.759538367991701, - 43.014926254545564, - 86.63661040145853, - 113.95109164726925, - 171.48172420105888, - 204.2626421034098, - 215.3561915922677, - 162.65410552937755, - 141.4989237509126, - 128.59342789227136, - 106.37338217749394, - 88.98856602829679, - 77.48439897821245, - 68.8718243062105, - 60.66090302334285, - 55.76655918885212, - 51.97141190956915, - 38.837810315237675, - 32.78592069544442, - 32.63464929003002, - 29.361160349821578, - 26.809703828667512, - 25.410541962515353, - 21.86473124741873, - 19.70732779522701, - 178.2164930753843 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_up": { - "contents": [ - 1.0742927393083663, - 8.646739062466574, - 48.244991952378584, - 97.42131452149525, - 128.55419662169214, - 194.07064479633962, - 232.5544944825417, - 247.09575347877495, - 185.97928986786076, - 162.5299048822673, - 148.26250374671204, - 123.31450184892189, - 103.78519377958794, - 90.16724851428305, - 80.32276107701944, - 71.10201259002517, - 65.74243303047948, - 61.33444159453331, - 45.7570576855628, - 38.99154306281053, - 38.63011829852312, - 35.23855703260788, - 32.15035568704191, - 30.473340534983144, - 26.32870870455245, - 23.87184662942778, - 222.199215461738 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_res_up": { - "contents": [ - 1.5380885091054632, - 7.434094460676405, - 46.911699527716614, - 90.23452586752055, - 120.73994796477878, - 177.13652663197922, - 226.3553589233544, - 229.17518785671444, - 168.93338791674995, - 152.52711048629163, - 140.7350985831497, - 118.68916328597149, - 96.38687990394236, - 83.05677949169504, - 67.93224248549133, - 67.41954631578952, - 55.37118632779669, - 58.191015261156714, - 44.604566764058426, - 34.86333953972381, - 39.47760506704021, - 30.24907401240743, - 27.429245079047412, - 28.710985503301963, - 26.660200824494684, - 23.32767572143285, - 198.4134176746049 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_scale_up": { - "contents": [ - 1.0253923394036422, - 8.203138715229136, - 46.14265527316388, - 92.54165863117872, - 130.73752327396423, - 186.62140577146295, - 225.84266275365258, - 246.35050954172561, - 196.6189810806485, - 156.88502792875704, - 140.22240241344787, - 134.0700483770261, - 102.7955820252151, - 92.7980067160296, - 78.18616587952776, - 68.95763482489497, - 59.72910377026218, - 61.26719227936765, - 49.47518037622574, - 40.50299740644385, - 34.094295285171086, - 34.09429528517108, - 32.29985869121471, - 27.941941248749234, - 23.58402380628376, - 24.609416145687398, - 220.2030048869325 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan": { - "contents": [ - 0.6530982401260791, - 6.204433281197751, - 16.000906883088938, - 31.675264646114837, - 38.8593452875017, - 48.6558188893929, - 60.08503809159927, - 64.98327489254487, - 56.492997770905845, - 57.799194251158, - 54.5337030505276, - 58.77884161134712, - 41.145189127942984, - 40.4920908878169, - 38.53279616743867, - 41.47173824800603, - 29.062871685610517, - 30.695617285925714, - 27.10357696523228, - 23.511536644538847, - 19.26639808371933, - 16.65400512321502, - 15.674357763025899, - 17.960201603467176, - 15.02125952289982, - 16.65400512321502, - 128.66035330483766 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.5835432775526517, - 5.432578310298746, - 13.808808151755759, - 27.354269745170683, - 32.49088740376229, - 41.25256256048371, - 50.563998467821264, - 52.8392906898205, - 45.918500481144456, - 46.44079538936529, - 44.03600092961105, - 45.85426214643206, - 32.02770298860287, - 32.491050678322324, - 30.014777677584284, - 31.15479637203437, - 21.6796062856452, - 23.30108594131822, - 19.558822820735784, - 17.25827916756167, - 14.6642443904009, - 12.094297713174775, - 11.174883358647286, - 13.275512620052806, - 11.263975142794484, - 10.570333788480578, - 80.91119294496971 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.7226532026995065, - 6.976288252096754, - 18.19300561442212, - 35.996259547059, - 45.22780317124112, - 56.05907521830208, - 69.60607771537728, - 77.12725909526924, - 67.06749506066723, - 69.15759311295072, - 65.03140517144416, - 71.70342107626217, - 50.26267526728309, - 48.49313109731148, - 47.050814657293046, - 51.788680123977684, - 36.44613708557584, - 38.090148630533214, - 34.64833110972877, - 29.764794121516026, - 23.868551777037766, - 21.21371253325526, - 20.173832167404512, - 22.644890586881544, - 18.77854390300515, - 22.737676457949455, - 176.40951366470543 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.6067792883771372, - 5.682832289857058, - 14.400025333629891, - 28.640684492009015, - 34.54214652007829, - 43.21904391266834, - 53.745541032945454, - 56.97107588733813, - 49.42067856586055, - 50.005012704563356, - 47.39510457876951, - 49.98696576334987, - 35.40038393789396, - 35.118204679519486, - 32.98702776839807, - 34.7603425602404, - 24.359844928172613, - 26.156941680149536, - 22.45752282458537, - 19.78619795256968, - 16.1644059456405, - 13.642232384213601, - 13.083603784055759, - 14.856081793777932, - 12.53575640719, - 13.584479110932453, - 99.45042226393868 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.6994171918750207, - 6.726034272538445, - 17.601788432547984, - 34.70984480022065, - 43.17654405492513, - 54.09259386611745, - 66.42453515025309, - 72.9954738977516, - 63.56531697595113, - 65.59337579775263, - 61.6723015222857, - 67.57071745934437, - 46.889994317992006, - 45.86597709611432, - 44.07856456647926, - 48.183133935771636, - 33.76589844304843, - 35.2342928917019, - 31.749631105879196, - 27.236875336508017, - 22.368390221798162, - 19.66577786221643, - 18.265111741996034, - 21.064321413156417, - 17.506762638609636, - 19.72353113549758, - 157.87028434573648 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.612687786518278, - 5.790333280647811, - 14.857750255688254, - 29.378328340251414, - 35.82794133382151, - 44.8630682134507, - 55.53789772035146, - 59.73234208144619, - 51.666734436954144, - 52.566614521072864, - 49.44352424843996, - 52.97165278354106, - 37.186901008613845, - 36.70460581643574, - 34.97159432927119, - 36.985672766869996, - 26.04936925673877, - 27.653429557788428, - 24.154317973402932, - 21.023209389173484, - 17.137762132938406, - 14.79105259791538, - 13.939677813951022, - 15.843045895188462, - 13.381283920973225, - 14.809512827858942, - 110.13055309171045 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.6935086937338801, - 6.618533281747692, - 17.144063510489623, - 33.97220095197825, - 41.890749241181915, - 52.44856956533508, - 64.6321784628471, - 70.23420770364355, - 61.31926110485753, - 63.031773981243134, - 59.623881852615234, - 64.58603043915318, - 45.10347724727212, - 44.27957595919807, - 42.09399800560615, - 45.95780372914205, - 32.07637411448227, - 33.73780501406301, - 30.052835957061635, - 25.999863899904216, - 21.395034034500263, - 18.516957648514655, - 17.409037712100773, - 20.077357311745885, - 16.661235124826412, - 18.49849741857109, - 147.19015351796472 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.6199203392946742, - 5.862314401136706, - 15.088441902022788, - 29.876854044162656, - 36.397468510861444, - 45.78128862275796, - 56.541860234160275, - 60.98504318280302, - 52.80521477890891, - 54.03643762212661, - 50.88098837262744, - 54.72511440934956, - 38.2796899854098, - 37.74948391452245, - 35.959254898726854, - 38.37883846198895, - 26.96915863252133, - 28.57632625254159, - 25.035533734378056, - 21.810088170760388, - 17.741967295830044, - 15.483647974579082, - 14.380312481671087, - 16.52897507770588, - 13.913775835701024, - 15.41428434938069, - 116.65401720971478 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.686276140957484, - 6.546552161258797, - 16.91337186415509, - 33.47367524806702, - 41.32122206414196, - 51.53034915602781, - 63.62821594903828, - 68.98150660228671, - 60.180780762902764, - 61.561950880189386, - 58.186417728427756, - 62.83256881334468, - 44.010688270476166, - 43.23469786111136, - 41.10633743615049, - 44.5646380340231, - 31.1565847386997, - 32.81490831930984, - 29.17162019608651, - 25.212985118317306, - 20.790828871608618, - 17.82436227185095, - 16.96840304438071, - 19.39142812922847, - 16.12874321009862, - 17.893725897049343, - 140.66668939996038 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_res_up": { - "contents": [ - 1.3061964802521582, - 5.551335041071672, - 16.980554243278057, - 27.43012608529532, - 37.55314880724954, - 50.61511360977113, - 62.04433281197751, - 58.77884161134712, - 59.75848897153624, - 56.81954689096888, - 54.533703050527606, - 50.28856448970809, - 49.308917129518974, - 38.53279616743866, - 36.90005056712347, - 37.55314880724955, - 34.287657606619156, - 29.38942080567356, - 27.75667520535836, - 27.43012608529532, - 12.408866562395504, - 21.22569280409757, - 17.633652483404134, - 18.613299843593254, - 14.041612162710702, - 16.000906883088938, - 126.04796034433332 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.32654912006303954, - 6.85753152132383, - 16.327456003151976, - 32.981461126366995, - 39.83899264769082, - 50.61511360977113, - 63.02398017216663, - 67.59566785304918, - 63.67707841229271, - 60.41158721166232, - 56.1664486508428, - 55.18680129065368, - 49.962015369645044, - 43.43103296838426, - 42.77793472825818, - 36.24695232699739, - 38.859345287501704, - 32.981461126366995, - 26.777027845169243, - 28.083224325421405, - 23.18498752447581, - 18.613299843593254, - 19.592947203782373, - 14.368161282773741, - 18.286750723530215, - 14.368161282773741, - 144.98780930798966 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar": { - "contents": [ - 7.4944868818335255, - 195.79346978790082, - 770.995337968625, - 1735.91052400469, - 3000.6051853141103, - 4900.457609858883, - 7210.633191184055, - 7292.135736023998, - 4508.870670283089, - 3212.32443972591, - 2721.435548965809, - 2258.6509840125836, - 1959.8083195994684, - 1555.1060279804556, - 1369.617477655076, - 1186.9393599103846, - 1025.8078919509644, - 872.1709108733774, - 753.1959316242702, - 608.9270591489745, - 577.075489901182, - 474.96310613619977, - 440.30110430771975, - 394.39737215648927, - 364.4194246291551, - 322.26293591884166, - 2664.2900864918274 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_ME_var": { - "contents": [ - 5.629194428799757, - 219.53858272319047, - 989.8000203972914, - 2080.9255405129725, - 3432.8704024963617, - 5205.128448496794, - 7253.217021508447, - 7259.784415008715, - 5029.685222132539, - 3929.177711302201, - 3317.471916705969, - 2791.142237613198, - 2464.6489607428175, - 2076.2345451556394, - 1803.218615358855, - 1626.8371899231306, - 1375.3998387700753, - 1189.6364226196831, - 1068.6087424004882, - 916.6204928228944, - 859.3903494634303, - 708.3402989573033, - 640.789965811706, - 578.8688270949086, - 506.6274985919784, - 464.40854037598024, - 4559.647487327766 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_PS_var": { - "contents": [ - 13.463993371686428, - 265.43301218467525, - 1080.9663249839678, - 2336.0028499876, - 3688.172470029837, - 5233.646566337002, - 6890.679464866698, - 6528.113357643435, - 4202.689359590717, - 2986.1213870776082, - 2379.2799715394494, - 2104.2298212321384, - 1665.688322840062, - 1526.2398200618813, - 1218.491400137621, - 1007.8760752519559, - 897.2789868416749, - 767.4476221861272, - 641.4631127796325, - 572.2197182966735, - 479.8951923193949, - 445.2734950779154, - 386.6089525298531, - 316.403844234631, - 290.43757130352145, - 254.85416024977877, - 2113.846959354771 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_down": { - "contents": [ - 6.5931284575961335, - 172.1752530749386, - 671.4985594007416, - 1492.9723404291494, - 2559.136814674532, - 4126.414504133213, - 5926.686627566873, - 5878.757115118747, - 3632.3447452855594, - 2598.2152795645366, - 2178.4507526450548, - 1781.6850055325488, - 1531.1577610913, - 1200.6638439401179, - 1047.622835584003, - 894.2039118718039, - 767.3725000824116, - 640.0300140557557, - 551.3875506069095, - 438.9555218836973, - 413.1588978919691, - 341.95121643547276, - 309.96522946690703, - 277.5430106662078, - 255.11783722141706, - 213.3396151712604, - 1596.4179231495955 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_up": { - "contents": [ - 8.395845306070918, - 219.41168650086317, - 870.4921165365067, - 1978.8487075802313, - 3442.0735559536643, - 5674.50071558458, - 8494.57975480129, - 8705.514356929298, - 5385.39659528063, - 3826.433599887254, - 3264.4203452865436, - 2735.6169624926088, - 2388.4588781076345, - 1909.5482120207957, - 1691.6121197261505, - 1479.6748079489657, - 1284.2432838195161, - 1104.3118076909975, - 955.0043126416296, - 778.8985964142506, - 740.992081910394, - 607.9749958369267, - 570.6369791485324, - 511.2517336467708, - 473.7210120368934, - 431.1862566664229, - 3732.1622498340425 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_down": { - "contents": [ - 6.96717946888202, - 178.7829313762077, - 700.2246495030853, - 1563.4338154412987, - 2687.022914478176, - 4350.961590161313, - 6299.885133651117, - 6293.867053366169, - 3901.547123935771, - 2789.2621629263713, - 2353.1513916399517, - 1939.2122986346135, - 1671.1653883544761, - 1325.2860215183746, - 1159.6447460778106, - 996.3326166384913, - 862.0763493619862, - 722.089463676762, - 626.3870179331924, - 501.88457649300886, - 474.8070539396231, - 389.16472727066105, - 360.99205818399764, - 322.18462438599437, - 294.67875970443856, - 255.83739578809124, - 2027.9566841775186 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_up": { - "contents": [ - 8.021794294785032, - 212.80400819959405, - 841.7660264341629, - 1908.3872325680827, - 3314.1874561500204, - 5449.953629556481, - 8121.381248717045, - 8290.404418681872, - 5116.194216630422, - 3635.386716525419, - 3089.7197062916466, - 2578.0896693905447, - 2248.4512508444586, - 1784.9260344425388, - 1579.5902092323436, - 1377.5461031822783, - 1189.5394345399418, - 1022.2523580699913, - 880.0048453153465, - 715.9695418049392, - 679.3439258627399, - 560.7614850017385, - 519.6101504314416, - 466.6101199269842, - 434.16008955387196, - 388.68847604959194, - 3300.623488806119 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_down": { - "contents": [ - 7.049428534876205, - 182.466749794353, - 715.9587684800465, - 1607.8351371754368, - 2766.513255459857, - 4498.289384297972, - 6561.591539696021, - 6578.39849739765, - 4073.452458381606, - 2908.7841079788245, - 2459.254662857858, - 2032.704192776775, - 1755.3200154643853, - 1390.6584837785394, - 1223.1592928370953, - 1053.58762743244, - 910.7805970726884, - 770.5160713875988, - 663.2033334361271, - 533.3859687687816, - 506.10690746025415, - 416.7276056756637, - 385.0266141359834, - 345.50937045932, - 316.7238367803609, - 277.4061045415871, - 2242.1726200390094 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_up": { - "contents": [ - 7.9395452287908475, - 209.12018978144874, - 826.0319074572014, - 1863.9859108339442, - 3234.6971151683388, - 5302.625835419823, - 7859.674842672142, - 8005.872974650393, - 4944.2888821845845, - 3515.864771472966, - 2983.61643507374, - 2484.5977752483827, - 2164.296623734549, - 1719.5535721823737, - 1516.0756624730582, - 1320.2910923883296, - 1140.8351868292393, - 973.8257503591545, - 843.1885298124117, - 684.4681495291665, - 648.044072342109, - 533.1986065967358, - 495.575594479456, - 443.28537385365854, - 412.1150124779496, - 367.11976729609614, - 3086.407552944627 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_down": { - "contents": [ - 7.114507614322752, - 184.68347849237028, - 725.7157560530213, - 1631.7235945462355, - 2815.046198522165, - 4589.6917218163935, - 6724.1789068770895, - 6771.563766273683, - 4186.263200213899, - 2986.417345850294, - 2528.5996935273297, - 2092.3587640820174, - 1811.4796162470022, - 1437.3268146060839, - 1262.7345090045706, - 1091.7051293072238, - 942.5586852186315, - 799.5741438385364, - 688.5079194800247, - 554.7734704903368, - 526.2695436197293, - 432.89521192169144, - 400.7048318523944, - 359.45532975031426, - 331.4327406909935, - 291.3411514498266, - 2371.8527199588266 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_up": { - "contents": [ - 7.874466149344301, - 206.90346108343144, - 816.2749198842266, - 1840.0974534631448, - 3186.1641721060323, - 5211.223497901402, - 7697.087475491072, - 7812.707705774355, - 4831.478140352292, - 3438.2315336014967, - 2914.271404404268, - 2424.9432039431404, - 2108.1370229519325, - 1672.8852413548302, - 1476.5004463055834, - 1282.1735905135456, - 1109.0570986832965, - 944.7676779082171, - 817.8839437685143, - 663.0806478076113, - 627.8814361826337, - 517.031000350708, - 479.89737676304503, - 429.3394145626643, - 397.4061085673168, - 353.18472038785666, - 2956.72745302481 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_res_up": { - "contents": [ - 6.557676021604336, - 182.67811774469217, - 792.5419877538965, - 1731.226469703544, - 3003.4156178947987, - 4922.941070504382, - 7171.287135054432, - 7102.899942257696, - 4581.941917380965, - 3237.618332952098, - 2687.710357997558, - 2228.673036485249, - 1986.0390236858861, - 1556.979649700914, - 1364.9334233539303, - 1196.3074685126765, - 973.34648377813, - 880.6022086154403, - 751.322309903812, - 639.8418175365379, - 525.5508925885763, - 493.69932334078374, - 449.66921291001154, - 396.27099387694767, - 338.1887205427378, - 316.6420707574664, - 2679.279060255495 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_scale_up": { - "contents": [ - 5.620865161375145, - 195.79346978790088, - 767.2480945277082, - 1734.9737131444606, - 2967.816805206089, - 4619.414351790132, - 6988.609017309732, - 7836.422845817182, - 5282.676440832385, - 3483.0627783321447, - 2792.6331743432283, - 2462.87575154255, - 2087.2145965906398, - 1735.9105240046897, - 1425.8261292688273, - 1290.9253653958244, - 1094.1950847476953, - 938.6844819496501, - 825.330367861918, - 658.5780347411219, - 592.0644636648491, - 544.2871097931602, - 460.910943232762, - 441.2379151679488, - 375.6611549519053, - 330.69423366090433, - 2946.2701554208165 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaledown": { - "contents": [ - 3.8589051641862415, - 165.93292206000834, - 734.1567074864322, - 1568.6449492417066, - 2943.3799139830558, - 4554.472820030854, - 6692.30628099006, - 6447.2658030642415, - 3970.813413947668, - 2938.556282527822, - 2520.8297985046615, - 2060.6553576754523, - 1732.648418719622, - 1487.6079407937957, - 1274.4034304725058, - 1068.9167304795888, - 958.9379333002807, - 824.8409788448088, - 678.2025826057318, - 625.142636598171, - 541.2114492771202, - 462.1038934113023, - 386.8552427096706, - 349.23091735885475, - 327.04221266478385, - 299.06515022443364, - 2451.369505549309 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaleup": { - "contents": [ - 13.607148402296323, - 168.14547668551893, - 785.3268506468168, - 1694.0899760858927, - 3153.942611817967, - 4805.267264353738, - 7550.023484931146, - 7963.097632857987, - 4982.160193583585, - 3461.0753900412187, - 2874.0241303993025, - 2438.595381525821, - 2030.3809294569307, - 1682.426706026782, - 1453.0490615309297, - 1236.306626265781, - 1005.9570425983359, - 948.6126314743726, - 796.0181815343352, - 662.8625150261497, - 602.6022863874089, - 522.903274316816, - 442.2323230746307, - 384.8879119506676, - 340.17871005740824, - 318.79604828237115, - 2816.6797192753406 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets": { - "contents": [ - 0.0, - 0.0, - 43.91032548723372, - 21.95516274361686, - 131.73097646170115, - 65.86548823085059, - 65.86548823085059, - 87.82065097446744, - 153.68613920531803, - 175.64130194893485, - 43.91032548723372, - 43.91032548723372, - 109.7758137180843, - 131.73097646170118, - 65.86548823085059, - 65.86548823085059, - 65.86548823085059, - 21.95516274361686, - 21.95516274361686, - 21.95516274361686, - 65.86548823085059, - 43.91032548723372, - 21.95516274361686, - 65.86548823085059, - 0.0, - 0.0, - 263.4619529234023 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 38.664756838598635, - 19.394641888642543, - 116.61381776446734, - 49.23856904557523, - 49.84370821869618, - 69.30215729906236, - 120.03710790538224, - 141.93669664330432, - 33.62707613719218, - 32.61851084865728, - 78.43413280273549, - 89.92285780716875, - 47.707196444207966, - 52.9887852817193, - 47.268779288171366, - 16.809421475581658, - 15.430362815748225, - 11.293186836247923, - 32.405820209578486, - 29.292303692999322, - 17.270479893197614, - 48.96893220313019, - 0.0, - 0.0, - 139.06057032389046 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 49.155894135868806, - 24.515683598591178, - 146.84813515893498, - 82.49240741612591, - 81.88726824300498, - 106.33914464987252, - 187.3351705052538, - 209.34590725456545, - 54.193574837275264, - 55.20214012581016, - 141.1174946334331, - 173.53909511623357, - 84.0237800174932, - 78.74219117998186, - 84.4621971735298, - 27.100904011652062, - 28.479962671485495, - 32.617138650985794, - 99.32515625212267, - 58.528347281468115, - 26.63984559403611, - 82.76204425857097, - 0.0, - 0.0, - 387.86333552291416 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 40.52751517762738, - 20.090346108080904, - 120.90845342676953, - 55.0964809051065, - 55.45256620085455, - 77.4221370200219, - 132.09872543765675, - 152.30845274315607, - 35.41264835720039, - 36.35843560226526, - 92.74649756564861, - 106.60535099813887, - 53.21313960100562, - 55.17572532063426, - 59.60106281114453, - 18.14731420527081, - 20.512296892059787, - 15.61560950139749, - 45.79709728551329, - 34.195165973183265, - 17.513358881048873, - 55.47520746243391, - 0.0, - 0.0, - 201.91888735770132 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 47.29313579684006, - 23.81997937915282, - 142.5534994966328, - 76.63449555659464, - 76.27841026084661, - 98.21916492891297, - 175.2735529729793, - 198.97415115471372, - 52.40800261726706, - 51.46221537220218, - 126.80512987051998, - 156.85660192526342, - 78.51783686069554, - 76.5552511410669, - 72.12991365055663, - 25.763011281962907, - 23.398028595173933, - 28.29471598583623, - 85.93387917618787, - 53.62548500128418, - 26.396966606184847, - 76.25576899926726, - 0.0, - 0.0, - 325.0050184891033 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 41.22321939706573, - 20.222077084542605, - 123.41648772080988, - 60.60859895142582, - 57.92972604728669, - 80.10306822066823, - 140.88765152346087, - 162.24384998347847, - 39.42529739801424, - 41.422359584138704, - 98.03117384792075, - 115.72772111811167, - 59.55166369497139, - 58.68923745844869, - 61.21528184692717, - 19.244386243615917, - 20.743855249121374, - 18.260520513167588, - 59.74720186315672, - 38.9662972769055, - 20.511267743806183, - 59.19146180620893, - 0.0, - 0.0, - 224.98827461055672 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 46.5974315774017, - 23.688248402691112, - 140.04546520259245, - 71.12237751027534, - 73.80125041441448, - 95.53823372826665, - 166.48462688717518, - 189.03875391439132, - 48.3953535764532, - 46.39829139032874, - 121.52045358824783, - 147.73423180529065, - 72.17931276672977, - 73.04173900325247, - 70.51569461477399, - 24.665939243617803, - 23.16647023811235, - 25.649804974066132, - 71.98377459854444, - 48.85435369756194, - 23.399057743427537, - 72.53951465549224, - 0.0, - 0.0, - 301.9356312362479 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 41.7727845644919, - 20.45981033112583, - 124.49503509059005, - 61.750953512929634, - 59.988537128627584, - 81.77234668801887, - 144.36720176890626, - 165.7167107652754, - 41.63796614326938, - 41.82578569955266, - 101.69802907552264, - 123.77720418369914, - 61.27188500087556, - 61.414422034000125, - 62.78164548891708, - 19.906128570685244, - 20.746942693882197, - 19.879370716091458, - 61.03363718016553, - 40.17245903013295, - 20.55346282220407, - 59.83570861296693, - 0.0, - 0.0, - 241.58637764473104 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 46.04786640997554, - 23.450515156107887, - 138.96691783281224, - 69.98002294877152, - 71.74243933307358, - 93.86895526091602, - 163.00507664172977, - 185.56589313259434, - 46.182684831198074, - 45.99486527491479, - 117.85359836064596, - 139.6847487397032, - 70.45909146082562, - 70.31655442770104, - 68.94933097278408, - 24.004196916548477, - 23.163382793351527, - 24.030954771142262, - 70.69733928153563, - 47.648191944334485, - 23.35686266502965, - 71.89526784873424, - 0.0, - 0.0, - 285.3375282020736 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 21.95516274361686, - 43.91032548723372, - 87.82065097446744, - 65.86548823085059, - 109.7758137180843, - 87.82065097446744, - 153.68613920531803, - 131.73097646170115, - 109.7758137180843, - 21.95516274361686, - 109.7758137180843, - 153.68613920531803, - 43.91032548723372, - 87.82065097446744, - 21.95516274361686, - 21.95516274361686, - 43.91032548723372, - 65.86548823085059, - 21.95516274361686, - 21.95516274361686, - 65.86548823085059, - 43.91032548723372, - 0.0, - 0.0, - 263.4619529234023 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 21.95516274361686, - 65.86548823085059, - 109.7758137180843, - 43.91032548723372, - 109.7758137180843, - 65.86548823085059, - 131.73097646170115, - 131.73097646170118, - 153.68613920531803, - 87.82065097446744, - 43.91032548723372, - 197.59646469255173, - 87.82065097446744, - 87.82065097446744, - 43.91032548723372, - 21.95516274361686, - 43.91032548723372, - 0.0, - 43.91032548723372, - 43.91032548723372, - 21.95516274361686, - 65.86548823085059, - 21.95516274361686, - 0.0, - 263.4619529234023 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 42.81256735005287, - 21.406283675026437, - 128.4377020501586, - 64.21885102507932, - 64.21885102507932, - 85.62513470010575, - 149.84398572518506, - 171.25026940021147, - 42.81256735005287, - 42.81256735005287, - 107.03141837513218, - 128.43770205015863, - 64.21885102507932, - 64.21885102507932, - 64.21885102507932, - 21.406283675026437, - 21.406283675026437, - 21.406283675026437, - 64.21885102507932, - 42.81256735005287, - 21.406283675026437, - 64.21885102507932, - 0.0, - 0.0, - 256.87540410031727 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 45.00808362441456, - 22.50404181220728, - 135.0242508732437, - 67.51212543662184, - 67.51212543662184, - 90.01616724882912, - 157.52829268545096, - 180.03233449765824, - 45.00808362441456, - 45.00808362441456, - 112.5202090610364, - 135.0242508732437, - 67.51212543662184, - 67.51212543662184, - 67.51212543662184, - 22.50404181220728, - 22.50404181220728, - 22.50404181220728, - 67.51212543662184, - 45.00808362441456, - 22.50404181220728, - 67.51212543662184, - 0.0, - 0.0, - 270.0485017464874 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - } -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_50_file_per_process.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_50_file_per_process.json deleted file mode 100644 index 1c0fa73a..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_50_file_per_process.json +++ /dev/null @@ -1,7318 +0,0 @@ -{ - "4j1b_pseudodata": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 4.562700349818975, - 142.42589500403835, - 669.8910633960381, - 1372.3651143127431, - 1978.3198906504065, - 2457.2760468943734, - 2602.637192216991, - 2554.6673174026096, - 2435.382045993727, - 2220.8934214612977, - 2038.1629278753642, - 1816.6104562233288, - 1594.258702699728, - 1394.1827889334609, - 1260.361991465048, - 1113.536238794468, - 959.0323252910903, - 862.8444332796985, - 757.7675115189344, - 645.5101777416658, - 568.8959652537145, - 502.45683757274503, - 4098.300972780457 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0038813082733357546, - 0.07374485719337934, - 0.2134719550334665, - 0.31826727841353186, - 0.4890448424403051, - 0.5433831582670057, - 0.6326532485537281, - 0.5239766169003269, - 0.5045700755336481, - 0.4618756845269548, - 0.4735196093469621, - 0.38424951906023974, - 0.3454364363268821, - 0.2639289625868313, - 0.24064111294681675, - 0.2833355039535101, - 0.27169157913350284, - 0.22511587985347378, - 0.18242148884678044, - 0.1630149474801017, - 0.15525233093343016, - 0.1630149474801017, - 1.1682737902740625 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036853628509740696, - 0.06914332365357272, - 0.1964791022492684, - 0.28851650468943735, - 0.43681601766016254, - 0.4777650934981319, - 0.5465804466026077, - 0.44274495862944996, - 0.4216920754550173, - 0.3786398156964341, - 0.37950001064251215, - 0.30333406612275615, - 0.2703323934925341, - 0.1993655826957948, - 0.18151944854588054, - 0.21021274770181636, - 0.19784944665152304, - 0.15619366948059765, - 0.12777654966648638, - 0.1088430427456204, - 0.10129947753462529, - 0.10769174967904217, - 0.5539854369791564 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004077253695697439, - 0.07834639073318596, - 0.2304648078176646, - 0.3480180521376264, - 0.5412736672204477, - 0.6090012230358794, - 0.7187260505048483, - 0.6052082751712038, - 0.5874480756122789, - 0.5451115533574755, - 0.567539208051412, - 0.46516497199772333, - 0.4205404791612303, - 0.32849234247786785, - 0.29976277734775303, - 0.3564582602052038, - 0.34553371161548263, - 0.29403809022634986, - 0.23706642802707456, - 0.217186852214583, - 0.2092051843322351, - 0.2183381452811612, - 1.7825621435689678 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036891835138056347, - 0.0697055068987887, - 0.20011746488287005, - 0.29644638136451296, - 0.45133635578336223, - 0.4979751263228329, - 0.5749321299850483, - 0.4717074022559649, - 0.4495407048979685, - 0.40812732755780123, - 0.41596750962449774, - 0.3320416169575081, - 0.2970166304534845, - 0.22642442655056388, - 0.20150297064556738, - 0.2380699281520572, - 0.22485243605442112, - 0.18467652895358855, - 0.1501670893500591, - 0.13112696774255994, - 0.12542277878047534, - 0.12785175001428226, - 0.8020064937350705 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0040734330328658745, - 0.07778420748796999, - 0.22682644518406295, - 0.34008817546255077, - 0.526753329097248, - 0.5887911902111784, - 0.6903743671224079, - 0.5762458315446889, - 0.5595994461693278, - 0.5156240414961084, - 0.5310717090694264, - 0.43645742116297137, - 0.3938562422002798, - 0.30143349862309876, - 0.27977925524806624, - 0.328601079754963, - 0.3185307222125845, - 0.26555523075335896, - 0.21467588834350182, - 0.19490292721764346, - 0.18508188308638504, - 0.19817814494592112, - 1.5345410868130536 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0037006455023003296, - 0.07003372002965264, - 0.2019778547773542, - 0.29963099480278493, - 0.4591067652693013, - 0.506908017959357, - 0.5883401094152866, - 0.4858902484957097, - 0.46497763822809307, - 0.42391084958764647, - 0.43319642479078896, - 0.3509491676292961, - 0.31214836559789716, - 0.23849117139059764, - 0.21732797415758381, - 0.25254168927639836, - 0.2421420269852041, - 0.2005945019278397, - 0.1616154326203553, - 0.14375771519106278, - 0.13554698947514635, - 0.14171420638515153, - 0.9680943457497022 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.00406197104437118, - 0.07745599435710603, - 0.22496605528957883, - 0.33690356202427885, - 0.5189829196113089, - 0.5798582985746543, - 0.6769663876921694, - 0.562062985304944, - 0.5441625128392031, - 0.4998405194662632, - 0.5138427939031351, - 0.41754987049118325, - 0.37872450705586713, - 0.289366753783065, - 0.2639542517360498, - 0.31412931863062177, - 0.3012411312818016, - 0.24963725777910778, - 0.20322754507320562, - 0.1822721797691406, - 0.17495767239171406, - 0.18431568857505184, - 1.3684532347984222 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.003700736470462986, - 0.07028370054063218, - 0.20320128559691886, - 0.3020667583260702, - 0.4636906509855525, - 0.513849980387985, - 0.596772130348225, - 0.4939887801443501, - 0.47515151753957446, - 0.43389424156652545, - 0.4444312657833308, - 0.359481890318295, - 0.32195573418203627, - 0.24612267249216052, - 0.22374677868277548, - 0.2626235997754342, - 0.2508712409055406, - 0.20857959627764766, - 0.1678834119318628, - 0.15036118508644677, - 0.14250159647838365, - 0.1484968835609684, - 1.0520481353199065 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004061880076208524, - 0.07720601384612649, - 0.22374262447001414, - 0.3344677985009935, - 0.5143990338950576, - 0.5729163361460262, - 0.668534366759231, - 0.5539644536563036, - 0.5339886335277217, - 0.4898571274873841, - 0.5026079529105933, - 0.40901714780218434, - 0.368917138471728, - 0.2817352526815021, - 0.25753544721085814, - 0.304047408131586, - 0.292511917361465, - 0.24165216342929988, - 0.19695956576169812, - 0.17566870987375663, - 0.16800306538847673, - 0.177533011399235, - 1.2844994452282177 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0038813082733357546, - 0.06598224064670782, - 0.19018410539345196, - 0.36484297769356094, - 0.5006887672603124, - 0.5938401658203705, - 0.6559410981937426, - 0.47740091762029785, - 0.5744336244536916, - 0.44246914316027597, - 0.5084513838069838, - 0.39589344388024694, - 0.3531990528735537, - 0.2484037294934883, - 0.26781027086016707, - 0.24452242122015252, - 0.23287849640014524, - 0.2600476543134955, - 0.19406541366678773, - 0.15913363920676593, - 0.1436084061134229, - 0.1436084061134229, - 1.1876803316407412 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.06986354892004358, - 0.18630279712011621, - 0.3648429776935609, - 0.5278579251736626, - 0.5511457748136772, - 0.648178481647071, - 0.6404158651003995, - 0.46963830107362636, - 0.5744336244536918, - 0.43470652661360454, - 0.44635045143361185, - 0.3920121356069112, - 0.3027420453201889, - 0.22899718812680953, - 0.27557288740683855, - 0.27169157913350284, - 0.236759804673481, - 0.22123457158013798, - 0.1707775640267732, - 0.15137102266009445, - 0.17465887230010896, - 1.3080008881141496 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12813557867360206, - 9.097626085825747, - 43.18169001300391, - 88.79795602080617, - 123.77896899869947, - 148.50913568270462, - 142.74303464239256, - 138.51456054616366, - 126.46981615084509, - 114.93761407022095, - 102.12405620286074, - 82.00677035110526, - 82.39117708712608, - 68.80880574772428, - 61.50507776332897, - 52.023044941482446, - 45.488130429128745, - 41.644063068920694, - 31.39321677503252, - 29.34304751625488, - 26.39592920676203, - 23.576946475942783, - 202.19794314694437 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12142047350373861, - 8.52695026078186, - 39.79429785518855, - 80.64580633188152, - 110.54204917728337, - 130.65905273034215, - 123.64567195874757, - 117.89429249515402, - 106.37962696974233, - 94.89288699200787, - 82.87356149210866, - 65.47732274669741, - 64.83723147402551, - 53.192858706983095, - 46.70685995178803, - 38.81516584770156, - 33.27485571395968, - 29.848073878412706, - 22.009944450448636, - 20.20590361711882, - 17.666364562202535, - 15.586872277092816, - 99.23033439154338 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13485068384346552, - 9.668301910869637, - 46.56908217081924, - 96.95010570973098, - 137.0158888201158, - 166.3592186350674, - 161.84039732603782, - 159.13482859717368, - 146.56000533194813, - 134.98234114843422, - 121.37455091361305, - 98.53621795551324, - 99.94512270022673, - 84.42475278846553, - 76.30329557486995, - 65.23092403526333, - 57.70140514429778, - 53.44005225942863, - 40.776489099616384, - 38.48019141539092, - 35.125493851321515, - 31.567020674792747, - 305.1655519023447 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12187695650276331, - 8.601038652794617, - 40.530592919904905, - 82.59632214858257, - 114.1855763483936, - 135.89581968879833, - 129.6456965106388, - 124.80153496312009, - 113.02895053690426, - 101.89817720308027, - 89.72153324646455, - 71.55940011766336, - 71.17977444042181, - 58.8752491741714, - 52.16239638752681, - 43.70214670179982, - 37.951512026257305, - 34.39730536407469, - 25.67697448965336, - 23.861899981728705, - 21.252044525896864, - 18.831439313410677, - 142.39912075135118 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13439420084444081, - 9.594213518856872, - 45.83278710610289, - 94.99958989302989, - 133.37236164900557, - 161.12245167661126, - 155.84037277414663, - 152.22758612920754, - 139.9106817647862, - 127.97705093736181, - 114.52657915925712, - 92.45414058454728, - 93.60257973383045, - 78.7423623212772, - 70.84775913913116, - 60.34394318116503, - 53.02474883200015, - 48.89082077376665, - 37.109459060411645, - 34.82419505078104, - 31.539813887627187, - 28.322453638474883, - 261.996765542537 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12231241725841188, - 8.640593505295636, - 40.85594517110451, - 83.6305744782018, - 116.10993148480188, - 138.6486884652588, - 132.70169102069505, - 128.27845184594156, - 116.47533411281066, - 105.5249586557526, - 93.39971108101389, - 74.63111626258735, - 74.56042746764628, - 61.909831027760276, - 55.077394711259345, - 46.391930729066154, - 40.44801154156819, - 36.83989183465864, - 27.609077824334562, - 25.842183295050383, - 23.082217008802417, - 20.62102084753454, - 167.52401108757883 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13395874008879224, - 9.55465866635586, - 45.50743485490328, - 93.96533756341066, - 131.44800651259732, - 158.36958290015076, - 152.7843782640903, - 148.75066924638614, - 136.4642981888798, - 124.35026948468952, - 110.8484013247078, - 89.38242443962328, - 90.22192670660598, - 75.70778046768834, - 67.93276081539864, - 57.654159153898725, - 50.528249316689276, - 46.448234303182694, - 35.17735572573046, - 32.84391173745936, - 29.70964140472163, - 26.53287210435102, - 236.87187520630928 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12236046810041448, - 8.667979482059492, - 41.08086815934106, - 84.31244896117256, - 117.32646168038033, - 140.40722915544902, - 134.7288989844099, - 130.5212459186563, - 118.89049556532163, - 107.8446340756715, - 95.61268359991081, - 76.58981874149462, - 76.69405002733113, - 63.984885617399215, - 57.055278485658526, - 48.17262586059715, - 42.04548881254327, - 38.34927088999959, - 28.86389553145623, - 26.950803312201522, - 24.22055647173216, - 21.569730665678637, - 180.4669348353797 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13391068924678964, - 9.527272689592003, - 45.28251186666674, - 93.28346308043987, - 130.23147631701886, - 156.61104220996052, - 150.75717030037544, - 146.50787517367132, - 134.04913673636884, - 122.03059406477055, - 108.6354288058109, - 87.42372196071601, - 88.08830414692112, - 73.6327258780494, - 65.95487704099946, - 55.87346402236771, - 48.930772045714185, - 44.93885524784176, - 33.92253801860878, - 31.73529172030823, - 28.571301941791894, - 25.58416228620692, - 223.92895145850844 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.3844067360208062, - 8.585083771131337, - 41.25965633289987, - 91.4888031729518, - 122.11320647594263, - 150.30303378413504, - 141.46167885565654, - 131.8515104551364, - 126.59795172951871, - 118.65354585175538, - 100.45829368010395, - 82.77558382314687, - 80.46914340702205, - 66.37422975292584, - 65.09287396618983, - 53.048129570871254, - 46.51321505851757, - 37.928131287386236, - 33.699657191157364, - 27.93355615084526, - 28.446098465539666, - 23.064404161248376, - 203.86370566970123 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.2562711573472041, - 8.328812613784134, - 40.10643612483746, - 87.13219349804935, - 127.75117193758112, - 152.8657453576071, - 156.5816771391416, - 141.20540769830933, - 136.20812013003882, - 125.70100267880348, - 112.8874448114433, - 87.51660023407015, - 85.0820242392717, - 73.29355100130036, - 63.170840286085806, - 58.68609503250973, - 51.254231469440825, - 44.46304579973993, - 36.1342331859558, - 30.624403302990906, - 28.702369622886877, - 26.908471521456445, - 224.87794057217218 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.03948591840504788, - 3.751162248479549, - 14.425522190644163, - 26.560861113795543, - 35.70843221096497, - 40.28879874595052, - 40.380932555562296, - 40.31512269155388, - 38.31450282569813, - 35.26092513570776, - 29.86451628701788, - 29.390685266157302, - 24.27067784630276, - 21.00650859148547, - 19.914064848945813, - 17.136888587790782, - 15.254726477150166, - 13.543670012931425, - 11.648345929489128, - 10.503254295742739, - 9.410810553203081, - 8.713225994713898, - 64.95433577630378 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.03747799775740368, - 3.513091774935914, - 13.313440784684389, - 24.094805097856778, - 31.893796348649303, - 35.42869792382925, - 34.92279035262768, - 34.31706608150299, - 31.99407454024377, - 29.01743763013554, - 24.10641190130961, - 23.330996073215932, - 18.926651181493682, - 16.078807877054764, - 14.970474754161923, - 12.662049403677665, - 11.024237261542037, - 9.580991571035632, - 8.07493324451475, - 7.161288321499549, - 6.269850114470687, - 5.667570989726842, - 33.65405555769394 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.04149383905269207, - 3.9892327220231834, - 15.537603596603926, - 29.0269171297343, - 39.523068073280626, - 45.14889956807178, - 45.83907475849692, - 46.31317930160478, - 44.634931111152476, - 41.50441264127997, - 35.62262067272614, - 35.45037445909867, - 29.614704511111846, - 25.934209305916177, - 24.857654943729703, - 21.611727771903894, - 19.48521569275829, - 17.506348454827208, - 15.2217586144635, - 13.845220269985921, - 12.551770991935467, - 11.758880999700954, - 96.25461599491359 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.03759861489878161, - 3.5463784041513686, - 13.53348840434602, - 24.715764352499413, - 32.95228302398392, - 36.864689722075326, - 36.63835540949847, - 36.27850439957474, - 34.20342766489152, - 31.166031797837512, - 26.21577495817375, - 25.5364567500634, - 20.91362269852157, - 17.949655009858258, - 16.854839027376922, - 14.38552521751392, - 12.678241303749461, - 11.141948897423987, - 9.535503176065543, - 8.46678717999412, - 7.504678433532348, - 6.886235377908912, - 45.950174765260094 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.04137322191131415, - 3.9559460928077272, - 15.317555976942293, - 28.405957875091666, - 38.46458139794601, - 43.712907769825705, - 44.12350970162612, - 44.35174098353302, - 42.425577986504734, - 39.355818473578, - 33.51325761586201, - 33.2449137822512, - 27.627732994083953, - 24.063362173112683, - 22.973290670514707, - 19.888251958067638, - 17.831211650550863, - 15.945391128438859, - 13.761188682912703, - 12.539721411491351, - 11.316942672873807, - 10.540216611518884, - 83.95849678734743 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.037638717784661734, - 3.5636346759455875, - 13.643577612729194, - 25.033402653434067, - 33.5048788890667, - 37.622171539603414, - 37.56483572386521, - 37.328801140161424, - 35.36027191207068, - 32.37785833549328, - 27.31847784154484, - 26.79073466029319, - 22.004395281827065, - 19.004187232161357, - 17.936970055742727, - 15.33668978359109, - 13.613215100861872, - 12.01136589002068, - 10.285635060063015, - 9.254840969847313, - 8.258356029609097, - 7.610164653239783, - 54.246181029380054 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.041333119025434024, - 3.938689821013509, - 15.207466768559119, - 28.088319574157005, - 37.911985532863234, - 42.95542595229762, - 43.19702938725938, - 43.30144424294634, - 41.26873373932557, - 38.14399193592223, - 32.410554732490915, - 31.990635872021418, - 26.53696041077846, - 23.008829950809584, - 21.8911596421489, - 18.937087391990467, - 16.89623785343845, - 15.07597413584216, - 13.01105679891523, - 11.751667621638159, - 10.563265076797057, - 9.816287336188013, - 75.66249052322746 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0376572268089141, - 3.574652481115546, - 13.720093918988475, - 25.223767967869655, - 33.85219363403638, - 38.1170939020833, - 38.13003160720779, - 37.99707038624432, - 36.05734397624389, - 33.123290778233084, - 27.986545956230863, - 27.50765580207464, - 22.652191079216944, - 19.56834876953197, - 18.514010789155606, - 15.907447937205244, - 14.126530189225074, - 12.53266916476746, - 10.73598800062694, - 9.670200749159713, - 8.665541915327914, - 7.995248913098849, - 58.333590243293855 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.04131461000118166, - 3.9276720158435503, - 15.13095046229984, - 27.89795425972142, - 37.56467078789354, - 42.46050358981774, - 42.6318335039168, - 42.633174996863445, - 40.571661675152356, - 37.398559493182425, - 31.7424866178049, - 31.273714730239966, - 25.88916461338858, - 22.444668413438976, - 21.31411890873602, - 18.36632923837631, - 16.382922765075254, - 14.55467086109538, - 12.560703858351308, - 11.336307842325757, - 10.15607919107824, - 9.431203076328947, - 71.57508130931366 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.03948591840504788, - 3.790648166884596, - 14.135958789007143, - 26.100192065736646, - 35.82688996618011, - 39.735995888279845, - 41.486538270903644, - 39.26216486741927, - 38.03810139686279, - 35.57681248294814, - 30.114593770249847, - 28.153459822799135, - 25.0735581872054, - 21.29607199312249, - 20.216790223384514, - 16.80783926774872, - 15.307374368356898, - 13.214620692889358, - 12.359092460779989, - 10.042585247683846, - 9.476620417211493, - 8.528958375490344, - 65.0069836675105 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.07897183681009576, - 3.843296058091328, - 14.438684163445846, - 27.24528369948304, - 36.87984779031472, - 41.618157998920466, - 43.816207456801465, - 42.38155242141806, - 39.98607337151182, - 38.077587315267834, - 32.51007282015608, - 30.285699416671726, - 27.139987917069575, - 22.901832674927768, - 20.730107162650135, - 18.466247840760726, - 16.7420294037403, - 14.636113755471083, - 13.188296747285992, - 11.240324772636965, - 10.332148649320864, - 9.134409124367744, - 73.48329415179413 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1508412826930081, - 61.6585348765908, - 356.27390324600077, - 854.1455473894999, - 1412.0822538643208, - 1781.1039374724573, - 1920.4885220570832, - 1908.5374779675788, - 1811.9110733476243, - 1638.6651971760698, - 1471.3948430492683, - 1298.0161774989417, - 1149.3805995265147, - 997.2924977060077, - 859.2358069091036, - 750.171463810812, - 643.4088032779064, - 556.6530758133564, - 484.8582850238155, - 415.4979661784331, - 354.41485194318886, - 314.7108276902802, - 2390.784238542204 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_ME_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.7745432765222768, - 68.0307177878733, - 386.8843666228771, - 905.0538186162805, - 1485.4449138236369, - 1927.0636719874196, - 2139.933982484958, - 2172.206619006719, - 2131.414006443213, - 2016.3943298796548, - 1894.2746732813105, - 1703.866117802918, - 1568.4501349576076, - 1355.063462275721, - 1244.4328642791231, - 1140.1277030407903, - 962.8863832632767, - 858.3230409327698, - 760.8596786370501, - 678.6290007796019, - 590.0728861638881, - 513.0058301499213, - 4120.8284121907 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_PS_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4024566873233706, - 117.80636173516312, - 549.8905174932456, - 1216.0574439718462, - 1774.6176937139976, - 2200.582038472849, - 2262.800116965013, - 2178.0152354131915, - 1997.6083069984127, - 1760.0831425908282, - 1560.1693166160069, - 1349.1633332050822, - 1142.3647198561275, - 988.6044685004931, - 852.4386737676423, - 727.3650364708944, - 630.3405329206138, - 566.8474938036102, - 459.368313129646, - 400.4651322620643, - 339.26702226977176, - 293.87842402548813, - 2191.019833786553 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.092414993450231, - 57.743580316273516, - 328.4939045936843, - 775.4528311174598, - 1262.375952250949, - 1568.6178800306063, - 1666.8714608000282, - 1633.0287887738045, - 1528.8404128770667, - 1363.0588911902241, - 1206.2865790220587, - 1049.1010387561585, - 915.705932241671, - 782.1778247153387, - 663.932973108143, - 570.4522478960461, - 481.7576696281557, - 410.1499693907462, - 350.6942457044866, - 295.6758146657266, - 247.8507073818804, - 216.19386887062228, - 1336.988775722009 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2092675719357855, - 65.57348943690808, - 384.05390189831746, - 932.8382636615388, - 1561.7885554776933, - 1993.5899949143134, - 2174.105583314144, - 2184.04616716136, - 2094.9817338181874, - 1914.2715031619186, - 1736.5031070764783, - 1546.9313162417238, - 1383.0552668113558, - 1212.407170696674, - 1054.5386407100627, - 929.8906797255775, - 805.0599369276573, - 703.156182235967, - 619.0223243431452, - 535.3201176911402, - 460.978996504498, - 413.2277865099384, - 3444.5797013624106 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0952886386002247, - 58.29213116514771, - 334.17413833222577, - 794.616621829163, - 1302.9418750144562, - 1630.1522312484253, - 1743.9399430372746, - 1719.1060624506677, - 1618.9004601772037, - 1452.029588372599, - 1292.9615719275375, - 1131.2562795763656, - 993.8283949007431, - 854.5355165976085, - 729.9982701408973, - 632.1440084733952, - 537.9140178083528, - 461.3565893275389, - 398.7308200740278, - 338.4439351602992, - 286.1653688136991, - 252.08881319477612, - 1745.737018355601 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2063939267857917, - 65.02493858803386, - 378.37366815977606, - 913.6744729498355, - 1521.2226327141864, - 1932.055643696495, - 2097.0371010768977, - 2097.968893484496, - 2004.9216865180497, - 1825.3008059795438, - 1649.8281141709995, - 1464.776075421517, - 1304.9328041522836, - 1140.049478814404, - 988.4733436773085, - 868.1989191482282, - 748.9035887474602, - 651.9495622991743, - 570.9857499736041, - 492.55199719656775, - 422.6643350726792, - 377.33284218578456, - 3035.8314587288182 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0968592879710155, - 58.56272479657494, - 337.00088912058936, - 804.4214617339287, - 1323.9496817440759, - 1662.3760669206197, - 1784.429062706417, - 1765.896936545695, - 1668.5746294753606, - 1502.3116674467751, - 1342.6769692155522, - 1179.0438645239556, - 1038.929361276421, - 897.594659539599, - 769.5284087771378, - 668.8708533575488, - 570.7273501418495, - 491.624061905456, - 426.5035381336862, - 363.78603389681217, - 308.7234469315536, - 272.8894778302647, - 1984.3848397976137 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2048232774150012, - 64.75434495660664, - 375.54691737141246, - 903.8696330450698, - 1500.2148259845662, - 1899.8318080243002, - 2056.5479814077553, - 2051.178019389469, - 1955.2475172198929, - 1775.0187269053679, - 1600.1127168829853, - 1416.9884904739265, - 1259.8318377766057, - 1096.990335872414, - 948.943205041068, - 831.4720742640748, - 716.0902564139636, - 621.6820897212573, - 543.2130319139455, - 467.20989846005466, - 400.10625695482463, - 356.53217755029596, - 2797.1836372868056 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.098139460575742, - 58.7472729853918, - 338.84995528456767, - 810.9015087239899, - 1337.9940310869677, - 1684.2020688939663, - 1812.0480148151248, - 1797.01372272832, - 1701.9974225233234, - 1535.6245928450592, - 1375.7069816552769, - 1210.4258549565802, - 1069.1782205181355, - 925.7745108719904, - 795.4002219816628, - 692.3847058522912, - 592.2398156435744, - 511.2233063371664, - 444.2412881454987, - 379.7445618456295, - 322.9954346166737, - 285.99292209443996, - 2121.0022479579566 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2035431048102747, - 64.56979676778978, - 373.69785120743416, - 897.3895860550087, - 1486.1704766416747, - 1878.0058060509537, - 2028.9290292990472, - 2020.0612332068436, - 1921.8247241719298, - 1741.7058015070836, - 1567.08270444326, - 1385.6065000413014, - 1229.5829785348913, - 1068.8104845400228, - 923.0713918365432, - 807.9582217693323, - 694.5777909122387, - 602.0828452895469, - 525.475281902133, - 451.2513705112373, - 385.8342692697045, - 343.42873328612075, - 2660.5662291264634 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1065781564355848, - 63.827428063204536, - 361.010057755545, - 854.8537574096188, - 1404.4689961480442, - 1767.6036839639437, - 1905.8374272658757, - 1909.20142486144, - 1806.643761322991, - 1636.7176196207436, - 1472.235842448159, - 1296.6440205849617, - 1146.901864456099, - 1004.5073872859678, - 859.2800700353611, - 748.2238862554852, - 645.8432752220647, - 560.6367571765245, - 481.27297179696427, - 414.4799142745124, - 362.73631967958454, - 306.65493871142917, - 2405.3468070808963 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9295256514058913, - 56.83385411453163, - 314.799353942795, - 793.4608012905722, - 1349.538456462582, - 1753.7050623191126, - 1944.744715246151, - 1972.0993272732385, - 1872.0646619314623, - 1736.265390573688, - 1543.588001975125, - 1369.8994945409966, - 1225.1148085529655, - 1068.0249734653703, - 923.0632349723085, - 809.3070004907297, - 700.1983942661807, - 599.8538870406019, - 526.4213605795361, - 456.1315160827478, - 390.6220892217612, - 335.2931813999821, - 2654.7695235414753 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaledown": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0656534697487745, - 71.27341147672688, - 372.03843193876315, - 881.2327339840158, - 1386.853962630702, - 1748.2985453701974, - 1875.1739937685209, - 1828.0344991066931, - 1736.6390427011816, - 1580.9282651214198, - 1418.0713407445187, - 1260.3546272216995, - 1087.342652133074, - 956.518017346856, - 818.6726067599403, - 728.5308603188381, - 627.5445226855866, - 529.8805164580225, - 460.7384119207934, - 399.2439381664671, - 346.8388616541157, - 309.9171032022317, - 2307.3905039989763 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaleup": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9624334619918087, - 56.783574257516705, - 329.85802853999223, - 836.8679763172763, - 1406.8852347396246, - 1783.1967183784213, - 1976.8383309311728, - 1950.595978534196, - 1844.8566221766962, - 1686.2475876404465, - 1492.6701373184942, - 1333.4836427050489, - 1168.5225473196533, - 1001.9573961642711, - 879.2792108757154, - 750.1848025072142, - 648.359342228481, - 569.6964472683507, - 493.5358793093989, - 429.5019729715441, - 355.71540755217217, - 321.5169385360632, - 2396.9084559751973 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.4742003678961515, - 49.50735524252015, - 201.50362133797682, - 311.80948301867954, - 348.2885868815892, - 393.453191664239, - 401.27014249200545, - 379.55639019265453, - 370.87088927291416, - 332.6546852260564, - 310.94093292670556, - 290.0957307193287, - 238.8512752928604, - 222.3488235453537, - 211.92622244166523, - 179.78986903862582, - 162.41886719914513, - 150.25916591150855, - 147.6535156355864, - 105.96311122083264, - 104.22601103688456, - 99.01471048504033, - 942.3768497918312 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.294573351999771, - 46.3487371221047, - 185.73548797994852, - 282.85602642534536, - 309.9601634486295, - 343.69691539379727, - 344.8929088704456, - 321.06849842102656, - 306.20687350821066, - 270.0570315567304, - 247.70310355521383, - 226.6866205554806, - 184.23782262838637, - 168.19982804256276, - 157.48189276541277, - 129.98432969265485, - 114.63286967015597, - 103.64872378981593, - 100.51160228417683, - 71.05081743946344, - 67.55799752897062, - 65.39848343622901, - 440.06577801897134 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.653827383792532, - 52.66597336293561, - 217.27175469600502, - 340.7629396120138, - 386.6170103145489, - 443.209467934681, - 457.64737611356543, - 438.0442819642825, - 435.53490503761765, - 395.25233889538265, - 374.17876229819734, - 353.50484088317666, - 293.46472795733445, - 276.4978190481446, - 266.3705521179177, - 229.59540838459682, - 210.20486472813417, - 196.86960803320116, - 194.79542898699603, - 140.8754050022018, - 140.89402454479853, - 132.6309375338516, - 1444.6879215646911 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.307601603379381, - 46.833062367141714, - 189.0669136409289, - 290.2363883353953, - 321.7787620442859, - 360.1830275426987, - 364.2056222960103, - 341.6564740902272, - 330.91711005377687, - 293.98129812453607, - 272.88292713644387, - 252.13881601711554, - 204.6470669739731, - 188.6372459817579, - 178.0545195259569, - 150.03802491543485, - 133.82902095915867, - 122.58070692545424, - 119.86205692545678, - 84.25218170928059, - 82.17003643020062, - 76.73754059790197, - 613.4601598819175 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.6407991324129214, - 52.1816481178986, - 213.9403290350247, - 333.38257770196384, - 374.79841171889245, - 426.7233557857796, - 438.3346626880008, - 417.45630629508173, - 410.8246684920514, - 371.32807232757705, - 348.99893871696725, - 328.0526454215417, - 273.0554836117477, - 256.0604011089495, - 245.7979253573736, - 209.54171316181683, - 191.00871343913144, - 177.93762489756287, - 175.4449743457161, - 127.67404073238467, - 126.28198564356845, - 121.29188037217865, - 1271.2935397017445 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.3124261277183935, - 47.05627295523146, - 190.6622026657194, - 293.8976119660648, - 327.3613270471635, - 368.1625668763541, - 373.97506015943907, - 352.68973376404944, - 343.3810142255798, - 307.02447092330476, - 285.6951538228662, - 265.828658287097, - 217.8423649642416, - 202.07649797910958, - 191.80011864051446, - 161.78732949906606, - 146.15566028869165, - 134.63338655644537, - 131.46982177183418, - 93.7667136918102, - 92.21762746058413, - 86.6107159129409, - 781.8325172575937 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.6359746080739095, - 51.95843752980887, - 212.3450400102342, - 329.7213540712944, - 369.2158467160148, - 418.74381645212424, - 428.56522482457206, - 406.4230466212597, - 398.3607643202486, - 358.2848995288082, - 336.1867120305448, - 314.36280315156023, - 259.8601856214793, - 242.62114911159776, - 232.052326242816, - 197.79240857818561, - 178.68207410959855, - 165.88494526657172, - 163.8372094993387, - 118.15950874985506, - 116.23439461318495, - 111.41870505713972, - 1102.9211823260682 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.3150724912798766, - 47.19311030800292, - 191.7483313412805, - 296.2159078724954, - 330.4436891837227, - 372.86739415581593, - 379.6868084174025, - 358.3380303664657, - 350.1035308675304, - 313.42305230868715, - 292.039036909097, - 272.4697483579252, - 224.0582454806677, - 208.1614445691706, - 197.87657651053598, - 167.95248126168283, - 151.4437053838189, - 140.16082577067294, - 137.15587994660854, - 98.22667091526371, - 96.36319669293343, - 91.20270632146966, - 853.3222578431458 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.6333282445124264, - 51.821600177037396, - 211.25891133467303, - 327.40305816486386, - 366.1334845794557, - 414.0389891726623, - 422.8534765666085, - 400.7747500188434, - 391.6382476782979, - 351.8863181434258, - 329.8428289443141, - 307.72171308073223, - 253.64430510505318, - 236.53620252153675, - 225.9758683727945, - 191.6272568155689, - 173.39402901447133, - 160.35750605234418, - 158.15115132456432, - 113.69955152640152, - 112.08882538083566, - 106.82671464861097, - 1031.4314417405162 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.7371001839480757, - 49.507355242520156, - 182.39551931454798, - 316.15223347854976, - 343.9458364217189, - 386.50479092844677, - 409.08709331977184, - 407.3499931358238, - 361.3168382611997, - 349.1571369735632, - 308.3352826507834, - 271.85617878787383, - 253.61662685641903, - 231.03432446509413, - 180.65841913059987, - 184.132619498496, - 186.73826977441814, - 126.80831342820953, - 142.44221508374218, - 103.3574609449105, - 108.56876149675475, - 95.54051011714417, - 960.6164017232859 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 62.53560662213073, - 198.02942097008065, - 343.945836421719, - 383.8991406525247, - 429.0637454351747, - 449.04039755057755, - 424.72099497530445, - 390.8475413883169, - 374.34508964081033, - 334.3917854100046, - 324.8377343982901, - 270.98762869589984, - 243.19402575273068, - 218.87462317745758, - 215.40042280956143, - 173.7100183948076, - 157.20756664730087, - 155.4704664633528, - 142.4422150837422, - 109.43731158872876, - 102.48891085293647, - 1063.9738626681967 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.3873453586987474, - 48.269671361457156, - 196.46603080452735, - 304.01424594321264, - 339.58137220954944, - 383.61686187263314, - 391.23838892970537, - 370.0674804378382, - 361.59911704109135, - 324.3383180954051, - 303.167409603538, - 282.84333745134546, - 232.87999341053887, - 216.79010295671986, - 206.62806688062358, - 175.29512231266017, - 158.3583955191664, - 146.50268676372082, - 143.96217774469676, - 103.31403344031179, - 101.62036076096244, - 96.5393427229143, - 918.8174285470354 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 3.561055377093555, - 50.74503912358316, - 206.54121187142613, - 319.60472009414656, - 356.9958015536289, - 403.28952145584503, - 411.3018960543056, - 389.04529994747077, - 380.1426615047369, - 340.97105235670784, - 318.7144562498732, - 297.3481239873118, - 244.8225571751819, - 227.90754413398747, - 217.22437800270686, - 184.28461576459148, - 166.47933887912367, - 154.01564505929625, - 151.34485352647613, - 108.61218900135343, - 106.83166131280666, - 101.49007824716631, - 965.9362710366269 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_pseudodata": { - "contents": [ - 11.914493725102213, - 279.82693754032806, - 1090.88189153421, - 2263.3476057440844, - 3704.3644781744, - 5373.863600206453, - 7188.23837285046, - 6993.308239688029, - 4712.83956643014, - 3575.918774364667, - 2995.878628914471, - 2548.3493129477215, - 2151.9558912414423, - 1846.7621059132193, - 1582.6998736889163, - 1369.864283733875, - 1195.8086662384699, - 1074.5840005838054, - 918.7834662573639, - 802.2414650099837, - 695.3240607875013, - 611.8766013559388, - 550.2735442068081, - 470.4696265139531, - 416.28534123417006, - 375.80920744436435, - 3598.2060579356335 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan": { - "contents": [ - 0.027169157913350284, - 0.10867663165340113, - 0.43082521834026877, - 0.745211188480465, - 1.1100541661740262, - 1.1837990233674054, - 1.4516092942275725, - 1.377864437034193, - 1.2769504219274637, - 1.1876803316407412, - 1.094528933080683, - 0.985852301427282, - 0.935395293873917, - 0.7956681960338299, - 0.7684990381204796, - 0.6326532485537282, - 0.5511457748136772, - 0.4890448424403051, - 0.4036560604269185, - 0.29886073704685306, - 0.37260559424023243, - 0.26781027086016707, - 0.2910981205001816, - 0.19018410539345199, - 0.1436084061134229, - 0.1552523309334302, - 1.4787784521409228 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.024148287167859647, - 0.09375767104144152, - 0.36819472996935343, - 0.6316589058904527, - 0.933214059269744, - 0.9901780194979144, - 1.198459816333746, - 1.1220743353147795, - 1.0303617498607354, - 0.9351872800086428, - 0.8484531395150111, - 0.7334476708492854, - 0.6929725997841971, - 0.5918316494343611, - 0.5557430631725598, - 0.43804069171128346, - 0.37651746781622075, - 0.3377445930107572, - 0.2591949794021971, - 0.1988610732657029, - 0.22471464961071766, - 0.17721289443484742, - 0.19238783945652188, - 0.11408741796819824, - 0.09363086142269862, - 0.0964057542563666, - 0.7710552434911215 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.030190028658840917, - 0.12359559226536075, - 0.49345570671118405, - 0.858763471070477, - 1.2868942730783077, - 1.377420027236896, - 1.7047587721213984, - 1.6336545387536061, - 1.523539093994191, - 1.440173383272839, - 1.3406047266463545, - 1.2382569320052779, - 1.1778179879636363, - 0.9995047426332982, - 0.9812550130683989, - 0.8272658053961726, - 0.7257740818111336, - 0.6403450918698529, - 0.5481171414516398, - 0.39886040082800334, - 0.5204965388697472, - 0.35840764728548674, - 0.3898084015438413, - 0.2662807928187057, - 0.1935859508041472, - 0.21409890761049377, - 2.1865016607907233 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.02540837815697481, - 0.09931928256992278, - 0.38996086418445325, - 0.669923389957551, - 0.9890297587034246, - 1.0493535370511433, - 1.2820962179844426, - 1.1989568057290585, - 1.10436089339146, - 1.021774415951422, - 0.9395171826147577, - 0.8235105183508367, - 0.7847623868856157, - 0.6709666734923354, - 0.6345769826121419, - 0.5150345071566538, - 0.45036160159777894, - 0.3926924561726969, - 0.3202004125154202, - 0.24223160030269963, - 0.2822374575848067, - 0.21475054288232176, - 0.23160694342253543, - 0.14599486489254848, - 0.11402355831801353, - 0.12030600156738339, - 1.0559045789621162 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.028929937669725753, - 0.11803398073687946, - 0.47168957249608423, - 0.8204989870033788, - 1.231078573644627, - 1.3182445096836672, - 1.6211223704707018, - 1.5567720683393274, - 1.4495399504634667, - 1.35358624733006, - 1.2495406835466079, - 1.1481940845037268, - 1.0860282008622182, - 0.920369718575324, - 0.9024210936288171, - 0.7502719899508024, - 0.6519299480295753, - 0.5853972287079133, - 0.48711170833841677, - 0.3554898737910066, - 0.4629737308956582, - 0.32086999883801237, - 0.35058929757782775, - 0.2343733458943555, - 0.17319325390883233, - 0.19019866029947702, - 1.9016523253197288 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.02560696165605353, - 0.10153144634939887, - 0.4016583692522651, - 0.6913094591890728, - 1.0243837164063345, - 1.0916976703088888, - 1.3331171675008346, - 1.2627758841132413, - 1.160571667555557, - 1.0808356774923542, - 0.9908179501994806, - 0.8863389534436921, - 0.8402314976195759, - 0.712275134218239, - 0.6790847936186677, - 0.5595078412295329, - 0.48768301872261927, - 0.4328534444948538, - 0.3555837529348679, - 0.2614235174509513, - 0.32267389750348696, - 0.233325877824089, - 0.2516676065241548, - 0.1620982309822932, - 0.1260118886018376, - 0.133146703535297, - 1.2256484414339046 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.02873135417064704, - 0.11582181695740341, - 0.45999206742827237, - 0.799112917771857, - 1.1957246159417172, - 1.2759003764259218, - 1.5701014209543098, - 1.4929529899551448, - 1.3933291762993696, - 1.2945249857891274, - 1.198239915961885, - 1.0853656494108712, - 1.0305590901282577, - 0.8790612578494206, - 0.8579132826222912, - 0.7057986558779232, - 0.6146085309047351, - 0.5452362403857565, - 0.4517283679189691, - 0.3362979566427549, - 0.422537290976978, - 0.30229466389624515, - 0.3305286344762084, - 0.21826997980461074, - 0.16120492362500827, - 0.17735795833156337, - 1.73190846284794 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.025853030536038837, - 0.10266700192383754, - 0.40714993529550103, - 0.7031765289120759, - 1.0447764133016495, - 1.113985870809473, - 1.362496882089454, - 1.2915932335203193, - 1.1933778799269517, - 1.1103154570598956, - 1.020690712229697, - 0.9158684016280438, - 0.8701731225489233, - 0.73915185981137, - 0.7113612074107518, - 0.5857268670066589, - 0.509757535009124, - 0.45043695355917934, - 0.37177790525094356, - 0.27627898228537684, - 0.3409006424459552, - 0.24635579357032775, - 0.2662570804509733, - 0.17289942674345243, - 0.13084311675235136, - 0.14209096619215306, - 1.325355915476603 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.02848528529066173, - 0.11468626138296473, - 0.4545005013850365, - 0.7872458480488538, - 1.1753319190464024, - 1.253612175925337, - 1.5407217063656902, - 1.4641356405480666, - 1.3605229639279752, - 1.2650452062215862, - 1.1683671539316685, - 1.0558362012265197, - 1.0006174651989104, - 0.8521845322562893, - 0.8256368688302069, - 0.6795796301007971, - 0.5925340146182303, - 0.527652731321431, - 0.43553421560289335, - 0.3214424918083294, - 0.4043105460345097, - 0.28926474815000636, - 0.3159391605493899, - 0.2074687840434515, - 0.15637369547449448, - 0.1684136956747073, - 1.6322009888052418 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.019406541366678774, - 0.12420186474674415, - 0.3997747521535827, - 0.7956681960338299, - 0.9897336097006176, - 1.2342560309207702, - 1.4826597604142586, - 1.3933896701275361, - 1.366220512214186, - 1.1760364068207338, - 1.125579399267369, - 0.935395293873917, - 0.904344827687231, - 0.8034308125805014, - 0.7490924967538007, - 0.6365345568270637, - 0.5278579251736627, - 0.46963830107362636, - 0.4075373687002542, - 0.3764869025135682, - 0.3260298949602034, - 0.3376738197802106, - 0.27169157913350284, - 0.19018410539345199, - 0.15137102266009442, - 0.13196448129341565, - 1.447727985954237 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.019406541366678774, - 0.12032055647340839, - 0.43082521834026877, - 0.8111934291271727, - 1.0906476248073473, - 1.3080008881141496, - 1.4787784521409226, - 1.4826597604142586, - 1.4089149032208792, - 1.2458999557407775, - 1.1643924820007268, - 1.144985940634048, - 0.9121074442339026, - 0.8383625870405231, - 0.7995495043071655, - 0.729685955387122, - 0.5899588575470347, - 0.5666710079070202, - 0.426943910066933, - 0.35708036114688935, - 0.3299112032335391, - 0.3493177446002179, - 0.29497942877351735, - 0.25228503776682404, - 0.1707775640267732, - 0.13584578956675142, - 1.6379120913476886 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW": { - "contents": [ - 0.7688134720416123, - 8.07254145643693, - 43.437961170351116, - 86.36338002600772, - 123.65083342002586, - 182.33692845253583, - 230.13149929778996, - 232.18166855656762, - 175.41760720416127, - 145.0494750585174, - 133.261001820546, - 111.60608902470729, - 96.35795516254868, - 83.54439729518849, - 73.93422889466835, - 65.73355185955783, - 59.454908504551355, - 55.09829882964889, - 41.51592749024709, - 39.33762265279585, - 36.0060976072822, - 32.29016582574774, - 32.93084371911575, - 26.524064785435634, - 23.19253973992198, - 21.01423490247074, - 200.53218062418753 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.6997704184391254, - 7.1551968254100276, - 37.57780060681892, - 74.49414333322211, - 105.52552725738298, - 154.1391627448208, - 189.33418416240158, - 187.3742824145627, - 140.73671377906086, - 115.7991556567356, - 105.34606336885848, - 85.69173536708752, - 72.81056796291124, - 62.779880616486906, - 54.581674195502686, - 48.636209372586954, - 42.820343676907505, - 38.517016379430665, - 29.604141776868087, - 27.64323096134712, - 25.06655461191807, - 21.335108414772023, - 21.849280453857688, - 17.230215077818592, - 14.248848530688392, - 12.268825492760888, - 99.90038936844076 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.8378565256440993, - 8.989886087463832, - 49.298121733883285, - 98.23261671879347, - 141.77613958266903, - 210.53469416025064, - 270.92881443317697, - 276.9890546985711, - 210.09850062926157, - 174.29979446029944, - 161.1759402722338, - 137.52044268232729, - 119.90534236218626, - 104.30891397389018, - 93.2867835938341, - 82.83089434652875, - 76.08947333219521, - 71.67958127986711, - 53.427713203626055, - 51.032014344244544, - 46.945640602646286, - 43.24522323672342, - 44.012406984373776, - 35.81791449305266, - 32.13623094915555, - 29.759644312180587, - 301.1639718799337 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.7143538489869147, - 7.412130683953184, - 39.35312305357851, - 78.01868460682338, - 111.18819585710679, - 162.7708688464643, - 202.42388221027707, - 201.49459294077576, - 152.13911551954791, - 125.52700657567537, - 115.22127420750974, - 94.94013498452534, - 81.24751499238539, - 70.39829957151251, - 61.6991210781644, - 55.198711074605406, - 48.78397572233705, - 45.40278012102161, - 34.488287631288195, - 32.30546000833346, - 29.603485082027383, - 25.828787120723742, - 26.31179818877072, - 21.108350485006504, - 18.215805919318107, - 16.10384127560671, - 142.68204811329932 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.8232730950963101, - 8.732952228920677, - 47.522799287123696, - 94.7080754451922, - 136.11347098294516, - 201.90298805860718, - 257.83911638530145, - 262.86874417235816, - 198.69609888877454, - 164.5719435413597, - 151.30072943358255, - 128.27204306488946, - 111.46839533271209, - 96.69049501886457, - 86.16933671117236, - 76.2683926445103, - 70.12584128676568, - 64.79381753827616, - 48.543567349205944, - 46.3697852972582, - 42.408710132536974, - 38.751544530771696, - 39.54988924946074, - 31.939779085864757, - 28.16927356052584, - 25.92462852933476, - 258.3823131350751 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.7198736894619635, - 7.545153433682136, - 40.392685001239016, - 80.14785345409011, - 114.29723249037873, - 167.98141506107524, - 210.5167491728811, - 210.75666602594094, - 159.02493031515849, - 131.2404799312841, - 120.62036291660596, - 100.10624618299434, - 86.00315187304716, - 74.71497399141477, - 65.65937537433476, - 58.514459426994875, - 52.417754578875964, - 48.65308322660353, - 36.69814585498781, - 34.679928404023485, - 31.66806759128738, - 28.114550658899336, - 28.68065664865694, - 23.000136160069893, - 20.051600350737967, - 17.807628031334925, - 165.46456801629475 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.8177532546212612, - 8.599929479191726, - 46.48323733946317, - 92.57890659792545, - 133.0044343496732, - 196.69244184399622, - 249.74624942269747, - 253.60667108719304, - 191.81028409316406, - 158.85847018575097, - 145.90164072448633, - 123.10593186642045, - 106.71275845205034, - 92.3738205989623, - 82.20908241500203, - 72.95264429212085, - 66.49206243022675, - 61.54351443269424, - 46.33370912550634, - 43.99531690156818, - 40.34412762327697, - 36.4657809925961, - 37.18103078957453, - 30.047993410801357, - 26.333479129105978, - 24.220841773606548, - 235.5997932320798 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.7308142655504307, - 7.6268668936851824, - 40.96289833692863, - 81.32268152516558, - 116.20024704658262, - 171.08210586372678, - 215.2899726617159, - 216.36261661303598, - 163.42011380453772, - 135.08405777353929, - 123.84440323385584, - 103.41535450965458, - 88.95984931810506, - 77.26478291274992, - 68.20003661662363, - 60.653031223406, - 54.563164610739584, - 50.64006662920696, - 38.075433145663595, - 36.07991671436788, - 32.947063881469234, - 29.385456388559, - 29.964190740230404, - 24.141358673519786, - 21.134116747971184, - 18.99676023743904, - 178.36088545053067 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.8068126785327941, - 8.518216019188676, - 45.913024003773565, - 91.40407852685001, - 131.10141979346938, - 193.5917510413447, - 244.9730259338628, - 248.00072050009786, - 187.41510060378474, - 155.0148923434958, - 142.67760040723644, - 119.79682353976023, - 103.75606100699241, - 89.82401167762717, - 79.66842117271312, - 70.81407249570971, - 64.34665239836312, - 59.55653103009082, - 44.956421834830536, - 42.59532859122378, - 39.06513133309513, - 35.19487526293644, - 35.897496698001056, - 28.906770897351468, - 25.250962731872765, - 23.031709567502432, - 222.70347579784377 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_res_up": { - "contents": [ - 0.3844067360208062, - 7.9444058777633275, - 40.36270728218467, - 85.08202423927172, - 124.93218920676188, - 178.36472551365415, - 227.44065214564424, - 229.61895698309553, - 175.54574278283485, - 149.79049146944064, - 130.57015466840036, - 115.70642754226253, - 96.61422631989588, - 83.28812613784129, - 71.75592405721713, - 69.5776192197659, - 58.30168829648893, - 56.251519037711304, - 41.00338517555268, - 41.77219864759429, - 32.80270814044214, - 31.52135235370612, - 31.777623511053328, - 26.011522470741227, - 24.345759947984398, - 23.32067531859558, - 202.45421430429158 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_scale_up": { - "contents": [ - 0.6406778933680103, - 8.07254145643693, - 44.71931695708713, - 87.77287139141735, - 129.03252772431713, - 182.8494707672303, - 230.51590603381078, - 252.42708998699698, - 195.27862189856972, - 155.42845693107913, - 137.36134033810126, - 128.26371425227552, - 98.92066673602069, - 93.15456569570863, - 80.98168572171646, - 66.50236533159945, - 62.27389123537059, - 57.66101040312091, - 48.94779105331599, - 40.23457170351106, - 37.92813128738623, - 32.80270814044214, - 33.18711487646295, - 30.752538881664506, - 24.089488790637194, - 22.67999742522757, - 220.13692416124886 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan": { - "contents": [ - 0.4080211568521614, - 5.501704631103339, - 16.610409675723474, - 30.733206491928936, - 40.854763576422876, - 49.976010727988935, - 57.72841270818001, - 60.216025567698026, - 58.00481413701534, - 56.10949005357305, - 53.95092651409709, - 50.38403188484111, - 45.19821460097814, - 41.907721400557485, - 38.07758731526784, - 35.037171598079155, - 31.95726996248542, - 27.929706285170532, - 25.50790328966093, - 23.112424239754695, - 21.217100156312394, - 19.492881719291972, - 17.163212533394145, - 15.254726477150168, - 15.136268721935023, - 14.096472870602092, - 133.26497461703661 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.36093666702404215, - 4.829344582176934, - 14.316908974117199, - 26.304024134906605, - 34.54831207214896, - 42.09628969439399, - 48.17277047979293, - 49.582965017003524, - 47.32715485844983, - 45.3451604180434, - 43.16333720475697, - 39.87515331359553, - 35.4341218905585, - 32.49747928005477, - 29.36123000496209, - 26.604962977193296, - 23.98669553244531, - 21.005962780925852, - 18.894089077749793, - 16.971668605425336, - 15.470562676826905, - 14.057130499962911, - 12.42734058024991, - 10.904827525512847, - 10.736282499768375, - 9.861782106488679, - 84.34394783437043 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.4551056466802807, - 6.174064680029742, - 18.90391037732975, - 35.16238884895125, - 47.16121508069679, - 57.855731761583876, - 67.28405493656706, - 70.84908611839249, - 68.68247341558083, - 66.87381968910267, - 64.7385158234372, - 60.89291045608664, - 54.96230731139778, - 51.317963521060186, - 46.79394462557359, - 43.46938021896499, - 39.92784439252553, - 34.853449789415215, - 32.121717501572064, - 29.25317987408405, - 26.963637635797877, - 24.92863293862103, - 21.89908448653838, - 19.604625428787482, - 19.536254944101664, - 18.3311636347155, - 182.18600139970277 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.38012373853152, - 5.043260779071231, - 15.03950282334826, - 27.67941923865286, - 36.48789123257866, - 44.47044254372874, - 51.17772537438398, - 53.00859702509096, - 50.718717922563386, - 48.883041946127975, - 46.83709749016677, - 43.44491601898734, - 38.78589456281805, - 35.880249632197255, - 32.46744160156309, - 29.651226929078263, - 26.99865886906952, - 23.57178058668244, - 21.38613978431605, - 19.35246650295042, - 17.598556300535996, - 16.099092945012053, - 14.219676133979718, - 12.521613004786136, - 12.433600126596234, - 11.46813775059576, - 103.42519214478297 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.4359185751728028, - 5.960148483135445, - 18.181316528098687, - 33.786993745205, - 45.221635920267076, - 55.48157891224912, - 64.27910004197601, - 67.42345411030507, - 65.29091035146728, - 63.33593816101808, - 61.0647555380274, - 57.323147750694844, - 51.610534639138216, - 47.935193168917706, - 43.68773302897259, - 40.42311626708003, - 36.91588105590131, - 32.28763198365862, - 29.629666795005804, - 26.872381976558966, - 24.835644012088785, - 22.88667049357188, - 20.10674893280857, - 17.98783994951419, - 17.838937317273803, - 16.724807990608426, - 163.10475708929022 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.3853041059360197, - 5.151080164113589, - 15.462148680057606, - 28.50835051705114, - 37.750407201019435, - 46.12555064923281, - 53.13533633472409, - 55.251465982371144, - 53.007102112898835, - 51.21394630091091, - 49.136061438764855, - 45.66928890833215, - 40.88210263917857, - 37.871934472251, - 34.375014340288125, - 31.558408510424098, - 28.67811744688001, - 25.047815733447298, - 22.820675539320945, - 20.61669794945565, - 18.85167616281506, - 17.3211855129694, - 15.222265864555927, - 13.492652561105501, - 13.406391870544823, - 12.405775613265565, - 114.38904134965968 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.4307382077683032, - 5.852329098093087, - 17.75867067138934, - 32.95806246680672, - 43.9591199518263, - 53.82647080674506, - 62.32148908163591, - 65.18058515302488, - 63.002526161131826, - 61.00503380623515, - 58.76579158942931, - 55.09877486135004, - 49.514326562777704, - 45.94350832886395, - 41.78016029024755, - 38.5159346857342, - 35.236422478090816, - 30.81159683689376, - 28.195131040000916, - 25.608150530053734, - 23.582524149809725, - 21.664577925614537, - 19.104159202232367, - 17.016800393194828, - 16.866145573325216, - 15.787170127938616, - 152.1409078844135 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.38787500940467345, - 5.204813712420633, - 15.671717724122495, - 28.95442756452903, - 38.41001453223596, - 46.98451991460652, - 54.203664875221165, - 56.460843776118324, - 54.29279940028076, - 52.463010835976284, - 50.417118205282975, - 46.973918151170594, - 42.10834739824319, - 39.01849726494172, - 35.428356432331796, - 32.57904392267889, - 29.659094806804205, - 25.887371500250175, - 23.6307069445714, - 21.408877709298437, - 19.612549759037393, - 18.001596987445588, - 15.827764839724294, - 14.072492167469079, - 13.968287286379466, - 12.957960578009946, - 121.03434681543378 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.4281673042996494, - 5.798595549786042, - 17.54910162732445, - 32.51198541932882, - 43.29951262060978, - 52.967501541371334, - 61.25316054113884, - 63.9712073592777, - 61.71682887374992, - 59.75596927116979, - 57.48473482291119, - 53.79414561851159, - 48.28808180371309, - 44.79694553617324, - 40.72681819820387, - 37.495299273479404, - 34.255445118166634, - 29.972041070090885, - 27.385099634750457, - 24.815970770210946, - 22.821650553587396, - 20.984166451138346, - 18.498660227063986, - 16.43696078683125, - 16.30425015749057, - 15.234985163194242, - 145.49560241863935 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.421183129653844, - 5.699134223128578, - 16.755191376541983, - 30.364671253481816, - 40.36777058276061, - 49.93652480958389, - 57.75473665378337, - 58.58394094028937, - 59.49211706360548, - 55.64882100551415, - 53.0295884179793, - 49.37055997911153, - 44.81651738972935, - 42.302580584607966, - 38.19604507048298, - 33.799946154720985, - 31.838812207270273, - 28.429861251634474, - 25.63952301767776, - 23.625741179020316, - 20.256276141789563, - 19.874578930540768, - 16.92629702296386, - 16.465627974904965, - 15.267888449951847, - 13.359402393707867, - 133.80461550190557 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.44750707525720934, - 5.725458168731944, - 16.544599811715063, - 32.66801649377628, - 42.38155242141806, - 52.871644744359116, - 60.43977910532663, - 63.46703284971363, - 62.769448291224464, - 58.333863457057404, - 56.78075066645885, - 53.161208145996135, - 49.31791208790481, - 44.921813172142805, - 40.775791739612785, - 37.47213656639044, - 34.563340577218575, - 31.12806567597941, - 27.350579481896496, - 24.91561451358521, - 22.520135463678976, - 21.322395938725855, - 18.7163253239927, - 17.110564642187416, - 15.004648993918195, - 15.030972939521561, - 148.48021517578175 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar": { - "contents": [ - 7.746047095049094, - 180.41650262525775, - 778.7211802468503, - 1693.6399999877895, - 3017.107475084741, - 4802.593462056675, - 7233.170251104295, - 7408.230915452403, - 4539.493439582551, - 3247.5855735071436, - 2677.7863491953353, - 2236.1288753987674, - 1897.8258014132823, - 1610.1154807400321, - 1361.4009742995718, - 1181.6041554419187, - 1004.109019149651, - 886.9445239462508, - 753.3584089013465, - 656.1123205137869, - 570.7730130894745, - 496.89785536583474, - 442.9411044580356, - 388.45319603514747, - 341.9326503385956, - 305.813939312538, - 2684.6913968914932 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_ME_var": { - "contents": [ - 6.7127083965263985, - 229.2648098505939, - 957.8518519658821, - 2077.195977086654, - 3496.6756218598175, - 5235.008915468021, - 7301.10310559118, - 7256.566867191151, - 4995.545952476545, - 3899.050854013149, - 3335.699710889268, - 2823.0811523776033, - 2412.702306366885, - 2077.195977086654, - 1826.5021365856114, - 1584.457362672401, - 1385.787012244438, - 1250.3710293991269, - 1069.6442648772636, - 940.1664471519567, - 833.6667466301441, - 727.6834082926794, - 656.941789036978, - 569.2893082438736, - 507.58402721426546, - 463.04778881423454, - 4606.337956024092 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_PS_var": { - "contents": [ - 13.642078685781875, - 276.53895952767186, - 1097.103617674328, - 2298.3715183980325, - 3707.0755127831103, - 5292.10656158348, - 6847.813516012543, - 6453.850682937162, - 4204.310156470485, - 3025.226570618987, - 2440.657124130112, - 2073.8509523638104, - 1717.4994577211914, - 1456.5150178165616, - 1220.774798283752, - 1026.7257911831919, - 899.867209011669, - 771.9886583402744, - 661.9595564166317, - 573.987273302711, - 499.657068874572, - 421.37448650943094, - 375.8583922026633, - 316.06273889769415, - 283.2962508393208, - 248.6173218436884, - 2159.2733142280517 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_down": { - "contents": [ - 6.917964229689044, - 158.99095503385837, - 676.4905548167528, - 1458.2647914591273, - 2575.4203685083735, - 4042.9815766595957, - 5949.845790880719, - 5968.0441817146, - 3667.631540636359, - 2622.890022831644, - 2140.866495034959, - 1767.4908406564432, - 1483.6797659749664, - 1245.091103930225, - 1042.2898032980463, - 893.8532523980009, - 750.7877151112965, - 656.5104071642853, - 552.71433189751, - 475.3090058862222, - 409.883623636217, - 353.63883081364395, - 311.42837314745253, - 270.74167982717506, - 234.66542543853458, - 207.04767465873735, - 1610.3344552669082 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_up": { - "contents": [ - 8.574129960409145, - 201.84205021665716, - 880.9518056769468, - 1929.0152085164552, - 3458.794581661128, - 5562.205347453795, - 8516.494711327941, - 8848.417649190276, - 5411.355338528783, - 3872.2811241826657, - 3214.7062033557277, - 2704.7669101411016, - 2311.971836851604, - 1975.139857549842, - 1680.5121453010966, - 1469.3550584858344, - 1257.4303231880026, - 1117.3786407282146, - 954.0024859051824, - 836.9156351413516, - 731.6624025427323, - 640.1568799180261, - 574.4538357686192, - 506.1647122431203, - 449.1998752386568, - 404.5802039663392, - 3759.048338516094 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_down": { - "contents": [ - 7.1919004187600635, - 165.16377201037247, - 705.4582195979746, - 1525.3139301862907, - 2700.999517432139, - 4260.658416564006, - 6321.93333330204, - 6393.863289501138, - 3931.268154961739, - 2816.7870102924567, - 2311.6385898023773, - 1920.181662401416, - 1620.5628099507899, - 1368.5927516115114, - 1152.0698285854573, - 994.0825956141997, - 841.604652533683, - 739.6115243655768, - 626.603656933803, - 541.3743527149936, - 469.8832719830456, - 407.87041147237534, - 361.37738844940804, - 315.6414806681831, - 276.63477424827704, - 246.22550854925677, - 2048.741587418751 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_up": { - "contents": [ - 8.300193771338124, - 195.669233240143, - 851.9841408957253, - 1861.9660697892923, - 3333.2154327373623, - 5344.528507549385, - 8144.407168906617, - 8422.598541403739, - 5147.718724203403, - 3678.384136721852, - 3043.9341085883093, - 2552.076088396129, - 2175.088792875781, - 1851.6382098685551, - 1570.732120013685, - 1369.1257152696353, - 1166.6133857656168, - 1034.2775235269232, - 880.1131608688893, - 770.8502883125802, - 671.6627541959039, - 585.9252992592947, - 524.5048204666637, - 461.2649114021124, - 407.23052642891446, - 365.40237007581976, - 3320.6412063642515 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_down": { - "contents": [ - 7.281987638086832, - 168.39821212699255, - 722.5537700889507, - 1567.0882497830466, - 2782.502246806315, - 4406.834482457624, - 6578.999693077658, - 6682.8926855716245, - 4103.100385146172, - 2938.137786449824, - 2416.1838554822657, - 2011.8850062741196, - 1702.1216708477564, - 1439.6637278998994, - 1214.5233893798188, - 1050.7166712206197, - 890.6316925053161, - 784.8162853516884, - 665.2625385204933, - 577.1559322566887, - 501.3216491430489, - 435.54838431027997, - 386.69076318342536, - 338.8215618722963, - 297.1513972154866, - 265.1898382024568, - 2258.3434823768453 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_up": { - "contents": [ - 8.210106552011355, - 192.43479312352298, - 834.8885904047489, - 1820.1917501925363, - 3251.7127033631873, - 5198.352441655767, - 7887.340809131003, - 8133.569145333253, - 4975.886494018971, - 3557.033360564485, - 2939.3888429084204, - 2460.3727445234254, - 2093.529931978814, - 1780.5672335801676, - 1508.2785592193236, - 1312.4916396632154, - 1117.5863457939836, - 989.0727625408116, - 841.4542792821993, - 735.0687087708852, - 640.2243770359006, - 558.2473264213902, - 499.1914457326464, - 438.08483019799917, - 386.7139034617048, - 346.4380404226196, - 3111.039311406157 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_down": { - "contents": [ - 7.339191850078096, - 170.281296232528, - 732.6340047911197, - 1591.1673814761368, - 2830.8886506445638, - 4497.478907803478, - 6745.158020879632, - 6877.629276413823, - 4217.542428702121, - 3018.4684524470995, - 2484.6332924433445, - 2071.782436884387, - 1754.8902040666005, - 1486.2292138102182, - 1254.523404270262, - 1086.829865262956, - 922.2355345680227, - 813.5280369897565, - 690.0809066103752, - 599.7283402158636, - 521.315528047215, - 453.1012313366543, - 403.0615513198966, - 353.3582848949223, - 310.3481312053344, - 277.1884416379021, - 2392.1090529304065 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_up": { - "contents": [ - 8.152902340020093, - 190.55170901798746, - 824.8083557025799, - 1796.1126184994455, - 3203.326299524939, - 5107.708016309913, - 7721.182481329026, - 7938.832554491056, - 4861.444450463023, - 3476.7026945672096, - 2870.9394059473416, - 2400.4753139131576, - 2040.7613987599702, - 1734.0017476698488, - 1468.2785443288808, - 1276.3784456208791, - 1085.9825037312767, - 960.3610109027436, - 816.6359111923169, - 712.4963008117105, - 620.2304981317344, - 540.6944793950158, - 482.8206575961752, - 423.5481071753731, - 373.51716947185696, - 334.4394369871745, - 2977.2737408525963 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_res_up": { - "contents": [ - 7.613257716276824, - 180.9919232666042, - 776.0653926714049, - 1688.8153192257305, - 3015.956633802049, - 4809.719825384121, - 7167.395245485763, - 7262.428177560452, - 4588.448457223262, - 3271.531924812409, - 2665.7467788533168, - 2240.245346140708, - 1894.8159088277778, - 1612.1515845478739, - 1370.4749151823432, - 1175.0974758820776, - 1022.9208478090557, - 878.8886349673998, - 759.1126153148117, - 653.1024279282823, - 570.3746449531576, - 500.483168592686, - 443.4722619731247, - 389.1171429290088, - 344.0572803989519, - 302.36141546445907, - 2693.8538640267802 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_scale_up": { - "contents": [ - 7.391942084989707, - 179.48697697385182, - 775.9326032926326, - 1679.343010206642, - 2956.5997814908446, - 4625.496693900725, - 6900.53285727976, - 7984.93518746037, - 5305.378313214744, - 3546.8485701335817, - 2869.622738395007, - 2405.5238595859255, - 2038.671069164403, - 1714.1338274449763, - 1464.2242165955654, - 1260.0384151700725, - 1088.0761696599832, - 941.1668536115947, - 818.2038888684721, - 706.7050738260222, - 620.8788720128779, - 537.7527209014365, - 476.0941860248457, - 423.5981182835416, - 367.915105451703, - 328.0340286937646, - 2946.7291043354385 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaledown": { - "contents": [ - 6.707348309595229, - 167.93444973276277, - 749.3424457280495, - 1644.9928443027875, - 2883.3448616490746, - 4585.506880328995, - 6798.304967513258, - 6466.761367424942, - 3977.1441200988743, - 2923.0874675208825, - 2466.4862984826455, - 2063.857343412273, - 1764.659460405752, - 1478.061362541553, - 1251.5159719726064, - 1091.0410965280846, - 931.5065035568699, - 810.3981209948324, - 686.0927780235487, - 612.1238901233396, - 526.3074430594531, - 480.79777135135856, - 410.46464234793945, - 373.0413999102914, - 323.0810578285401, - 286.4100413695382, - 2503.846855422072 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaleup": { - "contents": [ - 7.6994676959344694, - 176.44613469849827, - 766.6744958226739, - 1706.9078259578705, - 3082.4818920673615, - 4880.820896914453, - 7509.932466152873, - 8014.440086928979, - 4930.482463553232, - 3451.6072058566197, - 2826.0254555619454, - 2340.4456928716777, - 1983.896176319113, - 1693.0487841051886, - 1441.4045149097306, - 1222.0980100371971, - 1050.5923671102569, - 928.8766152836929, - 784.1907848309247, - 689.4873321709309, - 599.8526957440939, - 536.5887361758324, - 463.63627975685347, - 393.8919348778471, - 362.3241173245159, - 316.7689334569037, - 2795.291747009006 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets": { - "contents": [ - 1.7371001839480757, - 26.92505285119517, - 63.404156714104765, - 75.5638580017413, - 102.48891085293648, - 110.3058616807028, - 113.78006204859898, - 138.09946462387202, - 112.9115119566249, - 113.78006204859896, - 107.7002114047807, - 99.88326057701437, - 86.85500919740376, - 79.90660846161148, - 59.061406254234576, - 64.2727068060788, - 52.9815556104163, - 63.404156714104765, - 52.981555610416315, - 45.16460478264997, - 28.66215303514325, - 37.34765395488362, - 33.87345358698747, - 27.793602943169212, - 20.845202207376907, - 19.97665211540287, - 215.4004228095614 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_down": { - "contents": [ - 1.6225329983786252, - 23.836176588946188, - 54.372321445189726, - 63.84050813765541, - 86.65775332885936, - 90.26315904502435, - 94.05504518015519, - 111.08473397568049, - 91.07909400095804, - 84.03151570153844, - 82.03097341781847, - 77.62327169638284, - 64.97495669763018, - 58.1218250500513, - 44.72988189052178, - 48.479738343858195, - 38.843785772689664, - 46.0050898497771, - 34.59946646621147, - 30.064210021112345, - 18.80343093647857, - 24.221690689925982, - 23.57258520712726, - 18.751996485719477, - 13.258118589889571, - 12.778421088311351, - 111.6894348350271 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_up": { - "contents": [ - 1.8516673695175263, - 30.01392911344415, - 72.43599198301978, - 87.28720786582718, - 118.32006837701357, - 130.34856431638124, - 133.50507891704274, - 165.1141952720635, - 134.7439299122918, - 143.52860839565946, - 133.3694493917429, - 122.14324945764585, - 108.73506169717739, - 101.69139187317167, - 73.39293061794739, - 80.06567526829942, - 67.11932544814296, - 80.80322357843241, - 71.36364475462116, - 60.264999544187596, - 38.520875133807934, - 50.47361721984127, - 44.17432196684769, - 36.83520940061895, - 28.432285824864245, - 27.174883142494398, - 319.1114107840957 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_down": { - "contents": [ - 1.6402025643122222, - 24.767818702445034, - 57.44735519034788, - 67.9886219503523, - 91.43606808875936, - 97.03373772058016, - 100.66659776230861, - 119.4280668724687, - 98.90634528997138, - 94.837839521642, - 91.45434835397637, - 85.47201960017256, - 74.335511034167, - 66.76900119698333, - 50.06417727804664, - 54.502861809794396, - 44.60931628087964, - 52.84264188008122, - 41.38905824612439, - 36.80258448778917, - 22.767113565582832, - 29.192335010817462, - 27.008175809216127, - 22.583971636032995, - 16.79744664358859, - 15.31823798148087, - 152.26295168697823 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_up": { - "contents": [ - 1.8339978035839293, - 29.082286999945314, - 69.36095823786165, - 83.1390940531303, - 113.5417536171136, - 123.57798564082545, - 126.89352633488932, - 156.7708623752753, - 126.91667862327847, - 132.72228457555593, - 123.94607445558503, - 114.29450155385614, - 99.37450736064059, - 93.04421572623967, - 68.05863523042251, - 74.0425518023632, - 61.35379493995299, - 73.96567154812833, - 64.57405297470824, - 53.52662507751077, - 34.557192504703664, - 45.502972898949785, - 40.738731364758834, - 33.003234250305425, - 24.892957771165232, - 24.635066249324872, - 278.5378939321446 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_down": { - "contents": [ - 1.6477752354266209, - 25.217578368040527, - 59.17897265184037, - 70.32896410091429, - 95.0218703579266, - 101.59804309492726, - 105.02104650623008, - 126.39793708084699, - 103.63051138007485, - 102.96695946644945, - 98.15021815052722, - 91.0979238955301, - 78.86380550743517, - 72.11542914360544, - 53.36757184191802, - 58.03197082881752, - 48.28597024677685, - 56.971009749280874, - 46.922278746901675, - 40.20069851051888, - 25.456185363620023, - 32.83442339727315, - 30.204168725776846, - 24.434309038222185, - 18.47919033026851, - 17.88073217470802, - 180.96602157411058 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_up": { - "contents": [ - 1.8264251324695304, - 28.632527334349827, - 67.62934077636915, - 80.79875190256828, - 109.95595134794635, - 119.01368026647836, - 122.53907759096784, - 149.8009921668971, - 122.19251253317499, - 124.59316463074846, - 117.25020465903417, - 108.66859725849861, - 94.84621288737242, - 87.69778777961754, - 64.75524066655115, - 70.51344278334008, - 57.67714097405576, - 69.83730367892865, - 59.04083247393095, - 50.12851105478106, - 31.86812070666648, - 41.860884512494096, - 37.542738448198115, - 31.152896848116235, - 23.21121408448531, - 22.072572056097727, - 249.83482404501225 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_down": { - "contents": [ - 1.651968703839433, - 25.48878991980701, - 59.9458480986727, - 71.31514166042248, - 96.6764786397799, - 103.66464947001798, - 107.04750958175741, - 129.6589491144491, - 105.88051074997638, - 106.3274340566778, - 100.77384334202465, - 93.56791750396204, - 81.1838113718593, - 74.71330318198534, - 55.248057432065345, - 59.75955767503945, - 49.69418172441329, - 58.9951318108884, - 48.99688528260519, - 42.05030307356796, - 26.653522378691793, - 34.611008682668086, - 31.285065744143346, - 25.54936450317461, - 19.211968400443258, - 18.426534480942582, - 196.27749436464066 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_up": { - "contents": [ - 1.8222316640567189, - 28.361315782583336, - 66.86246532953683, - 79.8125743430601, - 108.30134306609307, - 116.94707389138765, - 120.51261451544055, - 146.539980133295, - 119.94251316327347, - 121.23269004052017, - 114.62657946753677, - 106.19860365006667, - 92.52620702294827, - 85.09991374123761, - 62.87475507640381, - 68.78585593711816, - 56.268929496419325, - 67.81318161732113, - 56.96622593822742, - 48.27890649173197, - 30.670783691594714, - 40.08429922709916, - 36.46184142983161, - 30.03784138316382, - 22.478436014310557, - 21.526769749863163, - 234.5233512544821 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_res_up": { - "contents": [ - 1.7371001839480757, - 26.05650275922113, - 61.66705653015669, - 72.08965763384515, - 104.22601103688456, - 125.07121324426149, - 117.25426241649512, - 127.67686352018357, - 124.20266315228744, - 112.04296186465086, - 105.09456112885859, - 91.19775965727399, - 93.80340993319606, - 79.90660846161148, - 61.66705653015671, - 57.324306070286504, - 54.71865579436438, - 75.5638580017413, - 44.29605469067592, - 33.87345358698747, - 33.00490349501343, - 35.610553770935546, - 27.793602943169205, - 30.399253219091317, - 31.26780331106536, - 14.765351563558644, - 210.1891222577172 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_scale_up": { - "contents": [ - 4.34275045987019, - 31.267803311065357, - 63.404156714104765, - 87.72355928937782, - 102.48891085293647, - 131.15106388807976, - 128.54541361215763, - 136.362364439924, - 132.88816407202782, - 114.64861214057301, - 114.648612140573, - 116.38571232452107, - 94.67196002517014, - 94.67196002517014, - 72.08965763384515, - 65.14125689805283, - 61.66705653015669, - 60.79850643818265, - 58.19285616226054, - 47.770255058572076, - 39.0847541388317, - 36.47910386290959, - 34.74200367896151, - 29.53070312711728, - 28.66215303514325, - 22.58230239132498, - 238.8512752928604 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_down": { - "contents": [ - 1.6936726793493737, - 26.251926529915295, - 61.81905279625214, - 73.67476155169776, - 99.92668808161305, - 107.54821513868522, - 110.93556049738397, - 134.64697800827523, - 110.0887241577093, - 110.93556049738396, - 105.00770611966118, - 97.386179062589, - 84.68363396746871, - 77.90894325007119, - 57.584871097878704, - 62.66588913592683, - 51.65701672015591, - 61.81905279625215, - 51.657016720155895, - 44.035489663083716, - 27.945599209264664, - 36.41396260601154, - 33.026617247312785, - 27.098762869589976, - 20.324072152192485, - 19.477235812517797, - 210.01541223932233 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_up": { - "contents": [ - 1.7805276885467776, - 27.59817917247505, - 64.98926063195738, - 77.45295445178483, - 105.05113362425988, - 113.06350822272037, - 116.62456359981395, - 141.5519512394688, - 115.73429975554058, - 116.62456359981392, - 110.39271668990021, - 102.38034209143972, - 89.02638442733887, - 81.90427367315178, - 60.537941410590435, - 65.87952447623077, - 54.306094500676714, - 64.98926063195739, - 54.30609450067672, - 46.29371990221622, - 29.378706861021826, - 38.281345303755714, - 34.72028992666216, - 28.48844301674843, - 21.366332262561325, - 20.476068418287937, - 220.7854333798004 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - } -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_5_file_per_process.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_5_file_per_process.json deleted file mode 100644 index 4851e31d..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_5_file_per_process.json +++ /dev/null @@ -1,7318 +0,0 @@ -{ - "4j1b_pseudodata": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 9.674864880760076, - 126.22619273309567, - 728.3712423948866, - 1279.0731911623118, - 1974.0587656723208, - 2399.2455635477663, - 2674.2222683731675, - 2495.763602675108, - 2467.2996388925885, - 2200.9004695988992, - 2050.8946734500205, - 1767.4327572579582, - 1570.9650352305528, - 1378.5000523020462, - 1329.0475000507454, - 1186.0602128818564, - 962.2569586175424, - 886.7034165136808, - 688.7576211715126, - 654.3259695473289, - 581.7454401472896, - 533.155537969502, - 4021.5366479719823 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004043781701955561, - 0.0727880706352001, - 0.2183642119056003, - 0.3194587544544893, - 0.4892975859366228, - 0.5499543114659562, - 0.6227423821011562, - 0.5256916212542229, - 0.48525380423466724, - 0.4448159872151116, - 0.4609911140229338, - 0.3882030433877338, - 0.35585278977208934, - 0.2628458106271115, - 0.24262690211733368, - 0.28306471913688924, - 0.2790209374349337, - 0.2264517753095114, - 0.18197017658800022, - 0.15770748637626686, - 0.1577074863762669, - 0.165795049780178, - 1.1807842569710236 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0038396339100958982, - 0.06821114158947733, - 0.20103401676506788, - 0.2895983962377349, - 0.43725601095512767, - 0.48358732388483794, - 0.5381296619285474, - 0.444567041904085, - 0.40537970119177014, - 0.3644594736519891, - 0.36910148230947765, - 0.3064897146954269, - 0.27860190055606854, - 0.19860730545527092, - 0.18248310502325768, - 0.2098486394821728, - 0.2030794752812774, - 0.15739295598076167, - 0.12830110583964605, - 0.1056314128821268, - 0.10309899459127714, - 0.10939870101021114, - 0.5557227660637959 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004247929493815223, - 0.07736499968092286, - 0.2356944070461327, - 0.3493191126712437, - 0.5413391609181182, - 0.6163212990470747, - 0.7073551022737655, - 0.6068162006043607, - 0.5651279072775646, - 0.5251725007782343, - 0.5528807457363903, - 0.46991637208004083, - 0.4331036789881101, - 0.327084315798952, - 0.30277069921140964, - 0.3562807987916057, - 0.35496239958859, - 0.29551059463826124, - 0.23563924733635444, - 0.20978355987040695, - 0.21231597816125664, - 0.22219139855014486, - 1.8058457478782515 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.003843614507708761, - 0.06878984466148064, - 0.2046817605965882, - 0.2975258511598842, - 0.451411205618734, - 0.5039687418717631, - 0.5656534093465515, - 0.47330733577348694, - 0.4325948575186438, - 0.3928373435863531, - 0.40491643545053985, - 0.3352629906593354, - 0.3059963733277883, - 0.22528640797027916, - 0.202982803624965, - 0.23821418851916376, - 0.2308344764653621, - 0.18559416320202154, - 0.14925042241933956, - 0.12708076834290277, - 0.1272733534464584, - 0.1303586325168723, - 0.8096617683878158 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0042439488962023614, - 0.07678629660891957, - 0.23204666321461243, - 0.34139165774909447, - 0.5271839662545118, - 0.5959398810601496, - 0.6798313548557613, - 0.578075906734959, - 0.5379127509506909, - 0.4967946308438703, - 0.5170657925953281, - 0.4411430961161324, - 0.4057092062163904, - 0.3004052132839439, - 0.2822710006097023, - 0.3279152497546148, - 0.3272073984045053, - 0.2673093874170013, - 0.21468993075666087, - 0.188334204409631, - 0.18814161930607537, - 0.20123146704348369, - 1.551906745554232 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0038555563005473483, - 0.06912326709962469, - 0.20659633327224142, - 0.30074672328549185, - 0.45934538964637167, - 0.5130805193598726, - 0.5791218561458055, - 0.48735296922660587, - 0.44729444629387594, - 0.40854989967792504, - 0.42204011339587166, - 0.3544638771256459, - 0.3215274331234405, - 0.23755612623125955, - 0.21920866725632898, - 0.25256651754074044, - 0.24869352243160345, - 0.2019566940180938, - 0.16106085553670263, - 0.138835662645953, - 0.13776829382890404, - 0.14411595697145968, - 0.9791908714652151 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004232007103363774, - 0.07645287417077551, - 0.23013209053895917, - 0.33817078562348685, - 0.519249782226874, - 0.58682810357204, - 0.6663629080565074, - 0.5640302732818399, - 0.5232131621754588, - 0.48108207475229836, - 0.49994211464999644, - 0.42194220964982193, - 0.3901781464207382, - 0.2881354950229634, - 0.2660451369783383, - 0.3135629207330381, - 0.30934835243826403, - 0.2509468566009291, - 0.20287949763929786, - 0.17657931010658076, - 0.17764667892362973, - 0.18747414258889633, - 1.3823776424768326 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.003855651076680988, - 0.06938048952632252, - 0.20785941480525616, - 0.3031972549968769, - 0.4639434537698961, - 0.5200943323537365, - 0.5875669783098941, - 0.4955108249296331, - 0.4571651910601713, - 0.41789406824571895, - 0.432636369465178, - 0.3631922851531833, - 0.33161379359376597, - 0.24498543779499926, - 0.22581371078580526, - 0.2622451510841483, - 0.2577604708085014, - 0.20973601384336446, - 0.1675108453115445, - 0.14549264349666371, - 0.1447943329440073, - 0.15100381248371642, - 1.0638809289628743 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0042319123272301345, - 0.07619565174407769, - 0.22886900900594445, - 0.3357202539121018, - 0.5146517181033496, - 0.5798142905781762, - 0.6579177858924187, - 0.5558724175788128, - 0.5133424174091634, - 0.4717379061845045, - 0.48934585858069, - 0.4132138016222845, - 0.3800917859504129, - 0.2807061834592237, - 0.2594400934488622, - 0.30388428718963023, - 0.30028140406136605, - 0.2431675367756584, - 0.19642950786445604, - 0.16992232925587003, - 0.1706206398085265, - 0.1805862870766396, - 1.2976875849791738 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.05661294382737785, - 0.18197017658800024, - 0.3760716982818671, - 0.5216478395522672, - 0.5135602761483562, - 0.6348737272070228, - 0.5661294382737784, - 0.4448159872151116, - 0.48929758593662276, - 0.42055329700337823, - 0.3760716982818671, - 0.3396776629642671, - 0.3194587544544893, - 0.2547582472232003, - 0.25071446552124477, - 0.2951960642427559, - 0.18601395828995576, - 0.20623286679973366, - 0.17388261318408912, - 0.15770748637626686, - 0.12940101446257796, - 1.1646091301632011 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.06874428893324454, - 0.19410152169386694, - 0.3639403531760005, - 0.5337791846581339, - 0.5539980931679117, - 0.6470050723128896, - 0.6429612906109341, - 0.45290355061902277, - 0.5539980931679117, - 0.4205532970033783, - 0.45290355061902277, - 0.39224682508968933, - 0.30732740934862257, - 0.23049555701146696, - 0.27497715573297815, - 0.27902093743493367, - 0.24262690211733365, - 0.22240799360755584, - 0.16983883148213355, - 0.1455761412704002, - 0.17388261318408912, - 1.3223166165394682 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12813557867360206, - 9.097626085825745, - 43.18169001300391, - 88.79795602080617, - 123.77896899869947, - 148.50913568270462, - 142.74303464239256, - 138.51456054616366, - 126.46981615084509, - 114.93761407022095, - 102.12405620286074, - 82.00677035110526, - 82.39117708712608, - 68.80880574772428, - 61.505077763328984, - 52.02304494148244, - 45.488130429128745, - 41.64406306892069, - 31.39321677503252, - 29.343047516254884, - 26.395929206762034, - 23.576946475942783, - 202.1979431469444 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12142047350373861, - 8.52695026078186, - 39.794297855188546, - 80.64580633188149, - 110.54204917728336, - 130.65905273034215, - 123.64567195874757, - 117.89429249515402, - 106.37962696974233, - 94.89288699200785, - 82.87356149210866, - 65.47732274669741, - 64.83723147402551, - 53.192858706983095, - 46.70685995178803, - 38.81516584770156, - 33.27485571395968, - 29.848073878412713, - 22.009944450448636, - 20.20590361711882, - 17.666364562202535, - 15.586872277092814, - 99.23033439154338 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13485068384346552, - 9.668301910869634, - 46.56908217081924, - 96.95010570973096, - 137.0158888201158, - 166.35921863506744, - 161.84039732603785, - 159.13482859717365, - 146.5600053319481, - 134.98234114843424, - 121.37455091361305, - 98.53621795551324, - 99.94512270022673, - 84.42475278846553, - 76.30329557486995, - 65.23092403526331, - 57.70140514429778, - 53.44005225942863, - 40.77648909961638, - 38.48019141539093, - 35.125493851321515, - 31.567020674792744, - 305.16555190234476 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12187695650276331, - 8.601038652794617, - 40.530592919904905, - 82.59632214858259, - 114.1855763483936, - 135.89581968879833, - 129.6456965106388, - 124.8015349631201, - 113.02895053690426, - 101.89817720308027, - 89.72153324646455, - 71.55940011766336, - 71.17977444042182, - 58.8752491741714, - 52.16239638752681, - 43.70214670179982, - 37.95151202625731, - 34.39730536407469, - 25.67697448965336, - 23.8618999817287, - 21.252044525896864, - 18.831439313410677, - 142.39912075135118 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13439420084444081, - 9.594213518856874, - 45.832787106102884, - 94.99958989302988, - 133.37236164900557, - 161.12245167661126, - 155.8403727741466, - 152.22758612920757, - 139.91068176478623, - 127.97705093736181, - 114.52657915925712, - 92.45414058454728, - 93.60257973383045, - 78.7423623212772, - 70.84775913913114, - 60.34394318116504, - 53.02474883200015, - 48.890820773766656, - 37.109459060411645, - 34.82419505078104, - 31.539813887627187, - 28.322453638474883, - 261.996765542537 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12231241725841188, - 8.640593505295634, - 40.85594517110451, - 83.63057447820181, - 116.10993148480188, - 138.64868846525883, - 132.70169102069508, - 128.27845184594156, - 116.47533411281066, - 105.5249586557526, - 93.39971108101389, - 74.63111626258735, - 74.56042746764629, - 61.909831027760276, - 55.07739471125934, - 46.39193072906615, - 40.448011541568185, - 36.839891834658644, - 27.609077824334562, - 25.842183295050383, - 23.082217008802417, - 20.621020847534535, - 167.52401108757883 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13395874008879224, - 9.55465866635586, - 45.50743485490328, - 93.96533756341066, - 131.44800651259732, - 158.36958290015076, - 152.78437826409032, - 148.7506692463861, - 136.46429818887984, - 124.3502694846895, - 110.8484013247078, - 89.38242443962326, - 90.22192670660598, - 75.70778046768834, - 67.93276081539865, - 57.654159153898725, - 50.52824931668928, - 46.4482343031827, - 35.17735572573045, - 32.843911737459365, - 29.70964140472163, - 26.53287210435102, - 236.8718752063093 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12236046810041448, - 8.667979482059492, - 41.080868159341065, - 84.31244896117256, - 117.32646168038032, - 140.40722915544902, - 134.7288989844099, - 130.5212459186563, - 118.89049556532164, - 107.84463407567151, - 95.6126835999108, - 76.58981874149462, - 76.69405002733113, - 63.98488561739922, - 57.05527848565852, - 48.17262586059715, - 42.045488812543276, - 38.34927088999959, - 28.86389553145623, - 26.95080331220152, - 24.220556471732156, - 21.569730665678634, - 180.4669348353797 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13391068924678964, - 9.527272689592001, - 45.28251186666673, - 93.28346308043987, - 130.23147631701883, - 156.61104220996052, - 150.75717030037546, - 146.50787517367132, - 134.04913673636887, - 122.03059406477058, - 108.6354288058109, - 87.42372196071602, - 88.0883041469211, - 73.6327258780494, - 65.95487704099946, - 55.87346402236772, - 48.93077204571419, - 44.938855247841765, - 33.92253801860878, - 31.73529172030823, - 28.571301941791898, - 25.58416228620692, - 223.92895145850844 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12813557867360206, - 10.250846293888163, - 42.797283276983094, - 88.79795602080615, - 121.34439300390102, - 150.30303378413507, - 139.9240519115733, - 138.25828938881648, - 124.41964689206748, - 118.26913911573457, - 101.48337830949276, - 83.2881261378413, - 79.44405877763324, - 70.85897500650191, - 59.07050176853055, - 54.8420276723017, - 45.87253716514955, - 39.722029388816665, - 31.521352353706128, - 33.05897929778935, - 25.62711573472042, - 23.192539739921983, - 202.1979431469444 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.2562711573472041, - 8.328812613784134, - 40.10643612483745, - 87.13219349804935, - 127.75117193758112, - 152.86574535760712, - 156.58167713914156, - 141.20540769830933, - 136.20812013003885, - 125.70100267880348, - 112.8874448114433, - 87.51660023407015, - 85.0820242392717, - 73.29355100130033, - 63.170840286085806, - 58.686095032509726, - 51.25423146944083, - 44.46304579973992, - 36.1342331859558, - 30.62440330299091, - 28.702369622886877, - 26.908471521456438, - 224.8779405721722 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12957766272274512, - 4.016907544405099, - 14.512698224947457, - 22.157780325589417, - 31.876105029795305, - 43.79725000028786, - 40.816963757664716, - 37.70709985231884, - 34.98596893514119, - 32.135260355240796, - 30.062017751676876, - 31.098639053458836, - 24.878911242767074, - 21.63946967469844, - 20.21411538474824, - 17.88171745573883, - 15.290164201283925, - 15.031008875838438, - 11.402834319601572, - 9.459169378760395, - 9.84790236692863, - 9.200014053314902, - 64.14094304775884 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12316356841796924, - 3.761759003249114, - 13.401073727609802, - 20.084102422064788, - 28.421926954132342, - 38.50183812616605, - 35.33650283326895, - 32.061433481904515, - 29.10675300022597, - 26.43698140445907, - 24.30612128330509, - 24.72214251738234, - 19.32309078424312, - 16.598501763191564, - 15.212288025987554, - 13.36161530465975, - 11.22391996179714, - 10.560397293315525, - 8.015342173268287, - 6.493634743177848, - 6.630675269413031, - 5.936163293030878, - 32.40444175233945 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13599175702752103, - 4.2720560855610845, - 15.624322722285104, - 24.231458229114047, - 35.330283105458264, - 49.09266187440966, - 46.29742468206047, - 43.35276622273315, - 40.865184870056396, - 37.83353930602251, - 35.81791422004865, - 37.47513558953531, - 30.434731701291003, - 26.680437586205308, - 25.215942743508926, - 22.401819606817906, - 19.356408440770707, - 19.501620458361344, - 14.790326465934854, - 12.42470401434294, - 13.06512946444423, - 12.46386481359893, - 95.87744434317821 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12321216004149027, - 3.797449550725309, - 13.618849236325175, - 20.625449551806696, - 29.43009381104078, - 40.097635634220175, - 37.053111265302235, - 33.96972372082237, - 31.301879592788474, - 28.378982082194653, - 26.4138983586356, - 26.98359667605105, - 21.478876383612413, - 18.553865137395427, - 17.075157244819138, - 14.997166834707015, - 12.713866691963643, - 12.357667820393718, - 9.366177159247023, - 7.607986445385617, - 7.877985801480215, - 7.388105299650997, - 44.87746811162308 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13594316540399998, - 4.236365538084888, - 15.40654721356973, - 23.690111099372146, - 34.32211624854982, - 47.49686436635553, - 44.5808162500272, - 41.44447598381529, - 38.67005827749389, - 35.89153862828693, - 33.71013714471814, - 35.21368143086661, - 28.278946101921715, - 24.725074212001445, - 23.35307352467734, - 20.766268076770636, - 17.866461710604202, - 17.704349931283147, - 13.439491479956114, - 11.310352312135171, - 11.817818932377042, - 11.01192280697881, - 83.40441798389459 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.1233032693355922, - 3.8155560044398324, - 13.723324263871861, - 20.877570227422027, - 29.943473424469865, - 40.92950600704138, - 37.95381470981746, - 34.92618605332797, - 32.296449906040436, - 29.533160693830848, - 27.4220895113558, - 28.34043272753463, - 22.539935222723493, - 19.556498623175408, - 18.209340403376427, - 15.962737059646335, - 13.57314881440365, - 13.339218615518512, - 9.995408314079654, - 8.340268285800471, - 8.64049770567809, - 8.073945695885627, - 53.35404602465494 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13585205610989806, - 4.218259084370364, - 15.302072186023047, - 23.43799042375681, - 33.80873663512074, - 46.66499399353432, - 43.68011280551198, - 40.48801365130969, - 37.67548796424193, - 34.73736001665074, - 32.70194599199794, - 33.856845379383024, - 27.217887262810635, - 23.722440726221464, - 22.21889036612005, - 19.80069785183132, - 17.0071795881642, - 16.722799136158354, - 12.810260325123489, - 10.578070471720318, - 11.055307028179167, - 10.32608241074418, - 74.92784007086273 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12343385932380496, - 3.826343344861501, - 13.797951886670754, - 21.049769830251144, - 30.235888703890012, - 41.44829447556364, - 38.53935288417526, - 35.54409839685667, - 32.92341851340287, - 30.18430970784793, - 28.12628843035197, - 29.083832938806395, - 23.217584893418362, - 20.150561590484696, - 18.798404507415988, - 16.554753104814797, - 14.136608169824093, - 13.941338681402879, - 10.468335400927483, - 8.686523084081916, - 9.03646780877449, - 8.431962704035634, - 57.56135174722326 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13572146612168526, - 4.207471743948696, - 15.227444563224157, - 23.26579082092769, - 33.51632135570059, - 46.14620552501205, - 43.09457463115416, - 39.870101307781, - 37.0485193568795, - 34.086211002633654, - 31.997747073001758, - 33.11344516811127, - 26.540237592115766, - 23.128377758912183, - 21.629826262080492, - 19.20868180666286, - 16.443720232743754, - 16.12067907027399, - 12.33733323827566, - 10.231815673438872, - 10.659336925082771, - 9.968065402594174, - 70.7205343482944 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 4.146485207127844, - 16.067630177620398, - 22.028202662866672, - 31.48737204162707, - 41.46485207127845, - 41.724007396723934, - 39.39160946771453, - 34.467658284250206, - 32.135260355240796, - 29.67328476350864, - 27.859197485390204, - 25.52679955638079, - 22.546513313757657, - 18.529605769352557, - 18.140872781184317, - 16.19720784034314, - 15.031008875838438, - 10.36621301781961, - 11.40283431960157, - 8.422548076978433, - 9.329591716037651, - 62.8451664205314 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 3.8873298816823536, - 14.38312056222471, - 23.71271227826236, - 31.616949704349814, - 45.352181952960805, - 43.926827663010606, - 41.724007396723934, - 35.50427958603217, - 35.76343491147766, - 29.93244008895413, - 30.06201775167687, - 29.025396449894913, - 25.267644230935304, - 19.30707174568903, - 17.492984467570594, - 17.36340680484785, - 16.585940828511376, - 14.771853550392944, - 10.10705769237412, - 10.36621301781961, - 9.58874704148314, - 72.04518047384629 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1575006107388948, - 59.4183646845966, - 355.7385210337537, - 827.6129366783105, - 1395.9457365511053, - 1806.8584533634098, - 1943.0576918936858, - 1901.0018363701724, - 1835.0243015580559, - 1621.272522108275, - 1475.0416116182626, - 1309.9048578195147, - 1158.6581113496334, - 1004.3246965844485, - 885.1021336783424, - 726.9103835440267, - 662.8620164164743, - 540.5527852150642, - 469.94524795999155, - 416.3143863290893, - 357.6676887183186, - 330.659341134411, - 2426.892947182547 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_ME_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.8993513572076984, - 72.84745993382357, - 385.8217322421029, - 883.1630327779603, - 1473.137523106207, - 1947.995039711871, - 2094.139635258123, - 2146.751689654774, - 2158.892932977078, - 2003.7548238587483, - 1894.0339582794086, - 1666.9477405844646, - 1544.6359560042179, - 1328.7916302743722, - 1240.2055215894143, - 1150.720061547249, - 896.2036274574718, - 857.5315190975409, - 737.9177885889171, - 661.0232475476589, - 576.9338956487389, - 517.5767060730308, - 4158.600675728412 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_PS_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.7553421903916742, - 126.51981689060544, - 540.0696661300468, - 1197.217371770802, - 1784.873595895524, - 2195.7797474685935, - 2263.382873508649, - 2172.3641395664517, - 1997.1247513955836, - 1743.3297754239816, - 1570.7340849194843, - 1372.45675994167, - 1154.9182091088683, - 1021.2226414095422, - 851.6483196666118, - 743.6343864406025, - 639.0194930713559, - 561.9745896514053, - 462.6470916149003, - 382.20314833818713, - 356.52151386487026, - 301.0038628710822, - 2238.8342523209194 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.098052102809227, - 55.67502579541406, - 328.18915645865695, - 751.5575685409535, - 1247.3847291024836, - 1591.2693165249052, - 1688.2508608859557, - 1625.522026368699, - 1548.5383246555828, - 1347.1440217260485, - 1209.810492883738, - 1058.3443277043325, - 924.1058228648596, - 788.2420123370877, - 684.0370432141783, - 552.5819656245915, - 495.6577615528786, - 396.3851075063942, - 340.9206443351014, - 296.0474684969438, - 249.3049050578469, - 226.32028280012634, - 1361.8935998600184 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2169491186685626, - 63.16170357377914, - 383.2878856088504, - 903.668304815666, - 1544.5067439997304, - 2022.4475902019237, - 2197.864522901427, - 2176.481646371657, - 2121.5102784605397, - 1895.4010224905087, - 1740.2727303527915, - 1561.465387934699, - 1393.2103998344078, - 1220.4073808318076, - 1086.1672241425044, - 901.2388014634603, - 830.0662712800688, - 684.7204629237334, - 598.9698515848812, - 536.5813041612345, - 466.03047237879, - 434.9983994686954, - 3491.89229450508 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1015065186944006, - 56.17404420324532, - 333.6377017358489, - 769.9195613934628, - 1288.0871438793208, - 1653.7082453683643, - 1763.2680866200822, - 1712.3188554861356, - 1639.3195059924947, - 1436.4190596510775, - 1296.229615083133, - 1140.6221297498687, - 1002.1408064217321, - 860.4097157278597, - 752.1884184311041, - 611.8389614610232, - 554.3809325763953, - 447.89048452623103, - 386.4803205224604, - 339.549506489244, - 288.74874590889647, - 265.2801437083107, - 1771.0971765908346 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2134947027833887, - 62.66268516594785, - 377.83934033165843, - 885.3063119631565, - 1503.804329222893, - 1960.0086613584651, - 2122.8472971673004, - 2089.6848172542204, - 2030.7290971236275, - 1806.1259845654797, - 1653.8536081533964, - 1479.187585889163, - 1315.1754162775353, - 1148.2396774410354, - 1018.0158489255787, - 841.9818056270285, - 771.3431002565521, - 633.2150859038967, - 553.4101753975223, - 493.0792661689342, - 426.58663152774045, - 396.03853856051114, - 3082.6887177742633 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.102853921749089, - 56.432528558380966, - 336.48550591423384, - 779.3254927430887, - 1308.8630138257909, - 1686.7914485469066, - 1804.6731675684523, - 1758.9220094311022, - 1689.3227365947448, - 1486.6742907964485, - 1346.003624392563, - 1190.2942428336596, - 1046.445191282692, - 903.883241224647, - 792.5471007414194, - 648.1805740736631, - 587.4892661783537, - 477.14913387039525, - 413.59617398991475, - 364.0458908597287, - 311.7033032939829, - 287.34924929807596, - 2012.544687170807 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2121472997287006, - 62.40420081081223, - 374.99153615327344, - 875.9003806135306, - 1483.0284592764228, - 1926.9254581799225, - 2081.44221621893, - 2043.081663309254, - 1980.7258665213774, - 1755.8707534201085, - 1604.0795988439663, - 1429.5154728053722, - 1270.8710314165753, - 1104.7661519442481, - 977.6571666152637, - 805.6401930143886, - 738.2347666545938, - 603.9564365597325, - 526.2943219300677, - 468.58288179844953, - 403.63207414265406, - 373.96943297074586, - 2841.2412071942917 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.104427399141812, - 56.59051834877331, - 338.3159032276735, - 785.6387542773173, - 1322.8922467749935, - 1708.8427846937025, - 1833.244098776314, - 1790.170284766471, - 1723.9811534169266, - 1519.9145523391107, - 1378.8062512316574, - 1221.8707328929872, - 1078.0246474373346, - 932.0778129175221, - 819.1806472161102, - 671.2602138684977, - 610.076380420345, - 496.73765235053236, - 430.2367011880234, - 380.9788768644927, - 325.9904147190947, - 300.10117128035427, - 2152.3136455273043 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.2105738223359774, - 62.24621102041988, - 373.16113883983377, - 869.587119079302, - 1468.9992263272209, - 1904.8741220331267, - 2052.871285011068, - 2011.8333879738857, - 1946.0674496991958, - 1722.6304918774463, - 1571.2769720048725, - 1397.938982746044, - 1239.2915752619326, - 1076.5715802513732, - 951.0236201405728, - 782.5605532195541, - 715.6476524126024, - 584.3679180795954, - 509.6537947319592, - 451.64989579368546, - 389.34496271754216, - 361.21751098846755, - 2701.4722488377943 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1575006107388948, - 68.67836957050775, - 368.0851942149686, - 833.786273268918, - 1368.9373889671976, - 1814.5751241016692, - 1951.5460297057712, - 1909.87600771917, - 1839.2684704640988, - 1597.7366763565847, - 1474.6557780813496, - 1305.6606889134723, - 1167.1464491617185, - 1024.3880405039224, - 870.0546257387367, - 735.3987213561118, - 639.7120042016965, - 564.0886309667551, - 474.18941686603415, - 421.71605584587076, - 345.3210155371036, - 331.04517467132405, - 2450.4287929342377 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.3858335369129649, - 55.56002931546695, - 319.85600210084795, - 785.1712476178843, - 1319.164862705426, - 1772.133435041243, - 1984.727713880286, - 1974.6960419205489, - 1883.2534936721768, - 1756.7000935647245, - 1519.0266348263401, - 1362.3782188396776, - 1243.5414894704854, - 1049.853053940178, - 965.3555093562392, - 816.8095976447476, - 675.5945231346022, - 612.3178230808759, - 510.45776933585284, - 452.19690526199514, - 387.7627045975298, - 334.51767650354066, - 2718.9689346256646 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaledown": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.755339413366422, - 70.24656544307724, - 366.3396154827145, - 898.4762321993583, - 1413.2400424085781, - 1763.3398605039174, - 1849.4485536276907, - 1829.8097288801637, - 1712.354450101684, - 1588.856456016273, - 1427.5914912625403, - 1258.7731323751434, - 1091.0877826077967, - 954.749018495157, - 825.2083091028155, - 737.9666068589938, - 624.2880251473475, - 556.6851476510526, - 466.04441804708216, - 379.9357249233101, - 355.38719398890146, - 305.5347927067176, - 2299.2531742873934 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaleup": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.1772418581331126, - 55.722781284967326, - 326.0959947028724, - 824.4617146458911, - 1404.8419507055169, - 1817.661428957529, - 1969.5256286567012, - 1934.6007868654183, - 1843.9531637891687, - 1703.468968718617, - 1476.6537040516369, - 1362.8536577654359, - 1170.1784069843159, - 972.7941887706637, - 864.487937822417, - 746.3713380563945, - 665.1416498452095, - 550.1643617008754, - 488.9477850779533, - 421.84499916436573, - 362.590492304999, - 315.50081797967437, - 2419.624432416262 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 8.84751810696039, - 26.54255432088117, - 265.42554320881175, - 238.88298888793057, - 345.05320617145526, - 327.35816995753447, - 495.46101398978186, - 336.2056880644949, - 389.2907967062572, - 327.35816995753447, - 318.51065185057405, - 247.73050699489096, - 221.18795267400978, - 203.49291646008902, - 283.1205794227325, - 238.88298888793054, - 194.64539835312863, - 176.9503621392078, - 88.4751810696039, - 132.71277160440587, - 115.01773539048509, - 123.86525349744547, - 822.8191839473164 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 8.37224049365211, - 24.795722464638178, - 244.2226043079516, - 215.99335360546064, - 307.3793681322545, - 287.3282654949442, - 427.7646439217857, - 285.32361143136563, - 319.5137392159507, - 266.62217003277806, - 254.4609799098202, - 192.3726921394031, - 169.62323472194038, - 149.5692289927513, - 209.39282861272733, - 174.11583852569035, - 141.99658294801574, - 122.54642032962666, - 58.01096434781254, - 89.72129869798111, - 76.81304626486673, - 81.19146178804877, - 388.3673370038432 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 9.322795720268669, - 28.289386177124157, - 286.62848210967184, - 261.77262417040043, - 382.72704421065595, - 367.3880744201246, - 563.157384057778, - 387.08776469762404, - 459.06785419656364, - 388.09416988229077, - 382.5603237913279, - 303.08832185037875, - 272.7526706260791, - 257.41660392742665, - 356.8483302327377, - 303.6501392501707, - 247.29421375824143, - 231.35430394878892, - 118.93939779139527, - 175.7042445108306, - 153.22242451610342, - 166.53904520684216, - 1257.2710308907892 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 8.422837237826291, - 25.136628396697, - 249.052727103235, - 223.15507390686898, - 317.968188396641, - 298.4649406696102, - 450.3142027270193, - 302.47466352417877, - 346.9691085690234, - 289.41061182689964, - 278.567425416938, - 214.77377853140433, - 191.5581675036811, - 173.82165854863393, - 238.99233868203373, - 199.45526862649535, - 159.50388588710445, - 142.8946060358722, - 72.85654676141039, - 104.47978835521356, - 89.5567901581798, - 97.96386775437806, - 525.9398844134379 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 9.272198976094488, - 27.94848024506534, - 281.7983593143884, - 254.61090386899204, - 372.13822394626936, - 356.25139924545863, - 540.6078252525444, - 369.93671260481085, - 431.6124848434909, - 365.3057280881692, - 358.4538782842101, - 280.68723545837753, - 250.8177378443384, - 233.164174371544, - 327.2488201634312, - 278.3107091493657, - 229.78691081915272, - 211.00611824254338, - 104.09381537779743, - 160.94575485359815, - 140.47868062279034, - 149.76663924051283, - 1119.6984834811947 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 8.442951517272585, - 25.217085514482168, - 251.23771846947818, - 225.51238451249225, - 324.16152019274847, - 306.13117686682097, - 461.92988806169484, - 312.0548667243718, - 361.1652278565822, - 301.62557827085135, - 293.11440409442594, - 227.32923618000365, - 203.088626355342, - 186.21951978095302, - 256.39056831196007, - 214.09307260705003, - 173.53535839239146, - 158.40914376383853, - 80.02593951992714, - 118.66346582043442, - 100.9908248867219, - 107.42048218601451, - 674.6076342565723 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 9.252084696648197, - 27.868023127280175, - 279.6133679481452, - 252.25359326336883, - 365.9448921501619, - 348.58516304824786, - 528.9921399178688, - 360.3565094046179, - 417.41636555593215, - 353.0907616442174, - 343.9068996067222, - 268.1317778097782, - 239.2872789926775, - 220.76631313922488, - 309.8505905335048, - 263.672905168811, - 215.75543831386562, - 195.4915805145771, - 96.92442261928065, - 146.76207738837726, - 129.04464589424825, - 140.31002480887642, - 971.0307336380604 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 8.446684063973958, - 25.315998002068575, - 252.7267972396207, - 227.17129415754735, - 327.4167156437578, - 309.8937913055115, - 469.08994945345825, - 316.98639037170926, - 368.063596251838, - 308.24794557391124, - 299.66606037386526, - 233.30296981184696, - 206.29426188070528, - 190.6875855462032, - 264.1210872579167, - 223.57996213970875, - 179.07922706245992, - 164.7671223422177, - 81.97184053357674, - 122.64194587668776, - 106.14837497319813, - 113.95990400682162, - 745.9581675452133 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 9.248352149946822, - 27.769110639693764, - 278.12428917800264, - 250.59468361831375, - 362.6896966991526, - 344.8225486095574, - 521.8320785261053, - 355.4249857572803, - 410.51799716067626, - 346.4683943411576, - 337.3552433272828, - 262.1580441779349, - 236.0816434673142, - 216.2982473739747, - 302.1200715875483, - 254.18601563615235, - 210.21156964379725, - 189.13360193619792, - 94.97852160563104, - 142.78359733212392, - 123.88709580777203, - 133.7706029880693, - 899.6802003494192 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 35.39007242784156, - 256.5780251018514, - 185.79788024616818, - 353.9007242784156, - 327.35816995753447, - 583.9361950593858, - 291.96809752969295, - 380.44327859929683, - 300.8156156366533, - 353.9007242784156, - 247.73050699489093, - 247.730506994891, - 212.34043456704939, - 247.73050699489096, - 291.9680975296929, - 141.56028971136627, - 141.56028971136627, - 159.25532592528702, - 115.01773539048507, - 53.08510864176234, - 141.56028971136627, - 840.5142201612371 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 79.62766296264351, - 203.492916460089, - 318.51065185057405, - 318.51065185057405, - 406.9858329201779, - 486.61349588282155, - 460.07094156194034, - 398.13831481321756, - 380.44327859929683, - 283.12057942273253, - 291.96809752969295, - 265.42554320881175, - 238.88298888793057, - 247.73050699489093, - 291.96809752969295, - 150.40780781832666, - 212.34043456704939, - 159.25532592528702, - 106.17021728352469, - 106.17021728352469, - 115.01773539048509, - 964.3794736586826 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 8.62633015428638, - 25.878990462859143, - 258.78990462859144, - 232.91091416573227, - 336.42687601716887, - 319.17421570859614, - 483.0744886400373, - 327.80054586288253, - 379.55852678860083, - 319.1742157085961, - 310.5478855543097, - 241.53724432001871, - 215.65825385715954, - 198.40559354858678, - 276.0425649371642, - 232.91091416573232, - 189.77926339430041, - 172.5266030857276, - 86.2633015428638, - 129.39495231429572, - 112.14229200572294, - 120.76862216000933, - 802.2487043486335 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 9.0687060596344, - 27.206118178903196, - 272.06118178903193, - 244.85506361012878, - 353.67953632574154, - 335.54212420647275, - 507.84753933952624, - 344.61083026610714, - 399.02306662391345, - 335.54212420647275, - 326.47341814683836, - 253.92376966976315, - 226.71765149085996, - 208.58023937159118, - 290.1985939083007, - 244.85506361012872, - 199.51153331195678, - 181.374121192688, - 90.687060596344, - 136.03059089451597, - 117.89317877524718, - 126.96188483488157, - 843.3896635459992 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_pseudodata": { - "contents": [ - 9.001631725762419, - 267.7302436829839, - 1114.269719828547, - 2259.4762668075655, - 3669.9366646313147, - 5343.757706331335, - 7178.731848986077, - 6971.225756733135, - 4669.408891901871, - 3604.494112483051, - 2979.8349030456393, - 2571.5452705230005, - 2164.4476447705892, - 1906.871189053107, - 1581.1925237028645, - 1361.4937937085604, - 1180.7155683838832, - 1039.4016333445018, - 905.5982801265558, - 804.1721916482086, - 708.3086786979497, - 615.3292316253419, - 574.5454733287914, - 474.77121320386703, - 416.2841690318335, - 356.7973103536501, - 3582.6412897294585 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan": { - "contents": [ - 0.02830647191368893, - 0.10513832425084459, - 0.43268464210924495, - 0.7400120514578675, - 1.1201275314416903, - 1.184828038672979, - 1.463848976107913, - 1.3748857786648905, - 1.2859225812218682, - 1.1888718203749344, - 1.0958648412299568, - 0.9664638267673789, - 0.9381573548536898, - 0.7966249952852453, - 0.7966249952852452, - 0.6308299455050673, - 0.5539980931679117, - 0.4933413676385784, - 0.404378170195556, - 0.29923984594471154, - 0.35989657147404486, - 0.2709333740310226, - 0.2951960642427559, - 0.1860139582899558, - 0.1455761412704002, - 0.16175126807822243, - 1.4840678846176907 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.02515914606778564, - 0.09110747587457338, - 0.3699525088054721, - 0.6262088507810688, - 0.9410918135034388, - 0.9903055213934854, - 1.210220081293162, - 1.118437293874362, - 1.038940715763796, - 0.9348842926704918, - 0.8517359269467034, - 0.7147928173213545, - 0.6958907915964543, - 0.5903733628110513, - 0.576039609911668, - 0.4384719255656344, - 0.3799375535889367, - 0.3423684837664731, - 0.25990332759804785, - 0.19779204115370325, - 0.2201093564463505, - 0.17902592440444204, - 0.1943910311900913, - 0.11206089942005795, - 0.09644078165082913, - 0.10044134543584503, - 0.7729640703380344 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.031453797759592214, - 0.1191691726271158, - 0.4954167754130181, - 0.8538152521346667, - 1.2991632493799417, - 1.3793505559524732, - 1.7174778709226644, - 1.6313342634554195, - 1.532904446679941, - 1.442859348079378, - 1.3399937555132109, - 1.2181348362134035, - 1.1804239181109262, - 1.0028766277594399, - 1.017210380658823, - 0.8231879654445006, - 0.7280586327468871, - 0.6443142515106838, - 0.5488530127930643, - 0.4006876507357198, - 0.49968378650173934, - 0.3628408236576032, - 0.39600109729542066, - 0.25996701715985365, - 0.1947115008899713, - 0.22306119072059988, - 2.1951716988973478 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.02647198507096115, - 0.09617837812882565, - 0.3918107285067691, - 0.6646925102931542, - 0.9973458085206792, - 1.049156192920183, - 1.294436542451024, - 1.1960796085223142, - 1.1131422776560966, - 1.022369108796915, - 0.9414057120580532, - 0.8041202710379982, - 0.7872144202398149, - 0.6707992525039982, - 0.6579059072836693, - 0.5137584846358412, - 0.45310851980404065, - 0.39620189633055836, - 0.3193637887685825, - 0.2423950165103622, - 0.27337088982005453, - 0.2168846300913082, - 0.23448645363085163, - 0.1437527116432637, - 0.11589320397581905, - 0.12534206857924007, - 1.059489002930016 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.030140958756416706, - 0.11409827037286352, - 0.4735585557117209, - 0.815331592622581, - 1.2429092543627016, - 1.320499884425776, - 1.633261409764802, - 1.5536919488074674, - 1.45870288478764, - 1.3553745319529549, - 1.250323970401861, - 1.1288073824967597, - 1.0891002894675654, - 0.922450738066493, - 0.9353440832868218, - 0.7479014063742937, - 0.6548876665317831, - 0.5904808389465986, - 0.48939255162252976, - 0.3560846753790609, - 0.4464222531280354, - 0.32498211797073695, - 0.3559056748546603, - 0.22827520493664794, - 0.17525907856498135, - 0.19816046757720485, - 1.908646766305366 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.026678881370696364, - 0.09828619934096999, - 0.40342810263990836, - 0.6864013628078355, - 1.0333621609457253, - 1.0923328822416998, - 1.3447541395616154, - 1.25979457033193, - 1.1693561823688072, - 1.0813481072085602, - 0.9920288674234986, - 0.8678077477688584, - 0.8434957107835432, - 0.7127623334342601, - 0.7040812186974088, - 0.5590314324811984, - 0.49031033210865105, - 0.4365242128352518, - 0.3555601210714104, - 0.2616719134358516, - 0.31126674775130736, - 0.23611660312945248, - 0.2548532760931963, - 0.1596309364164377, - 0.12822490582819984, - 0.1387202884992691, - 1.2299126031567058 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.029934062456681496, - 0.11199044916071921, - 0.46194118157858177, - 0.7936227401078999, - 1.2068929019376555, - 1.277323195104259, - 1.5829438126542108, - 1.4899769869978514, - 1.4024889800749296, - 1.2963955335413095, - 1.1997008150364155, - 1.0651199057658998, - 1.032818998923837, - 0.880487657136231, - 0.8891687718730823, - 0.7026284585289367, - 0.6176858542271728, - 0.5501585224419051, - 0.45319621931970183, - 0.33680777845357146, - 0.40852639519678247, - 0.30575014493259267, - 0.3355388523923156, - 0.21239698016347394, - 0.16292737671260057, - 0.1847822476571758, - 1.7382231660786762 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.026935250812191433, - 0.09938474950598639, - 0.40902008407691104, - 0.6981628914402405, - 1.0540415550968136, - 1.114905240109971, - 1.374329695496783, - 1.2885774186853358, - 1.201830087246807, - 1.1114142244114462, - 1.0217403323343053, - 0.8969376663236526, - 0.8735941466480004, - 0.739911146467586, - 0.7374501893815006, - 0.5843605437486443, - 0.5127906623511584, - 0.45449291478811416, - 0.3722335176058204, - 0.27649224700534053, - 0.32886743397724716, - 0.249332187204156, - 0.2698184275948865, - 0.16949675282378376, - 0.13248215497515625, - 0.14803896228711386, - 1.3299279614638853 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.029677693015186423, - 0.11089189899570277, - 0.4563492001415791, - 0.7818612114754948, - 1.1862135077865674, - 1.2547508372359877, - 1.5533682567190432, - 1.4611941386444456, - 1.37001507519693, - 1.2663294163384238, - 1.1699893501256091, - 1.0359899872111058, - 1.0027205630593798, - 0.853338844102905, - 0.8557998011889902, - 0.6772993472614908, - 0.5952055239846655, - 0.5321898204890428, - 0.4365228227852918, - 0.32198744488408254, - 0.3909257089708428, - 0.2925345608578892, - 0.32057370089062537, - 0.20253116375612784, - 0.15867012756564414, - 0.17546357386933104, - 1.6382078077714968 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.024262690211733363, - 0.1455761412704002, - 0.39629060679164485, - 0.7521433965637341, - 1.0554270242104011, - 1.2940101446257795, - 1.399148468876624, - 1.3182728348375126, - 1.3344479616453349, - 1.1929156020768903, - 1.1646091301632013, - 0.9341135731517345, - 0.9260260097478232, - 0.8411065940067565, - 0.7117055795441786, - 0.6631801991207119, - 0.5944359101874673, - 0.43268464210924495, - 0.4609911140229338, - 0.3154149727525338, - 0.36394035317600043, - 0.33159009956035596, - 0.2588020289251559, - 0.22645177530951138, - 0.13748857786648908, - 0.14557614127040017, - 1.4598051944059574 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.020218908509777804, - 0.12131345105866684, - 0.42864086040728944, - 0.808756340391112, - 1.0877772778260457, - 1.3223166165394682, - 1.480024102915735, - 1.4921554480216022, - 1.4314987224922682, - 1.2454847642023126, - 1.15652156675929, - 1.1363026582495124, - 0.9138946646419566, - 0.8289752489008899, - 0.8208876854969788, - 0.7561871782656897, - 0.5742170016776895, - 0.5701732199757339, - 0.43268464210924495, - 0.3639403531760004, - 0.3154149727525337, - 0.3437214446662227, - 0.2992398459447115, - 0.25475824722320034, - 0.16983883148213355, - 0.13748857786648908, - 1.649862934397869 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW": { - "contents": [ - 0.7688134720416123, - 8.07254145643693, - 43.437961170351116, - 86.36338002600772, - 123.65083342002586, - 182.33692845253583, - 230.13149929779, - 232.18166855656762, - 175.41760720416124, - 145.0494750585174, - 133.261001820546, - 111.60608902470729, - 96.35795516254868, - 83.54439729518849, - 73.93422889466835, - 65.73355185955785, - 59.454908504551355, - 55.0982988296489, - 41.51592749024708, - 39.337622652795844, - 36.0060976072822, - 32.290165825747735, - 32.93084371911575, - 26.52406478543564, - 23.19253973992198, - 21.01423490247074, - 200.5321806241875 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.6997704184391255, - 7.1551968254100276, - 37.57780060681892, - 74.49414333322213, - 105.52552725738296, - 154.13916274482077, - 189.33418416240158, - 187.37428241456269, - 140.73671377906084, - 115.79915565673562, - 105.3460633688585, - 85.69173536708752, - 72.81056796291124, - 62.779880616486906, - 54.58167419550268, - 48.63620937258695, - 42.820343676907505, - 38.517016379430665, - 29.604141776868087, - 27.64323096134712, - 25.06655461191807, - 21.335108414772023, - 21.849280453857684, - 17.230215077818595, - 14.248848530688393, - 12.26882549276089, - 99.90038936844076 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.8378565256440993, - 8.989886087463832, - 49.298121733883285, - 98.23261671879347, - 141.77613958266903, - 210.53469416025067, - 270.928814433177, - 276.9890546985712, - 210.09850062926157, - 174.29979446029947, - 161.1759402722338, - 137.5204426823273, - 119.90534236218627, - 104.3089139738902, - 93.28678359383412, - 82.83089434652875, - 76.08947333219521, - 71.67958127986711, - 53.42771320362605, - 51.03201434424456, - 46.945640602646286, - 43.24522323672342, - 44.01240698437377, - 35.81791449305266, - 32.13623094915556, - 29.759644312180583, - 301.1639718799337 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.7143538489869147, - 7.412130683953184, - 39.3531230535785, - 78.0186846068234, - 111.18819585710682, - 162.7708688464643, - 202.4238822102771, - 201.49459294077576, - 152.13911551954791, - 125.52700657567537, - 115.22127420750974, - 94.94013498452534, - 81.2475149923854, - 70.39829957151251, - 61.6991210781644, - 55.19871107460541, - 48.78397572233704, - 45.4027801210216, - 34.488287631288195, - 32.30546000833347, - 29.603485082027383, - 25.82878712072374, - 26.311798188770716, - 21.108350485006504, - 18.215805919318107, - 16.10384127560671, - 142.68204811329935 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.82327309509631, - 8.732952228920677, - 47.5227992871237, - 94.7080754451922, - 136.11347098294516, - 201.90298805860712, - 257.83911638530145, - 262.86874417235816, - 198.69609888877454, - 164.57194354135973, - 151.30072943358255, - 128.27204306488946, - 111.4683953327121, - 96.69049501886455, - 86.16933671117236, - 76.2683926445103, - 70.12584128676568, - 64.79381753827616, - 48.543567349205944, - 46.3697852972582, - 42.408710132536974, - 38.751544530771696, - 39.54988924946073, - 31.939779085864757, - 28.16927356052584, - 25.924628529334765, - 258.3823131350751 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.7198736894619636, - 7.5451534336821355, - 40.392685001239016, - 80.14785345409011, - 114.29723249037873, - 167.9814150610752, - 210.5167491728811, - 210.75666602594097, - 159.02493031515849, - 131.24047993128414, - 120.62036291660597, - 100.10624618299433, - 86.00315187304716, - 74.71497399141477, - 65.65937537433476, - 58.51445942699487, - 52.41775457887597, - 48.653083226603535, - 36.69814585498781, - 34.67992840402349, - 31.66806759128738, - 28.11455065889934, - 28.680656648656935, - 23.000136160069893, - 20.051600350737967, - 17.807628031334925, - 165.46456801629472 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.8177532546212614, - 8.599929479191726, - 46.48323733946317, - 92.57890659792545, - 133.00443434967323, - 196.69244184399622, - 249.74624942269745, - 253.606671087193, - 191.81028409316403, - 158.85847018575097, - 145.90164072448633, - 123.10593186642046, - 106.71275845205034, - 92.37382059896233, - 82.20908241500202, - 72.95264429212084, - 66.49206243022675, - 61.54351443269424, - 46.33370912550634, - 43.99531690156818, - 40.344127623276975, - 36.4657809925961, - 37.18103078957453, - 30.047993410801357, - 26.333479129105978, - 24.220841773606544, - 235.59979323207978 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.7308142655504306, - 7.626866893685183, - 40.96289833692863, - 81.32268152516558, - 116.20024704658262, - 171.0821058637268, - 215.2899726617159, - 216.362616613036, - 163.42011380453772, - 135.08405777353929, - 123.84440323385586, - 103.41535450965458, - 88.95984931810506, - 77.26478291274991, - 68.20003661662365, - 60.65303122340601, - 54.56316461073959, - 50.64006662920696, - 38.075433145663595, - 36.07991671436788, - 32.947063881469234, - 29.385456388559003, - 29.964190740230404, - 24.141358673519786, - 21.134116747971184, - 18.996760237439045, - 178.3608854505307 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.806812678532794, - 8.518216019188678, - 45.91302400377357, - 91.40407852685001, - 131.10141979346938, - 193.5917510413447, - 244.97302593386277, - 248.00072050009788, - 187.41510060378477, - 155.0148923434958, - 142.67760040723644, - 119.79682353976021, - 103.75606100699241, - 89.82401167762717, - 79.66842117271314, - 70.81407249570972, - 64.34665239836313, - 59.55653103009082, - 44.95642183483054, - 42.59532859122378, - 39.065131333095124, - 35.19487526293644, - 35.897496698001056, - 28.90677089735147, - 25.25096273187276, - 23.03170956750244, - 222.70347579784374 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_res_up": { - "contents": [ - 0.6406778933680103, - 6.919321248374511, - 43.56609674902472, - 85.85083771131332, - 131.21083256176837, - 182.8494707672303, - 231.15658392717876, - 224.3653982574778, - 175.80201394018204, - 147.22777989596864, - 130.5701546684004, - 115.06574964889454, - 95.84541284785426, - 91.23253201560459, - 67.91185669700906, - 64.32406049414821, - 58.81423061118334, - 55.3545699869961, - 44.07863906371912, - 40.49084286085827, - 33.69965719115736, - 33.699657191157364, - 29.85558983094929, - 25.242708998699616, - 22.423726267880365, - 21.398641638491547, - 202.5823498829652 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_scale_up": { - "contents": [ - 0.6406778933680103, - 8.07254145643693, - 44.719316957087145, - 87.77287139141734, - 129.03252772431713, - 182.8494707672303, - 230.51590603381075, - 252.42708998699698, - 195.27862189856975, - 155.42845693107915, - 137.36134033810126, - 128.26371425227555, - 98.92066673602068, - 93.15456569570863, - 80.98168572171645, - 66.50236533159945, - 62.27389123537058, - 57.66101040312092, - 48.947791053315996, - 40.234571703511065, - 37.92813128738623, - 32.80270814044214, - 33.18711487646296, - 30.752538881664503, - 24.089488790637198, - 22.67999742522757, - 220.13692416124886 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan": { - "contents": [ - 0.38873298816823537, - 5.57183949707804, - 15.160586538561182, - 31.228216716181578, - 40.94654142038746, - 46.000070266574525, - 57.532482248898845, - 62.19727810691767, - 62.3268557696404, - 58.56910355068079, - 54.163463018107464, - 53.1268417163255, - 44.315560651178835, - 40.169075444051, - 36.54090088781413, - 35.893012574200405, - 32.523993343409025, - 29.15497411261766, - 23.583134615539613, - 23.194401627371377, - 19.566227071134513, - 17.75213979301608, - 19.04791642024354, - 12.569033284106276, - 16.845096153956867, - 15.160586538561182, - 132.1692159772 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.3521556435627805, - 4.877550232303692, - 13.069919788663007, - 26.789693827041365, - 34.46613777136419, - 38.95300932590783, - 48.24485547372454, - 51.151381656493726, - 50.94731101026227, - 47.23543535785945, - 43.58588048727334, - 41.3517186238156, - 34.53885918526537, - 31.966590731395378, - 28.714855482575928, - 27.111564741244663, - 24.32685978329367, - 22.056649009136272, - 17.061640674876372, - 16.911395374949354, - 14.556861936775128, - 12.853065496143554, - 13.715489876904583, - 9.04878882231354, - 12.11225380114978, - 9.957237569152905, - 84.21424598149608 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.42531033277369024, - 6.2661287618523875, - 17.251253288459353, - 35.66673960532178, - 47.42694506941073, - 53.04713120724121, - 66.82010902407313, - 73.24317455734158, - 73.70640052901854, - 69.90277174350214, - 64.7410455489416, - 64.90196480883539, - 54.09226211709229, - 48.37156015670661, - 44.36694629305232, - 44.67446040715615, - 40.721126903524386, - 36.25329921609903, - 30.104628556202854, - 29.477407879793404, - 24.575592205493894, - 22.651214089888608, - 24.38034296358248, - 16.089277745899015, - 21.57793850676395, - 20.36393550796945, - 180.124185972904 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.36352608346670134, - 5.110856838686974, - 13.691467393026375, - 28.11978626372956, - 36.493301343273316, - 40.91940603562743, - 51.175021481336714, - 54.6742500659566, - 54.688234330275755, - 50.86920200010319, - 47.043860857476815, - 45.16469117360491, - 37.97935871890715, - 34.74835792077433, - 31.44958598038653, - 30.269084881358793, - 27.26916154888022, - 24.860349242582032, - 19.683359204282937, - 19.47265377678987, - 16.39967496299841, - 14.726934643749711, - 15.684963043788368, - 10.29167144268737, - 13.88784639018466, - 12.341306615823992, - 103.01927717156974 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.4139398928697694, - 6.0328221554691055, - 16.62970568409598, - 34.33664716863359, - 45.3997814975016, - 51.080734497521604, - 63.88994301646095, - 69.72030614787872, - 69.96547720900504, - 66.2690051012584, - 61.28306517873811, - 61.0889922590461, - 50.651762583450505, - 45.58979296732765, - 41.63221579524173, - 41.516940267042, - 37.77882513793783, - 33.44959898265327, - 27.48291002679629, - 26.91614947795288, - 22.732779179270615, - 20.777344942282454, - 22.410869796698698, - 14.84639512552518, - 19.802345917729074, - 17.979866461298368, - 161.31915478283034 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.3660285520780344, - 5.21309968852816, - 14.100089540097061, - 28.94771464109262, - 37.84620451022816, - 42.44111650269434, - 53.061682373834785, - 57.12388743461637, - 57.070529782688325, - 53.41622001927558, - 49.22350798097139, - 48.00269405628004, - 40.02654507668342, - 36.44714841185775, - 33.137841200095295, - 32.239007520760154, - 29.09552631054163, - 26.225749567711194, - 21.066550137573735, - 20.698702436590136, - 17.398278381002612, - 15.86159157063633, - 16.828949562391024, - 11.10827797177003, - 14.938461067215185, - 13.37829437943334, - 113.84033106903246 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.4114374242584363, - 5.930579305627921, - 16.221083537025294, - 33.508718791270525, - 44.046878330546754, - 49.559024030454694, - 62.00328212396288, - 67.27066877921894, - 67.58318175659248, - 63.72198708208601, - 59.10341805524352, - 58.25098937637096, - 48.60457622567424, - 43.891002476244225, - 39.94396057553296, - 39.54701762764065, - 35.95246037627642, - 32.08419865752411, - 26.099719093505488, - 25.69010081815262, - 21.734175761266414, - 19.642688015395834, - 21.266883278096046, - 14.029788596442522, - 18.751731240698547, - 16.942878697689018, - 150.49810088536756 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.3689713822775267, - 5.2773317408700215, - 14.287586393405896, - 29.392516288851184, - 38.460624330816295, - 43.28229217141982, - 54.0904854858573, - 58.34818679596989, - 58.36938084242898, - 54.76159452156114, - 50.607315420485634, - 49.51567017901904, - 41.27009886885713, - 37.459044675871425, - 34.05572482050165, - 33.33572653758272, - 30.10165535623866, - 27.097291964160853, - 21.838428077205293, - 21.460691980835158, - 18.08052603407316, - 16.46667876253195, - 17.480772785184463, - 11.584791727829007, - 15.534495032253542, - 13.939974066642332, - 120.30175968907076 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.408494594058944, - 5.86634725328606, - 16.033586683716468, - 33.063917143511965, - 43.43245850995862, - 48.71784836172921, - 60.97447901194036, - 66.04636941786544, - 66.28433069685184, - 62.37661257980045, - 57.719610615729295, - 56.73801325363197, - 47.36102243350053, - 42.879106212230546, - 39.0260769551266, - 38.45029861081807, - 34.9463313305794, - 31.21265626107445, - 25.327841153873933, - 24.928111273907597, - 21.051928108195867, - 19.037600823500213, - 20.615060055302603, - 13.55327484038355, - 18.15569727566019, - 16.381199010480024, - 144.0366722653293 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.25915532544549025, - 5.701417159800786, - 15.938052514897652, - 29.414129438063146, - 39.00287647954629, - 48.850778846474924, - 54.94092899444394, - 62.586011095085894, - 63.104321745976875, - 56.49586094711688, - 51.44233210092982, - 52.99726405360276, - 44.96344896479256, - 40.03949778132825, - 39.52118713043727, - 37.318366864150605, - 29.802862426231385, - 30.19159541439962, - 27.081731509053736, - 22.02820266286668, - 20.991581361084712, - 16.71551849123412, - 16.32678550306589, - 18.529605769352557, - 14.253542899501966, - 16.0676301776204, - 132.1692159772 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.25915532544549025, - 6.349305473414511, - 15.031008875838435, - 31.48737204162707, - 42.242318047614916, - 49.757822485534135, - 59.60572485246276, - 64.91840902409531, - 65.56629733770905, - 61.290234467858454, - 58.180370562512564, - 51.05359911276158, - 51.70148742637531, - 44.833871302069824, - 39.26203180499178, - 37.059211538705114, - 36.54090088781413, - 32.26483801796354, - 25.65637721910354, - 23.842289940985108, - 21.250736686530203, - 20.21411538474824, - 20.084537722025495, - 17.233829142125103, - 13.216921597720003, - 15.808474852174903, - 149.14388979387962 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar": { - "contents": [ - 6.559170127520404, - 182.49926295983238, - 774.7537421212343, - 1723.132575853297, - 2985.194075095613, - 4859.187563881904, - 7229.748814675186, - 7367.105553816202, - 4501.905708700495, - 3224.025034444741, - 2690.8030864310176, - 2215.842002491153, - 1949.616862021206, - 1588.0908379337607, - 1357.362382859809, - 1172.9339522154132, - 999.6946941414927, - 871.9837934233017, - 753.918731127934, - 631.609499926524, - 584.5378084231423, - 479.20525284590263, - 434.44856256399873, - 390.4635393559206, - 337.6043447988444, - 311.7534978256757, - 2669.5822419008045 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_ME_var": { - "contents": [ - 6.295459500453889, - 226.6365420163401, - 982.9910334280142, - 2074.3539053995532, - 3465.2007793212706, - 5190.156682445651, - 7262.71188513081, - 7266.758966238244, - 4951.378897107005, - 3921.1719174255777, - 3285.780183558334, - 2801.929153380588, - 2453.8801781412058, - 2070.7564999707224, - 1784.7627683786732, - 1605.7918482943412, - 1359.3695764194335, - 1212.3256295159758, - 1083.2687097566723, - 927.6809249597411, - 834.1483838101408, - 708.239193801063, - 661.4729232262628, - 558.4971928259811, - 511.28124657257683, - 451.9240569968687, - 4570.503597329542 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_PS_var": { - "contents": [ - 11.70780395107095, - 273.43387292178613, - 1121.6831527316347, - 2303.0383385042114, - 3680.0271515882305, - 5249.628223222127, - 6917.801450702136, - 6427.962040233137, - 4157.403415915767, - 2987.0006919038715, - 2426.159115538054, - 2093.430880670522, - 1715.7597854746855, - 1512.9504073545213, - 1218.3669531017688, - 1011.0255218392547, - 913.5863792787289, - 778.0024561034237, - 657.147705640756, - 592.1882772670722, - 493.99379251615477, - 433.94408838001675, - 381.44780614779546, - 320.26508872606985, - 285.8970190632487, - 243.9755274965108, - 2170.098112995277 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_down": { - "contents": [ - 5.795671873108803, - 160.98800032065515, - 674.2589422606303, - 1482.784356263511, - 2546.9124191159044, - 4088.0049884626305, - 5942.87085200023, - 5938.279674056925, - 3634.852367501053, - 2606.265204156524, - 2153.439902664527, - 1751.6114073901722, - 1523.2391774396565, - 1228.0347190489733, - 1039.8188559765035, - 884.9657234370959, - 749.7283498283962, - 644.0276306845045, - 555.304268402122, - 455.24500226090527, - 417.2223249852336, - 343.75709958171706, - 304.2315524505771, - 274.6638866152397, - 232.06627860535758, - 207.72012816830838, - 1604.8834106743366 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_up": { - "contents": [ - 7.322668381932003, - 204.01052559900964, - 875.2485419818368, - 1963.4807954430912, - 3423.475731075315, - 5630.370139301131, - 8516.626777350044, - 8795.93143357538, - 5368.959049899896, - 3841.7848647329456, - 3228.1662701975074, - 2680.0725975921428, - 2375.9945466027666, - 1948.1469568185535, - 1674.9059097431175, - 1460.9021809937308, - 1249.661038454588, - 1099.9399561620971, - 952.5331938537448, - 807.9739975921418, - 751.8532918610501, - 614.6534061100878, - 564.66557267742, - 506.26319209660124, - 443.14241099233095, - 415.7868674830429, - 3734.2810731272716 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_down": { - "contents": [ - 6.110855672223595, - 166.91031602360658, - 702.4677747227485, - 1552.323547583792, - 2672.113915782179, - 4309.343476049548, - 6316.798648106558, - 6359.904860076202, - 3898.3395849638728, - 2797.9557514321536, - 2323.6358715871265, - 1901.4321733941142, - 1661.5820407858828, - 1352.8125252768507, - 1149.3892383210227, - 985.8031253925307, - 839.264132851941, - 725.7919003497074, - 627.4229769623554, - 520.894476079613, - 479.4422691818984, - 393.75349369598524, - 353.7553065107759, - 318.9940258647882, - 272.8798405697462, - 249.39389394594645, - 2037.2735513189039 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_up": { - "contents": [ - 7.007484582817211, - 198.08820989605817, - 847.0397095197186, - 1893.9416041228105, - 3298.27423440904, - 5409.031651714213, - 8142.698981243717, - 8374.3062475561, - 5105.471832437077, - 3650.094317457316, - 3057.970301274908, - 2530.2518315882007, - 2237.6516832565408, - 1823.3691505906763, - 1565.3355273985985, - 1360.064779038296, - 1160.1252554310431, - 1018.1756864968941, - 880.4144852935116, - 742.3245237734341, - 689.6333476643854, - 564.6570119958197, - 515.141818617221, - 461.93305284705264, - 402.3288490279423, - 374.11310170540486, - 3301.890932482704 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_down": { - "contents": [ - 6.177628988705596, - 170.23842869760716, - 718.9520393384072, - 1594.7518048142144, - 2751.7867084454065, - 4457.766053659506, - 6577.539261307669, - 6645.89472136535, - 4068.0512031816934, - 2919.408845144074, - 2428.894808316928, - 1993.9913932277768, - 1746.6871737177512, - 1420.5693284301171, - 1212.3228630309695, - 1043.2178052764216, - 887.0010405591793, - 770.9318830929647, - 665.0370263791913, - 555.1436079202163, - 512.2609834708869, - 419.62196843887165, - 378.50252488079724, - 341.32192327078883, - 292.9913684664669, - 269.74387601145287, - 2247.8117081681157 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_up": { - "contents": [ - 6.940711266335211, - 194.76009722205765, - 830.5554449040599, - 1851.5133468923882, - 3218.6014417458127, - 5260.609074104255, - 7881.958368042604, - 8088.316386266953, - 4935.760214219257, - 3528.6412237453965, - 2952.711364545107, - 2437.692611754538, - 2152.5465503246724, - 1755.61234743741, - 1502.4019026886517, - 1302.6500991544053, - 1112.388347723805, - 973.0357037536367, - 842.8004358766757, - 708.0753919328307, - 656.8146333753969, - 538.7885372529333, - 490.3946002471998, - 439.60515544105203, - 382.21732113122164, - 353.7631196398984, - 3091.3527756334925 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_down": { - "contents": [ - 6.2235582512207746, - 172.2386892256727, - 729.013387322917, - 1619.5544385259748, - 2800.556287556894, - 4550.542983080695, - 6741.963678981868, - 6839.976031894622, - 4180.940989816711, - 2997.57380335937, - 2498.1791596004023, - 2052.441493579868, - 1802.4375576258435, - 1466.1707108113574, - 1251.5472942154697, - 1079.3806473455172, - 918.1071784367384, - 799.5689093942945, - 689.4051452132485, - 577.0630522982025, - 533.2190783767866, - 436.2635174929881, - 395.0388137231246, - 355.71642000646733, - 306.53228084551364, - 281.9882339759221, - 2378.0760220760276 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_up": { - "contents": [ - 6.894782003820033, - 192.75983669399213, - 820.49409691955, - 1826.7107131806279, - 3169.8318626343253, - 5167.832144683065, - 7717.533950368402, - 7894.235075737679, - 4822.870427584237, - 3450.4762655301, - 2883.427013261632, - 2379.2425114024472, - 2096.79616641658, - 1710.0109650561699, - 1463.1774715041518, - 1266.4872570853092, - 1081.2822098462457, - 944.3986774523067, - 818.4323170426183, - 686.1559475548446, - 635.856538469497, - 522.1469881988168, - 473.8583114048724, - 425.2106587053737, - 368.676408752175, - 341.51876167542923, - 2961.0884617255806 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_res_up": { - "contents": [ - 9.645838422824124, - 178.25509405378978, - 775.5254091950603, - 1721.5892417056452, - 2975.548236672789, - 4853.014227291295, - 7108.2112505476, - 7254.827994574529, - 4594.5057575596065, - 3241.3875436058242, - 2649.51889798133, - 2233.5903451891495, - 1937.2701888399915, - 1569.1849946250252, - 1358.1340499336352, - 1181.8081235644113, - 993.9071910877984, - 873.9129611078665, - 741.1862244098063, - 658.2320139735189, - 559.8444620607124, - 501.96943152376764, - 429.8185601210431, - 393.1643741143115, - 327.1868393021943, - 305.19432769815523, - 2666.8814071424135 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_scale_up": { - "contents": [ - 5.787503053694474, - 181.72759588600647, - 765.1079036984102, - 1720.0459075579934, - 2935.42154883384, - 4633.86077832473, - 6923.396986366288, - 7957.816698829958, - 5255.824439828436, - 3515.7151883509455, - 2820.057321296862, - 2419.1762764442874, - 2056.492751746098, - 1748.9834228264658, - 1428.3557536517937, - 1252.8014943563962, - 1098.4680795912113, - 914.4254824837277, - 820.2820994769643, - 693.7286993695113, - 601.5144840473129, - 554.8286260808441, - 458.3702418526026, - 424.0310570673486, - 372.7151966579242, - 316.7693338055442, - 2939.665717739883 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaledown": { - "contents": [ - 5.2873758935649535, - 169.95136800744493, - 732.6792309654288, - 1597.1651895633036, - 2898.23732908696, - 4525.993764891584, - 6767.8411437631, - 6446.066553669008, - 3963.643571640288, - 2943.5576938889453, - 2479.0239546686007, - 2082.0930929445485, - 1733.503953675944, - 1471.4011772377933, - 1267.837205335541, - 1065.7839122600215, - 915.471369000103, - 818.787924089201, - 686.9811964567604, - 614.0909430669006, - 531.0036075965943, - 476.2415001275288, - 404.86192556440193, - 366.33961548271446, - 326.6842962809773, - 290.42800443938916, - 2474.8695878950853 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaleup": { - "contents": [ - 8.633106959642825, - 173.44696709827858, - 768.7389333609237, - 1715.2413872999482, - 3158.539905371147, - 4838.4640369270655, - 7451.156134077065, - 8011.915672501119, - 4914.984757705715, - 3437.546225748695, - 2867.368752459556, - 2368.6106185638264, - 2014.6532332184706, - 1710.1400059147045, - 1433.0957553007115, - 1233.749467323504, - 1038.327318873407, - 933.9452074522708, - 785.6127333274983, - 677.6988963319627, - 600.0009336951771, - 521.5181431529694, - 444.21259446889485, - 385.74291551495025, - 366.9070457848204, - 332.7670318989601, - 2812.430799080011 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets": { - "contents": [ - 0.0, - 17.69503621392078, - 61.93262674872273, - 70.78014485568313, - 97.3226991765643, - 123.86525349744547, - 88.4751810696039, - 123.86525349744547, - 115.01773539048507, - 150.40780781832666, - 123.86525349744548, - 123.86525349744548, - 79.62766296264351, - 115.01773539048507, - 79.62766296264351, - 53.08510864176234, - 44.23759053480195, - 44.23759053480195, - 35.39007242784156, - 44.23759053480195, - 44.23759053480195, - 44.23759053480195, - 53.085108641762346, - 35.39007242784156, - 17.69503621392078, - 8.84751810696039, - 212.34043456704939 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 15.495736751989018, - 54.22077053627295, - 58.501725117808, - 82.40827201269664, - 100.17146176453512, - 70.88907992237507, - 88.91119782131256, - 93.22463938339658, - 115.56987581734757, - 100.75083595807061, - 98.97497318303914, - 60.82806941005689, - 80.04045497932138, - 57.43020772957284, - 44.51601087023036, - 33.78397140648741, - 35.31763337334082, - 17.99308698014901, - 24.735448747534512, - 25.782220733564262, - 22.640245865829954, - 36.757290460307786, - 23.312380757018097, - 10.98474669967301, - 7.128887714683334, - 105.65180801944497 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 19.894335675852542, - 69.64448296117251, - 83.05856459355824, - 112.23712634043193, - 147.5590452303558, - 106.06128221683274, - 158.81930917357838, - 136.81083139757357, - 185.2457398193057, - 146.97967103682032, - 148.7555338118518, - 98.42725651523011, - 149.99501580164878, - 101.82511819571417, - 61.65420641329432, - 54.69120966311648, - 53.15754769626307, - 52.78705787553411, - 63.739732322069386, - 62.69296033603963, - 65.83493520377395, - 69.41292682321689, - 47.46776409866502, - 24.40532572816855, - 10.566148499237446, - 319.02906111465376 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 16.223998086168194, - 56.37030270885307, - 64.5007571217384, - 87.61683357075832, - 106.72042231580127, - 77.2037194862772, - 99.38804168465785, - 101.06298745628179, - 127.35186684393994, - 106.39817911724933, - 108.41126597152366, - 69.18772983890068, - 96.03897959623251, - 66.12496790671774, - 46.750562162119536, - 39.04976534730348, - 37.04538776866568, - 23.566193932711528, - 31.49426136890014, - 31.951705703524077, - 31.0185690281806, - 43.27680536537422, - 30.019352451975763, - 13.204367804756696, - 7.7542966508690965, - 151.4480824082466 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 19.166074341673365, - 67.49495078859239, - 77.05953258962784, - 107.02856478237027, - 141.01008467908963, - 99.7466426529306, - 148.34246531023308, - 128.97248332468834, - 173.46374879271326, - 141.3323278776416, - 139.31924102336725, - 90.06759608638635, - 133.99649118473764, - 93.13035801856927, - 59.41965512140514, - 49.42541572230043, - 51.429793300938215, - 47.21395092297159, - 56.98091970070376, - 56.52347536607982, - 57.4566120414233, - 62.89341191815046, - 40.760792403707356, - 22.18570462308486, - 9.940739563051682, - 273.2327867258521 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 16.768949904568785, - 57.78410845385125, - 65.40320396864836, - 91.07814854516573, - 114.05114403729965, - 80.70318938252089, - 109.14699239910559, - 105.99119328432914, - 136.02049919417524, - 113.15035610003474, - 113.90370844259539, - 72.76060648693803, - 102.47596374645744, - 71.59646664352063, - 48.450115093478466, - 40.51769301947158, - 39.62167444743621, - 32.26551611138033, - 37.348968233710764, - 39.794201050521934, - 37.72844381501711, - 46.821065822034384, - 32.056908223514654, - 14.886087457431277, - 8.343209574863646, - 179.37914410203882 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 18.621122523272774, - 66.0811450435942, - 76.15708574271787, - 103.56724980796284, - 133.67936295759128, - 96.24717275668692, - 138.58351459578532, - 124.04427749664099, - 164.79511644247802, - 134.58015089485616, - 133.82679855229557, - 86.49471943834898, - 127.55950703451268, - 87.65885928176638, - 57.72010219004621, - 47.957488050132326, - 48.853506622167686, - 38.5146287443028, - 51.12621283589314, - 48.680980019081964, - 50.74673725458679, - 59.349151461490294, - 38.723236632168465, - 20.503984970410283, - 9.351826639057132, - 245.30172503205986 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 16.83883147336673, - 58.606098182976055, - 66.57916354328677, - 92.13881389947282, - 116.0215139682138, - 82.59351692306113, - 114.40304024575697, - 108.20625238788892, - 141.10070261845078, - 116.35350326093045, - 115.94147157783989, - 74.39338830508349, - 107.91946838300004, - 74.30712500354062, - 49.73037861204972, - 41.60469356439392, - 40.7630042832341, - 33.04022691562105, - 41.19432079094842, - 41.368921031090466, - 40.359474512074456, - 49.08133021342192, - 32.5131083759048, - 16.87055812032841, - 8.414127962189752, - 192.43497037232788 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 18.551240954474828, - 65.25915531446941, - 74.98112616807946, - 102.50658445365576, - 131.7089930266771, - 94.35684521614667, - 133.32746674913398, - 121.82921839308122, - 159.71491301820248, - 131.37700373396046, - 131.78903541705102, - 84.86193762020352, - 122.1160023979701, - 84.94820092174639, - 56.43983867147496, - 46.87048750520998, - 47.712176786369795, - 37.73991794006207, - 47.28086027865549, - 47.10626003851343, - 48.11570655752945, - 57.08888707010275, - 38.26703647977832, - 18.519514307513155, - 9.280908251731029, - 232.24589876177083 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_res_up": { - "contents": [ - 0.0, - 8.84751810696039, - 61.93262674872273, - 79.62766296264351, - 97.3226991765643, - 123.86525349744548, - 88.4751810696039, - 132.71277160440584, - 106.17021728352469, - 150.40780781832663, - 115.01773539048507, - 115.01773539048509, - 97.3226991765643, - 106.17021728352469, - 35.39007242784156, - 70.78014485568312, - 44.23759053480195, - 53.085108641762346, - 53.085108641762346, - 44.23759053480195, - 53.08510864176234, - 53.085108641762346, - 26.54255432088117, - 35.39007242784156, - 17.69503621392078, - 8.84751810696039, - 212.34043456704939 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 26.54255432088117, - 53.085108641762346, - 88.4751810696039, - 97.32269917656429, - 123.86525349744548, - 150.40780781832666, - 123.86525349744547, - 97.3226991765643, - 123.86525349744548, - 176.9503621392078, - 150.40780781832666, - 44.23759053480195, - 150.40780781832663, - 88.4751810696039, - 70.78014485568312, - 53.08510864176234, - 53.085108641762346, - 17.69503621392078, - 61.93262674872274, - 44.23759053480195, - 44.23759053480195, - 44.23759053480195, - 53.08510864176234, - 17.69503621392078, - 17.69503621392078, - 221.18795267400975 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_down": { - "contents": [ - 0.0, - 17.25266030857276, - 60.384311080004665, - 69.01064123429104, - 94.88963169715018, - 120.76862216000933, - 86.2633015428638, - 120.76862216000933, - 112.14229200572294, - 146.64761262286845, - 120.76862216000931, - 120.76862216000931, - 77.63697138857742, - 112.14229200572294, - 77.63697138857742, - 51.757980925718286, - 43.13165077143191, - 43.1316507714319, - 34.50532061714552, - 43.1316507714319, - 43.13165077143191, - 43.1316507714319, - 51.75798092571828, - 34.50532061714552, - 17.25266030857276, - 8.62633015428638, - 207.03192370287312 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_up": { - "contents": [ - 0.0, - 18.1374121192688, - 63.4809424174408, - 72.5496484770752, - 99.75576665597839, - 126.96188483488159, - 90.687060596344, - 126.9618848348816, - 117.8931787752472, - 154.16800301378478, - 126.96188483488159, - 126.96188483488159, - 81.6183545367096, - 117.89317877524718, - 81.6183545367096, - 54.41223635780639, - 45.343530298172, - 45.343530298172, - 36.2748242385376, - 45.343530298172, - 45.343530298172, - 45.343530298172, - 54.4122363578064, - 36.2748242385376, - 18.1374121192688, - 9.0687060596344, - 217.64894543122557 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - } -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_all_file_per_process.json b/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_all_file_per_process.json deleted file mode 100644 index 5f79adb4..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/reference/histos_all_file_per_process.json +++ /dev/null @@ -1,7318 +0,0 @@ -{ - "4j1b_pseudodata": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 2.5359522185235455, - 150.09290310724674, - 664.3965990977424, - 1347.2717951607228, - 1994.4274043330493, - 2454.755580132046, - 2606.533054953471, - 2557.600180731696, - 2434.093961132864, - 2228.8724959152783, - 2040.2335411135646, - 1814.0752365086769, - 1604.9723172007753, - 1396.6715461400859, - 1258.436964350204, - 1115.0397623900828, - 960.4168028672605, - 858.1748381662793, - 747.7425793801333, - 650.5184046602217, - 570.2133464689658, - 497.1646594076014, - 4102.316643686065 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0038813082733357546, - 0.07374485719337934, - 0.21347195503346647, - 0.31826727841353186, - 0.48904484244030505, - 0.5433831582670056, - 0.6326532485537281, - 0.5239766169003268, - 0.5045700755336481, - 0.46187568452695477, - 0.47351960934696213, - 0.38424951906023974, - 0.3454364363268822, - 0.26392896258683124, - 0.24064111294681678, - 0.28333550395351, - 0.27169157913350284, - 0.22511587985347375, - 0.18242148884678047, - 0.1630149474801017, - 0.15525233093343016, - 0.16301494748010167, - 1.1682737902740625 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036853628509740696, - 0.06914332365357272, - 0.1964791022492684, - 0.28851650468943735, - 0.4368160176601625, - 0.47776509349813195, - 0.5465804466026077, - 0.44274495862944996, - 0.4216920754550173, - 0.37863981569643407, - 0.3795000106425121, - 0.30333406612275615, - 0.270332393492534, - 0.1993655826957948, - 0.18151944854588054, - 0.21021274770181633, - 0.19784944665152307, - 0.15619366948059765, - 0.12777654966648638, - 0.1088430427456204, - 0.10129947753462529, - 0.10769174967904219, - 0.5539854369791565 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004077253695697439, - 0.07834639073318596, - 0.23046480781766457, - 0.3480180521376264, - 0.5412736672204477, - 0.6090012230358794, - 0.7187260505048483, - 0.6052082751712038, - 0.5874480756122787, - 0.5451115533574755, - 0.567539208051412, - 0.4651649719977234, - 0.42054047916123033, - 0.3284923424778678, - 0.29976277734775303, - 0.3564582602052038, - 0.34553371161548263, - 0.2940380902263499, - 0.23706642802707453, - 0.217186852214583, - 0.20920518433223512, - 0.21833814528116122, - 1.7825621435689678 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0036891835138056347, - 0.0697055068987887, - 0.20011746488287005, - 0.29644638136451296, - 0.4513363557833622, - 0.4979751263228329, - 0.5749321299850481, - 0.47170740225596486, - 0.44954070489796844, - 0.40812732755780134, - 0.4159675096244977, - 0.3320416169575081, - 0.2970166304534845, - 0.22642442655056386, - 0.20150297064556735, - 0.23806992815205713, - 0.2248524360544211, - 0.18467652895358852, - 0.15016708935005907, - 0.13112696774255994, - 0.1254227787804753, - 0.12785175001428223, - 0.8020064937350705 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0040734330328658745, - 0.07778420748796999, - 0.22682644518406292, - 0.3400881754625508, - 0.526753329097248, - 0.5887911902111782, - 0.6903743671224079, - 0.5762458315446889, - 0.5595994461693278, - 0.5156240414961083, - 0.5310717090694264, - 0.43645742116297126, - 0.3938562422002799, - 0.3014334986230988, - 0.27977925524806624, - 0.328601079754963, - 0.3185307222125845, - 0.26555523075335896, - 0.21467588834350182, - 0.19490292721764346, - 0.18508188308638504, - 0.19817814494592112, - 1.5345410868130536 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0037006455023003296, - 0.07003372002965265, - 0.2019778547773542, - 0.299630994802785, - 0.4591067652693013, - 0.506908017959357, - 0.5883401094152865, - 0.4858902484957097, - 0.46497763822809307, - 0.42391084958764647, - 0.43319642479078896, - 0.3509491676292962, - 0.31214836559789716, - 0.23849117139059767, - 0.21732797415758381, - 0.25254168927639836, - 0.24214202698520407, - 0.20059450192783967, - 0.1616154326203553, - 0.1437577151910628, - 0.13554698947514635, - 0.14171420638515153, - 0.9680943457497022 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.00406197104437118, - 0.07745599435710603, - 0.22496605528957883, - 0.3369035620242789, - 0.5189829196113089, - 0.5798582985746544, - 0.6769663876921694, - 0.562062985304944, - 0.544162512839203, - 0.4998405194662633, - 0.5138427939031353, - 0.41754987049118336, - 0.3787245070558672, - 0.289366753783065, - 0.26395425173604975, - 0.3141293186306218, - 0.30124113128180163, - 0.24963725777910778, - 0.20322754507320565, - 0.18227217976914054, - 0.17495767239171403, - 0.18431568857505187, - 1.3684532347984217 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.003700736470462986, - 0.07028370054063218, - 0.2032012855969188, - 0.3020667583260702, - 0.4636906509855525, - 0.5138499803879851, - 0.5967721303482251, - 0.49398878014435, - 0.4751515175395745, - 0.43389424156652545, - 0.4444312657833308, - 0.359481890318295, - 0.32195573418203627, - 0.24612267249216052, - 0.22374677868277545, - 0.2626235997754342, - 0.2508712409055406, - 0.2085795962776477, - 0.16788341193186285, - 0.15036118508644675, - 0.14250159647838362, - 0.1484968835609684, - 1.0520481353199065 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.004061880076208524, - 0.0772060138461265, - 0.22374262447001417, - 0.3344677985009935, - 0.5143990338950575, - 0.5729163361460262, - 0.668534366759231, - 0.5539644536563038, - 0.5339886335277219, - 0.4898571274873842, - 0.5026079529105933, - 0.40901714780218434, - 0.368917138471728, - 0.28173525268150207, - 0.25753544721085814, - 0.304047408131586, - 0.29251191736146503, - 0.24165216342929985, - 0.1969595657616981, - 0.1756687098737566, - 0.1680030653884767, - 0.17753301139923497, - 1.2844994452282177 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.07374485719337934, - 0.20182803021345924, - 0.3842495190602397, - 0.4812822258936335, - 0.5744336244536917, - 0.6287719402803923, - 0.5278579251736627, - 0.4735196093469621, - 0.47740091762029785, - 0.41918129352026146, - 0.442469143160276, - 0.34931774460021797, - 0.2716915791335028, - 0.2484037294934883, - 0.2716915791335027, - 0.2522850377668241, - 0.22899718812680953, - 0.1940654136667877, - 0.13584578956675142, - 0.17077756402677322, - 0.13196448129341565, - 1.2109681812807556 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.06986354892004358, - 0.18630279712011616, - 0.3648429776935609, - 0.5278579251736626, - 0.5511457748136772, - 0.6481784816470711, - 0.6404158651003995, - 0.4696383010736263, - 0.5744336244536917, - 0.43470652661360454, - 0.4463504514336118, - 0.3920121356069111, - 0.30274204532018884, - 0.22899718812680953, - 0.27557288740683855, - 0.27169157913350284, - 0.236759804673481, - 0.221234571580138, - 0.17077756402677322, - 0.15137102266009442, - 0.17465887230010893, - 1.3080008881141494 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12813557867360206, - 9.097626085825747, - 43.18169001300391, - 88.79795602080617, - 123.77896899869945, - 148.50913568270462, - 142.74303464239256, - 138.51456054616366, - 126.46981615084508, - 114.93761407022095, - 102.12405620286076, - 82.00677035110527, - 82.39117708712607, - 68.80880574772428, - 61.50507776332898, - 52.02304494148244, - 45.488130429128745, - 41.64406306892069, - 31.39321677503252, - 29.343047516254884, - 26.395929206762034, - 23.576946475942787, - 202.1979431469444 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12142047350373861, - 8.52695026078186, - 39.794297855188546, - 80.64580633188149, - 110.54204917728336, - 130.65905273034215, - 123.64567195874757, - 117.89429249515402, - 106.37962696974233, - 94.89288699200787, - 82.87356149210865, - 65.4773227466974, - 64.83723147402551, - 53.192858706983095, - 46.70685995178803, - 38.81516584770156, - 33.27485571395968, - 29.848073878412706, - 22.009944450448636, - 20.20590361711882, - 17.666364562202535, - 15.586872277092816, - 99.2303343915434 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13485068384346552, - 9.668301910869634, - 46.569082170819236, - 96.95010570973096, - 137.01588882011578, - 166.3592186350674, - 161.84039732603782, - 159.13482859717368, - 146.5600053319481, - 134.98234114843424, - 121.37455091361304, - 98.53621795551324, - 99.94512270022673, - 84.42475278846554, - 76.30329557486996, - 65.23092403526331, - 57.701405144297766, - 53.44005225942864, - 40.776489099616384, - 38.48019141539092, - 35.125493851321515, - 31.567020674792744, - 305.1655519023447 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12187695650276331, - 8.601038652794617, - 40.530592919904905, - 82.59632214858257, - 114.18557634839361, - 135.89581968879833, - 129.6456965106388, - 124.8015349631201, - 113.02895053690425, - 101.89817720308027, - 89.72153324646456, - 71.55940011766336, - 71.1797744404218, - 58.8752491741714, - 52.16239638752681, - 43.70214670179982, - 37.95151202625731, - 34.39730536407469, - 25.67697448965336, - 23.861899981728705, - 21.252044525896864, - 18.831439313410673, - 142.39912075135118 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13439420084444081, - 9.594213518856874, - 45.832787106102884, - 94.99958989302988, - 133.37236164900557, - 161.12245167661126, - 155.84037277414663, - 152.22758612920757, - 139.91068176478623, - 127.9770509373618, - 114.52657915925712, - 92.45414058454728, - 93.60257973383045, - 78.74236232127721, - 70.84775913913116, - 60.343943181165045, - 53.02474883200015, - 48.890820773766656, - 37.109459060411645, - 34.82419505078104, - 31.539813887627187, - 28.322453638474883, - 261.996765542537 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12231241725841188, - 8.640593505295634, - 40.85594517110451, - 83.6305744782018, - 116.10993148480188, - 138.64868846525883, - 132.70169102069508, - 128.27845184594156, - 116.47533411281063, - 105.52495865575258, - 93.39971108101389, - 74.63111626258735, - 74.56042746764628, - 61.90983102776027, - 55.077394711259345, - 46.391930729066154, - 40.448011541568185, - 36.83989183465864, - 27.609077824334562, - 25.84218329505039, - 23.082217008802417, - 20.62102084753454, - 167.5240110875788 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13395874008879224, - 9.55465866635586, - 45.50743485490328, - 93.96533756341066, - 131.44800651259732, - 158.36958290015076, - 152.78437826409032, - 148.7506692463861, - 136.4642981888798, - 124.3502694846895, - 110.8484013247078, - 89.38242443962328, - 90.22192670660598, - 75.70778046768834, - 67.93276081539865, - 57.65415915389873, - 50.52824931668928, - 46.4482343031827, - 35.17735572573045, - 32.843911737459365, - 29.709641404721626, - 26.53287210435102, - 236.8718752063093 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.12236046810041448, - 8.667979482059492, - 41.08086815934106, - 84.31244896117258, - 117.32646168038033, - 140.40722915544902, - 134.7288989844099, - 130.5212459186563, - 118.89049556532164, - 107.84463407567151, - 95.61268359991078, - 76.58981874149462, - 76.69405002733114, - 63.984885617399215, - 57.05527848565852, - 48.17262586059715, - 42.04548881254327, - 38.34927088999958, - 28.86389553145623, - 26.95080331220152, - 24.220556471732156, - 21.569730665678637, - 180.4669348353797 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.13391068924678964, - 9.527272689592003, - 45.28251186666674, - 93.2834630804399, - 130.23147631701883, - 156.61104220996054, - 150.75717030037546, - 146.50787517367132, - 134.04913673636887, - 122.03059406477057, - 108.6354288058109, - 87.42372196071601, - 88.08830414692112, - 73.6327258780494, - 65.95487704099946, - 55.87346402236771, - 48.93077204571419, - 44.93885524784176, - 33.922538018608776, - 31.73529172030823, - 28.57130194179189, - 25.584162286206922, - 223.92895145850844 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.2562711573472041, - 10.378981872561766, - 40.61897843953187, - 90.33558296488938, - 122.11320647594263, - 146.84337315994782, - 144.536932743823, - 135.95184897269164, - 123.77896899869947, - 116.21896985695696, - 97.12676863459028, - 85.4664309752925, - 77.77829625487641, - 69.32134806241869, - 61.88948449934978, - 52.02304494148244, - 47.66643526657998, - 36.646775500650214, - 33.95592834850457, - 31.521352353706124, - 21.654912795838754, - 23.83321763328999, - 207.1952307152149 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_tW_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.2562711573472041, - 8.328812613784134, - 40.10643612483746, - 87.13219349804933, - 127.75117193758112, - 152.8657453576071, - 156.5816771391416, - 141.20540769830933, - 136.20812013003882, - 125.70100267880348, - 112.88744481144329, - 87.51660023407015, - 85.0820242392717, - 73.29355100130033, - 63.1708402860858, - 58.68609503250973, - 51.25423146944084, - 44.46304579973992, - 36.1342331859558, - 30.624403302990906, - 28.702369622886874, - 26.90847152145644, - 224.87794057217224 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.08707299691913739, - 3.700602369063339, - 15.049116300857577, - 27.60939610644315, - 37.79693674598222, - 42.09253792732634, - 42.04174534579016, - 41.78052635503276, - 39.465835853599025, - 36.287671466050504, - 31.716339127795795, - 28.995307974072755, - 25.055254863481785, - 21.927883057469437, - 19.366485731431474, - 16.986490482308387, - 14.889482473172492, - 13.15527861786634, - 11.841927581002686, - 9.788456070326362, - 9.324066753424296, - 8.025227882713828, - 61.197804668000394 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.08263686581633328, - 3.464282854135858, - 13.887664220495658, - 25.044097048483344, - 33.75991764945498, - 37.009070111762576, - 36.38266413751886, - 35.55533665600272, - 32.96442918022115, - 29.857896618052187, - 25.635505913661973, - 23.020899050165553, - 19.549254446243303, - 16.774228284068762, - 14.553476167907599, - 12.53402911103522, - 10.775941178024665, - 9.328135375256899, - 8.220565040424704, - 6.6814997075552025, - 6.220336173085875, - 5.24267285408953, - 31.98765155686535 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0915091280219415, - 3.9369218839908195, - 16.210568381219502, - 30.174695164402948, - 41.83395584250948, - 47.17600574289009, - 47.70082655406148, - 48.00571605406279, - 45.96724252697689, - 42.71744631404883, - 37.79717234192961, - 34.96971689797994, - 30.56125528072026, - 27.081537830870108, - 24.17949529495535, - 21.438951853581557, - 19.003023768320322, - 16.98242186047578, - 15.463290121580668, - 12.895412433097523, - 12.427797333762719, - 10.807782911338128, - 90.40795777913544 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.08293447859877175, - 3.497919731064841, - 14.118320589334452, - 25.692388673113513, - 34.8785049859234, - 38.52599396062904, - 38.15137384239056, - 37.592205681718305, - 35.23193926897529, - 32.07899475867506, - 27.82101670821199, - 25.20197762509505, - 21.588265603734655, - 18.722347477416722, - 16.39894344059468, - 14.225429559025134, - 12.380104006710644, - 10.811164359428119, - 9.665315578712029, - 7.887592344767316, - 7.430938919435285, - 6.341740193318939, - 43.35576190152351 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.09121151523950304, - 3.9032850070618377, - 15.979912012380709, - 29.526403539772783, - 40.715368506041045, - 45.65908189402363, - 45.93211684918978, - 45.9688470283472, - 43.69973243822275, - 40.49634817342596, - 35.611661547379605, - 32.788638323050456, - 28.52224412322891, - 25.13341863752214, - 22.33402802226827, - 19.747551405591636, - 17.398860939634346, - 15.499392876304562, - 14.018539583293343, - 11.689319795885407, - 11.217194587413307, - 9.70871557210872, - 79.03984743447728 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0829905998663173, - 3.5155249726938758, - 14.235836822930334, - 26.02090675733151, - 35.45596595878434, - 39.30339834343892, - 39.095158566190435, - 38.696444340655376, - 36.41573730749383, - 33.33045208715315, - 29.0137208517611, - 26.421891569988055, - 22.716334033129336, - 19.829490156852593, - 17.42529734456094, - 15.218913576718863, - 13.286940018538557, - 11.673454710367327, - 10.468171466547147, - 8.61575626756163, - 8.173952189493253, - 7.002569309118776, - 51.17227881509406 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0911553939719575, - 3.8856797654328017, - 15.86239577878482, - 29.197885455554783, - 40.13790753318011, - 44.881677511213745, - 44.98833212538992, - 44.86460836941015, - 42.51593439970422, - 39.24489084494786, - 34.41895740383049, - 31.568724378157448, - 27.39417569383423, - 24.02627595808627, - 21.307674118302014, - 18.754067387897912, - 16.49202492780643, - 14.637102525365355, - 13.215683695458225, - 10.96115587309109, - 10.474181317355336, - 9.047886456308882, - 71.22333052090673 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.083076992605448, - 3.5262716852355056, - 14.313696068234075, - 26.220684184380065, - 35.829808599058794, - 39.81813036472639, - 39.697495375923154, - 39.3745139098452, - 37.13332917393369, - 34.0771032057992, - 29.722754394964724, - 27.128113777816534, - 23.386944235540128, - 20.429659495206927, - 18.00722097857843, - 15.770700090064402, - 13.787749373734673, - 12.161224884274802, - 10.92111873407151, - 9.008944248887929, - 8.583582171630368, - 7.357783429985951, - 55.009203654507814 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0910690012328268, - 3.874933052891173, - 15.784536533481084, - 28.998108028506234, - 39.76406489290565, - 44.366945489926266, - 44.38599531565718, - 44.18653880022032, - 41.79834253326436, - 38.49823972630181, - 33.70992386062687, - 30.862502170328966, - 26.72356549142344, - 23.426106619731932, - 20.72575048428452, - 18.20228087455237, - 15.991215572610315, - 14.149332351457879, - 12.76273642793386, - 10.567967891764795, - 10.064551335218221, - 8.692672335441708, - 67.38640568149299 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.06530474768935304, - 3.6570658706037706, - 14.70082431318103, - 27.892383346430343, - 37.45590084138227, - 41.490283031968964, - 43.14466997343258, - 41.12747887813923, - 39.87217650588833, - 35.93212339529737, - 31.418839721655402, - 29.336343878672707, - 24.779523706571183, - 21.956907389775814, - 19.736545968337808, - 16.768807990010544, - 14.962043303938442, - 13.474546273236513, - 11.508147759479325, - 10.361686633377351, - 9.20796942419878, - 7.430229070433058, - 61.937925141813054 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.09432907999573217, - 3.780419282905882, - 15.121677131623528, - 28.44384566025155, - 38.9361417890076, - 43.68162012110058, - 45.44484830871313, - 43.94283911185801, - 41.766014188879566, - 39.29168985976075, - 33.95121271538699, - 30.475548921698085, - 27.805310349511206, - 23.640318663545802, - 21.057153088278056, - 18.394170599167776, - 16.50758899925313, - 13.837350427066252, - 12.966620457874876, - 11.15259968872618, - 9.853760818015715, - 9.004799098054125, - 68.8384601476547 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9644450525953743, - 63.617653284161534, - 352.1117446651447, - 860.0706657922744, - 1406.160886684053, - 1781.8479548570824, - 1936.4895750033234, - 1917.5668058695305, - 1807.6289999204419, - 1644.1198433183934, - 1476.9940177691124, - 1301.8400801616538, - 1140.6438056764775, - 992.5121896352555, - 857.6952733479194, - 740.5419895979317, - 639.2395388882844, - 553.9933122949933, - 481.90104461348903, - 418.7031035281421, - 360.12199662975627, - 315.7218040232359, - 2397.503240190693 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_ME_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.7745432765222768, - 68.03071778787331, - 386.8843666228771, - 905.0538186162802, - 1485.444913823637, - 1927.0636719874196, - 2139.933982484958, - 2172.2066190067194, - 2131.414006443213, - 2016.394329879655, - 1894.27467328131, - 1703.866117802918, - 1568.4501349576074, - 1355.063462275721, - 1244.4328642791231, - 1140.1277030407903, - 962.8863832632769, - 858.3230409327698, - 760.8596786370501, - 678.6290007796017, - 590.072886163888, - 513.0058301499213, - 4120.828412190699 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_PS_var": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4024566873233704, - 117.80636173516311, - 549.8905174932456, - 1216.0574439718462, - 1774.6176937139978, - 2200.5820384728495, - 2262.800116965013, - 2178.0152354131915, - 1997.608306998413, - 1760.0831425908284, - 1560.1693166160069, - 1349.1633332050822, - 1142.3647198561275, - 988.6044685004931, - 852.4386737676425, - 727.3650364708944, - 630.3405329206139, - 566.8474938036101, - 459.368313129646, - 400.46513226206434, - 339.2670222697717, - 293.8784240254881, - 2191.019833786553 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9150936374094527, - 59.566165289596526, - 324.6799390128952, - 780.8040240594277, - 1257.1384015014728, - 1569.4292200169648, - 1680.9343729413886, - 1641.1057888580233, - 1525.0586249342518, - 1367.7251515782602, - 1211.1380925548185, - 1052.0298629569036, - 908.3567781633147, - 778.6327600661921, - 662.8182259541047, - 563.3985429138002, - 479.0200471525256, - 408.1977016105318, - 349.20766526575835, - 298.2125590182959, - 252.05008153831307, - 217.07792702961638, - 1339.194160560186 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0137964677812956, - 67.66914127872656, - 379.54355031739385, - 939.3373075251222, - 1555.1833718666385, - 1994.2666896972096, - 2192.044777065269, - 2194.027822881049, - 2090.1993749066414, - 1920.514535058535, - 1742.8499429834133, - 1551.6502973664083, - 1372.9308331896434, - 1206.3916192043205, - 1052.5723207417345, - 917.6854362820629, - 799.4590306240425, - 699.788922979454, - 614.594423961219, - 539.1936480379877, - 468.19391172119913, - 414.3656810168551, - 3455.8123198212156 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9177305825521718, - 60.13829427112056, - 330.2609991872417, - 800.1242436225959, - 1297.4515709457016, - 1630.8604695995916, - 1758.3559875453452, - 1727.1084844584143, - 1614.922103961617, - 1456.7240562660827, - 1297.8996515311032, - 1134.5008195874204, - 985.8998632402788, - 850.7361954688587, - 728.8820603030046, - 624.0598511882005, - 534.2923843262516, - 459.0706150976867, - 395.83806575556315, - 340.93806548714656, - 290.81554271493565, - 252.84333871032857, - 1749.2798177786453 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0111595226385768, - 67.09701229720253, - 373.9624901430474, - 920.0170879619538, - 1514.8702024224099, - 1932.8354401145825, - 2114.6231624613124, - 2108.025127280658, - 2000.3358958792764, - 1831.5156303707122, - 1656.0883840071288, - 1469.1793407358916, - 1295.3877481126794, - 1134.2881838016538, - 986.5084863928345, - 857.0241280076624, - 744.1866934503163, - 648.9160094922992, - 567.9640234714141, - 496.468141569137, - 429.42845054457655, - 378.6002693361428, - 3045.726662602756 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9193086892571564, - 60.42569533872846, - 333.0699294962798, - 809.9608449651234, - 1318.2874786984153, - 1662.9961883481997, - 1799.2711776980873, - 1773.994698556673, - 1664.8513127786607, - 1507.2734725295738, - 1347.8616809909493, - 1182.67559485604, - 1031.2544067372937, - 893.2127361402866, - 768.2051406699803, - 660.1672199643635, - 567.0584003579164, - 489.2521358489882, - 423.6177648216283, - 366.4068413955866, - 313.65215970666856, - 273.78503758781414, - 1989.6205251204187 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.009581415933592, - 66.80961122959462, - 371.1535598340092, - 910.1804866194265, - 1494.0342946696962, - 1900.6997213659745, - 2073.70797230857, - 2061.138913182399, - 1950.4066870622328, - 1780.9662141072213, - 1606.1263545472825, - 1421.0045654672722, - 1250.0332046156645, - 1091.811643130226, - 947.185406025859, - 820.9167592314996, - 711.4206774186516, - 618.7344887409977, - 540.184324405349, - 470.99936566069704, - 406.5918335528435, - 357.6585704586573, - 2805.3859552609833 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9202946920008146, - 60.613089231006235, - 334.8987295441438, - 816.5136375288364, - 1332.339001705308, - 1684.8338340753653, - 1827.1530043372318, - 1805.3937434910263, - 1698.0843937682303, - 1540.7626976090942, - 1380.8874328750533, - 1214.1709899022676, - 1061.1663807937425, - 921.0930118814624, - 793.9392660117526, - 683.6460481075839, - 588.5591410240671, - 508.83591178976735, - 441.48045507837554, - 382.61526183412235, - 328.1721851299343, - 286.9477346899105, - 2127.091452986133 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0085954131899342, - 66.62221733731684, - 369.3247597861453, - 903.6276940557134, - 1479.9827716628033, - 1878.862075638809, - 2045.8261456694256, - 2029.7398682480464, - 1917.1736060726632, - 1747.476989027701, - 1573.1006026631785, - 1389.5091704210445, - 1220.1212305592155, - 1063.9313673890501, - 921.4512806840864, - 797.4379310882791, - 689.919936752501, - 599.1507128002183, - 522.3216341486018, - 454.79094522216127, - 392.0718081295778, - 344.49587335656094, - 2667.915027395269 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.8930046783290505, - 65.16255137767078, - 353.54948219725446, - 860.267126821507, - 1402.8746294678017, - 1767.6223903313007, - 1934.1409726993177, - 1918.227629331494, - 1800.1277606224778, - 1644.5306254704246, - 1472.4039737225014, - 1302.652714418933, - 1140.0187024016473, - 993.0837126293859, - 858.0703353128174, - 738.497008884558, - 640.5076055315117, - 557.0027380609622, - 484.2139267303612, - 418.8995645573744, - 361.54187406829953, - 314.6055481753245, - 2405.486702014955 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9555150058120838, - 57.40234072299133, - 315.98970542673453, - 792.6398825316483, - 1346.6599849669885, - 1753.7183074897173, - 1956.8500816692256, - 1978.84478689647, - 1877.6137765610893, - 1730.8931079116269, - 1555.5605693685022, - 1380.5495125095756, - 1217.4332779659921, - 1063.76503291913, - 921.509387661313, - 798.998075841351, - 694.4986683832858, - 595.2679885273619, - 523.0953504248081, - 457.1469549302077, - 394.9670391781559, - 342.51194437310744, - 2657.974844765709 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaledown": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0656534697487747, - 71.27341147672686, - 372.0384319387631, - 881.2327339840158, - 1386.853962630702, - 1748.2985453701972, - 1875.173993768521, - 1828.0344991066936, - 1736.6390427011816, - 1580.9282651214198, - 1418.0713407445187, - 1260.3546272216995, - 1087.342652133074, - 956.5180173468561, - 818.6726067599404, - 728.530860318838, - 627.5445226855866, - 529.8805164580226, - 460.7384119207933, - 399.24393816646705, - 346.8388616541157, - 309.91710320223166, - 2307.3905039989763 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_ttbar_scaleup": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.9624334619918087, - 56.783574257516705, - 329.8580285399922, - 836.8679763172763, - 1406.8852347396244, - 1783.1967183784213, - 1976.838330931173, - 1950.595978534196, - 1844.8566221766964, - 1686.2475876404465, - 1492.670137318494, - 1333.4836427050493, - 1168.5225473196533, - 1001.957396164271, - 879.2792108757153, - 750.1848025072142, - 648.359342228481, - 569.6964472683505, - 493.53587930939887, - 429.50197297154403, - 355.7154075521721, - 321.5169385360633, - 2396.9084559751973 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4474522366007219, - 57.17436334572852, - 196.0091570396811, - 286.7161638666596, - 364.3961005642317, - 390.9327249019116, - 405.16600522848535, - 382.48925352174064, - 369.5828044120509, - 340.6337596800365, - 313.01154616490606, - 287.5605110046767, - 249.56488979390778, - 224.8375807519788, - 210.00119532682137, - 181.2933926342404, - 163.80334477531505, - 145.58957079808928, - 137.62858349678532, - 110.97133813938869, - 105.54339225213596, - 93.72253231989674, - 946.3925206974385 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.3732335577579902, - 53.55744029553708, - 180.82599937576214, - 259.89934632369506, - 324.74018944286854, - 341.8926473381583, - 348.45228790294476, - 322.87337749948483, - 306.1543844314711, - 276.96109909686123, - 249.43990757044696, - 224.95455487055256, - 191.78447367342633, - 169.33129302672666, - 155.05192793180737, - 130.76770889758717, - 115.86601095966003, - 100.82337866841448, - 93.51079342800463, - 73.94863099602739, - 69.08917197469962, - 60.177023853012535, - 439.83360957831883 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_0_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.521670915443454, - 60.79128639591996, - 211.19231470360006, - 313.53298140962437, - 404.052011685595, - 439.9728024656652, - 461.87972255402605, - 442.1051295439968, - 433.011224392631, - 404.3064202632119, - 376.58318475936534, - 350.16646713880095, - 307.3453059143893, - 280.343868477231, - 264.9504627218355, - 231.8190763708937, - 211.7406785909701, - 190.35576292776412, - 181.746373565566, - 147.99404528275, - 141.99761252957236, - 127.26804078678096, - 1452.9514318165586 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.378180904269809, - 54.06823544702391, - 183.88596146387363, - 266.88227714427416, - 336.3578849414844, - 357.9856361608765, - 368.0096009929888, - 344.45811319007214, - 329.51046241303976, - 301.12876807078015, - 274.10661962759576, - 249.59996506714904, - 214.25103006039055, - 191.0704707401372, - 177.05731812043615, - 151.60852198788533, - 134.9451502875885, - 118.7818648538718, - 111.28104580043541, - 88.81557688735211, - 83.33449367150729, - 73.00729701934434, - 620.3164685388351 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_1_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.5167235689316354, - 60.28049124443313, - 208.13235261548863, - 306.55005058904527, - 392.43431618697923, - 423.8798136429469, - 442.3224094639821, - 420.5203938534095, - 409.6551464110623, - 380.13875128929305, - 351.9164727022165, - 325.52105694220455, - 284.8787495274251, - 258.6046907638205, - 242.9450725332067, - 210.97826328059557, - 192.6615392630416, - 172.3972767423068, - 163.9761211931352, - 133.1270993914253, - 127.75229083276467, - 114.43776762044918, - 1272.4685728560426 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.3798630020838276, - 54.31753930539233, - 185.51645421319108, - 270.2957850952857, - 342.2474917617237, - 365.807218545698, - 377.6504668700187, - 355.2857796459639, - 342.02429764236535, - 314.26386280450845, - 287.70360711283286, - 263.19168857569764, - 227.48416706670736, - 204.3763422213432, - 189.9383934678065, - 163.40308936488142, - 147.16233413889995, - 130.1765000470731, - 122.69189415491974, - 98.50166151150005, - 93.10687415409711, - 82.28209317916146, - 788.7858979938377 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_2_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.5150414711176168, - 60.03118738606471, - 206.50185986617117, - 303.1365426380337, - 386.5447093667399, - 416.0582312581254, - 432.6815435869522, - 409.69272739751784, - 397.14131118173674, - 367.0036565555648, - 338.3194852169794, - 311.929333433656, - 271.6456125211083, - 245.29881928261455, - 230.0639971858364, - 199.1836959035994, - 180.44435541173013, - 161.0026415491055, - 152.5652728386509, - 123.44101476727732, - 117.97991035017483, - 105.16297146063205, - 1103.99914340104 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.3810729816878609, - 54.48286831759672, - 186.47640623273773, - 272.41804691493303, - 345.6940423333238, - 370.3866916791186, - 383.1627494664946, - 361.1939036774331, - 348.6569591569629, - 320.8217995973915, - 294.3183253083959, - 269.98809312456063, - 234.01483408561722, - 210.45912454701056, - 196.31626663704537, - 169.17837290192563, - 152.71493902297473, - 135.59082235555982, - 127.80675781962879, - 102.80611023880108, - 97.62861316725238, - 86.51180870358256, - 857.1601180870695 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_btag_var_3_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.5138314915135833, - 59.86585837386032, - 205.54190784662453, - 301.01428081838634, - 383.0981587951398, - 411.4787581247048, - 427.16926099047635, - 403.78460336604854, - 390.50864966713914, - 360.4457197626818, - 331.7047670214164, - 305.13292888479293, - 265.11494550219845, - 239.2160369569471, - 223.68612401659755, - 193.40841236655527, - 174.89175052765535, - 155.5883192406188, - 147.45040917394186, - 119.13656603997629, - 113.45817133701956, - 100.93325593621095, - 1035.624923307808 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_res_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.5680732563174489, - 59.104299661196144, - 197.3359882565651, - 283.09753327515784, - 365.48168974168226, - 401.18551157783344, - 406.2515944059358, - 379.59434904853924, - 367.7734891163001, - 337.13575010825144, - 312.0465780071723, - 284.0625014328917, - 261.385749726147, - 224.9582017716955, - 210.7249214451218, - 176.22730980613787, - 168.38694352455067, - 146.07205487695617, - 134.61305800386714, - 114.22810567174032, - 106.14649735071963, - 87.45023929462695, - 956.6453073733604 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_pt_scale_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.0855891774505415, - 65.97969778504958, - 211.93113164228905, - 311.92595698745555, - 400.2205434200996, - 438.2161646308685, - 438.0955436111518, - 424.46536838316166, - 396.11942874973084, - 373.92516112185314, - 340.75438069975326, - 315.4239665592406, - 281.16759695969023, - 249.92675285305802, - 226.88813808716313, - 202.16082904523415, - 181.2933926342404, - 159.34036704579614, - 147.5195071135569, - 132.6831216883995, - 112.53941139570613, - 105.54339225213596, - 1053.8658492650422 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_down": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.4112659306857043, - 55.74500426208532, - 191.10892811368913, - 279.54825976999325, - 355.286198050126, - 381.159406779364, - 395.0368550977734, - 372.9270221836974, - 360.3432343017498, - 332.11791568803574, - 305.18625751078355, - 280.3714982295599, - 243.32576754906015, - 219.21664123317942, - 204.75116544365096, - 176.76105781838447, - 159.70826115593218, - 141.9498315281371, - 134.1878689093657, - 108.19705468590399, - 102.9048074458326, - 91.37946901189935, - 922.732707680003 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j1b_wjets_scale_var_up": { - "contents": [ - 0.0, - 0.0, - 0.0, - 0.0, - 1.48363854251574, - 58.60372242937173, - 200.90938596567312, - 293.8840679633262, - 373.5060030783376, - 400.70604302445946, - 415.29515535919757, - 392.05148485978424, - 378.82237452235216, - 349.1496036720374, - 320.8368348190287, - 294.7495237797936, - 255.8040120387555, - 230.4585202707783, - 215.25122520999196, - 185.82572745009645, - 167.89842839469793, - 149.2293100680415, - 141.06929808420497, - 113.74562159287339, - 108.18197705843936, - 96.06559562789417, - 970.0523337148746 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_pseudodata": { - "contents": [ - 11.624845777754858, - 273.76932110012655, - 1083.6871300080998, - 2268.9616940117003, - 3705.3684022384155, - 5388.038630873411, - 7200.089337600018, - 6987.586109440079, - 4720.066590111373, - 3575.522470849791, - 2997.581682392761, - 2543.3947948877712, - 2149.7768378851806, - 1846.3447494449308, - 1600.9565410731038, - 1368.3145071804945, - 1205.4294198610348, - 1063.1675033676102, - 911.3966560998704, - 802.4303636408231, - 705.6224971208608, - 607.2172437442881, - 548.2440398250366, - 471.745689322515, - 421.25303724617265, - 377.5443388779722, - 3600.888438773913 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan": { - "contents": [ - 0.02716915791335028, - 0.10867663165340115, - 0.43082521834026866, - 0.7452111884804651, - 1.110054166174026, - 1.1837990233674054, - 1.4516092942275722, - 1.3778644370341933, - 1.2769504219274632, - 1.1876803316407412, - 1.0945289330806827, - 0.9858523014272819, - 0.9353952938739171, - 0.7956681960338299, - 0.7684990381204796, - 0.6326532485537281, - 0.5511457748136772, - 0.48904484244030516, - 0.40365606042691843, - 0.29886073704685306, - 0.37260559424023243, - 0.26781027086016707, - 0.2910981205001816, - 0.19018410539345199, - 0.14360840611342288, - 0.15525233093343016, - 1.478778452140923 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_down": { - "contents": [ - 0.024148287167859647, - 0.09375767104144152, - 0.3681947299693535, - 0.6316589058904528, - 0.9332140592697439, - 0.9901780194979145, - 1.198459816333746, - 1.1220743353147795, - 1.0303617498607356, - 0.9351872800086428, - 0.8484531395150111, - 0.7334476708492854, - 0.6929725997841972, - 0.5918316494343611, - 0.5557430631725598, - 0.43804069171128346, - 0.3765174678162207, - 0.3377445930107572, - 0.2591949794021971, - 0.1988610732657029, - 0.22471464961071766, - 0.17721289443484745, - 0.19238783945652185, - 0.11408741796819824, - 0.09363086142269864, - 0.09640575425636659, - 0.7710552434911216 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_0_up": { - "contents": [ - 0.030190028658840917, - 0.12359559226536075, - 0.4934557067111841, - 0.8587634710704771, - 1.2868942730783077, - 1.3774200272368957, - 1.7047587721213981, - 1.6336545387536063, - 1.523539093994191, - 1.4401733832728392, - 1.3406047266463545, - 1.2382569320052779, - 1.1778179879636366, - 0.9995047426332984, - 0.981255013068399, - 0.8272658053961727, - 0.7257740818111337, - 0.640345091869853, - 0.5481171414516398, - 0.3988604008280034, - 0.5204965388697472, - 0.35840764728548674, - 0.3898084015438413, - 0.26628079281870565, - 0.1935859508041472, - 0.21409890761049377, - 2.1865016607907237 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_down": { - "contents": [ - 0.025408378156974807, - 0.0993192825699228, - 0.38996086418445325, - 0.6699233899575512, - 0.9890297587034248, - 1.0493535370511433, - 1.2820962179844426, - 1.1989568057290585, - 1.10436089339146, - 1.0217744159514217, - 0.9395171826147577, - 0.8235105183508366, - 0.7847623868856156, - 0.6709666734923352, - 0.6345769826121419, - 0.5150345071566537, - 0.450361601597779, - 0.3926924561726969, - 0.32020041251542014, - 0.24223160030269963, - 0.28223745758480673, - 0.21475054288232173, - 0.23160694342253543, - 0.14599486489254848, - 0.11402355831801352, - 0.12030600156738341, - 1.0559045789621162 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_1_up": { - "contents": [ - 0.02892993766972575, - 0.11803398073687946, - 0.47168957249608423, - 0.8204989870033789, - 1.231078573644627, - 1.3182445096836672, - 1.6211223704707018, - 1.5567720683393274, - 1.4495399504634667, - 1.35358624733006, - 1.2495406835466079, - 1.1481940845037268, - 1.0860282008622182, - 0.920369718575324, - 0.9024210936288171, - 0.7502719899508021, - 0.6519299480295754, - 0.5853972287079133, - 0.4871117083384168, - 0.35548987379100655, - 0.4629737308956582, - 0.32086999883801237, - 0.35058929757782775, - 0.2343733458943555, - 0.1731932539088323, - 0.190198660299477, - 1.9016523253197286 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_down": { - "contents": [ - 0.02560696165605353, - 0.10153144634939887, - 0.40165836925226506, - 0.6913094591890728, - 1.0243837164063345, - 1.0916976703088888, - 1.3331171675008346, - 1.2627758841132413, - 1.160571667555557, - 1.080835677492354, - 0.9908179501994807, - 0.8863389534436921, - 0.8402314976195758, - 0.712275134218239, - 0.6790847936186678, - 0.559507841229533, - 0.4876830187226192, - 0.43285344449485375, - 0.3555837529348679, - 0.26142351745095127, - 0.32267389750348696, - 0.23332587782408898, - 0.25166760652415476, - 0.16209823098229323, - 0.12601188860183757, - 0.133146703535297, - 1.2256484414339048 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_2_up": { - "contents": [ - 0.02873135417064704, - 0.1158218169574034, - 0.4599920674282724, - 0.7991129177718569, - 1.1957246159417172, - 1.2759003764259218, - 1.5701014209543098, - 1.4929529899551448, - 1.3933291762993696, - 1.2945249857891272, - 1.198239915961885, - 1.0853656494108714, - 1.0305590901282577, - 0.8790612578494206, - 0.857913282622291, - 0.7057986558779232, - 0.614608530904735, - 0.5452362403857564, - 0.45172836791896914, - 0.33629795664275486, - 0.422537290976978, - 0.3022946638962451, - 0.3305286344762083, - 0.21826997980461077, - 0.16120492362500827, - 0.17735795833156334, - 1.73190846284794 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_down": { - "contents": [ - 0.025853030536038837, - 0.10266700192383753, - 0.40714993529550103, - 0.703176528912076, - 1.0447764133016495, - 1.1139858708094732, - 1.3624968820894539, - 1.2915932335203193, - 1.1933778799269517, - 1.1103154570598954, - 1.0206907122296973, - 0.9158684016280438, - 0.8701731225489233, - 0.73915185981137, - 0.7113612074107519, - 0.5857268670066589, - 0.509757535009124, - 0.4504369535591793, - 0.3717779052509436, - 0.2762789822853769, - 0.3409006424459552, - 0.24635579357032777, - 0.2662570804509733, - 0.17289942674345243, - 0.13084311675235138, - 0.14209096619215306, - 1.325355915476603 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_btag_var_3_up": { - "contents": [ - 0.02848528529066173, - 0.11468626138296471, - 0.45450050138503645, - 0.7872458480488537, - 1.1753319190464024, - 1.2536121759253371, - 1.5407217063656904, - 1.4641356405480668, - 1.3605229639279752, - 1.2650452062215862, - 1.1683671539316685, - 1.0558362012265194, - 1.0006174651989104, - 0.8521845322562893, - 0.8256368688302068, - 0.679579630100797, - 0.5925340146182302, - 0.5276527313214309, - 0.4355342156028934, - 0.32144249180832934, - 0.4043105460345098, - 0.2892647481500064, - 0.3159391605493899, - 0.20746878404345148, - 0.15637369547449448, - 0.1684136956747073, - 1.632200988805242 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_res_up": { - "contents": [ - 0.011643924820007263, - 0.1203205564734084, - 0.38424951906023963, - 0.7063981057471075, - 1.1372233240873766, - 1.1760364068207338, - 1.5408793845142952, - 1.346813970847507, - 1.3118821963874854, - 1.2226121061007629, - 1.1216980909940333, - 0.9586831435139316, - 0.8927009028672238, - 0.8305999704938517, - 0.7335672636604577, - 0.6132467071870493, - 0.5783149327270274, - 0.4230626017935972, - 0.4036560604269185, - 0.4075373687002542, - 0.2561663460401598, - 0.34155512805354643, - 0.2639289625868313, - 0.21347195503346653, - 0.11255793992673688, - 0.1785401805734447, - 1.459371910774244 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_s_chan_pt_scale_up": { - "contents": [ - 0.019406541366678774, - 0.1203205564734084, - 0.43082521834026877, - 0.8111934291271728, - 1.0906476248073471, - 1.3080008881141496, - 1.478778452140923, - 1.4826597604142586, - 1.4089149032208792, - 1.2458999557407773, - 1.1643924820007268, - 1.1449859406340481, - 0.9121074442339027, - 0.838362587040523, - 0.7995495043071655, - 0.7296859553871221, - 0.5899588575470348, - 0.5666710079070202, - 0.42694391006693294, - 0.3570803611468894, - 0.3299112032335391, - 0.34931774460021797, - 0.2949794287735173, - 0.25228503776682404, - 0.1707775640267732, - 0.1358457895667514, - 1.637912091347689 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW": { - "contents": [ - 0.7688134720416123, - 8.072541456436928, - 43.437961170351116, - 86.36338002600772, - 123.65083342002586, - 182.33692845253586, - 230.13149929778996, - 232.18166855656762, - 175.41760720416124, - 145.04947505851737, - 133.261001820546, - 111.6060890247073, - 96.35795516254868, - 83.54439729518849, - 73.93422889466835, - 65.73355185955783, - 59.45490850455134, - 55.09829882964889, - 41.51592749024709, - 39.337622652795844, - 36.0060976072822, - 32.290165825747735, - 32.93084371911575, - 26.52406478543564, - 23.19253973992198, - 21.014234902470744, - 200.5321806241875 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_down": { - "contents": [ - 0.6997704184391254, - 7.155196825410028, - 37.57780060681892, - 74.49414333322213, - 105.52552725738298, - 154.13916274482077, - 189.33418416240158, - 187.37428241456269, - 140.73671377906086, - 115.79915565673562, - 105.34606336885848, - 85.69173536708752, - 72.81056796291124, - 62.779880616486906, - 54.581674195502686, - 48.63620937258695, - 42.82034367690751, - 38.517016379430665, - 29.604141776868083, - 27.64323096134712, - 25.06655461191807, - 21.335108414772023, - 21.849280453857688, - 17.230215077818592, - 14.248848530688393, - 12.26882549276089, - 99.90038936844074 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_0_up": { - "contents": [ - 0.8378565256440994, - 8.989886087463832, - 49.29812173388328, - 98.23261671879347, - 141.77613958266903, - 210.5346941602507, - 270.928814433177, - 276.9890546985712, - 210.09850062926157, - 174.29979446029944, - 161.1759402722338, - 137.5204426823273, - 119.90534236218627, - 104.30891397389018, - 93.28678359383412, - 82.83089434652877, - 76.08947333219523, - 71.67958127986711, - 53.427713203626055, - 51.03201434424455, - 46.94564060264629, - 43.24522323672342, - 44.01240698437377, - 35.81791449305266, - 32.136230949155554, - 29.759644312180583, - 301.1639718799337 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_down": { - "contents": [ - 0.7143538489869147, - 7.412130683953184, - 39.3531230535785, - 78.01868460682337, - 111.18819585710679, - 162.77086884646434, - 202.4238822102771, - 201.49459294077576, - 152.13911551954794, - 125.52700657567537, - 115.22127420750974, - 94.94013498452536, - 81.24751499238539, - 70.39829957151251, - 61.69912107816441, - 55.19871107460541, - 48.78397572233704, - 45.40278012102161, - 34.488287631288195, - 32.30546000833346, - 29.603485082027383, - 25.82878712072374, - 26.311798188770723, - 21.1083504850065, - 18.215805919318107, - 16.103841275606715, - 142.68204811329932 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_1_up": { - "contents": [ - 0.82327309509631, - 8.732952228920675, - 47.522799287123696, - 94.70807544519218, - 136.11347098294516, - 201.90298805860715, - 257.8391163853014, - 262.86874417235816, - 198.69609888877454, - 164.57194354135973, - 151.30072943358255, - 128.27204306488946, - 111.4683953327121, - 96.69049501886457, - 86.16933671117235, - 76.2683926445103, - 70.12584128676568, - 64.79381753827616, - 48.54356734920594, - 46.369785297258204, - 42.40871013253697, - 38.75154453077169, - 39.54988924946074, - 31.93977908586475, - 28.16927356052584, - 25.92462852933477, - 258.3823131350751 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_down": { - "contents": [ - 0.7198736894619635, - 7.545153433682135, - 40.392685001239016, - 80.14785345409011, - 114.29723249037872, - 167.98141506107524, - 210.51674917288113, - 210.75666602594094, - 159.02493031515849, - 131.2404799312841, - 120.62036291660597, - 100.10624618299434, - 86.00315187304716, - 74.71497399141478, - 65.65937537433476, - 58.51445942699486, - 52.41775457887597, - 48.65308322660353, - 36.6981458549878, - 34.679928404023485, - 31.668067591287382, - 28.11455065889934, - 28.680656648656942, - 23.000136160069893, - 20.05160035073797, - 17.80762803133493, - 165.46456801629472 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_2_up": { - "contents": [ - 0.8177532546212612, - 8.599929479191724, - 46.48323733946317, - 92.57890659792545, - 133.00443434967323, - 196.69244184399622, - 249.74624942269742, - 253.606671087193, - 191.810284093164, - 158.85847018575095, - 145.9016407244863, - 123.10593186642046, - 106.71275845205034, - 92.37382059896231, - 82.209082415002, - 72.95264429212084, - 66.49206243022675, - 61.54351443269424, - 46.33370912550634, - 43.99531690156818, - 40.344127623276975, - 36.465780992596095, - 37.18103078957453, - 30.047993410801354, - 26.333479129105978, - 24.220841773606544, - 235.59979323207978 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_down": { - "contents": [ - 0.7308142655504307, - 7.626866893685183, - 40.962898336928646, - 81.32268152516559, - 116.20024704658263, - 171.08210586372684, - 215.28997266171586, - 216.36261661303598, - 163.42011380453772, - 135.08405777353926, - 123.84440323385586, - 103.41535450965459, - 88.95984931810506, - 77.26478291274991, - 68.20003661662363, - 60.653031223406, - 54.56316461073959, - 50.640066629206956, - 38.075433145663595, - 36.07991671436789, - 32.947063881469234, - 29.385456388559003, - 29.964190740230407, - 24.141358673519786, - 21.134116747971184, - 18.99676023743904, - 178.36088545053067 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_btag_var_3_up": { - "contents": [ - 0.8068126785327941, - 8.518216019188676, - 45.91302400377357, - 91.40407852685001, - 131.1014197934694, - 193.5917510413447, - 244.9730259338628, - 248.00072050009788, - 187.41510060378474, - 155.0148923434958, - 142.67760040723644, - 119.79682353976023, - 103.75606100699241, - 89.82401167762717, - 79.66842117271312, - 70.81407249570972, - 64.34665239836312, - 59.556531030090824, - 44.956421834830536, - 42.59532859122378, - 39.06513133309513, - 35.194875262936435, - 35.89749669800105, - 28.906770897351468, - 25.250962731872765, - 23.031709567502432, - 222.70347579784374 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_res_up": { - "contents": [ - 0.6406778933680103, - 7.431863563068919, - 40.61897843953187, - 86.23524444733414, - 128.90439214564353, - 177.33964088426532, - 227.3125165669707, - 231.54099066319955, - 172.21421773732118, - 151.3281184135239, - 126.34168057217151, - 113.27185154746411, - 95.97354842652787, - 84.95388866059811, - 73.42168657997394, - 67.14304322496746, - 59.19863734720415, - 56.764061352405704, - 47.15389295188557, - 35.49355529258779, - 36.00609760728219, - 32.93084371911574, - 31.00881003901172, - 24.217624369310798, - 26.524064785435638, - 18.7077944863459, - 203.3511633550068 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_tW_pt_scale_up": { - "contents": [ - 0.6406778933680103, - 8.07254145643693, - 44.71931695708714, - 87.77287139141734, - 129.03252772431713, - 182.8494707672303, - 230.51590603381075, - 252.42708998699695, - 195.27862189856978, - 155.42845693107915, - 137.36134033810126, - 128.26371425227555, - 98.9206667360207, - 93.15456569570863, - 80.98168572171645, - 66.50236533159945, - 62.273891235370584, - 57.661010403120926, - 48.947791053315996, - 40.234571703511065, - 37.92813128738623, - 32.80270814044214, - 33.18711487646295, - 30.752538881664506, - 24.089488790637198, - 22.679997425227572, - 220.13692416124888 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan": { - "contents": [ - 0.34829198767654956, - 5.645232633590741, - 17.501672380746616, - 31.339022807812867, - 42.085281844249735, - 51.65605542227826, - 58.084945028141235, - 62.4385948740981, - 60.02957529266864, - 57.54073879739663, - 55.646901114405395, - 50.79258153616348, - 46.27204177944493, - 42.52064682884542, - 39.19736077976502, - 35.75072131838249, - 32.768471173902036, - 28.66152815254939, - 26.259764654196523, - 23.974098485069163, - 21.884346559009863, - 19.315693149895313, - 17.31301422075515, - 15.745700276210679, - 15.593322531602189, - 13.692228765534356, - 131.7051639232719 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_down": { - "contents": [ - 0.30894791796707965, - 4.95606210761596, - 15.079805677477438, - 26.839036586666566, - 35.67199100298067, - 43.539027658026086, - 48.51261558717428, - 51.59082969786867, - 49.049301001186286, - 46.54178054549725, - 44.621902934493775, - 40.276089998388514, - 36.366211195895275, - 33.04117427664373, - 30.339194876048676, - 27.334952904278637, - 24.69166501190641, - 21.59325552136539, - 19.5794301148566, - 17.77836802982491, - 16.10278663657606, - 14.047054742645079, - 12.49799585598204, - 11.275527032900138, - 11.157120001730302, - 9.643843241620214, - 84.6231244562237 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_0_up": { - "contents": [ - 0.3876360573860195, - 6.334403159565522, - 19.923539084015793, - 35.839009028959175, - 48.49857268551881, - 59.77308318653043, - 67.65727446910819, - 73.28636005032754, - 71.00984958415097, - 68.53969704929601, - 66.671899294317, - 61.30907307393844, - 56.17787236299459, - 52.000119381047114, - 48.055526683481354, - 44.16648973248635, - 40.84527733589767, - 35.729800783733396, - 32.94009919353643, - 30.16982894031341, - 27.66590648144367, - 24.584331557145543, - 22.12803258552826, - 20.215873519521217, - 20.029525061474075, - 17.740614289448498, - 178.7872033903201 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_down": { - "contents": [ - 0.32417208727216007, - 5.177501323550413, - 15.852629544468915, - 28.231574278531774, - 37.631756039602124, - 46.007278248792744, - 51.514174848979344, - 55.01159476063414, - 52.58037445608589, - 50.15269211560712, - 48.310749938779686, - 43.895181498339824, - 39.78252499182214, - 36.460088017838, - 33.46052304511602, - 30.349785356051562, - 27.6853286916256, - 24.227774890844756, - 22.07986047036944, - 20.129417856545082, - 18.23053368115037, - 16.0259814507155, - 14.314699108343113, - 12.946145265324603, - 12.838573040079996, - 11.185495141353924, - 102.848159160165 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_1_up": { - "contents": [ - 0.37241188808093906, - 6.112963943631071, - 19.150715217024313, - 34.44647133709395, - 46.538807648897354, - 57.30483259576376, - 64.65571520730313, - 69.86559498756208, - 67.4787761292514, - 64.92878547918613, - 62.98305229003111, - 57.68998157398714, - 52.7615585670677, - 48.581205639852854, - 44.934198514414014, - 41.15165728071342, - 37.85161365617848, - 33.09528141425403, - 30.439668838023607, - 27.818779113593244, - 25.538159436869357, - 22.60540484907512, - 20.311329333167187, - 18.545255287096758, - 18.34807202312438, - 16.198962389714787, - 160.5621686863788 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_down": { - "contents": [ - 0.3287903573978165, - 5.28537320235082, - 16.29499727280316, - 29.064368311635732, - 38.9027736705932, - 47.6526432713373, - 53.47182598452324, - 57.2711420918458, - 54.91555948072872, - 52.53836910453178, - 50.68115769132078, - 46.127700997166016, - 41.90164755809028, - 38.44619790802535, - 35.39920332152061, - 32.22362499064296, - 29.432793095442378, - 25.71667194876342, - 23.520013146264755, - 21.429029783543953, - 19.497918735551224, - 17.184293291061575, - 15.370620417083517, - 13.924201376505614, - 13.815544140088464, - 12.0533496608736, - 113.32335819985997 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_2_up": { - "contents": [ - 0.3677936179552826, - 6.005092064830661, - 18.708347488690073, - 33.61367730399, - 45.26779001790628, - 55.65946757321921, - 62.69806407175922, - 67.60604765635043, - 65.14359110460856, - 62.54310849026148, - 60.61264453749, - 55.457462075160954, - 50.64243600079958, - 46.595095749665504, - 42.995518238009424, - 39.27781764612202, - 36.104149252361694, - 31.60638435633536, - 28.99951616212828, - 26.519167186594373, - 24.270774382468502, - 21.44709300872905, - 19.255408024426792, - 17.56719917591574, - 17.37110092311591, - 15.33110787019511, - 150.08696964668383 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_down": { - "contents": [ - 0.33097296451199665, - 5.34268798218616, - 16.521939264052676, - 29.5216668481038, - 39.583838754954385, - 48.55062062611537, - 54.540975076024125, - 58.53101846077796, - 56.22784205935935, - 53.81853790342171, - 52.00181271274696, - 47.407790035830246, - 43.13321601954358, - 39.60424529815617, - 36.47634051016659, - 33.236462342417546, - 30.43371165050587, - 26.584014064103965, - 24.324727158248972, - 22.21069819223616, - 20.245001137635143, - 17.84865940723236, - 15.975675366874361, - 14.519380683852917, - 14.402580421579355, - 12.588876652560067, - 119.75644862431912 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_btag_var_3_up": { - "contents": [ - 0.3656110108411025, - 5.947777284995322, - 18.48140549744056, - 33.156378767521936, - 44.5867249335451, - 54.76149021844115, - 61.628914980258344, - 66.34617128741824, - 63.831308525977924, - 61.26293969137154, - 59.291989516063815, - 54.177373036496704, - 49.41086753934628, - 45.43704835953467, - 41.91838104936345, - 38.26498029434744, - 35.103230697298216, - 30.73904224099482, - 28.194802150144064, - 25.737498777902168, - 23.52369198038459, - 20.78272689255826, - 18.650353074635944, - 16.972019868568438, - 16.78406464162502, - 14.795580878508641, - 143.6538792222247 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_res_up": { - "contents": [ - 0.36280415382973913, - 5.797610378199232, - 17.196916891529632, - 31.774387792408557, - 41.461258699662594, - 51.387580348444246, - 59.1080527419411, - 62.48938745563427, - 59.02097974502196, - 57.95433553276252, - 54.52946432060979, - 51.351299933061284, - 46.054359287147086, - 42.94875573036452, - 38.95791003823739, - 35.83053823222504, - 32.60883734621696, - 29.895062275570503, - 25.64299759268596, - 23.756415992771316, - 21.427213325184397, - 19.20685190374639, - 17.762891371504026, - 16.159297011576584, - 15.179725796236285, - 13.619667934768406, - 132.0824802432548 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_single_top_t_chan_pt_scale_up": { - "contents": [ - 0.38457240305952345, - 5.935475956654533, - 17.762891371504026, - 33.40700648464238, - 44.10247293954309, - 54.471415655997035, - 61.13249992031104, - 65.70383225856577, - 63.87529932326388, - 61.190548584923796, - 58.4259809327412, - 53.70227084987799, - 50.190326640806106, - 46.018078871764104, - 41.50479519812215, - 38.47900855518213, - 35.264563752250645, - 32.11542369700851, - 27.82707859874099, - 25.686534091145532, - 23.183185429720332, - 21.550566737486502, - 19.083498491444278, - 17.11709997768709, - 16.043199682351066, - 15.266798793155424, - 146.1157449133891 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar": { - "contents": [ - 7.974531777478418, - 178.69916618042623, - 779.4055531988117, - 1699.4146930005281, - 3029.4022806231096, - 4790.059234463439, - 7238.5619718335, - 7385.273710436179, - 4543.205951232941, - 3251.6175647785085, - 2683.7737499226355, - 2246.08536693322, - 1892.4019340342184, - 1607.8638533782341, - 1366.0649766270785, - 1178.2928829148302, - 1010.175822172604, - 876.7430631366778, - 757.2858273166014, - 659.2339136360717, - 575.8451367737051, - 502.5562428232399, - 443.0642711529586, - 390.0912336344792, - 343.8068011566845, - 304.2199037663577, - 2687.6136700394504 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_ME_var": { - "contents": [ - 6.712708396526399, - 229.26480985059388, - 957.8518519658819, - 2077.1959770866533, - 3496.675621859817, - 5235.00891546802, - 7301.232196137265, - 7256.4377766450625, - 4995.545952476544, - 3899.0508540131486, - 3335.699710889268, - 2823.0811523776033, - 2412.702306366885, - 2077.195977086654, - 1826.5021365856114, - 1584.4573626724011, - 1385.7870122444378, - 1250.3710293991273, - 1069.6442648772634, - 940.1664471519567, - 833.6667466301441, - 727.6834082926794, - 656.9417890369781, - 569.2893082438735, - 507.58402721426546, - 463.0477888142344, - 4606.337956024091 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_PS_var": { - "contents": [ - 13.642078685781875, - 276.5389595276718, - 1097.103617674328, - 2298.371518398033, - 3707.07551278311, - 5292.10656158348, - 6847.813516012544, - 6453.850682937162, - 4204.310156470485, - 3025.226570618987, - 2440.6571241301126, - 2073.8509523638104, - 1717.4994577211914, - 1456.5150178165616, - 1220.774798283752, - 1026.7257911831919, - 899.867209011669, - 771.9886583402744, - 661.9595564166317, - 573.987273302711, - 499.657068874572, - 421.374486509431, - 375.85839220266337, - 316.0627388976941, - 283.2962508393208, - 248.6173218436884, - 2159.2733142280513 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_down": { - "contents": [ - 7.130975140232124, - 157.57456452653503, - 677.3021335240915, - 1464.4573176441882, - 2586.313480306032, - 4032.426967446986, - 5953.06806910507, - 5949.705382548573, - 3671.874008503618, - 2627.0506437669765, - 2145.7509080396003, - 1776.5901661436594, - 1479.9805390813417, - 1243.8181323285655, - 1044.767927982935, - 891.8524938332262, - 755.7331598033265, - 648.058850719418, - 554.7367421780014, - 478.23924362840927, - 413.2499460418287, - 357.14923651962357, - 310.84368336493054, - 271.2429615645233, - 235.500875445073, - 205.8680296748451, - 1614.1217308678692 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_0_up": { - "contents": [ - 8.818088414724713, - 199.82376783431744, - 881.5089728735319, - 1934.372068356877, - 3472.4910809402086, - 5547.691501479932, - 8524.055874561993, - 8820.842038323852, - 5414.537893962301, - 3876.1844857900655, - 3221.7965918056893, - 2715.580567722795, - 2304.8233289871055, - 1971.9095744279111, - 1687.362025271228, - 1464.733271996438, - 1264.6184845418834, - 1105.4272755539382, - 959.834912455201, - 840.2285836437338, - 738.4403275055806, - 647.9632491268558, - 575.284858940986, - 508.93950570443474, - 452.1127268682957, - 402.57177785786996, - 3761.1056092110503 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_down": { - "contents": [ - 7.397734613998427, - 163.7118545712997, - 706.2520849426671, - 1530.7200363440004, - 2711.6075001200793, - 4248.915670455363, - 6326.65492220216, - 6374.71336372812, - 3935.9261156852253, - 2821.1226206531373, - 2317.0054534418814, - 1929.0632061245537, - 1616.6060322791116, - 1366.669240661019, - 1155.3351309547397, - 992.0236053575834, - 846.4947546352505, - 731.0014266316992, - 629.0215063645223, - 545.0363352114776, - 474.07701496087645, - 412.02922769266837, - 361.3411179656281, - 316.7962770194399, - 277.74981629319916, - 244.52389741044777, - 2050.457810501348 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_1_up": { - "contents": [ - 8.55132894095841, - 193.68647778955278, - 852.5590214549566, - 1868.1093496570647, - 3347.1970611261613, - 5331.202798471554, - 8150.469021464904, - 8395.834057144304, - 5150.485786780694, - 3682.112508903905, - 3050.5420464034073, - 2563.1075277419004, - 2168.197835789336, - 1849.0584660954576, - 1576.794822299423, - 1364.5621604720804, - 1173.8568897099592, - 1022.4846996416574, - 885.5501482686801, - 773.4314920606654, - 677.6132585865331, - 593.0832579538109, - 524.7874243402883, - 463.3861902495181, - 409.8637860201695, - 363.91591012226735, - 3324.76952957757 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_down": { - "contents": [ - 7.496543139845869, - 166.86232317054768, - 723.4409012415028, - 1572.416736122449, - 2793.4094807838133, - 4395.315684077849, - 6584.058053727962, - 6662.495455572238, - 4106.599910076048, - 2942.2239736654255, - 2421.8777661887816, - 2020.600496284536, - 1697.3810208658565, - 1437.9240477179942, - 1218.4218341449046, - 1048.1864151925456, - 896.177747830217, - 775.6395797994717, - 668.3779798042522, - 580.3512361480414, - 505.79853762847426, - 440.229389011712, - 386.9231998425063, - 340.0751724382088, - 298.70057149391084, - 263.57294654510076, - 2260.873826841925 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_2_up": { - "contents": [ - 8.452520415110968, - 190.5360091903048, - 835.3702051561206, - 1826.412649878616, - 3265.395080462427, - 5184.802784849068, - 7893.065889939102, - 8108.051965300185, - 4979.811992389871, - 3561.011155891617, - 2945.6697336565085, - 2471.5702375819183, - 2087.4228472025907, - 1777.803659038482, - 1513.708119109258, - 1308.3993506371185, - 1124.173896514993, - 977.8465464738849, - 846.1936748289504, - 738.1165911241014, - 645.8917359189352, - 564.8830966347672, - 499.20534246341026, - 440.1072948307492, - 388.91303081945796, - 344.8668609876143, - 3114.3535132369934 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_down": { - "contents": [ - 7.5568617687375195, - 168.6913829571942, - 733.3683291131393, - 1596.64345393962, - 2842.42394653755, - 4485.4973837177195, - 6750.25097508012, - 6856.231757650859, - 4221.250257569902, - 3022.530415464627, - 2490.6299367043184, - 2080.712951604821, - 1749.7360111720177, - 1484.095701797771, - 1258.8398926396485, - 1084.049742743257, - 927.9157640151594, - 803.9358314916071, - 693.4282803253569, - 602.7872421714973, - 525.9159478399683, - 458.0642685912004, - 403.2277171423709, - 354.6945802823599, - 311.97250204451615, - 275.6536484818978, - 2394.765498400703 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_btag_var_3_up": { - "contents": [ - 8.392201786219319, - 188.70694940365826, - 825.4427772844842, - 1802.1859320614449, - 3216.3806147086907, - 5094.621085209198, - 7726.872968586943, - 7914.315663221563, - 4865.161644896016, - 3480.7047140924155, - 2876.9175631409707, - 2411.457782261633, - 2035.0678568964292, - 1731.6320049587055, - 1473.2900606145145, - 1272.536023086407, - 1092.4358803300504, - 949.5502947817495, - 821.1433743078455, - 715.6805851006458, - 625.7743257074412, - 547.0482170552788, - 482.9008251635456, - 425.48788698659814, - 375.6411002688525, - 332.7861590508172, - 2980.4618416782155 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_res_up": { - "contents": [ - 7.528029438313893, - 178.96706758392494, - 773.4938622282735, - 1698.9146103806638, - 3018.6594343428105, - 4803.302493843059, - 7169.32731912265, - 7240.312261003024, - 4592.65162027202, - 3276.5591854442387, - 2683.202226928505, - 2242.7723195766193, - 1895.6614011101192, - 1607.2298200566206, - 1371.1997535274706, - 1178.4446937101459, - 1012.9084164882909, - 877.6807180489232, - 757.5090784861834, - 661.1360136009126, - 576.9792527151831, - 503.44031745478566, - 442.0641059132301, - 390.96637821924173, - 345.1284480806115, - 304.4252948423733, - 2693.7932624134874 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_pt_scale_up": { - "contents": [ - 7.903091403212095, - 178.80632674182573, - 772.1632852575632, - 1687.5555908723186, - 2968.731542777434, - 4607.636238774381, - 6915.03530692167, - 7966.807287010837, - 5312.922403671879, - 3550.2204691181755, - 2884.619432125621, - 2407.0851803891637, - 2030.2282760875232, - 1723.9366014674438, - 1467.0280855589606, - 1260.5743339760684, - 1089.7871892456383, - 940.360716420839, - 815.9294445424697, - 710.6263328739085, - 619.2987444211967, - 546.3045420145802, - 476.7662677130969, - 422.7752048613225, - 372.08825931936553, - 329.0186436835554, - 2948.2460154565656 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaledown": { - "contents": [ - 6.707348309595229, - 167.93444973276274, - 749.3424457280495, - 1644.9928443027873, - 2883.344861649074, - 4585.506880328996, - 6798.304967513259, - 6466.761367424942, - 3977.0814346006546, - 2923.1501530191026, - 2466.486298482645, - 2063.857343412273, - 1764.6594604057518, - 1478.061362541553, - 1251.5159719726066, - 1091.0410965280844, - 931.5065035568699, - 810.3981209948323, - 686.0927780235486, - 612.1238901233396, - 526.3074430594532, - 480.7977713513585, - 410.4646423479395, - 373.0413999102914, - 323.08105782854005, - 286.41004136953813, - 2503.846855422072 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_ttbar_scaleup": { - "contents": [ - 7.6994676959344694, - 176.44613469849827, - 766.6744958226739, - 1706.9078259578705, - 3082.4818920673615, - 4880.820896914453, - 7509.932466152873, - 8014.440086928978, - 4930.48246355323, - 3451.6072058566197, - 2826.025455561945, - 2340.445692871678, - 1983.8961763191128, - 1693.0487841051886, - 1441.4045149097303, - 1222.0980100371971, - 1050.592367110257, - 928.8766152836932, - 784.1907848309247, - 689.4873321709309, - 599.852695744094, - 536.5887361758325, - 463.63627975685347, - 393.8919348778472, - 362.3241173245159, - 316.76893345690365, - 2795.291747009006 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets": { - "contents": [ - 1.4474522366007219, - 20.867436410993736, - 56.2093951879947, - 81.17794626935716, - 103.49283491695162, - 124.4808923476621, - 125.56648152511262, - 132.44187964896605, - 120.13853563785993, - 113.38375853372322, - 109.40326488307123, - 94.92874251706401, - 84.67595584114224, - 79.48925199332298, - 77.31807363842191, - 62.72293025269795, - 62.60230923298122, - 51.98765949790926, - 45.59474545292274, - 45.353503413489285, - 38.96058936850276, - 32.68829634323296, - 31.843949205215875, - 29.069665751731158, - 25.81289821937954, - 21.711783549010825, - 218.08280364784207 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_down": { - "contents": [ - 1.3073716539375078, - 18.365469987147, - 48.28838810061653, - 68.98826683759627, - 86.5873108654632, - 103.3259764679113, - 102.82234224711843, - 107.3791084735774, - 95.65107018541704, - 88.43474240344459, - 84.51484950697966, - 72.31499267668016, - 63.04075156202406, - 58.956978047943075, - 56.1384606048841, - 45.27382003704236, - 44.61154090477052, - 36.89692392094138, - 30.877757874954007, - 31.255194238571676, - 25.813929152157435, - 21.789009272181033, - 21.402984315018845, - 19.37770085287201, - 16.2602901770653, - 13.326873673912424, - 118.36789822596258 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_0_up": { - "contents": [ - 1.5875328192639364, - 23.36940283484049, - 64.13040227537287, - 93.36762570111806, - 120.39835896844008, - 145.6358082274129, - 148.31062080310687, - 157.50465082435477, - 144.62600109030282, - 138.33277466400187, - 134.29168025916283, - 117.54249235744786, - 106.31116012026042, - 100.02152593870291, - 98.49768667195968, - 80.17204046835354, - 80.59307756119196, - 67.07839507487716, - 60.31173303089149, - 59.4518125884069, - 52.1072495848481, - 43.587583414284914, - 42.28491409541292, - 38.761630650590334, - 35.36550626169378, - 30.096693424109237, - 317.79770906972163 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_down": { - "contents": [ - 1.3522992143751222, - 19.18328898199186, - 50.954349166637044, - 73.05239043368407, - 91.8831484655746, - 110.17721740551131, - 110.24868253263834, - 115.9833639036238, - 103.91562384163106, - 97.15122626882025, - 93.39103937186711, - 80.58075913955338, - 71.60770682642652, - 66.67160445528935, - 64.23707743203657, - 52.08430897466073, - 51.404694340211464, - 42.85846798651768, - 36.729162698956614, - 36.56106223035389, - 30.778701631918512, - 25.976601674872907, - 25.29618415676115, - 23.1765562101615, - 20.163034156992687, - 16.701105347730376, - 156.93470896737946 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_1_up": { - "contents": [ - 1.542605258826322, - 22.55158383999563, - 61.46444120935237, - 89.30350210503028, - 115.10252136832865, - 138.78456728981288, - 140.884280517587, - 148.90039539430836, - 136.3614474340888, - 129.6162907986262, - 125.41549039427535, - 109.27672589457465, - 97.74420485585797, - 92.30689953135662, - 90.39906984480723, - 73.36155153073518, - 73.79992412575099, - 61.11685100930086, - 54.460328206888875, - 54.145944596624695, - 47.14247710508702, - 39.399991011593045, - 38.39171425367062, - 34.96277529330083, - 31.462762281766395, - 26.722461750291284, - 279.23089832830476 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_down": { - "contents": [ - 1.369696911765827, - 19.5610655345792, - 52.42350470562133, - 75.41822849796674, - 95.8238795855473, - 115.03939039978272, - 115.75900315284039, - 121.82417009787049, - 110.02570421182308, - 103.52466661558454, - 99.69707706975439, - 86.21794668664937, - 76.61771784269165, - 72.05504966743204, - 69.71082726682329, - 56.51977474581532, - 56.074961176816984, - 46.75062747196493, - 40.653790912797135, - 40.48043777572644, - 34.497424110992284, - 28.996244302440623, - 28.116117954450065, - 25.580652811783867, - 22.655462096764644, - 19.231941658764946, - 184.85406671047184 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_2_up": { - "contents": [ - 1.525207561435617, - 22.173807287408287, - 59.99528567036808, - 86.9376640407476, - 111.16179024835596, - 133.9223942955415, - 135.3739598973849, - 143.05958920006165, - 130.2513670638968, - 123.24285045186191, - 119.1094526963881, - 103.63953834747866, - 92.73419383959283, - 86.92345431921393, - 84.92532001002053, - 68.9260857595806, - 69.12965728914547, - 57.22469152385361, - 50.53569999304835, - 50.22656905125214, - 43.42375462601325, - 36.380348384025325, - 35.5717804559817, - 32.55867869167847, - 28.970334341994437, - 24.19162543925672, - 251.31154058521244 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_down": { - "contents": [ - 1.3762415444371763, - 19.755917483710967, - 53.12101554151935, - 76.60762996756613, - 97.50764536210399, - 117.25889160835608, - 118.12053278507506, - 124.42603051542874, - 112.72321238625807, - 106.22837452196266, - 102.41307418486788, - 88.84213235872409, - 78.98511361436178, - 74.19465829747742, - 72.01198230928287, - 58.42934024422657, - 58.27439594793843, - 48.43058237817993, - 42.39913560462265, - 42.01728715026816, - 36.104963999550016, - 30.258425479811606, - 29.41760933367638, - 26.83381285617244, - 23.778294898756158, - 20.024611170998863, - 198.27222882222034 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_btag_var_3_up": { - "contents": [ - 1.5186629287642683, - 21.978955338276513, - 59.297774834470076, - 85.7482625711482, - 109.47802447179927, - 131.70289308696812, - 133.0124302651502, - 140.4577287825034, - 127.5538588894618, - 120.53914254548381, - 116.39345558127461, - 101.01535267540395, - 90.3667980679227, - 84.78384568916854, - 82.62416496756094, - 67.01652026116933, - 66.93022251802404, - 55.54473661763859, - 48.790355301222846, - 48.689719676710425, - 41.81621473745552, - 35.11816720665434, - 34.27028907675539, - 31.305518647289897, - 27.84750154000293, - 23.398955927022804, - 237.89337847346397 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_res_up": { - "contents": [ - 1.5680732563174489, - 20.626194371560285, - 53.917595813376884, - 85.27906093972588, - 104.21656103525197, - 122.43033501247773, - 126.89331274199661, - 131.35629047151554, - 122.67157705191119, - 110.85071711967196, - 105.54339225213597, - 94.80812149734727, - 88.6564494917942, - 78.40366281587244, - 75.26751630323754, - 64.77348758788231, - 60.31050985836341, - 54.15883785281034, - 45.83598749235619, - 42.69984097972129, - 40.046178545953296, - 34.49761163898387, - 29.310907791164613, - 27.622213515130436, - 28.225318613714073, - 23.03861476589482, - 217.35907752954176 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_pt_scale_up": { - "contents": [ - 1.9299363154676294, - 23.15923578561155, - 61.87858311468086, - 94.3256374184804, - 111.69506425768903, - 135.93988922075116, - 139.79976185168638, - 145.46894977837258, - 130.8738063926486, - 125.56648152511265, - 118.32922034210902, - 108.55891774505417, - 99.63296228601637, - 82.02229340737424, - 84.79657686085896, - 73.45820100748664, - 67.4271500216503, - 61.03423597666377, - 49.69586012329145, - 46.31847157122309, - 46.077229531789634, - 40.0461785459533, - 32.32643328408278, - 32.20581226436606, - 30.758360027765335, - 25.209793120795904, - 243.77508084750494 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_down": { - "contents": [ - 1.4112659306857043, - 20.345750500718903, - 54.804160308294854, - 79.14849761262325, - 100.90551404402784, - 121.36887003897056, - 122.42731948698484, - 129.13083265774193, - 117.13507224691344, - 110.54916457038016, - 106.66818326099448, - 92.55552395413744, - 82.5590569451137, - 77.50202069348992, - 75.38512179746135, - 61.154856996380516, - 61.03725150215671, - 50.68796801046155, - 44.45487681659969, - 44.219665828152074, - 37.98657463429021, - 31.871088934652157, - 31.0478504750855, - 28.3429241079379, - 25.16757576389506, - 21.168988960285564, - 212.63073355664613 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - }, - "4j2b_wjets_scale_var_up": { - "contents": [ - 1.4836385425157401, - 21.38912232126858, - 57.61463006769456, - 83.2073949260911, - 106.0801557898754, - 127.59291465635364, - 128.70564356324047, - 135.7529266401902, - 123.14199902880644, - 116.2183524970663, - 112.138346505148, - 97.30196107999062, - 86.79285473717079, - 81.47648329315605, - 79.25102547938246, - 64.2910035090154, - 64.16736696380575, - 53.287350985356994, - 46.73461408924581, - 46.48734099882652, - 39.93460410271534, - 33.50550375181379, - 32.64004793534628, - 29.79640739552444, - 26.458220674864027, - 22.2545781377361, - 223.5348737390382 - ], - "edges": [ - 50.0, - 70.0, - 90.0, - 110.0, - 130.0, - 150.0, - 170.0, - 190.0, - 210.0, - 230.0, - 250.0, - 270.0, - 290.0, - 310.0, - 330.0, - 350.0, - 370.0, - 390.0, - 410.0, - 430.0, - 450.0, - 470.0, - 490.0, - 510.0, - 530.0, - 550.0 - ] - } -} diff --git a/analyses/cms-open-data-ttbar/Repr-step(REANA)/ttbar_analysis_reana.ipynb b/analyses/cms-open-data-ttbar/Repr-step(REANA)/ttbar_analysis_reana.ipynb deleted file mode 100644 index 414e4cfe..00000000 --- a/analyses/cms-open-data-ttbar/Repr-step(REANA)/ttbar_analysis_reana.ipynb +++ /dev/null @@ -1,424 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import logging\n", - "import time\n", - "\n", - "import awkward as ak\n", - "import cabinetry\n", - "import cloudpickle\n", - "import correctionlib\n", - "from coffea import processor\n", - "from coffea.nanoevents import NanoAODSchema\n", - "from coffea.analysis_tools import PackedSelection\n", - "import copy\n", - "#from func_adl import ObjectStream\n", - "#from func_adl_servicex import ServiceXSourceUpROOT\n", - "import hist\n", - "import matplotlib.pyplot as plt\n", - "import numpy as np\n", - "import pyhf\n", - "\n", - "import utils # contains code for bookkeeping and cosmetics, as well as some boilerplate\n", - "\n", - "logging.getLogger(\"cabinetry\").setLevel(logging.INFO)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "### GLOBAL CONFIGURATION\n", - "# input files per process, set to e.g. 10 (smaller number = faster)\n", - "N_FILES_MAX_PER_SAMPLE = -1\n", - "\n", - "# enable Dask\n", - "USE_DASK = False\n", - "\n", - "# enable ServiceX\n", - "USE_SERVICEX = False\n", - "\n", - "### ML-INFERENCE SETTINGS\n", - "\n", - "# enable ML inference\n", - "USE_INFERENCE = False \n", - "\n", - "# enable inference using NVIDIA Triton server\n", - "USE_TRITON = False\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "class TtbarAnalysis(processor.ProcessorABC):\n", - " def __init__(self, use_inference, use_triton):\n", - "\n", - " # initialize dictionary of hists for signal and control region\n", - " self.hist_dict = {}\n", - " for region in [\"4j1b\", \"4j2b\"]:\n", - " self.hist_dict[region] = (\n", - " hist.Hist.new.Reg(utils.config[\"global\"][\"NUM_BINS\"], \n", - " utils.config[\"global\"][\"BIN_LOW\"], \n", - " utils.config[\"global\"][\"BIN_HIGH\"], \n", - " name=\"observable\", \n", - " label=\"observable [GeV]\")\n", - " .StrCat([], name=\"process\", label=\"Process\", growth=True)\n", - " .StrCat([], name=\"variation\", label=\"Systematic variation\", growth=True)\n", - " .Weight()\n", - " )\n", - " \n", - " self.cset = correctionlib.CorrectionSet.from_file(\"corrections.json\")\n", - " self.use_inference = use_inference\n", - " \n", - " # set up attributes only needed if USE_INFERENCE=True\n", - " if self.use_inference:\n", - " \n", - " # initialize dictionary of hists for ML observables\n", - " self.ml_hist_dict = {}\n", - " for i in range(len(utils.config[\"ml\"][\"FEATURE_NAMES\"])):\n", - " self.ml_hist_dict[utils.config[\"ml\"][\"FEATURE_NAMES\"][i]] = (\n", - " hist.Hist.new.Reg(utils.config[\"global\"][\"NUM_BINS\"],\n", - " utils.config[\"ml\"][\"BIN_LOW\"][i],\n", - " utils.config[\"ml\"][\"BIN_HIGH\"][i],\n", - " name=\"observable\",\n", - " label=utils.config[\"ml\"][\"FEATURE_DESCRIPTIONS\"][i])\n", - " .StrCat([], name=\"process\", label=\"Process\", growth=True)\n", - " .StrCat([], name=\"variation\", label=\"Systematic variation\", growth=True)\n", - " .Weight()\n", - " )\n", - " \n", - " self.use_triton = use_triton\n", - "\n", - " def only_do_IO(self, events):\n", - " for branch in utils.config[\"benchmarking\"][\"IO_BRANCHES\"][\n", - " utils.config[\"benchmarking\"][\"IO_FILE_PERCENT\"]\n", - " ]:\n", - " if \"_\" in branch:\n", - " split = branch.split(\"_\")\n", - " object_type = split[0]\n", - " property_name = \"_\".join(split[1:])\n", - " ak.materialized(events[object_type][property_name])\n", - " else:\n", - " ak.materialized(events[branch])\n", - " return {\"hist\": {}}\n", - "\n", - " def process(self, events):\n", - " if utils.config[\"benchmarking\"][\"DISABLE_PROCESSING\"]:\n", - " # IO testing with no subsequent processing\n", - " return self.only_do_IO(events)\n", - "\n", - " # create copies of histogram objects\n", - " hist_dict = copy.deepcopy(self.hist_dict)\n", - " if self.use_inference:\n", - " ml_hist_dict = copy.deepcopy(self.ml_hist_dict)\n", - "\n", - " process = events.metadata[\"process\"] # \"ttbar\" etc.\n", - " variation = events.metadata[\"variation\"] # \"nominal\" etc.\n", - "\n", - " # normalization for MC\n", - " x_sec = events.metadata[\"xsec\"]\n", - " nevts_total = events.metadata[\"nevts\"]\n", - " lumi = 3378 # /pb\n", - " if process != \"data\":\n", - " xsec_weight = x_sec * lumi / nevts_total\n", - " else:\n", - " xsec_weight = 1\n", - "\n", - " # setup triton gRPC client\n", - " if self.use_inference and self.use_triton:\n", - " triton_client = utils.clients.get_triton_client(utils.config[\"ml\"][\"TRITON_URL\"])\n", - "\n", - "\n", - " #### systematics\n", - " # jet energy scale / resolution systematics\n", - " # need to adjust schema to instead use coffea add_systematic feature, especially for ServiceX\n", - " # cannot attach pT variations to events.jet, so attach to events directly\n", - " # and subsequently scale pT by these scale factors\n", - " events[\"pt_scale_up\"] = 1.03\n", - " events[\"pt_res_up\"] = utils.systematics.jet_pt_resolution(events.Jet.pt)\n", - "\n", - " syst_variations = [\"nominal\"]\n", - " jet_kinematic_systs = [\"pt_scale_up\", \"pt_res_up\"]\n", - " event_systs = [f\"btag_var_{i}\" for i in range(4)]\n", - " if process == \"wjets\":\n", - " event_systs.append(\"scale_var\")\n", - "\n", - " # Only do systematics for nominal samples, e.g. ttbar__nominal\n", - " if variation == \"nominal\":\n", - " syst_variations.extend(jet_kinematic_systs)\n", - " syst_variations.extend(event_systs)\n", - "\n", - " # for pt_var in pt_variations:\n", - " for syst_var in syst_variations:\n", - " ### event selection\n", - " # very very loosely based on https://arxiv.org/abs/2006.13076\n", - "\n", - " # Note: This creates new objects, distinct from those in the 'events' object\n", - " elecs = events.Electron\n", - " muons = events.Muon\n", - " jets = events.Jet\n", - " if syst_var in jet_kinematic_systs:\n", - " # Replace jet.pt with the adjusted values\n", - " jets[\"pt\"] = jets.pt * events[syst_var]\n", - "\n", - " electron_reqs = (elecs.pt > 30) & (np.abs(elecs.eta) < 2.1) & (elecs.cutBased == 4) & (elecs.sip3d < 4)\n", - " muon_reqs = ((muons.pt > 30) & (np.abs(muons.eta) < 2.1) & (muons.tightId) & (muons.sip3d < 4) &\n", - " (muons.pfRelIso04_all < 0.15))\n", - " jet_reqs = (jets.pt > 30) & (np.abs(jets.eta) < 2.4) & (jets.isTightLeptonVeto)\n", - "\n", - " # Only keep objects that pass our requirements\n", - " elecs = elecs[electron_reqs]\n", - " muons = muons[muon_reqs]\n", - " jets = jets[jet_reqs]\n", - "\n", - " if self.use_inference:\n", - " even = (events.event%2==0) # whether events are even/odd\n", - "\n", - " B_TAG_THRESHOLD = 0.5\n", - "\n", - " ######### Store boolean masks with PackedSelection ##########\n", - " selections = PackedSelection(dtype='uint64')\n", - " # Basic selection criteria\n", - " selections.add(\"exactly_1l\", (ak.num(elecs) + ak.num(muons)) == 1)\n", - " selections.add(\"atleast_4j\", ak.num(jets) >= 4)\n", - " selections.add(\"exactly_1b\", ak.sum(jets.btagCSVV2 > B_TAG_THRESHOLD, axis=1) == 1)\n", - " selections.add(\"atleast_2b\", ak.sum(jets.btagCSVV2 > B_TAG_THRESHOLD, axis=1) >= 2)\n", - " # Complex selection criteria\n", - " selections.add(\"4j1b\", selections.all(\"exactly_1l\", \"atleast_4j\", \"exactly_1b\"))\n", - " selections.add(\"4j2b\", selections.all(\"exactly_1l\", \"atleast_4j\", \"atleast_2b\"))\n", - "\n", - " for region in [\"4j1b\", \"4j2b\"]:\n", - " region_selection = selections.all(region)\n", - " region_jets = jets[region_selection]\n", - " region_elecs = elecs[region_selection]\n", - " region_muons = muons[region_selection]\n", - " region_weights = np.ones(len(region_jets)) * xsec_weight\n", - " if self.use_inference:\n", - " region_even = even[region_selection]\n", - "\n", - " if region == \"4j1b\":\n", - " observable = ak.sum(region_jets.pt, axis=-1)\n", - "\n", - " elif region == \"4j2b\":\n", - "\n", - " # reconstruct hadronic top as bjj system with largest pT\n", - " trijet = ak.combinations(region_jets, 3, fields=[\"j1\", \"j2\", \"j3\"]) # trijet candidates\n", - " trijet[\"p4\"] = trijet.j1 + trijet.j2 + trijet.j3 # calculate four-momentum of tri-jet system\n", - " trijet[\"max_btag\"] = np.maximum(trijet.j1.btagCSVV2, np.maximum(trijet.j2.btagCSVV2, trijet.j3.btagCSVV2))\n", - " trijet = trijet[trijet.max_btag > B_TAG_THRESHOLD] # at least one-btag in trijet candidates\n", - " # pick trijet candidate with largest pT and calculate mass of system\n", - " trijet_mass = trijet[\"p4\"][ak.argmax(trijet.p4.pt, axis=1, keepdims=True)].mass\n", - " observable = ak.flatten(trijet_mass)\n", - "\n", - " if sum(region_selection)==0:\n", - " continue\n", - "\n", - " if self.use_inference:\n", - " features, perm_counts = utils.ml.get_features(\n", - " region_jets,\n", - " region_elecs,\n", - " region_muons,\n", - " max_n_jets=utils.config[\"ml\"][\"MAX_N_JETS\"],\n", - " )\n", - " even_perm = np.repeat(region_even, perm_counts)\n", - "\n", - " # calculate ml observable\n", - " if self.use_triton:\n", - " results = utils.ml.get_inference_results_triton(\n", - " features,\n", - " even_perm,\n", - " triton_client,\n", - " utils.config[\"ml\"][\"MODEL_NAME\"],\n", - " utils.config[\"ml\"][\"MODEL_VERSION_EVEN\"],\n", - " utils.config[\"ml\"][\"MODEL_VERSION_ODD\"],\n", - " )\n", - "\n", - " else:\n", - " results = utils.ml.get_inference_results_local(\n", - " features,\n", - " even_perm,\n", - " utils.ml.model_even,\n", - " utils.ml.model_odd,\n", - " )\n", - " \n", - " results = ak.unflatten(results, perm_counts)\n", - " features = ak.flatten(ak.unflatten(features, perm_counts)[\n", - " ak.from_regular(ak.argmax(results,axis=1)[:, np.newaxis])\n", - " ])\n", - " syst_var_name = f\"{syst_var}\"\n", - " # Break up the filling into event weight systematics and object variation systematics\n", - " if syst_var in event_systs:\n", - " for i_dir, direction in enumerate([\"up\", \"down\"]):\n", - " # Should be an event weight systematic with an up/down variation\n", - " if syst_var.startswith(\"btag_var\"):\n", - " i_jet = int(syst_var.rsplit(\"_\",1)[-1]) # Kind of fragile\n", - " wgt_variation = self.cset[\"event_systematics\"].evaluate(\"btag_var\", direction, region_jets.pt[:,i_jet])\n", - " elif syst_var == \"scale_var\":\n", - " # The pt array is only used to make sure the output array has the correct shape\n", - " wgt_variation = self.cset[\"event_systematics\"].evaluate(\"scale_var\", direction, region_jets.pt[:,0])\n", - " syst_var_name = f\"{syst_var}_{direction}\"\n", - " hist_dict[region].fill(\n", - " observable=observable, process=process,\n", - " variation=syst_var_name, weight=region_weights * wgt_variation\n", - " )\n", - " if region == \"4j2b\" and self.use_inference:\n", - " for i in range(len(utils.config[\"ml\"][\"FEATURE_NAMES\"])):\n", - " ml_hist_dict[utils.config[\"ml\"][\"FEATURE_NAMES\"][i]].fill(\n", - " observable=features[..., i], process=process,\n", - " variation=syst_var_name, weight=region_weights * wgt_variation\n", - " )\n", - " else:\n", - " # Should either be 'nominal' or an object variation systematic\n", - " if variation != \"nominal\":\n", - " # This is a 2-point systematic, e.g. ttbar__scaledown, ttbar__ME_var, etc.\n", - " syst_var_name = variation\n", - " hist_dict[region].fill(\n", - " observable=observable, process=process,\n", - " variation=syst_var_name, weight=region_weights\n", - " )\n", - " if region == \"4j2b\" and self.use_inference:\n", - " for i in range(len(utils.config[\"ml\"][\"FEATURE_NAMES\"])):\n", - " ml_hist_dict[utils.config[\"ml\"][\"FEATURE_NAMES\"][i]].fill(\n", - " observable=features[..., i], process=process,\n", - " variation=syst_var_name, weight=region_weights\n", - " )\n", - "\n", - "\n", - " output = {\"nevents\": {events.metadata[\"dataset\"]: len(events)}, \"hist_dict\": hist_dict}\n", - " if self.use_inference:\n", - " output[\"ml_hist_dict\"] = ml_hist_dict\n", - "\n", - " return output\n", - "\n", - " def postprocess(self, accumulator):\n", - " return accumulator" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "parts = sample_name.split('__')\n", - "\n", - "# Creating variables\n", - "variation = parts[1]\n", - "key_to_extract = parts[0] \n", - "fileset = utils.file_input.construct_fileset(\n", - " N_FILES_MAX_PER_SAMPLE,\n", - " key_to_extract,\n", - " variation,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "original_dict = fileset\n", - "selected_file = original_dict[sample_name]['files']\n", - "new_dict = {sample_name: {'files': [filename], 'metadata': original_dict[sample_name]['metadata']}}" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "file_parts = filename[38:] #For unl url change this number to 35\n", - "files = file_parts[:-5]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "\n", - "NanoAODSchema.warn_missing_crossrefs = False\n", - "executor = processor.FuturesExecutor(workers=utils.config[\"benchmarking\"][\"NUM_CORES\"])\n", - "\n", - "NanoAODSchema.warn_missing_crossrefs = False # silences warnings about branches we will not use here\n", - "executor = processor.FuturesExecutor(workers=utils.config[\"benchmarking\"][\"NUM_CORES\"])\n", - "\n", - "run = processor.Runner(\n", - " executor=executor, \n", - " schema=NanoAODSchema, \n", - " savemetrics=True, \n", - " metadata_cache={}, \n", - " chunksize=utils.config[\"benchmarking\"][\"CHUNKSIZE\"])\n", - "\n", - "treename = \"Events\"\n", - "\n", - "# load local models if not using Triton and models are not yet loaded\n", - "if USE_INFERENCE and not USE_TRITON and utils.ml.model_even is None and utils.ml.model_odd is None:\n", - " utils.ml.load_models()\n", - "print(new_dict)\n", - "#print(os.environ)\n", - "filemeta = run.preprocess(new_dict, treename=treename) # pre-processing\n", - "print(treename)\n", - "print(filemeta)\n", - "\n", - "t0 = time.monotonic()\n", - "all_histograms, metrics = run(\n", - " fileset={sample_name: new_dict[sample_name]}, \n", - " treename=treename, \n", - " processor_instance=TtbarAnalysis(USE_INFERENCE, USE_TRITON)\n", - ")\n", - "print(all_histograms)\n", - "exec_time = time.monotonic() - t0\n", - "print(f\"\\nexecution took {exec_time:.2f} seconds\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import uproot\n", - "import os\n", - "\n", - "os.makedirs(os.path.split(f\"histograms/histograms_{sample_name}_{files}.root\")[0], exist_ok=True)\n", - "# save all available histograms to disk\n", - "with uproot.recreate(f\"histograms/histograms_{sample_name}_{files}.root\") as f:\n", - " for channel, histogram in all_histograms[\"hist_dict\"].items():\n", - " for sample in histogram.axes[1]:\n", - " for variation in histogram[:, sample, :].axes[1]:\n", - " variation_string = \"\" if variation == \"nominal\" else f\"_{variation}\"\n", - " if sum(histogram[:, sample, variation].values()) != 0:\n", - " # only save histograms containing events\n", - " # many combinations are not used (e.g. ME var for W+jets)\n", - " f[f\"{channel}_{sample}{variation_string}\"] = histogram[:, sample, variation]" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "reana", - "language": "python", - "name": "python3" - }, - "language_info": { - "name": "python", - "version": "3.8.12" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -}