Material Learning Algorithm Essay Assignment Help
Introduction;
Material learning algorithm is valuable technique used in many application to tailor certain inputs in a way to deliver and achieve required targets. Recently, it plays an integral role in many applications especially which are related to artificial intelligent (AI). Robotic controller, for instance,….
In this project, MLA is used aiming to design material with desired behaviors. This will be achieved by combining moldable matrix and particles having properties of some mechanical, electrical conductivity, and thermal conductivity as needed. MATLAP is used as a tool to analysis and simulate the model along with evaluation. The simulation includes generating population, computing the function along with the evaluating the performance, ranking the best outcomes, mating to generate children, repeating the same process again and again until the best results with least cost reached. Moreover, the analysis includes further optimization to the martial by determining any microscopic responses in the system beside the macroscopic that analyzed earlier. In the electromagnetic, for instance, these micro responses can generate hot spots which lead into stresses and eventually failure, thus it is important to be examined.
Objectives;
———————– write something
Procedures: brief explanation, key equation, flow-charts, difficulties(codes for the mating since you wrote about it), assumptions
To develop a material with required behaviors, an effective properties for the mixture have been estimated. The three main interest properties of particle-functionalized dielectric consist from the overall electrical conductivity, mechanical stiffness, and thermal conductivity.
The project implemented in five main parts; first part is “Define” which include setting the given parameters as per requirement, to ease coding…
Secondly, “Populate” part has a table generating random values/creating population for the properties mixture. This occurs by selecting numbers within specified ranges “maximum and minimum” of the two selected materials in each required property; electrical conductivity, thermal conductivity and mechanical shear and bulk modules, besides having volume fraction (V2) that denote the maximum and minimum doping in the mixture for each material (ex; 5 to 15% doping to get required property with least cost).
This table consist of 9 columns that calculate the Electrical_min, Electrical_max, Thermal_min, Thermal_max, Mechanical_Shear_min, Mechanical_Shear_max, Mechanical_Bulk_min, Mechanical_Bulk_max based on Hashin and Shtrikman formulas, and V2_voulme fraction.
“Evaluate” is the second part to assess the table population and the result will be represented in the same table in column 10. Each row will be evaluated/calculated to get score/performance for each combination of the properties based on based on Hashin and Shtrikman formulas.
Thirdly is the “sorting” part to rank based on the performance. The cost will be arranged from lowest cost that represent the better performance of the combination to highest score of the cost which represent the bad mixture of the combination.
Then it comes to the mating part to generate two children from the first two parents (best costs), and the scores will be represented in third and fourth rows, and remaining scores will be overwritten by new populations starting from row five in the second generation. The index in this part generated for the purpose to have proper arrangements/avoid overwrite of the parents, doing mating/generate children, sorting to best costs and repeating the process with populate starting from five row and so on for upcoming generations/rounds “S” (populate from index to S; evaluate from parent+1 or from zero “will not be effected”, evaluate the two children, evaluate the new population, sorting “new table”, repeat the process for the second generation, the first two is the new parents, new two children, populate, evaluate, sorting.…..“S”), the best combination will be remaining in top of the table/least cost. This mixture with its features of all properties; mechanical, electrical, and thermal is the winner with least cost that a mixture can get, and it might be process further with fabrication or other.
(Index = Parents+1 for each child) (Index+1 for the next populate)
(Key equations)
(Assumptions/Considerations) will write better in the discussion section below
σ= E e
J = σ∗ E
q = – K . dT/dx
{1/((1−v2/σ1)+ (v2/σ2))} =σ∗,- ≤ σ∗ ≤σ∗,+ = {((1−v2)σ1)+ (v2σ2))}
{1/((1−v2/ E1)+ (v2/ E2))} = E ∗,- ≤ E ∗ ≤ E ∗,+ = {((1−v2) E1)+ (v2 E2))}
{1/((1−v2/ K1)+ (v2/ K2))} = K ∗,- ≤ K∗ ≤ K ∗,+ = {((1−v2) K1)+ (v2 K2))}
{ E1 +(v2/((1/( E2−E1) + (1−v2)/3 E1))} = E∗,- ≤ E∗ ≤ E∗,+ = { E2 +(1-v2/((1/( E1−E2) + (v2/3 E2))}
A uniform distribution throughout the materials and responses (isotropic) have been estimated thus Hashin and Shtrikman bounds have been considered for the upper and lower bounds, in order to lead to better results. The following equation utilizes for the estimates and the true effective property lies in between the upper and lower bounds;
{σ1 +(v2/((1/(σ2−σ1) + (1−v2)/3σ1))} =σ∗,- ≤ σ∗ ≤σ∗,+ = {σ1 +(1-v2/((1/(σ1−σ2) + (v2/3σ2))}
{ E1 +(v2/((1/( E2−E1) + (1−v2)/3 E1))} = E∗,- ≤ E∗ ≤ E∗,+ = { E2 +(1-v2/((1/( E1−E2) + (v2/3 E2))}
E
Write Equations…………….
Where the v2 corresponds to the more conductive. Similarly for Hashin and Shtrikman bounds related to mechanical and thermal v2 refers to the stiffer, more conductive respectively. For example, if Gold and Aluminum is the mixture, then for HS mechanical v2 = vAL, and for HS thermal v2=vGold.
If the system is anisotropic, Hashin and Shtrikman bounds will not be applicable as the material is not symmetry. Consequently all parameters need to be considered for macroscopic response and it might reach 93 in this case instead of 15 in isotropic, then calculated by matrices and liner algebra. Likewise, the microscopic in each component required to be calculated by matrix‘s determinant and eigenvalue to estimate if the response is high to neglect and vice versa. Microscopic “called also penalty” is going to do strange thing in smaller scale thus need to be neglect or consider. These micro is binary will be turn on/off based on positivity or negativity. Microscopic is process to optimize the material properties.
Equation for micro (optimization)
Reached..
3.4) page 22
σc,* = φσc∗,+ + (1 − φ)σc∗,−
in each components (properties) macro/micro)
Logic statement should be entered
The design of the codes will be for all parameters and based on the required you will be having/pick the weights (zero) so
For IT fibrotic cable, you will pick thermal and you give weight
Battery everything, or dominant thermal and mechanical
(Flow chart) part of the procedure
Draw the process in flowchart (already in the notebook/slides)
(Findings; figures, plots, tables with titles, labels, etc…)
Results from the codes
Observations and discussion; some interpretation and insight into the results
Write about isoto, HS bounds…
Appendix: the messy stuff like your code or raw data