diff --git a/client_src/js/ClientConfig.mjs b/client_src/js/ClientConfig.mjs index 8c43882..209bae4 100644 --- a/client_src/js/ClientConfig.mjs +++ b/client_src/js/ClientConfig.mjs @@ -16,12 +16,12 @@ export default { // The resolution of the coverage map step: { - lat: 0.003, - lng: 0.005, + lat: 0.0015, + lng: 0.003, }, colour_scale: { - min: "rgba(255, 255, 255, 0.1)", - max: "#008f00" + min: "rgba(255, 255, 255, 0.9)", + max: "#00ff00" } }; diff --git a/server/settings.default.toml b/server/settings.default.toml index 0936b5d..4c63ecc 100644 --- a/server/settings.default.toml +++ b/server/settings.default.toml @@ -56,7 +56,7 @@ devices = [ # The architecture of the neural network, as an arary of integers. # Each integer represents the number of nodes in a layer of the neural network. -network_arch = [ 32, 32 ] +network_arch = [ 32 ] # The number of epochs to train for. epochs = 1000