Trial and Error

Trial and Error 可以被翻译为试错,更白话一些就是不断尝试,不断犯错,继续尝试,继续犯错,一直进行下去,直到作对了。

有一篇英文文章讲解的不错,特在此分享,原文链接:

http://www.exforsys.com/career-center/problem-solving/the-use-of-trial-and-error-to-solve-problems.html

The Use of Trial and Error To Solve Problems

Some complex problems can be solved by a technique that is called trial and error. Trial and error is typically good for problems where you have multiple chances to get the correct solution. However, this is not a good technique for problems that don’t give you multiple chances to find a solution.

An example of situations where you wouldn’t want to use trial and error are diffusing a bomb or performing an operation on a patient. In these situations, making an error can lead to disaster. Trial and error is used best when it is applied to situations that give your large amounts of time and safety to come up with a solution.

In addition to this, trial and error is also a great way to gain knowledge. Basically, a person that uses the trial and error method will try to a method to see if it is a good solution. If it is not a good solution, they try another option. If the method works, the person using it has acquired the correct solution to a problem. However, there are some situations where there are too many options, and it is not feasible for a person to go through all of them to find out which one works the best. In this event, a person will want to use the option that has the best possible chances of succeeding. If this doesn’t work, they can try the next best option until they find a good solution.

There are a number of important factors that makes trial and error a good tool to use for solving problems. The purpose of trial and error is not to find out why a problem was solved. It is primarily used to solve the problem. While this may be good in some fields, it may not work so well in others. For example, while trial and error may be excellent in finding solutions to mechanical or engineering problems, it may not be good for certain fields which ask "why" a solution works. Trial and error is primarily good for fields where the solution is the most important factor. This is often the case in math courses which are taught in high school or college.

Most math teachers place an emphasis on using trial and error to find a solution to problems, and many of them don’t spend a whole lot of time explaining "why" a solution works. One reason for this is because most math teachers have time constraints. However, some students who take advanced math classes in college may learn more about why certain solutions work. Another good aspect of the trial and error method is that it does not try to use a solution as a way of solving more than one problem. Trial and error is primarily used to find a single solution to a single problem.

Trial and error is not a method of finding the best solution, nor is it a method of finding all solutions. It is a problem solving technique that is simply used to find a solution. One of the most powerful advantages to this technique is that it does not require you to have a lot of knowledge. However, it may require you to have large amounts of patience. Trial and error is typically used to discover new drugs, and it also plays an important role in the scientific method as well. Some also feel that organic evolution is a form of trial and error, because random mutations will occur until they are successful.

Trial and error is also an excellent tool for inventors. The inventor will first imagine a device they would like to invent, and then they may go through the trial and error process to find the best ways of inventing the device. While trial and error is an extremely powerful tool that can be used to solve problems, it also has some weaknesses. I mentioned this briefly in the first paragraph. Trial and error is inefficient in situations where making an error can lead to serious injury or death. A good example of this would be the attempts that were made by aircraft engineers to break the sound barrier. Though they succeeded, many pilots died because they would use the trial and error process. In the situation, and error would often lead to the plane crashing.

原文地址:https://www.cnblogs.com/lionelgeng/p/12297388.html

时间: 2024-11-06 13:30:17

Trial and Error的相关文章

Improving performance – A full stack problem

Improving performance – A full stack problem March 6, 2015 by ronald 4 Comments Improving the performance of a web system involves knowledge of how the entire technology stack operates and interacts. There are many simple and common tips that can pro

词组习语3057组

superword是一个Java实现的英文单词分析软件,主要研究英语单词音近形似转化规律.前缀后缀规律.词之间的相似性规律等等. 1 Anointing of the Sick British English 2 Civvy Street Clerk of the Closet 3 I mean I must say 4 I suppose so I will thank you to do something 5 Incoming mail server Lithium battery 6 M

(转) Deep Learning in a Nutshell: Reinforcement Learning

Deep Learning in a Nutshell: Reinforcement Learning Share: Posted on September 8, 2016by Tim Dettmers No CommentsTagged Deep Learning, Deep Neural Networks, Machine Learning,Reinforcement Learning This post is Part 4 of the Deep Learning in a Nutshel

(转)The 9 Deep Learning Papers You Need To Know About (Understanding CNNs Part 3)

Adit Deshpande CS Undergrad at UCLA ('19) Blog About The 9 Deep Learning Papers You Need To Know About (Understanding CNNs Part 3) Introduction Link to Part 1Link to Part 2 In this post, we’ll go into summarizing a lot of the new and important develo

spring源码分析(一)IoC、DI

创建日期:2016.08.06 修改日期:2016.08.07 - 2016.08.12 交流QQ:992591601 参考书籍:<spring源码深度解析>.<spring技术内幕> 参考文章:http://www.cnblogs.com/xing901022/p/4178963.html http://www.myexception.cn/program/1031276.html http://blog.csdn.net/qian_348840260/article/detai

Exploring Python Code Objects

Exploring Python Code Objects https://late.am/post/2012/03/26/exploring-python-code-objects.html Inspired by David Beazley's Keynote at PyCon, I've been digging around in code objects in Python lately. I don't have a particular axe to grind, nor some

让你的linux虚拟终端五彩缤纷(1)——LS颜色设置

[root@www ~]# man -K LS_COLORS/usr/share/man/overrides/man1/lftp.1.gz? [ynq] y----------------------------------------------------------------------------------------------------------------------------------------------- Here is an easy way to set d

如何在SharePoint 当中使用纯JSOM上传任意二进制文件(小于2MB)

在微软的官方网站上有关于如何在SharePoint当中使用JS创建一个简单的文本文件的例子,经过我的思考我觉得结合Html5特性的浏览器,是完全可以通过JS来读取到文件的内容的(这一部分的内容请大家自行去了解),进而可以实现一个纯的JS的文件上传的例子,经过我的不断的实践,终于可以实现纯JS的文件上传了,当然还是参考了如下的文章. 限制有2个: 1.文件不能太大1.5MB以内完全是没有问题,这是JSOM的限制,没有办法突破. 2.浏览器必须是完全支持HTML5的,Chrome完全可以,IE必须1

你应当如何学习C++(以及编程)(转载)

你应当如何学习C++(以及编程)(rev#1) By 刘未鹏(pongba) C++的罗浮宫(http://blog.csdn.net/pongba) Javascript是世界上最受误解的语言,其实C++何尝不是.坊间流传的错误的C++学习方法一抓就是一大把.我自己在学习C++的过程中也走了许多弯路,浪费了不少时间. 为什么会存在这么多错误认识?原因主要有三个,一是C++语言的细节太多.二是一些著名的C++书籍总在(不管有意还是无意)暗示语言细节的重要性和有趣.三是现代C++库的开发哲学必须用