In the custom Genetic Optimizer I coded, I copied the default GO's UI. While this only showed my Input beneath the General Tab, Named "Misc". How can I move it to below the custom GO just like the default GO?
Thank you!
#region UI Properties
[Display(ResourceType = typeof(Custom.Resource), Name = "PercentOfAllIterations")]
[Range(0, Int32.MaxValue)]
public double PercentOfAllIterations { get; set; }
#endregion

Comment