100, /** * How much broadcasts is sent when in limited broadcast mode */ 'limited_broadcast_number' => 100, /** * The maximum number of iterations that can be sent in a single broadcast. */ 'broadcast_iteration_size' => 75, /** * Minimum time between training progress broadcasts, in milliseconds. */ 'broadcast_minimum_interval_ms' => 100, /** * Maximum number of weights for which all iteration weights are broadcast * and displayed in the iteration table. */ 'max_displayed_weights' => 5, 'max_iterations' => 5000, ];