Auto ALIE Function
Details about the Auto ALIE attack method.
                def auto_ALIE(honest_vectors, aggregator, nb_byz):
                    ...
                    return a_little_is_enough(honest_vectors, attack_factor=best_factor)
                
                Inputs
honest_vectors: list - List of honest vectors for processing.aggregator: function - The function used for aggregation.nb_byz: int - Number of Byzantine nodes.
Outputs
torch.Tensor - The processed Tensor after applying the Auto ALIE attack.