There are 3 types of boxes that need to be packed in the warehouse to earn money. Box type I has a size of 45 cm wide, 50 cm long, 40 cm high, and a profit per unit of 45 baht. Box type F has a size of 30 cm wide, 45 cm long, 20 cm high, and a profit per unit of 27 baht. Box type C has a size of 20 cm wide, 30 cm long, 20 cm high, and a profit per unit of 12 baht. If the warehouse is 10 meters wide, 5 meters long, and 4 meters high, the boxes can be placed in any direction and can be placed in any area of the warehouse. How to pack the boxes to get the highest profit? I dont know how to start can you help me
@RitikaxRayPixy2 күн бұрын
Define your objective function according to your warehouse dimensions and box types.
@bewhammad84022 күн бұрын
I've done it. What do I do next?@@RitikaxRayPixy
@bewhammad84022 күн бұрын
How to solve?
@user-nikhilsonwane893 күн бұрын
Source file not compiled
@RitikaxRayPixy3 күн бұрын
Check your code for any syntax errors or missing files.
@ahmadscholarshipwala-ed5zp3 күн бұрын
One of the best explaination Maa Shaa Allah. May Allah bless you more mam. Thanks
@RitikaxRayPixy3 күн бұрын
Thank you so much! 😊
@ACSStudent-n9f3 күн бұрын
There is an error in the code, the path between any to path points (values in the best path array) passes too closesly to the neaby by obstacles What i am trying to say it in going from Start to Goal, let two consecutive path points be A and B which avoid the obstacle O, so the distance OA and OB > safe_distance but the length of perpendicular from O to line AB, the the base of the perpendicular be P, which means OP < safe_distance, which does not give the correct path This is evident from your results at 12:01, 12:19 where the points are at a distance > safe distance, but the line between those points is not , and changing the marker size or the line width does not change the mathematical information so please don't include random stuff like that in your videos I tried implementing solutions for this, but that made the code extremely slow, and inacurate, could you rectify this error or hint me in the right direction?
@RitikaxRayPixy3 күн бұрын
Hello, This code is not final. In end we discuss different limitations of this code that need to be improved for accurate results. We tried different ways and check the results. When we shown changing the marker size or the line width. This means if you want you can change color, line-width and others. For better results, you can add intermediate points along each path segment. Also check their distance from obstacles, and adjust the path accordingly.
@devsoni48283 күн бұрын
Okay, thanks but do you have any idea of why the first update in path point is always extremely far from the start, I know it’s in the fitness function which gives such values Thanks again
@j_o-b6i4 күн бұрын
could you please show the details of the second code you have? the second seems to have a much better objective function than the first
@RitikaxRayPixy3 күн бұрын
We tried different ways and check results. In 2nd GWO not applied. We working on it making it something different. Will upload soon video on it.
@imusama7 күн бұрын
Who would've thought that someone could make us understand an entire research paper in just 14 minutes? Thank you for this amazing explanation. 🌺
@RitikaxRayPixy7 күн бұрын
Glad you enjoyed it!
@Gtastrz8 күн бұрын
Pls provide a video how to get boxplot via code fr metaheuristics.
@fikusznumerikusz581612 күн бұрын
If I understand well, the function to be minimized here is x^2, not the sum of (x_i)^2. We do the algorithm in this example with 4 particles. Thanks a lot for your work!
@RitikaxRayPixy11 күн бұрын
Hello, This is The Sphere function (i.e., classic mathematical benchmark function) x_i represents the i-th component of the vector x. Here, we have 4 particles (so, i = 1,2,3,4)
@fikusznumerikusz581611 күн бұрын
@@RitikaxRayPixy Yes, x_i represents the i-th component of the vector x. Therefore, in my understanding, a particle should have the dimensionality of the vector x. Here, a particle has dimension=1, a real number. I wonder if I missed something here.
@RitikaxRayPixy11 күн бұрын
For simplicity we just consider 1d. You can adjust here Objective function according to your problem. Or you can check this video here another function is used Find Maxima of Function using PSO Method || Numerical Example || ~xRay Pixy kzbin.info/www/bejne/qYWvhK1vdqdgfpY
@fikusznumerikusz581610 күн бұрын
@@RitikaxRayPixy Thank you very much!
@haimanhaizani160312 күн бұрын
How to update the pulse rate because i thing there is an error in your slide
@RitikaxRayPixy12 күн бұрын
Hello, you can check main research paper. BAT ALGORITHM || PYTHON CODE || ~xRay Pixy kzbin.info/www/bejne/rYu5eoKeg896nZY
@saurabhtalele153712 күн бұрын
🎉🎉🎉🎉 Recently crossed with below resource and i think u will like it and only u r suitable person to understand what bluecow done there ..... colab.research.google.com/drive/1Dl2ETy-BNAc26hx7NwsgBuB_9JZcE3M5?usp=sharing
@aizazullah95213 күн бұрын
❤
@AbhishekGuptaBly14 күн бұрын
God Bless You
@AbhishekGuptaBly14 күн бұрын
Very good ma'am...... Provide more videos in hindi with numerical examples too, if possible
@RitikaxRayPixy14 күн бұрын
Coming soon! 😊
@DũngĐinhTrọng-e8b15 күн бұрын
Thank you, it is quite good. But i think it may make some confusion about the notations.
@RitikaxRayPixy15 күн бұрын
Thanks for your feedback! 😊 Check this recent video Multi-Block Local Binary Pattern || Calculate Corner Pixel Values || kzbin.info/www/bejne/pWnUl32NhsR5fZI
@aishwaryamohanty654016 күн бұрын
BlackWidow optimization using matlab upload taht video
@RitikaxRayPixy16 күн бұрын
Sure, will consider it 😊
@rajanihardas765917 күн бұрын
Madam, please prepare video on GSO,EGSO and step by step MATLAB code
@RitikaxRayPixy17 күн бұрын
Sure, I will consider this for my future videos 😊
@aizazullah95219 күн бұрын
awsome effort
@RitikaxRayPixy19 күн бұрын
Thank you so much! 😊
@aliyugarbaibrahim463620 күн бұрын
great video! how do i call a Simulink block to run this optimization technique? thanks@ RitikaxRayPixy
@jennylakra990020 күн бұрын
thank you so much mam 🥰🥰
@RitikaxRayPixy20 күн бұрын
You're welcome 😊
@jennylakra990020 күн бұрын
thanku mam it was so helpful , and mam video on clustering using cuckoo search algorithm in hindi .
@RitikaxRayPixy20 күн бұрын
Sure, will consider it! HappyLearning 😊
@techstude20 күн бұрын
very good explanation mam can you make video on chimp optimization algorithm in hindi
@RitikaxRayPixy20 күн бұрын
Yes, soon :)
@MohammadhosseinSaberi23 күн бұрын
Thank you very much, it was great and helped me a lot Just why for the formula of random velocity two places are different from each other Also, for the formula of updating the position, it was multiplied once in time, but not once Thank you for your answer🙏🙏
@RitikaxRayPixy23 күн бұрын
Hello, Please check Find Maxima of Function using PSO Method || Numerical Example || ~xRay Pixy kzbin.info/www/bejne/qYWvhK1vdqdgfpY Particle Swarm Optimization (PSO) |Part - 2| with Numerical Example and Source Code ~xRay Pixy kzbin.info/www/bejne/epXWZnaHfNyroq8
@MohammadhosseinSaberi22 күн бұрын
@@RitikaxRayPixy Thank you for your answer. I have seen two videos, but I think there is something else in this video. When defining the formula, when solving the example of random velocity and x, you used a different index for v. Also, for t, I just don't understand this, and if not, I understand completely. This algorithm. I don't know how the formula used in the example matches with the formula you said in the explanation??
@RitikaxRayPixy22 күн бұрын
Okay, please show video time where you getting difficulty in which step
@MohammadhosseinSaberi22 күн бұрын
@@RitikaxRayPixy This time 11:42 you said the formulas But in this example 19:05 , you changed the formula a little and inserted it
@RitikaxRayPixy22 күн бұрын
Oh this bit error, consider 19:05 as the accurate one. Plus you can also follow research paper for more details :)
@AbhishekGupta-xf1iw23 күн бұрын
Lovely....... Keep it up......Thank you Mam
@RitikaxRayPixy23 күн бұрын
Particle Swarm Optimization In Hindi || Step-By-Step || ~xRay Pixy kzbin.info/www/bejne/ipW9dnyClqt0j6s
@RitikaxRayPixy23 күн бұрын
Particle Swarm Optimization In Hindi || Step-By-Step || ~xRay Pixy kzbin.info/www/bejne/ipW9dnyClqt0j6s
@RitikaxRayPixy23 күн бұрын
Particle Swarm Optimization In Hindi || Step-By-Step || ~xRay Pixy kzbin.info/www/bejne/ipW9dnyClqt0j6s
@RitikaxRayPixy23 күн бұрын
Particle Swarm Optimization In Hindi || Step-By-Step || ~xRay Pixy kzbin.info/www/bejne/ipW9dnyClqt0j6s
@RitikaxRayPixy23 күн бұрын
Particle Swarm Optimization In Hindi || Step-By-Step || ~xRay Pixy kzbin.info/www/bejne/ipW9dnyClqt0j6s
@RitikaxRayPixy23 күн бұрын
Particle Swarm Optimization In Hindi || Step-By-Step || ~xRay Pixy kzbin.info/www/bejne/ipW9dnyClqt0j6s
@Lovers-Shorts532425 күн бұрын
Thanks Mam 😌
@omaroutemsaa641427 күн бұрын
Hi, is there a difference between this algorithm and partical sworm optimisation?
@RitikaxRayPixy26 күн бұрын
Yes, In PSO, particles adjust their positions based on their personal best and the global best. RSO inspired by rat behaviors, focuses more on aggressive chasing and fighting behaviors of rats.
@domim491127 күн бұрын
Thank you :)
@tamilselvan945527 күн бұрын
Thank you very much
@AbhishekGupta-xf1iw29 күн бұрын
Wah.....nicely explained..... Good initiative
@elhambograin910429 күн бұрын
Thanks for u I need the code to DG placement in Radial Distribution System
@RitikaxRayPixy28 күн бұрын
Try to implement it
@S.K.InovationАй бұрын
Thanks Mam ,One request , Can i get Explanation of coded algorithm that i have ,specific to use MATLAB.
@domim4911Ай бұрын
Thank you, greetings
@RitikaxRayPixyАй бұрын
Welcome! HappyLearning :)
@domim4911Ай бұрын
very helpful, for me best.
@marcat2970Ай бұрын
thank you so much for the help, there seems like there isn't enough information on fireworks algorithm 💕💕
@RitikaxRayPixyАй бұрын
You're welcome 😊 HappyLearning :)
@AbhishekGupta-xf1iwАй бұрын
Keep it up,..... Ma'am
@AbhishekGupta-xf1iwАй бұрын
Good initiative......PSO Video required in HINDI too
@RitikaxRayPixyАй бұрын
Coming Soon!
@AbhishekGupta-xf1iwАй бұрын
@@RitikaxRayPixy Thank you so much
@vidyullathasukhavasi5439Ай бұрын
Mam please explain group teaching optimization algorithm and snake optimization algorithm with example
@vidyullathasukhavasi5439Ай бұрын
Also explain this how we can apply for only text and multimodal data
@AishwaryaMohanty-h5wАй бұрын
Black Widow optimization Explaination??
@RitikaxRayPixyАй бұрын
Will upload soon!
@jennylakra9900Ай бұрын
Mam please cuckoo search video explain in hindi bcoz mathatical term is so confusing to understand in given problems and python implementation is confusing because mathematical model is confusing so please mam 😢
@RitikaxRayPixyАй бұрын
Okay soon :)
@RitikaxRayPixyАй бұрын
Cuckoo Search Algorithm in Hindi || Step-By-Step || ~xRay Pixy kzbin.info/www/bejne/onmzo6iFma2SsNU