1 line
21 KiB
JSON
1 line
21 KiB
JSON
{"nodes": [{"id": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nnue_scala", "label": "NNUE.scala", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L1"}, {"id": "nnue_nnue", "label": "NNUE", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L7"}, {"id": "nnue_nnue_squarenum", "label": ".squareNum()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L37"}, {"id": "nnue_nnue_featureindex", "label": ".featureIndex()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L39"}, {"id": "nnue_nnue_addcolumn", "label": ".addColumn()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L43"}, {"id": "nnue_nnue_subtractcolumn", "label": ".subtractColumn()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L47"}, {"id": "nnue_nnue_initaccumulator", "label": ".initAccumulator()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L53"}, {"id": "nnue_nnue_pushaccumulator", "label": ".pushAccumulator()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L59"}, {"id": "nnue_nnue_copyaccumulator", "label": ".copyAccumulator()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L68"}, {"id": "nnue_nnue_recomputeaccumulator", "label": ".recomputeAccumulator()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L71"}, {"id": "nnue_nnue_validateaccumulator", "label": ".validateAccumulator()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L75"}, {"id": "nnue_nnue_applynormaldelta", "label": ".applyNormalDelta()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L90"}, {"id": "nnue_nnue_applyenpassantdelta", "label": ".applyEnPassantDelta()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L108"}, {"id": "nnue_nnue_applycastledelta", "label": ".applyCastleDelta()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L116"}, {"id": "nnue_nnue_applypromotiondelta", "label": ".applyPromotionDelta()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L130"}, {"id": "nnue_nnue_promotedtype", "label": ".promotedType()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L138"}, {"id": "nnue_nnue_evaluateatply", "label": ".evaluateAtPly()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L146"}, {"id": "nnue_nnue_evaluateatplywithvalidation", "label": ".evaluateAtPlyWithValidation()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L155"}, {"id": "nnue_nnue_runl2tooutput", "label": ".runL2toOutput()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L163"}, {"id": "nnue_nnue_rundenserelu", "label": ".runDenseReLU()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L179"}, {"id": "nnue_nnue_runoutputlayer", "label": ".runOutputLayer()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L191"}, {"id": "nnue_nnue_scorefromoutput", "label": ".scoreFromOutput()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L194"}, {"id": "nnue_nnue_evaluate", "label": ".evaluate()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L207"}, {"id": "nnue_nnue_benchmark", "label": ".benchmark()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L212"}], "edges": [{"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nnue_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L3", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nnue_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L4", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nnue_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L5", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nnue_scala", "target": "nnue_nnue", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L7", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_squarenum", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L37", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_featureindex", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L39", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_addcolumn", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L43", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_subtractcolumn", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L47", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_initaccumulator", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L53", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_pushaccumulator", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L59", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_copyaccumulator", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L68", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_recomputeaccumulator", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L71", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_validateaccumulator", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L75", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_applynormaldelta", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L90", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_applyenpassantdelta", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L108", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_applycastledelta", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L116", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_applypromotiondelta", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L130", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_promotedtype", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L138", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_evaluateatply", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L146", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_evaluateatplywithvalidation", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L155", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_runl2tooutput", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L163", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_rundenserelu", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L179", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_runoutputlayer", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L191", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_scorefromoutput", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L194", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_evaluate", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L207", "weight": 1.0}, {"source": "nnue_nnue", "target": "nnue_nnue_benchmark", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L212", "weight": 1.0}, {"source": "nnue_nnue_initaccumulator", "target": "nnue_nnue_addcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L55", "weight": 1.0}, {"source": "nnue_nnue_initaccumulator", "target": "nnue_nnue_featureindex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L55", "weight": 1.0}, {"source": "nnue_nnue_initaccumulator", "target": "nnue_nnue_squarenum", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L55", "weight": 1.0}, {"source": "nnue_nnue_pushaccumulator", "target": "nnue_nnue_applynormaldelta", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L63", "weight": 1.0}, {"source": "nnue_nnue_pushaccumulator", "target": "nnue_nnue_applyenpassantdelta", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L64", "weight": 1.0}, {"source": "nnue_nnue_pushaccumulator", "target": "nnue_nnue_applycastledelta", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L65", "weight": 1.0}, {"source": "nnue_nnue_pushaccumulator", "target": "nnue_nnue_applypromotiondelta", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L66", "weight": 1.0}, {"source": "nnue_nnue_recomputeaccumulator", "target": "nnue_nnue_addcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L73", "weight": 1.0}, {"source": "nnue_nnue_recomputeaccumulator", "target": "nnue_nnue_featureindex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L73", "weight": 1.0}, {"source": "nnue_nnue_recomputeaccumulator", "target": "nnue_nnue_squarenum", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L73", "weight": 1.0}, {"source": "nnue_nnue_validateaccumulator", "target": "nnue_nnue_addcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L79", "weight": 1.0}, {"source": "nnue_nnue_validateaccumulator", "target": "nnue_nnue_featureindex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L79", "weight": 1.0}, {"source": "nnue_nnue_validateaccumulator", "target": "nnue_nnue_squarenum", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L79", "weight": 1.0}, {"source": "nnue_nnue_applynormaldelta", "target": "nnue_nnue_squarenum", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L92", "weight": 1.0}, {"source": "nnue_nnue_applynormaldelta", "target": "nnue_nnue_subtractcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L97", "weight": 1.0}, {"source": "nnue_nnue_applynormaldelta", "target": "nnue_nnue_featureindex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L97", "weight": 1.0}, {"source": "nnue_nnue_applynormaldelta", "target": "nnue_nnue_addcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L105", "weight": 1.0}, {"source": "nnue_nnue_applyenpassantdelta", "target": "nnue_nnue_subtractcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L111", "weight": 1.0}, {"source": "nnue_nnue_applyenpassantdelta", "target": "nnue_nnue_featureindex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L111", "weight": 1.0}, {"source": "nnue_nnue_applyenpassantdelta", "target": "nnue_nnue_squarenum", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L111", "weight": 1.0}, {"source": "nnue_nnue_applyenpassantdelta", "target": "nnue_nnue_addcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L113", "weight": 1.0}, {"source": "nnue_nnue_applycastledelta", "target": "nnue_nnue_subtractcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L124", "weight": 1.0}, {"source": "nnue_nnue_applycastledelta", "target": "nnue_nnue_featureindex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L124", "weight": 1.0}, {"source": "nnue_nnue_applycastledelta", "target": "nnue_nnue_squarenum", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L124", "weight": 1.0}, {"source": "nnue_nnue_applycastledelta", "target": "nnue_nnue_addcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L125", "weight": 1.0}, {"source": "nnue_nnue_applypromotiondelta", "target": "nnue_nnue_squarenum", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L132", "weight": 1.0}, {"source": "nnue_nnue_applypromotiondelta", "target": "nnue_nnue_subtractcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L133", "weight": 1.0}, {"source": "nnue_nnue_applypromotiondelta", "target": "nnue_nnue_featureindex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L133", "weight": 1.0}, {"source": "nnue_nnue_applypromotiondelta", "target": "nnue_nnue_addcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L135", "weight": 1.0}, {"source": "nnue_nnue_applypromotiondelta", "target": "nnue_nnue_promotedtype", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L135", "weight": 1.0}, {"source": "nnue_nnue_evaluateatply", "target": "nnue_nnue_runl2tooutput", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L150", "weight": 1.0}, {"source": "nnue_nnue_evaluateatplywithvalidation", "target": "nnue_nnue_validateaccumulator", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L158", "weight": 1.0}, {"source": "nnue_nnue_evaluateatplywithvalidation", "target": "nnue_nnue_evaluateatply", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L161", "weight": 1.0}, {"source": "nnue_nnue_runl2tooutput", "target": "nnue_nnue_rundenserelu", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L172", "weight": 1.0}, {"source": "nnue_nnue_runl2tooutput", "target": "nnue_nnue_runoutputlayer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L176", "weight": 1.0}, {"source": "nnue_nnue_runl2tooutput", "target": "nnue_nnue_scorefromoutput", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L177", "weight": 1.0}, {"source": "nnue_nnue_evaluate", "target": "nnue_nnue_addcolumn", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L209", "weight": 1.0}, {"source": "nnue_nnue_evaluate", "target": "nnue_nnue_featureindex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L209", "weight": 1.0}, {"source": "nnue_nnue_evaluate", "target": "nnue_nnue_squarenum", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L209", "weight": 1.0}, {"source": "nnue_nnue_evaluate", "target": "nnue_nnue_runl2tooutput", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L210", "weight": 1.0}, {"source": "nnue_nnue_benchmark", "target": "nnue_nnue_evaluate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NNUE.scala", "source_location": "L215", "weight": 1.0}]} |