feat: Introduce Participant trait and update GameEngine to support bot participants
This commit is contained in:
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "label": "GameEngineWithBotTest.scala", "file_type": "code", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L1"}, {"id": "gameenginewithbottest_gameenginewithbottest", "label": "GameEngineWithBotTest", "file_type": "code", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L13"}, {"id": "gameenginewithbottest_ongameevent", "label": "onGameEvent()", "file_type": "code", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L29"}], "edges": [{"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L3", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L4", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L5", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L6", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L7", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L8", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "org", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L9", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "org", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L10", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "java", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L11", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "gameenginewithbottest_gameenginewithbottest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L13", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "gameenginewithbottest_ongameevent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L29", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "gameenginewithbottest_ongameevent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L75", "weight": 1.0}, {"source": "modules_core_src_test_scala_de_nowchess_chess_engine_gameenginewithbottest_scala", "target": "gameenginewithbottest_ongameevent", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/core/src/test/scala/de/nowchess/chess/engine/GameEngineWithBotTest.scala", "source_location": "L99", "weight": 1.0}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "modules_ui_src_main_scala_de_nowchess_ui_main_scala", "label": "Main.scala", "file_type": "code", "source_file": "modules/ui/src/main/scala/de/nowchess/ui/Main.scala", "source_location": "L1"}, {"id": "main_main", "label": "Main", "file_type": "code", "source_file": "modules/ui/src/main/scala/de/nowchess/ui/Main.scala", "source_location": "L11"}, {"id": "main_main_main", "label": ".main()", "file_type": "code", "source_file": "modules/ui/src/main/scala/de/nowchess/ui/Main.scala", "source_location": "L12"}], "edges": [{"source": "modules_ui_src_main_scala_de_nowchess_ui_main_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/ui/src/main/scala/de/nowchess/ui/Main.scala", "source_location": "L3", "weight": 1.0}, {"source": "modules_ui_src_main_scala_de_nowchess_ui_main_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/ui/src/main/scala/de/nowchess/ui/Main.scala", "source_location": "L4", "weight": 1.0}, {"source": "modules_ui_src_main_scala_de_nowchess_ui_main_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/ui/src/main/scala/de/nowchess/ui/Main.scala", "source_location": "L5", "weight": 1.0}, {"source": "modules_ui_src_main_scala_de_nowchess_ui_main_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/ui/src/main/scala/de/nowchess/ui/Main.scala", "source_location": "L6", "weight": 1.0}, {"source": "modules_ui_src_main_scala_de_nowchess_ui_main_scala", "target": "main_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/ui/src/main/scala/de/nowchess/ui/Main.scala", "source_location": "L11", "weight": 1.0}, {"source": "main_main", "target": "main_main_main", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/ui/src/main/scala/de/nowchess/ui/Main.scala", "source_location": "L12", "weight": 1.0}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nbaimigrator_scala", "label": "NbaiMigrator.scala", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L1"}, {"id": "nbaimigrator_nbaimigrator", "label": "NbaiMigrator", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L6"}, {"id": "nbaimigrator_nbaimigrator_migratefrombin", "label": ".migrateFromBin()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L22"}, {"id": "nbaimigrator_nbaimigrator_checkbinheader", "label": ".checkBinHeader()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L32"}, {"id": "nbaimigrator_nbaimigrator_readbinlayerweights", "label": ".readBinLayerWeights()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L38"}, {"id": "nbaimigrator_nbaimigrator_readbintensor", "label": ".readBinTensor()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L41"}], "edges": [{"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nbaimigrator_scala", "target": "java", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L3", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nbaimigrator_scala", "target": "nbaimigrator_nbaimigrator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L6", "weight": 1.0}, {"source": "nbaimigrator_nbaimigrator", "target": "nbaimigrator_nbaimigrator_migratefrombin", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L22", "weight": 1.0}, {"source": "nbaimigrator_nbaimigrator", "target": "nbaimigrator_nbaimigrator_checkbinheader", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L32", "weight": 1.0}, {"source": "nbaimigrator_nbaimigrator", "target": "nbaimigrator_nbaimigrator_readbinlayerweights", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L38", "weight": 1.0}, {"source": "nbaimigrator_nbaimigrator", "target": "nbaimigrator_nbaimigrator_readbintensor", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L41", "weight": 1.0}, {"source": "nbaimigrator_nbaimigrator_migratefrombin", "target": "nbaimigrator_nbaimigrator_checkbinheader", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L27", "weight": 1.0}, {"source": "nbaimigrator_nbaimigrator_migratefrombin", "target": "nbaimigrator_nbaimigrator_readbinlayerweights", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L28", "weight": 1.0}, {"source": "nbaimigrator_nbaimigrator_readbinlayerweights", "target": "nbaimigrator_nbaimigrator_readbintensor", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiMigrator.scala", "source_location": "L39", "weight": 1.0}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nbaimodel_scala", "label": "NbaiModel.scala", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L1"}, {"id": "nbaimodel_layerdescriptor", "label": "LayerDescriptor", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L4"}, {"id": "nbaimodel_nbaimetadata", "label": "NbaiMetadata", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L7"}, {"id": "nbaimodel_nbaimetadata_tojson", "label": ".toJson()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L14"}, {"id": "nbaimodel_nbaimetadata_fromjson", "label": ".fromJson()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L24"}, {"id": "nbaimodel_layerweights", "label": "LayerWeights", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L30"}, {"id": "nbaimodel_nbaimodel", "label": "NbaiModel", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L33"}], "edges": [{"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nbaimodel_scala", "target": "nbaimodel_layerdescriptor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L4", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nbaimodel_scala", "target": "nbaimodel_nbaimetadata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L7", "weight": 1.0}, {"source": "nbaimodel_nbaimetadata", "target": "nbaimodel_nbaimetadata_tojson", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L14", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nbaimodel_scala", "target": "nbaimodel_nbaimetadata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L23", "weight": 1.0}, {"source": "nbaimodel_nbaimetadata", "target": "nbaimodel_nbaimetadata_fromjson", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L24", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nbaimodel_scala", "target": "nbaimodel_layerweights", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L30", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_nbaimodel_scala", "target": "nbaimodel_nbaimodel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L33", "weight": 1.0}, {"source": "nbaimodel_nbaimetadata_fromjson", "target": "nbaimodel_nbaimetadata", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/NbaiModel.scala", "source_location": "L27", "weight": 1.0}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_evaluationnnue_scala", "label": "EvaluationNNUE.scala", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L1"}, {"id": "evaluationnnue_evaluationnnue", "label": "EvaluationNNUE", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L7"}, {"id": "evaluationnnue_evaluationnnue_evaluate", "label": ".evaluate()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L15"}, {"id": "evaluationnnue_evaluationnnue_initaccumulator", "label": ".initAccumulator()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L19"}, {"id": "evaluationnnue_evaluationnnue_copyaccumulator", "label": ".copyAccumulator()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L22"}, {"id": "evaluationnnue_evaluationnnue_pushaccumulator", "label": ".pushAccumulator()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L25"}, {"id": "evaluationnnue_evaluationnnue_evaluateaccumulator", "label": ".evaluateAccumulator()", "file_type": "code", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L32"}], "edges": [{"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_evaluationnnue_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L3", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_evaluationnnue_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L4", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_evaluationnnue_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L5", "weight": 1.0}, {"source": "modules_bot_src_main_scala_de_nowchess_bot_bots_nnue_evaluationnnue_scala", "target": "evaluationnnue_evaluationnnue", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L7", "weight": 1.0}, {"source": "evaluationnnue_evaluationnnue", "target": "evaluationnnue_evaluationnnue_evaluate", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L15", "weight": 1.0}, {"source": "evaluationnnue_evaluationnnue", "target": "evaluationnnue_evaluationnnue_initaccumulator", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L19", "weight": 1.0}, {"source": "evaluationnnue_evaluationnnue", "target": "evaluationnnue_evaluationnnue_copyaccumulator", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L22", "weight": 1.0}, {"source": "evaluationnnue_evaluationnnue", "target": "evaluationnnue_evaluationnnue_pushaccumulator", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L25", "weight": 1.0}, {"source": "evaluationnnue_evaluationnnue", "target": "evaluationnnue_evaluationnnue_evaluateaccumulator", "relation": "method", "confidence": "EXTRACTED", "source_file": "modules/bot/src/main/scala/de/nowchess/bot/bots/nnue/EvaluationNNUE.scala", "source_location": "L32", "weight": 1.0}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "modules_bot_python_src_export_py", "label": "export.py", "file_type": "code", "source_file": "modules/bot/python/src/export.py", "source_location": "L1"}, {"id": "export_read_sidecar", "label": "_read_sidecar()", "file_type": "code", "source_file": "modules/bot/python/src/export.py", "source_location": "L16"}, {"id": "export_infer_layers", "label": "_infer_layers()", "file_type": "code", "source_file": "modules/bot/python/src/export.py", "source_location": "L24"}, {"id": "export_write_floats", "label": "_write_floats()", "file_type": "code", "source_file": "modules/bot/python/src/export.py", "source_location": "L42"}, {"id": "export_export_to_nbai", "label": "export_to_nbai()", "file_type": "code", "source_file": "modules/bot/python/src/export.py", "source_location": "L48"}, {"id": "export_rationale_25", "label": "Derive layer descriptors from state_dict weight shapes. Assumes layers name", "file_type": "rationale", "source_file": "modules/bot/python/src/export.py", "source_location": "L25"}], "edges": [{"source": "modules_bot_python_src_export_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L4", "weight": 1.0}, {"source": "modules_bot_python_src_export_py", "target": "struct", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L5", "weight": 1.0}, {"source": "modules_bot_python_src_export_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L6", "weight": 1.0}, {"source": "modules_bot_python_src_export_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L7", "weight": 1.0}, {"source": "modules_bot_python_src_export_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L8", "weight": 1.0}, {"source": "modules_bot_python_src_export_py", "target": "torch", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L10", "weight": 1.0}, {"source": "modules_bot_python_src_export_py", "target": "export_read_sidecar", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L16", "weight": 1.0}, {"source": "modules_bot_python_src_export_py", "target": "export_infer_layers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L24", "weight": 1.0}, {"source": "modules_bot_python_src_export_py", "target": "export_write_floats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L42", "weight": 1.0}, {"source": "modules_bot_python_src_export_py", "target": "export_export_to_nbai", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L48", "weight": 1.0}, {"source": "export_export_to_nbai", "target": "export_read_sidecar", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L65", "weight": 1.0}, {"source": "export_export_to_nbai", "target": "export_infer_layers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L78", "weight": 1.0}, {"source": "export_export_to_nbai", "target": "export_write_floats", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L113", "weight": 1.0}, {"source": "export_rationale_25", "target": "export_infer_layers", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/src/export.py", "source_location": "L25", "weight": 1.0}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "modules_core_src_main_scala_de_nowchess_chess_engine_participant_scala", "label": "Participant.scala", "file_type": "code", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L1"}, {"id": "participant_human", "label": "Human", "file_type": "code", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L6"}, {"id": "participant_botparticipant", "label": "BotParticipant", "file_type": "code", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L7"}], "edges": [{"source": "modules_core_src_main_scala_de_nowchess_chess_engine_participant_scala", "target": "de", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L3", "weight": 1.0}, {"source": "modules_core_src_main_scala_de_nowchess_chess_engine_participant_scala", "target": "participant_human", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L6", "weight": 1.0}, {"source": "modules_core_src_main_scala_de_nowchess_chess_engine_participant_scala", "target": "participant_botparticipant", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/core/src/main/scala/de/nowchess/chess/engine/Participant.scala", "source_location": "L7", "weight": 1.0}]}
|
||||
+1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user